@charset "UTF-8";
html{color:#000;background:#FFF}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,figure,figcaption{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section { display: block }
caption { text-align: left; }
img { vertical-align: top; }
html {font-size: 100%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
main {display: block;/* for IE */}
abbr,acronym{border:0;font-variant:normal}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}
input,textarea,select{font-size:100%}
input,button,textarea,select {font-size: 100%;font-family: inherit;color: inherit;}
input[type="checkbox"],input[type="radio"] {box-sizing: border-box;padding: 0;}
input[type="button"],input[type="submit"] {border-radius: 0;-webkit-appearance: none;}
textarea {overflow: auto;vertical-align: top;}
li {list-style: none;}
i {font-style: normal;}
em { font-style: normal; font-weight: 700; }
input,textarea,button {
	border: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-appearance: none;
	max-width: 100%;
	border-radius: 0;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	margin: 0;
	background: transparent;
	border-radius: 0;
}

/*==================================================
Body_Bace
==================================================*/
html {
	font-size: 62.5%;
}
body {
	min-width: 100%;
	width: 100%;
	font-size:1.6rem;
	line-height: 100%;
	letter-spacing: 0.1em;
	color: #111;
	background: url(../img/bg.jpg) repeat;
	font-family: YuGothic, Yu Gothic, "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", 'ヒラギノ角ゴ W3' ,Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}
img { width: 100%;}

/*------ media ------*/
@media screen and (max-width: 960px) {
	body { font-size: 1.5em; }
}
@media screen and (max-width: 768px) {
	body { background: #f6eedb; }
}
@media screen and (max-width: 640px) {
	body { font-size: 1.4em; }
}
@media screen and (max-width: 480px) {
	body { font-size: 1.3em; }
}

/*------ link ------*/
a,a:hover { color: #111; }
a { text-decoration: none; transition: all .3s; }

/*------ wrapper ------*/
#wrapper {
	overflow: hidden;
	position: relative;
}
#wrapper .jp {
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 300;
	font-style: normal;
}
#wrapper .en {
	font-family: 'EB Garamond', serif;
}

/*------ animation ------*/
/* fade-anim / fade-list */
.fade-anim,
.fade-list li {
	opacity: 0;
}
.fade-anim.init,
.fade-list li.init {
	opacity: 1;
	transition: opacity 1.2s ease;
}

/*=================================================
#header
==================================================*/
#header h1 {
	position: absolute;
	top: 0;
	left: 0;
	margin: 90px 0 0 70px;
	width: 287px;
	z-index: 1;
}
	@media screen and (max-width: 1600px) {
		#header h1 {
			width: 18%;
			margin: 5.6% 0 0 4.375%;
		}
	}
	@media screen and (max-width: 1300px) {
		#header h1 {
			width: 234px;
		}
	}
	@media screen and (max-width: 768px) {
		#header h1 {
			width: 22%;
		}
	}

/*=================================================
#kv
==================================================*/
#kv {
	position: relative;
	padding-top: 1080px;
	background: url(../img/img_main-2.jpg) no-repeat 50% 50% / cover;
}
#kv .info-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0 0 45px 100px;
}
#kv .txt-wrap {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 100px 100px 0;
	font-size: 2.0rem;
	line-height: 120%;
}
#kv .txt-wrap .readtxt {
	font-size: 4.0rem;
	line-height: 120%;
	padding-bottom: 50px;
}
#kv .txt-wrap .readtxt br {
	display: none;
}
	@media screen and (max-width: 1600px) {
		#kv {
			padding-top: 67.5%;
		}
		#kv .info-wrap {
			margin: 0 0 2.81% 6.25%;
		}
		#kv .txt-wrap {
			margin: 0 6.25% 6.25% 0;
		}
	}
	@media screen and (max-width: 1300px) {
		#kv {
			padding-top: 878px;
		}
		#kv .txt-wrap .readtxt {
			font-size: 3.5rem;
			padding-bottom: 35px;
		}
		#kv .txt-wrap .readtxt br {
			display: block;
		}
	}
	@media screen and (max-width: 768px) {
		#kv {
			padding-top: 135%;
			background-position: 63% 50%;
		}
		#kv .info-wrap {
			width: 100%;
			top: 100%;
			text-align: center;
			margin: 30px auto;
		}
		#kv .txt-wrap {
			margin-right: 2%;
		}
		#kv .txt-wrap p {
			font-size: 4vw;
			line-height: 140%;
		}
		#kv .txt-wrap .readtxt {
			font-size: 6vw;
			padding-bottom: 6%;
		}
		#kv .info-wrap ul {
			justify-content: center;
		}
	}

