@charset "utf-8";

@font-face {
	font-family: 'Noto Sans JP';
	src: url('/font/NotoSansJP-VariableFont_wght.woff2') format('woff2'),
		url('/font/NotoSansJP-VariableFont_wght.woff') format('woff'),
		url('/font/NotoSansJP-VariableFont_wght.eot') format('eot'),
		url('/font/NotoSansJP-VariableFont_wght.ttf') format('truetype'),
}

@font-face {
	font-family: 'Noto Serif JP';
	src: url('/font/NotoSerifJP-VariableFont_wght.woff2') format('woff2'),
		url('/font/NotoSerifJP-VariableFont_wght.woff') format('woff'),
		url('/font/NotoSerifJP-VariableFont_wght.eot') format('eot'),
		url('/font/NotoSerifJP-VariableFont_wght.ttf') format('truetype'),
}

:root {
	--sp-pd: 15vw;
	--pad10: 7.5vw;
	--pad5: 5vw;
	--pad-h2-yoko: 2.5vw;
}

/* RESET CSS */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
img,
menu,
nav,
section {
	display: block
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquotevoice2,
q:after,
qvoice2 {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

img {
	padding: 0;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.form_modal_wrap {
	display: none;
}

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

body {
	width: 100%;
	font-size: 2.2rem;
	color: #371414;
	line-height: 1.7;
	-webkit-font-feature-settings: 'palt'1;
	font-feature-settings: 'palt'1;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	overflow-x: hidden;
	background: #fff;
}

.main {
	margin: 0 auto;
}

/*---電話番号PC時リンク無し----*/
a[href^="tel:"] {
	pointer-events: none;
	text-decoration: none;
	color: #666;
}

/*--- Clearfix ---*/
.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/*--- Float ---*/
.img_right {
	float: right;
	padding: 0 0 2rem 2rem;
}

.img_left {
	float: left;
	padding: 0 2rem 2rem 0;
}

.img_w {
	margin: 0 auto;
}

.img_max {
	width: 100%
}

/*--- PC・SP表示調整 ---*/
.pc {
	display: block;
}

.sp {
	display: none;
}

/* ---Font--- */
.u {
	text-decoration: underline;
}

.b {
	font-weight: bold;
}

.blue {
	color: #192d7b;
}

.black {
	color: #3f3f3f;
}

.r {
	color: #f94646;
}

.y {
	color: #ffff70;
}

.y2 {
	color: #fff2cc;
}

.w {
	color: #fff;
}

.wht {
	color: #fff !important;
}

.indent-1 {
	padding-left: 1em;
	text-indent: -1em;
}

.p_l {
	padding-left: 2vw;
}

.small3 {
	font-size: 73%;
	line-height: 1.4;
	display: inline-block;
}

.mark {
	color: #fdf579;
	background: #fdf579;
	font-weight: bold;
}

.mark_y {
	background: linear-gradient(transparent 70%, #fdf579 70%);
	padding: 0;
}

.mark_b {
	background: linear-gradient(#192d7b 50%, #192d7b 50%);
	padding: 0.3rem 0.6rem 0;
	display: inline-block;
}

.gra.mark_r {
	background: linear-gradient(#fc5a31 50%, #fc5a31 50%);
	padding: 0.3rem 0.6rem 0;
	display: inline-block;
}

.gra {
	color: #e3b172;
	background: linear-gradient(315deg, #e3b172 0%, #ffeec6 74%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	text-shadow: none;
}

.marker_r {
	position: relative;
	display: inline-block;
	background: #f94646;
	line-height: 1.2;
	display: inline-block;
	margin: .5rem;
	padding: .5rem 1rem;
	color: #fff;
}

.marker_wht {
	position: relative;
	display: inline-block;
	background: #fff;
	line-height: 1.2;
	margin: .5rem;
	padding: .5rem 1rem;
	color: #471c1c;
}

.gra_2 {
	color: #ffdba5;
}

.gra_b {
	line-height: 130%;
	letter-spacing: 0;
	color: #44b7e3;
	background: -webkit-linear-gradient(0deg, #192d7b, #44b7e3);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.bg_b {
	background: #0e1242;
	padding: 0.2rem 0.5rem;
	line-height: 1;
	display: inline-block;
}

.bg_y {
	background: #FDCC57;
}

.txt_c {
	text-align: center;
}

.txt_r {
	text-align: right;
}

.txt_l {
	text-align: left;
}

.db {
	display: block;
}

.xxxsmall {
	font-size: 40%;
}

.xxsmall {
	font-size: 50%;
}

.xsmall {
	font-size: 60%;
}

.small {
	font-size: 80%;
}

.small2 {
	font-size: 95%;
}

.small3 {
	font-size: 90%;
}

.small4 {
	font-size: 75%;
}

.small_cp_qa {
	font-size: 82%;
	line-height: 1.4;
	display: inline-block;
}

.large {
	font-size: 120%;
}

.xlarge {
	font-size: 140%;
}

.xxlarge {
	font-size: 150%;
}

.xxxlarge {
	font-size: 160%;
}

.xxxxlarge {
	font-size: 200%;
	line-height: 1;
	padding-bottom: 20px;
	display: inline-block;
}

.top_large {
	font-size: 220%;
	line-height: 1;
	padding-bottom: 20px;
	display: inline-block;
	margin-top: 3rem;
}

.top5rem {
	margin-top: 5rem;
}

.xxlarge.pt1 {
	line-height: .8;
}

.xlarge.sp_t3 {
	font-size: 90%;
}

.serif {
	font-family: 'Noto Serif JP', "serif";
}

.caption {
	background: #0B243E;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3;
	padding: 0.5rem 0;
	color: #fff;
	text-align: center;
}

.shadow {
	text-shadow: 0px 0px 10px #001f3d;
}

.shadow2 {
	text-shadow: 3px 3px 0 #fff;
}

.shadow3 {
	text-shadow: 5px 2px 10px rgb(255 255 255);
}

.shadow4 {
	text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}

.box_shadow_r {
	box-shadow: 40px -40px #e4f4f8;
}

.box_shadow_l {
	box-shadow: -40px -40px #e4f4f8;
}

.middle {
	margin: 2rem auto;
}

.middlex2 {
	margin: 4rem auto 8rem;
}

.bottom {
	margin: 0 auto 2rem;
}

.bottom10 {
	margin: 0 auto 10rem;
}

.top {
	margin: 2rem auto 0;
}

.top2 {
	margin: 5rem 0 0;
}

.w90 {
	width: 90%;
	margin-inline: auto;
}

.w80 {
	width: 80%;
	margin-inline: auto;
}

.w70 {
	width: 70%;
	margin-inline: auto;
}

.w100 {
	width: 100%;
	margin-inline: auto;
}

.b900 {
	font-weight: 900;
}

/* flerx */
.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex+.flex {
	margin-top: 2rem;
}

/* 注釈 */
.notice {
	padding-top: 1.5rem;
	font-size: 1.5rem;
	text-align: left;
	font-weight: 400;
	color: #929ba2;
}

.notice2 {
	padding-top: 1rem;
	font-size: 1.5rem;
	text-align: right;
	font-weight: 400;
	color: #8a8a8a;
	letter-spacing: 1px;
	width: 960px;
	margin: 0 auto;
}

.notice3 {
	padding-top: 1.5rem;
	font-size: 1.5rem;
	text-align: left;
	font-weight: 400;
	color: #929ba2;
}

.notice.black {
	color: #0B243E;
}

.notice.w {
	color: #fff;
}

p.notice.out {
	width: 960px;
	margin: 0 auto;
}

.notice.none {
	padding-top: 0;
}

/* page-link ----------------------*/
#page-link {
	display: flex;
	justify-content: center;
	padding: 20px;
}

#page-link a {
	list-style: none;
}

#page-link a {
	color: #333;
	padding: 0 20px;
	text-decoration: none;
}

#page-link a::before {
	content: '▼';
	font-size: 0.8rem;
	padding: 0 10px 0 0;
	color: #ccc;
}

/*----------------------------------------------------------------------------------------------
header
----------------------------------------------------------------------------------------------*/
header h1 {
	width: 100%;
	margin: 0 auto;
	color: #fff;
	font-size: 6rem;
	font-weight: bold;
	background: url(../img/head-pc-top-back.jpg);
	background-size: cover;
}

header h1 img {
	margin: 0 auto;
}

.header_mv {
	position: relative;
	width: 960px;
	margin: auto;
}

.header_mv video {
	position: absolute;
	width: 500px;
	left: calc((100% - 960px)/2);
	top: 360px;
}

.header-bottom {
	background: url(../img/header-bottom-back.jpg);
	background-size: cover;
	padding: 3rem 0 5rem;
}

header .form_wrap {
	margin: 2.5rem auto;
}

.header-bottom p {
	color: #fff;
}

/* section / sub-head / sec_inner 
-------------------------------------*/
section {
	padding: 7rem 0 0;
}

section.sec_no {
	padding: 0;
}

.sec_head {
	padding-top: 7rem;
}

.sec_inner {
	padding: 0rem 0 7rem;
	margin: 0 auto;
	width: 960px;
	z-index: 0
}

.no_bottom .sec_inner {
	padding: 0;
}

/* 共通 */
.sub_head {
	color: #471c1c;
	font-size: 5rem;
	font-weight: 900;
	line-height: 1.3;
	text-align: center;
	-webkit-font-feature-settings: 'palt'1;
	font-feature-settings: 'palt'1;
	margin: 0 auto 2rem;
	display: table;
	padding: 0 0 1.2rem;
	position: relative;
}

.sec_inner {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 7rem;
}

.sec_head {
	padding-top: 7rem;
}

.sec_wrap {
	max-width: 960px;
	margin: 0 auto;
	padding: 7rem 0;
}

.URL_not {
	text-decoration: none;
	color: inherit;
}

/*-------------------------------------------------------------------------------------------------------------------------------- 
↑ここまでデフォルト↑ 
----------------------------------------------------------------------------------------------------------------------------------*/
/*----section00----*/
#lp_sec00 {
	padding: 5rem 0 2rem;
	background: rgb(253, 241, 156);
	background: linear-gradient(0deg, rgba(253, 241, 156, 1) 0%, rgba(254, 128, 67, 1) 100%);
}

#lp_sec00 .sec_inner {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 0rem;
}

#lp_sec00 .form_wrap {
	width: 100%;
	margin: 0;
}

#lp_sec00 .form_txt {
	margin-top: 1rem;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.4;
}

#lp_sec00 .form_wrap a p {
	width: 750px;
	margin: auto;
	color: #fff;
	padding: 1rem 0 1.5rem;
	text-align: center;
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 1.3;
	background: #0088c9;
	border-radius: 10px;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/*----------------------------------------------------------------------------------------------
section0
----------------------------------------------------------------------------------------------*/
#lp_sec0 {
	background-color: #f5ef98;
	background-image: radial-gradient(at 50% 40%, #ffd992 0, transparent 50%), radial-gradient(at 80% 0%, hsla(0, 0%, 100%, 1) 0, transparent 50%), radial-gradient(at 0% 50%, hsla(0, 0%, 100%, 1) 0, #ffffff00 50%), radial-gradient(at 90% 60%, #f5ef98 0, #b7caee00 50%), radial-gradient(at 10% 100%, #f5ef98 0, transparent 50%), radial-gradient(at 80% 100%, hsl(0deg 0% 100%) 0, transparent 50%), radial-gradient(at 20% 29%, #ffd992 0, #ffffff00 50%);
	background-attachment: fixed;
	padding-bottom: 7rem;
}

#lp_sec0 .txt_box1_inner .list1 {
	font-size: 3.6rem;
	text-align: left;
	margin-top: 0rem;
}

#lp_sec0 video {
	width: 90%;
	margin: 0 auto;
	display: block;
}

#lp_sec0 .ttl_arrow {
	width: 960px;
	color: #341b0c;
	font-size: 5.6rem;
	font-weight: 900;
	line-height: 1.4;
	text-align: center;
	-webkit-font-feature-settings: 'palt'1;
	font-feature-settings: 'palt'1;
	margin: 5rem 0 5rem;
	padding: 3rem 1rem 2rem;
	position: relative;
	margin-inline: auto;
}

#lp_sec0 .ttl_arrow2 {
	width: 960px;
	color: #341b0c;
	font-size: 4.5rem;
	font-weight: 900;
	line-height: 1.4;
	text-align: center;
	-webkit-font-feature-settings: 'palt'1;
	font-feature-settings: 'palt'1;
	margin: 2rem 0 5rem;
	padding: 3rem 0rem 2rem;
	position: relative;
}

.ttl_arrow2::before {
	position: absolute;
	content: "";
	top: 95%;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-top: 70px solid #fc5a31;
	border-left: 180px solid #fe853600;
	border-right: 180px solid transparent;
}

#lp_sec0 .sub_head2 {
	position: relative;
	color: #3f3f3f;
	font-size: 5rem;
	font-weight: 900;
	line-height: 1.3;
	text-align: center;
	-webkit-font-feature-settings: 'palt'1;
	font-feature-settings: 'palt'1;
	background-color: #ffa548;
	background-image: repeating-linear-gradient(-45deg, #ffbe5d, #ffc866 7px, transparent 0, transparent 14px);
	width: 960px;
	padding: 3rem 0;
	margin: 6rem auto 5rem;
}

.sub_inner {
	background: #fff;
	padding: 3rem 0;
}

#lp_sec0 .sub_head2:after {
	position: absolute;
	content: "";
	bottom: -30px;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 30px;
	border-color: #fe8536 transparent transparent transparent;
	transform: translateX(-50%);
}

#lp_sec0 .txt_box1 {
	margin: 4rem 0 0;
}

.sub_head2 .notice {
	padding-right: 2rem;
	padding-top: 0;
}

#lp_sec0 .sec_inner {
	background: #fff;
}

/*----------------------------------------------------------------------------------------------
nayami
----------------------------------------------------------------------------------------------*/
#nayami {
	background: #eee;
}

#nayami h2 {
	background: #371414;
	color: #fff;
	font-weight: 900;
	text-align: center;
	font-size: 4rem;
	padding: 3rem;
}

.nayami-flex {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

.nayami-flex img {
	width: 45%;
	height: auto;
	align-content: center;
	align-items: center;
}

.nayami-flex .list1 {
	width: 50%;
	align-content: center;
	align-items: center;
	margin: 0;
}

.nayami-flex .list1 li {
	font-size: 1.8rem;
}

#nayami p {
	color: #471c1c;
	text-align: center;
	font-size: 4rem;
	margin-top: 5rem;
}

.nayami-border {
	border: 1px solid #471c1c;
	padding: 5rem 2rem;
	border-radius: 2rem;
	margin-top: 5rem;
}

/*----------------------------------------------------------------------------------------------
hikari
----------------------------------------------------------------------------------------------*/
#hikari {
	background: url(../img/tc_lt_world_bg.jpg) no-repeat center / cover;
	background-attachment: fixed;
}

#hikari h2 {
	background: #f94646;
	color: #fff;
	font-weight: 900;
	text-align: center;
	font-size: 4rem;
	padding: 3rem;
}

#hikari h2 span {
	font-size: 6.5rem;
}

.hikari-p {
	font-size: 2.5rem;
	text-align: center;
	margin-top: 2.5rem;
}

#hikari .notice {
	text-align: center;
	margin-bottom: 5rem;
}

/*----------------------------------------------------------------------------------------------
section1
----------------------------------------------------------------------------------------------*/
#lp_sec1 {
	background: url("../img/tc_main_sec1_bg.jpg") no-repeat center/cover;
}

/*----------------------------------------------------------------------------------------------
section2
----------------------------------------------------------------------------------------------*/
#lp_sec2 {
	background: #fbf9eb;
}

