@charset "utf-8";

/* =====================================================
    調整
===================================================== */
html {
	background-color: transparent !important;
}

body {
  background-color: #000;
  font-family: sans-serif;
}

img {
  width: 100%;
}

/*--SPのみ表示用--*/
@media only screen and (max-width: 429px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

@media only screen and (min-width: 430px) and (max-width: 767px) {
  .sp {
    display: none;
  }

  .pc {
    display: none;
  }
}

/*--PCのみ表示用--*/
@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }
}

.is-hidden {
  display: none !important;
}

/* =====================================================
    FONT(Width-based standard 430px)
===================================================== */
:root {
  --leading-trim: calc((1em - 1lh) / 2);
  --font-size-8: min(1.8604651162790697vw, 8px);
  --font-size-10: min(2.3255813953488373vw, 10px);
  --font-size-12: min(2.7906976744186047vw, 12px);
  --font-size-14: min(3.255813953488372vw, 14px);
  --font-size-16: min(3.7209302325581395vw, 16px);
  --font-size-18: min(4.186046511627907vw, 18px);
  --font-size-20: min(4.651162790697675vw, 20px);
  --font-size-22: min(5.116279069767442vw, 22px);
  --font-size-24: min(5.5813953488372094vw, 24px);
  --font-size-26: min(6.046511627906977vw, 26px);
  --font-size-28: min(6.511627906976744vw, 28px);
  --font-size-30: min(6.976744186046512vw, 30px);
  --font-size-32: min(7.441860465116279vw, 32px);
  --font-size-34: min(7.906976744186046vw, 34px);
  --font-size-36: min(8.372093023255815vw, 36px);
  --font-size-38: min(8.837209302325581vw, 38px);
  --font-size-40: min(9.30232558139535vw, 40px);
  --font-size-50: min(11.627906976744185vw, 50px);
  --font-size-60: min(13.953488372093023vw, 60px);
}

@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }
}

/*Hiragino Mincho ProN W6*/
.fjp01 {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
}

/*A P-OTF 見出ゴMB31 Pr6N B*/
.fjp02 {
  font-family: "MFW-PMidashiGoMB31Pr6N-Bold";
}

/*A P-OTF 中ゴシックBBB Pr6N R*/
.fjp03 {
  font-family: "MFW-PGothicBBBPr6N-Regular";
}

