@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Roboto:wght@400;900&display=swap');

/* CSS Document */


/*
------------------------------------------------------------------------------------------------------------------------
Set out
------------------------------------------------------------------------------------------------------------------------
*/

:root{
	--font-en: 'Noto Sans JP', sans-serif;

}

*:not(select):not(input), *:before, *:after {
    margin: 0;
    padding: 0;
	border: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
html, body {
	width:100%;
	margin:0;
	padding:0;
	overflow-x:hidden;
}
body {
	font-size:14px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	line-height:1.6;
	background-repeat: no-repeat;
	background-size: 100% auto;
  background-color: #fff;
	color:#231815;
	-webkit-text-size-adjust: 100%;
}
*:focus {
  outline: none;
}
.clearfix:after {
    content:"";
    display:block;
    clear:both;
}
.clear {
	clear:both;
}

li {
	list-style-type:none;
}
img {
	max-width:100%;
	height: auto;
	margin:0;
	padding:0;
	vertical-align:bottom;
	transition:.3s;
}
a {
	text-decoration:none;
	color:#505050;
	transition:.3s;
	border: none;
}
a:hover {
	opacity:0.8;
	text-decoration:border;
	transition:.3s;
}
a:hover img.noTrans{
	opacity:1.0!important;
}
a:hover img{
	opacity:0.8;
	transition:.3s;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	letter-spacing:normal;
}
h1 {
	letter-spacing:0.1em;
}
h1 a:hover img {
	opacity:1;
}
h2 {
	font-size:24px;
	font-weight: 700;
}
h2 span {
	font-style: normal;
	font-size:20px;
}
h3 {
	font-size:24px;
}
h4 {
	font-size:20px;
}

picture{
	display: block;
}

.align {
	text-align:center!important;
}
.align_left {
	text-align:left!important;
}
.align_right {
	text-align:right!important;
}

.light {
	font-weight:300!important;
}

.regular {
	font-weight:400!important;
}

.bold {
	font-weight:700!important;
}
.font_s {
	font-size:12px;
}
.font_m {
	font-size:14px;
}
.mb0 {margin-bottom:0px!important;}

.mb10 {margin-bottom:10px!important;}

.mb15 {margin-bottom:15px!important;}
.mb20 {margin-bottom:20px!important;}
.mb30 {margin-bottom:30px!important;}
.mb40 {margin-bottom:40px!important;}
.mb50 {margin-bottom:50px!important;}
.mb70 {margin-bottom:70px!important;}
.mb80 {margin-bottom:80px!important;}
.mb100 {margin-bottom:100px!important;}
.mb200 {margin-bottom:200px!important;}
.pb30 {padding-bottom:30px!important;}
.pt30 {padding-top:30px!important;}
.pt50 {padding-top:50px!important;}

.in {display:none;}

.fs12 {font-size:12px!important;}
.fs20 {font-size:20px!important;}
.lineheight3 {line-height: 3.0!important;}

.w50 {width:50%!important;}
.w60 {width:60%!important;}
.w70 {width:70%!important;}
.w80 {width:80%!important;}
.w90 {width:90%!important;}

.sp{
	display: none;
}

@media screen and (max-width:768px){
	.in {display:block;}
	.out {display:none;}

	h2 {
		text-align: center;
		height:auto;
		display: block;
	}
	h2 span {
		font-style: normal;
		font-size:16px;
		display: block;
	}

	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
}

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}



/*
------------------------------------------------------------------------------------------------------------------------
Layout
------------------------------------------------------------------------------------------------------------------------
*/

.wrap {
	margin-left:auto;
	margin-right:auto;
	box-sizing:content-box;
}

.inner{
	width: 100%;
	max-width: 1360px;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width:768px){
	.wrap {
		width:100%;
	}
}


/*
------------------------------------------------------------------------------------------------------------------------
Common parts
------------------------------------------------------------------------------------------------------------------------
*/
.product{
	position: relative;
	overflow: hidden;
}
.product_name{
	font-weight: 900;
	font-size: 30px;
	font-family: var(--font-en);
}
.product_text{
	font-weight: bold;
}
.product_buttonlabel{
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: bold;
}
.product_button{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	border-radius: 100rem;
	background: #00A73C;
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.3);
	padding: 8px 36px;
	text-align: center;
	display: inline-block;
}
.product .comingsoon{
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: rgba(52, 52, 52, 0.70);
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	font-size: 43px;
}
.product .comingsoon span.en{
	line-height: 1;
	font-size: 26px;
}


