/* ---------- reset --------- */
@import url(https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@400;500;700&family=Shippori+Mincho+B1:wght@400;500;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap);
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

div, p, table, tbody, thead, th, tr, td, form, fieldset, input, textarea, blockquote, header, footer, nav, article, section, dl, dt, dd, ul, ol, li {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  line-height: 1.0;
  font-style: normal;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

body {
  line-height: 1;
}

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

caption, th {
  text-align: left;
}

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

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

fieldset, img {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

button, textarea, select, input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
  background: transparent;
}

header, footer, section, main, p, div, ul, li, span, a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

strong {
  font-weight: 500;
}

/* ---------- Base --------- */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ---------- font --------- */
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: 'Cormorant Infant','Shippori Mincho B1', serif;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: 500;
  color: #FFF;
  -webkit-font-feature-settings: 'palt', auto;
  font-feature-settings: 'palt', auto;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  font-display: swap;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  color: #242424;
  position: relative;
  min-width: 1280px;
}

img.iep {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.sp {
  display: none !important;
}

a {
  color: #242424;
  text-decoration: none;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}
a:active {
  color: #000;
}
a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
a:focus {
  outline: none;
}
a.nolink {
  pointer-events: none;
}

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

@media screen and (max-width: 767px), print {
  body {
    min-width: 100%;
  }

  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }
}
/* =============================================================

Animation

* ============================================================= */
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-moz-keyframes blockfadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes blockfadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes blockfadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/* =============================================================

Wrapper

* ============================================================= */
.wrap {
  min-width: 1200px;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px), print {
  .wrap {
    min-width: 100%;
  }
}

/* =============================================================

  header

* ============================================================= */
.header h1 {
  position: fixed;
  z-index: 9999;
  top: 55px;
  left: 64px;
}
.header h1 a {
  width: 92px;
  height: 117px;
  display: block;
  background: url(../img/logo2.png) no-repeat 0 0;
  background-size: 100% auto;
  text-indent: -9999px;
}
@media screen and (max-width: 767px), print {
  .header h1 {
    top: 7.3vw;
    left: 6.66vw;
  }
  .header h1 a {
    width: 13.33vw;
    height: 18vw;
  }
}
.header .insta {
  position: fixed;
  z-index: 80;
  bottom: 60px;
  right: 73px;
  z-index: 9999;
  width: 22px;
  height: 212px;
  background: url(../img/insta-txt.svg) no-repeat top center;
  background-size: 13px auto;
  padding: 190px 0 0;
}
.header .insta a {
  width: 22px;
  height: 22px;
  display: block;
  background: url(../img/icon-insta.svg) no-repeat 0 0;
  background-size: 100% auto;
  text-indent: -9999px;
}
@media screen and (max-width: 767px), print {
  .header .insta {
    bottom: 8vw;
    right: 8vw;
    width: 4.3vw;
    height: 41vw;
    background: url(../img/insta-txt.svg) no-repeat top center;
    background-size: 2.4vw auto;
    padding: 36.66vw 0 0;
  }
  .header .insta a {
    width: 4.3vw;
    height: 4.3vw;
  }
}
.header .drawer-hamburger {
  position: fixed;
  top: 60px;
  right: 72px;
  z-index: 80;
}
@media screen and (max-width: 767px), print {
  .header .drawer-hamburger {
    top: 7.3vw;
    right: 6.66vw;
  }
}

.footer {
  background: #648b37;
  color: #f1e31f;
  padding: 70px 0 60px;
  height: 600px;
  width: 100%;
}
@media screen and (max-width: 767px), print {
  .footer {
    padding: 13.33vw 0 11.33vw;
    height: auto;
  }
}
.footer .__inner {
  width: 970px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px), print {
  .footer .__inner {
    width: 100%;
  }
}
.footer .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 322px;
  height: 96px;
  background: url(../img/logo3.svg) no-repeat 0 0;
  background-size: 100% auto;
  text-indent: -9999px;
}
@media screen and (max-width: 767px), print {
  .footer .logo {
    position: static;
    width: 42.66vw;
    height: 12.8vw;
    margin: 0 auto 10vw;
  }
}
.footer .f-link-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
}
@media screen and (max-width: 767px), print {
  .footer .f-link-box {
    position: static;
    width: 100%;
  }
}
.footer .f-link {
  width: 100%;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 767px), print {
  .footer .f-link {
    display: block;
    padding-bottom: 13.33vw;
  }
}
.footer .f-link li:not(:last-child) {
  margin-right: 20px;
}
.footer .f-link li.end a {
  padding-left: 26px;
}
@media screen and (max-width: 767px), print {
  .footer .f-link li.end a {
    padding-left: 0;
  }
}
.footer .f-link li a {
  font-size: 1.8rem;
  line-height: 1.0;
  letter-spacing: 0.05em;
  color: #f1e31f;
}
@media screen and (max-width: 767px), print {
  .footer .f-link li {
    text-align: center;
    margin-bottom: 5.33vw;
  }
  .footer .f-link li:not(:last-child) {
    margin-right: 0;
  }
  .footer .f-link li a {
    font-size: 1.4rem;
  }
}
.footer .f-link.__large {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px), print {
  .footer .f-link.__large {
    display: block;
    padding-bottom: 0;
  }
}
.footer .f-link.__large li {
  margin-bottom: 15px;
  width: 200px;
}
.footer .f-link.__large li:not(:last-child) {
  margin-right: 0;
}
.footer .f-link.__large li a {
  font-size: 2.9rem;
  line-height: 1.0;
}
@media screen and (max-width: 767px), print {
  .footer .f-link.__large li {
    margin-bottom: 5.33vw;
    width: 100%;
  }
  .footer .f-link.__large li a {
    font-size: 2.0rem;
  }
}
.footer .txt {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 350px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px), print {
  .footer .txt {
    position: static;
    width: 100%;
    text-align: center;
  }
}
.footer .address {
  font-size: 1.3rem;
  line-height: 1.6;
  padding-bottom: 20px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px), print {
  .footer .address {
    padding-bottom: 6.66vw;
  }
}
.footer .bag {
  background: url(../img/icon-bag-yw.svg) no-repeat left center;
  background-size: 16px 17px;
  padding-left: 22px;
  font-size: 1.0rem;
  line-height: 17px;
  height: 17px;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px), print {
  .footer .bag {
    background-size: 3.6vw auto;
    padding-left: 5.2vw;
    line-height: 3.8vw;
    height: 3.8vw;
    margin-bottom: 6.66vw;
    display: inline-block;
  }
}
.footer .caution {
  font-size: 1.0rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px), print {
  .footer .caution {
    padding-bottom: 10.66vw;
  }
}
.footer .copy {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.2rem;
  line-height: 1.0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px), print {
  .footer .copy {
    position: static;
    text-align: center;
    font-size: 1.0rem;
  }
}

/* =============================================================

Drawer

* ============================================================= */
.l-header-hamburger {
  display: block;
  width: 83px;
  height: 25px;
  background: url(../img/btn-menu2.png) no-repeat 0 0;
  background-size: 100% auto;
  text-indent: -9999px;
  cursor: pointer;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-header-hamburger:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
@media screen and (max-width: 767px), print {
  .l-header-hamburger {
    width: 10.66vw;
    height: 3.6vw;
  }
}

.__l-drawer {
  display: block;
  width: 100%;
  height: 100dvh;
  min-height: 934px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  background: #FFF url(../img/bk3.jpg) no-repeat bottom center;
  background-size: 100% auto;
  overflow: hidden;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 767px), print {
  .__l-drawer {
    min-height: 100%;
    background: transparent;
  }
}

.is-drawer-open .__l-drawer {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  overflow-y: auto;
}

.__l-video {
  display: block;
  width: 100%;
  height: 100dvh;
  min-height: 934px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.__l-video .__inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 767px), print {
  .__l-video {
    min-height: 100%;
  }
}

.__l-popuop,
.__l-popuop_2023 {
  display: block;
  width: 100%;
  height: 100dvh;
  min-height: 934px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.__l-popuop .__inner,
.__l-popuop_2023 .__inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 767px), print {
  .__l-popuop,
  .__l-popuop_2023 {
    min-height: 100%;
  }
}

.__l-popuop3 {
  display: block;
  width: 100%;
  height: 100dvh;
  min-height: 934px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  background: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.__l-popuop3 .__inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 767px), print {
  .__l-popuop3 {
    min-height: 100%;
  }
}

.__l-popuop3 .wt-box {
  background: #FFF;
  width: 378px;
  height: 490px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 767px), print {
  .__l-popuop3 .wt-box {
    width: 69vw;
    height: 89vw;
  }
}
.__l-popuop3 .wt-box img {
  width: 65%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px), print {
  .__l-popuop3 .wt-box img {
    width: 60%;
  }
}
.__l-popuop3 .yumecan-btn-close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 20px;
  height: 20px;
  background: url(../img/yumecan-pop-close.svg) no-repeat 0 0;
  background-size: 100% auot;
  cursor: pointer;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px), print {
  .__l-popuop3 .yumecan-btn-close {
    top: 4.5vw;
    right: 4.5vw;
    width: 4.5vw;
    height: 4.5vw;
  }
}
.__l-popuop3 .yumecan-btn-close:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.is-video-open .__l-video,
.is-popup-open .__l-popuop,
.is-popup-open2 .__l-popuop2,
.is-popup-open3 .__l-popuop3 {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  overflow-y: auto;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.__l-popuop .p-body {
  width: 705px;
  height: 523px;
  background: url(../img/popup-2025-1-pc.png) no-repeat 0 0;
  background-size: 100% auto;
  position: relative;
}
@media screen and (max-width: 767px), print {
  .__l-popuop .p-body {
    width: 89vw;
    height: 118vw;
    background: url(../img/popup-2025-1-sp.png) no-repeat 0 0;
    background-size: 100% auto;
    margin: 0 auto;
  }
}
.__l-popuop .p-btn-close {
  position: absolute;
  right: 22px;
  top: 25px;
  width: 75px;
  height: 75px;
  z-index: 10;
  background: url(../img/popup-close-btn.png) no-repeat 0 0;
  background-size: 100% auto;
  text-indent: -9999px;
  cursor: pointer;
}
@media screen and (max-width: 767px), print {
  .__l-popuop .p-btn-close {
    right: 5.5vw;
    top: -1.5vw;
    width: 14vw;
    height: 14vw;
  }
}
.__l-popuop .p-btn-video a {
  position: absolute;
  left: 0;
  right: 0;
  top: 178px;
  z-index: 10;
  display: block;
  width: 197px;
  height: 23px;
  background: url(../img/okami-video-btn.svg) no-repeat 0 0;
  background-size: 100% auto;
  text-indent: -9999px;
  margin: 0 auto;
}
@media screen and (max-width: 767px), print {
  .__l-popuop .p-btn-video a {
    top: 36vw;
  }
}
.__l-popuop .p-btn-video a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.__l-popuop .p-icon-insta a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 253px;
  width: 22px;
  height: 22px;
  z-index: 10;
  background: url(../img/popup-insta-icon.svg) no-repeat 0 0;
  background-size: 100% auto;
  text-indent: -9999px;
  cursor: pointer;
  margin: 0 auto auto;
}
@media screen and (max-width: 767px), print {
  .__l-popuop .p-icon-insta a {
    width: 4.6vw;
    height: 4.6vw;
    right: 0;
    left: 0;
    top: 63vw;
    margin: 0 auto;
  }
}
.__l-popuop .p-icon-lineup a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 63px;
  margin: 0 auto;
  width: 232px;
  height: 36px;
  z-index: 10;
  background: url(../img/popup-2025-btn.svg) no-repeat 0 0;
  background-size: 100% auto;
  text-indent: -9999px;
  cursor: pointer;
}
@media screen and (max-width: 767px), print {
  .__l-popuop .p-icon-lineup a {
    width: 40.8vw;
    height: 6.25vw;
    bottom: 15.66vw;
  }
}
.__l-popuop .p-icon-newitem a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 48px;
  margin: 0 auto;
  width: 145px;
  height: 45px;
  z-index: 10;
  background: url(../img/new-item-btn.svg) no-repeat 0 0;
  background-size: 100% auto;
  text-indent: -9999px;
  cursor: pointer;
}
@media screen and (max-width: 767px), print {
  .__l-popuop .p-icon-newitem a {
    width: 23.6vw;
    height: 7.7vw;
    right: 0;
    left: 0;
    bottom: 13vw;
  }
}

.__l-popuop2 {
  display: block;
  width: 143px;
  height: 425px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100000;
  overflow: hidden;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  margin: auto 0;
}
@media screen and (max-width: 767px), print {
  .__l-popuop2 {
    width: 24.26vw;
    height: 64.53vw;
  }
}
.__l-popuop2 .p-body {
  width: 100%;
  height: 100%;
  background: url(../img/popup-2025-2-pc.png) no-repeat 0 0;
  background-size: 100% auto;
  position: relative;
}
@media screen and (max-width: 767px), print {
  .__l-popuop2 .p-body {
    background: url(../img/popup-2025-2-sp.png) no-repeat 0 0;
    background-size: 100% auto;
  }
}
.__l-popuop2 .p-btn-close {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 47px;
  height: 47px;
  z-index: 10;
  background: url(../img/popup-close-btn.png) no-repeat 0 0;
  background-size: 100% auto;
  text-indent: -9999px;
  cursor: pointer;
}
@media screen and (max-width: 767px), print {
  .__l-popuop2 .p-btn-close {
    right: 2vw;
    top: 2.9vw;
    width: 7.8vw;
    height: 7.8vw;
  }
}

.video-wrap-box {
  width: 60vw;
}
.video-wrap-box video {
  width: 100%;
}
@media screen and (max-width: 767px), print {
  .video-wrap-box {
    width: 90vw;
  }
}
.video-wrap-box .video-box {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}
.video-wrap-box .video-box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.btn-video-close {
  position: fixed;
  top: 43px;
  right: 40px;
  z-index: 9999;
  width: 60px;
  height: 14px;
  cursor: pointer;
}
@media screen and (max-width: 767px), print {
  .btn-video-close {
    top: 6vw;
    right: 4vw;
    width: 12vw;
    height: 3vw;
  }
}

