@charset "utf-8";
/* CSS Document */


/* ********************** 共通部分CSS ****************************** */
html {
	font-size: 10px;
}
body {
 		font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
		font-size: 1.4rem;
}



h1 , h2 , h3 , h4 {
	clear: both;
}

.page p , .single p{
	margin-bottom: 30px;
	line-height: 1.8;
	font-size: 18px;
}

a {
	text-decoration: none;
	color: #3D3737;
}
a.detail {
	text-align: center!important;
	margin-bottom: 15px;
	text-decoration: underline!important;
}

p {
	line-height: 1.8;
}

li {
	list-style: none;
}

img {
	max-width: 100%;
}

.flexbox {
	display: -webkit-flex;
    display: flex;
	justify-content: space-between;
    -webkit-flex-wrap: wrap;
   	flex-wrap: wrap;
}

.flexbox2 {
	display: -webkit-flex;
    display: flex;
	justify-content: flex-start;
    -webkit-flex-wrap: wrap;
   	flex-wrap: wrap;
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

.center-block {
	display:block;
	margin-right:auto;
	margin-left:auto;
}

.text-center {
	text-align:center;
}

.big {
	font-size:1.8rem;
	font-weight:bold;
}

.small {
	font-size:0.8em;
}

.red {
	color:#e74c3c;
	font-weight:bold;
}

.blue {
	color:#2980b9;
	font-weight:bold;
}

.green {
	color:#27ae60;
	font-weight:bold;
}

.orange {
	color:#f39c12;
	font-weight:bold;
}



/* ******************************************************

間隔CSS

******************************************************* */
:root {
  --primary-color: #3774B5;
	--base-color: #F3F8F9;
	--orange-color: #F75F00;
	--yellow-color: #FFBB00;
	--txt-color: #525263;
}

.inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

#wrap {
	padding-top: 93px;
}
header {
  width: 100%;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 20;
}
.header-top {
  background-color: var(--primary-color);
}
.header-top .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-caption {
  display: flex;
  align-items: center;
	grid-gap: 3rem;
  color: #FFFFFF;
}
.header-caption p {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.header-caption p span {
	color: var(--yellow-color);
}
.header-menu ul {
  display: flex;
  align-items: center;
	grid-gap: 1.1rem;
}
.header-menu ul li {
  color: #FFFFFF;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.header-bottom {
	width: 100%;
	padding: 0 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #FFF;
}
#gnav ul {
	display: flex;
	align-items: center;
	grid-gap: 2rem;
}
#gnav ul li a {
	font-size: 1.7rem;
	font-weight: 600;
	color: var(--primary-color);
	text-decoration: none;
}
.keisai .head-drawer-menu {
	display: none;
}
.logo {
	max-width: 26rem;
}
.keisai {
	max-width: 25rem;
}

figure img {
	width: 100%;
	height: auto;
}

section {
	background-color: var(--base-color);
	text-align: center;
}
.container {
	padding: 4rem 2rem;
	max-width: 1040px;
	margin: 0 auto;
}

.main-img {
	width: 100%;
	background-image: url(./img/kv_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.main-img .container {
	position: relative;
	max-width: 1016px;
	margin: 0 auto;
	padding: 0;
}
.main-img .container .main-img-btn {
	position: absolute;
	bottom: 5.3rem;
	left: 0;
	right: 0;
	z-index: 1;
	text-align: center;
}

.btn,
.main-img .container .main-img-btn .buyLink {
	height: 60px;
	line-height: 58px;
	border-radius: 30px;
	display: inline-block;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-size: 23px;
	font-weight: 600;
	padding: 0 4rem;
	background-color: var(--orange-color);
	letter-spacing: 0.05em;
	transition: all 0.2s ease;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.btn:hover,
.main-img .container .main-img-btn .buyLink:hover {
	opacity: 0.7;
}
.btn {
	width: 100%;
	font-size: 15px;
	font-weight: 500;
}

#what .container {
	padding-bottom: 0;
}
#what h2 {
	text-align: center;
	color: var(--primary-color);
	font-size: 21px;
	font-weight: 600;
	line-height: 36px;
	margin-bottom: 3.6rem;
}
#what p {
	text-align: center;
	color: var(--txt-color);
	font-size: 17px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 2rem;
}
#what figure img {
	max-width: 700px;
}

