@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

@media (max-width: 767px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
.fadein {
  opacity: 0;
}
.fadein.scrollin {
  opacity: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active {
  opacity: 0.8;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

@media (max-width: 767px) {
  .ta_center_sp {
    text-align: center !important;
  }
}

.fw500 {
  font-weight: 500;
}

html {
  font-size: 0.625rem;
}
@media (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

#wrapper {
  min-width: 1200px;
}
@media (max-width: 767px) {
  #wrapper {
    min-width: 100%;
  }
}

#loader-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #000;
  z-index: 1000;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#loader-bg #loader {
  width: 40%;
  text-align: center;
}
@media (max-width: 767px) {
  #loader-bg #loader {
    width: 80%;
  }
}
#loader-bg .loading_item {
  width: 100%;
}

#content {
  margin-top: 65px;
  position: relative;
  /* opacity: 0; */
}
@media (max-width: 767px) {
  #content {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1290px) and (min-width: 768px) {
  #content {
    margin-top: 105px;
  }
}

#header h1 {
  line-height: 1;
}

.header_right {
  width: auto;
}

@media (max-width: 1290px) {
  .menu-trigger {
    position: relative;
    width: 28px;
    height: 24px;
    cursor: pointer;
  }
}
@media screen and (max-width: 1290px) and (min-width: 768px) {
  .menu-trigger {
    display: none;
  }
}

.lightboxOverlay {
  position: fixed;
  height: 100%;
}

#full_screen {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 200;
}
#full_screen iframe {
  width: 100%;
  height: 100%;
  border: none;
}
#full_screen #close_btn {
  color: #ffffff;
  opacity: 0.3;
  text-shadow: 0 0 10px #000000;
  font-size: 100px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 10;
  font-family: "Cabin", sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 100%;
}

