@charset "UTF-8";

body {
	font-size: 1rem;
	/* 画面幅で可変 */
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	line-height: 160%;
	font-style: normal;
	background: url("../images/html_bg.png") no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

img {
	max-width: 100%;
	height: auto;
	width: 100%;
}

html {
	font-size: clamp(12px, 3vw, 16px);
}




header {
	max-width: 550px;
	margin: 0 auto;
	width: 100%;
}

header nav {
	position: fixed;
	width: 300px;
	top: 0;
	right: -300px;
	/* 初期値 */
	background: url("../images/hamb_pic.png") no-repeat #fff;
	background-position: center bottom;
	background-size: 200px;
	height: 100%;
	z-index: 2;
	padding-top: 70px;
	transition: right 0.4s ease;
}

header nav.open {
	right: 0;
}

header nav .title {
	display: block;
	width: 200px;
	margin: 0 auto 20px;
}

header nav ul {
	margin: 2% 5%;
}

header nav ul li a {
	display: block;
	font-size: 24px;
	border-bottom: 3px dotted #e2e2de;
	padding: 4% 0;
	background: url("../images/vector.png") no-repeat;
	background-position: right center;
	background-size: 3%;
}

header nav ul li a:hover {
	color: #ff6d33;
	background: url("../images/vector_on.png") no-repeat;
	background-position: right center;
	background-size: 3%;
}



header aside {
	width: 90%;
	margin: 0 auto;
}

header aside a {
	display: block;
	margin: 0 auto;
}

header aside a:last-of-type {
	width: 90%;
}




header .btn-gnavi {
	position: fixed;
	top: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	z-index: 3;
	cursor: pointer;
}

header .btn-gnavi img {
	width: 100%;
	height: auto;
	display: block;
}

/* ぼかし効果（最初は OFF） */
.blur {
	filter: blur(4px);
	transition: filter 0.2s ease;
}



main {
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
	background: white;
	overflow: hidden;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
}


footer {
	background: white;
	padding: 5% 0 10%;
}

footer small {
	display: block;
	color: #343434;
	text-align: center;
	font-size: 16px;
}

footer p {
	text-align: center;
	width: 60%;
	margin: 0 auto 7%;
}




.rel {
	position: relative;
}

.ab {
	position: absolute;
	left: 0;
	top: 0;
}

.fv video {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 19%;
	width: 105%;
}

.fv img {
	position: relative;
	z-index: 1;
}


.cta1 div {
	width: 90%;
	left: 0;
	right: 0;
	margin: auto;
	top: auto;
	bottom: 15%;
}

.cta2 div {
	width: 90%;
	left: 0;
	right: 0;
	margin: auto;
	top: auto;
	bottom: 10%;
}

.cta3 div {
	width: 90%;
	left: 0;
	right: 0;
	margin: auto;
	top: auto;
	bottom: 16%;
}


.cta1 div a {
	display: block;
}

.cta1 div a:last-of-type {
	width: 90%;
	margin: 1% auto 0;
}

.point2 a {
	width: 86%;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
}

.point3 a {
	width: 86%;
	left: 0;
	right: 0;
	margin: auto;
	top: auto;
	bottom: 2%;
}

.point4 a {
	width: 86%;
	left: 0;
	right: 0;
	margin: auto;
	top: auto;
	bottom: 8%;
}


.accordion {
	margin: 0 20px;
}

/* アコーディオン */
.accordion-content {
	display: none;
}

.accordion article {
	background: white;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 5%;
	border: 2px solid #ff6d33;
}


.accordion-header {
	color: #ff6d33;
	padding: 25px 45px 25px 75px;
	font-weight: 700;
	line-height: 160%;
	transition: background .3s ease;
	cursor: pointer;
	position: relative;
	font-size: 24px;
	background: url("../images/q1.png") no-repeat;
	background-position: 20px center;
	background-color: #FFF;
}

.accordion-header::before,
.accordion-header::after {
	position: absolute;
	content: '';
	top: 1px;
	right: 20px;
	bottom: 0;
	width: 22px;
	height: 4px;
	margin: auto;
	background: #ff6d33;
}

.accordion-header::after {
	transform: rotate(-90deg);
	transition: transform 0.3s;
}

.accordion-header.active::after {
	transform: rotate(0deg);
}

.accordion-content {
	background-color: #FFF;
	padding: 12px 20px 10px;
	line-height: 180%;
	font-size: 24px;

}

.accordion-content p {
	border-top: 4px dotted #ff6d33;
	padding-top: 10px;
}


.accordion .q2 article {
	border: 2px solid #71b5c8;
}

.accordion .q2 .accordion-header {
	color: #71b5c8;
	background: url("../images/q2.png") no-repeat;
	background-position: 20px center;
	background-color: #FFF;
}

.q2 .accordion-header::before,
.q2 .accordion-header::after {
	background: #71b5c8;
}

.q2 .accordion-content p {
	border-top: 4px dotted #71b5c8;
}

.accordion .q3 article {
	border: 2px solid #ff7972;
}

.accordion .q3 .accordion-header {
	color: #ff7972;
	background: url("../images/q3.png") no-repeat;
	background-position: 20px center;
	background-color: #FFF;
}

.q3 .accordion-header::before,
.q3 .accordion-header::after {
	background: #ff7972;
}

.q3 .accordion-content p {
	border-top: 4px dotted #ff7972;
}




/*==================================
スライダー
==================================*/


/* case */
.slide_area article {
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
	top: 27%;
}

.slide_area .slick-next {
	position: absolute;
	right: 0;
	top: 45%;
	z-index: 1;
}

.slide_area .slick-prev {
	position: absolute;
	left: 0;
	top: 45%;
	z-index: 1;
}

/*==================================
タブ
==================================*/

.tab-container article {
	width: 90%;
	right: 0;
	margin: auto;
	top: auto;
	bottom: 5%;
}


.tab-container ul.tabs {
	display: flex;
	flex-wrap: wrap;
	/* 折り返して 2×2 に */
	align-items: flex-end;
	/* 各行内のアイテムを下揃えにする */
	width: 100%;
}


.tab {
	width: 47%;
	box-sizing: border-box;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	background: #838383;
	border: 2px solid white;
	border-radius: 20px;
	padding: 3% 3% 3% 6%;
	cursor: pointer;
	margin: 1.5%;
	box-shadow: 0 8px 0 rgba(181, 181, 181, 1);
	/* アニメーション */
	transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.tab.active {
	background: #ff6d33;
	box-shadow: 0 4px 0 rgba(255, 197, 173, 1);
	transform: translateY(4px);
}

.tab:nth-of-type(2).active {
	background: #71b5c8;
	box-shadow: 0 4px 0 rgba(188, 226, 237, 1);
	transform: translateY(4px);
}

.tab:nth-of-type(3).active {
	background: #ff7972;
	box-shadow: 0 4px 0 rgba(255, 197, 173, 1);
	transform: translateY(4px);
}

.tab:nth-of-type(4).active {
	background: #51ad7c;
	box-shadow: 0 4px 0 rgba(156, 211, 181, 1);
	transform: translateY(4px);
}


.tab_content {
	display: none;
	background: url("../images/tab_bk.png") repeat-y;
	background-position: center top;
	background-size: 100%;
}

.tab_content.show {
	display: block;
}

.tab_content aside a {
	display: block;
	margin: auto;
	right: 0;
	width: 84%;
	top: auto;
}

.tab1 aside a {
	bottom: 3%;
}

.tab2 aside a {
	bottom: 4%;
}

.tab3 aside a {
	bottom: 4%;
}

.tab4 aside a {
	bottom: 4%;
}

/**/
.tab_btm {
	position: relative;
	margin-top: -1%;
}


/*==================================
続きを読む
==================================*/
.read {
	position: relative;
}

.read label {
	text-align: center;
	width: 100%;
	height: 0px;
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 1;
	cursor: pointer;
}

.read label:after {
	content: 'さらに詳しくみる ＋';
	z-index: 2;
	width: 100%;
	max-width: 500px;
	padding: 10px 20px;
	font-weight: bold;
	color: #71b5c8;
	background-color: #ffffff;
	border-radius: 20px;
	left: 50%;

}

.read input:checked+label {
	height: 0px;
}

.read input:checked+label:after {
	content: ' 閉じる －';
}

.read input {
	display: none;
}

.read__content {
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.4s ease;
}

.fv_logo {
    position: absolute;
    width: 180px;
    left: 7px;
    top: 11px;
    display: block;
}




/*==================================
float-btn
==================================*/
.float {
	position: fixed;
	bottom: 0;
	left: 50%;
	background-color: rgba(255, 255, 255, 0.7);
	transform: translateX(-50%);
	transition: 0.2s all;
	max-width: 550px;
	width: 100%;
	z-index: 1000;
}

.float-container {
	position: relative;
	width: 90%;
	padding: 0;
	font-size: 0;
	margin: 0 auto;
}

.float-container dt {
	margin-bottom: -10px;
}

.float-container dt img {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.float-container dd {
	display: flex;
	align-items: center;
	flex-flow: wrap;
	justify-content: space-around;
}

.float-btn img {
	width: 100%;
}

.float-btn {
	width: 60%;
}

.float-btn:first-of-type {
	width: 38%;
}


.float-btn:hover {
	opacity: 0.7;
	transition: 0.5s;
}

.float-disable {
	opacity: 0;
	pointer-events: none;
}

.movie .ab {
	width: 90%;
	aspect-ratio: 16 / 9;
	right: 0;
	top: 35%;
	margin: auto;
	border-radius: 20px;
	overflow: hidden;
	border: 4px solid #ff6d33;
}

.movie .inner {
	width: 100%;
	height: 100%;
	    min-height: 300px;
	border-radius: 15px;
	overflow: hidden;
	background: #fff;
	position: relative;
}

.video__inner {
	width: 100%;
	height: 100%;
}

.movie iframe {
        width: 100%;
	height: auto;
	aspect-ratio:16/9;
	}
.play__btn.pre {
	width: 100%;
	height: 100%;
	display: flex;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}



@media screen and (max-width: 768px) {



	header nav {
		position: fixed;
		width: 300px;
		top: 0;
		right: -300px;
		/* 初期値 */
		background: url("../images/hamb_pic.png") no-repeat #fff;
		background-position: center bottom;
		background-size: 60%;
		height: 100%;
		z-index: 2;
		padding-top: 18%;
		transition: right 0.4s ease;
	}

	header nav.open {
		right: 0;
	}

	header nav .title {
		display: block;
		width: 200px;
		margin: 0 auto 20px;
	}

	header nav ul {
		margin: 2% 5%;
	}

	header nav ul li a {
		display: block;
		font-size: 20px;
		border-bottom: 3px dotted #e2e2de;
		padding: 4.5% 0;
		background: url(../images/vector.png) no-repeat;
		background-position: right center;
		background-size: 3%;
	}

	header nav ul li a:hover {
		color: #ff6d33;
		background: url("../images/vector_on.png") no-repeat;
		background-position: right center;
		background-size: 3%;
	}



	header aside {
		width: 90%;
		margin: 0 auto;
	}

	header aside a {
		display: block;
		margin: 0 auto;
	}

	header aside a:last-of-type {
		width: 90%;
	}




	header .btn-gnavi {
		position: fixed;
		top: 10px;
		right: 10px;
		width: 50px;
		height: 50px;
		z-index: 3;
		cursor: pointer;
	}

	header .btn-gnavi img {
		width: 100%;
		height: auto;
		display: block;
	}

	footer {
		background: white;
		padding: 5% 0 10%;
	}

	footer small {
		display: block;
		color: #343434;
		text-align: center;
		font-size: 16px;
	}

	footer p {
		text-align: center;
		width: 60%;
		margin: 0 auto 7%;
	}




	.rel {
		position: relative;
	}

	.ab {
		position: absolute;
		left: 0;
		top: 0;
	}

	.cta1 div {
		width: 90%;
		left: 0;
		right: 0;
		margin: auto;
		top: auto;
		bottom: 15%;
	}

	.cta2 div {
		width: 90%;
		left: 0;
		right: 0;
		margin: auto;
		top: auto;
		bottom: 10%;
	}

	.cta3 div {
		width: 90%;
		left: 0;
		right: 0;
		margin: auto;
		top: auto;
		bottom: 16%;
	}


	.cta1 div a {
		display: block;
	}

	.cta1 div a:last-of-type {
		width: 90%;
		margin: 1% auto 0;
	}

	.point2 a {
		width: 86%;
		left: 0;
		right: 0;
		margin: auto;
		top: 50%;
	}

	.point3 a {
		width: 86%;
		left: 0;
		right: 0;
		margin: auto;
		top: auto;
		bottom: 2%;
	}

	.point4 a {
		width: 86%;
		left: 0;
		right: 0;
		margin: auto;
		top: auto;
		bottom: 8%;
	}


	.accordion {
		margin: 0 20px;
	}

	/* アコーディオン */
	.accordion-content {
		display: none;
	}

	.accordion article {
		background: white;
		overflow: hidden;
		border-radius: 10px;
		margin-bottom: 5%;
		border: 2px solid #ff6d33;
	}


	.accordion-header {
		color: #ff6d33;
		padding: 15px 35px 15px 13%;
		font-weight: 700;
		line-height: 160%;
		transition: background .3s ease;
		cursor: pointer;
		position: relative;
		font-size: 14px;
		background: url(../images/q1.png) no-repeat;
		background-position: 10px center;
		background-size: 7%;
		background-color: #FFF;
	}

	.accordion-header::before,
	.accordion-header::after {
		position: absolute;
		content: '';
		top: 1px;
		right: 10px;
		bottom: 0;
		width: 11px;
		height: 2px;
		margin: auto;
		background: #ff6d33;
	}

	.accordion-header::after {
		transform: rotate(-90deg);
		transition: transform 0.3s;
	}

	.accordion-header.active::after {
		transform: rotate(0deg);
	}

	.accordion-content {
		background-color: #FFF;
		padding: 3px 20px 10px;
		line-height: 180%;
		font-size: 14px;

	}

	.accordion-content p {
		border-top: 2px dotted #ff6d33;
		padding-top: 10px;
	}


	.accordion .q2 article {
		border: 2px solid #71b5c8;
	}

	.accordion .q2 .accordion-header {
		color: #71b5c8;
		background: url("../images/q2.png") no-repeat;
		background-position: 10px center;
		background-size: 7%;
		background-color: #FFF;
	}

	.q2 .accordion-header::before,
	.q2 .accordion-header::after {
		background: #71b5c8;
	}

	.q2 .accordion-content p {
		border-top: 2px dotted #71b5c8;
	}

	.accordion .q3 article {
		border: 2px solid #ff7972;
	}

	.accordion .q3 .accordion-header {
		color: #ff7972;
		background: url("../images/q3.png") no-repeat;
		background-position: 10px center;
		background-size: 7%;
		background-color: #FFF;
	}

	.q3 .accordion-header::before,
	.q3 .accordion-header::after {
		background: #ff7972;
	}

	.q3 .accordion-content p {
		border-top: 2px dotted #ff7972;
	}




	/*==================================
スライダー
==================================*/


	/* case */
	.slide_area article {
		width: 100%;
		left: 0;
		right: 0;
		margin: auto;
		top: 27%;
	}

	.slide_area .slick-next {
		position: absolute;
		right: 0;
		top: 45%;
		width: 8%;
		z-index: 1;
	}

	.slide_area .slick-prev {
		position: absolute;
		left: 0;
		top: 45%;
		width: 8%;
		z-index: 1;
	}

	/*==================================
タブ
==================================*/

	.tab-container article {
		width: 90%;
		right: 0;
		margin: auto;
		top: auto;
		bottom: 5%;
	}


	.tab-container ul.tabs {
		display: flex;
		flex-wrap: wrap;
		/* 折り返して 2×2 に */
		align-items: flex-end;
		/* 各行内のアイテムを下揃えにする */
		width: 100%;
	}


	.tab {
		width: 47%;
		box-sizing: border-box;
		display: flex;
		align-items: flex-end;
		justify-content: center;
		background: #838383;
		border: 2px solid white;
		border-radius: 20px;
		padding: 3% 3% 3% 6%;
		cursor: pointer;
		margin: 1.5%;
		box-shadow: 0 8px 0 rgba(181, 181, 181, 1);
		/* アニメーション */
		transition: transform 0.1s ease, box-shadow 0.1s ease;
	}

	.tab.active {
		background: #ff6d33;
		box-shadow: 0 4px 0 rgba(255, 197, 173, 1);
		transform: translateY(4px);
	}

	.tab:nth-of-type(2).active {
		background: #71b5c8;
		box-shadow: 0 4px 0 rgba(188, 226, 237, 1);
		transform: translateY(4px);
	}

	.tab:nth-of-type(3).active {
		background: #ff7972;
		box-shadow: 0 4px 0 rgba(255, 197, 173, 1);
		transform: translateY(4px);
	}

	.tab:nth-of-type(4).active {
		background: #51ad7c;
		box-shadow: 0 4px 0 rgba(156, 211, 181, 1);
		transform: translateY(4px);
	}


	.tab_content {
		display: none;
		background: url("../images/tab_bk.png") repeat-y;
		background-position: center top;
		background-size: 100%;
	}

	.tab_content.show {
		display: block;
	}

	.tab_content aside a {
		display: block;
		margin: auto;
		right: 0;
		width: 84%;
		top: auto;
	}

	.tab1 aside a {
		bottom: 3%;
	}

	.tab2 aside a {
		bottom: 4%;
	}

	.tab3 aside a {
		bottom: 4%;
	}

	.tab4 aside a {
		bottom: 4%;
	}

	/**/
	.tab_btm {
		position: relative;
		margin-top: -1%;
	}


	/*==================================
続きを読む
==================================*/
	.read {
		position: relative;
	}

	.read label {
		text-align: center;
		width: 100%;
		height: 0px;
		bottom: 0;
		left: 0;
		position: absolute;
		z-index: 1;
		cursor: pointer;
	}

	.read label:after {
		content: 'さらに詳しくみる ＋';
		z-index: 2;
		width: 100%;
		max-width: 500px;
		padding: 5px 20px;
		font-weight: bold;
		color: #71b5c8;
		background-color: #ffffff;
		border-radius: 20px;
		left: 50%;

	}

	.read input:checked+label {
		height: 0px;
	}

	.read input:checked+label:after {
		content: ' 閉じる －';
	}

	.read input {
		display: none;
	}

	.read__content {
		overflow: hidden;
		max-height: 0;
		transition: max-height 0.4s ease;
	}



	.mg-1 {
		margin-top: -1px;
		position: relative;
	}
.fv_logo {
		position: absolute;
		display: block;
		left: 5px;
		top: 5px;
		width: 216px;
	}


	/*==================================
float-btn
==================================*/
	.float {
		position: fixed;
		bottom: 0;
		left: 50%;
		background-color: rgba(255, 255, 255, 0.7);
		transform: translateX(-50%);
		transition: 0.2s all;
		max-width: 640px;
		width: 100%;
		z-index: 1000;
	}

	.float-container {
		position: relative;
		width: 90%;
		padding: 0;
		font-size: 0;
		margin: 0 auto;
	}

	.float-container dt {
		margin-bottom: -10px;
	}

	.float-container dt img {
		display: inline-block;
		width: 100%;
		vertical-align: middle;
	}

	.float-container dd {
		display: flex;
		align-items: center;
		flex-flow: wrap;
		justify-content: space-around;
	}

	.float-btn img {
		width: 100%;
	}

	.float-btn {
		width: 60%;
	}

	.float-btn:first-of-type {
		width: 38%;
	}


	.float-btn:hover {
		opacity: 0.7;
		transition: 0.5s;
	}

	.float-disable {
		opacity: 0;
		pointer-events: none;
	}

	.movie .ab {
		width: 90%;
		right: 0;
		top: 35%;
		margin: auto;
		border-radius: 20px;
		overflow: hidden;
		border: 4px solid #ff6d33;
	}

	.movie .inner {
		width: 100%;
		height: 100%;
		min-height:15rem;
		border-radius: 15px;
		overflow: hidden;
		background: #fff;
		position: relative;
	}
.movie iframe {
        width: 100%;
	height: auto;
	aspect-ratio:16/9;
	}

	.video__inner {
		width: 100%;
		height: 100%;
	}

	.play__btn.pre {
		width: 100%;
		height: 100%;
		display: flex;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		cursor: pointer;
	}

.fv_logo {
    position: absolute;
    width: 27%;
    left: 7px;
    top: 11px;
    display: block;
}

}