@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ol, ul {
  list-style: none;
}

:root {
  --lg-base: 1920 * 100vw;
  --color-default: #000;
  --color-gray: #ccc;
  --color-primary: #ff6900;
  --color-bg-primary: #f5f5f5;
  --color-border-primary: #000;
  --font-default: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, "Segoe UI", "Helvetica Neue", Helvetica, sans-serif;
  --font-Montserrat: "Montserrat", "Hiragino Mincho ProN", "Yu Mincho", Garamond, "Times New Roman", serif;
  --transition: .25s ease;
  --transition-duration: .25s;
  --hover-opacity: .7;
}

body {
  width: 100%;
  background: #fff;
  color: var(--color-default);
  font-family: var(--font-default);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  overflow-x: hidden;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px), print {
  body {
    line-height: 1.9;
  }
}

.new-layout {
  font-size: 3.36323vw;
}
@media screen and (min-width: 768px), print {
  .new-layout {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px), print {
  .new-layout {
    font-size: 1.11112vw;
  }
}

a {
  color: var(--color-default);
  text-decoration: none;
  text-decoration-thickness: 0.22422vw;
  text-underline-offset: 0.1em;
}
@media (hover: hover) and (pointer: fine) {
  a img {
    transition: opacity var(--transition);
  }
  a:hover img {
    opacity: var(--hover-opacity);
  }
}
@media screen and (min-width: 768px), print {
  a {
    text-decoration-thickness: 1px;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

::selection {
  background-color: var(--color-primary);
  color: #fff;
  text-shadow: none;
}

::placeholder {
  color: var(--color-gray);
  opacity: 1;
}

.u-tl {
  text-align: left;
}

.u-tc {
  text-align: center;
}

.u-tr {
  text-align: right;
}

.u-vt {
  vertical-align: top;
}

.u-vm {
  vertical-align: middle;
}

.u-vb {
  vertical-align: bottom;
}

.u-fwn {
  font-weight: 400;
}

.u-fwb {
  font-weight: 700;
}

.u-visuallyHidden {
  position: absolute !important;
  z-index: -1 !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}

.smsizes\:hidden,
.xs\:hidden {
  display: none;
}

@media screen and (min-width: 360px), print {
  .xs\:hidden {
    display: inline;
  }
  .sm\:hidden {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  .smsizes\:hidden,
  .xs\:hidden,
  .sm\:hidden {
    display: inline;
  }
  .lgsizes\:hidden,
  .md\:hidden {
    display: none;
  }
}
@media screen and (min-width: 1024px), print {
  .xs\:hidden,
  .sm\:hidden,
  .md\:hidden {
    display: inline;
  }
  .lg\:hidden {
    display: none;
  }
}
@media screen and (min-width: 1280px), print {
  .xs\:hidden,
  .sm\:hidden,
  .md\:hidden,
  .lg\:hidden {
    display: inline;
  }
  .xl\:hidden {
    display: none;
  }
}
.l-inner {
  padding-inline: 10.76234vw;
}
@media screen and (min-width: 768px), print {
  .l-inner {
    flex-direction: row;
    width: min(100%, 1080px);
    margin-inline: auto;
    padding-inline: 40px;
  }
}
@media screen and (min-width: 1024px), print {
  .l-inner {
    width: 69.4%;
    padding: 0;
  }
}

.js-animation-element {
  opacity: 0;
  visibility: hidden;
  transform: translateY(18%);
  transition: opacity 0.8s ease, visibility 0.8s ease, transform 0.8s ease;
}
.js-animation-element[data-animation-type=sm] {
  transform: translateY(12%);
}
.js-animation-element[data-animation-type=lg] {
  transform: translateY(25%);
}
.js-animation-element.--show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.c-pagetop {
  margin-block: 8.96861vw;
}
@media screen and (min-width: 768px), print {
  .c-pagetop {
    margin-block: 45px 30px;
  }
}
@media screen and (min-width: 1024px), print {
  .c-pagetop {
    margin-block: 3.125vw 2.08334vw;
  }
}
.c-pagetop-button {
  position: relative;
  display: block;
  width: 8.96861vw;
  height: 8.96861vw;
  margin-inline: auto;
  background: var(--color-default);
  border-radius: 50%;
  font-size: 0;
}
.c-pagetop-button::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 50%;
  width: 2.24216vw;
  height: 2.24216vw;
  border-top: 0.44844vw solid #fff;
  border-right: 0.44844vw solid #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .c-pagetop-button {
    transition: opacity var(--transition);
  }
  .c-pagetop-button:hover {
    opacity: var(--hover-opacity);
  }
}
@media screen and (min-width: 768px), print {
  .c-pagetop-button {
    width: 38px;
    height: 38px;
  }
  .c-pagetop-button::before {
    width: 9px;
    height: 9px;
    border-top-width: 1px;
    border-right-width: 1px;
  }
}
@media screen and (min-width: 1024px), print {
  .c-pagetop-button {
    width: 2.63889vw;
    height: 2.63889vw;
  }
  .c-pagetop-button::before {
    width: 0.625vw;
    height: 0.625vw;
  }
}

.none {
  display: none;
}

.xl__block {
  display: none;
}
@media not screen and (min-width: 1280px), print {
  .xl__block {
    display: block;
  }
}

.lg__block {
  display: none;
}
@media not screen and (min-width: 1024px), print {
  .lg__block {
    display: block;
  }
}

.md__block {
  display: none;
}
@media not screen and (min-width: 768px), print {
  .md__block {
    display: block;
  }
}

@media not screen and (min-width: 600px), print {
  .sm__block {
    display: block;
  }
}

@media not screen and (min-width: 1280px), print {
  .xl__none {
    display: none;
  }
}

@media not screen and (min-width: 1024px), print {
  .lg__none {
    display: none;
  }
}

@media not screen and (min-width: 768px), print {
  .md__none {
    display: none;
  }
}

@media not screen and (min-width: 600px), print {
  .sm__none {
    display: none;
  }
}

main.page01 {
  position: relative;
  padding-bottom: 90px;
}
@media (max-width: 1046px) {
  main.page01 {
    padding-top: 0;
  }
}
@media not screen and (min-width: 600px), print {
  main.page01 {
    padding-bottom: 70px;
  }
}

/* page kv */
.page__kv {
  position: relative;
  width: 100%;
  height: 390px;
  background-image: url(../../common/images/kv/kv-default.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

@media (max-width: 767px) {
  .page__kv {
    height: 320px;
  }
}
@media (max-width: 575px) {
  .page__kv {
    height: 240px;
  }
}
.page__kv::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.page__kv--service {
  background-image: url(../../common/images/kv/kv-service.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.page__kv--usedcar {
  background-image: url(../../common/images/kv/kv-usedcar.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.page__kv--insurance {
  background-image: url(../../common/images/kv/kv-insurance.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.page__kv--store {
  background-image: url(../../common/images/kv/kv-store.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.page__kv--company {
  background-image: url(../../common/images/kv/kv-company.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.page__kv--contact {
  background-image: url(../../common/images/kv/kv-contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}

.page__kv--recruit {
  background-image: url(../../common/images/kv/kv-recruit.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.page__kv--privacy {
  background-image: url(../../common/images/kv/kv-privacy.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.page__kv--compliance {
  background-image: url(../../common/images/kv/kv-compliance.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.page__kv--coating {
  background-image: url(../../common/images/kv/kv-coating.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.page__kv .kv__ttl01 {
  position: absolute;
  right: -0.5rem;
  bottom: -1rem;
  display: inline-flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .page__kv .kv__ttl01 {
    bottom: -0.55rem;
  }
}
@media (max-width: 575px) {
  .page__kv .kv__ttl01 {
    bottom: -0.35rem;
  }
}
.page__kv .kv__ttl01 .sub01 {
  position: relative;
  top: 6px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.175rem;
  color: #e7e7e7;
  line-height: 1.15;
}

@media (max-width: 767px) {
  .page__kv .kv__ttl01 .sub01 {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .page__kv .kv__ttl01 .sub01 {
    top: 0px;
    font-size: 13px;
  }
}
.page__kv .kv__ttl01 .main01 {
  padding-left: 18px;
  font-size: 107px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  line-height: 1;
}

@media (max-width: 767px) {
  .page__kv .kv__ttl01 .main01 {
    font-size: 82px;
  }
}
@media (max-width: 575px) {
  .page__kv .kv__ttl01 .main01 {
    padding-left: 14px;
    font-size: 52px;
  }
}
@media (max-width: 375px) {
  .page__kv .kv__ttl01 .main01 {
    padding-left: 14px;
    font-size: 48.5px;
  }
}
.page__breadcrumb__container {
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  width: 100%;
}

.page__breadcrumb {
  padding: 0 12vw;
  width: 100%;
  max-width: 2560px;
}

@media (max-width: 1600px) {
  .page__breadcrumb {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    max-width: 1250px;
  }
}
@media (max-width: 1250px) {
  .page__breadcrumb {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .page__breadcrumb {
    bottom: 0.1rem;
  }
}
.page__breadcrumb .list01 {
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
  line-height: 1;
}

.page__breadcrumb .list01 .item .txt01 {
  display: inline-block;
  margin-bottom: 4px;
  padding-right: 8px;
  font-size: 11px;
  cursor: pointer;
  color: #7a7a7a;
  transition: 0.3s;
  letter-spacing: 0.07rem;
}

@media (max-width: 575px) {
  .page__breadcrumb .list01 .item .txt01 {
    font-size: 10px;
    line-height: 1.15;
    color: #7a7a7a;
  }
}
.page__breadcrumb .list01 .item .txt01:hover {
  opacity: 0.7;
}

.page__breadcrumb .list01 .item:nth-child(n+2) {
  position: relative;
  padding-left: 8px;
}

.page__breadcrumb .list01 .item:nth-child(n+2)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  margin-top: auto;
  margin-bottom: auto;
  width: 1px;
  height: 65%;
  background-color: #757575;
  transform: rotate(-25deg);
}

.page__breadcrumb .list01 .item:last-child .txt01 {
  pointer-events: none;
}

.page__breadcrumb .list01 .item:last-child .txt01:hover {
  opacity: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.wrapper {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1020px) {
  .wrapper {
    width: auto;
    padding: 0 10px;
  }
}
@media not screen and (min-width: 768px), print {
  .title-insurance, .title-stock, .title-insurance h2, .title-stock h2, .title-insurance h3, .title-stock h3 {
    font-size: 20px;
  }
}

.header {
  background: #fff;
  height: auto;
}
.header-inner {
  position: relative;
  padding: 2.69059vw 4.03588vw 2.9148vw;
}
@media screen and (min-width: 768px), print {
  .header-inner {
    display: flex;
    width: min(100%, 1080px);
    margin-inline: auto;
    padding: 28px 40px 32px;
  }
}
@media screen and (min-width: 1280px), print {
  .header-inner {
    width: 69.4%;
    padding: 1.94445vw 0 2.22223vw;
  }
}
@media screen and (min-width: 1550px), print {
  .header-inner {
    padding: 28px 0 32px;
  }
}
.header-logo {
  margin-right: 12px;
  width: 46.86099vw;
  display: flex;
  align-items: center;
}
.header-logo a {
  display: block;
  font-size: 0;
}
.header-logo img {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .header-logo {
    width: 150px;
  }
}
@media screen and (min-width: 1024px), print {
  .header-logo {
    margin-right: 5px;
    width: 11.11112vw;
  }
}
@media screen and (min-width: 1280px), print {
  .header-logo {
    width: 152px;
  }
}
@media screen and (min-width: 1550px), print {
  .header-logo {
    width: 195px;
  }
}

.nav {
  position: fixed;
  top: -10vh;
  right: 0;
  z-index: 100;
  width: 58.29597vw;
  height: 120svh;
  background: #fff;
  box-shadow: -0.67264vw 0 1.3453vw 0 rgba(0, 0, 0, 0.15);
  backface-visibility: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateX(30%);
}
.nav[data-open=true] {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
[data-animation=true] .nav {
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, visibility 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}
[data-nav-open=true][data-animation=true] .nav {
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.5s cubic-bezier(0.25, 1, 0.5, 1), transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 768px), print {
  .nav {
    position: static;
    top: 0;
    width: auto;
    height: auto;
    align-items: center;
    margin-left: auto;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}
.nav-inner {
  height: 100%;
  overflow: auto;
}
@media screen and (min-width: 768px), print {
  .nav-inner {
    height: auto;
    overflow: visible;
  }
}
.nav-body {
  display: table;
  width: 100%;
  height: 100%;
  padding: 10vh 0;
}
@media screen and (min-width: 768px), print {
  .nav-body {
    display: block;
    width: auto;
    height: auto;
    padding: 0;
  }
}
.nav-contents {
  position: relative;
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 8.96861vw 0;
  vertical-align: middle;
}
@media screen and (min-width: 768px), print {
  .nav-contents {
    display: block;
    width: auto;
    height: auto;
    padding: 0;
  }
}
@media screen and (min-width: 1024px), print {
  .nav-contents {
    display: flex;
    align-items: center;
  }
}
.nav-mask {
  position: fixed;
  top: -10vh;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 120svh;
  background: rgba(0, 0, 0, 0.7);
  backface-visibility: hidden;
  opacity: 0;
  visibility: hidden;
}
.nav-mask[data-open=true] {
  opacity: 1;
  visibility: visible;
}
[data-animation=true] .nav-mask {
  transition: opacity 0.35s ease 0.3s, visibility 0.35s ease 0.3s;
}
[data-nav-open=true][data-animation=true] .nav-mask {
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
@media screen and (min-width: 768px), print {
  .nav-mask {
    display: none;
  }
}
.nav-list li {
  opacity: 0;
  visibility: hidden;
  transform: translateX(10%);
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
}
[data-nav-open=true] .nav-list li {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 1s ease, visibility 1s ease, transform 1s ease;
}
[data-nav-open=true] .nav-list li:nth-of-type(1) {
  transition-delay: 0.25s;
}
[data-nav-open=true] .nav-list li:nth-of-type(2) {
  transition-delay: 0.3s;
}
[data-nav-open=true] .nav-list li:nth-of-type(3) {
  transition-delay: 0.35s;
}
[data-nav-open=true] .nav-list li:nth-of-type(4) {
  transition-delay: 0.4s;
}
[data-nav-open=true] .nav-list li:nth-of-type(5) {
  transition-delay: 0.45s;
}
[data-nav-open=true] .nav-list li:nth-of-type(6) {
  transition-delay: 0.5s;
}
[data-nav-open=true] .nav-list li:nth-of-type(7) {
  transition-delay: 0.55s;
}
[data-nav-open=true] .nav-list li:nth-of-type(8) {
  transition-delay: 0.6s;
}
.nav-list li a {
  display: block;
  padding: 4.03588vw 4.48431vw;
  color: var(--color-default);
  font-family: var(--font-Montserrat);
  font-size: 4.03588vw;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: -0.0175em;
  line-height: 1;
}
.nav-list li a span {
  position: relative;
  top: -0.1em;
  font-size: 2.9148vw;
  font-family: var(--font-default);
}
.nav-list li a span::before {
  content: "/";
  margin: 0 0.5em 0 0.25em;
}
@media screen and (min-width: 768px), print {
  .nav-list {
    display: flex;
    position: relative;
    top: 14px;
  }
  .nav-list li {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: none;
  }
  .nav-list li:not(:first-child) {
    margin: 0 0 0 10px;
  }
  .nav-list li a {
    position: relative;
    padding: 4px 2px;
    font-size: 13px;
  }
  .nav-list li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1.5px;
    background: var(--color-primary);
    pointer-events: none;
  }
  .nav-list li a span {
    display: none;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine), print and (hover: hover) and (pointer: fine) {
  .nav-list li a {
    transition: color var(--transition);
  }
  .nav-list li a::after {
    transition: width var(--transition);
  }
  .nav-list li a:hover {
    color: var(--color-primary);
  }
  .nav-list li a:hover::after {
    width: 100%;
  }
}
@media screen and (min-width: 1024px), print {
  .nav-list {
    top: 0;
  }
  .nav-list li:not(:first-child) {
    margin: 0 0 0 8px;
  }
  .nav-list li a {
    padding: 4px 2px;
    font-size: 12px;
  }
  .nav-list li a::after {
    height: 1.5px;
  }
}
@media screen and (min-width: 1280px), print {
  .nav-list li:not(:first-child) {
    margin: 0 0 0 14px;
  }
  .nav-list li a {
    font-size: 12.75px;
  }
}
@media screen and (min-width: 1550px), print {
  .nav-list li:not(:first-child) {
    margin: 0 0 0 29px;
  }
  .nav-list li a {
    font-size: 0.69445vw;
  }
}
.nav-search {
  display: block;
  margin: 6.72646vw 8.96861vw 0;
  padding: 1.3453vw 0 1.56951vw;
  background: #fff;
  border: 0.44844vw solid var(--color-primary);
  color: var(--color-primary);
  font-size: 3.58745vw;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translateX(10%);
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
}
[data-nav-open=true] .nav-search {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 1s ease, visibility 1s ease, transform 1s ease;
  transition-delay: 0.6s;
}
@media (hover: hover) and (pointer: fine) {
  .nav-search {
    transition: background var(--transition), border var(--transition), color var(--transition);
  }
  .nav-search:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
  }
}
@media screen and (min-width: 768px), print {
  .nav-search {
    position: absolute;
    top: -12px;
    right: 0;
    margin: 0;
    padding: 4px 8px 5px;
    border-width: 2px;
    font-size: 12px;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@media screen and (min-width: 1024px), print {
  .nav-search {
    position: static;
    right: 0;
    margin-left: 22px;
  }
}
@media screen and (min-width: 1280px), print {
  .nav-search {
    font-size: 14px;
  }
}
@media screen and (min-width: 1550px), print {
  .nav-search {
    margin-left: 29px;
    font-size: 0.69445vw;
  }
}
.nav-trigger {
  position: absolute;
  top: 2.24216vw;
  right: 4.26009vw;
  z-index: 101;
  width: 8.52018vw;
  height: 8.52018vw;
  background: none;
  border: none;
  border-radius: 0;
  appearance: none;
  font-size: 0;
  cursor: pointer;
}
.nav-trigger::before, .nav-trigger::after {
  content: "";
  position: absolute;
  left: 1.12108vw;
  width: 6.27803vw;
  height: 0.44844vw;
  background: var(--color-default);
  pointer-events: none;
  transition: transform 0.3s ease;
}
.nav-trigger::before {
  top: 3.13902vw;
}
.nav-trigger::after {
  top: 5.15696vw;
}
.nav-trigger[aria-expanded=true]::before {
  top: 4.26009vw;
  transform: rotate(45deg);
}
.nav-trigger[aria-expanded=true]::after {
  top: 4.48431vw;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px), print {
  .nav-trigger {
    display: none;
  }
}

/*---------------footer 202212---------------*/
.footer {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url(../../img/common/footer_bg_img01.jpg?20240123);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

@media (max-width: 767px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 12px;
  }
}
@media (max-width: 575px) {
  .footer {
    background-image: url(../../img/common/footer_bg_img01_sp.jpg?20240123);
  }
}
.footer::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.76);
}

@media (max-width: 767px) {
  .footer::before {
    background-color: rgba(0, 0, 0, 0.81);
  }
}
.footer .wrapper {
  position: relative;
  padding: 0 12vw;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 2560px;
  z-index: 10;
}

@media (max-width: 1600px) {
  .footer .wrapper {
    padding-right: 0;
    padding-left: 0;
    max-width: 1250px;
  }
}
@media (max-width: 1250px) {
  .footer .wrapper {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .footer .wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.footer .footer__wrap {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .footer .footer__wrap {
    display: block;
  }
}
.footer .footer__container01 {
  min-width: 430px;
}

@media (max-width: 991px) {
  .footer .footer__container01 {
    min-width: 280px;
  }
}
@media (max-width: 767px) {
  .footer .footer__container01 {
    min-width: 0;
  }
}
.footer .footer__container01 .logo__container {
  display: inline-block;
  width: auto;
  height: 33px;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .footer .footer__container01 .logo__container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 27px;
    width: 100%;
  }
}
.footer .footer__container01 .logo__container:hover {
  opacity: 0.75;
}

.footer .footer__container01 .logo__container .logo01 {
  display: inline-block;
  width: auto;
  height: 100%;
  vertical-align: baseline;
}

.footer .footer__container01 .logo__container .logo__txt {
  display: none;
}

@media (max-width: 767px) {
  .footer .footer__container01 .logo__container .logo__txt {
    display: inline-block;
    width: auto;
    height: 24px;
  }
}
@media (max-width: 575px) {
  .footer .footer__container01 .logo__container .logo__txt {
    height: 22px;
  }
}
.footer .footer__container01 .footer__contents {
  margin-top: 18px;
}

@media (max-width: 767px) {
  .footer .footer__container01 .footer__contents {
    margin-top: 14px;
  }
}
.footer .footer__container01 .footer__contents .contents__txt01 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05rem;
  color: #fff;
  line-height: 1.8;
}

@media (max-width: 991px) {
  .footer .footer__container01 .footer__contents .contents__txt01 {
    font-size: 13px;
  }
}
.footer .footer__container01 .footer__contents .en__txt01 {
  margin-top: 22px;
  font-size: 18px;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05rem;
  color: #fff;
  line-height: 1.25;
}

@media (max-width: 991px) {
  .footer .footer__container01 .footer__contents .en__txt01 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .footer .footer__container01 .footer__contents .en__txt01 {
    margin-top: 22px;
    font-size: 15px;
  }
}
.footer .footer__container01 .footer__contents .sns__container {
  margin-top: 22px;
  display: flex;
  align-items: center;
}

.footer .footer__container01 .footer__contents .sns__container .item01 {
  width: auto;
  height: 18.5px;
}

.footer .footer__container01 .footer__contents .sns__container .item01:nth-child(n+2) {
  margin-left: 25px;
}

.footer .footer__container01 .footer__contents .sns__container .item01 .link01 {
  display: inline-block;
  width: auto;
  height: 100%;
  transition: 0.3s;
}

.footer .footer__container01 .footer__contents .sns__container .item01 .link01:hover {
  opacity: 0.6;
}

.footer .footer__container01 .footer__contents .sns__container .item01 .sns__icon {
  display: inline-block;
  width: auto;
  height: 100%;
  vertical-align: baseline;
}

.footer .footer__container02 {
  margin-left: 65px;
}

@media (max-width: 991px) {
  .footer .footer__container02 {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .footer .footer__container02 {
    margin-left: 0;
  }
}
.footer .footer__container02 .footer__nav .list01 {
  display: flex;
  flex-wrap: wrap;
}

.footer .footer__container02 .footer__nav .item {
  width: 20%;
  margin-bottom: 40px;
}

.footer .footer__container02 .footer__nav .item:last-child {
  width: auto;
}

@media (max-width: 1200px) {
  .footer .footer__container02 .footer__nav .item {
    margin-bottom: 32px;
    width: 25%;
  }
}
@media (max-width: 767px) {
  .footer .footer__container02 .footer__nav .item {
    margin-top: 28px;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .footer .footer__container02 .footer__nav .item {
    width: 33.3333333333%;
  }
}
.footer .footer__container02 .footer__nav .item .link01 {
  position: relative;
  display: inline-block;
  padding: 3px 5px;
  font-size: 13px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
  transition: opacity 0.3s;
}

.footer .footer__container02 .footer__nav .item .link01::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.65);
}

.footer .footer__container02 .footer__nav .item .link01:hover {
  opacity: 0.6;
}

.footer .footer__logo__container {
  margin-top: 28px;
  padding-right: 85px;
  display: block;
  height: 22px;
  text-align: right;
}

@media (max-width: 1200px) {
  .footer .footer__logo__container {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .footer .footer__logo__container {
    display: none;
  }
}
.footer .footer__logo__container .logo01 {
  display: inline-block;
  width: auto;
  height: 100%;
  vertical-align: baseline;
}

.footer .copyright {
  position: relative;
  margin-top: 25px;
  padding-top: 14px;
  width: 100%;
  border-top: 1px solid #616161;
  z-index: 10;
}

@media (max-width: 575px) {
  .footer .copyright {
    margin-top: 50px;
    padding-top: 12px;
  }
}
.footer .copyright .copy01 {
  display: block;
  text-align: center;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.06rem;
  color: #8f8f8f;
}

.footer .copyright .copy01 br {
  display: none;
}

@media (max-width: 575px) {
  .footer .copyright .copy01 {
    font-size: 11px;
  }
  .footer .copyright .copy01 br {
    display: block;
  }
}
.home-loading {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: transform;
  transform-origin: 0 0;
  transition: transform 0.95s cubic-bezier(0.32, 0, 0.67, 0) 0.3s;
}
.home-loading-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--color-primary);
  font-size: 7.84754vw;
  font-weight: 700;
  line-height: 1.7;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.home-loading-copy span {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateX(7.5%);
  transition: opacity 1.5s cubic-bezier(0.15, 0.75, 0.4, 1), visibility 1.5s cubic-bezier(0.15, 0.75, 0.4, 1), transform 1.5s cubic-bezier(0.15, 0.75, 0.4, 1);
  /* 追加: iOS ちらつき防止 */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity, transform;
}
@media screen and (min-width: 768px), print {
  .home-loading-copy {
    font-size: 58px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-loading-copy {
    font-size: 4.02778vw;
  }
}
.home-loading.--init .home-loading-copy span {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition-delay: 0.12s;
}
.home-loading.--complete {
  transform: scaleY(-1);
}
.home-loading.--complete .home-loading-copy {
  opacity: 0;
  visibility: hidden;
}

.home-fv {
  position: relative;
}
.home-fv-inner {
  overflow: hidden;
}
.home-fv-contents {
  position: relative;
}
.home-fv-contents video {
  transition: opacity 0.6s ease;
}
.home-fv-contents.--sm video {
  width: 100%;
  height: auto;
  aspect-ratio: 1440/1800;
  object-fit: cover;
  object-position: 50% 50%;
}
.home-fv-contents.--lg {
  display: none;
}
@media screen and (min-width: 768px), print {
  .home-fv-contents.--sm {
    display: none;
  }
  .home-fv-contents.--lg {
    display: block;
  }
  .home-fv-contents.--lg video {
    width: 100%;
    height: auto;
    aspect-ratio: 1920/1016;
  }
}
@media screen and (min-width: 1024px), print {
  .home-fv-contents {
    height: calc(100svh - 6.94445vw);
  }
  .home-fv-contents.--lg video {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    aspect-ratio: inherit;
  }
}
@media screen and (min-width: 1024px) and (orientation: portrait) {
  .home-fv-contents {
    height: auto;
  }
  .home-fv-contents .--lg video {
    height: auto;
    aspect-ratio: 1920/1016;
  }
}
@media screen and (min-width: 1280px), print {
  .home-fv-contents {
    height: calc(100svh - 96px);
    min-height: 650px;
  }
}
@media screen and (min-width: 1550px), print {
  .home-fv-contents {
    min-height: 800px;
  }
}
.home-fv-scroll {
  position: absolute;
  bottom: -7.84753vw;
  left: 7.84754vw;
  z-index: 2;
  display: block;
  padding: 1.12108vw 1.12108vw 19.0583vw;
  font-family: var(--font-Montserrat);
  font-size: 2.69059vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.075em;
  writing-mode: vertical-rl;
}
.home-fv-scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1.3453vw;
  width: 1.3453vw;
  height: 17.93722vw;
  background: url(../../img/home/icn_scroll_01.png) 0 0/contain no-repeat;
  animation: home-fv-arrow 2s infinite;
}
@keyframes home-fv-arrow {
  0%, 40% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(15%);
  }
}
@media (hover: hover) and (pointer: fine) {
  .home-fv-scroll {
    transition: opacity var(--transition);
  }
  .home-fv-scroll:hover {
    opacity: var(--hover-opacity);
  }
}
@media screen and (min-width: 768px), print {
  .home-fv-scroll {
    bottom: -100px;
    left: 30px;
    padding: 5px 5px 132px;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .home-fv-scroll::after {
    left: 6px;
    width: 9px;
    height: 125px;
  }
  @keyframes home-fv-arrow {
    0%, 40% {
      transform: translateY(0);
    }
    20% {
      transform: translateY(10%);
    }
  }
}
@media screen and (min-width: 1024px), print {
  .home-fv-scroll {
    bottom: -6.94444vw;
    left: 18.5%;
    padding: 0.34723vw 0.34723vw 9.16667vw;
    font-size: 1.25vw;
  }
  .home-fv-scroll::after {
    left: 0.41667vw;
    width: 0.625vw;
    height: 8.68056vw;
  }
}

.home-section-heading {
  font-size: 7.39911vw;
  font-family: var(--font-Montserrat);
  font-weight: 700;
  line-height: 1;
}
.home-section-heading span:nth-of-type(2) {
  display: block;
  margin-top: 3.13902vw;
  font-family: var(--font-default);
  font-size: 2.9148vw;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 768px), print {
  .home-section-heading {
    margin-top: 15px;
    font-size: 36px;
  }
  .home-section-heading span:nth-of-type(2) {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-section-heading {
    font-size: 2.5vw;
  }
  .home-section-heading span:nth-of-type(2) {
    margin-top: 1.04167vw;
    font-size: 1.04167vw;
  }
}

.home-more-button {
  display: inline-block;
  padding: 0.22422vw 1.12108vw 0.89687vw 1.3453vw;
  background: #fff;
  border: 0.44844vw solid var(--color-default);
  color: var(--color-default);
  font-size: 3.58745vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .home-more-button {
    transition: background var(--transition), border var(--transition), color var(--transition);
  }
  .home-more-button:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
  }
}
@media screen and (min-width: 768px), print {
  .home-more-button {
    padding: 0 5px 4px 6px;
    border-width: 2px;
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-more-button {
    padding: 0 0.34723vw 0.27778vw 0.41667vw;
    font-size: 1.18056vw;
  }
}

.home-prologue {
  padding-top: 11.21077vw;
}
@media screen and (min-width: 768px), print {
  .home-prologue {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-prologue {
    padding-top: 4.86112vw;
  }
}
.home-prologue-inner {
  padding-inline: 15.69507vw;
}
@media screen and (min-width: 768px), print {
  .home-prologue-inner {
    width: min(100%, 790px);
    margin-inline: auto;
    padding-inline: 40px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-prologue-inner {
    width: 48%;
    padding: 0;
  }
}
@media screen and (min-width: 768px), print {
  .home-prologue-contents {
    width: fit-content;
    margin-left: auto;
  }
}
.home-prologue-lead {
  font-size: 3.92377vw;
  font-weight: 700;
  line-height: 2.1;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px), print {
  .home-prologue-lead {
    font-size: 20px;
    line-height: 2.3;
  }
}
@media screen and (min-width: 1024px), print {
  .home-prologue-lead {
    font-size: 1.38889vw;
  }
}
.home-prologue-copy {
  width: 38.1166vw;
  margin-top: 4.03588vw;
  font-size: 0;
}
.home-prologue-copy img {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .home-prologue-copy {
    width: 196px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-prologue-copy {
    width: 13.61112vw;
    margin-top: 2.77778vw;
  }
}
.home-prologue-more {
  margin-top: 11.21077vw;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .home-prologue-more {
    margin-top: 50px;
    text-align: left;
  }
}
@media screen and (min-width: 1024px), print {
  .home-prologue-more {
    margin-top: 3.47223vw;
  }
}

.home-news {
  margin-top: 22.42153vw;
}
@media screen and (min-width: 768px), print {
  .home-news {
    margin-top: 160px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-news {
    margin-top: 11.11112vw;
  }
}
.home-news-inner {
  padding-inline: 7.62332vw;
}
@media screen and (min-width: 768px), print {
  .home-news-inner {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-news-inner {
    display: flex;
    padding: 0;
  }
}
.home-news-heading {
  padding-left: 2.69059vw;
}
@media screen and (min-width: 768px), print {
  .home-news-heading {
    padding-left: 0;
  }
}
@media screen and (min-width: 1024px), print {
  .home-news-heading {
    width: 17.36112vw;
  }
}
.home-news-body {
  margin-top: 10.08969vw;
}
@media screen and (min-width: 768px), print {
  .home-news-body {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-news-body {
    flex: 1;
    margin-top: 2.08334vw;
  }
}
.home-news-item {
  border-bottom: 0.33633vw dotted var(--color-default);
}
@media screen and (min-width: 768px), print {
  .home-news-item {
    border-bottom-width: 1px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-news-item {
    border-bottom-width: 0.06945vw;
  }
}
.home-news-anchor {
  position: relative;
  display: block;
  padding: 1.3453vw 13.45292vw 1.79373vw 2.69059vw;
}
.home-news-anchor::before, .home-news-anchor::after {
  content: "";
  position: absolute;
  top: 50%;
  pointer-events: none;
  transform: translateY(-50%);
}
.home-news-anchor::before {
  right: 1.3453vw;
  width: 6.05382vw;
  height: 6.05382vw;
  border: 0.33633vw solid var(--color-default);
  border-radius: 50%;
}
.home-news-anchor::after {
  right: 2.9148vw;
  width: 3.13902vw;
  height: 3.13902vw;
  background: var(--color-default);
  -webkit-mask: url(../../img/common/icn_arrow_01.png) 0 0/contain no-repeat;
  mask: url(../../img/common/icn_arrow_01.png) 0 0/contain no-repeat;
}
@media (hover: hover) and (pointer: fine) {
  .home-news-anchor {
    transition: color var(--transition);
  }
  .home-news-anchor::before {
    transition: background var(--transition), border var(--transition);
  }
  .home-news-anchor::after {
    transition: background var(--transition);
  }
  .home-news-anchor:hover {
    color: var(--color-primary);
  }
  .home-news-anchor:hover::before {
    background: var(--color-primary);
    border-color: var(--color-primary);
  }
  .home-news-anchor:hover::after {
    background: #fff;
  }
}
@media screen and (min-width: 768px), print {
  .home-news-anchor {
    display: flex;
    padding: 16px 80px 10px 20px;
    font-size: 15px;
  }
  .home-news-anchor::before {
    right: 22px;
    width: 28px;
    height: 28px;
    border-width: 1px;
  }
  .home-news-anchor::after {
    right: 29px;
    width: 14px;
    height: 14px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-news-anchor {
    padding: 1.11112vw 5.55556vw 0.69445vw 1.38889vw;
    font-size: 15px;
  }
  .home-news-anchor::before {
    right: 1.52778vw;
    width: 1.94445vw;
    height: 1.94445vw;
  }
  .home-news-anchor::after {
    right: 2.01389vw;
    width: 0.97223vw;
    height: 0.97223vw;
  }
}
.home-news-date {
  margin-right: 6px;
  margin-bottom: 0.44844vw;
  font-size: 2.69059vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px), print {
  .home-news-date {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-news-date {
    min-width: 110px;
    font-size: 15px;
  }
}
@media screen and (min-width: 768px), print {
  .home-news-title {
    flex: 1;
  }
}
.home-news-more {
  margin-top: 8.96861vw;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .home-news-more {
    margin-top: 40px;
    text-align: right;
  }
}
@media screen and (min-width: 1024px), print {
  .home-news-more {
    margin-top: 2.77778vw;
  }
}

.home-news-body.js-animation-elements .home-news-item {
  opacity: 0;
  visibility: hidden;
  transform: translateY(25%);
  transition: opacity 0.8s ease, visibility 0.8s ease, transform 0.8s ease;
}
.home-news-body.js-animation-elements .home-news-more {
  opacity: 0;
  visibility: hidden;
  transform: translateY(35%);
  transition: opacity 0.8s ease, visibility 0.8s ease, transform 0.8s ease;
}
.home-news-body.js-animation-elements.--show .home-news-item,
.home-news-body.js-animation-elements.--show .home-news-more {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.home-news-body.js-animation-elements.--show .home-news-item:nth-of-type(2) {
  transition-delay: 0.3s;
}
.home-news-body.js-animation-elements.--show .home-news-item:nth-of-type(3) {
  transition-delay: 0.6s;
}
.home-news-body.js-animation-elements.--show .home-news-more {
  transition-delay: 0.9s;
}

.home-product {
  margin-top: 22.42153vw;
}
@media screen and (min-width: 768px), print {
  .home-product {
    margin-top: 130px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-product {
    margin-top: 9.02778vw;
  }
}
.home-product-inner {
  padding-inline: 10.31391vw;
}
@media screen and (min-width: 768px), print {
  .home-product-inner {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-product-inner {
    padding: 0;
  }
}
.home-product-carousel {
  margin-top: 13.45292vw;
  padding-bottom: 1.12108vw;
}
.home-product-carousel .swiper-slide {
  height: auto;
}
@media screen and (min-width: 768px), print {
  .home-product-carousel {
    margin-top: 90px;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-product-carousel {
    margin-top: 6.25vw;
    padding-bottom: 0.34723vw;
  }
}
.home-product-item {
  padding-inline: 2.69059vw;
}
.home-product-item.--active .home-product-anchor {
  background: var(--color-primary);
  transition: opacity var(--transition), background 0.24s ease-in;
}
.home-product-item.--active .home-product-heading,
.home-product-item.--active .home-product-description {
  color: #fff;
  transition: color 0.24s ease-in;
}
@media screen and (min-width: 768px), print {
  .home-product-item {
    padding-inline: 27px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-product-item {
    padding-inline: 1.875vw;
  }
}
.home-product-anchor {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 6.72646vw 6.72646vw 5.60539vw;
  background: var(--color-bg-primary);
  will-change: background;
}
@media screen and (min-width: 768px), print {
  .home-product-anchor {
    padding: 40px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-product-anchor {
    display: block;
    padding-inline: 2.77778vw;
  }
}
@media screen and (min-width: 1024px), print {
  .home-product-row {
    display: flex;
  }
}
.home-product-image {
  width: 41.25561vw;
  margin-inline: auto;
}
@media screen and (min-width: 768px), print {
  .home-product-image {
    width: 60%;
  }
}
@media screen and (min-width: 1024px), print {
  .home-product-image {
    width: 17.36112vw;
  }
}
@media screen and (min-width: 1024px), print {
  .home-product-detail {
    flex: 1;
    margin-left: 2.43056vw;
  }
}
.home-product-heading {
  margin-top: 4.48431vw;
  font-size: 4.26009vw;
  font-weight: 500;
  letter-spacing: 0.025em;
  will-change: color;
}
@media screen and (min-width: 768px), print {
  .home-product-heading {
    margin-top: 20px;
    font-size: 19px;
    letter-spacing: 0.075em;
  }
}
@media screen and (min-width: 1024px), print {
  .home-product-heading {
    margin-top: 0.55556vw;
    font-size: 1.31945vw;
  }
}
.home-product-description {
  margin-top: 1.12108vw;
  padding-bottom: 4.48431vw;
  letter-spacing: -0.05em;
  will-change: color;
}
@media screen and (min-width: 768px), print {
  .home-product-description {
    margin-top: 15px;
    padding-bottom: 20px;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1024px), print {
  .home-product-description {
    margin-top: 1.04167vw;
    padding-bottom: 0;
  }
}
.home-product-more {
  margin-top: auto;
  text-align: center;
}
.home-product-more span {
  display: inline-block;
  padding: 0.22422vw 1.12108vw 0.89687vw 1.3453vw;
  background: #fff;
  border: 0.44844vw solid var(--color-default);
  font-size: 3.36323vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px), print {
  .home-product-more span {
    padding: 0 5px 4px 6px;
    border-width: 2px;
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-product-more {
    margin-top: 1.73612vw;
    text-align: right;
  }
  .home-product-more span {
    padding: 0 0.34723vw 0.27778vw 0.41667vw;
    border-width: 0.13889vw;
    font-size: 1.18056vw;
  }
}
.home-product-pagination {
  position: static;
  margin-top: 6.72646vw;
  font-size: 0;
  line-height: 1;
}
.home-product-pagination .swiper-pagination-bullet {
  width: 2.24216vw;
  height: 2.24216vw;
  background: #fff;
  border: 0.33633vw solid var(--color-default);
  opacity: 1;
  transition: background var(--transition);
}
.home-product-pagination .swiper-pagination-bullet-active {
  background: var(--color-default);
}
@media screen and (min-width: 768px), print {
  .home-product-pagination {
    margin-top: 40px;
  }
  .home-product-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    border-width: 2px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-product-pagination {
    margin-top: 2.77778vw;
  }
  .home-product-pagination .swiper-pagination-bullet {
    width: 0.90278vw;
    height: 0.90278vw;
  }
}
.home-product-carousel .home-product-pagination .swiper-pagination-bullet {
  margin: 0 2.24216vw;
}
@media screen and (min-width: 768px), print {
  .home-product-carousel .home-product-pagination .swiper-pagination-bullet {
    margin: 0 15px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-product-carousel .home-product-pagination .swiper-pagination-bullet {
    margin: 0 1.04167vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .home-product-anchor {
    transition: opacity var(--transition), background var(--transition);
  }
  .home-product-anchor:hover {
    opacity: var(--hover-opacity);
  }
  .home-product-anchor:hover img {
    opacity: 1;
  }
  .home-product-pagination .swiper-pagination-bullet {
    transition: background var(--transition);
  }
  .home-product-pagination .swiper-pagination-bullet:hover {
    background: var(--color-default);
  }
}

.home-store {
  margin-top: 21.30045vw;
}
@media screen and (min-width: 768px), print {
  .home-store {
    margin-top: 165px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-store {
    margin-top: 11.45834vw;
  }
}
.home-store-inner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px), print {
  .home-store-inner {
    flex-direction: row;
  }
}
.home-store-contents {
  display: contents;
}
@media screen and (min-width: 768px), print {
  .home-store-contents {
    flex: 1;
    display: block;
    padding-right: 5%;
  }
}
.home-store-heading {
  order: 1;
}
.home-store-lead {
  order: 2;
  margin-top: 7.84754vw;
  line-height: 2.1;
}
@media screen and (min-width: 768px), print {
  .home-store-lead {
    margin-top: 60px;
    letter-spacing: -0.025em;
    line-height: inherit;
  }
}
@media screen and (min-width: 1024px), print {
  .home-store-lead {
    max-width: 27.43056vw;
    margin-top: 4.16667vw;
  }
}
.home-store-more {
  order: 4;
  margin-top: 8.96861vw;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .home-store-more {
    margin-top: 50px;
    text-align: right;
  }
}
@media screen and (min-width: 1024px), print {
  .home-store-more {
    max-width: 27.43056vw;
    margin-top: 3.47223vw;
  }
}
.home-store-image {
  order: 3;
  margin-top: 4.48431vw;
}
.home-store-image a {
  display: block;
  font-size: 0;
}
@media screen and (min-width: 768px), print {
  .home-store-image {
    width: 50%;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-store-image {
    margin-top: 2.08334vw;
  }
}

.home-links {
  margin-top: 19.0583vw;
}
@media screen and (min-width: 768px), print {
  .home-links {
    margin-top: 225px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-links {
    margin-top: 15.625vw;
  }
}
.home-links-inner {
  padding-inline: 12.33184vw;
}
@media screen and (min-width: 768px), print {
  .home-links-inner {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-links-inner {
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
}
.home-links-item {
  position: relative;
  display: block;
  margin-top: 8.96861vw;
  padding: 5.38117vw 7.62332vw;
  background: var(--color-primary);
}
.home-links-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 99.75%;
  width: 6.27803vw;
  height: 4.93274vw;
  background: var(--color-primary);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.home-links-item::after {
  content: "";
  position: absolute;
  top: 6.27803vw;
  right: 4.48431vw;
  width: 27.35427vw;
  height: 19.0583vw;
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.home-links-item:nth-of-type(1)::after {
  background-image: url(../../img/home/img_recruit_01.jpg);
}
.home-links-item:nth-of-type(2)::after {
  top: 8.07175vw;
  right: 6.27803vw;
  background-image: url(../../img/home/img_stock-car_01.jpg);
}
@media (hover: hover) and (pointer: fine) {
  .home-links-item {
    transition: opacity var(--transition);
  }
  .home-links-item:hover {
    opacity: var(--hover-opacity);
  }
}
@media screen and (min-width: 768px), print {
  .home-links-item {
    width: 465px;
    margin: 40px auto 0;
    padding: 35px 45px;
  }
  .home-links-item::before {
    width: 40px;
    height: 32px;
  }
  .home-links-item::after {
    top: 40px;
    right: 30px;
    width: 170px;
    height: 119px;
  }
  .home-links-item:nth-of-type(2)::after {
    top: 40px;
    right: 38px;
  }
  .home-links-item:nth-of-type(2) .home-links-heading span:nth-of-type(2) {
    letter-spacing: 0.15em;
  }
}
@media screen and (min-width: 1024px), print {
  .home-links-item {
    width: 46.75%;
    margin: 0;
    padding: 2.43056vw 3.125vw;
  }
  .home-links-item::before {
    width: 2.77778vw;
    height: 2.22223vw;
  }
  .home-links-item::after {
    top: 2.77778vw;
    right: 2.08334vw;
    width: 11.80556vw;
    height: 8.26389vw;
  }
  .home-links-item:nth-of-type(2)::after {
    top: 2.77778vw;
    right: 2.63889vw;
  }
}
.home-links-item-inner {
  position: relative;
  z-index: 2;
}
.home-links-heading {
  color: #fff;
  font-size: 6.72646vw;
  font-family: var(--font-Montserrat);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.0375em;
}
.home-links-heading span:nth-of-type(2) {
  display: block;
  margin: 0.89687vw 0 0 0.44844vw;
  font-family: var(--font-default);
  font-size: 2.9148vw;
  letter-spacing: 0.25em;
}
@media screen and (min-width: 768px), print {
  .home-links-heading {
    font-size: 36px;
  }
  .home-links-heading span:nth-of-type(2) {
    margin: 10px 0 0 4px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-links-heading {
    font-size: 2.5vw;
  }
  .home-links-heading span:nth-of-type(2) {
    margin: 0.69445vw 0 0 0.27778vw;
    font-size: 1.11112vw;
  }
}
.home-links-text {
  margin-top: 4.93274vw;
  font-size: 5.8296vw;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px), print {
  .home-links-text {
    margin-top: 35px;
    font-size: 36px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-links-text {
    margin-top: 2.43056vw;
    font-size: 2.5vw;
  }
}

main.page__about {
  position: relative;
  margin-top: 125px;
}
@media not screen and (min-width: 768px), print {
  main.page__about {
    margin-top: 65px;
  }
}
main.page__about .p__aboutus__ttl {
  font-size: 7.39911vw;
  font-family: var(--font-Montserrat);
  font-weight: 700;
  line-height: 1;
}
main.page__about .p__aboutus__ttl span:nth-of-type(2) {
  display: block;
  margin-top: 3.13902vw;
  font-family: var(--font-default);
  font-size: 2.9148vw;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 768px), print {
  main.page__about .p__aboutus__ttl {
    font-size: 36px;
  }
  main.page__about .p__aboutus__ttl span:nth-of-type(2) {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px), print {
  main.page__about .p__aboutus__ttl {
    font-size: 2.5vw;
  }
  main.page__about .p__aboutus__ttl span:nth-of-type(2) {
    margin-top: 1.04167vw;
    font-size: 1.04167vw;
  }
}
main.page__about .p__aboutus__image01 > .img {
  display: block;
  width: 100%;
  height: auto;
}
main.page__about .p__aboutus__read > .txt01 {
  font-weight: 500;
}
main.page__about .p__aboutus__read > .txt01:nth-child(n+2) {
  margin-top: 24px;
}
@media not screen and (min-width: 768px), print {
  main.page__about .p__aboutus__read > .txt01 {
    line-height: 2;
  }
}
main.page__about .p__aboutus__head {
  display: flex;
  justify-content: space-between;
}
main.page__about .p__aboutus__head .p__aboutus__image01 {
  margin-top: 18px;
  width: 325px;
}
@media screen and (min-width: 1550px), print {
  main.page__about .p__aboutus__head .p__aboutus__image01 {
    width: 400px;
  }
}
@media not screen and (min-width: 1280px), print {
  main.page__about .p__aboutus__head .p__aboutus__image01 {
    width: 250px;
  }
}
@media not screen and (min-width: 1024px), print {
  main.page__about .p__aboutus__head .p__aboutus__image01 {
    width: 230px;
  }
}
@media not screen and (min-width: 768px), print {
  main.page__about .p__aboutus__head .p__aboutus__image01 {
    position: absolute;
    right: 0;
  }
}
@media not screen and (min-width: 600px), print {
  main.page__about .p__aboutus__head .p__aboutus__image01 {
    margin-top: 22px;
    width: 145px;
  }
}
main.page__about .p__aboutus__contents01 {
  margin-top: 155px;
}
@media not screen and (min-width: 768px), print {
  main.page__about .p__aboutus__contents01 {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media not screen and (min-width: 600px), print {
  main.page__about .p__aboutus__contents01 {
    margin-top: 85px;
  }
}
main.page__about .p__aboutus__contents01 .p__aboutus__image01 {
  position: absolute;
  top: 255px;
  left: 0;
  width: 580px;
}
@media screen and (min-width: 1550px), print {
  main.page__about .p__aboutus__contents01 .p__aboutus__image01 {
    width: 700px;
  }
}
@media not screen and (min-width: 1280px), print {
  main.page__about .p__aboutus__contents01 .p__aboutus__image01 {
    width: 370px;
  }
}
@media not screen and (min-width: 1024px), print {
  main.page__about .p__aboutus__contents01 .p__aboutus__image01 {
    width: 320px;
  }
}
@media not screen and (min-width: 768px), print {
  main.page__about .p__aboutus__contents01 .p__aboutus__image01 {
    position: relative;
    top: 0;
    left: -10.76233vw;
    margin-top: 65px;
  }
}
@media not screen and (min-width: 600px), print {
  main.page__about .p__aboutus__contents01 .p__aboutus__image01 {
    width: 275px;
  }
}
main.page__about .p__aboutus__contents01 .p__aboutus__read {
  margin-left: 51%;
}
@media not screen and (min-width: 768px), print {
  main.page__about .p__aboutus__contents01 .p__aboutus__read {
    margin-left: 0;
  }
}
main.page__about .p__aboutus__contents02 {
  margin-top: 60px;
  margin-left: 38px;
  display: flex;
  justify-content: space-between;
}
@media not screen and (min-width: 1024px), print {
  main.page__about .p__aboutus__contents02 {
    margin-left: 0;
  }
}
@media not screen and (min-width: 768px), print {
  main.page__about .p__aboutus__contents02 {
    flex-direction: column;
    align-items: center;
    gap: 65px;
  }
}
@media not screen and (min-width: 600px), print {
  main.page__about .p__aboutus__contents02 {
    margin-top: 65px;
  }
}
main.page__about .p__aboutus__ceo {
  margin-top: 100px;
  width: 325px;
  text-align: center;
}
@media screen and (min-width: 1550px), print {
  main.page__about .p__aboutus__ceo {
    width: 400px;
  }
}
@media not screen and (min-width: 1280px), print {
  main.page__about .p__aboutus__ceo {
    width: 250px;
  }
}
@media not screen and (min-width: 1024px), print {
  main.page__about .p__aboutus__ceo {
    width: 230px;
  }
}
@media not screen and (min-width: 768px), print {
  main.page__about .p__aboutus__ceo {
    margin-top: 0;
  }
}
@media not screen and (min-width: 600px), print {
  main.page__about .p__aboutus__ceo {
    width: 200px;
  }
}
main.page__about .p__aboutus__ceo .img01 {
  display: block;
  width: 100%;
}
main.page__about .p__aboutus__ceo .ceo__name01 {
  margin-top: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
}
@media not screen and (min-width: 600px), print {
  main.page__about .p__aboutus__ceo .ceo__name01 {
    gap: 8px;
  }
}
main.page__about .p__aboutus__ceo .ceo__name01 .position01 {
  padding-top: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
@media not screen and (min-width: 600px), print {
  main.page__about .p__aboutus__ceo .ceo__name01 .position01 {
    padding-top: 3px;
    font-size: 2.9148vw;
    letter-spacing: 0.07em;
  }
}
main.page__about .p__aboutus__ceo .ceo__name01 .name01 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.35em;
  line-height: 1;
}
@media not screen and (min-width: 600px), print {
  main.page__about .p__aboutus__ceo .ceo__name01 .name01 {
    font-size: 3.58745vw;
  }
}
main.page__about .p__aboutus__movie {
  margin-top: 155px;
}
@media not screen and (min-width: 600px), print {
  main.page__about .p__aboutus__movie {
    margin-top: 65px;
  }
}
main.page__about .p__aboutus__movie .movie01 {
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: 500px;
  border-radius: 23px;
  overflow: hidden;
}
@media screen and (min-width: 1550px), print {
  main.page__about .p__aboutus__movie .movie01 {
    width: 800px;
  }
}
@media not screen and (min-width: 600px), print {
  main.page__about .p__aboutus__movie .movie01 {
    width: 100%;
    border-radius: 0;
  }
}
main.page__about .p__aboutus__movie .p__aboutus__read {
  margin-top: 42px;
  text-align: center;
}
main.page__about .p__aboutus__movie .p__aboutus__read .txt01 {
  line-height: 2.4;
}
@media not screen and (min-width: 1024px), print {
  main.page__about .p__aboutus__movie .p__aboutus__read .txt01 {
    font-size: 15px;
  }
}
@media not screen and (min-width: 600px), print {
  main.page__about .p__aboutus__movie .p__aboutus__read .txt01 {
    font-size: 2.9148vw;
  }
}
main.page__about .cp__inner {
  padding-inline: 10.76234vw;
}
@media screen and (min-width: 768px), print {
  main.page__about .cp__inner {
    flex-direction: row;
    width: min(100%, 970px);
    margin-inline: auto;
    padding-inline: 40px;
  }
}
@media screen and (min-width: 1024px), print {
  main.page__about .cp__inner {
    width: 60.4%;
    padding: 0;
  }
}
main.page__about section.p__mvv {
  margin-top: 110px;
}
@media not screen and (min-width: 600px), print {
  main.page__about section.p__mvv {
    margin-top: 90px;
  }
}
main.page__about .p__mvv__container {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #F5F5F5;
}
@media not screen and (min-width: 600px), print {
  main.page__about .p__mvv__container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
main.page__about .p__mvv__container:nth-child(2n) {
  background-color: #fff;
}
main.page__about .p__mvv__container > .cp__inner {
  display: flex;
  align-items: flex-start;
  gap: 120px;
}
@media not screen and (min-width: 1280px), print {
  main.page__about .p__mvv__container > .cp__inner {
    gap: 70px;
  }
}
@media not screen and (min-width: 768px), print {
  main.page__about .p__mvv__container > .cp__inner {
    gap: 45px;
  }
}
@media not screen and (min-width: 600px), print {
  main.page__about .p__mvv__container > .cp__inner {
    display: block;
    text-align: center;
  }
}
main.page__about .p__mvv__ttl {
  display: block;
  min-width: 110px;
}
@media screen and (min-width: 1550px), print {
  main.page__about .p__mvv__ttl {
    min-width: 200px;
  }
}
@media not screen and (min-width: 1280px), print {
  main.page__about .p__mvv__ttl {
    min-width: 130px;
  }
}
main.page__about .p__mvv__ttl .ttl01 {
  font-size: 28px;
  font-weight: 700;
  font-family: var(--font-Montserrat);
  color: var(--color-primary);
  line-height: 1;
}
@media screen and (min-width: 1550px), print {
  main.page__about .p__mvv__ttl .ttl01 {
    font-size: 1.52778vw;
  }
}
@media not screen and (min-width: 600px), print {
  main.page__about .p__mvv__ttl .ttl01 {
    font-size: 6.27803vw;
  }
}
main.page__about .p__mvv__contents {
  padding-top: 5px;
}
@media not screen and (min-width: 600px), print {
  main.page__about .p__mvv__contents {
    padding-top: 0;
  }
}
main.page__about .p__mvv__contents .contents__ttl {
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 1550px), print {
  main.page__about .p__mvv__contents .contents__ttl {
    font-size: 1.18056vw;
  }
}
@media not screen and (min-width: 600px), print {
  main.page__about .p__mvv__contents .contents__ttl {
    margin-top: 4.93274vw;
    font-size: 4.26009vw;
  }
}
main.page__about .p__mvv__contents .contents__txt {
  margin-top: 25px;
  font-size: 13.3px;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 1550px), print {
  main.page__about .p__mvv__contents .contents__txt {
    font-size: 16px;
  }
}
@media not screen and (min-width: 1280px), print {
  main.page__about .p__mvv__contents .contents__txt {
    font-size: 12px;
  }
}
@media not screen and (min-width: 600px), print {
  main.page__about .p__mvv__contents .contents__txt {
    margin-top: 8.07175vw;
    font-size: 2.9148vw;
    text-align: left;
  }
}
main.page__about section.p__history {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fff;
}
@media not screen and (min-width: 600px), print {
  main.page__about section.p__history {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
main.page__about section.p__history > .cp__inner {
  display: flex;
  align-items: flex-start;
  gap: 115px;
}
@media screen and (min-width: 1550px), print {
  main.page__about section.p__history > .cp__inner {
    gap: 190px;
  }
}
@media not screen and (min-width: 1280px), print {
  main.page__about section.p__history > .cp__inner {
    gap: 85px;
  }
}
@media not screen and (min-width: 768px), print {
  main.page__about section.p__history > .cp__inner {
    display: block;
  }
}
main.page__about .p__history__ttl {
  display: block;
}
@media not screen and (min-width: 768px), print {
  main.page__about .p__history__ttl {
    text-align: center;
  }
}
main.page__about .p__history__ttl .ttl01 {
  font-size: 28px;
  font-weight: 700;
  font-family: var(--font-Montserrat);
  color: var(--color-primary);
  line-height: 1;
}
@media screen and (min-width: 1550px), print {
  main.page__about .p__history__ttl .ttl01 {
    font-size: 1.52778vw;
  }
}
main.page__about .p__history__container {
  position: relative;
  padding-top: 6px;
  padding-left: 45px;
  list-style: none;
}
@media not screen and (min-width: 768px), print {
  main.page__about .p__history__container {
    margin-top: 60px;
    padding-top: 0;
  }
}
@media not screen and (min-width: 600px), print {
  main.page__about .p__history__container {
    margin-top: 45px;
    padding-left: 38px;
  }
}
main.page__about .p__history__container::before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  width: 1px;
  height: 101%;
  background-color: var(--color-primary);
  z-index: 10;
}
main.page__about .p__history__item {
  position: relative;
  list-style: none;
}
main.page__about .p__history__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: -55px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid var(--color-primary);
  border-radius: 50%;
  z-index: 20;
}
@media not screen and (min-width: 600px), print {
  main.page__about .p__history__item::before {
    left: -45px;
    width: 15px;
    height: 15px;
  }
}
main.page__about .p__history__item:nth-child(n+2) {
  margin-top: 30px;
}
main.page__about .p__history__item .item__year {
  font-size: 21px;
  font-weight: 700;
  font-family: var(--font-Montserrat);
  line-height: 1;
  color: var(--color-primary);
}
@media screen and (min-width: 1550px), print {
  main.page__about .p__history__item .item__year {
    font-size: 23px;
  }
}
@media not screen and (min-width: 600px), print {
  main.page__about .p__history__item .item__year {
    font-size: 4.48431vw;
  }
}
main.page__about .p__history__item .item__lists {
  margin-top: 11px;
  list-style: none;
}
main.page__about .p__history__item .item__lists .item__txt {
  position: relative;
  padding-left: 9px;
  font-size: 13.3px;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 1550px), print {
  main.page__about .p__history__item .item__lists .item__txt {
    font-size: 16px;
  }
}
@media not screen and (min-width: 600px), print {
  main.page__about .p__history__item .item__lists .item__txt {
    padding-left: 7px;
    font-size: 2.9148vw;
    line-height: 1.45;
  }
}
main.page__about .p__history__item .item__lists .item__txt::before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: var(--color-default);
}
@media not screen and (min-width: 600px), print {
  main.page__about .p__history__item .item__lists .item__txt::before {
    top: 2.24216vw;
    width: 3px;
    height: 3px;
  }
}
main.page__about section.p__usp {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: var(--color-primary);
}
@media not screen and (min-width: 768px), print {
  main.page__about section.p__usp {
    padding-top: 15px;
    padding-bottom: 35px;
  }
}
main.page__about section.p__usp .cp__inner {
  padding-inline: 10.76234vw;
}
@media screen and (min-width: 768px), print {
  main.page__about section.p__usp .cp__inner {
    flex-direction: row;
    width: min(100%, 970px);
    margin-inline: auto;
    padding-inline: 40px;
  }
}
@media screen and (min-width: 1024px), print {
  main.page__about section.p__usp .cp__inner {
    width: 70.4%;
    padding: 0;
  }
}
main.page__about .p__usp__list {
  display: flex;
  justify-content: center;
  list-style: none;
}
@media not screen and (min-width: 768px), print {
  main.page__about .p__usp__list {
    display: block;
  }
}
main.page__about .p__usp__item {
  padding: 0 7px;
  width: 33.3333333333%;
  border-right: 1.5px dotted rgba(255, 255, 255, 0.6);
  text-align: center;
  color: #fff;
}
@media not screen and (min-width: 768px), print {
  main.page__about .p__usp__item {
    position: relative;
    padding: 22px 15px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
    border-right: none;
    text-align: left;
  }
}
@media not screen and (min-width: 600px), print {
  main.page__about .p__usp__item {
    padding: 22px 10px;
    gap: 20px;
  }
}
main.page__about .p__usp__item::after {
  content: none;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(90deg, #fff, #fff 2px, transparent 2px, transparent 7px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
@media not screen and (min-width: 768px), print {
  main.page__about .p__usp__item::after {
    content: "";
  }
}
main.page__about .p__usp__item:last-child {
  border: none;
}
@media not screen and (min-width: 768px), print {
  main.page__about .p__usp__item:last-child {
    padding-bottom: 0;
  }
  main.page__about .p__usp__item:last-child::after {
    content: none;
  }
}
main.page__about .p__usp__item .icon01 {
  display: inline-block;
  width: auto;
  height: 120px;
}
@media not screen and (min-width: 768px), print {
  main.page__about .p__usp__item .icon01 {
    height: 100px;
  }
}
@media not screen and (min-width: 600px), print {
  main.page__about .p__usp__item .icon01 {
    height: 19.50673vw;
  }
}
main.page__about .p__usp__item .txt01 {
  margin-top: 19px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
@media not screen and (min-width: 1280px), print {
  main.page__about .p__usp__item .txt01 {
    font-size: 20px;
  }
}
@media not screen and (min-width: 1280px), print {
  main.page__about .p__usp__item .txt01 {
    font-size: 14px;
  }
}
@media not screen and (min-width: 768px), print {
  main.page__about .p__usp__item .txt01 {
    margin-top: 0;
  }
}
main.page__about .p__usp__item .caution01 {
  margin-top: 7px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}
@media not screen and (min-width: 1280px), print {
  main.page__about .p__usp__item .caution01 {
    font-size: 11px;
  }
}
@media not screen and (min-width: 768px), print {
  main.page__about .p__usp__item .caution01 {
    margin-top: 12px;
  }
}
@media not screen and (min-width: 600px), print {
  main.page__about .p__usp__item .caution01 {
    margin-top: 8px;
  }
}
main.page__about section.p__numbers {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #F5F5F5;
}
@media not screen and (min-width: 600px), print {
  main.page__about section.p__numbers {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
main.page__about section.p__numbers > .cp__inner {
  display: flex;
  align-items: flex-start;
  gap: 115px;
}
@media screen and (min-width: 1550px), print {
  main.page__about section.p__numbers > .cp__inner {
    gap: 190px;
  }
}
@media not screen and (min-width: 1280px), print {
  main.page__about section.p__numbers > .cp__inner {
    gap: 50px;
  }
}
@media not screen and (min-width: 768px), print {
  main.page__about section.p__numbers > .cp__inner {
    display: block;
  }
}
@media not screen and (min-width: 600px), print {
  main.page__about section.p__numbers > .cp__inner {
    padding-right: 24px;
    padding-left: 24px;
  }
}
main.page__about .p__numbers__ttl {
  display: block;
}
@media not screen and (min-width: 600px), print {
  main.page__about .p__numbers__ttl {
    text-align: center;
  }
}
main.page__about .p__numbers__ttl .ttl01 {
  display: block;
  font-size: 28px;
  font-weight: 700;
  font-family: var(--font-Montserrat);
  color: var(--color-primary);
  line-height: 1;
}
@media screen and (min-width: 1550px), print {
  main.page__about .p__numbers__ttl .ttl01 {
    font-size: 1.52778vw;
  }
}
@media not screen and (min-width: 600px), print {
  main.page__about .p__numbers__ttl .ttl01 {
    text-align: center;
  }
}
main.page__about .p__numbers__ttl .sub__ttl {
  margin-top: 9px;
  display: block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1;
}
@media screen and (min-width: 1550px), print {
  main.page__about .p__numbers__ttl .sub__ttl {
    font-size: 0.69445vw;
  }
}
@media not screen and (min-width: 600px), print {
  main.page__about .p__numbers__ttl .sub__ttl {
    text-align: center;
  }
}
main.page__about .p__numbers__container {
  position: relative;
  padding-top: 6px;
  padding-left: 45px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  min-width: 652px;
  list-style: none;
}
@media not screen and (min-width: 1280px), print {
  main.page__about .p__numbers__container {
    padding-left: 20px;
    min-width: 550px;
  }
}
@media not screen and (min-width: 1024px), print {
  main.page__about .p__numbers__container {
    min-width: 0;
  }
}
@media not screen and (min-width: 768px), print {
  main.page__about .p__numbers__container {
    margin-top: 60px;
    padding-left: 0;
    padding-top: 0;
  }
}
@media not screen and (min-width: 600px), print {
  main.page__about .p__numbers__container {
    margin-top: 45px;
    gap: 16px;
  }
}
main.page__about .p__numbers__contents {
  padding: 32px;
  width: 100%;
  background-color: #fff;
}
@media not screen and (min-width: 1280px), print {
  main.page__about .p__numbers__contents {
    padding: 25px 15px;
  }
}
@media not screen and (min-width: 600px), print {
  main.page__about .p__numbers__contents {
    padding: 22px 15px;
  }
}
main.page__about .p__numbers__contents .contents__ttl {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}
@media not screen and (min-width: 1024px), print {
  main.page__about .p__numbers__contents .contents__ttl {
    font-size: 16px;
  }
}
@media not screen and (min-width: 600px), print {
  main.page__about .p__numbers__contents .contents__ttl {
    font-size: 18px;
  }
}
main.page__about .p__numbers__contents--proceed {
  position: relative;
  min-height: 368px;
}
@media not screen and (min-width: 600px), print {
  main.page__about .p__numbers__contents--proceed {
    min-height: 310px;
  }
}
main.page__about .p__numbers__contents .p__numbers__proceed {
  position: relative;
  padding-top: 32px;
  padding-left: 35px;
  z-index: 10;
}
@media not screen and (min-width: 600px), print {
  main.page__about .p__numbers__contents .p__numbers__proceed {
    padding-top: 20px;
    padding-left: 15px;
  }
}
main.page__about .p__numbers__contents .proceed__inner {
  margin-bottom: 14px;
  display: flex;
  align-items: flex-end;
}
@media not screen and (min-width: 600px), print {
  main.page__about .p__numbers__contents .proceed__inner {
    margin-bottom: 4px;
  }
}
main.page__about .p__numbers__contents .proceed__inner .inner__num {
  display: flex;
  align-items: flex-end;
}
main.page__about .p__numbers__contents .proceed__inner .num01 {
  position: relative;
  top: 8px;
  font-size: 50px;
  font-weight: 700;
  font-family: var(--font-Montserrat);
  letter-spacing: 0.02em;
  line-height: 1;
  color: var(--color-primary);
}
main.page__about .p__numbers__contents .proceed__inner .unit01 {
  font-size: 20px;
  font-weight: 900;
  font-family: var(--font-default);
  letter-spacing: 0;
  line-height: 1;
  color: var(--color-primary);
}
main.page__about .p__numbers__contents .proceed__inner .inner__sub {
  margin-left: 4px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
main.page__about .p__numbers__contents .proceed__inner .inner__sub--yaer {
  font-size: 11px;
  font-weight: 400;
}
main.page__about .p__numbers__contents .proceed__image {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin-right: auto;
  margin-left: auto;
  width: 460px;
}
@media not screen and (min-width: 600px), print {
  main.page__about .p__numbers__contents .proceed__image {
    padding-right: 22px;
    padding-left: 22px;
  }
}
main.page__about .p__numbers__contents--onlinesales {
  width: calc(50% - 12px);
  min-height: 313px;
  text-align: center;
}
@media not screen and (min-width: 600px), print {
  main.page__about .p__numbers__contents--onlinesales {
    width: 100%;
    min-height: 0;
  }
}
main.page__about .p__numbers__contents .onlinesales__image {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  width: auto;
  height: 124px;
}
main.page__about .p__numbers__contents .onlinesales__inner {
  margin-top: 14px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: center;
}
@media not screen and (min-width: 1024px), print {
  main.page__about .p__numbers__contents .onlinesales__inner {
    gap: 7px;
  }
}
@media not screen and (min-width: 600px), print {
  main.page__about .p__numbers__contents .onlinesales__inner {
    gap: 0;
  }
}
main.page__about .p__numbers__contents .onlinesales__inner .inner__num {
  display: flex;
  align-items: flex-end;
}
main.page__about .p__numbers__contents .onlinesales__inner .num01 {
  position: relative;
  top: 8px;
  font-size: 50px;
  font-weight: 700;
  font-family: var(--font-Montserrat);
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--color-primary);
}
main.page__about .p__numbers__contents .onlinesales__inner .unit01 {
  font-size: 20px;
  font-weight: 900;
  font-family: var(--font-default);
  letter-spacing: 0;
  line-height: 1;
  color: var(--color-primary);
}
main.page__about .p__numbers__contents .onlinesales__inner .inner__sub {
  margin-left: 4px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
@media not screen and (min-width: 1024px), print {
  main.page__about .p__numbers__contents .onlinesales__inner .inner__sub {
    margin-left: 0;
  }
}
@media not screen and (min-width: 600px), print {
  main.page__about .p__numbers__contents .onlinesales__inner .inner__sub {
    margin-left: 4px;
  }
}
main.page__about .p__numbers__contents .onlinesales__inner .inner__sub--yaer {
  margin-top: 11px;
  margin-left: 0;
  width: 100%;
  font-size: 11px;
  font-weight: 400;
}
main.page__about .p__numbers__contents--shop {
  position: relative;
  width: calc(50% - 12px);
  min-height: 313px;
}
@media not screen and (min-width: 600px), print {
  main.page__about .p__numbers__contents--shop {
    width: 100%;
    min-height: 334px;
  }
}
main.page__about .p__numbers__contents .shop__image {
  position: absolute;
  top: 27px;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 248px;
}
@media not screen and (min-width: 600px), print {
  main.page__about .p__numbers__contents .shop__image {
    top: auto;
    bottom: -3px;
  }
}
main.page__about .p__numbers__contents .shop__inner {
  margin-top: 14px;
  padding-left: 4px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media not screen and (min-width: 600px), print {
  main.page__about .p__numbers__contents .shop__inner {
    margin-top: 20px;
    padding-left: 37px;
  }
}
main.page__about .p__numbers__contents .shop__inner .inner__num {
  display: flex;
  align-items: flex-end;
}
main.page__about .p__numbers__contents .shop__inner .num01 {
  position: relative;
  top: 8px;
  font-size: 50px;
  font-weight: 700;
  font-family: var(--font-Montserrat);
  letter-spacing: 0;
  line-height: 1;
  color: var(--color-primary);
}
main.page__about .p__numbers__contents .shop__inner .unit01 {
  margin-left: 4px;
  font-size: 20px;
  font-weight: 900;
  font-family: var(--font-default);
  letter-spacing: 0;
  line-height: 1;
  color: var(--color-primary);
}
main.page__about .p__numbers__contents .shop__inner .inner__sub {
  margin-left: 4px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
main.page__about .p__numbers__contents .shop__inner .inner__sub--yaer {
  margin-top: 11px;
  width: 100%;
  font-size: 11px;
  font-weight: 400;
}
main.page__about section.p__profile {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #F5F5F5;
}
@media not screen and (min-width: 600px), print {
  main.page__about section.p__profile {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
main.page__about section.p__profile > .cp__inner {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media not screen and (min-width: 1280px), print {
  main.page__about section.p__profile > .cp__inner {
    gap: 50px;
  }
}
@media not screen and (min-width: 768px), print {
  main.page__about section.p__profile > .cp__inner {
    display: block;
  }
}
main.page__about .p__profile__ttl {
  display: block;
}
main.page__about .p__profile__ttl .ttl01 {
  font-size: 28px;
  font-weight: 700;
  font-family: var(--font-Montserrat);
  color: var(--color-primary);
  line-height: 1;
}
@media screen and (min-width: 1550px), print {
  main.page__about .p__profile__ttl .ttl01 {
    font-size: 1.52778vw;
  }
}
main.page__about .p__profile__outline {
  position: relative;
  right: -12%;
  margin-top: 10px;
}
@media not screen and (min-width: 1280px), print {
  main.page__about .p__profile__outline {
    right: 0;
  }
}
@media not screen and (min-width: 768px), print {
  main.page__about .p__profile__outline {
    margin-top: 50px;
  }
}
@media not screen and (min-width: 600px), print {
  main.page__about .p__profile__outline {
    margin-top: 30px;
  }
}
main.page__about .p__profile__outline .outilein__contents {
  position: relative;
  padding: 9px 20px;
  display: flex;
  align-items: flex-start;
  gap: 45px;
}
@media not screen and (min-width: 600px), print {
  main.page__about .p__profile__outline .outilein__contents {
    padding: 12px 12px;
    flex-direction: column;
    gap: 4px;
  }
}
main.page__about .p__profile__outline .outilein__contents::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(90deg, #000000, #000000 2px, transparent 2px, transparent 5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
main.page__about .p__profile__outline .outilein__contents .contents__ttl {
  min-width: 100px;
  font-size: 13.3px;
  letter-spacing: 0;
  font-weight: 500;
  text-align: justify;
  text-align-last: justify;
}
@media screen and (min-width: 1550px), print {
  main.page__about .p__profile__outline .outilein__contents .contents__ttl {
    min-width: 120px;
    font-size: 16px;
  }
}
@media not screen and (min-width: 600px), print {
  main.page__about .p__profile__outline .outilein__contents .contents__ttl {
    font-size: 2.9148vw;
    font-weight: 600;
    min-width: 0;
  }
}
main.page__about .p__profile__outline .outilein__contents .contents__txt {
  font-size: 13px;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 1550px), print {
  main.page__about .p__profile__outline .outilein__contents .contents__txt {
    font-size: 16px;
  }
}
@media not screen and (min-width: 1280px), print {
  main.page__about .p__profile__outline .outilein__contents .contents__txt br {
    display: none;
  }
}
@media not screen and (min-width: 600px), print {
  main.page__about .p__profile__outline .outilein__contents .contents__txt {
    font-size: 2.9148vw;
  }
}
main.page__about .p__profile__outline .outilein__contents .contents__txt a {
  margin-right: 7px;
  display: inline-block;
}
@media screen and (min-width: 1024px), print {
  main.page__about .home-links {
    margin-top: 140px;
  }
}

.news-page-header {
  margin-bottom: 60px;
}

.news-page-heading {
  font-size: 7.39911vw;
  font-family: var(--font-Montserrat);
  font-weight: 700;
  line-height: 1;
}
.news-page-heading span:nth-of-type(2) {
  display: block;
  margin-top: 3.13902vw;
  font-family: var(--font-default);
  font-size: 2.9148vw;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 768px), print {
  .news-page-heading {
    margin-top: 15px;
    font-size: 36px;
  }
  .news-page-heading span:nth-of-type(2) {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px), print {
  .news-page-heading {
    font-size: 2.5vw;
  }
  .news-page-heading span:nth-of-type(2) {
    margin-top: 1.04167vw;
    font-size: 1.04167vw;
  }
}

/* NEWS一覧ページ用スタイル */
main.news-page {
  padding: 120px 0 50px;
  /* ページネーション */
  /* ローディング */
  /* エラー */
}
@media not screen and (min-width: 768px), print {
  main.news-page {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}
main.news-page .page-news-body {
  margin-bottom: 50px;
  display: flex;
  gap: 140px;
  width: 100%;
}
@media not screen and (min-width: 1024px), print {
  main.news-page .page-news-body {
    display: block;
  }
}
main.news-page .news-container {
  margin-top: 50px;
  width: 100%;
}
main.news-page .page-news {
  margin-top: 22.42153vw;
}
@media screen and (min-width: 768px), print {
  main.news-page .page-news {
    margin-top: 160px;
  }
}
@media screen and (min-width: 1024px), print {
  main.news-page .page-news {
    margin-top: 11.11112vw;
  }
}
main.news-page .page-news-list {
  width: 100%;
}
main.news-page .page-news-item {
  border-bottom: 0.33633vw dotted var(--color-default);
}
@media screen and (min-width: 768px), print {
  main.news-page .page-news-item {
    border-bottom-width: 1px;
  }
}
@media screen and (min-width: 1024px), print {
  main.news-page .page-news-item {
    border-bottom-width: 0.06945vw;
  }
}
main.news-page .page-news-anchor {
  position: relative;
  display: block;
  padding: 2.69059vw 13.45292vw 3.13902vw 2.69059vw;
}
main.news-page .page-news-anchor::before, main.news-page .page-news-anchor::after {
  content: "";
  position: absolute;
  top: 50%;
  pointer-events: none;
  transform: translateY(-50%);
}
main.news-page .page-news-anchor::before {
  right: 1.3453vw;
  width: 6.05382vw;
  height: 6.05382vw;
  border: 0.33633vw solid var(--color-default);
  border-radius: 50%;
}
main.news-page .page-news-anchor::after {
  right: 2.9148vw;
  width: 3.13902vw;
  height: 3.13902vw;
  background: var(--color-default);
  -webkit-mask: url(../../img/common/icn_arrow_01.png) 0 0/contain no-repeat;
  mask: url(../../img/common/icn_arrow_01.png) 0 0/contain no-repeat;
}
@media (hover: hover) and (pointer: fine) {
  main.news-page .page-news-anchor {
    transition: color var(--transition);
  }
  main.news-page .page-news-anchor::before {
    transition: background var(--transition), border var(--transition);
  }
  main.news-page .page-news-anchor::after {
    transition: background var(--transition);
  }
  main.news-page .page-news-anchor:hover {
    color: var(--color-primary);
  }
  main.news-page .page-news-anchor:hover::before {
    background: var(--color-primary);
    border-color: var(--color-primary);
  }
  main.news-page .page-news-anchor:hover::after {
    background: #fff;
  }
}
@media screen and (min-width: 768px), print {
  main.news-page .page-news-anchor {
    display: flex;
    padding: 16px 80px 10px 20px;
    font-size: 15px;
  }
  main.news-page .page-news-anchor::before {
    right: 22px;
    width: 28px;
    height: 28px;
    border-width: 1px;
  }
  main.news-page .page-news-anchor::after {
    right: 29px;
    width: 14px;
    height: 14px;
  }
}
@media screen and (min-width: 1024px), print {
  main.news-page .page-news-anchor {
    padding: 1.11112vw 5.55556vw 0.69445vw 1.38889vw;
    font-size: 15px;
  }
  main.news-page .page-news-anchor::before {
    right: 1.52778vw;
    width: 1.94445vw;
    height: 1.94445vw;
  }
  main.news-page .page-news-anchor::after {
    right: 2.01389vw;
    width: 0.97223vw;
    height: 0.97223vw;
  }
}
main.news-page .page-news-date {
  padding-right: 2.01794vw;
  margin-bottom: 0.44844vw;
  font-size: 2.69059vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px), print {
  main.news-page .page-news-date {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px), print {
  main.news-page .page-news-date {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px), print {
  main.news-page .page-news-title {
    flex: 1;
  }
}
main.news-page .page-news-more {
  margin-top: 8.96861vw;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  main.news-page .page-news-more {
    margin-top: 40px;
    text-align: right;
  }
}
@media screen and (min-width: 1024px), print {
  main.news-page .page-news-more {
    margin-top: 2.77778vw;
  }
}
main.news-page .news-pagination {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}
@media not screen and (min-width: 600px), print {
  main.news-page .news-pagination {
    padding-left: 100px;
  }
}
main.news-page .news-pagination a,
main.news-page .news-pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: #333;
}
main.news-page .news-pagination a:hover {
  text-decoration: underline;
}
main.news-page .news-pagination .current {
  font-weight: 700;
}
main.news-page .news-loading {
  text-align: center;
  padding: 60px 0;
  color: #666;
}
main.news-page .news-error {
  text-align: center;
  padding: 60px 0;
  color: #c00;
}

/* NEWS詳細ページ用スタイル */
.news-detail-page {
  padding: 120px 0 80px;
}

.news-detail-inner {
  display: flex;
  gap: 140px;
}
@media not screen and (min-width: 1280px), print {
  .news-detail-inner {
    display: block;
  }
}

.news-detail-container {
  margin-top: 40px;
  width: 100%;
}

.news-detail-header {
  margin-bottom: 40px;
}

.news-detail-label {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.news-detail-label-sub {
  font-size: 14px;
  color: #666;
  margin-top: 8px;
  letter-spacing: 0.2em;
}

.news-detail-meta {
  padding-right: 9px;
  padding-left: 9px;
  margin-bottom: 12px;
}
@media not screen and (min-width: 600px), print {
  .news-detail-meta {
    padding-right: 6px;
    padding-left: 6px;
  }
}

.news-detail-date {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.07em;
}

.news-detail-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
  padding-right: 9px;
  padding-left: 9px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--color-default);
}
@media not screen and (min-width: 600px), print {
  .news-detail-title {
    padding-right: 6px;
    padding-left: 6px;
  }
}

.news-detail-thumbnail {
  margin-bottom: 40px;
  background: #f5f5f5;
  aspect-ratio: 16/9;
  max-width: 800px;
}

.news-detail-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-detail-body {
  line-height: 2;
  font-size: 15px;
}

.news-detail-body p {
  margin-bottom: 1.5em;
}

.news-detail-body h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 2em 0 1em;
}

.news-detail-body h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 1.5em 0 1em;
}

.news-detail-body img {
  max-width: 100%;
  height: auto;
  margin: 1em 0;
}

.news-detail-body a {
  color: #e85a00;
  text-decoration: underline;
}

.news-detail-body ul,
.news-detail-body ol {
  margin: 1em 0;
  padding-left: 1.5em;
}

.news-detail-body li {
  margin-bottom: 0.5em;
}

/* ナビゲーション */
.news-detail-nav {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  width: 100%;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.news-detail-nav a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
}

.news-detail-nav a:hover {
  text-decoration: underline;
}

/* ローディング・エラー */
.news-loading,
.news-error {
  text-align: center;
  padding: 60px 0;
}

.news-error {
  color: #c00;
}

@media (max-width: 768px) {
  .news-detail-page {
    padding: 80px 0 60px;
  }
  .news-detail-label {
    font-size: 32px;
  }
  .news-detail-title {
    font-size: 20px;
  }
}
.news-pagetop .news-pagetop-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.news-pagetop .news-c-button {
  position: relative;
  padding-left: 128px;
  display: flex;
  align-items: center;
  font-size: 3.58745vw;
  font-weight: 700;
  font-family: var(--font-Montserrat);
  letter-spacing: 0.08em;
  line-height: 1;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px), print {
  .news-pagetop .news-c-button {
    font-size: 18px;
  }
}
@media not screen and (min-width: 600px), print {
  .news-pagetop .news-c-button {
    padding-left: 55px;
    position: absolute;
    left: 10.76234vw;
    top: -92px;
  }
}
.news-pagetop .news-c-button:hover {
  opacity: 0.78;
}
.news-pagetop .news-c-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 115px;
  height: 1px;
  background-color: var(--color-default);
}
@media not screen and (min-width: 600px), print {
  .news-pagetop .news-c-button::before {
    width: 50px;
  }
}
.news-pagetop .news-c-button::after {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  bottom: 0;
  left: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 9px;
  height: 1px;
  background-color: var(--color-default);
  rotate: -45deg;
}
.news-pagetop .c-pagetop-button {
  margin-inline: 0;
}
@media not screen and (min-width: 600px), print {
  .news-pagetop .c-pagetop-button {
    margin-inline: auto;
  }
}

/*# sourceMappingURL=style.css.map */
