@charset "utf-8";

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

li {
	list-style-type: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

img {
	vertical-align: bottom;
}

textarea, select, option {
	font: inherit;
}

/* -------------------------------------------------- */
/* LINK */
/* -------------------------------------------------- */
a {
	display: inline-block;
	color: inherit;
}

a:link,
a:visited {
	text-decoration: none;
	/* color: #333333; */
}

a:hover {
	text-decoration: none;
	/* color: #E61410; */
}

a:active {
	text-decoration: none;
	/* color: #E61410 */
}

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

body {
	background: #FFFFFF;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
}

#container {
	position: relative;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Noto Sans JP, "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	font-weight: 300;
}

main {
	padding-top: 145px;
}

* {
	font-size: 1.6rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	font-family: "object-fit: contain";
}

/* 共通パーツ */
/* -------------------------------------------------- */
.WideInner {
	width: 1300px;
	max-width: 95%;
	margin: 0 auto;
}

.inner {
	width: 1200px;
	max-width: 95%;
	margin: 0 auto;
}

.slimInner {
	width: 1120px;
	max-width: 95%;
	margin: 0 auto;
}

.minInner {
	width: 1000px;
	max-width: 95%;
	margin: 0 auto;
}

.lyFlexbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.ly2col {
	width: 48.2%;
}

.ly3col {
	width: 31.5%;
}

.ly4col {
	width: 23.3%;
}

.fw400 {
	font-weight: 400;
}

.fw600 {
	font-weight: 600;
}

.fw700 {
	font-weight: 700;
}

.fw800 {
	font-weight: 800;
}

.colEmphasis {
	color: #E61410;
}

.txtDot {
	text-emphasis: dot #E61410;
	-webkit-text-emphasis: dot #E61410;
}

.txtUnderline {
	border-bottom: 2px solid #E61410;
	padding-bottom: .2em;
}

.txtHighlight {
	background: linear-gradient(transparent 50%, #FFF000 50%);
}

.bgEmphasis {
	background: #FFFC00;
}

.bgGray {
	background: #EDEDED;
}

.ffSerif {
	font-family: HiraMinProN-W6, "ヒラギノ明朝 ProN W6", HiraMinProN-W6, "游明朝", "YuMincho", serif;
}

.secTtl {
	font-size: 3.8rem;
	font-weight: 600;
}

.contentTtl {
	margin-bottom: 40px;
	padding-top: 30px;
	padding-bottom: 27px;
	text-align: center;
	position: relative;
	font-family: HiraMinProN-W6, "ヒラギノ明朝 ProN W6", HiraMinProN-W6, "游明朝", "YuMincho", serif;
	letter-spacing: .03em;
}

.contentTtl::before {
	content: "";
	background: #a9a9a9;
	width: 220px;
	height: 2px;
	position: absolute;
	bottom: 1px;
	left: 50%;
	transform: translateX(-50%);
}

.contentTtl::after {
	content: "";
	background: #e61410;
	width: 60px;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

/* contact共通 */
/* -------------------------------------------------- */
.button {
	border: none;
	border-radius: 0;
	color: #FFFFFF;
	cursor: pointer;
	max-width: 100%;
	background-repeat: no-repeat;
	position: relative;
	transition: all 0.2s ease;
	display: inline-block;
	/* display: block; */
	color: #FFFFFF;
	position: relative;
	transition: all 0.3s ease;
}

.button a {}

.lineBox .button {
	background-color: #54B534;
}

.mailBox .button {
	background-color: #E61410;
}

/* contact */
/* -------------------------------------------------- */
.contact {
	background-color: #FFFFFF;
}

.contactInner {
	padding: 73px 0 90px;
}

.contactHeading {
	text-align: center;
	font-size: 3rem;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.contactHeading::before,
.contactHeading::after {
	content: "";
	background: #000000;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.contactHeading::before {
	width: 480px;
	max-width: 80%;
	height: 2px;
	bottom: 0;
}

.contactHeading::after {
	width: 2px;
	height: 28px;
	bottom: -14px;
}

.telWrap {
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
}

.freeBox {
	background: rgba(0, 0, 0, .15);
	padding: 19px 28px;
	border-radius: 10px;
	margin-right: 37px;
	font-size: 2.68rem;
}

.telBox {
	width: 71%;
}

.telNumber::before {
	margin-right: 17px;
	content: "";
	display: inline-block;
	background: url(img/icon_tel.png) no-repeat top left;
	background-size: contain;
	width: 115px;
	max-width: 13.5%;
	height: 78px;
}

.telNumber a {
	color: #E61410;
	font-size: 8.45rem;
	line-height: 1;
}

.businessHours {
	text-align: right;
	font-size: 2.01rem;
	position: relative;
}

.businessHours::before {
	content: "";
	border-bottom: 2px dotted #000000;
	display: inline-block;
	width: 304px;
	max-width: 35.7%;
	position: absolute;
	top: 50%;
	left: 0;
}

.contactButtonWrap {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.buttonBox {
	max-width: 47%;
}

.buttonBox .button {
	box-shadow: 8.5px 8.5px 0px #00000026;
	width: 540px;
	max-width: 100%;
	padding: 4% 11.1% 4% calc(19.26% + 15.5% + 3.7%);
	background-position: center left 19.26%;
	background-size: 15.5%;
}

.buttonBox .button:hover,
.buttonBox .button:active {
	transform: translate(8.5px, 8.5px);
	box-shadow: none;
}

.buttonBox:first-child {
	margin-right: 39px;
}

.buttonBox.lineBox .button {
	background-image: url(img/icon_line.png);
}

.buttonBox.mailBox .button {
	background-image: url(img/icon_mail.png);
}

.buttonTxt {
	font-size: 4.6rem;
	line-height: 1.2;
	letter-spacing: .036em;
	background-position: left 60px;
	text-align: left;
}

.buttonTxt span {
	display: block;
	font-size: 2.2rem;
	letter-spacing: normal;
}

/* -------------------------------------------------- */
/* header */
/* -------------------------------------------------- */
#header {
	background: #363636;
	color: #FFFFFF;
}

.headerInner {
	flex-wrap: nowrap;
	padding: 16px 0;
}

#header a {
	color: #FFFFFF;
}

.headerLogoWrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: nowrap;
}

.headerLogo {
	width: 201px;
	max-width: 50%;
	margin-right: 30px;
}

.headerLead {
	padding: .6em .5em .5em;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-size: 2rem;
}

/* header contact */
.headerContactWrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: nowrap;
}

.headerTelBox {
	margin-right: 15px;
}

@media all and (-ms-high-contrast: none) {
	.headerInner {
		width: 1200px;
	}

	.headerContactWrap {
		width: 55%;
	}

	.headerTelBox {
		/* width: 100%;
		white-space: nowrap; */
	}
}

.headerTelNum {
	font-size: 2.6rem;
}

.headerTelNum::before {
	content: "";
	display: inline-block;
	background: url(img/icon_tel_s.png) no-repeat top left;
	background-size: contain;
	width: 36px;
	height: 24px;
	margin-right: 10px;
}

