
.concept_cts {
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #707070;
	overflow: hidden;
}
.concept_cts img {
	vertical-align: bottom;
}


.js-anime_elm {
	transition: transform 0.8s ease-out, opacity 0.8s linear;
	transform: translateY(50px);
	opacity: 0;
}
.js-anime_elm.js-anime_show {
	transform: translateY(0);
	opacity: 1;
}


/*横長ボタン*/
.btn_arw {
	display: block;
	color: #79b4ed;
	margin: 0 auto;
	width: 100%;
	max-width: 600px;
	color: #79b4ed !important;
}
.btn_arw:hover {
	text-decoration: none;
	color: #79b4ed;
}
.btn_arw .btn_inr {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 60px;
	position: relative;
	box-sizing: border-box;
	border: 2px solid #79b4ed;
	box-shadow: 0px 8px 0px 0px rgb(121, 180, 237);
	border-radius: 60px;
	font-size: 28px;
	transition: all 0.3s ease-in-out;
	position: relative;
}
.btn_arw:hover .btn_inr {
	transform: translateY(8px);
	box-shadow: 0px 0px 0px 0px rgb(121, 180, 237);
}
.btn_arw .btn_inr::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 28px;
	width: 12px;
	height: 22px;
	background: url(../img/icon_button_arw.png) no-repeat center center;
	background-size: 100% auto;
}


/* PC for 1055px
-------------------------------------*/
@media screen and (max-width: 1055px) {
	.btn_arw .btn_inr {
		/*28px*/
		font-size: 2.65vw;
	}
}

/* SP
-------------------------------------*/
@media screen and (max-width: 767px) {
	.btn_arw {
		max-width: none;
	}
	.btn_arw:hover {
	}
	.btn_arw .btn_inr {
		height: auto;
		padding: 2.77% 0;
		border-width: 1px;
		box-shadow: 0px 5px 0px 0px rgb(121, 180, 237);
		font-size: 4.27vw;
	}
	.btn_arw:hover .btn_inr {
		transform: translateY(5px);
		box-shadow: 0px 0px 0px 0px rgb(121, 180, 237);
	}
	.btn_arw .btn_inr::after {
		right: 4.62%;
		width: 6px;
		height: 11px;
	}
}


/*メインビジュアル*/
.mainvis {
	transition: opacity 0.6s linear;
	transition-delay: 0.6s;
	transform: translateY(0);
}
.mainvis img {
	width: 100%;
	height: auto;
}