#seido {
	width: 100%;
	background-image: url(./img/seido_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 6rem;
}
#seido h2 {
	text-align: center;
	color: var(--primary-color);
	font-size: 21px;
	font-weight: 600;
	line-height: 36px;
	margin-bottom: 2.8rem;
}
#seido p {
	text-align: center;
	color: var(--txt-color);
	font-size: 17px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 2.6rem;
}
#seido figure img {
	max-width: 310px;
}

#strong {
	background-color: #FFFFFF;
}
#strong .container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	padding: 7rem 2rem;
}
#strong h2 {
	text-align: center;
	color: var(--primary-color);
	font-size: 21px;
	font-weight: 600;
	line-height: 36px;
	margin-bottom: 1.2rem;
}
#strong p {
	text-align: center;
	color: var(--txt-color);
	font-size: 17px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 2.5rem;
}
#strong p.cap {
	text-align: left;
	color: #707070;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 2.5rem;
	padding-left: 20px;
}
#strong ul {
	margin-bottom: 1rem;
}
#strong ul li {
	background-color: var(--primary-color);
	text-align: center;
	color: #FFF;
	font-size: 17px;
	font-weight: 400;
	line-height: 40px;
	border-radius: 20px;
	margin-bottom: 0.5rem;
}
.strong-img {
	padding-left: 6rem;
}
#strong figure img {
	max-width: 100%;
}