.headerBusinessHours {
	padding-left: 46px;
	font-size: 1.3rem;
}

.headerButtonBox {
	max-width: 47%;
}

.headerButtonBox:not(:last-child) {
	margin-right: 16px;
}

.headerButtonBox .button {
	width: 180px;
	padding: 11px 11px 11px calc(20px + 26px + 9px);
}

.headerButtonBox .button:hover {
	transform: translate(2px, 2px);
}

.headerBtnTxt {
	font-size: 2.2rem;
	line-height: 2;
	text-align: left;
}

.headerButtonBox .button {
	background-position: center left 20px;
	background-size: 26px;
}

.lineBox.headerButtonBox .button {
	background-image: url(img/icon_line_s.png);
}

.mailBox.headerButtonBox .button {
	background-image: url(img/icon_mail_s.png);
}

/* gnav */
/* -------------------------------------------------- */
#gnav {
	border-top: 1px solid #7D7979;
}

.gnavList {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.gnavItem {
	padding: 12px 15px;
	position: relative;
}

.gnavItem:not(:last-child)::after {
	display: inline-block;
	content: "";
	width: 1px;
	height: 1em;
	background: #FFFFFF;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.gnavItem a {
	color: #FFFFFF;
	transition: all .3s ease;
}

.gnavItem a:hover,
.gnavItem a:active {
	color: #E61410;
}

/* spNav */
/* ------------------------------------------ */

/* #hamburgerBtn */
#hamburgerBtn {
	position: relative;
	background: #E61410;
	cursor: pointer;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	z-index: 100;
	position: fixed;
	top: 10px;
	right: 5%;
}

#hamburgerBtn span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 9px;
	height: 3px;
	border-radius: 2px;
	background: #fff;
	width: 55%;
}

#hamburgerBtn span:nth-of-type(1) {
	top: 10px;
}

#hamburgerBtn span:nth-of-type(2) {
	top: 18px;
}

#hamburgerBtn span:nth-of-type(3) {
	top: 26px;
}

#hamburgerBtn.active span:nth-of-type(1) {
	top: 13px;
	left: 12px;
	transform: translateY(6px) rotate(-45deg);
	width: 40%;
}

#hamburgerBtn.active span:nth-of-type(2) {
	opacity: 0;
}

#hamburgerBtn.active span:nth-of-type(3) {
	top: 25px;
	left: 12px;
	transform: translateY(-6px) rotate(45deg);
	width: 40%;
}

/* #spNavList */
#spNavListWrap {
	position: fixed;
	left: -120%;
	top: 0;
	padding: 30px 60px;
	background: #484848;
	z-index: 100;
	transition: all .6s;
	width: 65%;
	height: 100vh;
}

#spNavListWrap.panelActive {
	left: 0;
}

#spNavList {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding-bottom: 80px;
}

.spNavItem {
	font-weight: bold;
	/* text-align: center; */
	font-size: 1.8rem;
	line-height: 3;
}

.spNavItem a {
	display: block;
	transition: all .3s;
	color: #FFFFFF;
}

.spNavItem a:hover {
	color: #E61410;
}

/* #spBtn */
#spBtnNavWrap {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, .9);
	z-index: 100;
}

.spBtnNavList {
	/* align-items: center; */
}

.spBtnNavItem {
	width: calc(100% / 3);
	/* padding: 15px 10px; */
}

.spBtnNavItem .button {
	width: 100%;
	height: 100%;
	padding: 12% 4% 12% 32%;
	background-position: top 50% left 12%;
	background-size: 16%;
}

.spBtnTxt {
	font-size: 1.8rem;
	line-height: 1;
	text-align: left;
}

/* .spBtnTxt .large {
	font-size: 2rem;
} */

.spBtnNavItem.telBox .button {
	background-color: #000;
	background-image: url(img/icon_tel_sp.png);
}

.spBtnNavItem.lineBox .button {
	background-image: url(img/icon_line_s.png);
}

.spBtnNavItem.mailBox .button {
	background-image: url(img/icon_mail_s.png);
}


/* -------------------------------------------------- */
/* main */
/* -------------------------------------------------- */

/* #mv */
/* -------------------------------------------------- */
#mv {
	background: #000000;
	padding: 31px 0 47px 0;
}

.mvInner {
	/* background: url(img/mv_leica.png) no-repeat top left / 26%; */
	/* background-size: contain; */
}

.mv_img {
	margin-bottom: 30px;
	text-align: center;
	/* text-align: right; */
	width: 100%;
}

.mv_img img {
	/* max-width: 73%; */
}

.mvSliderItem {
	width: 150px;
	margin-right: 25px;
}

.mvSliderItem img {
	width: 100%;
	max-width: 148px;
}

/* #result */
/* -------------------------------------------------- */
#result {
	background: #FFF000;
	padding: 50px 0 56px;
}

.resultInner {
	/* padding: 50px 0 56px; */
	flex-wrap: nowrap;
}

.resultLeadWrap {
	width: 12%;
	order: 2;
}

.resultLead {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 4.75rem;
	text-align: end;
	align-items: flex-end;
}

@media all and (-ms-high-contrast: none) {
	#result {
		height: 630px;
	}

	.resultLead {
		max-height: 630px;
		display: block;
	}
}

.resultContentWrap {
	width: 84%;
	order: 1;
}

.resultTtl {
	display: inline-block;
	background: linear-gradient(transparent 50%, #FFFFFF 50%);
	margin-bottom: 17px;
	letter-spacing: .015em;
}

.resultTxt {
	margin-bottom: 25px;
	font-size: 1.8rem;
}

.resultImgWrap {
	flex-wrap: nowrap;
}

.resultVerticalItem {
	width: 32%;
	margin-right: 24px;
}

.resultVerticalItem img {
	margin-bottom: 6px;
}

.resultVerticalHeading {
	font-size: 2.4rem;
	/* text-align: center; */
}

.resultHorizontalList {
	width: 65%;
}

.resultHorizontalItem {
	flex-wrap: nowrap;
	align-items: flex-start;
}

.resultHorizontalItem:not(:last-child) {
	margin-bottom: 20px;
}

.resultHorizontalItem img {
	max-width: 26%;
	margin-right: 14px;
}

.resultHorizontalContent {
	max-width: calc(74% - 14px);
}

.resultHorizontalHeading {
	margin-bottom: 7px;
	font-size: 2rem;
}

/* #lineup */
/* -------------------------------------------------- */
#lineup {
	padding: 52px 0 32px;
}

.lineupList {
	flex-wrap: nowrap;
	row-gap: 30px;
}

@media all and (-ms-high-contrast: none) {
	.lineupItem {
		margin-bottom: 30px;
	}
}

.lineupItem {
	flex-direction: column;
	padding: 19px 13px;
	background: #FFFFFF;
	box-shadow: 7px 7px 0px #00000033;
	position: relative;
}

.lineupItem * {
	z-index: 5;
}

.lineupItem::after {
	content: "";
	border-top: 56px solid #E61410;
	border-right: 56px solid transparent;
	border-bottom: 56px solid transparent;
	border-left: 56px solid #E61410;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.lineupTopWrap {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 10px;
}

