@charset "utf-8";
@import url('https://use.fontawesome.com/releases/v6.5.1/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');
* {
	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;
}

:root {
	--blue: #657aa3;
	--gradtop: #9ad6ed;
	--gradbottom: #f0f0f0;
	--orange: #ed6e34;
	--icon: 'Font Awesome 5 Free';
	--campaign: #075298;
	--serif: 'Noto Serif JP', serif;
	--yellow: #f6d34d;
}

/* COMMON */
body {
	background: url(img/obj_bottom.png) bottom no-repeat var(--gradbottom);
	background-size: 100% auto;
	padding: 0 0 35vw;
}
.icon-times:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00d";
    font-weight: 900;
    margin: 0 0.5rem 0 0;
}
.snowFalling  {
	background: url(img/snow.png);
	animation-name: snow-falling;
	animation-duration: 3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
@keyframes snow-falling {
	0% {
		background-position: 0 0, 0 0, 0 0;
	}

	10% {
		background-position: 4px 15px, -4px 20px, 0 30px;
	}

	20% {
		background-position: 0 30px, 0 40px, 3px 60px;
	}

	30% {
		background-position: -4px 45px, 4px 60px, 0 90px;
		}

	40% {
		background-position: 0 60px, 0 80px, 3px 120px;
		}

	50% {
		background-position: 3px 75px, -3px 100px, 0 150px;
	}

	60% {
		background-position: 0 90px, 0 120px, -4px 180px;
	}

	70% {
		background-position: -2px 105px, 2px 140px, 0 210px;
	}

	80% {
		background-position: -1px 120px, 1px 160px, 2px 240px;
	}

	90% {
		background-position: 1px 135px, -1px 180px, 1px 270px;
	}

	100% {
		background-position: 0% 150px, 0% 200px, 0% 300px;
	}
}

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: var(--blue);
	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: 1.6rem;
	font-weight: 400;
}
.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.4rem;
	font-weight: 600;
	letter-spacing: 0.1rem;
}
.common__minheading small {
	display: block;
	font-size: 0.8rem;
	font-weight: bold;
}
.common__insert {
	height: 60vh;
}
.common__insert img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.title {
	display: flex;
	align-items: center;
	background: url(img/bg_title.jpg) no-repeat;
	background-size: cover;
	height: calc(100vh + 11vw);
	padding: 0 0 11vw;
	position: relative;
}
.title::before {
	content: "";
	display: block;
	background: var(--blue);
	width: 100%;
	height: 11vw;
	position: absolute;
	bottom: 5px;
	left: 0;
	-webkit-mask-image: url(img/mask.png);
	mask-image: url(img/mask.png);
	mask-size: 100% auto;
	mask-position: bottom;
	mask-repeat: no-repeat;
}
.title::after {
	content: "";
	display: block;
	background: var(--gradtop);
	width: 100%;
	height: 11vw;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-mask-image: url(img/mask.png);
	mask-image: url(img/mask.png);
	mask-size: 100% auto;
	mask-position: bottom;
	mask-repeat: no-repeat;
}
.title__inner {
	width: 50%;
	margin: 0 14vw;
	/*color: #fff;*/
}
.title__heading {
	font-family: var(--serif);
	letter-spacing: 2px;
	line-height: 1.2;
}
.title__heading small {
	display: block;
	margin: 0 0 1rem;
	font-size: 2rem;
	font-weight: 400;
	position: relative;
	z-index: 0;
}
.title__heading small::before {
	content: "冬は不調が出やすい季節";
	-webkit-text-stroke: #fff 3px;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}
.title__heading h1 {
	font-size: 3.8rem;
	font-weight: 400;
}
.title__heading h1 span {
	display: inline-block;
	background: rgba(0,0,0,0.9);
	color: #fff;
	padding: 1rem;
}
.title__heading h1 span:nth-of-type(2) {
	margin: 1rem 0 0;
}
.title__comment {
	background: rgba(255,255,255,0.7);
	margin: 2rem 0 0 0;
	padding: 2rem;
	font-size: 1.2rem;
	line-height: 1.8;
	border-radius: 1rem;
	border: #1a1a1a solid 2px;
}

.introduce {
	background: linear-gradient(var(--gradtop), var(--gradbottom) 85%);
	position: relative;
	overflow: hidden;
}
.introduce::before {
	content: "";
	display: block;
	background: var(--blue);
	width: 100%;
	height: 11vw;
	position: absolute;
	bottom: 5px;
	left: 0;
	-webkit-mask-image: url(img/mask.png);
	mask-image: url(img/mask.png);
	mask-size: 100% auto;
	mask-position: bottom;
	mask-repeat: no-repeat;
}
.introduce::after {
	content: "";
	display: block;
	background: var(--gradtop);
	width: 100%;
	height: 11vw;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-mask-image: url(img/mask.png);
	mask-image: url(img/mask.png);
	mask-size: 100% auto;
	mask-position: bottom;
	mask-repeat: no-repeat;
}
.introduce .snowFalling  {
	padding: 0 14vw calc(6rem + 11vw);
}
.introduce__faq {
	display: flex;
	margin: 3rem auto 0;
}
.introduce__faq dt {
	width: 40%;
	color: var(--blue);
	font-family: var(--serif);
	font-size: 1.6rem;
	font-weight: 600;
}
.introduce__faq dd {
	width: 60%;
	padding: 0 0 0 2rem;
	line-height: 1.8;
	border-left: var(--blue) solid 1px;
}
.introduce__image {
	margin: 3rem 0 0;
}
.introduce__image__title {
	background: var(--blue);
	padding: 1rem 0;
	color: #fff;
	text-align: center;
	border-radius: 1rem 1rem 0 0;
}
.introduce__image__title .common__label {
	color: #fff;
}
.introduce__image__heading {
	font-size: 1.6rem;
}
.introduce__image figure {
	background: #fff;
	padding: 3rem;
	border-radius: 0 0 1rem 1rem;
}
.introduce__sum {
	margin: 6rem auto 0;
	padding: 3rem;
	text-align: center;
	position: relative;
}
.introduce__sum::before {
	content: "";
	display: block;
	width: 4rem;
	height: 4rem;
	position: absolute;
	top: 0;
	left: 0;
	border-top: var(--blue) solid 3px;
	border-left: var(--blue) solid 3px;
}
.introduce__sum::after {
	content: "";
	display: block;
	width: 4rem;
	height: 4rem;
	position: absolute;
	right: 0;
	bottom: 0;
	border-right: var(--blue) solid 3px;
	border-bottom: var(--blue) solid 3px;
}
.introduce__sum .common__midheading {
	color: var(--blue);
}
.introduce__sum p {
	font-size: 1.2rem;
}
.introduce__check {
	margin: 6rem 0 0;
	counter-reset: number 0;
}
.introduce__check li {
	display: flex;
	align-items: center;
	height: 10rem;
	position: relative;
	z-index: 0;
}
.introduce__check li + li {
	margin-top: 3rem;
}
.introduce__check__list__heading {
	width: 10rem;
	color: var(--orange);
	font-size: 2.5rem;
	font-weight: 400;
	text-align: center;
	line-height: 1;
}
.introduce__check__list__heading::before {
	counter-increment: number 1;
	content: "CHECK "counter(number);
	display: block;
	margin: 0 0 1rem;
	font-size: 1.4rem;
}
.introduce__check__list__heading::after {
	content: "";
	display: block;
	background: #fff;
	width: 10rem;
	height: 10rem;
	border-radius: 50%;
	box-shadow: var(--blue) 0 0 25rem 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0.7;
}
.introduce__check li p {
	width: calc(100% - 10rem);
	padding: 0 0 0 3rem;
	line-height: 1.8;
}

.metabolism {
	background: linear-gradient(var(--gradtop), var(--gradbottom) 85%);
	position: relative;
}
.metabolism::before {
	content: "";
	display: block;
	background: var(--yellow);
	width: 100%;
	height: 11vw;
	position: absolute;
	bottom: 5px;
	left: 0;
	-webkit-mask-image: url(img/mask.png);
	mask-image: url(img/mask.png);
	mask-size: 100% auto;
	mask-position: bottom;
	mask-repeat: no-repeat;
}
.metabolism::after {
	content: "";
	display: block;
	background: #222;
	width: 100%;
	height: 11vw;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-mask-image: url(img/mask.png);
	mask-image: url(img/mask.png);
	mask-size: 100% auto;
	mask-position: bottom;
	mask-repeat: no-repeat;
}
.metabolism .snowFalling  {
	padding: calc(6rem - 11vw) 14vw calc(6rem + 11vw);
}
.metabolism .common__midheading {
	color: var(--blue);
	font-family: var(--serif);
}
.metabolism p {
	line-height: 1.8;
}
.metabolism__faq {
	display: flex;
	margin: 0 auto 3rem;
}
.metabolism__faq dt {
	width: 35%;
	color: var(--blue);
	font-family: var(--serif);
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.5;
}
.metabolism__faq dd {
	width: 65%;
	padding: 0 0 0 2rem;
	line-height: 1.8;
	border-left: var(--blue) solid 1px;
}
.metabolism__image {
	margin: 3rem auto 6rem;
}
.metabolism__image figure {
	background: #fff;
	padding: 3rem;
}
.metabolism__wrap {
	display: flex;
	justify-content: space-between;
}
.metabolism__wrap > * {
	width: 49%;
}
.metabolism__items {
	display: flex;
	justify-content: space-between;
	margin: 3rem -9vw 0;
}
.metabolism__items > li {
	background: rgba(255,255,255,0.3);
	width: 19%;
	border-radius: 1rem;
}
.metabolism__items > li a {
	display: block;
	height: 100%;
	padding: 1rem;
	color: initial;
}
.metabolism__items__label {
	margin: 0 0 1rem;
	text-align: center;
}
.metabolism__items__label span {
	display: inline-block;
	margin: 0 0.5rem 0 0;
	font-size: 2.4rem;
	font-weight: 900;
}
.metabolism__items__heading {
	background: var(--blue);
	color: #fff;
	font-size: 0.8rem;
	font-weight: bold;
	margin: 0 0 1rem;
	padding: 1rem 0;
	text-align: center;
}
.metabolism__items figure {
	width: 80%;
	margin: 0 auto 1rem;
}
.metabolism__items ul li + li {
	margin-top: 0.5rem;
}
.metabolism__items ul li::before {
	content: "●";
	display: inline-block;
	margin: 0 0.5rem 0 0;
}

.routine {
	background: linear-gradient(#222, #444 85%);
	padding: calc(6rem - 11vw) 14vw calc(6rem + 11vw);
	color: #fff;
	position: relative;
	overflow: hidden;
}
.routine::before {
	content: "";
	display: block;
	background: var(--blue);
	width: 100%;
	height: 11vw;
	position: absolute;
	bottom: 5px;
	left: 0;
	-webkit-mask-image: url(img/mask.png);
	mask-image: url(img/mask.png);
	mask-size: 100% auto;
	mask-position: bottom;
	mask-repeat: no-repeat;
}
.routine::after {
	content: "";
	display: block;
	background: var(--gradtop);
	width: 100%;
	height: 11vw;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-mask-image: url(img/mask.png);
	mask-image: url(img/mask.png);
	mask-size: 100% auto;
	mask-position: bottom;
	mask-repeat: no-repeat;
}
.routine .common__label {
	color: #fff;
}
.routine .common__heading {
	color: #fff;
}
.routine__list li {
	position: relative;
	text-align: center;
}
.routine__list li + li {
	margin-top: 3rem;
}
.routine__list li + li::before {
	content: "";
	display: block;
	background: var(--yellow);
	width: 4px;
	height: 3rem;
	margin: auto;
	position: absolute;
	top: -3rem;
	right: 0;
	left: 0;
}
.routine__list__time {
	display: inline-block;
	margin: 0 0 0;
	padding: 0.5rem 2rem;
	color: #333;
	font-size: 2rem;
	line-height: 1;
	background: var(--yellow);
	border-radius: 2rem;
}
.routine__list__inner {
	background: rgba(0,0,0,0.2);
	margin: -1.5rem 0 0;
	padding: 2.5rem 0 3rem;
	border-radius: 1rem;
}
.routine .common__midheading {
	color: var(--yellow);
}
.routine__list li p {
	line-height: 1.8;
}
.routine__sun {
	position: absolute;
	top: 3rem;
	right: 4vw;
}
.routine__moon {
	position: absolute;
	bottom: calc(3rem + 11vw);
	left: 4vw;
}

.result {
	background: linear-gradient(var(--gradtop), var(--gradbottom) 85%);
	position: relative;
	overflow: hidden;
}
.result .snowFalling  {
	padding: calc(6rem - 11vw) 0 6rem;
}
.result__inner {
	position: relative;
}
.result__image ul li {
	width: 15vw;
	height: 20vw;
	position: absolute;
	border-radius: 1rem;
	overflow: hidden;
}
.result__image ul li:nth-of-type(1) {
	top: 0;
	right: 0;
	border-radius: 1rem 0 0 1rem;
}
.result__image ul li:nth-of-type(2) {
	width: 24vw;
	height: 32vw;
	top: 16vw;
	right: 12vw;
}
.result__image ul li:nth-of-type(3) {
	bottom: 0;
	left: 55%;
}
.result__image ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.result__list {
	background: url(img/bg_result.png) no-repeat right -15% top;
	background-size: auto 100%;
	padding: 4rem 0;
}
.result__list li {
	margin: 0 50% 0 14vw;
	background: rgba(255,255,255,0.2);
	padding: 3rem;
	border-radius: 1rem;
}
.result__list li + li {
	margin-top: 3rem;
}
.result__list li .common__midheading {
	color: var(--blue);
}
.result__list li p {
	line-height: 1.8;
}
.result__check {
	padding: 6rem 0 0;
}
.result__check__wrap {
	display: flex;
}
.result__check__cols {
	width: 33.33%;
}
.result__check__image {
	height: 22vw;
	margin: 0 0 2rem;
	-webkit-mask-image: url(img/mask2.png);
	mask-image: url(img/mask2.png);
	mask-size: 100vw auto;
	mask-position: 0 0;
	mask-repeat: no-repeat;
}
.result__check__cols:nth-of-type(2) .result__check__image {
	mask-position: top;
}
.result__check__cols:nth-of-type(3) .result__check__image {
	mask-position: right 0;
}
.result__check__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.result__check__cols:nth-of-type(2) .result__check__image img {
	object-position: 50% 0;
}
.result__check__cols .common__minheading {
	color: var(--blue);
	padding: 0 2rem;
}
.result__check__list {
	margin: 0 2rem;
}
.result__check__list li {
	display: flex;
	align-items: center;
}
.result__check__list li::before {
	content: "";
	display: inline-block;
	width: 1rem;
	height: 1rem;
	margin: 0 0.5rem 0 0;
	border: var(--blue) solid 1px;
	border-radius: 0.1rem;
}
.result__check__list li + li {
	margin-top: 1rem;
}
.result__check__sum {
	display: inline-block;
	margin: 6rem 0 0;
	padding: 2rem 4rem;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.8;
	position: relative;
}
.result__check__sum::before {
	content: "";
	display: block;
	width: 4rem;
	height: 4rem;
	position: absolute;
	top: 0;
	left: 0;
	border-top: var(--blue) solid 3px;
	border-left: var(--blue) solid 3px;
}
.result__check__sum::after {
	content: "";
	display: block;
	width: 4rem;
	height: 4rem;
	position: absolute;
	right: 0;
	bottom: 0;
	border-right: var(--blue) solid 3px;
	border-bottom: var(--blue) solid 3px;
}

.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;
}
.btn__toitems a::after {
	content: "\f0a9";
	font-family: var(--icon);
	font-weight: 900;
	position: absolute;
	right: 3rem;
}

.items {
	background: linear-gradient(var(--gradtop), var(--gradbottom) 85%);
	padding: 6rem 0 0;
}
.items .snowFalling  {
	padding: 0 10vw 6rem;
}
.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__heading {
	background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent);
	margin: 0 0 3rem;
	padding: 1rem;
    color: var(--blue);
	font-family: var(--serif);
	font-size: 2.4rem;
	font-weight: 400;
	letter-spacing: 0.1rem;
	line-height: 1.5;
	text-align: center;
	border-radius: 1rem;
}
.itemList + .items__heading {
	margin-top: 6rem;
}
.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(--blue) 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;
}

/*
.items__heading {
	background: linear-gradient(90deg, #590c10 15%, #b41d23, #ce5554, #b41d23, #590c10 85%);	
	padding: 2rem;
	color: #fff;
	text-align: center;
	clip-path: polygon(0 0, 100% 0, 95% 50%, 100% 100%, 0 100%, 5% 50%);
}
.bg__blue {
	background: linear-gradient(90deg, #004a67 15%, #008dc6, #00aeb1, #008dc6, #004a67 85%);	
}
.itemList + .common__midheading {
	margin-top: 6rem;
}
*/
.itemList__label {
	display: inline-block;
	background: var(--blue);
	margin: 0 0 1rem;
	padding: 0.5rem 2rem;
	border-radius: 2rem;
	color: #fff;
}
.itemList__title {
	font-size: 1.8rem;
	font-weight: 700;
}
.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;
	}

}
