@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

html {
scrollbar-gutter: stable;
}

body {
    font-family: "iroha-26tubaki-stdn", Roboto, 'Noto Sans JP';
    font-weight: 400;
    line-height: 1.6;
    font-feature-settings: "palt";
    overflow-wrap: break-word;
    color: var(--color-gray);
    background-color: #000000;
    letter-spacing: 0.12em;
}

img {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body.is-modal-open {
 overflow: hidden;
}

/*　カラー設定　*/
:root {
  --color-gray: #B2B2B2;
}

main {
  max-width: 1400px;
  margin: 0 auto 15rem auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  main {
    padding: 0;
    margin: 0 auto 10rem auto;
  }
}

/*　フォント　*/
h1 {
  color: var(--color-blue);
  font-size: clamp(24px, 5vw, 42px);
  text-align: left;
  font-weight: 400;
  font-family: "Abril Fatface", serif;
}

h2 {
  font-size: clamp(24px, 5vw, 42px);
  font-weight: 400;
  text-align: center;
  margin-bottom: 2rem;
}

h3 {
  font-size: clamp(18px, 5vw, 35px);
  font-weight: 400;
  text-align: center;
  margin-bottom: 2rem;
  font-family: "Abril Fatface", serif;
}

h5 {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  padding: 1rem;
  color: #fff;
}


.caution {
  font-size: 12px;
  font-weight: 400;
}

section{
  margin-bottom: 7.625rem;
}

/*---------------------------
       Key Visual
 ---------------------------*/
.kv {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.kv::after {
  content: "";
  position: fixed;
  top: 0;
	left: 0;
  width: 100%;
	height: 100vh;
  background: rgba(0, 0, 0, 0);
  animation: fadeBlack 6s ease-in-out infinite alternate;
  pointer-events: none;
  z-index: -1;
}

@keyframes fadeBlack {

	from {
		background: rgba(0, 0, 0, 0.3);
	}

	to {
		background: rgba(0, 0, 0, 0.6);
	}
}

.js-container {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}

.kv__image {
  position: fixed;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;
  z-index: -1;

  transform-origin: center center;
}


/* スマホ */
@media screen and (max-width: 767px) {
  .kv {
    min-height: 60vh;
    margin-bottom: 0;
  }
}

/* ---　ロゴ --- */
.kv__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 600px;
  transform: translate(-50%, -50%);
}

.kv__logo img {
  max-width: 100%;

  opacity: 0;
  animation: logoFadeIn 2s ease forwards;
}

@keyframes logoFadeIn {
  from {
    opacity: 0;
    transform: translateY( 100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* スマホ */
@media screen and (max-width: 960px) {
  .kv__logo {
    width: 80%;
  }
}

.kv__logo img {
  max-width: 100%;
}

/* tablet-pro */
@media screen and (min-width: 961px) and (max-width: 1024px) {
  
}

/* tablet-mini */
@media screen and (min-width: 768px) and (max-width: 960px) {
}

/*---------------------------
    　　advent calener
 ---------------------------*/
.wrapper {
	padding: 0 min(6vw, 60px);
}

#event_calender h3 {
	font-size: min(3.8vw, 20px);
	margin-bottom: min(3vw, 15px);
}
#event_calender .note {
	color: #cba933;
	margin-top: min(3vw, 15px)
}
#event_calender .monSpecial {
	display: flex;
	flex-wrap: wrap;
	margin-top: 3rem;
	gap: 20px
}
#event_calender .monSpecial li {
	width: min((100% - 60px) / 4);
	padding-top: min((100% - 60px) / 4);
	position: relative;
	overflow: visible;
  margin-top: 6rem;
}

#event_calender .monSpecial li .card {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
  z-index: 1;
  background: linear-gradient(
	to bottom,
	#333333 0%,
  #000000 40%,
	#000000 100%
);
  border-radius: 20px;
}

#event_calender .monSpecial li .card::before {
  content: "";
  position: absolute;
  top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
  border: solid 2px rgba(255,255,255,0.1);
  border-radius: 14px;
  pointer-events: none;
}


#event_calender .monSpecial li h4 {
	font-family: "Abril Fatface", serif;
	font-weight: 700;
	font-size: min(4.2vw, 30px);
	line-height: 1.5;

	position: relative;
	z-index: 1;

	justify-content: center;
	align-items: center;

	text-align: center;

	overflow: hidden;
  white-space: nowrap;
  position: absolute;

  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);
  z-index: 10;
}

