@charset "utf-8";

/* ========== 初期設定 ========== */
html {
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	width: 100%;
	height: auto;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
	word-break: break-all;
	line-height: 1.85;
	letter-spacing: 1.8px;
	color: #212121;
	background: #fff;
	overflow-x: hidden;
}
@media screen and (min-width:1024px) {
  body {
    line-height: 1.8;
		min-width: 1400px;
  }
}

body, div, p, h1, h2, h3, h4, ul, figure {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	line-height: 1.5;
}

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

a {
	color: #000;
	text-decoration: none;
	outline: none;
	transition: 0.7s;
	backface-visibility: hidden;
}
a:hover {
	color: #000;
}

li {
	list-style-type: none;
}

table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

/* レスポンシブ制御 */
.set-pc {
  display: none;
}
@media screen and (min-width:1024px) {
  .set-pc {
    display: block;
  }
}

.set-sp {
  display: block;
}
@media screen and (min-width:1024px) {
  .set-sp {
    display: none;
  }
}

/* コンテンツ幅 */
.container {
	width: auto;
	max-width: 1800px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}
@media screen and (min-width: 1024px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
		min-width: 1400px;
	}
}
@media screen and (min-width: 1440px) {
	.container {
		padding-left: 0;
		padding-right: 0;
	}
}

/* フォント設定 */
.en {
	font-family: 'Bebas Neue', cursive;
	font-weight: 400;
}

.en-logo {
	font-family: 'Cardo', serif;
	font-weight: bold;
}

.bold {
	font-weight: bold !important;
}

.black {
	font-weight: 900 !important;
}

/* ========== 共通部品 ========== */
/* オレンジマーカー */
.marker-orange {
	background: linear-gradient(transparent 76%, rgb(255 98 66) 76%);
}
@media screen and (min-width: 1024px) {
	.marker-orange {
		background: linear-gradient(transparent 78%, rgb(255 98 66) 78%);
	}
}
.marker-orange-lg {
	background: linear-gradient(transparent 66%, rgb(255 98 66) 66%);
}
@media screen and (min-width: 1024px) {
	.marker-orange-lg {
		background: linear-gradient(transparent 66%, rgb(255 98 66) 66%);
	}
}

/* グレイマーカー */
.marker-gray {
	background: linear-gradient(transparent 76%, rgb(242 242 242) 76%);
}
@media screen and (min-width: 1024px) {
	.marker-gray {
		background: linear-gradient(transparent 78%, rgb(242 242 242) 78%);
	}
}

/* ページタイトル（英語） */
.sec-title {
	font-size: calc((100vw / 320) * 18);
	font-family: 'Bebas Neue', cursive;
	font-weight: 400;
	text-align: center;
	color: #c0c0c0;
	letter-spacing: 0.2rem;
}
.sec-title + h2 {
	font-size: calc((100vw / 320) * 22);
	letter-spacing: 0.2rem;
	text-align: center;
	padding-top: calc((100vw / 320) * 4);
}
@media screen and (min-width: 1024px) {
	.sec-title {
		font-size: 40px;
		letter-spacing: 4px;
	}
	.sec-title + h2 {
		font-size: 44px;
		letter-spacing: 8px;
		padding-top: 35px;
	}
}

.bg-dot:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/bg_dot.png) repeat;
	background-size: calc((100vw / 320) * 3);
	opacity: 0.1;
	z-index: 0;
}
@media screen and (min-width: 1024px) {
	.bg-dot:before {
		background-size: auto;
	}
}

/* ========== ヘッダー ========== */
header {
	position: absolute;
	width: 120px;
	z-index: 10;
}
.header-inner {
	display: block;
	height: calc((100vw / 320) * 52);
	padding: calc((100vw / 320) * 10) 0 0 calc((100vw / 320) * 10);
}
.header-logo {
	display: inline-block;
	width: calc((100vw / 320) * 52);
	height: calc((100vw / 320) * 52);
}

@media screen and (min-width: 1024px) {
	.header-inner {
		height: 120px;
		padding: 30px 0 0 30px;
	}
	.header-logo {
		width: 200px;
		height: 65px;
		padding: 10px 0;
	}
}


/* ========== キービジュアル ========== */
.keyvisual {
	position: relative;
	height: calc((100vw / 320) * 678);
	background: url(../images/top_mv_img01_sp.png) center center no-repeat;
	background-size: cover;
}
@media screen and (min-width: 1024px) {
	.keyvisual {
		height: 100vh;
		background: url(../images/top_mv_img01.png) center center no-repeat;
	}
}

.keyvisual .kv-img01 {
	position: relative;
	display: flex;
	justify-content: center;
	padding-top: calc((100vw / 320) * 74);
	margin-right: calc((100vw / 320) * 10);
	margin-left: calc((100vw / 320) * 10);
}
@media screen and (min-width: 1024px) {
	.keyvisual .kv-img01 {
		padding-top: 130px;
		margin-right: 0;
		margin-left: 0;
	}
}

.keyvisual .kv-img02 {
	position: relative;
	display: flex;
	justify-content: center;
	width: calc((100vw / 320) * 240);
	padding-top: calc((100vw / 320) * 27);
	margin: 0 auto;
	z-index: 10;
}
@media screen and (min-width: 1024px) {
	.keyvisual .kv-img02 {
		width: auto;
		padding-top: 65px;
		padding-right: 100px;
		margin: 0;
	}
}

/* ========== メインビジュアル ========== */
.mainvisual {
	position: relative;
	height: calc((100vw / 320) * 264);
	background-color: #f04c2b;
}
@media screen and (min-width: 1024px) {
	.mainvisual {
		height: 540px;
	}
}

.mainvisual .mv-inner {
	display: block;
	padding-top: calc((100vw / 320) * 53);
}
.mainvisual .mv-inner p {
	font-size: calc((100vw / 320) * 19);
	letter-spacing: 0.2rem;
	color: #fff;
	text-align: center;
}
.mainvisual .mv-inner h1 {
	font-size: calc((100vw / 320) * 20);
	letter-spacing: 0.4rem;
	color: #fff;
	text-align: center;
}
@media screen and (min-width: 1024px) {
	.mainvisual .mv-inner {
		max-width: 1200px;
		margin: 0 auto;
		padding-top: 145px;
	}
	.mainvisual .mv-inner p {
		font-size: 40px;
		letter-spacing: 4px;
		text-align: left;
	}
	.mainvisual .mv-inner h1 {
		font-size: 44px;
		letter-spacing: 9px;
		text-align: left;
	}
}


/* ========== メインエリア ========== */
main {
	background: #fff;
}

/* アプリダウンロードボタン(右下fixed) */
.fixed-box {
	position: fixed;
  bottom: calc((100vw / 320) * 1);
	right: 50%;
	transform: translateX(50%);
	width: 95%;
	z-index: 999;
}
@media screen and (min-width: 1024px) {
	.fixed-box {
		bottom: 20px;
		right: 50px;
		width: auto;
		transform: none;
		pointer-events: none;
	}
}

.fixed-box > picture img {
	max-width: none;
	width: 95vw;
}
@media screen and (min-width: 1024px) {
	.fixed-box > picture img {
		max-width: 100%;
		width: auto;
	}
}

.fixed-box .apl-icon {
	position: absolute;
	bottom: calc((100vw / 320) * 13.5);
	right: calc((100vw / 320) * 13);
	pointer-events: auto;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	gap: calc((100vw / 320) * 3);
}
@media screen and (min-width: 1024px) {
	.fixed-box .apl-icon {
		display: block;
		right: auto;
		left: 50%;
		bottom: 18px;
		transform: translateX(-50%);
		gap: 0;
	}
}

.fixed-box .apl-icon a {
	display: flex;
  flex-direction: column;
	width: 150px;
}
.fixed-box .apl-icon a:nth-of-type(1) {
	width: calc((100vw / 320) * 86);
}
.fixed-box .apl-icon a:nth-of-type(2) {
	width: calc((100vw / 320) * 104);
}
@media screen and (min-width: 1024px) {
	.fixed-box .apl-icon a,
	.fixed-box .apl-icon a:nth-of-type(1),
	.fixed-box .apl-icon a:nth-of-type(2) {
		width: 150px;
	}
}

.fixed-box .apl-icon a + a {
	padding-top: 4px;
}

.fixed-box a:hover {
	opacity: 0.9;
}


/* ========== フッター ========== */
footer {
	position: relative;
	background: #f2f2f2;
	color: #212121;
}
.footer-container {
	padding-top: calc((100vw / 320) * 32);
	padding-bottom: calc((100vw / 320) * 90);
}
@media screen and (min-width: 1024px) {
	.footer-container {
		padding-top: 160px;
		padding-bottom: 160px;
		width: 1000px;
		min-width: 1000px;
	}
}

.footer-nav {
	list-style-type: none;
	padding-right: calc((100vw / 320) * 10);
	padding-left: calc((100vw / 320) * 10);
}
.footer-nav li {
	display: inline;
	font-size: calc((100vw / 320) * 10);
	padding-right: calc((100vw / 320) * 30);
}
.footer-nav a {
	color: #000000;
	text-decoration: none;
}
@media screen and (min-width: 1024px) {
	.footer-nav {
		padding-right: 0;
		padding-left: 0;
	}
	.footer-nav li {
		font-size: 14px;
		padding-right: 45px;
	}
	.footer-nav a:hover {
		opacity: 0.6;
	}
}

.footer-address {
	display: flex;
	flex-direction: column;
	padding-top: calc((100vw / 320) * 36);
	padding-right: calc((100vw / 320) * 10);
	padding-left: calc((100vw / 320) * 10);
}
@media screen and (min-width: 1024px) {
	.footer-address {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-end;
		padding-top: 150px;
		padding-right: 0;
		padding-left: 0;
	}
}

.footer-address .name {
	display: block;
	font-size: calc((100vw / 320) * 10);
	font-weight: 500;
	line-height: 1.6;
}
@media screen and (min-width: 1024px) {
	.footer-address .name {
		font-size: 13px;
	}
}

.footer-address .name span {
	display: block;
	font-size: calc((100vw / 320) * 14);
	font-weight: bold;
}
@media screen and (min-width: 1024px) {
	.footer-address .name span {
		font-size: 18px;
	}
}

.footer-address address {
	font-size: calc((100vw / 320) * 10);
	font-style: initial;
	line-height: 1.6;
	color: #353535;
	margin-top: calc((100vw / 320) * 6);
}
@media screen and (min-width: 1024px) {
	.footer-address address {
		font-size: 14px;
		margin-top: 10px;
	}
}

.footer-copyright {
	text-align: left;
	margin-top: calc((100vw / 320) * 35);
}
@media screen and (min-width: 1024px) {
	.footer-copyright {
		text-align: right;
		margin-top: 0;
	}
}

.footer-copyright .sns-icon img {
	padding-right: calc((100vw / 320) * 14);
}
@media screen and (min-width: 1024px) {
	.footer-copyright .sns-icon img {
		padding-right: 0;
		padding-left: 12px;
	}
}

.footer-copyright small {
	font-size: calc((100vw / 320) * 8);
	color: #a2a2a2;
}
@media screen and (min-width: 1024px) {
	.footer-copyright small {
		font-size: 10px;
	}
	.footer-copyright a {
		transition: opacity .7s ease;
	}
	.footer-copyright a:hover {
		opacity: .8;
	}
}

footer .btn-pagetop {
	position: absolute;
	top: calc((100vw / 320) * 40);
	right: calc((100vw / 320) * 5);
}
@media screen and (min-width: 1024px) {
	footer .btn-pagetop {
		top: 45px;
		right: 30px;
	}
}