#lp_sec2 .sub_head {
	border-bottom: 3px dotted #000;
	border-bottom: 3px dotted #471c1c;
	padding: 0 0 0.5rem;
	margin: 0 auto 3rem;
	font-size: 4.5rem;
}

.sec2_txt ul {
	background-color: #ddffef;
	background-image: repeating-linear-gradient(-45deg, #cffdf1, #cffdf1 7px, transparent 0, transparent 14px);
	padding: 2rem;
	font-size: 2.6rem;
}

.sec2_txt ul.list1 {
	margin: 2rem 0;
}

.sec2_txt ul.list1 li::after {
	top: -0.1em;
}

/*----------------------------------------------------------------------------------------------
section3
----------------------------------------------------------------------------------------------*/
#voice1 {
	background: url(../img/tc_main_voice_bg.png), url(../img/tc_main_voice_bg_2.png), url(../img/tc_hougan.jpg);
	background-size: 7vw, 7vw, cover;
	background-position: left, right, center;
	background-attachment: fixed;
	background-repeat: repeat-y, repeat-y, no-repeat;
	padding-top: 10rem;
}

#voice1 .sub_head {
	position: relative;
	padding: 6.5rem 0 4rem;
	border: 4px solid #218882;
	font-size: 4.5rem;
	line-height: 1.5;
	width: 960px;
}

.voice_h2_top {
	display: block;
	background: #f94646;
	border-radius: 1rem;
	width: 80%;
	position: absolute;
	top: -4.5rem;
	left: 50%;
	transform: translateX(-50%);
	padding: 1rem 0;
}

#voice1 .sub_head .small {
	margin-bottom: 2rem;
	background: #fff8c5;
	padding: .3rem;
}

#voice1 .sub_head:before,
#voice1 .sub_head:after {
	position: absolute;
	left: 0;
	width: 100%;
	content: '';
	border-top: 4px dotted #218882;
}

#voice1 .sub_head:before {
	top: 6px;
}

#voice1 .sub_head:after {
	bottom: 6px;
}

.voice1 {
	border-left: 5px solid #28a2b7;
	margin-top: 6rem;
	padding-left: 30px;
}

.voice1_ttl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	background-color: rgb(40, 162, 183);
	background-image: repeating-linear-gradient(-45deg, rgb(56, 171, 191), rgb(56, 171, 191) 7px, transparent 0px, transparent 14px);
}

.voice1_face {
	width: 250px;
}

.voice1_sub {
	flex: 1;
	padding: 2.5rem 2rem;
}

.voice1_num {
	margin-bottom: 2rem;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.3;
	color: #fff;
	padding-bottom: 2rem;
	border-bottom: 2px solid #fff;
	text-align: center;
}

.voice1_sub h3 {
	-webkit-font-feature-settings: 'palt'1;
	font-feature-settings: 'palt'1;
	font-weight: bold;
	color: #fff;
	font-size: 3.5rem;
	line-height: 1.3;
	text-align: center;
}

.voice1_txt {
	margin-top: 3rem;
}

.voice1_symptoms_name {
	display: inline;
	padding: 0 2rem 0 0
}

.voice1_symptoms {
	width: 100%;
	background: #d7dddd;
	padding: 20px 30px;
	font-weight: bold;
	text-align: center;
}

.voice1_symptoms_title {
	padding-right: 1rem;
	margin-right: 0.5rem;
	border-right: 1px dotted #bbb2b2;
	font-size: 2rem;
	color: #9a9a9a;
	display: inline;
}

.voice1_symptoms_txt {
	display: inline
}

.voice1 .marker {
	color: #fff8c5;
	background: none;
	font-size: 4.3rem;
}

.voice1_5.voice1 .marker {
	color: #fff8c5;
	background: none;
	font-size: 3.8rem;
}

.voice1_5 .voice1_sub {
	padding: 3.2rem 2rem;
}

/*----------------------------------------------------------------------------------------------
section4
----------------------------------------------------------------------------------------------*/
#lp_sec4 {
	background: url("../img/tc_lt_atopic_bg.jpg") no-repeat center/cover;
	background-attachment: fixed;
	padding: 7rem 0 0;
}

.sec4_box {
	background: #fff;
	padding: 3rem 0;
}

/*----------------------------------------------------------------------------------------------
section5
----------------------------------------------------------------------------------------------*/
#lp_sec5 {
	background: url("../img/tc_lt_world_bg.jpg") no-repeat center/cover;
	background-attachment: fixed;
	padding: 1rem 0 7rem;
}

#lp_sec5 .sec_inner {
	width: 960px;
	margin: 0 auto;
	padding: 3rem 5rem;
	background: #FFF;
}

#lp_sec5 .txt_box1 {
	background-color: #ffa548;
	background-image: repeating-linear-gradient(-45deg, #ffbe5d, #ffc866 7px, transparent 0, transparent 14px);
	padding: 3rem;
	margin: 5rem auto 0;
	width: 960px;
}

#lp_sec5 .txt_box1_inner {
	background: #fff;
	font-weight: 900;
	padding: 3rem 0;
	font-size: 3.8rem;
	text-align: center;
	line-height: 1.4;
}

/*----------------------------------------------------------------------------------------------
section6
----------------------------------------------------------------------------------------------*/
#lp_sec6 {
	background: url("../img/tc_lt_truth_bg.jpg") no-repeat center/cover;
	background-attachment: fixed;
	padding: 7rem 0 0;
}

#lp_sec6 .sub_head {
	color: #ffffff;
	font-size: 4.6rem;
	font-weight: 900;
	line-height: 1.3;
	text-align: center;
	-webkit-font-feature-settings: 'palt'1;
	font-feature-settings: 'palt'1;
	margin: 0 auto 2rem;
	padding: 3rem 5rem;
	background: #001536;
	width: 960px;
}

.sec6_ttl {
	text-align: center;
	background: #fafad8;
	margin: 3rem auto 0;
	padding: 3rem;
	color: #351415;
	font-size: 4rem;
	font-weight: 900;
	line-height: 1.4;
	-webkit-font-feature-settings: 'palt'1;
	font-feature-settings: 'palt'1;
}

.sec6_num {
	font-size: 3rem;
	position: relative;
	display: inline-block;
	background: #351415;
	margin-top: 0px;
	padding: .5rem 2rem;
	color: #fdfa9c;
}

.sec6_ttl_inner {
	padding: 1rem 0 0;
}

.sec6_box {
	margin: 0rem auto;
	background: #e7fae7;
	padding: 3rem 5rem;
}

/*----------------------------------------------------------------------------------------------
section7
----------------------------------------------------------------------------------------------*/
#lp_sec7 {
	padding: 2rem 0 0;
	background-color: #eafffe;
	background-image: url(https://www.transparenttextures.com/patterns/absurdity.png);
}

.txt_box1 {
	background-color: #fdf19c;
	background-image: repeating-linear-gradient(-45deg, #fdfa9c, #fdfa9c 7px, transparent 0, transparent 14px);
	padding: 3rem;
	margin: 4rem 0;
}

.txt_box1_ttl {
	text-align: center;
	font-size: 4.5rem;
	padding-bottom: 2rem;

	font-weight: bold;
	color: #471c1c;
}

.txt_box1_inner {
	background: #fff;
	padding: 3rem;

	font-size: 3.6rem;
	text-align: center;
}

#lp_sec7 .txt_box1_inner p {
	color: #471c1c;
	background: #fcfa9b;
	display: table;
	padding: 0 2rem;
	margin: 0 auto;
	font-size: 3.5rem;
}

.txt_box1_inner .list1 {
	font-size: 2.6rem;
	text-align: left;
	margin-top: 3rem;
}

.txt_box1_inner .list1 li::after {
	top: 0;
}

.txt_box1.pt1 {
	margin-bottom: 1.5rem;
}

/*----------------------------------------------------------------------------------------------
section8
----------------------------------------------------------------------------------------------*/
#voice2 {
	background: url(../img/tc_main_voice_bg.png), url(../img/tc_main_voice_bg_2.png), url(../img/tc_hougan.jpg);
	background-size: 7vw, 7vw, cover;
	background-position: left, right, center;
	background-attachment: fixed;
	background-repeat: repeat-y, repeat-y, no-repeat;
}

.voice2 {
	border-left: 5px solidrgb(249 70 70);
	margin-top: 6rem;
	padding-left: 30px;
}

.voice2_ttl {
	;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	background-color: rgb(252 99 97);
	background-image: repeating-linear-gradient(-45deg, rgb(251 108 100), rgb(251 108 100) 7px, transparent 0px, transparent 14px);
}

.voice2_num {
	margin-bottom: 0rem;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.3;
	color: #fff;
	padding-top: 1rem;
	border-top: 2px solid #fff;
	text-align: center;
}

.voice2_face {
	width: 250px;
}

.voice2_sub {
	flex: 1;
	padding: 2.5rem 2rem;
}

.voice2_sub h3 {

	-webkit-font-feature-settings: 'palt'1;
	font-feature-settings: 'palt'1;
	font-weight: bold;
	color: #fff;
	font-size: 3.5rem;
	line-height: 1.3;
	text-align: center;
}

.voice2_txt {
	margin-top: 3rem;
}

.voice2 .marker {
	color: #fff8c5;
	background: none;
	font-size: 4.3rem;
}

/*----------------------------------------------------------------------------------------------
section9
----------------------------------------------------------------------------------------------*/
#lp_sec9 {
	background: url("../img/tc_main_sec4_bg.jpg") no-repeat center/cover;
	background-attachment: fixed;
	padding: 7rem 0 0;
}

/*----------------------------------------------------------------------------------------------
section10
----------------------------------------------------------------------------------------------*/
#profile {
	background-color: #f5ef98;
	background-image: radial-gradient(at 50% 40%, #ffd992 0, transparent 50%), radial-gradient(at 80% 0%, hsla(0, 0%, 100%, 1) 0, transparent 50%), radial-gradient(at 0% 50%, hsla(0, 0%, 100%, 1) 0, #ffffff00 50%), radial-gradient(at 90% 60%, #f5ef98 0, #b7caee00 50%), radial-gradient(at 10% 100%, #f5ef98 0, transparent 50%), radial-gradient(at 80% 100%, hsl(0deg 0% 100%) 0, transparent 50%), radial-gradient(at 20% 29%, #ffd992 0, #ffffff00 50%);
	background-attachment: fixed;
	overflow: hidden;
	position: relative;
	padding: 7rem 0 7rem;
	z-index: 0;
}

#profile .sec_inner {
	padding-bottom: 0;
}

.profile_inner {
	padding: 4.5rem 0rem 0 4rem;
}

.profile_name {
	margin: 0;
}

.profile_face {
	position: absolute;
	right: -5rem;
	top: 0;
	z-index: -1;
}

.profile_wrap {
	width: 943px;
	background: #fffdea;
	padding: 2rem 0 4rem;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	border: solid 2px #fbc262;
	outline: solid 5px #fbc262;
	outline-offset: 3px;
	overflow: hidden;
}

#profile .notice {
	color: #471c1c;
}

.profile_wrap .notice {
	text-align: left;
	width: 960px;
	margin: 0 auto;
	color: #471c1c;
}

.pro_logo {
	display: inline;
	padding: 1rem 1rem 0 0;
	margin-bottom: -.5rem;
}

.prf_box_wrap {
	width: 960px;
	margin: 0 auto;
}

.prf_box {
	background: #fffdea;
	margin: 5rem 0 0;
	position: relative;
}

.prf_box.num01 {
	background: #f98433;
}

.prf_box.num02 {
	background: #34c0b6;
}

.prf_box02 {
	background: #f5f5f5;
	width: 100%;
	margin: 5rem 0 0;
	position: relative;
}

.prf_box p {
	text-align: center;
	line-height: 1.4;
	color: #fff;
	font-size: 2rem;
	/*font-weight: bold;*/
	padding: 1rem 0 1rem;

}

.prf_box02 p {
	background: #f35e5e;
	text-align: center;
	line-height: 1.3;
	color: #fff;
	/*font-weight: bold;*/
	padding: 1rem 0 1rem;

}

/*----------------------------------------------------------------------------------------------
section11
----------------------------------------------------------------------------------------------*/
#lp_sec11 {
	background-color: #95bae9;
	background-image: radial-gradient(at 50% 40%, hsl(178deg 42% 93%) 0, transparent 50%), radial-gradient(at 80% 0%, hsla(0, 0%, 100%, 1) 0, transparent 50%), radial-gradient(at 0% 50%, hsla(0, 0%, 100%, 1) 0, #ffffff00 50%), radial-gradient(at 90% 60%, hsl(203deg 54% 64%) 0, #b7caee00 50%), radial-gradient(at 10% 100%, hsl(203deg 77% 83%) 0, transparent 50%), radial-gradient(at 80% 100%, hsl(0deg 0% 100%) 0, transparent 50%), radial-gradient(at 20% 29%, hsl(226deg 100% 93%) 0, #ffffff00 50%);
	background-attachment: fixed;
}

#lp_sec11 h3 {
	font-weight: bold;
	color: #fff;
	border-image: linear-gradient(45deg, rgb(221 192 110) 0%, rgb(255 242 204) 50%, rgb(221 193 112) 100%);
	border-image-slice: 1;
	background: linear-gradient(to right, #00265c 0%, #005498 100%);
	font-size: 4rem;
	line-height: 1.4;
	padding: 2rem;
	text-align: center;
	font-family: 'Noto Serif JP', "serif";
}

#lp_sec11 .sec_inner {
	width: 960px;
	margin: 0 auto;
	padding: 3rem 0 7rem;
}

.sec11_box {
	padding: 3rem 5rem;
}

.sec11_ttl_top {
	color: #381416;
	line-height: 1.4;
	font-weight: bold;
}

.sec11_ttl {
	margin: 0 auto;
	text-align: center;
	font-size: 4.2rem;
	color: #000;
	font-weight: bold;
	background: #fffdea;
	padding: 3rem 0;
}

.sec11_solid {
	border: 2px solid rgba(255, 242, 204, 1);
	border-image: linear-gradient(45deg, rgb(221 192 110) 0%, rgb(255 242 204) 50%, rgb(221 193 112) 100%);
	border-image-slice: 1;
	background: #fffffff2;
}

/*----------------------------------------------------------------------------------------------
section13
----------------------------------------------------------------------------------------------*/
#lp_sec13 {
	background: url("../img/tc_lt_sec12_bg.jpg") no-repeat center/cover;
	padding: 7rem 0 0;
}

.r-box {
	display: inline-block;
	background: #f84c4c;
	color: #ffff70;
	padding: 0 1rem;
	font-weight: bold;
	margin-left: 0.5rem;
}

/*----------------------------------------------------------------------------------------------
section14
----------------------------------------------------------------------------------------------*/
#lp_sec14 {
	background: url(../img/bg_grid.gif);
}

.sec14_ttl {
	margin: 0rem auto 3rem;
}

.sec14_ttl2 {
	margin: 5rem auto 3rem;
}

#lp_sec14 .notice {
	text-align: center;
}

#lp_sec14 .kakomi {
	border: 1px solid #371414;
	border-radius: 2rem;
	background: #fff;
	padding: 4rem 5rem;
	font-size: 2.8rem;
	margin-bottom: 2rem;
}

/*----------------------------------------------------------------------------------------------
section16
----------------------------------------------------------------------------------------------*/
#lp_sec16 {
	padding: 7rem 0 0;
	background-color: #f5ef98;
	background-image: radial-gradient(at 50% 40%, #ffd992 0, transparent 50%), radial-gradient(at 80% 0%, hsla(0, 0%, 100%, 1) 0, transparent 50%), radial-gradient(at 0% 50%, hsla(0, 0%, 100%, 1) 0, #ffffff00 50%), radial-gradient(at 90% 60%, #f5ef98 0, #b7caee00 50%), radial-gradient(at 10% 100%, #f5ef98 0, transparent 50%), radial-gradient(at 80% 100%, hsl(0deg 0% 100%) 0, transparent 50%), radial-gradient(at 20% 29%, #ffd992 0, #ffffff00 50%);
	background-attachment: fixed;
}

