@charset "UTF-8";

/* Scss Document */
/*=============================================
 * body
 *=============================================*/
body {
  color: #2b0707;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.95em;
  letter-spacing: normal;
  background: #f8f4eb;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  --sans: "Noto Sans JP";
  --jose: "Josefin Sans";
}

@media only screen and (min-width: 1014px) {
  body {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.05em;
  }
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 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-sans {
  font-family: "Noto Sans JP";
}

.fnt-jose {
  font-family: "Josefin Sans";
}

/*=============================================
 ******************* main **********************
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.wrap {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

html {
  min-width: auto;
}

/*=============================================
===============================================
===============================================
*************** mobie first header ************
===============================================
===============================================
*=============================================*/
.nav-header {
  width: 100%;
  height: 100vh;
  background: rgba(43, 7, 7, 0.39);
  position: fixed;
  top: 0;
  left: 0;
  /* transition: all 0.5s ease; */
  /* opacity: 0;
  visibility: hidden; */
  width: 100%;
  transform: translateX(100%);
  opacity: 1;
  visibility: visible;
  transition: transform 0.5s 0s, -webkit-transform 0.5s 0s;
}

.nav-header .nav {
  margin-bottom: 41px;
}

.nav-header .nav li {
  margin-bottom: 36px;
}

.nav-header .nav li:last-child {
  margin-bottom: 0;
}

.nav-header a.nav-main {
  font-size: 26px;
  line-height: 22px;
  font-family: var(--jose);
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #d52a00;
}

.nav-header a.nav-main .jp {
  display: block;
  font-family: var(--sans);
  font-weight: 900;
  font-size: 57.6923076923%;
  color: #2b0707;
}

.nav-header a.nav-main.active .en {
  color: #2b0707;
}

.js-scroll {
  box-sizing: border-box;
  padding: 56px 12vw 120px;
  width: 88%;
  height: 100%;
  margin-left: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  background-color: #faf1df;
  background-image: url(../img/shared/nav_bg.png);
  background-size: auto 118px;
  background-repeat: repeat-x;
  background-position: bottom center;
  transform: translateX(100%);
  transition: transform 0.5s 0s, -webkit-transform 0.5s 0s;
  transition-delay: 0.3s;
}

.header-box {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 101;
}

.hamberger-btn {
  position: fixed;
  top: 47px;
  right: 10px;
  width: 44px;
  height: 44px;
  z-index: 201;
  transition: all 0.4s ease;
  overflow: hidden;
  cursor: pointer;
}

.hamberger-btn span {
  --h: 4px;
  --spc: 15px;
  width: 100%;
  height: var(--h);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #2b0707;
}

.hamberger-btn span::before,
.hamberger-btn span::after {
  width: 100%;
  height: var(--h);
  position: absolute;
  left: 0;
  background: #2b0707;
  content: "";
}

.hamberger-btn span::after {
  top: calc(-1 * var(--spc));
}

.hamberger-btn span::before {
  top: var(--spc);
}

.menu-open .hamberger-btn span {
  transform: rotate(140deg);
  top: 45%;
  left: 0;
}

.menu-open .hamberger-btn span::after {
  transform: rotate(-100deg);
  top: 0;
}

.menu-open .hamberger-btn span::before {
  opacity: 0;
}

body.menu-open,
body.menu-open *,
body.menu-open *:hover,
body.menu-open *:focus,
body.menu-open *:active {
  touch-action: none !important;
  pointer-events: none !important;
}

body.menu-open .hamberger-btn,
body.menu-open .nav-header,
body.menu-open .nav-header *,
body.menu-open #fixed-sp,
body.menu-open #fixed-sp * {
  touch-action: auto !important;
  pointer-events: visible !important;
}

.menu-open {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: none !important;
  pointer-events: none !important;
}

.menu-open .nav-header {
  opacity: 1;
  left: 0;
  visibility: visible;
  pointer-events: visible;
  overflow: auto;
  z-index: 99;
}

.menu-open .nav-header {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  overflow: hidden;
  z-index: 99;
  transform: translateX(0%);
}

.menu-open .js-scroll {
  transform: translateX(0%);
}

#head-key {
  position: relative;
  background: #d52a00;
}

#head-key .wrap-loophead {
  padding: 2.5vw 0;
  background: #2b0707;
  position: relative;
  z-index: 2;
}

