@charset "UTF-8";

/*=============================================
 * body
 *=============================================*/
body {
   background: #fff;
   color: #222;
   font-family: "Noto Sans JP", sans-serif;
   font-weight: 100;
   font-style: normal;
   font-size: 14px;
   letter-spacing: 0.1em;
   line-height: 28px;
   min-width: inherit;
   min-height: inherit;
   max-height: 100%;
}

@media only screen and (min-width: 768px) {
   body {
      font-size: 15px;
      line-height: 32px;
   }
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
   font-family: "游明朝", YuMincho, 'Noto Serif JP', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
   font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
   font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.fnt-noto-sans {
   font-family: "Noto Sans JP", sans-serif;
}

.fnt-noto-serif {
   font-family: "Noto Serif JP", serif;
}

.fnt-roboto {
   font-family: "Roboto", sans-serif;
}

.fnt-oswald {
   font-family: "Oswald", sans-serif;
}

/*=============================================
   main
*=============================================*/
main {
   clear: both;
   width: 100%;
   position: relative;
   box-sizing: border-box;
}

/* -- -- */
@media only screen and (max-width: 767px) {
   .wrap {
      width: 100%;
      box-sizing: border-box;
      margin: 0 auto;
      padding: 0 6.6vw;
      position: relative;
   }

   img {
      width: 100%;
      height: auto;
   }
}

@media only screen and (min-width: 768px) {
   .wrap {
      width: 1000px;
      box-sizing: border-box;
      position: relative;
      margin: 0 auto;
      padding: 0;
   }

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

@media only screen and (min-width: 1241px) {
   .wr_1100 {
      width: 1100px;
   }

   .wr_1200 {
      width: 1200px;
   }
}

.non-over a:hover {
   opacity: 1;
}

.non-over a:hover img {
   opacity: 1;
}

/* -- -- */
#socialbuttons {
   display: flex;
   justify-content: center;
   margin: 0;
}

.social-facebook {
   width: 95px;
   overflow: hidden;
   display: flex !important;
   justify-content: center;
}

/*=============================================
   header
*=============================================*/
header {
   box-sizing: border-box;
   position: relative;
   z-index: 100;
}

@media only screen and (max-width: 767px) {
   header h1 {
      color: #c8cbd7;
      font-weight: 100;
      font-size: 10px;
      line-height: 16px;
      letter-spacing: 0.1em;
      position: absolute;
      top: 4vw;
      right: 20vw;
      left: 26vw;
      z-index: 1;
   }

   header .logo {
      width: 18vw;
      position: absolute;
      top: 4vw;
      left: 4.8vw;
      z-index: 1;
   }

   .hamburger {
      width: 18vw;
      height: 18vw;
      background: url("../img/shared/hamburger.jpg") no-repeat center top/cover;
      position: fixed;
      top: 0;
      right: 0;
      transition: all 0.3s;
      z-index: 101;
   }

   .hamburger.is-active {
      background-image: url("../img/shared/hamburger_close.jpg");
   }

   #menu-toggle {
      display: flex;
      flex-direction: column;
      justify-content: center;
      background-color: #e9e7e2;
      width: 100%;
      height: 100vh;
      overflow-y: auto;
      position: fixed;
      top: 0;
      left: 0;
      box-sizing: border-box;
      opacity: 0;
      visibility: hidden;
      transform: translateY(-10px);
      transition: all 0.3s linear;
      padding: 13vw 10vw;
      z-index: 100;
      text-align: center;
   }

   #menu-toggle .nav-logo {
      width: 24vw;
      margin: 0 auto;
      order: 1;
   }

   #menu-toggle .nav {
      padding-top: 8vw;
      order: 2;
   }

   #menu-toggle .nav li+li {
      padding-top: 6vw;
   }

   #menu-toggle .nav a {
      display: inline-block;
      font-weight: 100;
      font-size: 2.6vw;
      line-height: 1.2;
      border-bottom: 1px solid transparent;
   }

   #menu-toggle .nav a.is-active {
      border-bottom-color: #000;
   }

   #menu-toggle .nav a span {
      display: block;
      font-weight: 900;
      font-size: 5.3vw;
      letter-spacing: 0.1em;
   }

   #menu-toggle .sns-icon {
      width: 9.3vw;
      margin: 0 auto;
      padding-top: 8vw;
      order: 3;
   }

   #menu-toggle .nav-bnr {
      display: grid;
      /* grid-template-columns: repeat(2, 1fr); */
      gap: 2px;
      padding-top: 8vw;
      order: 4;
   }

   #menu-toggle .nav-bnr a {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 25.3vw;
      font-weight: 100;
      font-size: 2.6vw;
      line-height: 1.2;
      background-color: #d7d5d0;
   }

   #menu-toggle .nav-bnr a span {
      display: block;
      font-weight: 900;
      font-size: 4.8vw;
      letter-spacing: 0.1em;
   }

   #menu-toggle .nav-bnr a i {
      display: block;
      width: 6vw;
      height: 6vw;
      margin-bottom: 2vw;
   }

   #menu-toggle .nav-bnr a .cart {
      background: url("../img/shared/icon-cart.png") no-repeat center/100% auto;
   }

   #menu-toggle .nav-bnr a .email {
      background: url("../img/shared/icon-email.png") no-repeat center/100% auto;
   }

   .navOpen #menu-toggle {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
   }

   .header__nav {
      display: none;
   }
}

