@charset "utf-8";

/****************************************************************
  01. Common
*****************************************************************/
/* Elements
--------------------------------------------------------------- */

/* ******************************
	テンプレートが準備しているstyling（一部削除）
********************************/

html {
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  text-align: center;
  background-color: #fff; }

#kokoro {
	font-size: 16px;
	/* font-family:"游ゴシック", "游ゴシック体", YuGothicMedium, YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", "HiraKakuProN-W3", "TakaoExゴシック", TakaoExGothic, "MotoyaLCedar", "Droid Sans Japanese", sans-serif; */
	font-weight: 500;
}

@media screen and (max-width: 768px) {
	#kokoro {
		font-size: 14px;
	}
}

#kokoro img {
  width:auto;
  height: auto;
  border-style: none; 
}

@media screen and (max-width: 768px) {
	#kokoro img {
		max-width: 100%;
	}
}

#kokoro a img {
    border-style: none; 
}

#kokoro p {
	padding:0;
	margin:0;
}
#kokoro .text-link {
    text-decoration:underline;
    color:#595656;
}
#kokoro .text-link:hover {
    text-decoration:none;
}

/* btn
------------------------------ */
#kokoro a.btn,
#kokoro a .btn {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
@media screen and (min-width: 981px) {
  a:hover.btn,
  a:hover .btn {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; } }


/****************************************************************
  03. Footer
*****************************************************************/
#kokoro .footer p {
    color: #fff;
    font-size: 10px; }

.footer {
	padding:40px;
	color:#fff;
    background:#000;
    text-align: center;
}

/****************************************************************
  04. Contents
*****************************************************************/
/* Wrapper
------------------------------------------------------------- */
.wrapper {
  width: 100%;
  color: #000;
  text-align: left; 
}
.wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }



/*skyper banner
-------------------------------------------------------------*/

#kokoro .skyper-area{
	text-align:center;
	padding:60px 0;
	background:#fff;
}

@media screen and (max-width: 768px) {
	#kokoro .skyper-area{
		padding:30px 20px;
		text-align:center;
	}
}
#kokoro .bnr-skyper:hover {
      filter: alpha(opacity=70);
      -moz-opacity: 0.7;
      opacity: 0.7;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
}

/* content
------------------------------------------------------------- */

#kokoro.container {
    background:none;
	position:relative;
}
#kokoro.container::after {
	display:block;
	content:"";
	position:fixed;
	width:100vw;
	height:100%;
	z-index:-1;
	left:0;
	top:0;
	/* background: url("/osusume/kokoro/images/bg_prog.png") no-repeat right top 110px / auto; */
}

@media screen and (max-width: 768px){
	#kokoro.container::after {
    /* background: url("/osusume/kokoro/images/bg_prog.png") no-repeat right top 60px / 1300px; */
	}
}
@media screen and (min-width: 1920px){
	#kokoro.container::after {
		/* background: url("/osusume/kokoro/images/bg_prog.png") no-repeat right top 110px / 100%; */
	}
}

#kokoro .lead .skyper-area{
	padding: 20px 0 0 0;
}

@media screen and (max-width: 768px) {
	#kokoro .lead .skyper-area{
		padding: 20px 0 0 0;
	}
}
#kokoro .startday {
	width:370px;
	font-size:22px;
	border:1px solid #191919;
	font-weight:bold;
	font-feature-settings: "palt";
	letter-spacing: 0.03em;
	line-height:1.2em;
	padding:5px 10px;
}

@media screen and (max-width: 768px) {
	#kokoro .startday {
		text-align:center;
		width:100%;
		margin:0 auto !important;
		font-size:18px;
	}
}

#kokoro .startday_small {
	font-size:16px;
}

@media screen and (max-width: 768px) {
	#kokoro .startday_small {
		font-size:14px;
	}
}
#kokoro .lead .text_link {
    text-decoration:underline;
    color:#fff;
}
#kokoro .lead .text_link:hover {
    text-decoration:none;
}
#kokoro #monthly-anchors {
    padding:100px 20px 0;
}
@media screen and (max-width: 768px) {
    #kokoro #monthly-anchors {
        padding:40px 20px 0;
    }
}
#kokoro .anc {
    max-width:980px;
    margin:0 auto;
    justify-content:center;
    align-items:center;
    padding:0;
    display:flex;
    position:relative;
}
@media screen and (max-width: 768px) {
    #kokoro .anc {
        padding: 0;
        max-width:none;
    }
}
#kokoro .anc li{
    font-size:0;
	margin:0 4% 0 0;
}
@media screen and (max-width: 768px) {
    #kokoro .anc li{
         width:50%;
    }
}
#kokoro .anc li:last-child{
	margin-right:0;
}
#kokoro .anc li a{
    display:block;
	trasntision:0.3s;
}
#kokoro .anc li a:hover{
	opacity:0.8;
}
/*--------------------------------------------------
          program verA
---------------------------------------------------*/
#kokoro .program-area {
	padding: 60px 20px 20px 20px;
    background: none;
}
#kokoro .plan-title {
    padding:20px 20px 40px 20px;
}

@media screen and (max-width: 768px) {
	#kokoro .plan-title {
        padding:20px 0 20px 0;
	}
}
#kokoro .plan-title img {
	max-width:441px;
    display:block;
    margin:0 auto;
}