#event_calender .monSpecial li .learn-more {
	font-family: "tt-commons-pro", sans-serif;
	font-weight: 500;
	display: flex;
	align-items: baseline;
	gap: 5%;
	line-height: 1.2;
	color: #fff;
	position: relative;
	z-index: 1;
}

#event_calender .monSpecial li .learn-more .learn-more__text {
	font-size: min(12vw, 17px);
  background: transparent;
  border: none;
  border-bottom: solid var(--color-gray) 0.5px;
  padding: 0;
  color: var(--color-gray);
  cursor: pointer;
  transition: 0.3s;
}

#event_calender .monSpecial li .learn-more .learn-more__text:hover {
  border-bottom: solid #fff 0.5px;
  padding: 0;
  color: #fff;
}

/* tublet */
@media screen and (min-width: 821px) and (max-width: 1024px) {
  #event_calender .monSpecial li h4 {
    font-size: 20px;
  }
  #event_calender .monSpecial {
    margin-top: 4rem;
  }
}

/* sp */
@media screen and (max-width: 820px) {

	#event_calender .monSpecial {
		gap: 4vw;
	}
	#event_calender .monSpecial li {
		width: min((100% - 4vw) / 2);
		padding-top: min((100% - 4vw) / 2);
    margin-top: 3rem;
	}
	#event_calender .monSpecial li h4 {
		font-size: min(4.2vw, 24px);
	}
  #event_calender .monSpecial {
    margin-top: 2rem;
  }
  #event_calender .monSpecial li .learn-more .learn-more__text {
    font-size: 12px;
  }
  #event_calender .monSpecial li .learn-more {
    bottom: 10%;
  }
  #event_calender .monSpecial li .card::before {
  top: 5px;
	left: 5px;
	right: 5px;
  bottom: 5px;
}

}

#event_calender .monSpecial li .learn-more {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
}

#event_calender .monSpecial li .card-number {
  font-family: "Abril Fatface", serif;
  position: absolute;
  top: 0;
	left: 50%;
  transform: translate(-50%, -80%);
  font-size: min(10vw, 90px);
	font-weight: 700;
	line-height: 1;
  color: rgba(154,154,154);
  z-index: 0;
}

/*---------------------------
    　　title
 ---------------------------*/
 .title{
  width: 100%;

	border: solid 3px rgba(178,178,178,0.3);
  display: flex;
	flex-direction: column;
  justify-content: center;
	align-items: center;
  text-align: center;
  padding: 40px 20px;
  box-sizing: border-box;
  line-height: 1.3;
  border-radius: 20px;
}

.main-title {
  font-size: clamp(40px, 5vw, 60px);
  text-align: center;
  margin-bottom: 3rem;
}
.photo__title{
  font-size: clamp(16px, 5vw, 30px);
  font-family: "Abril Fatface", serif;
}
.title h2{
   font-size: clamp(24px, 5vw, 55px);
}
/*---------------------------
    　　　Footer
 ---------------------------*/
.footer {
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 15rem;
}

/*　コピーライト　 */
footer p small{
  font-size: 80%;
  margin-bottom: 10px;
  color: #fff;
}


/*---------------------------
    　　　Utility
 ---------------------------*/
.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {

  .sp-only {
    display: block;
  }

  .margin-top_3rem-sp{
  margin-top: 3rem;
}

}

.border-box{
  /* border: 1px solid #000; */
  padding: 1rem;
  background-color: #272727;
  position: relative;
  color: #fff;
  border-radius: 5px;
}
.border-box::after {
  content: "";

  position: absolute;

  left: 50%;
  bottom: -12px;

  transform: translateX(-50%);

  width: 0;
  height: 0;

  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #272727;
}

.border-box a{
  color: #fff;
}

.bg-gray{
  background-color: #474747;
  padding: 2rem;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.bg-white{
  background-color: #fff;
  padding: 1rem 2rem 2rem 2rem;
  margin-top: 2rem;
}

.bg-white__title{
  font-weight: 600;
  border-bottom: 2px solid #cdcdcd;
  padding: 0  0.5rem 0.5rem 0.5rem;
}

.bg-white p{
  margin-bottom: 0;
  font-size: 14px;
  margin-top: 0.5rem;
}

@media screen and (max-width: 768px) {
  .bg-gray{
    padding: 0.8rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .bg-white {
    padding: 0.5rem 1rem 1rem 1rem;
    margin-top: 1rem;
}
}

.font-size_xs{
  font-size: 50%;
}

.font-size_s{
  font-size: 70%;
}

.margin-bottom_3rem{
  margin-bottom: 3rem;
}

@media screen and (min-width: 769px) {
.margin-top_6rem-pc{
  margin-top: 6rem;
}
}
/* --------------------
    　フェードイン
---------------------*/
.fadeIn {
  opacity: 0;
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
  transform: translateY(180px);
}

/* 表示された状態 */
.fadeIn.active {
  opacity: 1;
  transform: translateY(0);
}

/* --------------------
    　photo
---------------------*/
#photo h2 p{
  font-size: 42px;
  color: #fff;
  font-size: clamp(24px, 5vw, 42px);
  margin-bottom: 4rem;
}

#photo::before {
  content: "";
}

