@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
    background-color:#eee4db;
	min-height: 100vh;
	font-family: "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 400;
    font-style: normal;
	font-size: 15px;
	line-height: 26px;
	color: #222;
	box-sizing: border-box;
}

html{
	height:100%;
}

img { border-style:none;
	vertical-align: bottom;}

a img { border-style:none;}

a:hover img { border-style:none; }

*{
margin: 0;
padding: 0;
}

ol, ul {
	list-style: none;
}

.cf:before,
.cf:after {
  content: "";
  display: table;}
.cf:after {
  clear: both;}
.cf {
  *zoom: 1;}


.modal-movie {
  cursor: pointer;
}

.pcview{
	width:100%;
}

.spview{
	display: none;
}

.scrollShowEffect1 {
	transition: all 2.5s;
	transition-delay: 0s;
	opacity:0;
}

.scrollShowEffect2 {
	transition: all 2.5s;
	transition-delay: 0.6s;
	opacity:0;
}

.scrollShowEffect3 {
	transition: all 2.5s;
	transition-delay: 0.9s;
	opacity:0;
}

.scrollShowEffect4 {
	transition: all 2.5s;
	transition-delay: 1.2s;
	opacity:0;
}


.scrollShowEffect-R {
	transform: translate3d(30%, 0%, 0);
}
.scrollShowEffect-L {
	transform: translate3d(-30%, 0%, 0);
}
.scrollShowEffect-B {
	transform: translate3d(0, 50px, 0);
}

.scrollShowEffect-T {
	transform: translate3d(0, -50px, 0);
}

.scrollShowEffect-Z {
	transform: scale( 0.2,  0.2);
}

.scrollShowEffect-O {
	transform: scale( 1.2,  1.2);
}


.scrollShowEffect1.showItem {
	opacity:1;
	transform: translate3d(0, 0, 0);
}

.scrollShowEffect2.showItem {
	opacity:1;
	transform: translate3d(0, 0, 0);
}

.scrollShowEffect3.showItem {
	opacity:1;
	transform: translate3d(0, 0, 0);
}

.scrollShowEffect4.showItem {
	opacity:1;
	transform: translate3d(0, 0, 0);
}

.mb0{
	width:100%;
	overflow: hidden; /* heightを戻す */
}

.mb5{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 5px;
	line-height: 140%;
}

.mb10{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 10px;
}

.mb20{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 20px;
}

.mb30{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 30px;
}

.mb50{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 50px;
}

.mb70{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom:70px;
}

.mb100{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 100px;
}

.pcbr {
	display:inline;
}

.loading .loader {
  opacity: 0;
}

.loading .loader span {
  display: inline-block;
  opacity: 0;
  /* ここに元々設定している文字アニメーション（フェードインなど）の記述を合わせてください */
  animation: loadingFadeIn 0.5s forwards; 
}

@keyframes loadingFadeIn {
  to { opacity: 1; }
}

/* --- ローディング全体 --- */
.loading {
  width: 100vw;
  height: 100vh;
  background-color: #161311;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1300;
  overflow: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
	pointer-events: auto;
}

.loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url("images/loading/bg.webp"); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: bg-zoom 8s infinite linear;
  will-change: transform;
}

.loading.is-loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loading .loader {
  z-index: 2;
  color: #000;
  font-family: "EB Garamond", serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: normal;
  text-indent: 0;
  text-align: center;
}

@keyframes bg-zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.12);
  }
}

.loading .loader span {
  display: inline-block;
  opacity: 0;
  animation: type-char 0.6s forwards ease-out;
  margin-right: 15px;
}

.loading .loader span:last-child {
  margin-right: 0;
}

@keyframes type-char {
  100% {
    opacity: 1;
  }
}

#header_wrapper{
	width:100%;
	overflow: hidden;
    text-align: center;
	line-height: 100%;
    position: fixed;
    left:0;
    top:0;
	z-index: 100;
    background-color:rgba(255,255,255,0.95);
    box-sizing: border-box;
	opacity: 0;
    transition: all 1.5s;
    transform: translateY(-20px);
    box-shadow: 0px 0px 10px -5px #000;
}
  
.showNavi #header_wrapper{
  opacity:1;
  transition-delay:1.0s;
  transform: translateY(0);
}

.headermenu nav{
	width: 100%;
    box-sizing: border-box;
	font-weight: 400;
    font-size: 16px;
    font-family: "EB Garamond", serif;
    line-height: 16px;
    overflow: hidden;
	letter-spacing: 1px;
	text-align: center;
}