@media screen and (max-width: 768px) {
	#kokoro .plan-title img {
		width:80%;
	}
}
#kokoro .prog {
	background: #fff;
	max-width:980px;
	padding:5px;
	overflow:hidden;
    margin: 0 auto 40px auto;
    position:relative;
    z-index:2;
	border:1px solid #2d8b3a;
}

@media screen and (max-width: 768px) {
	#kokoro .prog {
		padding:10px;
		font-size: 0;
        margin: 0 auto 20px auto;
	}
}
#kokoro .prog_inner {
    padding:45px;
    overflow:hidden;
}
@media screen and (max-width: 768px) {
    #kokoro .prog_inner {
        padding:20px 10px;
    }
}
#kokoro .program-title-area {
	text-align:center;
	font-size:28px;
	margin-bottom:30px;
	border-bottom:1px solid #cdcdcd;
	line-height:0.8em;
	padding-bottom:5px;
}

@media screen and (max-width: 768px) {
	#kokoro .program-title-area {
		font-size:18px;
		line-height:1.2em;
	}
}

#kokoro .program-title {
	display:block;
	margin-bottom:10px;
    line-height:1.2em;
	color:#2f903a;
}

@media screen and (max-width: 768px) {
	#kokoro .program-title {
		margin-bottom:10px;
	}
}

#kokoro .prog .age {
	display:inline-block;
	font-size:14px;
	margin:0 0 15px 0;
    line-height:1em;
	color:#595656;
}

@media screen and (max-width: 768px) {
	#kokoro .prog .age {
		display:block;
		margin:0 0 10px 0
	}
}

#kokoro .program-image {
	float:left;
	width:41%;
}

@media screen and (max-width: 768px) {
	#kokoro .program-image {
		float:none;
		width:100%;
		text-align:center;
		margin-bottom:15px;
		font-size:13px;
	}
	#kokoro .program-image img{
		max-width:100%;
	}
}

#kokoro .program-image .date {
	margin-top:5px;
}

@media screen and (max-width: 768px) {
	#kokoro .program-image .date {
		text-align:left;
		margin-top:15px;
	}
}

#kokoro .program-image .date_title {
	display:block;
}

#kokoro .program-detail {
	float:right;
	width:56%;
	margin-top:-4px;
}

@media screen and (max-width: 768px) {
	#kokoro .program-detail {
		float:none;
		width:100%;
		font-size:13px;
		margin-top:-0px;
	}
}

#kokoro .detail-credit {
	font-size:0.9em;
	margin-bottom:30px;
	list-style-type:none;
	padding-left:0;
	text-align: left;
}

@media screen and (max-width: 768px) {
	#kokoro .detail-credit {
		margin-bottom:15px;
		font-size: 13px;
	}
}

#kokoro .prog .schedule-btn {
	text-align:right;
}

#kokoro .prog .schedule-btn a{
	margin-top: 30px;
	color:#000000;
	text-decoration:none;
	display:inline-block;
	background-image: -moz-linear-gradient( -1deg, rgb(248,229,52) 0%, rgb(250,218,27) 48%, rgb(251,207,2) 100%);
	background-image: -webkit-linear-gradient( -1deg, rgb(248,229,52) 0%, rgb(250,218,27) 48%, rgb(251,207,2) 100%);
	background-image: -ms-linear-gradient( -1deg, rgb(248,229,52) 0%, rgb(250,218,27) 48%, rgb(251,207,2) 100%);
	font-weight:600;
	font-size:18px;
	text-align: center;
	position:relative;
    padding: 10px 52px 10px 26px;
    min-width:360px;
}

@media screen and (max-width: 768px) {
	#kokoro .prog .schedule-btn a{
		display:block;
		width:100%;
		font-size:4vw;
		margin-top: 15px;
        min-width:0;
	}
}
#kokoro .schedule-btn + .schedule-btn a{
	margin-top:15px;
}
#kokoro .prog .schedule-btn a:hover{
	opacity:0.8;
}

#kokoro .prog .schedule-btn a::after {
	display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 2px #000000;
    border-right: solid 2px #000000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 42%;
    right: 1.5em;
}
#kokoro .prog .schedule-btn a:nth-child(2){
    margin-top:10px;
}
#kokoro .apply-btn {
	text-align:right;
}

#kokoro .apply-btn a{
	margin-top: 46px;
	color:#fff;
	text-decoration:none;
	display:inline-block;
	background:#ffaa24 url("/osusume/img/bg_btn_apply.jpg") no-repeat center / cover;
	font-weight:600;
	font-size:22px;
	text-align: center;
	padding: 20px 30px 20px 30px;
	min-width:360px;
	position:relative;
	font-family: "游ゴシック", "游ゴシック体", YuGothicMedium, YuGothic, "Yu Gothic", sans-serif;
}
@media screen and (max-width: 768px) {
	#kokoro .apply-btn a{
		display:block;
		width:100%;
		font-size:4.6vw;
		margin-top: 32px;
		min-width:0;
	}
}

#kokoro .apply-btn a img{
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	max-width:163px;
	width:45%;
	top:-23%;
}
#kokoro .apply-btn a:hover{
	opacity:0.8;
}
#kokoro .apply-btn a::after {
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 42%;
	right: 1.22em;
}