@media only screen and (min-width: 768px) {
   header {
      padding: 0;
   }

   header .logo {
      width: 115px;
      position: absolute;
      top: 30px;
      left: 32px;
      z-index: 1;
   }

   header h1 {
      width: 50%;
      color: #c8cbd7;
      font-weight: 100;
      font-size: 12px;
      line-height: 32px;
      letter-spacing: 0.06em;
      text-align: right;
      position: absolute;
      top: 5px;
      right: 20px;
   }

   header .nav {
      line-height: 20px;
   }

   header .nav a {
      display: inline-block;
      font-weight: 300;
      font-size: 11px;
      letter-spacing: 0.2em;
      border-bottom: 1px solid transparent;
   }

   header .nav a span {
      display: block;
      font-weight: 900;
      font-size: 18px;
      letter-spacing: 0.1em;
   }

   header .nav a:hover,
   header .nav a.is-active {
      border-bottom-color: #222;
   }

   header .nav-bnr {
      text-align: center;
      line-height: 20px;
   }

   header .nav-bnr li {
      width: 170px;
   }

   header .nav-bnr li+li {
      padding-top: 1px;
   }

   header .nav-bnr a {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 125px;
      background-color: #fff;
      font-weight: 300;
      font-size: 11px;
      letter-spacing: 0.2em;
   }

   header .nav-bnr a span {
      display: block;
      font-weight: 900;
      font-size: 18px;
      letter-spacing: 0.1em;
   }

   header .nav-bnr a i {
      display: block;
      width: 23px;
      height: 23px;
      margin-bottom: 5px;
   }

   header .nav-bnr a .cart {
      background: url("../img/shared/icon-cart.png") no-repeat center/100% auto;
   }

   header .nav-bnr a .email {
      background: url("../img/shared/icon-email.png") no-repeat center/100% auto;
   }

   header .nav-bnr a:hover {
      background-color: #d7d5d0;
      opacity: 1;
   }

   header .sns-icon {
      width: 34px;
   }

   .header__nav {
      position: absolute;
      top: 63px;
      right: 0;
   }

   .header__nav .nav {
      text-align: right;
      padding-right: 37px;
   }

   .header__nav .nav li+li {
      padding-top: 25px;
   }

   .header__nav .nav-bnr {
      padding-top: 30px;
   }

   .header__nav .sns-icon {
      margin-left: auto;
      padding: 22px 35px 0 0;
   }

   #menu-toggle {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background-color: #e9e7e2;
      width: 100%;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      text-align: center;
      opacity: 0;
      visibility: hidden;
      transform: translateY(-10px);
      transition: all 0.3s linear;
      padding: 50px;
      overflow-y: auto;
      box-sizing: border-box;
   }

   #menu-toggle .nav-logo {
      width: 115px;
      margin: 0 auto;
   }

   #menu-toggle .nav {
      padding-top: 50px;
   }

   #menu-toggle .nav li+li {
      padding-top: 30px;
   }

   #menu-toggle .nav-bnr {
      display: flex;
      justify-content: center;
      gap: 1px;
      padding-top: 40px;
   }

   #menu-toggle .sns-icon {
      margin: 0 auto;
      padding-top: 30px;
   }

   .navOpen #menu-toggle {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
   }

   .nav-fixed {
      display: flex;
      justify-content: flex-end;
      position: fixed;
      top: 0;
      right: 0;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s;
   }

   .nav-fixed .btn-cart a {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 180px;
      height: 100px;
      background-color: #fff;
      font-weight: 900;
      font-size: 18px;
      letter-spacing: 0.1em;
   }

   .nav-fixed .btn-cart a i {
      display: block;
      background: url("../img/shared/icon-cart.png") no-repeat center/100% auto;
      width: 23px;
      height: 23px;
      margin-bottom: 5px;
   }

   .nav-fixed .btn-cart a:hover {
      background-color: #d7d5d0;
      opacity: 1;
   }

   .hamburger {
      background: url("../img/shared/hamburger.jpg") no-repeat center/cover;
      width: 100px;
      height: 100px;
      cursor: pointer;
      transition: all 0.3s;
   }

   .hamburger.is-active {
      background-image: url("../img/shared/hamburger_close.jpg");
   }

   .hamburger:hover {
      opacity: 0.7;
   }

   .nav-fixed.fixed {
      opacity: 1;
      visibility: visible;
   }

   .navOpen .nav-fixed .btn-cart {
      display: none;
   }
}

