@charset "UTF-8";
/*  reset
-------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  zoom: 1;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html,
body {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
}

html {
  overflow-y: scroll;
  cursor: default;
}

body {
  line-height: 1em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
}

ol,
ul,
li {
  list-style: none;
  zoom: normal;
}

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

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

th {
  font-weight: normal;
}

td,
th {
  padding: 0;
}

blockquote {
  quotes: none;
}

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

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  cursor: pointer;
}

a:active,
a:hover {
  outline-width: 0;
}

a:focus,
*:focus {
  outline: none;
}

img {
  border-style: none;
  vertical-align: bottom;
}

[type=text],
[type=tel],
[type=email],
[type=date],
[type=number],
[type=submit],
[type=button],
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input,
select {
  vertical-align: middle;
}

select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/NotoSansJP/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/NotoSansJP/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "ShipporiMincho";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ShipporiMincho/ShipporiMincho-Regular.woff2") format("woff2"), url("../fonts/ShipporiMincho/ShipporiMincho-Regular.woff") format("woff");
}
@font-face {
  font-family: "ShipporiMincho";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/ShipporiMincho/ShipporiMincho-Medium.woff2") format("woff2"), url("../fonts/ShipporiMincho/ShipporiMincho-Medium.woff") format("woff");
}
@font-face {
  font-family: "ShipporiMincho";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/ShipporiMincho/ShipporiMincho-SemiBold.woff2") format("woff2"), url("../fonts/ShipporiMincho/ShipporiMincho-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "ShipporiMincho";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/ShipporiMincho/ShipporiMincho-Bold.woff2") format("woff2"), url("../fonts/ShipporiMincho/ShipporiMincho-Bold.woff") format("woff");
}
/*  html / body
-------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  background-color: #EFEDE6;
  color: #000000;
  font-family: "ShipporiMincho", serif;
  font-size: 2.6666666667vw;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.05em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
}
@media screen and (min-width: 751px) {
  body {
    font-size: 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  body {
    font-size: 1em;
  }
}

a.on--opa {
  display: inline-block;
}
@media screen and (min-width: 751px) {
  a.on--opa {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}
@media screen and (min-width: 751px) {
  a.on--opa:hover {
    opacity: 0.7;
  }
}

a.on--popup {
  position: relative;
  display: block;
}
a.on--popup:after {
  content: "";
  position: absolute;
  right: 0.7em;
  bottom: 0.7em;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../img/common/popup.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

/* utils
-------------------------------------------------------*/
.text p {
  line-height: 2.8em;
}
.text p:nth-child(n+2) {
  margin-top: 1.5em;
}

.notes {
  padding-left: 1em;
  text-indent: -1em;
}
.notes:before {
  content: "※";
}

.center {
  text-align: center;
}

@media screen and (max-width: 750px) {
  .none--sp {
    display: none !important;
  }
}