#head-key .wrap-loophead .loop-head {
  display: flex;
}

#head-key .wrap-loophead .loop-head p {
  white-space: nowrap;
  padding: 0 2vw;
  line-height: 1.4em;
  font-size: 3.7vw;
  font-weight: 400;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #faf1df;
}

#head-key .wrap-loopmvs {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 28.1vw;
}

#head-key .wrap-loopmvs.left {
  left: -11.5vw;
}

#head-key .wrap-loopmvs.right {
  right: -11.5vw;
}

#head-key .wrap-loopmvs .infiniteslide_wrap {
  height: 100% !important;
}

#head-key .wrap-loopmvs .loop-mvs {
  display: flex;
}

#head-key .wrap-loopmvs .loop-mvs p {
  white-space: nowrap;
  font-size: 20vw;
  letter-spacing: 0.05em;
  line-height: 1.4em;
  color: #faf1df;
  font-weight: bold;
  font-family: var(--jose);
}

#key-box {
  width: 100%;
  height: 100%;
  padding-top: 11vw;
  padding-bottom: 26vw;
  position: relative;
  z-index: 1;
}

#key-box h2 {
  margin: 0 auto;
  text-align: center;
  font-size: 16vw;
  font-weight: 900;
  font-family: var(--sans);
  letter-spacing: 0.07em;
  line-height: 1.3em;
  color: #2b0707;
  position: relative;
  z-index: 2;
}

#key-box h2 .right {
  margin-bottom: 6vw;
}

#key-box h2 .left {
  display: block;
  line-height: 0.75em;
}

#key-box h2 .wrap-cir {
  display: block;
  position: relative;
  left: 3.3vw;
  z-index: 1;
}

#key-box h2 .wrap-cir .cir {
  font-size: 108.3333333333%;
  color: #faf1df;
  line-height: 1em;
  letter-spacing: 0.3em;
  position: relative;
}

#key-box h2 .wrap-cir .cir::before {
  content: "";
  position: absolute;
  top: 54%;
  left: 36%;
  background: #2b0707;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  width: 29.9vw;
  height: 29.9vw;
  z-index: -1;
}

#key-box .deco {
  position: absolute;
}

#key-box .deco.deco1 {
  width: 32.5vw;
  bottom: 112vw;
  left: -9vw;
}

#key-box .deco.deco2 {
  width: 22.9vw;
  bottom: 0;
  left: 12.3vw;
}

#key-box .deco.deco3 {
  width: 25.5vw;
  bottom: 68vw;
  right: 0;
}

#key-box .deco.deco4 {
  width: 26.5vw;
  bottom: 8vw;
  right: 0;
}

#key-box .keyvisual {
  background: #d52a00;
  width: 84vw;
  margin: 0 auto 4vw;
}

#key-box .keyvisual .slide-item {
  width: 100%;
  height: 112.3vw;
}

#key-box .keyvisual .slide-item img {
  border-radius: 20vw;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@supports (-webkit-touch-callout: none) {
  #head-key .wrap-loopmvs.left {
    left: -16.5vw;
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  #head-key .wrap-loopmvs.left {
    left: -16.5vw;
  }
}

html #socialbuttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

footer {
  position: relative;
  padding: 37.9vw 0 0;
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url(../img/shared/footer_bg.png) repeat-x;
  background-size: cover;
  background-position: top center;
  height: 26.9vw;
}

footer .nav-footer {
  display: none;
}

footer .btn-main {
  margin-bottom: 5.5vw;
}

footer .btn-main a {
  width: 100%;
  border-radius: 60px;
  padding-left: 32px;
}

footer #pagetop {
  margin: 0 auto 6.6vw;
  bottom: 55px;
  width: 50px;
  z-index: 98;
  position: static;
  opacity: 1 !important;
  visibility: visible !important;
}

footer address {
  font-size: 10px;
  font-family: var(--sans);
  font-weight: 900;
  color: #d52a00;
  line-height: 1.6em;
  letter-spacing: 0.05em;
}

footer address span {
  display: block;
}

footer address span a {
  text-decoration: none;
}

footer .wrap-loopbot {
  margin-top: 2.2vw;
  padding: 2.5vw 0;
  background: #2b0707;
  position: relative;
  z-index: 2;
}

footer .wrap-loopbot .loop-bot {
  display: flex;
}