footer .btn-pagetop a {
	position: relative;
	color: #f04c2b;
	font-size: calc((100vw / 320) * 18);
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	font-weight: 400;
	letter-spacing: 0.2rem;
}
footer .btn-pagetop a::before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 7px 8px;
	border-color: transparent transparent #ff6242 transparent;
	top: calc((100vw / 320) * -14);
	left: 54%;;
	transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
	footer .btn-pagetop a {
		font-size: 20px;
		letter-spacing: 2px;
		transition: opacity .7s ease;
	}
	footer .btn-pagetop a:hover {
		opacity: .7;
	}
	footer .btn-pagetop a::before {
		border-width: 0 7px 7px 7px;
		top: -15px;
		left: 50%;
	}
}

/* ========== index トップページ ========== */
/* lead */
#frontpage .lead {
	position: relative;
	background-color: #f2f2f2;
	padding-top: calc((100vw / 320) * 65);
}
@media screen and (min-width: 1024px) {
	#frontpage .lead {
		padding-top: 340px;
	}
}

#frontpage .lead::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: calc((100vw / 320) * 380);
	bottom: 0;
	background-color: #fff;
}
@media screen and (min-width: 1024px) {
	#frontpage .lead::before {
		height: 630px;
	}
}

#frontpage .lead-inner {
	position: relative;
	margin: 0 auto;
}
@media screen and (min-width: 1024px) {
	#frontpage .lead-inner {
		position: relative;
		width: 1400px;
		margin: 0 auto;
	}
}

#frontpage .lead-inner h2 {
	position: absolute;
	font-size: calc((100vw / 320) * 13);
	font-weight: bold;
	margin-left: calc((100vw / 320) * 10);
	top: calc((100vw / 320) * -17);
	z-index: 10;
}
@media screen and (min-width: 1024px) {
	#frontpage .lead-inner h2 {
		position: relative;
		font-size: 22px;
		padding: 88px 0 220px 100px;
		margin-left: 0;
		top: auto;
	}
}

#frontpage .lead-inner h2 .en-logo {	
	position: relative;
	font-size: calc((100vw / 320) * 24);
	padding-right: calc((100vw / 320) * 3);
	letter-spacing: 0.2rem;
	top: calc((100vw / 320) * 5);
}
@media screen and (min-width: 1024px) {
	#frontpage .lead-inner h2 .en-logo {
		font-size: 40px;
		padding-right: 5px;
		letter-spacing: 3px;
		top: auto;
	}
}

#frontpage .lead-inner h2 .black {
	position: relative;
	font-size: calc((100vw / 320) * 22);
	letter-spacing: 0.6rem;
}
@media screen and (min-width: 1024px) {
	#frontpage .lead-inner h2 .black {
		font-size: 44px;
		letter-spacing: 14px;
	}
	#frontpage .lead-inner h2 .black span {
		padding-left: 6px;
	}
}

@media screen and (min-width: 1024px) {
	#frontpage .lead-inner h2 .black::before {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
    right: -12px;
    background-color: #ff6242;
    width: 12px;
    height: 14px;
	}
}

#frontpage .lead-inner > picture {
	display: block;
	position: relative;
	width: 90%;
	padding-top: calc((100vw / 320) * 74);
	margin: 0 auto;
}
@media screen and (min-width: 1024px) {
	#frontpage .lead-inner > picture {
		position: absolute;
		top: 0;
		right: 63px;
		width: auto;
		padding-top: 0;
		margin: 0;
	}
}

#frontpage .lead-inner > picture img {
	vertical-align: bottom;
}

#frontpage .lead-inner .lead-desc {
	position: relative;
	background-color: #fff;
	border-radius: calc((100vw / 320) * 15);
	padding: calc((100vw / 320) * 420) calc((100vw / 320) * 16) calc((100vw / 320) * 60);
}
@media screen and (min-width: 1024px) {
	#frontpage .lead-inner .lead-desc {
		border-radius: 30px;
		padding: 130px 152px 170px 270px;
		margin-left: 250px;
	}
}

#frontpage .lead-inner .lead-desc::before {
	content: '';
	display: block;
	position: absolute;
	top: calc((100vw / 320) * 36);
	left: 50%;
	width: calc((100vw / 320) * 177);
	height: calc((100vw / 320) * 367);
	background-image: url('../images/icon_sp.png');
	background-size: cover;
	transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
	#frontpage .lead-inner .lead-desc::before {
		top: 112px;
		left: -148px;
		width: 327px;
		height: 678px;
		transform: none;
	}
}

#frontpage .lead-inner .lead-desc .text {
	font-size: calc((100vw / 320) * 12);
	font-weight: 500;
	letter-spacing: 0.1rem;
	line-height: 2.2;
}
@media screen and (min-width: 1024px) {
	#frontpage .lead-inner .lead-desc .text {
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 3px;
	}
}

#frontpage .lead-inner .lead-desc .desc-sub {
	margin-right: calc((100vw / 320) * -4);
	margin-left: calc((100vw / 320) * -4);
}
@media screen and (min-width: 1024px) {
	#frontpage .lead-inner .lead-desc .desc-sub {
		margin-right: 0;
		margin-left: 0;
	}
}

#frontpage .lead-inner .lead-desc .marker-orange-lg {
	display: block;
  text-align: center;
	font-size: calc((100vw / 320) * 19);
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.2rem;
	margin: calc((100vw / 320) * 16) auto 0;
	white-space: nowrap;
}
@media screen and (min-width: 1024px) {
	#frontpage .lead-inner .lead-desc .marker-orange-lg {
		display: inline-block;
		text-align: left;
		font-size: 44px;
		line-height: 1.5;
		letter-spacing: 4px;
		margin: 88px 0 0 0;
	}
}

#frontpage .lead-inner .lead-desc .marker-orange-lg .en-logo {
	font-size: calc((100vw / 320) * 35);
	padding-right: calc((100vw / 320) * 5);
}
@media screen and (min-width: 1024px) {
	#frontpage .lead-inner .lead-desc .marker-orange-lg .en-logo {
		font-size: 80px;
		padding-right: 10px;
	}
}

#frontpage .lead-inner .lead-desc .marker-orange-lg .black {
	font-size: calc((100vw / 320) * 26);
	padding-left: calc((100vw / 320) * 6);
}
@media screen and (min-width: 1024px) {
	#frontpage .lead-inner .lead-desc .marker-orange-lg .black {
		font-size: 64px;
		padding-left: 12px;
	}
}

/* feature */
#frontpage .feature {
	position: relative;
  padding-right: calc((100vw / 320) * 10);
	padding-left: calc((100vw / 320) * 10);
}
@media screen and (min-width: 1024px) {
	#frontpage .feature {
		padding-right: 0;
		padding-left: 0;
	}
}

#frontpage .feature .container {
	padding-top: calc((100vw / 320) * 46);
	padding-bottom: calc((100vw / 320) * 42);
	background-color: #f2f2f2;
	border-radius: calc((100vw / 320) * 15);
}
@media screen and (min-width: 1024px) {
	#frontpage .feature .container {
		padding-top: 165px;
		padding-bottom: 200px;
		border-radius: 30px;
	}
}

@media screen and (min-width: 1024px) {
	#frontpage .feature .feature-top {
		width: 1000px;
		margin: 0 auto;
	}
}

#frontpage .feature .feature-top h2 {
	position: relative;
	font-size: calc((100vw / 320) * 19);
	letter-spacing: 0.4rem;
	text-align: left;
	padding-left: calc((100vw / 320) * 100);
}
@media screen and (min-width: 1024px) {
	#frontpage .feature .feature-top h2 {
		font-size: 44px;
		padding-left: 230px;
		padding-top: 15px;
		letter-spacing: 9px;
		text-align: center;
	}
}

#frontpage .feature .feature-top h2::before {
	content: '';
	display: inline-block;
	position: absolute;
	background-image: url('../images/top_feature_text01.png');
	background-size: cover;
	width: calc((100vw / 320) * 89);
	height: calc((100vw / 320) * 42);
	top: 51%;
	left: calc((100vw / 320) * 7);
	transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
	#frontpage .feature .feature-top h2::before {
		width: 199px;
		height: 95px;
		top: 65%;
    left: 40px;
		transform: translateY(-50%);
	}
}

#frontpage .feature .feature-top h2 .en-logo {
	position: relative;
	display: block;
	font-size: calc((100vw / 320) * 32);
	letter-spacing: 0.2rem;
	color: #f04c2b;
	top: calc((100vw / 320) * -2);
	white-space: nowrap;
}
@media screen and (min-width: 1024px) {
	#frontpage .feature .feature-top h2 .en-logo {
		display: inline;
		font-size: 80px;
		letter-spacing: 9px;
		top: 3px;
	}
}

#frontpage .feature .feature-top .price-box {
	border-radius: calc((100vw / 320) * 15);
	background-color: #f04c2b;
	padding: calc((100vw / 320) * 9) calc((100vw / 320) * 18) calc((100vw / 320) * 15);
	margin-top: calc((100vw / 320) * 15);
	margin-bottom: calc((100vw / 320) * 30);
}
@media screen and (min-width: 1024px) {
	#frontpage .feature .feature-top .price-box {
		border-radius: 30px;
		padding: 30px 200px 40px;
		margin-top: 45px;
		margin-bottom: 90px;
	}
}

#frontpage .feature .feature-top .price-box p:nth-of-type(1) {
	display: block;
	font-size: calc((100vw / 320) * 13);
	letter-spacing: 0.2rem;
	color: #fff;
	text-align: center;
}
#frontpage .feature .feature-top .price-box p:nth-of-type(2) {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: calc((100vw / 320) * 10);
	font-weight: bold;
	line-height: calc((100vw / 320) * 21);
	letter-spacing: 0.1rem;
	color: #f04c2b;
	text-align: center;
	background-color: #fff;
	border-radius: calc((100vw / 320) * 12);
	margin-top: calc((100vw / 320) * 6);
}
#frontpage .feature .feature-top .price-box p:nth-of-type(2) .black {
	font-size: calc((100vw / 320) * 14);
	padding: 0 calc((100vw / 320) * 3);
	letter-spacing: 0.14rem;
}
@media screen and (min-width: 1024px) {
	#frontpage .feature .feature-top .price-box p:nth-of-type(1) {
		font-size: 30px;
		letter-spacing: 6px;
	}
	#frontpage .feature .feature-top .price-box p:nth-of-type(2) {
		font-size: 22px;
		line-height: 48px;
		letter-spacing: 4px;
		border-radius: 24px;
		margin-top: 22px;
	}
	#frontpage .feature .feature-top .price-box p:nth-of-type(2) .black {
		font-size: 30px;
		padding: 0 6px;
		letter-spacing: 4px;
	}
}

#frontpage .feature .feature-list {
	position: relative;
}
@media screen and (min-width: 1024px) {
	#frontpage .feature .feature-list {
		width: 1400px;
		margin: 0 auto;
	}
}

#frontpage .feature .feature-list li {
	position: relative;
	display: flex;
	flex-direction: column;
	padding-right: calc((100vw / 320) * 20);
	padding-left: calc((100vw / 320) * 20);
}
#frontpage .feature .feature-list li + li {
	margin-top: calc((100vw / 320) * 20);
}
@media screen and (min-width: 1024px) {
	#frontpage .feature .feature-list li {
		gap: 20px;
		padding-right: 0;
		padding-left: 0;
	}
	#frontpage .feature .feature-list li + li {
		margin-top: 60px;
	}
	#frontpage .feature .feature-list li:nth-of-type(odd) {
		flex-direction: row-reverse;
	}
	#frontpage .feature .feature-list li:nth-of-type(even) {
		flex-direction: row;
	}
}
@media screen and (min-width: 1500px) {
	#frontpage .feature .feature-list li {
		gap: 50px;
	}
}
@media screen and (min-width: 1700px) {
	#frontpage .feature .feature-list li {
		gap: 80px;
	}
}