.lineupImg {
	width: 30.5%;
	margin-right: 14px;
}

.lineupTtlWrap {
	width: calc(100% - 35% - 10px);
}

.lineupHeading {
	font-size: 3.2rem;
	margin-bottom: 4px;
	letter-spacing: .013em;
}

.lineupDescWrap {
	width: 100%;
	background: #EDEDED;
	padding: 12px 20px 18px;
	position: relative;
}

.lineupDescItem {
	list-style: disc inside;
	font-size: 1.8rem;
}

.lineupDescEtc {
	position: absolute;
	right: 64px;
	bottom: 18px;
}

/* #purchase */
/* -------------------------------------------------- */
#purchase {
	padding: 30px 0 74px;
}

.purchaseList {
	flex-wrap: wrap;
	row-gap: 27px;
}

.purchaseItem {
	background: #FFFFFF;
}

@media all and (-ms-high-contrast: none) {
	.purchaseItem {
		margin-bottom: 20px;
	}
}

.purchaseItemContent {
	flex-direction: column;
	padding: 0 12px 20px;
}

.purchaseItemHeading {
	font-size: 1.8rem;
	color: #FFFFFF;
	background: #000000;
	padding: 8px 15px;
	display: inline-block;
}

.purchaseItemImage {
	margin-bottom: 18px;
	text-align: center;
}

.purchaseItemLead {
	font-size: 1.8rem;
	margin-bottom: 10px;
}

/* #problems */
/* -------------------------------------------------- */
#problems_reasons {
	padding: 59px 0 77px;
}

.problemsTtl {
	text-align: center;
	font-size: 4.8rem;
	margin-bottom: 36px;
	line-height: 1.2;
	letter-spacing: .038em;
}

.problemsTtl span {
	font-size: 5.6rem;
	letter-spacing: .045em;
}

.problemsList {
	max-width: 643px;
	margin: 0 auto 30px;
}

.problemsItem {
	font-size: 2.75rem;
	padding: 10px 0;
	border-bottom: 2px dashed #000000;
	position: relative;
}

@media all and (-ms-high-contrast: none) {
	.problemsItem {
		font-size: 2.6rem;
	}
}

.problemsItem::before {
	content: "□";
	margin-right: 8px;
	font-size: 2.5rem;
}

.problemsItem::after {
	content: url(img/check.png);
	margin-right: 10px;
	position: absolute;
	top: .25em;
	left: 0;
}

.problemsTryangleTxt {
	text-align: center;
	margin-bottom: 32px;
}

/* #reasons */
/* -------------------------------------------------- */
.reasonsframe {
	border: 2px solid #000000;
	padding: 46px 0 53px;
}

.reasonsHeading {
	font-size: 4.4rem;
	text-align: center;
	margin-bottom: 25px;
	letter-spacing: .035em;
}

.reasonsHeading::before,
.reasonsHeading::after {
	display: inline-block;
	content: "";
	background: #000000;
	width: 10px;
	height: 2px;
	vertical-align: middle;
	margin: 0 10px;
}

.reasonsList {
	margin-bottom: 60px;
	row-gap: 30px;
}

@media all and (-ms-high-contrast: none) {
	.reasonsItem {
		margin-bottom: 30px;
	}
}

.reasonsItem {
	border: 2px solid #000000;
	flex-direction: column;
}

.reasonItemContent {
	align-items: flex-start;
	padding: 12px 20px 0;
}

.reasonItemNum {
	font-size: 6rem;
	font-weight: 600;
	line-height: 1;
	padding-right: 10px;
	border-right: 2px solid #000000;
	height: 145px;
}

.reasonItemHeading {
	height: 100%;
	padding-left: 10px;
	font-size: 2rem;
	max-width: 82%;
}

.reasonItemImg img {
	width: 100%;
}

.reasonsCatch {
	text-align: center;
	font-size: 5rem;
	line-height: 1.2;
	letter-spacing: .014em;
}

.reasonsCatch .txtUnderline {
	font-size: 3rem;
	letter-spacing: .024em;
}

.reasonsCatch .txtXl {
	font-size: 12rem;
	/* line-height: 1.2; */
	letter-spacing: .05em;
}

.reasonsCatch .txtS {
	font-size: 2.4rem;
}

/* #others */
/* -------------------------------------------------- */
#others {
	background: #EDEDED url(img/bg_trendcamera.png) no-repeat top -10px center /100%;
	padding: 90px 0 75px;
}

.othersTtl {
	text-align: center;
	margin-bottom: 25px;
	font-size: 4.84rem;
	letter-spacing: .019em;
}

.othersTtl .othersTtlMain {
	font-size: 8rem;
	letter-spacing: .031em;
}

.othersTtl span {
	font-size: 5.57rem;
	letter-spacing: .022em;
}

.othersContent {
	background: #FFFFFF;
	padding: 27px 23px;
	margin-bottom: 68px;
}

.othersContentHeading {
	font-size: 2.8rem;
	padding-top: 20px;
	border-top: 4px solid #E61410;
	text-align: center;
	margin-top: 25px;
	letter-spacing: .011em;
}

.othersList {
	flex-wrap: wrap;
	gap: 14px;
}

@media all and (-ms-high-contrast: none) {
	.othersItem {
		margin-bottom: 14px;
	}
}

.othersItemImg {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
}

.othersItemImg img {
	display: block;
	width: 110px;
	max-width: 30.5%;
	height: 110px;
	object-fit: contain;
	font-family: "object-fit: contain";
	margin-right: 11px;
	z-index: 5;
}

.othersItemImg::after {
	content: "";
	display: inline-block;
	width: 100px;
	height: 100px;
	background: #CCCCCC;
	position: absolute;
	top: 50%;
	left: 5px;
	border-radius: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.othersItemheading {
	font-size: 2.2rem;
}

/* #unavailable */
.unavailableTtlWrap {
	background: url(img/unavailable_top_img.jpg) no-repeat top right / 48%;
	padding: 32px 0;
	margin-bottom: 32px;
}

.unavailableTtl {
	font-size: 3.8rem;
	margin-bottom: 30px;
	letter-spacing: .03em;
	line-height: 2;
}

.unavailableLead {
	font-size: 2rem;
}

.unavailableList {
	margin-bottom: 30px;
	row-gap: 30px;
}

@media all and (-ms-high-contrast: none) {
	.unavailableItem {
		margin-bottom: 30px;
	}
}

.unavailableItemImg img {
	width: 100%;
}

.unavailableItemHeading {
	text-align: center;
	font-size: 2rem;
}

.unavailableCaution {
	background: #FFFFFF url(img/icon_caution.png) no-repeat center left 35px / 14%;
	padding: 3.5% 5% 3.5% calc(3.5% + 14% + 3.5%);
}

.unavailableCautionHeading {
	font-size: 3.6rem;
	margin-bottom: 15px;
	letter-spacing: .028em;
}

.unavailableCautionList {
	flex-wrap: wrap;
}

.unavailableCautionItem {
	list-style: disc inside;
	font-size: 2rem;
}

/* #point */
/* -------------------------------------------------- */
#point {
	padding: 30px 0 60px;
}