/*=================================================
common
==================================================*/
section {
	margin-left: 100px;
	margin-right: 100px;
}
	@media screen and (max-width: 1300px) {
		section {
			margin-left: 5%;
			margin-right: 5%;
		}
	}
	@media screen and (max-width: 768px) {
		section {
			margin-left: 0;
			margin-right: 0;
			padding-left: 3.125%;
			padding-right: 3.125%;
		}
	}

/* ttl */
.main .ttl {
	position: relative; 
}
.main .ttl h2 {
	display: inline-block;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
}
.main .ttl h2:before {
	display: block;
	position: absolute;
	bottom: -60px;
	left: 0;
	width: 147px;
	height: 30px;
	content: "";
	background: url(../img/icn_ttl.png) no-repeat 0 0 / contain;
}
.main .ttl h2 span {
	padding-top: 0.8em;
}
.main .ttl h2 span + br + span {
	padding-top: 1.6em;
}
.main .ttl-anim h2 {
	position: relative;
	transform: translateY(-20px);
	opacity: 0;
	transition: all 1.2s ease;
}
.main .ttl-anim .ttl h2:before {
	transform: translateX(-50px);
	opacity: 0;
	transition: all .7s cubic-bezier(.38,.83,.78,.94) .3s;
}
.main .ttl-anim h3 {
	transform: translateY(-10px);
	opacity: 0;
	transition: all .9s ease .8s;
}
.main .ttl-anim.init h2,
.main .ttl-anim.init h3 {
	transform: translateY(0);
	opacity: 1;
}
.main .ttl-anim.init .ttl h2:before {
	transform: translateX(0);
	opacity: 1;
}
	@media screen and (max-width: 640px) {
		.main .ttl h2:before {
			width: 100px;
			height: 30px;
		}
	}

/* paragraph */
.main h1,
.main h2, 
.main h3,
.main h4 { 
	line-height: 120%;
	font-family: a-otf-ryumin-pr6n, serif;
}
.main h2 {
	font-size: 4.0rem;
	letter-spacing: 0.2em;
}
.main h4 {
	margin: 0 0 25px;
	font-size: 2.0rem;
	line-height: 150%;
}
.main p,.main li,
.main dt,.main dd {
	line-height: 200%;
	letter-spacing: 0;
}
	@media screen and (max-width: 960px) {
		 .main h2 {
			font-size: 3.6rem;
		}
	}
	@media screen and (max-width: 640px) {
		.main p,.main li,
		.main dt,.main dd {
			line-height: 175%;
		}
		.main h2 {
			font-size: 6.25vw;
		}
	 	.main h4 {
			font-size: 1.8rem;
		}
	}
	@media screen and (max-width: 480px) {
		 .main h4 {
			font-size: 1.6rem;
		}
	}

/*section-inner
------------------------------------------------ */
.section-inner {
	max-width: 1900px;
	width: 89.4%;
	margin: 0 auto;
	position: relative;
	z-index: 30;
}
	@media screen and (max-width: 768px) {
		.section-inner {
			width: 93.4%;
		}
	}

/* column02
------------------------------------------------ */
.column02 {
	display: flex;
}
.column02 .ttl-column {
	width: 310px;
}
.column02 .cont-column {
	flex: 1;
}
	@media screen and (max-width: 768px) {
		.column02 .ttl-column {
			width: 35%;
		}
	}

/* ttl-column */
.column02 .ttl-column .ttl {
	padding: 0 0 0 50px;
	margin: 0 0 100px;
}
.column02 .ttl-column h2 {
	margin-top: -50px;
	float: left;
}
.column02 .ttl-column h3 {
	display: inline-block;
	padding: 0 0 0 35px;
	font-size: 2.0rem;
	line-height: 200%;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
}
.column02 .ttl-column .btn-base {
	width: 180px;
	margin-left: 33px;
}
	@media screen and (max-width: 768px) {
		.column02 .ttl-column .ttl {
			padding: 0;
			margin: 0 0 40px;
		}
		.column02 .ttl-column h3 {
			padding: 0 0 0 8%;
			font-size: 3.125vw;
		}
	}