#kokoro .apply-btn + .schedule-btn a{
	margin-top:20px;
}
#kokoro .prog .prog-tag {
    display: inline-block;
    margin-left: 10px;
	font-size:13px;
	margin-bottom:15px;
	padding:4px 8px;
    color:#fff;
    background-image: -moz-linear-gradient( 45deg, rgb(72,169,50) 0%, rgb(54,155,41) 48%, rgb(36,140,31) 100%);
	background-image: -webkit-linear-gradient( 45deg, rgb(72,169,50) 0%, rgb(54,155,41) 48%, rgb(36,140,31) 100%);
	background-image: -ms-linear-gradient( 45deg, rgb(72,169,50) 0%, rgb(54,155,41) 48%, rgb(36,140,31) 100%);
    line-height:1em;
}
@media screen and (max-width: 768px) {
	#kokoro .prog .prog-tag {
		margin:0 5px 10px 5px;
	}
}
/* Sns
------------------------------------------------------------- */
#tokusetsu_dai .sns_area {
	margin: 0 auto;
    background:#000;
}
#tokusetsu_dai .sns_area .area_inner {
    position: relative;
    margin: 0 auto;
    max-width: 980px;
	padding:60px 0;
	color:#fff;
}
@media screen and (max-width: 768px) {
	#tokusetsu_dai .sns_area .area_inner {
		padding:30px 0;
	}
}
#tokusetsu_dai .sns_area .sns_title {
    text-align: center;
    font-size: 22px;
    font-weight: bold; 
	margin-bottom:5px;
	font-family: "游ゴシック", "游ゴシック体", YuGothicMedium, YuGothic, "Yu Gothic", sans-serif;
}
@media screen and (max-width: 768px) {
	#tokusetsu_dai .sns_area .sns_title {
		margin-bottom:10px;
	}
}
  #tokusetsu_dai .sns_area .btnList {
    overflow: hidden;
    font-size: 0;
    text-align: center; }
    #tokusetsu_dai .sns_area .btnList > li {
      display: inline-block;
      width: 78px;
      height: 78px;
      margin: 2% 35px 0;
      font-size: 14px;
      text-align: center; }
      @media screen and (max-width: 768px) {
        #tokusetsu_dai .sns_area .btnList > li {
          display: inline-block;
          margin: 0 5px;
          max-width: 78;
          width: 50px;
          height: 50px; } }
      #tokusetsu_dai .sns_area .btnList > li:first-child {
        margin-top: 0; }
      #tokusetsu_dai .sns_area .btnList > li a {
        overflow: hidden;
        display: block;
        width: 100%;
        height: 0;
        background: 0 0 no-repeat;
        background-size: 100% auto;
        text-indent: -9999px;
        padding-top: 100%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%; }
        #tokusetsu_dai .sns_area .btnList > li a:hover {
          filter: alpha(opacity=70);
          -moz-opacity: 0.7;
          opacity: 0.7;
          -webkit-transition: 0.2s;
          -moz-transition: 0.2s;
          -ms-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s; }

/* Credit
------------------------------------------------------------- */

#tokusetsu_dai .credit_area {
	max-width:100%;
	border:none;
	font-size:10px;
	color:#fff;
    background:#000;
}

@media screen and (max-width: 768px) {
	#tokusetsu_dai .credit_area {
		width:auto;
		padding: 0 20px;
	}
}

#tokusetsu_dai .credit_area p{
	max-width:980px;
	margin:0 auto;
	text-align:center;
}
#kokoro .skyper-area {
	background:none;
    padding:0 0 60px;
}

@media screen and (max-width: 768px) {
    #kokoro .skyper-area {
        padding:0 0 30px;
    }
}
#kokoro .program-banner {
	max-width:980px;
	margin: 40px auto 40px;
}

@media screen and (max-width: 768px) {
	#kokoro .program-banner {
		margin: 0 auto 20px;
    }
}
#kokoro .program-detail,
#kokoro .copy-txt,
.copyright{
	font-family:"游ゴシック", "游ゴシック体", YuGothicMedium, YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", "HiraKakuProN-W3", "TakaoExゴシック", TakaoExGothic, "MotoyaLCedar", "Droid Sans Japanese", sans-serif;
}

/*osusume*/

.osusume_list {
	width:100%;
    background:#4ea56e;
    font-weight:normal;
	padding:40px 20px;
	color:#fff;
}

.osusume_list .ttl_osusume {
	font-size:30px;
	text-align:center;
    color:#fff;
}

@media screen and (max-width: 768px){
	.osusume_list .ttl_osusume {
		font-size:18px;
	}
}

.osusume_list .ttl_osusume span:before{
	display:block;
	content:"＼";
	position:absolute;
	left:0;
	top:0;
}

.osusume_list .ttl_osusume span:after{
	display:block;
	content:"／";
	position:absolute;
	right:0;
	top:0;
}

@media screen and (max-width: 768px){
	.osusume_list .ttl_osusume span:before,
	.osusume_list .ttl_osusume span:after {
		top:30%;
		font-size:30px;
	}
}

.osusume_list .ttl_osusume span{
	padding:0 30px;
	position:relative;
	display:inline-block;
}

.osusume_inner {
	max-width:980px;
}

.osusume_inner {
	max-width:980px;
	display: -webkit-flex;
	display:flex;
	-webkit-justify-content: space-around;
    justify-content: space-around;
	margin:30px auto 0  auto;
	padding:0;
}

@media screen and (max-width: 768px){
	.osusume_inner {
		display:block;
	}
}