.frontale #mv {
  position: relative;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  top: 65px;
  height: 100%;
  background: #000;
  min-width: 1200px;
}
@media screen and (max-width: 1290px) and (min-width: 768px) {
  .frontale #mv {
    top: 105px;
  }
}
@media (max-width: 767px) {
  .frontale #mv {
    min-width: 100%;
  }
}
.frontale #mv::after {
  content: "";
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.frontale #mv .main_img {
  height: calc(100vh - 65px);
  -webkit-transform: translate3d(0, 0, 0) scale(1.1);
          transform: translate3d(0, 0, 0) scale(1.1);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.8s;
  transition: opacity 0.4s, -webkit-transform 0.8s;
  transition: transform 0.8s, opacity 0.4s;
  transition: transform 0.8s, opacity 0.4s, -webkit-transform 0.8s;
}
@media screen and (max-width: 1290px) and (min-width: 768px) {
  .frontale #mv .main_img {
    height: calc(100vh - 105px);
  }
}
@media (max-width: 767px) {
  .frontale #mv .main_img {
    height: calc(100dvh - 65px);
  }
}
.frontale #mv .main_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .frontale #mv .main_img img {
    -o-object-position: top;
       object-position: top;
  }
}
.frontale #mv .main_img.js_active {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}
.frontale #mv img {
  width: 100%;
}
.frontale #mv video {
  width: 100%;
  min-width: 1200px;
}
@media (max-width: 767px) {
  .frontale #mv video {
    min-width: 100%;
  }
}
.frontale #mv .mv_ttl_01 {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: clamp(40rem, 64rem, 33.3333333333vw);
}
@media (max-width: 767px) {
  .frontale #mv .mv_ttl_01 {
    width: 84%;
    top: 0.5rem;
    left: 0.5rem;
  }
}
.frontale #mv .mv_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-right: clamp(5.5625rem, 8.9rem, 4.6354166667vw);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .frontale #mv .mv_ttl {
    padding-right: 0;
  }
}
.frontale #mv .mv_ttl_02 {
  width: clamp(83.9375rem, 134.3rem, 69.9479166667vw);
}
@media (max-width: 767px) {
  .frontale #mv .mv_ttl_02 {
    width: 36.5rem;
    position: absolute;
    left: 0.5rem;
    bottom: 0.5rem;
  }
}
.frontale #mv .mv_ttl_03 {
  width: clamp(21.4375rem, 34.3rem, 17.8645833333vw);
}
@media (max-width: 767px) {
  .frontale #mv .mv_ttl_03 {
    width: 12.8rem;
    right: 1rem;
    position: absolute;
    bottom: 1.2rem;
  }
}
.frontale #mv .mv_ttl_03 > span {
  display: block;
}
.frontale #mv .mv_ttl_03_01 {
  margin-bottom: clamp(1.5625rem, 2.5rem, 1.3020833333vw);
}
@media (max-width: 767px) {
  .frontale #mv .mv_ttl_03_01 {
    margin-bottom: 0.8rem;
  }
}
.frontale section h2 {
  padding: 1.5rem 0 2rem;
}
.frontale section h2::before {
  content: "";
  width: 5.9rem;
  height: 10.1rem;
  background: url(../images/frontale/ttl_deco_fire.webp) no-repeat top left/100% auto;
  display: inline-block;
  mix-blend-mode: screen;
  vertical-align: text-top;
  margin-left: -5.9rem;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform: translate3d(0, 1rem, 0) scale(0.6);
          transform: translate3d(0, 1rem, 0) scale(0.6);
}
@media (max-width: 767px) {
  .frontale section h2::before {
    width: 2.8rem;
    height: 4.7rem;
    margin-right: 0.8rem;
    margin-left: -2.8rem;
  }
}
.frontale section h2.active::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}
.frontale section h2 span {
  vertical-align: bottom;
}
.frontale .aqua_bg {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 65px;
  left: 0;
  position: sticky;
  top: 0;
  left: 0;
  margin: 100vh auto -100vh;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
@media screen and (max-width: 1290px) and (min-width: 768px) {
  .frontale .aqua_bg {
    top: 105px;
  }
}
.frontale .aqua_bg::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/frontale/PC_bg_01.webp) no-repeat top left/cover;
  display: block;
}
.frontale .aqua_bg.active {
  opacity: 1;
}
.frontale .aqua_bg_02 {
  margin: 0 auto -100vh;
}
.frontale #message {
  padding: 5.6rem 0 3rem;
}
.frontale #message .inner ul {
  display: table;
  margin: 0 auto;
}
.frontale #message .inner ul li {
  margin-bottom: 1.8rem;
}
@media (max-width: 767px) {
  .frontale #message .inner ul li {
    margin-bottom: 1.4rem;
  }
}
.frontale #message .inner ul li img {
  width: 100%;
}
.frontale #message .inner ul li.message_li_01 {
  width: 52.2rem;
}
@media (max-width: 767px) {
  .frontale #message .inner ul li.message_li_01 {
    width: 14.75rem;
  }
}
.frontale #message .inner ul li.message_li_02 {
  width: 40.3rem;
}
@media (max-width: 767px) {
  .frontale #message .inner ul li.message_li_02 {
    width: 20.65rem;
  }
}
.frontale #message .inner ul li.message_li_03 {
  width: 42rem;
}
@media (max-width: 767px) {
  .frontale #message .inner ul li.message_li_03 {
    width: 28rem;
  }
}
.frontale #message .inner ul li.message_li_04 {
  width: 76rem;
}
@media (max-width: 767px) {
  .frontale #message .inner ul li.message_li_04 {
    width: 28.7rem;
  }
}
.frontale #message .inner ul li.message_li_05 {
  width: 23.5rem;
}
@media (max-width: 767px) {
  .frontale #message .inner ul li.message_li_05 {
    width: 31.05rem;
  }
}
.frontale #message .inner ul li.message_li_06 {
  width: 46rem;
  margin-bottom: 3.8rem;
}
@media (max-width: 767px) {
  .frontale #message .inner ul li.message_li_06 {
    width: 19rem;
    margin-bottom: 1rem;
  }
}
.frontale #message .inner ul li.message_li_07 {
  width: 77.8rem;
  margin-bottom: 2.4rem;
  position: relative;
}
.frontale #message .inner ul li.message_li_07 .js_messagemask::before {
  content: "";
  width: 31rem;
  height: 50rem;
  background: url(../images/frontale/fire_bg_item.webp) no-repeat top left/100% auto;
  position: absolute;
  top: -30%;
  right: -32rem;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  mix-blend-mode: screen;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