footer .wrap-loopbot .loop-bot p {
  white-space: nowrap;
  padding: 0 2vw;
  line-height: 1.4em;
  font-size: 3.7vw;
  font-weight: 400;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #faf1df;
}

/* iPhone X */
/* iPhone XR */
.pc {
  display: none;
}

/*=============================================
===============================================
===============================================
*************** css for iphone 5 ************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** css for ie 11 ***************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** CSS FOR PC ***************
===============================================
===============================================
*=============================================*/
@media only screen and (min-width: 1014px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  /*=============================================
  ******************** header ******************
  *=============================================*/
  header {
    position: relative;
    width: 100%;
    z-index: 100;
  }

  html img {
    max-width: 100%;
    width: auto;
    height: auto;
  }

  /*=============================================
  ******************* nav-fixed ****************
  *=============================================*/
  .hamberger-btn {
    top: 71px;
    right: 34px;
    width: 66px;
    height: 66px;
  }

  .hamberger-btn:hover {
    filter: brightness(0.6) invert(0.5);
  }

  .hamberger-btn span {
    --h: 4px;
    --spc: 22px;
  }

  .menu-open .hamberger-btn span {
    top: 47%;
  }

  /* 
  .nav-header {
    opacity: 0;
    visibility: hidden;
  } */

  .nav-header .nav {
    margin-bottom: 54px;
  }

  .nav-header .nav li {
    margin-bottom: 52px;
  }

  .nav-header a.nav-main {
    font-size: 35px;
    line-height: 30px;
    transition: all 0.3s ease;
  }

  .nav-header a.nav-main .en {
    transition: all 0.3s ease;
  }

  .nav-header a.nav-main .jp {
    font-size: 57.1428571429%;
  }

  .nav-header a.nav-main:hover .en {
    color: #2b0707;
  }

  .menu-open .nav-header {
    overflow-y: scroll;
  }

  .js-scroll {
    overflow: auto;
    padding: 132px 174px 201px;
    width: 659px;
    height: auto;
    background-size: auto 236px;
    /* background-image: unset; */
    position: relative;
  }

  /* .js-scroll::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/shared/nav_bg.png) repeat-x;
    background-size: cover;
    background-position: top center;
    height: 236px;
  } */

  /*=============================================
  ******************* keyvisual ****************
  *=============================================*/
  #head-key {
    border-radius: 0 0 150px 150px;
  }

  #head-key .wrap-loophead {
    padding: 11px 0 10px;
  }

  #head-key .wrap-loophead .loop-head p {
    font-size: 16px;
    padding: 0 10px;
  }

  #head-key .wrap-loopmvs {
    top: 198px;
    bottom: unset;
    width: auto;
  }

  #head-key .wrap-loopmvs.left {
    left: 0;
    right: 0;
  }

  #head-key .wrap-loopmvs.right {
    left: 0;
    right: 0;
    top: 498px;
  }

  #head-key .wrap-loopmvs .infiniteslide_wrap {
    height: auto;
    width: 100%;
  }

  #head-key .wrap-loopmvs .loop-mvs p {
    font-size: 180px;
  }

  #key-box {
    padding-top: 73px;
    padding-bottom: 50px;
  }

  #key-box h2 {
    font-size: 78px;
    letter-spacing: 0.05em;
    line-height: 1.3em;
    position: absolute;
    top: 67px;
    left: 50.6%;
    width: 625px;
    height: 738px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    transform: translateX(-50%);
    white-space: nowrap;
  }

  #key-box h2 .right {
    margin-bottom: 0;
  }

  #key-box h2 .left {
    line-height: 0.75em;
  }

  #key-box h2 .wrap-cir {
    display: inline-block;
    left: 0;
    margin-bottom: 16px;
  }

  #key-box h2 .wrap-cir .cir {
    font-size: 93.1538461538%;
    line-height: 1em;
    letter-spacing: 0.25em;
  }

  #key-box h2 .wrap-cir .cir::before {
    top: 41%;
    left: 48%;
    width: 125px;
    height: 125px;
  }

  #key-box h2 .small {
    font-size: 93.1538461538%;
  }

  #key-box .deco.deco1 {
    width: 357px;
    top: 52px;
    left: 36px;
    bottom: unset;
  }

  #key-box .deco.deco2 {
    width: 263px;
    left: 131px;
    bottom: 135px;
  }

  #key-box .deco.deco3 {
    width: 323px;
    top: 137px;
    right: 44px;
    bottom: unset;
  }

  #key-box .deco.deco4 {
    width: 351px;
    right: 41px;
    bottom: 30px;
  }

  #key-box .keyvisual {
    width: 522px;
    margin: 0 auto;
  }

  #key-box .keyvisual .slick-dots {
    top: unset;
    bottom: -10px;
  }

  #key-box .keyvisual .slick-dots li {
    margin: 0 4px;
  }

  #key-box .keyvisual .slide-item {
    height: 695px;
  }

  #key-box .keyvisual .slide-item img {
    border-radius: 150px;
  }

  /*=============================================
  ******************* footer *******************
  *=============================================*/
  footer {
    padding: 266px 0 0;
  }

  footer::before {
    height: 220px;
  }

  footer::after {
    display: none;
  }

  footer .nav-footer {
    display: flex;
    justify-content: center;
    gap: 67px;
    margin-bottom: 49px;
  }

  footer .nav-footer li a {
    font-family: var(--jose);
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6em;
    letter-spacing: 0.05em;
    color: #d52a00;
    transition: all 0.3s ease;
  }

  footer .nav-footer li a:hover {
    color: #2b0707;
  }

  footer .btn-main {
    margin-bottom: 38px;
  }

  footer .btn-main a {
    margin: 0 auto;
    width: 248px;
    font-size: 14px;
    height: 28px;
    border-radius: 14px;
    padding-left: 18px;
  }

  footer .btn-main a::before {
    right: 12px;
  }

  footer #pagetop {
    margin: 0;
    position: fixed;
    opacity: 0 !important;
    visibility: hidden !important;
    width: 59px;
    height: 59px;
    right: 19px;
    bottom: 60px;
  }

  footer #pagetop.visible {
    opacity: 1 !important;
    visibility: visible !important;
  }

  footer address {
    font-size: 12px;
    line-height: 1.6em;
  }

  footer address span {
    display: inline-block;
    margin-right: 30px;
  }

  footer address span a:hover {
    text-decoration: underline;
  }

  footer .wrap-loopbot {
    padding: 11px 0 10px;
    margin-top: 17px;
  }

  footer .wrap-loopbot .loop-bot p {
    font-size: 16px;
    padding: 0 10px;
  }

  /*=============================================
  ***************** copyright ******************
  *=============================================*/
  #pagetop {
    cursor: pointer;
    transition: all 0.3s ease;
  }

  #pagetop:hover {
    opacity: 0.9;
  }

  #socialbuttons {
    max-width: 350px;
  }
}

