@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Oswald:wght@500;700&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/

/*
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}

html {
	font-size: 62.5%;
}
*/

body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}


#container article, #container aside, #container canvas, #container details, #container figcaption, #container figure, #container footer, #container header, #container hgroup, #container menu, #container nav, #container section, #container summary {
	display: block;
}
#container ol, #container ul {
	list-style: none;
}
#container blockquote, #container q {
	quotes: none;
}
:focus {
	outline: 0;
}
#container ins {
	text-decoration: none;
}
#container del {
	text-decoration: line-through;
}
#container img {
	vertical-align: top;
	max-width: 100%;
}
#container a,
#container a:link {
	color: #525252;
	text-decoration: none;
	transition: .3s;
}
#container a:visited {
	color: #525252;
}
#container a:hover {
  @media (min-width: 769px) {
    color: #525252;
  }
}
#container a:active {
	color: #525252;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
#container {
	color: #525252;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
}
#main {
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 12px;
	}
	a:hover,
	a:hover img {
    @media (min-width: 769px) {
      opacity: 1 !important;
    }
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
* html .clearfix {zoom: 1;}
*+html .clearfix {zoom: 1;}
.clearfix:after {height: 0;visibility: hidden;content: ".";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.comImgBox {
	padding: 0 10px 0 60px;
	margin: 0 auto;
	max-width: 859px;
	display: flex;
	justify-content: space-between;
}
.comImgBox .photo {
	margin-right: 20px;
	padding-left: 36px;
	position: relative;
	width: 277px;
}
.comImgBox .photo .img {
	position: absolute;
	left: 6px;
	top: 0;
	width: 52.4%;
}
.comImgBox .txtBox {
	margin: 32px 0 0;
	width: 450px;
}
.comImgBox .h3Ttl {
	margin-bottom: 19px;
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #2e8db7;
	font-weight: 700;
}
.comImgBox .ttl {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.33;
	color: #002554;
	max-width: 300px;
}
.comImgBox .ttl .en {
	margin-bottom: 6px;
	display: block;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	font-family: 'Oswald', sans-serif;
}
.comImgBox .size {
	margin-bottom: 6px;
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #002554;
}
.comImgBox .price {
	margin-bottom: 26px;
	display: flex;
	align-items: center;
}
.comImgBox .price .bgTxt {
	margin-right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 108px;
	height: 34px;
	font-size: 10px;
	letter-spacing: 0.1em;
	background: #fff;
	border: 1px solid #c6c6c6;
}
.comImgBox .price .rtxt {
	font-size: 18px;
	font-weight: 500;
	color: #001a51;
	letter-spacing: 0.1em;
}
.comImgBox .price .rtxt .num {
	font-size: 38px;
	letter-spacing: 0.05em;
	line-height: 1.31;
	color: #002554;
	font-family: 'Oswald', sans-serif;
}
.comImgBox .btn {
	margin-bottom: 22px;
}
#container .comImgBox .btn a {
	max-width: 307px;
	height: 52px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 26px;
	background: #82c132;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #fff;
}
#container .comImgBox .btn a:visited{
	color: #fff;
}
.comImgBox .btn a:hover {
	opacity: 0.7;
}
.comImgBox .txt {
	margin-bottom: 18px;
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #002554;
	font-weight: 700;
	line-height: 2.14;
}
.comImgBox .note {
	font-size: 12px;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	.comImgBox {
		padding: 0 11px 0 130px;
		display: block;
		position: relative;
		max-width: 400px;
	}
	.comImgBox .photo {
		position: absolute;
		left: 11px;
		top: 0;
		margin-right: 0;
		padding: 67px 0 0 25px;
		width: 100px;
	}
	.comImgBox .photo .img {
		position: absolute;
		left: 0;
		top: 8px;
		width: 100%;
	}
	.comImgBox .txtBox {
		margin: 0;
		width: auto;;
	}
	.comImgBox .h3Ttl {
		margin-bottom: 10px;
		font-size: 14px;
		letter-spacing: 0.03em;
		line-height: 1.43;
	}
	.comImgBox .ttl {
		margin-bottom: 4px;
		font-size: 15px;
		letter-spacing: 0.03em;
		line-height: 1.6;
	}
	.comImgBox .ttl .en {
		margin-bottom: 6px;
	}
	.comImgBox .size {
		margin-bottom: 6px;
		letter-spacing: 0.03em;
	}
	.comImgBox .price {
		margin-bottom: 16px;
	}
	.comImgBox .price .bgTxt {
		margin-right: 15px;
		width: 81px;
		letter-spacing: 0.03em;
	}
	.comImgBox .btn {
		margin-left: -106px;
		margin-bottom: 22px;
	}
	.comImgBox .btn a {
		margin: 0 auto;
	}
	.comImgBox .txt {
		padding: 0 5px;
		margin-left: -106px;
		margin-bottom: 9px;
		letter-spacing: 0.1em;
		line-height: 1.42;
		text-align: center;
	}
	.comImgBox .note {
		padding: 0 5px;
		margin-left: -106px;
	}
}
.headline01 {
	margin-bottom: 62px;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 2.25;
}
.headline01 .en {
	margin-bottom: 3px;
	display: block;
	font-size: 41px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.05em;
	font-family: 'Oswald', sans-serif;
}
@media all and (max-width: 896px) {
	.headline01 {
		margin-bottom: 54px;
	}
	.headline01 .en {
		margin-bottom: 7px;
		font-size: 30px;
	}
}
.comBox {
	margin: 0 auto;
	max-width: 1120px;
}
@media all and (max-width: 896px) {
	.comBox {
		margin: 0 12.5px;
	}
}
.headline02 {
	margin: -81px auto 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 179px;
	height: 179px;
	border-radius: 50%;
	text-align: center;
	background-color: #01408D;
	font-size: 25px;
	letter-spacing: 0.1em;
	color: #FFF;
	line-height: 1.32;
}
@media all and (max-width: 896px) {
	.headline02 {
		margin: -70px auto 39px;
		width: 130px;
		height: 130px;
		font-size: 17px;
		line-height: 1.29;
	}
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/

.productList-detail__01 {
    width: 70%;
}

@media screen and (max-width: 767px){
	.productList-detail__01 {
    width: 100%;
}
}
#main {
	overflow: hidden;
}
#main .mainVisual {
	margin-bottom: 77px;
	position: relative;
}
#main .mainVisual img {
	width: 100%;
}
#main .mainVisual .img {
	position: absolute;
	right: 2.8%;
	bottom: -13.4%;
	width: 13.78%;
}
#main .sec01 {
	padding-bottom: 112px;
	background: url("../img/index/sec01_bg.jpg") no-repeat bottom center / 100% auto;
}
#main .sec01 .h2Ttl {
	margin-bottom: 61px;
	text-align: center;
}
#main .sec01 .h2Ttl span {
	padding: 0 78px 15px;
	position: relative;
	display: inline-block;
	font-size: 29px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.86;
	color: #002554;
	background: url("../img/index/sec01_bg01.png") no-repeat left center,url("../img/index/sec01_bg02.png") no-repeat right center;
	background-size: 31px auto;
}
#main .sec01 .comImgBox {
	margin-bottom: 44px;
}
#main .sec01 ul {
	display: flex;
	justify-content: center;
}
#main .sec01 li {
	margin: 0 8px;
	width: 267px;
	background-color: #FFF;
}
#main .sec01 li a {
	padding: 10px 38px 12px 18px;
	display: flex;
	height: 100%;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	border: 1px solid #595757;
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #3e3a39;
	box-sizing: border-box;
	background: #fff url("../img/common/icon01.png") no-repeat right 20px top 57% / 14px auto;
}
#main .sec01 li a:hover {
	opacity: 0.7;
}
#main .sec01 li a .en {
	display: block;
	width: 100%;
	line-height: 1.18;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.05em;
}
#main .sec02 {
	padding: 136px 0 83px;
	position: relative;
	color: #FFF;
	background: url("../img/index/sec02_bg.jpg") no-repeat center / cover;
	z-index: 2;
	margin-top: -65px;
}
#main .sec02:before {
	margin-right: -805px;
	position: absolute;
	right: 50%;
	top: -71px;
	width: 369px;
	height: 289px;
	background: url("../img/index/sec02_icon01.png") no-repeat center / 100% auto;
	z-index: -1;
	content: "";
}
#main .sec02:after {
	position: absolute;
	right: 0;
	bottom: 0px;
	width: 359px;
	height: 172px;
	background: url("../img/index/sec02_icon05.png") no-repeat center / 100% auto;
	z-index: -1;
	content: "";
}
#main .sec02 .h3Ttl {
	margin-bottom: 28px;
	text-align: center;
	font-weight: 700;
	font-size: 30px;
	letter-spacing: 0.1em;
}
#main .sec02 .h3Ttl .en {
	margin-bottom: 2px;
	display: block;
	font-size: 18px;
	line-height: 1.1;
	letter-spacing: 0.05em;
	font-family: 'Oswald', sans-serif;
}
#main .sec02 .topTxt {
	margin-bottom: 35px;
	font-size: 18px;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 1.33;
}
#main .sec02 .topPhoto {
	margin: 0 auto 72px;
	max-width: 700px;
	position: relative;
}
#main .sec02 .topPhoto:before {
	margin-left: -781px;
	position: absolute;
	left: 50%;
	top: -133px;
	width: 281px;
	height: 307px;
	background: url("../img/index/sec02_icon02.png") no-repeat center / 100% auto;
	content: "";
}
#main .sec02 .imgBox {
	margin: 0 auto 58px;
	display: flex;
	max-width: 1400px;
	position: relative;
	justify-content: space-between;
}
#main .sec02 .imgBox:before {
	margin-right: -748px;
	position: absolute;
	right: 50%;
	top: -158px;
	width: 214px;
	height: 192px;
	background: url("../img/index/sec02_icon03.png") no-repeat center / 100% auto;
	content: "";
}
#main .sec02 .imgBox .photo {
	width: 45.07%;
}
#main .sec02 .imgBox .txtBox {
	margin-top: 40px;
	width: 50%;
}
#main .sec02 .h4Ttl {
	margin-bottom: 40px;
	font-size: 16px;
	letter-spacing: 0.1em;
}
#main .sec02 .h4Ttl .en {
	margin-bottom: 2px;
	font-size: 41px;
	letter-spacing: 0.05em;
	display: block;
	font-family: 'Oswald', sans-serif;
}
#main .sec02 .imgBox .txt {
	margin-bottom: 12px;
	font-size: 14px;
	letter-spacing: 0.1em;
	max-width: 545px;
	line-height: 1.714;
}
#main .sec02 .imgBox .note {
	max-width: 545px;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 1.42;
}
#main .sec02 .videoBox {
	position: relative;
	text-align: center;
}
#main .sec02 .videoBox:before {
	position: absolute;
	top: -39px;
	left: 50%;
	margin-left: -779px;
	width: 322px;
	height: 354px;
	background: url("../img/index/sec02_icon04.png") no-repeat center / 100% auto;
	content: "";
}
#main .sec02 .videoBox .video {
	margin: 0 auto 31px;
	width: 439px;
}
#main .sec02 .videoBox .txt {
	margin-bottom: 27px;
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: 500;
}
#main .sec02 .videoBox .btn a {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 216px;
	height: 40px;
	font-size: 19px;
	font-weight: 700;
	color: #FFF;
	box-sizing: border-box;
	border: 1px solid #FFF;
	letter-spacing: 0.2em;
	font-family: 'Oswald', sans-serif;
}
#main .sec02 .videoBox .btn a:hover {
	opacity: 0.7;
}
#main .sec03 {
	padding: 136px 20px 68px;
    background-color: #DBEBFF;
    margin-top: -65px;
}
#main .sec03 .headline01 {
	margin-bottom: 10px;
	color: #002554;
}
#main .sec03 .h3Ttl {
	margin-bottom: 75px;
	text-align: center;
}
#main .sec03 .h3Ttl span {
	padding: 10px 80px;
	display: inline-block;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.1em;
	color: #2e8db7;
	background: url("../img/index/sec03_bg01.png") no-repeat left center,url("../img/index/sec03_bg02.png") no-repeat right center;
	background-size: 15px auto;
}
#main .sec03 ul {
	margin-bottom: 21px;
	display: flex;
	justify-content: space-between;
}
#main .sec03 ul li {
	padding: 0 15px 30px;
	border-radius: 21px;
	background: #fcfeff;
	border: 2px solid #9bdef1;
	width: 32.5%;
	font-size: 15px;
	letter-spacing: 0.08em;
	line-height: 2;
	color: #525252;
	box-sizing: border-box;
}
#main .sec03 ul .photo {
	margin: -57px auto 11px;
	width: 111px;
}
#main .sec03 .note {
	text-align: right;
	font-size: 12px;
	letter-spacing: 0.08em;
}
#main .sec04 {
	padding: 75px 0 171px;
	background: url("../img/index/sec01_bg.jpg") no-repeat bottom center / 100% auto;
}
#main .sec05 {
	padding: 5px 45px 192px;
	margin-top: -11px;
	background-color: #F2F2F2;
}
#main .sec05 .comBox {
	position: relative;
}
#main .sec05 .h3Ttl {
	margin-bottom: 35px;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #002554;
	line-height: 1.1;
}
#main .sec05 .h3Ttl span {
	display: block;
	font-weight: 700;
	font-size: 41px;
	letter-spacing: 0.05em;
	font-family: 'Oswald', sans-serif;
}
#main .sec05 .h3Ttl .big {
	font-size: 33px;
}
#main .sec05 .h3Ttl .en {
	margin: 4px 0 10px;
}
#main .sec05 .topTxt {
	margin-bottom: 26px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 2.25;
	color: #333;
}
#main .sec05 .img {
	position: absolute;
	right: -44px;
	top: 179px;
	width: 21.07%;
}
#main .sec05 .videoBox {
	margin: 0 auto 67px;
	max-width: 690px;
}
#main .sec05 .videoBox .ttl {
	margin-bottom: 13px;
	width: 167.5px;
}
#main .sec05 .videoBox .video {
	margin: 0 auto;
	width: 523px;
}
#main .sec05 ul {
	margin: 0 -8px 34px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#main .sec05 ul li {
	padding: 15px 18px 23px;
	margin: 0 8px 32px;
	width: calc(33.33% - 16px);
	background-color: #FFF;
	border-radius: 25px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
