@charset "utf-8";

/*============= 【base】 ==============*/
html {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  font-family: 'Noto Serif JP', serif;
  font-size: calc(14px + ((1vw - 3.2px) * 0.42));
  line-height: 1.8;
  color: #111;
}

* {
  margin: 0 auto;
  padding: 0;
  word-break: break-all;
  list-style-type: none;
  border-style: none;
  font-style: normal;
}

  /* =======================================================================
    コンテンツ横幅
  ======================================================================= */
  :root {
  /* ↓ paddingを左右に2remずつ加えたサイズになります。 ↓ */
  --container-main: 144rem;
  --container-leftmain: 1672px;
  --container-rightmain: 1672px;    
  }
*, *::before, *::after {
  box-sizing: inherit;
}

header {
  min-height: 40vw;
  background: #ccc;
}

header img {
  width: 100%;
}

h1, h2, h3, h4, p, figcaption {
  font-style: normal;
  font-weight: 600;
}

h1 {
  font-size: calc(24px + ((1vw - 3.2px) * 1.67));
  text-align: center;
  margin-bottom: 50px;
}

h1 span {
  font-size: 137%;
  border-bottom: solid 1px;
  padding-bottom: 15px;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}


.top-pc {
  aspect-ratio: 1/1;
}

.top-sp {
  aspect-ratio: 1/1;
}

.anime-logo {
  aspect-ratio: 300/56.633;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

#intro {
  background: #fff;
}

#lineup {
  background: #e5e5e5;
}

#event {
  background: #005633;
  color: #fff;
}
#lifestyle {
  background: #dbdbdb;
}

#afterword {
  background: #222222;
  color: #ffffff;
}

#lifestyle .special-wrap {
  padding-top: 0;
}

#lifestyle.content-wrap {
  padding-bottom: 0;
}

.content-wrap {
width: 100%;
  max-width: var(--container-main);
  padding: 5rem 2rem 5rem;
  margin: 0 auto;
}

.special-wrap {
  width: 100%;
  max-width: var(--container-leftmain);
  padding: 0rem 0rem 0rem;
  margin: 0;
}

.special-wrap.right {
  width: 100%;
  max-width: var(--container-rightmain);
  padding: 0rem 0rem 5rem 0;
  flex-direction: row-reverse;
  margin: auto 0rem auto auto;
}

.evt-special-wrap {
  width: 100%;
  max-width: var(--container-main);
  padding: 3rem 2rem 5rem;
  margin: 0 auto;
}
.lifestyle-content {
width: 100%;
  padding: 5rem 0rem 5rem;
}

.lifestyle-content h2 {
  text-align: center;
  font-size:22px;
  margin-bottom: 50px;
}

.evt-special-txt-wrap.d-flex .cwtg-logo,.evt-special-txt-wrap.d-flex .cwtg-title {
 width:100%; 
}

.cwtg-logo {
  aspect-ratio: 1/1;
}

.evt-special-txt-wrap p {
border: solid 2px;
    padding: 15px;
    border-radius: 6px;
  }

.evt-special-txt-wrap {
  margin-bottom: 50px;
}
.evt-special-txt-wrap:last-of-type {
  margin-bottom: 0px;
}
.event-sub-content {
    padding: 5rem 0rem 5rem;
} 

.event-sub-content p {
  text-align: center;
  margin-bottom: 50px;
}
.content-wrap h2, .special-wrap h2 {
  margin-bottom: 20px;
  font-size: calc(20px + ((1vw - 3.2px) * 1.25));
  font-weight: 900;
}

.content-wrap > h2 span, .special-wrap > h2 span {
  padding-left: .5em;
  font-size: 50%;
}

.special-wrap#support {
  padding: calc(32px + ((1vw - 3.2px) * 3.33)) calc(16px + ((1vw - 3.2px) * 1.67));
}

.link {
  color: #0083c7;
}

.list {
  padding-left: 1em;
  text-indent: -1em;
}

.back-to-top {
  display: none;
  position: fixed;
  right: 5%;
  bottom: 5%;
  color: #fff;
  padding: 2rem;
  border-radius: 50%;
  display: inline-block;
  text-decoration: none;
  font-size: 9px;
  text-align: center;
  z-index: 2;
}

