@charset "utf-8";
/*-----------------------------------------------
 * STORY 
-------------------------------------------------*/
@media screen and (min-width:768px){
	.contentBG__earringSet.-decoFooter{
		top: 0;
		left: 0;
		margin-top: -290px;
		margin-left: 50px;
		z-index: 1;
	}
	.contentBG__earringSet:after{
		display: none;
	}
}
@media screen and (max-width: 767px) {
    .pHeader--logo {
      width: calc(380 / var(--vw-min) * 100vw);
		  margin-bottom: var(--sp-size-24);
    }
}
@media screen and (min-width:768px){
	.pMain{
		padding-top: 110px;
	}
	.contentBG__earring {
		position: absolute;
		right: -40px;
	}
	.cont_h2{
		z-index: unset;
	}
}
@media screen and (max-width: 767px) {
	.pMain{
		padding-bottom: calc(200 / var(--vw-min) * 100vw);
	}
    .contentBG__earring.-sizeM	 {
		position: absolute;
		right: calc(-68 / var(--vw-min) * 100vw);
		padding-top: 
      calc(296 / var(--vw-min) * 100vw);
      z-index: 2;
	}
}

/* h2 deco */
.cont_h2--deco.-story{
	width: 107px;
	height: 93px;
	top: 0;
	left: 0;
	margin-left: 340px;
	margin-top: -90px;
	background-image: url(../img/common/deco_h2-bg1.png);
}
@media screen and (max-width: 767px) {
    .cont_h2--deco.-story{
	width: calc(100 / var(--vw-min) * 100vw);
	height: calc(93 / var(--vw-min) * 100vw);
	margin-left: calc(440 / var(--vw-min) * 100vw);
	margin-top: calc(-90 / var(--vw-min) * 100vw);
	}
}
/* h2 line */
#story .cont_h2--line {
    width:100%;
}
@media screen and (max-width: 767px) {
    #story .cont_h2--line {
        width: 100%;
    }
}
#story .contetIn__bg::after{
	content: "";
	width: 100%;
	height: min(calc(760 / var(--vw-min) * 100vw), 760px);
	position: absolute;
	top: min(calc(120 / var(--vw-min) * 100vw), 120px);
	margin: auto;
	background-size: cover;
	opacity: 0.2;
}
@media screen and (max-width:767px){
	#story .contetIn__bg::after{
		height: calc(940 / var(--vw-min) * 100vw);
		top: calc(144 / var(--vw-min) * 100vw);
	}
}

.btn_group{
  width: var(--viewport-width);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  /* top: 305px;
  left: 0;
  z-index: 99; */
  border: 1px solid;
}
#story .contentIn__Cont{
	z-index: unset;
}
#story .contentIn__ContIn{
	width: 100%;
}
#story .story__tabs {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.story__tab {
  width: 50vw;
  background: #d6c7e0;
  border: none;
  padding: 12px 36px;
  font-weight: bold;
  cursor: pointer;
  font-size: 20px;
  color: #fff;
  transition: 0.3s;
}
.story__tab.is-active {
  width: 50%;
  background: #bba3d3;
}

.ending-txt {
	color: #000;
	background: #fff;
}

.story__section {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:767px){
  .story__section {
    margin-top: calc(80 / var(--vw-min) * 100vw);
  }
}

.story__sectionTitle {
  font-size: 32px;
  font-weight: bold;
  padding-left: 16px;
  margin-bottom: 24px;
}
.story__section .line {
	border-bottom: 1px solid;
	width: 100%;
}

#story .contentIn__ContIn,
#story .story__section {
  position: relative;
  z-index: 10;
}

.story__sectionDate {
	padding-top: 10px;
	color: #e17fd3;
	font-weight: 700;
	font-size: 20px;
}

.story__sectionSub {
  font-size: 16px;
  margin-left: 12px;
  color: #000;
}

.story__content {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
}
@media screen and (max-width:767px){
	.story__content { 
		display: contents;
	}
}

.story__image {
  flex: 1 1 300px;
  max-width: 50%;
}

@media screen and (max-width:767px){
  .story__image {
    max-width: none;
  }
}

.story__image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.story__info {
  flex: 1 1 300px;
  max-width: 50%;
}

@media screen and (max-width:767px){
  .story__info {
    max-width: none;
  }
}

.story__artist {
  color: #e17fd3;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 4px;
}

.story__songTitle {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 16px;
  margin-left: 20px;
}
.story__comment {
  border: ridge;
  margin-top: 40px;
}
.story__commentTitle {
	font-size: 20px;
  font-weight: bold;
	margin-left: 20px;
	padding-top: 10px;
	display: inline-block;
	background-position: left bottom;
  background-size: 100% 30% !important;
	background: linear-gradient(var(--color-yellow), var(--color-yellow)) right bottom / 0 40% no-repeat;
}
.story__profileTitle {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 4px;
  display: inline-block;
  background-position: left bottom;
  background-size: 100% 40% !important;
  background: linear-gradient(var(--color-yellow), var(--color-yellow)) right bottom / 0 40% no-repeat;
}

