html {
	font-size: 10px;
}
@media (max-width: 767px) {
	html {
		font-size: 2.54452926vw;
	}
}
body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #555;
}
:root {
	--main-color: #BBB06C;
}

.bold {
    font-weight: bold;
}

.bg {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.bg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: url(../img/bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.container {
	max-width: 98rem;
	margin: 0 auto 10rem;
}
@media (max-width: 767px) {
    .container {
        margin: 0 auto 15rem;
    }
}

/* common */
.h2 span {
	display: inline-block;
	font-family: "optima-lt-pro", sans-serif;
	font-weight: 400;
	font-size: 3.2rem;
	color: rgba(0,0,0,0);
	line-height: 1;
	-webkit-background-clip: text;
	background-image: url(../img/liner-bg.png);
  background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 1.5rem;
}
.title_ja {
	font-family: "yu-mincho-pr6n", sans-serif;
	font-size: 2.4rem;
	line-height: 1.5;
}
.buy_btn {
	width: 34rem;
	max-width: 100%;
	height: 5.5rem;
	background-image: url(../img/btn-bg.png);
  background-size: contain;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	position: relative;
	overflow: hidden;
}
.buy_btn:before {
	animation: 3s 0s shine linear infinite;
	background: linear-gradient(to right, rgba(255,255,255,0) 25%, rgba(255,255,255,.6) 50%, rgba(255, 255, 255, 0) 75%);
	content: '';
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	transform: skewX(-15deg);
	width: 100%;
}
@keyframes shine {
	20% {
		left: 100%;
	}
	100% {
		left: 100%;
	}
}
.buy_btn_en {
	font-family: "optima-lt-pro", sans-serif;
	font-weight: 400;
	font-size: 1.8rem;
	color: #fff;
}
.buy_btn_ja {
	font-size: 1.2rem;
	color: #fff;
}
.sp {
	display: none;
}
@media (max-width: 767px) {
	.h2 span {
		font-size: 2.2rem;
		margin-bottom: 1rem;
	}
	.title_ja {
		font-size: 2rem;
	}
	.buy_btn {
		width: 31.3rem;
		height: 5.2rem;
	}
	.buy_btn_en {
		font-size: 1.7rem;
	}
	.buy_btn_ja {
		font-size: 1.1rem;
	}
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
}


/*MV*/
.mv {
	position: relative;
    z-index: 11;
}
.mv_title {
	font-family: "yu-mincho-pr6n", sans-serif;
	font-size: 2.1875vw;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 0.05em;
	position: absolute;
	z-index: 2;
	top: 20.7%;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(45deg, #B89543 0%, #BBB06C 49%, #B89543 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
    .mv {
        height: 100vh;
        overflow: hidden;
        position: relative;
    }
    .mv img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
	.mv_title {
		width: 100%;
		font-size: 1.7rem;
		top: 25.2rem;
	}
}


/* read */
.read {
	margin-top: 11.2rem;
	margin-bottom: 12.4rem;
}
.read_text {
	font-weight: 400;
	font-size: 1.8rem;
	color: var(--main-color);
	text-align: center;
	line-height: 2;
}
.read_text.color2 {
    color: #555;
}
@media (max-width: 767px) {
	.read {
		margin-top: 5.8rem;
	}
	.read_text {
		font-size: 1.6rem;
	}
}


/* scents */
.scents {
	text-align: center;
	margin-bottom: 5.5rem;
}
.scents_img {
	width: 45.5rem;
	margin: 3.5rem auto;
}
.scents_text {
	font-size: 1.6rem;
	line-height: 2;
}
@media (max-width: 767px) {
	.scents {
		margin-bottom: 8rem;
	}
	.scents_img {
		width: 37.35rem;
		margin: 4rem auto 2rem;
	}
	.scents_text {
		font-size: 1.4rem;
	}
}


/* tab */
.tab {
	max-width: 98rem;
	margin: auto;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 2rem;
}
.tab_item {
	border-bottom: 1px solid var(--main-color);
	padding: 0 1.5rem 1.5rem 1.5rem;
	position: relative;
}
.tab_item:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 1.5rem;
	border-top: .7rem solid var(--main-color);
  border-right: .7rem solid transparent;
  border-left: .7rem solid transparent;
	transition: .3s;
}
.tab_item:hover:before {
	transform:scale(1.5);
}
.tab_item_en {
	font-family: "optima-lt-pro", sans-serif;
	font-weight: 400;
	font-size: 2rem;
	line-height: 1;
	color: var(--main-color);
}
.tab_item_ja {
	font-size: 1.4rem;
	line-height: 1;
	margin-top: 1rem;
}
@media (max-width: 767px) {
	.tab {
        grid-template-columns: repeat(4, 1fr);
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 10;
		gap: 0;
	}
	.tab:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgb(255 253 249 / .2);
		backdrop-filter: blur(11px);
	}
	.tab_item {
		border-top: 1px solid var(--main-color);
        border-right: 1px solid var(--main-color);
		border-bottom: none;
		padding: 2rem 0 3rem;
	}
	.tab_item:before {
		display: none;
	}
	.tab_item:last-of-type{
		border-right: none;
	}
	.tab_item:nth-of-type(3) .tab_item_ja {
		margin-top: 1.2rem;
	}
	.tab_item_en {
		font-size: 1rem;
		text-align: center;
	}
	.tab_item_ja {
		font-size: 1rem;
		line-height: 1.5;
		text-align: center;
		margin-top: .6rem;
	}
}


/* special */
.special {
	text-align: center;
	margin-top: 12rem;
}
.special_box {
	background-color: rgb(255 253 249 / .6);
	border-radius: 1.1rem;
	border: 1px solid var(--main-color);
	padding: 5rem 2rem;
	box-sizing: border-box;
}
.special_logo {
	width: 15.9rem;
	margin: auto;
}
.special .title_ja {
	margin: 1.5rem 0 3rem;
}
.special_text {
	font-size: 1.6rem;
	line-height: 2;
}
.special_date_title {
	font-size: 1.5rem;
	color: #fff;
	letter-spacing: 0.05em;
	width: 16rem;
	height: 3rem;
	margin: auto;
	display: grid;
	place-items: center;
	background-color: var(--main-color);
	margin: 3.3rem auto 1.5rem;
}
.special_date_title.ver2 {
    width: 23rem;
}
.special_date_text {
	font-size: 1.8rem;
	line-height: 1.5;
}
.special .buy_btn {
	margin: 5rem auto 0;
}
@media (max-width: 767px) {
	.special {
		margin-top: 8rem;
	}
	.special_box {
		width: 35.5rem;
		margin: auto;
	}
	.special_logo {
		width: 13.5rem;
	}
	.special_text {
		font-size: 1.4rem;
		text-align: left;
	}
	.special_date_title {
		font-size: 1.2rem;
		width: 14.2rem;
		height: 2.5rem;
	}
    .special_date_title.ver2 {
        width: 18.2rem;;
    }
	.special_date_text {
		font-size: 1.6rem;
	}
	.special .buy_btn {
		width: 31.3rem;
		height: 5.2rem;
	}
}


/* lineup */
.lineup {
	margin-top: 12rem;
}
.lineup .h2 {
	text-align: center;
}
.lineup .title_ja {
	text-align: center;
}
.lineup_box {
	margin-top: 8rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lineup_image {
	width: 42.9%;
	display: grid;
	place-items: center;
	border-radius: 1.1rem;
	aspect-ratio: 1/1;
	background-color: red;
}
.lineup_img {
	width: 12.5rem;
}
.lineup_info {
	width: 51%;
	padding-top: 4rem;
	position: relative;
}
.lineup_number {
	font-family: "optima-lt-pro", sans-serif;
	font-weight: 400;
	font-size: 8.2rem;
	line-height: 1;
	position: absolute;
	top: 0;
	right: 0;
}
.lineup_tag {
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	width: 11.4rem;
	height: 3rem;
	display: grid;
	place-items: center;
	background-image: url(../img/tag-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.lineup_info .title_ja {
	text-align: left;
	margin-top: 3.4rem;
}
.lineup_text {
	font-size: 1.6rem;
	line-height: 1.8;
	margin-top: 1.1rem;
}
.lineup_price {
	font-size: 1.3rem;
	font-weight: normal;
	display: inline-flex;
	align-items: flex-end;
	border-bottom: 1px solid #555;
	padding-bottom: 1rem;
	margin-top: 3.8rem;
	margin-bottom: 4rem;
}
.lineup_price_number {
	font-family: "optima-lt-pro", sans-serif;
	font-weight: 400;
	font-size: 3.4rem;
	line-height: 1;
	margin-left: 1rem;
	margin-right: .5rem;
	margin-bottom: -.3rem;
}
.lineup_price_yen {
	font-weight: 500;
	font-size: 1.8rem;
	margin-right: 1rem;
}

.kit {
	max-width: 90rem;
	width: 95%;
	margin: 4rem auto 0;
}
.kit_title {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--main-color);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.kit_title:before {
	content: "";
	width: 1.56rem;
	height: 1.56rem;
	background-image: url(../img/plus.svg);
}
.kit_title_en {
	font-family: "optima-lt-pro", sans-serif;
	font-weight: 400;
	font-size: 2rem;
	color: var(--main-color);
	margin-left: 1rem;
}
.kit_title_ja {
	font-size: 1.4rem;
}
.kit_box {
	margin-top: 3rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.kit_img {
	width: 49.3%;
}
.kit_list_box {
	width: 47.7%;
}
.kit_list_title {
	font-size: 1.2rem;
}
.kit_list {
	margin-top: 1rem;
}
.kit_list_item {
	font-size: 1.2rem;
	line-height: 1.8;
	padding-left: 1em;
	position: relative;
}
.kit_list_item:before {
	content: "•";
	position: absolute;
	top: .3rem;
	left: 0;
	font-size: 1.3rem;
	line-height: 1;
}

.lineup_box:nth-of-type(1) .lineup_image {
	background-color: rgb(251 224 174 / .2);
}
.lineup_box:nth-of-type(1) .lineup_number {
	color: rgb(251 224 174 / 1);
}
.lineup_box:nth-of-type(2) .lineup_image {
	background-color: rgb(239 90 91 / .2);
}
.lineup_box:nth-of-type(2) .lineup_number {
	color: rgb(239 90 91 / 1);
}
.lineup_box:nth-of-type(3) .lineup_image {
	background-color: rgb(8 168 171 / .2);
}
.lineup_box:nth-of-type(3) .lineup_number {
	color: rgb(8 168 171 / 1);
}
.lineup_box:nth-of-type(4) .lineup_image {
	background-color: rgb(168 244 205 / .2);
}
.lineup_box:nth-of-type(4) .lineup_number {
	color: rgb(168 244 205 / 1);
}
.lineup_box:nth-of-type(4) .title_ja {
	letter-spacing: -0.03em;
}
@media (max-width: 767px) {
	.lineup {
		margin-top: 21rem;
	}
	.lineup_box:first-of-type {
		margin-top: 6rem;
	}
	.lineup_box {
		width: 35.3rem;
		margin-left: auto;
		margin-right: auto;
	}
	.lineup_image {
		width: 100%;
	}
	.lineup_img {
		width: 10.2rem;
	}
	.lineup_info {
		width: 100%;
		padding-top: 5rem;
	}
	.lineup_number {
		font-size: 7.2rem;
		top: 2rem;
		right: -1rem;
	}
	.lineup_tag {
		font-size: 1.2rem;
		width: 8rem;
		height: 2.6rem;
		background-image: url(../img/tag-bg-sp.png);
	}
	.lineup_info .title_ja {
		font-size: 2rem;
		margin-top: 2.6rem;
	}
	.lineup_text {
		font-size: 1.4rem;
	}
	.lineup_price {
		font-size: 1.2rem;
		margin: 3rem 0;
	}
	.lineup_price_yen {
		font-size: 1.6rem;
	}
	.lineup_box .buy_btn {
		width: 35.3rem;
		height: 5.8rem;
	}
	.kit {
		width: 100%;
	}
	.kit_title_ja {
		width: 100%;
		font-size: 1.2rem;
		padding-left: 3.5rem;
	}
	.kit_box {
		margin-top: 2.5rem;
	}
	.kit_img {
    width: 100%;
	}
	.kit_list_box {
    width: 100%;
		margin-top: 2rem;
	}
}


/* column */
.column {
	margin-top: 12rem;
}
.column_box {
	background-color: rgb(255 253 249 / .6);
	border-radius: 1.1rem;
	border: 1px solid #9C8B7B;
	padding: 5rem 6rem;
}
.column .h2 span {
	font-size: 2.2rem;
}
.column_title_ja {
	font-size: 3.2rem;
}
.column_text {
	font-size: 1.6rem;
	line-height: 1.8;
	margin-top: 2.2rem;
}

.column_table {
	width: 100%;
	max-width: 74rem;
	margin: 5.4rem auto 0;
}
.column_table thead th:first-of-type {
	width: 18rem;
	padding-bottom: 1.5rem;
}
.column_table thead th:not(:first-of-type) {
	width: calc((	100% - 18rem) / 2);
	padding-bottom: 1.5rem;
}
.column_table thead th div {
	width: 22.4rem;
	height: 6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-width: 1px;
	border-style: solid;
	border-radius: 100vmax;
	margin: auto;
}
.column_table thead th div span {
	font-family: "optima-lt-pro", sans-serif;
	font-weight: 400;
	font-size: 1.2rem;
}
.column_table thead th div p {
	font-size: 1.6rem;
    font-weight: 500;
}
.thead_first {
	border-color: #C2948A;
}
.thead_first span {
	color: #C2948A;
}
.thead_second {
	border-color: #8EA9C0;
}
.thead_second span {
	color: #8EA9C0;
}

.column_table tbody th,.column_table tbody td {
	height: 8rem;
	vertical-align: middle;
	border-bottom: 1px solid #9C8B7B;
}
.column_table tbody tr:first-child th, .column_table tbody tr:first-child td {
	border-top: 1px solid #9C8B7B;
}
.column_table tbody th {
	font-weight: bold;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	width: 18rem;
	padding-left: 1.5rem;
}
.column_table tbody th span {
	display: flex;
	align-items: center;
	gap: 1rem;
    font-weight: 500;
}
.column_table tbody th span:before {
	content: "";
	display: inline-block;
	width: 1.7rem;
	height: 1.4rem;
	background-image: url(../img/icon_check.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.column_table tbody td {
	font-size: 1.5rem;
	line-height: 1.5;
	text-align: center;
	width: calc((	100% - 18rem) / 2);
	border-left: 1px dashed #9C8B7B;
}
.column_table tbody td span {
	font-weight: bold;
}
.tbody_first span {
	color: #C2948A;
}
.tbody_second span {
	color: #8EA9C0;
}

.different {
	margin-top: 4.5rem;
}
.different_text {
	text-align: center;
	margin-bottom: 2.5rem;
}
.different_text span {
	font-weight: bold;
	font-size: 1.5rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	padding-bottom: .8rem;
	border-bottom: 1px solid #9C8B7B;
}
.different_text span:before {
	content: "";
	display: inline-block;
	width: 1.7rem;
	height: 1.4rem;
	background-image: url(../img/icon_check.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.different_box {
	width: 53rem;
	margin: auto;
	display: flex;
	align-items: center;
	gap: 2.3rem;
}
.different_box + .different_box {
	margin-top: 1rem;
}
.different_item {
	width: 22.4rem;
	height: 6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-width: 1px;
	border-style: solid;
	border-radius: 100vmax;
}
.different_item_en {
	font-family: "optima-lt-pro", sans-serif;
	font-weight: 400;
	font-size: 1.2rem;
}
.different_item_ja {
	font-size: 1.6rem;
}
.different_box_equal {
	width: 1.5rem;
}
.different_box_text {
	font-size: 2rem;
}
.different_box_text_small {
	font-size: 1.5rem;
	display: inline-block;
	margin-left: 1rem;
}
.different_item.color3 {
	border-color: #C2948A;
}
.different_box .color1 {
	color: #C2948A;
}
.different_item.color4 {
	border-color: #8EA9C0;
}
.different_box .color2 {
	color: #8EA9C0;
}

.point {
	width: 100%;
	max-width: 74rem;
	margin: 4rem auto 0;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.25);
	padding: 5rem 1.5rem;
	border-radius: 1.1rem;
	box-sizing: border-box;
	text-align: center;
}
.point_title {
	font-family: "optima-lt-pro", sans-serif;
	font-weight: 400;
	font-size: 2.2rem;
	color: #9C8B7B;
	margin-bottom: 1rem;
}
.point_text {
	font-size: 1.6rem;
	line-height: 2;
	margin-top: 1.4rem;
	margin-bottom: 3.4rem;
}
.point .buy_btn {
	margin: auto;
}
@media (max-width: 767px) {
	.column {
		margin-top: 11rem;
	}
	.column_box {
		width: 35.3rem;
		margin: auto;
		padding: 5rem 2rem;
	}
	.column .h2 span {
		font-size: 1.8rem;
	}
	.column_title_ja {
		font-size: 2.4rem;
		line-height: 1.3;
	}
	.column_text {
		font-size: 1.4rem;
	}

	.column_table thead tr {
		display: flex;
	}
	.column_table thead th:first-of-type {
		display: none;
	}
	.column_table thead th:not(:first-of-type) {
		width: 50%;
	}
	.column_table thead th div {
		width: 14.1rem;
		height: 5rem;
	}
	.column_table thead th div span {
		font-size: 1rem;
	}
	.column_table thead th div p {
		font-size: 1.5rem;
	}

	.column_table tbody tr {
		display: grid;
		grid-template-columns: repeat(2,1fr);
	}
	.column_table tbody th {
		grid-column: 1 / 3;
		width: 31.1rem;
		height: 3.5rem;
		padding-left: 0;
	}
	.column_table tbody th span {
		font-size: 1.3rem;
		justify-content: center;
		align-items: center;
		height: 100%;
	}
	.column_table tbody th span:before {
		width: 1.4rem;
		height: 1.1rem;
	}
	.column_table tbody td {
		font-size: 1.2rem;
		width: 100%;
		height: 7.5rem;
		display: grid;
		place-items: center;
	}
	.tbody_first {
		border-left: none !important;
	}
	.column_table tbody tr:first-child td {
		border-top: none;
	}

	.different_text span {
		font-size: 1.3rem;
	}
	.different_box {
		width: 100%;
		gap: 1.2rem;
	}
	.different_item {
		width: 14.1rem;
		height: 5rem;
	}
	.different_item_en {
		font-size: 1rem;
	}
	.different_item_ja {
		font-size: 1.5rem;
	}
	.different_box_text {
		font-size: 1.6rem;
	}
	.different_box_text_small {
		font-size: 1.2rem;
		display: block;
		margin-left: 0;
		margin-top: .5rem;
	}

	.point_title {
		font-size: 1.8rem;
	}
	.point_text {
		font-size: 1.4rem;
		text-align: left;
	}
	.point .buy_btn {
		height: 4.6rem;
	}
}


/* page top */
.page_top {
	margin: 6rem 0;
	text-align: center;
}
.page_top_btn {
	text-align: center;
}
.page_top_circle {
	width: 5.5rem;
	height: 5.5rem;
	border-radius: 50%;
	background-image: url(../img/page-top-bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	margin: auto;
	position: relative;
}
.page_top_circle:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-bottom: .7rem solid var(--main-color);
	border-right: .7rem solid transparent;
	border-left: .7rem solid transparent;
}
.page_top_text {
	font-family: "optima-lt-pro", sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
	color: var(--main-color);
	margin-top: 1rem;
}

/*Canowへ戻るボタン*/
.to-canow {
    display: inline-block;
    position: fixed;
    bottom: 3rem;
    right: 2%;
}
.to-canow_link {
    display: block;
    border: 1px solid #555;
    background-color: rgba(255, 255, 255, .5);
    padding: 1em;
    font-size: 1.2rem;;
}
