@charset "UTF-8";
body{
	font-family: "Noto Sans JP", sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-font-feature-settings: "palt" 1;
	font-feature-settings: "palt" 1;
	color: #05191e;
	overflow-x: hidden;
	position: relative;
}

a{
	color: inherit;
	text-decoration: none;
	outline: none;
}

a:hover{
	text-decoration: none;
	color: inherit;
}

.brsp{
	display: none;
}

@media ( max-width : 900px ) {
.brtb{
	display: none;
}
}

@media ( max-width : 840px ) {
.brsp{
	display: inherit;
}
.brpc{
	display: none;
}
}

.bg{
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute;
	top: 0;
	pointer-events: none;
	overflow: hidden;
}
.bg span{
	width: 1603px;
	transform: translate(-50%, 0%);
	position: absolute;
	left: 47.8%;
	content: "";
	height: 100%;
	background-image: url("../img/bg.png");
	background-size: 1603px;
	animation: floating-y 1.6s ease-in-out infinite alternate-reverse;
	will-change: filter;
}

@keyframes floating-y {
  0% {
	  transform: translate(-50%, 0%);
  }
  100% {
	  transform: translate(-50%, 10px);
  }
}

@media ( max-width : 840px ) {
.bg span{
	width: calc(100vw * 593 / 390);
	background-size: calc(100vw * 1120 / 390);
}
}


/* ヘッダー */
#header{
	width: 100%;
	position: relative;
	background : linear-gradient(0deg, rgba(255, 0, 134, 1) 0%, rgba(254, 188, 1, 1) 100%);
	clip-path: polygon(100% 0, 100% 621px, 50% 100%, 0 621px, 0 0);
	padding-top: 42px;
	padding-bottom: 172px;
	z-index: 0;
	overflow: hidden;

	background: rgba(255, 0, 134, 1);
	background-image: url("../img/bg_tit_kofu.svg");
	background-size: cover;
    	background-repeat: no-repeat;
	background-position: top center;
}

#header h1{
	font-size: 0;
	content: url("../img/logo/logo.svg");
	margin: 0 auto 0px;
	width: 260px;
}

#header h2{
	font-size: 0;
	content: url("../img/logo/logo_kofu2.png");
	margin: 0 auto 0px;
	width: 548px;
}

#header p{
	font-size: 29px;
	text-align: center;
	margin-bottom: 0;
	font-weight: 900;
	color: #fff;

	visibility: hidden;
	height: 66px;
	height: 0px;
}

#header .imgWrap{
	width: 1400px;
	transform: translate(-50%, 0%);
	position: absolute;
	height: 100%;
	left: 50%;
	top: 0;
	z-index: 1;
}

#header .imgWrap .mv01{
	position: absolute;
	bottom: -77px;
	left: -149px;
	content: url("../img/mv/mv01.png?2");
	width: 542px;
	z-index: 1;
}

#header .imgWrap .mv02{
	position: absolute;
  top: -36px;
  left: 10px;
  content: url("../img/mv/mv02.png");
  width: 334px;
  z-index: 1;
}

#header .imgWrap .mv03{
	position: absolute;
  bottom: 227px;
  right: 35px;
  content: url("../img/mv/mv03.png");
  width: 303px;
  z-index: 1;
}

#header .imgWrap .mv04{
	position: absolute;
  top: 53px;
  right: 60px;
  content: url("../img/mv/mv04.png");
  width: 291px;
  z-index: 1;
}

#header .imgWrap .mv05{
	position: absolute;
  top: 160px;
  left: 210px;
  content: url("../img/mv/mv05.png");
  width: 144px;
  z-index: 1;
}

#logo{
	width: 100%;
	margin-top: -109px;
	position: relative;
	margin-bottom: 97px;
}
#logo .logoList{
	width: 100%;
	max-width: 947px;
	margin: 0 auto;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	padding: 24px 0;
	clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
}
#logo .logoList a img{
	max-width: 219px;
}
#logo .logoList a:last-of-type img{
	max-width: 264px;
}

@media ( max-width : 840px ) {
#header{
	clip-path: polygon(100% 0, 100% calc(100vw * 560 / 390), 50% 100%, 0 calc(100vw * 560 / 390), 0 0);
	padding-top: calc(100vw * 50 / 390);
	padding-bottom: calc(100vw * 162 / 390);
	clip-path: polygon(100% 0, 100% calc(100vw * 460 / 390), 50% 100%, 0 calc(100vw * 460 / 390), 0 0);
}