@media only screen and (min-width: 768px) and (max-height: 700px) {
   #menu-toggle {
      justify-content: flex-start;
   }
}

/*=============================================
   section
*=============================================*/
section {
   position: relative;
}

/* -- -- */
#key {
   height: 100%;
   box-sizing: border-box;
   position: relative;
}

#key .slick-slider,
#key .slick-list,
#key .slick-track,
#key .slick-slide {
   width: 100%;
   height: 100%;
}

/*=============================================
   footer
*=============================================*/
footer {
   background-color: #e9e7e2;
   box-sizing: border-box;
   position: relative;
}

@media only screen and (max-width: 767px) {
   footer {
      padding-bottom: 14.6vw;
   }

   footer .row-1 {
      position: relative;
      padding-bottom: 33vw;
   }

   footer .row-1:before {
      content: '';
      width: 100%;
      height: 40vw;
      background-color: #fff;
      position: absolute;
      top: 0;
      left: 0;
   }

   footer .row-1 .wrap {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 8vw 4vw;
   }

   footer .row-1 figure {
      width: 40vw;
   }

   footer .row-1 h3 {
      width: calc(100% - 44vw);
      font-weight: 700;
      font-size: 2.6vw;
      letter-spacing: 0.18em;
      line-height: 1.3;
   }

   footer .row-1 h3 span {
      font-weight: 400;
      font-size: 4.1vw;
      letter-spacing: 0.18em;
   }

   footer .row-1 .txt {
      width: 100%;
      font-size: 4vw;
      letter-spacing: 0.28em;
      line-height: 10vw;
   }

   footer .row-1 .txt br {
      display: block;
   }

   footer .row-2 {
      text-align: center;
      padding-bottom: 33vw;
   }

   footer .row-2 .logo {
      width: 12vw;
      margin: 0 auto;
   }

   footer .row-2 h3 {
      font-weight: 100;
      font-size: 4.8vw;
      line-height: 1.5;
      padding-top: 3.2vw;
   }

   footer .row-2 h3 span {
      font-weight: 400;
      font-size: 3.2vw;
   }

   footer .row-2 .txt {
      text-align: center;
      line-height: 22px;
      padding-top: 4.8vw;
   }

   footer .row-2 .txt br {
      display: block;
   }

   footer .row-2 .btn-efo {
      padding-top: 6vw;
   }

   footer .row-2 .btn-efo a {
      display: inline-flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 77.6vw;
      height: 18vw;
      background-color: #d7d5d0;
      font-weight: 900;
      font-size: 4.4vw;
      letter-spacing: 0.1em;
      line-height: 1;
      position: relative;
   }

   footer .row-2 .btn-efo a:before {
      content: '';
      display: block;
      background: url("../img/shared/icon-email.png") no-repeat center/100% auto;
      width: 6vw;
      height: 6vw;
      margin-bottom: 1vw;
   }

   footer .row-2 .btn-efo a i {
      display: block;
      width: 14vw;
      border-bottom: 1px solid #222;
      position: absolute;
      top: 9vw;
      left: -4vw;
      transition: all 0.3s;
   }

   footer .row-2 .btn-efo a i:after {
      content: '';
      width: 0;
      height: 0;
      border-width: 0px 16px 10px 0px;
      border-color: transparent transparent #222 transparent;
      border-style: solid;
      position: absolute;
      bottom: 0;
      right: 0;
   }

   footer .row-2 #socialbuttons {
      padding-top: 14vw;
   }

   footer .row-2 address,
   footer .row-2 .btn-cookies {
      font-weight: 100;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 0.1em;
   }

   footer .row-2 address {
      padding-top: 4vw;
   }

   footer .row-2 .btn-cookies a {
      display: inline-block;
      border-bottom: 1px solid #222;
   }

   .pagetop {
      width: 8.8vw;
      bottom: 20vw;
      right: 0;
   }
}