.headermenu nav ul li {
	display: inline-block;
    margin-right: -6px;
	vertical-align: middle;
}

.headermenu a {
  display: block;
  text-decoration: none;
  color: #000;
  padding:18px 25px 15px 25px ;
  box-sizing: border-box;
  background-color: rgba(210, 187, 166, 0);
  transition: background-color 0.4s ease, color 0.4s ease;
}

.headermenu a:hover {
  text-decoration: none;
  outline: none;
  background-color: #d2bba6; 
  color: #fff;
}

.headermenu li:last-child{
  margin-right: 0;
  padding-right: 0;
	vertical-align: middle;
}

.headermenu li:last-child a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
  height: 49px;
  box-sizing: border-box;
}

.headermenu li:last-child a img {
  height: 16px; /* 文字のフォントサイズ（16px）に画像の高さを合わせると美しく並びます */
  width: auto;  /* 横幅は比率を維持 */
  transition: filter 0.3s ease;
}

.headermenu li:last-child a img:hover {
  filter: invert(100%);
}

#top_wrapper {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  margin-bottom: -1px;
  z-index: 1;
}

#top_wrapper::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

#top_wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.topmain {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transform: translateY(calc(56.25vw - 73vw));
  transition: transform 4.0s cubic-bezier(0.25, 1, 0.5, 1);
}

.showNavi .topmain {
  transform: translateY(0);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.toplogo {
  width: 50%;
  position: absolute;
  top: 30%;
  left: 25%;
  z-index: 100;
  opacity: 0;
  transition: opacity 1.5s ease, visibility 1.5s ease;
}

.showNavi .toplogo {
  opacity: 1;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.toplogoe {
  width: 60%;
  position: absolute;
  top: 35%;
  left: 20%;
  z-index: 90;
  opacity: 0;
  transition: opacity 1.5s ease, visibility 1.5s ease;
	mix-blend-mode: multiply;
}

.showNavi .toplogoe {
  opacity: 1;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.topday {
  width: 17%;
  position: absolute;
  top: 8%;
  left: 1.5%;
  z-index: 100;
  opacity: 0;
  transition: opacity 1.5s ease, visibility 1.5s ease;
}

.showNavi .topday {
  opacity: 1;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.catch1 {
  width: 5%;
  position: absolute;
  top: 7%;
  right: 0.8%;
  z-index: 100;
  opacity: 0;
  transition: opacity 1.5s ease, visibility 1.5s ease;
}

.showNavi .catch1 {
  opacity: 1;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}


.spmain{
	display: none;
}

#intro_wrapper{
	width:100%;
	overflow:hidden;
}

#intro_wrapper img{
	width:100%;
	height: auto;
}

.intromain_wrapper{
    width:100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.intromain_wrapper::before {
  content: "";
  display: block;
  padding-top: 43%;
}

.intro01{
    width:50%;
    position: absolute;
    left:2%;
    top:5%;
    z-index: 0;
    box-shadow: 0px 0px 10px -5px #000;
}

.intro02{
    width:24%;
    position: absolute;
    right:29%;
    top:14%;
    z-index: 5;
    box-shadow: 0px 0px 10px -5px #000;
}

.intro03{
    width:30%;
    position: absolute;
    right:2%;
    top:10%;
    z-index: 3;
    box-shadow: 0px 0px 10px -5px #000;
}

.intro04{
    width:19%;
    position: absolute;
    right:24%;
    top:57%;
    z-index: 0;
    box-shadow: 0px 0px 10px -5px #000;
}

.intro05{
    width:17%;
    position: absolute;
    right:8%;
    top:68%;
    z-index: 0;
    box-shadow: 0px 0px 10px -5px #000;
}

.pt1{
	width:100%;
    font-family: "EB Garamond", serif;
	font-size: 30px;
	font-weight: 500;
    line-height: 30px;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.pt2{
	width:100%;
    font-family: "EB Garamond", serif;
	font-size: 30px;
	font-weight: 500;
    line-height: 30px;
	letter-spacing: 1px;
	margin-bottom: 30px;
	text-align: center;
}

.color_black{
	color: #000;
}

.color_white{
	color: #fff;
}

.color_red{
	color: #d70b24;
}

#intro_inner{
	width:100%;
	overflow:hidden;
	padding:0 15% 5% 15%;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: 500;
	line-height: 29px;
}

.intromidashi{
	width:70%;
	margin-bottom: 30px;
}


#story_wrapper{
	width:100%;
	overflow:hidden;
}

#story_inner1 {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 10px -5px #000;
}

#story_inner1::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.storymain {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}

#story_inner1 .storymain img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  filter: sepia(0%);
  transition: filter 2.5s ease-in-out !important;
  will-change: filter;
}