#header h1{
	margin: 0 auto calc(100vw * 10 / 390);
	width: calc(100vw * 160 / 390);
}

#header h2{
	margin: 0 auto calc(100vw * 10 / 390);
	width: calc(100vw * 245 / 390);
}

#header p{
	font-size: calc(100vw * 21 / 390);
	height: 0;
}

#header .imgWrap{
	width: calc(100vw * 390 / 390);
}

#header .imgWrap .mv01{
	bottom: calc(100vw * -57 / 390);
    left: calc(100vw * -71 / 390);
    width: calc(100vw * 242 / 390);
}

#header .imgWrap .mv02{
  top: calc(100vw * -16 / 390);
  left: calc(100vw * -50 / 390);
  width: calc(100vw * 154 / 390);
}

#header .imgWrap .mv03{
  bottom: calc(100vw * 77 / 390);
    right: calc(100vw * -45 / 390);
    width: calc(100vw * 143 / 390);
}

#header .imgWrap .mv04{
  top: 0;
  right: calc(100vw * -30 / 390);
  width: calc(100vw * 121 / 390);
}

#header .imgWrap .mv05{
  top: calc(100vw * 196 / 390);
    left: calc(100vw * 0 / 390);
    width: calc(100vw * 64 / 390);

	top: calc(100vw * 153 / 390);
}

#logo{
	margin-top: calc(100vw * -39 / 390);
	margin-bottom: calc(100vw * 40 / 390);
}
#logo .logoList{
	gap: calc(100vw * 10 / 390);
	padding: calc(100vw * 15 / 390) 0;
}
#logo .logoList a img{
	max-width: calc(100vw * 90 / 390);
}
#logo .logoList a:last-of-type img{
	max-width: calc(100vw * 110 / 390);
}
}




#week{
	width: 100%;
	padding: 0 0px;
	margin-bottom: 80px;
}
#week .weekWrap{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
}
#week .weekWrap .txtArea{
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#week .weekWrap .txtArea h3{
	font-size: 0;
	content: url("../img/week_t.svg?2");
	width: 100%;
	max-width: 500px;
	margin-bottom: 38px;
}
#week .weekWrap .txtArea p{
	font-size: 23px;
	font-weight: 900;
	line-height: 41px;
	color: #ff3362;
	margin-bottom: 0;
}
#week .weekWrap .imgArea{
	width: 50%;
}
#week .weekWrap .imgArea img{
	max-width: 100%;
	height: auto;
	border-radius: 20px;
}



@media ( max-width : 1400px ) {
#week{
	margin-bottom: calc(100vw * 80 / 1400);
}
#week .weekWrap .txtArea h3{
	max-width: calc(100vw * 500 / 1400);
	margin-bottom: calc(100vw * 38 / 1400);
}
#week .weekWrap .txtArea p{
	font-size: calc(100vw * 23 / 1400);
	line-height: calc(100vw * 41 / 1400);
}
}

@media ( max-width : 840px ) {
#week{
	padding: 0 calc(100vw * 20 / 390);
	margin-bottom: calc(100vw * 20 / 390);
}
#week .weekWrap{
	flex-wrap: wrap;
}
#week .weekWrap .txtArea{
	width: 100%;
}
#week .weekWrap .txtArea h3{
	max-width: calc(100vw * 500 / 390);
	margin-bottom: calc(100vw * 20 / 390);
}
#week .weekWrap .txtArea p{
	font-size: calc(100vw * 22 / 390);
	line-height: calc(100vw * 34 / 390);
}
#week .weekWrap .imgArea{
	width: 100%;
	/*display: none;*/
	margin: 10px 0 0;
}
}



#youtube{
	width: 100%;
	padding: 0 20px;
	margin-bottom: 84px;
}
#youtube .youtubeWrap{
	width: 100%;
	max-width: 1056px;
	margin: 0 auto;
	display: flex;
	gap:0 64px;
}
#youtube .youtubeOne{
	width: 50%;
	border:solid 5px #ff0881;
}
#youtube .movie-wrap{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin: 0 auto;
}
#youtube .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media ( max-width : 840px ) {
#youtube{
	padding: 0 calc(100vw * 20 / 390);
	margin-bottom: calc(100vw * 40 / 390);
}
#youtube .youtubeWrap{
	flex-wrap: wrap;
	gap:calc(100vw * 20 / 390) 64px;
}
#youtube .youtubeOne{
	width: 100%;
	border:solid 5px #ff0881;
}
}