/* cont-box
------------------------------------------------ */
.cont-box {
	position: relative; 
	margin: 40px 0 50px 7.4%;
	padding: 25px 0 25px 65px;
	border-left: 3px solid #94252a;
}
.cont-box:before {
	display: block;
	position: absolute;
	top: -40px;
	left: 0;
	width: 147px;
	height: 30px;
	content: "";
	background: url(../img/icn_ttl.png) no-repeat 0 0 / contain;
	transform: translateX(-50px);
	opacity: 0;
	transition: all .7s cubic-bezier(.38,.83,.78,.94);
}
.cont-box h2 {
	transform: translateX(-50px);
	opacity: 0;
	transition: all 1.2s ease .3s;
}
.cont-box h2 span {
	display: block;
	margin-top: 0.75em;
}
.cont-box.init:before,
.cont-box.init h2 {
	transform: translateX(0);
	opacity: 1;
}
.cont-box h2 + .txt-wrap {
	opacity: 0;
}
.cont-box.init h2 + .txt-wrap {
	margin-top: 35px;
	opacity: 1;
	transition: opacity 1.2s ease .6s;
}
	@media screen and (max-width: 960px) {
		.cont-box {
			margin-left: 0;
		}
	}
	@media screen and (max-width: 768px) {
		.cont-box {
			margin: 40px 0 5% 0;
			padding: 25px 0 25px 5%;
		}
	}
	@media screen and (max-width: 640px) {
		.cont-box:before {
			width: 100px;
			height: 30px;
		}
		.cont-box h2 {
			font-size: 6.25vw;
		}
	}

/* info-wrap
------------------------------------------------ */
.info-wrap dt {
	margin: 0 0 15px;
	font-weight: 700;
	letter-spacing: 0.2em;
}
.info-wrap dd {
	margin: 0 0 25px;
	color: #94252a;
	font-size: 2.4rem;
	letter-spacing: 0.3em;
}
.info-wrap p {
	line-height: 200%;
	letter-spacing: 0.3em;
	font-size: 1.5rem;
	margin-bottom: 20px;
}
.info-wrap ul {
	display: flex;
}
.info-wrap li {
	margin-right: 10px;
}
	@media screen and (max-width: 960px) {
		.info-wrap dd {
			margin: 0 0 25px;
			font-size: 2.4rem;
			line-height: 100%;
			letter-spacing: 0.3em;
		}
		.info-wrap p {
			line-height: 200%;
			letter-spacing: 0.3em;
			font-size: 1.5rem;
		}
	}
	@media screen and (max-width: 570px) {
		.info-wrap dt {
			margin: 0 0 5px;
		}
		.info-wrap dd {
			margin: 0 0 10px;
		}
		.info-wrap p {
			line-height: 170%;
			letter-spacing: 0.2em;
			font-size: 1.3rem;
		}
	}

/* number
------------------------------------------------ */
.number span {
	display: inline-block;
	background: #F5B639;
	font-size: 0.875em;
	border-radius: 16px;
	padding: 0 24px;
}
	@media screen and (max-width: 768px) {
		.number span {
			padding: 0 15px;
		}
	}

/* btn-base
------------------------------------------------ */
.btn-base {
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	color: #fff;
	border: 1px solid #94252a;
	background: #94252a;
	border-radius: 6px; 
	box-sizing: border-box;
	transition: all .3s;
}
.btn-base span {
	position: relative;
	z-index: 10;
}
.btn-base::before {
	position: absolute;
	top: 50%;
	right: 12px;
	border-left: 8px solid #fff;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	content: "";
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	transition: all .3s;
}
.btn-base:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 25px;
	height: 2px;
	content: "";
	background: #fff;
	background-size: contain;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	transition: all .3s;
}
.btn-base:hover {
	color: #94252a;
	background: #fff;
	border-radius: 30px;
}
.btn-base:hover::before {
	border-left-color: #94252a;
}
.btn-base:hover:after {
	background: #94252a;
}