#story_inner1.is-active .storymain img {
  filter: sepia(90%) brightness(50%);
}

/*
#story_inner1.is-active .storymain img {
  filter: sepia(90%);
}
*/

.storytextmove {
  width: 90%;
  max-width: 1024px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  z-index: 2;
  color: #fff;
  font-size: 25px;
  line-height: 2.2;
  font-weight: 500;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6), 0 0 5px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: translate(-50%, -45%);
  transition: opacity 3s ease, transform 1.2s ease;
}

.storytextmove.is-visible {
  opacity: 1;
  transform: translate(-50%, -50%);
}


#story_inner2 {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
	margin-top:-4%;
}

#story_inner2::before {
  content: "";
  display: block;
  padding-top: 37%;
}

#story_inner2 img{
	width:100%;
	height: auto;
}

.story01{
	width:42%;
	position: absolute;
	right: 7%;
	top:5%;
	z-index: 3;
    box-shadow: 0px 0px 10px -5px #000;
}

.storytext{
	width:35%;
	position: absolute;
	left: 12%;
	top:30%;
	box-sizing: border-box;
	z-index: 5;
}

#credit_wrapper {
    width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

#credit_wrapper img{
	width:100%;
	height: auto;
}

#credit_inner {
    width: 100%;
    padding:0% 15%;
	overflow: hidden;
	box-sizing: border-box;
}

.credit-container {
  width: 100%;
  max-width: 800px;
  margin: 50px auto;
  padding: 0 20px;
  box-sizing: border-box;
  color: #222;
}

.credit-list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.credit-list li {
  display: flex;
  width: 100%;
  max-width: 700px;
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 1.5;
}

.credit-label {
  flex: 0 0 50%;
  text-align: right;
  padding-right: 25px;
  box-sizing: border-box;
  color: #222;
  font-weight: 600;
}

.credit-name {
  flex: 0 0 50%;
  text-align: left;
  padding-left: 25px;
  box-sizing: border-box;
  position: relative;
}

.credit-name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background-color: #222;
}

.credit-list .credit-divider {
  width: 100%;
  height: 30px;
  display: block;
}

.credit-copyright {
  text-align: center;
  font-size: 11px;
  letter-spacing: 2px;
  color: #222;
  margin-top: 40px;
}


#footer_wrapper{
    width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:4% 0;
	background-color: #000;
}

#footer_wrapper img{
	width:100%;
	height: auto;
}

.footerlogo{
	width:25%;
	margin:0 auto;
}


#news_wrapper{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 26px;
	background-color: #000;
	color: #fff;
}

#news_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	padding:5% 10% 10% 10%;
}

.wp-api_wrapper{
	width:100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding-top:30px;
}

.wp-api_wrapper a{
	color: #fff;
	text-decoration: none;
    transition: 0.4s ease;
}

.wp-api_wrapper a:hover{
	color:#ccc;
	text-decoration: none;
}

.wp-apicard {
	display: flex;
	justify-content: center; /* ★重要：中身のliをすべて中央寄せにする */
	flex-wrap: wrap;         /* スマホなどで画面が狭くなったら折り返せるように */
	width: 100%;
	padding: 0;              /* ul特有のデフォルト余白をリセット */
	margin: 0;
	list-style: none;        /* リストの「・」を消す */
}

.wp-apicard li{
	width: 31%; 
	text-align: left;
	line-height: 20px;
	font-size: 11px;
	box-sizing: border-box;
	margin: 0 1.1%;
}

.item_img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  box-sizing: border-box;
  border: 2px solid #fff;
}

.item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease;
}
.item_img:hover img {
  transform: scale(1.1);
}

.newsday{
	width:100%;
	box-sizing: border-box;
	font-size: 12px;
	font-weight: 700;
	margin-top:10px;
	color: #fff;
}

.newstitle{
	width:100%;
	box-sizing: border-box;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
}

.spotify_wrapper{
	width:300px;
	height: 190px;
	position: absolute;
	left: 1%;
	bottom:2%;
	background-color: rgba(230,0,18,0.9);
	padding:1%;
	box-sizing: border-box;
  opacity: 0;
	transition: all 1.2s;
	z-index: 50;
}