@media only screen and (min-width: 768px) {
   footer .row-1 {
      position: relative;
      padding-bottom: 230px;
   }

   footer .row-1:before {
      content: '';
      width: 100%;
      height: 122px;
      background-color: #fff;
      position: absolute;
      top: 0;
      left: 0;
   }

   footer .row-1 .wrap {
      display: flex;
      align-items: flex-end;
      flex-wrap: wrap;
      gap: 67px;
      width: 95%;
      max-width: 1264px;
   }

   footer .row-1 figure {
      width: 300px;
      padding-bottom: 5px;
   }

   footer .row-1 h3 {
      font-weight: 700;
      font-size: 11px;
      line-height: 25px;
      letter-spacing: 0.18em;
      position: absolute;
      top: 54px;
      left: 320px;
   }

   footer .row-1 h3 span {
      font-weight: 400;
      font-size: 18px;
      letter-spacing: 0.18em;
   }

   footer .row-1 .txt {
      width: calc(100% - 367px);
      max-width: 720px;
      font-size: 16px;
      line-height: 47px;
      letter-spacing: 0.3em;
   }

   footer .row-2 {
      line-height: 25px;
      padding-bottom: 100px;
   }

   footer .row-2 .wrap {
      width: 95%;
      max-width: 1320px;
   }

   footer .row-2 .box {
      display: flex;
      justify-content: flex-end;
      align-items: center;
   }

   footer .row-2 .box+.box {
      gap: 8px;
      padding-top: 42px;
   }

   footer .row-2 .logo {
      width: 60px;
   }

   footer .row-2 h3 {
      font-weight: 100;
      font-size: 19px;
      letter-spacing: 0.1em;
      padding: 18px 31px 0 20px;
   }

   footer .row-2 h3 span {
      font-weight: 400;
      font-size: 13px;
      letter-spacing: 0.1em;
   }

   footer .row-2 .txt {
      border-left: 1px solid #222;
      padding: 0 57px 0 28px;
   }

   footer .row-2 .btn-efo a {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 345px;
      height: 80px;
      background-color: #fff;
      font-weight: 900;
      font-size: 20px;
      letter-spacing: 0.1em;
      position: relative;
   }

   footer .row-2 .btn-efo a:before {
      content: '';
      display: block;
      background: url("../img/shared/icon-email.png") no-repeat center/100% auto;
      width: 23px;
      height: 23px;
      margin-bottom: 5px;
   }

   footer .row-2 .btn-efo a i {
      display: block;
      width: 65px;
      border-bottom: 1px solid #222;
      position: absolute;
      top: 41px;
      left: -20px;
      transition: all 0.3s;
   }

   footer .row-2 .btn-efo a i:after {
      content: '';
      width: 0;
      height: 0;
      border-width: 0px 16px 10px 0px;
      border-color: transparent transparent #222 transparent;
      border-style: solid;
      position: absolute;
      bottom: 0;
      right: 0;
   }

   footer .row-2 .btn-efo a:hover {
      background-color: #d7d5d0;
      opacity: 1;
   }

   footer .row-2 .btn-efo a:hover i {
      transform: translateX(5px);
   }

   footer .row-2 address,
   footer .row-2 .btn-cookies {
      font-size: 13px;
      line-height: 20px;
      letter-spacing: 0.1em;
   }

   footer .row-2 .btn-cookies a {
      display: inline-block;
      border-bottom: 1px solid #222;
   }

   footer .row-2 .btn-cookies a:hover {
      border-bottom-color: transparent;
   }

   .pagetop {
      width: 42px;
      bottom: 0;
      right: 0;
   }
}

