/* --------------------------------------------------- */
/* #header */
#header {
	height: auto;
	padding: 10px 0;
	background:#fff;
	background-color: #2DBAEE;
	border-bottom:solid 1px #e1e1e1;
}

/* --------------------------------------------------- */
/* global navi & primary navi */

#gnav > li span,
#gnav > li a {
	
	color:#333;
	display: block;
	font-weight: 700;
}


/* primary navi */
#pnav > li span,
#pnav > li a {}

#pnav > li .btn { color:#fff; }

/* spview */
@media screen and (max-width:767px) {

	#header {padding: 0;border-bottom: solid 4px #1D64C3;}
	
	/* btn color */

	#gnav > li span,
	#gnav > li a {
	}
	
	/* primary navi */
	#pnav > li span,
	#pnav > li a {}
	#pnav > li .btn { color:#fff; }


}

/* 0914太田 */
/* iPad第6世代 */
@media only screen
    and (min-device-width:768px) 
    and (max-device-width:1024px) 
    and (orientation:landscape) {

		#pnav > li span, #pnav > li a {
			font-size: 0.82rem !important;
		}
}



/* mainvisual */
/* --------------------------------------------------- */

#mv {
	padding:0;
	/*margin-bottom:2em;*/
	background-image:url(../images/main_bk.png);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	
	position:relative;
}

#mv > .inner {
	position:relative;
	z-index:1;
}

.mv_logo {
	
	width:100%;
	max-width:320px;
	text-align:center;
	padding:0 2em;
	margin:0 auto;
}

.mv_text {
	padding: 110px 0 0;
    text-align: center;
    width: 56%;
    margin-left: auto;
}

.mv_head,
.mv_lead {
	color:#fff;
	display: block;
	font-weight: 700;
	text-shadow: rgba(0, 0, 0, 0.35) 1px 1px 1px;
	text-decoration:none;
}

.mv_head { font-size:45px;line-height: 1; }

.mv_lead { font-size: 22px; }
.mv_lead small { font-size:100%; }

.mv_form_wrap {
	background: #E0FBFE;
}

#mv .lay_lqd {
	max-width: 1200px;
    height: 680px;
    margin: 0 auto;
}

.mv_form {
	width:100%;
	padding: 18px 0;
	text-align:center;
	margin:0 auto;
	background: rgba(0,0,0,.3);
	position: absolute;
	bottom: 0;
	left: 0;
}

.mv_form form {

    width: 700px;
    margin: 0 auto;

}

.mv_form_input,
.mv_form_submit { vertical-align:middle; }

.mv_form_input {
	height: 53px;
    width: 38%;
    font-size: 16px;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #000000;
    color: #000000;
    opacity: 0.9;
}
.mv_form_submit { 
width:25%;
letter-spacing: 1px;
font-size: 16px;
height: 55px;
line-height: 1;}

.top_search_form {
    width: 100%;
    text-align: right;
    display: flex;
}
.btn_img_css {
	width: 25%;
    padding: 6px;
    height: 53px;
    margin-left: 20px;
}
.btn_img_css {
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    background: #2dbaee;
    border-color: #2dbaee;
    border-radius: 5px;
    width: 171px;
    height: 47px;
    padding: 0.75rem 0;
    box-shadow: 0 4px #2dbaee;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    margin-left: 20px;
	font-size: 16px;
}
.btn_img_css::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/icon_search.png) no-repeat;
    background-size: contain;
    margin-right: 8px;
    vertical-align: -4px;
}
.top_search_title {
    margin-top: -13px;
}
.top_title {
	width: 79.16666667%;
	margin-bottom: 4em;
}

/* SIZE ------iPad------ */
@media only screen and (min-width: 1000px) and (max-width: 1100px) {
	#mv .lay_lqd {
		height: 50vh;
	}
	.mv_text {
		padding: 6vh 0 0;
		width: 60%;
	}
}
/* SIZE ------iPad Pro------ */
@media only screen and (min-width: 768px) and (max-width: 999px) {
	#mv .lay_lqd {
		height: 50vh;
	}
	.mv_text {
		padding: 6vh 0 0;
		width: 60%;
	}

}
	