.back-to-top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 105px;
  height: 105px;
  background-color: #c70012;
  border-radius: 50%;
  z-index: -1;
}

.btn {
  display: block;
  padding: 8px;
  border-radius: 12em;
  font-size: 90%;
  text-align: center;
  color: #fff;
  background: #c70012;
  font-family: 'Noto Sans JP';
  max-width: 310px;
}

.btn:hover,.store-btn:hover {
 opacity: 0.5;
    transition: 0.5s;
}

.btn-text {
  text-align: center;
  margin-bottom: 30px !important;
  font-weight: 900;
  font-size: 30px;
}

.store-btn {
  display: block;
  max-width:390px;
  border: solid 1px;
  width: 100%;
  border-radius: 30px;
  text-align: center;
  margin-bottom: 15px;
  padding: 5px;
}

.d-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

/*============= 【main】 ==============*/
.main-btn-wrap.grid {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.main-btn {
  display: block;
  background: #f5f5f5;
  filter: drop-shadow(0px 0px 8px #15151565);
  border-radius: 4px;
  overflow: hidden;
}
.back-to-top {
  filter: drop-shadow(2px 4px 12px #15151525); 
}

.main-btn img {
  overflow: hidden;
  transition: 0.7s;
  aspect-ratio: 8/6;
  width: 100%;
}

.main-btn img:hover {
  scale: 1.1;
  transition: 0.7s;
}

.main-btn figcaption {
  text-align: center;
  padding: 15px;
  font-size: 28px;
  font-weight: 900;
  position: relative;
  background: #f5f5f5;
}

.special-wrap figure {
  margin-bottom: 30px;
}

.special-wrap figure img {
  z-index: 1;
  position: relative;
  aspect-ratio: 12/9;
  width: 100%;
}

#lineup .special-wrap figure img {
    aspect-ratio: 16/9;
  width: 100%;
}

#lifestyle .special-wrap figure:first-of-type img {
  aspect-ratio: 12/8;
}

#lifestyle .special-wrap figure:nth-of-type(2) img {
  aspect-ratio: 6/4;
}
#lifestyle .special-wrap figure:last-of-type img {
  aspect-ratio: 1/1.4;
}

.special-wrap:nth-of-type(2) figure, .special-wrap:nth-of-type(4) figure {
  position: relative;
  z-index: 1;
}

.special-wrap .txt-box {
padding:0px 20px;
}

.txt-box p {
  margin-bottom:20px;
}
.fig-box {
  width: 100%;
  align-items: start;
}

.life-img-box:first-of-type {
  margin-bottom: 2%;
}

.life-img-box:nth-of-type(2) {
  width: 65%;
}

.life-img-box:nth-of-type(3) {
  width: 31%;
  margin-left: 1%;
}

.yt {
  position: relative;
  width: 100%;
  padding-top: 8.25%;
  margin: 0px auto;
  width: 100%;
  padding-bottom: 48%;
}

.yt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1;
}

.content-wrap#support .txt-box p {
  width: 100%;
  /* margin-bottom: 20px; */
}

.inner-content {
  padding: 8rem 0;
}

.repair.grid {
  margin-bottom: 20px;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.inner-content .detail-img-wrap figure img {
  aspect-ratio: unset;
}

.flex {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.flex-inner {
  width: 50%;
}

.staff-img {
  margin-bottom: 20px;
}

figcaption {
  text-align: center;
}

.flex-inner-para {
  padding: 0 0 0 5%;
}

.repair_center {
  width: 50%;
  margin: 0 auto 20px;
}

.img-box-wrap.grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.detail-img-wrap.grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}


.detail-img-wrap img {
  aspect-ratio: 16/9;
  width:100%;
}


.staff-img img {
  filter: drop-shadow(2px 4px 12px #15151525);
  border-radius: 4px;
  aspect-ratio: 1/1;
  width: 100%;
}

.content-wrap#support h2, .content-wrap h2, .content-wrap#support .img-box-wrap figcaption span {
  text-align: center;
}

.img-box-wrap figcaption span {
  display: block;
  font-weight: 900;
}

.staff-img img, .img-box-wrap figcaption span {
  margin-bottom: 15px;
}

#detail .content-wrap.lazyloaded {
  background-image: url("../img/detail/bg01.jpg");
  color: #fff;
  max-width: unset;
  background-size: cover;
}

