#container {
	padding-top:140px
}
.main_title {
	background: #0b3d70;
	background-image: url(img/feature_title_image.png);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: right;
}
h1 {
	margin:0;
	color:#fff;
	padding:50px;
	font-size: 25px;
}

.title {
	display: flex;
	align-items: center;
	width:90%;
	margin:0 auto;
	padding: 50px 0;
}
.border_bottom {
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.title .txt {
	width: 65%;
	float: left;
	box-sizing: border-box;
	padding-right:10%;
}
.title .photo {
	width: 35%;
	float: right;
	box-sizing: border-box;
	margin: 0;
}
.title .photo img {
	width:100%;
}
.slider {
	display:block;
	width:40%;
	margin:0 auto;
}
.feature_explanation {
	padding-bottom:40px;
}
.feature_explanation p {
	text-align:center;
	margin:0 auto 30px;
	width: 90%;
}
h3 {
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 15px;
}

h4 {
	font-size:18px;
	text-align:center;
}
.learn_more {
	width: 80%;
	margin: 0 auto;
}

.movie_area {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 0 20px;
}

.responsive {
    width: 100%;
    aspect-ratio: 16/9;
}

.caution {
	font-size:12px;
}


.series_select {
	width: 90%;
	margin: 0 auto 20px;
}

.product_list_two {
	width: 50%;
	float: left;
	padding: 20px 30px;
	margin: 5px 0;
	background: #ebebeb;
	height: 210px;
}
.series_select li {
	list-style:none;
	margin-bottom:10px;
}
.series_select li a {
	text-decoration: none;
	color: #0e3f75;
}
.series_select h3 {
	margin: 0 auto 10px;
}
.series_select img {
	width: 210px;
}


.series_select p {
	margin-bottom:0;
	padding-top: 20px;
}

/*--メニュースライド--*/
.menu-icon .accordion {
	width: 30px;
	height: 30px;
	margin: 0;
	display: contents;
}
.menu-icon .accordion a {
	display: block;
	height: 160px;
	width: 42px;
	text-align: center;
	line-height:0; 
	background: color(srgb 0.0529 0.2466 0.46 / 0.62);
	position: fixed;
    left: 0;
	bottom: 55px;
    z-index: 22;
}
.menu-icon .accordion a:before{
	display: block;
	content: "";
	position: absolute;
	top: -13px;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	width: 17px;
	height: 2px;
	background-color: #fff;
	transition: .2s;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.menu-icon .accordion a:after{
	display: block;
	content: "";
	position: absolute;
	top: 9px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 17px;
	height: 2px; 
	background-color: #fff;
	transition: .2s;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.menu-icon .accordion a.on:before{
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.menu-icon .accordion a.on:after{
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

.nav_menu {
    position:fixed;
    display:none;
    background: color(srgb 0 0 0 / 0.7);
    color: #fff;
    bottom: 25px;
	left: 0;
	z-index: 20;
}
.nav_menu .nav_inner {
    display: table-cell;
    vertical-align: middle;
}
.accordion-003 {
    max-width: 500px;
    border-bottom: 1px solid #d0d0d0;
}

.accordion-003 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0;
    color: #fff;
    cursor: pointer;
}

.accordion-003 summary::-webkit-details-marker {
    display: none;
}

.accordion-003 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #ffffffff;
	border-right: 3px solid #ffffffff;
    content: '';
    transition: transform .3s;
}

.accordion-003[open] summary::after {
    transform: rotate(225deg);
}

.accordion-003 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-003[open] p {
    transform: none;
    opacity: 1;
}


.display {
    display:table;
    padding: 15px 20px 15px 35px;
    animation: fadeIn 0.5s ease 0s 1 normal backwards;
}
.nav_inner a {
    color:#fff;
    text-decoration: none;
}
.nav_inner a:hover {
    text-decoration: underline;
}
.anc {
	display: block;
	padding-top: 142px;
	margin-top: -142px;
	z-index: -1;
}
.nav_inner ul {
	margin: 0;
	font-size: 14px;
}
.nav_inner ul li {
    padding:3px 0;
}
.nav_inner .lineup_list ul {
	padding-left: 15px;
}
.nav_inner .lineup_list li {
    padding: 5px 0;
	list-style: disclosure-closed;
	margin-left: 0px;
}


@media screen and (max-width: 767px) {
	#container {
		padding-top: 90px;
	}
	h1 {
		padding:40px 20px;
	}
	
	.title {
		display:block;
		 width:80%;
	}
	.title .txt {
		width: 100%;
		float: none;
		padding-right: 0;
	}
	.title .photo {
		width: 60%;
		float: none;
		box-sizing: border-box;
		margin: 0 auto;
	}
	.slider {
		width:100%;
	}
	.product_list_two {
		width: 100%;
		height:auto!important;
	}
	.feature_explanation {
		width:80%;
		margin:0 auto;
	}
	.feature_explanation p {
		text-align: left;
	}
	.ec-topicRole .ec-topicRole__listItemTitle {
		width:100%;
	}
	.learn_more {
		width:100%;
	}
	.series_select {
		padding:0;
	}
	.anc {
		display: block;
		padding-top: 90px;
		margin-top: -90px;
	}
}

@media screen and (max-width: 572px) {
	#container {
		padding-top: 79px;
	}
	h1,h2,h3 {
		font-size:4vw;
	}
	.title {
		display:block;
		width:90%;
		padding: 30px 0 40px;
	}
	.feature_explanation {
		width:90%;
		margin:0 auto;
	}
	p {
		font-size:3.5vw;
	}
	.series_select img {
		width: 190px;
	}
	.series_select li a {
		font-size:3.5vw;
	}
}