@media screen and (min-width: 751px) {
  .none--pc {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .br--pc {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .br--pc {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .br--sp {
    display: block;
  }
}
@media screen and (min-width: 751px) {
  .br--sp {
    display: none;
  }
}

.img--fit {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.img--scale {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.img--scale img {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.youtube,
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube iframe,
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lightboxOverlay {
  width: 100% !important;
}

/*  #header
-------------------------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8888;
}
@media screen and (min-width: 751px) {
  .header {
    top: 0 !important;
    left: auto;
    right: 0;
    width: 19.4444444444vw;
    height: 100svh;
    overflow-y: auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (min-width: 1441px) {
  .header {
    width: 20%;
  }
}

@media screen and (max-width: 750px) {
  .header-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 19.7333333333vw;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
}

@media screen and (max-width: 750px) {
  .header.is-scroll .header-top {
    background-color: #686053;
  }
}

.header-btn {
  margin-top: 10.6666666667vw;
  width: 32vw;
}
@media screen and (min-width: 751px) {
  .header-btn {
    margin-top: 2.7777777778vw;
    width: 100%;
  }
}
@media screen and (min-width: 1441px) {
  .header-btn {
    margin-top: 40px;
  }
}

.header-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 8vw;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.2666666667vw;
}
@media screen and (min-width: 751px) {
  .header-btn a {
    height: 2.0833333333vw;
    border-width: 0.0694444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .header-btn a {
    height: 30px;
    border-width: 1px;
  }
}
.header-btn a span {
  position: relative;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  letter-spacing: 0.3em;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .header-btn a span {
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
}
.header-btn a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ffffff;
}
@media screen and (min-width: 751px) {
  .header-btn a:before {
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
  }
}
.header-btn a:hover span {
  color: #000000;
}
@media screen and (min-width: 751px) {
  .header-btn a:hover:before {
    width: 100%;
  }
}

/*  hero
-------------------------------------------------------------------------------*/
@media screen and (min-width: 751px) {
  .hero {
    position: sticky;
    top: 0;
    width: calc(100% - 61.1111111111vw);
    height: 100svh;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    z-index: 1;
  }
}
@media screen and (min-width: 1441px) {
  .hero {
    width: calc(100% - 600px - 20%);
  }
}

.hero-logo {
  position: fixed;
  top: 5.3333333333vw;
  left: 5.3333333333vw;
  width: 38.6666666667vw;
}
@media screen and (max-width: 750px) {
  .hero-logo {
    z-index: 9999;
  }
}
@media screen and (min-width: 751px) {
  .hero-logo {
    top: 50%;
    left: 10.4166666667vw;
    width: 16.6666666667vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 1441px) {
  .hero-logo {
    left: auto;
    right: 70.1%;
    width: 240px;
  }
}

.hero-logo a {
  display: block;
}

/*  body bg
-------------------------------------------------------------------------------*/
.body-bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.body-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*  container
-------------------------------------------------------------------------------*/
.container {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    min-height: 100svh;
  }
}
.container:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.main {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .main {
    width: 41.6666666667vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667vw;
            flex: 0 0 41.6666666667vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 1441px) {
  .main {
    width: 600px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 600px;
            flex: 0 0 600px;
  }
}

.contents {
  position: relative;
  background-color: #EFEDE6;
}
@media screen and (min-width: 751px) {
  .contents {
    -webkit-box-shadow: -3px 0px 30px rgba(0, 0, 0, 0.1);
            box-shadow: -3px 0px 30px rgba(0, 0, 0, 0.1);
  }
}

.sec {
  position: relative;
  padding: 13.3333333333vw 0;
}
@media screen and (min-width: 751px) {
  .sec {
    padding: 3.4722222222vw 0;
  }
}
@media screen and (min-width: 1441px) {
  .sec {
    padding: 50px 0;
  }
}

.inner {
  position: relative;
  margin: 0 auto;
  width: 89.3333333333vw;
}
@media screen and (min-width: 751px) {
  .inner {
    width: 38.1944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .inner {
    width: 550px;
  }
}

/*  #footer
-------------------------------------------------------------------------------*/
.footer {
  padding: 21.3333333333vw 5.3333333333vw;
  background-color: #80796D;
}
@media screen and (min-width: 751px) {
  .footer {
    padding: 6.9444444444vw 4.8611111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .footer {
    padding: 100px 70px;
  }
}

.footer-logo {
  margin-bottom: 13.3333333333vw;
  width: 45.3333333333vw;
}
@media screen and (min-width: 751px) {
  .footer-logo {
    margin-bottom: 3.4722222222vw;
    width: 15.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .footer-logo {
    margin-bottom: 50px;
    width: 230px;
  }
}

.footer-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8vw;
}
@media screen and (min-width: 751px) {
  .footer-navi {
    gap: 4.5138888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .footer-navi {
    gap: 65px;
  }
}

.footer-navi > ul {
  display: inline-block;
}

.footer-navi > ul > li > a {
  display: inline-block;
  padding: 2.6666666667vw 0;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 751px) {
  .footer-navi > ul > li > a {
    padding: 0.6944444444vw 0;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
}
@media screen and (min-width: 1441px) {
  .footer-navi > ul > li > a {
    padding: 10px 0;
  }
}
@media screen and (min-width: 751px) {
  .footer-navi > ul > li > a:hover {
    color: #C6C6C6;
  }
}

.footer-navi-parent {
  padding: 2.6666666667vw 0;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 751px) {
  .footer-navi-parent {
    padding: 0.6944444444vw 0;
  }
}
@media screen and (min-width: 1441px) {
  .footer-navi-parent {
    padding: 10px 0;
  }
}

.footer-navi-child {
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 751px) {
  .footer-navi-child {
    margin-top: 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .footer-navi-child {
    margin-top: 10px;
  }
}
.footer-navi-child > li:nth-child(n+2) {
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 751px) {
  .footer-navi-child > li:nth-child(n+2) {
    margin-top: 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .footer-navi-child > li:nth-child(n+2) {
    margin-top: 10px;
  }
}
.footer-navi-child a {
  position: relative;
  padding-left: 1.3em;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: 1em;
  line-height: 1.2em;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 751px) {
  .footer-navi-child a {
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
}
.footer-navi-child a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.7em;
  height: 1px;
  background-color: #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 751px) {
  .footer-navi-child a:before {
    height: 0.0694444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .footer-navi-child a:before {
    height: 1px;
  }
}
@media screen and (min-width: 751px) {
  .footer-navi-child a:hover {
    color: #C6C6C6;
  }
}

.footer-bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10.6666666667vw;
  padding-top: 8vw;
  border-top-color: #C6C6C6;
  border-top-style: solid;
  border-top-width: 1px;
}
@media screen and (min-width: 751px) {
  .footer-bottom {
    margin-top: 2.7777777778vw;
    padding-top: 2.0833333333vw;
    border-top-width: 0.0694444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .footer-bottom {
    margin-top: 40px;
    padding-top: 30px;
    border-top-width: 1px;
  }
}

.footer-copy {
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.8em;
  letter-spacing: 0.13em;
}
.footer-copy span {
  text-transform: lowercase;
}

.footer-subnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13.3333333333vw;
}
@media screen and (min-width: 751px) {
  .footer-subnavi {
    gap: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .footer-subnavi {
    gap: 50px;
  }
}
.footer-subnavi a {
  display: inline-block;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.8em;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 751px) {
  .footer-subnavi a {
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
}
@media screen and (min-width: 751px) {
  .footer-subnavi a:hover {
    color: #EFEDE6;
  }
}

/*  article
-------------------------------------------------------------------------------*/
.article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 13.3333333333vw 2.4vw;
}
@media screen and (min-width: 751px) {
  .article {
    gap: 4.1666666667vw 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .article {
    gap: 60px 20px;
  }
}

.c-article {
  width: 43.4666666667vw;
}
@media screen and (min-width: 751px) {
  .c-article {
    width: 18.0555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .c-article {
    width: 264px;
  }
}

.c-article a {
  display: block;
}

.c-article-image {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 751px) {
  .c-article-image {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .c-article-image {
    margin-bottom: 30px;
  }
}
.c-article-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 264/355;
}

@media screen and (min-width: 751px) {
  .c-article a:hover .c-article-image img {
    -webkit-transform: scale(1.07, 1.07);
            transform: scale(1.07, 1.07);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    cursor: pointer;
  }
}

.c-articl-cat {
  display: inline-block;
  margin-bottom: 2.6666666667vw;
  padding: 0.5em;
  background-color: #686053;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 751px) {
  .c-articl-cat {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .c-articl-cat {
    margin-bottom: 10px;
  }
}

.c-article-date {
  margin-bottom: 1em;
  font-family: "NotoSansJP", serif;
  font-size: 0.8em;
}

.c-article-ttl {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.9em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 3.8em;
  -webkit-line-clamp: 2;
}

.c-article-excerpt {
  margin-top: 1em;
}
.c-article-excerpt p {
  line-height: 2em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 4em;
  -webkit-line-clamp: 2;
}

.c-article-data {
  position: relative;
  margin-top: 4vw;
  padding: 0.8vw 0 0.8vw 2.6666666667vw;
}
@media screen and (min-width: 751px) {
  .c-article-data {
    margin-top: 1.0416666667vw;
    padding: 0.2083333333vw 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .c-article-data {
    margin-top: 15px;
    padding: 3px 10px;
  }
}
.c-article-data dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "NotoSansJP", serif;
  line-height: 1.6em;
  letter-spacing: 0.05em;
}
.c-article-data dl:nth-child(n+2) {
  margin-top: 2.1333333333vw;
}
@media screen and (min-width: 751px) {
  .c-article-data dl:nth-child(n+2) {
    margin-top: 0.5555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .c-article-data dl:nth-child(n+2) {
    margin-top: 8px;
  }
}
.c-article-data dt {
  width: 13.3333333333vw;
  font-weight: 500;
}
@media screen and (min-width: 751px) {
  .c-article-data dt {
    width: 5.2083333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .c-article-data dt {
    width: 75px;
  }
}
.c-article-data dd {
  width: calc(100% - 16vw);
}
@media screen and (min-width: 751px) {
  .c-article-data dd {
    width: calc(100% - 6.25vw);
  }
}
@media screen and (min-width: 1441px) {
  .c-article-data dd {
    width: calc(100% - 90px);
  }
}
.c-article-data:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #C6C6C6;
}
@media screen and (min-width: 751px) {
  .c-article-data:before {
    width: 0.0694444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .c-article-data:before {
    width: 1px;
  }
}

.c-article-btn {
  margin-top: 8vw !important;
}
@media screen and (min-width: 751px) {
  .c-article-btn {
    margin-top: 3.4722222222vw !important;
  }
}
@media screen and (min-width: 1441px) {
  .c-article-btn {
    margin-top: 50px !important;
  }
}

.c-article-end {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(62, 58, 51, 0.9);
  z-index: 2;
}
.c-article-end p {
  color: #ffffff;
  font-size: 1.2em;
  font-weight: 500;
  text-align: center;
  line-height: 1.64em;
}

/*  button
-------------------------------------------------------------------------------*/
.btn {
  margin: 13.3333333333vw auto 0 auto;
  width: 80vw;
}
@media screen and (min-width: 751px) {
  .btn {
    margin-top: 4.5138888889vw;
    width: 20.8333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .btn {
    margin-top: 65px;
    width: 300px;
  }
}

.btn-main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 13.8666666667vw;
  border-style: solid;
  border-width: 0.2666666667vw;
}
@media screen and (min-width: 751px) {
  .btn-main {
    height: 3.6111111111vw;
    border-width: 0.0694444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .btn-main {
    height: 52px;
    border-width: 1px;
  }
}
.btn-main span {
  position: relative;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2em;
  font-weight: 500;
  font-optical-sizing: auto;
  text-indent: 0.3em;
  text-align: center;
  line-height: 1.16em;
  letter-spacing: 0.3em;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .btn-main span {
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
}
.btn-main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
}
@media screen and (min-width: 751px) {
  .btn-main:before {
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
  }
}

@media screen and (min-width: 751px) {
  .on--btn:hover .btn-main:before,
  .btn-main:hover:before {
    width: 100%;
  }
}

.btn-main--bk {
  border-color: #000000;
}
.btn-main--bk:before {
  background-color: #000000;
}

@media screen and (min-width: 751px) {
  .on--btn:hover .btn-main--bk span,
  .btn-main--bk:hover span {
    color: #ffffff;
  }
}

.btn-main--tp {
  border-color: #ffffff;
}
.btn-main--tp span {
  color: #ffffff;
}
.btn-main--tp:before {
  background-color: #ffffff;
}

@media screen and (min-width: 751px) {
  .on--btn:hover .btn-main--tp span,
  .btn-main--tp:hover span {
    color: #000000;
  }
}

.btn-main--wh {
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-main--wh:before {
  background-color: #C6C6C6;
}

@media screen and (min-width: 751px) {
  .on--btn:hover .btn-main--wh span,
  .btn-main--wh:hover span {
    color: #000000;
  }
}

/*  drawer
-------------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background-color: #80796D;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: opacity 0.2s, visibility 0.2s;
    transition: opacity 0.2s, visibility 0.2s;
    z-index: 7777;
  }
}
@media screen and (min-width: 751px) {
  .drawer {
    height: 100%;
  }
}

@media screen and (max-width: 750px) {
  .drawer.is-open {
    height: 100%;
    min-height: 100vh;
    min-height: 100svh;
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 750px) {
  .drawer-scroll {
    position: relative;
    padding: 48vw 18.6666666667vw 21.3333333333vw 18.6666666667vw;
    height: 100%;
    overflow-y: auto;
  }
}
@media screen and (min-width: 751px) {
  .drawer-scroll {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow-y: auto;
  }
}

@media screen and (min-width: 751px) {
  .drawer-box {
    margin: auto 0;
    padding: 3.4722222222vw 0;
    width: 8.3333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .drawer-box {
    padding: 50px 0;
    width: 120px;
  }
}

/*  gnavi
-------------------------------------------------------------------------------*/
.gnavi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5.3333333333vw;
}
@media screen and (min-width: 751px) {
  .gnavi {
    gap: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .gnavi {
    gap: 20px;
  }
}

.gnavi > li {
  width: 100%;
}

.gnavi > li > a {
  display: inline-block;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.18em;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 751px) {
  .gnavi > li > a {
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
}
@media screen and (min-width: 751px) {
  .gnavi > li > a:hover {
    color: #C6C6C6;
  }
}

.gnavi-parent {
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.18em;
  letter-spacing: 0.3em;
}

.gnavi-child {
  margin-top: 4vw;
}
@media screen and (min-width: 751px) {
  .gnavi-child {
    margin-top: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .gnavi-child {
    margin-top: 15px;
  }
}

.gnavi-child > li:nth-child(n+2) {
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 751px) {
  .gnavi-child > li:nth-child(n+2) {
    margin-top: 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .gnavi-child > li:nth-child(n+2) {
    margin-top: 10px;
  }
}

.gnavi-child > li a {
  position: relative;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  padding-left: 1.8em;
  line-height: 1.2em;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 751px) {
  .gnavi-child > li a {
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
}
.gnavi-child > li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1px;
  background-color: #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 751px) {
  .gnavi-child > li a:before {
    height: 0.0694444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .gnavi-child > li a:before {
    height: 1px;
  }
}
@media screen and (min-width: 751px) {
  .gnavi-child > li a:hover {
    color: #C6C6C6;
  }
}

/*  heading
-------------------------------------------------------------------------------*/
.heading {
  position: relative;
  margin-bottom: 13.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .heading {
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading {
    margin-bottom: 50px;
  }
}

.heading-ja {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0.02em;
}

.heading-en {
  position: relative;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3em;
  font-weight: 700;
  font-optical-sizing: auto;
  text-indent: 0.3em;
  letter-spacing: 0.3em;
}

/*  toggle
-------------------------------------------------------------------------------*/
.toggle {
  position: fixed;
  top: 0;
  right: 0;
  width: 19.7333333333vw;
  height: 19.7333333333vw;
  z-index: 8888;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .toggle {
    display: none;
  }
}

.toggle span {
  position: absolute;
  left: 50%;
  width: 5.0666666667vw;
  height: 0.2666666667vw;
  background-color: #ffffff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.toggle span:nth-of-type(1) {
  top: 9.0666666667vw;
}

.toggle span:nth-of-type(2) {
  top: 10.6666666667vw;
}

.toggle.is-active span:nth-of-type(1) {
  top: 9.8666666667vw;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.toggle.is-active span:nth-of-type(2) {
  top: 9.8666666667vw;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

/*  performance
-------------------------------------------------------------------------------*/
.performance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.6666666667vw;
}
@media screen and (min-width: 751px) {
  .performance {
    gap: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .performance {
    gap: 14px;
  }
}

.performance > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 29.3333333333vw;
  height: 29.3333333333vw;
  border-color: #80796D;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 50%;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .performance > li {
    width: 7.6388888889vw;
    height: 7.6388888889vw;
    border-width: 0.0694444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .performance > li {
    width: 110px;
    height: 110px;
    border-width: 1px;
  }
}

.performance-ttl {
  margin-bottom: 0.3em;
  font-family: "NotoSansJP", serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

.performance-num {
  font-family: "NotoSansJP", serif;
  font-size: 2.1em;
  font-weight: 500;
  line-height: 1.1em;
  letter-spacing: 0.1em;
}

.performance-text {
  margin-top: 0.5em;
  font-family: "NotoSansJP", serif;
  font-size: 0.9em;
  line-height: 1.55em;
  letter-spacing: 0.1em;
}
.performance-text span {
  font-size: 0.6em;
}

.fv .performance > li {
  border-color: #ffffff;
  color: #ffffff;
}

.spec .performance > li {
  border-color: #80796D;
  color: #80796D;
}

/*  inquiry
-------------------------------------------------------------------------------*/
.inquiry {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 152vw;
}
@media screen and (min-width: 751px) {
  .inquiry {
    height: 39.4444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .inquiry {
    height: 568px;
  }
}
.inquiry .inner {
  z-index: 1;
}

.inquiry-logo {
  margin: 0 auto 13.3333333333vw auto;
  width: 50.6666666667vw;
}
@media screen and (min-width: 751px) {
  .inquiry-logo {
    margin: 0 auto 3.4722222222vw auto;
    width: 20.4861111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .inquiry-logo {
    margin: 0 auto 50px auto;
    width: 295px;
  }
}

.inquiry-add {
  color: #ffffff;
  text-align: center;
  line-height: 2em;
  letter-spacing: 0.05em;
}

.inquiry-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8.5333333333vw;
  margin-top: 9.3333333333vw;
}
@media screen and (min-width: 751px) {
  .inquiry-sns {
    gap: 2.2222222222vw;
    margin-top: 2.4305555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .inquiry-sns {
    gap: 32px;
    margin-top: 35px;
  }
}

.inquiry-sns--instagram {
  width: 6.6666666667vw;
}
@media screen and (min-width: 751px) {
  .inquiry-sns--instagram {
    width: 1.7361111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .inquiry-sns--instagram {
    width: 25px;
  }
}

.inquiry-sns--youtube {
  width: 7.4666666667vw;
}
@media screen and (min-width: 751px) {
  .inquiry-sns--youtube {
    width: 1.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .inquiry-sns--youtube {
    width: 28px;
  }
}

.inquiry-sns > li a {
  display: block;
}
@media screen and (min-width: 751px) {
  .inquiry-sns > li a {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}
@media screen and (min-width: 751px) {
  .inquiry-sns > li a:hover {
    opacity: 0.5;
  }
}

.inquiry-tel {
  margin-top: 12vw;
}
@media screen and (min-width: 751px) {
  .inquiry-tel {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .inquiry-tel {
    margin-top: 40px;
  }
}
.inquiry-tel a {
  display: block;
  color: #ffffff;
  font-size: 2.7em;
  font-weight: 600;
  text-align: center;
  line-height: 1em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 751px) {
  .inquiry-tel a {
    pointer-events: none;
  }
}

.inquiry-time {
  margin-top: 1em;
  color: #ffffff;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}

.inquiry-btn {
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 751px) {
  .inquiry-btn {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .inquiry-btn {
    margin-top: 40px;
  }
}

/*  #lineup
-------------------------------------------------------------------------------*/
.lineup-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 13.3333333333vw 0;
}
@media screen and (min-width: 751px) {
  .lineup-article {
    gap: 4.1666666667vw 0;
  }
}
@media screen and (min-width: 1441px) {
  .lineup-article {
    gap: 60px 0;
  }
}

.c-lineup {
  width: 100%;
}

.c-lineup a {
  display: block;
}

.c-lineup-image {
  position: relative;
  margin-bottom: 8vw;
}
@media screen and (min-width: 751px) {
  .c-lineup-image {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .c-lineup-image {
    margin-bottom: 30px;
  }
}
.c-lineup-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 550/350;
}
.c-lineup-image span {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2em;
  letter-spacing: 0.3em;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .c-lineup-image span {
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 751px) {
  .c-lineup a:hover .c-lineup-image img {
    -webkit-transform: scale(1.07, 1.07);
            transform: scale(1.07, 1.07);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    cursor: pointer;
  }
}

.c-lineup-ttl {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 2.5em;
  letter-spacing: 0.05em;
}

.c-lineup-text {
  margin-top: 1em;
}
.c-lineup-text p {
  line-height: 2em;
  letter-spacing: 0.05em;
}

/*  #modelhouse
-------------------------------------------------------------------------------*/
.modelhouse {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 13.3333333333vw 0;
  height: 109.3333333333vw;
  background-image: url(../img/modelhouse/bg_sp.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 751px) {
  .modelhouse {
    margin: 5.5555555556vw 0;
    height: 45.4861111111vw;
    background-image: url(../img/modelhouse/bg.jpg);
    background-image: image-set(url(../img/modelhouse/bg.jpg) 1x, url(../img/modelhouse/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/modelhouse/bg.jpg) 1x, url(../img/modelhouse/bg-2x.jpg) 2x);
  }
}
@media screen and (min-width: 1441px) {
  .modelhouse {
    margin: 80px 0;
    height: 655px;
  }
}
.modelhouse .inner {
  z-index: 1;
}
.modelhouse .heading-ja,
.modelhouse .heading-en {
  color: #ffffff;
}
.modelhouse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.modelhouse--sub {
  margin-bottom: 0 !important;
  height: 69.3333333333vw;
}
@media screen and (min-width: 751px) {
  .modelhouse--sub {
    height: 20.8333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .modelhouse--sub {
    height: 300px;
  }
}

/*  event --> common
-------------------------------------------------------------------------------*/
.event-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 13.3333333333vw 0;
}
@media screen and (min-width: 751px) {
  .event-article {
    gap: 4.1666666667vw 0;
    margin: 0 auto;
    width: 32.3611111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .event-article {
    gap: 60px 0;
    width: 466px;
  }
}

.c-event {
  width: 100%;
}

.c-event a {
  position: relative;
  display: block;
}

.c-event-image {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 751px) {
  .c-event-image {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .c-event-image {
    margin-bottom: 30px;
  }
}
.c-event-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 466/323;
}

@media screen and (min-width: 751px) {
  .c-event a:hover .c-event-image img {
    -webkit-transform: scale(1.07, 1.07);
            transform: scale(1.07, 1.07);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    cursor: pointer;
  }
}

.c-event-ttl {
  font-size: 1em;
  font-weight: 500;
  line-height: 2em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 4em;
  -webkit-line-clamp: 2;
}

.c-event-data {
  position: relative;
  margin-top: 4vw;
  padding: 0.8vw 3.2vw;
}
@media screen and (min-width: 751px) {
  .c-event-data {
    margin-top: 1.0416666667vw;
    padding: 0.2083333333vw 0.8333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .c-event-data {
    margin-top: 15px;
    padding: 3px 12px;
  }
}
.c-event-data p {
  position: relative;
  padding-left: 1.5em;
  font-family: "NotoSansJP", serif;
  line-height: 1.6em;
  letter-spacing: 0.05em;
}
.c-event-data p:before {
  content: "";
  position: absolute;
  top: 0.35em;
  left: 0;
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  background-size: contain;
  background-position: center;
}
.c-event-data p:nth-child(n+2) {
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 751px) {
  .c-event-data p:nth-child(n+2) {
    margin-top: 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .c-event-data p:nth-child(n+2) {
    margin-top: 10px;
  }
}
.c-event-data:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #C6C6C6;
}
@media screen and (min-width: 751px) {
  .c-event-data:before {
    width: 0.0694444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .c-event-data:before {
    width: 1px;
  }
}

.c-event-data--date:before {
  background-image: url(../img/event/calendar.svg);
}

.c-event-data--time:before {
  background-image: url(../img/event/clock.svg);
}

.c-event-data--venue:before {
  background-image: url(../img/event/pin.svg);
}

.c-event-excerpt {
  margin-top: 1.5em;
}
.c-event-excerpt p {
  line-height: 2em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 4em;
  -webkit-line-clamp: 2;
}

/*  faq --> common
-------------------------------------------------------------------------------*/
.faq-article {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6.6666666667vw 0;
}
@media screen and (min-width: 751px) {
  .faq-article {
    gap: 1.7361111111vw 0;
    margin: 0 auto;
    width: 32.3611111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .faq-article {
    gap: 25px 0;
    width: 466px;
  }
}

.c-faq {
  position: relative;
  width: 100%;
}

.c-faq dt,
.c-faq dd {
  position: relative;
  padding-left: 1.7em;
  line-height: 2em;
  letter-spacing: 0.05em;
}
.c-faq dt:before,
.c-faq dd:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.15em;
}

.c-faq dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 3em;
  padding-bottom: 5.3333333333vw;
  border-bottom-color: #80796D;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .c-faq dt {
    padding-right: 4em;
    padding-bottom: 1.3888888889vw;
    border-bottom-width: 0.0694444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .c-faq dt {
    padding-bottom: 20px;
    border-bottom-width: 1px;
  }
}
.c-faq dt:before {
  content: "Q.";
}
.c-faq dt:after {
  content: "";
  position: absolute;
  top: 0.2em;
  right: 0;
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  background-image: url(../img/faq/open.svg);
  background-position: center;
  background-size: contain;
}

.c-faq dt.is-open:after {
  background-image: url(../img/faq/close.svg);
}

.c-faq dd {
  display: none;
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 751px) {
  .c-faq dd {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .c-faq dd {
    margin-top: 20px;
  }
}
.c-faq dd:before {
  content: "A.";
}