@charset "utf-8";

#feature_inner {
	padding: 0 10px;
}

#feature h3 {
    margin-bottom: 10px;
    padding: 0 20px;
    width: 100%;
    height: 40px;
    font-family: "Noto Serif JP", serif;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    background: linear-gradient(to right,  #2970bc 0%,#1e2e58 100%);
}

@media screen and (min-width: 768px) {
	#feature_inner {
		padding: 0;
	}
}

/*.featureArticle__explanation {
    margin-bottom: 20px;
		font-size: 12px;
		line-height: 20px;
}

@media screen and (min-width: 768px) {
	.featureArticle__explanation {
	    margin-bottom: 40px;
		font-size: 14px;
		line-height: 24px;
	}
}

.featureList {
    width: 100%;
}

.featureList ul {
    margin: 0 auto;
    width: 100%;
    max-width: 686px;
}

.featureList ul li {
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.featureList__head {
    display: flex;
}

.featureList__photo {
    margin-right: 5px;
    width: 175px;
}

.featureList__loop-text {
  margin-bottom: 10px;
  padding: 5px 0;
  height: 36px;
  background: linear-gradient(to right,  #C88D09 0%,#F3D9AA 100%);  
}
.featureList__loop-text div {
  height: 26px;
  display: flex;
  overflow: hidden;
  background: linear-gradient(to right,  #EAEAEA 0%,#FFFFFF 50%,#EAEAEA 100%); 
}
.featureList__loop-text div p {
  height: 100%;
  font-size: 14px;
  line-height: 26px;
  white-space: nowrap;
}
.featureList__loop-text div p:nth-child(odd) {
  animation: loop 20s -10s linear infinite;
  padding-left: 100px;
}

.featureList__loop-text div p:nth-child(even) {
  animation: loop2 20s linear infinite;
  padding-left: 100px;
}

.featureList__image {
	position: relative;
	background-image: url(../images/girl_box_bg@2x.png);
	background-size: cover;
	background-repeat: repeat-y;
	background-position: center bottom;
}

.featureList__image:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../images/elise_frame_top.png);
	background-size: 100% 100%;
	background-position: center top;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	pointer-events: none;
}

.featureList__image:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../images/elise_frame_bottom.png);
	background-size: 100% 100%;
	background-position: center bottom;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	pointer-events: none;
}

.featureList__new {
	position: absolute;
	width: 50px;
	height: 46px;
	right: 5px;
	bottom: 5px;
	 z-index: 2;
}

.featureList__category {
	position: absolute;
	width: 40px;
	height: 40px;
	left: 10px;
	bottom: 10px;
	z-index: 2;
}

.featureList__data {
	width: calc(100% - 180px);
	max-height: 477px;
}

.featureList__name {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
}

.featureList__size {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.featureList__tag ul {
	margin: 0 -3px 7px -3px;
	width:calc(100% + 6px);
	height: 54px;
	display: flex;
	flex-flow: row wrap;
}

.featureList__tag ul li {
	display: none;
}

.featureList__tag ul li.is_active {
	display: block;
	margin: 3px;
	padding: 0 10px;
	width: calc((100% - 12px)/2);
	height: 20px;
	color: #163369;
	border: 1px solid #163369;
	background-color: #fff;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	boz-sizing: border-box;
}

.featureList__detail dt {
	padding: 0 8px;
	height: 20px;
	width: 100%;
	background-image: url(../images/pc_feature_list.png);
	color: #fff;
	font-size: 12px;
	line-height: 20px;
}

.featureList__detail dd {
	padding: 0 8px;
	height: 20px;
	width: 100%;
	background: linear-gradient(rgba(154,231,255,0.3),rgba(64,115,255,0.3));
	font-size: 10px;
	line-height: 20px;
	color: #163369;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.featureList__detail dl:last-of-type dd {
	padding: 10px 5px 10px 10px;
	height: 107px;
	line-height: 20px;
	background: linear-gradient(rgba(154,231,255,0.3),rgba(64,115,255,0.3));
}

.featureList__detail dl:last-of-type dd > div {
	padding-right: 5px;
	height: 100%;
	min-height: 88px;
	white-space: initial;
    overflow-y: scroll;
}

.featureList__detail dl:last-of-type dd > div::-webkit-scrollbar {
	width: 4px;
	background-color: #FFF;
	border-radius: 2px;
}

.featureList__detail dl:last-of-type dd > div::-webkit-scrollbar-thumb {
	background: #163369;
	width: 4px;
	border-radius: 2px;
}

.featureList__foot {
	margin-top: 10px;
	display: flex;
	flex-flow: row wrap;
}

.featureList__foot dl {
	width: 100%;
}

.featureList__foot dl dt {
	padding: 0 8px;
	height: 20px;
	width: 100%;
	background-image: url(../images/pc_feature_list.png);
	color: #fff;
	font-size: 12px;
	line-height: 20px;
}

.featureList__foot dl dd {
	padding: 10px 5px 10px 10px;
	width: 100%;
	height: 107px;
	background: linear-gradient(rgba(154,231,255,0.3),rgba(64,115,255,0.3));
	font-size: 10px;
	line-height: 20px;
	color: #163369;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.featureList__reserve {
	margin-top: 10px;
	margin-right: 10px;
	width: calc((100% - 10px)/2);
	height: 42px;
	color: #fff;
	font-size: 12px;
	line-height: 40px;
	text-align: center;
	background: linear-gradient(to right,  #003354 0%,#025A95 50%,#003354 100%);
	border: 1px solid #fff;
	box-sizing: border-box;
	filter: drop-shadow(0px 3px 6px rgba(0,0,0,0.13));
}

.featureList__schedule {
	margin-top: 10px;
	width: calc((100% - 10px)/2);
	height: 42px;
	color: #fff;
	font-size: 12px;
	line-height: 40px;
	text-align: center;
	background: linear-gradient(to right,  #005454 0%,#029095 50%,#005454 100%);
	border: 1px solid #fff;
	box-sizing: border-box;
	filter: drop-shadow(0px 3px 6px rgba(0,0,0,0.13));
}

.featureList__reserve a,
.featureList__schedule a {
	display: block;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 768px) {
	.featureList ul li {
		padding-bottom: 40px;
		border-bottom: 1px solid #707070;
		margin-bottom: 40px;
	}
	.featureList__loop-text {
	  margin-bottom: initial;
	}
	.featureList__name {
		margin-bottom: initial;
		font-size: 20px;
		line-height: 29px;
		text-align: initial;
	}
	.featureList__photo {
	    margin-right: 30px;
	    width: 318px;
	}
	.featureList__new {
		width: 90px;
		height: 84px;
		right: 10px;
		bottom: 5px;
	}
	.featureList__category {
		width: 72px;
		height: 72px;
		left: 20px;
		bottom: 20px;
	}
	.featureList__data {
		width: calc(100% - 348px);
		max-height: 477px;
	}
	.featureList__tag ul li.is_active {
		padding: 0 10px;
		width: calc((100% - 12px)/2);
		height: 20px;
		font-size: 12px;
		line-height: 20px;
	}
	.featureList__detail {
		height: 100%;
		min-height: 393px;
	}
	.featureList__detail dt {
		padding: 0 10px;
		height: 26px;
		background-image: url(../images/pc_feature_list.png);
		font-size: 14px;
		line-height: 26px;
	}
	.featureList__detail dd {
		padding: 0 10px;
		height: 26px;
		font-size: 14px;
		line-height: 26px;
	}
	.featureList__foot {
		margin-top: 20px;
		flex-flow: initial;
	}
	.featureList__reserve {
		margin-top: initial;
		margin-right: 10px;
		height: 54px;
		color: #fff;
		font-size: 18px;
		line-height: 50px;
		text-align: center;
		background: linear-gradient(to right,  #003354 0%,#025A95 50%,#003354 100%);
		border: 2px solid #fff;
	}
	
	.featureList__schedule {
		margin-top: initial;
		height: 54px;
		color: #fff;
		font-size: 18px;
		line-height: 50px;
		text-align: center;
		background: linear-gradient(to right,  #005454 0%,#029095 50%,#005454 100%);
		border: 2px solid #fff;
	}
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}*/



