.wrapper {
  overflow: clip
}

body p {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #222
}

body a {
  text-decoration: none
}

.inner {
  max-width: 1100px;
  width: 90%;
  margin-inline: auto
}

@media screen and (max-width: 599px) {
  .inner {
    width: 86.666%
  }
}

.inner-wide {
  max-width: 1400px;
  width: 90%;
  margin-inline: auto
}

@media screen and (max-width: 599px) {
  .inner-wide {
    width: 86.666%
  }
}

.inner-narrow {
  max-width: 960px;
  width: 90%;
  margin-inline: auto
}

@media screen and (max-width: 599px) {
  .inner-narrow {
    width: 86.666%
  }
}

.bg-blu {
  background: url(../img/common/bg-blu.jpg) repeat
}

.bg-bei {
  background: url(../img/common/bg-bei.jpg) repeat
}

.ttl__def {
  font-size: clamp(41px, 7vw, 90px);
  font-family: "classico-urw", sans-serif;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 1;
  color: #222
}

.ttl__lead {
  margin-block: clamp(30px, 5vw, 50px) 0;
  font-size: clamp(16px, 1.8vw, 18px);
  letter-spacing: .03em;
  line-height: 1.7
}

.btn__def {
  position: relative;
  display: inline-block;
  padding: 0 2.3em .1em .2em;
  -webkit-transition: all .6s;
  transition: all .6s;
  font-size: clamp(14px, 1.6vw, 16px);
  font-family: "classico-urw", sans-serif;
  font-weight: 400;
  letter-spacing: .04em
}

.btn__def::before,
.btn__def::after {
  content: "";
  display: block;
  position: absolute
}

.btn__def::before {
  width: 100%;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(122, 122, 122, .6)
}

.btn__def::after {
  width: clamp(16px, 2vw, 20px);
  height: clamp(3px, .5vw, 5px);
  right: .3em;
  top: 49%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/arrow.svg) no-repeat center/contain;
  -webkit-transition: all .6s;
  transition: all .6s
}

.btn__def:hover::after {
  right: 0
}

.col2 {
  display: grid;
  grid-template-columns: 35% 1fr
}

.col2 .ttl__def {
  line-height: .5
}

@media screen and (max-width: 599px) {
  .col2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.8em
  }
}

.tbl__def>div {
  display: grid;
  grid-template-columns: 15% 1fr;
  padding-bottom: clamp(15px, 2vw, 25px);
  border-bottom: solid 1px rgba(122, 122, 122, .3)
}

.tbl__def>div+div {
  margin-top: clamp(15px, 2vw, 25px)
}

.tbl__def dt,
.tbl__def dd {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  letter-spacing: .04em
}

.tbl__def dt {
  font-size: clamp(18px, 2.3vw, 23px);
  color: rgba(34, 34, 34, .5)
}

.tbl__def dd {
  font-size: clamp(15px, 1.8vw, 18px);
  line-height: 1.6
}

.tbl__def dd.ship {
  font-family: "Shippori Mincho", serif;
  font-weight: 400
}

.tbl__def2>div {
  gap: 2em
}

.tbl__def2 dt {
  font-size: clamp(16px, 1.8vw, 18px)
}

.tbl__def2 dd {
  font-size: clamp(14px, 1.6vw, 16px)
}

@media screen and (max-width: 599px) {
  .tbl__def>div {
    grid-template-columns: repeat(1, 1fr);
    gap: .5em
  }
}

.faq__tbl>div {
  padding-bottom: clamp(20px, 4vw, 45px);
  border-bottom: solid 1px rgba(122, 122, 122, .3)
}

.faq__tbl>div+div {
  margin-top: clamp(20px, 4vw, 45px)
}

.faq__tbl>div dt,
.faq__tbl>div dd {
  padding-left: clamp(25px, 5vw, 50px);
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400
}

.faq__tbl>div dt {
  position: relative;
  font-size: clamp(18px, 2.3vw, 23px);
  letter-spacing: .04em;
  line-height: 1.4
}

.faq__tbl>div dt::before {
  position: absolute;
  content: "Q";
  font-size: clamp(22px, 3vw, 30px);
  font-family: "classico-urw", sans-serif;
  font-weight: 400;
  left: 0;
  top: -0.3em
}