.btn-video-close {
  display: none;
}

.is-video-open .btn-video-close {
  display: block;
}

.btn-video-close > p {
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  display: none;
}

.btn-video-close > span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #FFF;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn-video-close > span._top {
  top: 0;
  -moz-animation: hamburger-top 0.75s forwards;
  -webkit-animation: hamburger-top 0.75s forwards;
  animation: hamburger-top 0.75s forwards;
}

.is-video-open .btn-video-close > span._top {
  -moz-animation: active-hamburger-top 0.75s forwards;
  -webkit-animation: active-hamburger-top 0.75s forwards;
  animation: active-hamburger-top 0.75s forwards;
}

.btn-video-close > span._bottom {
  bottom: 0;
  -moz-animation: hamburger-bottom 0.75s forwards;
  -webkit-animation: hamburger-bottom 0.75s forwards;
  animation: hamburger-bottom 0.75s forwards;
}

.is-video-open .btn-video-close > span._bottom {
  -moz-animation: active-hamburger-bottom 0.75s forwards;
  -webkit-animation: active-hamburger-bottom 0.75s forwards;
  animation: active-hamburger-bottom 0.75s forwards;
}

input:-webkit-autofill {
  animation-name: onAutoFillStart;
  -moz-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  -webkit-transition: background-color 5000s ease-in-out;
  -webkit-transition-delay: 0s;
  transition: background-color 5000s ease-in-out 0s;
}