.pointList {
	margin-bottom: 40px;
	row-gap: 30px;
}

@media all and (-ms-high-contrast: none) {
	.pointItem {
		margin-bottom: 30px;
	}
}

.pointListCaution {
	text-align: center;
	background: #FFFFFF;
	padding: 35px 50px 35px 35px;
}

.pointListCautionHeading {
	font-size: 3.6rem;
	letter-spacing: .028em;
}

.pointListCautionHeading span {
	font-size: 7.2rem;
	letter-spacing: .028em;
	color: #E61410;
}

@media all and (-ms-high-contrast: none) {
	.pointItem:not(:last-child) {
		margin-bottom: 30px;
	}
}

.pointItem {
	position: relative;
}

.pointItemNum {
	position: absolute;
	top: -5px;
	left: -5px;
	max-width: 20%;
}

.pointItemImg {
	margin-bottom: 15px;
}

.pointItemImg img {
	width: 100%;
}

.pointItemHeading {
	font-size: 2.4rem;
	letter-spacing: .014em;
}

/* #method */
/* -------------------------------------------------- */
#method {
	padding: 54px 0 21px;
}

.contentLead {
	font-size: 3.6rem;
	text-align: center;
	font-weight: 600;
	margin-bottom: 38px;
}

.freeBox2 {
	background: rgba(0, 0, 0, .15);
	padding: 19px 23px 19px 30px;
	border-radius: 10px;
	margin-right: 16px;
	font-size: 2.68rem;
}

.freeBox2:last-child {
	margin-right: 0;
}

.methodWrap {
	background: #FFFFFF;
	padding: 0 33px 26px;
	position: relative;
}

.methodWrap:not(:last-child) {
	margin-bottom: 29px;
}

.methodWrap::after {
	width: 100px;
	height: 100px;
	position: absolute;
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	background-color: #E61410;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 70%;
	top: 0;
	left: 0;
}

.methodTtl {
	font-size: 5rem;
	padding-left: calc(110px + 24px - 33px);
	line-height: 1;
	margin-bottom: 21px;
	height: 100px;
	letter-spacing: .05em;
}

.methodTtl span {
	color: #000000;
	font-size: 2.6rem;
	letter-spacing: .015em;
}

.methodLead {
	font-size: 3rem;
	margin-bottom: 25px;
	letter-spacing: .012em;
}

.methodPointItem {
	display: inline-block;
	padding: 5px 11px;
}

.methodPointItem {
	font-size: 2.34rem;
	margin-right: 10px;
	margin-bottom: 18px;
}

.methodDesc {
	font-size: 2rem;
	margin-bottom: 15px;
}

.methodRecommendWrap {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 20px;
	font-size: 2rem;
}

.methodRecommendHeading {
	font-size: 2rem;
	border: 1px solid #000000;
	border-radius: 2em;
	padding: 13px 15px;
	margin-right: 15px;
	white-space: nowrap
}

.methodFlowWrap {
	background: #D9D9D9;
	padding: 15px 25px 25px;
}

.methodFlowHeading {
	font-size: 2.95rem;
	margin-bottom: 12px;
}

.methodFlowHeading::before {
	content: "・";
}

.methodFlowList {
	align-items: stretch;
	row-gap: 30px;
}

@media all and (-ms-high-contrast: none) {
	.methodFlowItem {
		margin-bottom: 30px;
	}
}

.methodFlowItem {
	background: #FFFFFF;
}

.methodFlowStep {
	background: #000000;
	color: #FFFFFF;
	position: relative;
	line-height: 72px;
	overflow: hidden;
	font-size: 2.6rem;
	padding-left: 15px;
	position: relative;
}

.methodFlowStep::after {
	width: 72px;
	height: 72px;
	position: absolute;
	content: "";
	display: block;
	width: 72px;
	height: 72px;
	background-color: #E61410;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 70%;
	top: 0;
	right: 0;
}

.stepTel::after {
	background-image: url(img/icon_purchase_tel.png);
}

.stepSearch::after {
	background-image: url(img/icon_purchase_search.png);
}

.stepDelivery::after {
	background-image: url(img/icon_purchase_delivery.png);
}

.stepPayment::after {
	background-image: url(img/icon_purchase_payment.png);
}

.stepTrip::after {
	background-image: url(img/icon_purchase_trip.png);
}

.methodFlowContent {
	padding: 11px 15px 25px;
}

.methodStepHeading {
	font-size: 2.8rem;
	margin-bottom: 10px;
	letter-spacing: .011em;
}

/* #delivery */
#delivery {
	background: #FFFFFF url(img/bg_delivery.jpg) no-repeat top right / 33.33%;
}

#delivery::after {
	background-image: url(img/icon_delivery.png);
}

/* #trip */
#trip::after {
	background-image: url(img/icon_trip.png);
}

#trip .methodTtl {
	line-height: 100px;
}

/* #comparison */
/* -------------------------------------------------- */
#comparison {
	padding: 21px 0 21px;
}

.comparisonTable {
	width: 100%;
	margin: auto;
	text-align: center;
	border-collapse: separate;
	border-spacing: 4px;
}

.comparisonTable * {
	vertical-align: middle;
}

.comparisonTable th,
.comparisonTable td {
	padding: 10px;
}

.comparisonTable th {
	font-size: 2.2rem;
}

.comparisonTable thead th:not(.bgEmphasis),
.comparisonTable tbody td:not(.bgEmphasis) {
	background: #FFFFFF;
}

.comparisonTable tbody th {
	background: #7A7A7A;
	color: #FFFFFF;
}

.comparisonTable tbody td span {
	font-size: 3rem;
	letter-spacing: .012em;
}

.comparisonTable th img {
	width: 208px;
	max-width: 80%;
}

/* #assessor */
/* -------------------------------------------------- */
#assessor {
	padding: 21px 0 21px;
}

.assessorContent {
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	position: relative;
	padding: 31px 33px 50px;
	/* overflow: hidden; */
}

.assessorContent:not(:last-child) {
	margin-bottom: 50px;
}

.assessorProfile {
	padding-bottom: 10px;
	border-bottom: 2px solid #000000;
	margin-bottom: 20px;
}

.assessorName {
	font-size: 4.6rem;
	margin-right: 25px;
	display: inline-block;
	letter-spacing: .037em;
}

.specialty {
	font-size: 3rem;
	display: inline-block;
	letter-spacing: .012em;
	vertical-align: super;
}

.specialty span {
	font-size: 2.2rem;
	padding: 5px 10px 8px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-right: 20px;
}

.assessorCommentHeading {
	font-size: 3.5rem;
	margin-bottom: 13px;
	letter-spacing: .014em;
}

.assessorCommentTxt {
	font-size: 2rem;
}

.assessorImg {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 5;
	max-width: 33.5%;
}

/* #voice */
/* -------------------------------------------------- */
#voice {
	padding: 21px 0 21px;
}

.voiceList {
	flex-wrap: wrap;
	row-gap: 50px;
}