.faq__tbl>div dd {
  margin-top: clamp(15px, 3vw, 30px);
  font-size: clamp(15px, 1.8vw, 18px);
  letter-spacing: .04em
}

.faq__tbl--tgl>div {
  padding-bottom: clamp(20px, 4vw, 40px)
}

.faq__tbl--tgl>div+div {
  margin-top: clamp(20px, 4vw, 40px)
}

.faq__tbl--tgl>div dt {
  font-size: clamp(16px, 2.3vw, 23px)
}

.faq__tbl--tgl>div dt>span {
  display: block;
  position: relative;
  cursor: pointer;
  padding-right: 2em
}

.faq__tbl--tgl>div dt>span::before,
.faq__tbl--tgl>div dt>span::after {
  content: "";
  display: block;
  position: absolute;
  width: .8em;
  height: 1px;
  right: 1em;
  top: 50%;
  translate: 0 -50%;
  background: #222;
  -webkit-transition: all .3s;
  transition: all .3s
}

.faq__tbl--tgl>div dt>span::after {
  rotate: 90deg
}

.faq__tbl--tgl>div dd {
  display: none;
  font-size: clamp(14px, 1.7vw, 17px)
}

.faq__tbl--tgl>div.active dt>span::after {
  rotate: 0deg
}

@media screen and (max-width: 599px) {

  .faq__tbl--tgl>div dt>span::before,
  .faq__tbl--tgl>div dt>span::after {
    right: 0
  }
}

.border__list li {
  position: relative;
  padding-left: 1em
}

.border__list li+li {
  margin-top: .3em
}

.border__list li::before {
  content: "";
  display: block;
  position: absolute;
  width: clamp(4px, .7vw, 7px);
  height: 1px;
  left: 0;
  top: .86em;
  background: rgba(122, 122, 122, .6)
}

.blur {
  -webkit-animation-name: blurAnime;
  animation-name: blurAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.blurTrigger,
.blurTrigger2 {
  opacity: 0
}

@-webkit-keyframes blurAnime {
  from {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    scale: 1.02;
    opacity: 0
  }

  to {
    -webkit-filter: blur(0);
    filter: blur(0);
    scale: 1;
    opacity: 1
  }
}

@keyframes blurAnime {
  from {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    scale: 1.02;
    opacity: 0
  }

  to {
    -webkit-filter: blur(0);
    filter: blur(0);
    scale: 1;
    opacity: 1
  }
}

.macron {
  position: relative;
  display: inline-block
}

.macron::before {
  content: "";
  display: block;
  position: absolute;
  left: 47%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: .1em;
  width: .4em;
  height: 2px;
  background: #222
}

.grecaptcha-badge {
  visibility: hidden
}

.header {
  position: fixed;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: clamp(15px, 4vw, 40px) 3% 0;
  z-index: 1000
}

.header__nav {
  position: fixed;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  right: 0;
  top: 0;
  width: 80%;
  max-width: 400px;
  height: 100%;
  padding: clamp(80px, 16vw, 160px) 0 0;
  background: url(../img/common/bg-blu.jpg) repeat;
  -webkit-transition: all .6s;
  transition: all .6s;
  overflow-y: auto;
  padding-bottom: 3em
}

.header__nav.is-open {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.header__nav__list {
  width: 70%;
  margin-inline: auto
}

.header__nav__list>li+li {
  margin-top: 1.5em
}

.header__nav__list>li a,
.header__nav__list>li>span {
  position: relative;
  font-size: clamp(16px, 1.8vw, 18px);
  color: #f4f1e9;
  font-family: "classico-urw", sans-serif;
  font-weight: 400;
  letter-spacing: .04em
}

.header__nav__list--sub {
  margin-top: .3em
}

.header__nav__list--sub li a {
  position: relative;
  padding-left: .8em;
  padding-bottom: 0;
  color: #f4f1e9
}

.header__nav__list--sub li a::before {
  content: "";
  display: block;
  position: absolute;
  width: clamp(4px, .7vw, 7px);
  height: 1px;
  left: 0;
  top: 57%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #f4f1e9
}

.header__nav__list--sub li+li {
  margin-top: .2em
}

.header__nav__btns {
  width: 70%;
  margin: 3.5em auto 0
}

.header__nav__btns li+li {
  margin-top: 1em
}

.header__nav__btns li a {
  position: relative;
  display: block;
  padding: 1.1em 1em;
  text-align: center;
  font-size: clamp(14px, 2vw, 20px);
  letter-spacing: .04em;
  font-family: "classico-urw", sans-serif;
  font-weight: 400;
  background: #f4f1e9
}

.header__nav__btns li a::before {
  content: "";
  display: block;
  position: absolute;
  width: clamp(16px, 2vw, 20px);
  height: clamp(3px, .5vw, 5px);
  right: 1.3em;
  top: 49%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/arrow.svg) no-repeat center/contain;
  -webkit-transition: all .6s;
  transition: all .6s
}

.header__nav__btns li a:hover {
  opacity: .9
}

.header__nav__btns li a:hover::before {
  right: .9em
}

.header__nav .kome {
  width: 70%;
  margin: 1em auto 0;
  color: #f4f1e9;
  font-size: .75em;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  letter-spacing: .06em;
  line-height: 1.3
}

.header__nav__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1em;
  margin-top: 1em
}