.osusume_inner li{
	width:29%;
	font-size:10px;
	background:#fff;
}

@media screen and (max-width: 768px){
	.osusume_inner li{
		width:100%;
		margin-bottom:30px;
	}
	.osusume_inner li:last-child{
		margin-bottom:0px;
	}
}

.osusume_inner .txt {
	padding: 10px 15px 15px;
}

.osusume_inner .txt p{
	color:#595656;
}

.osusume_inner .txt .heading {
	font-size:1.6em;
}

/*----------スカパー-------------*/
#kokoro .skyperhaishin_ttl {
    width:240px;
    margin:0 auto 25px;
    display:block;
}
#kokoro .skyperhaishin_inner small {
    display:block;
    text-align:left;
    padding-left:1em;
    text-indent:-1em;
    font-weight:normal;
}
@media screen and (max-width: 768px) {
    #kokoro .skyperhaishin_inner small {
        text-align:left;
        font-size:12px;
    }
}
#kokoro .skyperhaishin_text {
    max-width:485px;
}
@media screen and (max-width: 768px) {
    #kokoro .skyperhaishin_text {
        max-width:100%;
    }
}
#kokoro .skyperhaishinari {
    background: #e9f9ff;
    border-radius: 6px;
    border: 2px solid #00a9ea;
    margin: 40px auto 0 auto;
    max-width: 878px;
    width: 100%;
    text-align: center;
	clear:both;
}
@media screen and (max-width: 768px) {
    #kokoro .skyperhaishinari {
        margin-top:20px;
    }
}
#kokoro .skyperhaishinari_inner {
    padding:15px 20px;
}
#kokoro .skyperhaishinari_ttl {
    background: #00a9ea;
    padding: 10px 20px;
    border-radius:4px 4px 0 0;
}
#kokoro .skyperhaishinari_ttl img {
    max-width:187px;
    display:block;
    margin:0 auto;
}
#kokoro .skyperhaishinari a:not(.text-link){
    max-width: 387px;
    padding: 10px 50px 10px 20px;
    min-height: 40px;
    display: block;
    position: relative;
    color: #fff;
    background: #00a9ea;
    border-radius: 4px;
    font-weight: bold;
    transition: 0.3s;
    text-align: center;
    font-size: 1.12em;
    margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
    #kokoro .skyperhaishinari a:not(.text-link){
        padding:5px 10px 5px 10px;
        text-align:center;
		font-size: 15px;
    }
}
#kokoro .skyperhaishinari a:hover{
    opacity:0.8;
}
#kokoro .skyperhaishinari a:not(.text-link)::after {
    position: absolute;
    content: "";
    display: block;
    width: 28px;
    height: 12px;
    background: url(../images/ico_arrow.svg) no-repeat center / contain;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
}
@media screen and (max-width: 768px) {
    #kokoro .skyperhaishinari a:not(.text-link)::after {
        position:static;
        display:inline-block;
        margin-left:10px;
    }
	#kokoro .skyperhaishinari_inner{
		font-size:15px;
	}
}
#kokoro .skyperhaishinari_period {
    font-size:0.75em;
    display:block;
    line-height:1.3em;
    text-align:center;
    margin-top:10px;
}
#kokoro .skyperhaishinari.skyperhaishinari__mb15 {
    margin: 0 auto 15px auto;
}
#kokoro .text-link {
    text-decoration: underline;
    color: #595656;
}

#kokoro .mb-0 {
	margin-bottom:0 !important;
}
#kokoro .mp-0 {
	padding-bottom:0 !important;
}
#topcontrol {
	z-index:20;
}
span.italic {
    font-style: italic;
}

#kokoro p.text_attention {
	text-align: center;
	margin-bottom: 30px;
	font-size: 14px;
}


/* ******************************
	当ページのためのユニークなstyling
********************************/

/* BASE
----------------------------- */
@keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#kokoro {
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif, "Noto Serif JP";
	animation: loading 1s ease-out forwards;
}

/* UTILITY CLASS AND DATA ATTRIBUTE
----------------------------- */
#kokoro [class*="parallax"] {
	position: relative;
	clip-path: inset(0);
}

#kokoro [class*="parallax"]::before {
	content: "";
	display: block;
	position: fixed;
	inset: 0;
	z-index: -1;
	height: 100%;
	height: 100lvh;
	background-repeat: repeat;
	background-position: center top 110px;
	background-size: cover;
}

#kokoro [class*="cmn-btn"] {
	position: relative;
	display: block;
	text-align: center;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif, "Noto Serif JP";
	transition: opacity .2s;
}

#kokoro [class*="cmn-btn"]:hover {
	opacity: .6;
}

#kokoro [class*="cmn-btn"]::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	width: 10px;
	height: 10px;
  border-top-width: 2px;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-style: solid;
	-webkit-transform: rotate(45deg) translateY(-60%);
	transform: rotate(45deg) translateY(-60%);
}

#kokoro [data-hidden] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/* MV
----------------------------- */
:root #kokoro .mv {
	--header-height-pc: 110px;
	--header-height-sp: 60px;
	--init-img-scale: 1.035;
	--zoom-out-option: zoom-out 5s linear forwards;
}
#kokoro .mv {
	position: relative;
	overflow: hidden;
}

#kokoro .splide {
	position: relative;
	z-index: 2;
}

#kokoro .splide__slide-imgbox {
	overflow: hidden;
}