@media screen and (min-width: 769px) {
	.product.large{
		width: calc(50% - 20px);
	}

}

/*
------------------------------------------------------------------------------------------------------------------------
Cta
------------------------------------------------------------------------------------------------------------------------
*/

.cta{
	background: url(../img/cta_bg.jpg) no-repeat center/cover;
	padding-top: 77px;
	padding-bottom: 50px;
}
.titleBox{
	position: relative;
	max-width: 780px;
	margin-right: auto;
	margin-left: auto;
	background: #fff;
	box-shadow: 4px 4px 4px 0 rgba(0,0,0,.25);
	border-radius: 20px;
	text-align: center;
}
.titleBox_title{
	position: absolute;
	top: 0;
	transform: translateY(-50%);
	background: #E61460;
	font-size: 30px;
	font-weight: 900;
	color: #fff;
	text-align: center;
	border-radius: 100rem;
	padding: 10px;
	width: 260px;
	left: calc(50% - 130px);
}
.titleBox_content{
	padding: 40px 20px 16px;
}
.titleBox_content h3{
	font-weight: 900;
	font-size: 30px;
	margin-bottom: 10px;
}
.titleBox_content .subtitle{
	font-weight: 900;
	font-size: 20px;
	margin-top: 15px;
}
.titleBox_content p{
	font-weight: bold;
	max-width: 672px;
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
	font-weight: 900;
}
.cta_button{
	margin-top: 25px;
	max-width: 690;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
}
.cta_button:hover{
	opacity: 1 !important;

}
.cta_button:hover img{

	opacity: 1 !important;
	transform: translateY(5px);
}

.ctaBox .titleBox_title{
	font-size: 27px;
	font-weight: bold;
	width: 448px;
	background: #231815;
	left: calc(50% - 224px);
}
.ctaBox._cta01{
	border: 4px solid #231815;
}
.ctaBox._cta01 .titleBox_content{
	font-size: 22px;
	padding-top: 55px;
}
.ctaBox._cta01 .cta_button{
	margin-top: 20px;
}
.ctaBox._cta02{
	border: 4px solid #00A73C;
	margin-top: 80px;
}
.ctaBox._cta02 .titleBox_title{
	background: #00A73C;
}