.header__nav__sns li {
  max-width: 20px
}

.header__nav__sns li a {
  display: block
}

.header__nav__sns li a img {
  width: 100%
}

.header__logo {
  width: clamp(80px, 13vw, 135px);
  height: clamp(80px, 13vw, 135px);
  opacity: 1;
  -webkit-transition: all .6s;
  transition: all .6s
}

.header__logo.hidden {
  opacity: 0
}

.header__btn {
  position: relative;
  z-index: 1001;
  width: clamp(50px, 6.5vw, 65px);
  height: clamp(50px, 6.5vw, 65px);
  background: #891f1f;
  border-radius: 50%;
  -webkit-transition: all .4s;
  transition: all .4s
}

.header__btn--txt {
  position: absolute;
  left: 50%;
  top: .7em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
  color: #fff;
  font-family: "classico-urw", sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 14px)
}

.header__btn span {
  display: block;
  position: absolute;
  left: 50%;
  top: 2.1em;
  translate: -50% 0;
  width: 50%;
  height: 1px;
  background: #fff;
  -webkit-transition: all .4s;
  transition: all .4s
}

.header__btn span:nth-child(3) {
  top: 2.6em;
  width: 40%;
  translate: -40% 0
}

.header__btn.is-open span:nth-child(2) {
  top: 2.5em;
  width: 40%;
  rotate: 30deg
}

.header__btn.is-open span:nth-child(3) {
  top: 2.5em;
  rotate: -30deg;
  translate: -50% 0
}

.header .close__body.is-open {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .6);
  -webkit-transition: all .6s;
  transition: all .6s
}

.header .top__logo {
  opacity: 0;
  -webkit-transition: all .6s;
  transition: all .6s
}

.header .top__logo.active {
  opacity: 1
}

@media screen and (max-width: 959px) {
  .header__btn span {
    top: 1.8em
  }

  .header__btn span:nth-child(3) {
    top: 2.2em
  }

  .header__btn.is-open span:nth-child(2),
  .header__btn.is-open span:nth-child(3) {
    top: 2em
  }
}

@media screen and (max-width: 599px) {
  .header__btn span {
    top: 2.1em
  }

  .header__btn span:nth-child(3) {
    top: 2.6em
  }

  .header__btn.is-open span:nth-child(2),
  .header__btn.is-open span:nth-child(3) {
    top: 2.3em
  }
}

.footer {
  position: relative;
  z-index: 1;
  padding-block: clamp(80px, 16vw, 160px) clamp(20px, 12vw, 120px);
  background: url(../img/common/bg-footer.jpg) no-repeat center/cover
}

.footer::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .75)
}

.footer .inner {
  max-width: 900px
}

.footer__contact {
  padding-bottom: clamp(30px, 7vw, 70px);
  border-bottom: solid 1px rgba(255, 255, 255, .7)
}

.footer__contact .ttl__def {
  margin-bottom: clamp(30px, 6vw, 60px);
  font-size: clamp(30px, 6vw, 60px);
  text-align: center;
  color: #f4f1e9
}

.footer__contact__list {
  display: grid;
  grid-template-columns: repeat(2, 35%);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.7%
}

.footer__contact__list li a {
  position: relative;
  display: block;
  padding: 1.1em 1em;
  text-align: center;
  font-size: clamp(14px, 2vw, 20px);
  letter-spacing: .04em;
  font-family: "classico-urw", sans-serif;
  font-weight: 400;
  background: #f4f1e9
}

