@charset "utf-8";
*{
	margin:0;
	padding:0;
}

/*----- layout.css -----*/

a:link,
a:visited,
a:active {
	text-decoration: none;
}

ol,
ul {
	list-style: none;
}

li{
	list-style: none;
}



body {
	animation: fadeIn 4s ease 0s 1 normal;
	-webkit-animation: fadeIn 4s ease 0s 1 normal;
}
@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}


.g-main {
	padding-top: 0;
}

.g-main a:link,
.g-main a:visited,
.g-main a:active {
	color: #222;
	outline: none;
}

.g-main a[href^="tel:"] {
	color: #222;
}

/* for pc */
@media screen and (min-width: 768px) {
	.g-main a[href^="tel:"] {
		pointer-events: none;
	}
}

.g-main img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.g-main .adjust-width {
	width: 100%;
}

.feature__wrap {
	position: relative;
	z-index: 10;
}

/* for sp */
@media screen and (max-width: 767px) {
	.g-main::before {
		height: 150vw;
	}
	.g-main .adjust-width {
		padding: 0;
	}
}



/* for pc */
@media screen and (min-width: 768px) {
	.is_pc {
		display: block;
	}
	.is_sp {
		display: none!important;
	}
}

/* for sp */
@media screen and (max-width: 767px) {
	.is_pc {
		display: none!important;
	}
	.is_sp {
		display: block;
	}
}


.feature__wrap {
	background-image: url(../img/main_bg.png);
	background-size: 1366px auto;
	background-repeat: repeat;
}

/* for sp */
@media screen and (max-width: 767px) {
	.feature__wrap {
		background-size: 767px auto;
	}
}


/* -------------------
	メインビジュアル
------------------- */
.feature-visual__inner {
	position: relative;
}

.feature-visual__bg {
	position: relative;
}