.story__commentText {
	padding-top: 12px;
	margin-left: 20px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 2;
}
@media screen and (max-width:767px){
	.story__commentText {
		font-size: calc(24 / var(--vw-min) * 100vw);
	}
}
.story__profile {
	margin-top: 50px;
}
.story__profileText {
  font-size: 16px;
  line-height: 2;
  padding-top: 12px;
}
@media screen and (max-width:767px){
	.story__profileText {
		font-size: calc(24 / var(--vw-min) * 100vw);
	}
}

.contBG_stickyInWrap {
	background-image: linear-gradient(#fff55a,  #d4f0ff)
}

.make_contentIn__BG .contetIn__bg {
	top: 192px;
}
@media screen and (max-width:767px){
	.make_contentIn__BG .contetIn__bg {
		top: calc(192 / var(--vw-min) * 100vw);
	}
}
.story__list {
  padding: 0 20px 20px;
}
.story__listTitle {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 4px;
  display: inline-block;

}

.story__listTitleIn {
  background-size: 100% 40% !important;
  background: linear-gradient(var(--color-yellow), var(--color-yellow)) right bottom / 0 40% no-repeat;
}

.story__listText {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.9;
}

.br-spec__row {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin: 4px 0;
}

.br-spec__label {
  display: inline-block;
  min-width: 86px;
  padding: 2px 10px 3px;
  color: #ff4da6;
  font-weight: 700;
  letter-spacing: .06em;
  border-radius: 999px;
  text-align: right;
  line-height: 1.2;
}

.br-spec__value {
  font-weight: 700;
  letter-spacing: .02em;
  color: #222;
  word-break: keep-all;
}

@media (max-width: 767px) {
  .story__listText { 
    font-size: calc(24 / var(--vw-min) * 100vw); 
  }
  .br-spec__label { 
    min-width: calc(78 / var(--vw-min) * 100vw); 
    padding: calc(2 / var(--vw-min) * 100vw) calc(8 / var(--vw-min) * 100vw); 
  }
}
.contentIn__ContIn {
  max-width: calc(960px * var(--max-percent));
  padding: 130px 0px;
}
@media screen and (max-width: 767px) {
  .contentIn__ContIn{
    padding-top: calc(145 / var(--vw-min) * 100vw);
    padding-bottom: calc(140 / var(--vw-min) * 100vw)
  }
}

/* === Swiper Image:  borderless, rounded corners, with margins=== */
.swiper_image{
  width: min(calc(1000 / var(--vw-min) * 100vw), 1000px);
  margin: 28px auto 0;
  box-sizing: border-box;
}

.swiper_image .swiper-container{
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
}

.swiper_image .swiper-slide{
  aspect-ratio: 16 / 9;
  background: #000;
}

.swiper_image .swiper-slide img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.swiper_image .swiper-pagination{
  position: static;
  margin-top: calc(16 / var(--vw-min) * 100vw);
  margin-bottom: calc(16 / var(--vw-min) * 100vw);
}

@media (max-width: 767px){
  .swiper_image{
    padding-inline: 16px;
    margin-top: calc(24 / var(--vw-min) * 100vw);
    width: 100%;
  }
  .swiper_image .swiper-container{
    border-radius: 10px;
  }
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ccc;
  opacity: 1;
  margin: 0 12px !important;
}
@media (max-width: 767px){
  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 3px !important;
  }
}

.swiper-pagination-bullet-active {
  background: var(--color-pink) !important;
}

.storyContent{
  width: 100%;
  background: #fffef0;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}

.storyNavListsWrap{
  width: 100%;
  position: relative;
}

.storyNavLists{
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.storyNavLists::-webkit-scrollbar{ display: none; }

.storyNavList{
  flex: 0 0 auto;
}

.storyNav__link{
  display: grid;
  place-items: center;
  min-width: 84px;
  padding: 14px 20px;
  text-decoration: none;
  color: #111;
  font-family: var(--font-en);
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  background: transparent;
  transition: background .2s ease, color .2s ease;
}

/* hover (desktop) */
@media (hover:hover){
  .storyNav__link:hover{ 
    background: #f2f2f2; 
  }
}

.storyNav__link.is-active,
.storyNavList.is-active .storyNav__link{
  background: #222;
  color: #fff;
}

.storyNav__link > span{ 
  position: relative; 
}


/* ==== Story movie card (under .story__comment) ==== */
.story_movie{
  max-width: 1000px; 
  margin: 28px auto 0;
  padding: 0 24px;
  box-sizing: border-box;
}
.story_movie > a{
  display:block;
  position:relative;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 10px 28px rgba(0,0,0,.12);
  transition:transform .2s ease, box-shadow .2s ease;
  width:100%;
  aspect-ratio:16/9;
  background:#000 center/cover no-repeat;
  z-index: 11;
}

.story_movie > a:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(0,0,0,.16);
}

.story_movie img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  background: #000;
}

.story_movie__btn{
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(0,0,0,.18);
}
.story_movie__btn::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-38%, -50%);
  border-left: 20px solid #e60073;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

