@charset "utf-8";
/* CSS Document */

/*====================================================
RESET
====================================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  transform: none;
}

/* common */
.contents {
  font-family: 'Hiragino Mincho ProN', 'ヒラギノ明朝 ProN', '游明朝体', YuMincho, '游明朝体', 'Yu Mincho', '游明朝', 'Yu Gothic Medium', '游ゴシック Medium', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'メイリオ', Meiryo, serif;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  background-color: #000;
}
.contents .inner {
  max-width: 1150px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.contents img {
  max-width: 100%;
  vertical-align: bottom;
  width: auto;
  height: auto;
}
.contents a {
  color: #fff;
  transition: opacity 0.3s;
}
.contents a:hover {
  opacity: 0.7;
}
.contents h2,
.contents h3,
.contents h4 {
  font-family: 'Hiragino Mincho ProN', 'ヒラギノ明朝 ProN', '游明朝体', YuMincho, '游明朝体', 'Yu Mincho', '游明朝', 'Yu Gothic Medium', '游ゴシック Medium', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'メイリオ', Meiryo, serif;
  color: #fff;
  font-weight: bold;
}
.slick-slide img.sp_display {
  display: none;
}
.tab_display {
  display: none;
}
.no-wrap {
  white-space: nowrap;
}
.inlineBlock {
  display: inline-block;
}

/* main_v */
#main_v {
  background-image: url(../img/main_v_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000;
  position: relative;
  background-size: cover;
}
#main_v .mv_item {padding: 5.7rem 0 2.3rem;}
#main_v .mv_item img {
  margin: 0 auto;
  max-width: 100%;
}
#main_v .sns_list {
  position: absolute;
  top: 1rem;
  right: 0;
  width: 13.5rem;
  z-index: 2;
}
#main_v .sns_list li {
  width: 27%;
}
.mv_list__link {
  display: block;
}
.mv_list__link:hover img {
  opacity: 0.7;
}

/* intro */
#intro {
  padding: 5.2rem 0 7.1rem;
  text-align: center;
  background-image: url(../img/intro_bg.jpg?202511);
  background-position: top center;
  background-repeat: no-repeat;
}
#intro .inner {
  max-width: 120.6rem;
}
#intro nav {
  margin-bottom: 5.9rem;
}
#intro nav ul {
  justify-content: center;
  flex-wrap: nowrap;
}
#intro nav ul li {
  padding: 0 4%;
  border-left: 1px solid;
  line-height: 1.45;
  position: relative;
  font-size: 2.8rem;
}
#intro nav ul li.new::before {
  content: '';
  position: absolute;
  width: 1.78571429em;
  background-image: url(../img/intro_new_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 50/21;
  left: 50%;
  bottom: 105%;
  transform: translateX(-50%);
}
#intro nav ul li:last-child {
  border-right: 1px solid;
}
#intro nav ul li a {
  white-space: nowrap;
}
#intro img {
  margin: 0 auto;
  position: relative;
  left: 6px;
}

/* detail */
.detail {
  text-align: center;
  background-image: url(../img/detail_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  overflow-x: hidden;
}
.detail h2 {
  margin-bottom: 4.1rem;
}
.detail h3 {
  font-size: 4rem;
  line-height: 1.4;
}
/* about */
#about {
  background-repeat: no-repeat;
  background-image: url(../img/detail_about_bg.jpg);
  background-position: center top 25rem;
  background-repeat: no-repeat;
  padding: 10rem 0 6rem;
}
#about h3 {
  margin-bottom: 2rem;
}
#about .desc {
  font-size: 1.8rem;
  line-height: 2.22222222;
}
#about .desc + .desc {
  margin-top: 1.5rem;
}
#about .set {
  margin-top: 11rem;
  border: 0.2rem solid #f5dc4e;
  border-radius: 1rem;
  padding: 8rem 0 5rem;
  position: relative;
}
#about .set h4 {
  font-size: 3.5rem;
  position: absolute;
  top: -3rem;
  background-color: #000;
  display: inline-block;
  padding: 0 0 0 1.1rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
#about .set ul {
  justify-content: center;
  gap: 4rem;
}
#about .set ul li:nth-of-type(1) {
  width: 27%;
}
#about .set ul li:nth-of-type(2) {
  width: 24%;
}
#about .set ul li:nth-of-type(3) {
  width: 31%;
}
#about .set ul li .img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
#about .set ul li p {
  font-size: 2.1rem;
  line-height: 1.41;
}
#product {
  padding: 6rem 0;
}
#product h3 {
  margin-bottom: 5.2rem;
}
#product .product-list {
  margin: 0 auto;
}
#product .product-photos {
  flex-wrap: nowrap;
  justify-content: center;
  gap: 4%;
  flex: 1;
}
#product .product-photos__item {
  width: 69%;
  position: relative;
}
#product .product-photos__limited {
  position: absolute;
  left: 109%;
  width: 15%;
  top: 3%;
}
#product .product-list-item {
  justify-content: space-between;
  flex-wrap: nowrap;
  max-width: 100rem;
  margin: 0 auto;
}
#product .product-photos__item-name {
  font-size: 1.8rem;
  line-height: 1.33333333;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
