@charset "UTF-8";

html {
	font-size: 62.5%;
}
body {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.4;
  margin: auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  font-feature-settings: "palt";
  min-width: 320px;
  color: #231815;
  background: #fff;
}
*{
    text-decoration: none;
    list-style: none;
}
.noto-sans-jp700{
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.w-1100{
	position: relative;
    max-width: 1120px;
	margin-inline:auto;
    padding: 0 20px;
	z-index: 2;
}
img{width: 100%;}
.pd-top{
	padding-top: 80px;
}
.pd-bottom{
	padding-bottom: 80px;
}
section{
	overflow: hidden;
}
section.sv.pd-bottom{
  background-color:#a2acbc
}
.flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.relative{position: relative;}
.absolute{position: absolute;}
.text-center{
	text-align: center;
}
.navy{
	color: #5f7388;
}
.bg_grey{
	background: #9fabbd;
}
.bg_dot{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}
h2{
	font-size: 6rem;
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
}
.special{
	font-size: 6rem;
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
	text-align: center;
}
.ttl_txt{
	margin-top: 15px;
	font-weight: bold;
	font-size: 1.8rem;
}
main{
	overflow: hidden;
}
.pc{display: block;}
.sp{display: none;}

/* fv */
.fv .circle{
	width: 100%;
	bottom: -1px;
	left: 0;
	z-index: 10;
}
.fv .fv_swiper .sp{
	display: none;
}

/* sv */
.sv .ttl{
	width: 1500px;
	margin-inline:auto;
	/* padding-bottom: 30px; */
}
.sv .flex{
	margin-top: 50px;
	justify-content: space-between;
}
.sv .flex .item{
	width: 48%;
}

/* intro */
.intro .box{
	padding: 5% 5% 0% 5%;
}
.intro .box h1{
	width: 60%;
	margin-bottom: 8%;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
}
.intro .box h1 br.sp{
	display: none;
}
.intro .box .txt-img{
	width: 50%;
	margin-inline:auto;
	padding: 30px 0;
}
.intro .box p{
	font-size: 2.3rem;
	line-height: 2.7;
	color: #5f7388;
}

/* kijitsu */
.kijitsumae .ttl_txt{
	/* margin-bottom: 50px; */
	margin-bottom: 20px;
}
.kijitsumae .ttl_txt br{
	display: none;
}
.kijitsumae  .kensaku{
	width: 65vw;
	margin-inline: auto;
}
.kijitsumae  .kensaku .sp{
	display: none;
}
.kijitsumae  .kensaku br{
	display: none;
}
.select_form {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	margin-top: 20px;
}
#select_search {
	display: block;
	width: 60%;
	height: 55px;
	margin: 0;
	font-size: 100%;
	border-radius:5px;
	cursor: pointer;
	padding: 0 10px;
	border: solid 2px #000;
	font-size: 20px;
	font-weight: bold;
}
.select_title {
	margin: 0 0 7px;
	text-align: center;
	font-size: 120%;
	color: #333;
	font-weight: bold;
}
.select_txt_off {
	margin: 0;
	padding: 13px 0;
	background: #fff;
	text-align: center;
	font-size: 120%;
	color: #333;
	border-radius: 3px;
}
.select_txt {
	display: none;
	margin: 0;
	padding: 13px 0;
	text-align: center;
	font-size: 120%;
	color: #333;
	font-weight: bold;
	border-radius: 3px;
}
.select_txt.active{
	display: block;
}
.select_txt .area_txt{
	background: #9d9698;
	padding: 10px;
	font-size: 2.5rem;
	font-weight: bold;
	color: #fff;
	border-radius: 10px;
}
.select_txt h3{
	background: #9d9698;
	padding: 10px;
	margin-bottom: 30px;
	font-size: 2.5rem;
	font-weight: bold;
	color: #fff;
	border-radius: 10px;
}
.select_txt h3::after{
	content: "";
	display: block;
	position: absolute;
	width: 40px;
    height: 15px;
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
	background: #9d9698;
	bottom: -14px;
	left: 50%;
	transform: translateX(-50%);
}
.select_txt h3 span{
	padding: 5px;
	background: #fff;
	color: #9d9698;
	border-radius: 5px;
}
.select_txt h3 br{
	display: none;
}
.select_txt ul{
	justify-content: space-between;
}
.select_txt ul li{
	width: 49%;
	border: solid 2px #9d9698;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 20px;
}
.select_txt ul li .place{
	padding: 10px;
	background: #9d9698;
	color: #fff;
	font-size: 2rem;
	line-height: 1.2;
	min-height: 60px;
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
}
.select_txt ul li .place span{
	font-size: 1.3rem;
}
.select_txt ul li .kijitsu_flex{
	padding: 3%;
	display: flex;
	align-items: center;
}
.select_txt ul li .kijitsu_flex .img{
	width: 13vw;
	margin-right: 3%;
}
.select_txt ul li .kijitsu_flex .img .sp{
	display: none;
}
.select_txt ul li .kijitsu_flex .day-time_area{
	width: 65%;
}
.select_txt ul li .kijitsu_flex .day{
	font-size: 4.2vw;
	line-height: 1.1;
}
.select_txt ul li .kijitsu_flex .week{
	font-size: 2vw;
}
.select_txt ul li .kijitsu_flex .time{
	font-size: 2vw;
}