@media (max-width: 767px){
  .story_movie{ 
    padding-inline: 16px; 
  }
  .story_movie__btn{ 
    width: 60px; 
    height: 60px; 
  }
  .story_movie__btn::after{
    border-left-width: 16px;
    border-top-width: 10px;
    border-bottom-width: 10px;
  }
}

@media (max-width: 767px){
  .story_movie{
    max-width: none;
    width: 100%;
    padding: 0 12px;
  }
  .story_movie > a{ border-radius: 12px; }

  /* .btn_group{
    top: calc(245 / var(--vw-min) * 100vw) !important;
    left: 0; right: 0;
    width: 100%;
    border: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background: #fffef0;
    z-index: 20;
    border-top: 1px solid;
    border-bottom: 1px solid;
  } */
  .storyNavLists{
    gap: 0;
    flex-wrap: nowrap;
  }
  .storyNav__link{
    min-width: calc(92 / var(--vw-min) * 100vw);
    padding: calc(14 / var(--vw-min) * 100vw)
             calc(20 / var(--vw-min) * 100vw);
  }

  html, body{ 
    overflow-x: hidden; 
  }
}

/* Overlay modal – hidden default */
.js-modalBox{
  position: fixed;
  inset: 0;
  display: none;                 
  z-index: 9999;
}

.js-modalBox.is-open{
  display: block;
}

.oneModal{
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.youtubeIframeWrap{
  width: min(1100px, 92vw);
  aspect-ratio: 16/9;
  border-radius: 12px;
  overflow: hidden;
}

.youtubeIframe{
  width: 100%;
  height: 100%;
  display: block;
}

body.is-fixed{ 
  overflow: hidden; 
}

.storyNav__link{
  position: relative;
  overflow: hidden;
  transition: color .25s ease;
}

.story_content {
  font-size: 16px;
  font-family: var(--font-default);
  padding: 0 20px;
}

@media screen and (max-width:767px){
	.story_content {
		font-size: calc(24 / var(--vw-min) * 100vw);
	}
}

.storyNav__link::after{
  content:"";
  position:absolute;
  inset:0;
  transform: translateX(-100%);
  transition: transform .35s ease;
  z-index:0;
  background: #222;
}

.storyNav__link > span{
  position: relative;
  z-index: 1;
}

@media (hover:hover){
  .storyNav__link:hover{ 
    color:#fff; 
  }
  .storyNav__link:hover::after{
    transform: translateX(0);
  }
}

.storyNav__link.is-active,
.storyNavList.is-active .storyNav__link{
  color:#fff;
}
.storyNav__link.is-active::after,
.storyNavList.is-active .storyNav__link::after{
  transform:none;
}

.js-modalBox:not(.is-open) .oneModal{ display:none !important; }
.js-modalBox.is-open .oneModal{ display:flex !important; }

/* ==== Fade-in / Fade-out for YouTube modal ==== */
@keyframes modalFadeIn {
  from { opacity: 0; transform: scale(0.98); }
  to   { opacity: 1; transform: scale(1); }
}
@keyframes modalFadeOut {
  from { opacity: 1; transform: scale(1); }
  to   { opacity: 0; transform: scale(0.98); }
}

.js-modalBox { 
  display: none;
}
.js-modalBox.is-open { 
  display: block !important; 
}
.js-modalBox.is-open .oneModal { 
  display: flex !important; 
}

.js-modalBox.is-open.is-fading-in  .oneModal { 
  animation: modalFadeIn .25s ease both;
}
.js-modalBox.is-open.is-fading-out .oneModal { 
  animation: modalFadeOut .20s ease both;
}

.youtubeIframeWrap { background:#000; }

.story__sectionTitle{
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-weight: bold;
  padding-left: 16px;
  margin-bottom: 24px;
}

.story__ep{
  flex: 0 0 auto;
  white-space: nowrap;
  line-height: 1;
  border-left: 5px solid #c9b7e4;
  padding: 10px;
  color: #000;
}

.story__epTitle{
  flex: 1 1 auto;
  min-width: 0;
  line-height: 1.3;
  word-break: break-word;
}

@media (max-width: 767px){
  .story__sectionTitle{ 
    font-size: calc(24 / var(--vw-min) * 100vw);
    gap: calc(8 / var(--vw-min) * 100vw); 
  }
}

.storyNavLists{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  overflow: visible;
  -webkit-overflow-scrolling: auto;
  scrollbar-width: auto;
}
.storyNavLists::-webkit-scrollbar{ 
  display: none; 
}

.storyNav__link{
  min-width: 84px;
  padding: 12px 16px;
  line-height: 1;
}

@media (max-width: 767px){
  .storyNavLists.--column2{
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0;
    overflow-x: visible;
  }
  .storyNavLists.--column2 .storyNav__link{
    min-width: 0;
    width: 100%;
    padding: calc(14 / var(--vw-min) * 100vw) calc(10 / var(--vw-min) * 100vw);
    white-space: nowrap;
  }

  .storyNavLists.--column2 li:nth-child(n+7):nth-child(-n+12) .storyNav__link{
    border-top: 1px solid #222;
  }

  .storyNavLists.--column2 li:last-child:nth-child(13){
    grid-column: 1 / -1;
    border-top: 1px solid #222;
  }
}