@-moz-keyframes hamburger-top {
  0% {
    top: -1px;
    -webkit-transform: translateY(7px) rotate(30deg);
    transform: translateY(7px) rotate(30deg);
  }
  50% {
    top: -1px;
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    top: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes hamburger-top {
  0% {
    top: -1px;
    -webkit-transform: translateY(7px) rotate(30deg);
    transform: translateY(7px) rotate(30deg);
  }
  50% {
    top: -1px;
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    top: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@keyframes hamburger-top {
  0% {
    top: -1px;
    -webkit-transform: translateY(7px) rotate(30deg);
    transform: translateY(7px) rotate(30deg);
  }
  50% {
    top: -1px;
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    top: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-moz-keyframes hamburger-bottom {
  0% {
    bottom: -1px;
    -webkit-transform: translateY(-7px) rotate(-30deg);
    transform: translateY(-7px) rotate(-30deg);
  }
  50% {
    bottom: -1px;
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    bottom: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes hamburger-bottom {
  0% {
    bottom: -1px;
    -webkit-transform: translateY(-7px) rotate(-30deg);
    transform: translateY(-7px) rotate(-30deg);
  }
  50% {
    bottom: -1px;
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    bottom: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@keyframes hamburger-bottom {
  0% {
    bottom: -1px;
    -webkit-transform: translateY(-7px) rotate(-30deg);
    transform: translateY(-7px) rotate(-30deg);
  }
  50% {
    bottom: -1px;
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    bottom: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-moz-keyframes active-hamburger-top {
  0% {
    top: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    top: -1px;
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    top: -1px;
    -webkit-transform: translateY(7px) rotate(30deg);
    transform: translateY(7px) rotate(30deg);
  }
}
@-webkit-keyframes active-hamburger-top {
  0% {
    top: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    top: -1px;
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    top: -1px;
    -webkit-transform: translateY(7px) rotate(30deg);
    transform: translateY(7px) rotate(30deg);
  }
}
@keyframes active-hamburger-top {
  0% {
    top: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    top: -1px;
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    top: -1px;
    -webkit-transform: translateY(7px) rotate(30deg);
    transform: translateY(7px) rotate(30deg);
  }
}
@-moz-keyframes active-hamburger-bottom {
  0% {
    bottom: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    bottom: -1px;
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    bottom: -1px;
    -webkit-transform: translateY(-7px) rotate(-30deg);
    transform: translateY(-7px) rotate(-30deg);
  }
}
@-webkit-keyframes active-hamburger-bottom {
  0% {
    bottom: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    bottom: -1px;
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    bottom: -1px;
    -webkit-transform: translateY(-7px) rotate(-30deg);
    transform: translateY(-7px) rotate(-30deg);
  }
}
@keyframes active-hamburger-bottom {
  0% {
    bottom: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    bottom: -1px;
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    bottom: -1px;
    -webkit-transform: translateY(-7px) rotate(-30deg);
    transform: translateY(-7px) rotate(-30deg);
  }
}
@media screen and (max-width: 767px), print {
  @-moz-keyframes hamburger-top {
    0% {
      top: -1px;
      -webkit-transform: translateY(1.5vw) rotate(30deg);
      transform: translateY(1.5vw) rotate(30deg);
    }
    50% {
      top: -1px;
      -webkit-transform: translateY(1.5vw) rotate(0);
      transform: translateY(1.5vw) rotate(0);
    }
    100% {
      top: 0;
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
  }
  @-webkit-keyframes hamburger-top {
    0% {
      top: -1px;
      -webkit-transform: translateY(1.5vw) rotate(30deg);
      transform: translateY(1.5vw) rotate(30deg);
    }
    50% {
      top: -1px;
      -webkit-transform: translateY(1.5vw) rotate(0);
      transform: translateY(1.5vw) rotate(0);
    }
    100% {
      top: 0;
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
  }
  @keyframes hamburger-top {
    0% {
      top: -1px;
      -webkit-transform: translateY(1.5vw) rotate(30deg);
      transform: translateY(1.5vw) rotate(30deg);
    }
    50% {
      top: -1px;
      -webkit-transform: translateY(1.5vw) rotate(0);
      transform: translateY(1.5vw) rotate(0);
    }
    100% {
      top: 0;
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
  }
  @-moz-keyframes hamburger-bottom {
    0% {
      bottom: -1px;
      -webkit-transform: translateY(-1.5vw) rotate(-30deg);
      transform: translateY(-1.5vw) rotate(-30deg);
    }
    50% {
      bottom: -1px;
      -webkit-transform: translateY(-1.5vw) rotate(0);
      transform: translateY(-1.5vw) rotate(0);
    }
    100% {
      bottom: 0;
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
  }
  @-webkit-keyframes hamburger-bottom {
    0% {
      bottom: -1px;
      -webkit-transform: translateY(-1.5vw) rotate(-30deg);
      transform: translateY(-1.5vw) rotate(-30deg);
    }
    50% {
      bottom: -1px;
      -webkit-transform: translateY(-1.5vw) rotate(0);
      transform: translateY(-1.5vw) rotate(0);
    }
    100% {
      bottom: 0;
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
  }
  @keyframes hamburger-bottom {
    0% {
      bottom: -1px;
      -webkit-transform: translateY(-1.5vw) rotate(-30deg);
      transform: translateY(-1.5vw) rotate(-30deg);
    }
    50% {
      bottom: -1px;
      -webkit-transform: translateY(-1.5vw) rotate(0);
      transform: translateY(-1.5vw) rotate(0);
    }
    100% {
      bottom: 0;
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
  }
  @-moz-keyframes active-hamburger-top {
    0% {
      top: 0;
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
    50% {
      top: -1px;
      -webkit-transform: translateY(1.5vw) rotate(0);
      transform: translateY(1.5vw) rotate(0);
    }
    100% {
      top: -1px;
      -webkit-transform: translateY(1.5vw) rotate(30deg);
      transform: translateY(1.5vw) rotate(30deg);
    }
  }
  @-webkit-keyframes active-hamburger-top {
    0% {
      top: 0;
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
    50% {
      top: -1px;
      -webkit-transform: translateY(1.5vw) rotate(0);
      transform: translateY(1.5vw) rotate(0);
    }
    100% {
      top: -1px;
      -webkit-transform: translateY(1.5vw) rotate(30deg);
      transform: translateY(1.5vw) rotate(30deg);
    }
  }
  @keyframes active-hamburger-top {
    0% {
      top: 0;
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
    50% {
      top: -1px;
      -webkit-transform: translateY(1.5vw) rotate(0);
      transform: translateY(1.5vw) rotate(0);
    }
    100% {
      top: -1px;
      -webkit-transform: translateY(1.5vw) rotate(30deg);
      transform: translateY(1.5vw) rotate(30deg);
    }
  }
  @-moz-keyframes active-hamburger-bottom {
    0% {
      bottom: 0;
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
    50% {
      bottom: -1px;
      -webkit-transform: translateY(-1.5vw) rotate(0);
      transform: translateY(-1.5vw) rotate(0);
    }
    100% {
      bottom: -1px;
      -webkit-transform: translateY(-1.5vw) rotate(-30deg);
      transform: translateY(-1.5vw) rotate(-30deg);
    }
  }
  @-webkit-keyframes active-hamburger-bottom {
    0% {
      bottom: 0;
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
    50% {
      bottom: -1px;
      -webkit-transform: translateY(-1.5vw) rotate(0);
      transform: translateY(-1.5vw) rotate(0);
    }
    100% {
      bottom: -1px;
      -webkit-transform: translateY(-1.5vw) rotate(-30deg);
      transform: translateY(-1.5vw) rotate(-30deg);
    }
  }
  @keyframes active-hamburger-bottom {
    0% {
      bottom: 0;
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
    50% {
      bottom: -1px;
      -webkit-transform: translateY(-1.5vw) rotate(0);
      transform: translateY(-1.5vw) rotate(0);
    }
    100% {
      bottom: -1px;
      -webkit-transform: translateY(-1.5vw) rotate(-30deg);
      transform: translateY(-1.5vw) rotate(-30deg);
    }
  }
}
.__l-drawer .__inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 767px), print {
  .__l-drawer .__inner {
    padding: 34.66vw 0 60vw;
    height: auto;
    background: #FFF url(../img/bk3-sp.jpg) no-repeat bottom center;
    background-size: 100% auto;
  }
}
.__l-drawer .nav-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 767px), print {
  .__l-drawer .nav-wrap {
    display: block;
  }
}
.__l-drawer .nav-box {
  margin: 0 auto;
}
.__l-drawer .nav-box li {
  margin-bottom: 20px;
}
.__l-drawer .nav-box li a {
  font-size: 1.8rem;
  line-height: 1.0;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px), print {
  .__l-drawer .nav-box {
    width: 100%;
  }
  .__l-drawer .nav-box li {
    width: 100%;
    margin-bottom: 4vw;
  }
  .__l-drawer .nav-box li a {
    font-size: 1.8rem;
    display: block;
    text-align: center;
  }
}
.__l-drawer .nav-box.__large {
  padding-right: 35px;
}
.__l-drawer .nav-box.__large li {
  margin-bottom: 28px;
}
.__l-drawer .nav-box.__large li a {
  font-size: 2.9rem;
  line-height: 1.0;
}
@media screen and (max-width: 767px), print {
  .__l-drawer .nav-box.__large {
    padding-right: 0;
    margin-bottom: 8vw;
  }
  .__l-drawer .nav-box.__large li {
    margin-bottom: 5vw;
  }
  .__l-drawer .nav-box.__large li a {
    font-size: 2.6rem;
  }
}
.__l-drawer .nav-box.__thum {
  padding-left: 0;
}
.__l-drawer .nav-box.__thum li {
  margin-bottom: 35px;
}
.__l-drawer .nav-box.__thum li:not(:last-child) {
  margin-right: 15px;
}
.__l-drawer .nav-box.__thum li a {
  letter-spacing: 0;
  display: block;
  position: relative;
}
.__l-drawer .nav-box.__thum li a .p {
  width: 100%;
  height: 133px;
}
.__l-drawer .nav-box.__thum li a .p img {
  width: auto;
  height: 100%;
  display: block;
  margin: 0 auto;
}
.__l-drawer .nav-box.__thum li a .t {
  width: 103px;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.__l-drawer .nav-box.__thum li a .t img {
  width: 100%;
  height: auto;
  display: block;
}
.__l-drawer .nav-box.__thum li a p {
  padding: 20px 0 0;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.__l-drawer .nav-box.__thum li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
@media screen and (max-width: 767px), print {
  .__l-drawer .nav-box.__thum {
    padding: 0 9.33vw;
  }
  .__l-drawer .nav-box.__thum li {
    margin-bottom: 8.66vw;
    width: 50%;
  }
  .__l-drawer .nav-box.__thum li:not(:last-child) {
    margin-right: 0;
  }
  .__l-drawer .nav-box.__thum li:nth-child(3), .__l-drawer .nav-box.__thum li:nth-child(5), .__l-drawer .nav-box.__thum li:nth-child(6) {
    width: 50%;
  }
  .__l-drawer .nav-box.__thum li a {
    text-align: center;
  }
  .__l-drawer .nav-box.__thum li a .p {
    height: 24vw;
  }
  .__l-drawer .nav-box.__thum li a p {
    padding: 2vw 0 0;
    font-size: 1.2rem;
  }
}

.btn-close {
  position: absolute;
  top: 50px;
  right: 70px;
  width: 45px;
  height: 45px;
  background: url(../img/btn-close.jpg) no-repeat 0 0;
  background-size: 100% auto;
  cursor: pointer;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn-close:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
@media screen and (max-width: 767px), print {
  .btn-close {
    position: fixed;
    top: 7.33vw;
    right: 7.33vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}

#land-scape-caution {
  display: none;
}
#land-scape-caution .__inner {
  width: 100vw;
  height: 100dvh;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  position: fixed;
  z-index: 1000000;
  background: #FFF;
  top: 0;
  left: 0;
}
#land-scape-caution p {
  text-align: center;
  font-size: calc(calc(100vw -80px) / 34);
  line-height: 2.0;
}
#land-scape-caution p.en {
  margin-top: -10vh;
  font-size: calc(calc(100vw -80px) / 20);
}

/* =============================================================

 TOP

* ============================================================= */
.kitsune-section {
  position: relative;
}
.kitsune-section.__lineup__list {
  width: 100%;
  background: url(../img/lineup-bk.jpg) repeat top center;
  height: 2800px;
  padding: 88px 0 0;
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list {
    width: 100%;
    height: auto;
    background: url(../img/lineup-bk-sp.jpg) repeat top center;
    padding: 16.6vw 0 0;
  }
}
.kitsune-section.__lineup__list .bk {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1510px;
  height: 2720px;
  z-index: 0;
  background: url(../img/lineup_bk_2.png) no-repeat bottom center;
  background-size: 100% auto;
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list .bk {
    width: 100%;
    height: 100%;
    background: url(../img/lineup_bk_2-sp.png) no-repeat bottom center;
    background-size: 100% auto;
  }
}
.kitsune-section.__lineup__list .__ttl h2 {
  font-size: 4.6rem;
  line-height: 1.0;
  font-weight: 400;
  text-align: center;
  margin-bottom: 94px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list .__ttl h2 {
    font-size: 2.6rem;
    margin-bottom: 13.5vw;
  }
}
.kitsune-section.__lineup__list .__ttl h3 {
  font-size: 2.4rem;
  line-height: 1.0;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list .__ttl h3 {
    font-size: 2.0rem;
    margin-bottom: 9vw;
  }
}
.kitsune-section.__lineup__list ul {
  width: 770px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list ul {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
}
.kitsune-section.__lineup__list ul.o-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 0 95px;
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list ul.o-list {
    padding: 0;
  }
}
.kitsune-section.__lineup__list li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}
.kitsune-section.__lineup__list li a {
  display: block;
}
.kitsune-section.__lineup__list li .pic {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list li .pic {
    margin: 0 auto 6.4vw;
  }
}
.kitsune-section.__lineup__list li .pic img {
  width: 50%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list li .pic img {
    width: 100%;
  }
}
.kitsune-section.__lineup__list li .txt {
  text-align: center;
}
.kitsune-section.__lineup__list li .txt h3 {
  font-size: 2.0rem;
  line-height: 1.0;
  font-weight: 500;
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list li .txt h3 {
    font-size: 1.5rem;
  }
}
.kitsune-section.__lineup__list li .txt h3 span {
  display: block;
  font-size: 1.7rem;
  line-height: 1.2;
  padding: 10px 0 0;
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list li .txt h3 span {
    font-size: 1.2rem;
    padding: 2.5vw 0 0;
  }
}
.kitsune-section.__lineup__list li.o-line-up-thum-1 {
  width: 296px;
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list li.o-line-up-thum-1 {
    width: 100%;
    margin-bottom: 14vw;
  }
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list li.o-line-up-thum-1 .pic {
    width: 52.5vw;
  }
}
.kitsune-section.__lineup__list li.o-line-up-thum-1 .pic img {
  width: 100%;
  height: auto;
}
.kitsune-section.__lineup__list li.o-line-up-thum-2 {
  width: 326px;
  margin-left: 66px;
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list li.o-line-up-thum-2 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 14vw;
  }
}
.kitsune-section.__lineup__list li.o-line-up-thum-2 .pic {
  width: 78%;
  margin: 110px auto 30px;
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list li.o-line-up-thum-2 .pic {
    width: 45vw;
    margin: 0 auto 6.4vw;
  }
}
.kitsune-section.__lineup__list li.o-line-up-thum-2 .pic img {
  width: 100%;
  height: auto;
}
.kitsune-section.__lineup__list li.line-up-thum-1 {
  width: 424px;
  margin-top: -68px;
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list li.line-up-thum-1 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 14vw;
  }
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list li.line-up-thum-1 .pic {
    width: 48vw;
  }
}
.kitsune-section.__lineup__list li.line-up-thum-1 .pic img {
  width: 100%;
  height: auto;
}
.kitsune-section.__lineup__list li.line-up-thum-2 {
  width: 396px;
  margin: 0 0 0 380px;
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list li.line-up-thum-2 {
    width: 100%;
    margin: 0 0 14vw;
  }
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list li.line-up-thum-2 .pic {
    width: 37vw;
  }
}
.kitsune-section.__lineup__list li.line-up-thum-2 .pic img {
  width: 100%;
  height: auto;
}
.kitsune-section.__lineup__list li.line-up-thum-3 {
  width: 183px;
  margin: -84px 0 0 500px;
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list li.line-up-thum-3 {
    width: 100%;
    margin: 0 0 14vw;
  }
}
.kitsune-section.__lineup__list li.line-up-thum-3 .pic {
  width: 90%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list li.line-up-thum-3 .pic {
    width: 29.46vw;
    margin: 0 auto 6.4vw;
  }
}
.kitsune-section.__lineup__list li.line-up-thum-3 .pic img {
  width: 100%;
  height: auto;
}
.kitsune-section.__lineup__list li.line-up-thum-4 {
  width: 196px;
  margin: -154px 0 0 122px;
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list li.line-up-thum-4 {
    width: 100%;
    margin: 0 0 14vw;
  }
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list li.line-up-thum-4 .pic {
    width: 34.66vw;
  }
}
.kitsune-section.__lineup__list li.line-up-thum-4 .pic img {
  width: 100%;
  height: auto;
}
.kitsune-section.__lineup__list li.line-up-thum-5 {
  width: 228px;
  margin: -60px 0 0 490px;
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list li.line-up-thum-5 {
    width: 100%;
    margin: 0 0 14vw;
  }
}
.kitsune-section.__lineup__list li.line-up-thum-5 .pic {
  width: 92%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list li.line-up-thum-5 .pic {
    width: 37vw;
    margin: 0 auto 6.4vw;
  }
}
.kitsune-section.__lineup__list li.line-up-thum-5 .pic img {
  width: 100%;
  height: auto;
}
.kitsune-section.__lineup__list li.line-up-thum-6 {
  width: 494px;
  margin: -38px 0 0 432px;
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list li.line-up-thum-6 {
    width: 100%;
    margin: 0 0 14vw;
  }
  .kitsune-section.__lineup__list li.line-up-thum-6 .pic {
    width: 42.3vw;
  }
}
.kitsune-section.__lineup__list li.line-up-thum-7 {
  width: 584px;
  margin: -70px 0 0 0;
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list li.line-up-thum-7 {
    width: 100%;
    margin: 0 0 14vw;
  }
  .kitsune-section.__lineup__list li.line-up-thum-7 .pic {
    width: 42.3vw;
  }
}
.kitsune-section.__lineup__list li.line-up-thum-8 {
  width: 220px;
  margin: -130px 0 0 107px;
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list li.line-up-thum-8 {
    width: 100%;
    margin: 0 0 34.6vw;
  }
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list li.line-up-thum-8 .pic {
    width: 39.33vw;
  }
}
.kitsune-section.__lineup__list li.line-up-thum-8 .pic img {
  width: 100%;
  height: auto;
}
.kitsune-section.__lineup__list li.line-up-thum-9 {
  width: 298px;
  margin: -158px 0 0 450px;
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list li.line-up-thum-9 {
    width: 100%;
    margin: 0 0 14vw;
  }
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list li.line-up-thum-9 .pic {
    width: 53.86vw;
  }
}
.kitsune-section.__lineup__list li.line-up-thum-9 .pic img {
  width: 100%;
  height: auto;
}
.kitsune-section.__lineup__list li.line-up-thum-10 {
  width: 310px;
  margin: -100px 0 0 60px;
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list li.line-up-thum-10 {
    width: 100%;
    margin: 0 0 14vw;
  }
}
.kitsune-section.__lineup__list li.line-up-thum-10 .pic {
  width: 78%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list li.line-up-thum-10 .pic {
    width: 44.2vw;
    margin: 0 auto 6.4vw;
  }
}
.kitsune-section.__lineup__list li.line-up-thum-10 .pic img {
  width: 100%;
  height: auto;
}

.first-view-box {
  width: 100%;
  height: 100dvh;
  min-height: 934px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px), print {
  .first-view-box {
    min-height: 100%;
  }
}
.first-view-box .ttl {
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto auto;
  width: 359px;
  height: 108px;
  z-index: 10;
  background: url(../img/logo1.svg) no-repeat top center;
  background-size: 100% auto;
  text-indent: -9999px;
}
@media screen and (max-width: 767px), print {
  .first-view-box .ttl {
    top: 36.66vw;
    width: 53.33vw;
    height: 16vw;
  }
}
.first-view-box #bk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  min-height: 934px;
  z-index: 0;
}
.first-view-box #bk img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px), print {
  .first-view-box #bk {
    min-height: auto;
  }
}

.video-btn {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 154px;
  margin: auto auto 0;
  z-index: 10;
  width: 62px;
  height: 62px;
}
@media screen and (max-width: 767px), print {
  .video-btn {
    bottom: 21.33vw;
    width: 12.8vw;
    height: 12.8vw;
  }
}
.video-btn span, .video-btn a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/btn-video.svg) no-repeat top center;
  background-size: 100% auto;
  text-indent: -9999px;
  cursor: pointer;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.video-btn span:hover, .video-btn a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.video-btn.-with-txt {
  position: static;
  margin: 40px auto 0;
  width: auto;
  height: auto;
}
.video-btn.-with-txt.__no__mm {
  display: block;
  text-align: center;
  margin: 70px auto 0;
}
@media screen and (max-width: 767px), print {
  .video-btn.-with-txt.__no__mm {
    margin: 10vw auto 0;
  }
}
.video-btn.-with-txt.__no__mm2 {
  display: block;
  text-align: center;
  position: absolute;
  top: 178px;
  margin: 0 auto;
}
@media screen and (max-width: 767px), print {
  .video-btn.-with-txt.__no__mm2 {
    top: 35vw;
  }
}
.video-btn.-with-txt.__no__mm2 a {
  color: #FFF;
  background: url(../img/btn-video-wt.svg) no-repeat right center;
  background-size: 22px auto;
}
@media screen and (max-width: 767px), print {
  .video-btn.-with-txt.__no__mm2 a {
    background: url(../img/btn-video-wt.svg) no-repeat right center;
    background-size: 4.4vw auto;
    font-size: 1.2rem;
    padding-right: 6vw;
    height: 4.6vw;
    line-height: 4.6vw;
  }
}
.video-btn.-with-txt a {
  margin: 0 auto;
  display: inline-block;
  width: auto;
  height: auto;
  background: url(../img/btn-video.svg) no-repeat right center;
  background-size: 22px auto;
  font-size: 1.4rem;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  text-indent: 0;
  padding-right: 30px;
  height: 22px;
  line-height: 22px;
}
@media screen and (max-width: 767px), print {
  .video-btn.-with-txt {
    margin-top: 8vw;
  }
  .video-btn.-with-txt a {
    background: url(../img/btn-video.svg) no-repeat 99% center;
    background-size: 4.4vw auto;
    font-size: 1.2rem;
    padding-right: 6vw;
    height: 4.6vw;
    line-height: 4.6vw;
  }
}

.top-content-box h2.ttl {
  text-align: center;
  font-size: 4.6rem;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px), print {
  .top-content-box h2.ttl {
    font-size: 2.3rem;
  }
}
.top-content-box a:hover .pic-box {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.top-content-box .pic-box {
  width: 100%;
  min-height: 635px;
  height: 40vw;
  overflow: hidden;
  position: relative;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px), print {
  .top-content-box .pic-box {
    min-height: 100vw;
    height: 100vw;
  }
}
.top-content-box .pic-box .new {
  width: 136px;
  height: 136px;
  display: block;
  background: url(../img/new.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50px;
  left: 50px;
}
@media screen and (max-width: 767px), print {
  .top-content-box .pic-box .new {
    display: none;
  }
}
.top-content-box .pic-box img {
  width: 100%;
  height: 100%;
}
.top-content-box .pic-box.--with--ttl {
  position: relative;
}
.top-content-box .pic-box.--with--ttl h2.ttl {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  min-height: 635px;
  height: 40vw;
}
@media screen and (max-width: 767px), print {
  .top-content-box .pic-box.--with--ttl h2.ttl {
    min-height: 100vw;
    height: 100vw;
  }
}

#about {
  width: 100%;
  height: 1000px;
  position: relative;
  background: #f1e31f;
}
@media screen and (max-width: 767px), print {
  #about {
    height: auto;
  }
}
#about .txt-box {
  width: 600px;
  margin: 0 auto;
}
#about .txt-box p {
  padding: 200px 0 0;
  font-size: 2.2rem;
  line-height: 2.0;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px), print {
  #about .txt-box {
    width: 100%;
    padding-bottom: 128vw;
  }
  #about .txt-box p {
    padding: 78.4vw 0 0;
    font-size: 1.4rem;
  }
}
#about .c-video-btn a {
  display: block;
  width: 254px;
  height: 23px;
  background: url(../img/c-video-btn.svg) no-repeat 0 0;
  background-size: 100% auto;
  margin: 70px auto 0;
  text-indent: -9999px;
}
@media screen and (max-width: 767px), print {
  #about .c-video-btn a {
    top: 36vw;
  }
}
#about .c-video-btn a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#about .tree1 {
  width: 330px;
  height: 706px;
  background: url(../img/tree1.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: -400px;
  left: 0;
}
@media screen and (max-width: 767px), print {
  #about .tree1 {
    width: 100%;
    height: 116vw;
    background: url(../img/tree1-2-sp.png) no-repeat 0 0;
    background-size: 100% auto;
    top: -30vw;
  }
}
#about .tree2 {
  width: 300px;
  height: 935px;
  background: url(../img/tree2-2.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: -300px;
  right: 0;
}
@media screen and (max-width: 767px), print {
  #about .tree2 {
    display: none;
  }
}
#about .tree3 {
  width: 1040px;
  height: 252px;
  background: url(../img/tree3-2.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  bottom: -75px;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 767px), print {
  #about .tree3 {
    width: 100%;
    height: 136vw;
    background: url(../img/kitsune-okami.png) no-repeat 0 0;
    background-size: 100% auto;
    bottom: -54.33vw;
  }
}
#about .rock {
  width: 409px;
  height: 301px;
  background: url(../img/rock.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  bottom: 180px;
  left: 0;
  z-index: 5;
}
@media screen and (max-width: 767px), print {
  #about .rock {
    display: none;
  }
}
#about .footprints {
  width: 813px;
  height: 900px;
  background: url(../img/footprints2025.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: -150px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px), print {
  #about .footprints {
    display: none;
  }
}
#about .footprints1 {
  display: none;
  width: 24vw;
  height: 20vw;
  background: url(../img/footprints1-sp.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: -4vw;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px), print {
  #about .footprints1 {
    display: block;
  }
}
#about .footprints2 {
  display: none;
  width: 73.73vw;
  height: 39vw;
  background: url(../img/footprints2-2-sp.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 80vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px), print {
  #about .footprints2 {
    display: block;
  }
}
#about #slide_okami {
  position: absolute;
  left: -100px;
  bottom: 300px;
}
@media screen and (max-width: 767px), print {
  #about #slide_okami {
    display: none;
  }
}
#about .okami {
  width: 596px;
  height: 319px;
  background: url(../img/okami.png) no-repeat 0 0;
  background-size: 100% auto;
}
#about #slide_kitsune {
  position: absolute;
  right: -300px;
  bottom: 70px;
  z-index: 100;
}
@media screen and (max-width: 767px), print {
  #about #slide_kitsune {
    display: none;
  }
}
#about .kitsune {
  width: 647px;
  height: 440px;
  background: url(../img/kitsune.png) no-repeat 0 0;
  background-size: 100% auto;
}