#detail .content-wrap:nth-of-type(2).lazyloaded{
  background-image: url("../img/detail/bg02.jpg");
  background-size: cover;
}

#detail .content-wrap p {
  margin-bottom: 30px;
}

#afterword .content-wrap p {
    margin-bottom: 30px;
}
.evt-img-box {
  max-width: 144rem;
  margin-bottom: 70px;
  padding: 0 0rem 0rem;
}
.evt-img-wrap.grid {
  display: grid;
gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  padding: 0rem 5rem 5rem;
  }
.evt-img-wrap.d-flex img {
  width: calc(100%/3);
  padding: 0px;

}
.evt-img-wrap img {
  aspect-ratio:16/9;
  width: 100%;
}
.evt-img-wrap {
  padding-bottom: 60px;
  position: relative;
}

.evt-img-wrap:nth-of-type(1):after {
  position: absolute;
  height: 1px;
  width: 320px;
  /*background: #151515;*/
  content: "";
  left: 50%;
  top: 125%;
  transform: translate(-50%,-50%);
}

#event .ytube {
  text-align: center;
  font-family: 'Noto Sans JP';
  font-weight: 900;
  margin: 0 auto;
  padding: calc(32px + ((1vw - 3.2px) * 3.33)) calc(16px + ((1vw - 3.2px) * 1.67));
}

.slider img,.ytslider img {
  width: 100%; /*スライダー内の画像を横幅100%に*/
  height: auto;
  filter: drop-shadow(2px 4px 14px #15151515);
  /*! margin-bottom: 46px; */
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide,.ytslider .slick-slide {
  margin: 0 10px; /*スライド左右の余白調整*/
}

#lifestyle .txt-box p span {
  font-size: 120%;
  font-weight: 900;
  display: block;
  margin-bottom: 30px;
}

/*============= 【sns】 ==============*/
.sns-wrap {
  width: 70%;
  max-width: 240px;
}

.sns-icon {
  width: 25%;
}

/*============= 【store】 ==============*/
.store-wrap {
  align-items: flex-start;
  margin: -4px;
}

.store, .store-txt {
  padding: 4px;
    text-align: center;
}

.store {
  width: 50%;
  margin: 0;
}

.store-img {
  border-radius: 4px;
  aspect-ratio: 6/4;
  width: 100%;
}

.store-txt {
  font-size: calc(10px + ((1vw - 3.2px) * 0.42));
}

.store-info {
  display: inline-block;
  font-size: 90%;
}

.store-info:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0%;
  background: #000;
}

/*============= 【footer】 ==============*/
footer {
  position: relative;
  height: 10vh;
  background: #000;
}

.footer-logo, .footer-pagetop {
  position: absolute;
  top: 50%;
}
.footer-pagetop p {
font-size: 12px;
  position: absolute;
  top: 60%;
  left: 6%;
}
.footer-logo {
  left: 50%;
  transform: translate(-50%, -50%);
  height: 60%;
}

.footer-logo img {
  aspect-ratio: 200/35.07;
  width: 100%;
}

.footer-pagetop {
  right: 2vw;
  transform: translateY(-40%);
  width: 70px;
  color: #c70012;
}

/*============= 【action】 ==============*/
.link:hover {
  filter: hue-rotate(180deg);
}

.store:hover .store-info:after {
  transition: .3s ease-in-out;
  width: 100%;
}

.store:hover .store-img, .sns-icon:hover {
  transition: .3s ease-in-out;
  filter: brightness(.7);
}