#schedule{
	width: 100%;
	padding: 0 20px;
	margin-bottom: 187px;
	position: relative;
}
#schedule .overWrap .bg{
	left: -13px;
  top: -105px;
}
#schedule .overWrap{
	width: 1184px;
	transform: translate(-50%, 0%);
	position: relative;
	left: 50%;
	 background : linear-gradient(180deg, rgba(254, 188, 1, 1) -70%, rgba(255, 0, 134, 1) 100%);
	padding: 140px 144px 240px;
	clip-path: polygon(50% 4%, 100% 0, 100% 96%, 50% 100%, 0 96%, 0 0);
	z-index: 1;
}
#schedule .scheduleWrap h3{
	font-size: 0;
	content: url("../img/schedule_t.svg");
	width: 100%;
	max-width: 326px;
	margin: 0 auto 16px;
}
#schedule .scheduleWrap .subJp{
	font-size: 23px;
	font-weight: 900;
	text-align: center;
	color: #fff;
	margin-bottom: 15px;
}
#schedule .scheduleWrap .subTxt{
	font-size: 17px;
	font-weight: 900;
	text-align: center;
	color: #fff;
	line-height: 34px;
	margin-bottom: 11px;
}
#schedule .scheduleWrap small{
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	display: block;
	margin-bottom: 47px;
}
#schedule .scheduleWrap .programOne{
	background-color: #fff;
	border-radius: 15px;
	margin-bottom: 36px;
	position: relative;
	padding: 30px 90px 50px;
}
#schedule .scheduleWrap .programOne:last-of-type{
	margin-bottom: 0;
}
/*#schedule .scheduleWrap .programOne.nana{
	padding-left: 300px;
}*/
#schedule .scheduleWrap .programOne .dayBox{
	display: flex;
	align-items: flex-end;
	margin-bottom: 40px;
	gap:0 30px;
}
#schedule .scheduleWrap .programOne.nana .dayBox {
	align-items: flex-start;
}
#schedule .scheduleWrap .programOne .dayBox .imgArea{
	width: 40%;
}
#schedule .scheduleWrap .programOne .dayBox .imgArea img{
	max-width: 250px;
	height: auto;
	width: 100%;
}
#schedule .scheduleWrap .programOne.one .dayBox .imgArea img{
	margin-left: -30px;
}
#schedule .scheduleWrap .programOne .dayBox .dayArea{
	width: 60%;
}
#schedule .scheduleWrap .programOne .dayBox .dayArea p{
	font-size: 28px;
	font-weight: 900;
	color: #fe5b45;
	margin-bottom: 0;
}
#schedule .scheduleWrap .programOne .txt{
	font-family: "Jost", sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 28px;
	text-align: justify;
	color: #333333;
	margin-bottom: 0;
}
#schedule .scheduleWrap .programOne.one .txt{
	padding-left: 200px;
}
#schedule .scheduleWrap .programOne.spice .txt{
	padding-right: 200px;
}
#schedule .scheduleWrap .programOne.nana .txt{
	padding-left: 200px;
}
#schedule .scheduleWrap .programOne .castOne{
	position: absolute;
	left: 0;
	bottom: 0;
	content: url("../img/cast_one.png");
	width: 260px;
}
#schedule .scheduleWrap .programOne .castSpice{
	position: absolute;
	right: 0;
	bottom: 0;
	content: url("../img/cast_spice.png");
	width: 260px;
}
#schedule .scheduleWrap .programOne .castNana{
	position: absolute;
	left: 0;
	bottom: 0;
	content: url("../img/cast_nana.png");
	width: 230px;
}