#lp_sec16 .txt_box1 {
	background-color: #fdf19c;
	background-image: repeating-linear-gradient(-45deg, #fdfa9c, #fdfa9c 7px, transparent 0, transparent 14px);
	padding: 2rem;
	margin: 2rem auto;
}

#lp_sec16 h3 {
	text-align: center;
	font-weight: 900;
	font-size: 4.5rem;
	margin-bottom: 2rem;
	margin-top: 2rem;
}

#lp_sec16 .txt_box1_inner {
	background: #fff;
	padding: 2rem;

	font-size: 2.6rem;
	text-align: center;
}

#lp_sec16 .sub_head img {
	padding: 3rem 0 0;
}

#lp_sec16 h2 {
	margin-bottom: 0;
}

#lp_sec16 .notice {
	text-align: center;
	padding-top: 0;
}

.sec16_txt_arrow {
	display: inline;
	padding: 0rem 1rem 0rem 1rem;
	margin-bottom: -2.5rem;
}

.sec16 h2 {
	margin-bottom: 2rem;
}

#lp_sec16 .list3 {
	margin-top: 1rem;
	margin-bottom: 2rem;
}

.ttl_arrow {
	width: 960px;
	color: #341b0c;
	font-size: 4.6rem;
	font-weight: 900;
	line-height: 1.4;
	text-align: center;

	-webkit-font-feature-settings: 'palt'1;
	font-feature-settings: 'palt'1;
	margin: 5rem 0 7rem;
	padding: 3rem 5rem 2rem;
	position: relative;
	margin-inline: auto;
}

.ttl_arrow::before {
	position: absolute;
	content: "";
	top: 90%;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-top: 50px solid #fc5a31;
	border-left: 150px solid #fe853600;
	border-right: 150px solid transparent;
}

.youtube-flex {
	display: flex;
	justify-content: space-between;
}

.youtube-right {
	width: 90%;
}

.youtube-right .list3 {
	margin: 2rem 0;
}

.youtube-right h4 {
	font-size: 3rem;
	font-weight: 700;
}


.youtube-right ul li {
	font-size: 2.7rem;
	font-weight: bold;
}

.youtube-flex img {
	width: 45%;
}

.new-list3 {
	line-height: 1.7 !important;
}

.new-list3::after {
	top: 4.5px !important;
}

/*----------------------------------------------------------------------------------------------
tsuika
----------------------------------------------------------------------------------------------*/
#lp_sec_tsuika {
	padding: 7rem 0 0;
	background: url(../img/tc_lt_atopic_bg.jpg) no-repeat center/cover;
	background-attachment: fixed;
}

#lp_sec_tsuika h2 {
	font-size: 3rem;
	line-height: 1.5;
	font-weight: 500;
}

#lp_sec_tsuika h2 span {
	font-weight: 900;
	display: block;
}

.syugi-p {
	font-size: 4rem;
	display: block;
}

.syugi-p.small {
	font-size: 3.3rem;
	font-weight: 900;
}

/*----------------------------------------------------------------------------------------------
sec17
----------------------------------------------------------------------------------------------*/
#lp_sec17 {
	background: url(../img/tc_main_voice_bg.png), url(../img/tc_main_voice_bg_2.png), url(../img/tc_hougan.jpg);
	background-size: 7vw, 7vw, cover;
	background-position: left, right, center;
	background-attachment: fixed;
	background-repeat: repeat-y, repeat-y, no-repeat;
}

#lp_sec18 {
	padding: 7rem 0;
}

#lp_sec18 .sec_inner {
	background: #fff;
	width: 100%;
	padding: 2rem;
	margin: 0 auto;
	padding: 1em;
	border-radius: 50px;
	color: #555555;
	background-color: #fceff0;
	box-shadow: 0 0 10px 10px#fceff0;
}

.lp_sec18_box {
	background-color: #ffa548;
	background-image: repeating-linear-gradient(-45deg, #ffbe5d, #ffc866 7px, transparent 0, transparent 14px);
	padding: 3rem;
	margin: 0 auto;
	width: 960px;
}

.lp_sec18_inner {
	background: #fff;
	padding: 5rem;
}

#lp_sec18 .sub_head {
	font-size: 4.5rem;
}

/*----section18----*/
#product {
	background: url(../img/tc_lt_world_bg.jpg) no-repeat center/cover;
	background-attachment: fixed;
	padding: 7rem 0 7rem;
}

/*----section19----*/
#lp_lineup {
	background: url(../img/bg_grid.gif);
}

/*----section20----*/
#lp_content_intro {
	background: radial-gradient(circle, transparent 20%, #DCFFF8 20%, #DCFFF8 80%, transparent 80%, transparent), radial-gradient(circle, transparent 20%, #DCFFF8 20%, #DCFFF8 80%, transparent 80%, transparent) 50px 50px, linear-gradient(#c8f6f7 4px, transparent 4px) 0 -2px, linear-gradient(90deg, #C8F6F7 4px, #DCFFF8 4px) -2px 0;
	background-size: 100px 100px, 100px 100px, 50px 50px, 50px 50px;
}

.technic_txt {
	color: #471c1c;
	font-size: 3.6rem;
	font-weight: 900;
	line-height: 1.3;
	text-align: center;

	-webkit-font-feature-settings: 'palt'1;
	font-feature-settings: 'palt'1;
	margin: 0 auto 2rem;
	padding: 2rem 2rem 1rem;
	position: relative;
	background: #fff;
}

.technic_txt2 {
	position: relative;
	line-height: 1.4;
	background: #fff;
	width: 68%;
	padding: 2rem 1rem 1rem 4.4rem;
	color: #471c1c;
	font-size: 2.6rem;
	font-weight: 900;
	-webkit-font-feature-settings: 'palt'1;
	font-feature-settings: 'palt'1;
}

.technic_txt2:after {
	display: block;
	content: '';
	position: absolute;
	top: 0.5em;
	left: 0.5rem;
	width: 70px;
	height: 70px;
	background: url(../img/check.png)no-repeat;
	transform: scale(0.8);
}

.technic_txt3 {
	color: #471c1c;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.3;
	text-align: left;

	-webkit-font-feature-settings: 'palt'1;
	font-feature-settings: 'palt'1;
	margin: 0 auto 2rem;
	padding: 2rem 2rem;
	position: relative;
	background: #fff;
}

.technic_box2 {
	margin-top: 2rem;
}

.technic_txt4 {
	padding: .5rem 0 2rem;
	font-size: 2.2rem;
	text-align: center;
	line-height: 1.4;
	background: #fff;
	color: #471c1c;
	font-weight: 700;

	-webkit-font-feature-settings: 'palt'1;
	font-feature-settings: 'palt'1;
}

.technic_txt4_ttl {
	font-size: 2.6rem;
	padding: 0.5rem 0 0.5rem;
	margin-bottom: 1.5rem;
	border-bottom: #471c1c solid 2px;
}

.technic_txt4_txt {
	line-height: 1.1
}

.technic_txt2 .notice {
	padding-top: 0;
	font-size: 1.3rem;
	text-align: right;
	font-weight: 400;
	color: #929ba2;
}

/*----section21----*/
#lp_special {
	background: url(../img/tc_special_bg2_2.png), url(../img/tc_special_bg2.png), url(../img/tc_special_bg1.png);
	background-size: 7vw, 7vw, cover;
	background-position: left, right, center;
	background-attachment: fixed;
	background-repeat: repeat-y, repeat-y, no-repeat;
}

.special_ttl {
	text-shadow: 3px 3px 1px #fff;
	color: #341b0c;
	font-size: 4rem;
	font-weight: 900;
	line-height: 1.3;
	text-align: center;
	-webkit-font-feature-settings: 'palt'1;
	font-feature-settings: 'palt'1;
	margin: 9rem auto 3rem;
	padding: 1.65rem 2rem 1.2rem;
	background-color: rgba(165, 210, 255, .4);
	background-image: linear-gradient(90deg, rgba(165, 210, 255, .3) 50%, transparent 50%),
		linear-gradient(rgba(165, 210, 255, .3) 50%, transparent 50%);
	background-size: 40px 40px;
	border-left: 5px solid #000;
}

.special_ttl.top {
	margin-top: 0;
}

.special_ttl_img {
	margin: 4rem auto 0;
}

.special_ttl.pt2 {
	margin-top: 4rem;
}

#lp_special .list1 {
	margin: 2rem 0;
	color: #471c1c;
	width: 100%;
	font-size: 2.6rem;
}

.special_inner {
	padding: 5rem 5rem 0;
	background: #fff;
	padding-bottom: 5rem;
	margin-bottom: 5rem;
}

.special_inner {
	margin-bottom: 0;
}

.special_box {
	margin: 4rem 0 0;
	color: #471c1c;
	width: 100%;
	background-color: #ffdddd;
	background-image: repeating-linear-gradient(-45deg, #fdcfcf, #fdcfcf 7px, transparent 0, transparent 14px);
	padding: 2rem 2rem 0;
	font-size: 2.6rem;
	text-align: center;
}

.special_box_inner {
	width: 49%;
	margin: 0 0 2rem;
}

.special_box_txt {
	background: #fbfcec;
	text-align: center;
	line-height: 1.3;
	font-size: 2rem;
	font-weight: bold;
	padding: 1rem 0 1rem;

}

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

.special .notice.pt1 {
	text-align: right;
}

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

.special2 .notice.pt1 {
	text-align: right;
}

/*----section22----*/
#lp_sec22 .img_left {
	width: 45%;
	padding: 2rem 2rem 2rem 0;
}

#lp_sec22 .list1 {
	margin: 4rem auto;
	color: #471c1c;
	width: 55%;
	font-size: 2.4rem;
	display: inline-block;
}

#lp_sec22 .list3 {
	margin-bottom: 2rem;
}

#lp_sec22 .list3 li {
	font-size: 2.2rem;
}

.posi {
	position: absolute;
	top: 2rem;
	right: -5rem;
	width: 45rem;
}

.clearfix {
	position: relative;
}

/*----section23----*/
#lp_sec23 {
	background: url(../img/tc_lt_world_bg.jpg)no-repeat center/cover;
	padding: 7rem 0;
}

#lp_sec23 .list4 li {
	font-size: 2.8rem;
	line-height: 1.4;
	padding: 2rem 2rem 2rem 7rem;
}

#lp_sec23 .list4 li::after {
	font-size: 2.7rem;
	top: 2.3rem;
}

/* リストデザイン002 */
.sample1 {
	padding: 0 0 2rem;
	list-style-type: none;
	border: none;
}

.sample1 li {
	position: relative;
	padding: 0.3em 0 0.3em 1.6em;
	line-height: 1.5;
}

.sample1 li:before {
	content: '';
	position: absolute;
	background-color: #ee8992;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	left: 10px;
	top: 18px;
}

/*----section24----*/
#message {
	padding: 7rem 0;
	background: #FEFFF6;
}

#message .sub_head {
	font-size: 5rem;
	padding: 2rem 0;
	margin: 0 auto;
}

#message .sec_inner {
	padding: 3rem 4rem;
	background: rgb(255 255 255 / 80%);
	border: 1px solid #b59344;
}

.message_wrap {
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.message_txt {
	background: repeating-linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 43.1px, #cfcccc 43.1px, #cfcccc 44.1px);
	line-height: 2;
	padding: 4.5rem 3rem 1rem;
	font-weight: normal
}

.message_txt .b {

	line-height: 1.6;
}

/*----section25----*/
#lp_sec25 .sub_head {
	background: #e65c59;
	position: relative;
	width: 100%;
	padding: 3rem 0;
	color: #fff;
	margin-bottom: 0;
	margin: 0 auto 5rem;
}

#lp_sec25 .sub_head:after {
	position: absolute;
	content: "";
	bottom: -20px;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 30px;
	border-color: #e65c59 transparent transparent transparent;
	transform: translateX(-50%);
}

.lp_sec23_box {
	background: #fff;
	width: 960px;
	margin: 0 auto;
	padding: 5rem;
}

.lp_sec23_box .sec_inner {
	width: 860px;
	padding-bottom: 0;
}

/*----section26----*/
#lp_last {
	padding-top: 0rem;
}

#lp_last .ttl_arrow {
	width: 960px;
	color: #341b0c;
	font-size: 3rem;
	font-weight: 900;
	line-height: 1.4;
	text-align: center;

	-webkit-font-feature-settings: 'palt'1;
	font-feature-settings: 'palt'1;
	margin: 0rem 0 9rem;
	padding: 0rem 5rem 2rem;
	position: relative;
}

#lp_last .sub_head {
	position: relative;
	background: url(../img/tc_last_ttl.png);
	background-size: contain;
	position: relative;
	width: 100%;
	padding: 4.7rem 0;
	color: #471c1c;
	margin-bottom: 0;
	margin: 0 auto 5rem;
}

.last_top {
	color: #471c1c;
	font-size: 3.5rem;
	font-weight: 900;
	line-height: 1.3;
	text-align: center;

	-webkit-font-feature-settings: 'palt'1;
	font-feature-settings: 'palt'1;
	margin: 0 auto 2rem;
	display: table;
	padding: 0 0 1.2rem;
	position: relative;
}

.hosho_arrow {
	width: 2%;
	height: 1%;
	transform: translate(-20%, 140%);
}

.hosho {
	padding: 3rem 0 0;
}

.hosho h2 {
	margin-top: 5rem;
}

/*----フォームのボタンデザイン----*/
.cta_btn {
	display: block;
	width: 70%;
	background: rgb(26, 36, 129);
	background: linear-gradient(90deg, rgb(255 128 65) 0%, rgb(254 164 94) 50%, rgb(248 166 80) 100%);
	font-size: 2.5rem;
	font-weight: bold;
	color: #fff;
	border-radius: 50px;
	line-height: 1.2;
	padding: 2rem 0;
	margin: 2rem auto 0;
	cursor: pointer;
	transition: 0.3s ease;
	position: relative;
	border: none;
	z-index: 10;
}

.cta_btn:hover {
	filter: brightness(130%);
}

/*.cta_btn:before{content: 'もっと事例を確認したい方はこちらをクリック';}*/
.cta_btn:after {
	content: '▼';
	position: absolute;
	right: 3rem;
	top: 50%;
	transform: translateY(-50%);
}

.cta_btn.opened {
	background: #5c5c5c;
}

.cta_btn.opened:before {
	content: '閉じる';
}

.cta_btn.opened:after {
	content: '▲';
}

.cta_btn span {
	display: block;
	font-size: 2.3rem;
}

.cta_btn.opened span {
	display: none;
}

/* アコーディオンエリアの設定 */
.ac_area {
	display: none;
	padding: 0 0;
	margin-top: 3rem;
}

/*ラインナップ画像*/
.ImgBox {
	width: 100%;
	overflow: hidden;
	background: #000;
}

.ImgBox-Img {
	width: 100%;
	transition-duration: .3s;
}

.ImgBox-Img:hover {
	transition-duration: .3s;
	transform: scale(1.2);
	opacity: .6;
}

.ImgBox2 {
	position: relative;
	width: 100%;
	height: 680px;
	margin: 0 auto;
	display: block;
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
}

.ImgBox2 img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.ImgBox2:hover img:nth-of-type(2) {
	-webkit-transform: translate(-50%, -50%) scale(1.15) !important;
	transform: translate(-50%, -50%) scale(1.15) !important;
	opacity: 0;
}

.pdf_img {
	margin: 1rem 0;
	width: 25%;
}

/*--------　list / box --------*/
ul {
	list-style: none;
}

.list1 {
	margin: 4rem 0 0;
	color: #471c1c;
	width: 100%;
	font-size: 2rem;
}

.list1 li {
	position: relative;
	padding: 0 0 3rem 4rem;
	line-height: 1.4;

	font-size: 2.8rem;
}