#osusume {
	background-color: var(--base-color);
}
#osusume .container {
	align-items: center;
	padding: 6.6rem 2rem 0;
	position: relative;
}
#osusume h2 {
	text-align: center;
	color: var(--primary-color);
	font-size: 21px;
	font-weight: 600;
	line-height: 36px;
	margin-bottom: 7.4rem;
}
#osusume h2 span {
	position: relative;
	padding: 0 35px;
}
#osusume h2 span:before {
	content: "";
	width: 2px;
	height: 30px;
	background-color: var(--primary-color);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	transform: rotate(-35deg);
}
#osusume h2 span:after {
	content: "";
	width: 2px;
	height: 30px;
	background-color: var(--primary-color);
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
	transform: rotate(35deg);
}
#osusume p {
	text-align: center;
	color: var(--txt-color);
	font-size: 17px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 2.5rem;
}
.osusume_comment {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.osusume_comment li {
	position: absolute;
	z-index: 1;
	color: #FFF;
	background-color: var(--primary-color);
	padding: 18px 40px;
	font-size: 17px;
	font-weight: 600;
}
.osusume_comment li:nth-child(1) {
	left: 58px;
	top: 50%;
	margin-top: -106px;
}
.osusume_comment li:nth-child(1):after {
	content: "";
	width: 23px;
	height: 39px;
	background-color: var(--primary-color);
	position: absolute;
	bottom: -38px;
	left: 24px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.osusume_comment li:nth-child(2) {
	left: 0;
	top: 50%;
	margin-top: 10px;
}
.osusume_comment li:nth-child(2):after {
	content: "";
	width: 23px;
	height: 39px;
	background-color: var(--primary-color);
	position: absolute;
	bottom: -38px;
	left: 24px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.osusume_comment li:nth-child(3) {
	right: 58px;
	top: 50%;
	margin-top: -106px;
}
.osusume_comment li:nth-child(3):after {
	content: "";
	width: 23px;
	height: 39px;
	background-color: var(--primary-color);
	position: absolute;
	bottom: -38px;
	right: 24px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.osusume_comment li:nth-child(4) {
	right: 0;
	top: 50%;
	margin-top: 10px;
}
.osusume_comment li:nth-child(4):after {
	content: "";
	width: 23px;
	height: 39px;
	background-color: var(--primary-color);
	position: absolute;
	bottom: -38px;
	right: 24px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
#osusume figure img {
	max-width: 387px;
}

#buy {
	width: 100%;
	background-image: url(./img/buy_bg.png);
	background-size: 100%;
	background-repeat: repeat;
}
#buy .container {
	padding-top: 4.75rem;
	padding-bottom: 7.2rem;
}
#buy h2 {
	text-align: center;
	color: var(--primary-color);
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
	margin-bottom: 3.9rem;
}
.buy-box {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 6.5px;
}
.kit {
	border-radius: 24px;
	background-color: #FFFFFF;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
	grid-template-rows: subgrid;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 62px 26rem auto 18rem;
	--kit-color: #00B2B2;
}
.kit:nth-child(2) {
	--kit-color: #C55281;
}
.kit:nth-child(3) {
	--kit-color: #965752;
}
.kit h3 {
	border-radius: 24px 24px 0 0;
	background-color: var(--kit-color);
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	padding: 0 1rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
}
.kit .buy-box-img {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.kit .buy-box-img:after {
	content: "";
	height: 1px;
	display: block;
	border-bottom: solid 1px var(--kit-color);
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 0;
}
.kit .buy-box-img img {
	max-width: 24rem;
	width: 100%;
	height: auto;
}
.buy-box-info {
	padding: 24px 24px 24px;
	text-align: left;
}
.buy-box-info p {
	margin-bottom: 20px;
	font-size: 14px;
	color: var(--txt-color);
}
.buy-box-info dl {
	display: grid;
	grid-template-columns: 70px auto;
	grid-gap: 15px 12px;
}
.buy-box-info dl dt .label {
	color: #FFF;
	background-color: #707070;
	width: 100%;
	text-align: center;
	display: inline-block;
	padding: 2px 0;
	font-size: 15px;
}
.buy-box-info dl dd {
	color: var(--txt-color);
	font-size: 14px;
}
.cart {
	padding: 0 24px 0;
}
.cart .btn {
	margin-bottom: 17px;
}
.cart .cart-option-1 {
	text-align: center;
	margin-bottom: 7px;
}
.cart .cart-option-1 p {
	display: inline-block;
	width: 100%;
	max-width: 17rem;
	color: #FFFFFF;
	background-color: var(--primary-color);
	font-size: 12px;
	line-height: 1.2;
	padding: 6px;
}
.cart .cart-option-2 {
	text-align: center;
}
.cart .cart-option-2 p {
	display: inline-block;
	width: 100%;
	max-width: 17rem;
	color: var(--txt-color);
	border: solid 1px var(--primary-color);
	background-color: #FFF;
	font-size: 10px;
	line-height: 1.2;
	padding: 6px;
}
.cart .cart-option-2 p span {
	color: var(--primary-color);
	font-size: 12px;
}

#howto {
	background-color: #FFF;
}
#howto .container {
	align-items: center;
	padding: 4.2rem 2rem 11rem;
	position: relative;
}
#howto h2 {
	text-align: center;
	color: var(--primary-color);
	font-size: 19px;
	font-weight: 600;
	line-height: 26px;
	margin-bottom: 1.5rem;
}
#howto h2 span {
	position: relative;
	padding: 0 35px;
}
#howto h2 span:before {
	content: "";
	width: 2px;
	height: 30px;
	background-color: var(--primary-color);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	transform: rotate(-35deg);
}
#howto h2 span:after {
	content: "";
	width: 2px;
	height: 30px;
	background-color: var(--primary-color);
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
	transform: rotate(35deg);
}
#howto h3 {
	text-align: center;
	color: var(--primary-color);
	font-size: 24px;
	font-weight: 600;
	line-height: 33px;
	margin-bottom: 5.2rem;
}
.video {
	width: 100%;
	max-width: 83rem;
	margin: 0 auto;
}
.video_inner {
	width: 100%;
	padding-top: 56.2%;
	position: relative;
	overflow: hidden;
}
.video iframe {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#flow {
	width: 100%;
	background-color: var(--base-color);
}
#flow .container {
	padding-top: 6rem;
	padding-bottom: 6rem;
}
#flow h2 {
	text-align: center;
	color: var(--primary-color);
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
	margin-bottom: 6.8rem;
}
.flow_list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 3.6rem 1rem;
}
.flow_list_item {
	text-align: center;
	position: relative;
}
.flow_list_item:after {
	content: "";
	width: 22px;
	height: 25px;
	background-color: var(--primary-color);
	position: absolute;
	top: 90px;
	right: -11px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.flow_list_item:nth-child(7):after,
.flow_list_item:nth-child(8):after {
	display: none;
}
.flow_list_item figure {
	width: 132px;
	height: 132px;
	border-radius: 66px;
	margin: 0 auto 2.4rem;
	background-color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.flow_list_item figure img {
	width: 5.8rem;
	height: auto;
}
.flow_list_item h3 {
	color: var(--primary-color);
	font-size: 2rem;
	line-height: 34px;
	font-weight: 500;
	margin-bottom: 1.5rem;
}
.flow_list_item p {
	color: var(--txt-color);
	font-size: 1.6rem;
	line-height: 26px;
	font-weight: 400;
	padding: 0 1rem;
}
.flow_list_item p + p {
	margin-top: 2.4rem;
}
.flow_list_item p span {
	font-size: 1.2rem;
}

#faq {
	width: 100%;
	background-color: var(--base-color);
}
.faq_inner {
	background-color: #FFF;
	border-radius: 100px 100px 0 0;
}
#faq .container {
	padding-top: 8.9rem;
	padding-bottom: 3.3rem;
}
#faq h2 {
	text-align: center;
	color: var(--primary-color);
	font-size: 24px;
	font-weight: 600;
	line-height: 33px;
	margin-bottom: 2.8rem;
}
.qa {
	border-top: 2px solid var(--primary-color);
	border-bottom: 2px solid var(--primary-color);
	margin-bottom: 22px;
	padding: 24px 0 24px 3rem;
	text-align: left;
}
.qa .question {
	position: relative;
	padding-left: 64px;
	padding-top: 0.6rem;
}
.qa .question:before {
	content: "Q";
	font-size: 26px;
	background-color: var(--primary-color);
	color: #FFF;
	width: 45px;
	height: 45px;
	border-radius: 23px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.qa .question p {
	font-size: 18px;
	font-weight: 600;
	color: var(--primary-color);
}
.qa .answer {
	position: relative;
	padding-left: 64px;
	padding-top: 0.6rem;
	margin-top: 2rem;
}
.qa .answer:before {
	content: "A";
	font-size: 26px;
	background-color: var(--yellow-color);
	color: #FFF;
	width: 45px;
	height: 45px;
	border-radius: 23px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.qa .answer p {
	font-size: 16px;
	font-weight: 4	00;
	color: var(--primary-color);
}

#result {
	width: 100%;
	background-color: var(--base-color);
}
#result .container {
	padding-top: 4.7rem;
	padding-bottom: 5.5rem;
}
#result h2 {
	text-align: center;
	color: var(--primary-color);
	font-size: 24px;
	font-weight: 600;
	line-height: 33px;
	margin-bottom: 3.4rem;
}
.result_txt {
	max-width: 80rem;
	margin: 0 auto 13px;
	text-align: left;
	padding: 0 10px;
}
.result_txt p {
	font-size: 15px;
	line-height: 26px;
	color: var(--txt-color);
}
.result_txt p + p {
	margin-top: 26px;
}
.result_txt p.small {
	font-size: 1.4rem;
	line-height: 24px;
}
.result_box {
	max-width: 80rem;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
	padding: 24px 12px;
}
.result_box p {
	font-size: 15px;
	line-height: 26px;
	color: var(--txt-color);
}