#schedule .illustBox{
	width: 1400px;
	top: 0;
	transform: translate(-50%, 0%);
	position: absolute;
	left: 50%;
	z-index: 1;
}
#schedule .img01{
	position: absolute;
  left: -50px;
  top: -460px;
  content: url("../img/illust/img01.png");
  width: 163px;
  z-index: 1;
}
#schedule .img02{
	position: absolute;
  left: -30px;
  top: 180px;
  content: url("../img/illust/img02.png");
  width: 350px;
  z-index: 1;
}
#schedule .img03{
	position: absolute;
  right: -178px;
  top: 160px;
  content: url("../img/illust/img03.png");
  width: 440px;
  z-index: 1;
}
#schedule .img04{
	position: absolute;
  left: -242px;
  top: 693px;
  content: url("../img/illust/img04.png");
  width: 470px;
  z-index: 1;
}
#schedule .img05{
	position: absolute;
  right: -68px;
  top: 1000px;
  content: url("../img/illust/img05.png");
  width: 323px;
  z-index: 1;
}
#schedule .img06{
	position: absolute;
  left: -40px;
  top: 1170px;
  content: url("../img/illust/img06.png");
  width: 175px;
  z-index: 1;
}
#schedule .img07{
	position: absolute;
  right: 111px;
  /*top: 1540px;*/
	top: 1780px;
  content: url("../img/illust/img07.png");
  width: 437px;
  z-index: 1;
}


@media ( max-width : 840px ) {
#schedule{
	padding: 0 calc(100vw * 0 / 390);
	margin-bottom: calc(100vw * 80 / 390);
	overflow: hidden;
}
#schedule .overWrap .bg{
	left: 0;
  top:calc(100vw * 345 / 450);
}
#schedule .overWrap{
	width: calc(100vw * 390 / 390);
	padding: calc(100vw * 80 / 390) calc(100vw * 20 / 390) calc(100vw * 145 / 390);
    /*clip-path: polygon(50% calc(100vw * 30 / 390), 100% 0, 100% calc(100vw * 1925 / 390), 50% 100%, 0 calc(100vw * 1925 / 390), 0 0);*/
	/*spiceにyoutube追加後*/
	clip-path: polygon(50% calc(100vw* 30 / 390), 100% 0, 100% calc(100vw* 2114 / 390), 50% 100%, 0 calc(100vw* 2114 / 390), 0 0);
}
#schedule .scheduleWrap h3{
	max-width: calc(100vw * 236 / 390);
	margin: 0 auto calc(100vw * 10 / 390);
}
#schedule .scheduleWrap .subJp{
	font-size: calc(100vw * 18 / 390);
	margin-bottom: calc(100vw * 10 / 390);
}
#schedule .scheduleWrap .subTxt{
	font-size: calc(100vw * 16 / 390);
	line-height: calc(100vw * 32 / 390);
	margin-bottom: calc(100vw * 11 / 390);
}
#schedule .scheduleWrap small{
	font-size: calc(100vw * 11 / 390);
	margin-bottom: calc(100vw * 20 / 390);
}
#schedule .scheduleWrap .programOne{
	margin-bottom: calc(100vw * 30 / 390);
	padding: calc(100vw * 25 / 390) calc(100vw * 20 / 390) calc(100vw * 150 / 390);
}
#schedule .scheduleWrap .programOne.nana{
	padding-left: calc(100vw * 20 / 390);
}
#schedule .scheduleWrap .programOne .dayBox{
	flex-wrap: wrap;
	margin-bottom: calc(100vw * 10 / 390);
	gap:calc(100vw * 10 / 390) 0px;
}
#schedule .scheduleWrap .programOne .dayBox .imgArea{
	width: 100%;
	text-align: center;
	margin-bottom: calc(100vw * 8 / 390);
} 
#schedule .scheduleWrap .programOne.nana .dayBox .imgArea {
    margin-bottom: calc(100vw * 0 / 390);
 }
#schedule .scheduleWrap .programOne .dayBox .imgArea img{
	max-width: calc(100vw * 190 / 390);
}
#schedule .scheduleWrap .programOne.one .dayBox .imgArea img{
	margin-left: 0px;
}
#schedule .scheduleWrap .programOne .dayBox .dayArea{
	width: 100%;
}
#schedule .scheduleWrap .programOne .dayBox .dayArea p{
	font-size: calc(100vw * 27 / 390);
	line-height: calc(100vw * 36 / 390);
}
#schedule .scheduleWrap .programOne .txt{
	font-size: calc(100vw * 15 / 390);
	line-height: calc(100vw * 28 / 390);
}
#schedule .scheduleWrap .programOne.one .txt{
	padding-left: 0px;
}
#schedule .scheduleWrap .programOne.spice .txt{
	padding-right: 0px;
}
#schedule .scheduleWrap .programOne.nana .txt{
	padding-left: 0px;
}
#schedule .scheduleWrap .programOne .castOne{
	width: calc(100vw * 180 / 390);
}
#schedule .scheduleWrap .programOne .castSpice{
	width: calc(100vw * 180 / 390);
}
#schedule .scheduleWrap .programOne .castNana{
	width: calc(100vw * 150 / 390);
}