.movie .box{
	padding: 8% 5% 5% 5%;
	background: #fff;
	border-radius: 20px;
	margin-bottom: 50px;
}
.movie .box .hidden{
	overflow: hidden;
}
.movie .l_video{
	padding: 5%;
	background: #fff;
	border-radius: 20px;
}
.movie .movie_wrap{
	text-align: center;
	margin-bottom: 50px;
}
.movie .movie_wrap:last-of-type{
	margin-bottom: 0px;
}
.movie h3{
	font-size: 3rem;
	padding: 10px;
	font-weight: bold;
	color: #fff;
	border-radius: 10px;
	margin-bottom: 40px;
}
.movie h3 br{
	display: none;
}
.movie h3::after{
    content: "";
	display: block;
	position: absolute;
    background-color: #333;
    width: 50px;
    height: 20px;
	left: 50%;
	bottom: -18px;
	transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.movie h3:nth-of-type(2){
	background-color: #5f7388;
}
.movie .movie_wrap:first-of-type h3{
	background: #807164;
}
.movie .movie_wrap:nth-of-type(2) h3{
	background: #807164;
}
.movie .movie_wrap:nth-of-type(3) h3{
	background: #807164;
}
.movie .movie_wrap:first-of-type h3::after{
	background-color: #807164;
}
.movie .movie_wrap:nth-of-type(2) h3::after{
	background-color: #807164;
}
.movie .movie_wrap:nth-of-type(3) h3::after{
	background-color: #807164;
}
.movie iframe{
    width: calc(100% - 2px);
	height: auto;
	aspect-ratio: 16 / 9;
    /* height: 35.5vw; */
}
.movie .movie_wrap p{
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 30px;
}
.movie .ytp-chrome-top{
	display: none!important;
}
.movie .main-slider{
	margin-bottom: 30px;
}
.movie .main-slider .swiper-slide.swiper-slide-nex{
	opacity: 0;
	transition: .3s;
}
.movie .main-slider .swiper-slide{
	width: 100%;
	transition: 1.5s;
}
.movie .main-slider .swiper-wrapper{
	top: 0;
	left: 0;
}
.movie .thumbnail-slider .swiper-slide{
	cursor: pointer;
}
.movie .thumbnail-slider .swiper-slide{
	opacity: .5;
	cursor: pointer;
}
.movie .thumbnail-slider .swiper-slide.swiper-slide-thumb-active{
	opacity: 1;
}
.movie .click{
	width: 55%;
	margin-inline: auto;
	padding-bottom: 3%;
}
.movie h2{
	top: -30px;
	left: -5px;
	font-size: 8rem;
	line-height: 1;
}

/* comic */
.curved-background {
  background-color: #fff;
  height: 150px;
  clip-path: ellipse(60% 100% at 50% 100%);
  display: flex;
  justify-content: center;
	margin-top: 10rem;
}

.tab-wrapper {
  text-align: center;
  font-family: sans-serif;
}

.tab-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  max-width: 800px;
  margin: 0 auto 20px;
}