/*リードセクション*/
.sec_lead {
	padding: 0 20px;
	margin-top: 93px;
	margin-bottom: 154px;
}
.sec_lead .sec_inr {
	max-width: 1000px;
	margin: 0 auto;
}
.sec_lead .sec_title {
	text-align: center;
	font-size: 30px;
	line-height: 1.6;
}
.sec_lead .movie_col {
	margin-top: 55px;
}
.sec_lead .movie_col .movie {
	max-width: 800px;
	margin: 0 auto;
}
.sec_lead .movie_col .movie_wrap {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.sec_lead .movie_col .movie_wrap iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.sec_lead .movie_col .movie img {
	width: 100%;
	height: auto;
}

.sec_lead .movie_col .movie_cap {
	margin-top: 14px;
	line-height: 1.6;
	font-size: 18px;
	text-align: center;
}
.sec_lead .text_contents {
	margin-top: 137px;
	display: flex;
}
.sec_lead .text_contents .text_col {
	flex: 1;
}
.sec_lead .text_contents .text_col .text01 {
	font-size: 18px;
	line-height: 2.3;
	margin-top: 10px;
}
.sec_lead .text_contents .text_col .text01:first-child {
	margin-top: 0;
}
.sec_lead .text_contents .text_col .text02 {
	font-size: 30px;
	line-height: 1.6;
	color: #79b4ed;
	margin-top: 40px;
}
.sec_lead .text_contents .img_col {
	width: 50%;
}
.sec_lead .text_contents .img_col img {
	width: 100%;
	height: auto;
}
.sec_lead .text_contents .img_col .img02 {
	width: 66%;
	margin: 50px auto 0;
}
.sec_lead .btn_line {
	margin-top: 100px;
}

/* PC for 1055px
-------------------------------------*/
@media screen and (max-width: 1055px) {
	.sec_lead .sec_title {
		/*30px*/
		font-size: 2.84vw;
	}
	.sec_lead .movie_col .movie_cap {
		/*18px*/
		font-size: 1.71vw;
		margin-top: 1.71vw;
	}
	.sec_lead .text_contents .text_col .text01 {
		/*18px*/
		font-size: 1.71vw;
	}
	.sec_lead .text_contents .text_col .text02 {
		/*30px*/
		font-size: 2.84vw;
	}
}

/* SP
-------------------------------------*/
@media screen and (max-width: 767px) {
	.sec_lead {
		padding: 0;
		margin-top: 14.27%;
		margin-bottom: 20.27%;
	}
	.sec_lead .sec_inr {
	}
	.sec_lead .sec_title {
		font-size: 5vw;
	}
	.sec_lead .movie_col {
		margin-top: 8%;
	}
	.sec_lead .movie_col .movie {
	}
	.sec_lead .movie_col .movie_cap {
		margin-top: 4vw;
		font-size: 3.2vw;
	}
	.sec_lead .text_contents {
		margin: 12.67% 6.67vw 0;
		display: block;
	}
	.sec_lead .text_contents .text_col {
	}
	.sec_lead .text_contents .text_col .text01 {
		font-size: 3.2vw;
		margin-top: 0;
	}
	.sec_lead .text_contents .text_col .text01:first-child {
		margin-top: 0;
	}
	.sec_lead .text_contents .text_col .text02 {
		font-size: 5.07vw;
		line-height: 1.8;
		margin-top: 5.33%;
	}
	.sec_lead .text_contents .img_col {
		width: auto;
		margin: 6.4% -6.67vw 0;
	}
	.sec_lead .text_contents .img_col img {
		width: 100%;
		height: auto;
	}
	.sec_lead .text_contents .img_col .img01 {
		text-align: right;
	}
	.sec_lead .text_contents .img_col .img01 img {
		width: 63.33%;
	}
	.sec_lead .text_contents .img_col .img02 {
		width: auto;
		margin: 4.53% auto 0;
		text-align: left;
		padding-left: 6.67vw;
	}
	.sec_lead .text_contents .img_col .img02 img {
		width: 50.77%;
	}
	.sec_lead .btn_line {
		margin: 13.33% 6.67vw 0;
	}
}



/*機能セクション*/
.sec_functional {
	padding-top: 100px;
	background: url(../img/functional_bg01.png) no-repeat center top;
	background-size: 100% 100px;
}
.sec_functional .sec_bg {
	padding-bottom: 100px;
	background: url(../img/functional_bg02.png) no-repeat center bottom;
	background-size: 100% 100px;
}
.sec_functional .sec_cts {
	padding: 70px 20px 87px;
	background: #eef7ff;
}
.sec_functional .sec_inr {
	max-width: 1000px;
	margin: 0 auto;
}
.sec_functional .sec_title {
	color: #79b4ed;
	text-align: center;
	font-size: 30px;
	line-height: 1.6;
}
.sec_functional .sec_item_wrap {
	margin-top: 83px;
}
.sec_functional .sec_item {
	margin-top: 54px;
	display: flex;
}
.sec_functional .sec_item .img {
	width: 60%;
}
.sec_functional .sec_item .img img {
	width: 100%;
	height: auto;
}
.sec_functional .sec_item .text_blk {
	flex: 1;
	display: flex;
	padding-top: 4%;
}
.sec_functional .sec_item .text_col {
	width: calc(100% + 15% - 20px);
	box-sizing: border-box;
	background: #fff;
	margin-left: -15%;
	padding-bottom: 20px;
	padding-left: 20%;
	position: relative;
	display: flex;
	align-items: center;
	z-index: 2;
}
.sec_functional .sec_item .text_col::before {
	content: "";
	display: block;
	position: absolute;
	top: -20px;
	left: 20px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 2px solid #79b4ed;
	pointer-events: none;
}
.sec_functional .sec_item .text_col .col_inr {
	width: 100%;
}
.sec_functional .sec_item .text_col .col_title {
	font-size: 28px;
	line-height: 1.4;
	color: #79b4ed;
}
.sec_functional .sec_item .text_col .col_title_small {
	line-height: 0.9;
}
.sec_functional .sec_item .text_col .col_title_small .size_small {
	font-size: 16px;
}
.sec_functional .sec_item .text_col .col_text {
	font-size: 16px;
	line-height: 1.8;
	margin-top: 20px;
}
.sec_functional .sec_item .text_col .col_text_l {
	font-size: 18px;
	line-height: 1.6;
}
.sec_functional .sec_item .text_col .button_more {
	/* width: 200px; */
	height: 40px;
	box-sizing: border-box;
	background: #79b4ed;
	color: #fff !important;
	border-radius: 40px;
	display: inline-flex;
	padding-left: 30px;
	padding-right: 50px;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 10px;
	right: 20px;
	text-decoration: none;
	z-index: 2;
}
.sec_functional .sec_item .text_col .button_more::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 25px;
	width: 8px;
	height: 16px;
	background: url(../img/icon_button_arw02.png) no-repeat center center;
	background-size: 100% auto;
}
.sec_functional .sec_item .text_col .button_more p {
	font-size: 18px;
	font-weight: 100;
	letter-spacing: 0.1em;
}