#schedule .illustBox{
	width: calc(100vw * 390 / 390);
}
#schedule .img01{
	display: none;
}
#schedule .img02{
  display: none;
}
#schedule .img03{
  display: none;
}
#schedule .img04{
  display: none;
}
#schedule .img05{
  right: calc(100vw * -58 / 390);
  top: calc(100vw * 832 / 390);
  width: calc(100vw * 143 / 390);
  z-index: 1;
}
#schedule .img06{
  left: calc(100vw * -21 / 390);
  top: calc(100vw * 1518 / 390);
  width: calc(100vw * 72 / 390);
}
#schedule .img07{
  right: calc(100vw * -40 / 390);
 top: calc(100vw * 1975 / 390);
  width: calc(100vw * 197 / 390);
}
}








/*na-na江府町特集*/
#nanaSlide{
	width: 100%;
	margin-bottom: 100px;
}

#nanaSlide .tit_nana{
	font-size: 0;
	content: url("../img/tit_na-na_t.png");
	width: 433px;
	margin: 0 auto 40px;
}

#nanaSlide .l-inner {
    	position: relative;
    	-webkit-box-sizing: content-box;
            box-sizing: content-box;
    	max-width: 1000px;
    	margin: 0 auto 40px;
 }

[class*=swiper]:focus {
	outline: none;
}

#nanaSlide .slide-media,
#nanaSlide .thumb-media {
    position: relative;
    overflow: hidden;
  }
#nanaSlide .slide-media img,
#nanaSlide .thumb-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }


#nanaSlide .swiper-button-prev,
#nanaSlide .swiper-button-next {
    display: grid;
    place-content: center;
    width: 60px;
    height: 60px;
    cursor: pointer;
    transition: .3s;
  }
#nanaSlide .swiper-button-prev::before,
#nanaSlide .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    transition: .3s;
 }
#nanaSlide .swiper-button-prev::after,
#nanaSlide .swiper-button-next::after {
	content:"";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	width: 13px;
	height: 13px;
	border: 1px solid #fff;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
}
#nanaSlide .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
#nanaSlide .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
#nanaSlide .swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
  }

#nanaSlide .card03 {
    overflow: hidden;
	background-color: #fff;
 }
#nanaSlide .card03 .swiper {
    overflow: visible;
	padding-top:16px;
  }
#nanaSlide .card03 .swiper-button-prev,
#nanaSlide .card03 .swiper-button-next {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
  }
#nanaSlide .card03 .swiper-button-prev::before,
#nanaSlide .card03 .swiper-button-next::before {
    background-color: #3cbee6;
  }
#nanaSlide .card03 .swiper-button-prev {
    right: calc(100% - 10px);
  }
#nanaSlide .card03 .swiper-button-next {
    left: calc(100% - 10px);
  }
#nanaSlide .card03 .slide {
    overflow: hidden;
    -webkit-transition: .3s, opacity 1s;
    transition:  .3s, opacity 1s;
    border-radius: 4px;
  }
#nanaSlide .card03 .slide-media {
    padding-top: 62.5%;
  }
#nanaSlide .card03 .slide-media img {
    height: calc(100% + 16px);
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
#nanaSlide .card03 .slide-content {
    padding: 10px;
  }
#nanaSlide .card03 .slide-title {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 51px;
	font-size: 17px;
	line-height: 25px;
  }
#nanaSlide .card03 .swiper-slide:not(.swiper-slide-visible) .slide {
    pointer-events: none;
    opacity: 0.3;
  }



  @media only screen and (max-width: 1024px) {
    html {
      -webkit-text-size-adjust: 100%;
    }
    .l-inner {
      padding: 0 4rem;
    }
    .pc {
      display: none !important;
    }
    .card03 .swiper {
      padding: 0 3.2rem;
    }
    .card03 .swiper-button-prev {
      right: calc(100% - 5.2rem);
    }
    .card03 .swiper-button-next {
      left: calc(100% - 5.2rem);
    }
  }

  @media only screen and (max-width: 599px) {
    html {
      font-size: 50%;
    }
    .pc-tab {
      display: none !important;
    }
  }

  @media only screen and (min-width: 1025px) {
    .tab-sp {
      display: none !important;
    }
    .swiper-button-prev::before, .swiper-button-next::before {
      -webkit-transition: var(--transition);
      transition: var(--transition);
    }
    .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
#nanaSlide .card03 .slide img {
      -webkit-transition: var(--transition);
      transition: .3s;
    }
