@charset "utf-8";
:root {
	--red: #DF0615;
	--orange: #EE7800;
}

/* ---------------------------------------------------
	ファーストビューPC
	--------------------- */
.p-mv {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 0;
}
.p-mv-center {
	margin-bottom: 0;
}
.p-mv-center__img {
	height: 100%;
}
.p-mv__left,
.p-mv__right {
	flex: 1;
}
.p-mv-splide__track {
	height: 100%;
}
.p-mv-splide__img {
	width: 100%;
	height: 100%;
	max-height: 100%;
	object-fit: cover;
}
.p-mv__bottom {
	width: 100%;
	height: auto;
	object-fit: cover;
}

@media screen and (max-width: 767px) {
	.p-mv {
    position: relative;
    display: flex;
    flex-direction: row;
  }
  .p-mv__left, .p-mv__right {
    width: 50%;
    height: auto;
  }
  .p-mv-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55%;
    z-index: 10;
  }
  .p-mv-center__img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 768px) {
	.p-mv-center {
		position: absolute;
		inset: 0;
		width: fit-content;
		margin: auto;
	}
	.p-mv-center__img {
		width: auto;
	}
	.p-mv {
		height: auto;
	}
	.p-mv__left, .p-mv__right, .p-mv-center {
		height: 491px;
	}
}

/* ---------------------------------------------------
	メニュー項目
	--------------------- */
.p-top-menu-list {
	display: flex;
	gap: 0;
}
.p-top-menu-list__item {
	flex: 1;
	border-right: 1px solid #aa2800;
}
.p-top-menu-list__item:last-child{
	border-right: none;
}
.p-top-menu-list__link {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 1.2rem;
	font-weight: 500;
	padding-block: 1rem;
	color: #aa2800;
}
.p-top-menu-list__link::after {
	font-family: "nextIcon";
	content: "\e90b";
}

@media (any-hover: hover) {
	.p-top-menu-list__item:hover {
		background-color: #d32f2f;
	}
	.p-top-menu-list__item:hover .p-top-menu-list__link {
		color: #fff;
	}
}

@media screen and (max-width: 767px){
	.p-top-menu-list__link{
		padding-block: 0.2rem;
		font-size: 0.9rem;
	}
}

@media screen and (max-width: 767px){
	.p-top-menu-list{
		flex-wrap: wrap;
	}
	.p-top-menu-list__item{
		border-right: 1px solid #aa2800;
	}
	.p-top-menu-list__item:nth-child(-n+3){
		flex: 0 0 33.33%;
		border-bottom: 1px solid #aa2800;
	}
	.p-top-menu-list__item:nth-child(3){
		border-right: none;
	}
	.p-top-menu-list__item:nth-child(n+4){
		flex: 0 0 50%;
	}
	.p-top-menu-list__item:last-child{
		border-right: none;
	}
}

/* ---------------------------------------------------
	ソーシャルギフト
	--------------------- */