#kokoro .splide__slide img {
  display: block;
  width: 100%;
	max-height: calc(100vh - var(--header-height-pc));
	object-fit: cover;
}

#kokoro .splide__slide.is-active img {
	transform: scale(var(--init-img-scale));
	animation: var(--zoom-out-option);
}

#kokoro .splide__pagination {
	position: absolute;
	bottom: 30px;
	gap: 30px;
	cursor: pointer;
	z-index: 4;
}

#kokoro .splide__pagination__page {
	width: 10px;
	height: 10px;
	background: #919191;
	opacity: 1;
}

#kokoro .splide__pagination__page.is-active {
	background: #fff;
	transform: scale(1);
}

@keyframes zoom-out {
  0% {
    transform: scale(var(--init-img-scale));
  }
  100% {
    transform: scale(1);
  }
}

#kokoro .mv-ttl {
	position: absolute;
	left: 50%;
	bottom: -4vw;
	width: 39.5%;
	transform: translateX(-50%);
	pointer-events: none;
	opacity: 0;
	z-index: 3;
	animation: loading 1s .75s ease-out forwards;
}

#kokoro .mv-ttl img {
	display: block;
	width: 100%;
}

#kokoro .mv-copyright {
	position: absolute;
	right: 13px;
	bottom: 13px;
	line-height: 100%;
	font-family: "游ゴシック", "游ゴシック体", YuGothicMedium, YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", "HiraKakuProN-W3", "TakaoExゴシック", TakaoExGothic, "MotoyaLCedar", "Droid Sans Japanese", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
  /* text-shadow:
    2px 0 #000,
    -2px 0 #000,
    0 2px #000,
    0 -2px #000,
    1px 1px #000,
    -1px 1px #000,
    1px -1px #000,
    -1px -1px #000; */
		z-index: 3;
}

#kokoro .mv-copyright span {
	font-family: Verdana, “Droid Sans”;
	color: #fff!important;
}

@media screen and (max-width: 768px) {
	#kokoro .mv {
		aspect-ratio: 750/902;
	}

	#kokoro .splide__slide {
		position: relative;
		aspect-ratio: 750/902;
	}

	#kokoro .splide__slide.no01::before,
	#kokoro .splide__slide.no02::before {
		content: "";
		position: absolute;
		inset: 0;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		z-index: -1;
	}

	#kokoro .splide__slide.is-active::before {
		transform: scale(var(--init-img-scale));
	}

	#kokoro .splide__slide.no01::before {
		background-image: url('../images/bg_mv_01_sp.jpg');
	}

	#kokoro .splide__slide.no02::before {
		background-image: url('../images/bg_mv_02_sp.jpg');
	}

	#kokoro .splide__slide-imgbox {
			aspect-ratio: 750/593;
	}

	#kokoro .splide__slide img {
		max-height: calc(100vh - var(--header-height-sp));
	}

	#kokoro .splide__slide.is-active::before {
		animation: var(--zoom-out-option);
	}

	#kokoro .splide__pagination {
		bottom: 2.53vw;
		gap: 4vw;
	}

	#kokoro .splide__pagination__page {
		width: 1.33vw;
		height: 1.33vw;
	}

	#kokoro .mv-ttl {
		bottom: -9.35vw;
		width: 85vw;
		animation: loading 1s .35s ease-out forwards;
	}

	#kokoro .mv-copyright {
		right: 2vw;
		bottom: 43.3vw;
	}
}

/* LINK
----------------------------- */
#kokoro .link {
	background: center / cover no-repeat url("../images/bg_link.jpg");
}

#kokoro .link-inner {
	margin: 0 auto;
	padding: 95px 50px 105px;
	max-width: 1920px;
}

#kokoro .link-anchors {
	display: flex;
	justify-content: center;
	gap: 3.4%;
	margin: 0 auto;
	width: min(1165px, 100%);
}

#kokoro .link-anchor {
	flex: 1;
	max-width: 362px;
}

#kokoro .link-anchor:hover {
	opacity: .6;
}

#kokoro .link-anchor picture,
#kokoro .link-anchor img {
	display: block;
	width: 100%;
}

#kokoro .link-banners {
	margin: 60px auto 0;
	width: min(100%, 980px);
}

#kokoro .link .program-banner {
	margin: 0;
}

#kokoro .link .program-banner img {
	display: block;
	width: 100%;
}

#kokoro .link .program-banner + .program-banner {
	margin: 15px 0 0;
}

@media screen and (max-width: 1024px) {
	#kokoro .link-inner {
		padding: 95px 40px 105px;
	}
}

@media screen and (max-width: 768px) {
	#kokoro .link-inner {
		padding: 20vw 5.33vw 20.6vw;
	}

	#kokoro .link-anchors {
		flex-flow: column;
		gap: 4.4vw;
	}

	#kokoro .link-anchor {
		max-width: unset;
	}

	#kokoro .link-banners {
		margin: 16.7vw auto 0;
	}

	#kokoro .link .program-banner + .program-banner {
		margin: 6vw 0 0;
	}
}

/* LEAD
----------------------------- */
#kokoro .lead-parallax::before {
	background-position: center bottom;
	background-image: url("../images/bg_lead.jpg");
}

#kokoro .lead-parallax::after {
	content: "";
	position: absolute;
	inset: 0;
	display: block;
	background: rgba(0, 0, 0, .54);
}