#nanaSlide .card03 .slide:hover {
      -webkit-transform: translateY(-16px);
              transform: translateY(-16px);
      -webkit-box-shadow: var(--box-shadow-hover);
              box-shadow: var(--box-shadow-hover);
    }
#nanaSlide .card03 .slide:hover img {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }

  @media only screen and (min-width: 600px) {
    .sp {
      display: none !important;
    }
  }


@media ( max-width : 840px ) {
#nanaSlide{
	margin-bottom: calc(100vw * 50 / 390);
}
#nanaSlide .tit_nana{
	width: calc(100vw * 340 / 390);
	margin: 0 auto calc(100vw * 20 / 390);
}

#nanaSlide .card03 .swiper-button-next {
  left: calc(100% - 5.2rem);
} 

#nanaSlide .card03 .swiper-button-prev {
    right: calc(100% - 5.2rem);
  }
}


/*フッター*/
#footer{
	width: 100%;
	padding: 155px 20px 15px;
	background-color: #ff0881;
	clip-path: polygon(50% 20%, 100% 0, 100% 100%, 0 100%, 0 0);
}
#footer .bg{
	left: 0;
}

#footer img{
	display: block;
	width: 300px;
	margin: 0 auto 45px;
}

#footer small{
	display: block;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	text-align: center;
}

@media ( max-width : 840px ) {
#footer{
	padding: calc(100vw * 70 / 390) 0px calc(100vw * 28 / 390);
	clip-path: polygon(50% calc(100vw * 35 / 390), 100% 0, 100% 100%, 0 100%, 0 0);
}

#footer img{
	width: calc(100vw * 200 / 390);
	margin: 0 auto calc(100vw * 28 / 390);
}

#footer small{
	font-size: calc(100vw * 19 / 640);
}
}




#map{
	width: 100%;
	padding: 0 20px;
	margin-bottom: 100px;
	position: relative;
}
#map .mapWrap{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
#map .mapWrap h3{
	font-size: 0;
	content: "";
	mask-image: url("../img/map_t.svg");
	mask-size:cover;
	background-color: #3cbee6;
	width: 135px;
	height: 61px;
	margin: 0 auto 16px;
}
#map .mapWrap .subJp{
	font-size: 23px;
	font-weight: 900;
	text-align: center;
	color: #3cbee6;
	margin-bottom: 15px;
}
#map .mapWrap .subTxt{
	font-size: 17px;
	font-weight: 900;
	text-align: center;
	color: #3cbee6;
	line-height: 34px;
	margin-bottom: 11px;
}
#map .l-inner {
    	position: relative;
    	-webkit-box-sizing: content-box;
            box-sizing: content-box;
    	max-width: 1000px;
    	margin: 0 auto 40px;
 }
#map .swiper-button-prev,
#map .swiper-button-next {
    display: grid;
    place-content: center;
    width: 60px;
    height: 60px;
    cursor: pointer;
    transition: .3s;
  }
#map .swiper-button-prev::before,
#map .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    transition: .3s;
 }
#map .swiper-button-prev::after,
#map .swiper-button-next::after {
	content:"";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	width: 13px;
	height: 13px;
	border: 1px solid #fff;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
}
#map .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
#map .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
#map .swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
  }

#map .card01 {
    /*overflow: hidden;*/
	background-color: #fff;
 }
#map .card01 .swiper {
    overflow: visible;
	padding-top:16px;
position: relative;
  }
#map .card01 .swiper-button-prev,
#map .card01 .swiper-button-next {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
  }
#map .card01 .swiper-button-prev::before,
#map .card01 .swiper-button-next::before {
    background-color: #3cbee6;
  }
#map .card01 .swiper-button-prev {
    right: calc(100% - 10px);
  }
#map .card01 .swiper-button-next {
    left: calc(100% - 10px);
  }
