@charset "utf-8";

html {
	scroll-behavior: smooth;
}

.main {
	background: #F4EEDC;
}


.oSiteGuide {
	margin-top: 0;
}

.section {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 160px;
}

.section.section-header {
	padding-bottom: 117px;
}

.section.section-the_day {
	padding-bottom: 160px;
}

.section.section-option {
	padding-bottom: 107px;
}



/* font */

h2,
h3,
h4,
li,
p,
a {
	color: #2D2D2D;
}

.bilo {
	font-family: bilo, sans-serif;
}

.iroha {
	font-family: iroha-25icho-stdn, sans-serif;
}


.akkurat {
	font-family: "Akkurat-Regular";
}

/* font */

/* Background */

.bg_white {
	background: #fff;
}

.bg_wine_red {
	background: #74412A;
}

.bg_gold {
	background: #BE9D00;
}


/* Background */


/* button */

.btn {
	width: auto;
	max-width: 440px;
	height: 70px;
	border-radius: 8px;
	line-height: 70px;
	font-size: 18px;
	text-align: center;
	display: block;
	font-weight: normal;
	letter-spacing: 0.03em;
}

.btn.bg_white {
	color: #74412A;
}

.btn.bg_gold,
.btn.bg_wine_red {
	color: #fff;
}

/* button */


.header {
	/* margin-bottom: 120px; */
	padding-top: 56px;
}

.header_titleContainer .header_img img {
	max-width: 366px;
	height: auto;
	width: auto;
	vertical-align: bottom;
}



.header_titleContainer h1 {
	color: #8f0000;
	letter-spacing: 0.03em;
	text-align: center;
	line-height: 1.5952380952380953;
	font-size: 42px;
	line-height: 1;
	margin-bottom: 21px;
	margin-top: 27px;
	font-weight: normal;
}

.header_titleContainer p {
	color: #2d2d2d;
	text-align: center;
	letter-spacing: 0.03em;
	line-height: 1;
	text-transform: uppercase;
	font-size: 91px;
	/* line-height: ; */
	margin: -19px 0;
}




@media screen and (min-width: 748px) {
	.header_titleContainer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

	.header_titleContainer .header_img {
		margin-right: 60px;
	}


	.header_titleContainer h1 {}


}

@media screen and (max-width: 747px) {
	.header_titleContainer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.header_titleContainer .header_img {
		margin-right: 60px;
	}


	.header_titleContainer h1 {
		font-size: 42px;
	}

	.header_titleContainer p {
		font-size: 91px;
	}
}

.header_mainContainer {
	width: auto;
	max-width: 900px;
	margin: 0 auto;
}

.header_mainContainer h2 {
	font-size: 26px;
	color: #8f0000;
	letter-spacing: 0.03em;
	line-height: 1;
	text-align: center;
	padding: 0;
	margin-bottom: 25px;
	margin-top: 50px;
	font-weight: normal;
}


.header_mainContainer h2+p {
	font-size: 15px;
	color: #2d2d2d;
	letter-spacing: 0.03em;
	line-height: 2.1333333333333333;
	margin-top: -7px;
	text-align: center;
}

.header_navContainer {
	width: auto;
	max-width: 900px;
	margin: 80px auto 0 auto;
}


.header_nav ul {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
	grid-template-columns: repeat(4, 1fr);
	-webkit-column-gap: 20px;
	   -moz-column-gap: 20px;
	        column-gap: 20px;
	list-style: none;
	margin: 0;
	margin-bottom: 40px;
	padding: 0;
}


.header_nav ul li {
	margin: 0;
	padding: 0;
	border-radius: 4px;
}

.header_nav ul li:first-child {
	background: #916600;
}

.header_nav ul li:nth-child(2) {
	background: #CC3A4C;
}

.header_nav ul li:nth-child(3) {
	background: #889EB8;
}

.header_nav ul li:nth-child(4) {
	background: #BE9D00;
}

.header_nav ul li a {
	display: block;
	text-decoration: none;
}

.header_nav ul img {
	width: 100%;
	height: auto;
	border-radius: 4px 4px 0 0;
	object-fit: cover;
	object-position: center;
	display: block;
}

.navHeading {
	text-align: center;
	font-size: 23px;
	letter-spacing: 0.03em;
	line-height: 81px;
	color: #fff;
	font-weight: normal;
}

.header_navContainer .btn {
	margin: 0 auto;
}

.header_btnContainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 25px;
	margin-top: 40px;
}

.header_btnContainer .btn {
	margin: 0;
	width: 100%;
}


.sectionTitle {
	margin-top: 0;
	margin-bottom: 25px;
	padding: 0;
	font-size: 30px;
	letter-spacing: 0.03em;
	line-height: 1.3666666666666667;
	text-align: center;
	font-weight: normal;
	color: #74412A;
}

.heart {
	margin: 0 auto 16px;
	text-align: center;
	display: block;
}


.slider {
	width: auto;
	max-width: 900px;
	border-radius: 4px;
	margin: 0 auto;
}