/* spview */
@media screen and (max-width:767px) {
	
	.top_title {
		margin-bottom: 1em;
	}
	#mv { padding:0 0 5em;margin-bottom: 0; }
	#mv {
		padding:0 0 5em;
		margin-bottom: 0;
		background-position: left center;
	}
	#mv .lay_lqd {height: 200px;}

	.mv_text {
		padding: 95px 10px 0;
		text-align: center;
		width: 100%;
		margin-left: auto;
	}
	.btn_img_css {
		height: 39px;
		margin-left: 5px;
	}
	.top_search_title {
		margin-top: -6px;
	}
	.mv_head { font-size: 24px; }
	.mv_lead { font-size:100%; }
	
	.mv_form {padding: 10px 15px;}
	.mv_form form {width: auto;}

	.mv_form_input {
		width:63% !important;
		height: 43px;
		float: left;
		margin-bottom:0.5em;
		font-size: 16px;
	}
	.mv_form_submit {
		width:35% !important;
		height: 43px;
		float: right;
	}
}


.mv_bg {
	
	position:absolute;
	z-index:0;
	top:0;
	left:0;
	width:100%;
}

.mv_bg_slide {}

.mv_bg_slide_item {
	
	width:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}


/* new_list */
/* --------------------------------------------------- */
.new_list {
    max-width: 1200px;
    padding: 0 3em;
    /*z-index: 200;*/
	
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.new_list li {
	background: #f3f5f5;
	border: 1px solid #e3e3e3;
	margin: 0.48%;
	
	width: 24%;
    max-width: 260px;
}
.new_list li a {
	display: block;
}
.new_list_image {
	text-align:center;
	overflow:hidden;
	
	
	position: relative;
    padding: 56.25% 0 0;
    background: #333;
	height: 0;
}
.new_list_image img {	
    width: 100%;
/*    height: auto;*/
	
/*	height: 190px;*/
	object-fit: cover;
	
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
	
}
.new_list_data {
	padding:0.5em 1em 0;
	background: #f3f5f5;
}

/* 0821太田 */
.new_list_data > p,
.new_list_data > a {
	color: #fd4d75;
    font-weight: bold;
	-webkit-line-clamp: 2;
    white-space: pre-wrap;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
	display: iline-block;
	/* text-shadow: 2px 2px 2px rgba(0,0,0,0.2); */
}
.new_list_data > p:first-child {}

.new_list_text {
/*	padding: 0.3em 1em;*/
    /* color: #111111 !important; */
    -webkit-line-clamp: 2 !important;
    font-weight: bold;
/*
    white-space: pre-wrap;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
*/
    word-break: break-all;
	background-color: #f3f5f5;
	
/*	height: 3.6rem;*/
	height: auto;
	padding: 0 1em 0.3em 1em;
}

.new_list_btn {
	padding:0.5em 1em 1em;
	border-left:solid 1px #e2e2e2;
	border-bottom:solid 1px #e2e2e2;
	border-right:solid 1px #e2e2e2;
	
	text-align:right;
}

/* SIZE ------iPad Pro------ */
@media only screen and (min-width: 1000px) and (max-width: 1100px) {
	.new_list {
		padding: 0 4em;
	}
	.new_list li {
/*		width: 23%;*/
	}
	.new_list li:nth-child(1),
	.new_list li:nth-child(5) {
/*		margin: 0.5% 0.5% 0.5% 0;*/
	}
	.new_list li:nth-child(4),
	.new_list li:nth-child(8) {
/*		margin: 0.5% 0 0.5% 0.5%;*/
	}
	.new_list .slick-prev {left: 0;}
	.new_list .slick-next {right: 0;}
	
	.new_list_image img {
/*		height: 165px;*/
	}
}
/* SIZE ------iPad------ */
@media only screen and (min-width: 768px) and (max-width: 999px) {
	.new_list {
		padding: 0 4em;
		width: 100%;
	}
	.new_list .slick-prev {left: 0;}
	.new_list .slick-next {right: 0;}
	
	.new_list_image img {
/*		height: 110px;*/
	}
}


.header_title {
	text-align: center;
    font-size: 290%;
    color: #2dbaee;
    line-height: 40px;
}
.header_sub_title {
	text-align: center;
    font-size: 50%;
    color: #111111;
}
.slider_part {
	width: 80%;
	text-align: center;
}
.top_slide_div {
    position: relative;
	/* margin-top: -406px;*/
    /* margin-top: -456px;*/
	/*z-index: 195;*/
}
.top_slide_div .header_title i {
    color: #ff0000;
    padding-right: 10px;
}

/* 20221213太田 */
.top_slide_div .header_title i.ranking,i.campaign_icon {
	display: inline-block;
	width: 50px;
	height: 50px;
	vertical-align: middle;
}

/* 20221213太田 */
.top_slide_div .header_title i.ranking img,i.campaign_icon img{
	width: 305%;
	height: auto;
	margin-left: -109%;
    margin-top: -20px;
}



.top_slide_div .header_title i.fa.fa-youtube-play:before {
    content: url(../images/topepage_play.png);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-100%, -100%) scale(0.06 , 0.06);
    -webkit-transform: translate(-100%, -100%) scale(0.06 , 0.06);
    -ms-transform: translate(-100%, -100%) scale(0.06 , 0.06);
    display: inline-block;
    z-index: 100;
    width: 60px;
    height: 60px;
}
.slide_bk {
    width: 100%;
/*    height: 450px;*/
    height: 500px;
    background-color: #ffffff;
    opacity: 0.5;
    position: relative;
	margin-top: -200px;
    z-index: 190;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
    display: none;
}