@media (min-width:960px) {

  .top-pc {
  aspect-ratio: 16/9;
}
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  .store-wrap {
    margin: -8px;
  }

  .store, .store-txt {
    padding: 8px;
  }

  .store {
    width: 33.3%;
    width: calc(100%/2);
    text-align: center;
  }

  .evt-special-txt-wrap.d-flex .cwtg-logo {
    width:20%;
    margin-bottom: 0;
  }
  .evt-special-txt-wrap.d-flex .cwtg-logo img {
    aspect-ratio: 1/1;
    width:100%;
  }

  .evt-special-txt-wrap.d-flex .cwtg-title {
    width:80%;
    }

  .evt-special-txt-wrap {
    margin-bottom:50px;
  }

  .evt-img-wrap:nth-of-type(1):after{
    top: 115%;
    transform: translate(-50%,-50%);
  }

  .lifestyle-content h2 {
    font-size:36px;
  }
}

@media (min-width:1152px) {
  .yt {
    padding-bottom: 20%;
  }
}

@media (min-width:1280px) {
  body {
    font-size: 20px;
    line-height: 1.8;
  }

  .special-wrap:nth-of-type(2) figure::after, .special-wrap:nth-of-type(4) figure::after, .special-wrap:nth-of-type(3) figure::after {
    width: 100%;
    height: 100%;
    top: 10%;
    left: 50px;
    z-index: 0;
  }
  .evt-img-wrap.grid {
    grid-template-columns: repeat(auto-fit, minmax(415px, 1fr));
  }
  .special-wrap figure {
    margin: 0;
  }
  .special-wrap:nth-of-type(2) .txt-box {
    margin-left: calc(16px + ((1vw - 3.2px) * 1.67));
  }

  .fig-box {
    width: 40%;
    margin: 0;
  }

  .fig-box .life-img-box:first-of-type {
    margin-bottom: 1%;
  }

  .fig-box figure.life-img-box::after {
    left: 5%;
    top: 5%;
  }

  .content-wrap#support .txt-box p {
    margin-bottom: unset;
  }

  .content-wrap > h1 {
    font-size: 55px;
    margin-bottom: 100px;
  }

  .content-wrap{
    padding: 8rem 5rem 8rem;
  }

  .special-wrap.left {
    padding: 8rem 5rem 8rem 0;

  }
  .lifestyle-content {
    padding: 8rem 5rem 10rem 0;
  }
.special-wrap.right {
    padding: 8rem 0 10rem 5rem;
  }

  #lineup .content-wrap {
    padding-bottom: 0;
  }
  .evt-special-wrap {
    padding: 8rem 5rem 10rem;
  }

  .event-sub-content {
    padding: 8rem 0rem 10rem;
  }

  h1 span {
    font-size: 20px;
  }

  h1:after {
    margin: 20px auto 60px;
  }

  #detail .content-wrap h2, #detail .content-wrap h3, #detail .content-wrap div, #detail .content-wrap p {
    max-width: var(--container-main);
    margin-bottom: 50px;
    padding: auto 50rem;
  }

  #detail .content-wrap div:last-of-type {
    margin-bottom: 0;
  }
  .content-wrap h2, .special-wrap h2, .evt-special-content-wrap h2 {
    font-size: 30px;
    margin-bottom: 60px;
  }

  .lifestyle-content h2 {
    font-size:60px;
  }
  .content-wrap h3 {
    margin-bottom: 60px !important;
  }

  #lifestyle .content-wrap h2 {
    font-size: 75px
  }

  #support .txt-box {
    width: 100%;
  }

  .img-box, .txt-box {
    width: 50%;
    margin: 0;
  }

  .special-wrap.left .txt-box {
    margin-left: 0px;
    padding: 0 0 0 5%;
  }

  .special-wrap.right .txt-box {
    padding: 0 5% 0 0;
    margin-left: 0;
  }

  #event .content-wrap {
    padding-top: 0px;
    padding-bottom: 50px;
  }

  #event .content-wrap:nth-of-type(2) {
    padding-top: 0;
  }

  .img-box-wrap.grid {
    grid-template-columns: repeat(3, 1fr);
    /*gap: 50px;*/
  }

  .life-img-box:nth-of-type(2) {
    width: 67%;
  }
    .life-img-box:nth-of-type(3) {
    width: 32%;
  }

  #lifestyle .txt-box {
    width: 60%;
  }
}

@media (max-width:960px) {
  .img-box-wrap.grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .inner-content {
    padding: 20px 0;
  }
}
@media (max-width:640px) {
  .img-box-wrap.grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .inner-content {
    padding: 20px 0;
  }
}