#frontpage .feature .feature-list li::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: calc((100vw / 320) * 15);
}
#frontpage .feature .feature-list li::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
#frontpage .feature .feature-list li:nth-of-type(odd)::after {
	left: -50%;
}
#frontpage .feature .feature-list li:nth-of-type(even)::after {
	right: -50%
}
@media screen and (min-width: 1024px) {
	#frontpage .feature .feature-list li::before {
		left: 50%;
		transform: translateX(-50%);
		width: calc(100vw - (((100vw - 100%) / 2) + 100px));
		border-radius: 30px;
	}
}

#frontpage .feature .feature-list li img {
	z-index: 10;
	padding-top: calc((100vw / 320) * 15);
	padding-bottom: calc((100vw / 320) * 15);
}
@media screen and (min-width: 1024px) {
	#frontpage .feature .feature-list li img {
		padding-top: 75px;
		padding-bottom: 75px;
	}
	#frontpage .feature .feature-list li:nth-of-type(odd) img {
		margin-right: 80px;
	}
	#frontpage .feature .feature-list li:nth-of-type(even) img {
		margin-left: 80px;
	}
}
@media screen and (min-width: 1700px) {
	#frontpage .feature .feature-list li:nth-of-type(odd) img,
	#frontpage .feature .feature-list li:nth-of-type(even) img {
		margin-right: 0;
		margin-left: 0;
	}
}

#frontpage .feature .feature-list li .box {
	z-index: 10;
	padding-top: calc((100vw / 320) * 8);
	padding-bottom: calc((100vw / 320) * 24);
}
@media screen and (min-width: 1024px) {
	#frontpage .feature .feature-list li .box {
		padding-top: 90px;
		padding-bottom: 75px;
		padding-right: 15px;
		padding-left: 15px;
	}
	#frontpage .feature .feature-list li:nth-of-type(even) .box {
		padding-top: 80px;
	}
}
@media screen and (min-width: 1500px) {
	#frontpage .feature .feature-list li .box {
		padding-right: 0;
		padding-left: 0;
	}
}

#frontpage .feature .feature-list li .box .num {
	display: flex;
	flex-direction: row;
  align-items: center;
	font-size: calc((100vw / 320) * 46);
	color: #f04c2b;
	font-weight: 400;
	line-height: calc((100vw / 320) * 46);
}
#frontpage .feature .feature-list li .box .num span {
	font-size: calc((100vw / 320) * 17);
	line-height: 1;
	letter-spacing: 0.1rem;
	margin-right: calc((100vw / 320) * 6);
}
@media screen and (min-width: 1024px) {
	#frontpage .feature .feature-list li .box .num {
		font-size: 100px;
		font-weight: 400;
		line-height: 130px;
	}
	#frontpage .feature .feature-list li .box .num span {
		font-size: 40px;
		line-height: 1;
		letter-spacing: 3px;
		margin-right: 15px;
	}
}

#frontpage .feature .feature-list li .box h3 {
	font-size: calc((100vw / 320) * 16);
	letter-spacing: 0.2rem;
	line-height: 1.6;
}
@media screen and (min-width: 1024px) {
	#frontpage .feature .feature-list li .box h3 {
		font-size: 40px;
		letter-spacing: 6px;
		line-height: 1.6;
	}
}
@media screen and (min-width: 1700px) {
	#frontpage .feature .feature-list li .box h3 {
		font-size: 42px;
	}
}

#frontpage .feature .feature-list li .box .desc {
	font-size: calc((100vw / 320) * 11);
	font-weight: 500;
	letter-spacing: 0.1rem;
	line-height: 2;
	margin-top: calc((100vw / 320) * 12);
}
@media screen and (min-width: 1024px) {
	#frontpage .feature .feature-list li .box .desc {
		font-size: 16px;
		letter-spacing: 3.5px;
		line-height: 2;
		margin-top: 40px;
	}
}

#frontpage .feature .feature-list li .box small {
	display: block;
	font-size: calc((100vw / 320) * 10);
	line-height: 1.7;
	color: #5c5c5c;
	margin-top: calc((100vw / 320) * 5);
}
#frontpage .feature .feature-list li .box small.mark {
	padding-left: calc((100vw / 320) * 14);
}
#frontpage .feature .feature-list li .box small.mark span {
	position: absolute;
	left: calc((100vw / 320) * 20);
}
@media screen and (min-width: 1024px) {
	#frontpage .feature .feature-list li .box small {
		font-size: 14px;
		line-height: 1.8;
		margin-top: 5px;
	}
	#frontpage .feature .feature-list li .box small.mark {
		padding-left: 16px;
	}
	#frontpage .feature .feature-list li .box small.mark span {
		left: 14px;
	}
}
@media screen and (min-width: 1500px) {
	#frontpage .feature .feature-list li .box small.mark span {
		left: 0;
	}
}


/* gift */
#frontpage .gift {
	position: relative;
}

#frontpage .gift .gift-inner {
	display: flex;
	flex-direction: column-reverse;
	margin-top: calc((100vw / 320) * 114);
	background-color: #f04c2b;
	border-radius: calc((100vw / 320) * 15);
}
@media screen and (min-width: 1024px) {
	#frontpage .gift .gift-inner {
		flex-direction: row;
		align-items: center;
		margin-top: 211px;
		border-radius: 30px;
		margin-right: 100px;
		margin-left: 20px;
	}
}
@media screen and (min-width: 1816px) {
	#frontpage .gift .gift-inner {
		margin-left: 0;
	}
}

#frontpage .gift .gift-inner .desc {
	width: 100%;
	color: #fff;
	padding: 0 calc((100vw / 320) * 20) calc((100vw / 320) * 26);
	margin-top: calc((100vw / 320) * -48);
}
@media screen and (min-width: 1024px) {
	#frontpage .gift .gift-inner .desc {
		padding: 70px 0 75px 40px;
		margin-top: 0;
	}
}
@media screen and (min-width: 1600px) {
	#frontpage .gift .gift-inner .desc {
		padding-left: 100px;
	}
}
@media screen and (min-width: 1600px) {
	#frontpage .gift .gift-inner .desc {
		padding-left: 120px;
	}
}
@media screen and (min-width: 1780px) {
	#frontpage .gift .gift-inner .desc {
		padding-left: 200px;
	}
}

#frontpage .gift .gift-inner .desc h2 {
	font-size: calc((100vw / 320) * 20);
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: 0.4rem;
}
#frontpage .gift .gift-inner .desc h2 .txt1 {
	font-size: calc((100vw / 320) * 12);
	font-weight: 500;
	letter-spacing: 0.2rem;
}
#frontpage .gift .gift-inner .desc h2 .txt2 {
	position: relative;
	top: calc((100vw / 320) * 3);
	font-size: calc((100vw / 320) * 26);
	line-height: 1;
	padding-right: calc((100vw / 320) * 5);
}
#frontpage .gift .gift-inner .desc h2 .black {
	font-size: calc((100vw / 320) * 20);
	letter-spacing: 0.3rem;
}	
@media screen and (min-width: 1024px){
	#frontpage .gift .gift-inner .desc h2 {
		font-size: 45px;
		line-height: 1.3;
		letter-spacing: 8px;
	}
	#frontpage .gift .gift-inner .desc h2 .txt1 {
		font-size: 30px;
		letter-spacing: 8px;
	}
	#frontpage .gift .gift-inner .desc h2 .txt2 {
		font-size: 54px;
		padding-right: 10px;
    top: 5px;
		line-height: 50px;
	}
	#frontpage .gift .gift-inner .desc h2 .black {
		font-size: 40px;
		letter-spacing: 8px;
		line-height: 1.5;
		
	}	
}
@media screen and (min-width: 1700px){
	#frontpage .gift .gift-inner .desc h2 {
		font-size: 50px;
	}	
	#frontpage .gift .gift-inner .desc h2 .txt2 {
		font-size: 60px;
	}
	#frontpage .gift .gift-inner .desc h2 .black {
		font-size: 46px;
	}
}

#frontpage .gift .gift-inner img {
	position: relative;
	width: 100%;
	top: calc((100vw / 320) * -64);
	padding-right: calc((100vw / 320) * 10);
	padding-left: calc((100vw / 320) * 10);
	margin: 0 auto;
}
@media screen and (min-width: 1024px){
	#frontpage .gift .gift-inner img {
		width: 55%;
		top: -90px;
		right: -100px;
		transform: none;
		padding-right: 0;
		padding-left: 0;
		margin: 0;
	}
}
@media screen and (min-width: 1700px) {
	#frontpage .gift .gift-inner img {
		width: 100%;
	}
}

#frontpage .gift .gift-inner .desc p {
	font-size: calc((100vw / 320) * 11);
	letter-spacing: 0.15rem;
	line-height: 2.2;
	font-weight: 400;
	margin-top: calc((100vw / 320) * 16);
}
@media screen and (min-width: 1024px) {
	#frontpage .gift .gift-inner .desc p {
		font-size: 16px;
		letter-spacing: 3.2px;
    line-height: 2;
		margin-top: 50px;
	}
}

#frontpage .gift .gift-inner .desc small {
	display: inline-block;
	font-size: calc((100vw / 320) * 10);
	color: #ffe3dd;
	margin-top: calc((100vw / 320) * 8);
}
@media screen and (min-width: 1024px) {
	#frontpage .gift .gift-inner .desc small {
		display: inline-block;
		font-size: 12px;
		color: #ffe3dd;
		margin-top: 20px;
	}
}


/* item */
#frontpage .item {
	position: relative;
	margin-top: calc((100vw / 320) * 54);
}
@media screen and (min-width: 1024px){
	#frontpage .item {
		margin-top: 210px;
	}
}

#frontpage .item > p {
	font-size: calc((100vw / 320) * 13);
	font-weight: 500;
	letter-spacing: 0.2rem;
	text-align: center;
}
@media screen and (min-width: 1024px){
	#frontpage .item > p {
		font-size: 26px;
		letter-spacing: 8px;
	}
}

#frontpage .item > h2 {
	position: relative;
	display: table;
	font-size: calc((100vw / 320) * 20);
	text-align: center;
	margin: 0 auto calc((100vw / 320) * 85);
  letter-spacing: 0.4rem;
}
@media screen and (min-width: 1024px){
	#frontpage .item > h2 {
		font-size: 44px;
		text-align: center;
		padding-top: 8px;
		margin: 0 auto 180px;
		letter-spacing: 15px;
	}
	#frontpage .item > h2::before {
		content: '';
    display: block;
    position: absolute;
    bottom: 0;
		right: -10px;
    background-color: #fff;
    width: 22px;
    height: 16px;
	}
}

#topPage .item-list {
	position: relative;
	overflow: hidden;
	padding: calc((100vw / 320) * 20) 0;
	width: 120%;
}
@media screen and (min-width: 1024px){
	#topPage .item-list {
		padding: 50px 0;
	}
}

#frontpage .item .item-slider {
	width: calc((100vw / 320) * 130);
	margin: 0 auto;
	overflow: visible;
}
@media screen and (min-width: 1024px){
	#frontpage .item .item-slider {
		width: 300px;
		pointer-events: none;
	}
}