@media screen and (max-width: 768px) {
	.cta{
		padding-left: 20px;
		padding-right: 20px;
		background: url(../img/cta_bg_sp.jpg) no-repeat center/cover;
	}

	.titleBox_title{
		font-size: 24px;
	}
	.titleBox_content h3{
		font-size: 24px;
	}

	.cta_button{
		width: fit-content;
	}

	.ctaBox._cta01 .titleBox_title{
		font-size: 17px;
		width: calc(100% - 40px);
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.ctaBox._cta01 .titleBox_content{
		padding-top: 30px;
	}
	.ctaBox._cta01 .titleBox_content p{
		font-size: 15px;
	}
	.ctaBox._cta01 .cta_button{
		margin-top: 0;
	}

	.ctaBox._cta02 .titleBox_title{
		font-size: 17px;
		width: calc(100% - 40px);
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		padding-top: 5px;
		padding-bottom: 5px;
	}

}






/*
------------------------------------------------------------------------------------------------------------------------
Sec01
------------------------------------------------------------------------------------------------------------------------
*/

.sec01{
	position: relative;
	/* background: #D1F7F8; */
	position: relative;
	background: url(../img/mv_bg.jpg) no-repeat top center/100% auto;
}

.sec01::after{
	content: '';
	display: block;
	width: 100%;
	height: 580px;
	background: linear-gradient(to bottom, rgba(8,24,35,0) 0%, rgba(8,24,35,1) 30%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

@media screen and (min-width: 1360px) {
	.sec01{
		/* background: url(../img/mv_bg.jpg) no-repeat top center/1360px auto, #081823; */
	}

}

.sec01 .inner{
	padding-top: 310px;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 2;
	position: relative;
	/* height: 760px; */
}
.sec01 .copy{
	/* text-align: center; */
	/* max-width: 980px; */
}
.sec01 .inner{
	position: relative;
}
.sec01 .logo{
	position: absolute;
	top: 0;
	left: 0;
	width: 388px;
	padding: 20px;
}
.sec01_button{
	max-width: 530px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	position: relative;
	/* position: absolute;
	z-index: 1;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 510px; */
}
.sec01::before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 766px;
	background: url(../img/mv_ribon.png) no-repeat center/1379px auto;
}
.sec01_button a::before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	top: 0;
	left: 0;
}
.sec01_button a:hover{
	opacity: 1 !important;
}
.sec01_button a:hover img{

	opacity: 1 !important;
	transform: translateY(5px);
}
.sec01_button a:hover:before{
	opacity: .7;
}

.sec01_box{
	background: #ebf3f9;
	border: 5px solid #201512;
	max-width: 890px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 190px;
	position: relative;
	padding: 0 50px 50px;
}
.sec01_box .banner01{
	width: calc(100% + 90px);
	max-width: calc(100% + 90px);
	margin-left: -45px;
	margin-right: -45px;
	margin-top: -150px;
	position: relative;
	z-index: 1;
}

.sec01_box .banner02{
	margin-top: 40px;
}

.sec01_subbox{
	margin-top: 70px;
	background: #fff;
	border: 5px solid #006db1;
}

.sec01_boxSubTitle{
	background: #006db1;
}
.sec01_subboxInner{
	padding-top: 50px;
}

.sec01_end{
	position: absolute;
	width: 100%;
	height: 223px;
	border-radius: 30px;
	border: 4px solid #e60012;
	background: rgba(255, 255, 255, .9);
	top: 0;
	left: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #e50012;
	display: flex;
	top: 350px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.sec01_end_text.large{
	font-size: 2em;
}

@media screen and (max-width:768px){
	.sec01{
		background: url(../img/mv_bg_sp.jpg) no-repeat top center/100% auto;
	}
	.sec01::before{
		display: none;
	}
	.sec01 .inner{
		padding-top: calc(300 / 375 * 100vw);
		padding-left: 20px;
		padding-right: 20px;
		height: auto;
		background: none;
	}
	.sec01 .logo{
		display: none;
	}
	.sec01_box {
		padding-left: 10px;
		padding-right: 10px;
	}
	.sec01_box .banner01{
		width: 310px;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
	}
	.sec01_box .banner02{
		width: 310px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.sec01_button{
		width: 100%;
		max-width: 300px;
	}

	.sec01_subboxInner p{
		font-size: 15px;
	}

	.sec01_end{
		top: calc(300 / 375 * 100vw);
		font-size: 18px;
		padding: 20px;
		width: calc(100% - 20px);
		left: 50%;
		transform: translateX(-50%);
		line-height: 1.2;
		gap: 20px;
	}

	.sec01_end_text.large{
		font-size: 1.5em;
	}

}

/*
------------------------------------------------------------------------------------------------------------------------
Sec03
------------------------------------------------------------------------------------------------------------------------
*/

.sec03{
	padding: 230px 0 80px;
	background: #081823;
}
.sec03_box{
	background: #ebf8ef;
	border: 5.92px solid #159f3c;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding: 190px 40px 50px;
	position: relative;
}

.sec03_banner{
	width: 640px;
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.sec03 h2{
	text-align: center;
	font-size: 30px;
	font-weight: 900;
	margin-bottom: 40px;
}
.sec03_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.sec03_list li{
	width: 320px;
	max-width: calc(100%/3 - 20px);
	text-align: center;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #CCCCCC;
	padding: 20px 12px 35px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.sec03 .product_img{
	width: 280px;
	height: 167px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	display: block;
	position: relative;
}
.sec03 .product_img.large{
	height: 250px;
}
.sec03 .product_img + .product_detail{
	margin-top: 20px;
}
.sec03 .product_detail {
	display: block;
	margin-bottom: 25px;
}
.sec03 .product_button{
	margin-top: auto;
	width: fit-content;
	margin-right: auto;
	margin-left: auto;
}

.sec03 .product_button[href=""]{
	pointer-events: none;
}

.sec03_list._list01{
	align-items: flex-end;
}

.sec03_list._list02{
	margin-top: 60px;
}
.sec03_list._list02 .product_img{
	width: 238px;
	height: 150px;
}

.sec03_subbox{
	margin-top: 95px;
}
.sec03_boxSubTitle{
	background: #00a73c;
}
.sec03_subboxInner{
	border: 4px solid #00a73c;
	border-radius: 10px;
}
.sec03_button{
	margin-top: 35px;
	width:520px;
	margin-right: auto;
	margin-left: auto;
}


@media screen and (max-width:1280px){

}


@media screen and (max-width:768px){

	.sec03{
		padding: calc(200 / 375 * 100vw) 0 50px;
	}

	.sec03 h2{
		font-size: 24px;
		margin-bottom: 1em;
	}

	.sec03_list{
		gap: 30px;
		flex-direction: column;
	}
	.sec03_list li{
		width: 100%;
		max-width: 100%;
	}
	.sec03 .note{
		text-align: left;
	}

	.sec03_box{
		max-width: calc(100% - 20px);
		padding: 120px 20px 50px;
	}
	.sec03_banner{
		top: calc(-60 / 375 * 100vw);
	}

	.sec03_button{
		width: 100%;
	}

}

/*
------------------------------------------------------------------------------------------------------------------------
Sec04
------------------------------------------------------------------------------------------------------------------------
*/
.sec04{
	padding: 80px 0;
}

.sec04 h2{
	text-align: center;
	font-size: 30px;
	font-weight: 900;
	margin-bottom: 40px;
}

.sec04_img{
	display: block;
	max-width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}

.sec04_img._img02{
	margin-top: 40px;
}

.sec04_text{
	max-width: 765px;
	margin: 58px auto 0;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

@media screen and (max-width:768px){
	.sec04{
		padding: 50px 0;
	}
	.sec04 h2{
		padding-left: 20px;
		padding-right: 20px;
	}

	.sec04_img{
		margin-left: 15px;
		margin-right: 15px;
	}

	.sec04_img._img02{
		margin-left: 15px;
		margin-right: 15px;
	}
	.sec04_text{
		margin-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
		font-size: 10px;
	}
}


/*
------------------------------------------------------------------------------------------------------------------------
Sec06
------------------------------------------------------------------------------------------------------------------------
*/

.sec06{
	padding: 80px 20px 60px;
}
.sec06 .inner{
	max-width: 980px;
}
.sec06 h2{
	text-align: center;
	font-weight: 900;
	font-size: 30px;
	margin-bottom: 20px;
}

.sec06 h3{
	font-weight: 900;
	text-align: center;
	font-size: 20px;
	margin-top: 50px;
	margin-bottom: 20px;
}

.sec06 p{
	font-size: 13px;
	font-weight: 400;
	line-height: 1.8;
}


.sec06_text{
	list-style: none;
}
.sec06_text li{
	/* padding-left: 1em;
	text-indent: -1em; */
	font-size: 13px;
	font-weight: 400;
	line-height: 1.8;
}

.sec06-item + .sec06-item{
	margin-top: 40px;
}

.sec06-item .center{
	text-align: center;
}

@media screen and (max-width:768px){
	.sec06{
		padding: 50px 20px;
	}
}


/*
------------------------------------------------------------------------------------------------------------------------
Footer
------------------------------------------------------------------------------------------------------------------------
*/
.footer{
	padding-bottom: 60px;
	padding-left: 20px;
	padding-right: 20px;
}
.footer_inner{
	max-width: 1080px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer_logo{
	width: 240px;
	padding: 20px;
}
.footer_title{
	font-weight: bold;
	font-size: 20px;
	margin-left: 20px;
}
.footer_content{
	display: flex;
	align-items: center;
	margin-left: 20px;
	font-weight: 500;
}
.footer_content span{
	font-weight: 400;
	font-size: 14px;
}
footer .qr{
	margin-left: 20px;
}

@media screen and (max-width:768px){
	.footer{
		padding-bottom: calc(26vw + 20px);
	}
	.footer_inner{
		flex-direction: column;
		padding-left: 20px;
		padding-right: 20px;
	}
	.footer_logo{
		padding-bottom: 0;
	}
	.footer_title{
		margin-left: 0;
		margin-top: 8px;
	}
	.footer_content{
		margin-left: 0;
		margin-top: 10px;
	}
	footer .qr{
		display: none;
	}
}


/* .fixd_cta{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
}
.fixd_cta img{
	width: 100%;
} */