@media only screen and (min-width: 1301px) {
   footer .row-1 .txt {
      font-size: 19px;
   }
}

/*=============================================
   css for ie 11 
*=============================================*/
#fixed-sp {
   width: 100%;
   background: #fff;
   box-sizing: border-box;
   position: fixed;
   bottom: 0;
   left: 0;
   z-index: 100;
   opacity: 1;
   visibility: visible;
}

#fixed-sp.visible {
   opacity: 1;
   visibility: visible;
}

#fixed-sp ul {
   display: grid;
   /* grid-template-columns: repeat(2, 1fr); */
   gap: 0;
   text-align: center;
   font-weight: 400;
   font-size: 4vw;
   letter-spacing: 0.1em;
   line-height: 1;
}

#fixed-sp a {
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 2vw;
   width: 100%;
   height: 14.6vw;
   font-weight: 900;
   font-size: 4.1vw;
   letter-spacing: 0.1em;
   line-height: 2;
}

#fixed-sp a i {
   display: block;
   width: 6vw;
   height: 6vw;
}

#fixed-sp a .cart {
   background: url("../img/shared/icon-cart.png") no-repeat center/100% auto;
}

#fixed-sp a .email {
   background: url("../img/shared/icon-email.png") no-repeat center/100% auto;
}

.navOpen #fixed-sp {
   display: none;
}

/* iPhone X */
@media only screen and (max-width: 767px) and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
   footer {
      padding-bottom: calc(env(safe-area-inset-bottom) + 14.6vw);
   }

   #fixed-sp {
      padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
   }

   .pagetop {
      bottom: calc(env(safe-area-inset-bottom) + 20vw);
   }
}

/* iPhone XR */
@media only screen and (max-width: 767px) and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
   footer {
      padding-bottom: calc(env(safe-area-inset-bottom) + 14.6vw);
   }

   #fixed-sp {
      padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
   }

   .pagetop {
      bottom: calc(env(safe-area-inset-bottom) + 20vw);
   }
}

/* iPhone 11 */
@media only screen and (max-width: 767px) and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
   footer {
      padding-bottom: calc(env(safe-area-inset-bottom) + 14.6vw);
   }

   #fixed-sp {
      padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
   }

   .pagetop {
      bottom: calc(env(safe-area-inset-bottom) + 20vw);
   }
}