.showNavi .spotify_wrapper {
	opacity: 1.0;
  transition-delay: 2.5s;
}

.spotify{
	width:100%;
}

.biling_wrapper{
	width:100%;
	background-color: #000;
	padding:2% 0;
}

.biling_wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.biling{
	width:70%;
	margin:0 auto 50px;
}


.top_mvtk{
    width:100%;
}

#mvtk-widgets-container{
	text-align: center;
	margin:0 auto;
}

.introphoto_wrapper {
  display: flex;
  width: 100%;
  gap: 15px; 
  box-sizing: border-box; 
	margin-bottom: 30px;
}

.introphoto_wrapper .introphoto {
  flex: 1; 
}

.introphoto_wrapper .introphoto img {
  width: 100%;
  height: auto;
  display: block;
}


.spotify_wrapper{
	width:300px;
	height: 190px;
	position: absolute;
	left: 1%;
	bottom:2%;
	background-color: rgba(230,0,18,0.9);
	padding:1%;
	box-sizing: border-box;
  opacity: 0;
	transition: all 1.2s;
	z-index: 50;
}

.showNavi .spotify_wrapper {
	opacity: 1.0;
  transition-delay: 2.5s;
}

.spotify{
	width:100%;
}


.undopicnic {
  width: 20%;
  position: absolute;
  bottom: 2%;
  right: 0.8%;
  z-index: 100;
  opacity: 0;
  transition: opacity 1.5s ease, visibility 1.5s ease;
}

.showNavi .undopicnic {
  opacity: 1;
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.undopicnic img {
	transition-duration: 0.5s;
}
.undopicnic img:hover {
	opacity: 0.5;
	transition-duration: 0.5s;
}

@media screen and (max-width:1024px){
	
.pcview{
	display: none;
}

.spview{
	display: inherit;
	width:100%;
}

.pcbr {
	display:none;
}

.brtext::before {
	content: "\A" ;
	white-space: pre ;
}

.spmain{
  display: inherit;
  opacity: 0;
  transition: opacity 1.5s ease, visibility 1.5s ease;
	margin-bottom: 20px;
}

.showNavi .spmain {
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.spmain img{
    width:100%;
	height: auto;
}

.loading::before {
    background-image: url("images/loading/bgsp.webp"); 
}

.loading .loader {
  z-index: 2;
  color: #000;
  font-family: "EB Garamond", serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: normal;
  text-indent: 0;
  text-align: center;
}

#header_wrapper{
	display: none;
}
	
.btn-trigger_fix{
	width:100%;
	position: fixed;
	top:0;
	right: 0;
    z-index: 65;
	border-bottom: 1px solid #d70b24;
}

.btn-trigger_wrapper{
	width:100%;
    background-color: #000;
    text-align: center;
    padding-top:2%;
    padding-bottom:1%;
    box-shadow: 0px 0px 15px -5px #000;
}
  
.btn-trigger {
  position: relative;
  width: 36px;
  height: 25px;
  margin:0 auto;
  cursor: pointer;
}

.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #d70b24;
  border-radius: 2px;
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 11.5px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

#btn08.active span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-315deg);
  transform: translateY(11px) rotate(-315deg);
}
#btn08.active span:nth-of-type(2) {
  opacity: 0;
}
#btn08.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(315deg);
  transform: translateY(-11px) rotate(315deg);
}

nav.globalMenuSp {
	position: fixed;
	z-index : -10;
	top  : 0;
	left : 0;
	width: 100%;
	height: 100%;
	margin-top:-100%;
	opacity: 0;
	background-color: #000;
    font-family: "EB Garamond", serif;
	box-sizing: border-box;
	transition-property: all;
	transition: .6s ease;
	display: table;
	text-align: center;
}

nav.globalMenuSp.active {
  opacity: 100;
  margin-top:0;
  z-index : 50;
}

.globalMenuSp img{
	width:100%;
	height: auto;
}
	
.menu_wrapper{
	width:100%;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	font-weight: 400;
    font-size: 14px;
    line-height: 14px;
	letter-spacing: 1px;
}
	
.menulogo{
	width:50%;
	margin:0 auto 10%;
}

.menu{
    width:100%;
	margin-bottom: 4%;
}

.menu a{
	color: #fff;
	text-decoration: none;
}

.menu:last-child{
	margin-bottom:0;
}


#top_wrapper {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  position: inherit;
  margin-bottom: 0;
  z-index: 1;
	background-color: #000;
}

