@charset "UTF-8";

.p-main {
	--text-color: #3c3c3c;
	--base-color: #f6f2f0;
	--main-color: #efe9e4;
	--accent-color: #ad2d33;

	color: var(--text-color);
}
@media screen and (max-width: 767px) {
	.pc-show {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	.sp-show {
		display: none;
	}
}

.mv {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.mv__title {
	color: #875f28;
	font-family: serif;
	font-weight: bold;
	text-align: center;
}
.mv__title-l {
	line-height: 2;
}

@media screen and (max-width: 767px) {
	.mv {
		background: url(/client_info/HARMONICK/view/userweb/ext/oiwai/chojuiwai/images/fast-view_sp.jpg) center / cover no-repeat;
		aspect-ratio: 10 / 6;
	}
	.mv__title {
		font-size: 1.35rem;
		line-height: 1.3;
	}
	.mv__title-l {
    	font-size: 2rem;
	}
}
@media screen and (min-width: 768px) {
	.mv {
		background: url(/client_info/HARMONICK/view/userweb/ext/oiwai/chojuiwai/images/fast-view.jpg) center / cover no-repeat;
		aspect-ratio: 64 / 20;
	}
	.mv__title {
		font-size: 1.8rem;
		line-height: 1.5;
	}
	.mv__title-l {
		font-size: 3rem;
	}
}


.cont {
	text-align: center;
}

.cont__wrap {
	line-height: 2;
}
.cont__title {
	font-size: 1.5rem;
	font-family: serif;
	line-height: 1.5;
}
.cont__txt {
		text-align: center;
}

@media screen and (max-width: 767px) {
	.cont {
		background: url(/client_info/HARMONICK/view/userweb/ext/oiwai/chojuiwai/images/background_1_sp.png) center / cover no-repeat;
	}
	.cont--pattern {
		background: url(/client_info/HARMONICK/view/userweb/ext/oiwai/chojuiwai/images/background_2.jpg) center / cover no-repeat;
		aspect-ratio: 80 / 20;
	}
	.cont--manner{
		background: url(/client_info/HARMONICK/view/userweb/ext/oiwai/chojuiwai/images/background_5_sp.png) center / cover no-repeat;
		aspect-ratio: 80 / 20;
	}
	.cont__wrap {
		padding: 5rem 1rem;
	}

}
@media screen and (min-width: 768px) {
	.cont {
		background: url(/client_info/HARMONICK/view/userweb/ext/oiwai/chojuiwai/images/background_1.png) center / cover no-repeat;
		aspect-ratio: 80 / 20;
	}
	.cont--pattern {
		background: url(/client_info/HARMONICK/view/userweb/ext/oiwai/chojuiwai/images/background_2.jpg) center / cover no-repeat;
		aspect-ratio: 80 / 20;
	}
	.cont--manner {
		background: url(/client_info/HARMONICK/view/userweb/ext/oiwai/chojuiwai/images/background_5.png) center / cover no-repeat;
		aspect-ratio: 80 / 20;
	}
	.cont__wrap {
		padding: 6rem 0;
	}
	.cont__txt {
		display: inline-block;
	}
}


.cont-list {
    display: flex;
    margin: auto;
	flex-wrap: wrap;
}
.cont-list__item {
    padding: 1rem;
    background: #fff;
    position: relative;
    border-radius: 10%;
}
.cont-list__icon {
    background: #a0434f;
    position: absolute;
    top: -15%;
    right: -7%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
}
.cont-list__icon--purple {
	background: #72488d;
}
.cont-list__icon--gold {
	background: #da8236;
}
.cont-list__icon--white {
	background: #fff;
	border: 1px solid #000;
}
.cont-list__icon-txt {
	font-weight: bold;
	color: #fff;
}
.cont-list__icon-txt--black {
	color: #000;
}
.cont-list__icon-txt--l {
	font-weight: bold;
}
.cont-list__ttl {
    font-size: 1.1rem;
    font-family: serif;
    font-weight: bold;
}
.cont-list__txt {
    font-size: .875rem;
    text-align: left;
    padding: .5rem 0 0 0;
}

@media screen and (max-width: 767px) {
	.cont-list {
		justify-content: center;
		gap: 1rem;
		row-gap: 2rem;
		padding: 0 0 5rem;
	}
	.cont-list__item {
		width: calc((100% - 3.1rem) / 2);
	}
	.cont-list__icon {
    	width: 3.125rem;
    	height: 3.125rem;
	}
	.cont-list__icon-txt {
		font-size: .5rem;
	}
	.cont-list__icon-txt--l {
		font-size: 1rem;
	}
}

@media screen and (min-width: 768px) {
	.cont-list {
    	width: 960px;
		gap: 1.5rem;
		padding: 0 0 6rem;
	}
	.cont-list__item {
		width: calc((100% - 4.5rem) / 4);
	}
	.cont-list__icon {
    	width: 4rem;
    	height: 4rem;
	}
	.cont-list__icon-txt {
		font-size: .6rem;
	}
	.cont-list__icon-txt--l {
		font-size: 1.125rem;
	}
}

.cont--back {
	background: url(/client_info/HARMONICK/view/userweb/ext/oiwai/chojuiwai/images/background_3.png) center top no-repeat,
	 			url(/client_info/HARMONICK/view/userweb/ext/oiwai/chojuiwai/images/background_4.png) center bottom no-repeat;
	background-color: #fffbf6;
}
.cont__title--l {
	font-size: 1.125rem;
}
.cont__ttl {
	color: #4c4c4c;
    font-size: 1.125rem;
    background: #dcab6e2b;
    padding: 1rem 0;
    margin: 4rem 0 2rem;
}
.p-product-list__txt {
	color: #000000;
	font-size: 1rem;
}
.p-product-list__ttl {
	color: #000000;
	font-size: 1rem;
	background: #dcab6e2b;
    padding: 1rem 0;
    margin: 4rem 0 2rem;
}



/* 商品リスト */

.p-product-list {
	display: grid;
}

.p-product-list__item {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 5;
	row-gap: 1rem;
	text-align: left;
}

.p-product-list__thumb {
	transition: all .4s ease;
}

.p-product-list__button {
	display: flex;
	column-gap: 0.25rem;
	align-items: center;
	justify-content: center;
	line-height: 2.8;
	transition: all 0.4s ease;
}

.p-product-list__button::after {
	font-family: nextIcon;
	content: "\e91c";
}

.p-product-list__button--primary {
	color: #fff;
	background: var(--accent-color);
	border: 1px solid;
}

.p-product-list__button--secondary {
	color: var(--accent-color);
	background: #fff;
	border: 1px solid var(--accent-color);
}

@media screen and (any-hover: hover) {
	.p-product-list__thumb:hover {
		opacity: 0.75;
	}

	.p-product-list__button:hover {
		opacity: 0.75;
	}
}

@media screen and (max-width: 767px) {
	.p-product-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 3rem 1rem;
	}
}

@media screen and (min-width: 768px) {
	.p-product-list {
		grid-template-columns: repeat(4, 1fr);
		gap: 3rem 2rem;
		width: 960px;
		margin: auto;
		padding-top: 4rem;
	}
}

[data-toggle-trigger] {
	cursor: pointer;
}

.p-product-list__item[data-toggle-state="inactive"] {
	display: none;
}

.p-dialog {
	padding: 2rem 1rem 1rem;
	border: none;
}

.p-dialog__close {
	position: absolute;
	top: 0;
	right: 0;
	color: currentcolor;
	background: none;
	border: none;
}

.p-furoshiki-series-list::after {
	content: "";
	display: block;
	background: #fff;
	flex: 1;
	margin-top: 1px;
	margin-left: 1px;
	margin-bottom: 1px;
}

.p-furoshiki-series-list__link {
	position: relative;
	transition: all .4s ease;
}
.top-margin {
	margin: 0;
}

@media screen and (any-hover: hover) {
	.p-furoshiki-series-list__link:hover {
		background: #f5f5f5 !important;
	}
}

.p-furoshiki-series-list__link::after {
	position: absolute;
	right: 0.5rem;
	font-family: 'nextIcon';
	content: "\e90d";
}

@media screen and (max-width: 767px) {
	.p-furoshiki-series-list__link {
		container-type: inline-size;
	}

	.p-furoshiki-series-list__link::after {
		top: 25cqi;
	}
}

.p-product-list__button {
	display: flex;
	column-gap: 0.25rem;
	align-items: center;
	justify-content: center;
	line-height: 2.8;
	transition: all 0.4s ease;
}

.p-product-list__button::after {
	font-family: nextIcon;
	content: "\e91c";
}

.p-product-list__button--primary {
	color: #fff;
	background: var(--accent-color);
	border: 1px solid;
}

.p-product-list__button--secondary {
	color: var(--accent-color);
	background: #fff;
	border: 1px solid var(--accent-color);
}

@media screen and (any-hover: hover) {
	.p-product-list__thumb:hover {
		opacity: 0.75;
	}

	.p-product-list__button:hover {
		opacity: 0.75;
	}
}

/* 追加 */

.section-01__btn {
	border: 1px solid;
    padding: 1rem;
    font-size: 1.25rem;
    font-weight: bold;    
    border-radius: 2rem;
	text-decoration: none;
}
.section-01__btn:hover {
	background: #fff;
	color: #135e96;
	text-decoration: none;
	border: none;
}
.section-01__btn::after {
	height: .5em;
    aspect-ratio: cos(30deg);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    content: "";
    background: currentColor;
}
.section-01__ttl--black {
	color: #000;
	font-family: Serif;
	font-weight: bold;
}
@media screen and (max-width: 640px) {
	.section-01__btn {
		margin-bottom: 11rem;
	}
	.section-01__inner {
        padding: 5rem 0;
    }
	.section-01__head {
		display: flex;
		flex-direction: column;
		row-gap: 1rem;
		padding: 0 1rem;
	}
	.section-01--img-furoshiki {
        background: url(/client_info/HARMONICK/view/userweb/ext/catalog-gift/arigato-premium/images/background_furoshiki_sp.jpg) top left / cover no-repeat;
    }
	.section-01__ttl-txt--small {
        font-size: 1.4rem;
        padding-bottom: 1rem;
    }
	.section-01__ttl-txt {
		font-size: 1.4rem;
	}
}
@media screen and (min-width: 641px) {
	.section-01__btn {
		width: 50%;
    	margin: auto;
	}
	.section-01__wrapper--pd {
		padding-bottom: 15rem;
	}
	.section-01__inner {
		display: flex;
		flex-direction: column;
		row-gap: 4rem;
		padding: 5rem calc((100% - 960px)/2);
	}
	.section-01--img-furoshiki {
		background: url("/client_info/HARMONICK/view/userweb/ext/catalog-gift/arigato-premium/images/background_furoshiki.jpg") top left / cover no-repeat;
	}
	.section-01__ttl-txt {
        font-size: 1.5rem;
    }
	.section-01__ttl-txt {
		font-size: 2rem;
	}
}

.section-01__ttl-txt--ss {
	font-size: 1rem;
	font-family: auto;
	display: inline;
	
}

.furoshiki {
    background: #fff;
    border-radius: 1rem;
	margin-top: 1rem;
}
.furoshiki-cont--flex {
	display: flex;
}
.furoshiki-img {
	width: 40%;
	height: auto;
}
.furoshiki-cont__list {
    display: flex;
}

.furoshiki-cont__title {
    font-size: 1.35rem;
    font-family: 'Noto Serif JP';
    font-weight: bold;
    border-bottom: 1px solid;
    padding-bottom: .5rem;
	color: #3c3c3c;
}
.furoshiki-cont__txt {
    padding: .5rem 0 1rem;
    font-weight: 500;
}
.furoshiki-cont__cap {
    font-size: .875rem;
    padding-top: .3rem;
}

.furoshiki-cont__title--red {
	color: #fff;
    font-family: auto;
    background: #b21e1e;
    padding: .5rem 2rem;
    border-radius: 3rem;
    margin-top: 1.5rem;
}
.furoshiki-cont__title--White {
	color: #b21e1e;
	background: #fff;
	border: 1px solid #b21e1e;
	padding: .5rem 2rem;
    border-radius: 3rem;
	font-family: auto;
	margin: 1.5rem 0 .5rem;
}
.furoshiki-cont--display {
	flex: none;
}
.furoshiki-cont__img {
	border: 1px solid #8b8b8b;
}

.furoshiki-cont__txt-item {
	font-size: .8125rem;
    list-style: disc;
    list-style-position: inside;
}

@media screen and (max-width: 640px) {
	.furoshiki {
		margin: 1rem;
	}
	.furoshiki-cont-wrap {
		padding: 1rem;
	}
	.furoshiki-cont__txt {
		font-size: .85rem;
	}
	.furoshiki-cont--flex {
		position: relative;
	}
	.furoshiki-img {
    	width: 50%;
    	height: auto;
    	position: absolute;
    	top: 0;
    	right: 0;
	}
	.furoshiki-cont__list {
    	gap: .5rem;
	}
	.furoshiki-cont__list--pd {
		flex-direction: column;
		padding: 1rem;
		gap: 2rem;
	}
	.furoshiki-cont__title--red {
    	font-size: 1rem;
		text-align: center;
		margin: 1rem 1rem 0;
		padding: .5rem 1rem;
	}
	.furoshiki-cont__title--White {
		font-size: 1rem;
		text-align: center;
		margin: 1rem 1rem 0;
	}
	.furoshiki-cont__txt-list {
		padding: 1rem;
	}
	
}
@media screen and (min-width: 641px) {
	.furoshiki {
		padding: 2rem 0 2rem 2rem;
	}
	.furoshiki-cont__list {
    	gap: 1rem;
	}
	.section-01__ttl-txt--ss {
		padding-left: 3rem;
	}
	.furoshiki-cont__title--red {
    	font-size: 1.2rem;
		width: 38%;
	}
	.furoshiki-cont__list--pd {
		padding: 1rem 2rem 0 0;
	}
	.furoshiki-cont__title--White {
		font-size: 1rem;
		width: 25%;
	}
}


.cont-list {
	display: flex;
}
.section-01--pd {
	padding-top: 0;
}
.cont-list__item {
	position: relative;
}
.cont-list__cap {
	position: absolute;
	bottom: 0;
	color: #fff;
	left: 0;
	right: 0;
	background: #0000007e;
    padding: .5rem 0;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.cont-list {
		flex-wrap: wrap;
	}
	.cont-list__cap {
		font-size: .75rem;
	}
}
@media screen and (min-width: 641px) {
	.cont-list__cap {
		font-size: .875rem;
	}
}


.p-product-list--rank {
	gap: 1rem;
	background: #fff;
	padding: 1rem;
}
.rank-title {
	font-size: .875rem;
    background: #fff2e0;
    font-family: serif;
    font-weight: bold;
    line-height: 1.7;
    padding: .5rem 0;
}
.rank-title--l {
	font-size: 1.2rem;
    padding: 0;
}
.p-product-list__thumb--1::before {
	font-family: 'nextIcon';
    content: '\e976';
    font-size: 2rem;
    color: #b99c3b;
    font-weight: normal;
}
.p-product-list__thumb--2::before {
	content: '\e978';
	color: #888888;
}
.p-product-list__thumb--3::before {
	color: #8a584b;
	content: '\e977';
}
.p-product-list__thumb--4::before {
	color: #ffffff;
    content: '4';
    font-size: .875rem;
    font-weight: bold;
    background: #b5b5b5;
    display: flex;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    margin: 1.3rem 0 1rem;
    justify-content: center;
    align-items: center;
}
.p-product-list__thumb--5::before {
    color: #ffffff;
    content: '5';
    font-size: .875rem;
    font-weight: bold;
    background: #b5b5b5;
    display: flex;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    margin: 1.3rem 0 1rem;
    justify-content: center;
    align-items: center;
}


@media screen and (max-width: 640px) {
	.p-product-list--rank {
		grid-template-columns: repeat(5, 50%);
		overflow-x: scroll;
		scroll-snap-type: x mandatory;
	}

	.p-product-list__item {
		scroll-snap-align: start;
	}
}
@media screen and (min-width: 641px) {
	.rank-title {
		width: 960px;
    	margin: auto;
		margin-top: 3rem;
	}
	.p-product-list--rank {
		grid-template-columns: repeat(5, 1fr);
	}
}

/* マナー */
.cont__title--manner {
	color: #7f1e30;
}
.manner-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
	padding: 3rem 0 5rem;
}
.manner-list__item {
    background: #ffffffb0;
    text-align: left;
	border-radius: 1rem;
}
.manner-list__ttl {
    font-family: serif;
    font-weight: bold;
    color: #7f1e30;
    padding-bottom: .5rem;
	border-bottom: 1px solid #7f1e30;
    margin-bottom: 1rem;
}
.manner-list_txt {
	font-size: .9375rem;
}
.manner-list_txt--l {
	font-weight: bold;
	text-decoration: underline;
    text-decoration-thickness: 0.5em;
    text-decoration-color: #ffeded;
    text-underline-offset: -0.2em;
    text-decoration-skip-ink: none;
}