.list1 li:last-child {
	padding-bottom: 0;
}

.list1 li::after {
	display: block;
	content: '';
	position: absolute;
	top: -.3em;
	left: -.1rem;
	width: 70px;
	height: 70px;
	background: url('../img/check.png')no-repeat;
	transform: scale(0.8);
}

.list2 {
	margin: 4rem 0 0;
	color: #471c1c;
	width: 100%;
	background-color: #ffdddd;
	background-image: repeating-linear-gradient(-45deg, #fdcfcf, #fdcfcf 7px, transparent 0, transparent 14px);
	padding: 2rem;
	font-size: 2.6rem;
}

.list2 li {
	position: relative;
	padding: 0 0 2rem 1em;
	line-height: 1.4;

	text-indent: -1em;
	text-shadow: 2px 2px 1px #fff;
}

.list2 li:last-child {
	padding-bottom: 0;
}

.list3 {
	margin: 4rem 0 0;
	color: #471c1c;
	width: 100%;
	font-size: 2rem;
	background: #fffde8;
	box-shadow: 0px 0px 0px 10px #fffde8;
	border: dashed 2px #ffb03f;
	border-radius: 9px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 3rem;
}

.special_inner .list3 {
	width: inherit;
}

.list3 li {
	position: relative;
	padding: 0 0 2rem 4rem;
	line-height: 1.4;

	font-size: 2.7rem;
}

.list3 li:last-child {
	padding-bottom: 0;
}

.list3 li::after {
	display: block;
	content: '';
	position: absolute;
	top: -1.5px;
	left: -1.5px;
	width: 70px;
	height: 70px;
	background: url('../img/check.png')no-repeat;
	transform: scale(0.8);
}

.list4 {
	margin: 4rem 0;
	color: #471c1c;
	width: 100%;
	background: #fffde8;
	box-shadow: 0px 0px 0px 10px #fffde8;
	border: dashed 2px #ffb03f;
	border-radius: 9px;
}

.list4 li {
	position: relative;
	padding: 3rem 5rem 3rem 7rem;
}

.list4 li:last-child {}

.list4 li::after {
	display: block;
	content: '';
	position: absolute;
	top: 3.7rem;
	left: 3rem;
	width: 100px;
	height: 100px;
	background: url(../img/check.png)no-repeat;
	transform: scale(1);
}

.list4 li:nth-child(2n) {
	background: #fff;
	margin-top: 0;
}

.list_txt {
	width: 64%;
	font-size: 2rem;
}

.list_img {
	width: 30%;
}

.list4 li .notice {
	text-align: left;
}

/*----------------------------------------------------------------------------------------------
保証
----------------------------------------------------------------------------------------------*/
.hosho2_flow_wrap {
	width: 100%;
	margin: 5rem auto;
}

.hosho2_flow_list {
	/*flex: 1;*/
}

.hosho2_flow_list p {
	padding: 10px 20px;
	line-height: 1.3;
}

.hosho2_flow_list img {
	width: 270px;
}

.hosho_arrow:before {
	position: absolute;
	content: "";
	top: 28%;
	left: 114%;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #d11019;
	transform: translateX(-50%);
	border-width: 2rem;
}

.hosho_arrow {
	position: relative;
	top: 20px;
}

.last.hosho_arrow:before {
	display: none;
}

.hosho_txt {
	padding-left: 43rem;
	font-size: 2.1rem;
}

.hosho_ttl {
	background: #fc5a31;
	width: 100%;
	margin: 0 auto 2rem;
	font-size: 4rem;
	color: #fff;
}

.hosho .form_wrap a {
	font-size: 3.8rem;
	padding: 3rem 0 3.5rem 0;
}

.hosho .sec_inner {
	padding-bottom: 0;
}

.hosho .letter_btn:after {
	top: 2rem;
}

/*----------------------------------------------------------------------------------------------
#lp_sec0
----------------------------------------------------------------------------------------------*/
#lp_sec0 .price-table {
	width: 100%;
	margin: 7rem auto 0;
	border: 2px solid #fc5a31;
	line-height: 1.3;
	background: #fff;
}

#lp_sec0 .price-table th {
	background: #fc5a31;
	color: #fff;
	font-weight: bold;
	padding: 5px;
}

#lp_sec0 .price-table tr:nth-child(2n) {
	background: #fff7e8;
}

#lp_sec0 .price-table td {
	padding: 2rem 2.5rem;
	vertical-align: middle;
}

#lp_sec0 .price-table td .small {
	font-size: 60%;
}

#lp_sec0 .price-table td:nth-child(odd) {
	width: 55%;
	font-size: 2.2rem;
}

#lp_sec0 .price-table td:nth-child(even) {
	width: 40%;
	text-align: center;
	font-size: 2.2rem;
	border-left: 3px dotted #ddd;
}

#lp_sec0 .price-table td .small {
	font-size: 75%;
}

#lp_sec0 .price-table .bg_red {
	display: block;
	background: #fc5a31;
	padding: 2rem 0.5rem 2rem;
	margin: 0;
	color: #fff;
	font-size: 4rem;
	font-weight: bold;
}

#lp_sec0 tr.price-table-result td {
	padding: 2rem;
	text-align: center;
}

#lp_sec0 .price_box {
	margin: 0rem auto 2rem;
}

#lp_sec0 .price_result {
	margin: 0 auto;
	font-weight: bold;
	position: relative;
	padding: 3rem 0;
	background: #fff;
}

#lp_sec0 .price_result_main {
	font-size: 8rem;
	line-height: 1;
	margin: 0 0 0 14rem;
	color: #fc5a31;
}

/*#lp_sec0 .price_result_sub {margin-top: 0;font-size: 4.5rem;text-align: right;}*/
#lp_sec0 .price_notice {
	padding: 3rem;
	margin: 2rem auto 0;
	background: #f1f1f1;
}

#lp_sec0 .price_notice p {
	padding: 0 0 0 1em;
	margin: 0 auto;
	font-size: 2rem;
	text-indent: -1em;
}

#lp_sec0 .price_label {
	background: #ffffff;
	color: #3f3f3f;
	text-align: center;
	font-size: 4rem;
	font-weight: bold;
	padding: 3rem 0 0 0;
}


#lp_sec0 h2 {
	text-align: center;
	font-size: 4.5rem;
	font-weight: 900 !important;
	margin-top: 5rem;
	margin-bottom: 2.5rem;
}

#lp_sec0 img {
	width: 100%;
}

#lp_sec0 .notice {
	text-align: center;
}

#lp_sec0 {
	background: url(../img/tc_special_bg2_2.png), url(../img/tc_special_bg2.png), url(../img/tc_special_bg1.png);
	background-size: 7vw, 7vw, cover;
	background-position: left, right, center;
	background-attachment: fixed;
	background-repeat: repeat-y, repeat-y, no-repeat;
}

.video iframe {
	aspect-ratio: 16 / 9;
	width: 100%;
}

.video {
	width: 90%;
	margin-inline: auto;
}

/*----------------------------------------------------------------------------------------------
price
----------------------------------------------------------------------------------------------*/
.price_box {
	margin: 4rem auto 2rem;
}

.price_label {
	background: #fc5a31;
	color: #fff;
	text-align: center;
	font-size: 4.6rem;
	font-weight: bold;
}

.price_result {
	margin: 0 auto;
	font-weight: bold;
	position: relative;
	padding-top: 3rem;
}

.price_result_main {
	font-size: 8rem;
	line-height: 1;
	margin: 0 0 0 20rem;
	color: #fc5a31;
}

.price_result_sub {
	margin-top: 2rem;
	font-size: 5.5rem;
	text-align: center;
}

.price_notice {
	padding: 3rem;
	margin: 2rem auto 0;
	background: #f1f1f1;
}

.price_notice p {
	padding: 0 0 0 1em;
	margin: 0 auto;
	font-size: 2rem;
	text-indent: -1em;
}

.price_notice-p {
	text-indent: 0 !important;
}

.m-left2 {
	margin-left: -1em !important;
}

/*月々約*/
.price_monthly {
	background: #fc5a31;
	width: 120px;
	height: 120px;
	border-radius: 200px;
	position: absolute;
	color: #fff;
	line-height: 120px;
	text-align: center;
	font-size: 4rem;
	top: 15%;
	left: 5%;
}

.m-left {
	display: inline-block;
	margin-left: 0.4rem;
	margin-right: 0.4rem;
}

/*----------------------------------------------------------------------------------------------
tuika-take
----------------------------------------------------------------------------------------------*/
#tuika-take {
	padding: 7rem 0 0;
	background: url(../img/tc_lt_atopic_bg.jpg) no-repeat center / cover;
	background-attachment: fixed;
}

#tuika-take .tuika-take-wrap {
	background: #fff;
	padding: 5rem 5rem 5rem 5rem;
}

.tuika-take-wrap .notice {
	padding-top: 0;
}

#tuika-take h2 {
	background: #f94646;
	color: #fff;
	text-align: center;
	padding: 2.5rem;
	font-size: 4.5rem;
	font-weight: 800;
}

.tuika-take-p {
	font-size: 4.5rem;
}

#tuika-take video {
	width: 100%;
}

#tuika-take .notice {
	text-align: center;
}

/*----------------------------------------------------------------------------------------------
form
----------------------------------------------------------------------------------------------*/
.form_wrap {
	width: 100%;
	margin: 4rem 0 0;
}

.form_wrap a {
	text-decoration: none;
	font-weight: bold !important;
}

.form_wrap a p {
	width: 750px;
	margin: auto;
	color: #fff;
	padding: 2rem 0 2.5rem;
	text-align: center;
	font-size: 3.5rem;
	line-height: 1.3;
	background: #0088c9;
	border-radius: 10px;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.form_wrap a p:hover {
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	background: #8edaff;
}

.form_txt {
	margin-top: 2rem;
	font-size: 2rem;
	text-align: center;
	line-height: 1.4;
}

.form_btn {
	position: relative;
}

.form_btn .marker {
	position: relative;
	display: inline-block;
	background: #ffffff;
	line-height: 50px;
	height: 50px;
	margin-top: 0px;
	padding: 0 1rem;
	color: #ea4e4f;
}

.form_btn::after {
	position: absolute;
	content: '';
	background: url(../img/base/cta.png)no-repeat;
	width: 100px;
	height: 100px;
	right: -1.5rem;
	top: 50%;
	transform: translateY(-50%)scale(.3);
	display: inline-block;
}

/*----------------------------------------------------------------------------------------------
ボタン
----------------------------------------------------------------------------------------------*/
.letter_btn {
	position: relative;
	display: block;
	width: fit-content;
	width: 770px;
	margin: 0 auto;
	padding: 1rem 10rem 4.5rem 10rem;
	transition: 0.3s;
	background: #2590d0;
	font-size: 4.5rem;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	text-decoration: none;
	text-shadow: 0 1px 3px #004cab;
	border-radius: 20rem;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.letter_btn:hover {
	filter: brightness(1.3);
}

.letter_btn:after {
	position: absolute;
	content: "";
	width: 2.5rem;
	height: 2.5rem;
	border-color: #fff;
	border-style: solid;
	border-width: 4px 4px 0 0;
	transform: rotate(135deg) translateY(-50%);
	top: 3.5rem;
	right: 5rem;
}

header .letter_btn {
	border: 3px solid #fff;
}

#scfooter .letter_btn:after {
	top: 2rem;
}

.btn_ft .letter_btn {
	font-size: 4rem;
	padding: 2rem 5rem 3rem;
	width: 100%;
	line-height: 1;
}

a.b {
	font-weight: 800;
}


/*----------------------------------------------------------------------------------------------
FOAM
----------------------------------------------------------------------------------------------*/
.form_wrap {
	width: 80%;
	margin: 4rem auto 0;
}

.form_wrap a {
	text-decoration: none;
	line-height: 1;
	padding-top: 3rem;
}

.form_wrap a p {
	width: 700px;
	margin: auto;
	color: #fff;
	padding: 1rem 0 2rem;
	text-align: center;
	font-size: 4rem;
	font-weight: bold;
	line-height: 1.2;
	background: #0088c9;
	border-radius: 10px;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.form_wrap a p:hover {
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	background: #8edaff;
}

.form_txt {
	margin-top: 2rem;
	font-size: 2rem;
	text-align: center;
	line-height: 1.4;
}

.form_btn {
	position: relative;
}

.form_btn::after {
	position: absolute;
	content: '';
	background: url(../img/base/cta.png)no-repeat;
	width: 100px;
	height: 100px;
	right: -1.5rem;
	top: 50%;
	transform: translateY(-50%)scale(.3);
	display: inline-block;
}

/* footer --------*/
footer {
	background: #f1f1f1;
}

.footer_logo img {
	max-width: 300px;
}

.footer_txt {
	padding: 0 0 0 2rem;
	font-size: 1.1rem;
	text-align: left;
	line-height: 1.9;
}

#footer_wrap {
	display: flex;
	width: 800px;
	padding: 2rem 0;
	margin: 0 auto;
	font-size: 80%;
	justify-content: center;
}

#footer_wrap li {
	display: inline-block;
	padding: 0 1rem 0;
	border-left: 1px solid #aaa;
}

#footer_wrap li:first-child {
	border: none;
	padding: 0 1em 0 0;
}

/* scfooter ------------*/
#scfooter {
	z-index: 1000;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0;
	background: rgba(202, 202, 202, .7);
}

#scfooter img {
	width: 450px;
}

.scfooter_inner {
	display: block;
	width: 85%;
	padding: .5rem 0 .5rem;
	margin: auto;
	border-radius: 20px;
	text-align: center;
}

.scfooter_inner a {
	text-decoration: none;
}

.btn_ft {
	margin-left: auto;
	margin-right: auto;
	width: 680px;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.hvr-wobble-vertical {
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.btn_ft a p {
	color: #fff;
	padding: 1.5rem 0;
	text-align: center;
	line-height: 1.2;
	background: #0088c9;
	border-radius: 10px;
}

.btn_ft {
	position: relative;
}

.btn_ft .bg_wht {
	display: inline-block;
	background: #fff;
	color: #003fa7;
	font-size: 125%;
	font-weight: bold;
	padding: 0.5rem;
	line-height: 1;
}

.btn_ft .top_txt {
	top: -3px;
	position: relative;
}

.btn_ft .bottom_txt {
	margin-top: 1rem;
	font-size: 2.7rem;
}

.btn_ft img {
	border-radius: 4px;
}

.btn_ft a {
	text-decoration: none !important;
	display: block;
}

.img_cap310 {
	width: 310px;
}

#scfooter .marker {
	position: relative;
	display: inline-block;
	background: #ffffff;
	line-height: 30px;
	height: 30px;
	margin-top: 0px;
	padding: 0 1rem;
	color: #ea4e4f;
}

/* 支払いの流れ */
.payment {
	margin-top: 5rem;
	background: #fcfceb;
	padding: 3rem;
	line-height: 1.2;
}

.payment h3 {
	font-size: 3.5rem;
	font-weight: bold;
	text-align: center;
	padding-bottom: 1rem;
	color: #fc5a30;
}

.payment .notice {
	background: #eee;
	text-align: left;
	color: #333;
	font-size: 2rem;
	padding: 2rem;
	margin-top: 3rem;
	line-height: 1.4;
}

.arrow_red {
	position: relative;
}

.arrow_red::after {
	content: "";
	bottom: -10rem;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	border-top: 40px solid #3a62c5;
	border-right: 30px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 30px solid transparent;
}

.ttl_gh {
	font-size: 5rem;
	text-shadow: 3px 3px 0 #fff;
	line-height: 1.2;
	text-align: center;
	margin: 0 auto 7rem;
	font-weight: bold;
}

.ttl_gh2 {
	font-size: 4rem;
	text-shadow: 3px 3px 0 #0e1242;
	line-height: 1.2;
	text-align: center;
	margin: 0 auto 7rem;
	font-weight: bold;
}

/*----------------------------------------------------------------------------------------------
よくある質問
----------------------------------------------------------------------------------------------*/

.cp_qa *,
.cp_qa *:after,
.cp_qa *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1em 0;
}