.inc_block01{
	background: #aa2800;
	padding: 4rem;
}
.bg01{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 1.2rem;
	width: 960px;
	margin: 0 auto;
	filter: drop-shadow(2px 4px 6px rgb(173 152 109 / 82%));
}
.cont1{
	display: flex;
	align-items: center;
}
.s1{
	padding: 4rem;
}
.s1__text{
	font-size: 1.4rem;
	font-family: serif;
	line-height: 2.5rem;
	padding-bottom: 1rem;
}
.s1-accent{
	font-size: 2rem;
	font-family: serif;
	color: #80170f;
}
.s1-accent-marker{
	font-family: serif;
	background: linear-gradient(transparent 62%, #f9f700);
}
.s1__button{
	font-family: sans-serif;
	position: relative;
	padding: 15px 9.5rem;
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff;
	background: #a52020;
	border: 2px solid #a52020;
}
.s1__button::after{
	position: absolute;
    top: 0;
    right: 1rem;
    bottom: 0;
    height: 0.75rem;
    aspect-ratio: cos(30deg);
    margin-block: auto;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    content: "";
    background: currentcolor;
}

@media (any-hover: hover) {
	.s1__button:hover {
		color: #a52020;
		background: #fff;
	}
}

@media screen and (max-width: 767px){
	.inc_block01{
		padding: 2rem 1rem;
	}
	.cont1{
		flex-direction: column;
	}
	.bg01{
		width: 90%;
	}
	.s1{
		padding: 2rem;
		display: flex;
		flex-direction: column;
	}
	.cont1__img{
		max-width: 82%;
		padding-top: 2rem;
	}
	.s1__text{
		font-size: 1rem;
		text-align: center;
		line-height: 2rem;
		margin-bottom: 0;
	}
	.s1-accent{
		font-size: 1.2rem;
	}
	.s1__button{
		font-size: 1.2rem;
		padding: 11px 4.5rem;
	}
}

/* ---------------------------------------------------
	導入
	--------------------- */
.introduction-bg {
	padding: 3rem 0;
	background: url("/client_info/HARMONICK/view/userweb/ext/okurimono/oseibo/images/haikei.jpg") no-repeat center top;
	background-size: cover;
}

.introduction {
	margin-right: auto;
	margin-left: auto;
}

.introduction__title {
	text-align: center;
	font-family: serif;
	font-size: 2rem;
	color: #aa2800;
}

.introduction__text {
	text-align: center;
	padding-top: 1.2rem;
	padding-bottom: 0;
	font-family: serif;
	font-size: 1.1rem;
	line-height: 2;
}

@media screen and (max-width: 767px) {
	.introduction-bg {
		height: auto;
		padding: 2rem 0;
		background: url("/client_info/HARMONICK/view/userweb/ext/okurimono/oseibo/images/haikei_sp.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		padding: 2rem 1.2rem 1.5rem;
	}
	.introduction {
		width: 100%;
	}
	.introduction__title {
		font-size: 1.5rem;
		text-align: center;
	}
	.introduction__text {
		padding: 0 1rem;
		font-size: 1rem;
		line-height: 1.7;
		text-align: left;
	}
}

/* ---------------------------------------------------
	アラグルメ特集（見出し）
	--------------------- */
	.inc_block02{
		padding: 0;
	}
	.inc_block02__bg{
		position: relative;
		background: linear-gradient(rgb(232, 211, 171),rgb(252, 244, 227));
		padding: 4rem 0rem 9rem;
		display: flex;
		justify-content: center;
		gap: 8rem;
	}
	.inc_block02__content{
		display: flex;
		justify-content: center;
		width: 960px;
		gap: 5rem;
	}
	.inc_block02__image-wrapper{
		position: relative;
		width: 224px;
	}
	.inc_block02__image{
		position: absolute;
		object-fit: contain;
		filter: drop-shadow(2px 4px 6px rgb(173 152 109 / 82%));
	}
	.inc_block02__image--bottom{
		width: 150px;
		height: 200px;
		left: 0;
		top: 0;
	}
	.inc_block02__image--top{
		width: 150px;
		height: 200px;
		left: 113px;
		top: 19px;
	}
	.inc_block02__text-wrapper{
		width: 52%;
	}
	.inc_block02__head{
		margin-bottom: 2rem;
		font-size: 1.7rem;
		font-weight: bold;
		color: #392400;
	}
	.inc_block02__text{
		text-align: justify;
		color: #392400;
		font-size: 1.1rem;
	}
	.inc_block02__bg::after {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 100%;
		aspect-ratio: 11 / 1;
		background: #fff;
		clip-path: polygon(50% 95%, 100% 35%, 100% 110%, 0 110%, 0 35%);
		content: "";
	}
	 .inc_block02--sp{
        display: none;
    }
    .inc_block02{
        display: block;
    }
	
	@media screen and (max-width: 767px){
		.inc_block02--sp {
			display: block;
		}
  		.inc_block02 {
			display: none;
		}
  		.inc_block02__bg{
			display: block;
			padding: 2rem 1.2rem 2.5rem;
		}
  		.inc_block02__content {
    		display: block;
    		width: 100%;
			padding: 0 1rem;
		}
  		.inc_block02__image-text-container {
    		display: flex;
    		flex-direction: column;
    		align-items: center;
    		gap: 1rem;
		}
  		.inc_block02__image-wrapper {
    		position: relative;
    		width: 64%;
    		max-width: 300px;
    		margin: 0 auto;
    		height: 200px;
		}
  		.inc_block02__image {
    		position: absolute;
    		width: 50%;
    		height: auto;
    		object-fit: contain;
		}
  		.inc_block02__image--bottom {
    		left: 0;
    		top: 0;
		}
  		.inc_block02__image--top {
    		left: 40%;
    		top: 20px;
		}
  		.inc_block02__text-wrapper {
   			width: 100%;
    		margin-top: 0;
    		color: #392400;
    		font-size: 1rem;
    		text-align: justify;
		}
		.inc_block02__head{
    		font-size: 1.3rem;
    		text-align: center;
		}
		.inc_block02__text{
			font-size: 1rem;
		}
	}
		
	/* ---------------------------------------------------
	アラグルメ特集（ポイント）
	--------------------- */
	.inc_block03{
		text-align: center;
	}
	.inc_block03__title{
		position: relative;
		display: inline-block;
		text-align: center;
		font-size: 2.1rem;
		padding: 0.5rem;
		font-family: serif;
		font-weight: bold;
		color: #392400;
		margin-bottom: 0;
	}
	.inc_block03__title::after{
		content: "";
		position: absolute;
		width: 100%;
		height: 4px;
		left: 0;
		bottom: 0;
		border-bottom: 1px solid #392400;
		box-shadow: 0 -1px #392400;
	}
	.inc_block03__title-accent{
		font-family: serif;
		font-size: 2.7rem;
		font-weight: bold;
	}
	.inc_block03-cont1{
		padding: 3rem 0;
	}
	.inc_block03-cont2{
		padding: 2rem 0 4rem;
	}
	.inc_block03-cont3{
		padding: 3rem 0 0;
	}
	.inc_block03__head{
		text-align: center;
		background-color: #392400;
		font-size: 1.3rem;
		font-weight: bold;
		color: #fff;
		width: 150px;
		margin: 0 auto;
		padding: 0.5rem 0.1rem;
		border-radius: 30px;
	}
	.inc_block03__sub{
		text-align: center;
		font-weight: bold;
		font-size: 1.5rem;
		padding: 1.3rem 0;
		color: #392400;
	}
	.inc_block03__txt{
		text-align: center;
		padding-bottom: 1rem;
	}
	.inc_block03-cont1__img{
		margin: 0 auto;
	}
	.inc_block03-cont2{
		background-color: #f2ead9;
	}
	.inc_block03-cont2-img{
		display: flex;
		justify-content: center;
		gap: 1.5rem;
	}
	.inc_block03-cont2__img{
		border-radius: 20px;
	}
	.cont3-t2 {
  	display: flex;
  	align-items: center;
  	justify-content: center;
	padding-bottom: 1rem;
	}
	.cont3-t2::before, .cont3-t2::after {
  	border-top: 1px solid black;
  	content: "";
  	width: 270px; 
	}
	.cont3-t2::before {
  	margin-right: 10px; 
	}
	.cont3-t2::after {
  	margin-left: 10px; 
	}

	@media screen and (max-width: 767px){
		.inc_block03__title{
		font-size: 1.5rem;
		line-height: 2rem;
		margin-top: 1.5rem;
		}
		.inc_block03__title-accent{
		font-size: 2rem;
		}
		.inc_block03-cont1, .inc_block03-cont3{
		padding: 2rem 1.2rem;
		}
		.inc_block03-cont2{
		padding: 1.5rem 1.2rem 3rem;
		}	
		.inc_block03__head{
		font-size: 1.2rem;
		width: 132px;
		}
		.inc_block03__sub{
		font-size: 1.2rem;
		padding: 1.1rem 0 0.5rem;
		}
		.inc_block03__txt{
		text-align: left;
		padding: 0 1rem;
		}
		.inc_block03-cont2-img{
		flex-wrap: wrap;
		gap: 0.7rem;
		}
		.inc_block03-cont2__img {
		width: calc((100% - 5rem) / 2);
		height: auto;
		}
		.cont3-t2::before, .cont3-t2::after {
  		border-top: 1px solid black;
  		content: "";
  		width: 25%; 
		}
	}

	/* ---------------------------------------------------
	アラグルメ遷移
	--------------------- */
	.inc_block04 {
	background-color: #f2ead9;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem 0 3rem;
	margin-top: 3.5rem;
	gap: 12rem;
	}
	.inc_block04-left {
	position: relative;
	width: 133px;
	}
	.inc_block04-left__img {
	filter: drop-shadow(2px 4px 6px rgb(173 152 109 / 82%));
	}
	.inc_block04-left__img--ab {
	position: absolute;
	top: 1rem;
	left: 7rem;
	}
	.block04-t1 {
	font-size: 1.75rem;
	font-weight: bold;
	}
	.block04-t2 {
	display: inline-block;
	padding: 0 0.5rem;
	font-size: 20px;
	line-height: 1.75;
	border: 1px solid #333;
	}
	.block04-t3 {
	margin-bottom: 25px;
	font-weight: bold;
	}
	.block04-s1 {
	font-size: 1.75rem;
	}
	.block04-right__btn {
	position: relative;
	padding: 15px 8rem;
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff;
	background: #a52020;
	border: 2px solid #a52020;
	}
	.block04-right__btn::after {
	position: absolute;
	top: 0;
	right: 1rem;
	bottom: 0;
	height: 0.75rem;
	aspect-ratio: cos(30deg);
	margin-block: auto;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	content: "";
	background: currentcolor;
	}

	@media (any-hover: hover) {
		.block04-right__btn:hover {
			color: #a52020;
			background: #fff;
		}
	}

	@media screen and (max-width: 767px) {
		.inc_block04 {
    		display: block;
    		padding: 2rem 1.2rem 0.2rem;
    		text-align: center;
			margin-top: 0;
  		}
  		.inc_block04-left {
    		position: relative;
    		width: 123px;
    		margin: 0 auto;
			transform: translateX(-50px);
			margin-bottom: 2.5rem;
  		}
  		.inc_block04-left__img {
    		filter: drop-shadow(2px 4px 6px rgb(173 152 109 / 82%));
			display: block;
    		width: 100%;
  		}
  		.inc_block04-left__img--ab {
    		position: absolute;
    		top: 1.1rem;
    		left: 79%;
  		}
  		.inc_block04-right__info {
    		text-align: center;
  		}
  		.block04-t1{
			font-size: 1.3rem;
			margin-bottom: 0.3rem;
  		}
  		.block04-t2{
			margin-bottom: 0.3rem;
 		}
  		.block04-right__btn {
    		display: block;
    		padding: 0.5rem 0;
    		margin: 1.5rem auto 2.5rem;
    		font-size: 1.2rem;
  		}
	}

	/* ---------------------------------------------------
	JTB特集（見出し）
	--------------------- */
	 .inc_block02__title{
        text-align: center;
        background-color: #392400;
        font-size: 1.4rem;
        font-weight: bold;
        color: #fff;
        width: 809px;
        margin: 0 auto;
        margin-bottom: 1rem;
        padding: 0.5rem 0.1rem;
        border-radius: 30px;
    }
	.inc_block02--v2 .inc_block02__bg{
		flex-direction: column;
		align-items: center;
		gap: 1rem;
		padding: 3rem 0rem 7rem;
	}
	.nc_block02__title{
		text-align: center;
		background-color: #392400;
		font-size: 1.4rem;
		font-weight: bold;
		color: #fff;
		width: 74%;
		margin: 0 auto 1rem;
		padding: 0.5rem 0.1rem;
		border-radius: 30px;
	}
	.inc_block02__image--large{
		width: 230px;
		top: 25px;
	}
	 .inc_block02--spv2{
        display: none;
    }
	
	@media screen and (max-width: 767px){
		.inc_block02--v2{
        	display: none;
    	}
		.inc_block02--spv2 {
			display: block;
		}
		.inc_block02__title{
			font-size: 1.2rem;
			width: 100%;
		}
		.inc_block02__head--spv2{
			font-size: 1.3rem;
    		text-align: center;
			margin-bottom: 0;
		}
	}

	/* ---------------------------------------------------
	JTB特集（画像）
	--------------------- */
	.features-01 {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.features-01__caption {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		font-family: "Noto Serif JP", serif;
		font-size: 1.2rem;
		font-weight: bold;
		line-height: 2;
		color: #fff;
		text-align: center;
		background-color: rgba(0,0,0,.5);
	}
	.features-01__ttl {
		padding: 1rem 0;
		font-size: 1.7rem;
	}
	.features-01__txt {
		padding-top: 1rem;
		font-size: 1rem;
		line-height: 1.7rem;
		text-align: justify;
	}
	.features-01__figure {
		position: relative;
	}
	.features-01__img {
		width: 100%;
		height: auto;
	}
	.features-list {
		display: flex;
	}

	@media screen and (max-width: 767px) {
		.features-01 {
			flex-direction: column;
		}
		.features-01__caption{
			font-size: 1.1rem;
		}
		.features-01__inner {
			padding: 1rem 1.2rem;
		}
		.features-01__head {
			display: contents;
		}
		.features-01__caption--s {
			font-size: .9rem;
			line-height: 2;
			font-weight: bold;
		}
		.features-01__figure--half {
			width: calc(50% - .5rem);
		}
		.features-01__ttl {
			text-align: center;
			font-size: 1.4rem;
			line-height: 2.2rem;
			padding-bottom: 0;
		}
		.features-01__txt {
			order: 1;
			padding: 1rem;
		}
		.features-list__inner {
			display: flex;
			flex-wrap: wrap;
			gap: 0;
			justify-content: flex-start;
			width: 100%;
			padding-top: 0;
		}
		.features-list__item{
			width: 50%;
			margin: 0;
			padding: 0;
		}
		.features-list__item:nth-child(n+5){
			display: none;
		}
		.features-01__img{
			display: block;
			width: 100%;
			height: auto;
		}
	}

	@media screen and (min-width: 641px) {
		.features-01 {
			display: flex;
			gap: 3rem 1.5rem;
		}
		.features-01__inner {
			padding: 6rem calc((100% - 960px)/2);
			padding-top: 3rem;
			padding-bottom: 0;
		}
		.features-01__head {
			position: relative;
			flex: 1;
		}
		.features-01__ttl {
			border-bottom: 1px solid;
		}
		.features-list {
			display: flex !important;
			flex-wrap: wrap;
			gap: 1rem;
			justify-content: space-between;
		}
		.features-01__figure {
			height: 100%;
		}
		.features-01__figure--left {
			order: -1;
		}
		.features-01__caption--s {
			font-size: 1rem;
			line-height: 1.8;
			font-weight: bold;
		}
		.features-list__item {
			width: calc((100% - 48px) / 4);
		}
	}

/* ---------------------------------------------------
	JTB遷移
	--------------------- */
	.inc_block04--ja{
		background-color: #f2ead9;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 2rem 0 3rem;
		margin-top: 3.5rem;
		gap: 4rem;
	}
	.inc_block04-left--ja{
		position: relative;
		width: 229px;
	}

	@media screen and (max-width: 767px) {
		.inc_block04--ja {
    		display: block;
    		padding: 2rem 1.2rem 0.2rem;
    		text-align: center;
			margin-top: 0;
		}
		.inc_block04-left--ja{
			transform: translateX(-2px);
			margin-bottom: 1rem;
		}
	}

/* ---------------------------------------------------
	ランキング
	--------------------- */
	.inc_block05{
		max-width: 960px;
		margin: 0 auto;
		width: 100%;
	}
	.bg03{
		text-align: center;
	}
	.inc_block__title{
		text-align: center;
		font-size: 1.5rem;
		font-weight: bold;
		color: #392400;
		padding: 2rem 0 1rem;
	}
	.inc_block__txt{
		text-align: center;
		font-size: 1.2rem;
		line-height: 1.7;
		margin-bottom: 2rem;
	}
	.bg04{
		display: flex;
		justify-content: space-between;
		gap: 2rem;
		align-items: flex-end;
		border-top: 1px dotted #666;
		padding: 2.5rem 0;
		margin: 0 auto;
	}
	.bg04-item{
		width: 28%;
	}
	.b4{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.t3{
		margin-bottom: 1rem;
	}
	.t5{
		color: #1844b1;
		font-weight: bold;
	}
	.t6{
		color: #1844b1;
		font-weight: bold;
		font-size: 1.2rem;
	}
	.t7{
		font-weight: bold;
		font-size: 1.4rem;
	}
	.s2{
		font-weight: bold;
		font-size: 0.9rem;
		padding: 0;
	}
	.b5{
		width: 45%;
	}
	.thumb-list{
		display: flex;
		gap: 0.5rem;
	}
	.t8-button {
		display: flex;
		flex-direction: column;
		gap: 0.5rem;
	}
	.rank-list__button--solid {
		display: block;
		position: relative;
		padding: 0.7rem;
		font-size: 1.15rem;
		font-weight: 500;
		color: #000;
		text-align: center;
		background: #fff;
		border: #000 1px solid;
	}
	.rank-list__button--solid::after {
		position: absolute;
		top: 0;
		right: 1rem;
		bottom: 0;
		height: 0.75rem;
		aspect-ratio: cos(30deg);
		margin-block: auto;
		clip-path: polygon(0 0, 100% 50%, 0 100%);
		content: "";
		background: currentcolor;
	}
	.rank-list__button--red {
		position: relative;
		padding: 0.7rem;
		font-size: 1.15rem;
		font-weight: 500;
		color: #fff;
		text-align: center;
		background: #a52020;
		border: #a52020 1px solid;
	}
	.rank-list__button--red::after {
		position: absolute;
		top: 0;
		right: 1rem;
		bottom: 0;
		height: 0.75rem;
		aspect-ratio: cos(30deg);
		margin-block: auto;
		clip-path: polygon(0 0, 100% 50%, 0 100%);
		content: "";
		background: currentcolor;
	}

	@media (any-hover: hover) {
		.rank-list__button--red:hover {
			color: #a52020;
			background: #fff;
		}
	}

	@media (any-hover: hover) {
		.rank-list__button--solid:hover {
			color: #fff;
			background: #000;
		}
	}

@media screen and (max-width: 767px){
	.inc_block05{
		padding: 1rem 1.2rem;
	}
	.inc_block__title{
		line-height: 2.2rem;
		margin-bottom: 0;
		font-size: 1.4rem;
	}
	.inc_block__txt{
		text-align: left;
		font-size: 1rem;
		margin-bottom: 1rem;
		padding: 0 1rem;
	}
	.bg04{
		flex-direction: column;
		align-items: center;
		gap: 1.5rem;
		padding: 1rem 0 2rem;
	}
	.bg04-item{
		width: 37%;
	}
	.b5{
		width: 100%;
		text-align: center;
	}
	.t3{
		width: 50%;
	}
	.t5{
		font-size: 1.1rem;
		margin-bottom: 0;
	}
	.t6{
		margin-bottom: 0;
	}
}

/* ---------------------------------------------------
	ギフトセレクション
	--------------------- */
	.inc_block06{
		background-color: #f2ead9;
	}
	.bg05{
		padding: 0.5rem 0 0;
	}
	.select-wrap{
		background-color: #fff;
		max-width: 960px;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 3rem;
		filter: drop-shadow(2px 4px 6px rgb(173 152 109 / 82%));
	}
	.select-cont{
		background-color: #aa2800;
		padding: 0.8rem 0;
	}
	.select-cont__head{
		color: #fff;
		text-align: center;
		font-weight: bold;
		font-size: 1.3rem;
	}
	.select-cont__txt{
		color: #fff;
		text-align: center;
		font-size: 1.1rem;
	}
	.inc_block__button {
		position: relative;
		display: block;
		width: 70%;
		padding: 0.2rem;
		margin: 3rem auto 1.5rem;
		font-size: 1.2rem;
		font-weight: 500;
		line-height: 2.5;
		color: #fff;
		text-align: center;
		background: #392400;
		border: 1px solid #392400;
		border-radius: 40px;
	}
.inc_block__button::after {
	position: absolute;
	top: 0;
	right: 1rem;
	bottom: 0;
	height: 0.75rem;
	aspect-ratio: cos(30deg);
	margin-block: auto;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	content: "";
	background: currentcolor;
}

@media (any-hover: hover) {
	.inc_block__button:hover {
		color: #392400;
		background: #fff;
	}
}

.inc_block__button--v1{
	position: relative;
	display: block;
	width: 675px;
	padding: 0.2rem;
	margin: 3rem auto 1.5rem;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 2.5;
	color: #fff;
	text-align: center;
	background: #392400;
	border: 1px solid #392400;
	border-radius: 40px;
}

@media (any-hover: hover) {
	.inc_block__button--v1:hover {
		color: #392400;
		background: #fff;
	}
}

.p-selection-list {
	display: flex;
	gap: 1rem;
}
.p-selection-list__item {
	display: flex;
	flex-direction: column;
	row-gap: 0.5rem;
}
.p-selection-list__name {
	flex: 1;
}
.p-selection-list__headline {
	line-height: 2.5;
	color: #216394;
	text-align: center;
	background: url("/client_info/HARMONICK/view/userweb/ext/okurimono/images/chichinohi/block02_6.png") center top / contain no-repeat;
}
.p-selection-list__desc {
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.p-selection-list__desc::before,
.p-selection-list__desc::after {
	width: 2px;
	height: 100%;
	content: "";
	background: currentcolor;
}
.p-selection-list__thumb {
	height: auto;
}
.p-selection-list__button {
	position: relative;
	min-height: 44px;
	font-weight: 500;
	line-height: 3;
	color: #fff;
	text-align: center;
	background: #555;
	border: 1px solid #555;
	transition: all 0.4s ease;
}
.p-selection-list__button::after {
	position: absolute;
	top: 0;
	right: 1rem;
	bottom: 0;
	aspect-ratio: cos(30deg);
	margin-block: auto;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	content: "";
	background: currentcolor;
}

@media (any-hover: hover) {
	.p-selection-list__button:hover {
		color: #555;
		background: #fff;
	}
}

@media screen and (max-width: 767px) {
	.inc_block06{
		padding: 0 1.2rem 0.5rem;
	}
	.select-cont__head{
		font-size: 1.1rem;
	}
	.select-cont__txt{
		width: 90%;
		text-align: center;
		margin: 0 auto;
		font-size: 1rem;
	}
	.p-selection {
		padding-top: 1rem;
		font-size: 1.5rem;
	}
	.p-selection-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 0.8rem;
		row-gap: 1.5rem;
		padding: 1rem 0;
	}
	.p-selection-list__item {
		width: 45%;
	}
	.p-selection-list__headline {
		font-size: 0.75rem;
	}
	.p-selection-list__desc {
		font-size: 0.75rem;
	}

	.p-selection-list__desc::before {
		transform: rotate(-10deg);
	}
	.p-selection-list__desc::after {
		transform: rotate(10deg);
	}

	.p-selection-list__button {
		font-size: 0.875rem;
	}
	.inc_block__button {
		width: 85%;
		padding: 0.4rem;
		margin-top: 1rem;
		margin-bottom: 2rem;
		font-size: 1rem;
	}
	.p-selection-list__button::after {
		right: 0.5rem;
		height: 0.5em;
	}
}

@media screen and (min-width: 768px) {
	.p-selection-list {
		grid-template-columns: repeat(3, 1fr);
		padding: 3rem;
	}

	.p-selection-list__headline {
		font-size: 1.375rem;
	}

	.p-selection-list__desc {
		padding-inline: 1rem;
	}

	.p-selection-list__desc::before {
		transform: rotate(-15deg);
	}

	.p-selection-list__desc::after {
		transform: rotate(15deg);
	}

	.p-selection-list__button::after {
		right: 1rem;
		height: 0.75em;
	}
}

/* ---------------------------------------------------
	おすすめカタログギフト
	--------------------- */
.inc_block07{
	margin-bottom: 4rem;
}
.p-catalog-lineup-list{
	max-width: 960px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 2rem;
	margin: 0 auto;
}
.bg07{
	display: flex;
	align-items: flex-end;
	width: 50%;
	border-top: 1px dotted;
	padding: 1rem 0;
}
.bg07--center{
	display: flex;
	align-items: center;
	width: 50%;
}
.b7{
	width: 30%;
	margin-right: 3rem;
}
.b7--a{
	width: 36%;
	margin-right: 1.5rem;
}
.b7--b{
	width: 38%;
	margin-right: 1rem;
}
.t10, .t11-txt, .t11-txt-s1{
	margin: 0.5rem 0;
}
.t10{
	font-weight: bold;
	color: #1844b1;
}
.t11-txt-s2{
	font-weight: bold;
	font-size: 1.3rem;
}
.t11-txt-s3{
	font-weight: bold;
}
.t11-txt-s5{
	font-size: 0.8rem;
	font-weight: bold;
}
.t12__button {
	width: 100%;
	max-width: 205px;
	position: relative;
	display: block;
	padding: 0.2rem;
	font-weight: 500;
	line-height: 2.5;
	color: #fff;
	text-align: center;
	background: #a52020;
	border: 1px solid #a52020;
	margin-top: 0.5rem;
}
.t12__button::after {
	position: absolute;
	top: 0;
	right: 1rem;
	bottom: 0;
	height: 0.75rem;
	aspect-ratio: cos(30deg);
	margin-block: auto;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	content: "";
	background: currentcolor;
}

@media (any-hover: hover) {
	.t12__button:hover {
		color: #a52020;
		background: #fff;
	}
}

@media screen and (max-width: 767px){
	.inc_block07{
		padding: 0 1.2rem 0.5rem;
		margin-bottom: 1rem;
	}
	.p-catalog-lineup-list{
		row-gap: 1rem;
	}
	.bg07{
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		width: 48%;
		border-top: none;
	}
	.b7, .b8{
		width: 94%;
		margin: 0 auto;
	}
	.b7--a, .b7--b{
		transform: translateY(-37px);
	}
	.t9{
		max-width: 72%;
		margin: 0 auto;
	}
	.t10{
		font-size: 0.9rem;
	}
	.t11{
		line-height: 1rem;
	}
	.t11-txt{
		font-size: 0.77rem;
	}
	.t11-txt-s2{
		font-size: 1.2rem;
	}
	.t11-txt-s3{
		font-size: 0.8rem;
	}
	.t11-txt-s5{
		font-size: 0.75rem;
	}

}

/* ---------------------------------------------------
	予算から探す
	--------------------- */
	.inc_block08{
		background-color: #f2ead9;
		border-top: 1px solid #392400;
		border-bottom: 1px solid #392400;
		margin-bottom: 1rem;
	}
	.search__item {
		width: calc(100% / 3 - 0.5rem);
	}
	.search__list {
		display: flex;
		flex-wrap: wrap;
		row-gap: 1rem;
		justify-content: space-between;
		padding-bottom: 2.5rem;
		width: 960px;
		margin: 0 auto;
	}
	.search__link {
		position: relative;
		display: block;
		padding: 1rem;
		font-size: 1.3rem;
		font-weight: 500;
		text-align: center;
		background: #fff;
		border: #392400 3px solid;
		border-radius: 2rem;
	}
	.search__link::after {
		position: absolute;
		top: 0;
		right: 1rem;
		bottom: 0;
		height: 0.75em;
		aspect-ratio: cos(30deg);
		margin-block: auto;
		clip-path: polygon(0 0, 100% 50%, 0 100%);
		content: "";
		background: #392400;
	}

@media (any-hover: hover) {
	.search__link:hover {
		color: #fff;
		background: #392400;
	}
	.search__link:hover::after {
		background: #fff;
	}
}

@media screen and (max-width: 767px) {
	.inc_block08{
		padding: 0 1.2rem 0.5rem;
	}
	.search__title {
		padding-bottom: 1rem;
		margin-top: 3.5rem;
		font-size: 1.5rem;
	}
	.search__item {
		width: calc(100% / 2 - 0.5rem);
	}
	.search__list {
		width: 90%;
		row-gap: 0.7rem;
		margin: 0 1rem;
	}
	.search__link {
		font-size: 0.8rem;
		border: #392400 2px solid;
	}
	.search__link::after {
		right: 0.5rem;
	}
}

/* ---------------------------------------------------
	今すぐ贈りたい方へ
	--------------------- */
	.inc_block09{
		max-width: 960px;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 3rem;
	}
	.inc_block09-img{
		width: 70%;
		display: flex;
		justify-content: center;
		gap: 1rem;
		margin: 0 auto;
	}

	@media screen and (max-width: 767px){
		.inc_block09{
		padding: 0 1.2rem 0.5rem
		}
		.inc_block09-img{
			width: 90%;
		}
	}

/* ---------------------------------------------------
	FAQ
--------------------- */
	.p-sec {
		max-width: 960px;
		width: 100%;
		margin: 0 auto;
		padding-block: 0;
	}
	.p-sec__title{
		color: #fff;
		background-color: #aa2800;
		margin-bottom: 0;
		padding: 1.5rem 0;
		font-size: 1.5rem;
		text-align: center;
	}
	.p-sec__headline {
		padding-block: 1rem;
		margin-bottom: 0;
		color: #fff;
		text-align: center;
	}
	.faq-bottom__strong{
		font-weight: bold;
		color: #d32f2f;
	}
	.p-sec__body {
		background: #f5f5f5;
	}
	.p-faq-ps{
		width: 70%;
		font-weight: bold;
		color: #d32f2f;
		background-color: #fff;
		border: 1px solid #d32f2f;
		border-radius: 7px;
		margin: 0 auto;
		text-align: left;
		padding: 1% 10%;
		margin-top: 3rem;
	}
	.ps-inner{
		display: block;
		margin: 0 auto;
	}

	@media screen and (max-width: 767px) {
		.p-sec__title{
			font-size: 1.4rem;
		}
		.p-sec__headline {
			font-size: 1.125rem;
		}
		.p-sec__body {
			padding: 1rem;
		}
		.p-faq-ps{
			width: 85%;
			padding: 2px 15px;
			margin-top: 2rem;
			margin-bottom: 1.5rem;
		}
		.ps-inner{
			font-size: 0.9rem;
		}
	}

	@media screen and (min-width: 768px) {
		.p-sec__body {
			padding: 2rem 0;
		}
	}
	.p-faq-list {
		width: 80%;
		display: flex;
		flex-direction: column;
		margin: 0 auto;
	}
	.p-faq-list__item {
		padding-block: 1.5rem;
		border-bottom: 1px dotted #aa2709;
	}
	.p-faq-list__headline {
		font-weight: bold;
		margin-bottom: 0.5rem;
	}
	.p-faq-list__desc1::before {
		content: "Q";
		display: inline-block;
		width: 2.2rem;
		height: 2.2rem;
		line-height: 2.2rem;
		color: #fff;
		background-color: #392400;
		border-radius: 50%;
		text-align: center;
		font-size: 1.5rem;
		font-weight: bold;
		flex-shrink: 0;
	}
	.p-faq-list__desc1{
		display: flex;
		align-items: baseline;
		gap: 0.5rem;
		padding: 0.5rem 0;
	}
	.p-faq-list__desc2{
		display: flex;
		align-items: flex-start;
		gap: 0.5rem;
	}
	.p-faq-list__desc2::before {
		content: "A";
		display: inline-block;
		width: 2.2rem;
		height: 2.2rem;
		line-height: 2.2rem;
		color: #fff;
		background-color: #aa2800;
		border-radius: 50%;
		text-align: center;
		font-size: 1.5rem;
		font-weight: bold;
		flex-shrink: 0;
	}

/* ---------------------------------------------------
	お歳暮記事
--------------------- */
	.p-manner {
		max-width: 960px;
		width: 100%;
		display: flex;
		flex-direction: column;
		row-gap: 1rem;
		align-items: center;
		padding-block: 2rem;
		background: #fff;
		margin: 0 auto;
	}
	.articles {
		display: flex;
		flex-wrap: wrap;
		gap: 24px 14px;
		margin-bottom: 0;
	}
	.article-list__item {
		position: relative;
		margin-bottom: 0;
	}
	.article-list__link {
		display: flex;
		flex-direction: column;
		height: 100%;
		box-sizing: border-box;
	}
	.article-list__image {
		width: 100%;
		aspect-ratio: 16 / 9;
		object-fit: cover;
	}
	.article-list__title {
		font-size: 14px;
		margin: 5px 0;
		line-height: 1.5;
		font-weight: bold;
		overflow: hidden;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.article-list__date {
		margin-top: auto;
		color: #616161;
		font-size: 13px;
		text-align: right;
		margin-bottom: 1rem;
	}

@media screen and (max-width: 767px){
	.p-manner{
		row-gap: 0.5rem;
	padding: 0;
	}
	.articles {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem;
	}
	.article-list__item {
	width: calc(47% - .2em)!important;
	}
}

/* ---------------------------------------------------
	ラッピングサービス
	--------------------- */
	.inc_block10{
		max-width: 960px;
		width: 100%;
		padding-top: 2rem;
		margin: 0 auto;
	}
	.i1{
		width: 100%;
		height: auto;
		display: block;
	}

	@media screen and (max-width: 767px){
		.inc_block10{
			max-width: 100%;
			padding: 0;
		}
		.inc_block10-img{
			max-width: 100%;
			margin: 0 auto;
		}
	}