@media all and (-ms-high-contrast: none) {
	.voiceItem {
		margin-bottom: 50px;
	}
}

.voiceItemHeading {
	text-align: center;
	font-size: 2.6rem;
	padding: 12px;
	border: 3px solid #E61410;
	background: #FFFFFF;
	position: relative;
	margin-bottom: 13px;
	letter-spacing: .01em;
}

.voiceItemHeading::before,
.voiceItemHeading::after {
	content: "";
	display: block;
	width: 3px;
	background: #E61410;
	position: absolute;
	bottom: -40px;
	z-index: 5;
}

.voiceItemHeading::before {
	left: 137px;
	bottom: -45px;
	transform: rotate(-45deg);
	height: 52px;
}

.voiceItemHeading::after {
	left: 156px;
	bottom: -38px;
	height: 38px;
}

.voiceItemHeading span::after {
	content: "";
	display: block;
	border-top: 20px solid #FFFFFF;
	border-right: 20px solid #FFFFFF;
	border-bottom: 20px solid transparent;
	border-left: 20px solid transparent;
	position: absolute;
	bottom: -38px;
	left: 118px;
}

.voiceItemCustomer {
	text-align: right;
	margin-bottom: 13px;
	font-size: 1.8rem;
}

.voiceItemImg {
	display: block;
	width: 100%;
}

.voiceItemImg img {
	width: 100%;
}

/* #faq */
/* -------------------------------------------------- */
#faq {
	padding: 21px 0 54px;
}

.faqList {
	flex-wrap: wrap;
	row-gap: 40px;
}

@media all and (-ms-high-contrast: none) {
	.faqItem {
		margin-bottom: 40px;
	}
}

.faqItem {
	background: #FFFFFF;
	padding: 28px 20px
}

.faqQuestion {
	font-size: 2.2rem;
	padding-bottom: 24px;
	margin-bottom: 17px;
	border-bottom: 1px solid #000;
	/* text-indent: -60px; */
	padding-left: 60px;
	position: relative;
}

.faqQ {
	display: inline-block;
	line-height: 2;
	color: #FFFFFF;
	width: 2em;
	height: 2em;
	background: #000000;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	top: -5px;
	left: 0;
}

.faqAnswerBox {
	padding: 0 5px;
}

.faqAnswerLead {
	font-size: 2.4rem;
	margin-bottom: 8.5px;
}

.faqAnswerTxt {
	font-size: 1.8rem;
}

/* .assessment */
/* -------------------------------------------------- */
.assessment {
	padding: 82px 0;
}

.assessmentWrap {
	max-width: 98%;
	background: #FFFFFF;
	padding: 0 0 54px;
}

.assessmentTtl {
	font-size: 4.6rem;
	color: #FFFFFF;
	display: inline-block;
	min-width: 525px;
	text-align: center;
	padding: 0px calc(25px + 55px) 32px 28px;
	position: relative;
	overflow: hidden;
	margin-bottom: 37px;
}

.assessmentTtl span {
	font-size: 5.2rem;
	letter-spacing: .052em;
}

.assessmentTtl::after {
	content: "";
	border-top: 80px solid transparent;
	border-right: 80px solid #FFFFFF;
	border-bottom: 80px solid #FFFFFF;
	border-left: 80px solid transparent;
	position: absolute;
	top: 0;
	right: -5%;
	transform: rotate(-15deg);
}

/* #assessmentContact */
#assessmentContact {
	position: relative;
}

#assessmentContact.contactInput:after {
	content: url(img/assessment_or.png);
	display: block;
	position: absolute;
	bottom: -45px;
	left: 50%;
	transform: translateX(-50%);
}

#assessmentContact,
#assessmentContact .assessmentTtl {
	background: #E61410;
}

.assessmentContactTtlBox {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: center;
	align-content: center;
}

.assessmentContactLead {
	font-size: 2.2rem;
	padding-top: 38px;
}

#contactform {
	border: 2px solid #7f7f7f;
	padding: 30px;
	margin-bottom: 25px;
}

.contactformItem {
	margin-bottom: 30px;
	align-items: center;
}

#posBody {
	margin-bottom: 0;
}

.contactformItemTtl {
	font-size: 2.2rem;
	margin-right: 12px;
	width: 18%;
}

.formInput {
	width: 80%;
	font-size: 1.8rem;
}

.formInput input, .formInput select, .formInput textarea {
	padding: 14px 20px;
}

.formInput input,
.formInput select {
	width: 400px;
	max-width: 100%;
}

.formInput textarea {
	width: 853px;
	max-width: 100%;
}

.errorMessage {
	color: #E61410;
}

.errForm {
	background: #fdc5c5 !important;
}

#ppBox {
	border: 2px solid #7f7f7f;
	padding: 30px;
	margin-bottom: 45px;
	width: 100%;
	height: 140px;
	overflow: scroll;
}

.ppTtl {
	font-size: 2.2rem;
	margin-bottom: 16px;
}

.ppTxt {
	margin-bottom: 1em;
}

.ppTxt.last {
	margin-bottom: 0;
	text-align: right;
}

.contactformBtnBox {
	text-align: center;
}

#contactformBtn {
	text-align: center;
	display: inline-block;
	width: 540px;
	max-width: 100%;
	padding: 15px;
	background: #484848;
	color: #FFFFFF;
	box-shadow: 8px 8px 0px #00000026;
	font-size: 3.6rem;
	cursor: pointer;
	letter-spacing: .029em;
}

#contactformBtn:hover,
#contactformBtn:active {
	transform: translate(8px, 8px);
	box-shadow: none;
}

#contactformBtn span {
	font-size: 1.8rem;
	letter-spacing: normal;
	display: block;
}

/* confirm */
.formInner {
	width: fit-content;
	max-width: 100%;
	margin: auto;
}

.confirm .contactformItem {
	flex-wrap: nowrap;
	justify-content: flex-start;
	gap: 15px;
}

.confirm .contactformItemTtl {
	width: 9em;
}

.confirm .formInput {
	width: calc(100% - 9em);
}

.confirmLead {
	font-size: 2.2rem;
	margin-bottom: 1em;
}

.confirmLead.txtXl {
	display: inline-block;
	font-size: 3rem;
}

.contactformPrev {
	text-align: center;
}

.contactformPrev a {
	font-size: 2.2rem;
	padding: 1em 0;
	transition: all .3s ease;
}

.contactformPrev a:active, #contactformPrev a:hover {
	color: #E61410;
}

/* assessmentLine */
#assessmentLine {
	background: #54B534;
}

.assessmentLineInner {
	background: #FFFFFF url(img/assessment_line_top.png) no-repeat top 38px right / 31.66%;
}

#assessmentLine .assessmentTtl {
	background: #54B534;
	letter-spacing: .046em;
}

.assessmentLineLead {
	font-size: 3.84rem;
	margin-bottom: 47px;
	line-height: 1;
	letter-spacing: .023em;
}

.assessmentLineLead span {
	font-size: 5.12rem;
	letter-spacing: .03em;
}