#kokoro .lead-inner {
	position: relative;
	display: grid;
	place-items: center;
	margin: 0 auto;
	padding: 50px;
	max-width: 1920px;
	min-height: 480px;
	z-index: 1;
}

#kokoro .lead-txt {
	line-height: 220%;
	text-align: center;
	font-size: 18px;
	color: #fff;
}

@media screen and (max-width: 1024px) {
	#kokoro .lead-inner {
		padding: 40px;
	}
}

@media screen and (max-width: 768px) {
	#kokoro .lead-parallax::before {
		background-position: 75% 50%;
	}

	#kokoro .lead-inner {
		padding: 12.6vw 5.33vw 12vw;
		min-height: unset;
	}

	#kokoro .lead-txt {
		line-height: 175%;
		font-size: 4vw;
	}
}

/* SUMMARY
----------------------------- */
:root #kokoro .summary {
	--flexbox-gap: 65px;
	--txt-space-01: 17%;
	--txt-space-02: 11%;
}

#kokoro .summary {
	position: relative;
	background: #f2f2f2 center bottom / contain no-repeat url("../images/bg_ripples.png");
	overflow: hidden;
}

#kokoro .summary::before {
	content: "";
	position: absolute;
	top: -70px;
	right: 0;
	left: 0;
	display: block;
	height: 294px;
	background: linear-gradient(to bottom, #ccd6cc, #f1f1f1);
}

#kokoro .summary-inner {
	position: relative;
	margin: 0 auto;
	padding: 140px 100px 160px 93px;
	max-width: 1920px;
	z-index: 2;
}

#kokoro .summary-head {
	line-height: 75%;
	text-align: center;
	font-size: 48px;
	color: #000;
}

#kokoro .summary-txt {
	line-height: 220%;
	font-size: 24px;
	white-space: nowrap;
}

#kokoro .summary-flexbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#kokoro .summary-flexbox:nth-of-type(even) {
	flex-direction: row-reverse;
}

#kokoro .summary-flexbox.no01 {
	gap: var(--flexbox-gap);
	margin: 70px 0 0;
	padding: 0 45px 0 0;
}

#kokoro .summary-flexbox.no02 {
	gap: var(--flexbox-gap);
	margin: 0 0 -3%;
	padding: 0 0 0 60px;
}

#kokoro .summary-flexbox.no01 .summary-txt {
	padding: 0 0 var(--txt-space-01);
	max-width: 577px;
}

#kokoro .summary-flexbox.no02 .summary-txt {
	padding: 0 0 var(--txt-space-02);
	max-width: 610px;
}

#kokoro .summary-flexbox.no01 .summary-flexbox-imgs {
	position: relative;
	width: 49.9%;
	aspect-ratio: 863/783;
	transform: translateY(-7%);
}

#kokoro .summary-flexbox.no02 .summary-flexbox-imgs {
	position: relative;
	width: 49.8%;
	aspect-ratio: 860/650;
	transform: translateY(-25%);
}

#kokoro .summary-flexbox .summary-flexbox-img {
	position: absolute;
}

#kokoro .summary-flexbox.no01 .summary-flexbox-img.no01 {
	top: 0;
	left: 0;
	width: 70.2%;
	z-index: 3;
}

#kokoro .summary-flexbox.no01 .summary-flexbox-img.no02 {
	bottom: 16.99%;
	right: 0;
	width: 52.6%;
	z-index: 2;
}

#kokoro .summary-flexbox.no01 .summary-flexbox-img.no03 {
	bottom: 0;
	left: 10.3%;
	width: 53.4%;
	z-index: 1;
}

#kokoro .summary-flexbox.no02 .summary-flexbox-img.no04 {
	top: 0;
	right: 0;
	width: 58.5%;
	z-index: 4;
}

#kokoro .summary-flexbox.no02 .summary-flexbox-img.no05 {
	top: 18.8%;
	left: 7.67%;
	width: 37.4%;
}

#kokoro .summary-flexbox.no02 .summary-flexbox-img.no06 {
	bottom: 15.6%;
	right: 5.23%;
	width: 39.9%;
}

#kokoro .summary-flexbox.no02 .summary-flexbox-img.no07 {
	bottom: 0;
	left: 0;
	width: 60%;
	z-index: 3;
}

#kokoro .summary-sliders {
	display: none;
}

.summary-anc-schedule {
	margin: -350px 0 0;
	padding: 350px 0 0;
}

#kokoro .summary-note-txt {
	text-align: center;
	font-size: 36px;
}

#kokoro .summary-cmn-btn {
	margin: 0 auto;
	padding: 1.33em;
	width: max(54.5%, 590px);
	line-height: 73%;
	font-size: 30px;
	color: #000;
	background: #ebd088;
}

#kokoro .summary-cmn-btn::after {
	right: 40px;
	border-top-color: #000;
	border-right-color: #000;
}