#map .card01 .slide {
    overflow: hidden;
    -webkit-transition: .3s, opacity 1s;
    transition:  .3s, opacity 1s;
    border-radius: 4px;
  }
#map .card01 .slide-media {
    padding-top: 62.5%;
  }
#map .card01 .slide-media img {
    height: calc(100% + 16px);
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
#map .card01 .slide-content {
    padding: 10px;
  }
#map .card01 .slide-title {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 51px;
	font-size: 17px;
	line-height: 25px;
  }
#map .card01 .swiper-slide:not(.swiper-slide-visible) {
    pointer-events: none;
    opacity: 0.3;
  }


@media ( max-width : 840px ) {
#map{
	/*padding: 0 calc(100vw * 20 / 390);*/
	margin-bottom: calc(100vw * 80 / 390);
	padding: 0;
}
#map .mapWrap h3{
	width: calc(100vw * 99 / 390);
	height: calc(100vw * 45 / 390);
	margin: 0 auto calc(100vw * 3 / 390);
}
#map .mapWrap .subJp{
	font-size: calc(100vw * 18 / 390);
    margin-bottom: calc(100vw * 20 / 390);
}
#map .card01 {
    overflow: hidden;
}
#map .card01 .swiper-button-next {
  left: calc(100% - 1.0rem);
} 

#map .card01 .swiper-button-prev {
    right: calc(100% - 1.0rem);
  }
#map .swiper-button-prev, #map .swiper-button-next {
    width: 48px;
    height: 48px;
}
#map .l-inner {
        padding: 0 6rem;
    }
#map .swiper-button-prev::after, #map .swiper-button-next::after {
    width: 11px;
    height: 11px;
}
}








/* ぼかしから出現 */
.blur{
  animation-name:blurAnime;
  animation-duration:.65s;
  animation-fill-mode:forwards;
	animation-delay: .5s;
}