.line_up_wrapper {
  width: 100%;
}

.line-up-bk-box {
  overflow: hidden;
  position: relative;
  z-index: 20;
  width: 100%;
  height: 100dvh;
  min-height: 830px;
}
@media screen and (max-width: 767px), print {
  .line-up-bk-box {
    min-height: 100%;
    -webkit-position: sticky;
    -moz-position: sticky;
    -ms-position: sticky;
    -o-position: sticky;
    position: sticky;
    top: 0;
  }
}
.line-up-bk-box .__ttl {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px), print {
  .line-up-bk-box .__ttl {
    top: 22vw;
  }
}
.line-up-bk-box h2 {
  font-size: 4.0rem;
  line-height: 1.0;
  font-weight: 400;
  text-align: center;
}
.line-up-bk-box h2 span {
  display: block;
  margin: 20px auto 30px;
  font-size: 2.0rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px), print {
  .line-up-bk-box h2 {
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .line-up-bk-box h2 span {
    font-size: 1.3rem;
    margin: 2.6vw auto 6vw;
  }
}
.line-up-bk-box .pr {
  margin: 0 auto;
  background: #636464;
  color: #FFF;
  font-size: 1.5rem;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 108px;
  height: 36px;
}
@media screen and (max-width: 767px), print {
  .line-up-bk-box .pr {
    font-size: 1.1rem;
    width: 22vw;
    height: 6vw;
  }
}
.line-up-bk-box .btn-buy a {
  color: #000;
  border: #000 solid 1px;
  font-size: 1.4rem;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 104px;
  height: 34px;
  -moz-border-radius: 17px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px), print {
  .line-up-bk-box .btn-buy a {
    font-size: 1.0rem;
    width: 16vw;
    height: 5vw;
    -moz-border-radius: 2.5vw;
    -webkit-border-radius: 2.5vw;
    border-radius: 2.5vw;
    margin: 3vw auto 0;
  }
}
.line-up-bk-box .btn-buy a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.line-up-bk-box .sp-wrap em {
  display: block;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px), print {
  .line-up-bk-box .sp-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .line-up-bk-box .sp-wrap .btn-buy a {
    margin: 0 0 0 2.66vw !important;
  }
}

.line-up-item {
  width: 100%;
  height: 100dvh;
  min-height: 830px;
}

@-moz-keyframes scrollLine {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@-webkit-keyframes scrollLine {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes scrollLine {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.btn-next {
  position: absolute;
  bottom: 50px;
  left: 63px;
  z-index: 20;
}
@media screen and (max-width: 767px), print {
  .btn-next {
    bottom: 4.6vw;
    left: 5.3vw;
  }
}
.btn-next a {
  display: block;
  width: 94px;
  height: 94px;
  background: url(../img/btn-next.svg) no-repeat 0 0;
  background-size: 100% auto;
}
@media screen and (max-width: 767px), print {
  .btn-next a {
    width: 14.66vw;
    height: 14.66vw;
  }
}
.btn-next a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.counter {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  z-index: 20;
}
@media screen and (max-width: 767px), print {
  .counter {
    width: 16vw;
    height: 16vw;
  }
}
.counter .__wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.counter .__wrap .line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 30px;
  background: #000;
  -moz-animation: scrollLine 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  -webkit-animation: scrollLine 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  animation: scrollLine 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@media screen and (max-width: 767px), print {
  .counter .__wrap .line {
    width: 1px;
    height: 5.33vw;
  }
}
.counter .st {
  display: blcok;
  font-size: 2.2rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 767px), print {
  .counter .st {
    font-size: 1.4rem;
  }
}
.counter p {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.counter span {
  font-size: 2.1rem;
  font-weight: 400;
}
@media screen and (max-width: 767px), print {
  .counter span {
    font-size: 1.3rem;
  }
}
.counter .m {
  padding: 0 3px;
}

.slick-num {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100px;
  height: 68px;
  z-index: 20;
}
@media screen and (max-width: 767px), print {
  .slick-num {
    width: 16vw;
    height: 11vw;
  }
}
.slick-num .__wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.slick-num .__wrap .line {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 30px;
  background: #000;
  -moz-animation: scrollLine 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  -webkit-animation: scrollLine 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  animation: scrollLine 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@media screen and (max-width: 767px), print {
  .slick-num .__wrap .line {
    width: 1px;
    height: 5.33vw;
  }
}
.slick-num .st {
  display: none;
  font-size: 2.2rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 767px), print {
  .slick-num .st {
    font-size: 1.4rem;
  }
}
.slick-num p {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.slick-num span {
  font-size: 2.1rem;
  font-weight: 400;
}
@media screen and (max-width: 767px), print {
  .slick-num span {
    font-size: 1.3rem;
  }
}
.slick-num .m {
  padding: 0 3px;
}

.arrow-box {
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
  margin: auto auto 0;
  z-index: 22;
}
@media screen and (max-width: 767px), print {
  .arrow-box {
    bottom: 14vw;
  }
}
.arrow-box .slide-arrow {
  cursor: pointer;
}
.arrow-box .slide-arrow.slick-disabled {
  display: none !important;
}
.arrow-box .arrow-box-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.arrow-box .slick-prev {
  background: url(../img/prev.svg) no-repeat 0 0;
  background-size: 100% auto;
  width: 119px;
  height: 38px;
  display: block;
  text-indent: -9999px;
  display: block;
  margin: 0 10px;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px), print {
  .arrow-box .slick-prev {
    width: 20vw;
    height: 7vw;
    margin: 0 1.5vw;
  }
}
.arrow-box .slick-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.arrow-box .slick-next {
  background: url(../img/next.svg) no-repeat 0 0;
  background-size: 100% auto;
  width: 119px;
  height: 38px;
  display: block;
  text-indent: -9999px;
  display: block;
  margin: 0 10px;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px), print {
  .arrow-box .slick-next {
    width: 20vw;
    height: 7vw;
    margin: 0 1.5vw;
  }
}
.arrow-box .slick-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.btn-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
  margin: auto auto 0;
  z-index: 999;
}
@media screen and (max-width: 767px), print {
  .btn-wrap {
    bottom: 25vw;
  }
}

.back-to-line-up {
  display: none;
}
.back-to-line-up a {
  background: url(../img/btn_back_lineup.svg) no-repeat 0 0;
  background-size: 100% auto;
  width: 119px;
  height: 38px;
  display: block;
  text-indent: -9999px;
  margin: 0 10px;
}
@media screen and (max-width: 767px), print {
  .back-to-line-up a {
    width: 20vw;
    height: 7vw;
    margin: 0 1.5vw;
  }
}
.back-to-line-up a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.go-to-next {
  display: none;
}
.go-to-next a {
  background: url(../img/next.svg) no-repeat 0 0;
  background-size: 100% auto;
  width: 119px;
  height: 38px;
  display: block;
  text-indent: -9999px;
  margin: 0 10px;
}
@media screen and (max-width: 767px), print {
  .go-to-next a {
    width: 20vw;
    height: 7vw;
    margin: 0 1.5vw;
  }
}
.go-to-next a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.arrow-box.last .back-to-line-up {
  display: block;
}
.arrow-box.last .go-to-next {
  display: block;
}

.slide-box {
  position: relative;
  z-index: 40;
}

.line-up-co-slider,
.line-up-co-slider-sp,
.line-up-co-slider-pcsp {
  width: 100%;
  height: 100dvh;
  min-height: 830px;
}
@media screen and (max-width: 767px), print {
  .line-up-co-slider,
  .line-up-co-slider-sp,
  .line-up-co-slider-pcsp {
    min-height: 100%;
  }
}
.line-up-co-slider li,
.line-up-co-slider-sp li,
.line-up-co-slider-pcsp li {
  width: 100%;
  height: 100dvh;
  min-height: 830px;
}
@media screen and (max-width: 767px), print {
  .line-up-co-slider li,
  .line-up-co-slider-sp li,
  .line-up-co-slider-pcsp li {
    min-height: 100%;
  }
}
.line-up-co-slider .line-up-slide-item,
.line-up-co-slider-sp .line-up-slide-item,
.line-up-co-slider-pcsp .line-up-slide-item {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 0;
}
.line-up-co-slider .txt p,
.line-up-co-slider-sp .txt p,
.line-up-co-slider-pcsp .txt p {
  line-height: 1.8;
  font-size: 2.0rem;
  text-align: center;
}
@media screen and (max-width: 767px), print {
  .line-up-co-slider .txt p,
  .line-up-co-slider-sp .txt p,
  .line-up-co-slider-pcsp .txt p {
    font-size: 1.4rem;
  }
}
.line-up-co-slider .item-box,
.line-up-co-slider-sp .item-box,
.line-up-co-slider-pcsp .item-box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 767px), print {
  .line-up-co-slider .item-box.--wrap,
  .line-up-co-slider-sp .item-box.--wrap,
  .line-up-co-slider-pcsp .item-box.--wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 75vw;
  }
}
@media screen and (max-width: 767px), print {
  .line-up-co-slider .item-box,
  .line-up-co-slider-sp .item-box,
  .line-up-co-slider-pcsp .item-box {
    display: block;
  }
}
.line-up-co-slider .item-box.-col-2 .item.-p1-1 .p, .line-up-co-slider .item-box.-col-2 .item.-p1-2 .p, .line-up-co-slider .item-box.-col-2 .item.-p1-3 .p,
.line-up-co-slider-sp .item-box.-col-2 .item.-p1-1 .p,
.line-up-co-slider-sp .item-box.-col-2 .item.-p1-2 .p,
.line-up-co-slider-sp .item-box.-col-2 .item.-p1-3 .p,
.line-up-co-slider-pcsp .item-box.-col-2 .item.-p1-1 .p,
.line-up-co-slider-pcsp .item-box.-col-2 .item.-p1-2 .p,
.line-up-co-slider-pcsp .item-box.-col-2 .item.-p1-3 .p {
  height: 296px;
}
.line-up-co-slider .item-box.-col-2 .item.-p1-1 .p img, .line-up-co-slider .item-box.-col-2 .item.-p1-2 .p img, .line-up-co-slider .item-box.-col-2 .item.-p1-3 .p img,
.line-up-co-slider-sp .item-box.-col-2 .item.-p1-1 .p img,
.line-up-co-slider-sp .item-box.-col-2 .item.-p1-2 .p img,
.line-up-co-slider-sp .item-box.-col-2 .item.-p1-3 .p img,
.line-up-co-slider-pcsp .item-box.-col-2 .item.-p1-1 .p img,
.line-up-co-slider-pcsp .item-box.-col-2 .item.-p1-2 .p img,
.line-up-co-slider-pcsp .item-box.-col-2 .item.-p1-3 .p img {
  width: auto;
  height: 100%;
}
.line-up-co-slider .item-box.-col-2 .item.-p1-2,
.line-up-co-slider-sp .item-box.-col-2 .item.-p1-2,
.line-up-co-slider-pcsp .item-box.-col-2 .item.-p1-2 {
  margin: 0 33px;
}
.line-up-co-slider .item-box.-col-2 .item.-p2-1,
.line-up-co-slider-sp .item-box.-col-2 .item.-p2-1,
.line-up-co-slider-pcsp .item-box.-col-2 .item.-p2-1 {
  width: 394px;
  margin: 0 20px;
}
.line-up-co-slider .item-box.-col-2 .item.-p2-2,
.line-up-co-slider-sp .item-box.-col-2 .item.-p2-2,
.line-up-co-slider-pcsp .item-box.-col-2 .item.-p2-2 {
  width: 400px;
  margin: 0 20px;
}
.line-up-co-slider .item-box.-col-2 .item.-p4-1,
.line-up-co-slider-sp .item-box.-col-2 .item.-p4-1,
.line-up-co-slider-pcsp .item-box.-col-2 .item.-p4-1 {
  width: 394px;
}
.line-up-co-slider .item-box.-col-2 .item.-p4-2,
.line-up-co-slider-sp .item-box.-col-2 .item.-p4-2,
.line-up-co-slider-pcsp .item-box.-col-2 .item.-p4-2 {
  width: 298px;
}
@media screen and (max-width: 767px), print {
  .line-up-co-slider .item-box.-col-2 .item,
  .line-up-co-slider-sp .item-box.-col-2 .item,
  .line-up-co-slider-pcsp .item-box.-col-2 .item {
    margin: 0 auto;
  }
  .line-up-co-slider .item-box.-col-2 .item.-p1-1,
  .line-up-co-slider-sp .item-box.-col-2 .item.-p1-1,
  .line-up-co-slider-pcsp .item-box.-col-2 .item.-p1-1 {
    padding: 30vw 0 0;
  }
  .line-up-co-slider .item-box.-col-2 .item.-p1-1 .p,
  .line-up-co-slider-sp .item-box.-col-2 .item.-p1-1 .p,
  .line-up-co-slider-pcsp .item-box.-col-2 .item.-p1-1 .p {
    width: 40vw;
    height: auto;
    margin: 0 auto 2vw !important;
  }
  .line-up-co-slider .item-box.-col-2 .item.-p1-1 .p img,
  .line-up-co-slider-sp .item-box.-col-2 .item.-p1-1 .p img,
  .line-up-co-slider-pcsp .item-box.-col-2 .item.-p1-1 .p img {
    width: 100%;
    height: auto;
  }
  .line-up-co-slider .item-box.-col-2 .item.-p1-2 .p,
  .line-up-co-slider-sp .item-box.-col-2 .item.-p1-2 .p,
  .line-up-co-slider-pcsp .item-box.-col-2 .item.-p1-2 .p {
    width: 22vw;
    height: auto;
    margin: 0 auto 2vw !important;
  }
  .line-up-co-slider .item-box.-col-2 .item.-p1-2 .p img,
  .line-up-co-slider-sp .item-box.-col-2 .item.-p1-2 .p img,
  .line-up-co-slider-pcsp .item-box.-col-2 .item.-p1-2 .p img {
    width: 100%;
    height: auto;
  }
  .line-up-co-slider .item-box.-col-2 .item.-p1-3 .p,
  .line-up-co-slider-sp .item-box.-col-2 .item.-p1-3 .p,
  .line-up-co-slider-pcsp .item-box.-col-2 .item.-p1-3 .p {
    width: 28vw;
    height: auto;
    margin: 0 auto 2vw !important;
  }
  .line-up-co-slider .item-box.-col-2 .item.-p1-3 .p img,
  .line-up-co-slider-sp .item-box.-col-2 .item.-p1-3 .p img,
  .line-up-co-slider-pcsp .item-box.-col-2 .item.-p1-3 .p img {
    width: 100%;
    height: auto;
  }
  .line-up-co-slider .item-box.-col-2 .item.-p1-3 p,
  .line-up-co-slider-sp .item-box.-col-2 .item.-p1-3 p,
  .line-up-co-slider-pcsp .item-box.-col-2 .item.-p1-3 p {
    line-height: 1.8;
  }
  .line-up-co-slider .item-box.-col-2 .item.-p2-1,
  .line-up-co-slider-sp .item-box.-col-2 .item.-p2-1,
  .line-up-co-slider-pcsp .item-box.-col-2 .item.-p2-1 {
    width: 66vw;
  }
  .line-up-co-slider .item-box.-col-2 .item.-p2-1 .p,
  .line-up-co-slider-sp .item-box.-col-2 .item.-p2-1 .p,
  .line-up-co-slider-pcsp .item-box.-col-2 .item.-p2-1 .p {
    width: 52.8vw;
    margin: 20vw auto 0 !important;
  }
  .line-up-co-slider .item-box.-col-2 .item.-p2-2,
  .line-up-co-slider-sp .item-box.-col-2 .item.-p2-2,
  .line-up-co-slider-pcsp .item-box.-col-2 .item.-p2-2 {
    width: 66vw;
  }
  .line-up-co-slider .item-box.-col-2 .item.-p2-2 .p,
  .line-up-co-slider-sp .item-box.-col-2 .item.-p2-2 .p,
  .line-up-co-slider-pcsp .item-box.-col-2 .item.-p2-2 .p {
    width: 52.8vw;
    margin: -2vw auto -7vw !important;
  }
  .line-up-co-slider .item-box.-col-2 .item.-p4-1,
  .line-up-co-slider-sp .item-box.-col-2 .item.-p4-1,
  .line-up-co-slider-pcsp .item-box.-col-2 .item.-p4-1 {
    width: 80vw;
  }
  .line-up-co-slider .item-box.-col-2 .item.-p4-1 .p,
  .line-up-co-slider-sp .item-box.-col-2 .item.-p4-1 .p,
  .line-up-co-slider-pcsp .item-box.-col-2 .item.-p4-1 .p {
    width: 53.33vw;
    margin: 28vw auto -1vw !important;
  }
  .line-up-co-slider .item-box.-col-2 .item.-p4-2,
  .line-up-co-slider-sp .item-box.-col-2 .item.-p4-2,
  .line-up-co-slider-pcsp .item-box.-col-2 .item.-p4-2 {
    width: 80vw;
  }
  .line-up-co-slider .item-box.-col-2 .item.-p4-2 .p,
  .line-up-co-slider-sp .item-box.-col-2 .item.-p4-2 .p,
  .line-up-co-slider-pcsp .item-box.-col-2 .item.-p4-2 .p {
    width: 38.66vw;
    margin: 1vw auto -2vw !important;
  }
}
.line-up-co-slider .item-box .item,
.line-up-co-slider-sp .item-box .item,
.line-up-co-slider-pcsp .item-box .item {
  text-align: center;
}
.line-up-co-slider .item-box .item.-p3-1 .p,
.line-up-co-slider-sp .item-box .item.-p3-1 .p,
.line-up-co-slider-pcsp .item-box .item.-p3-1 .p {
  width: 590px;
}
.line-up-co-slider .item-box .item.-p4-1 .p,
.line-up-co-slider-sp .item-box .item.-p4-1 .p,
.line-up-co-slider-pcsp .item-box .item.-p4-1 .p {
  width: 623px;
}
.line-up-co-slider .item-box .item.-p5-1 .p,
.line-up-co-slider-sp .item-box .item.-p5-1 .p,
.line-up-co-slider-pcsp .item-box .item.-p5-1 .p {
  width: 600px;
}
.line-up-co-slider .item-box .item.-p6-1,
.line-up-co-slider-sp .item-box .item.-p6-1,
.line-up-co-slider-pcsp .item-box .item.-p6-1 {
  margin-top: 0;
}
.line-up-co-slider .item-box .item.-p6-1 .p,
.line-up-co-slider-sp .item-box .item.-p6-1 .p,
.line-up-co-slider-pcsp .item-box .item.-p6-1 .p {
  width: 800px;
}
.line-up-co-slider .item-box .item.-p7-1 .p,
.line-up-co-slider-sp .item-box .item.-p7-1 .p,
.line-up-co-slider-pcsp .item-box .item.-p7-1 .p {
  width: 600px;
}
.line-up-co-slider .item-box .item.-p8-1 .p,
.line-up-co-slider-sp .item-box .item.-p8-1 .p,
.line-up-co-slider-pcsp .item-box .item.-p8-1 .p {
  width: 450px;
  margin: 0 0 90px;
}
.line-up-co-slider .item-box .item.-p9-1 .p,
.line-up-co-slider-sp .item-box .item.-p9-1 .p,
.line-up-co-slider-pcsp .item-box .item.-p9-1 .p {
  width: 280px;
}
.line-up-co-slider .item-box .item.-p10-1 .p,
.line-up-co-slider-sp .item-box .item.-p10-1 .p,
.line-up-co-slider-pcsp .item-box .item.-p10-1 .p {
  width: 600px;
}
.line-up-co-slider .item-box .item.-p11-1 .p,
.line-up-co-slider-sp .item-box .item.-p11-1 .p,
.line-up-co-slider-pcsp .item-box .item.-p11-1 .p {
  width: 596px;
}
.line-up-co-slider .item-box .item.-p12-1 .p,
.line-up-co-slider-sp .item-box .item.-p12-1 .p,
.line-up-co-slider-pcsp .item-box .item.-p12-1 .p {
  width: 551px;
}
@media screen and (max-width: 767px), print {
  .line-up-co-slider .item-box .item.-p3-1 .p,
  .line-up-co-slider-sp .item-box .item.-p3-1 .p,
  .line-up-co-slider-pcsp .item-box .item.-p3-1 .p {
    width: 70vw;
    margin: 15vw auto 0 !important;
  }
  .line-up-co-slider .item-box .item.-p4-1 .p,
  .line-up-co-slider-sp .item-box .item.-p4-1 .p,
  .line-up-co-slider-pcsp .item-box .item.-p4-1 .p {
    width: 72vw;
    margin: 0 auto 8vw !important;
  }
  .line-up-co-slider .item-box .item.-p5-1 .p,
  .line-up-co-slider-sp .item-box .item.-p5-1 .p,
  .line-up-co-slider-pcsp .item-box .item.-p5-1 .p {
    width: 45vw;
    margin: 20vw auto 0 !important;
  }
  .line-up-co-slider .item-box .item.-p6-1 .p,
  .line-up-co-slider-sp .item-box .item.-p6-1 .p,
  .line-up-co-slider-pcsp .item-box .item.-p6-1 .p {
    width: 70vw;
    margin: 20vw auto 5vw !important;
  }
  .line-up-co-slider .item-box .item.-p7-1 .p,
  .line-up-co-slider-sp .item-box .item.-p7-1 .p,
  .line-up-co-slider-pcsp .item-box .item.-p7-1 .p {
    width: 40vw;
    margin: 20vw auto 5vw !important;
  }
  .line-up-co-slider .item-box .item.-p8-1 .p,
  .line-up-co-slider-sp .item-box .item.-p8-1 .p,
  .line-up-co-slider-pcsp .item-box .item.-p8-1 .p {
    width: 51vw;
    margin: 20vw auto 5vw !important;
  }
  .line-up-co-slider .item-box .item.-p9-1 .p,
  .line-up-co-slider-sp .item-box .item.-p9-1 .p,
  .line-up-co-slider-pcsp .item-box .item.-p9-1 .p {
    width: 48vw;
  }
  .line-up-co-slider .item-box .item.-p10-1 .p,
  .line-up-co-slider-sp .item-box .item.-p10-1 .p,
  .line-up-co-slider-pcsp .item-box .item.-p10-1 .p {
    width: 39vw;
    margin: 10vw auto 0 !important;
  }
  .line-up-co-slider .item-box .item.-p11-1 .p,
  .line-up-co-slider-sp .item-box .item.-p11-1 .p,
  .line-up-co-slider-pcsp .item-box .item.-p11-1 .p {
    width: 39vw;
  }
  .line-up-co-slider .item-box .item.-p12-1 .p,
  .line-up-co-slider-sp .item-box .item.-p12-1 .p,
  .line-up-co-slider-pcsp .item-box .item.-p12-1 .p {
    width: 68vw;
  }
}
.line-up-co-slider .item-box .item .p,
.line-up-co-slider-sp .item-box .item .p,
.line-up-co-slider-pcsp .item-box .item .p {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px), print {
  .line-up-co-slider .item-box .item .p,
  .line-up-co-slider-sp .item-box .item .p,
  .line-up-co-slider-pcsp .item-box .item .p {
    margin: 0 auto 5vw;
  }
}
.line-up-co-slider .item-box .item .sub,
.line-up-co-slider-sp .item-box .item .sub,
.line-up-co-slider-pcsp .item-box .item .sub {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  line-height: 1.0;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px), print {
  .line-up-co-slider .item-box .item .sub,
  .line-up-co-slider-sp .item-box .item .sub,
  .line-up-co-slider-pcsp .item-box .item .sub {
    font-size: 1.0rem;
    margin-bottom: 1.5vw;
  }
}
.line-up-co-slider .item-box .item p,
.line-up-co-slider-sp .item-box .item p,
.line-up-co-slider-pcsp .item-box .item p {
  font-size: 1.3rem;
  line-height: 1.0;
  vertical-align: baseline;
  display: inline-block;
  letter-spacing: 0.05em;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
}
.line-up-co-slider .item-box .item p span,
.line-up-co-slider-sp .item-box .item p span,
.line-up-co-slider-pcsp .item-box .item p span {
  font-size: 2.0rem;
}
.line-up-co-slider .item-box .item p.-with-icon,
.line-up-co-slider-sp .item-box .item p.-with-icon,
.line-up-co-slider-pcsp .item-box .item p.-with-icon {
  background: url(../img/icon-bag-bk.svg) no-repeat 99% 60%;
  background-size: 16px auto;
  padding-right: 40px;
  line-height: 20px;
  height: 20px;
}
@media screen and (max-width: 767px), print {
  .line-up-co-slider .item-box .item p,
  .line-up-co-slider-sp .item-box .item p,
  .line-up-co-slider-pcsp .item-box .item p {
    font-size: 1.0rem;
  }
  .line-up-co-slider .item-box .item p span,
  .line-up-co-slider-sp .item-box .item p span,
  .line-up-co-slider-pcsp .item-box .item p span {
    font-size: 1.3rem;
  }
}
.line-up-co-slider .desc-box,
.line-up-co-slider-sp .desc-box,
.line-up-co-slider-pcsp .desc-box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 20;
}
.line-up-co-slider .desc-box.-p1 .p,
.line-up-co-slider-sp .desc-box.-p1 .p,
.line-up-co-slider-pcsp .desc-box.-p1 .p {
  width: 707px;
}
.line-up-co-slider .desc-box.-p2 .p,
.line-up-co-slider-sp .desc-box.-p2 .p,
.line-up-co-slider-pcsp .desc-box.-p2 .p {
  width: 620px;
}
.line-up-co-slider .desc-box.-p3 .p,
.line-up-co-slider-sp .desc-box.-p3 .p,
.line-up-co-slider-pcsp .desc-box.-p3 .p {
  width: 700px;
}
.line-up-co-slider .desc-box.-p4 .p,
.line-up-co-slider-sp .desc-box.-p4 .p,
.line-up-co-slider-pcsp .desc-box.-p4 .p {
  width: 500px;
}
.line-up-co-slider .desc-box.-p5 .p,
.line-up-co-slider-sp .desc-box.-p5 .p,
.line-up-co-slider-pcsp .desc-box.-p5 .p {
  width: 710px;
}
.line-up-co-slider .desc-box.-p6 .p,
.line-up-co-slider-sp .desc-box.-p6 .p,
.line-up-co-slider-pcsp .desc-box.-p6 .p {
  width: 840px;
}
.line-up-co-slider .desc-box.-p7 .p,
.line-up-co-slider-sp .desc-box.-p7 .p,
.line-up-co-slider-pcsp .desc-box.-p7 .p {
  width: 710px;
}
.line-up-co-slider .desc-box.-p8 .p,
.line-up-co-slider-sp .desc-box.-p8 .p,
.line-up-co-slider-pcsp .desc-box.-p8 .p {
  width: 710px;
}
.line-up-co-slider .desc-box.-p9 .p,
.line-up-co-slider-sp .desc-box.-p9 .p,
.line-up-co-slider-pcsp .desc-box.-p9 .p {
  width: 454px;
}
.line-up-co-slider .desc-box.-p10 .p,
.line-up-co-slider-sp .desc-box.-p10 .p,
.line-up-co-slider-pcsp .desc-box.-p10 .p {
  width: 707px;
}
.line-up-co-slider .desc-box.-p11 .p,
.line-up-co-slider-sp .desc-box.-p11 .p,
.line-up-co-slider-pcsp .desc-box.-p11 .p {
  width: 696px;
}
.line-up-co-slider .desc-box.-p12 .p,
.line-up-co-slider-sp .desc-box.-p12 .p,
.line-up-co-slider-pcsp .desc-box.-p12 .p {
  width: 843px;
}
@media screen and (max-width: 767px), print {
  .line-up-co-slider .desc-box.-p1 .p,
  .line-up-co-slider-sp .desc-box.-p1 .p,
  .line-up-co-slider-pcsp .desc-box.-p1 .p {
    width: 80vw;
    margin: 10vw auto 0 !important;
  }
  .line-up-co-slider .desc-box.-p2 .p,
  .line-up-co-slider-sp .desc-box.-p2 .p,
  .line-up-co-slider-pcsp .desc-box.-p2 .p {
    width: 80vw;
  }
  .line-up-co-slider .desc-box.-p3 .p, .line-up-co-slider .desc-box.-p3-2 .p,
  .line-up-co-slider-sp .desc-box.-p3 .p,
  .line-up-co-slider-sp .desc-box.-p3-2 .p,
  .line-up-co-slider-pcsp .desc-box.-p3 .p,
  .line-up-co-slider-pcsp .desc-box.-p3-2 .p {
    width: 56vw;
    margin: 18vw auto 0 !important;
  }
  .line-up-co-slider .desc-box.-p4 .p,
  .line-up-co-slider-sp .desc-box.-p4 .p,
  .line-up-co-slider-pcsp .desc-box.-p4 .p {
    width: 60vw;
    margin: 18vw auto 0 !important;
  }
  .line-up-co-slider .desc-box.-p4-2 .p,
  .line-up-co-slider-sp .desc-box.-p4-2 .p,
  .line-up-co-slider-pcsp .desc-box.-p4-2 .p {
    width: 56vw;
    margin: 0 auto !important;
  }
  .line-up-co-slider .desc-box.-p5 .p,
  .line-up-co-slider-sp .desc-box.-p5 .p,
  .line-up-co-slider-pcsp .desc-box.-p5 .p {
    width: 58vw;
    margin: 35vw auto 0 !important;
  }
  .line-up-co-slider .desc-box.-p6 .p,
  .line-up-co-slider-sp .desc-box.-p6 .p,
  .line-up-co-slider-pcsp .desc-box.-p6 .p {
    width: 60vw;
    margin: 30vw auto 0 !important;
  }
  .line-up-co-slider .desc-box.-p6-2 .p,
  .line-up-co-slider-sp .desc-box.-p6-2 .p,
  .line-up-co-slider-pcsp .desc-box.-p6-2 .p {
    width: 56vw;
    margin: 30vw auto 0 !important;
  }
  .line-up-co-slider .desc-box.-p6-3 .p,
  .line-up-co-slider-sp .desc-box.-p6-3 .p,
  .line-up-co-slider-pcsp .desc-box.-p6-3 .p {
    width: 56vw;
    margin: 30vw auto 0 !important;
  }
  .line-up-co-slider .desc-box.-p7 .p,
  .line-up-co-slider-sp .desc-box.-p7 .p,
  .line-up-co-slider-pcsp .desc-box.-p7 .p {
    width: 54vw;
    margin: 0 auto 0 !important;
  }
  .line-up-co-slider .desc-box.-p8 .p,
  .line-up-co-slider-sp .desc-box.-p8 .p,
  .line-up-co-slider-pcsp .desc-box.-p8 .p {
    width: 62vw;
    margin: 0 auto 0 !important;
  }
  .line-up-co-slider .desc-box.-p9 .p,
  .line-up-co-slider-sp .desc-box.-p9 .p,
  .line-up-co-slider-pcsp .desc-box.-p9 .p {
    width: 76vw;
  }
  .line-up-co-slider .desc-box.-p10 .p,
  .line-up-co-slider-sp .desc-box.-p10 .p,
  .line-up-co-slider-pcsp .desc-box.-p10 .p {
    width: 51vw;
    margin: 10vw auto 0 !important;
  }
  .line-up-co-slider .desc-box.-p11 .p,
  .line-up-co-slider-sp .desc-box.-p11 .p,
  .line-up-co-slider-pcsp .desc-box.-p11 .p {
    width: 52vw;
  }
  .line-up-co-slider .desc-box.-p12 .p,
  .line-up-co-slider-sp .desc-box.-p12 .p,
  .line-up-co-slider-pcsp .desc-box.-p12 .p {
    width: 67.46vw;
    margin: 10vw auto 0 !important;
  }
}

.line-up-content-box {
  width: 100%;
  height: 100dvh;
  min-height: 830px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 80px 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.line-up-content-box.__show {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px), print {
  .line-up-content-box {
    min-height: 100%;
    padding: 0;
  }
}
.line-up-content-box .txt p {
  line-height: 1.8;
  font-size: 2.0rem;
  text-align: center;
}
@media screen and (max-width: 767px), print {
  .line-up-content-box .txt p {
    font-size: 1.4rem;
  }
}
.line-up-content-box .item-box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 767px), print {
  .line-up-content-box .item-box.--wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 75vw;
  }
}
@media screen and (max-width: 767px), print {
  .line-up-content-box .item-box {
    display: block;
  }
}
.line-up-content-box .item-box.-col-2 .item.-p1-1 .p, .line-up-content-box .item-box.-col-2 .item.-p1-2 .p, .line-up-content-box .item-box.-col-2 .item.-p1-3 .p {
  height: 296px;
}
.line-up-content-box .item-box.-col-2 .item.-p1-1 .p img, .line-up-content-box .item-box.-col-2 .item.-p1-2 .p img, .line-up-content-box .item-box.-col-2 .item.-p1-3 .p img {
  width: auto;
  height: 100%;
}
.line-up-content-box .item-box.-col-2 .item.-p1-2 {
  margin: 0 33px;
}
.line-up-content-box .item-box.-col-2 .item.-p2-1 {
  width: 394px;
  margin: 0 20px;
}
.line-up-content-box .item-box.-col-2 .item.-p2-2 {
  width: 400px;
  margin: 0 20px;
}
.line-up-content-box .item-box.-col-2 .item.-p4-1 {
  width: 394px;
}
.line-up-content-box .item-box.-col-2 .item.-p4-2 {
  width: 298px;
}
@media screen and (max-width: 767px), print {
  .line-up-content-box .item-box.-col-2 .item {
    margin: 0 auto;
  }
  .line-up-content-box .item-box.-col-2 .item.-p1-1 {
    width: 100%;
    padding-top: 10vw;
    margin-bottom: 6vw;
  }
  .line-up-content-box .item-box.-col-2 .item.-p1-1 .p {
    width: 50vw;
    height: auto;
    margin: 0 auto 2vw !important;
  }
  .line-up-content-box .item-box.-col-2 .item.-p1-1 .p img {
    width: 100%;
    height: auto;
  }
  .line-up-content-box .item-box.-col-2 .item.-p1-2 .p {
    width: 28vw;
    height: auto;
    margin: 0 auto 2vw !important;
  }
  .line-up-content-box .item-box.-col-2 .item.-p1-2 .p img {
    width: 100%;
    height: auto;
  }
  .line-up-content-box .item-box.-col-2 .item.-p1-2 p {
    line-height: 1.8;
  }
  .line-up-content-box .item-box.-col-2 .item.-p1-3 .p {
    width: 28vw;
    height: auto;
    margin: 0 auto 2vw !important;
  }
  .line-up-content-box .item-box.-col-2 .item.-p1-3 .p img {
    width: 100%;
    height: auto;
  }
  .line-up-content-box .item-box.-col-2 .item.-p1-3 p {
    line-height: 1.8;
  }
  .line-up-content-box .item-box.-col-2 .item.-p2-1 {
    width: 66vw;
  }
  .line-up-content-box .item-box.-col-2 .item.-p2-1 .p {
    width: 52.8vw;
    margin: 30vw auto 0 !important;
  }
  .line-up-content-box .item-box.-col-2 .item.-p2-2 {
    width: 66vw;
  }
  .line-up-content-box .item-box.-col-2 .item.-p2-2 .p {
    width: 52.8vw;
    margin: -2vw auto -7vw !important;
  }
  .line-up-content-box .item-box.-col-2 .item.-p4-1 {
    width: 80vw;
  }
  .line-up-content-box .item-box.-col-2 .item.-p4-1 .p {
    width: 53.33vw;
    margin: 28vw auto -1vw !important;
  }
  .line-up-content-box .item-box.-col-2 .item.-p4-2 {
    width: 80vw;
  }
  .line-up-content-box .item-box.-col-2 .item.-p4-2 .p {
    width: 38.66vw;
    margin: 1vw auto -2vw !important;
  }
}
.line-up-content-box .item-box .item {
  text-align: center;
}
.line-up-content-box .item-box .item.-p3-1 .p {
  width: 590px;
}
.line-up-content-box .item-box .item.-p4-1 .p {
  width: 623px;
}
.line-up-content-box .item-box .item.-p5-1 .p {
  width: 600px;
}
.line-up-content-box .item-box .item.-p6-1 {
  margin-top: 0;
}
.line-up-content-box .item-box .item.-p6-1 .p {
  width: 800px;
}
.line-up-content-box .item-box .item.-p7-1 .p {
  width: 600px;
}
.line-up-content-box .item-box .item.-p8-1 .p {
  width: 450px;
  margin: 0 0 90px;
}
@media screen and (max-width: 767px), print {
  .line-up-content-box .item-box .item.-p3-1 .p {
    width: 70vw;
  }
  .line-up-content-box .item-box .item.-p4-1 .p {
    width: 33vw;
    margin: 0 auto 8vw !important;
  }
  .line-up-content-box .item-box .item.-p5-1 .p {
    width: 45vw;
    margin: 20vw auto 0 !important;
  }
  .line-up-content-box .item-box .item.-p6-1 .p {
    width: 70vw;
    margin: 20vw auto 5vw !important;
  }
  .line-up-content-box .item-box .item.-p7-1 .p {
    width: 40vw;
    margin: 20vw auto 5vw !important;
  }
  .line-up-content-box .item-box .item.-p8-1 .p {
    width: 51vw;
    margin: 20vw auto 5vw !important;
  }
}
.line-up-content-box .item-box .item .p {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px), print {
  .line-up-content-box .item-box .item .p {
    margin: 0 auto 5vw;
  }
}
.line-up-content-box .item-box .item p {
  font-size: 1.3rem;
  line-height: 1.0;
  vertical-align: baseline;
  display: inline-block;
  letter-spacing: 0.05em;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
}
.line-up-content-box .item-box .item p span {
  font-size: 2.0rem;
}
.line-up-content-box .item-box .item p.-with-icon {
  background: url(../img/icon-bag-bk.svg) no-repeat 99% 60%;
  background-size: 16px auto;
  padding-right: 40px;
  line-height: 20px;
  height: 20px;
}
@media screen and (max-width: 767px), print {
  .line-up-content-box .item-box .item p {
    font-size: 1.0rem;
  }
  .line-up-content-box .item-box .item p span {
    font-size: 1.3rem;
  }
}
.line-up-content-box .desc-box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 20;
}
.line-up-content-box .desc-box.-p1 .p {
  width: 707px;
}
.line-up-content-box .desc-box.-p2 .p {
  width: 620px;
}
.line-up-content-box .desc-box.-p3 .p {
  width: 700px;
}
.line-up-content-box .desc-box.-p4 .p {
  width: 610px;
}
.line-up-content-box .desc-box.-p5 .p {
  width: 710px;
}
.line-up-content-box .desc-box.-p6 .p {
  width: 800px;
}
.line-up-content-box .desc-box.-p7 .p {
  width: 710px;
}
.line-up-content-box .desc-box.-p8 .p {
  width: 710px;
}
@media screen and (max-width: 767px), print {
  .line-up-content-box .desc-box.-p1 .p, .line-up-content-box .desc-box.-p2 .p {
    width: 80vw;
  }
  .line-up-content-box .desc-box.-p3 .p, .line-up-content-box .desc-box.-p3-2 .p {
    width: 56vw;
  }
  .line-up-content-box .desc-box.-p4 .p {
    width: 60vw;
    margin: 18vw auto 0 !important;
  }
  .line-up-content-box .desc-box.-p4-2 .p {
    width: 56vw;
    margin: 0 auto !important;
  }
  .line-up-content-box .desc-box.-p5 .p {
    width: 58vw;
    margin: 35vw auto 0 !important;
  }
  .line-up-content-box .desc-box.-p6 .p {
    width: 60vw;
  }
  .line-up-content-box .desc-box.-p6-2 .p {
    width: 56vw;
  }
  .line-up-content-box .desc-box.-p6-3 .p {
    width: 56vw;
  }
  .line-up-content-box .desc-box.-p7 .p {
    width: 54vw;
    margin: 0 auto 0 !important;
  }
  .line-up-content-box .desc-box.-p8 .p {
    width: 62vw;
    margin: 0 auto 0 !important;
  }
}

#line_up_bk_1 .bk {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../img/line-up-1.jpg) no-repeat 0 0;
  background-size: cover;
  width: 100%;
  height: 100dvh;
  min-height: 830px;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_1 .bk {
    min-height: 100%;
  }
}
#line_up_bk_1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 60vw;
  height: 100dvh;
  min-height: 830px;
  background: url(../img/line-up-1-p-1.png) no-repeat 0 0;
  background-size: auto 100%;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_1::before {
    width: 100%;
    height: 100vw;
    min-height: 100%;
    background: url(../img/line-up-1-p-1-sp.png) no-repeat 0 0;
    background-size: 100% auto;
  }
}
#line_up_bk_1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: block;
  width: 50vw;
  height: 100dvh;
  min-height: 830px;
  background: url(../img/line-up-1-p-2.png) no-repeat 100% 0;
  background-size: auto 100%;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_1::after {
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100vw;
    min-height: 100%;
    background: url(../img/line-up-1-p-2-sp.png) no-repeat bottom center;
    background-size: 100% auto;
  }
}
#line_up_bk_1 .kitsune {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 450px;
  height: 540px;
  background: url(../img/line-up-1-kitsune.png) no-repeat 0 0;
  background-size: 100% auto;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_1 .kitsune {
    top: 113vw;
    width: 49.33vw;
    height: 65.33vw;
  }
}