.txt_thanks {
  text-align: center;
  color: #000;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

  .btn-over img,
  .over-img img,
  img.over,
  img:not(.btn):not(.non-over),
  button img,
  .btn {
    opacity: 1;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
  }

  .btn {
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
  }

  .over-img img:hover,
  img.over:hover,
  a:hover img:not(.btn):not(.non-over),
  button:hover img {
    cursor: pointer;
    opacity: 0.8;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
  }

  a:before {
    text-decoration: underline;
    display: inline-block;
  }

  a:before,
  a:hover:before {
    text-decoration: none;
  }
}

/*=============================================
 ******************* RESPONSIVE ****************
 *=============================================*/
html {
  min-width: auto;
}

html a:hover {
  text-decoration: none;
}

html .wrap {
  padding: 0 8%;
  width: auto;
  max-width: 100%;
}

.sp {
  display: block;
}

.pc {
  display: none !important;
}

html #socialbuttons .social-line {
  overflow: hidden;
}

@media only screen and (min-width: 1014px) {
  .pc {
    display: block !important;
  }

  .sp {
    display: none !important;
  }

  html #socialbuttons .social-line {
    width: auto;
    overflow: hidden;
  }

  html .wrap {
    padding: 0;
    width: 1000px;
    max-width: 100%;
    box-sizing: border-box;
  }
}

/*=============================================
 *************** responsive common ************
 *=============================================*/
@media only screen and (min-width: 1014px) {
  body {
    position: static !important;
    top: 0 !important;
    box-sizing: border-box;
  }
}

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.ob img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.txt,
.txt1,
.txt2,
.txt3 {
  text-align: justify;
}

.ls-arrow {
  display: flex;
  justify-content: center;
  gap: 2vw;
}

.ls-arrow .next-arrow,
.ls-arrow .prev-arrow {
  width: 45px;
  height: 45px;
}