ul.slick-dots {
	text-align: right;
	right: -11px;
	/* left: calc(900px - 25px); */
}

ul.slider > li:not(:first-child) {
    display: none;
}

.slick-dots li button:before {

	opacity: 1;
	content: "";
	border-radius: 50%;
	width: 8px;
	height: 8px;
	left: 50%;
	margin: 6px -4px;
}

.slick-dots li.slick-active button:before {
	opacity: 1;
}

/* #girlfriend */
.section-girlfriend .heart {
	width: 93px;
	height: 73px;
}

.section-girlfriend .sectionTitle {
	color: #916600;
}

.section-girlfriend .cardCatalogHeading {
	color: #916600;
}

.section-girlfriend .slick-dots li button:before {
	border: #916600 solid 1px;
}

.section-girlfriend .slick-dots li.slick-active button:before {
	background: #916600;
}

.section-boyfriend .sectionTitle {
	color: #cc3a4c;
	margin-bottom: 35px;
}


.section-boyfriend .cardCatalogHeading {
	color: #cc3a4c;
}


.section-boyfriend .slick-dots li button:before {
	border: #cc3a4c solid 1px;
}

.section-boyfriend .slick-dots li.slick-active button:before {
	background: #cc3a4c;
}


/* #friend */
.section-friend .heart {
	width: 68px;
}

.section-friend .sectionTitle {
	color: #889eb8;
}


.section-friend .cardCatalogHeading {
	color: #889eb8;
}


.section-friend .slick-dots li button:before {
	border: #889eb8 solid 1px;
}

.section-friend .slick-dots li.slick-active button:before {
	background: #889eb8;
}

/* #colleague */
.section-colleague .heart {
	width: 54px;
}

.section-colleague .sectionTitle {
	color: #be9d00;
}


.section-colleague .cardCatalogHeading {
	color: #be9d00;
	font-weight: normal;
}


.section-colleague .slick-dots li button:before {
	border: #be9d00 solid 1px;
}

.section-colleague .slick-dots li.slick-active button:before {
	background: #be9d00;
}

/* #the_day */
.section-the_day .slick-dots li button:before {
	border: #74412A solid 1px;
}

.section-the_day .slick-dots li.slick-active button:before {
	background: #74412A;
}

.giftContainer>p {
	font-size: 13px;
	letter-spacing: 0.03em;
	line-height: 2.1538461538461537;
	text-align: left;
	color: #2d2d2d;
	max-width: 900px;
	margin: 40px auto 38px;
}

.cardCatalogHeading {
	font-size: 17px;
	letter-spacing: 0.03em;
	line-height: 1.3333333333333333;
	text-align: left;
	color: #916600;
	margin: 0 0 12px 0;
	padding: 0;
}

.cardCatalog {
	padding: 25px;
	height: 100%;
	border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.gifts {
    max-width: 900px;
    margin: 0 auto;
}

.giftTils {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    list-style: none;
    margin: 0;
    margin-bottom: 50px;
    padding: 0;
}


.cardCatalogFlex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cardCatalogImg {
	margin-right: 20px;
}

.cardCatalogImg img {
	width: 110px;
	vertical-align: bottom;
	height: auto;
	max-width: none;
}

.cardCatalogText {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.catalogName {
	font-weight: normal;
	font-size: 15px;
	letter-spacing: 0.03em;
	line-height: 1.6;
	text-align: left;
	color: #2d2d2d;
	margin-top: 18px;
	margin-bottom: 18px;
}


.catalogPrice {
	font-size: 15px;
	letter-spacing: 0.03em;
	line-height: 1;
	text-align: left;
	color: #2d2d2d;
	margin-bottom: 8px;
}





a.bg_gold.iroha.btn,
a.bg_wine_red.iroha.btn {
	width: 100%;
	margin: 0 auto;
}

.other_plan {
	margin-top: 100px;
}

.otherTitle {
	color: #74412A;
	text-align: center;
	font-size: 22px;
	letter-spacing: 0.03em;
	line-height: 26px;
	text-align: center;
	margin: 0;
	font-weight: normal;
	padding: 0;
	margin-bottom: 37px;
}

.other_tils {
	width: 900px;
	margin: 0 auto 35px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 40px 1fr;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 40px;
}

.other_tils > div {
	padding: 0;
	text-align: left;
	border-radius: 8px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-start;
	gap: 15px;
	width: 100%;
	max-width: 430px;
	justify-content: space-between;
}

.other_tils > div:hover {
	opacity: .8
}

.other_image {
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 8px 8px 0 0;
}

.other_image img {
	width: 100%;
	height: auto;
	display: block;
}

.otherHeading {
	font-size: 18px;
	letter-spacing: 0.03em;
	line-height: 26px;
	color: #74412A;
	margin: 0;
	font-weight: normal;
}

.otherText {
	font-size: 13px;
	letter-spacing: 0.03em;
	line-height: 22px;
	text-align: left;
	color: #2d2d2d;
	margin: 0;
}

.other_tils > div .btn {
	margin: auto;
	width: 100%;
	max-width: 440px;
}

p.attention {
	font-size: 13px;
	letter-spacing: 0.03em;
	line-height: 1.6923076923076923;
	text-align: center;
	color: #2d2d2d;
	margin: -3px 0;
}

p.attention a {
	text-decoration: underline;
}

.section-option .sectionTitle {
	margin: 0px auto 35px;
}

.section-option img {
	border-radius: 8px;
	vertical-align: bottom;
}

.section-option .container {
	max-width: 900px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 40px 1fr;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	margin: 0 auto 50px;
}

.section-option .option_img {
    margin: 0 0 15px;
}

.section-option .option_img img {
	width: 100%;
	height: auto;
}

.option_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.optionHeading {
	font-size: 18px;
	letter-spacing: 0.03em;
	line-height: 1.4444444444444444;
	text-align: left;
	color: #74412A;
	font-weight: normal;
}

.option_title p {
	font-size: 18px;
	letter-spacing: 0.03em;
	line-height: 26px;
	text-align: right;
	color: #74412A;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.option_text p {
	margin-top: 15px;
	font-size: 13px;
	letter-spacing: 0.03em;
	line-height: 2.1538461538461537;
	text-align: left;
	color: #2d2d2d;
}

.section-option .btn {
	text-align: center;
	margin: 0 auto;
	font-weight: normal;
}

.section-thema .sectionTitle {
	margin: 0px auto 35px;
}

.themeContainer {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 210px 20px 210px 20px 210px 20px 210px;
	grid-template-columns: repeat(4, 210px);
	gap: 20px;
	max-width: none;
	justify-content: center;
	margin: 0 auto;
}

.themeCard {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 1 / 1;
}

.themeCard_link {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	position: relative;
}

.themeCard_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.themeCard_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.themeCard_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 8px;
}

.themeCard_content {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 100%;
	gap: 12px;
	padding: 20px;
}

.themeCard_title {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1.6;
	margin: 0;
	letter-spacing: 0.03em;
}

.themeCard_more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 10px;
}

