@charset "utf-8";
@import url('https://use.fontawesome.com/releases/v7.2.0/css/all.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Klee+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredericka+the+Great&display=swap');

* {
	margin:0;
	padding:0;
	list-style:none;
	font-weight:normal;
	box-sizing: border-box;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
a {
	text-decoration: none;
}
a img {
	border:none;
}
p{
	line-height: 1.8;
}

:root {
	--campaign: #b37635;
	--serif: 'Noto Serif JP', serif;
	--icon: 'Font Awesome 7 Free';
	--brown: #b37635;
	--water: #00a9ac;
	--tegaki: "Fredericka the Great", serif;
	--blue: #142e86;
	--red: #ca142d;
}

/* COMMON */
body {
	background: url(img/bg_introduce.png) no-repeat #c7e7ea;
	background-size: 90% auto;
}
.icon-times:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00d";
    font-weight: 900;
    margin: 0 0.5rem 0 0;
}

html{
	font-size: 16px;
}
body{
	font-family: arial, 'Noto Sans JP', sans-serif;
	line-height: 1;
	position: relative;
	z-index: 0;
}
.common__center {
	text-align: center;
}
.common__label {
	margin: 0 0 1rem;
	/*color: var(--blue);*/
	font-family: var(--serif);
	font-size: 1.1rem;
	letter-spacing: 0.2rem;
	text-align: center;
	line-height: 1.2;
	opacity: 0.4;
}
.common__heading {
	margin: 0 0 3rem;
	color: #b37635;
	font-family: var(--serif);
	font-size: 3.0rem;
	font-weight: 400;
	letter-spacing: 0.1rem;
	line-height: 1.5;
	text-align: center;
}
.common__heading small {
	display: block;
	font-size: 2rem;
	font-weight: 400;
}
.common__heading small strong {
	font-size: 2.4rem;
}
.common__heading * {
	font-weight: 600;
}
.common__midheading {
	margin: 0 0 2rem;
	font-family: var(--serif);
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0.1rem;
	line-height: 1.5;
}
.common__midheading.margin {
	margin-top: 3rem;
}
.common__midheading small {
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
}
.common__minheading {
	margin: 0 0 1rem;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.1rem;
}
.common__minheading small {
	display: block;
	font-size: 0.8rem;
	font-weight: bold;
}
.common__insert {
	height: calc(100vh + 18rem);
}
.common__insert img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 100%;
}

.title {
	display: flex;
	padding: 3rem 14vw 0 30%;
}
.title__inner {
	border: var(--brown) solid 3px;
	margin: 0 0 0 auto;
	padding: 2rem;
}
.title__heading {
	font-family: var(--serif);
	letter-spacing: 2px;
	line-height: 1.2;
	position: relative;
}
.title__heading small {
	display: block;
	margin: 0 0 1rem;
	font-size: 2.4rem;
	font-weight: 600;
	position: relative;
	z-index: 0;
}
.title__heading h1 {
	font-size: 3.2rem;
	font-weight: 600;
}
.title__comment {
	margin: 2rem 0 0;
	font-size: 1.2rem;
	line-height: 1.8;	
}
.introduce {
	padding: 6rem 14vw 6rem 60%;
}
.introduce dl {
	padding: 3rem 0;
	border-top: #fff solid 1px;
	border-bottom: #fff solid 1px;
	counter-reset: number 0; /* number というカウンタ名で 0 をセット */
}
.introduce dl dt {
	margin-bottom: 1rem;
}
.introduce dl dt::before {
	counter-increment: number 1; /* number の値を 1 づつ増加 */
	content: counter(number);
	margin: 0 0.5rem 0 0;
	color: var(--water);
	font-family: var(--tegaki);
	font-size: 2em;
}
.introduce dl dd + dt {
	margin-top: 3rem;
}
.introduce p {
	margin: 3rem 0 0;
}
.introduce p strong {
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
}

.caution {
	padding: 6rem 14vw 0;
}
.caution__wrap {
	display: flex;
	align-items: flex-end;
	gap: 2rem;
}
.caution__col {
	width: calc(60% - 2rem);
	padding-bottom: 6rem;
}
.caution__list li {
	display: flex;
	align-items: center;
	gap: 0 0.5rem;
	font-size: 1.2rem;
	font-weight: 700;
}
.caution__list li + li {
	margin-top: 1.5rem;
}
.caution__list li::before {
	content: "";
	background: #fff;
	width: 1rem;
	height: 1rem;
	border: var(--brown) solid 1px;
	border-radius: 5px;
}
.caution__list li span {
	width: calc(100% - 1.5rem);
}
.caution p {
	margin: 3rem 0 0;
}
.caution p strong {
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
}
.caution__image {
	width: 40%;
}