.tab-btn {
	position: relative;
  padding: 15px 40px;
  border-radius: 50px;
  border: 2px solid #5f7488;
  background-color: #f2f2f2;
  cursor: pointer;
  font-size: 20px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: all 0.2s ease;
  color: #5f7388;
  font-weight: bold;
}
.tab-btn::after{
	content:"";
	position: absolute;
	top: 48%;
	right: 20px;
  display: inline-block;
  vertical-align: middle;
  color: #5f7388;
  line-height: 1;
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(135deg);
}

.tab-btn.active::after{
	border: 2px solid #fff;
	border-left: 0;
	border-bottom: 0;
}
.tab-btn.active {
  background-color: #5f7488;
  color: #fff;
  border-color: #5f7488;
}

.tab-content {
  display: none;
	margin-right: 30rem;
	margin-left: 30rem;
}

.tab-content.active {
  display: block;
}

.tab-content img {
  max-width: 100%;
  height: auto;
}

/* sns */
.sns h3{
	font-size: 2rem;
	padding: 15px 10px;
	background: #fff;
	margin-bottom: 30px;
	font-weight: bold;
	border-radius: 10px;
}
.sns h3 br{
	display: none;
}

.sns h3::after {
	content: "";
	position: absolute;
	bottom: -18px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	width: 40px;
	height: 20px;
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
}

.sns h2{
	color: #fff;
}
.sns .flex{
	justify-content: space-between;
	margin-bottom: 50px;
}
.sns .flex:last-of-type{
	margin-bottom: 0;
}
.sns .flex .item{
	width: 49%;
	transform: translateY(0);
	transition: .3s;
}
.social_box{
	margin-bottom: 100px;
}

footer p{
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	padding: 10px 0 5px 0;
}
footer .Copyright{
	background: #000;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	font-size: 1rem;
}
footer .add-tel{
	justify-content: center;
}
footer .add-tel p{
	font-size: 1.2rem;
	padding: 0 0 10px 0;
	margin: 0 5px;
}
.swiper-container{
	text-align: center;
}
.swiper-container .swiper-slide img{
	max-width: 100%;
	width: 100%;
	height: auto;
	cursor: pointer;
}
.swiper-container .swiper-slide {
	position: relative;
	width: 100%;
}
.swiper-container .swiper-slide:before {
	content:"";
	display: block;
	/* padding-top: 56.25%; */
}

#thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}
#thumbs .swiper-slide {
	width: 20%;
	height: 100%;
	cursor: pointer;
}
#thumbs .swiper-slide:before {
	content:none;
}
#thumbs .swiper-slide-active {
	opacity: 1;
}

.custom-play-button {
	width: 50px;
	height: 50px;
	background: #009c37;
	cursor: pointer;
}
#spthumbnail_01, #spthumbnail_02, #spthumbnail_03, #spthumbnail_04, #spthumbnail_05, 
#thumbnail_top, #thumbnail_middle, #thumbnail_bottom{
	top: 0;
	left: 0;
	cursor: pointer;
	width: 100%;
}
#spthumbnail_01.hidden, #spthumbnail_02.hidden, #spthumbnail_03.hidden, #spthumbnail_04.hidden, #spthumbnail_05.hidden,
 #thumbnail_top.hidden, #thumbnail_middle.hidden, #thumbnail_bottom.hidden{
	animation-name: videoAnm;
	animation-duration: .2s;
	animation-fill-mode: forwards;
}
.play_btn{
	width: 80px;
	height: 80px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .5s;
}

  @keyframes videoAnm{
	0%{
		opacity: 1;
	}
	
	100%{
		opacity: 0;
		display: none!important;
	}
  }
  /* Anm */
.after_load .fade_up.anm{
	opacity: 0;
}
.after_load .ttl_fade_up.anm{
	opacity: 0;
}
.after_load .fade_up.anm.show {
	  animation-name: feadUp-anm;
	  animation-duration: 1s;
	  animation-fill-mode: forwards;
}
@keyframes feadUp-anm {
	  0% {transform: translateY(50px); opacity: 0;}
	  100% {transform: translateY(0); opacity: 1;}
}
.after_load .ttl_fade_up.anm.show {
	  animation-name: ttlfeadUp-anm;
	  animation-duration: 1s;
	  animation-fill-mode: forwards;
}
@keyframes ttlfeadUp-anm {
	  0% {transform: translateY(50px); opacity: 0;}
	  100% {transform: translateY(0); opacity: 1;}
}

video{
	width: 100%;
}