.themeCard_moreText {
	font-size: 14px;
	color: #fff;
	letter-spacing: 0.14px;
	line-height: 1.6;
	white-space: pre;
}

.themeCard_moreArrow {
	position:relative;
	width: 16px;
}

.themeCard_moreArrow::before {
	content: "";
	width: 16px;
	height: 1px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgb(255, 255, 255);
}

.themeCard_moreArrow:after {
    content: "";
    width: 5px;
    height: 1px;
    display: block;
    position: absolute;
    left: 12px;
    top: -2px;
    transform: rotate(45deg);
    background: rgb(255, 255, 255);
}

.section-budget .sectionTitle {
	margin: 0px auto 35px;
}

.btnContainer-budget {
	display: -ms-grid;
	display: grid;
	max-width: 900px;
	margin: 0 auto;
	-ms-grid-columns: 1fr 20px 1fr;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	padding-bottom: 150px;
}


.coming {
	text-align: center;
	margin: 0 auto 50px;
}

.coming p {
	font-size: 18px;
	letter-spacing: 0.03em;
	line-height: 1.3333333333333333;
	padding: 0;
	color: #2d2d2d;
}

.header_recommendContainer {
	width: 1200px;
	margin-top: 58px;
	margin-bottom: 88px;
	padding: 50px 150px 60px;
	border-radius: 4px;
	background-color: #faf7ed;
}

.header_recommendContainer .sectionTitle {
	color: #916600;
}

.recommend {
	padding-top: 4px;
}

.recommendFlex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 34px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.recommend_img img {
	display: block;
	border-radius: 4px;
}

.recommend {
	position: relative;
}

.recommend_slider {
	width: 370px;
	min-width: 370px;
	border-radius: 4px;
	aspect-ratio: 370 / 242;
	position: relative;
}

.recommend_slider .slick-list,
.recommend_slider .slick-track,
.recommend_slider .slick-slide,
.recommend_slider .slick-slide > div {
	height: 100%;
}

.recommend_slider img {
	display: block;
	border-radius: 4px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.recommend_slider .slick-dots {
	position: absolute;
	left: -10px;
	text-align: left;
}

.recommend_slider .slick-dots li button:before {
	opacity: 1;
	content: "";
	border-radius: 50%;
	width: 8px;
	height: 8px;
	left: 50%;
	margin: 6px -4px;
	border: #916600 solid 1px;
}

.recommend_slider .slick-dots li.slick-active button:before {
	opacity: 1;
	background: #916600;
}

.recommendHeading {
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: 0.03em;
	text-align: left;
	color: #916600;
}

.recommendText {
	margin-top: 12px;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.15;
	letter-spacing: 0.03em;
	text-align: left;
	color: #2d2d2d;
}

.cardCatalog.cardCatalog-recommend {
	margin-top: 20px;
	height: auto;
}

.slick-slide img {
	border-radius: 4px;
}