.border_tb {
/*    margin-top: 30px;*/
}
.oul {
    display: flex;
    justify-content: space-around;
	margin-top: 2em;
	align-items:center;
}
.oul li {
	width: 20%;
}
.oul li img {
	width: 100%;
}
.flex_oul {
    display: flex;
    justify-content: space-between;
	margin-top: 2em;
}
.flex_oul li {
    width: 30%;
	text-align: center;
}
.flex_oul h2 {
	margin: 10px 0;
}
.flex_oul p {
	text-align: left;
}
.bk_color_ad {
	background-color: #e7edef;
	/*margin: 3em 0;*/
	padding-bottom: 3em;
}
.part_top {
	margin-top: 1.5em;
}
.flex {
	display: flex;
    justify-content: space-around;
    margin-top: 3em;
    flex-wrap: wrap;
}
.flex li {
	width: 30%;
    text-align: center;
    margin-bottom: 3em;
	
	position: relative;
}
.flex img {
	width: 100%;
}
.flex div {
    background-color: #3f4f53;
    opacity: 0.8;
    color: #fff;
    text-align: left;
    padding: 4px 20px;
    margin-top: -83px;
    font-size: 16px;
	font-weight: bold;
	-webkit-line-clamp: 2 !important;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-break: break-all;
	
    position: absolute;
    width: 100%;
    bottom: 0;
}
.sub_title {
	width: 80%;
	-webkit-line-clamp: 1 !important;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.sub_new {
	background-color: #f94976;
    padding: 3px 8px;
    font-size: 100%;
    border-radius: 3px;
    margin-right: 5px;
}
.bk_color_sc {
	background-color: #e7edef;
	padding-bottom: 3em;
}
.bk_color_sc .flex div  {
	background-color: #f0f0f0;
	color: #111111;
}
.bk_color_sc .flex .sub_title{
	color: #2dbaee;
}

.part_border img {
	border-radius: 10px;
}
.part_border div {
	border-radius: 0 0 10px 10px;
}
.flex img {
	box-shadow: rgb(76 76 76 / 50%) 0px 0px 5px;
    height: 300px;
    object-fit: cover;
}
.btn_view_part {
	display: inline-flex;
    width: 100%;
    margin: 0 auto 3em;
}
.btn_view {
	width: 30%;
    background-color: #2dbaee;
    padding: 15px 0px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 120%;
    border-radius: 10px;
	margin: 0 auto;
}
.bottom_part {
	padding:0;
	background-image:url(../images/img_bt_bk.jpg);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	height: 540px;
}
.bottom_content_part {
	width: 40%;
	margin: 0 auto;
	color: #fff;
}
.bottom_content_part h2 {
	color: #fff;
	padding-top: 3em;
	padding-bottom: 1em;
}
.bottom_content_part p {
	line-height: 30px;
    font-size: 120%;
}

.top_feature {
	padding-bottom: 3em;
}

/* SIZE ------iPad Pro------ */
@media only screen and (min-width: 1000px) and (max-width: 1100px) {
	.top_feature li img {
		width: 100%;
	}
	.flex img {
		height: 250px;
	}
	
	.bottom_content_part {
		width: 60%;
	}
}
/* SIZE ------iPad Pro------ */
@media only screen and (min-width: 768px) and (max-width: 999px) {
	.top_feature li img {
		width: 100%;
	}
	.flex img {
		height: 210px;
	}
	
	.bottom_content_part {
		width: 60%;
	}
}


/* spview */
@media screen and (max-width:767px) {	
	.bk_color_ad {
		background-color: #e7edef;
		margin: 0;
		padding-bottom: 0em;
	}
	.header_title {
		font-size: 250%;
	}
	.oul {
		display: block;
		margin-top: 3em;
		
		overflow: hidden;
    margin-bottom: 1rem;
	}
	.oul li {
		list-style-type: none;
		width: 50%;
		float: left;
		text-align: center;
		/* height: 60px; */
		padding: 0.5rem;
	}
	.slide_bk {
		margin-top: 0px;
/*		height: 340px;*/
		height: 420px;
	}
	.top_slide_div {
		position: relative;
		/*margin-top: -320px;*/
		/*margin-top: -390px;*/
		/*z-index: 195;*/
	}
	
	.new_list li {
		width: 100%;
		max-width: inherit;
    	margin-bottom: 20px;
		
		margin: 0 0 15px 0;
		border: none;
		background: #fff;
		text-align: center;
	}
	
	.flex_oul {
		display: block;
	}
	.flex_oul li {
		width: 100%;
		text-align: center;
		padding: 0 10px;
		margin-bottom: 40px;
	}
	.flex {
		display: block;
	}
	.flex li {
		width: 100%;
		padding: 0 10px;
	}
	.flex div {
		margin-top:-81px;
		width: calc(100% - 20px);
	}
	.btn_view_part {
		display: block;
		width: 100%;
		/*margin: 0;*/
		text-align: center;
	}
	.btn_view {
		width: 100%;
		background-color: #2dbaee;
		padding: 15px 63px;
		text-align: center;
		color: #fff;
		font-weight: bold;
		font-size: 120%;
		border-radius: 10px;
	}
	.bottom_content_part {
		width: 90%;
	}
	.new_list_data {
/*		    padding: 0.5em 0.8em 0;*/
		
		padding: 0;
		margin-top: 5px;
		background: #fff;
	}
	.new_list_data > p {
		font-size: 100%;
		-webkit-line-clamp: 1;
		white-space: pre-wrap;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		word-break: break-all;
	}

	/* 0821太田 */
	.new_list_data > p,
	.new_list_data > a {
		text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}


	.new_list_text {
/*		padding-top: 0.5em !important;*/
		font-size: 100%;
		font-weight: bold;
/*
		-webkit-line-clamp: 2 !important;
		white-space: pre-wrap;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
*/
		word-break: break-all;
		
		height: inherit;
		
		
		padding: 0;
		background: #fff;
	}
	.new_list {
/*		padding: 0 2em;*/
		
		padding: 0;
	}
	.bottom_part {
		height: 350px;
	}
	.bottom_content_part p {
		line-height: 24px;
		font-size: 100%;
	}
	.bottom_content_part h2 {
		color: #fff;
		padding-top: 1.5em;
		padding-bottom: 0.5em;
	}
	#footer_logo img {
		width: 90%;
		height: auto;
		padding-top: 0px;
	}
	#footer {
		padding: 20px 0 0;
	}
	.new_list_image img {
/*		height: 120px;*/
	}
	.new_list + div > a {
		width: inherit;
    	padding: 14px 14px;
	}
	
	
	.pickup_company {
		margin-top: 2.5em!important;
	}
}

