@charset "UTF-8";

:root {
	--fontBase: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	--fontRubik: "Rubik", sans-serif;

	--colorPrimary: #000000;
	--colorSecondary: #ffffff;

	--bgPrimary: #ffdff3;
	--bgSecondary: rgba(255, 255, 255, 0.8);
	--bgTertiary: #000000;
	--bgQuaternary: #FCFC00;
	--bgQuinary: #ffffff;
	--bgSenary: #FEF8DC;

	--borderPrimary: #000000;
}

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

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	font-family: var(--fontBase);
	color: var(--colorPrimary);
	background-color: var(--bgPrimary);
}

a {
	display: inline-block;
	text-decoration: none;
	color: inherit;
}

li,
ol {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	font-style: italic;
	background-repeat: no-repeat;
	background-size: cover;
	shape-margin: 0.75rem;
}

button {
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

button,
input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	text-transform: none;
	border-radius: 0;
}

.br_sp-visible {
	display: none;
}

.br_sp-xs-visible {
	display: none;
}

.br_sp-hidden {
	display: block;
}

/*===========================================
base-inner
============================================*/
.inner__primary {
	max-width: 1440px;
	width: 100%;
	margin-inline: auto;
}

.inner__secondary {
	max-width: calc(900px + 40px * 2);
	width: 100%;
	margin-inline: auto;
	padding-inline: 40px;
}

/*===========================================
title__heading2
============================================*/
.title__heading2 {
	position: relative;
	display: inline-block;
	font-size: 30px;
	font-weight: 900;
	overflow: hidden;
}

.js-title-heading2 .bg-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: red;
	z-index: 1;
	transform: translateX(0%);
}

.js-title-heading2 .is-text {
	position: relative;
	z-index: 2;
	opacity: 0;
}

/*===========================================
number
============================================*/
.number__text {
	position: relative;
	display: inline-block;
}

.number__text {
	position: relative;
	z-index: 10;
	color: var(--colorSecondary);
	font-size: 24px;
}

.number__text span {
	position: relative;
	top: -26px;
	left: -2px;
}

.number__text::before {
	content: '';
	position: absolute;
	top: -45px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 60px;
	background-image: url(../img/_common/icon/icon_check.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
}

/*===========================================
contact
============================================*/
.contact.--mt-section-contact {
	margin-top: 150px;
}

.contact__inner {
	padding-block: 36px;
	background: rgba(255, 255, 255, 0.8);
}

.contact__inner.--flow {
	max-width: 800px;
	margin-inline: auto;
}

.contact__head {
	text-align: center;
}

.contact__head--heading4 {
	font-size: 36px;
	font-weight: bold;
}

.contact__head--text {
	margin-top: 20px;
	line-height: 1.8;
}

.contact__buttons {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin-top: 60px;
	max-width: 700px;
	width: 100%;
	margin-inline: auto;
}

.contact__button--link {
	display: flex;
	align-items: center;
	padding-block: 12px;
	padding-left: 20px;
	width: 100%;
	background: var(--bgQuinary);
	border: solid 2px var(--borderPrimary);
	text-align: left;
	transition: all 0.3s ease;
}

.contact__button--link:hover {
	background: rgba(0, 0, 0, 0.2);
}

.contact__button--link--icon {
	width: 56px;
}

.contact__button--link--icon img {
	width: 35px;
}

.contact__button--link--text {
	width: calc(100% - 56px);
	display: flex;
	flex-direction: column;
}

.contact__button--link--text .is-bottom {
	font-size: 24px;
}

/*===========================================
logo-icon
============================================*/
.logo-icon {
	position: absolute;
	top: -35px;
	width: 70px;
	height: 70px;
	display: inline-block;
	padding: 4px;
	border-radius: 50%;
	background-color: var(--bgTertiary);
	display: grid;
	place-items: center;
}

.logo-icon img {
	width: 50px;
}

/*===========================================
header
============================================*/
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: var(--bgSenary);
	z-index: 999;
	opacity: 0;
	visibility: hidden;
}

.header__heading1 {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 26px;
	letter-spacing: 0.2px;
}

/*===========================================
fv
============================================*/
.js-money {
	height: auto;
	transform: scale(0);
	transform-origin: center center;
}

.fv__inner {
	position: relative;
}

.fv__money {
	position: absolute;
	/* pc
	top: max294px min126px
	right: max70px min50px
	width: max700px min260
	*/
	top: clamp(7.875rem, 0.375rem + 20vw, 18.375rem);
	right: clamp(3.125rem, 2.232rem + 2.38vw, 4.375rem);
	width: clamp(16.25rem, -3.393rem + 52.38vw, 43.75rem);
}