/*Anzeigen Grotesk*/
.fen01 {
  font-family: anzeigen-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*Dharma Gothic E Bold Italic*/
.fen02 {
  font-family: "dharma-gothic-e", sans-serif;
  font-weight: 700;
  font-style: italic;
}

/* =========================
    CONTENTS
========================= */
.contents {
  width: 100%;
}

.contents-wrap {
  width: 100%;
  margin: 0 auto;
  background: #272727;
  text-align: center;
}

/* =====================================================
    KV
===================================================== */
.kv {
  width: 100%;
  margin: 0 auto;
  border-bottom: 3px solid #D71A18;
}

/* =====================================================
    LEAD
===================================================== */
.lead {
  width: 100%;
  margin: 60px auto 0;
}

.lead h2 {
  font-size: var(--font-size-60);
  line-height: 1;
  color: #3E3E40;
  text-align: center;
}

.lead p {
  width: calc(100% - 30px * 2);
  margin: -30px auto 0;
  font-size: var(--font-size-14);
  line-height: 2;
  color: #fff;
  text-align: left;
}

.lead img {
  width: min(120px, 27.90%);
  margin: 50px auto 0;
}

@media only screen and (min-width: 768px) {
.lead h2 {
  font-size: 90px;
}

.lead p {
  width: 100%;
  text-align: center;
}

.lead img {
  width: 180px;
  margin: 30px auto 0;
}
}

/* =====================================================
    SEASON IMG
===================================================== */
.season01 .season-wrap {
  width: min(1200px, 100vw);
  margin: 40px auto 0;
  position: relative;
}

.season02 .season-wrap {
  width: 100%;
  margin: 80px auto 0;
  position: relative;
}

.season-bg {
  display: none;
}

.season-group {
  display: flex;
  justify-content: center;
  align-items: center;
}

.season-group picture{
  opacity: 0;
  filter: blur(10px);
}

.season-group picture:nth-child(odd) {
  width: 33.256%;
}

.season-group picture:nth-child(even) {
  width: 33.488%;
}

@media only screen and (min-width: 768px) {
.season01 .season-wrap {
  margin: 20px auto 0;
}

.season-bg {
  display: block;
}

.season-group {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  gap: 40px;
}

.season-group picture:nth-child(odd), 
.season-group picture:nth-child(even) {
  width: 25%;
}
}

/* =====================================================
    ITEM
===================================================== */
.item {
  width: 100%;
  margin: 60px auto 0;
}

.item h2 {
  font-size: var(--font-size-60);
  line-height: 1;
  color: #3E3E40;
  text-align: center;
}

.item h3 {
  margin: -20px auto 0;
  font-size: var(--font-size-28);
  line-height: 1;
  color: #fff;
  text-align: center;
}

.item-wrap {
  width: calc(100% - 30px * 2);
  margin: 60px auto 0;
  padding: 20px 30px 40px;
  background-color: #000;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
}

.item-wrap.item01 {
  background-image: url(/campaign/2026/vivant/0710/images/bg_item_01.jpg);
}

.item-wrap.item02 {
  background-image: url(/campaign/2026/vivant/0710/images/bg_item_02.jpg);
}

.item-wrap.item03 {
  background-image: url(/campaign/2026/vivant/0710/images/bg_item_03.jpg);
}

.item-wrap.item04 {
  background-image: url(/campaign/2026/vivant/0710/images/bg_item_04.jpg);
}

.item-wrap.item05 {
  background-image: url(/campaign/2026/vivant/0710/images/bg_item_05.jpg);
}

.item-wrap.item06 {
  background-image: url(/campaign/2026/vivant/0710/images/bg_item_06.jpg);
}

.item-wrap.item07 {
  background-image: url(/campaign/2026/vivant/0710/images/bg_item_07.jpg);
}

.item-wrap.item08 {
  background-image: url(/campaign/2026/vivant/0710/images/bg_item_08.jpg);
}

.item-wrap.item09 {
  background-image: url(/campaign/2026/vivant/0710/images/bg_item_09.jpg);
}

.item-wrap.item10 {
  background-image: url(/campaign/2026/vivant/0710/images/bg_item_10.jpg);
}

.item-wrap.item11 {
  background-image: url(/campaign/2026/vivant/0710/images/bg_item_11.jpg);
}

.item-text h4 {
  font-size: var(--font-size-50);
  line-height: 1;
  color: #3E3E40;
  text-align: left;
}

.item-text h5 {
  margin: -20px auto 0;
  font-size: var(--font-size-24);
  line-height: 1.5;
  color: #D71A18;
  text-align: left;
}

.item-text p {
  margin: 40px auto 0;
  font-size: var(--font-size-14);
  line-height: 2;
  color: #fff;
  text-align: left;
}

.item-img {
  margin: 40px auto 0;
}

.item-img a.disable {
  pointer-events: none;
}

.item-img img {
  opacity: 0;
  filter: blur(10px);
}

.item-credit .item-price {
  margin: 20px auto 0;
  font-size: var(--font-size-24);
  line-height: 1;
  color: #fff;
  text-align: center;
}

.item-credit .item-btn {
  width: calc(100% - 20px * 2);
  margin: 20px auto 0;
}

.item-credit .item-btn a {
  width: 100%;
  height: 45px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.item-credit .item-btn a span {
  font-size: var(--font-size-20);
  line-height: 1;
  color: #fff;
  text-align: center;
}

.item-credit .item-btn a.disable {
  background-color: #3E3E40;
  border: 1px solid #fff;
  pointer-events: none;
}

.item-credit .item-btn a.disable span:nth-of-type(2) {
  display: none;
}

.item-credit .item-btn a.enable {
  background-color: #D71A18;
  border: 1px solid #fff;
}

.item-credit .item-btn a.enable span:nth-of-type(1) {
  display: none;
}

.item-credit .item-btn a.enable:hover {
  background-color: #fff;
  border: 1px solid #D71A18;
}

.item-credit .item-btn a.enable:hover span {
  color: #D71A18;
}

@media only screen and (min-width: 768px) {
.item {
  width: 100%;
  margin: 86px auto 0;
}

.item h2 {
  font-size: 90px;
}

.item h3 {
  margin: -25px auto 0;
}

.item-wrap {
  width: min(900px, 100vw);
  margin: 60px auto 0;
  padding: 40px;
  background-size: 41.11%;
}

.item-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.item-text {
  width: min(380px, 100vw);
}

.item-text h4 {
  font-size: min(7.222222222222221vw, 65px);
}

.item-img {
  width: min(400px, 100vw);
  margin: 0 auto;
}

.item-credit .item-price {
  margin: 40px auto 0;
}

.item-credit .item-btn {
  width: min(270px, 100vw);
}
}

/* =====================================================
    ALL ITEMS
===================================================== */
.allitem {
  width: 100%;
  margin: 60px auto 0;
}

.allitem h2 {
  font-size: var(--font-size-60);
  line-height: 1;
  color: #3E3E40;
  text-align: center;
}

.allitem-btn {
  width: calc(100% - 60px * 2);
  margin: 20px auto 0;
}

.allitem-btn a {
  width: 100%;
  height: 45px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.allitem-btn a span:nth-of-type(1) {
  font-size: var(--font-size-20);
  line-height: 1;
  color: #fff;
  text-align: center;
}

.allitem-btn a span:nth-of-type(2) {
  font-size: var(--font-size-16);
  line-height: 1;
  color: #fff;
  text-align: center;
}

.allitem-btn a.disable {
  background-color: #3E3E40;
  border: 1px solid #fff;
  pointer-events: none;
}

.allitem-btn a.disable span:nth-of-type(2) {
  display: none;
}

.allitem-btn a.enable {
  background-color: #D71A18;
  border: 1px solid #fff;
}

.allitem-btn a.enable span:nth-of-type(1) {
  display: none;
}

.allitem-btn a.enable:hover {
  background-color: #fff;
  border: 1px solid #D71A18;
}

.allitem-btn a.enable:hover span {
  color: #D71A18;
}

@media only screen and (min-width: 768px) {
.allitem {
  margin: 80px auto 0;
}

.allitem h2 {
  font-size: 90px;
}

.allitem-btn {
  width: min(310px, 100vw);
}
}

/* =====================================================
    INFORMATION
===================================================== */
.info {
  width: 100%;
  margin: 60px auto 0;
}

.info h2 {
  font-size: var(--font-size-60);
  line-height: 1;
  color: #3E3E40;
  text-align: center;
}

.info h3 {
  margin: -20px auto 0;
  font-size: var(--font-size-28);
  line-height: 1;
  color: #fff;
  text-align: center;
}

.info p {
  width: calc(100% - 30px * 2);
  margin: 30px auto 0;
  font-size: var(--font-size-14);
  line-height: 2;
  color: #fff;
  text-align: left;
}

.shop-wrap {
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #D71A18;
}

.shop-wrap h4 {
  width: 158px;
  height: 24px;
  margin: 30px auto 0;
  background-color: #D71A18;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  font-size: var(--font-size-14);
  line-height: 24px;
  color: #fff;
  text-align: center;
}

.shop-wrap .shop-list {
  margin: 30px auto 0;
  font-size: var(--font-size-14);
  line-height: 2;
  color: #fff;
  text-align: center;
}

.shop-wrap .shop-list a:hover {
  text-decoration: underline;
}

.shop-wrap .notes {
  width: calc(100% - 45px * 2);
  margin: 30px auto 0;
  font-size: var(--font-size-12);
  line-height: 2;
  color: #fff;
  text-align: left;
}

.schedule-wrap {
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #D71A18;
}

.schedule-wrap h4 {
  width: 115px;
  height: 24px;
  margin: 30px auto 0;
  background-color: #D71A18;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  font-size: var(--font-size-14);
  line-height: 24px;
  color: #fff;
  text-align: center;
}

.schedule-wrap h5 {
  margin: 30px auto 0;
  font-size: var(--font-size-16);
  line-height: 1;
  color: #D71A18;
  text-align: center;
}

.schedule-wrap .date {
  margin: 10px auto 0;
  font-size: var(--font-size-14);
  line-height: 1;
  color: #fff;
  text-align: center;
}

.schedule-wrap .notes {
  margin: 10px auto 0;
  font-size: var(--font-size-12);
  line-height: 1;
  color: #fff;
  text-align: center;
}

.help-wrap {
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #D71A18;
}

.help-wrap p {
  width: calc(100% - 30px * 2);
  margin: 30px auto 0;
  font-size: var(--font-size-14);
  line-height: 2;
  color: #fff;
  text-align: left;
}

.help-wrap p a {
  color: #FAC900;
}

.help-wrap p a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
.info {
  margin: 80px auto 0;
}

.info h2 {
  font-size: 90px;
}

.info h3 {
  margin: -25px auto 0;
}

.info p {
  width: 100%;
  text-align: center;
}

.shop-wrap {
  width: 740px;
  margin: 0 auto;
}

.shop-wrap .shop-list {
  width: 500px;
  display: grid;
  grid-template-columns: repeat(2, 250px);
  align-items: center;
}

.shop-wrap .notes {
  width: 500px;
  margin: 30px auto 0;
}

.schedule-wrap {
  width: 740px;
  margin: 0 auto;
}

.help-wrap {
  width: 740px;
  margin: 0 auto;
}
}

/* =====================================================
    CONTACT
===================================================== */
.contact {
  width: 100%;
  margin: 60px auto 0;
}

.contact h2 {
  font-size: var(--font-size-60);
  line-height: 1;
  color: #3E3E40;
  text-align: center;
}

.contact h3 {
  margin: -20px auto 0;
  font-size: var(--font-size-28);
  line-height: 1;
  color: #fff;
  text-align: center;
}

.contact p {
  width: calc(100% - 30px * 2);
  margin: 30px auto 0;
  font-size: var(--font-size-14);
  line-height: 2;
  color: #fff;
  text-align: left;
}

.sic-wrap {
  width: 100%;
}

.sic-wrap h4 {
  margin: 30px auto 0;
  font-size: var(--font-size-16);
  line-height: 1;
  color: #D71A18;
  text-align: center;
}

.sic-wrap .tel {
  margin: 10px auto 0;
  font-size: var(--font-size-28);
  line-height: 1;
  color: #fff;
  text-align: center;
}

.sic-wrap .hours {
  margin: 15px auto 0;
  font-size: var(--font-size-12);
  line-height: 1;
  color: #fff;
  text-align: center;
}

@media only screen and (min-width: 768px) {
.contact h2 {
  font-size: 90px;
}

.contact h3 {
  margin: -25px auto 0;
}

.contact p {
  width: 100%;
  text-align: center;
}
}

/* =====================================================
    EVENT
===================================================== */
.event {
  width: calc(100% - 30px * 2);
  margin: 60px auto 0;
  padding: 30px;
  background-color: #000;
  border: 1px solid #D71A18;
}

.popup-wrap {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D71A18;
}

.popup-wrap h3 {
  font-size: var(--font-size-30);
  line-height: 1;
  color: #fff;
  text-align: left;
}

.popup-wrap h4 {
  margin: 10px auto 0;
  font-size: var(--font-size-24);
  line-height: 1.5;
  color: #D71A18;
  text-align: left;
}

.popup-inner {
  margin: 20px auto 0;
}

.popup-inner p {
  margin: 30px auto 0;
  font-size: var(--font-size-14);
  line-height: 2;
  color: #fff;
  text-align: left;
}

.popup-inner p a {
  color: #fff;
}

.popup-inner p a:hover {
  text-decoration: underline;
}

.movie-wrap h3 {
  font-size: var(--font-size-30);
  line-height: 1;
  color: #fff;
  text-align: left;
}

.movie-wrap h4 {
  margin: 10px auto 0;
  font-size: var(--font-size-24);
  line-height: 1.5;
  color: #D71A18;
  text-align: left;
}

.movie-inner {
  margin: 20px auto 0;
}

.movie-inner .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.movie-inner .youtube iframe {
  width: 100%;
  height: 100%;
}

.movie-inner h5 {
  margin: 30px auto 0;
  font-size: var(--font-size-20);
  line-height: 1;
  color: #fff;
  text-align: left;
}

.movie-inner p {
  margin: 20px auto 0;
  font-size: var(--font-size-14);
  line-height: 2;
  color: #fff;
  text-align: left;
}

@media only screen and (min-width: 768px) {
.event {
  width: 740px;
  margin: 80px auto 0;
  padding: 40px 60px;
}

.popup-wrap h3 {
  font-size: min(6.756756756756757vw, 50px);
}

.popup-inner {
  display: grid;
  grid-template-columns: repeat(2, 300px);
  align-items: flex-start;
  gap: 20px;
}

.popup-inner img {
  order: 2;
}

.popup-inner p {
  margin: -5px auto 0;
  order: 1;
}

.movie-wrap h3 {
  font-size: min(6.756756756756757vw, 50px);
}
}

/* =====================================================
    FOOTER
===================================================== */
.footer-wrap {
  width: 100%;
  margin: 80px auto 0;
}

.footer-wrap img {
  width: 30.23%;
  margin: 0 auto;
}

.footer-wrap p {
  margin: 40px auto 0;
  font-size: var(--font-size-18);
  line-height: 1;
  color: #FAC900;
  text-align: center;
}

@media only screen and (min-width: 768px) {
.footer-wrap img {
  width: 193px;
}

.footer-wrap p {
  font-size: 26px;
}
}

/* =====================================================
    COPYRIGHT
===================================================== */
.copyright {
  width: 100%;
  height: 60px;
  margin: 80px auto 0;
  background-color: #D71A18;
  display: flex;
  justify-content: center;
  align-items: center;
}

.copyright p {
  font-size: var(--font-size-18);
  line-height: 1;
  color: #fff;
  text-align: center;
}

/* =====================================================
    PAGE TOP
===================================================== */
.pagetop .arrow {
  width: 40px;
  height: 40px;
  background: #D71A18;
  border: 1px solid #fff;
  border-radius: 50%;
  position: fixed;
  right: 10px;
  bottom: 70px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  cursor: pointer;
}

.pagetop .arrow::before,
.pagetop .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 0.5px);
  width: 1px;
  height: 10px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: 50% 0.5px;
}

.pagetop .arrow::before {
  transform: rotate(45deg);
}

.pagetop .arrow::after {
  transform: rotate(-45deg);
}

.pagetop.show .arrow {
  opacity: 1;
  visibility: visible;
}

.pagetop .arrow:hover {
  transform: translateY(-4px);
}

/* =====================================================
    TEXT ANIMATION
===================================================== */
.js-text-animation .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  filter: blur(8px);
}