.check {
	background: url(img/bg_check_top.png) top right no-repeat, url(img/bg_check_bottom.png) left bottom no-repeat #fff;
	background-size: 90% auto;
	padding: 6rem 14vw;
}
.check .common__heading {
	text-align: left;
}
.check__wrap {
	display: flex;
	align-items: center;
	gap: 0 2rem;
}
.check__image {
	width: 50%;
	order: 2;
}
.check__col {
	width: calc(50% - 1rem);
}
.check__col .common__midheading {
	color: var(--water);
}

.check__list {
	margin: 3rem 0 0;
	border: var(--brown) solid 5px;
	border-radius: 2rem;
	overflow: hidden;
}
.check__list__inner {
	padding: 3rem;
}
.check__list__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2rem 1rem;
}
.check__list__list li {
	width: calc((100% - 1rem) / 2);
	font-size: 0.9rem;
}
.check__list__list li label {
	display: flex;
	align-items: center;
}
.check__list__list li input {
	margin: 0 0.5rem 0 0;
}
.check__submit {
	margin: 3rem 0 0;
	padding: 3rem 0 0;
	border-top: #ddd solid 1px;
}
.check__submit button {
	display: block;
	background: var(--brown);
	width: 50%;
	margin: 1rem auto 0;
	padding: 1rem 0;
	color: #fff;
	font-size: 1.4rem;
	text-decoration: none;
	text-align: center;
	border: var(--brown) solid 1px;
	border-radius: 2rem;
	cursor: pointer;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.check__list__title {
	background: var(--brown);
	padding: 1rem 0;
	text-align: center;
}
.check__list__title .common__midheading,
.check__list__title .common__label {
	color: #fff;
}
.check__list__title .common__midheading {
	margin: 0;
}
.check__result__inner {
	display: flex;
	background: rgba(255,255,255,0.6);
	width: 100%;
	height: 100vh;
	padding: 6rem 14vw;
	gap: 2rem;
	position: absolute;
	top: 0;
}
.check__result__label {
	display: flex;
	align-items: center;
	margin: 0 0 1rem;
	color: #a08576;
	font-family: var(--serif);
	font-size: 1.1rem;
	letter-spacing: 0.2rem;
	line-height: 1.2;
}
.check__result__label::after {
	content: "";
	background: #a08576;
	width: auto;
	height: 1px;
	flex-grow: 1;
	margin: 0 0 0 2rem;
}
.check__result__label strong {
	margin: 0 0 0 0.5rem;
	font-size: 2.2rem;
}
.check__result__inner .common__heading {
	padding: 0 0 1rem;
	color: var(--water);
	text-align: left;
}

.chart {
	background: url(img/bg_chart_top.png) no-repeat top, url(img/bg_chart_bottom.png) no-repeat bottom #fafafa;
	background-size: 100% auto;
	padding: 6rem 0;
	position: relative;
	z-index: 0;
}
.chart__lead {
	text-align: center;
}
.chart__wrap {
	position: relative;
}
@media screen and (min-width: 981px){
	.chart__wrap__heading {
		width: 100%;
		font-size: 3vw;
		line-height: 90vw;
		text-align: center;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.circle-wrapper {
		position: relative;
		width: 90vw;
		height: 90vw;
		margin: 3rem auto;
		border-radius: 50%;
	}
	.circle-item {
		--count: 8; /* 合計の個数 */
		--radius: calc(45vw - 13vw); /* 円の半径 - ボタン半径 */
		position: absolute;
		top: 50%;
		left: 50%;
		width: 26vw;
		height: 26vw;
		display: flex;
		justify-content: center;
		flex-direction: column;
		border-radius: 50%;
		transform: rotate(calc(360deg / var(--count) * var(--i) - 90deg)) translate(var(--radius)) rotate(calc(-360deg / var(--count) * var(--i) + 90deg));
		transform-origin: center;
		margin: -13vw 0 0 -13vw; /* ボタンの中心を基準にする */
		color: #fff;
		text-align: center;
		box-shadow: rgba(0,0,0,0.5) 0 0 1rem;
	}
}
.circle-wrapper li:nth-of-type(1) {
	background: linear-gradient(to right, #e6a367, #e84a7b); 
}
.circle-wrapper li:nth-of-type(2) {
	background: linear-gradient(to right, #f9d500, #e95345); 
}
.circle-wrapper li:nth-of-type(3) {
	background: linear-gradient(to right, #92c31d, #f7af00); 
}
.circle-wrapper li:nth-of-type(4) {
	background: linear-gradient(to right, #3fb8a9, #4868b1); 
}
.circle-wrapper li:nth-of-type(5) {
	background: linear-gradient(to right, #e493bd, #4868b1); 
}
.circle-wrapper li:nth-of-type(6) {
	background: linear-gradient(to right, #683b93, #ea6180); 
}
.circle-wrapper li:nth-of-type(7) {
	background: linear-gradient(to right, #5da9d2, #314ea0); 
}
.circle-wrapper li:nth-of-type(8) {
	background: linear-gradient(to right, #727c7f, #2c3c3f); 
}
.circle-item::before {
	content: "";
	width: 24vw;
	height: 24vw;
	border-radius: 50%;
	border: #fff solid 2px;
	position: absolute;
	top: 1vw;
	left: 1vw;
	box-sizing: border-box; 
}
.chart__label {
	margin: 0 0 1rem;
	font-family: var(--serif);
	font-size: 1.1rem;
	letter-spacing: 0.2rem;
	line-height: 1.2;
}
.chart__label strong {
	margin: 0 0 0 0.5rem;
	font-size: 2.2rem;
}
.circle-item p {
	margin: 0 2rem;
	font-size: 0.9rem;
}
.chart__countermeasure {
	margin: 1rem 4rem 0;
	text-align: left;
}
.chart__countermeasure dt {
	background: #fff;
	display: inline-block;
	padding: 0.3rem 0.5rem;
	color: var(--blue);
	border-radius: 5px;
	font-size: 0.8rem;
}
.chart__countermeasure dd {
	margin: 0.5rem 0 0;
	padding: 0 0 0 1rem;
	font-size: 0.8rem;
	line-height: 1.6;
}
.chart__countermeasure dd::before {
	content: "・";
	width: 1rem;
	margin: 0 0 0 -1rem;
}

.habit {
	background: #e3cdb0;
	padding: 6rem 14vw 12rem;
	padding: 0 0 12rem;
	position: relative;
	z-index: 0;
}
.habit::before {
	content: "";
	position: absolute;
	top: 4vw;
	right: 4vw;
	bottom: 4vw;
	left: 4vw;
	border: var(--brown) solid 2px;
	z-index: -1;
}
.habit .common__heading {
	margin: -9rem 14vw 3rem;
	text-align: left;
}
.habit__list {
	margin: 0 14vw;
}
.habit__list li {
	display: flex;
	align-items: center;
	gap: 2rem;
}
.habit__list li + li {
	margin-top: 3rem;
	padding-top: 3rem;
	border-top: var(--brown) solid 1px;
}
.habit__list__image {
	background: #ccc;
	width: 18vw;
	height: 18vw;
	border-radius: 50%;
	overflow: hidden;
	order: 2;
	border: #fff solid 1px;
}
.habit__list__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.habit__col {
	width: calc(100% - 18vw - 2rem);
}
.habit__col .common__midheading {
	color: var(--blue);
}


/*===============================================
モーダルウィンドウ部分
===============================================*/
.modal {
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	right: 0;
	z-index: 100;
	display: none;
}
.modal__close {
	width: 40px;
	margin-left: auto;
	position: absolute;
	z-index: 11;
	top: 0;
	right: 0;
}
.modal__close a {
	background: #fff;
	height: 40px;
	display: block;
	text-align: center;
}
.modal__close a i {
	line-height: 40px;
}

.btn__toitems {
	display: none;
}
.btn__toitems a {
	display: block;
	background: #000203;
	width: 50vw;
	margin: 0 auto;
	padding: 2rem 0;
	color: #fff;
	font-size: 1.6rem;
	text-decoration: none;
	text-align: center;
	border: #000203 solid 1px;
	border-radius: 3rem;
	position: fixed;
	right: 0;
	bottom: 1rem;
	left: 0;
	z-index: 99;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.btn__toitems a::after {
	content: "\f0a9";
	font-family: var(--icon);
	font-weight: 900;
	position: absolute;
	right: 3rem;
}

.items {
	padding: 6rem 10vw;
}
.items__data {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--campaign);
	width: 100%;
	padding: 0.5rem 0;
	position: fixed;
	top: 0;
	left: 0;
	color: #fff;
	z-index: 99;
}
.items__data dt {
	padding: 0 1rem 0 0;
	border-right: #fff solid 1px;
}
.items__data dd:not(.items__data__label) {
	margin: 0 1rem;
}
.items__data__label {
	background: #fff;
	padding: 0.5rem 1rem;
	color: var(--campaign);
	font-weight: bold;
	text-align: center;
	border-radius: 3rem;
}

.items__body {
	background: url(img/bg_items_01.png) no-repeat top, url(img/bg_items_02.png) no-repeat bottom #fff;
	background-size: 100% auto;
}
.items .common__heading {
	-webkit-text-stroke: 3px #fff;
	paint-order: stroke;
}
.items__heading {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 3rem 0;
	font-family: var(--serif);
	font-size: 2.4rem;
	font-weight: 400;
	letter-spacing: 0.1rem;
	line-height: 1;
	text-align: center;
}
.alltype {
	background: linear-gradient(to right, #4b2159, #7f5a9d, #d1b7d8, #e8c4b2, #f9d886);
	color: #fff;
}

.items__heading::before {
	content: "";
	display: block;
	height: 2px;
	margin-right: 8rem;
	flex-grow: 1;
}
.items__heading::after {
	content: "";
	display: block;
	height: 2px;
	margin-left: 8rem;
	flex-grow: 1;
}
.items__subheading {
	background: linear-gradient(to right, #000, rgba(0,0,0,0)); 
	width: 80%;
	padding: 0 2rem;
	color: #fff;
	font-family: var(--serif);
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 8vw;
}

.itmes__ttl {
	display: flex;
}
.itemList + .itmes__ttl {
	margin-top: 6rem;
}
.items__type {
	width: 20%;
	color: #fff;
	font-family: var(--serif);
	font-size: 1.1rem;
	letter-spacing: 0.2rem;
	text-align: center;
	line-height: 8vw;
}
.items__type strong {
	margin: 0 0 0 0.5rem;
	font-size: 2.2rem;
}
.items__type.type01 {
	background: linear-gradient(to right, #e6a367, #e84a7b); 
}
.items__type.type02 {
	background: linear-gradient(to right, #f9d500, #e95345); 
}
.items__type.type03 {
	background: linear-gradient(to right, #92c31d, #f7af00); 
}
.items__type.type04 {
	background: linear-gradient(to right, #3fb8a9, #4868b1); 
}
.items__type.type05 {
	background: linear-gradient(to right, #e493bd, #4868b1); 
}
.items__type.type06 {
	background: linear-gradient(to right, #683b93, #ea6180); 
}
.items__type.type07 {
	background: linear-gradient(to right, #5da9d2, #314ea0); 
}
.items__type.type08 {
	background: linear-gradient(to right, #727c7f, #2c3c3f); 
}

.itemList + .common__heading {
	margin-top: 12rem;
}

.itemList {
	margin: 3rem auto 0;
}
.itemList > li {
	margin: 0 auto;
}
.itemList > li:nth-of-type(n+2) {
	margin-top: 3rem;
	padding-top: 3rem;
	border-top: var(--campaign) solid 1px;
}
.itemList__inner{
	display: flex;
	align-items: center;
}
.itemList__itemImg {
	/*background: #fff;*/
	width: 40%;
	/*height: 35vw;*/
	margin: 0 0 0 auto;
	border-radius: 1rem;
	overflow: hidden;
}
.itemList__itemImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.itemList__col {
	width: 60%;
	padding: 3rem;
}
.itemList__label {
	display: inline-block;
	margin: 0 0 1rem;
	padding: 0.5rem 2rem;
	border-radius: 2rem;
	color: var(--water);
	border: var(--water) solid 1px;
}
.itemList__title {
	color: var(--blue);
	font-size: 1.6rem;
	font-weight: 700;
}
.itemList__point {
	margin: 2rem 0;
	padding: 0 0 0 25%;
	position: relative;
}
.itemList__point dt {
	display: inline-block;
	background: #c81939;
	margin: 0 0 1rem;
	padding: 0.5rem 2rem;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 10% 50%);
}
.itemList__point dd {
	padding: 0.5rem 0 0.5rem 1.5rem;
}
.itemList__point dd::before {
	content: "・";
	display: inline-block;
	width: 1.5rem;
	margin: 0 0 0 -1.5rem;
}

.itemList__comment {
	margin: 2rem 0;
	line-height: 1.8;
}
.itemList__size {
	margin: 0 0 1rem;
}
.itemList__price {
	display: flex;
	align-items: flex-end;
	font-size: 1.2rem;
	line-height: 1.0;
}
.itemList__price strong {
	margin: 0 0.5rem 0 1rem;
	color: #e60012;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.0;
}
.itemList__submit {
	max-width: 320px;
	margin: 3rem 0 0;
}
.itemList__submit a {
	display: block;
	background: #000203;
	padding: 1rem 0;
	color: #fff;
	font-size: 1.4rem;
	text-decoration: none;
	text-align: center;
	border-radius: 3rem;
	position: relative;
}
.itemList__submit a::after {
	content: "\f0a9";
	font-family: var(--icon);
	font-weight: 900;
	position: absolute;
	right: 1rem;
	z-index: 99;
}

@media screen and (min-width: 981px){
	
	.sp__only {
		display: none;
	}
	.itemList__submit a:hover,
	.btn__toitems a:hover {
		background: #fff;
		color: #000203;
	}

	.check__submit button:hover {
		background: #fff;
		color: var(--brown);
	}

}