#footMenu {
	background-color: var(--primary-color);
	padding-bottom: 20rem;
}
.footer_box {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 35px;
}
.f-list {
	text-align: left;
}
.f-list p,
.f-list ul li {
	text-align: left;
	color: #FFF;
	font-size: 14px;
	line-height: 24px;
}
.f-list p a {
	color: #FFF;
}
.f-list p + p,
.f-list p + ul {
	margin-top: 24px;
}

.footer_top {
	background-color: #1F4F81;
}
.footerMenu {
	display: flex;
	align-items: center;
	justify-content: center;
	grid-gap: 3.8rem;
}
.footerMenu li a {
	color: #FFF;
	text-decoration: none;
	font-size: 17px;
}
.footer_bottom {
	text-align: center;
	padding: 35px 0;
}
.copy-right {
	color: var(--primary-color);
	font-size: 14px;
}

#menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 30;
	background-color: var(--primary-color);
	padding: 0 !important;
}
#menu .menu-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #FFF;
	padding: 12px 20px;
}
#menu .menu-header p {
	margin: 0 !important;
}
#closemenu img {
	width: 24px;
	height: auto;
	margin-top: 5px;
}
#menu .menuList {
	display: block;
	padding-top: 40px;
}
#menu .menuList ul {
	display: block;
}
#menu .menuList ul li {
	display: block;
	text-align: center;
	line-height: 1.2;
}
#menu .menuList ul li a {
	color: #FFF;
	font-size: 19px;
	font-weight: 600;
	padding: 15px;
	display: block;
}