#top_wrapper::before {
  content: none;
}

.topmain {
	display: none;
}

.toplogo {
	display: none;
}
	
.toplogoe{
	display: none;
}

.topday {
	display: none;
}

.catch1 {
	display: none;
}

.intromain_wrapper{
    width:100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.intromain_wrapper::before {
  content: "";
  display: block;
  padding-top: 72%;
}

.intro01{
    width:50%;
    position: absolute;
    left:0;
    top:5%;
    z-index: 0;
    box-shadow: 0px 0px 10px -5px #000;
}

.intro02{
    width:38%;
    position: absolute;
    left:7%;
	right: auto;
    top:47%;
    z-index: 5;
    box-shadow: 0px 0px 10px -5px #000;
}

.intro03{
    width:44%;
    position: absolute;
    right:2%;
    top:20%;
    z-index: 3;
    box-shadow: 0px 0px 10px -5px #000;
}

.intro04{
    width:35%;
    position: absolute;
    right:24%;
    top:62%;
    z-index: 0;
    box-shadow: 0px 0px 10px -5px #000;
}

.intro05{
    width:25%;
    position: absolute;
    right:8%;
    top:68%;
    z-index: 0;
    box-shadow: 0px 0px 10px -5px #000;
}

.pt1{
	width:100%;
    font-family: "EB Garamond", serif;
	font-size: 30px;
	font-weight: 500;
    line-height: 30px;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.pt2{
	width:100%;
    font-family: "EB Garamond", serif;
	font-size: 30px;
	font-weight: 500;
    line-height: 30px;
	letter-spacing: 1px;
	margin-bottom: 30px;
	text-align: center;
}

#intro_inner{
	width:100%;
	overflow:hidden;
	padding:0 8% 5% 8%;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: 500;
	line-height: 29px;
}

.intromidashi{
	width:80%;
	margin-bottom: 30px;
}

#story_inner1 {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 10px -5px #000;
}

#story_inner1::before {
    padding-top: 100% !important; /* これで縦横比が1:1の綺麗な縦長（正方形）になります */
  }
	
.storymain .spview {
    width: 100% !important;
    height: 100% !important; /* これを入れないと高さが0になり画像が表示されません */
    display: block !important; /* 確実に表示 */
  }
  
  /* PC用は確実に非表示にする */
  .storymain .pcview {
    display: none !important;
  }

  #story_inner1 .storymain .spview img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; /* 縦長画像がトリミングされて枠いっぱいに綺麗に収まります */
  }

.storytextmove {
  width: 90%;
  max-width: 1024px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  color: #fff;
  font-size: 14px;
  line-height: 2.2;
  font-weight: 500;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6), 0 0 5px rgba(0, 0, 0, 0.3);
}


#story_inner2 {
  width: 100%;
  height: auto;
  position: inherit;
  overflow: hidden;
  margin-top:0;
	box-sizing: border-box;
	padding:7%;
}

#story_inner2::before {
  content:none;
}

.story01{
	width:100%;
    position: inherit;
	right: 0;
	top:0;
	z-index: 3;
    box-shadow: 0px 0px 10px -5px #000;
}
	
.story01 img{
	width:100%;
	height: auto;
}

.storytext{
	width:100%;
	position: inherit;
	left:0;
	top:0;
	box-sizing: border-box;
	z-index: 5;
	margin-bottom: 20px;
}

#credit_inner {
    width: 100%;
    padding:7%;
	overflow: hidden;
	box-sizing: border-box;
}

.credit-container {
  width: 100%;
  max-width: 800px;
  margin: 50px auto;
  padding: 0 20px;
  box-sizing: border-box;
  color: #222;
}

.credit-list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.credit-list .credit-divider {
  width: 100%;
  height: 30px;
  display: block;
}

.credit-copyright {
  text-align: center;
  font-size: 10px;
  letter-spacing: 1px;
  color: #222;
  margin-top: 30px;
}


#footer_wrapper{
    width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:7% 0;
	background-color: #000;
}