/* category_list 1&2 */
/* --------------------------------------------------- */

/* clearfix */
.category_list1:before,
.category_list2:before,
.category_list1:after,
.category_list2:after { content: " "; display: table; }
.category_list1:after,
.category_list2:after { clear: both; }

/* links */
.category_list1 a,
.category_list2 a {
	text-decoration:none;
	color:#F99422;
}

/* inner box */
.category_list_notes,
.category_list_cate {
	display:table-cell;
	vertical-align:middle;
	padding:0.25em 0.75em 0.25em 1.25em;
}

.category_list_cate {
	border-right: solid 1px #cdcdcd;
	width: 125px;
	padding: 0.25em;
}
.category_list_cate i {
	vertical-align:middle;
	margin-right:0.5em;
}

.category_list_keyword {
	vertical-align:middle;
	font-size:16px;
	font-weight:700;
	display:inline-block;
	line-height:1.1;
}
.category_list_suffix {
	display:block;
	font-size:100%;
	font-weight:lighter;
	margin-top:0.5em;
}

.category_list_notes {
	font-size:16px;
	color:#000;
	/*background-color:#E0FBFE;*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* category_list1 */
/* --------------------------------------------------- */

.category_list1 { margin:0 -0.5em; }
.category_list1 li {
	width:50%;
	padding:0 0.25em 0.5em;
	float:left;
}

.category_list1 a {
	height: 78px;
	padding: 0.75em;
	display:table;
	border-collapse:separate;
	border-spacing:0em;
	width:100%;
	border: solid 2px #F99422;
	border-radius: 4px;
	background: #fff;
}
.category_list1 a:hover {
	background: #FAEEE1;}

/* spview */
@media screen and (max-width:767px) {
	
	.category_list1 li {
		width:auto;
		float:none;
	}
}

/* category_list2 */
/* --------------------------------------------------- */

.category_list2 { margin:0 -0.5em; }
.category_list2 li {
	width:33.33333333333333333333333%;
	padding:0 0.5em 0.5em;
	float:left;
}

.category_list2 a {
	height: 40px;
	line-height: 1.4;
	display:block;
	padding:0 0.5em 0 0;
	background: #fff;
	border: solid 1px #F53148;
	color:#F53148;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.category_list2 a:hover {}

.category_list2 a:before {
	height: 38px;
	margin-right:0.5em;
	background:#f5596c;
	color:#fff;
	display:inline-block;
	padding:0.5em;
	box-sizing: border-box;
    font-family: 'icomoon' !important;
    content: "\e99f";
}


#kodawari .category_list2 a {
	border: solid 1px #fcdf32;
	color:#333;
}

#kodawari .category_list2 a:before {
	background:#fcdf32;
}


#syoku .category_list2 a {
	border: solid 1px #2f6aab;
	color:#333;
}