@media (max-width: 767px) {
  .frontale #message .inner ul li.message_li_07 .js_messagemask::before {
    width: 15.7rem;
    height: 24.85rem;
    top: 12rem;
    right: -26rem;
  }
}
.frontale #message .inner ul li.message_li_07 .js_messagemask.active02::before {
  opacity: 1;
}
@media (max-width: 767px) {
  .frontale #message .inner ul li.message_li_07 {
    width: 16.1rem;
    margin-bottom: 1.4rem;
  }
}
.frontale #message .inner ul li.message_li_08 {
  width: 34.5rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .frontale #message .inner ul li.message_li_08 {
    width: 31.75rem;
    margin: 0 0 2.8rem;
  }
}
@media (max-width: 767px) {
  .frontale #message .inner ul li.message_li_09 {
    width: 32.8rem;
    margin-bottom: 4.9rem;
  }
}
@media (max-width: 767px) {
  .frontale #message .inner ul li.message_li_10 {
    width: 19.3rem;
    margin: 0 auto;
  }
}
.frontale #news {
  background: url(../images/frontale/PC_bg_02.webp) no-repeat top left/cover;
  padding-bottom: 9rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .frontale #news {
    padding-bottom: 4rem;
  }
}
.frontale #news::after {
  content: "";
  width: clamp(118.75rem, 190rem, 98.9583333333vw);
  height: clamp(17.1875rem, 27.5rem, 14.3229166667vw);
  background: url(../images/frontale/news_bgttl_01.svg) no-repeat top left/100% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