#main .sec05 ul .num {
	position: absolute;
	left: 30px;
	top: 30px;
}
#main .sec05 ul .num img {
	width: auto;
	height: 63px;
}
#main .sec05 ul .photo {
	margin-bottom: 7px;
	padding-left: 50px;
	text-align: center;
}
#main .sec05 ul .photo.photo01 {
	padding-left: 0;
}
#main .sec05 ul .ttl {
	margin-bottom: 9px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #002554;
	letter-spacing: 0.1em;
}
#main .sec05 ul .ttl span {
	display: block;
	font-size: 12px;
	font-weight: 400;
}
#main .sec05 ul .txt {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.71;
}
#main .sec05 ul .wid02,
#main .sec05 ul .wid03 {
	width: calc(25% - 16px);
}
#main .sec05 ul .wid02 .num,
#main .sec05 ul .wid03 .num {
	left: 20px;
	top: 23px;
}
#main .sec05 ul .wid02 .num img,
#main .sec05 ul .wid03 .num img {
	height: 45px;
}
#main .sec05 ul .wid03 .ttl {
	font-size: 16px
}
#main .sec05 ul .wid03 .ttl span {
	width: 149%;
	transform: scale(0.667) translateX(-25%);
}
#main .sec05 .note {
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.1em;
	color: #333;
}
#main .sec06 {
	padding: 5px 0 114px;
	color: #FFF;
	background: url("../img/index/sec06_bg.jpg") no-repeat right bottom / cover;
}
#main .sec06 .headline02 {
	margin: -117px auto 55px;
	background-color: #FFB042;
}
#main .sec06 .h3Ttl {
	margin-bottom: 18px;
	font-size: 41px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
	font-family: 'Oswald', sans-serif;
}
#main .sec06 .topTxt {
	margin: 0 auto 45px;
	max-width: 534px;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 2.25;
	text-align: center;
}
#main .sec06 .photo {
	margin: 0 auto;
	max-width: 600px;
}
#main .sec07 {
	padding: 135px 0 338px;
	background: url("../img/index/sec07_bg.jpg") no-repeat bottom center / cover;
	margin-top: -65px;
}
#main .sec07 .headline01 {
	margin-bottom: 24px;
	color: #002554;
}
#main .sec07 .topTxt {
	margin-bottom: 43px;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.1em;
	font-size: 14px;
	line-height: 2.57;
	color: #333;
}
#main .sec07 .photo {
	margin: 0 auto;
	max-width: 512px;
}
#main .sec08 {
	padding: 80px 0 70px;
	background: url("../img/index/sec01_bg.jpg") no-repeat bottom center/100% auto;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	#main .sec01 li a {
		font-size: 12px;
	}
	#main .sec05 ul .ttl {
		margin: 0 -18px;
		font-size: 2px;
	}
	#main .sec05 ul .txt {
		font-size: 12px;
	}
	#main .sec05 ul .wid03 .ttl {
		font-size: 15px;
	}
}
@media all and (max-width: 896px) {
	#main .mainVisual {
		margin-bottom: 20.53vw;
	}
	#main .mainVisual .img {
		    right: 50%;
    bottom: -17%;
    width: 22.95%;
    transform: translateX(50%);
	}
	#main .sec01 {
		padding-bottom: 110px;
		background: url("../img/index/sp_sec01_bg.jpg") no-repeat bottom center / auto 100%;
	}
	#main .sec01 .h2Ttl {
		margin-bottom: 47px;
	}
	#main .sec01 .h2Ttl span {
		padding: 0 30px 0;
		font-size: 16px;
		line-height: 1.75;
		background-size: 18px auto;
		letter-spacing: 0;
	}
	#main .sec01 .comImgBox {
		margin-bottom: 14px;
	}
	#main .sec01 ul {
		margin: 0 auto;
		display: block;
		max-width: 304px;
		padding:0; 
	}
	#main .sec01 li {
		margin: 0 0 10px;
		width: 100%;
	}
	#main .sec01 li:last-child {
		margin-bottom: 0;
	}
	#main .sec02 {
		    padding: 78px 0 114px;
    margin-top: -60px;
	}
	#main .sec02 .headline01 .en {
		letter-spacing: -0.07em;
	}
	#main .sec02:before {
		margin-right: 0;
		right: -34px;
		top: -15px;
		width: 80px;
		height: 50px;
	}
	#main .sec02:after {
		right: 0;
		bottom: 0;
		width: 171px;
		height: 82px;
	}
	#main .sec02 .h3Ttl {
		margin-bottom: 24px;
		font-size: 20px;
	}
	#main .sec02 .h3Ttl .en {
		margin-bottom: 1px;
	}
	#main .sec02 .topTxt {
		margin: 0 10px 15px;
		font-size: 14px;
		letter-spacing: 0;
		line-height: 1.71;
	}
	#main .sec02 .topPhoto {
		margin: 0 auto 40px;
		padding: 0 12.5px;
		max-width: inherit;
	}
	#main .sec02 .topPhoto:before {
		display: none;
	}
	#main .sec02 .imgBox {
		margin: 0 12.5px 34px;
		display: block;
	}
	#main .sec02 .imgBox:before {
		display: none;
	}
	#main .sec02 .imgBox .photo {
		width: auto;
		text-align: center;
	}
	#main .sec02 .imgBox .photo img {
		width: 100%;
	}
	#main .sec02 .imgBox .txtBox {
		margin: 26px 0 0 10px;
		width: auto;
	}
	#main .sec02 .h4Ttl {
		margin-bottom: 20px;
	}
	#main .sec02 .h4Ttl .en {
		margin-bottom: 6px;
		font-size: 31px;
	}
	#main .sec02 .imgBox .txt {
		margin-bottom: 14px;
		max-width: none;
	}
	#main .sec02 .imgBox .note {
		max-width: none;
	}
	#main .sec02 .videoBox {
		margin: 0 12.5px;
	}
	#main .sec02 .videoBox:before {
		display: none;
	}
	#main .sec02 .videoBox .video {
		margin: 0 auto 37px;
		width: auto;
	}
	#main .sec02 .videoBox .txt {
		margin-bottom: 29px;
	}
	#main .sec03 {
		padding: 99px 0 40px;
    margin-top: -60px;
	}
	#main .sec03 .headline01 {
		margin-bottom: 16px;
	}
	#main .sec03 .h3Ttl {
		margin-bottom: 23px;
	}
	#main .sec03 .h3Ttl span {
		padding: 10px 35px;
	}
	#main .sec03 ul {
		margin: 0 10px 16px;
		display: block;
		padding: 0;
	}
	#main .sec03 ul li {
		padding: 18px 15px 17px;
		font-size: 14px;
		display: flex;
		width: auto;
		align-items: center;
		line-height: 2.14;
	}
	#main .sec03 ul li:not(:last-child) {
		margin-bottom: 20px;
	}
	#main .sec03 ul .photo {
		margin: 0 13px 0 0;
		width: 70px;
		flex-shrink: 0;
	}
	#main .sec04 {
		padding: 35px 0 125px;
		background-size: auto 95%;
		background-position: bottom -280% center;
	}
	#main .sec05 {
		padding: 5px 0px 142px;
	}
	#main .sec05 .h3Ttl {
		margin-bottom: 32px;
	}
	#main .sec05 .h3Ttl span {
		font-size: 31px;
	}
	#main .sec05 .h3Ttl .big {
		font-size: 22px;
	}
	#main .sec05 .h3Ttl .en {
		margin: 10px 0;
	}
	#main .sec05 .topTxt {
		margin-bottom: 50px;
		font-size: 14px;
		line-height: 1.71;
	}
	#main .sec05 .img {
		margin: 0 auto 45px;
		position: relative;
		right: auto;    
		right: -2%;
		top: auto;
		width: 236px;
	}
	#main .sec05 .videoBox {
		margin: 0 auto 35px;
	}
	#main .sec05 .videoBox .ttl {
		margin-bottom: 8px;
		width: 138px;
	}
	#main .sec05 .videoBox .video {
		width: auto;
	}
	#main .sec05 ul {
		margin: 0 12px 50px;
		display: block;
		padding: 0;
	}
	#main .sec05 ul li {
		padding: 0 10px 9px;
		margin: 0 0 10px;
		width: auto;
	}
	#main .sec05 ul .num {
		left: 10px;
		top: 10px;
	}
	#main .sec05 ul .photo {
		margin-bottom: 5px;
		padding-left: 0;
	}
	#main .sec05 ul .ttl {
		margin-bottom: 23px;
	}
	#main .sec05 ul .ttl span {
		display: block;
		font-size: 12px;
		font-weight: 400;
	}
	#main .sec05 ul .txt {
		font-size: 14px;
		font-weight: 500;
		letter-spacing: -0.3px;
		line-height: 2;
	}
	#main .sec05 ul .wid02,
	#main .sec05 ul .wid03 {
		width: auto;
	}
	#main .sec05 ul .wid02 .num,
	#main .sec05 ul .wid03 .num {
		left: 10px;
		top: 10px;
	}
	#main .sec05 ul .wid02 .num img,
	#main .sec05 ul .wid03 .num img {
		height: 63px;
	}
	#main .sec05 ul .wid03 .ttl {
		font-size: 22px
	}
	#main .sec05 ul .wid03 .ttl span {
		width: auto;
		transform: scale(1) translateX(0);
	}
	#main .sec05 .note {
		margin: 0 12px;
		font-size: 13px;
		letter-spacing: 0.02em;
	}
	#main .sec06 {
		padding: 5px 20px 133px;
	}
	#main .sec06 .headline02 {
		margin: -95px auto 47px;
		width: 180px;
		height: 180px;
		font-size: 24px;
	}
	#main .sec06 .h3Ttl {
		margin-bottom: 19px;
		font-size: 28px;
		letter-spacing: 0;
	}
	#main .sec06 .topTxt {
		margin: 0 5px 91px;
		letter-spacing: 0;
		line-height: 2;
		max-width: none;
	}
	#main .sec06 .photo {
		margin: 0 43px;
		max-width: none;
	}
	#main .sec07 {
		padding: 70px 15px 248px;
    margin-top: -100px;
		background-image: url("../img/index/sp_sec07_bg.jpg");
	}
	#main .sec07 .headline01 {
		margin-bottom: 17px;
	}
	#main .sec07 .topTxt {
		margin-bottom: 12px;
		line-height: 2;
		color: #3e3a39;
		letter-spacing: 0;
	}
	#main .sec07 .photo {
		margin: 0 auto;
		max-width: 303px;
	}
	#main .sec08 {
		padding: 34px 0 45px;
		background-size: auto 95%;
		background-position: bottom -300% center;
	}
}
@media all and (max-width: 370px) {
	#main .sec01 .h2Ttl span {
		font-size: 13px;
	}
	.comImgBox .price .bgTxt {
		margin-right: 10px;
		width: 70px;
	}
	.comImgBox .price .rtxt .num {
		font-size: 28px;
	}
	.comImgBox .price .rtxt {
		font-size: 14px;
	}
	#main .sec02 .h4Ttl {
		font-size: 15px;
	}
	#main .sec03 .h3Ttl span {
		font-size: 16px;
	}
	#main .sec05 ul .wid03 .ttl {
		font-size: 20px;
	}
	.headline01 {
		font-size: 15px;
	}
}