@media screen and (max-width: 1280px) {
	#kokoro .summary-flexbox.no01 {
		gap: calc(var(--flexbox-gap) / 2);
		margin: 90px 0 0;
		padding: 0;
	}

	#kokoro .summary-flexbox.no02 {
		gap: calc(var(--flexbox-gap) / 2);
		margin: 0 0 70px;
		padding: 0;
	}

	#kokoro .summary-txt {
		white-space: wrap;
	}

	#kokoro .summary-flexbox.no01 .summary-txt {
		padding: 0 0 calc(var(--txt-space-01) / 2);
		max-width: unset;
		width: 43%;
	}

	#kokoro .summary-flexbox.no02 .summary-txt {
		padding: 0;
		max-width: unset;
		width: 43.5%;
	}

	#kokoro .summary-flexbox.no02 .summary-flexbox-imgs {
		transform: translateY(0);
	}

	#kokoro .adjust-for-pc {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	#kokoro .summary-inner {
		padding: 140px 40px 160px;
	}
}

@media screen and (max-width: 768px) {
	#kokoro .summary::before {
		top: 0;
		height: 39.2vw;
	}

	#kokoro .summary-inner {
		padding: 18vw 0 16.7vw;
	}

	#kokoro .summary-head {
		line-height: 105%;
		font-size: 8vw;
	}

	#kokoro .summary-flexbox {
		display: contents;
	}

	#kokoro .summary-flexbox-imgs {
		display: none;
	}

	#kokoro .summary-txt {
		line-height: 175%;
		font-size: 4vw;
	}

	#kokoro .summary-flexbox.no01 .summary-txt {
		margin: 8.5vw 0 0;
	}

	#kokoro .summary-flexbox.no01 .summary-txt,
	#kokoro .summary-flexbox.no02 .summary-txt {
		padding: 0 5.33vw;
		width: 100%;
	}

	#kokoro .summary-sliders {
		display: block;
		margin: 6.67vw 0 0;
	}

	#kokoro .summary-slider {
		display: flex;
		overflow: hidden;
	}

	#kokoro .summary-slider + .summary-slider {
		margin: 4vw 0 0;
	}

	#kokoro .summary-slider-track {
		display: flex;
	}

	#kokoro [data-scroll="left"] .summary-slider-track {
		animation: scroll-left 20s infinite linear .5s both;
	}

	#kokoro [data-scroll="right"] .summary-slider-track {
		animation: scroll-right 26.66s infinite linear .5s both;
	}

	@keyframes scroll-left {
		from {
			transform: translateX(0);
		}
		to {
			transform: translateX(-100%);
		}
	}

	@keyframes scroll-right {
		from {
			transform: translateX(-100%);
		}
		to {
			transform: translateX(0);
		}
	}

	#kokoro .summary-slider-track-item {
		width: 89vw;
	}

	#kokoro .summary-slider-track-item img {
		display: block;
		width: 100%;
		aspect-ratio: 674/440;
		object-fit: cover;
	}

	.summary-anc-schedule {
		margin: -200px 0 0;
		padding: 200px 0 0;
	}

	#kokoro .summary-note {
		margin: 16.7vw 0 0;
	}

	#kokoro .summary-note-txt {
		font-size: 6.4vw;
	}

	#kokoro .summary-cmn-btn {
		margin: 16.7vw auto 0;
		padding: 6.3vw;
		width: 89%;
		font-size: 5.33vw;
	}

	#kokoro .summary-cmn-btn::after {
		right: 6%;
		width: 1.5vw;
		height: 1.5vw;
    border-top-width: .5vw;
    border-right-width: .5vw;
	}
}

/* COMMENT
----------------------------- */
#kokoro .comment-parallax::before {
	background-image: url("../images/bg_comment.jpg");
}

#kokoro .comment-parallax::after {
	content: "";
	position: absolute;
	inset: 0;
	display: block;
	background: rgba(0, 0, 0, .54);
}

#kokoro .comment-inner {
	position: relative;
	display: grid;
	place-items: center;
	margin: 0 auto;
	padding: 100px 50px;
	max-width: 1920px;
	z-index: 1;
}

#kokoro .comment-acds {
	width: min(981px, 100%);
}

#kokoro .comment-acd {
	background: #6bad9b;
}

#kokoro .comment-acd + .comment-acd {
	margin: 25px 0 0;
}

#kokoro .comment-acd-btn {
	position: relative;
	display: block;
	width: 100%;
	padding: 30px 0;
	line-height: 100%;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif, "Noto Serif JP";
	font-size: 20px;
	text-align: center;
	color: #fff;
	background-color: transparent;
	border: none;
	outline: none;
	cursor: pointer;
}

#kokoro .comment-acd-btn::before,
#kokoro .comment-acd-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  display: block;
  width: 15px;
  height: 2px;
  margin: auto;
  background: #fff;
}

#kokoro .comment-acd-btn::before {
  transform: rotate(-90deg);
  transition: 0.3s;
}

#kokoro .comment-acd-btn.is-active::before {
  transform: rotate(0deg);
}

#kokoro .comment-acd-body {
	display: none;
	padding: 0 65px 30px;
}

#kokoro .comment-acd-txt {
	line-height: 180%;
	font-size: 16px;
	color: #fff;
}

@media screen and (max-width: 1024px) {
	#kokoro .comment-inner {
		padding: 100px 40px;
	}
}

@media screen and (max-width: 768px) {
	#kokoro .comment-parallax::before {
		background-position: 55% 50%;
	}

	#kokoro .comment-inner {
		padding: 18vw 5.33vw;
	}

	#kokoro .comment-acd + .comment-acd {
		margin: 4vw 0 0;
	}

	#kokoro .comment-acd-btn {
		padding: 4vw;
		font-size: 4.8vw;
	}

	#kokoro .comment-acd-btn::before,
	#kokoro .comment-acd-btn::after {
		right: 4%;
		width: 4vw;
		height: .5vw;
	}

	#kokoro .comment-acd-body {
		padding: 0 12vw 6.67vw;
	}

	#kokoro .comment-acd-txt {
		font-size: 4vw;
	}
}