.feature-visual__bg::after {
	content: "";
	background-image: url(../img/mv_bg-deco.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	aspect-ratio: 2636 / 1228;
	width: 96%;
	max-width: 1317px;
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
}

.feature-visual__bg picture img {
	max-height: 667px;
	object-fit: cover;
	object-position: center;
}

.feature-visual__kadomatsu {
	position: absolute;
	max-width: 220px;
	min-width: 194px;
	width: 15%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: 1;
}

.feature-visual__kadomatsu.-left {
	left: calc(50% - 34%);
}

.feature-visual__kadomatsu.-right {
	left: calc(50% + 34%);
}

.feature-visual__main {
	position: absolute;
	top: 2%;
	left: calc(50% - 40px);
	transform: translateX(-50%);
	max-width: 754px;
	width: 56%;
	margin: 0;
}

.feature-visual__lead {
	background-color: #fff;
	padding: 10px 0;
	border-top: 2px solid #EC1B23;
	border-bottom: 2px solid #EC1B23;
}

.feature-visual__lead-text {
	color: #EC1B23;
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
}

.feature-visual__lead-text .day {
	display: inline-block;
	font-size: 0.6em;
	aspect-ratio: 1;
	transform: translateY(-4px);
	margin: 0 10px;
	position: relative;
}

.feature-visual__lead-text .day::before {
	content: "";
	border: 1px solid #EC1B23;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1.8em;
	height: 1.8em;
}

/* for sp */
@media screen and (max-width: 767px) {
	.feature-visual__bg::after {
		background-image: url(../img/mv_bg-deco-sp.png);
		aspect-ratio: 750 / 702;
		width: 100%;
		top: 0;
	}
	.feature-visual__main {
		width: 90%;
		left: calc(50% - 2%);
	}
	.feature-visual__kadomatsu {
		max-width: 220px;
		min-width: 80px;
		width: 22%;
		transform: translateX(0);
	}
	.feature-visual__kadomatsu.-left {
		left: 0;
	}
	.feature-visual__kadomatsu.-right {
		right: 0;
		left: unset;
	}
	.feature-visual__lead {
		border-top: 1px solid #EC1B23;
		border-bottom: 1px solid #EC1B23;
		padding: 5px 0 1px;
	}
	.feature-visual__lead-text {
		font-size: 16px;
		font-weight: 700;
		line-height: 1.4;
	}
	.feature-visual__lead-text .day {
		margin: 0 6px;
	}
}



/* -------------------
	福袋一覧
------------------- */
.feature-main {
	line-height: 1.8;
	position: relative;
	margin-top: 100px;
}

.feature-main-btn__list {
	width: 100%;
	max-width: 980px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 100px;
}

.feature-main-btn__list li {
	width: 225px;
}

.feature-main-btn__list li a {
	display: block;
	place-content: center;
	height: 66px;
	background-color: #C41026;
	border: 1px solid #821522;
	position: relative;
	cursor: pointer;
}

.feature-main-btn__list li a::before,
.feature-main-btn__list li a::after {
	content: "";
	background-size: 100% auto;
	background-repeat: no-repeat;
	aspect-ratio: 61 / 62;
	width: 30px;
}

.feature-main-btn__list li a::before {
	content: "";
	background-image: url(../img/btn-deco1.png);
	position: absolute;
	top: -10px;
	left: -10px;
}

.feature-main-btn__list li a::after {
	content: "";
	background-image: url(../img/btn-deco2.png);
	position: absolute;
	bottom: -10px;
	right: -10px;
}

.feature-main-btn__text {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	line-height: 1.25;
	position: relative;
}

.feature-main-btn__text::after {
	content: "";
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	aspect-ratio: 7 / 11;
	width: 7px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

.feature-main-btn__text.fs17 {
	font-size: 17px;
}

.feature-main-btn__text span {
	font-size: 16px;
	display: block;
}

.feature-main-fukubukuro__wrap {
	background-image: url(../img/main_bg-deco.png);
	background-size: 1646px auto;
	background-repeat: space;
	background-position: center top;
}

.feature-main-fukubukuro {
	width: 100%;
	max-width: 980px;
	margin: 0 auto 60px;
}

.feature-main-fukubukuro__title {
	display: flex;
	align-items: center;
	width: 190px;
	height: 44px;
	background-color: #634B8D;
	color: #fff;
	padding-left: 25px;
	margin: 0;
	font-size: 20px;
	position: relative;
}

.feature-main-fukubukuro__title.-new {
	background-color: #E59700;
}

.feature-main-fukubukuro__title::after {
	content: "";
	position: absolute;
	left: 100%;
	bottom: 0;
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
	width: 30px;
	height: 100%;
	background-color: #634B8D;
}

.feature-main-fukubukuro__title.-new::after {
	background-color: #E59700;
}

.feature-main-fukubukuro__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #fff;
	padding: 40px;
	margin: -1px 0 0;
}

.feature-main-fukubukuro__list.-s {
	border: 2px solid #634B8D;
	border-top: 5px solid #634B8D;
}

.feature-main-fukubukuro__list.-new {
	border: 2px solid #E59700;
	border-top: 5px solid #E59700;
}

.feature-main-fukubukuro__list::after {
	content: "";
	display: block;
	width: 285px;
}

.feature-main-fukubukuro__item {
	width: 285px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px dashed #e9e8e6;
	line-height: 1.6;
}

.feature-main-fukubukuro__shop-info {
	display: flex;
	margin-bottom: 10px;
}

.feature-main-fukubukuro__shop-logo {
	border: solid 1px #ccc;
	padding: 1px;
	align-self: flex-start;
	width: 106px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.feature-main-fukubukuro__shop-info-text {
	width: calc(100% - 106px - 15px);
	margin-left: 15px;
}

.feature-main-fukubukuro__shop-name {
	font-size: 16px;
	font-weight: bold;
}

.feature-main-fukubukuro__shop-tel {
	font-size: 14px;
}

.feature-main-fukubukuro__text {
	font-size: 14px;
}

.feature-main-fukubukuro__price {
	color: #da3b2b;
	font-weight: bold;
}

.feature-main-fukubukuro__note {
	margin-top: 7px;
	font-size: 13px;
	line-height: 1.2;
}

.feature-main-fukubukuro__note a {
	padding-right: 0.8em;
	position: relative;
}

.red {
	color: #ff0000;
}

/* for pc */
@media screen and (min-width: 768px) {
	/* 3列のリストの最後の行 */
	.feature-main-fukubukuro__item:nth-child(3n + 1):nth-last-child(-n + 3), /* 3列リストの一番左下にある要素 */
	.feature-main-fukubukuro__item:nth-child(3n + 1):nth-last-child(-n + 3) ~ .feature-main-fukubukuro__item /* 3列リストの一番左下にある要素以降にあるli全て */ {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
	}
}


/* for sp */
@media screen and (max-width: 767px) {
	.feature-main {
		margin-top: 60px;
		padding: 0 15px;
	}
	.feature-main-btn__list {
		flex-wrap: wrap;
		margin: 0 auto 50px;
		row-gap: 20px;
	}
	.feature-main-btn__list li {
		width: 48%;
	}
	.feature-main-btn__list li a {
		height: 55px;
	}
	.feature-main-btn__list li a::before,
	.feature-main-btn__list li a::after {
		width: 13%;
		max-width: 30px;
	}
	.feature-main-btn__text {
		font-size: 13px;
	}
	.feature-main-btn__text.fs17 {
		font-size: 13px;
	}
	.feature-main-btn__text span {
		font-size: 12px;
	}
	.feature-main-btn__text::after {
		width: 5px;
		right: 5px;
	}
	.feature-main-fukubukuro {
		margin-bottom: 35px;
	}
	.feature-main-fukubukuro__title {
		font-size: 16px;
		padding: 5px 15px;
		width: 150px;
		height: 40px;
	}
	.feature-main-fukubukuro__list {
		padding: 30px 15px 40px;
	}
	.feature-main-fukubukuro__item {
		width: 100%;
		padding-bottom: 25px;
		margin-bottom: 25px;
	}
	.feature-main-fukubukuro__shop-logo {
		width: 35%;
	}
	.feature-main-fukubukuro__shop-info-text {
		width: calc(100% - 35% - 20px);
		margin-left: 20px;
	}
	.feature-main-fukubukuro__shop-info-text a {
		font-size: 14px;
	}
	.feature-main-fukubukuro__shop-tel {
		font-size: 12px;
	}
	.feature-main-fukubukuro__text {
		font-size: 12px;
	}
	.feature-main-fukubukuro__note {
		font-size: 11px;
		margin-top: 3px;
	}
	.feature-main-fukubukuro__item:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
	}
}


/* -------------------
	注意書き
------------------- */
.feature-notice {
	margin-top: 80px;
	padding-bottom: 100px;
}

.feature-notice ul {
	width: 980px;
	margin: 0 auto;
}

.feature-notice ul li {
	font-size: 12px;
	line-height: 1.6;
}


/* for sp */
@media screen and (max-width: 767px) {
	.feature-notice {
		margin-top: 50px;
	}
	.feature-notice ul {
		width: 100%;
		padding: 0 15px;
	}
}


/* for sp */
@media (max-width:767px) {
	/*プルダウンリスト用ここから*/
	/*全てのリスト・リンク共通*/
	/*リストに「▶︎」を付ける*/
	.feature-main-nav {
		margin: 0 0 50px;
		padding: 10px 15px;
		border: 2px solid #8b8b8b;
		background-color: #fff;
	}
	.feature-main-nav p {
		margin: 0;
		color: #666;
		position: relative;
	}
	.feature-main-nav p::before {
		content: "";
		position: absolute;
		right: 0;
		top: 8px;
	}
	.feature-main-nav.is-open p {
		margin-bottom: 5px;
	}
	.feature-main-nav.is-close p::before{
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
		border-top: 7.5px solid #8b8b8b;
		border-bottom: 0;
	}
	.feature-main-nav.is-open p::before{
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
		border-bottom: 7.5px solid #8b8b8b;
		border-top: 0;
	}
	.feature-main-nav__list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.feature-main-nav__item {
		width: 49%;
		font-weight: bold;
		font-size: 17px;
		margin-top: 5px;
	}
	.feature-main-nav__item.-s a {
		color: #634B8D;
	}
	.feature-main-nav__item.-new a {
		color: #E59700;
	}
	.feature-main-nav__item a {
		display: flex;
		align-items: center;
	}
	.feature-main-nav__item a::before {
		content: "";
		display: block;
		margin-right: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #8b8b8b;
    border-right: 0;
	}
}