@media only screen and (max-width: 767px) and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
   footer {
      padding-bottom: calc(env(safe-area-inset-bottom) + 14.6vw);
   }

   #fixed-sp {
      padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
   }

   .pagetop {
      bottom: calc(env(safe-area-inset-bottom) + 20vw);
   }
}

@media only screen and (max-width: 767px) and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
   footer {
      padding-bottom: calc(env(safe-area-inset-bottom) + 14.6vw);
   }

   #fixed-sp {
      padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
   }

   .pagetop {
      bottom: calc(env(safe-area-inset-bottom) + 20vw);
   }
}

/* --- --- */
/*=============================================
   Custom
*=============================================*/
.pc {
   display: none;
}

.sp {
   display: block;
}

@media only screen and (min-width: 768px) {
   .pc {
      display: block;
   }

   .sp {
      display: none;
   }
}

/* -- -- */
.img-shadow {
   box-shadow: 0px 14px 52px 5.7px rgba(0, 0, 0, 0.3);
}

.text-shadow {
   text-shadow: 8px 11px 52px rgba(0, 0, 0, 0.3);
}

.cl-red {
   color: #cf2d2d;
}

.cl-brown {
   color: #34332d;
}

.cl-yellow {
   color: #b29257;
}

.cl-white {
   color: #f3ece9;
}

.cl-black {
   color: #000;
}

.cl-orange {
   color: #ca3921;
}

.txt-c {
   text-align: center;
}

.txt-r {
   text-align: right;
}

.uppercase {
   text-transform: uppercase;
}

a {
   transition: all 0.3s;
}

a img {
   transition: all 0.3s;
}

a:hover {
   text-decoration: none;
}

@media only screen and (min-width: 768px) {
   a:hover {
      opacity: 0.7;
   }
}

.img-cover {
   -o-object-fit: cover;
   object-fit: cover;
   width: 100%;
   height: 100%;
}

.ovh {
   overflow: hidden;
}

/* -- slick -- */
.slick-arrow {
   display: block;
   background: transparent;
   border: 0;
   font-size: 0;
   cursor: pointer;
   position: absolute;
   z-index: 1;
}