.sec_functional .sec_item_type02 .img {
	order: 2;
}
.sec_functional .sec_item_type02 .text_col {
	margin-left: 0;
	margin-right: -15%;
	padding-left: 17.5%;
}
.sec_functional .sec_item_type02 .text_col::before {
	left: -20px;
}
.sec_functional .sec_item_type02 .text_col .button_more {
	right: 40px;
}

.sec_functional .btn_line {
	margin-top: 95px;
}

/* PC for 1055px
-------------------------------------*/
@media screen and (max-width: 1055px) {
	.sec_functional .sec_title {
		/*30px*/
		font-size: 2.84vw;
	}
	.sec_functional .sec_item .text_col .col_title {
		/*28px*/
		font-size: 2.65vw;
	}
	.sec_functional .sec_item .text_col .col_text {
		/*16px*/
		font-size: 1.52vw;
	}
	.sec_functional .sec_item .text_col .col_text_l {
		/*18px*/
		font-size: 1.71vw;
	}
	.sec_functional .sec_item .text_col .col_title_small .size_small {
		/*16px*/
		font-size: 1.52vw;
	}
	.sec_functional .sec_item .text_col .button_more p {
		/*24px*/
		font-size: 1.7vw;
	}
}

/* SP
-------------------------------------*/
@media screen and (max-width: 767px) {
	.sec_functional {
		padding-top: 8%;
		background: url(../img/functional_bg01_sp.png) no-repeat center top;
		background-size: 100% auto;
	}
	.sec_functional .sec_bg {
		padding-bottom: 8%;
		background: url(../img/functional_bg02_sp.png) no-repeat center bottom;
		background-size: 100% auto;
	}
	.sec_functional .sec_cts {
		padding: 14.67vw 0 16vw;
	}
	.sec_functional .sec_inr {
	}
	.sec_functional .sec_title {
		font-size: 5.07vw;
		line-height: 1.8;
	}
	.sec_functional .sec_item_wrap {
		margin-top: 5.33vw;
	}
	.sec_functional .sec_item {
		margin-top: 16vw;
		display: block;
	}
	.sec_functional .sec_item:first-child {
		margin-top: 0;
	}
	.sec_functional .sec_item .img {
		width: 72%;
		margin-left: -5%;
	}
	.sec_functional .sec_item .img img {
	}
	.sec_functional .sec_item .text_blk {
		display: block;
		padding-top: 0;
		padding-left: 30.67%;
		padding-right: 3.47%;
		margin-top: -12.27vw;
	}
	.sec_functional .sec_item .text_col {
		width: auto;
		margin-left: 0;
		padding-top: 10.2%;
		padding-bottom: 16%;
		padding-left: 9.18%;
		padding-right: 1.1%;
		position: relative;
		display: block;
		align-items: center;
	}
	.sec_functional .sec_item .text_col::before {
		top: -2.67vw;
		left: 2.67vw;
		border: 1px solid #79b4ed;
	}
	.sec_functional .sec_item .text_col .col_inr {
	}
	.sec_functional .sec_item .text_col .col_title {
		font-size: 4.27vw;
		line-height: 1.5;
	}
	.sec_functional .sec_item .text_col .col_title_small {
		line-height: 0.9;
	}
	.sec_functional .sec_item .text_col .col_title_small .size_small {
		font-size: 2.13vw;
	}
	.sec_functional .sec_item .text_col .col_text {
		font-size: 3.2vw;
		line-height: 1.6;
		margin-top: 3.7%;
	}
	.sec_functional .sec_item .text_col .col_text_l {
		font-size: 3.2vw;
		line-height: 1.6;
	}
	.sec_functional .sec_item .text_col .button_more {
		height: auto;
		display: flex;
		padding: 1vw 6.4vw 1vw 5vw;
		bottom: 1.33vw;
		right: 2.93vw;
	}
	.sec_functional .sec_item .text_col .button_more::after {
		right: 6%;
		width: 6px;
		height: 11px;
	}
	.sec_functional .sec_item .text_col .button_more p {
		font-size: 3.2vw;
		letter-spacing: 0.1em;
	}

	.sec_functional .sec_item_type02 .img {
		margin-left: auto;
		margin-right: -5%;
	}
	.sec_functional .sec_item_type02 .text_blk {
		padding-right: 30.67%;
		padding-left: 3.47%;
	}
	.sec_functional .sec_item_type02 .text_col {
	}
	.sec_functional .sec_item_type02 .text_col::before {
		top: -2.67vw;
		left: 2.67vw;
	}
	.sec_functional .sec_item_type02 .text_col .button_more {
	}

	.sec_functional .btn_line {
		margin: 12.67% 6.67vw 0;
	}
}