#product .product-list-item + .product-list-item {
  margin-top: 7rem;
}
#product .product-list-item .right {
  text-align: left;
  width: 56.5%;
  padding-top: 4.5rem;
}
#product .product-list-item .right h4 {
  font-size: 3.2rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
#product .product-list-item .right p {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 2.5rem;
}
#product .product-list-item .right .btn {
  max-width: 32rem;
  height: 6.08rem;
  display: block;
  background-size: contain;
  background-repeat: repeat-x;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  letter-spacing: 0.015em;
  padding-left: 0.6em;
  font-weight: bold;
  color: #fff;
  border-radius: 0.35em;
}
#product .product-list-item .right .btn::after {
  content: '';
  position: absolute;
  display: block;
  width: 1.1rem;
  height: 1.25rem;
  background-size: contain;
  background-repeat: no-repeat;
  right: 1.6rem;
}
#product .product-list-item:nth-of-type(1) .right .btn {
  background-image: url(../img/detail_btn_bg_green.png);
  color: #fff;
}
/*#product .product-list-item:nth-of-type(2) .right .btn {
  background-image: url(../img/detail_btn_bg_blue.png);
}*/
#product .product-list-item:nth-of-type(2) .right .btn {
  background-image: url(../img/detail_btn_bg_red.png);
}
#product .product-list-item:nth-of-type(3) .right .btn {
  background-image: url(../img/detail_btn_bg_red.png);
  color: #000;
}
#product .product-list-item .right .btn::after {
  background-image: url(../img/arrow-white.png);
}
#product .product-list-item:nth-of-type(1) .right .btn::after {
  background-image: url(../img/arrow-white.png);
}

/* movie */
#movie {
  background-image: url(../img/movie_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  text-align: center;
  padding: 10.5rem 0 13.9rem;
  background-size: cover;
}
#movie h2 {
  margin-bottom: 3.5rem;
}
#movie .youtube-list {
  width: 100%;
}
#movie .youtube-wrap {
  width: 32.6%;
}
#movie .youtube {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
#movie .youtube.coming {
  width: 100%;
  position: relative;
  height: auto !important;
  padding-top: 0 !important;
}
#movie .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* fan-community */
#fan-community {
  padding: 7rem 0 10.5rem;
}
#fan-community .fan-community_link-area {
  align-items: center;
  max-width: 80.5rem;
  margin: 0 auto;
}
#fan-community .fan-community_catch {
  font-size: 4rem;
  line-height: 1.4;
  margin-bottom: 1.2em;
}
#fan-community .fan-community_link-area-img-link {
  width: 64.22360248%;
}
#fan-community .fan-community_link {
  font-size: 2rem;
  background-image: url(../img/btn_bg_yellow.png);
  background-size: contain;
  color: #000;
  border-radius: 0.35em;
  position: relative;
  width: 27.08074534%;
  aspect-ratio: 109/30;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