.footerlogo{
	width:50%;
	margin:0 auto;
}

	
.credit-list li {
    flex-direction: column;
    text-align: center;
    margin-bottom: 10px;
  }
  .credit-label, .credit-name {
    flex: none;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .credit-name::before {
    display: none;
  }
  .credit-label {
    margin-bottom: 4px;
  }
	

.wp-apicard li {
    width: 45%;         
    margin: 0 2.5% 20px;
}
.wp-apicard li:nth-child(3) {
    display: none;
}
	
.item_img {
  border:2px solid #fff;
}
	
.biling_wrapper{
	width:100%;
	background-color: #000;
	padding:7% 0 2% 0;
}

.biling{
	width:80%;
	margin:0 auto 40px;
}
	
	.sns{
		width:20px;
		margin:0 auto;
		filter: invert(100%);
	}
	


.spotify_wrapper{
	width:90%;
	height: 163px;
	position: inherit;
	left:0;
	bottom:0;
	margin:0 auto;
	background-color: rgba(230,0,18,0.9);
	padding:1%;
	box-sizing: border-box;
  opacity: 1;
}
.undopicnic {
  width: 90%;
  position: inherit;
  bottom: 0;
  right: 0;
	margin:0 auto 10px;
  z-index: 100;
  opacity: 1;
}

.undopicnic img {
	transition-duration: 0.5s;
}
.undopicnic img:hover {
	opacity: 0.5;
	transition-duration: 0.5s;
}
	
	
	
	
	

}


/* ==========================================================================
   動画モーダル（PC・共通）
   ========================================================================== */
.modal-contents {
  display: none; /* JSのfadeIn/fadeOutで制御するため初期は非表示 */
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background: rgba(0,0,0, 0.95) !important;
  z-index: 20000 !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.modal-contents .modal-contents-inner {
  position: relative;
  width: 100%;
  height: 100%; 
}

/* ビデオと切り替えボタンを包むコンテナ */
.modal-contents .modal-contents-inner .modal-contents-iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 155vh; 
  max-width: 95%; /* 画面の横幅が狭いときに左右がはみ出すのを防ぐセーフティ */
  margin: 0 auto;
}

/* YouTubeプレイヤーの比率維持（16:9） */
.modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-player {
  width: 100%;
  text-align: center;
  position: relative;
  padding-top: 56.25%; /* 16:9の比率 */
  height: 0;
  overflow: hidden;
  display: block;
  margin: 0 auto; 
}

.modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-player iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: none !important;
  outline: none !important;
}

/* 予告編切り替えボタンの並び */
.modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn {
  width: 100%;
  margin: 15px auto 0;
  font-size: 0;
  text-align: center;
  padding: 0;
}

/* ボタン単体のデザイン（PC基準） */
.modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
  border: 1px solid #111;
  background-color: #fff;
  width: 33.1%;
  margin: 0 0.1% 5px;
  height: auto;
  box-sizing: border-box;
  padding: 10px 0; 
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
	font-weight: 600;
  line-height: 20px;
  color: #000;
  cursor: pointer;
  transition: all .3s; 
  box-shadow: 0 4px 8px rgba(0,0,0,0.6);
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
    font-size: 12px; 
  } 
}

/* ボタンのホバー・現在地 */
.modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li:hover,
.modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li.current {
  border: 1px solid #111;
  background-color: #e60012;
  color: #fff;  
}

/* 閉じるボタン（×） */
.modal-contents .modal-contents-inner .modal-close {
  width: 60px;
  height: 60px;
  display: block !important;
  position: fixed !important; 
  top: 2% !important;
  right: 1% !important;
  z-index: 99999 !important;
  pointer-events: auto !important;
  cursor: pointer !important; 
  background: none !important;
  padding: 0 !important;
  outline: none !important;
  transition: transform 0.2s;
	border:none !important;
}

.modal-contents .modal-contents-inner .modal-close:hover {
  transform: scale(1.1);
}

.modal-contents .modal-contents-inner .modal-close img {
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none; /* 画像によるクリック阻害を防止 */
}

/* ==========================================================================
   動画モーダル（スマホ用レイアウト：768px以下）
   ========================================================================== */
@media screen and (max-width: 768px) {
  .modal-contents .modal-contents-inner .modal-contents-iframe {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: calc(100% - 40px);
  }

  .modal-contents .modal-contents-inner {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  
  .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-player {
    padding-top: 56.25%; 
    width: 100%; 
  }
  
  .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
    display: block;
    width: 100%;
    margin: 6px 0 0 0;
    text-align: center;
    line-height: 20px;
    font-size: 12px; 
    padding: 10px 0;
  }
    
  .modal-contents .modal-contents-inner .modal-close {
  width: 50px !important;
  height: 50px !important;
  position: absolute !important; 
  top: calc(50% - (56.25vw / 2) - 130px) !important; 
  right: 10px !important; 
  left: auto !important;
  bottom: auto !important;
}
	
}