.assessmentLineTxt {
	font-size: 3.35rem;
	background: #E61410;
	color: #FFFFFF;
	text-align: center;
	display: inline-block;
	padding: 10px 60px;
	border-radius: 32px;
	margin-bottom: 58px;
}

.assessmentLineList {
	margin-bottom: 30px;
	row-gap: 30px;
}

@media all and (-ms-high-contrast: none) {
	.assessmentLineItem {
		margin-bottom: 30px;
	}
}

.assessmentLineTxt span {
	color: #FFFC00;
	letter-spacing: .02em;
}

.lineItemHeadingWrap {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	align-items: flex-end;
}

.lineItemStep {
	text-align: center;
	background: #54B534;
	color: #FFFFFF;
	font-size: 3.26rem;
	line-height: 1;
	width: 70px;
	height: 70px;
	margin-right: 10px;
}

.lineItemStep span {
	font-size: 1.4rem;
}

.lineItemHeading {
	font-size: 2.84rem;
	line-height: 1.3;
}

.lineItemHeading span {
	font-size: 3.64rem;
}

.lineItemImg {
	border: 4px solid #54B534;
	padding: 28px;
	text-align: center;
	height: 200px;
	margin-bottom: 9px;
}

.assessmentLineItem:first-child .lineItemImg {
	padding: 0px;
}

.lineItemImg {
	max-height: 100%;
}

.lineItemTxt {
	font-size: 1.8rem;
}

.lineAddFriends {
	border: 6px solid #54B534;
	padding: 35px 60px;
}

.lineAddTtl {
	font-size: 3.4rem;
	margin-bottom: 22px;
	text-align: center;
}

.lineAddHeading {
	background: #54B534;
	line-height: 46px;
	color: #FFFFFF;
	font-size: 2.4rem;
	padding: 0 9px;
	margin-bottom: 11px;
}

.lineAddHeading span {
	font-size: 2rem;
	padding-right: 9px;
	border-right: 4px solid #FFFFFF;
	display: inline-block;
	margin-right: 9px;
}

.lineAddTxt {
	font-size: 1.8rem;
	margin-bottom: 25px;
}

.lineAddQr {
	width: 33.2%
}

.lineAddQrImg {
	text-align: center;
	width: 200px;
	margin: auto;
	padding-top: 35px;
}

.lineAddQrImg img {
	width: 100%;
	border: 4px solid #54B534;
}

.lineAddId {
	width: 63.3%;
}

.LineIdList,
.lineIdItem {
	list-style: decimal inside;
}

/* #pagetop */
#pagetop {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 50;
}

#pagetop a {
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #7f7f7f;
	position: relative;
}

#pagetop a::after {
	content: "";
	display: block;
	border-top: 3px solid #FFFFFF;
	border-left: 3px solid #FFFFFF;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 24px;
	left: 20px;
	transform: rotate(45deg);
}

/* -------------------------------------------------- */
/* footer*/
/* -------------------------------------------------- */
#footer {
	background: #363636;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

.footerInner {
	padding: 47px 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footerLogo {
	width: 239px;
	max-width: 20%;
}

.footerInfoContent:not(:last-child) {
	margin-bottom: 8px;
}

.footerInfoList {
	justify-content: flex-start;
	column-gap: 25px;
}

/* .footerInfoItem:not(:last-child)::after {
	content: "";
	width: 1px;
	height: .8em;
	background: #FFFFFF;
	display: inline-block;
	margin-left: 25px;
} */

.footerInfoItem a:hover {
	text-decoration: underline;
}

@media all and (-ms-high-contrast: none) {
	.footerInfoItem {
		margin-right: 25px;
	}
}

.footerAddress li {
	line-height: 1.8;
}

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
.pc {
	display: block;
}

.tbsp {
	display: none;
}

.sp {
	display: none;
}

@media(max-width: 1200px) {

	/* contact */
	/* -------------------------------------------------- */
	.telNumber a {
		font-size: 7rem;
	}

	.telNumber::before {
		height: 60px;
	}

	.buttonBox .button {
		padding: 4% 11.1% 4% calc(19.26% + 13% + 3.7%);
		background-position: center left 19.26%;
		background-size: 13%;
	}

	/* header */
	/* -------------------------------------------------- */
	.headerLogo {
		width: 180px;
		margin-right: 10px;
	}

	.headerLead {
		font-size: 1.4rem;
	}

	.headerTelNum {
		font-size: 2rem;
	}

	.headerBusinessHours {
		font-size: 1.2rem;
	}

	.headerButtonBox .button {
		width: 160px;
	}

	.headerBtnTxt {
		font-size: 1.8rem;
	}

	/* main */
	/* -------------------------------------------------- */
	#result {
		padding: 30px 0;
	}

	.resultHorizontalHeading {
		font-size: 1.8rem;
	}

	.lineupDescItem {
		font-size: 1.6rem;
	}

	.othersItemheading {
		font-size: 1.8rem;
	}

	.othersContentHeading {
		font-size: 2.2rem;
	}

	.unavailableItemHeading {
		font-size: 1.8rem;
	}

	.unavailableCautionItem {
		font-size: 1.6rem;
	}

	.pointItemHeading {
		font-size: 2rem;
	}

	.pointListCautionHeading {
		font-size: 2.6rem;
	}

	.pointListCautionHeading span {
		font-size: 5.2rem;
	}

	.methodLead {
		font-size: 2.6rem;
	}

	.methodFlowStep {
		font-size: 2.4rem;
	}

	.methodStepHeading {
		font-size: 2.4rem;
	}

	.comparisonTable th {
		font-size: 1.8rem;
	}

	/* assessment */
	/* -------------------------------------------------- */
	.assessmentContactLead {
		font-size: 1.8rem;
	}

	.contactformItemTtl, .ppTtl {
		font-size: 1.8rem;
	}

	#ppBox p {
		font-size: 1.6rem;
	}

	.lineItemHeading {
		font-size: 2.4rem;
	}

	.lineItemHeading span {
		font-size: 3rem;
	}
}