#line_up_bk_2 .bk {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../img/line-up-2.jpg) no-repeat 0 0;
  background-size: cover;
  width: 100%;
  height: 100dvh;
  min-height: 830px;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_2 .bk {
    min-height: 100%;
  }
}
#line_up_bk_2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 50vw;
  height: 100dvh;
  min-height: 830px;
  background: url(../img/line-up-2-p-1.png) no-repeat 0 0;
  background-size: auto 100%;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_2::before {
    width: 100%;
    height: 70vw;
    min-height: 100%;
    background: url(../img/line-up-2-p-1-sp.png) no-repeat 0 0;
    background-size: 100% auto;
  }
}
#line_up_bk_2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: block;
  width: 50vw;
  height: 100dvh;
  min-height: 830px;
  background: url(../img/line-up-2-p-2.png) no-repeat 100% 0;
  background-size: auto 100%;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_2::after {
    display: none;
  }
}
#line_up_bk_2 .kitsune {
  position: absolute;
  left: 11vw;
  bottom: 0;
  width: 760px;
  height: 318px;
  z-index: 0;
  background: url(../img/line-up-2-kitsune.png) no-repeat 100% 0;
  background-size: 100% auto;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_2 .kitsune {
    width: 76.66vw;
    height: 38.4vw;
    background: url(../img/line-up-2-kitsune.png) no-repeat bottom center;
    background-size: 100% auto;
  }
}