@keyframes blurAnime{
  0% {
  transform: scale(0.2);
}
50% {
  transform: scale(1.2);
}
100% {
  transform: scale(1);
    opacity: 1;
}
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.blurTrigger{
    opacity: 0;
}

/* 滑らかに変形して出現 */
.smooth{
  animation-name:smoothAnime;
  animation-duration:.5s;
  animation-fill-mode:forwards;
  　transform-origin: left;
  opacity:0;
}

.smoothTop{
  animation-name:smoothAnimeTop;
  animation-duration:.8s;
  animation-fill-mode:forwards;
  opacity:0;
        transform: scale(0);
}

@keyframes smoothAnime{
  from {
  transform: translate3d(0, 100%, 0) skewY(12deg);
  opacity:0;
  }

  to {
  transform: translate3d(0, 0, 0) skewY(0);
  opacity:1;
  }
}

@keyframes smoothAnimeTop{
    35% {
        transform: scale(1.02);
    }
    55% {
        transform: scale(.93);
    }
    90% {
        transform: scale(1.01);
    }
    100% {
        transform: scale(1);
		opacity: 1;
    }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.smoothTrigger{
    opacity: 0;
}
.smoothTriggerTop{
    opacity: 0;
}

.logoTopTrigger{
  opacity:0;
}

.logoTop{
  animation-name:logoAnimeTop;
  animation-duration:.5s;
  animation-fill-mode:forwards;
  opacity:0;
	animation-delay: .85s;
}

@keyframes logoAnimeTop{
    0% {
		transform:translateY(30px);opacity:0
	}
80%{
	opacity:1
	}
100%{
	transform:translateY(0);opacity:1
	}
}

.horToR{
  animation-name:horToRAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
	clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	animation-delay: .5s;
}

.horToRTrigger{
	clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

@keyframes horToRAnime{
  0% {
 clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
100% {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
}

.playerMenuTrigger{
    opacity: 0;
}

.playerMenuA{
  animation: 0.65s cubic-bezier(0.3, 1.06, 0.64, 1.19) 0.2s 1 normal both running menu;
}

@keyframes menu {
0% {
  transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
}
100% {
  transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
}
}

.playerMenuImgTrigger{
    opacity: 0;
}

.playerMenuImgA{
  animation: 0.65s ease-in-out 0.3s 1 normal both running menuimg;
}

@keyframes menuimg {
0% {
  transform:  scale(0.7);
    opacity: 0;
}
50% {
  transform:  scale(1.05);
}
100% {
  transform:  scale(1);
    opacity: 1;
}
}

.playerMenuTxtTrigger{
    opacity: 0;
}

.playerMenuTxtA{
  animation: 0.8s ease-out 0.3s 1 normal both running menutxt;
}

@keyframes menutxt {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}


.linkBtnTrigger{
    opacity: 0;
}
.linkBtnA{
  animation: 0.5s ease-in-out 0s 1 normal both running linkBtn;
}

@keyframes linkBtn {
0% {
  transform: scale(0.8);
	opacity: 0;
}
50% {
  transform: scale(1.04);
	opacity: 1;
}
100% {
  transform: scale(1);
	opacity: 1;
}
}



/*==================================================
アニメーション設定
===================================*/

/* アニメーションの回数を決めるCSS*/

.count2{  
  animation-iteration-count: 2;/*この数字を必要回数分に変更*/
}

.countinfinite{  
  animation-iteration-count: infinite;/*無限ループ*/
}

/* アニメーションスタートの遅延時間を決めるCSS*/

.delay-time35{  
  animation-delay: 0.35s;
}
.delay-time05{  
  animation-delay: 0.7s;
}

.delay-time65{  
  animation-delay: 0.65s;
}

.delay-time8{  
  animation-delay: 0.8s;
}

.delay-time95{  
  animation-delay: 0.95s;
}

.delay-time105{  
  animation-delay: 1.1s;
}

.delay-time13{  
  animation-delay: 1.25s;
}

/* アニメーション自体が変化する時間を決めるCSS*/

.change-time05{  
  animation-duration: 0.6s;
}

.change-time1{  
  animation-duration: 1s;
}

.change-time15{  
  animation-duration: 1.5s;
}

.change-time2{  
  animation-duration: 2s;
}

.change-time25{  
  animation-duration: 2.5s;
}











.topBtn{
	position: fixed;
	right: 25px;
	bottom: 25px;
	margin-bottom: 0;
	z-index: 3;
	display: none;
}
.topBtn a{
	display:flex;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: solid 2px #ff0881;
	background-color: #fff;
	position: relative;
	justify-content: center;
	align-items: center;
	animation: poyoyon2 2.6s infinite;
	transition: .3s;
}
.topBtn a span{
	position: absolute;
	content: "";
  mask-image: url("../img/icon/top.svg");
  width: 18px;
  height: 17px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
	background-color: #ff0881;
	transition: .3s;
}

@media ( min-width : 740px ) {
.topBtn a:hover{
	border: solid 2px #fff;
	background-color: #ff0881;
}
.topBtn a:hover span{
	background-color: #fff;
}
}



@media ( max-width : 740px ) {
.topBtn{
	right: calc(100vw * 20 / 640);
	bottom: calc(100vw * 20 / 640);
}
.topBtn a{
	width: calc(100vw * 90 / 640);
	height: calc(100vw * 90 / 640);
	border: solid calc(100vw * 3 / 640) #ff0881;
}
.topBtn a span{
  width: calc(100vw * 26 / 640);
  height: calc(100vw * 24 / 640);
}
}

@keyframes poyoyon2 {
  0%  {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  2% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  10% {
    transform: scale(1.02, 1.0) translate(0, 8px);
  }
  20% {transform: scale(0.98, 1.05) translate(0, -8px);
  }
  30% {
    transform: scale(1.0, 0.9) translate(0, 5px);
  }
  45% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
}

.tokushu_bn {
	margin: 0 auto;
    	display: block;
    	width: 600px;
	overflow: hidden;
	border-radius: 15px;
}
.tokushu_bn img {
	width: 100%;
	transition: .3s;
}
.tokushu_bn img:hover {
	transform: scale(1.1);
}
.spice_youtube {
	max-width: 401px;
	width: 100%;
	margin: 10px 0 0;
	border: solid 5px #ff0881;
}
#schedule .scheduleWrap .programOne.spice .movie-wrap{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin: 0 auto;
}
#schedule .scheduleWrap .programOne.spice .movie-wrap iframe {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
}
@media ( max-width : 740px ) {
	.tokushu_bn {
    		width: 90%;
	}
}
@media ( max-width : 840px ) {
	.spice_youtube {
		max-width: 100%;
		width: 100%;
	}
}