@media (max-width: 767px) {
  .frontale #news::after {
    display: none;
  }
}
.frontale #news h2 {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .frontale #news h2 img {
    width: 7.5rem;
  }
}
.frontale #news .inner {
  position: relative;
  z-index: 1;
}
.frontale #news .inner .frontale__news__list {
  display: table;
  margin: 0 auto;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  width: 78.3rem;
}
@media (max-width: 767px) {
  .frontale #news .inner .frontale__news__list {
    width: 23.75rem;
  }
}
.frontale #news .inner .frontale__news__list dl {
  color: #fff;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  text-align: left;
}
@media (max-width: 767px) {
  .frontale #news .inner .frontale__news__list dl {
    font-size: 1.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.4rem;
  }
}
.frontale #news .inner .frontale__news__list dl:not(:last-of-type) {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .frontale #news .inner .frontale__news__list dl:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
.frontale #news .inner .frontale__news__list dl dt {
  width: 12rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .frontale #news .inner .frontale__news__list dl dt {
    width: 8rem;
    line-height: 1;
  }
}
.frontale #news .inner .frontale__news__list dl dd a {
  color: #fff;
  text-decoration: underline;
}
.frontale .tate_slider {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 11rem;
  background-image: url(../images/frontale/bg_txt_01_pc.svg);
  background-size: auto 84rem;
  height: 100%;
  background-repeat: repeat-y;
  -webkit-animation: tate_slider_anim 12s infinite linear;
          animation: tate_slider_anim 12s infinite linear;
}
@media (max-width: 767px) {
  .frontale .tate_slider {
    width: 100%;
    height: 5.4rem;
    background-image: url(../images/frontale/bg_txt_01_sp.svg);
    background-repeat: repeat-x;
    background-size: 41rem auto;
    -webkit-animation: yoko_slider_anim 10s infinite linear;
            animation: yoko_slider_anim 10s infinite linear;
    top: auto;
    bottom: 0;
  }
  .frontale .tate_slider.pc_only {
    display: none;
  }
}
@-webkit-keyframes tate_slider_anim {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -84rem;
  }
}
@keyframes tate_slider_anim {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -84rem;
  }
}
@-webkit-keyframes yoko_slider_anim {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 41rem 0;
  }
}
@keyframes yoko_slider_anim {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 41rem 0;
  }
}
.frontale .fire_aqua_bg {
  position: relative;
}
.frontale #movie {
  padding-bottom: 8.9rem;
}
@media (max-width: 767px) {
  .frontale #movie {
    padding-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .frontale #movie h2 {
    margin-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .frontale #movie h2 img {
    width: 8rem;
  }
}
.frontale #movie .inner {
  width: clamp(88.75rem, 142rem, 73.9583333333vw);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .frontale #movie .inner {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .frontale #item h2 img {
    width: 6.2rem;
  }
}
.frontale #item .inner {
  max-width: 121rem;
  width: 90%;
  margin: 0 auto;
  padding: 7.2rem 0 12.2rem;
  color: #fff;
}
@media (max-width: 767px) {
  .frontale #item .inner {
    width: 28.5rem;
    padding: 3.6rem 0 5rem;
  }
}
.frontale #item .inner .item_txt_01 {
  width: clamp(80%, 120.7rem, 62.8645833333vw);
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .frontale #item .inner .item_txt_01 {
    width: 100%;
  }
}
.frontale #item .inner .item_contents_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: clamp(80%, 120.7rem, 62.8645833333vw);
  margin: 3rem auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .frontale #item .inner .item_contents_block {
    width: 26.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    margin-top: 2.4rem;
  }
}
.frontale #item .inner .item_contents_block dl {
  text-align: left;
  margin-top: 2rem;
}
.frontale #item .inner .item_contents_block dl dt {
  font-size: 2.4rem;
  line-height: 1.4;
  border-left: 0.7rem #fff solid;
  padding-left: 2.4rem;
  font-weight: bold;
  margin-top: 3rem;
}
.frontale #item .inner .item_contents_block dl dt:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .frontale #item .inner .item_contents_block dl dt {
    font-size: 1.8rem;
    border-left: 0.4rem #fff solid;
    padding-left: 1.4rem;
  }
}
.frontale #item .inner .item_contents_block dl dd {
  font-size: 1.2rem;
  margin-top: 2rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.frontale #item .inner .item_contents_block dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 51rem;
}
@media (max-width: 767px) {
  .frontale #item .inner .item_contents_block dl dd ul {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .frontale #item .inner .item_contents_block dl dd {
    font-size: 1rem;
  }
}
.frontale #item .inner .item_contents_block .item_img_01 {
  width: clamp(14.375rem, 23rem, 11.9791666667vw);
  position: relative;
}
.frontale #item .inner .item_contents_block .item_img_01.item_img_02 {
  width: clamp(21.6875rem, 34.7rem, 18.0729166667vw);
}
@media (max-width: 767px) {
  .frontale #item .inner .item_contents_block .item_img_01.item_img_02 {
    margin-top: 3rem;
  }
}
.frontale #item .inner .item_contents_block .item_img_01::after {
  content: "";
  width: clamp(37.5rem, 60rem, 31.25vw);
  height: clamp(53.125rem, 85rem, 44.2708333333vw);
  background: url(../images/frontale/fire_bg_item.webp) no-repeat top left/100% auto;
  position: absolute;
  left: 43%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  mix-blend-mode: screen;
  bottom: -6rem;
}
@media (max-width: 767px) {
  .frontale #item .inner .item_contents_block .item_img_01::after {
    width: 25.8rem;
    height: 37.35rem;
    bottom: -6rem;
  }
}
@media (max-width: 767px) {
  .frontale #item .inner .item_contents_block .item_img_01 {
    width: 23.9rem;
    margin: 0 auto 1rem;
  }
}
.frontale #item .inner .item_contents_block .item_img_01 img {
  width: 100%;
  z-index: 1;
  position: relative;
}
.frontale #item .inner .item_contents_block .item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.5rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.frontale #item .inner > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 92rem;
  z-index: 1;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .frontale #item .inner > ul {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    margin-top: 4rem;
  }
}
.frontale #item .inner > ul li:first-of-type {
  font-size: 4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .frontale #item .inner > ul li:first-of-type {
    font-size: 2.5rem;
  }
}
.frontale #item .inner > ul li:last-of-type {
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: 2rem;
}
.frontale #item .inner > ul li:last-of-type a {
  color: #fff;
  border-bottom: solid 0.3rem #fff;
  padding-bottom: 0.3rem;
}
.frontale #item .inner > ul li:last-of-type a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .frontale #item .inner > ul li:last-of-type a {
    border-bottom: 0.2rem #fff solid;
  }
}
@media (max-width: 767px) {
  .frontale #item .inner > ul li:last-of-type {
    font-size: 1.15rem;
    text-align: left;
    border-bottom: none;
    margin-left: 0;
    letter-spacing: -0.03em;
  }
}
@media (max-width: 767px) {
  .frontale #item .inner .item_logo {
    width: 14.8rem;
    margin: 1.8rem auto 0;
  }
}
.frontale #item .inner .item_btn {
  z-index: 1;
  position: relative;
}
.frontale #item .inner .item_btn:last-of-type a {
  margin-bottom: 1.5rem;
}
.frontale #item .inner .item_btn a {
  color: #fff;
  font-size: 1.6rem;
  border: solid 2px #fff;
  font-weight: bold;
  padding: 1.4rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
  width: 90%;
  margin: 2rem auto 3rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .frontale #item .inner .item_btn a {
    font-size: 1.3rem;
    padding: 1rem;
    width: 100%;
    margin: 2rem auto 5rem;
  }
}
.frontale #item .inner .item_btn a:hover {
  text-decoration: none;
  background-color: rgb(255, 255, 255);
  color: #0082d6;
}
.frontale #shop {
  background: url(../images/frontale/PC_bg_02.webp) no-repeat top left/cover;
  padding-bottom: 5rem;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .frontale #shop h2 img {
    width: 6.2rem;
  }
}
.frontale #shop .inner {
  margin-top: 5rem;
  color: #fff;
}
@media (max-width: 767px) {
  .frontale #shop .inner {
    margin-top: 2.4rem;
  }
}
.frontale #shop .inner p {
  font-size: 1.6rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .frontale #shop .inner p {
    font-size: 1rem;
    text-align: left;
    width: 30rem;
    margin: 0.8rem auto 0;
    line-height: 1.6;
  }
}
.frontale #shop .inner dl {
  border: solid 0.4rem #fff;
  width: 69.5rem;
  margin: 0 auto;
  font-weight: bold;
  font-size: 2.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .frontale #shop .inner dl {
    width: 30rem;
    font-size: 1.4rem;
    border: solid 0.2rem #fff;
    letter-spacing: -0.03em;
  }
}
.frontale #shop .inner dl dt {
  border-bottom: solid 0.3rem #fff;
}
@media (max-width: 767px) {
  .frontale #shop .inner dl dt {
    border-bottom: solid 0.15rem #fff;
  }
}
.frontale #shop .inner dl dd a {
  color: #fff;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0;
}
.frontale #shop .inner dl dd a::before {
  content: "";
  width: 5.8rem;
  height: 2.7rem;
  background: url(../images/frontale/shop_arrow_icon.svg) no-repeat top left/100% auto;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 0.4rem;
}
@media (max-width: 767px) {
  .frontale #shop .inner dl dd a::before {
    width: 2.9rem;
    height: 1.35rem;
  }
}
.frontale .column02 {
  position: relative;
}
.frontale #special {
  position: relative;
  width: clamp(99.5rem, 159.2rem, 82.9166666667vw);
  margin: 0 auto 6rem;
}
@media (max-width: 767px) {
  .frontale #special {
    width: 30.85rem;
    margin-bottom: 2rem;
  }
}
.frontale #special h2 {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .frontale #special h2 {
    margin-bottom: 2rem;
    padding-bottom: 0;
  }
  .frontale #special h2 span {
    width: 24.3rem;
  }
}
.frontale #special h3 {
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .frontale #special h3 {
    margin-bottom: 3rem;
  }
}
.frontale #special h4 {
  margin-bottom: 2.8rem;
}
.frontale #special h4 img {
  max-width: 100%;
}
.frontale #special h5 {
  margin-bottom: 2.8rem;
}
@media (max-width: 767px) {
  .frontale #special h5 {
    margin-bottom: 1.8rem;
  }
}
.frontale #special .special_flow_list, .frontale #special .special_prize_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(2.5rem, 4rem, 2.0833333333vw);
}
@media (max-width: 767px) {
  .frontale #special .special_flow_list, .frontale #special .special_prize_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.frontale #special .special_flow_list img, .frontale #special .special_prize_list img {
  width: 100%;
}
@media (max-width: 767px) {
  .frontale #special .special_flow_list {
    width: 28rem;
    margin: 0 auto;
  }
}
.frontale #special .special_flow_list li {
  width: clamp(29.6875rem, 47.5rem, 24.7395833333vw);
  position: relative;
}
@media (max-width: 767px) {
  .frontale #special .special_flow_list li {
    width: 100%;
  }
}
.frontale #special .special_flow_list li::after {
  content: "";
  background: url(../images/frontale/special_arrow_icon_pc.svg) no-repeat top left/100% auto;
  position: absolute;
  width: clamp(2.0625rem, 3.3rem, 1.71875vw);
  height: clamp(2.9375rem, 4.7rem, 2.4479166667vw);
  right: -8%;
  top: 54%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .frontale #special .special_flow_list li::after {
    width: 3.8rem;
    height: 1.75rem;
    top: auto;
    bottom: -2.7rem;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    background: url(../images/frontale/special_arrow_icon_sp.svg) no-repeat top left/100% auto;
  }
}
.frontale #special .special_flow_list li:last-of-type::after {
  display: none;
}
.frontale #special .special_prize_list {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 767px) {
  .frontale #special .special_prize_list {
    width: 26.5rem;
    margin: 0 auto;
  }
}
.frontale #special .special_prize_list li {
  width: clamp(39.3125rem, 62.9rem, 32.7604166667vw);
  position: relative;
}
@media (max-width: 767px) {
  .frontale #special .special_prize_list li {
    width: 100%;
  }
}
.frontale #special .special_prize_list li .copy {
  position: absolute;
  bottom: calc(-1.4em - 1.7rem);
  right: 0;
  color: #fff;
  font-weight: bold;
  font-size: clamp(0.75rem, 1.2rem, 0.625vw);
  line-height: 1;
}
@media (max-width: 767px) {
  .frontale #special .special_prize_list li .copy {
    font-size: 1rem;
    bottom: -2em;
  }
}
.frontale #special .special_prize_list li .copy span {
  font-size: clamp(1.25rem, 2rem, 1.0416666667vw);
  vertical-align: sub;
}
@media (max-width: 767px) {
  .frontale #special .special_prize_list li .copy span {
    font-size: 1.7rem;
  }
}
.frontale #special .special_txt {
  color: #fff;
  font-size: clamp(1.625rem, 2.6rem, 1.3541666667vw);
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  display: table;
  margin: 0 auto;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.frontale #special .special_txt .special_deco {
  position: absolute;
  right: clamp(-5.5rem, -8.8rem, -4.5833333333vw);
  bottom: clamp(-1.25rem, -2rem, -1.0416666667vw);
  width: clamp(8.625rem, 13.8rem, 7.1875vw);
}
@media (max-width: 767px) {
  .frontale #special .special_txt .special_deco {
    width: 6.9rem;
    right: -1.5rem;
    bottom: -4rem;
  }
}
@media (max-width: 767px) {
  .frontale #special .special_txt {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}
.frontale #special .special_txt span {
  font-size: clamp(2.4375rem, 3.9rem, 2.03125vw);
  display: block;
  margin-bottom: -0.6em;
}
@media (max-width: 767px) {
  .frontale #special .special_txt span {
    font-size: 1.8rem;
    margin-bottom: -1.6rem;
  }
}
.frontale #special p.attention {
  font-weight: 500;
  font-size: clamp(0.875rem, 1.4rem, 0.7291666667vw);
  color: #283256;
  line-height: 1.4;
  margin: 1.6rem auto 5rem;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .frontale #special p.attention {
    margin: 2.6rem auto 4rem;
    width: 100%;
    text-align: left;
    font-size: 1.1rem;
  }
}
.frontale #special .outline_ttl {
  font-size: 3.2rem;
  font-weight: bold;
  color: #283256;
  margin-bottom: 2rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .frontale #special .outline_ttl {
    font-size: 2.25rem;
  }
}
.frontale #special .outline_ttl::after, .frontale #special .outline_ttl::before {
  content: "";
  width: 12rem;
  height: 0.2rem;
  background-color: #283256;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5rem;
}
@media (max-width: 767px) {
  .frontale #special .outline_ttl::after, .frontale #special .outline_ttl::before {
    width: 10rem;
  }
}
@media (max-width: 767px) {
  .frontale #special .outline_ttl::after {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .frontale #special .outline_ttl::before {
    margin-left: 0;
  }
}
.frontale #special .outline_box {
  background-color: #e5e5e5;
  color: #283256;
  padding: 1rem 4rem;
  width: 85.4rem;
  margin: 0 auto 3rem;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 34rem;
  overflow: scroll;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.8;
}
@media (max-width: 767px) {
  .frontale #special .outline_box {
    width: 100%;
    padding: 1rem;
    margin-bottom: 2rem;
    height: 28rem;
  }
}
.frontale #special .outline_box .outline_box_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #283256;
}
@media (max-width: 767px) {
  .frontale #special .outline_box .outline_box_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.frontale #special .outline_box .outline_box_flex dl {
  width: 50%;
  border-bottom: none;
}
@media (max-width: 767px) {
  .frontale #special .outline_box .outline_box_flex dl {
    width: 100%;
    border-bottom: solid 1px #283256;
  }
}
.frontale #special .outline_box .outline_box_flex dl dd {
  width: auto;
}
.frontale #special .outline_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  border-bottom: solid 1px #283256;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .frontale #special .outline_box dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.frontale #special .outline_box dl:last-of-type {
  border-bottom: none;
}
.frontale #special .outline_box dl dt {
  width: 18rem;
  padding: 2rem 2.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
}
@media (max-width: 767px) {
  .frontale #special .outline_box dl dt {
    width: 100%;
    padding: 2rem 0 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.4rem;
    line-height: 1;
  }
}
.frontale #special .outline_box dl dd {
  text-align: left;
  padding: 2rem 0;
  width: calc(100% - 18rem);
  word-break: break-all;
}
@media (max-width: 767px) {
  .frontale #special .outline_box dl dd {
    width: 100%;
    padding: 0 0 2rem 0;
  }
}
.frontale #special .outline_box dl dd a {
  text-decoration: underline;
}
.frontale #special .outline_box dl dd .outline_txt_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.frontale #special .outline_box dl dd .outline_txt_flex .sp_only {
  display: none;
}
@media (max-width: 767px) {
  .frontale #special .outline_box dl dd .outline_txt_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .frontale #special .outline_box dl dd .outline_txt_flex .pc_only {
    display: none;
  }
  .frontale #special .outline_box dl dd .outline_txt_flex .sp_only {
    display: inline;
  }
}
.frontale #special .outline_box dl dd .list li {
  text-indent: -0.5em;
  padding-left: 0.5em;
}
.frontale #special .outline_box dl dd .attention {
  margin-top: 0.6rem;
}
.frontale #special .outline_box dl dd .attention li {
  text-indent: -1em;
  padding-left: 1em;
}
.frontale #special .special_map {
  width: 88.2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .frontale #special .special_map {
    width: 111.834%;
    left: 50%;
    position: relative;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.frontale #special .special_map img {
  width: 100%;
}
.frontale #archive {
  padding-bottom: 3.8rem;
  position: relative;
}
@media (max-width: 767px) {
  .frontale #archive {
    padding-bottom: 6.8rem;
  }
}
@media (max-width: 767px) {
  .frontale #archive h2 img {
    width: 12rem;
  }
}
.frontale #archive .inner .frontale__title--sub {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 2.4rem;
  color: #fff;
}
@media (max-width: 767px) {
  .frontale #archive .inner .frontale__title--sub {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.frontale #archive .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 87rem;
  gap: 2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .frontale #archive .inner ul {
    width: 100%;
    gap: 0 1rem;
  }
}
.frontale #archive .inner ul li {
  width: 15.8rem;
}
@media (max-width: 767px) {
  .frontale #archive .inner ul li {
    width: 7.9rem;
    margin-bottom: 1rem;
  }
  .frontale #archive .inner ul li.sp_only {
    margin: 0 7.9rem 0 15.8rem;
    height: 0;
    margin-bottom: 0;
  }
}
.frontale #archive .inner ul li img {
  width: 100%;
}
.frontale .js_fadein {
  opacity: 0;
  -webkit-transform: translate3d(0, 1rem, 0);
          transform: translate3d(0, 1rem, 0);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.frontale .js_fadein.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.frontale .js_fadein.js_fadein_order:first-of-type {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.frontale .js_fadein.js_fadein_order:nth-of-type(2) {
  -webkit-transition: 0.8s 0.3s;
  transition: 0.8s 0.3s;
}
@media (max-width: 767px) {
  .frontale .js_fadein.js_fadein_order:nth-of-type(2) {
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
}
.frontale .js_fadein.js_fadein_order:nth-of-type(3) {
  -webkit-transition: 0.8s 0.6s;
  transition: 0.8s 0.6s;
}
@media (max-width: 767px) {
  .frontale .js_fadein.js_fadein_order:nth-of-type(3) {
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
}
.frontale .js_mask, .frontale .js_topmask, .frontale .js_messagemask, .frontale .archive_list li {
  position: relative;
  display: inline-block;
}
.frontale .js_mask img, .frontale .js_topmask img, .frontale .js_messagemask img, .frontale .archive_list li img {
  opacity: 0;
  -webkit-transition: 0.1s 0.8s;
  transition: 0.1s 0.8s;
}
.frontale .js_mask::after, .frontale .js_topmask::after, .frontale .js_messagemask::after, .frontale .archive_list li::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
  display: block;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.frontale .js_mask.active img, .frontale .js_topmask.active img, .frontale .js_messagemask.active img, .frontale .archive_list li.active img {
  opacity: 1;
}
.frontale .js_mask.active::after, .frontale .js_topmask.active::after, .frontale .js_messagemask.active::after, .frontale .archive_list li.active::after {
  width: 100%;
}
.frontale .js_mask.active.active02::after, .frontale .js_topmask.active.active02::after, .frontale .js_messagemask.active.active02::after, .frontale .archive_list li.active.active02::after {
  width: 0;
  left: auto;
  right: 0;
}
.frontale .archive_list li.sp_only {
  display: none;
}
.frontale .archive_list li::after {
  content: "";
  width: 100%;
  height: 0;
}
.frontale .archive_list li.active::after {
  height: 100%;
}
.frontale .archive_list li.active.active02::after {
  width: 100%;
  height: 0;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
}/*# sourceMappingURL=frontale.css.map */