@media screen and (max-width: 767px), print {
  #line_up_bk_3 .pr {
    top: 50vw;
  }
}
#line_up_bk_3 .bk {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../img/line-up-3.jpg) no-repeat 0 0;
  background-size: cover;
  width: 100%;
  height: 100dvh;
  min-height: 830px;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_3 .bk {
    min-height: 100%;
  }
}
#line_up_bk_3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 50vw;
  height: 100dvh;
  min-height: 830px;
  background: url(../img/line-up-3-p-1.png) no-repeat 0 0;
  background-size: auto 100%;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_3::before {
    width: 100%;
    height: 68vw;
    min-height: 100%;
    background: url(../img/line-up-3-p-1-sp.png) no-repeat 0 0;
    background-size: 100% auto;
  }
}
#line_up_bk_3::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  display: block;
  width: 50vw;
  height: 100dvh;
  min-height: 830px;
  background: url(../img/line-up-3-p-2.png) no-repeat 100% 0;
  background-size: auto 100%;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_3::after {
    top: 0;
    bottom: 0;
    width: 100%;
    height: 102vw;
    min-height: 100%;
    background: url(../img/line-up-3-p-2-sp.png) no-repeat bottom center;
    background-size: 100% auto;
  }
}
#line_up_bk_3 .kitsune {
  position: absolute;
  left: 18vw;
  bottom: 0;
  width: 430px;
  height: 380px;
  z-index: 0;
  background: url(../img/line-up-3-kitsune.png) no-repeat 100% 0;
  background-size: 100% auto;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_3 .kitsune {
    left: 40vw;
    width: 60vw;
    height: 60vw;
    background: url(../img/line-up-3-kitsune.png) no-repeat bottom center;
    background-size: 100% auto;
  }
}