#frontpage .item .item-slider .swiper-wrapper {
	transition-timing-function: linear;
}

#frontpage .item .item-slider .swiper-wrapper .swiper-slide .item,
#frontpage .item .item-slider .swiper-wrapper .swiper-slide .item img {
	display: block;
	width: calc((100vw / 320) * 130);
}
@media screen and (min-width: 1024px){
	#frontpage .item .item-slider .swiper-wrapper .swiper-slide .item,
	#frontpage .item .item-slider .swiper-wrapper .swiper-slide .item img {
		width: 300px;
	}
}

#frontpage .item .item-slider .swiper-slide span {
	display: block;
	position: relative;
}
#frontpage .item .item-slider .swiper-slide.imgslide02 span {
	top: calc((100vw / 320) * -20);
}
#frontpage .item .item-slider .swiper-slide.imgslide03 span {
	top: calc((100vw / 320) * -17);
}
@media screen and (min-width: 1024px){
	#frontpage .item .item-slider .swiper-slide.imgslide02 span {
		top: -27px;
	}
	#frontpage .item .item-slider .swiper-slide.imgslide03 span {
		top: -18px;
	}
}

#frontpage .item .item-slider .swiper-slide span::before {
	content: '';
	display: block;
	position: absolute;
	width: calc((100vw / 320) * 120);
	height: calc((100vw / 320) * 120);
	background-color: #fff;
	border-radius: 50%;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media screen and (min-width: 1024px){
	#frontpage .item .item-slider .swiper-slide span::before {
		width: 250px;
		height: 250px;
	}
}

#frontpage .item .item-slider .swiper-slide img {
	position: relative;
	left: 50%;
  transform: translateX(-50%);
}
#frontpage .item .item-slider .swiper-slide.imgslide01 img {
	top: calc((100vw / 320) * 2);
	width: 89%;
}
#frontpage .item .item-slider .swiper-slide.imgslide02 img {
	top: calc((100vw / 320) * -22);
	width: 75%;
}
#frontpage .item .item-slider .swiper-slide.imgslide03 img {
	top: calc((100vw / 320) * -26);
	width: 89%;
	left: 56%;
}
@media screen and (min-width: 1024px){
	#frontpage .item .item-slider .swiper-slide.imgslide01 img {
		top: 4px;
		width: auto;
	}
	#frontpage .item .item-slider .swiper-slide.imgslide02 img {
		top: -36px;
		width: auto;
	}
	#frontpage .item .item-slider .swiper-slide.imgslide03 img {
		top: -37px;
		width: auto;
		left: 50%;
	}
}

#frontpage .item .item-slider .swiper-slide h3 {
	font-size: calc((100vw / 320) * 14);
	font-weight: bold;
	text-align: center;
	color: #fff;
}
#frontpage .item .item-slider .swiper-slide.imgslide01 h3 {
	margin-top: calc((100vw / 320) * 11);
}
#frontpage .item .item-slider .swiper-slide.imgslide02 h3 {
	margin-top: calc((100vw / 320) * -29);
}
#frontpage .item .item-slider .swiper-slide.imgslide03 h3 {
	margin-top: calc((100vw / 320) * -26);
}
@media screen and (min-width: 1024px){
	#frontpage .item .item-slider .swiper-slide h3 {
		font-size: 22px;
	}
	#frontpage .item .item-slider .swiper-slide.imgslide01 h3 {
		margin-top: 38px;
	}
	#frontpage .item .item-slider .swiper-slide.imgslide02 h3 {
		margin-top: -31px;
	}
	#frontpage .item .item-slider .swiper-slide.imgslide03 h3 {
		margin-top: 0;
	}
}

#frontpage .item .item-slider .swiper-slide p {
	font-size: calc((100vw / 320) * 9.5);
	font-weight: 500;
	text-align: center;
	color: #fff;
	margin-top: calc((100vw / 320) * 10);
}
@media screen and (min-width: 1024px){
	#frontpage .item .item-slider .swiper-slide p {
		font-size: 15px;
		margin-top: 18px;
	}
}

#frontpage .item .buy {
	background-color: #f04c2b;
	margin-top: calc((100vw / 320) * -162);
}
@media screen and (min-width: 1024px){
	#frontpage .item .buy {
		margin-top: -300px;
	}
}

#frontpage .item .buy.bg-dot:before {
	height: 80%;
	margin-top: calc((100vw / 320) * 213);
}
@media screen and (min-width: 1024px){
	#frontpage .item .buy.bg-dot:before {
		height: 75%;
    margin-top: 417px;
	}
}

#frontpage .item .buy .container {
  position: relative;
	z-index: 10;
}

#frontpage .item .buy-list {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: calc((100vw / 320) * 15);
	padding-top: calc((100vw / 320) * 198);
	padding-bottom: calc((100vw / 320) * 46);
}
@media screen and (min-width: 1024px){
	#frontpage .item .buy-list {
		flex-direction: row;
		gap: 100px;
		padding-top: 418px;
		padding-bottom: 168px;
		margin: 0 auto;
		width: 1400px;
	}
}

#frontpage .item .buy-list li {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	padding: calc((100vw / 320) * 19);
	border-radius: calc((100vw / 320) * 15);
	width: 100%;
}
@media screen and (min-width: 1024px){
	#frontpage .item .buy-list li {
		padding: 55px 70px;
		border-radius: 30px;
	}
}

#frontpage .item .buy-list li .box {
	position: relative;
	display: flex;
	flex-direction: row;
	gap: calc((100vw / 320) * 20);
	border-bottom: 3px solid #f04c2b;
	padding-bottom: calc((100vw / 320) * 6);
	padding-left: calc((100vw / 320) * 10);
}
#frontpage .item .buy-list li .box::before {
	content: '';
	display: block;
	position: absolute;
	bottom: calc((100vw / 320) * -11);
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 13px 0 13px;
	border-color: #f04c2b transparent transparent transparent;
	transform: translateX(-50%);
}

@media screen and (min-width: 1024px){
	#frontpage .item .buy-list li .box {
		gap: 38px;
		border-bottom: 3px solid #f04c2b;
		padding-bottom: 35px;
		padding-left: 20px;
	}
	#frontpage .item .buy-list li .box::before {
		bottom: -21px;
		border-width: 18px 20px 0 20px;
	}
}

#frontpage .item .buy-list li .box .exp {
	font-size: calc((100vw / 320) * 15);
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.2rem;
}
#frontpage .item .buy-list li .box .exp span {
	font-size: calc((100vw / 320) * 11);
	font-weight: 500;
}
@media screen and (min-width: 1024px){
	#frontpage .item .buy-list li .box .exp {
		font-size: 30px;
		line-height: 1.4;
		letter-spacing: 4px;
	}
	#frontpage .item .buy-list li .box .exp span {
		font-size: 20px;
	}
}

#frontpage .item .buy-list li .box .comp {
	position: relative;
	font-size: calc((100vw / 320) * 13);
	color: #f04c2b;
	line-height: 1.8;
	letter-spacing: 0.2rem;
	top: -13px;
}
#frontpage .item .buy-list li .box .comp span {
	position: relative;
	font-size: calc((100vw / 320) * 24);
	padding-right: calc((100vw / 320) * 4);
	bottom: calc((100vw / 320) * -4);
}
@media screen and (min-width: 1024px){
	#frontpage .item .buy-list li .box .comp {
		font-size: 22px;
		line-height: 1.8;
		letter-spacing: 2px;
		top: -13px;
	}
	#frontpage .item .buy-list li .box .comp span {
		font-size: 46px;
		padding-right: 10px;
		bottom: -8px;
	}
}

#frontpage .item .buy-list li .box img {
	position: relative;
	width: 25%;
  object-fit: contain;
	z-index: 10;
}
@media screen and (min-width: 1024px){
	#frontpage .item .buy-list li .box img {
		width: 119px;
		object-fit: contain;
	}
}

#frontpage .item .buy-list li .buy-price {
	font-size: calc((100vw / 320) * 22);
	line-height: 1.4;
  letter-spacing: 0.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: calc((100vw / 320) * 9);
}
#frontpage .item .buy-list li .buy-price span {
	position: relative;
	font-size: calc((100vw / 320) * 55);
	color: #f04c2b;
	padding-right: calc((100vw / 320) * 6);
	padding-left: calc((100vw / 320) * 12);
	top: calc((100vw / 320) * -2);
}
@media screen and (min-width: 1024px){
	#frontpage .item .buy-list li .buy-price {
		font-size: 40px;
		line-height: 1.4;
		letter-spacing: 5px;
		padding-left: 0;
		padding-top: 10px;
	}
	#frontpage .item .buy-list li .buy-price span {
		font-size: 100px;
		padding-right: 8px;
		padding-left: 25px;
		top: -8px;
	}
}

#frontpage .item .buy-list li > small {
	font-size: calc((100vw / 320) * 8);
	color: #5c5c5c;
	text-align: center;
}
@media screen and (min-width: 1024px){
	#frontpage .item .buy-list li > small {
		font-size: 12px;
	}
}

#frontpage .item .buy-bg {
	position: relative;
	background-color: #f04c2b;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}
#frontpage .item .buy-bg img {
	vertical-align: bottom;
}

/* help */
#frontpage .help {
	position: relative;
	padding-top: calc((100vw / 320) * 39);
}
@media screen and (min-width: 1024px){
	#frontpage .help {
		padding-top: 185px;
		padding-bottom: 195px;
	}
}

#frontpage .help.bg-dot:before {
	z-index: 1;
}
@media screen and (min-width: 1024px){
	#frontpage .help.bg-dot:before {
		z-index: 0;
	}
}

#frontpage .help::after {
	content: '';
	display: block;
	position: absolute;
	width: 200vw;
	height: calc((100vw / 320) * 608);
	left: 0;
	bottom: 0;
	background-color: #f2f2f2;
	z-index: 2;
}
@media screen and (min-width: 1024px){
	#frontpage .help::after {
		display: none;
	}
}

#frontpage .help .container {
	position: relative;
	z-index: 10;
}

#frontpage .help .com {
	position: relative;
	display: block;
	background-color: #f04c2b;
	border-radius: calc((100vw / 320) * 20);
	font-size: calc((100vw / 320) * 11);
	font-weight: bold;
	line-height: calc((100vw / 320) * 33);
	letter-spacing: 0.25rem;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	width: calc((100vw / 320) * 246);
}
#frontpage .help .com::before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 11px 0 11px;
	border-color: #f04c2b transparent transparent transparent;
	bottom: calc((100vw / 320) * -5);
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (min-width: 1024px){
	#frontpage .help .com {
		border-radius: 37px;
		font-size: 24px;
		line-height: 74px;
		letter-spacing: 6px;
		width: 570px;
	}
	#frontpage .help .com::before {
		border-width: 18px 20px 0 20px;
		bottom: -10px;
	}
}

#frontpage .help h2 {
	display: flex;
	justify-content: center;
	font-size: calc((100vw / 320) * 21);
	letter-spacing: 0.3rem;
	text-align: center;
	margin-top: calc((100vw / 320) * 13);
	margin-bottom: calc((100vw / 320) * 31);
}
@media screen and (min-width: 1024px){
	#frontpage .help h2 {
		font-size: 44px;
		letter-spacing: 13px;
		text-align: left;
		margin-top: 50px;
		margin-bottom: 0;
	}
}

#frontpage .help .list-wrap {
	overflow-x: auto;
	overflow-y: hidden;
}
@media screen and (min-width: 1024px){
	#frontpage .help .list-wrap {
		overflow-x: hidden;
		overflow-y: hidden;
	}
}

