/*--------------------------------------
背景設定
---------------------------------------*/
.bg_matsuken {
	background: url("../img/bg_ptn.jpg");
	background-repeat: repeat;
	width:100%;
	max-width: 100%;

}


.big_matsuken {
  display: block;
  width: 250%; /* 好きなはみ出させ具合に調整（100%超） */
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%); /* 常に左右中央配置 */
}


.bg_top {
	background: url("../img/bg_top.webp");
	background-repeat: no-repeat;
	width:100%;
	background-size: 100%;
	background-position: top;

}


.bg_bottom {
	background: url("../img/bg_bottom.webp");
	background-repeat: no-repeat;
	width:100%;
	background-size: 100%;
	background-position: bottom;
	overflow: visible;

}


.bg_outline {
	background-color: #EEE5D4;
}




/*--------------------------------------
フォント セリフ体
---------------------------------------*/

.serif_font {
	font-family: serif;
	font-size: 180%;
   letter-spacing: 0.1em;
    line-height: 2;
}

@media screen and (max-width:767px){
.serif_font {
	font-family: serif;
	font-size: 90%;
   letter-spacing: 0.1em;
}
}

 /*--------------------------------------
スマホの時だけ改行
---------------------------------------*/
.sma{
    display: none;
}

@media screen and (max-width:768px) {
    .sma{
        display: block;
    }
}
	



	
 /*--------------------------------------
ボタンCSS(赤)
---------------------------------------*/
/*MENU用 文字囲み*/
.menu_border{
	padding: 15px;
	background-color: #76132b;
	width: 70%;
	margin: 0 15%;
	border-radius: 50px;

}

.menu_border a{
  color: #faefc1;
}

	
/* ボタンのスタイル */
.btn a {
  position: relative;
  display: block;
  text-decoration: none;
  text-align: center;
}

/* アイコンのスタイル */
.btn-circle-right a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 22px;
  height: 22px;
  margin: auto;
  border-radius: 20px;
  background-color: #faefc1;
}
.btn-circle-right a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-left: 9px solid #76132b;
  border-bottom: 6px solid transparent;
  box-sizing: border-box;
}


@media screen and (max-width: 767px){
.menu_border{
	padding: 15px;
	background-color: #76132b;
	width: 100%;
	margin: 0 ;
	border-radius: 50px;

}
	
	
/* アイコンのスタイル */
.btn-circle-right a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  width: 22px;
  height: 22px;
  margin: auto;
  border-radius: 20px;
  background-color: #faefc1;
}
.btn-circle-right a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-left: 9px solid #76132b;
  border-bottom: 6px solid transparent;
  box-sizing: border-box;
}
	}

	
	
	
 /*--------------------------------------
ボタンCSS(青)
---------------------------------------*/
/*MENU用 文字囲み*/
.bana_border{
	padding: 10px;
	background-color: #1b3087;
	width: 90%;
	margin: 0 5%;
	border-radius: 50px;
	font-size: 50%;
}

.bana_border a{
  color: #faefc1;
}

	
/* ボタンのスタイル */
.bana-btn a {
  position: relative;
  display: block;
  text-decoration: none;
  text-align: center;
}

/* アイコンのスタイル */
.bana-btn-circle-right a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 22px;
  height: 22px;
  margin: auto;
  border-radius: 20px;
  background-color: #faefc1;
}
.bana-btn-circle-right a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-left: 9px solid #1b3087;
  border-bottom: 6px solid transparent;
  box-sizing: border-box;
}



@media screen and (max-width: 767px){
.bana_border{
	padding: 10px;
	background-color: #1b3087;
	width: 90%;
	margin: 0 5%;
	border-radius: 50px;
	font-size: 30%;

}
	
/* アイコンのスタイル */
.bana-btn-circle-right a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  width: 22px;
  height: 22px;
  margin: auto;
  border-radius: 20px;
  background-color: #faefc1;
}
.bana-btn-circle-right a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-left: 9px solid #1b3087;
  border-bottom: 6px solid transparent;
  box-sizing: border-box;
}

}
	
	
	
	
	
	


/* youtube 縦横比率固定 */


.movie {
	width: 100%; /* 横幅変更 */
	padding: 0;
	box-sizing: border-box;
}

.movie-wrap {
	width: 100%;
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100% ;
}





/* 2026 */
/*--------------------------------------
新イルミ 神秘のシャイニングアーチ ストーリー部分
---------------------------------------*/


.arch_story_box {
	background-color:#1B5084;
	border-radius: 20px;
	padding: 30px 0 30px 0;
  position: relative;
}

.arch_story {
  position: relative;
}

.arch_story input {
  display: none;
}

/*開くためのボタンとテキストを隠すグラデーションの設定*/
.arch_story label {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  bottom: -10px;
  width: 100%;
  height: 140px; /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(27, 80, 132, 1) 90%);
	border-radius: 20px;
}


/* 開いた時にグラデーションを消す */
.arch_story input:checked + label {
  background: inherit;
}
.arch_story input:checked + label {
  /* display: none ; 閉じるボタンを消す場合コメントアウトを外す */
}
.arch_story .cp_container {
  overflow: hidden;
  height: 250px; /* 開く前に見えている部分の高さ */
  transition: all 0.5s;
}
/*続きをよむボタン*/
.arch_story label:after,
.arch_story label::before {
  content: '';
  position: absolute;
  line-height: 2.5rem;
}
.arch_story label:after {
  z-index: 2;
  bottom: 10px;
  width: 13em;
  content: '▼ READ MORE ▼';
  color: #ffffff;
  background: #1b2538;
  border-radius: 20px;
}

/*閉じるボタン*/
.arch_story input:checked + label:after {
  content: '▲ CLOSE ▲';
}
.arch_story input:checked + label:before {
  left: calc(50% - 2.5em);
  transform: scale(1, -1);
}
.arch_story input:checked ~ .cp_container {
  height: auto;
  padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}


 /*--------------------------------------
　スライダーの中央を大きくするCSS
---------------------------------------*/


.slide img {
	transform: scale(.8);
	transition: transform .3s;
}
.slide.slick-center img {
	transform: scale(1);
}


.slide_rogo {
	top: -80px;
	left: 10px;
	z-index: 999;
}


@media screen and (max-width: 767px){
.slide_rogo {
	top: -20px;
	left: -40px;
	z-index: 500;

}
}



 /*--------------------------------------
　スライダーの中央を大きくするCSS
---------------------------------------*/
.relative {
	position: relative
}

.absolute {
	position: absolute
}