@media screen and (max-width: 640px) {
	.manner-list__item {
		padding: 1rem;
	}
	.manner-list__ttl {
		font-size: 1.125rem;
	}
}
@media screen and (min-width: 641px) {
	.manner-list {
    	width: 960px;
    	margin: auto;
	}
	.manner-list__item {
    	padding: 2rem 3rem;
	}
	.manner-list__ttl {
		font-size: 1.375rem;
	}
}


/* p-card */

.p-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: .75rem;
}

.p-card__ttl {
	font-weight: bold;
	line-height: 2;
}

@media screen and (max-width: 640px) {
	.p-card {
		row-gap: 1rem;
		padding: 1.5rem 1rem;
	}

	.p-card__ttl {
		font-size: 1.025rem;
	}
}

@media screen and (min-width: 641px) {
	.p-card {
		flex: 1;
		row-gap: 1.5rem;
		width: 100%;
		padding: 1.5rem 2rem;
	}

	.p-card__ttl {
		font-size: 1.5rem;
	}
}

/* p-article-list */
.p-article-list__item {
	border-bottom: 1px dashed #c8c9ca;
}

.p-article-list-item__inner {
	display: flex;
	align-items: center;
	padding: 1rem 0;
	color: #333;
}

@media (any-hover: hover) {
	.p-article-list-item__inner:hover {
		text-decoration: none;
		opacity: .6;
	}
}