.ls-arrow .prev-arrow {
  background: url(../img/shared/arrow_left.png) no-repeat;
  background-size: contain;
}

.ls-arrow .next-arrow {
  background: url(../img/index/arrow_right.png) no-repeat;
  background-size: contain;
}

.slick-slider .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 2.5vw;
  left: 0;
  right: 0;
  bottom: unset;
  z-index: 10;
}

.slick-slider .slick-dots ul {
  display: flex;
  padding: 0;
  list-style: none;
  margin: 0;
}

.slick-slider .slick-dots li {
  margin: 0 3px;
  width: 7px;
  height: 7px;
}

.slick-slider .slick-dots button {
  font-size: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #faf1df;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slick-slider .slick-dots button::before {
  content: none;
}

.slick-slider .slick-dots .slick-active button {
  background-color: #2b0707;
  opacity: 1;
}

@media only screen and (min-width: 1014px) {
  .slick-slider .slick-dots li {
    transition: all 0.3s ease;
  }

  .slick-slider .slick-dots li:not(.slick-active):hover {
    opacity: 0.7;
  }
}

.wrap-loop {
  padding: 3.5vw 0 2.4vw;
  background: #d52a00;
  position: relative;
  z-index: 2;
}

.wrap-loop.st2 {
  background: #2b0707;
}

.wrap-loop .loop-slider {
  display: flex;
}

.wrap-loop .loop-slider p {
  white-space: nowrap;
  padding: 0 2vw;
  line-height: 1.2em;
  font-size: 3.7vw;
  font-weight: bold;
  font-family: var(--jose);
  color: #faf1df;
}

@media only screen and (min-width: 1014px) {
  .wrap-loop {
    padding: 11px 0 9px;
  }

  .wrap-loop .loop-slider p {
    padding: 0 10px;
    font-size: 16px;
  }
}

.ttl-all {
  font-size: 9.8vw;
  font-weight: 900;
  font-family: var(--sans);
  letter-spacing: 0.05em;
  line-height: 1.75em;
  color: #d52a00;
  text-align: center;
}

@media only screen and (min-width: 1014px) {
  .ttl-all {
    font-size: 42px;
  }
}

.en-all {
  font-size: 21.6vw;
  font-weight: bold;
  font-family: var(--jose);
  color: #d52a00;
  line-height: 1.25em;
  letter-spacing: 0.05em;
  text-align: center;
}

@media only screen and (min-width: 1014px) {
  .en-all {
    font-size: 148px;
  }
}

.tit-cir {
  text-align: center;
  margin-bottom: 2.7vw;
}

.tit-cir .circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  --sz: 18.2vw;
  width: var(--sz);
  height: var(--sz);
  border-radius: 100%;
  border: 2px solid #2b0707;
  color: #2b0707;
  background: #fff;
  font-family: var(--jose);
  font-weight: 500;
  font-size: 3.3vw;
  letter-spacing: 0.05em;
  line-height: 2em;
  padding-bottom: 2vw;
  box-sizing: border-box;
  position: relative;
}

.tit-cir .circle::before {
  content: "";
  position: absolute;
  background: url(../img/index/traditional_txt.png) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 152/46;
  width: 20.3vw;
  height: auto;
  top: -3.5vw;
  left: 50%;
  transform: translateX(-50%);
}

.tit-cir .circle .number {
  font-size: 300%;
}

.tit-cir .ttl {
  font-weight: 900;
  font-family: var(--sans);
  font-size: 12.1vw;
  letter-spacing: 0.2em;
  color: #2b0707;
  line-height: 1.4em;
}

.tit-cir .ttl-en {
  color: #d52a00;
  font-family: var(--jose);
  font-weight: 500;
  font-size: 5.6vw;
  letter-spacing: 0.05em;
  line-height: 1.4em;
}

@media only screen and (min-width: 1014px) {
  .tit-cir {
    margin-bottom: 12px;
  }

  .tit-cir .circle {
    --sz: 77px;
    border-width: 3px;
    font-size: 14px;
    line-height: 2em;
    padding-bottom: 9px;
  }

  .tit-cir .circle::before {
    width: 88px;
    top: -16px;
  }

  .tit-cir .circle .number {
    font-size: 300%;
  }

  .tit-cir .ttl {
    font-size: 52px;
    line-height: 1.4em;
  }

  .tit-cir .ttl-en {
    font-size: 24px;
    line-height: 1.4em;
  }
}