.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}

/* 質問 */
.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 2.5em;
	cursor: pointer;
	text-indent: 1em;
	border-radius: 0.5em;
	background: rgba(27, 37, 56, 0.1);
}

.cp_qa .cp_actab label::before {
	font-size: 1.5em;
	margin-left: -2em;
	padding-right: 0.5em;
	content: 'Q';
}

.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
	color: #fd8433;
}

/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	top: 0;
	right: 0;
	content: '+';
	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 0.4s;
	transition: transform 0.4s;
}

/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 2.5em;
	-webkit-transition: max-height 0.2s;
	transition: max-height 0.2s;
	border-radius: 0 0 0.5em 0.5em;
}

.cp_qa .cp_actab .cp_actab-content::before {
	font-size: 1.5em;
	position: absolute;
	margin: 0.4em 0 0 -1em;
	padding: 0;
	content: 'A';
}

.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em 1em 1em 0;
}

/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked~.cp_actab-content {
	max-height: 40em;
	border: 10px solid rgba(27, 37, 56, 0.1);
}

/* --答えの高さ */
.cp_qa .cp_actab input:checked~.cp_actab-content.px {
	max-height: 85em;
	border: 10px solid rgba(27, 37, 56, 0.1);
}

/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked~label {
	border-radius: 0.5em 0.5em 0 0;
}

/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked+label::after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.cp_actab .notice {
	padding-top: 0;
}

/* 完治しなかった理由
------------------------------*/
.bg_reason {
	background: #fdedec;
	padding: 5rem;
}

.reason_ttl {
	padding: 1rem;
	margin-bottom: 3rem;
	color: #ffffff;
	font-size: 4rem;
	text-align: center;
	line-height: 1.3;
	font-weight: bold;
	font-weight: bold;

	background-color: #FD8433;
}

/* 症例 */
.symptom dt {
	width: 30%;
	padding: .6rem 1rem;
	margin-bottom: 1rem;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

.symptom01 {
	background: #f35d5d;
}

.symptom02 {
	background: #2ca2b7;
}

.symptom03 {
	background: #b067c1;
}

.symptom04 {
	background: #169e79;
}

.symptom05 {
	background: #6d6d6d;
}

.symptom06 {
	background: #000000;
}

.symptom dt.symptom06 {
	text-align: center;
	padding: 23px 0 0;
}

.symptom dd {
	width: 70%;
	padding: .6rem 1rem;
	margin-bottom: 1rem;
	color: #3f3f3f;
}

.sec_ba {
	background: #fcf0f0;
	padding: 7rem 0;
}

.sec_ba h3 {
	font-size: 2.8rem;
	text-align: center;
}

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

.sec_mom {
	background: url(../img/tc_lt_sec12_bg.jpg) no-repeat center/cover;
}

.ba_box {
	background: #fff;
	width: 960px;
	margin: 0 auto;
	padding: 5rem;
}

.sec_ba .sec_inner {
	width: 860px;
	padding-bottom: 1rem;
}

.img_full {
	padding-top: 3rem;
}

.img_full .caption {
	background: #F35D5D;
	color: #ffffff;
}

.top_cap {
	background: #0B243E;
	font-size: 2.2rem;
	line-height: 1.3;
	padding: 1rem 0;
	color: #fff;
	text-align: center;
	padding: 1rem;
}

.img_full .caption {
	font-size: 2.8rem;
	font-weight: inherit;
}

#profile .list1 li {
	font-size: 2.2rem;
}

.lp_sec8 {
	background: #fffde8;
}

.lp_sec8 .sub_head,
.lp_sec8 h3 {
	color: #471c1c;
	font-size: 4rem;
	font-weight: 900;
	line-height: 1.5;
	text-align: center;
	-webkit-font-feature-settings: 'palt'1;
	font-feature-settings: 'palt'1;
	margin: 0 auto 0rem;
	display: table;
	padding: 0 0 1.2rem;
	position: relative;
}

.lp_sec8 h3 {
	padding-top: 3rem;
}

.lp_sec8 .bl {
	color: #408fa8;
}

.lp_sec8 .notice {
	text-align: center;
	padding-top: 0.1rem;
}

.lp_sec8 .bl {
	display: block;
	margin-top: 4rem;
}

.lp_sec8 .form_wrap a {
	font-size: 3.8rem;
	padding: 3rem 0 3.5rem 0;
}

.lp_sec8 .letter_btn:after {
	top: 2rem;
}

.future_inner {
	width: 100%;
	background: #fffde8;
	align-items: center;
	font-size: 3.5rem;
	line-height: 1.4;
	color: #471c1c;
	text-align: center;
	padding: 4rem;
}

.future_txt {
	width: 60%;
	font-weight: bold;
}

.future_img {
	width: 40%;
}

.future:nth-child(2n) .future_inner {
	background: #fdfa9d;
}

.future:last-of-type {
	margin-bottom: 0;
}

.special {
	background: url(../img/tc_special_bg2_2.png), url(../img/tc_special_bg2.png), url(../img/tc_special_bg1.png);
	background-size: 7vw, 7vw, cover;
	background-position: left, right, center;
	background-attachment: fixed;
	background-repeat: repeat-y, repeat-y, no-repeat;
}

.special2 {
	background: #e7fae7;
}

.special2 .future_txt {
	color: #F35D5D;
}

.list {
	background: #e6fcf8;
	padding-top: 0;
}

.list .sub_head {
	background: #FD8433;
	position: relative;
	width: 100%;
	padding: 3rem 0;
	color: #fff;
	margin-bottom: 0;
	margin: 0 auto 5rem;
}

/* Style3 */
.style3 {
	background-color: #fc5a30;
	border: none;
	box-shadow: 1px 0px 9px 5px #fc5a30;
	padding: 0;
	margin: 1.4rem 0 3rem;
}

.balloon {
	position: relative;
	padding: 20px;
	background-color: #defff7;
	border-radius: 10px;
	font-size: 3rem;
	box-shadow: 6px 6px 0px 0px #8bc7b8;
	bottom: 35px;
}

/* 三角アイコン */
.balloon::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 27px;
	bottom: -18px;
	border-top: 15px solid #8bc7b8;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
}

/* 三角アイコンの影 */
.balloon::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 20px;
	bottom: -15px;
	border-top: 15px solid #defff7;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
}

#lp_last .txt_c {
	padding-top: 5rem;
}


#profile .list1 li.nom_2 {
	display: none;
}

#profile .list1 li.nom_3 .xsmall {
	display: contents;
}

/*----------------------------------------------------------------------------------------------
cp
----------------------------------------------------------------------------------------------*/
#cp {
	padding-bottom: 0;
}

#cp .sec_inner {
	padding-bottom: 0;
}

/* ----------------------------------------------------
カウントダウンタイマー
------------------------------------------------------ */
#scheader {
	z-index: 100;
	position: sticky;
	top: 0;
	width: 100.1%;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	background: #371414;
	color: #fff;
	padding: 1rem 0;
	line-height: 1;
}

#scheader .countdown {
	padding: 0rem 0;
	margin: 0 auto;
	line-height: 1.2;
	/* Retained specific line-height */
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic,
		"メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
		"ＭＳ Ｐゴシック", sans-serif, monospace;
}

.timer_num {
	display: inline-block;
	padding-top: calc(0.4rem + env(safe-area-inset-top));
	padding-bottom: calc(0.4rem + env(safe-area-inset-bottom));
	padding-left: calc(0.5rem + env(safe-area-inset-left));
	padding-right: calc(0.5rem + env(safe-area-inset-right));
	margin: 0 0.4rem;
	border-radius: 3px;
	color: #371414;
	font-size: 150%;
	background: #fff;
	line-height: 1;
}

.countdown {
	font-size: 2.5rem;
}

/* ----------------------------------------------------
popup
------------------------------------------------------ */
.popup {
	background: url(../img/tc_special_bg2_2.png), url(../img/tc_special_bg2.png), url(../img/tc_special_bg1.png);
	background-size: 7vw, 7vw, cover;
	background-position: left, right, center;
	background-attachment: fixed;
	background-repeat: repeat-y, repeat-y, no-repeat;
}

#exit-popup {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease, visibility 0.5s ease;
}

#exit-popup.active {
	opacity: 1;
	visibility: visible;
}

#exit-popup.fade-out {
	opacity: 0;
	visibility: hidden;
}

.popup-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 9998;
	opacity: 0;
	transition: opacity 0.5s ease;
}

#exit-popup.active .popup-overlay {
	opacity: 1;
}

.popup-content {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.95);
	z-index: 9999;
	width: 80vw;
	/* 画面幅の80% */
	/* 画面高さの80% */
	max-width: 1200px;
	/* 超大型画面でも見やすく制限 */
	opacity: 0;
	transition: opacity 0.5s ease, transform 0.5s ease;
}

#exit-popup.active .popup-content {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.popup-content img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	/* 画像比率を保持しつつ収める */
	border-radius: 10px;
	display: block;
}

.popup-close {
	border-radius: 50%;
	width: 3vw;
	aspect-ratio: 1 / 1;
	font-size: 2.5vw;
	padding: 0;
	text-align: center;
	position: absolute;
	top: -2vw;
	right: -1.5vw;
	border: none;
	cursor: pointer;
}

.mv_btn a {
	display: block;
	background: #ddd;
	padding: 5px 20px;
	margin: 1rem auto 0;
	border-radius: 30px;
	font-size: 2rem;
	width: 50rem;
	text-decoration: none;
	text-align: center;
	color: inherit;
}

.form_close {
	position: relative;
}

.form_close::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: "キャンペーンは終了しました";
	font-weight: 900;
	font-size: 4rem;
	z-index: 1;
	color: #371414;
	font-family: "Noto Sans JP", sans-serif;
	background: #fff;
	padding: 2rem;
	text-align: center;
	width: 100%;
	height: 100%;
	text-shadow: none;
	display: grid;
	align-items: center;
	align-content: center;
}

/* ----------------------------------------------------
cart__area
------------------------------------------------------ */
#cart__area {
	padding: 0 0 7rem;
}

#form {
	max-width: 960px !important;
}