/* bg-img
------------------------------------------------ */
.bg-img {
	display: block;
	height: 567px;
	content: "";
	overflow: hidden;
	position: relative;
}
.bg-img .simpleParallax {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.bg-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
	@media screen and (max-width: 1300px) {
		.bg-img {
			height: 450px;
		}
	}
	@media screen and (max-width: 768px) {
		.bg-img {
			height: auto;
			padding: 50% 0 0;
		}
	}

/*=================================================
#main
==================================================*/
/*  sec-introduction & sec-about
------------------------------------------------ */
.sec-introduction,
.sec-about {
	background: #fff;
	margin-top: 154px;
}
.sec-introduction .section-inner,
.sec-about .section-inner {
	margin-bottom: 95px;
}
.sec-introduction .cont-column .txt-wrap,
.sec-about .cont-column .txt-wrap {
	padding: 75px 0 50px;
}
.sec-introduction .img01,
.sec-about .img01 {
	margin-bottom: -95px;
}
.sec-introduction .ttl-anim .ttl h2::before {
	left: -50px;
}
.sec-introduction .ttl-anim .ttl h2 span {
	padding-top: 178px;
}
.sec-introduction .ttl-anim h3 {
	padding-top: 75px;
}
.sec-introduction .ttl-anim h3 span {
	padding-top: 220px;
}
.sec-about {
	margin-bottom: 190px;
}
.sec-about .ttl-anim .ttl {
	margin: 0 0 153px;
}
.sec-about .ttl-anim h2 {
	float: none;
	margin-top: -75px;
}
.sec-about .ttl-anim .ttl h2::before {
	left: 100%;
	bottom: auto;
	top: 0;
	margin: 150px 0 0 10px;
}
.sec-about .cont-column .number {
	margin-bottom: 15px;
}
.sec-about .cont-column p:last-child {
	padding-top: 2em;
}
	@media screen and (max-width: 1300px) {
		.sec-introduction .section-inner,
		.sec-about .section-inner {
			margin-bottom: 35px;
		}
		.sec-about {
			margin-bottom: 100px;
		}
	}
	@media screen and (max-width: 768px) {
		.sec-introduction .section-inner,
		.sec-about .section-inner {
			margin-bottom: 0;
		}
		.sec-introduction .img01,
		.sec-about .img01 {
			margin-bottom: 35px;
		}
		.sec-introduction {
			margin-top: 295px;
		}
		.sec-introduction .ttl-anim .ttl h2::before {
			left: 100%;
			bottom: auto;
			top: 0;
			margin: 78px 0 0 15px;
		}
		.sec-introduction .ttl-anim .ttl h2 br {
			display: none;
		}
		.sec-introduction .ttl-anim .ttl h2 span {
			padding-top: 0;
		}
		.sec-about {
			margin: 25% 0 50px;
		}
		.sec-about .ttl-anim .ttl {
			margin-bottom: 100px;
		}
		.sec-about .ttl-anim .ttl h2::before {
			margin-top: 110px;
		}
		.sec-about .cont-column .number {
			margin-bottom: 10px;
		}
	}
	@media screen and (max-width: 640px) {
		.sec-introduction .ttl-anim h3 span {
			padding-top: 130px;
		}
		.sec-about .ttl-anim h2 {
			margin-top: -50px;
		}
		.sec-about .ttl-anim .ttl h2::before {
			margin-top: 80px;
		}
	}
	@media screen and (max-width: 570px) {
		.sec-introduction {
			margin-top: 260px;
		}
	}

/*  sec-product
------------------------------------------------ */
.sec-product {
	padding-top: 100px;
}
.sec-product .product-wrap {
	padding: 75px 0 70px;
	background: #fff;
}
.sec-product .product-wrap .readtxt {
	font-size: 2.2rem;
	line-height: 145%;
	text-align: center;
}
.sec-product .product-wrap .readtxt em {
	color: #94252A;
}
.sec-product .product-wrap ul {
	padding: 50px 0;
}
.sec-product .product-wrap li {
	text-align: center;
}
.sec-product .product-wrap li p {
	line-height: 150%;
}
.sec-product .product-wrap li .txt-wrap {
	padding: 30px 2% 0;
}
.sec-product .product-wrap li .txt {
	padding-bottom: 10px;
}
.sec-product .product-wrap .btn-wrap {
	max-width: 680px;
	width: 88%;
	margin: 0 auto;
	padding: 30px 2%;
	box-sizing: border-box;
	border: 3px solid #E8AD45;
	text-align: center;
}
.sec-product .product-wrap .btn-wrap .price-wrap {
	padding: 10px 0 25px;
}
.sec-product .product-wrap .btn-wrap .tag {
	padding: 0 15px;
	border: 1px solid #111;
}
.sec-product .product-wrap .btn-wrap .price {
	font-size: 2.2rem;
	font-weight: 700;
}
.sec-product .product-wrap .btn-wrap .price span {
	display: inline-block;
	color: #94252A;
	margin-left: 1em;
}
.sec-product .product-wrap .btn-wrap .btn-base {
	max-width: 360px;
	width: 90%;
	margin: 0 auto;
	text-align: left;
}
	@media (min-width: 641px) {
		.sec-product .product-wrap ul {
			display: flex;
			justify-content: space-between;
			padding: 50px 0;
		}
		.sec-product .product-wrap li {
			width: 31.6%;
		}
		.sec-product .product-wrap .btn-wrap .price-wrap {
			display: flex;
			align-items: center;
			justify-content: center;
		}
		.sec-product .product-wrap .btn-wrap p {
			justify-content: center;
		}
		.sec-product .product-wrap .btn-wrap .tag {
			margin-right: 25px;
		}
	}
	@media screen and (max-width: 1300px) {
		.sec-product .product-wrap .readtxt {
			font-size: 2.0rem;
			line-height: 170%;
		}
	}
	@media screen and (max-width: 768px) {
		.sec-product {
			padding-top: 60px;
		}
	}
	@media screen and (max-width: 640px) {
		.sec-product .product-wrap {
			padding: 50px 0;
		}
		.sec-product .product-wrap .readtxt {
			font-size: 1.8rem;
		}
		.sec-product .product-wrap ul {
			padding: 35px 0;
		}
		.sec-product .product-wrap li figure {
			width: 80%;
			margin: 0 auto;
		}
		.sec-product .product-wrap li .txt-wrap {
			padding: 5% 5% 6%;
		}
		.sec-product .product-wrap .btn-wrap .tag {
			display: inline-block;
		}
		.sec-product .product-wrap .btn-wrap .price {
			font-size: 2.0rem;
		}
		.sec-product .product-wrap .btn-wrap .price-wrap {
			padding: 10px 0;
		}
	}

/*  sec-feature
------------------------------------------------ */
.sec-feature {
	position: relative;
	background: #EFF1FB;
	margin: 154px auto 0;
	padding: 90px 0;
}
.sec-feature .section-inner {
	position: relative;
	max-width: 1072px;
	background: #fff;
	padding: 95px 90px;
	box-sizing: border-box;
}
.sec-feature .txt-wrap h2 {
	font-size: 3.0rem;
}
.sec-feature .txt-wrap .number {
	margin-top: 15px;
}
.sec-feature .txt-wrap h3 {
	font-size: 2.2rem;
	padding: 15px 0 30px;
}
.sec-feature .img01 {
	max-width: 295px;
}
.sec-feature .img02 {
	position: absolute;
	top: 100%;
	width: 361px;
	z-index: 30;
}
	@media (min-width: 901px) {
		.sec-feature .txt-wrap {
			width: 52.3%;
		}
		.sec-feature .img01 {
			position: absolute;
			right: 95px;
			bottom: 90px;
			width: 27.5%;
		}
		.sec-feature .img02 {
			left: 50%;
			transform: translateX(-50%);
			margin: -155px 0 0 -63px;		
		}
	}
	@media screen and (max-width: 1300px) {
		.sec-feature {
			margin-top: 100px;
		}
	}
	@media screen and (max-width: 900px) {
		.sec-feature {
			padding: 12% 0;
		}
		.sec-feature .section-inner {
			padding: 9% 8%;
		}
		.sec-feature .img01 {
			width: 50%;
			margin: 30px auto 0;
		}
		.sec-feature .img02 {
			right: 5%;
			width: 47%;
			margin: -15% 0% 0 0;
		}
	}
	@media screen and (max-width: 768px) {
		.sec-feature {
			margin-top: 40px;
		}
	}
	@media screen and (max-width: 640px) {
		.sec-feature .txt-wrap h2 {
			font-size: 6vw;
		}
		.sec-feature .txt-wrap .number {
			margin-top: 10px;
		}
		.sec-feature .txt-wrap h3 {
			font-size: 5vw;
			padding: 4% 0 7%;
		}
	}

/*  sec-history
------------------------------------------------ */
.sec-history {
	padding: 120px 0 210px;
}
.sec-history .cont-box .number {
	margin-bottom: 15px;
}
	@media (min-width: 769px) {
		.sec-history {
			display: flex;
			align-items: center;
			justify-content: space-between;
			padding: 120px 0 210px;
		}
		.sec-history .cont-box {
			width: 53%;
			margin-bottom: 0;
		}
		.sec-history figure {
			width: 30%;
		}		
	}
	@media screen and (max-width: 1300px) {
		.sec-history {
			padding: 100px 0 150px;
		}
	}
	@media screen and (max-width: 960px) {
		.sec-history figure {
			width: 36%;
		}
	}
	@media screen and (max-width: 768px) {
		.sec-history {
			width: 90%;
			margin: 0 auto;
			padding: 60px 0;
		}
		.sec-history .cont-box .number {
			margin-bottom: 10px;
		}
		.sec-history figure {
			max-width: 422px;
			width: 80%;
			margin: 0 auto;
		}
	}

/*  sec-efficacy
------------------------------------------------ */
.sec-efficacy {
	background: #fff;
	padding-bottom: 75px;
	position: relative;
	z-index: 1;
}
.sec-efficacy .cont-column {
	padding: 75px 0 0;
}
.sec-efficacy .ttl-column h3 {
	padding-top: 75px;
	padding-bottom: 60px;
}
.sec-efficacy .ttl-column h3 span {
	padding-top: 130px;
}
.sec-efficacy .cont-column h3 {
	font-size: 2.0rem;
	padding-bottom: 15px;
}
.sec-efficacy p + h3 {
	margin-top: 50px;
}
.sec-efficacy table {
	width: 100%;
	margin-top: 15px;
	border-top: 1px solid #707070;
}
.sec-efficacy th {
	font-weight: 300;
}
.sec-efficacy tr {
	border-bottom: 1px solid #707070;
}
.sec-efficacy thead th {
	width: 50%;
}
.sec-efficacy thead th:first-child,
.sec-efficacy tbody th {
	border-right: 1px solid #707070;
}
.sec-efficacy th,
.sec-efficacy td {
	padding: 10px;
	text-align: center;
}
.sec-efficacy .attention {
	margin: 60px 0 0;
	padding: 30px;
	background: #F6F0DE;
}
.sec-efficacy .attention ol + p {
	margin-top: 40px;
}
	@media (min-width:1201px) {
		.sec-efficacy .left-column {
			width: 56.4%;
			float: left;
		}
		.sec-efficacy .right-column {
			width: 33.8%;
			float: right;
		}
	}
	@media (min-width:961px) {
		.sec-efficacy .ttl-column h2 {
			margin-top: -75px;
		}
	}
	@media screen and (max-width:1200px) {
		.sec-efficacy .left-column {
			margin: 0 0 50px;
		}
		.sec-efficacy .column02 .ttl-column {
			width: 240px;
		}
	}
	@media screen and (max-width:768px) {
		.sec-efficacy {
			width: 93.75%;
			margin: 0 auto;
			box-sizing: border-box;
			padding-bottom: 9%;
		}
		.sec-efficacy .column02 {
			display: block;
		}
		.sec-efficacy .ttl-column {
			width: 100%;
			margin: 0 auto;
		}
		.sec-efficacy .ttl-column .ttl {
			display: flex;
			justify-content: center;
			width: 100%;
			margin: 0 auto;
			padding: 0;
			text-align: center;
		}
		.sec-efficacy .ttl-column .ttl h2 {
			float: none;
			margin-top: 50px;
		}
		.sec-efficacy .ttl-column .ttl h3 {
			padding: 0 0 0 8%;
		}
		.sec-efficacy .attention {
			margin-top: 40px;
			padding: 30px 5%;
		}
	}
.sec-efficacy + .bg-img {
	margin-top: -95px;
}
	@media screen and (max-width: 768px) {
		.sec-efficacy + .bg-img {
			margin-top: -60px;
		}
	}

/*=================================================
#footer
==================================================*/
#footer {
	margin-top: 154px;
}
#footer .footer {
	padding: 154px 0 150px;
	background: #fff;
}
#footer .logo {
	width: 287px;
	margin: 0 auto 80px;
}
#footer .info-wrap {
	text-align: center;
}
#footer .info-wrap ul {
	justify-content: center;
}
	@media screen and (max-width: 1300px) {
		#footer {
			margin-top: 100px;
		}
		#footer .footer {
			padding: 75px 0 100px;
		}
		#footer .logo {
			width: 200px;
			margin-bottom: 55px;
		}
	}
	@media screen and (max-width: 768px) {
		#footer {
			margin-top: 50px;
		}
		#footer .footer {
			padding: 15% 0;
		}
		#footer .logo {
			max-width: 287px;
			width: 50%;
		}
	}

/*=================================================
#add 20201030
==================================================*/
.postage{
	margin: -10px auto 10px;}