#syoku .category_list2 a:before {
	background:#2f6aab;
}



/* spview */
@media screen and (max-width:767px) {
	
	.category_list2 li {
		width:auto;
		float:none;
	}
	
	#kodawari .search_select {padding:0 12px;}
	
	#kodawari .search_select_list {margin-bottom: 15px;}
}


/* information */
/* --------------------------------------------------- */

#information {
	padding:30px 0;
}

.information_list {}
.information_list li {
	padding: 10px 15px;
	margin:0 0 10px;
	background: #fff;
}
.information_list .date {
	color:#9d9d9d;
	display:block;
}
.information_list a {
	display:block;
}

/* spview */
@media screen and (max-width:767px) {
	
	#information {padding: 20px 15px}
	
	.information_list li {}
}


/* bnr_media */
/* --------------------------------------------------- */

.bnr_media { text-align:center; }
.bnr_media ul {}
.bnr_media ul li {
	margin:1em 0.5em;
	display:inline-block;
	text-align:center;
}

/* spview */
@media screen and (max-width:767px) {

	.bnr_media ul {
		letter-spacing:-0.5ex;
		margin:0 0 0.5em;
	}
	.bnr_media ul li {
		padding:0 0.5em 0.5em;
		margin:0;
		width:33%;
		letter-spacing:normal;
	}
	.bnr_media ul li img {
		width:100%;
		height:auto;
		max-width:160px;
	}
}

/* #top_value */
/* --------------------------------------------------- */

#top_value {}
#top_value .image {}
#top_value .image img {}

/* spview */
@media screen and (max-width:767px) {
	
	#top_value .image img {
		width:100%;
		height:auto;
		max-width:200px;
	}
}



/* #top_regist */
/* --------------------------------------------------- */

#top_regist {}
#top_regist .image {}
#top_regist .image img {}

/* spview */
@media screen and (max-width:767px) {
	
	#top_regist .image img {
		width:100%;
		height:auto;
		max-width:200px;
	}
}