/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
【 SP 】
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width:768px) {

	/*-------- Basic Styler --------*/
	body {
		width: 100%;
		font-size: 4.8vw;
		font-weight: normal;
		line-height: 1.7;
	}

	img {
		max-width: 100%;
		width: 100%;
	}

	.sp_img {
		max-width: 80%;
	}

	.main {
		width: 100%;
		box-shadow: none;
	}

	/* 共有 */
	/*電話番号スマホ時リンクあり*/
	a[href^="tel:"] {
		pointer-events: auto;
		text-decoration: underline;
		color: #00e;
	}

	.xsmall {
		font-size: 90%;
	}

	.small {
		font-size: 80%;
	}

	.sp_small {
		font-size: 82%;
	}

	.sp_small2 {
		font-size: 90%;
	}

	.sp_small3 {
		font-size: 55%;
	}

	.sp_small4 {
		font-size: 95%;
	}

	.large {
		font-size: 115%;
	}

	.xlarge {
		font-size: 125%;
	}

	.xxlarge {
		font-size: 130%;
	}

	.xxxlarge {
		font-size: 250%;
	}

	.xxxxlarge {
		font-size: 200%;
		line-height: 1.3;
		padding-bottom: 3vw;
		display: inline-block;
	}

	.top_large {
		font-size: 137%;
		line-height: 1;
		padding-bottom: 2vw;
		display: inline-block;
		margin-top: 5vw;
	}

	.mark3 {
		padding: 0.5vw 1vw;
	}

	.small_sp {
		font-size: 92%;
	}

	.small_sp2 {
		font-size: 80%;
	}

	.small_sp5 {
		font-size: 97%;
	}

	.small_sp9 {
		font-size: 87%;
	}

	.large_sp {
		font-size: 115%;
	}

	.large_sp2 {
		font-size: 106%;
	}

	.large_sp3 {
		font-size: 165%;
	}

	/* Float */
	.img_right {
		float: none;
		width: 80%;
		padding: 0 0 4vw 0;
		margin: auto;
	}

	.img_left {
		float: none;
		width: 80%;
		padding: 0 0 4vw 0;
		margin: auto;
	}

	.arrow {
		width: 40%;
		margin: 0 auto;
	}

	.bf_arrow img {
		width: 160px;
	}

	.img_right {
		float: none;
		width: 80%;
		padding: 0 0 4vw 0;
		margin: auto;
	}

	.img_top_sp {
		margin-top: 3vw;
	}

	/* FlexBox */
	.flex+.flex {
		margin-top: 5vw;
	}

	.flex {
		/*display: block;*/
	}

	/* PC/SP表示調整 */
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.caption {
		font-size: 4vw;
		padding: 2vw 0;
		margin-top: 0;
	}

	.indent-1_sp {
		padding-left: .7em;
		text-indent: -.7em;
	}

	.txt_c_sp {
		text-align: center;
	}

	.notice {
		font-size: 2.8vw;
		padding-top: 2vw;
	}

	.notice2 {
		font-size: 2.8vw;
		padding-top: 2vw;
		width: 100%;
	}

	.notice3 {
		font-size: 2.8vw;
		padding-top: 2vw;
	}

	.indent-1.none {
		padding-left: 0;
		text-indent: 0;
	}

	/*矢印*/
	.arrow_bottom img {
		width: 75vw;
	}

	/* prihead ----------------------------------------------------------------------------------------------*/
	#prihead {
		width: 100%;
		border-bottom: none;
	}

	#prihead #CDT {
		width: 100%;
		font-size: 3.2vw;
		padding: 1.5vw 0;
	}

	#prihead #CDT .count_num {
		margin: 0;
		font-size: 4vw;
	}

	.countdown {
		font-size: 2.5vw;
	}

	.timer_num {
		display: inline-block;
		padding-top: calc(1vw + env(safe-area-inset-top));
		padding-bottom: calc(1vw + env(safe-area-inset-bottom));
		padding-left: calc(1vw + env(safe-area-inset-left));
		padding-right: calc(1vw + env(safe-area-inset-right));
		margin: 0 0.2vw;
		border-radius: 3px;
		color: #371414;
		font-size: 140%;
		background: #fff;
		line-height: 1;
	}

	/* section ----------------------------------------------------------------------------------------------*/
	section {
		width: 100%;
		padding: 10vw 0 0
	}

	.sec_inner {
		width: 90%;
		margin: 0 auto;
		padding: 0 0 10vw;
	}

	.sec_head {
		padding-top: 8vw;
	}

	/* header ----------------------------------------------------------------------------------------------*/
	header {
		padding-bottom: 0;
		background: none;
	}

	header h1 {
		padding-top: 0;
	}

	header h1 img {
		width: 100%;
		height: auto;
	}

	header .header_mv video {
		width: 78%;
		height: auto;
		top: 44vw;
		right: 0px;
		z-index: 2;
		left: 10px;
		margin: 0px;
	}

	header img {
		width: 100%;
		max-width: 100%;
	}

	.header_inner {
		width: auto;
	}

	header h1 {
		width: 100%;
		margin: 0 auto;
		background: url() no-repeat top;
	}

	.header_mv,
	.header_mv2 {
		width: 100%;
	}

	header h1 {
		width: 100%;
		margin: 0 auto;
		background: url() no-repeat top
	}

	.header_mv video {
		position: absolute;
		width: 450px;
		left: calc((100% - 960px)/2);
		top: 405px;
	}

	/* sub_head ----------------------------------------------------------------------------------------------*/
	.sub_head {
		margin: 0 auto 4vw;
		font-size: 7vw;
		font-weight: bold;
		letter-spacing: 0;
		padding: 0;
		line-height: 1.5;
	}

	.sub_head::after {
		font-size: 2vw;
		right: 5%;
	}

	.sub_head .notice {
		width: 100%;
	}

	/*-------------------------------------------------------------------------------------------------------------------------------- 
↑ここまでデフォルト↑ 
----------------------------------------------------------------------------------------------------------------------------------*/
	.symptom_txt {
		padding: 3vw 0;
	}

	.symptom_txt dt {
		padding-bottom: 2.5vw;
		font-size: 6.5vw;
	}

	.symptom_txt dd {
		font-size: 4.3vw;
		padding: 0 2vw;
	}

	.middle {
		margin: 2vw auto;
	}

	.middlex2 {
		margin: 0 auto 8vw;
	}

	.bottom {
		margin: 0 auto 3vw;
	}

	.top {
		margin: 3vw auto 0;
	}

	.top2 {
		margin: 3vw 0 0;
	}

	.top5rem {
		margin: 5vw 0 0;
	}

	.s_img {
		width: 80%;
		margin: 0 auto;
	}

	.img_area+.img_area {
		margin: 2vw 0 0;
	}

	.flex p {
		margin: 0 auto;
		font-size: 4.6vw;
	}

	/*--section00--*/
	#lp_sec00 .sec_inner {
		width: 95%;
		margin: 0 auto;
		padding: 0 0 0rem;
	}

	#lp_sec00 .form_wrap a p {
		width: 100%;
		padding: 3vw 0;
		font-size: 4vw;
		border-radius: 10px;
		margin: 2vw 0 0;
	}

	#lp_sec00 .form_txt {
		margin-top: 1rem;
		font-size: 4vw;
		text-align: center;
		line-height: 1.4;
	}

	#lp_sec0 .txt_box1 {
		margin: 4vw 0 0;
	}

	/*--section0--*/
	#lp_sec0 {
		background: #E6FCF8
	}

	#lp_sec00 {
		padding: 1vw 0 4vw;
	}

	#lp_sec0 .sub_head2 {
		font-size: 5vw;
		width: 95%;
		padding: 3vw 0px 2vw;
		margin: 0px auto 7vw;
	}

	#lp_sec0 .ttl_arrow {
		width: 100%;
		font-size: 6.6vw;
		margin: 2vw 0px 7vw;
		padding: 3vw 1vw 2vw;
	}

	#lp_sec0 .ttl_arrow2 {
		width: 100%;
		font-size: 5vw;
		margin: 2vw 0px 3vw;
		padding: 3vw 1vw 2vw;
	}

	#lp_sec0 .ttl_arrow2::before {
		border-top: 25px solid rgb(252, 90, 49);
		border-left: 50px solid rgba(254, 133, 54, 0);
		border-right: 50px solid transparent;
	}

	#lp_sec0 .price_box {
		margin: 0 auto;
	}

	#lp_sec0 .price_label {
		line-height: 1.2;
		font-size: 6vw;
		margin: 0vw 0px 0px;
		padding: 3vw 0px 0vw;
	}

	#lp_sec0 .price_result {
		padding: 3vw 0;
	}

	#lp_sec0 .price_result_main {
		font-size: 7.5vw;
		margin: 0px 0px 0px 20vw;
	}

	#lp_sec0 .sub_head {
		margin: 0px auto 4vw;
		font-size: 4.8vw;
		font-weight: bold;
		letter-spacing: 0px;
		padding: 0px;
	}

	#lp_sec0 .img_right {
		padding-top: 3vw;
	}

	#lp_sec0 .price-table {
		width: 100%;
		margin: 2vw auto;
		border: 2px solid #fc5a31;
		line-height: 1.3;
	}

	#lp_sec0 .price-table td:nth-child(2n) {
		width: 28%;
		font-size: 3.4vw;
		padding: 2vw 0px;
		border-left: 2px dotted rgb(221, 221, 221);
	}

	#lp_sec0 .price-table td:nth-child(2n+1) {
		font-size: 3.5vw;
		padding: 2vw;
		width: 72%;
	}

	#lp_sec0 .price-table .bg_red {
		font-size: 6vw;
		margin: 0;
		padding: 3vw 0;
	}

	#lp_sec0 .txt_box1_inner {
		line-height: 1.2;
		padding: 0;
		font-size: 5.5vw;
	}

	#lp_sec0 video {
		width: 100%;
		margin: 0 auto;
		display: block;
	}

	/*--section1--*/
	#lp_sec1 {
		padding: 0;
		background: #fbf9eb;
	}

	#lp_sec1 .sec_inner {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}

	/*--section2--*/
	#lp_sec2 .sub_head {
		font-size: 8vw;
		margin: 0 auto 2vw;
	}

	#lp_sec2 .list1 li {
		padding: 1vw 0 1vw 5vw;
		font-size: 5.1vw;
		text-shadow: none;
	}

	.sec2_txt ul.list1 li::after {
		top: 0.6vw;
	}

	.sec2_txt ul.list1 {
		margin: 4vw 0;
		padding: 3vw 5vw;
	}

	.sec2_img {
		padding-top: 2vw;
		width: 60%;
		margin: 0 auto;
	}

	/*--section3--*/
	#voice1 {
		background-color: #ffffff;
		background-size: 16px 16px;
		position: relative;
		background-repeat: initial;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%2308776f' fill-opacity='0.4'%3E%3Cpath opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3Cpath d='M6 5V0H5v5H0v1h5v94h1V6h94V5H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	}

	#voice1::before,
	#voice1::after {
		display: none;
	}

	#voice1 .sub_head {
		padding: 5vw 2vw 4vw;
		border: 3px solid rgb(33, 136, 130);
		font-size: 5.5vw;
		width: 90%;
	}

	.voice1 {
		border-left: 4px solid #77d3ce;
		padding-left: 2vw;
		margin: 7vw 0 0;
	}

	.voice1 .voice1_ttl {
		background: none;
	}

	.voice1_sub h3 {
		font-size: 5.5vw;
	}

	.voice1_sub {
		width: 100%;
		padding: 2.5%;
		order: 1;
		background-color: #28a2b7;
		background-image: repeating-linear-gradient(-45deg, #38abbf, #38abbf 7px, transparent 0, transparent 14px);
	}

	.voice1_5 .voice1_sub {
		width: 100%;
		padding: 2.5%;
		order: 1;
	}

	.voice1_5.voice1 .marker {
		font-size: 6vw;
	}

	.voice1 .marker {
		font-size: 6vw;
	}

	.voice1_face {
		width: 100%;
		margin: 0 auto;
		padding: 2vw;
		text-align: center;
		order: 2;
		background: #e7f4f4;
	}

	.voice1_face img {
		width: 50%;
		margin: 0 auto;
	}

	.voice1_face img.img_pt1 {
		width: 80%;
	}

	.voice1_symptoms {
		order: 3;
		padding: 2vw;
	}

	.voice1_symptoms_name {
		padding: 0;
	}

	.voice1_num {
		margin-bottom: 3vw;
		padding-bottom: 1vw;
		font-size: 5.5vw;
	}

	.voice1_txt {
		margin-top: 4vw;
	}

	/*--section4--*/
	.sec4_box {
		padding: 0rem 0px;
	}

	#lp_sec4 .voice1_symptoms {
		margin: 0vw auto 5vw;
	}

	/*--section5--*/
	#lp_sec5 {
		padding: 10vw 0;
	}

	#lp_sec5 .txt_box1 {
		padding: 3vw;
		margin: 0 auto 0;
		width: 90%;
	}

	#lp_sec5 .sec_inner {
		width: 90%;
		margin: 0px auto;
		padding: var(--sp-pd) 3vw;
		background: rgb(255, 255, 255);
	}

	#lp_sec5 .txt_box1_inner {
		padding: 3vw;
		font-size: 5.4vw;
	}

	/*--section6--*/
	#lp_sec6 {
		padding: 10vw 0 0;
	}

	#lp_sec6 .sub_head {
		font-size: 5vw;
		margin: 0 auto 2vw;
		padding: 3vw;
		width: 90%;
	}

	.sec6_ttl {
		margin: 3vw auto 0;
		padding: 3vw 0;
		font-size: 5.2vw;
	}

	.sec6_num {
		font-size: 4vw;
		padding: 1vw 2vw;
	}

	.sec6_box {
		padding: 4vw 5vw;
	}

	/*--section7--*/
	#lp_sec7 {
		padding: 2vw 0px 0px;
	}

	.txt_box1 {
		padding: 3vw;
		margin-top: 0;
		margin: 4vw 0;
	}

	.txt_box1_inner {
		line-height: 1.2;
		padding: 5vw 3vw 3vw;
		font-size: 5.5vw;
	}

	.txt_box1_inner .list1 {
		margin-top: 0vw;
	}

	.txt_box1_inner .list1 li::after {
		top: 0.8vw;
	}

	.txt_box1_ttl {
		font-size: 6vw;
		padding-bottom: 2vw;
	}

	#lp_sec7 .txt_box1_inner p {
		padding: 1vw 7vw;
		font-size: 5.5vw;
	}

	/*--section8--*/
	#voice2 {
		background-color: #ffffff;
		background-size: 16px 16px;
		position: relative;
		background-repeat: initial;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%2308776f' fill-opacity='0.4'%3E%3Cpath opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3Cpath d='M6 5V0H5v5H0v1h5v94h1V6h94V5H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	}

	#voice2::before,
	#voice2::after {
		display: none;
	}

	#voice2 .sub_head {
		padding: 5vw 0 4vw;
		border: 3px solid rgb(33, 136, 130);
		font-size: 5.4vw;
		width: 95%;
	}

	.voice2 {
		border-left: 4px solid rgb(252, 99, 97);
		padding-left: 2vw;
		margin: 7vw 0 0;
	}

	.voice2 .voice2_ttl {
		background: none;
	}

	.voice2_sub h3 {
		font-size: 5.5vw;
	}

	.voice2_sub {
		width: 100%;
		padding: 2.5%;
		order: 1;
		background-color: rgb(252, 99, 97);
		background-image: repeating-linear-gradient(-45deg, rgb(251, 108, 100), rgb(251, 108, 100) 7px, transparent 0px, transparent 14px);
		;
	}

	.voice2_5 .voice1_sub {
		width: 100%;
		padding: 2.5%;
		order: 1;
	}

	.voice2_5.voice1 .marker {
		font-size: 6vw;
	}

	.voice2 .marker {
		font-size: 6vw;
	}

	.voice2_face {
		width: 100%;
		margin: 0 auto 2vw;
		padding: 2vw;
		text-align: center;
		order: 2;
		background: #e7f4f4;
	}

	.voice2_face img {
		width: 50%;
		margin: 0 auto;
	}

	.voice2_symptoms {
		order: 3;
		padding: 1rem 2rem;
	}

	.voice2_num {
		font-size: 5vw;
	}

	.voice2_txt {
		margin-top: 3vw;
	}

	/*--section9--*/
	#lp_sec9 {
		padding: 7vw 0 0;
	}

	/*--section10--*/
	.profile_wrap {
		width: 91%;
		padding: 0;
		margin-bottom: 7vw;
		border: solid 2px #fbc262;
		outline: solid 4px #fbc262;
		outline-offset: 3px;
	}

	.profile_inner {
		padding: 0 0 20px;
		margin: 0 auto;
		width: 95%;
	}

	.profile_face {}

	#profile .notice {
		text-align: right;
		padding: 0 2vw 0 0;
		width: 100%;
	}

	.pro_logo {
		padding: 2vw 0 0 0;
		margin-bottom: 0;
	}

	#profile2 {
		padding: 7vw 0;
	}

	#profile2 .sec_inner {
		width: 95%;
	}

	.prf_box_wrap {
		width: 100%;
	}

	.prf_box {
		width: 90%;
		padding: 0 0 15px;
		margin: 5vw auto;
	}

	.prf_box:nth-of-type(1) {
		margin: 5vw auto 0;
	}

	.prf_box:nth-of-type(2) {
		margin: 5vw auto 2vw;
	}

	.prf_box p {
		padding: 4vw 0 0;
		font-size: 4vw;
		line-height: 1.5;
	}

	.prf_box02 {
		margin: 0 auto;
		width: 95%;
	}

	.prf_box02 p {
		font-size: 4vw;
	}

	/*--section11--*/
	#lp_sec11 .sec_inner {
		width: 90%;
		margin: 0px auto;
		padding: 0 0 10vw;
	}

	#lp_sec11 h3 {
		font-size: 4.5vw;
		padding: 2vw;
		line-height: 1.6;
	}

	.sec11_box {
		padding: 3vw 5vw;
	}

	.sec11_ttl {
		font-size: 4vw;
		padding: 3vw 0;
	}

	/*--section13--*/
	#lp_sec13 .sub_head {
		font-size: 6vw;
	}

	/*--section14--*/
	.sec14_ttl2 {
		margin: 5vw auto;
	}

	/*--section16--*/
	#lp_sec16 h2 {
		font-size: 8vw;
		width: 95%;
		padding: 0 0 2vw;
		margin: 0px auto 7vw;
	}

	#lp_sec_tsuika h2 {
		font-size: 8vw;
		width: 95%;
		padding: 3vw 0px 2vw;
		margin: 0px auto 7vw;
	}

	.sec16_box {
		padding: 0 3vw 3vw;
	}

	.ttl_arrow {
		width: 100%;
		font-size: 5vw;
		margin: 10vw 0;
		padding: 3vw 1vw 2vw;
	}

	.ttl_arrow::before {
		border-top: 25px solid rgb(252, 90, 49);
		border-left: 50px solid rgba(254, 133, 54, 0);
		border-right: 50px solid transparent;
	}

	/*--section17--*/
	#lp_sec17 {
		background-color: #ffffff;
		background-size: 16px 16px;
		position: relative;
		background-repeat: initial;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%2308776f' fill-opacity='0.4'%3E%3Cpath opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3Cpath d='M6 5V0H5v5H0v1h5v94h1V6h94V5H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	}

	#lp_sec17::before,
	#lp_sec17::after {
		display: none;
	}

	/*--section18--*/
	#product {
		padding: 0;
	}

	/*--section19--*/
	/*--section20--*/
	.technic_txt {
		font-size: 4.8vw;
		margin: 0px auto 2vw;
		padding: 2vw 0vw 1vw;
	}

	.technic_txt2 {
		width: 100%;
		padding: 3vw 1vw 2vw 8vw;
		font-size: 2.6vw;
	}

	.technic_txt2::after {
		display: block;
		content: "";
		position: absolute;
		top: 0.3em;
		left: 0rem;
		width: 35px;
		height: 35px;
		background: url(../img/check.png) no-repeat;
		transform: scale(0.5);
	}

	.technic_txt4 {
		padding: 1vw;
		font-size: 2vw;
		text-align: center;
		line-height: 1.4;
		background: rgb(255, 255, 255);
		color: rgb(71, 28, 28);
		font-weight: 900;

		font-feature-settings: "palt";
	}

	p.technic_txt4_ttl {
		padding: 0.5vw 0px;
		margin-bottom: 1.5vw;
		border-bottom: 1px solid rgb(71, 28, 28);
		font-size: 4.6vw;
	}

	p.technic_txt4_txt {
		line-height: 1.1;
		font-size: 3.6vw;
	}

	.technic_txt3 {
		font-size: 4.4vw;
		margin: 0 auto 2vw;
		padding: 2vw;
	}

	.ribbon1 h3,
	.ribbon2 h3,
	.ribbon3 h3,
	.ribbon4 h3 {
		font-size: 6.4vw;
		line-height: 40px;
	}

	/*--section21--*/
	#lp_special {
		background: #fcede6;
	}

	#lp_special::before,
	#lp_special::after {
		display: none;
	}

	#lp_special .sec_inner {
		width: 100%;
		margin: 0 auto;
		padding: 0 0 var(--sp-pd);
	}

	.special_ttl_img {
		margin: 5vw auto 0;
		width: 95%;
	}

	.special {
		width: 100%;
		margin: 0 auto 0;
		background: #fcede6;
		padding: 10vw 0 0;
	}

	.special_inner {
		padding: 4vw 3vw 5vw;
	}

	.special_inner img {
		width: 100%;
	}

	.special_inner .img_right {
		float: none;
		width: 100%;
		padding: 0px 0px 4vw;
		margin: auto;
	}

	.special_inner .sp_img {
		width: 50%;
	}

	.special .notice {
		font-size: 2vw;
	}

	.special2 .notice {
		font-size: 2vw;
	}

	.special:last-child .special_inner {
		margin-bottom: 0;
	}

	.special_ttl {
		padding: 3vw 0vw;
		font-size: 4.8vw;
		width: 100%;
		margin-top: 0vw;
		text-shadow: rgb(255 255 255) 2px 2px 0px;
	}

	.future_inner {
		font-size: 5vw;
		padding: 4vw;
	}

	.special_ttl.pt2 {
		margin-top: 4vw;
	}

	/*--section22--*/
	#lp_sec22 .list1 {
		margin: 4vw auto;
		color: rgb(71, 28, 28);
		width: 100%;
		font-size: 2.4rem;
		display: inline-block;
	}

	#lp_sec22 .list1 li {
		padding: 1vw 0px 1vw 5vw;
		font-size: 4.6vw;
		text-shadow: none;
	}

	#lp_sec22 .img_left {
		width: 75%;
		padding: 2vw;
	}

	/*--section23--*/
	#lp_sec23 .sub_head {
		margin: 0px auto 4vw;
		font-size: 5.3vw;
		font-weight: bold;
		letter-spacing: 0px;
		padding: 10px;
	}

	.special_box {
		margin: 0vw 0px 0px;
		color: rgb(71, 28, 28);
		width: 100%;
		background-color: rgb(255, 221, 221);
		background-image: repeating-linear-gradient(-45deg, rgb(253, 207, 207), rgb(253, 207, 207) 7px, transparent 0px, transparent 14px);
		padding: 2vw 2vw 1vw;
		font-size: 2.6rem;
		text-align: center;
	}

	.special_box_inner {
		width: 100%;
		margin: 0 0 2vw;
	}

	/*--section24--*/
	#message .sec_inner {
		padding: 7vw 4vw;
	}

	.message .sub_head {
		font-size: 6vw;
		padding: 4vw 0;
	}

	.message_ttl {
		font-size: 6vw;
		width: 100%;
		margin-bottom: 3vw;
	}

	.message_ttl_img {
		margin: 0 auto 5vw;
		width: 100%;
	}

	.message {
		padding: 10vw 0;
		background-position: top right;
		background-attachment: inherit;
	}

	.message .sec_inner {
		padding: var(--sp-pd) 3vw;
		background: rgb(255 255 255 / 87%);
	}

	.message_txt {
		padding: 0 0 2vw;
		background: 0;
		letter-spacing: 1px;
		margin-top: 4vw;
	}

	.message_txt p {
		padding-bottom: 0;
		line-height: 36px;
		background: url(../img/bg-note02.png) bottom;
		margin: 0;
		padding: 0 0 0vw;
	}

	#message .sub_head {
		font-size: 5.5vw;
		padding: 2vw 0;
		margin: 0px auto;
	}

	/*--section25--*/
	#lp_sec25 .sub_head {
		background: rgb(230, 92, 89);
		position: relative;
		width: 100%;
		padding: 3vw 0;
		color: rgb(255, 255, 255);
		margin: 0 auto 7vw;
		font-size: 6vw;
	}

	/*--section26--*/
	#lp_last {
		padding-top: 0;
	}

	#lp_last .ttl_arrow {
		width: 100%;
		color: rgb(52, 27, 12);
		font-size: 5vw;
		font-weight: 900;
		line-height: 1.4;
		text-align: center;

		font-feature-settings: "palt";
		margin: 0rem 0px 6vw;
		padding: 0rem 0vw 2rem;
		position: relative;
	}

	.price_small {
		font-size: 4vw;
	}

	/*--list--*/
	.list1 li::after {
		top: 1.5vw;
		left: -1.5vw;
		width: 6vw;
		height: 6vw;
		background-size: 100%;
	}

	.list1 li {
		padding: 1vw 0 3vw 5vw;
		font-size: 4.1vw;
		text-shadow: none;
	}

	.list1 {
		margin: 0 auto 0;
		padding: 3vw;
		top: 25vw;
		left: 1vw;
		font-weight: bold;
	}

	#profile .list1 li::after {
		top: 1.7vw;
		left: -1.5vw;
		width: 6vw;
		height: 6vw;
		background-size: 100%;
	}

	.list2 {
		font-size: 4.4vw;
		padding: 4vw 0vw 4vw;
		margin: 0 auto;
	}

	.list2 li {
		padding: 0 0 2vw 7vw;
	}

	/* 支払いの流れ */
	.payment {
		margin-top: 5vw;
		padding: 3vw;
	}

	.payment h3 {
		font-size: 5.5vw;
		padding-bottom: 3vw;
	}

	.payment .notice {
		font-size: 4vw;
		padding: 3vw;
		margin-top: 3vw;
	}

	/* 品質保証 */
	.hosho_arrow:before {
		position: relative;
		content: "";
		top: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-color: transparent transparent transparent #d11019;
		transform: translateX(-50%);
		border-width: 2rem;
		transform: rotate(90deg);
		margin: 0 auto -4vw;
		left: 0;
		right: 0;
		bottom: 0;
		text-align: center;
		display: block;
	}

	.hosho_arrow {
		width: 4%;
		height: 1%;
		transform: translate(0%, 75%);
	}

	.hosho2_flow_wrap {
		display: flex;
		width: 100%;
		margin: 0 auto;
		font-size: 4.5vw;
	}

	.hosho2_flow_list {
		width: 30%;
	}

	.hosho2_flow_list img {
		width: 90%;
		margin: 0 auto;
		flex: 1;
	}

	.hosho2_flow_list p {
		width: 95%;
		padding: 1rem 0;
		margin: 0 auto;
		text-align: center;
		font-size: 3vw;
		line-height: 1.5;
	}

	.hosho_ttl {
		background: rgb(252, 90, 49);
		width: 100%;
		margin: 0px auto 2vw;
		font-size: 4rem;
		color: rgb(255, 255, 255);
	}

	/* form ----------------------------------------------------------------------------------------------*/
	.form_wrap {
		width: 95%;
		margin: 0 auto 0;
		padding: 0;
	}

	.form_wrap a p {
		width: 100%;
		padding: 3vw 0;
		font-size: 4vw;
		border-radius: 10px;
		margin: 2vw 0 0;
	}

	.form_txt {
		margin: 3vw auto 0;
		font-size: 4vw;
	}

	.form_btn::after {
		width: 28vw;
		height: 28vw;
		right: -10vw;
		transform: translateY(-50%)scale(.2);
	}

	.form_btn .marker {
		position: relative;
		display: inline-block;
		background: #ffffff;
		line-height: 30px;
		height: 30px;
		margin-top: 0px;
		padding: 0 1rem;
		color: #ea4e4f;
	}

	.form_btn .bottom_txt {
		font-size: 130%;
	}

	.letter_btn {
		padding: 4vw 4vw 4vw 0;
		width: 100%;
		font-size: 6.5vw;
	}

	.btn_ft .letter_btn {
		font-size: 4.2vw;
		padding: 4vw 4vw 4vw 0;
		width: 100%;
		line-height: 1.2;
	}

	header .letter_btn {
		border: 2px solid #fff;
	}

	/* form ----------------------------------------------------------------------------------------------*/

	.form_wrap a p {
		width: 100%;
		padding: 3vw 0;
		font-size: 5vw;
		border-radius: 10px;
		margin: 2vw auto 0;
	}

	.form_txt {
		margin: 3vw auto 5vw;
		font-size: 3.2vw;
	}

	.form_btn::after {
		width: 28vw;
		height: 28vw;
		right: -10vw;
		transform: translateY(-50%)scale(.2);
	}

	.btn_ft .small {
		font-size: 5vw;
	}

	/* footer ----------------------------------------------------------------------------------------------*/
	.footer_logo img {
		display: block;
		margin: 0 auto;
	}

	.footer_txt {
		padding: 2vw 1vw;
		text-align: center;
	}

	#footer_wrap {
		display: block;
		width: 100%;
		padding: 2rem 0;
	}

	/* scfooter ----------------------------------------------------------------------------------------------*/
	.scfooter_inner {
		width: 100%;
		padding: 1vw 0;
	}

	.btn_ft {
		width: 90%;
	}

	/*.btn_ft::after { position: absolute;content: "";background: url(../img/base/cta.png) no-repeat;width: 90px; height: 90px;right: -8vw;top: 50%;transform: translateY(-47%) scale(0.28);display: inline-block; background-size: 20vw;}*/
	.btn_ft .bg_wht {
		padding: 1vw;
		font-size: 130%;
	}

	.btn_ft .bottom_txt {
		font-size: 5vw;
		margin-top: 1vw;
	}

	.btn_ft a p {
		font-size: 3.9vw;
		line-height: 1.5;
		padding: 2vw 0px 2vw;
		letter-spacing: -1px;
	}

	.form_wrap .xxxlarge {
		font-size: 180%;
	}

	.form_wrap a {
		padding-top: 1.5rem;
	}

	/* 料金 ---------------------------------------------------------------------------------------------- */
	.price_result_main {
		font-size: 7.5vw;
		margin: 0 0 0 20vw;
	}

	.price_monthly {
		width: 11vw;
		height: 11vw;
		border-radius: 200px;
		position: absolute;
		color: rgb(255, 255, 255);
		line-height: 11vw;
		text-align: center;
		font-size: 3vw;
		top: 5vw;
		left: 7%;
	}

	.price_result_sub {
		font-size: 5.8vw;
	}

	.price_box {
		margin: 0 auto;
	}

	.price_notice {
		padding: 3vw;
		margin: 2vw auto 5vw;
	}

	.price_label {
		line-height: 1.2;
		font-size: 6vw;
		margin: 7vw 0px 0;
		padding: 2vw 0px;
	}

	.price_notice p {
		font-size: 3.8vw;
	}

	.price_result {
		padding-top: 3vw;
	}

	/* アコーディオンボタン */
	.ac_area {
		padding: 0;
		margin-top: 3vw;
	}

	.cta_btn {
		width: 100%;
		font-size: 4.5vw;
		border: 3px solid #fff;
		margin: 3vw auto 0px;
		padding: 4vw 0 3vw;
	}

	.cta_btn span,
	.cta_btn2 span {
		font-size: 4.8vw;
	}

	.cta_btn:after,
	.cta_btn2:after {
		right: 3vw;
	}

	/*--mix---*/
	.hosho2_flow_wrap.flex {
		display: flex;
	}

	/*よくある質問 ----------------------------------------------------------------------------------------------*/
	.cp_qa *,
	.cp_qa *:after,
	.cp_qa *:before {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.cp_qa .cp_actab {
		position: relative;
		overflow: hidden;
		width: 100%;
		margin: 0 0 1em 0;
	}

	.cp_qa .cp_actab input {
		position: absolute;
		opacity: 0;
	}

	/* 質問 */
	.cp_qa .cp_actab label {
		font-weight: bold;
		line-height: 1.6em;
		position: relative;
		display: block;
		margin: 0 0 0 0;
		padding: 1em 1em 1em 2.5em;
		cursor: pointer;
		text-indent: 1em;
		border-radius: 0.5em;
		background: rgba(27, 37, 56, 0.1);
	}

	.cp_qa .cp_actab label::before {
		font-size: 1.5em;
		margin-left: -2em;
		padding-right: 0.5em;
		content: 'Q';
	}

	.cp_qa .cp_actab label:hover {
		transition: all 0.3s;
		color: #fd8433;
	}

	/* --質問の＋アイコン */
	.cp_qa .cp_actab label::after {
		font-size: 1.7em;
		font-weight: bold;
		line-height: 2em;
		position: absolute;
		top: 0;
		right: 0;
		content: '+';
		display: inline-block;
		width: 2em;
		height: 2em;
		-webkit-transition: transform 0.4s;
		transition: transform 0.4s;
	}

	/* 答え */
	.cp_qa .cp_actab .cp_actab-content {
		position: relative;
		overflow: hidden;
		max-height: 0;
		padding: 0 0 0 2.5em;
		-webkit-transition: max-height 0.2s;
		transition: max-height 0.2s;
		border-radius: 0 0 0.5em 0.5em;
	}

	.cp_qa .cp_actab .cp_actab-content::before {
		font-size: 1.5em;
		position: absolute;
		margin: 0.4em 0 0 -1em;
		padding: 0;
		content: 'A';
	}

	.cp_qa .cp_actab .cp_actab-content p {
		margin: 1em 1em 1em 0;
	}

	/* 質問を開いた時の仕様 */
	/* --答えの高さ */
	.cp_qa .cp_actab input:checked~.cp_actab-content {
		max-height: 50em;
		border: 10px solid rgba(27, 37, 56, 0.1);
	}

	/* 質問をクリックした時のアイコンの動き */
	.cp_qa .cp_actab input:checked~label {
		border-radius: 0.5em 0.5em 0 0;
	}

	/* 質問をクリックした時の+の動き */
	.cp_qa .cp_actab input[type=checkbox]:checked+label::after {
		-webkit-transform: rotateZ(45deg);
		transform: rotateZ(45deg);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	.ba_box {
		width: 90%;
		padding: 7vw 3vw 3vw;
	}

	.sec_ba .sec_inner {
		width: 100%;
	}

	.lp_sec23_box {
		width: 92%;
		padding: 4vw;
	}

	.lp_sec23_box .sec_inner {
		width: 100%;
	}

	#scfooter img {
		width: 90%;
	}

	.ttl_arrow p {
		padding-bottom: 4vw;
		font-size: 9.5vw;
	}

	.list4 {
		margin: 4rem 0 2vw;
	}

	#lp_sec23 .list4 li {
		font-size: 5vw;
		line-height: 1.4;
		padding: 4vw 4vw 4vw 10vw;
	}

	.list4 li::after {
		left: -2vw;
		transform: scale(.7);
	}

	#lp_sec23 .list4 li::after {
		font-size: 2.7rem;
		top: 2vw;
	}

	#lp_sec23 {
		padding: 10vw 0;
	}

	#lp_sec18 .sec_inner {
		width: 90%;
		padding: var(--sp-pd) 0;
		margin: 2vw auto 4vw;
	}

	#lp_sec18 {
		padding: 9vw 0px 11vw;
	}

	#lp_sec18 .sub_head {
		font-size: 7vw;
		line-height: 1.3;
		margin: 0 auto 2vw;
	}

	.list .sec_inner {
		width: 90%;
	}

	.list4 li {
		position: relative;
		padding: 4vw 4vw 4vw 10vw;
	}

	.list4 li::after {
		top: 1.5vw;
	}

	.style3 {
		box-shadow: 2px 0px 5px 3px #fc5a30;
	}

	.list4 h3 {
		padding-bottom: .6rem;
		line-height: 1.5;
		font-size: 5.4vw;
	}

	.list .sub_head {
		font-size: 6.5vw;
		padding: 6vw 0 4vw;
		margin: 0;
	}

	.balloon {
		font-size: 5vw;
		padding: 4vw;
	}

	.price_small {
		padding-bottom: 2vw;
	}

	#lp_last .sub_head {
		margin: 0 auto 10vw;
	}

	#lp_last .sub_head {
		font-size: 6.2vw;
		line-height: 1.5;
		padding: 7.5vw 0;
		background-size: 750px 170px;
		margin: 0 auto 8vw;
	}

	.last_top {
		font-size: 5.5vw;
		margin: 10vw auto 3vw;
		padding-bottom: 0;
	}

	.txt_box1_inner .xxlarge {
		font-size: 120%;
		padding-bottom: 2vw;
		display: inline-block;
	}

	#lp_sec16 .txt_box1 {
		padding: 4vw;
	}

	#lp_sec16 .sub_head img {
		padding: 0 5vw;
	}

	#lp_sec16 h2::before {
		bottom: -20px;
		border-width: 20px 20px 0 20px;
	}

	#lp_sec_tsuika h2::before {
		bottom: -20px;
		border-width: 20px 20px 0 20px;
	}

	#lp_sec6 .sub_head {
		font-size: 6.2vw;
	}

	.scfooter_inner .form_btn_img {
		padding: 1vw 0;
	}

	.form_btn_img {
		width: 85%;
		padding: 1vw 0 6vw;
		margin: 0 auto;
	}

	.sub_inner {
		padding: 4vw 0;
	}

	#lp_sec0 .sub_head2:after {
		bottom: -20px;
		border-width: 20px 20px 0 20px;
	}

	#lp_sec0 .txt_c {
		font-size: 85%;
	}

	.sec_ba {
		padding: 10vw 0;
	}

	.sec_ba .sub_head {
		font-size: 5.8vw;
	}

	.img_full {
		padding-top: 3vw;
	}

	.top_cap {
		font-size: 4vw;
	}

	.img_full .caption {
		font-size: 5.2vw;
		font-weight: bold;
	}

	.img_full.pt1 {
		padding-bottom: 2vw;
	}

	.lp_sec11 .sub_head {
		font-size: 6vw;
	}

	.lp_sec8 .sub_head,
	.lp_sec8 h3 {
		font-size: 6.5vw;
	}

	.bg_reason {
		padding: 3vw;
	}

	.reason_ttl {
		font-size: 5vw;
		margin-bottom: 4vw;
	}

	.lp_sec18_box {
		width: 94%;
		padding: 4vw;
	}

	.lp_sec18_inner {
		background: #fff;
		padding: 6vw 4vw 4vw 4vw;
	}

	#profile .sub_head {
		font-size: 6.4vw;
	}

	.future_txt {
		width: 100%;
		padding-bottom: 2vw;
	}

	.future_img {
		width: 75%;
		margin: 0 auto;
	}

	.list_txt {
		width: 100%;
	}

	.list_img {
		width: 100%;
		padding-top: 2vw;
	}

	.list4 li .notice {
		font-size: 3vw;
		margin: 0;
	}

	.flex+.flex {
		margin-top: 0;
	}

	.balloon::after {
		bottom: -10px;
	}

	.balloon::before {
		bottom: -15px;
	}

	#lp_last .txt_c {
		line-height: 1.5;
	}

	#lp_sec23 .list4 {
		margin: 6vw 0 6vw;
	}

	#lp_sec23 .list4 li::after {
		left: -0.5vw;
		top: 1.2vw;
	}

	#profile .list1 li {
		font-size: 4.8vw;
		line-height: 1.5;
	}

	.special_ttl {
		font-size: 5.4vw;
		margin: 12vw 0 4vw;
	}

	.special_inner .list3 {
		margin: 6vw 2vw 2vw;
	}

	.special_inner .list3.pt2 {
		margin-top: 3.5vw;
	}

	.special_inner .list3 li::after {
		transform: scale(0.6);
		top: -3vw;
		left: -1.6rem;
	}

	.special_inner img.yazirushi {
		width: 20%;
		margin: 3vw auto;
	}

	.top2 {
		padding-top: 3vw;
	}

	#lp_sec0 .xxlarge {
		font-size: 4vw;
	}

	.symptom dt.symptom01 {
		text-align: center;
		padding: 20px 0 0;
	}

	.symptom dt.symptom02 {
		text-align: center;
		padding: 35px 0 0;
	}

	.symptom dt.symptom03 {
		text-align: center;
		padding: 35px 0 0;
	}

	.symptom dt.symptom04 {
		text-align: center;
		padding: 35px 0 0;
	}

	.symptom dt.symptom05 {
		text-align: center;
		padding: 35px 0 0;
	}

	.symptom dt.symptom06 {
		text-align: center;
		padding: 35px 0 0;
	}

	.technic_box2 {
		margin-top: 2rem;
		width: 48%;
		margin: 0px 0px 2vw;
	}

	.sample1 li:before {
		content: '';
		position: absolute;
		background-color: #ee8992;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		left: 1px;
		top: 14px;
	}

	.sample1 li {
		position: relative;
		padding: 0.3em 0 0.3em .8em;
		line-height: 1.5;
	}

	/* -----------------------------------
	--------------------------------------
	--------------------------------------
    new
	--------------------------------------
	--------------------------------------
    --------------------------------------- */
	section h2 {
		font-weight: 800 !important;
	}

	#lp_sec0 {
		padding: 0;
	}

	#lp_sec0 h2 {
		font-size: 5.5vw;
		margin-top: 10vw;
		margin-bottom: 3vw;
	}

	#lp_sec0 .sec_inner {
		width: 100%;
	}

	#lp_sec0 video {
		width: 92%;
	}

	/* -----------------------------------
nayami
    --------------------------------------- */
	#nayami h2 {
		font-size: 5.5vw;
		padding: 5vw 2vw;
		font-weight: bold;
		line-height: 1.5;
	}

	#nayami h2 span {
		font-size: 130%;
	}

	.nayami-border {
		padding: 6vw 5vw 7vw;
		margin-top: 7vw;
	}

	.nayami-flex .list1 li {
		font-size: 4.8vw;
		font-weight: 500;
	}

	#lp_sec_tsuika {
		padding: 10vw 0 0;
	}

	.nayami-flex {
		flex-wrap: wrap;
	}

	.nayami-flex .list1 {
		width: 100%;
		padding: 0;
	}

	.nayami-flex img {
		width: 100%;
		margin-top: var(--pad5);
	}

	#nayami p {
		font-size: 5.2vw;
		margin-top: var(--pad5);
	}

	.sp-lead {
		font-size: 6vw;
		font-weight: 900;
		text-align: center;
		line-height: 1.4;
		margin-top: 4vw;
	}

	/* -----------------------------------
hikari
    --------------------------------------- */
	#hikari h2 {
		font-size: 5vw;
		padding: 3vw 2vw 5vw;
		font-weight: bold;
	}

	#hikari h2 span {
		font-size: 10vw;
	}

	.hikari-p {
		font-size: 4.8vw;
		margin-top: var(--pad5);
	}

	#hikari .notice {
		margin-bottom: var(--pad10);
	}

	/* -----------------------------------
voice
    --------------------------------------- */
	.voice_h2_top {
		top: -11vw;
		padding: 2vw 0;
		font-size: 5.5vw;
	}

	#voice1 .sub_head {
		padding: 12vw 2.5vw 8vw !important;
	}

	.voice1_sub {
		padding: var(--pad5) var(--pad-h2-yoko);
	}

	.voice1_5 .voice1_sub {
		padding: var(--pad5) var(--pad-h2-yoko);
	}

	/* -----------------------------------
sec_ba
    --------------------------------------- */
	.ba_box {
		padding: 10vw var(--pad5);
	}

	.sec_ba h3 {
		font-size: 5vw;
	}

	/* -----------------------------------
profile
    --------------------------------------- */
	#profile {
		padding: 10vw 0;
	}

	#profile .notice {
		text-align: center;
		font-size: 2.8vw;
	}

	/* -----------------------------------
lp_sec13
    --------------------------------------- */
	#lp_sec13 {
		padding: 10vw 0 0;
	}

	/* -----------------------------------
lp_sec4
    --------------------------------------- */
	#lp_sec4 {
		padding: 10vw 0 0;
	}

	/* -----------------------------------
lp_sec8
    --------------------------------------- */
	.lp_sec8 .sub_head,
	.lp_sec8 h3 {
		margin-bottom: var(--pad5);
	}

	.lp_sec8 img {
		width: 100%;
	}

	.lp_sec8 h3 {
		font-size: 5.3vw;
		font-weight: 800;
	}

	.lp_sec8 p.txt_c {
		text-align: left !important;
	}

	.lp_sec8 .form_wrap a {
		font-size: 4.8vw;
		padding: 8vw 4vw 8.5vw 0vw;
		margin-top: 5vw;
	}

	.lp_sec8 .letter_btn:after {
		top: 6.5vw;
	}

	/* -----------------------------------
lp_sec14
    --------------------------------------- */
	#lp_sec14 h2 {
		font-weight: 800;
	}

	#lp_sec14 img {
		width: 100%;
	}

	#lp_sec14 .w70 {
		margin-bottom: var(--pad5);
	}

	#lp_sec14 .bottom {
		margin-bottom: var(--pad5);
	}

	#lp_sec14 .kakomi {
		padding: 6vw 5vw 7vw;
		font-size: 4.8vw;
	}

	#lp_sec14 .bottom10 {
		margin-bottom: var(--sp-pd);
	}

	#lp_sec14 p.txt_c {
		text-align: left !important;
	}

	/* -----------------------------------
lp_sec5
    --------------------------------------- */
	#lp_sec5 .txt_box1_inner {
		font-size: 6vw;
		padding: var(--pad5) var(--pad-h2-yoko);
	}

	#lp_sec5 .txt_box1 {
		padding: var(--pad-h2-yoko);
	}

	#lp_sec5 .sec_inner {
		padding: 7vw var(--pad5);
	}

	/* -----------------------------------
lp_sec6
    --------------------------------------- */
	#lp_sec6 .sub_head {
		line-height: 1.5;
		padding: var(--pad10) var(--pad-h2-yoko);
	}

	.sec6_ttl_inner {
		line-height: 1.5;
		padding: 1vw 0 0;
	}

	/* -----------------------------------
lp_sec16
    --------------------------------------- */
	#lp_sec16 h2 {
		margin: 0;
		width: 100%;
	}

	#lp_sec16 {
		padding: 10vw 0 0;
	}

	#lp_sec16 h3 {
		font-size: 6vw;
		margin-top: var(--pad5);
	}

	.sec16_box h3 {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}

	/* -----------------------------------
lp_sec_tsuika
    --------------------------------------- */
	#lp_sec_tsuika h2 .mark_y {
		font-size: 150%;
		background: none;
	}

	#lp_sec_tsuika h2 {
		width: 100%;
		padding: 0;
		margin-bottom: var(--pad5);
		font-size: 4.8vw;
		font-weight: 500 !important;
	}

	.sp-big {
		font-size: 6.5vw;
	}

	/* -----------------------------------
special
    --------------------------------------- */
	.special_inner {
		padding: 10vw var(--pad5);
	}

	.youtube-flex {
		flex-wrap: wrap;
	}

	.youtube-right {
		width: 100%;
		margin-inline: auto;
	}

	.youtube-right .list3 {
		width: 95%;
		margin-inline: auto;
		margin-top: var(--pad5);
		margin-bottom: var(--pad5);
		padding: var(--pad5);
	}

	.youtube-right h4 {
		font-size: 6vw;
		text-align: center;
	}

	.youtube-right ul li {
		font-weight: 500;
	}

	.special_inner .list3 li {
		font-size: 4.8vw;
	}

	.special_ttl {
		padding: var(--pad5);
		text-align: left;
	}

	.syugi-p {
		font-size: 6vw;
	}

	.fsz_5vw {
		font-size: 5vw;
	}

	.syugi-p2 span {
		font-size: 5vw;
		font-weight: 700;
	}

	.syugi-p2 span .xlarge {
		font-size: 120%;
	}

	.syugi-p2 span .mark_y {
		font-size: 6vw;
	}

	.syugi-p.small {
		font-size: 5vw;
		font-weight: bold;
	}

	.special_inner:last-of-type {
		margin-bottom: 0;
	}

	.posi {
		position: relative;
		top: 0;
		left: 5vw;
	}

	.list3 {
		margin-left: 0;
		margin-right: 0;
		padding: var(--pad5);
	}

	.list3 li {
		font-size: 4.8vw !important;
		padding-left: 6vw;
	}

	.list3 li::after {
		transform: scale(0.6);
		top: -3vw;
		left: -1.6rem;
	}

	#lp_sec22 .list3 {
		width: 95%;
		margin-inline: auto;
		margin-top: 5vw;
	}

	#lp_sec_tsuika .list3.sp+.syugi-p.syugi-p2 span {
		text-align: left;
	}

	/* -----------------------------------
#message
    --------------------------------------- */
	#message {
		padding: 10vw 0;
	}

	/* -----------------------------------
tuika-take
    --------------------------------------- */
	#tuika-take {
		padding: 10vw 0 0;
	}

	#tuika-take h2 {
		font-size: 5.5vw;
		padding: 5vw 2vw;
		line-height: 1.5;
	}

	#tuika-take .tuika-take-wrap {
		padding: var(--pad10) var(--pad5);
	}

	.tuika-take-p {
		font-size: 6vw;
	}

	/* -----------------------------------
hosho
    --------------------------------------- */
	.hosho {
		padding: 10vw 0 0;
	}

	.hosho .list3 {
		margin-bottom: var(--pad5);
		margin: 8vw 2vw 8vw 2vw;
		width: 96%;
	}

	.hosho .form_wrap a {
		font-size: 4.8vw;
		padding: 8vw 4vw 8.5vw 0vw;
		margin-top: 5vw;
	}

	.form_wrap {
		width: 100%;
	}

	.letter_btn:after {
		width: 3vw;
		height: 3vw;
		top: 6.5vw;
		right: 6vw;
	}

	.hosho h2 {
		margin-top: var(--pad10);
		font-size: 6vw;
	}

	.hosho .letter_btn:after {
		top: 6.5vw;
	}

	/* ----------------------------------------------------
popup
------------------------------------------------------ */
	.popup {
		padding: 0;
	}

	.popup .sec_inner {
		padding: 0;
		width: 100%;
	}

	/* ----------------------------------------------------
lp_last
------------------------------------------------------ */
	#lp_last .letter_btn {
		margin-top: 5vw;
	}

	#lp_last .sec_inner {
		padding: 0 0 5vw;
	}

	/* ----------------------------------------------------
scfooter
------------------------------------------------------ */
	#scfooter .btn_ft {
		width: 94%;
	}

	#scfooter .letter_btn .large {
		font-size: 7vw;
	}

	#scfooter .letter_btn::after {
		top: 6.5vw;
	}

	/* ----------------------------------------------------
header
------------------------------------------------------ */
	header h1 {
		position: relative;
	}

	header h1 .form_wrap {
		position: absolute;
		top: 122vw;
		width: 94%;
		left: 3%;
	}

	header .form_wrap a {
		padding: 4vw 4vw 4vw 0;
	}

	.mv_btn a {
		display: block;
		background: #ddd;
		padding: 2vw;
		margin: 2vw auto 0;
		border-radius: 30px;
		font-size: 4vw;
		width: 90vw;
		text-decoration: none;
		text-align: center;
		color: inherit;
	}

	.popup-close {
		border-radius: 50%;
		width: 9vw;
		aspect-ratio: 1 / 1;
		font-size: 7.5vw;
		padding: 0;
		text-align: center;
		position: absolute;
		top: -2.5vw;
		right: -2.5vw;
		border: none;
		cursor: pointer;
	}

	.popup-content {
		width: 90vw;
		height: auto;
		max-width: 400px;
	}

	.form_close::before {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		content: "キャンペーンは終了しました";
		font-weight: 900;
		font-size: 6vw;
		z-index: 1;
		color: #371414;
		font-family: "Noto Sans JP", sans-serif;
		background: #fff;
		padding: 2vw;
		text-align: center;
		width: 100%;
		text-shadow: none;
	}

	/* ----------------------------------------------------
cart__area
------------------------------------------------------ */
	#cart__area {
		padding: 0 0 10vw;
	}
}