/*schedule*/
#top_feature {
    padding: 40px 0 0;
}
.top_feature_in {
    padding: 0 10px;
}
.featureArticle {
    width: 100%;
    height: auto;
}
.topFeature ul {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    height: auto;
}
.topFeature ul li {
    margin-right: 5px;
    width: calc((100% - 5px)/2);
}
.topFeature ul li:nth-of-type(2n) {
    margin-right: 0;
}
.topFeature ul li:nth-of-type(n+3) {
    margin-top: 10px;
}

.topFeature ul li:last-of-type {
    margin-right: 0;
}

.topFeature__date {
    display: none;
}

.topFeature__new {
    position: absolute;
    width: 58px;
    height: 54px;
    right: 3px;
    bottom: 3px;
    z-index: 3;
}

@media screen and (min-width: 768px) {
    .topFeature ul {
        display: flex;
        width: 100%;
        height: auto;
    }
    .topFeature ul li {
        margin-right: 8px;
        width: calc((100% - 24px)/4);
    }
    .topFeature ul li:nth-of-type(2n) {
        margin-right: 8px;
    }
    .topFeature ul li:nth-of-type(n+3) {
        margin-top: initial;
    }
	.topFeature ul li:nth-of-type(4n) {
	    margin-right: 0;
	}
	.topFeature ul li:nth-of-type(n+5) {
	    margin-top: 10px;
	}
    .topFeature ul li:last-of-type {
        margin-right: 0;
    }
    .topFeature__date {
        display: block;
        margin-bottom: 5px;
        color: #012E6F;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }
    .topFeature__new {
        width: 58px;
        height: 54px;
    }
}

.topFeature__image a:hover,
.topFeature__image a:hover .topFeature__new img {
    opacity: 1!important;
}

.topFeature__image {
    position: relative;
    width: 100%;
    /*background: linear-gradient(135deg, #e2b85b 0%,#f9f2e2 20%,#efc983 50%,#e2b85b 100%);*/
    aspect-ratio: 1 / 1;
}

.topFeature__image:before {
    content: "";
    position: absolute;
    width: 100%;
    /*background: linear-gradient(135deg, #e2b85b 0%,#f9f2e2 20%,#efc983 50%,#e2b85b 100%);*/
    border: 3px solid #e2b85b;
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    pointer-events: none;
}

.topFeature__image div {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
}

.topFeature__image div a {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.topFeature__image div img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.topFeature__title {
    margin-top: 5px;
    color: #012E6F;
    font-family: "Noto Serif JP", serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .top_feature_in {
        padding: initial;
    }
    .topFeature__title {
        margin-top: 5px;
        color: #012E6F;
        font-family: "Noto Serif JP", serif;
        font-size: 16px;
        font-weight: bold;
        line-height: 24px;
        text-align: center;
    }
}






/*fdetailのみ*/
.return_bth {
	margin: 0 auto;
	width: 100%;
	max-width: 200px;
	height: 40px;
}

.feature_pager {
	display: flex;
	justify-content: center;
}

.feature_pager li {
	width: 38px;
	height: 38px;
}

.feature_pager li.prev,
.feature_pager li.next {
	width: 70px;
	height: 40px;
	border: initial;
}

.feature_pager li.prev a,
.feature_pager li.next a {
	border: initial;
	line-height: 38px;
	background-color: initial;
}

.feature_pager li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #014069;
	background-color: #FFF;
	border: 1px solid #DEE2E6;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
}

.feature_pager li span {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	background-color: #014470;
	border: 1px solid #014470;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	box-sizing: border-box;
}