#menu {
	display: none;
}
.fixMenu {
	display: none;
}

@media screen and (min-width:768px) { 
	.sp {
		display: none !important;
	}
}
@media screen and (max-width:767px) { 
	.pc {
		display: none !important;
	}
}

/* *****************************************************

tablet用CSS

****************************************************** */
@media screen and (max-width:1199px) {
	#gnav {
		display: none;
	}
	.keisai {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		max-width: 30rem;
	}
	.keisai .head-drawer-menu {
		margin-left: 10px;
		display: block;
		height: 36px;
	}
	.keisai .head-drawer-menu img {
		width: 48px;
		height: auto;
	}

	#footMenu {
		padding-bottom: 4rem;
	}
	.footer_box {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 35px;
	}
	.f-list p,
	.f-list ul li {
		font-size: 15px;
		line-height: 24px;
	}

	.footerMenu {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 0;
		margin-bottom: 3rem;
	}
	.footerMenu li {
		text-align: center;
		border-right: solid 1px #FFF;
		border-bottom: solid 1px #FFF;
	}
	.footerMenu li:nth-child(1),
	.footerMenu li:nth-child(2) {
		border-top: solid 1px #FFF;
	}
	.footerMenu li:nth-child(2n-1) {
		border-left: solid 1px #FFF;
	}
	.footerMenu li:last-child {
		border-right: solid 1px #FFF;
	}
	.footerMenu li a {
		font-size: 14px;
		display: block;
		padding: 5px;
	}
}

/* *****************************************************

tablet用CSS

****************************************************** */
@media screen and (max-width:899px) {
	#osusume .container {
		padding: 2.1rem 1.5rem 0;
	}
	#osusume h2 {
		font-size: 21px;
		font-weight: 600;
		line-height: 36px;
		margin-bottom: 16.6rem;
	}
	.osusume_comment li:nth-child(1) {
		left: 30px;
		top: 80px;
		margin-top: 0;
	}
	.osusume_comment li:nth-child(1):after {
		content: "";
		width: 12px;
		height: 14px;
		bottom: -13px;
		left: 24px;
	}
	.osusume_comment li:nth-child(2) {
		left: 15px;
		top: 180px;
		margin-top: 0;
	}
	.osusume_comment li:nth-child(2):after {
		content: "";
		width: 12px;
		height: 14px;
		bottom: -13px;
		left: 24px;
	}
	.osusume_comment li:nth-child(3) {
		right: 30px;
		top: 80px;
		margin-top: 0;
	}
	.osusume_comment li:nth-child(3):after {
		content: "";
		width: 12px;
		height: 14px;
		bottom: -13px;
		right: 24px;
	}
	.osusume_comment li:nth-child(4) {
		right: 15px;
		top: 180px;
		margin-top: 0;
	}
	.osusume_comment li:nth-child(4):after {
		content: "";
		width: 12px;
		height: 14px;
		bottom: -13px;
		right: 24px;
	}
	#osusume figure img {
		max-width: 182px;
		transform: translateX(-10%);
	}
}

/* *****************************************************

スマホ用CSS

****************************************************** */