#frontpage .help .comp-list {
	position: relative;
	display: flex;
	flex-direction: row;
	background-color: #f2f2f2;
	border-radius: calc((100vw / 320) * 15);
	margin-top: calc((100vw / 320) * 27);
	margin-bottom: calc((100vw / 320) * 56);
}
@media screen and (min-width: 1024px){
	#frontpage .help .comp-list {
		width: 1400px;
		padding: 70px 200px 110px 100px;
		margin: 100px auto 0;
		border-radius: 30px;
	}
}
@media screen and (min-width: 1000px){
	#frontpage .help .comp-list {
		padding: 70px 200px 110px 100px;
	}
}

#frontpage .help .comp-list li {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#frontpage .help .comp-list li p {
	position: relative;
	font-size: calc((100vw / 320) * 9);
	color: #2d2d2d;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	width: calc((100vw / 320) * 100);
	background-color: #fff;
	border-bottom: 3px solid #f2f2f2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding-right: calc((100vw / 320) * 8);
	padding-left: calc((100vw / 320) * 8);
}
#frontpage .help .comp-list li p.t-margin {
	justify-content: flex-start;
	padding-top: calc((100vw / 320) * 9);
}
@media screen and (min-width: 1024px) {
	#frontpage .help .comp-list li p {
		font-size: 14px;
		width: 237px;
		padding-right: 19px;
		padding-left: 19px;
		border-bottom: 5px solid #f2f2f2;
	}
	#frontpage .help .comp-list li p.t-margin {
		padding-top: 28px;
	}
}

#frontpage .help .comp-list li:last-child p {
	border-right: none;
}

#frontpage .help .comp-list li.title p {
	color: #fff;
	font-size: calc((100vw / 320) * 10);
	font-weight: bold;
	letter-spacing: 0.2rem;
	background-color: #313131;
	width: calc((100vw / 320) * 98);
	justify-content: center;
	padding-top: 0;
	border-right: 3px solid #f2f2f2;
}
#frontpage .help .comp-list li.focus p {
	width: calc((100vw / 320) * 148);
	padding-right: calc((100vw / 320) * 10);
	padding-left: calc((100vw / 320) * 10);
	border-bottom: 3px solid #f04c2b;
}
#frontpage .help .comp-list li p:last-child,
#frontpage .help .comp-list li.focus p:last-child {
	border-bottom: none;
}
@media screen and (min-width: 1024px) {
	#frontpage .help .comp-list li.title p {
		font-size: 16px;
		letter-spacing: 4px;
		width: 275px;
		border-right: 5px solid #f2f2f2;
	}
	#frontpage .help .comp-list li.focus p {
		width: 350px;
		padding-right: 34px;
    padding-left: 34px;
		border-bottom: 5px solid #f04c2b;
	}
}

#frontpage .help .comp-list li p.head {
	font-size: calc((100vw / 320) * 11);
	letter-spacing: 0.2rem;
	background-color: transparent;
	border-bottom: none;
}
@media screen and (min-width: 1024px) {
	#frontpage .help .comp-list li p.head {
		font-size: 18px;
		letter-spacing: 3px;
	}
}

#frontpage .help .comp-list li p.en-logo {
	font-size: calc((100vw / 320) * 19);
	color: #fff;
}
@media screen and (min-width: 1024px) {
	#frontpage .help .comp-list li p.en-logo {
		font-size: 34px;
	}
}

#frontpage .help .comp-list li p:nth-of-type(1) {
	height: calc((100vw / 320) * 52);	
}
#frontpage .help .comp-list li.title p:nth-of-type(1) {
	background-color: transparent;
}
#frontpage .help .comp-list li.focus p:nth-of-type(1) {
	background-color: #f04c2b;
	border-top-right-radius: calc((100vw / 320) * 15);
	border-top-left-radius: calc((100vw / 320) * 15);
}
#frontpage .help .comp-list li p:nth-of-type(2) {
	height: calc((100vw / 320) * 109);	
}
#frontpage .help .comp-list li p:nth-of-type(3) {
	height: calc((100vw / 320) * 60);	
}
#frontpage .help .comp-list li p:nth-of-type(4) {
	height: calc((100vw / 320) * 120);	
}
#frontpage .help .comp-list li p:nth-of-type(5) {
	height: calc((100vw / 320) * 60);	
}
#frontpage .help .comp-list li p:nth-of-type(6) {
	height: calc((100vw / 320) * 119);	
}
@media screen and (min-width: 1024px) {
	#frontpage .help .comp-list li p:nth-of-type(1) {
		height: 100px;	
	}
	#frontpage .help .comp-list li.focus p:nth-of-type(1) {
		border-top-right-radius: 30px;
		border-top-left-radius: 30px;
	}
	#frontpage .help .comp-list li p:nth-of-type(2) {
		height: 165px;	
	}
	#frontpage .help .comp-list li p:nth-of-type(3) {
		height: 110px;	
	}
	#frontpage .help .comp-list li p:nth-of-type(4) {
		height: 165px;	
	}
	#frontpage .help .comp-list li p:nth-of-type(5) {
		height: 110px;	
	}
	#frontpage .help .comp-list li p:nth-of-type(6) {
		height: 147px;	
	}
}

#frontpage .help .comp-list li p .ok,
#frontpage .help .comp-list li p .ng,
#frontpage .help .comp-list li p .tri {
	display: block;
}

#frontpage .help .comp-list li p.t-margin .ok,
#frontpage .help .comp-list li p.t-margin .ng,
#frontpage .help .comp-list li p.t-margin .tri,
#frontpage .help .comp-list li p.t-center .ng {
	margin-bottom: calc((100vw / 320) * 5);
}
@media screen and (min-width: 1024px) {
	#frontpage .help .comp-list li p.t-margin .ok,
	#frontpage .help .comp-list li p.t-margin .ng,
	#frontpage .help .comp-list li p.t-margin .tri,
	#frontpage .help .comp-list li p.t-center .ng {
		margin-bottom: 12px;
	}
}

#frontpage .help .comp-list li p .ok {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 3px solid #f04c2b;
}
#frontpage .help .comp-list li p .ng {
	position: relative;
	width: 42px;
	height: 42px;
}
#frontpage .help .comp-list li p .ng::before {
	content: '';
	display: block;
	position: absolute;
	width: 42px;
	height: 3px;
	background-color: #313131;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}
#frontpage .help .comp-list li p .ng::after {
	content: '';
	display: block;
	position: absolute;
	width: 42px;
	height: 3px;
	background-color: #313131;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}
#frontpage .help .comp-list li p .tri {
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 25px 39px 25px;
	border-color: transparent transparent #c7c500 transparent;
}
@media screen and (min-width: 1024px) {
	#frontpage .help .comp-list li p .ok {
		width: 42px;
		height: 42px;
	}
	#frontpage .help .comp-list li p .ng {
		width: 42px;
		height: 42px;
	}
	#frontpage .help .comp-list li p .ng::before {
		width: 42px;
		height: 3px;
	}
	#frontpage .help .comp-list li p .ng::after {
		width: 42px;
		height: 3px;
	}
	#frontpage .help .comp-list li p .tri {
		border-width: 0 25px 39px 25px;
	}
}

#frontpage .help .comp-list li.focus::before,
#frontpage .help .comp-list li.focus::after,
#frontpage .help .comp-list li.focus p:last-child::before {
	content: '';
	display: block;
	position: absolute;
	background-color: #f04c2b;
	z-index: 10;
}
#frontpage .help .comp-list li.focus::before {
	width: calc((100vw / 320) * 4);
	height: calc((100vw / 320) * 480);
	left: 0;
	top: calc((100vw / 320) * 45);
}
#frontpage .help .comp-list li.focus::after {
	width: calc((100vw / 320) * 4);
	height: calc((100vw / 320) * 480);
	right: 0;
	top: calc((100vw / 320) * 45);
}
#frontpage .help .comp-list li.focus p:last-child:before {
	width: calc((100vw / 320) * 148);
	height: calc((100vw / 320) * 24);
	bottom: calc((100vw / 320) * -24);
	border-bottom-right-radius: calc((100vw / 320) * 15);
	border-bottom-left-radius: calc((100vw / 320) * 15);
}
@media screen and (min-width: 1024px) {
	#frontpage .help .comp-list li.focus::before {
		width: 18px;
		height: 708px;
		left: 0;
		top: 95px;
	}
	#frontpage .help .comp-list li.focus::after {
		width: 18px;
		height: 708px;
		right: 0;
		top: 95px;
	}
	#frontpage .help .comp-list li.focus p:last-child:before {
		width: 350px;
		height: 40px;
		bottom: -41px;
		border-bottom-right-radius: 30px;
		border-bottom-left-radius: 30px;
	}
}


/* howtouse */
#frontpage .howtouse {
	position: relative;
	padding-top: calc((100vw / 320) * 43);
}
@media screen and (min-width: 1024px) {
	#frontpage .howtouse {
		padding-top: 185px;
	}
}

#frontpage .howtouse .tab-inner {
	margin-top: calc((100vw / 320) * 32);
}
@media screen and (min-width: 1024px) {
	#frontpage .howtouse .tab-inner {
		width: 1200px;
		margin: 104px auto 0;
	}
}
@media screen and (min-width: 1500px) {
	#frontpage .howtouse .tab-inner {
		width: 1300px;
	}
}
@media screen and (min-width: 1600px) {
	#frontpage .howtouse .tab-inner {
		width: 1400px;
	}
}

#frontpage .howtouse .tab-btn {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: calc((100vw / 320) * 13);
}
@media screen and (min-width: 1024px) {
	#frontpage .howtouse .tab-btn {
		gap: 20px;
	}
}

#frontpage .howtouse .tab-btn li {
	background-color: #c0c0c0;
	border-top-right-radius: calc((100vw / 320) * 15);
	border-top-left-radius: calc((100vw / 320) * 15);
	padding-top: calc((100vw / 320) * 8);
  padding-bottom: calc((100vw / 320) * 8);
}
#frontpage .howtouse .tab-btn li.is-active {
	background-color: #f04c2b;
}
@media screen and (min-width: 1024px) {
	#frontpage .howtouse .tab-btn li {
		border-top-right-radius: 30px;
		border-top-left-radius: 30px;
		padding-top: 16px;
		padding-bottom: 30px;
		cursor: pointer;
	}
}

#frontpage .howtouse .tab-btn li .black {
	font-size: calc((100vw / 320) * 11);
	color: #fff;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.2rem;
	display: flex;
  justify-content: center;
  align-items: center;
}
#frontpage .howtouse .tab-btn li .black span {
	font-size: calc((100vw / 320) * 22);
	padding-left: calc((100vw / 320) * 7);
}
@media screen and (min-width: 1024px) {
	#frontpage .howtouse .tab-btn li .black {
		font-size: 20px;
		letter-spacing: 4px;
		line-height: 1.8;
	}
	#frontpage .howtouse .tab-btn li .black span {
		font-size: 40px;
		padding-left: 10px;
	}
}

#frontpage .howtouse .tab-btn li .desc {
	font-size: calc((100vw / 320) * 8);
	color: #fff;
	text-align: center;
	letter-spacing: 0.1rem;
}
@media screen and (min-width: 1024px) {
	#frontpage .howtouse .tab-btn li .desc {
		font-size: 16px;
		letter-spacing: 3px;
	}
}