/* -------------------------------------------------- */
/* PC&TAB */
/* -------------------------------------------------- */
@media(min-width: 768px) {

	main {
		background-color: #000000;
	}

	section {
		background-color: #FFFFFF;
	}

	#header {
		position: fixed;
		width: 100%;
		z-index: 200;
	}

	#header.UpMove {
		animation: UpAnime 0.5s forwards;
	}

	@keyframes UpAnime {
		from {
			opacity: 1;
			transform: translateY(0);
		}

		to {
			opacity: 0;
			transform: translateY(-100px);
		}
	}

	#header.DownMove {
		animation: DownAnime 0.5s forwards;
	}

	@keyframes DownAnime {
		from {
			opacity: 0;
			transform: translateY(-100px);
		}

		to {
			opacity: 1;
			transform: translateY(0);
		}
	}

	.telNumber, .headerTelNum {
		pointer-events: none;
	}
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {

	/* 共通 */
	/* -------------------------------------------------- */
	.pc {
		display: none;
	}

	.tbsp {
		display: block;
	}

	main {
		padding-top: 192px;
	}

	.WideInner,
	.inner,
	.slimInner,
	.minInner {
		width: 95%;
		margin: 0 auto;
	}

	.lyFlexbox {
		flex-wrap: wrap;
		/* row-gap: 30px; */
	}

	.ly4col,
	.ly3col {
		width: 48.2%;
	}

	.ly2col {
		width: 100%;
	}

	.secTtl {
		font-size: 3.2rem;
	}

	/* contact */
	/* -------------------------------------------------- */
	.freeBox {
		font-size: 1.8rem;
		margin-right: 10px;
		padding: 20px;
	}

	.telNumber a {
		font-size: 5rem;
	}

	.telNumber::before {
		height: 45px;
	}

	.businessHours {
		font-size: 1.8rem;
	}

	.buttonTxt {
		font-size: 3.5rem;
	}

	/* header */
	/* -------------------------------------------------- */
	.headerInner {
		flex-direction: column;
		gap: 15px;
	}

	.headerLogoWrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.headerContactWrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	/* main */
	/* -------------------------------------------------- */
	.resultInner {
		flex-direction: column;
		gap: 0;
	}

	.resultLeadWrap {
		order: 1;
		width: 100%;
	}

	.resultContentWrap {
		order: 2;
		width: 100%;
	}

	.resultLead {
		writing-mode: inherit;
		display: block;
		text-align: center;
		font-size: 3.6rem;
	}

	.resultLead br {
		display: none;
	}

	.resultImgWrap {
		flex-wrap: nowrap;
	}

	.resultVerticalHeading {
		font-size: 2rem;
	}

	.reasonsCatch {
		font-size: 2.6rem;
	}

	.reasonsCatch .txtXl {
		font-size: 6.4rem
	}

	.reasonsCatch .txtUnderline {
		font-size: 2.6rem;
	}

	.reasonsCatch .txtS {
		font-size: 1.6rem;
	}

	.othersTtl .othersTtlMain {
		font-size: 5rem;
	}

	.othersTtl span {
		font-size: 4rem;
	}

	.othersContentHeading {
		font-size: 2rem;
	}

	.unavailableTtl {
		font-size: 3rem;
	}

	.unavailableCautionHeading {
		font-size: 3rem;
	}

	.unavailableCautionList {
		gap: 10px;
	}

	.pointListCautionHeading {
		font-size: 2.2rem;
	}

	.pointListCautionHeading span {
		font-size: 4rem;
	}

	.freeBox2 {
		font-size: 2rem;
	}

	.methodLead {
		font-size: 2rem;
	}

	.methodPointItem {
		font-size: 1.8rem;
	}

	.methodDesc {
		font-size: 1.6rem;
	}

	.methodRecommendWrap {
		flex-wrap: nowrap;
	}

	.methodRecommendHeading {
		font-size: 1.4rem;
	}

	.methodrecommendTxt {
		font-size: 1.6rem;
	}

	.comparisonTable th {
		font-size: 1.6rem;
	}

	.assessorCommentTxt {
		font-size: 1.6rem;
	}

	.assessorImg {
		width: 28%;
	}

	/* assessment */
	/* -------------------------------------------------- */
	.assessmentContactTtlBox {
		gap: 0;
	}

	.assessmentTtl {
		margin-bottom: 15px;
	}

	.assessmentContactLead {
		padding: 0;
		margin-bottom: 20px;
	}

	.formInput input, .formInput select {
		width: 100%;
	}

	.assessmentLineLead {
		font-size: 3rem;
	}

	.assessmentLineLead span {
		font-size: 4rem;
	}

	.assessmentLineTxt {
		font-size: 2.6rem;
		display: block;
		width: 80%;
		margin: 0 auto 30px;
	}

	.lineAddFriends {
		padding: 20px;
	}

	.lineAddTtl {
		font-size: 2.8rem;
	}

	.lineAddHeading {
		font-size: 1.6rem;
	}

	.lineAddHeading span {
		font-size: 1.4rem;
	}

	.lineAddQrImg {
		padding-top: 14px;
	}

	/* footer */
	/* -------------------------------------------------- */
	.footerLogo {
		max-width: 100%;
	}

	.footerInner {
		justify-content: space-around;
		gap: 30px;
	}
}