#fan-community .fan-community_link::after {
  content: '';
  position: absolute;
  display: block;
  width: 0.55em;
  height: 0.625em;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0.8em;
  background-image: url(../img/arrow-black.png);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) and (max-width: 805px) {
  #fan-community .fan-community_link {
    font-size: 2.48vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  #product .product-list .product-list-item .right h4 {
    font-size: 3.2vw;
  }
  #product .product-list .product-list-item .right p {
    font-size: 1.8vw;
  }
  #product .product-photos__item-name {
    font-size: 1.8vw;
  }
  #product .product-list-item .right .btn {
    font-size: 2vw;
    width: 32vw;
    height: 6.08vw;
  }
  #product .product-list-item .right .btn::after {
    width: 1.1vw;
    height: 1.25vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1450px) {
  #intro nav ul li {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1150px) {
  .tab_display {
    display: block;
  }
  .contents .inner {
    padding: 0 5%;
  }
  #main_v .sns_list {
    right: 1.5%;
  }
  #about {
    background-size: 83vw;
    background-position: center top 34%;
  }
  #about .set h4 {
    font-size: 2.73913043vw;
    line-height: 2.5;
  }
  #movie {
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .pc_display {
    display: none;
  }
  .sp_display {
    display: block;
  }
  .tab_display {
    display: none;
  }
  html {
    font-size: 2.6vw;
  }
  .contents .inner {
    width: 90%;
    padding: 0;
  }
  .contents img {
    width: 100%;
  }
  .slick-slide img.pc_display {
    display: none;
  }
  .slick-slide img.sp_display {
    display: block;
  }

  /*------------------
  TOPに戻るボタン
  --------------------*/
  #back-top {
    bottom: 8rem;
    right: 1rem;
  }
  #back-top.fixed {
    bottom: 8rem;
  }

  /* main_v */
  #main_v {
    background-image: url(../img/main_v_bg_sp01.jpg);
    background-size: cover;
    background-position: center bottom;
  }
  #main_v .inner {
    width: 100%;
  }
  #main_v .mv_item {
    padding: 22.5vw 0 12.5vw;
  }
  #main_v .sns_list {
    top: 1.75vw;
    right: 2vw;
    width: 33vw;
  }
  #main_v .sns_list li {
    width: 28.5%;
  }
  .slick-track {
    display: flex;
    align-items: center;
  }

  /* intro */
  #intro {
    padding: 9.4vw 0 7.9vw;
    background-image: url(../img/intro_bg_sp.jpg?202511);
    background-size: cover;
  }
  #intro .inner {
    width: 100%;
  }
  #intro nav {
    width: 90%;
    margin: 0 auto 7.8vw;
  }
  #intro nav ul {
    gap: 7vw 0;
  }
  #intro nav ul li {
    line-height: 1.3;
    font-size: 3.2vw;
    padding: 0 0.6em;
  }
  #intro nav ul li:nth-child(even) {
    border-right: 1px solid;
  }
  #intro nav ul li.new::before {
    width: 2.083em;
    bottom: 120%;
  }
  #intro img {
    left: 0.2vw;
  }

  /* detail */
  .detail h2 {
    margin-bottom: 5.7vw;
  }
  .detail h3 {
    font-size: 6vw;
  }
  #about {
    background-image: url(../img/detail_about_bg_sp.jpg);
    background-size: 74.66666667vw;
    background-position: top 83vw left 7vw;
    margin-bottom: 0;
    padding: 9vw 0;
  }
  #about h3 {
    line-height: 1.33333333;
    margin-bottom: 5vw;
  }
  #about .desc {
    font-size: 3.73333333vw;
    line-height: 1.60714286;
    white-space: nowrap;
  }
  #about .desc + .desc {
    margin-top: 2vw;
  }
  #about .set {
    margin-top: 33vw;
    padding: 16vw 8vw 9vw;
  }
  #about .set h4 {
    font-size: 5.33333333vw;
    line-height: 1.4;
    top: -9vw;
    padding-right: 0;
  }
  #about .set ul {
    display: flex;
    flex-direction: column;
    gap: 11vw;
  }
  #about .set ul li {
    margin: 0 auto;
  }
  #about .set ul li:nth-of-type(1) {
    width: 100%;
  }
  #about .set ul li:nth-of-type(2) {
    width: 89%;
  }
  #about .set ul li:nth-of-type(3) {
    width: 99%;
  }
  #about .set ul li .img {
    margin-bottom: 5.5vw;
  }
  #about .set ul li p {
    font-size: 4vw;
    line-height: 1.33333333;
  }
  #product {
    padding: 4vw 0 6vw;
  }
  #product h3 {
    margin-bottom: 7vw;
  }
  #product .product-list .product-list-item {
    flex-direction: column;
  }
  #product .product-list .product-list-item + li {
    margin-top: 10vw;
  }
  .product-photos__item-img {
    margin: 0 auto;
    width: 100%;
  }
  #product .product-list .product-list-item .right {
    width: 100%;
    padding-top: 0;
  }
  #product .product-list .product-list-item .right h4 {
    text-align: center;
    font-size: 5.33333333vw;
    line-height: 1.45;
    margin-bottom: 2.2vw;
  }
  #product .product-list .product-list-item .right p {
    font-size: 3.73333333vw;
    line-height: 1.64285714;
    margin-bottom: 7vw;
  }
  #product .product-list .product-list-item .right .btn {
    margin: 0 auto;
    width: 80vw;
    height: 15.2vw;
    font-size: 5.06666667vw;
    border-radius: 0.26em;
  }
  #product .product-list .product-list-item .right .btn::after {
    width: 3vw;
    height: 3.409vw;
  }
  #product .product-photos {
    padding-left: inherit;
    margin-bottom: 3.5vw;
    width: 100%;
  }
  #product .product-photos__item-name {
    font-size: 3.5vw;
    margin-top: 3vw;
  }
  #product .product-photos__limited {
    width: 6.66666667vw !important;
    left: 105%;
    top: 4%;
  }
  #product .product-photos__item {
    width: 54%;
  }

  /* movie */
  #movie {
    padding: 7.5vw 0;
    background-image: url(../img/movie_bg_sp.jpg);
    background-color: #000;
    background-size: 100%;
    background-position: top;
    height: auto;
  }
  #movie h2 {
    margin-bottom: 4vw;
  }
  #movie .movie_img {
    max-width: none;
    width: 120%;
    position: relative;
    left: -9vw;
  }
  #movie .youtube-list {
    display: block;
  }
  #movie .youtube-wrap {
    width: 100%;
  }
  #movie .youtube-wrap + .youtube-wrap {
    margin-top: 6vw;
  }

  /* fan-community */
  #fan-community {
    padding: 7vw 0 13vw;
  }
  #fan-community .fan-community_catch {
    font-size: 5.33vw;
  }
  #fan-community .fan-community_link-area {
    flex-direction: column;
  }
  #fan-community .fan-community_link-area-img-link {
    width: 68.93333333vw;
  }
  #fan-community .fan-community_link {
    font-size: 5.067vw;
    width: 90%;
    margin-top: 1.4em;
    aspect-ratio: 54/10;
  }
}