#frontpage .howtouse .howtouse-inner {
	background-color: #f04c2b;
	padding-top: calc((100vw / 320) * 26);
	padding-bottom: calc((100vw / 320) * 20);
	border-bottom-right-radius: calc((100vw / 320) * 15);
	border-bottom-left-radius: calc((100vw / 320) * 15);
}
@media screen and (min-width: 1024px) {
	#frontpage .howtouse .howtouse-inner {
		padding-top: 100px;
		padding-bottom: 100px;
		width: 1400px;
		margin: 0 auto;
		border-radius: 30px;
	}
}
@media screen and (min-width: 1500px) {
	#frontpage .howtouse .howtouse-inner {
		width: auto;
		margin-right: 40px;
    margin-left: 40px;
	}
}
@media screen and (min-width: 1800px) {
	#frontpage .howtouse .howtouse-inner {
		margin-right: 0;
		margin-left: 0;
	}
}

#frontpage .howtouse .howtouse-inner ul {
	/* display: grid; */
	grid-template-columns: 1fr;
	gap: calc((100vw / 320) * 15);
	display: none;
	margin-right: calc((100vw / 320) * 15);
  margin-left: calc((100vw / 320) * 15);
}
#frontpage .howtouse .howtouse-inner ul.is-active {
	display: grid;
}
@media screen and (min-width: 1024px) {
	#frontpage .howtouse .howtouse-inner ul {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 40px;
		width: 1300px;
		margin-right: auto;
		margin-left: auto;
	}
}
@media screen and (min-width: 1500px) {
	#frontpage .howtouse .howtouse-inner ul {
		gap: 70px;
		width: 1400px;
	}
}


#frontpage .howtouse .howtouse-inner ul li {
	position: relative;
	background-color: #fff;
	padding: calc((100vw / 320) * 37) calc((100vw / 320) * 20) calc((100vw / 320) * 24);
	border-radius: calc((100vw / 320) * 15);
}
@media screen and (min-width: 1024px) {
	#frontpage .howtouse .howtouse-inner ul li {
		height: 570px;
		padding: 55px 35px 30px 35px;
		border-radius: 30px;
	}
}

#frontpage .howtouse .howtouse-inner ul li .num {
	position: absolute;
	top: calc((100vw / 320) * 25);
	left: calc((100vw / 320) * 25);
	font-size: calc((100vw / 320) * 66);
	line-height: 1;
}
@media screen and (min-width: 1024px) {
	#frontpage .howtouse .howtouse-inner ul li .num {
		top: 42px;
		left: 35px;
		font-size: 100px;
	}
}

#frontpage .howtouse .howtouse-inner ul li > img {
	display: block;
	width: 74%;
	margin: 0 auto;
}
@media screen and (min-width: 1024px) {
	#frontpage .howtouse .howtouse-inner ul li > img {
		width: auto;
	}
}

#frontpage .howtouse .howtouse-inner ul li .text-area {
	margin-top: calc((100vw / 320) * -18);
}
@media screen and (min-width: 1024px) {
	#frontpage .howtouse .howtouse-inner ul li .text-area {
		margin-top: -28px;
	}
}

#frontpage .howtouse .howtouse-inner ul li h3 {
	font-size: calc((100vw / 320) * 16);
	letter-spacing: 0.2rem;
}
@media screen and (min-width: 1024px) {
	#frontpage .howtouse .howtouse-inner ul li h3 {
		font-size: 24px;
		letter-spacing: 3px;
	}
}

#frontpage .howtouse .howtouse-inner ul li .desc {
	font-size: calc((100vw / 320) * 11);
	letter-spacing: 0.1rem;
	padding-top: calc((100vw / 320) * 8);
}
@media screen and (min-width: 1024px) {
	#frontpage .howtouse .howtouse-inner ul li .desc {
		font-size: 16px;
		letter-spacing: 2.5px;
		padding-top: 10px;
	}
}

#frontpage .howtouse .howtouse-inner ul li .apl-icon {
	display: flex;
	flex-direction: row;
	gap: calc((100vw / 320) * 6);
	margin-top: calc((100vw / 320) * 14);
}
@media screen and (min-width: 1024px) {
	#frontpage .howtouse .howtouse-inner ul li .apl-icon {
		gap: 12px;
		margin-top: 30px;
	}
}

/* faq */
#frontpage .faq {
	padding-top: calc((100vw / 320) * 51);
	padding-bottom: calc((100vw / 320) * 142);
	margin-top: calc((100vw / 320) * 54);
	background-color: #f2f2f2;
}
@media screen and (min-width: 1024px) {
	#frontpage .faq {
		padding-top: 200px;
		padding-bottom: 270px;
		margin-top: 130px;
	}	
}

#frontpage .faq h2 {
	letter-spacing: 0.4rem;
}
@media screen and (min-width: 1024px) {
	#frontpage .faq h2 {
		letter-spacing: 8px;
	}
}

#frontpage .faq .faq-inner {
	margin: calc((100vw / 320) * 33) auto 0;
}
@media screen and (min-width: 1024px) {
	#frontpage .faq .faq-inner {
		width: 1200px;
		margin: 85px auto 0;
	}
}

#frontpage .faq .faq-inner li {
	background-color: #fff;
	border-radius: calc((100vw / 320) * 15);
	padding: calc((100vw / 320) * 25) calc((100vw / 320) * 20) calc((100vw / 320) * 22) calc((100vw / 320) * 54);
}
#frontpage .faq .faq-inner li + li {
	margin-top: calc((100vw / 320) * 15);
}
@media screen and (min-width: 1024px) {
	#frontpage .faq .faq-inner li {
		border-radius: 30px;
		padding: 60px 100px 60px 180px;
	}
	#frontpage .faq .faq-inner li + li {
		margin-top: 25px;
	}
}

#frontpage .faq .faq-inner li .text-q {
	position: relative;
	font-size: calc((100vw / 320) * 13);
	font-weight: 900;
	letter-spacing: 0.2rem;
}
#frontpage .faq .faq-inner li .text-q::before {
	content: '';
	display: block;
	position: absolute;
	top: calc((100vw / 320) * -4);
	left: calc((100vw / 320) * -38);
	background-image: url(../images/icon_q.png);
	background-size: cover;
	width: 35px;
	height: 35px;
}
@media screen and (min-width: 1024px) {
	#frontpage .faq .faq-inner li .text-q {
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 6.1px;
	}
	#frontpage .faq .faq-inner li .text-q::before {
		top: -9px;
		left: -80px;
		width: 54px;
		height: 54px;
	}
}

#frontpage .faq .faq-inner li .text-a {
	font-size: calc((100vw / 320) * 11);
	font-weight: 500;
	letter-spacing: 0.2rem;
	margin-top: calc((100vw / 320) * 10);
}
@media screen and (min-width: 1024px) {
	#frontpage .faq .faq-inner li .text-a {
		font-size: 16px;
		line-height: 1.9;
		letter-spacing: 3px;
		margin-top: 19px;
	}
}


/* download */
#frontpage .download {
	position: relative;
	background-color: #f2f2f2;
}

#frontpage .download .container::before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	width: 100vw;
	height: 100%;
	background-color: #f04c2b;
	border-radius: calc((100vw / 320) * 15);
	transform: translateX(-50%);
	margin-left: calc((100vw / 320) * 10);
}
@media screen and (min-width: 1024px) {
	#frontpage .download .container::before {
		width: calc(100vw - (((100vw - 100%) / 2) + 100px));
		border-radius: 30px;
		margin-left: 0;
	}
}

#frontpage .download .container::after {
content: '';
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
right: -50%;
background-color: #f04c2b;
}

#frontpage .download .download-inner {
	position: relative;
	padding-top: calc((100vw / 320) * 352);
	padding-right: calc((100vw / 320) * 35);
	padding-bottom: calc((100vw / 320) * 37);
	padding-left: calc((100vw / 320) * 35);
	margin: 0 auto;
	z-index: 10;
}
#frontpage .download .download-inner::before {
	content: '';
	display: block;
	position: absolute;
	width: calc((100vw / 320) * 186);
	height: calc((100vw / 320) * 381);
	top: calc((100vw / 320) * -62);
	right: 50%;
	background-image: url(../images/icon_sp.png);
	background-size: cover;
	transform: translateX(50%);
}
@media screen and (min-width: 1024px) {
	#frontpage .download .download-inner {
		width: 1000px;
		padding-top: 116px;
		padding-right: 0;
		padding-bottom: 135px;
		padding-left: 0;
	}
	#frontpage .download .download-inner::before {
		width: 327px;
		height: 678px;
		top: -70px;
		right: 88px;
		transform: none;
	}
}

#frontpage .download .sec-title {
	color: #fff;
	text-align: left;
}

#frontpage .download h2 {
	position: relative;
	font-size: calc((100vw / 320) * 29);
	letter-spacing: 0.5rem;
	line-height: 1.4;
	color: #fff;
	text-align: left;
	padding-top: calc((100vw / 320) * 2);
	left: calc((100vw / 320) * -3);
}
@media screen and (min-width: 1024px) {
	#frontpage .download h2 {
		font-size: 58px;
		letter-spacing: 19px;
		line-height: 1.4;
		padding-top: 13px;
		left: -5px;
	}
}

#frontpage .download .apl-icon {
	display: flex;
  justify-content: space-between;
	margin-top: calc((100vw / 320) * 22);
}
@media screen and (min-width: 1024px) {
	#frontpage .download .apl-icon {
		display: block;
		margin-top: 56px;
	}
}

#frontpage .download .apl-icon a + a {
	padding-left: calc((100vw / 320) * 4);
}
@media screen and (min-width: 1024px) {
	#frontpage .download .apl-icon a:hover {
		opacity: 0.8;
	}
	#frontpage .download .apl-icon a + a {
		padding-left: 5px;
	}
}

#frontpage .download .desc {
	font-size: calc((100vw / 320) * 10);
	color: #fff;
	font-weight: 400;
	letter-spacing: 0.2rem;
	margin-top: calc((100vw / 320) * 12);
}
#frontpage .download .desc > a {
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: calc((100vw / 320) * 3);
}
@media screen and (min-width: 1024px) {
	#frontpage .download .desc {
		font-size: 15px;
		letter-spacing: 3px;
		margin-top: 48px;
	}
	#frontpage .download .desc > a {
		padding-bottom: 4px;
	}
	#frontpage .download .desc > a:hover {
		opacity: 0.7;
	}
}


/* ========== index CONTACT(#contact) ========== */
#contact .contact-form {
	position: relative;
	padding-right: calc((100vw / 320) * 10);
	padding-left: calc((100vw / 320) * 10);
	padding-bottom: calc((100vw / 320) * 30);
	background: linear-gradient(to bottom, #f04c2b 5.6%, #f2f2f2 5.6%);
}
@media screen and (min-width:1024px) {
	#contact .contact-form {
		padding-right: 0;
		padding-left: 0;
		padding-bottom: 120px;
		background: linear-gradient(to bottom, #f04c2b 140px, #f2f2f2 140px);
	}
}

@media screen and (min-width:1024px) {
	#contact .contact-form .main-wrap {
		display: block;
		max-width: 1200px;
		margin: 0 auto;
	}
}

#contact .contact-form form {
	margin-right: -10px;
	margin-left: -10px;	
}
@media screen and (min-width:1024px) {
	#contact .contact-form form {
		margin-right: 0;
		margin-left: 0;	
	}
}

#contact .contact-form h2 {
	position: relative;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.6;
	padding: calc((100vw / 320) * 5) 0;
}
@media screen and (min-width:1024px) {
	#contact .contact-form h2 {
		font-size: 22px;
		padding: 15px 0;
	}
}