.new_list .info {
	display: flex;
	font-weight: normal;
	margin-bottom:0.2rem;
	font-size:16px;
	flex-wrap: nowrap;
}
.new_list .info i {
	display: flex;
	padding: 0;
	background:#2dbaee;
	color:#fff;
	margin-right:0.2rem;
	text-align: center;
	word-break: break-all;
	width: 3rem;
	align-items: center;
	justify-content: center;
}
.new_list .info .red {
	color:#f00;
	font-weight:bold;
}
.new_list .info span {width: calc(100% - 3rem);}
.new_list .title {
	color: #111;
	display: block;
	margin-bottom: 0.5rem;
}
@media screen and (max-width:767px) {
	.new_list .info {
		font-size:100%;
	}
}



/* ---------------------------------------
* メインビジュアル内クイック検索css *
--------------------------------------- */
#mv.ver_2022 {}
.ver_2022 .mv_text {
    padding: 1.5rem 1rem;
    background: rgba(0,0,0,0.4);
	margin-top: 4rem;
}
.ver_2022 .top_title {
	width: 70%;
    margin-bottom: 1rem;
}
.ver_2022 .mv_text h3 {
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    position: relative;
}
.ver_2022 form dl {
	color: #fff;
	margin-bottom: 0.5rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.ver_2022 form dt {
    width: 20%;
    min-width: 100px;
	font-weight: bold;
}
.ver_2022 form dd {
	width: 80%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.ver_2022 form dd label {
    font-feature-settings: "palt";
}

.ver_2022 .btn_img_css { margin: 0 auto; }

@media screen and (max-width:767px) {
	#mv.ver_2022 {
		padding: 0 0 0;
	}
	#mv.ver_2022 .lay_lqd { height: auto; }
	
	.ver_2022 .mv_text {
		margin: 0 0 0;
	}

}


/* 220225 新メインヴィジュアル */
#mv2 {
/*	height: 600px;*/
	background-image: url(../images/toppage_movie-min.png);
	animation: bg 60s infinite linear;
	background-size: 120%;
	background-position:center;
	
	
/*	 220228 追加*/
    position: relative;
    width: 100%;
	
}
@keyframes bg {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0px 50%;
  }
}

/*	 220228 追加*/
#mv2:before {
    content:"";
    display: block;
    padding-top: 56.25%; /* 高さを幅の75%に固定 */
}
#mv2 .lay_lqd {
	display: flex;
	align-items: center;
/*	height: 100%;*/
	
/*	 220228 追加*/
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
	height: auto;
	max-width: inherit;
}
#mv2 .mv_text {
	padding: 0;
	text-align: center;
	width: inherit;
	margin: auto;
}
#mv2 .mv_text img {
	height: 400px;
	vertical-align: bottom;
}
#mv2 .mv_text button {
	text-align: center;
	background-color: #3498db;
	color: #fff;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	box-shadow: 0px 4px 0px #2980b9;
	transition: all 0.2s ease-in-out;
}
#mv2 .mv_text button:hover {
	background-color: #2980b9;
	box-shadow: 0px 6px 0px #2980b9;
}

@media screen and (max-width:767px) {
	#mv2 {
		height: 33vh;
		background-size: auto 100%;
	}
	#mv2 .mv_text img {
		height: inherit;
		width:22vh;
	}
}



.view_more {
	text-align: center;
	margin: 10px 0;
}
.view_more span{
	display: block;
    font-size: 40px;
    line-height: 1.1;
    color: #333;
}

.view_more button {
	border: none;
	padding: 0.3rem 1rem;
	border-radius: 30px;
	background: #5ea6ba;
	color: #fff;
	cursor: pointer;
}



.remodal {
	padding: 15px!important;
	max-width: 400px!important;
}
.remodal .movie_wrap {
  position: relative;
  width:100%;
  height:0; 
  padding-top: 177.777%; /* 9:16 */
	margin-bottom: 10px;
}
.remodal .movie_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.remodal .disp_kyujin {
display: inline-block;
    background: #2dbaee;
    color: #fff;
    padding: 5px 10px;
}
@media screen and (max-width:767px) {
	.remodal {
		padding: 15px!important;
		max-width: inherit!important;
	}
}