.slick-arrow:before {
   content: '';
   width: 0;
   height: 0;
   border-style: solid;
   border-color: transparent;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.slick-prev {
   left: 0;
}

.slick-next {
   right: 0;
}

.slick-dots {
   display: flex;
   gap: 10px;
}

.slick-dots li {
   display: block;
   width: 15px;
   height: 15px;
   font-size: 0;
   cursor: pointer;
   position: relative;
}

.slick-dots button {
   font-size: 0;
   background: transparent;
   display: block;
   width: 100%;
   height: 100%;
   border: 2px solid #fff;
   -webkit-appearance: none;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   cursor: pointer;
   border-radius: 0;
   transition: all 0.3s;
}

.slick-dots .slick-active button {
   background-color: #fff;
}

@media only screen and (max-width: 767px) {
   .slick-arrow {
      width: 6vw;
      height: 6vw;
   }

   .slick-prev {
      left: 0;
   }

   .slick-prev:before {
      border-width: 3vw 6vw 3vw 0;
      border-right-color: #fff;
   }

   .slick-next {
      right: 0;
   }

   .slick-next:before {
      border-width: 3vw 0 3vw 6vw;
      border-left-color: #fff;
   }

   .slick-dots {
      justify-content: center;
      gap: 4vw;
      padding-top: 6vw;
   }
}

@media only screen and (min-width: 768px) {
   .slick-arrow {
      width: 44px;
      height: 44px;
   }

   .slick-arrow:hover {
      opacity: 0.7;
   }

   .slick-dots {
      gap: 8px;
   }

   .slick-dots li button:hover {
      opacity: 0.5;
   }
}

/* -- -- */
.button {
   position: relative;
}

.button a {
   display: inline-flex;
   font-family: "Roboto", sans-serif;
   font-weight: 900;
   letter-spacing: 0.1em;
   text-align: left;
   position: relative;
}

.button a i {
   display: block;
}

@media only screen and (max-width: 767px) {
   .button {
      text-align: center;
   }

   .button a {
      width: 40vw;
      font-size: 5.3vw;
      line-height: 7vw;
   }

   .button a:after {
      content: '';
      width: 100%;
      border-bottom: 1px solid #222;
      position: absolute;
      bottom: 0;
      left: 0;
   }

   .button a i {
      width: 100%;
      height: 0;
      position: absolute;
      bottom: 0;
      right: 0;
      transition: all 0.3s;
   }

   .button a i:before {
      content: '';
      width: 25.6vw;
      height: 25.6vw;
      border-radius: 50%;
      background-color: #7f9ec5;
      transition: all 0.3s;
      position: absolute;
      bottom: -12vw;
      right: -11vw;
      z-index: -1;
   }

   .button a i:after {
      content: '';
      width: 0;
      height: 0;
      border-width: 0px 16px 10px 0px;
      border-color: transparent transparent #222 transparent;
      border-style: solid;
      position: absolute;
      bottom: 0;
      right: -1px;
   }
}

@media only screen and (min-width: 768px) {
   .button a {
      width: 160px;
      font-size: 20px;
      line-height: 50px;
   }

   .button a:after {
      content: '';
      width: 100%;
      border-bottom: 1px solid #222;
      position: absolute;
      bottom: 0;
      left: 0;
   }

   .button a i {
      width: 100%;
      height: 0;
      position: absolute;
      bottom: 0;
      right: 0;
      transition: all 0.3s;
   }

   .button a i:before {
      content: '';
      width: 41px;
      height: 41px;
      border-radius: 50%;
      background-color: #e9e7e2;
      transition: all 0.3s;
      position: absolute;
      bottom: -18px;
      right: -10px;
      z-index: -1;
   }

   .button a i:after {
      content: '';
      width: 0;
      height: 0;
      border-width: 0px 16px 10px 0px;
      border-color: transparent transparent #222 transparent;
      border-style: solid;
      position: absolute;
      bottom: 0;
      right: -1px;
   }

   .button a:hover {
      opacity: 1;
   }

   .button a:hover i {
      transform: translateX(10px);
      padding-right: 10px;
   }

   .button a:hover i:before {
      background-color: #7f9ec5;
      transform: scale(2.46);
   }
}

/* -- -- */
.d-flex {
   display: flex;
}

/* --- --- */
@media only screen and (min-width: 768px) {
   .hvr-sweep-to-right {
      position: relative;
      z-index: 1;
   }

   .hvr-sweep-to-right:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #302b25;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 0 50%;
      transform-origin: 0 50%;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
   }

   .hvr-sweep-to-right:hover {
      color: #fff;
      opacity: 1;
   }

   .hvr-sweep-to-right:hover:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
   }
}

/* --- --- */
@-webkit-keyframes fadeInUp {
   0% {
      transform: translateY(20px);
      opacity: 0;
   }

   100% {
      transform: translateY(0px);
      opacity: 1;
   }
}

@keyframes fadeInUp {
   0% {
      transform: translateY(20px);
      opacity: 0;
   }

   100% {
      transform: translateY(0px);
      opacity: 1;
   }
}

.fadeInUp {
   -webkit-animation-name: fadeInUp;
   animation-name: fadeInUp;
   animation-duration: 0.4s;
   animation-delay: 0.5s;
   opacity: 0;
}

.fadeInUp[style*="visible"] {
   opacity: 1;
}

/* --- --- */
@media only screen and (max-width: 767px) {
   .h-22 {
      font-weight: 500;
      font-size: 4vw;
      letter-spacing: 0.1em;
      line-height: 1.5;
   }

   .h-30 {
      font-weight: 500;
      font-size: 6vw;
      letter-spacing: 0.1em;
      line-height: 1.5;
   }
}