.p-article-list-item__inner--arrow::after {
	flex-shrink: 0;
	width: 1rem;
	height: 1rem;
	content: "";
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: translateX(-.5rem) rotate(45deg);
}

@media (any-hover: hover) {
	.p-article-list-item__inner--arrow:hover::after {
		transform: translateX(.5rem) rotate(45deg);
	}
}

.p-article-list-item__img {
	height: auto;
}

.p-article-list-item__txt-wrap {
	display: flex;
	flex: 1;
	flex-direction: column;
	row-gap: .25rem;
	align-items: flex-start;
}

.p-article-list-item__tag {
	display: inline-block;
	padding: 0 .75em;
	font-size: .8rem;
	line-height: 2;
	background: #eeeeef;
	border-radius: .25rem;
}

.p-article-list-item__ttl {
	display: -webkit-box;
	overflow: hidden;
	font-weight: bold;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.p-article-list-item__txt {
	text-align: justify;
}

.p-article-list-item__txt--trim {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.p-article-list-item__btn {
	width: 100%;
	font-size: .75rem;
	letter-spacing: inherit;
	border: 1px solid #333;
}

.p-article-list-item__btn::after {
	border-left-color: #333;
}

@media screen and (max-width: 640px) {
	.p-article-list-item__inner {
		column-gap: 1rem;
	}

	.p-article-list-item__img {
		width: 25%;
	}

	.p-article-list-item__txt-wrap {
		row-gap: .25rem;
		margin-right: -1rem;
	}

	.p-article-list-item__ttl {
		font-size: .8rem;
	}

	.p-article-list-item__txt {
		font-size: .7rem;
	}

	.p-article-list-item__txt--s {
		font-size: .6rem;
	}
}

@media screen and (min-width: 641px) {
	.p-article-list-item__inner {
		column-gap: 1.5rem;
	}

	.p-article-list-item__img {
		width: 20%;
	}

	.p-article-list-item__txt-wrap {
		row-gap: .5rem;
	}

	.p-article-list-item__ttl {
		font-size: 1rem;
	}

	.p-article-list-item__txt {
		font-size: .8rem;
	}

	.p-article-list-item__txt--s {
		font-size: .8rem;
	}
}

.p-card__ttl--center {
	font-size: 2rem;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.p-card__inner {
		padding: 5rem 1rem;
	}

	.p-card__ttl--center {
		font-size: 1.5rem;
	}
}

@media screen and (min-width: 641px) {
	.p-card__inner {
		padding: 5rem calc((100% - 960px) / 2);
	}

	.p-card__ttl--center {
		font-size: 2rem;
	}
}

.cont-banner {
    display: flex;
    justify-content: center;
    padding: 4rem 0;
}
.cont-banner__link:hover {
	opacity: 0.75;
}

.cont-banner__link {
    padding: 0 1rem;
}