.clip {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
  z-index: 0;
  top: 0;
  left: 0;
  z-index: -1;
}
.clip img {
  position: fixed;
  width: 100%;
  min-height: 100vh;
  height: auto;
  left: 0;
  top: 0;
  pointer-events: none;
}

.member_name {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  margin: 0 0 10px 0;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Abril Fatface", serif;
}

.slider .member_photo {
  border-radius: 30px;
  overflow: hidden;
  margin: 0;
  display: grid;
  place-items: center;
  aspect-ratio: 3 / 4;
  background: rgba(255, 255, 255, 0.06);
  /* margin-left: 2rem; */
}

/* sp */
/* @media screen and (max-width: 768px) {
  .slider .member_photo {
    margin-left: 1rem;
  }
} */

.slider .member_photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.slider {
  width: 100%;
  margin: 0 auto 60px;
}

.slider li {
  padding: 0 6%;
  position: relative;
  overflow: initial;
}

.slick-slide {
  margin: 0 15px;
}
.slick-list {
  margin: 0;
}

.slick-initialized .slick-slide {
  position: relative;
  overflow: initial;
}
.slick-initialized .slick-slide:before {
  background-size: cover;
  content: "";
  /*background-image: url(/static/produce101s2/feature/pulse/images/ph_ribbon_WkgM6tXF.png);*/
  /*background-image: url(../images/pulse_icon_9IgvISlN.png);*/
  width: 3vw;
  height: 1.5vw;
  display: block;
  position: absolute;
  left: -1.5vw;
  top: 50%;
  z-index: 1;
}

.slick-slide img {
  background-size: contain;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.slider .slick-next {
  right: calc(18% + 12px);
  top: auto;
  bottom: -30px;
  width: 80px;
  height: 10px;
  border-bottom: 1px solid #fff;
}

.slider .slick-prev {
  left: calc(18% + 12px);
  top: auto;
  bottom: -30px;
  width: 80px;
  height: 10px;
  border-bottom: 1px solid #fff;
}

.slider .slick-prev:before,
.slider .slick-next:before {
  content: "";
  width: 13px;
  height: 2px;
  border-bottom: 1px solid #fff;
  display: block;
  opacity: 1;
  bottom: -0.5px;
  top: 8px;
  position: absolute;
  transform: rotate(330deg);
  transform-origin: left bottom;
  background: none;
}

.slider .slick-next:before {
  transform: rotate(30deg);
  transform-origin: right bottom;
  left: auto;
  right: 0;
}

.photo_inner {
  position: relative;
}

/****************************************

	SP

*****************************************/

@media screen and (max-width: 960px) {
 #photo::before {
    width: 200%;
  }
  .slider {
    margin-bottom: 2rem;
  }
  .slider li {
    padding: 0 4%;
  }
  .member_name {
    right: 8px;
  }

  .member_photo {
    border-radius: 15px;
    overflow: hidden;
  }
  .member_name {
    margin: 0 0 5px 0;
    font-size: 13px;
  }

  .slider .slick-next {
    width: 50px;
    right: 18%;
  }

  .slider .slick-prev {
    width: 50px;
    left: 18%;
  }

  .slider li {
    padding: 0 8px;
  }
  
}

/* --------------------
　　　　動画
---------------------*/
.message {
background-color: #C6CECC;
margin-top: 900px;
padding: 40px 20px;
position: relative;
}

.message p {
text-align: center;
margin-bottom: 20px;
}

.message__video {
position: relative;
overflow: hidden;
width: 100%;
height: auto;
margin: 0px auto;
padding-bottom: 56.25%;
}

.video--title{
text-align: center;
margin-top: 20px;
}

/*03タイトル「RELEASE」の文字を上に詰める*/
.release-text {
  display: inline-block;
  transform: translateY(-11px); /* 好きなだけ上に */
}