/* CV
----------------------------- */
#kokoro .cv {
	background: #f2f2f2 center top 30% / cover no-repeat url("../images/bg_ripples.png");
}

#kokoro .cv-inner {
	margin: 0 auto;
	padding: 100px 50px;
  max-width: 1920px;
}

#kokoro .cv .program-banner {
	margin: 0 auto;
}

@media screen and (max-width: 1024px) {
	#kokoro .cv-inner {
		padding: 100px 40px;
	}
}

@media screen and (max-width: 768px) {
	#kokoro .cv-inner {
		padding: 18vw 5.33vw;
	}
}

/* PROGRAM
----------------------------- */
#kokoro .project {
	position: relative;
	background: #f2f2f2 url("../images/bg_ripples.png") no-repeat center calc(100% - 50vw) / contain;
}

#kokoro .project::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	height: 294px;
	background: linear-gradient(to bottom, #ccd6cc, #f1f1f1);
	opacity: .5;
}

#kokoro .project-inner {
	position: relative;
	margin: 0 auto -10%;
	padding: 100px 50px 0;
	max-width: 1920px;
	z-index: 1;
}

#kokoro .project-head {
	text-align: center;
	line-height: 140%;
	font-size: 42px;
	color: #002145;
}

#kokoro .project-block:first-of-type {
	padding: 50px 0 0;
}

#kokoro .project-block + .project-block {
	padding: 65px 0 0;
}

#kokoro .program-banner + .project-block {
	padding: 100px 0 0;
}

#kokoro .project-subhead {
	text-align: center;
	line-height: 98%;
	font-size: 60px;
	color: #002145;
}

#kokoro .project .prog {
	margin: 27px auto 0;
	padding: 0;
	border: 0;
}

#kokoro .project .program-banner + .prog {
	margin: 100px auto 0;
}

#kokoro .project .prog_inner {
	padding: 53px 50px 60px;
}

#kokoro .project .program-title-area {
	margin: 0 0 45px;
}

#kokoro .project .program-title {
	margin: 0;
	padding: 0 0 20px;
	line-height: 114%;
	font-size: 28px;
	color: #000;
}

#kokoro .project .detail-credit,
#kokoro .project .detail-txt {
	line-height: 175%;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif, "Noto Serif JP";
	font-size: 16px;
}

#kokoro .project .prog-cmn-btn {
	display: block;
	float: right;
	margin: 35px 0 0;
	padding: 12px;
	width: min(360px, 100%);
	font-size: 18px;
	color: #fff;
	background: #6bad9b;
}

#kokoro .project .prog-cmn-btn::after {
	right: 30px;
	width: 7px;
	height: 7px;
}

#kokoro .project .prog-cmn-btn[aria-disabled="true"] {
	color: #000;
	background: #dfdfdf;
	pointer-events: none;
}

#kokoro .project .prog-cmn-btn[aria-disabled="true"]::after {
	display: none;
}

#kokoro .project .program-banner {
	margin: 100px auto 0;
}

#kokoro .project-btm-img img{
	display: block;
	width: 100%;
}

@media screen and (max-width: 1024px) {
	#kokoro .project-inner {
		padding: 100px 40px 0;
	}
}

@media screen and (max-width: 768px) {
	#kokoro .project {
		background: linear-gradient(to bottom, #f2f2f2, #fafafa);
	}

	#kokoro .project::before {
		height: 39.2vw;
	}

	#kokoro .project-inner {
		margin: 0 auto -10vw;
		padding: 18vw 5.33vw 0;
	}

	#kokoro .project-head {
		font-size: 5.33vw;
	}

	#kokoro .project-block:first-of-type {
		padding: 7.3vw 0 0;
	}

	#kokoro .project-block + .project-block {
		padding: 8.4vw 0 0;
	}

	#kokoro .program-banner + .project-block {
		padding: 14vw 0 0;
	}

	#kokoro .project-subhead {
		font-size: 8vw;
	}

	#kokoro .project .prog {
		margin: 6vw auto 0;
	}

	#kokoro .project .prog_inner {
		padding: 7.33vw 5.73vw 10.26vw;
	}

	#kokoro .project .program-title-area {
		margin: 0 0 7.5vw;
	}

	#kokoro .project .program-title {
		padding: 0 0 2.9vw;
		line-height: 130%;
		font-size: 4.8vw;
	}

	#kokoro .project .program-image {
		margin: 0 0 6.4vw;
	}

	#kokoro .project .program-image img {
		width: 100%;
	}

	#kokoro .project .detail-credit,
	#kokoro .project .detail-txt {
		line-height: 200%;
		font-size: 4.26vw;
	}

	#kokoro .project .program-banner {
		margin: 14vw 0 0;
	}

	#kokoro .project .prog-cmn-btn {
		margin: 7.33vw 0 0;
		width: 100%;
		font-size: 4.8vw;
	}

	#kokoro .project .prog-cmn-btn::after {
		right: 6%;
		width: 1.5vw;
		height: 1.5vw;
    border-top-width: .5vw;
    border-right-width: .5vw;
	}
}