@media screen and (max-width:767px) { 
	.inner {
		padding: 0 15px;
	}
	#wrap {
		padding-top: 50px;
	}
	#head {
		height: auto;
	}
	.header-caption p {
		font-size: 12px;
		font-weight: 600;
	}
	.header-menu {
		display: none;
	}
	.header-bottom {
		padding: 5px 1.5rem;
	}
	#gnav {
		display: none;
	}
	.logo {
		max-width: 16rem;
	}
	.keisai {
		max-width: 17rem;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	.keisai .head-drawer-menu {
		margin-left: 10px;
		display: block;
		height: 22px;
	}
	.keisai .head-drawer-menu img {
		width: 48px;
		height: auto;
	}

	.container {
		padding: 2rem 1.5rem;
	}

	.main-img .container .main-img-btn {
		bottom: 2.6rem;
	}

	.btn,
	.main-img .container .main-img-btn .buyLink {
		height: 46px;
		line-height: 44px;
		border-radius: 23px;
		font-size: 16px;
		padding: 0 4rem;
	}
	.btn {
		font-size: 20px;
		font-weight: 600;
		color: #FFF !important;
	}

	#what .container {
		padding-top: 33px;
		padding-bottom: 30px;
	}
	#what h2 {
		font-size: 21px;
		font-weight: 600;
		line-height: 36px;
		margin-bottom: 2.6rem;
	}
	#what p {
		font-size: 16px;
		font-weight: 400;
		line-height: 27px;
		margin-bottom: 0rem;
	}
	#what figure {
		margin-bottom: 2.5rem;
	}
	#what figure img {
		max-width: 330px;
	}

	#seido {
		padding-top: 2.6rem;
	}
	#seido h2 {
		font-size: 21px;
		font-weight: 600;
		line-height: 36px;
		margin-bottom: 5rem;
	}
	#seido p {
		font-size: 16px;
		font-weight: 400;
		line-height: 27px;
		margin-bottom: 2.6rem;
	}
	#seido figure img {
		max-width: 250px;
	}

	#strong .container {
		display: grid;
		grid-template-columns: 1fr;
		align-items: center;
		padding: 2.7rem 1.5rem 2rem;
	}
	#strong h2 {
		font-size: 21px;
		font-weight: 600;
		line-height: 36px;
		margin-bottom: 1.2rem;
	}
	#strong p {
		font-size: 15px;
		font-weight: 400;
		line-height: 25px;
		margin-bottom: 2.5rem;
	}
	#strong p.cap {
		text-align: center;
		font-size: 13px;
		font-weight: 400;
		line-height: 26px;
		margin-bottom: 0;
		padding-left: 0px;
	}
	#strong ul {
		margin-bottom: 1rem;
	}
	#strong ul li {
		font-size: 14px;
		font-weight: 600;
		line-height: 40px;
		border-radius: 10px;
		margin-bottom: 1.1rem;
	}
	.strong-img {
		padding-left: 0;
	}
	#strong figure {
		margin-bottom: 2.7rem;
	}
	#strong figure img {
		max-width: 31rem;
	}

	#osusume .container {
		padding: 2.1rem 1.5rem 0;
	}
	#osusume h2 {
		font-size: 21px;
		font-weight: 600;
		line-height: 36px;
		margin-bottom: 16.6rem;
	}
	.osusume_comment li {
		padding: 5px 18px;
		font-size: 15px;
		font-weight: 600;
		text-align: left;
	}
	.osusume_comment li:nth-child(1) {
		left: 30px;
		top: 80px;
		margin-top: 0;
	}
	.osusume_comment li:nth-child(1):after {
		content: "";
		width: 12px;
		height: 14px;
		bottom: -13px;
		left: 24px;
	}
	.osusume_comment li:nth-child(2) {
		left: 15px;
		top: 180px;
		margin-top: 0;
	}
	.osusume_comment li:nth-child(2):after {
		content: "";
		width: 12px;
		height: 14px;
		bottom: -13px;
		left: 24px;
	}
	.osusume_comment li:nth-child(3) {
		right: 30px;
		top: 80px;
		margin-top: 0;
	}
	.osusume_comment li:nth-child(3):after {
		content: "";
		width: 12px;
		height: 14px;
		bottom: -13px;
		right: 24px;
	}
	.osusume_comment li:nth-child(4) {
		right: 15px;
		top: 180px;
		margin-top: 0;
	}
	.osusume_comment li:nth-child(4):after {
		content: "";
		width: 12px;
		height: 14px;
		bottom: -13px;
		right: 24px;
	}
	#osusume figure img {
		max-width: 182px;
		transform: translateX(-10%);
	}

	#buy {
		width: 100%;
		background-size: 200%;
		background-repeat: repeat;
	}
	#buy .container {
		padding-top: 3.75rem;
		padding-bottom: 4.2rem;
	}
	#buy h2 {
		font-size: 21px;
		font-weight: 600;
		line-height: 36px;
		margin-bottom: 1.9rem;
	}
	.buy-box {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 3.7rem;
	}
	.kit {
		border-radius: 12px;
		grid-template-rows: subgrid;
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: auto auto auto auto;
	}
	.kit h3 {
		border-radius: 12px 12px 0 0;
		font-size: 18px;
		font-weight: 600;
		padding: 16px 0 20px;
	}
	.kit .buy-box-img {
		padding: 20px 0;
	}
	.kit .buy-box-img img {
		max-width: 20rem;
	}
	.kit .buy-box-img:after {
		left: 15px;
		right: 15px;
	}
	.buy-box-info {
		padding: 15px;
		text-align: center;
	}
	.buy-box-info p {
		margin-bottom: 20px;
		font-size: 14px;
		color: var(--txt-color);
	}
	.buy-box-info dl {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 15px 12px;
	}
	.buy-box-info dl dt .label {
		width: 17rem;
		padding: 2px 0;
		font-size: 16px;
	}
	.buy-box-info dl dd {
		font-size: 16px;
	}
	.cart {
		padding: 0 15px 15px;
	}
	.cart .btn {
		margin-bottom: 17px;
	}
	.cart .cart-option-1 {
		text-align: center;
		margin-bottom: 7px;
	}
	.cart .cart-option-1 p {
		width: 100%;
		max-width: 20rem;
		font-size: 20px;
		line-height: 1.2;
		padding: 6px;
	}
	.cart .cart-option-2 {
		text-align: center;
	}
	.cart .cart-option-2 p {
		width: 100%;
		max-width: 20rem;
		font-size: 12px;
		line-height: 1.2;
		padding: 6px;
	}
	.cart .cart-option-2 p span {
		font-size: 16px;
	}

	#howto .container {
		padding: 4.2rem 1.5rem 3.6rem;
	}
	#howto h2 {
		font-size: 16px;
		font-weight: 400;
		line-height: 26px;
		margin-bottom: 1.2rem;
	}
	#howto h2 span {
		position: relative;
		padding: 0 20px;
	}
	#howto h3 {
		font-size: 20px;
		font-weight: 600;
		line-height: 33px;
		margin-bottom: 1.2rem;
	}

	#flow .container {
		padding-top: 2.3rem;
		padding-bottom: 2rem;
	}
	#flow h2 {
		font-size: 21px;
		font-weight: 600;
		line-height: 26px;
		margin-bottom: 3rem;
	}
	.flow_list {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 4rem;
	}
	.flow_list_item {
		text-align: left;
		display: grid;
		grid-template-columns: 66px auto;
		grid-gap: 0 25px;
		align-items: flex-start;
		padding-bottom: 10px;
	}
	.flow_list_item:after {
		content: "";
		width: 24px;
		height: 20px;
		top: auto;
		bottom: -20px;
		right: auto;
		left: 50%;
		margin-left: -12px;
		clip-path: polygon(0 0, 100% 0, 50% 100%);
	}
	.flow_list_item:nth-child(7),
	.flow_list_item:nth-child(8) {
		padding-bottom: 0;
	}
	.flow_list_item:nth-child(7):after,
	.flow_list_item:nth-child(8):after {
		display: none;
	}
	.flow_list_item figure {
		width: 66px;
		height: 66px;
		border-radius: 33px;
		margin: 0 auto 2.4rem;
		grid-column: 1;
		grid-row: 1 / 3;
	}
	.flow_list_item figure img {
		width: 2.4rem;
		height: auto;
	}
	.flow_list_item h3 {
		font-size: 1.8rem;
		line-height: 32px;
		font-weight: 500;
		margin-bottom: 0;
		grid-column: 2;
		grid-row: 1;
	}
	.flow_list_item p {
		font-size: 1.6rem;
		line-height: 26px;
		font-weight: 400;
		padding: 0;
		grid-column: 2;
		grid-row: 2;
	}
	.flow_list_item p + p {
		margin-top: 2.4rem;
	}
	.flow_list_item p span {
		font-size: 1.2rem;
	}

	.faq_inner {
		border-radius: 50px 50px 0 0;
	}
	#faq .container {
		padding-top: 3.4rem;
		padding-bottom: 3.3rem;
	}
	#faq h2 {
		font-size: 19px;
		font-weight: 600;
		line-height: 33px;
		margin-bottom: 2.8rem;
	}
	.qa {
		margin-bottom: 13px;
		padding: 24px 0 24px 0rem;
		text-align: left;
	}
	.qa .question {
		padding-left: 50px;
		padding-top: 0.2rem;
	}
	.qa .question:before {
		font-size: 18px;
		width: 32px;
		height: 32px;
		border-radius: 16px;
	}
	.qa .question p {
		font-size: 16px;
		font-weight: 600;
		color: var(--primary-color);
	}
	.qa .answer {
		padding-left: 50px;
		padding-top: 0.2rem;
		margin-top: 1rem;
	}
	.qa .answer:before {
		font-size: 18px;
		width: 32px;
		height: 32px;
		border-radius: 16px;
	}
	.qa .answer p {
		font-size: 16px;
		font-weight: 400;
	}

	#result .container {
		padding-top: 3.2rem;
		padding-bottom: 8%;
	}
	#result h2 {
		font-size: 19px;
		font-weight: 600;
		line-height: 33px;
		margin-bottom: 2.8rem;
	}
	.result_txt {
		margin: 0 auto 13px;
		padding: 0;
	}
	.result_txt p {
		font-size: 16px;
	}
	.result_txt p + p {
		margin-top: 26px;
	}
	.result_txt p.small {
		font-size: 1.5rem;
	}
	.result_box {
		padding: 14px 10px;
	}
	.result_box p {
		font-size: 15px;
		line-height: 26px;
	}

	.footerMenu {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 0;
		margin-bottom: 3rem;
	}
	.footerMenu li {
		text-align: center;
		border-right: solid 1px #FFF;
		border-bottom: solid 1px #FFF;
	}
	.footerMenu li:nth-child(1),
	.footerMenu li:nth-child(2) {
		border-top: solid 1px #FFF;
	}
	.footerMenu li:nth-child(2n-1) {
		border-left: solid 1px #FFF;
	}
	.footerMenu li:last-child {
		border-right: solid 1px #FFF;
	}
	.footerMenu li a {
		font-size: 10px;
		display: block;
		padding: 5px;
	}

	.footer_bottom {
		padding: 27px 0 80px;
	}
	.copy-right {
		font-size: 10px;
	}

	.fixMenu {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 10;
	}
	.fixMenu .flexbox {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.fixMenu .flexbox .cartlink {
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #F75F00;
		color: #FFFFFF;
		text-align: center;
		height: 44px;
		line-height: 42px;
		font-size: 15px;
		font-weight: 600;
		text-decoration: none;
	}
	.fixMenu .flexbox .cartlink img {
		width: 20px;
		height: auto;
		margin-right: 5px;
	}
	.fixMenu .flexbox .tel {
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: var(--primary-color);
		color: #FFFFFF;
		text-align: center;
		height: 44px;
		line-height: 42px;
		font-size: 15px;
		font-weight: 600;
		text-decoration: none;
	}
	.fixMenu .flexbox .tel img {
		width: 21px;
		height: auto;
		margin-right: 5px;
	}
}