/*アニメーション*/
.sec_functional .sec_item.js-anime_elm {
	opacity: 1;
	transform: none;
}
.sec_functional .sec_item.js-anime_elm .img,
.sec_functional .sec_item.js-anime_elm .text_col {
	transition: transform 0.8s ease-out, opacity 0.8s linear;
	transform: translateY(50px);
	opacity: 0;
}
.sec_functional .sec_item.js-anime_elm .text_col {
	transition-delay: 0.3s;
}
.sec_functional .sec_item.js-anime_elm.js-anime_show .img,
.sec_functional .sec_item.js-anime_elm.js-anime_show .text_col {
	transform: translateY(0);
	opacity: 1;
}
.sec_functional .sec_item.js-anime_elm .text_col::before {
	transition: top 1s ease-out, left 1s ease-out;
	transition-delay: 0.6s;
	top: 0;
	left: 0;
}
.sec_functional .sec_item.js-anime_elm.js-anime_show .text_col::before {
	top: -20px;
	left: 20px;
}
.sec_functional .sec_item_type02.js-anime_elm.js-anime_show .text_col::before {
	left: -20px;
}

/* SP
-------------------------------------*/
@media screen and (max-width: 767px) {
	.sec_functional .sec_item.js-anime_elm.js-anime_show .text_col::before,
	.sec_functional .sec_item_type02.js-anime_elm.js-anime_show .text_col::before {
		top: -2.67vw;
		left: 2.67vw;
	}
}

@media (min-width: 768px) {
	.d-s-none {
			display: none!important;
	}

	.d-m-none {
			display: block!important;
	}
}

@media (max-width: 767px) {
	.d-s-none {
			display: block!important;
	}

	.d-m-none {
			display: none!important;
	}
}


/**********************************************************
Lineup
***********************************************************/
/**********************************************************
Lineup
***********************************************************/
/*ラインナップセクション*/
.sec_lineup {
	padding: 0 20px;
	margin-top: 150px;
	margin-bottom: 140px;
}
.sec_lineup .sec_inr {
	max-width: 1000px;
	margin: 0 auto;
}
.sec_lineup .sec_title {
	text-align: center;
	font-size: 30px;
	line-height: 1.6;
}
.sec_lineup .label_text {
	margin: 10px auto 0;
	display: table;
	border: 1px solid #404040;
	padding: 3px 5px 3px 10px;
	font-size: 20px;
}
.sec_lineup .sec_lead {
	margin-top: 32px;
	margin-bottom: 0;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
}
.sec_lineup .lineup_list {
	margin: 0 -1.138%;
}
.sec_lineup .lineup_list .item_list {
	display: flex;
	flex-wrap: wrap;
    margin-top: 15px;
}
.sec_lineup .lineup_list .item_list .item {
	margin: 15px 0;
	/* width: calc(100% / 3); */
	width: 269px;
	box-sizing: border-box;
	padding: 0 0;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    margin-left: 30px;
}
.sec_lineup .lineup_list .item_list .item img {
	width: 100%;
	height: auto;
	transition: opacity 0.3s linear;
}
.sec_lineup .lineup_list .item_list .item a:hover img {
	opacity: 0.7;
}
.sec_lineup .lineup_list .item_list .item10 img {
	width: 103%;
}
.sec_lineup .btn_line {
	margin-top: 100px;
}