.en-bg .cir {
  font-family: var(--jose);
  font-weight: 500;
  font-size: 6.8vw;
  color: #faf1df;
  line-height: 1em;
  letter-spacing: 0.44em;
  position: relative;
}

.en-bg .cir::before {
  content: "";
  position: absolute;
  top: 35%;
  left: 29%;
  background: #d52a00;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  --sz: 10.2vw;
  width: var(--sz);
  height: var(--sz);
  z-index: -1;
  box-sizing: border-box;
}

@media only screen and (min-width: 1014px) {
  .en-bg .cir {
    font-size: 29px;
  }

  .en-bg .cir::before {
    top: 36%;
    left: 32%;
    --sz: 43px;
  }
}

.ttl-bubble {
  font-size: 5.6vw;
  font-weight: 900;
  font-family: var(--sans);
  color: #2b0707;
  letter-spacing: 0.05em;
  line-height: 1.75em;
  margin-bottom: 6.1vw;
}

.ttl-bubble .line {
  position: relative;
}

.ttl-bubble .line::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  height: 1px;
  border: 2px solid #d52a00;
  border-left: none;
  border-right: none;
}

@media only screen and (min-width: 1014px) {
  .ttl-bubble {
    font-size: 24px;
    line-height: 1.75em;
    margin-bottom: 19px;
  }

  .ttl-bubble .line::before {
    bottom: -6px;
    height: 1px;
  }
}

.btn-all a {
  width: 262px;
  height: 44px;
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 15px;
  font-family: var(--sans);
  font-weight: bold;
  color: #d52a00;
  border: 2px solid #d52a00;
  border-radius: 20px;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 14px;
}

.btn-all a::before {
  content: "";
  position: absolute;
  background: url(../img/shared/icon_arrow_r.png) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 1/1;
  width: 11px;
  height: auto;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: flex;
  align-items: center;
  right: 15px;
}

.btn-all.st2 a {
  border-color: #fff;
  background: #000;
  color: #fff;
}

.btn-all.st2 a::before {
  background-image: url(../img/shared/icon_arrow_w.png);
}

@media only screen and (min-width: 1014px) {
  .btn-all a {
    width: 346px;
    height: 57px;
    font-size: 20px;
    border-radius: 27px;
    transition: all 0.3s ease;
  }

  .btn-all a::before {
    right: 20px;
  }

  .btn-all a:hover {
    transform: rotate(-10deg);
  }
}

@media screen and (min-width: 1014px) and (max-width: 1260px) {
  #key-box .deco.deco1 {
    left: -100px;
  }

  #key-box .deco.deco2 {
    left: -40px;
  }

  #key-box .deco.deco3 {
    right: -92px;
  }

  #key-box .deco.deco4 {
    right: -130px;
  }

  .en-all {
    font-size: 120px;
  }
}

@keyframes poyopoyo {

  0%,
  40%,
  60%,
  80% {
    transform: scale(1);
  }

  50%,
  70% {
    transform: scale(0.95);
  }
}

@keyframes poyoyon3 {

  0%,
  40% {
    transform: skew(0deg, 0deg);
  }

  5% {
    transform: skew(5deg, 5deg);
  }

  10% {
    transform: skew(-4deg, -4deg);
  }

  15% {
    transform: skew(3deg, 3deg);
  }

  20% {
    transform: skew(-2deg, -2deg);
  }

  25% {
    transform: skew(1deg, 1deg);
  }

  30% {
    transform: skew(-0.6deg, -0.6deg);
  }

  35% {
    transform: skew(0.3deg, 0.3deg);
  }
}

.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
}

.poyoyon3 {
  animation: poyoyon3 2.5s infinite;
}

.ani-line {
  overflow: clip;
  display: inline-block;
}

.ani-line * {
  display: inline-block;
}

.ani-line .linefadeInUp {
  transition: all 1.5s;
  opacity: 1;
  transform: translateY(130%);
}

@media only screen and (min-width: 1014px) {
  .ani-line.ani-line-sp .linefadeInUp {
    transition-delay: 0.5s;
  }
}

.ani-line .animated.linefadeInUp {
  transform: translateY(0%);
  opacity: 1;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    -webkit-transition: none !important;
    animation: unset !important;
    transition: none !important;
  }
}