/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {

	/* 共通 */
	/* -------------------------------------------------- */
	.sp {
		display: block;
	}

	.pctb {
		display: none;
	}

	html {
		font-size: 50%;
	}

	main {
		padding-top: 0;
	}

	h2 {
		font-size: 2.6rem;
	}

	h3 {
		font-size: 2.4rem;
	}

	p {
		font-size: 1.6rem;
	}

	.ly3col {
		width: 100%;
	}

	.contactInner, .section {
		padding: 20px 0 30px !important;
	}

	.secTtl {
		font-size: 2.6rem;
	}

	.contentTtl {
		padding-bottom: 15px;
	}

	/* contact */
	/* -------------------------------------------------- */
	.contactHeading {
		font-size: 2.6rem;
	}

	.telWrap {
		flex-wrap: nowrap;
		margin-bottom: 10px;
	}

	.freeBox {
		font-size: 1.4rem;
		padding: 10px 5px;
	}

	.telNumber::before {
		height: 20px;
		margin-right: 0;
	}

	.telNumber a {
		font-size: 3rem;
	}

	.businessHours {
		font-size: 1.4rem;
	}

	.businessHours::before {
		display: none;
	}

	.buttonBox .button {
		box-shadow: none;
	}

	.buttonBox .button:hover, .buttonBox .button:active {
		transform: none;
	}

	.contactButtonWrap {
		flex-wrap: nowrap;
	}

	.buttonBox:first-child {
		margin-right: 10px;
	}

	.buttonTxt {
		font-size: 2rem;
	}

	.buttonTxt span {
		font-size: 1.4rem;
	}

	/* header */
	/* -------------------------------------------------- */
	.headerInner {
		padding: 15px 0;
	}

	.headerLogoWrap {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.headerLogo {
		width: 35%;
	}

	.headerLead {
		font-size: 1rem;
		margin-right: 25px;
	}

	/* main */
	/* -------------------------------------------------- */
	.mv_img {
		margin-bottom: 15px;
	}

	.mvSliderItem {
		width: 90px;
		margin-right: 10px;
	}

	.resultLead {
		font-size: 2.8rem;
	}

	.resultTtl {
		display: block;
		text-align: center;
		background: none;
	}

	.resultTxt {
		font-size: 1.6rem;
	}

	.resultImgWrap {
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 30px;
	}

	.resultVerticalItem {
		width: 100%;
		margin-right: 0;
	}

	.resultVerticalHeading {
		font-size: 1.8rem;
		text-align: center;
	}

	.resultVerticalItem img {
		width: 100%;
	}

	.resultHorizontalList {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.resultHorizontalItem {
		width: 48.2%;
		display: block;
	}

	.resultHorizontalItem img {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 6px;
	}

	.resultHorizontalHeading {
		text-align: center;
	}

	.resultHorizontalContent {
		width: 100%;
		max-width: 100%;
	}

	.lineupHeading {
		font-size: 2.2rem;
	}

	.lineupDescList {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		column-gap: 4%;
	}

	.lineupDescWrap {
		padding-bottom: 12px;
	}

	.lineupDescItem {
		min-width: 48%;
	}

	.lineupDescEtc {
		bottom: 12px;
		right: 20px;
	}

	.purchaseItemLead {
		font-size: 1.6rem;
	}

	.problemsTtl span {
		font-size: 3rem;
	}

	.problemsItem {
		font-size: 1.8rem;
		line-height: 1;
	}

	.reasonsHeading {
		line-height: 1.2;
		position: relative;
	}

	.reasonsHeading::before, .reasonsHeading::after {
		position: absolute;
		top: 50%;
	}

	.reasonsHeading::before {
		left: 0px;
	}

	.reasonsHeading::after {
		right: 0;
	}

	.reasonsList {
		margin-bottom: 30px;
	}

	.reasonItemHeading {
		font-size: 1.6rem;
	}

	.reasonItemNum {
		height: 80px;
	}

	.reasonsCatch {
		font-size: 1.6rem;
	}

	.reasonsCatch .txtXl {
		font-size: 4rem;
	}

	.reasonsCatch .txtS {
		font-size: 1.2rem;
	}

	.othersTtl span {
		font-size: 3rem;
	}

	.othersTtl .othersTtlMain {
		font-size: 4rem;
	}

	.othersItem {
		width: 47%;
	}

	.othersItemImg {
		flex-wrap: nowrap;
	}

	.othersItemImg img {
		height: 3em;
	}

	.othersItemImg::after {
		display: none;
	}

	.othersItemheading {
		font-size: 1.6rem;
	}

	.othersContentHeading {
		font-size: 1.8rem;
	}

	.unavailableTtlWrap {
		margin-bottom: 0;
		background: none;
	}

	.unavailableTtl {
		text-align: center;
	}

	.unavailableLead {
		font-size: 1.6rem;
	}

	.unavailableItemHeading {
		font-size: 1.6rem;
	}

	.unavailableCautionHeading {
		font-size: 2.4rem;
	}

	.unavailableCaution {
		padding: 15px;
		background-position: top 60% left 15px;
	}

	.unavailableCautionList {
		padding-left: calc(14% + 15px);
	}

	.pointItemHeading {
		font-size: 1.6rem;
	}

	.pointListCaution {
		padding: 15px;
	}

	.pointListCautionHeading {
		font-size: 1.8rem;
	}

	.pointListCautionHeading span {
		font-size: 3rem;
	}

	.freeBox2 {
		font-size: 1.4rem;
		padding: 7px;
		margin-right: 5px;
	}

	.freeBox2:last-child {
		margin-right: 0;
	}

	.methodWrap {
		padding: 0 15px 20px;
	}

	.methodWrap::after {
		width: 50px;
		height: 50px;
	}

	.methodTtl {
		padding-left: 50px;
		font-size: 3rem;
		height: 50px;
	}

	.methodTtl span {
		font-size: 2rem;
	}

	.methodLead {
		font-size: 1.6rem;
	}

	.methodPointItem {
		font-size: 1.2rem;
		margin: 0 4px 10px 0;
		padding: 5px;
	}

	.methodPointItem:last-child {
		margin-right: 0;
	}

	.methodDesc {
		font-size: 1.4rem;
	}

	.methodRecommendWrap {
		flex-wrap: wrap;
	}

	.methodRecommendHeading {
		margin-bottom: 5px;
	}

	.methodFlowWrap {
		padding: 10px;
	}

	.methodFlowHeading {
		font-size: 2rem;
	}

	.methodFlowStep {
		font-size: 1.8rem;
		line-height: 40px;
	}

	.methodFlowStep::after {
		width: 40px;
		height: 40px;
	}

	.methodStepHeading {
		font-size: 1.8rem;
	}

	#trip .methodTtl {
		line-height: 50px;
	}

	.comparisonTable th {
		font-size: 1.2rem;
	}

	.comparisonTable tbody td span {
		font-size: 2rem;
	}

	.assessorName {
		font-size: 2.2rem;
		margin-right: 5px;
	}

	.specialty {
		font-size: 1.8rem;
	}

	.specialty span {
		font-size: 1.6rem;
		margin-right: 5px;
		padding: 5px;
	}

	.assessorCommentHeading {
		font-size: 2rem;
	}

	.voiceItemHeading {
		font-size: 2.2rem;
	}

	.faqQuestion {
		font-size: 1.8rem;
		padding-left: 35px;
	}

	.faqAnswerLead {
		font-size: 2rem;
	}

	/* assessment */
	/* -------------------------------------------------- */
	#assessmentContact.contactInput::after {
		content: url(img/assessment_or_sp.png);
		bottom: -25px;
	}

	.assessmentTtl {
		padding-top: .5em;
		padding-bottom: .7em;
	}

	.assessmentTtl, .assessmentTtl span {
		font-size: 2.6rem;
		min-width: 0px;
	}

	.assessmentTtl::after {
		right: -11%;
	}

	.contactformItem {
		width: 100%;
		margin-bottom: 10px;
	}

	.contactformItemTtl, .formInput {
		width: 100%;
	}

	#contactformBtn {
		font-size: 2.6rem;
		box-shadow: none;
	}

	#contactformBtn:hover, #contactformBtn:active {
		transform: none;
	}

	/* .formInner {
		width: 100%;
	} */

	.confirm .contactformItem {
		flex-wrap: wrap;
	}

	.confirm .contactformItemTtl {
		width: 100%;
	}

	.confirm .formInput {
		width: 100%;
	}

	.confirmLead {
		font-size: 1.8rem;
	}

	.confirmLead.txtXl {
		font-size: 2.4rem;
	}

	#assessmentLine {
		padding-top: 60px !important;
	}

	.assessmentLineLead {
		font-size: 2.4rem;
	}

	.assessmentLineLead span {
		font-size: 3rem;
	}

	.assessmentLineTxt {
		font-size: 1.8rem;
		padding: 10px;
	}

	.lineItemHeadingWrap {
		align-items: flex-start;
	}

	.lineItemHeading {
		/* margin-top: -5px; */
	}

	.lineItemStep {
		font-size: 2.8rem;
		width: 50px;
		height: 50px;
	}

	.lineAddQr {
		width: 100%;
		margin-bottom: 40px;
	}

	.lineAddId {
		width: 100%;
	}

	.lineAddTxt {
		margin-bottom: 10px;
	}

	#lineAddLink {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}

	#lineAddLink .button {
		display: inline-block;
		padding: 5% 4% 5% 18%;
		background-image: url(img/icon_line.png);
		background-color: #54B534;
		background-position: center left 6%;
		background-size: 10%;
		border-radius: 5px;
		box-shadow: 4px 4px 0 #7f7f7f;
	}

	/* footer */
	/* -------------------------------------------------- */
	#footer {
		padding-bottom: 35px;
	}

	.footerLogo {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 374px) {
	html {
		font-size: 2.667vw;
	}

	.spBtnTxt {
		font-size: 4vw;
	}

	/* .spBtnTxt .large {
		font-size: 5vw;
	} */
}