@media screen and (max-width: 767px), print {
  #line_up_bk_3-2 .pr {
    top: 50vw;
  }
}
#line_up_bk_3-2 .bk {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../img/line-up-3.jpg) no-repeat 0 0;
  background-size: cover;
  width: 100%;
  height: 100dvh;
  min-height: 830px;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_3-2 .bk {
    min-height: 100%;
  }
}
#line_up_bk_3-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 50vw;
  height: 100dvh;
  min-height: 830px;
  background: url(../img/line-up-3-p-1.png) no-repeat 0 0;
  background-size: auto 100%;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_3-2::before {
    width: 100%;
    height: 68vw;
    min-height: 100%;
    background: url(../img/line-up-3-p-1-sp.png) no-repeat 0 0;
    background-size: 100% auto;
  }
}
#line_up_bk_3-2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  display: block;
  width: 50vw;
  height: 100dvh;
  min-height: 830px;
  background: url(../img/line-up-3-p-2.png) no-repeat 100% 0;
  background-size: auto 100%;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_3-2::after {
    top: 0;
    bottom: 0;
    width: 100%;
    height: 102vw;
    min-height: 100%;
    background: url(../img/line-up-3-p-2-sp.png) no-repeat bottom center;
    background-size: 100% auto;
  }
}
#line_up_bk_3-2 .kitsune {
  position: absolute;
  left: 18vw;
  bottom: 0;
  width: 430px;
  height: 380px;
  z-index: 0;
  background: url(../img/line-up-3-kitsune.png) no-repeat 100% 0;
  background-size: 100% auto;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_3-2 .kitsune {
    left: 40vw;
    width: 60vw;
    height: 60vw;
    background: url(../img/line-up-3-kitsune.png) no-repeat bottom center;
    background-size: 100% auto;
  }
}

#line_up_bk_4 .__ttl h2 {
  position: relative;
}
#line_up_bk_4 .new {
  position: absolute;
  top: -50px;
  left: calc(50% - 370px);
  width: 84px;
  height: 84px;
  background: url(../img/icon-new.png) no-repeat 0 0;
  background-size: 100% auto;
  text-indent: -9999px;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_4 .new {
    top: -16vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 12.5vw;
    height: 12.5vw;
  }
}
#line_up_bk_4 .bk {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../img/line-up-4-1-2.jpg) no-repeat 0 0;
  background-size: cover;
  width: 100%;
  height: 100dvh;
  min-height: 830px;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_4 .bk {
    min-height: 100%;
  }
}
#line_up_bk_4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 50vw;
  height: 100dvh;
  min-height: 830px;
  background: url(../img/line-up-4-p-1-2.png) no-repeat 0 0;
  background-size: auto 100%;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_4::before {
    width: 100%;
    height: 68vw;
    min-height: 100%;
    top: 35vw;
    background: url(../img/line-up-4-p-1-2-sp.png) no-repeat 0 0;
    background-size: 100% auto;
  }
}
#line_up_bk_4::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  display: block;
  width: 50vw;
  height: 100dvh;
  min-height: 830px;
  background: url(../img/line-up-4-p-2-2.png) no-repeat 100% 0;
  background-size: auto 100%;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_4::after {
    top: 0;
    bottom: 0;
    width: 100%;
    height: 51.73vw;
    min-height: 100%;
    background: url(../img/line-up-4-p-2-2-sp.png) no-repeat bottom center;
    background-size: 100% auto;
  }
}
#line_up_bk_4 .kitsune {
  position: absolute;
  right: 20vw;
  bottom: 0;
  width: 650px;
  height: 194px;
  z-index: 30;
  background: url(../img/line-up-4-kitsune.png) no-repeat 100% 0;
  background-size: 100% auto;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_4 .kitsune {
    right: 0;
    margin-left: auto;
    width: 58.13vw;
    height: 26.66vw;
    z-index: 10 !important;
    background: url(../img/line-up-4-kitsune-sp.png) no-repeat 0 0;
    background-size: 100% auto;
  }
}

@media screen and (max-width: 767px), print {
  #line_up_bk_5 .pr {
    top: 58vw;
  }
}
#line_up_bk_5 .bk {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../img/line-up-5.jpg) no-repeat 0 0;
  background-size: cover;
  width: 100%;
  height: 100dvh;
  min-height: 830px;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_5 .bk {
    min-height: 100%;
  }
}
#line_up_bk_5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 50vw;
  height: 100dvh;
  min-height: 830px;
  background: url(../img/line-up-5-p-1.png) no-repeat 0 0;
  background-size: auto 100%;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_5::before {
    width: 100%;
    height: 76vw;
    min-height: 100%;
    background: url(../img/line-up-5-p-1-sp.png) no-repeat 0 0;
    background-size: 100% auto;
  }
}
#line_up_bk_5::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  display: block;
  width: 50vw;
  height: 100dvh;
  min-height: 830px;
  background: url(../img/line-up-5-p-2.png) no-repeat 100% 0;
  background-size: auto 100%;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_5::after {
    top: 0;
    bottom: 0;
    width: 100%;
    height: 44vw;
    min-height: 100%;
    background: url(../img/line-up-5-p-2-sp.png) no-repeat bottom center;
    background-size: 100% auto;
  }
}
#line_up_bk_5 .kitsune {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 545px;
  height: 300px;
  z-index: 0;
  background: url(../img/line-up-5-kitsune.png) no-repeat 100% 0;
  background-size: 100% auto;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_5 .kitsune {
    bottom: 10.66vw;
    width: 66.66vw;
    height: 56vw;
    background: url(../img/line-up-5-kitsune-sp.png) no-repeat 100% 0;
    background-size: 100% auto;
  }
}

@media screen and (max-width: 767px), print {
  #line_up_bk_6 .pr {
    top: 58vw;
  }
}
#line_up_bk_6 .bk {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../img/line-up-6.jpg) no-repeat 0 0;
  background-size: cover;
  width: 100%;
  height: 100dvh;
  min-height: 830px;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_6 .bk {
    min-height: 100%;
  }
}
#line_up_bk_6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 50vw;
  height: 100dvh;
  min-height: 830px;
  background: url(../img/line-up-6-p-1.png) no-repeat 0 0;
  background-size: auto 100%;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_6::before {
    width: 100%;
    height: 55vw;
    min-height: 100%;
    background: url(../img/line-up-6-p-1-sp.png) no-repeat 0 0;
    background-size: 100% auto;
  }
}
#line_up_bk_6::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  display: block;
  width: 50vw;
  height: 100dvh;
  min-height: 830px;
  background: url(../img/line-up-6-p-2.png) no-repeat 100% 0;
  background-size: auto 100%;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_6::after {
    top: 0;
    bottom: 0;
    width: 100%;
    height: 86vw;
    min-height: 100%;
    background: url(../img/line-up-6-p-2-sp.png) no-repeat bottom center;
    background-size: 100% auto;
  }
}
#line_up_bk_6 .kitsune {
  position: absolute;
  right: 7vw;
  bottom: 0;
  width: 380px;
  height: 425px;
  z-index: 0;
  background: url(../img/line-up-6-kitsune.png) no-repeat 100% 0;
  background-size: 100% auto;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_6 .kitsune {
    right: 27.46vw;
    width: 50vw;
    height: 56vw;
  }
}

#line_up_bk_7 .__ttl h2 {
  position: relative;
}
#line_up_bk_7 .new {
  position: absolute;
  top: -50px;
  left: calc(50% - 370px);
  width: 84px;
  height: 84px;
  background: url(../img/icon-new.png) no-repeat 0 0;
  background-size: 100% auto;
  text-indent: -9999px;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_7 .new {
    top: -16vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 12.5vw;
    height: 12.5vw;
  }
}
#line_up_bk_7 .bk {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../img/line-up-7.jpg) no-repeat 0 0;
  background-size: cover;
  width: 100%;
  height: 100dvh;
  min-height: 830px;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_7 .bk {
    min-height: 100%;
  }
}
#line_up_bk_7::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 50vw;
  height: 100dvh;
  min-height: 830px;
  background: url(../img/line-up-7-p-1.png) no-repeat 0 0;
  background-size: auto 100%;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_7::before {
    width: 100%;
    height: 100dvh;
    min-height: 100%;
    background: url(../img/line-up-7-p-1-sp.png) no-repeat 0 0;
    background-size: 100% auto;
  }
}
#line_up_bk_7::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  display: block;
  width: 50vw;
  height: 100dvh;
  min-height: 830px;
  background: url(../img/line-up-7-p-2.png) no-repeat 100% 0;
  background-size: auto 100%;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_7::after {
    display: none;
  }
}
#line_up_bk_7 .kitsune {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 414px;
  height: 286px;
  z-index: 0;
  background: url(../img/line-up-7-kitsune.png) no-repeat right bottom;
  background-size: 100% auto;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_7 .kitsune {
    width: 56vw;
    height: 37vw;
  }
}

#line_up_bk_8 .__ttl h2 {
  position: relative;
}
#line_up_bk_8 .new {
  position: absolute;
  top: -50px;
  left: calc(50% - 300px);
  width: 84px;
  height: 84px;
  background: url(../img/icon-new.png) no-repeat 0 0;
  background-size: 100% auto;
  text-indent: -9999px;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_8 .new {
    top: -16vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 12.5vw;
    height: 12.5vw;
  }
}
#line_up_bk_8 .bk {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../img/line-up-8.jpg) no-repeat 0 0;
  background-size: cover;
  width: 100%;
  height: 100dvh;
  min-height: 830px;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_8 .bk {
    min-height: 100%;
  }
}
#line_up_bk_8::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 50vw;
  height: 100dvh;
  min-height: 830px;
  background: url(../img/line-up-8-p-1.png) no-repeat 0 0;
  background-size: auto 100%;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_8::before {
    width: 100%;
    height: 100dvh;
    min-height: 100%;
    background: url(../img/line-up-8-p-1-sp.png) no-repeat bottom center;
    background-size: 100% auto;
  }
}
#line_up_bk_8::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  display: block;
  width: 50vw;
  height: 100dvh;
  min-height: 830px;
  background: url(../img/line-up-8-p-2.png) no-repeat 100% 0;
  background-size: auto 100%;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_8::after {
    display: none;
  }
}
#line_up_bk_8 .kitsune {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 397px;
  height: 314px;
  z-index: 0;
  background: url(../img/line-up-8-kitsune.png) no-repeat right bottom;
  background-size: 100% auto;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_8 .kitsune {
    background: url(../img/line-up-8-kitsune-sp.png) no-repeat right bottom;
    background-size: 100% auto;
    width: 51vw;
    height: 50vw;
  }
}