/*===========================================
about
============================================*/
.about {
	margin-top: 150px;
}

.about__inner {
	padding-top: 10px;
	padding-bottom: 54px;
	background-color: var(--bgSecondary);
	text-align: center;
}

.about__text {
	margin-top: 38px;
	line-height: 2;
}

/*===========================================
flow
============================================*/
.flow {
	text-align: center;
	margin-top: 150px;
}

.flow__inner {
	background: var(--bgSecondary);
	padding-top: 10px;
	padding-bottom: 54px;
}

.flow__text {
	margin-top: 38px;
	line-height: 2;
}

.flow__boxes {
	max-width: 800px;
	width: 100%;
	margin-inline: auto;
	margin-top: 80px;
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.flow__box {
	border-bottom: 1px solid var(--borderPrimary);
}

.flow__box--inner {
	display: flex;
	align-items: center;
	gap: 40px;
	padding-bottom: 50px;
	max-width: 700px;
	width: 100%;
	margin-inline: auto;
}

.flow__box--head {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.flow__box--head--text {
	padding-block: 12px;
	font-size: 24px;
	color: var(--colorSecondary);
	background: var(--bgTertiary);
	line-height: 1;
	max-width: 100%;
	width: 180px;
	border-radius: 20px;
}

.flow__box--head--arrow {
	display: flex;
}

.flow__box--head--arrow--left,
.flow__box--head--arrow--right {
	width: 35px;
	height: 50px;
	clip-path: polygon(100% 50%, 0 0, 0 99%);
}

.flow__box--head--arrow--left {
	background: var(--bgQuaternary);
	z-index: 1;
}

.flow__box--head--arrow--right {
	margin-left: -20px;
	background: var(--bgTertiary);
}

.flow__box--price--text {
	position: relative;
	display: inline-block;
	font-size: 70px;
	font-weight: bold;
	line-height: 1;
	font-family: var(--fontRubik);
	overflow: hidden;
}

.flow__box--price--text .is-text {
	position: relative;
	z-index: 10;
}

.flow__box--price--text .is-underline {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30%;
	background: #F6252D;
	transform: scaleX(0);
	transform-origin: left center;
	z-index: 0;
}

.flow__total-amount {
	margin-top: 60px;
}

.flow__total-amount--title {
	font-size: 36px;
	font-weight: bold;
}

.flow__total-amount--heading3 {
	font-size: 90px;
	font-weight: bold;
	position: relative;
	display: inline-block;
	background: linear-gradient(120deg,
			#986d40 0%,
			#e8c381 30%,
			#f8e6c3 50%,
			#e8c381 70%,
			#986d40 100%);
	background-size: 300%;
	background-position: 200% 50%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	overflow: hidden;
}

.flow__contact {
	margin-top: 80px;
}

/*===========================================
flow
============================================*/
.tour {
	position: relative;
	text-align: center;
	margin-top: 150px;
}

.tour__inner {
	padding-block: 60px;
	background: var(--bgSecondary);
}

.tour__head {
	display: grid;
	place-items: center;
}

.tour__content {
	margin-top: 60px;
}

.tour__body--heading3 {
	font-size: 22px;
}

.tour__body--text {
	margin-top: 20px;
	line-height: 1.8;
}

.tour__images {
	margin-top: 100px;
	max-width: 700px;
	width: 100%;
	margin-inline: auto;
	display: flex;
	flex-direction: column;
	gap: 60px;
}

/*===========================================
shop
============================================*/
.shop {
	position: relative;
	margin-top: 150px;
}

.shop__inner {
	padding-block: 60px;
	background: var(--bgSecondary);
}

.shop__head {
	display: grid;
	place-items: center;
}

.shop__boxes {
	margin-top: 60px;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	row-gap: 50px;
	max-width: 800px;
	width: 100%;
	margin-inline: auto;
}

.shop__box {
	display: flex;
	flex-direction: column-reverse;
	text-align: center;
}

.shop__box--body {
	margin-top: 16px;
	flex-grow: 1;
}

.shop__box--body--heading3 {
	font-size: clamp(1.25rem, 1.179rem + 0.36vw, 1.5rem);
}

.shop__box--body--text {
	margin-top: 8px;
}

/*===========================================
eye-catch
============================================*/
.eye-catch {
	/*
	max100px, min30px
	 */
	margin-top: clamp(1.875rem, 0.625rem + 6.25vw, 6.25rem);
}

/*===========================================
footer
============================================*/
.footer {
	margin-block: 40px;
}

.footer__copy-right {
	text-align: center;
	font-size: 20px;
	font-weight: 900;
}

/*===========================================
max-width: 768px
============================================*/
@media (max-width: 768px) {

	/*===========================================
			contact
	============================================*/
	.contact__buttons {
		grid-template-columns: 100%;
		max-width: 300px;
	}

	/*===========================================
	flow
	============================================*/
	.flow__box--inner {
		flex-direction: column;
	}

	.flow__box--head {
		display: flex;
		flex-direction: row;
	}

	.flow__box--head--arrow {
		transform: rotate(90deg);
	}

	.flow__total-amount--heading3 {
		/* 768px
		max90px, min40px
		*/
		font-size: clamp(2.5rem, 0.268rem + 11.16vw, 5.625rem);
	}

}

/*===========================================
max-width: 599px
============================================*/
@media (max-width: 599px) {

	/*===========================================
	br
	============================================*/
	.br_sp-visible {
		display: block;
	}

	.br_sp-hidden {
		display: none;
	}

	/*===========================================
		inner__secondary
	============================================*/
	.inner__secondary {
		max-width: calc(900px + 20px * 2);
		padding-inline: 20px;
	}

	/*===========================================
	title__heading2
	============================================*/
	.title__heading2 {
		font-size: 24px;
	}

	/*===========================================
		header
	============================================*/
	.header {
		opacity: 1;
		visibility: visible;
	}

	/*===========================================
			contact
	============================================*/
	.contact.--mt-section-contact {
		margin-top: 100px;
	}

	.contact__head {
		max-width: 320px;
		width: 100%;
		margin-inline: auto;
	}

	.contact__head--heading4 {
		font-size: 24px;
	}

	.contact__head--text {
		font-size: 14px;
	}

	.contact__buttons {
		margin-top: 40px;
		padding-inline: 20px;
		gap: 25px;
	}

	.contact__button--link {
		padding-inline: 8px;
	}

	.contact__button--link--text .is-top {
		font-size: 12px;
	}

	.contact__button--link--text .is-bottom {
		font-size: 18px;
	}

	.contact__button--link--icon {
		width: 40px;
	}

	.contact__button--link--icon img {
		width: 30px;
	}

	.contact__button--link--text {
		width: calc(100% - 40px);
	}

	/*===========================================
	fv
	============================================*/
	.fv__money {
		top: auto;
		right: 0;
		width: 100%;


		/* sp
		bottom: min220px max112;
		*/
		bottom: clamp(7rem, -0.742rem + 38.71vw, 13.75rem);
	}

	/*===========================================
	about
	============================================*/
	.about__inner {
		padding-bottom: 46px;
	}

	.about__text {
		margin-top: 26px;
		font-size: 14px;
		line-height: 1.8;
	}

	/*===========================================
		flow
	============================================*/
	.flow {
		margin-top: 100px;
	}

	.flow__text {
		margin-top: 26px;
		font-size: 14px;
	}

	.flow__boxes {
		margin-top: 50px;
	}

	.flow__box--inner {
		gap: 30px;
		padding-bottom: 30px;
	}

	.flow__box--head {
		gap: 8px;
		flex-wrap: wrap;
		justify-content: center;
	}

	.flow__box--head--arrow--left,
	.flow__box--head--arrow--right {
		width: 25px;
		height: 40px;
	}

	.flow__box--head--text {
		width: 110px;
		padding-block: 10px;
		font-size: 16px;
	}

	.flow__box--price--text {
		/* sp
		max70px, min44px
		 */
		font-size: clamp(2.75rem, 0.886rem + 9.32vw, 4.375rem);
	}

	.flow__total-amount {
		margin-top: 36px;
	}

	.flow__total-amount--title {
		font-size: 26px;
	}

	/*===========================================
		tour
	============================================*/
	.tour {
		margin-top: 100px;
	}

	.tour__inner {
		padding-bottom: 36px;
	}

	.tour__content {
		margin-top: 42px;
	}

	.tour__body--heading3 {
		font-size: 18px;
	}

	.tour__body--text {
		font-size: 14px;
	}

	.tour__images {
		margin-top: 60px;
		gap: 30px;
	}

	/*===========================================
	shop
	============================================*/
	.shop {
		margin-top: 100px;
	}

	.shop__inner {
		padding-bottom: 32px;
	}

	.shop__boxes {
		grid-template-columns: 100%;
		margin-top: 40px;
		row-gap: 25px;
	}


	.shop__box--body {
		margin-top: 12px;
	}

	.shop__box--body--text {
		font-size: 14px;
	}

	/*===========================================
	footer
	============================================*/
	.footer {
		margin-block: 20px;
	}

	.footer__copy-right {
		font-size: 14px;
	}
}

@media (max-width: 374px) {

	.br_sp-xs-visible {
		display: block;
	}
}