#contact .contact-form .contact-main .main-wrap h2 {
	font-size: calc((100vw / 320) * 19);
	padding-left: calc((100vw / 320) * 10);
}
@media screen and (min-width: 1024px) {
	#contact .contact-form .contact-main .main-wrap h2 {
		font-size: 28px;
		letter-spacing: 3px;
		padding-left: 0;
	}
}

#contact .contact-form li {
	list-style: none;
}


#contact .contact-form .contact-main {
	position: relative;
	background-color: #fff;
	border-radius: calc((100vw / 320) * 15);
	padding: calc((100vw / 320) * 25) calc((100vw / 320) * 10) calc((100vw / 320) * 10);
	margin-top: calc((100vw / 320) * -98);
	z-index: 10;
}
@media screen and (min-width: 1024px) {
	#contact .contact-form .contact-main {
		border-radius: 30px;
		padding: 95px 40px 120px 40px;
		margin-top: -140px;
		margin-right: 100px;
		margin-left: 100px;
		margin-bottom: 60px;
	}
}

#contact .contact-form .contact-main .lead {
	font-size: calc((100vw / 320) * 11);
	font-weight: 500;
	padding-left: calc((100vw / 320) * 10);
	margin-bottom: calc((100vw / 320) * 24);
}
@media screen and (min-width: 1024px) {
	#contact .contact-form .contact-main .lead {
		font-size: 16px;
		padding-left: 0;
		margin-bottom: 70px;
	}
}

#contact .contact-form .contact-main .lead span {
  color: #f04c2b;
}

#contact .contact-form .contact-sub {
	background-color: #fff;
	border-radius: 12px;
	padding: 20px;
	margin-bottom: 10px;
}
#contact .contact-form .contact-sub p {
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 0;
}
@media screen and (min-width: 1024px) {
	#contact .contact-form .contact-sub {
		border-radius: 20px;
		padding: 50px;
	}
	#contact .contact-form .contact-sub p {
		font-size: 16px;
		line-height: 1.8;
		letter-spacing: 1px;
	}
}

#contact .contact-form .form-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: calc((100vw / 320) * 18);
}
@media screen and (min-width:1024px) {
	#contact .contact-form .form-table {
		margin-bottom: 60px;
	}
}

#contact .contact-form .form-table tr {
	border-bottom: 1px solid #bfbfbf;
}

#contact .contact-form .form-table th {
	padding: 50px 20px 50px 0;
	position: relative;
}

#contact .contact-form .form-table th,
#contact .contact-form .form-table td {
	vertical-align: top;
	text-align: left;
	box-sizing: border-box;
}

#contact .contact-form .form-table th {
	display: block;
	color: #2c2c2c;
	font-size: calc((100vw / 320) * 12);
	font-weight: 500;
	letter-spacing: 1px;
	padding: calc((100vw / 320) * 15) calc((100vw / 320) * 10) 0 calc((100vw / 320) * 10);
	width: 100%;
}
#contact .contact-form .form-table th.must {
	padding: calc((100vw / 320) * 15) calc((100vw / 320) * 10) 0 calc((100vw / 320) * 10);
}
@media screen and (min-width:1024px) {
	#contact .contact-form .form-table th,
	#contact .contact-form .form-table th.must {
		font-size: 16px;
		display: table-cell;
		padding: 50px 20px 50px 63px;
    width: 18.26%;
	}
}

#contact .contact-form .form-table td {
	display: block;
	border-bottom: none;
	padding: calc((100vw / 320) * 10);
	width: 100%;
}
@media screen and (min-width:1024px) {
	#contact .contact-form .form-table td {
		display: table-cell;
		padding: 30px 0 30px 0;
		width: 81.74%;;
	}
}

#contact .contact-form .form-table td > p {
	position: relative;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0;
	color: #464646;
	padding-top: 8px;
}

#contact .contact-form .form-table td > p.text-ast {
	padding-left: 16px;
}

#contact .contact-form .form-table td > p.text-ast span {
	position: absolute;
	left: 0;
}
@media screen and (min-width:600px) {
	#contact .contact-form .form-table td > p {
		font-size: 14px;
	}
}
@media screen and (min-width:1024px) {
	#contact .contact-form .form-table td > p {
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 1px;
		padding-top: 16px;
	}
}


#contact .contact-form .form-table th.must::before {
	content: "必須";
	font-size: calc((100vw / 320) * 10);
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	background-color: #f04c2b;
	color: #fff;
	position: absolute;
	border-radius: calc((100vw / 320) * 5);
	padding: 0px calc((100vw / 320) * 5) calc((100vw / 320) * 0.2);
	top: calc((100vw / 320) * 16);
	right: calc((100vw / 320) * 10);
}
@media screen and (min-width:1024px) {
	#contact .contact-form .form-table th.must::before {
		font-size: 13px;
		border-radius: 5px;
		padding: 0px 11px 1px;
		top: 52px;
		right: auto;
		left: 0;
	}
}

#contact .contact-form .checkbox {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 10px;
}
@media screen and (min-width:1024px) {
	#contact .contact-form .checkbox {
		flex-wrap: nowrap;
		gap: 20px;
	}
}

#contact .contact-form .checkbox li {
	width: 47%;
}
@media screen and (min-width:1024px) {
	#contact .contact-form .checkbox li {
		width: auto;
	}
}

#contact .contact-form .checkbox-input input {
	display: none;
}

#contact .contact-form .checkbox-input .checkbox-text {
	position: relative;
	font-size: 3.5vw;
	padding: 0 4px 0 60px;
	line-height: 60px;
	display: block;
	background-color: #fff;
	transition-duration: 0.3s;
	letter-spacing: 0.05em;
	border: 1px solid #c3c1bf;
	border-radius: 10px;
}
@media screen and (min-width:600px) {
	#contact .contact-form .checkbox-input .checkbox-text {
		font-size: 16px;
	}
}
@media screen and (min-width:1024px) {
	#contact .contact-form .checkbox-input .checkbox-text {
		font-size: 16px;
		padding: 0 20px 0 70px;
		line-height: 68px;
	}
}

#contact .contact-form .checkbox-input.mfp_checked .checkbox-text {
	background-color: #f04c2b;
	color: #fff;
}

#contact .contact-form .checkbox-input .checkbox-text::before {
	content: "";
	display: block;
	position: absolute;
	top: 14px;
	left: 12px;
	width: 34px;
	height: 34px;
	background-color: #FFF;
	border: 1px solid #c3c1bf;
	border-radius: 10px;
}
@media screen and (min-width:1480px) {
	#contact .contact-form .checkbox-input .checkbox-text::before {
		top: 17px;
		left: 15px;
	}
}

#contact .contact-form .checkbox-input.mfp_checked .checkbox-text::after {
	content: "";
	display: block;
	position: absolute;
	top: 22px;
	left: 24px;
	width: 11px;
	height: 17px;
	transform: rotate(40deg);
	border-bottom: 4px solid #ed6e19;
	border-right: 4px solid #ed6e19;
}
@media screen and (min-width:1024px) {
	#contact .contact-form .checkbox-input.mfp_checked .checkbox-text::after {
		border-bottom: 3px solid #ed6e19;
		border-right: 3px solid #ed6e19;
		left: 26px;
	}
}

#contact .contact-form form#mailformpro .checkbox-input {
	width: 100%;
}
@media screen and (min-width:1024px) {
	#contact .contact-form form#mailformpro .checkbox-input  {
		width: auto;
	}
}

#contact .contact-form .radiobox {
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
}
@media screen and (min-width:1024px) {
	#contact .contact-form .radiobox {
		flex-wrap: nowrap;
		flex-direction: row;
		gap: 20px;
	}
}

#contact .contact-form .radiobox li {
	width: 100%;
}
@media screen and (min-width:1024px) {
	#contact .contact-form .radiobox li {
		width: auto;
	}
}

#contact .contact-form .radiobox-input input {
	display: none;
}

#contact .contact-form .radiobox-input .radiobox-text {
	position: relative;
	font-size: calc((100vw / 320) * 12);
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: calc((100vw / 320) * 40);
	padding: 0 calc((100vw / 320) * 10) 0 calc((100vw / 320) * 32);
	display: block;
	background-color: #fff;
	transition-duration: 0.3s;
}
@media screen and (min-width: 1024px) {
	#contact .contact-form .radiobox-input .radiobox-text {
		font-size: 16px;
		padding: 0 56px 0 48px;
		letter-spacing: 3px;
		line-height: 68px;
	}
}

#contact .contact-form .radiobox-input .radiobox-text::before {
	content: "";
	display: block;
	position: absolute;
	top: calc((100vw / 320) * 7);
	left: 0;
	width: 30px;
	height: 30px;
	background-color: #fff;
	border: 1px solid #bfbfbf;
	border-radius: 50%;
}
#contact .contact-form .radiobox-input.mfp_checked .radiobox-text::after {
	content: "";
	display: block;
	position: absolute;
	top: calc((100vw / 320) * 14);
  left: calc((100vw / 320) * 7);
	width: 14px;
	height: 14px;
	background-color: #f04c2b;
	border-radius: 50%;
}
@media screen and (min-width: 1024px) {
	#contact .contact-form .radiobox-input .radiobox-text::before {
		top: 16px;
		left: 0;
		width: 36px;
		height: 36px;
	}
	#contact .contact-form .radiobox-input.mfp_checked .radiobox-text::after {
		top: 25px;
    left: 9px;
		width: 18px;
		height: 18px;
	}
}

#contact .contact-form form#mailformpro .radiobox-input {
	width: 100%;
}
@media screen and (min-width:1024px) {
	#contact .contact-form form#mailformpro .radiobox-input  {
		width: auto;
	}
}

#contact .contact-form textarea,
#contact .contact-form input[type="text"],
#contact .contact-form input[type="tel"],
#contact .contact-form input[type="email"],
#contact .contact-form select {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	border: none;
	border-radius: 0;
	background: #FFF;
	width: 100% !important;
	box-sizing: border-box;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	border: 1px #dfdfdf solid;
}
@media screen and (min-width:1024px) {
	#contact .contact-form input[type="text"],
	#contact .contact-form input[type="tel"],
	#contact .contact-form input[type="email"],
	#contact .contact-form select {
		font-size: 16px;
		letter-spacing: 1px;
	}
	#contact .contact-form textarea {
		font-size: 16px;
		letter-spacing: 3px;
	}
}

#contact .contact-form input[type="text"],
#contact .contact-form input[type="tel"],
#contact .contact-form input[type="email"],
#contact .contact-form select {
	line-height: calc((100vw / 320) * 38);
	height: calc((100vw / 320) * 38);
	padding: 0 calc((100vw / 320) * 10);
	background-color: #f7f7f7;
	border: 1px solid #bfbfbf;
	margin-bottom: calc((100vw / 320) * 8);
}
@media screen and (min-width:1024px) {
	#contact .contact-form input[type="text"],
	#contact .contact-form input[type="tel"],
	#contact .contact-form input[type="email"],
	#contact .contact-form select {
		line-height: 66px;
		height: 70px;
		padding: 0 24px;
		margin-bottom: 0;
	}
}

#contact .contact-form input[type="text"] + p,
#contact .contact-form input[type="tel"] + p,
#contact .contact-form input[type="email"] + p {
	height: 68px;
	padding-top: 16px;
}

#contact .contact-form textarea {
	height: 190px !important;
	padding: 12px;
	background-color: #f7f7f7;
	border: 1px solid #bfbfbf;
}
#contact .contact-form textarea.textarea-small {
	height: 80px !important;
}
@media screen and (min-width:1024px) {
	#contact .contact-form textarea {
		height: 220px !important;
		padding: 22px 24px;
	}
	#contact .contact-form textarea.textarea-small {
		height: 120px !important;
	}
}