#line_up_bk_9 .new {
  z-index: 30;
  position: absolute;
  top: -50px;
  left: calc(50% - 390px);
  width: 84px;
  height: 84px;
  background: url(../img/icon-new.png) no-repeat 0 0;
  background-size: 100% auto;
  text-indent: -9999px;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_9 .new {
    top: -16vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 12.5vw;
    height: 12.5vw;
  }
}
#line_up_bk_9 .bk {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../img/line-up-9.jpg) no-repeat 0 0;
  background-size: cover;
  width: 100%;
  height: 100dvh;
  min-height: 830px;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_9 .bk {
    min-height: 100%;
  }
}
#line_up_bk_9::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 60vw;
  height: 100dvh;
  min-height: 830px;
  background: url(../img/line-up-9-p-1.png) no-repeat 0 0;
  background-size: auto 100%;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_9::before {
    width: 100%;
    height: 100vw;
    min-height: 100%;
    background: url(../img/line-up-9-p-1-sp.png) no-repeat 0 0;
    background-size: 100% auto;
  }
}
#line_up_bk_9::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: block;
  width: 50vw;
  height: 100dvh;
  min-height: 830px;
  background: url(../img/line-up-9-p-2.png) no-repeat 100% 0;
  background-size: auto 100%;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_9::after {
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100vw;
    min-height: 100%;
    background: url(../img/line-up-9-p-2-sp.png) no-repeat bottom center;
    background-size: 100% auto;
  }
}
#line_up_bk_9 .okami {
  position: absolute;
  right: 0;
  bottom: 6vw;
  width: 435px;
  height: 510px;
  background: url(../img/line-up-9-okami.png) no-repeat 0 0;
  background-size: 100% auto;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_9 .okami {
    background: url(../img/line-up-9-okami-sp.png) no-repeat 0 0;
    background-size: 100% auto;
    bottom: 6.6vw;
    width: 45vw;
    height: 65vw;
  }
}

#line_up_bk_10 .new {
  z-index: 30;
  position: absolute;
  top: -50px;
  left: calc(50% - 410px);
  width: 84px;
  height: 84px;
  background: url(../img/icon-new.png) no-repeat 0 0;
  background-size: 100% auto;
  text-indent: -9999px;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_10 .new {
    top: -16vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 12.5vw;
    height: 12.5vw;
  }
}
#line_up_bk_10 .bk {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../img/line-up-10.jpg) no-repeat 0 0;
  background-size: cover;
  width: 100%;
  height: 100dvh;
  min-height: 830px;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_10 .bk {
    min-height: 100%;
  }
}
#line_up_bk_10::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 33vw;
  height: 100dvh;
  min-height: 830px;
  background: url(../img/line-up-10-p-1.png) no-repeat 0 100%;
  background-size: 100% auto;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_10::before {
    width: 100%;
    height: 100vw;
    min-height: 100%;
    background: url(../img/line-up-10-p-1-sp.png) no-repeat 0 0;
    background-size: 100% auto;
  }
}
#line_up_bk_10::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: block;
  width: 25vw;
  height: 100dvh;
  min-height: 830px;
  background: url(../img/line-up-10-p-2.png) no-repeat 100% 0;
  background-size: 100% auto;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_10::after {
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100vw;
    min-height: 100%;
    background: url(../img/line-up-10-p-2-sp.png) no-repeat bottom center;
    background-size: 100% auto;
  }
}
#line_up_bk_10 .kitsune {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 412px;
  height: 280px;
  background: url(../img/line-up-10-kitsune.png) no-repeat 0 0;
  background-size: 100% auto;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_10 .kitsune {
    background: url(../img/line-up-10-kitsune-sp.png) no-repeat 0 0;
    background-size: 100% auto;
    bottom: 0;
    width: 41.6vw;
    height: 47.6vw;
  }
}

#line_up_bk_11 .new {
  z-index: 30;
  position: absolute;
  top: -50px;
  left: calc(50% - 425px);
  width: 84px;
  height: 84px;
  background: url(../img/icon-new.png) no-repeat 0 0;
  background-size: 100% auto;
  text-indent: -9999px;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_11 .new {
    top: -16vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 12.5vw;
    height: 12.5vw;
  }
}
#line_up_bk_11 .bk {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../img/line-up-11.jpg) no-repeat 0 0;
  background-size: cover;
  width: 100%;
  height: 100dvh;
  min-height: 830px;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_11 .bk {
    min-height: 100%;
  }
}
#line_up_bk_11::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 21vw;
  height: 100dvh;
  min-height: 830px;
  background: url(../img/line-up-11-p-1.png) no-repeat 0 0;
  background-size: 100% auto;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_11::before {
    width: 100%;
    height: 100vw;
    min-height: 100%;
    background: url(../img/line-up-11-p-1-sp.png) no-repeat 0 0;
    background-size: 100% auto;
  }
}
#line_up_bk_11::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  display: block;
  width: 34vw;
  height: 100dvh;
  min-height: 830px;
  background: url(../img/line-up-11-p-2.png) no-repeat 0 100%;
  background-size: 100% auto;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_11::after {
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100vw;
    min-height: 100%;
    background: url(../img/line-up-11-p-2-sp.png) no-repeat bottom center;
    background-size: 100% auto;
  }
}
#line_up_bk_11 .okami {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 348px;
  height: 372px;
  background: url(../img/line-up-11-okami.png) no-repeat 0 100%;
  background-size: 100% auto;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_11 .okami {
    background: url(../img/line-up-11-okami-sp.png) no-repeat 0 0;
    background-size: 100% auto;
    bottom: 0;
    width: 41.6vw;
    height: 47.6vw;
  }
}
#line_up_bk_11 .kitsune {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 472px;
  height: 270px;
  background: url(../img/line-up-11-kitsune.png) no-repeat 0 100%;
  background-size: 100% auto;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_11 .kitsune {
    background: url(../img/line-up-11-kitsune-sp.png) no-repeat 0 100%;
    background-size: 100% auto;
    bottom: 0;
    width: 41.6vw;
    height: 47.6vw;
  }
}

#line_up_bk_12 .new {
  z-index: 30;
  position: absolute;
  top: -50px;
  left: calc(50% - 400px);
  width: 84px;
  height: 84px;
  background: url(../img/icon-new.png) no-repeat 0 0;
  background-size: 100% auto;
  text-indent: -9999px;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_12 .new {
    top: -16vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 12.5vw;
    height: 12.5vw;
  }
}
#line_up_bk_12 .bk {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../img/line-up-12.jpg) no-repeat 0 0;
  background-size: cover;
  width: 100%;
  height: 100dvh;
  min-height: 830px;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_12 .bk {
    min-height: 100%;
  }
}
#line_up_bk_12::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 17.34vw;
  height: 100dvh;
  min-height: 830px;
  background: url(../img/line-up-12-p-1.png) no-repeat 0 0;
  background-size: 100% auto;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_12::before {
    width: 100%;
    height: 100vw;
    min-height: 100%;
    background: url(../img/line-up-12-p-1-sp.png) no-repeat 0 0;
    background-size: 100% auto;
  }
}
#line_up_bk_12::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  display: block;
  width: 18.75vw;
  height: 100dvh;
  min-height: 830px;
  background: url(../img/line-up-12-p-2.png) no-repeat 0 100%;
  background-size: 100% auto;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_12::after {
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100vw;
    min-height: 100%;
    background: url(../img/line-up-12-p-2-sp.png) no-repeat bottom center;
    background-size: 100% auto;
  }
}
#line_up_bk_12 .p {
  position: relative;
}
#line_up_bk_12 .tori-tenpo {
  position: absolute;
  right: -108px;
  bottom: -47px;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_12 .tori-tenpo {
    right: 0;
    bottom: 0;
    top: -7.4vw;
    left: 0;
    margin: 0 auto auto;
  }
}
#line_up_bk_12 .tori-tenpo a {
  display: block;
  width: 176px;
  height: 119px;
  background: url(../img/tori-tenpo.png) no-repeat 0 0;
  background-size: 100% auto;
  text-indent: -9999px;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_12 .tori-tenpo a {
    width: 23.6vw;
    height: 16.26vw;
  }
}
#line_up_bk_12 .okami {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 348px;
  height: 372px;
  background: url(../img/line-up-12-okami.png) no-repeat 0 100%;
  background-size: 100% auto;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_12 .okami {
    background: url(../img/line-up-12-okami-sp.png) no-repeat 0 0;
    background-size: 100% auto;
    bottom: 0;
    width: 41.6vw;
    height: 47.6vw;
  }
}
#line_up_bk_12 .kitsune {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 472px;
  height: 270px;
  background: url(../img/line-up-11-kitsune.png) no-repeat 0 100%;
  background-size: 100% auto;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_12 .kitsune {
    background: url(../img/line-up-11-kitsune-sp.png) no-repeat 0 100%;
    background-size: 100% auto;
    bottom: 0;
    width: 41.6vw;
    height: 47.6vw;
  }
}

#shop {
  width: 100%;
  min-height: 1000px;
  position: relative;
  background: #FFF url(../img/bk2.jpg) no-repeat bottom center;
  background-size: 100% auto;
  padding: 280px 0 0;
}
#shop .__inner {
  width: 970px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
#shop .__inner::before {
  content: "";
  display: block;
  width: 190px;
  height: 190px;
  background: url(../img/sun.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: -160px;
  left: -35px;
}
@media screen and (max-width: 767px), print {
  #shop {
    padding: 31.6vw 0 0;
    min-height: 100%;
  }
  #shop .__inner {
    width: 100%;
  }
  #shop .__inner::before {
    width: 24.66vw;
    height: 24.66vw;
    top: -20.4vw;
    left: -4vw;
    z-index: 0;
  }
}
#shop .ttl {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px), print {
  #shop .ttl {
    margin-bottom: 9.3vw;
    position: relative;
    z-index: 2;
  }
}
#shop .c {
  font-size: 2.9rem;
  line-height: 38px;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-align: center;
  margin: 0 auto 40px;
  display: block;
  width: 220px;
  height: 38px;
  position: relative;
}
#shop .c::after, #shop .c::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 38px;
  top: 0;
}
#shop .c::before {
  left: 0;
  background: url(../img/ttl-line-l.png) no-repeat center;
  background-size: auto 100%;
}
#shop .c::after {
  right: 0;
  background: url(../img/ttl-line-r.png) no-repeat center;
  background-size: auto 100%;
}
@media screen and (max-width: 767px), print {
  #shop .c {
    font-size: 1.5rem;
    line-height: 4.8vw;
    margin: 0 auto 5.3vw;
    width: 29.33vw;
    height: 4.8vw;
  }
  #shop .c::after, #shop .c::before {
    width: 2.4vw;
    height: 4.8vw;
  }
}
#shop .pop-up-lists {
  position: relative;
  padding-bottom: 41.25vw;
}
@media screen and (max-width: 767px), print {
  #shop .pop-up-lists {
    width: 70vw;
    margin: 0 auto;
    padding-bottom: 46.25vw;
  }
}
#shop .pop-up-lists::before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: url(../img/pop-up-line.jpg) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px), print {
  #shop .pop-up-lists::before {
    height: 1.4vw;
  }
}
#shop .pop-up-lists li {
  position: relative;
  padding: 30px 0;
}
@media screen and (max-width: 767px), print {
  #shop .pop-up-lists li {
    padding: 4vw 0;
  }
}
#shop .pop-up-lists li::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: url(../img/pop-up-line.jpg) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px), print {
  #shop .pop-up-lists li::after {
    height: 1.4vw;
  }
}
#shop .pop-up-lists li .tl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 30px;
  cursor: pointer;
}
@media screen and (max-width: 767px), print {
  #shop .pop-up-lists li .tl {
    display: block;
    position: relative;
    padding: 0 3vw;
  }
}
#shop .pop-up-lists li .co {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px 30px 0;
}
@media screen and (max-width: 767px), print {
  #shop .pop-up-lists li .co {
    display: block;
    position: relative;
    padding: 2.6vw 3vw 0;
  }
}
#shop .pop-up-lists li h3 {
  font-size: 2.1rem;
  line-height: 1.0;
  letter-spacing: 0.05em;
  width: 600px;
}
@media screen and (max-width: 767px), print {
  #shop .pop-up-lists li h3 {
    font-size: 1.4rem;
    width: 100%;
  }
}
#shop .pop-up-lists li .date {
  flex: 1;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px), print {
  #shop .pop-up-lists li .date {
    font-size: 1.2rem;
    padding-top: 1.3vw;
  }
}
#shop .pop-up-lists li .date span {
  display: block;
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 15px 0 0;
}
@media screen and (max-width: 767px), print {
  #shop .pop-up-lists li .date span {
    font-size: 1.0rem;
    padding: 2.5vw 0 0;
  }
}
#shop .pop-up-lists li .ad {
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  width: 600px;
}
@media screen and (max-width: 767px), print {
  #shop .pop-up-lists li .ad {
    font-size: 1.0rem;
    width: 100%;
  }
}
#shop .pop-up-lists li .btn {
  width: 30px;
  height: 17px;
  background: url(../img/arrow-down.svg) no-repeat 0 0;
  background-size: 100% auto;
}
#shop .pop-up-lists li .btn.__open {
  background: url(../img/arrow-up.svg) no-repeat 0 0;
  background-size: 100% auto;
}
@media screen and (max-width: 767px), print {
  #shop .pop-up-lists li .btn {
    width: 4.8vw;
    height: 2.4vw;
    position: absolute;
    top: 1.6vw;
    bottom: 0;
    left: 0;
    right: 3vw;
    margin: 0 0 auto auto;
  }
}

.btn-google a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border: #231815 solid 1px;
  width: 126px;
  height: 38px;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.btn-google a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
@media screen and (max-width: 767px), print {
  .btn-google a {
    width: 20.53vw;
    height: 4.8vw;
    font-size: 1.0rem;
    margin: 2.6vw 0 0;
  }
}