.footer__contact__list li a::before {
  content: "";
  display: block;
  position: absolute;
  width: clamp(16px, 2vw, 20px);
  height: clamp(3px, .5vw, 5px);
  right: 1.3em;
  top: 49%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/arrow.svg) no-repeat center/contain;
  -webkit-transition: all .6s;
  transition: all .6s
}

.footer__contact__list li a:hover {
  opacity: .9
}

.footer__contact__list li a:hover::before {
  right: .9em
}

.footer__contact .kome {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.5em auto 0;
  color: #f4f1e9;
  font-size: .85em;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  letter-spacing: .06em;
  line-height: 1.3
}

.footer__info {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: clamp(30px, 7vw, 70px);
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400
}

.footer__info .copyright {
  grid-area: 2/1/3/2;
  margin-top: clamp(30px, 5vw, 50px);
  color: #f4f1e9;
  font-size: clamp(11px, 1.4vw, 14px);
  text-align: center
}

.footer__logo {
  width: clamp(97px, 16vw, 160px);
  grid-area: 1/1/2/2
}

.footer__nav {
  margin-top: 1em;
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  grid-area: 1/2/2/3;
  gap: 4em
}

.footer__nav>li:not(:first-child) {
  margin-top: .5em
}

.footer__nav>li a,
.footer__nav>li>span {
  color: #f4f1e9;
  font-size: clamp(13px, 1.6vw, 16px);
  letter-spacing: .04em
}

.footer__nav--sub li a {
  position: relative;
  padding-left: .8em;
  color: #f4f1e9
}

.footer__nav--sub li a::before {
  content: "";
  display: block;
  position: absolute;
  width: clamp(4px, .7vw, 7px);
  height: 1px;
  left: 0;
  top: 57%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #f4f1e9
}

.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  grid-area: 2/2/3/3
}

.footer__sns li {
  max-width: 20px
}

.footer__sns li a {
  display: block
}

.footer__sns li a img {
  width: 100%
}

.footer__flo {
  position: fixed;
  z-index: 900;
  opacity: 0;
  margin: 0;
  right: 0;
  top: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s;
  transition: all .3s
}

.footer__flo.active {
  opacity: 1
}

.footer__flo.is-hidden {
  opacity: 0
}

.footer__flo a {
  position: relative;
  padding: 3em .8em 2.3em;
  background-color: #752828;
  border: solid 1px rgba(255, 255, 255, .6);
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  outline: solid 1px rgba(255, 255, 255, .6);
  outline-offset: -5px;
  letter-spacing: .12em;
  font-size: clamp(14px, 1.8vw, 18px);
  font-family: "classico-urw", sans-serif;
  font-weight: 400
}

.footer__flo a::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 25px;
  left: 50%;
  top: 4px;
  background-color: rgba(255, 255, 255, .6)
}

.footer [class^=cloud] {
  content: "";
  display: block;
  position: absolute
}

.footer .cloud1 {
  top: -12vw;
  left: 0;
  width: clamp(200px, 40vw, 730px);
  height: clamp(110px, 21vw, 400px);
  background: url(../img/common/cloud2.png) no-repeat center/cover
}

.footer .cloud2 {
  bottom: 0;
  right: 0;
  width: clamp(160px, 30vw, 450px);
  height: clamp(130px, 30vw, 360px);
  background: url(../img/common/cloud4.png) no-repeat center/cover
}

@media screen and (max-width: 599px) {
  .footer__contact__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1em;
    width: 90%;
    margin-inline: auto
  }

  .footer__info {
    grid-template-columns: repeat(1, 1fr)
  }

  .footer__logo {
    grid-area: 1/1/2/2;
    margin: auto
  }

  .footer__nav {
    grid-area: 2/1/3/2;
    margin-top: 2em;
    margin-inline: auto;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    width: 90%
  }

  .footer__sns {
    grid-area: 3/1/4/2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1em
  }

  .footer__flo {
    right: auto;
    left: 50%;
    bottom: 1em;
    top: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 70%
  }

  .footer__flo a {
    display: block;
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    padding: .8em 2em;
    text-align: center
  }

  .footer__flo a::before {
    height: 8px
  }

  .footer .copyright {
    grid-area: 4/1/5/2
  }

  .footer .cloud1 {
    top: -4em
  }
}