#contact .contact-form textarea::placeholder,
#contact .contact-form input[type="text"]::placeholder,
#contact .contact-form input[type="tel"]::placeholder,
#contact .contact-form input[type="email"]::placeholder {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: calc((100vw / 320) * 12);
	line-height: 1.6;
	letter-spacing: 0.1rem;
	color: #939393;
}
@media screen and (min-width:600px) {
	#contact .contact-form textarea::placeholder,
	#contact .contact-form input[type="text"]::placeholder,
	#contact .contact-form input[type="tel"]::placeholder,
	#contact .contact-form input[type="email"]::placeholder {
		font-size: 16px;
		letter-spacing: 2px;
	}
}

#contact .contact-form div.mfp_err {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.857rem;
	color: #f04c2b;
	line-height: 3;
	position: relative;
  top: 10px;
}
@media screen and (min-width:1024px) {
	#contact .contact-form div.mfp_err {
		font-size: 16px;
	}
}

#contact .contact-form .contact-box {
	position: relative;
	background-color: #f2f2f2;
	padding: calc((100vw / 320) * 24) calc((100vw / 320) * 20) calc((100vw / 320) * 25);
	margin-top: calc((100vw / 320) * 30);
	margin-right: calc((100vw / 320) * 5);
  margin-left: calc((100vw / 320) * 5);
}
@media screen and (min-width: 1024px) {
	#contact .contact-form .contact-box {
		max-width: 1200px;
		padding: 40px 72px 50px;
    margin: 0 auto;
	}
}

#contact .contact-form .contact-box h2 {
	font-size: calc((100vw / 320) * 16);
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.2rem;
}
@media screen and (min-width:1024px) {
	#contact .contact-form .contact-box h2 {
		font-size: 26px;
		letter-spacing: 3px;
	}
}
#contact .contact-form .contact-box p {
	font-size: calc((100vw / 320) * 10);
	font-weight: 500;
	color: #2d2d2d;
	letter-spacing: 0.2rem;
	padding-top: calc((100vw / 320) * 10);
}
@media screen and (min-width:1024px) {
	#contact .contact-form .contact-box p {
		font-size: 15px;
		letter-spacing: 3.4px;
		padding-top: 5px;
	}
}

#contact .contact-form .contact-submit button {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: calc((100vw / 320) * 12);
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.2rem;
	color: #fff;
	width: 100%;
	padding: 1.4em;
	margin: calc((100vw / 320) * 32) auto calc((100vw / 320) * 30);
  display: block;
	border: none;
	background-color: #f04c2b;
	border-radius: 55px;
}
@media screen and (min-width:1024px) {
	#contact .contact-form .contact-submit button {
		font-size: 24px;
		letter-spacing: 6px;
		width: 600px;
		padding: 37.5px 20px;
		margin: 80px auto 0;
		cursor: pointer;
		border-radius: 55px;
		transition: opacity 0.7s ease;
	}
	#contact .contact-form .contact-submit button:hover {
		opacity: 0.7;
	}
}

#contact .contact-form #mfp_hidden {
	display: none;
}


/* CONTACT：確認 */
#contact .contact-form #mfp_phase_confirm {
	display: none;
	position: relative;
	background-color: #fff;
	border-radius: calc((100vw / 320) * 15);
	padding: calc((100vw / 320) * 25) calc((100vw / 320) * 10) calc((100vw / 320) * 10);
	margin-top: calc((100vw / 320) * -98);
	z-index: 10;
	margin-right: -10px;
	margin-left: -10px;
}
@media screen and (min-width: 1024px) {
	#contact .contact-form #mfp_phase_confirm {
		border-radius: 30px;
		padding: 90px 40px 120px 40px;
    margin-top: -140px;
    margin-right: 100px;
    margin-left: 100px;
    margin-bottom: 60px;
		margin-right: 0;
		margin-left: 0;
	}
}

@media screen and (min-width: 1024px) {
	#contact .contact-form #mfp_phase_confirm #mfp_phase_confirm_inner {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
	}
}

#contact .contact-form #mfp_phase_confirm #mfp_phase_confirm_inner > h4 {
	font-size: calc((100vw / 320) * 16);
	padding-bottom: calc((100vw / 320) * 5);
	padding-left: calc((100vw / 320) * 10);
	letter-spacing: 0.2rem;
}
@media screen and (min-width: 1024px) {
	#contact .contact-form #mfp_phase_confirm #mfp_phase_confirm_inner > h4 {
		font-size: 28px;
    padding-bottom: 60px;
		padding-left: 0;
    letter-spacing: 4px;
	}
}

#contact .contact-form #mfp_phase_confirm #mfp_phase_confirm_inner .confirm_area {
	background-color: #f5f2f0;
	border-radius: 20px;
	padding: 28px 20px 52px 20px;
}
@media screen and (min-width: 1024px) {
	#contact .contact-form #mfp_phase_confirm #mfp_phase_confirm_inner .confirm_area {
		padding: 60px 50px;
	}
}

#contact .contact-form #mfp_phase_confirm table#mfp_confirm_table {
	overflow: visible !important;
	width: 100%;
}
@media screen and (min-width: 1024px) {
	#contact .contact-form #mfp_phase_confirm table#mfp_confirm_table {
		margin-bottom: 60px;
	}
}

#contact .contact-form #mfp_phase_confirm table#mfp_confirm_table tr {
	border-bottom: 1px solid #bfbfbf;
}

#contact .contact-form #mfp_phase_confirm table#mfp_confirm_table th,
#contact .contact-form #mfp_phase_confirm table#mfp_confirm_table td {
	vertical-align: top;
	text-align: left;
	box-sizing: border-box;
}

#contact .contact-form #mfp_phase_confirm table#mfp_confirm_table th {
	font-family: 'Noto Sans JP', sans-serif;
	display: block;
	color: #2c2c2c;
	font-size: calc((100vw / 320) * 12);
	font-weight: 500;
	letter-spacing: 1px;
	padding: calc((100vw / 320) * 15) calc((100vw / 320) * 10) 0 calc((100vw / 320) * 10);
	width: 100%;
}
@media screen and (min-width:1024px) {
	#contact .contact-form #mfp_phase_confirm table#mfp_confirm_table th {
    font-size: 16px;
    display: table-cell;
    padding: 40px 20px;
    width: 18.26%;
	}
}

#contact .contact-form #mfp_phase_confirm table#mfp_confirm_table td {
	display: block;
	font-size: calc((100vw / 320) * 12);
	border-bottom: none;
	padding: calc((100vw / 320) * 10);
	width: 100%;
}
@media screen and (min-width:600px) {
	#contact .contact-form #mfp_phase_confirm table#mfp_confirm_table td {
		font-size: 16px;
	}
}
@media screen and (min-width:1024px) {
	#contact .contact-form #mfp_phase_confirm table#mfp_confirm_table td {
    display: table-cell;
    padding: 40px 0 40px 0;
    width: 81.74%;
	}
}

#contact .contact-form #mfp_phase_confirm #th_mfp_element_19,
#contact .contact-form #mfp_phase_confirm #td_mfp_element_19 {
	display: none !important;
}

#contact .contact-form #mfp_phase_confirm .mfp_buttons {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	margin-bottom: calc((100vw / 320) * 20);
}
@media screen and (min-width:1024px) {
	#contact .contact-form #mfp_phase_confirm .mfp_buttons {
		gap: 20px;
		margin-bottom: 0;
	}
}

#contact .contact-form #mfp_phase_confirm .mfp_buttons #mfp_button_send {
	order: 1;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: calc((100vw / 320) * 12);
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.2rem;
	color: #fff;
	width: 100%;
	padding: 1.4em;
	margin: 0 auto;
  display: block;
	border: none;
	background-color: #f04c2b;
	border-radius: 55px;
}
#contact .contact-form #mfp_phase_confirm .mfp_buttons #mfp_button_cancel {
	order: 2;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: calc((100vw / 320) * 12);
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.2rem;
	color: #2c2c2c;
	width: 100%;
	padding: 1.4em;
	margin: 0 auto;
  display: block;
	border: none;
	background-color: #f2f2f2;
	border-radius: 55px;
}
@media screen and (min-width:1024px) {
	#contact .contact-form #mfp_phase_confirm .mfp_buttons #mfp_button_send,
	#contact .contact-form #mfp_phase_confirm .mfp_buttons #mfp_button_cancel {
		font-size: 24px;
		letter-spacing: 6px;
		width: 600px;
		padding: 37.5px 20px;
		cursor: pointer;
		border-radius: 55px;
		transition: opacity 0.7s ease;
	}
	#contact .contact-form #mfp_phase_confirm .mfp_buttons #mfp_button_send:hover,
	#contact .contact-form #mfp_phase_confirm .mfp_buttons #mfp_button_cancel:hover {
		opacity: 0.7;
	}
}


/* CONTACT：完了 */
#contact.contact-comp .contact-thanks {
	padding-bottom: calc((100vw / 320) * 30);
	background-color: #f2f2f2;
	min-height: 76vh;
}
@media screen and (min-width:1024px) {
	#contact.contact-comp .contact-thanks {
		padding-bottom: 120px;
		min-height: auto;
	}
}

@media screen and (min-width:1024px) {
	#contact.contact-comp .contact-thanks .main-wrap {
		display: block;
		max-width: 1200px;
		margin: 0 auto;
	}
}

#contact.contact-comp .contact-thanks .thanks-desc h2 {
	font-size: calc((100vw / 320) * 20);
}
@media screen and (min-width: 1024px) {
	#contact.contact-comp .contact-thanks .thanks-desc h2 {
		font-size: 28px;
		letter-spacing: 3px;
	}
}

#contact.contact-comp .contact-thanks .thanks-desc li {
	list-style: none;
}


#contact.contact-comp .contact-thanks .thanks-desc {
	position: relative;
	background-color: #fff;
	border-radius: calc((100vw / 320) * 15);
	padding: calc((100vw / 320) * 30) calc((100vw / 320) * 20) calc((100vw / 320) * 10);
	margin-top: calc((100vw / 320) * -98);
	z-index: 10;
}
@media screen and (min-width: 1024px) {
	#contact.contact-comp .contact-thanks .thanks-desc {
		padding: 90px 40px 120px 40px;
		margin-top: -140px;
		margin-right: 100px;
		margin-left: 100px;
		margin-bottom: 60px;
		border-radius: 30px;
	}
}


#contact.contact-comp .contact-thanks .thanks-desc p {
	font-size: calc((100vw / 320) * 11);
	letter-spacing: 0.1rem;
	padding-top: calc((100vw / 320) * 18);
}
@media screen and (min-width:1024px) {
	#contact.contact-comp .contact-thanks .thanks-desc p {
		font-size: 16px;
		letter-spacing: 4px;
		padding-top: 40px;
	}
}

#contact.contact-comp .thanks-btn a {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: calc((100vw / 320) * 12);
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.2rem;
	color: #fff;
	width: 100%;
	padding: 1.4em;
	margin: calc((100vw / 320) * 32) auto calc((100vw / 320) * 30);
  display: block;
	border: none;
	background-color: #f04c2b;
	border-radius: 55px;
}
@media screen and (min-width:1024px) {
	#contact.contact-comp .thanks-btn a {
		font-size: 24px;
		letter-spacing: 6px;
		width: 600px;
		padding: 37.5px 20px;
		margin: 80px auto 0;
		cursor: pointer;
		border-radius: 55px;
		transition: opacity 0.7s ease;
	}
	#contact.contact-comp .thanks-btn a:hover {
		opacity: 0.7;
	}
}