@media only screen and (min-width: 768px) {
   .h-22 {
      font-weight: 600;
      font-size: 22px;
      letter-spacing: 0.02em;
      line-height: 48px;
   }

   .h-30 {
      font-weight: 600;
      font-size: 30px;
      letter-spacing: 0.02em;
      line-height: 48px;
   }
}

/* -- -- */
.txt {
   text-align: justify;
}

@media only screen and (max-width: 767px) {
   .txt br {
      display: none;
   }
}

@media only screen and (min-width: 768px) {
   .txt-c .txt {
      text-align: center;
   }
}

/* -- -- */
.list-menu {
   letter-spacing: 0.15em;
   line-height: 25px;
   text-align: left;
}

.list-menu dl {
   display: flex;
   border-bottom: 1px solid rgba(255, 255, 255, 0.5);
   padding: 0 0 11px;
}

.list-menu dl+dl {
   padding-top: 13px;
}

.list-menu dl small {
   font-size: 14px;
}

.list-menu dl dt {
   flex: 1 0 0;
}

.list-menu dl dd {
   text-align: right;
}

.list-menu dl dd.end {
   align-self: flex-end;
}

.list-menu .ttl {
   font-weight: 400;
   letter-spacing: 0.15em;
   color: #f4ddb4;
   text-align: center;
   border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 767px) {
   .list-menu {
      display: flex;
      flex-direction: column;
      gap: 12vw;
   }

   .list-menu .item+.item {
      padding-top: 12vw;
   }

   .list-menu .ttl {
      font-size: 4.8vw;
      line-height: 1.5;
      letter-spacing: 0.1em;
      text-align: center;
      margin-bottom: 12px;
      padding-bottom: 12px;
   }

   .list-menu .ttl small {
      font-size: 4vw;
   }

   .list-menu p {
      padding-bottom: 12px;
   }
}

@media only screen and (min-width: 768px) {
   .list-menu {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      justify-content: center;
      gap: 20px;
   }

   .list-menu .item+.item {
      padding-top: 40px;
   }

   .list-menu .ttl {
      font-size: 18px;
      line-height: 24px;
      letter-spacing: 0.1em;
      margin-bottom: 24px;
      padding-bottom: 13px;
   }

   .list-menu .ttl small {
      font-size: 16px;
   }

   .list-menu p {
      padding-bottom: 16px;
   }
}

/* -- -- */
[data-remodal-target] {
   cursor: pointer;
}

.remodal-overlay {
   background-color: rgba(0, 0, 0, 0.8);
}

button.remodal-close {
   position: sticky;
}

@media only screen and (max-width: 767px) {
   .remodal-close-top {
      position: absolute;
      top: 6.6vw;
      right: 3.5vw;
      bottom: 6.6vw;
   }

   button.remodal-close {
      background: url("../img/shared/modal-close-1.png") no-repeat center/100% auto;
      width: 12vw;
      height: 4vw;
   }

   button.remodal-close.top {
      position: sticky;
      top: 4vw;
      right: 0;
   }

   button.remodal-close.bottom {
      background: url("../img/shared/modal-close-2.png") no-repeat center top/cover;
      width: 20vw;
      height: 12vw;
      margin: 14vw auto 0;
      position: static;
   }
}

@media only screen and (min-width: 768px) {
   .remodal-close-top {
      position: absolute;
      top: 35px;
      right: 35px;
      bottom: 35px;
   }

   button.remodal-close {
      background: url("../img/shared/modal-close-1.png") no-repeat center/100% auto;
      width: 45px;
      height: 15px;
   }

   button.remodal-close.top {
      position: sticky;
      top: 45px;
      right: 0;
   }

   button.remodal-close.bottom {
      background: url("../img/shared/modal-close-2.png") no-repeat center top/cover;
      width: 75px;
      height: 45px;
      margin: 50px auto 0;
   }

   button.remodal-close:hover {
      opacity: 0.5;
   }
}