.sec_lineup .sec_tab_wrap {
	margin-top: 50px;
}
.sec_lineup .sec_tab_wrap .sec_tab_area {
	display: flex;
}
.sec_lineup .sec_tab_wrap .sec_tab_area .sec_tab_btn {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 25px 0;
	box-sizing: border-box;
	cursor: pointer;
	background-color: #eef7ff;
	transition: background 0.3s ease-in-out;
}
.sec_lineup .sec_tab_wrap .sec_tab_area [data-tab-target="tab01"] {
	border-radius: 20px 0 0 0;
}
.sec_lineup .sec_tab_wrap .sec_tab_area [data-tab-target="tab02"] {
	border-radius: 0 20px 0 0;
}
.sec_lineup .sec_tab_wrap .sec_tab_area .sec_tab_btn .sec_tab_img {
	width: 73.46939%;
	position: relative;
}
.sec_lineup .sec_tab_wrap .sec_tab_area .sec_tab_btn .sec_tab_img .tab_on {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.sec_lineup .sec_tab_wrap .sec_tab_area .sec_tab_btn.active {
	background-color: #79b4ed;
	pointer-events: none;
}
.sec_lineup .sec_tab_wrap .sec_tab_area .sec_tab_btn.active .sec_tab_img .tab_on {
	opacity: 1;
}
.sec_lineup .sec_tab_wrap .sec_tab_area .sec_tab_btn.active .sec_tab_img .tab_off {
	opacity: 0;
}
.sec_lineup .sec_tab_wrap .sec_tab_area .sec_tab_btn .sec_tab_img img {
	width: 100%;
	height: auto;
	transition: opacity 0.3s ease-in-out;
}
.sec_lineup .sec_tab_wrap .sec_tab_cts {
	border: 2px solid #79b4ed;
	padding: 60px 60px;
	box-sizing: border-box;
}
.sec_lineup .sec_tab_wrap .sec_tab_cts .sec_tab_ttl {
	text-align: center;
	color: #79b4ed;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.5;
}
.sec_lineup .sec_tab_wrap .sec_tab_cts .sec_tab_block {
	display: none;
	opacity: 0;
}

/* PC
----------------------------------*/
@media screen and (min-width: 768px) {
	.sec_lineup .sec_tab_wrap .sec_tab_cts .sec_tab_block .sp_sec_toggle_btn {
		display: none !important;
	}
	.sec_lineup .sec_tab_wrap .sec_tab_cts .sec_tab_block .sp_sec_toggle_box {
		display: block !important;
		height: auto !important;
	}
    .sec_lineup .lineup_list .item_list {
        margin-left: -13px;
    }
    .sec_lineup .lineup_list .item_list .item.col-04 a,
    .sec_lineup .lineup_list .item_list .item.col-04 img{
        width:260px;
        height:auto;
        display: block;
    }
    /* .sec_lineup .lineup_list .item_list .item.item10 img{
        width:202px;
    }
    .sec_lineup .lineup_list .item_list .item.item11 img{
        width:192px;
    }
    .sec_lineup .lineup_list .item_list .item.item12 img{
        width:197px;
    } */
}
@media screen and (min-width: 768px) and (max-width:880px){
    .sec_lineup .lineup_list .item_list .item{
        width:44.5%;
        margin-left: 5%;
    }
    .sec_lineup .sec_tab_wrap .sec_tab_cts{
        padding: 60px 6%;
    }
}
@media screen and (min-width: 1192px) {
    .sec_lineup .lineup_list .item_list .item.col-04 {
        width:212px;
        margin-left: 15px;
    }
    .sec_lineup .lineup_list .item_list .item.col-04 a,
    .sec_lineup .lineup_list .item_list .item.col-04 img{
        width:212px;
    }
    .sec_lineup .lineup_list .item_list .item.item10{
        margin-left: 30px;
        margin-right: 0;
    }
    .sec_lineup .lineup_list .item_list .item.item10 img{
        width:202px;
    }
    .sec_lineup .lineup_list .item_list .item.item11{
        margin-left: 15px;
        margin-right: 0;
    }
    .sec_lineup .lineup_list .item_list .item.item11 img{
        width:192px;
    }
    .sec_lineup .lineup_list .item_list .item.item12{
        margin-left: 0;
        margin-right: 0;
    }
    .sec_lineup .lineup_list .item_list .item.item12 img{
        width:197px;
    }
}



/* PC for 1055px
-------------------------------------*/
@media screen and (max-width: 1055px) {
	.sec_lineup .sec_title {
		/*30px*/
		font-size: 2.84vw;
	}
	.sec_lineup .label_text {
		/*20px*/
		font-size: 1.9vw;
	}
}

/* SP
-------------------------------------*/
@media screen and (max-width: 767px) {
	.sec_lineup {
		padding: 0 calc(50 / 750 * 100vw);
		margin-top: 16%;
		margin-bottom: 20%;
	}
	.sec_lineup .sec_inr {
	}
	.sec_lineup .sec_title {
		font-size: calc(34 / 750 * 100vw);
		line-height: 1.8;
	}
	.sec_lineup .label_text {
		display: block;
		margin: 3.6vw 6.67vw 0;
		padding: 0.67vw 0;
		text-align: center;
		font-size: 3.73vw;
	}
	.sec_lineup .sec_lead {
		margin-top: calc(35 / 750 * 100vw);
		font-size: calc(23 / 750 * 100vw);
	}
	.sec_lineup .lineup_list {
		padding: 0 6.67vw;
		margin: 5.33vw 0 0;
	}
	.sec_lineup .lineup_list .item_list {
		margin-top: 0;
	}
	.sec_lineup .lineup_list .item_list .item {
		margin-top: 8vw;
		width: 50%;
		padding: 0;
	}
	.sec_lineup .lineup_list .item_list .item:nth-child(odd) {
		padding-right: 3.33vw;
	}
	.sec_lineup .lineup_list .item_list .item:nth-child(even) {
		padding-left: 3.33vw;
	}
	.sec_lineup .lineup_list .item_list .item img {
	}
	.sec_lineup .btn_line {
		margin: 11.2vw 6.67vw 0;
	}

	.sec_lineup .sec_tab_wrap {
		margin-top: 0;
	}
	.sec_lineup .sec_tab_wrap .sec_tab_area {
		display: none;
	}
	.sec_lineup .sec_tab_wrap .sec_tab_cts {
		border: 0;
		padding: 0;
	}
	.sec_lineup .sec_tab_wrap .sec_tab_cts .sec_tab_ttl {
		text-align: center;
		color: #79b4ed;
		font-size: 28px;
		font-weight: 500;
		line-height: 1.5;
	}
	.sec_lineup .sec_tab_wrap .sec_tab_cts .sec_tab_block {
		display: block !important;
		opacity: 1 !important;
		border-radius: calc(26 / 750 * 100vw);
		box-sizing: border-box;
		overflow: hidden;
		margin-top: calc(50 / 750 * 100vw);
	}
	.sec_lineup .sec_tab_wrap .sec_tab_cts .sec_tab_block .sp_sec_toggle_btn {
		background-color: #79b4ed;
		padding: calc(30 / 750 * 100vw) calc(60 / 750 * 100vw) calc(75 / 750 * 100vw);
		box-sizing: border-box;
		position: relative;
	}
	.sec_lineup .sec_tab_wrap .sec_tab_cts .sec_tab_block .sp_sec_toggle_btn::before {
		content: " ";
		width: calc(56 / 750 * 100vw);
		height: calc(36 / 750 * 100vw);
		background: url(../img/icn_arw_wt.png) no-repeat center center;
		background-size: 100% auto;
		position: absolute;
		bottom: calc(18 / 750 * 100vw);
		left: 50%;
		transform: translateX(-50%) rotate(180deg);
		transition: all 0.3s ease-in-out;
	}
	.sec_lineup .sec_tab_wrap .sec_tab_cts .sec_tab_block.js-open .sp_sec_toggle_btn::before {
		transform: translateX(-50%) rotate(0);
	}
	.sec_lineup .sec_tab_wrap .sec_tab_cts .sec_tab_block .sp_sec_toggle_btn img {
		width: 100%;
		height: auto;
	}
	.sec_lineup .sec_tab_wrap .sec_tab_cts .sec_tab_block .sp_sec_toggle_box {
		border-radius: 0 0 calc(26 / 750 * 100vw) calc(26 / 750 * 100vw);
		border: 2px solid #79b4ed;
		box-sizing: border-box;
	}
	.sec_lineup .sec_tab_wrap .sec_tab_cts .sec_tab_block .sp_sec_toggle_box .lineup_list {
		margin-top: 0;
		padding: 0 calc(30 / 750 * 100vw);
		box-sizing: border-box;
	}
	.sec_lineup .sec_tab_wrap .sec_tab_cts .sec_tab_block .sp_sec_toggle_box .lineup_list .item {
		margin: calc(25 / 750 * 100vw) 0;
	}
    .sec_lineup .sec_tab_wrap .sec_tab_cts .sec_tab_block .sp_sec_toggle_box .lineup_list .item img{
        max-width:100%;
        height:auto;
    }
}

/*アニメーション*/
.sec_lineup .lineup_list.js-anime_elm {
	opacity: 1;
	transform: none;
}
.sec_lineup .lineup_list.js-anime_elm .item_list .item {
	transition: transform 0.8s ease-out, opacity 0.8s linear;
	transform: translateY(50px);
	opacity: 0;
}
.sec_lineup .lineup_list.js-anime_elm .item_list .item img{
    max-width:100%;
    height:auto;
}
.sec_lineup .lineup_list.js-anime_elm.js-anime_show .item_list .item {
	transform: translateY(0);
	opacity: 1;
}
.sec_lineup .lineup_list.js-anime_elm .item_list .item01 {
	transition-delay: 0.3s;
}
.sec_lineup .lineup_list.js-anime_elm .item_list .item02 {
	transition-delay: 0.6s;
}
.sec_lineup .lineup_list.js-anime_elm .item_list .item04 {
	transition-delay: 0.9s;
}
.sec_lineup .lineup_list.js-anime_elm .item_list .item06 {
	transition-delay: 1.2s;
}
.sec_lineup .lineup_list.js-anime_elm .item_list .item07 {
	transition-delay: 1.5s;
}
.sec_lineup .lineup_list.js-anime_elm .item_list .item09 {
	transition-delay: 1.8s;
}


/*モーダル関連*/
html.is_jsModalShow,
html.is_jsModalShow body {
	height: 100%;
}
.modalOl {
	position: fixed;
	z-index: 1002;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	display: none;
}

.modal {
	height: 100%;
	width: 100%;
	display: table;
	position: relative;
	z-index: 1003;
	pointer-events: none;
	display: none;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.modal .modal_inr {
	display: table-cell;
	padding: 70px 30px;
	vertical-align: middle;
}
.modal .modal_cts_wrap {
	width: 100%;
	max-width: 1000px;
	padding: 10px;
	background: #eef7ff;
	margin: 0 auto;
	pointer-events: all;
	position: relative;
}
.modal .button_close {
	position: absolute;
	top: -42px;
	right: -10px;
	width: 42px;
	height: 42px;
	cursor: pointer;
	background: url(../img/bt_modal_close.png) no-repeat center center;
	background-size: 22px auto;
}
.modal .cts_inr {
	padding: 9% 35px 9.5%;
	border: 1px solid #79b4ed;
}
.modal02 .cts_inr {
	padding-left: 38px;
	padding-right: 39px;
}
.modal .modal_cts {
	text-align: center;
}
.modal .modal_cts .modal_title {
	font-size: 34px;
	line-height: 1.45;
	color: #00478b;
}
.modal .modal_cts .text {
	font-size: 22px;
	line-height: 1.8;
	margin-top: 2.2%;
}
.modal .modal_cts .text02 {
	margin-top: 85px;
}
.modal .modal_cts .text sup {
	font-size: 11px;
	top: -1em;
}
.modal .modal_cts .note {
	max-width: 740px;
	margin: 20px auto 0;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
}
.modal .modal_cts .table_note_top,
.modal .modal_cts .table_note_btm {
	font-size: 13px;
	text-align: left;
}
.modal .modal_cts .notes {
	font-size: 13px;
	text-align: left;
	display: flex;
}
.modal .modal_cts .note.mw_740 {
	display: flex;
}
.modal .modal_cts .notes .noteTxt {
	flex: 1;
}
.modal .modal_cts .table_note_top {
	margin-top: 5%;
	margin-bottom: -5%;
}
.modal .modal_cts .img {
	margin: 5% auto 0;
	max-width: 740px;
}
.modal .modal_cts .img + .text {
	margin-top: 5%;
}
.modal .modal_cts .img img {
	width: 100%;
	height: auto;
}
.modal .modal_cts .img.img_Pad {
	background: #fff;
	width: 100%;
	padding: 25px 0;
}
.modal .modal_cts .img_Pad img{
	width: 50%;
	height: auto;
	margin: 0 auto;
}
.modal .modal_cts .img_list {
	margin-top: 6%;
}
.modal .modal_cts .img_list > img {
	width: 100%;
	height: auto;
}
.modal .modal_cts .img_list .img {
	margin-top: 10px;
	max-width: 900px;
}
.modal .modal_cts .btn_line {
	margin-top: 5.5%;
}
.modal .modal_cts .btn_line .btn_arw {
	max-width: 740px;
}

/* PC for 1055px
-------------------------------------*/
@media screen and (max-width: 1055px) {
	.modal .modal_cts .modal_title {
		/*34px*/
		font-size: 3.22vw;
	}
	.modal .modal_cts .text {
		/*22px*/
		font-size: 2.09vw;
	}
	.modal .modal_cts .table_note_top,
	.modal .modal_cts .table_note_btm {
		font-size: 1.23vw;
	}
	.modal .modal_cts .notes {
		font-size: 1.23vw;
	}
}

/* SP
-------------------------------------*/
@media screen and (max-width: 767px) {
	.modal {
	}
	.modal .modal_inr {
		padding: 12.67vw 6.67vw;
	}
	.modal .modal_cts_wrap {
		padding: 1.33vw;
	}
	.modal .button_close {
		top: -4.67vw;
		right: 0;
		width: 3.47vw;
		height: 3.47vw;
		background-size: 100% auto;
	}
	.modal .cts_inr {
		padding: 12vw 4vw;
	}
	.modal .modal_cts {
	}
	.modal .modal_cts .modal_title {
		font-size: 5.07vw;
	}
	.modal .modal_cts .text {
		font-size: 3vw;
		line-height: 1.6;
		margin-top: 3.73vw;
	}
	.modal .modal_cts .text02 {
		margin-top: 7.33vw;
	}
	.modal .modal_cts .text sup {
		font-size: 1.47vw;
	}
	.modal .modal_cts .table_note_top,
	.modal .modal_cts .table_note_btm {
		font-size: 2.67vw;
		line-height: 1.5;
	}
	.modal .modal_cts .notes {
		font-size: 2.67vw;
		line-height: 1.5;
	}
	.modal .modal_cts .note {
		font-size: 2.67vw;
		line-height: 1.5;
	}
	.modal .modal_cts .table_note_top {
		margin-top: 7.33vw;
		margin-bottom: -7.33vw;
	}
	.modal .modal_cts .table_note_btm {
		margin-top: 0.5vw;
	}
	.modal .modal_cts .img {
		margin: 7.33vw auto 0;
		max-width: none;
	}
	.modal .modal_cts .img + .text {
		margin-top: 7.33vw;
	}
	.modal .modal_cts .img.img_Pad {
		padding: 15px 0;
	}
	.modal .modal_cts .img_Pad img {
		width: 65%;
		height: auto;
		margin: 0 auto;
	}
	.modal .modal_cts .img_list {
		margin-top: 9.33vw;
	}
	.modal .modal_cts .img_list .img {
		margin-top: 1.33vw;
		max-width: none;
	}
	.modal .modal_cts .btn_line {
		margin-top: 7.6vw;
	}
	.modal .modal_cts .btn_line .btn_arw {
		max-width: none;
	}
	.modal .modal_cts .btn_line .btn_arw .btn_inr {
		padding: 1.5vw 0 0.67vw;
	}
}