img {
    border-style: none;
    vertical-align: bottom;
    height: auto;
}
/* ===========================================
* SP跳ね返り対策
* ======================================== */
body::after {
  content: "";
  display: block;
  height: 80px; /* 必要に応じて調整 */
}

/* ===========================================
* パンくず
* ======================================== */
ol.fs-c-breadcrumb__list {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 14px auto;
    padding: 0;
}
	@media screen and (max-width: 768px) {
    	ol.fs-c-breadcrumb__list {
        	padding: 0 20px;
			display: flex;
    		align-items: center;
    		gap: 3px;
    	}
}

/* ===========================================
* スライド
* ======================================== */

.mv__slider {
    position: relative;
    height: auto;
}
.mv__slide {
    position: relative;
    width: 100%;
    height: auto;
}

.mv__pagination {
    position: absolute;
    inset: auto 30px 40px auto;
    margin: auto;
    width: fit-content;
    z-index: 1;
}
.mv__pagination .swiper-pagination-bullet {
    width: 60px;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 0;
    margin-left: 10px;
    overflow: hidden;
}
.mv__pagination .swiper-pagination-bullet-active {
    position: relative;
}
.mv__pagination .swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    inset: 0 0 0 0;
    background-color: #fff;
    animation: paginationAnime 8s linear 0s 1 normal both;
}
@keyframes paginationAnime {
    0% {
        transform: translateX(-100%)
    }
    100% {
        transform: translateX(0%)
    }
}
@media screen and (max-width: 768px) {
    .mv__ttl {
        inset: auto 0 60px 0;
        width: fit-content;
        text-align: center;
        font-size: 1.8rem;
        line-height: 1.6;
    }
    .mv__pagination {
        inset: auto 0 20px 0;
    }
    .mv__pagination .swiper-pagination-bullet {
        width: 50px;
        margin: 0 5px;
    }
}
/* ===========================================
* ボタン
* ======================================== */


.fs-viewBtn {
    /* font-family: "Zen Kaku Gothic New", sans-serif; */
    font-family: "Yu Mincho", "游明朝", "YuMincho", serif;
    margin-bottom: 150px;
}
body.font-yu_mincho .fs-viewBtn {
    font-family: "Yu Mincho", "游明朝", "YuMincho", serif;
}
.fs-gift-price-viewBtn span {
    content: '';
    position: absolute;
    top: inherit;
    bottom: inherit;
    width: 9px;
    height: 9px;
    margin-left: 300px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    box-sizing: border-box;
}
.fs-seasonlp-viewBtn {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin: 100px auto;
    font-family: "Yu Mincho", "游明朝", "YuMincho", serif;
    font-style: normal;
    font-size: 1.4rem;
    background-color: #fff;
    border: 1px solid #080808;
    transition: all 0.2s ease-out;
}
@media screen and (max-width: 768px) {
    .fs-gift-price-viewBtn span {
        content: '';
        position: absolute;
        top: inherit;
        bottom: inherit;
        right: 70px;
        width: 9px;
        height: 9px;
        margin: auto;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        transform: rotate(45deg);
        box-sizing: border-box;
    }
	.fs-seasonlp-viewBtn {
    	margin: 40px auto;
	}
}
/* ===========================================
* FV
* ======================================== */

.fv__bg {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}
.fv__inner {
        position: absolute;
    inset: 0 0 0 0;
    margin: auto;
    color: #fff;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    text-align: center;
}
.fv__heading {
    display: flex;
    flex-flow: column;
    align-items: center;
    font-size: 1.3rem;
    /* margin-bottom: 40px; */
}
.fv__heading span {
    font-family: "bembo", sans-serif;
    font-style: normal;
    font-size: 2.5rem;
}
.fv__txt {
    font-size: 1.6rem;
    line-height: 1.83;
}
.fv__img { 
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 768px) {
    .fv__bg {
        height: calc(100vh - 142px);
        max-height: 600px;
        padding: 0 20px;
        margin-bottom: 10px;
    }
    .fs-c-breadcrumb__list {
        margin-bottom: 80px;
    }
	.fv__inner {
        position: absolute;
   		inset: 0 0 0 0;
    	margin: auto;
    	color: #fff;
    	display: flex;
    	flex-flow: column;
    	align-items: center;
    	justify-content: flex-end;
   	 	width: 100%;
   	 	height: 100%;
    	text-align: center;
	}
	.fv__heading {
    	display: flex;
    	flex-flow: column;
    	align-items: center;
    	font-size: 1.3rem;
    	/* margin-bottom: 40px; */
	}
	.fv__heading span {
    	font-family: "bembo", sans-serif;
    	font-style: normal;
    	font-size: 2.5rem;
	}
	.fv__txt {
    	font-size: 1.6rem;
    	line-height: 1.83;
	}
	.fv__img { 
    	width: 100%;
    	height: 100%;
    	object-fit: cover;
	}
}
/* ===========================================
* ボタン
* ======================================== */
.top-btn {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 300px;
}
.bottom-btn {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 300px;
}
@media screen and (max-width: 768px) {
	.top-btn {
    	text-align: center;
    	margin-top: -10px;
		padding: 0 30px;
	}
	.bottom-btn {
    	text-align: center;
    	margin-top: -10px;
		padding: 0 30px;
}
}

/* ===========================================
* クレジット
* ======================================== */
.credit-location {
    text-align: center;
    margin-top: -10px;
    padding: 0 0 90px;
}
.credit-ttl {
    margin-bottom: 12px;
    color: #9c9c9c;
    font-size: 1.5rem;
}
.credit-name {
    font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
	.credit-location {
    	text-align: center;
    	margin-top: -10px;
		padding: 60px 30px 90px;
	}
	.credit-ttl {
    	margin-bottom: 12px;
    	color: #9c9c9c;
    	font-size: 1.5rem;
	}
	.credit-name {
    	font-size: 1.5rem;
	}
}

/* ===========================================
* メインコンテンツ
* ======================================== */

[data-fade="true"] {
  opacity: 0;
  transition: opacity 2s 0.3s ease;
  will-change: auto; 
  backface-visibility: hidden;
  transform: translateZ(0);
}

[data-fade="true"].is-visible {
  opacity: 1;
  backface-visibility: hidden;
  transform: translateZ(0);
}

[data-fade="true2"] {
  opacity: 0;
  transition: opacity 2s 0.6s ease;
  will-change: auto; 
  backface-visibility: hidden;
  transform: translateZ(0);
}

[data-fade="true2"].is-visible {
  opacity: 1;
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* ======================
* img1
* ======================= */
.img-block-1 {
    margin-top: 70px;
	margin-bottom: 60px;
}
.img-block-1.is-visible {
    margin-top: 70px;
	margin-bottom: 60px;
}
.image-item.item-1 {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
	aspect-ratio: 1024 / 683;
}
@media screen and (max-width: 768px) {
	.img-block-1 {
    	margin-top: 70px;
		margin-bottom: 60px;
	}
}

/* ======================
* img2
* ======================= */
.img-block-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 auto 90px auto;
    align-items: flex-end;
    max-width: 1000px;
    padding: 0;
	}
.image-item.item-2 {
    position: relative;
    width: calc((100% - 10px) / 2);
    margin-bottom: 20px;
	aspect-ratio: 2 / 3;
	}
.img-block-2 .product {
    position: relative;
    width: calc((100% - 10px) / 2);
    margin: 0 0 20px 0;
	}
.img-block-2 .product p {
	text-align: left;
    font-size: 1rem;
    line-height: 1.8rem;
	}
@media screen and (max-width: 768px) {
	.img-block-2 {
    	display: flex;
    	flex-wrap: wrap;
    	justify-content: space-between;
    	position: relative;
    	width: 100%;
    	text-align: center;
    	margin: 0 auto 90px auto;
    	align-items: flex-end;
	}
	.image-item.item-2 {
    	position: relative;
    	width: calc((100% - 10px) / 2);
    	margin-bottom: 20px;
		aspect-ratio: 2 / 3;
	}
	.img-block-2 .product {
    	position: relative;
    	width: calc((100% - 10px) / 2);
    	margin: 0 0 20px 0;
	}
	.img-block-2 .product p {
		text-align: left;
    	font-size: 1rem;
    	line-height: 1.8rem;
	}
}
/* ======================
* img3
* ======================= */
.img-block-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 auto 90px auto;
    align-items: flex-end;
    flex-direction: row-reverse;
    max-width: 1000px;
    padding: 0;
}
.image-item.item-3 {
    position: relative;
    width: calc((100% + 10px) / 2);
    margin-bottom: 20px;
	aspect-ratio: 5 / 6;
}
.img-block-3 .product {
    position: relative;
    width: calc((100% - 30px) / 2);
    margin: 0 0 20px 0;
}
.img-block-3 .product p {
	text-align: right;
    font-size: 1rem;
    line-height: 1.8rem;
}
@media screen and (max-width: 768px) {
	.img-block-3 {
    	display: flex;
    	flex-wrap: wrap;
    	justify-content: space-between;
    	position: relative;
    	width: 100%;
    	text-align: center;
    	margin: 0 auto 90px auto;
    	align-items: flex-end;
    	flex-direction: row-reverse;
	}
	.image-item.item-3 {
    	position: relative;
        width: calc((100% + -25px) / 2);
        margin-bottom: 20px;
		aspect-ratio: 5 / 6;
	}
	.img-block-3 .product {
    	position: relative;
        width: calc((100% + 5px) / 2);
        margin: 0 0 20px 0;
	}
	.img-block-3 .product p {
		text-align: right;
    	font-size: 1rem;
    	line-height: 1.8rem;
	}
}

/* ======================
* img56
* ======================= */
.img-block-56 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    align-items: flex-end;
    flex-direction: row;
    max-width: 1000px;
}
.image-item.item-5 {
    position: relative;
    width: calc((100% - 10px) / 2);
	aspect-ratio: 2 / 3;
}
.image-item.item-6 {
    position: relative;
    width: calc((100% - 10px) / 2);
	aspect-ratio: 2 / 3;
}
@media screen and (max-width: 768px) {
	.img-block-56 {
    	display: flex;
    	flex-wrap: nowrap;
    	justify-content: space-between;
    	position: relative;
    	width: 100%;
    	text-align: center;
    	align-items: flex-end;
    	flex-direction: row;
	}
	.image-item.item-5 {
    	position: relative;
    	width: calc((100% - 10px) / 2);
		aspect-ratio: 2 / 3;
	}
	.image-item.item-6 {
    	position: relative;
    	width: calc((100% - 10px) / 2);
		aspect-ratio: 2 / 3;
	}
}

/* ======================
* img78
* ======================= */
.img-block-78 {
    margin: 0 auto 90px auto;
    width: 30%;
    max-width: 1000px;
    padding: 0;
}
.image-item.item-78 {
    aspect-ratio: 5 / 6;
}
@media screen and (max-width: 768px) {
	.img-block-78 {
    	margin: 0 auto 90px auto;
    	width: 70%;
	}
}

/* ======================
* img9
* ======================= */
.img-block-9 {
    margin: 0 auto 90px auto;
    max-width: 1000px;
    padding: 0;
}
.image-item.item-9 {
    aspect-ratio: 1024 / 683;
}
@media screen and (max-width: 768px) {
	.img-block-9 {
    	margin-bottom: 90px;
	}
}

/* ======================
* img101112
* ======================= */
.img-block-101112 {
    margin: 0 auto 90px auto;
    width: 30%;
    max-width: 1000px;
    padding: 0;
}
.image-item.item-101112 {
    aspect-ratio: 2 / 3;
}
@media screen and (max-width: 768px) {
	.img-block-101112 {
    	margin: 0 auto 90px auto;
    	width: 70%;
	}
}

/* ======================
* img13
* ======================= */
.img-block-13 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 auto 90px auto;
    align-items: flex-end;
    max-width: 1000px;
    padding: 0;
}
.image-item.item-13 {
    position: relative;
    width: calc((100% - 10px) / 2);
    margin-bottom: 20px;
    aspect-ratio: 2 / 3;
}
.img-block-13 .product {
    position: relative;
    width: calc((100% - 10px) / 2);
    margin: 0 0 20px 0;
}
.img-block-13 .product p {
	text-align: left;
    font-size: 1rem;
    line-height: 1.8rem;
}
@media screen and (max-width: 768px) {
	.img-block-13 {
    	display: flex;
    	flex-wrap: wrap;
    	justify-content: space-between;
    	position: relative;
    	width: 100%;
    	text-align: center;
    	margin: 0 auto 90px auto;
    	align-items: flex-end;
	}
	.image-item.item-13 {
    	position: relative;
    	width: calc((100% - 10px) / 2);
    	margin-bottom: 20px;
    	aspect-ratio: 2 / 3;
	}
	.img-block-13 .product {
    	position: relative;
    	width: calc((100% - 10px) / 2);
    	margin: 0 0 20px 0;
	}
	.img-block-13 .product p {
		text-align: left;
    	font-size: 1rem;
    	line-height: 1.8rem;
	}
}

/* ======================
* img14
* ======================= */
.img-block-14 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 auto 90px auto;
    align-items: flex-end;
    flex-direction: row-reverse;
    max-width: 1000px;
    padding: 0;
}
.image-item.item-14 {
    position: relative;
    width: calc((100% + 10px) / 2);
    margin-bottom: 20px;
	aspect-ratio: 5 / 6;
}
.img-block-14 .product {
    position: relative;
    width: calc((100% - 30px) / 2);
    margin: 0 0 20px 0;
}
.img-block-14 .product p {
	text-align: right;
    font-size: 1rem;
    line-height: 1.8rem;
}
@media screen and (max-width: 768px) {
	.img-block-14 {
    	display: flex;
    	flex-wrap: wrap;
    	justify-content: space-between;
    	position: relative;
    	width: 100%;
    	text-align: center;
    	margin: 0 auto 90px auto;
    	align-items: flex-end;
    	flex-direction: row-reverse;
	}
	.image-item.item-14 {
    	position: relative;
    	width: calc((100% - 25px) / 2);
    	margin-bottom: 20px;
		aspect-ratio: 5 / 6;
	}
	.img-block-14 .product {
    	position: relative;
    	width: calc((100% + 5px) / 2);
    	margin: 0 0 20px 0;
	}
	.img-block-14 .product p {
		text-align: right;
    	font-size: 1rem;
    	line-height: 1.8rem;
	}
}

/* ======================
* img1516
* ======================= */
.img-block-1516 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    align-items: flex-end;
    flex-direction: row;
    max-width: 1000px;
}
.image-item.item-15 {
    position: relative;
    width: calc((100% - 10px) / 2);
	aspect-ratio: 2 / 3;
}
.image-item.item-16 {
    position: relative;
    width: calc((100% - 10px) / 2);
	aspect-ratio: 2 / 3;
}
@media screen and (max-width: 768px) {
	.img-block-1516 {
    	display: flex;
    	flex-wrap: nowrap;
    	justify-content: space-between;
    	position: relative;
    	width: 100%;
    	text-align: center;
    	align-items: flex-end;
    	flex-direction: row;
	}
	.image-item.item-15 {
    	position: relative;
    	width: calc((100% - 10px) / 2);
		aspect-ratio: 2 / 3;
	}
	.image-item.item-16 {
    	position: relative;
    	width: calc((100% - 10px) / 2);
		aspect-ratio: 2 / 3;
	}
}

/* ======================
* img17
* ======================= */
.img-block-17 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 auto 90px auto;
    align-items: flex-end;
    max-width: 1000px;
    padding: 0;
}
.image-item.item-17 {
    position: relative;
    width: calc((100% + 150px) / 2);
    margin-bottom: 20px;
	aspect-ratio: 2 / 3;
}
@media screen and (max-width: 768px) {
	.img-block-17 {
    	display: flex;
    	flex-wrap: wrap;
    	justify-content: space-between;
    	position: relative;
    	width: 100%;
    	text-align: center;
    	margin: 0 auto 90px auto;
    	align-items: flex-end;
	}
	.image-item.item-17 {
    	position: relative;
    	width: calc((100% + 150px) / 2);
    	margin-bottom: 20px;
		aspect-ratio: 2 / 3;
	}
}	

/* ======================
* img18
* ======================= */
.img-block-18 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 auto 90px auto;
    align-items: flex-end;
    flex-direction: row-reverse;
    max-width: 1000px;
    padding: 0;
}
.image-item.item-18 {
    position: relative;
    width: calc((100% - 10px) / 2);
    margin-bottom: 20px;
	aspect-ratio: 2 / 3;
}
.img-block-18 .product {
    position: relative;
    width: calc((100% - 10px) / 2);
    margin: 0 0 20px 0;
}
.img-block-18 .product p {
	text-align: right;
    font-size: 1rem;
    line-height: 1.8rem;
}
@media screen and (max-width: 768px) {
	.img-block-18 {
    	display: flex;
    	flex-wrap: wrap;
    	justify-content: space-between;
    	position: relative;
    	width: 100%;
    	text-align: center;
    	margin: 0 auto 90px auto;
    	align-items: flex-end;
    	flex-direction: row-reverse;
	}
	.image-item.item-18 {
    	position: relative;
    	width: calc((100% - 20px) / 2);
    	margin-bottom: 20px;
		aspect-ratio: 2 / 3;
	}
	.img-block-18 .product {
    	position: relative;
    	width: calc((100%) / 2);
    	margin: 0 0 20px 0;
	}
	.img-block-18 .product p {
		text-align: right;
    	font-size: 1rem;
    	line-height: 1.8rem;
	}
}

/* ======================
* img19
* ======================= */
.img-block-19 {
    margin: 0 auto 90px auto;
    width: 30%;
    max-width: 1000px;
    padding: 0;
}
.image-item.item-19 {
    aspect-ratio: 2 / 3;
}
@media screen and (max-width: 768px) {
	.img-block-19 {
    	margin: 0 auto 90px auto;
    	width: 70%;
	}
}

/* ======================
* common
* ======================= */
.product {
    margin: 15px auto 5px;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    max-width: 1000px;
    padding: 0;
}
.product-double {
    position: relative;
    width: 100%;
    max-width: 1000px;
    padding: 0;
    margin: auto;
}
.product p {
    text-align: right;
    font-size: 1rem;
    line-height: 1.8rem;
}
.product-double p {
    text-align: right;
    font-size: 1rem;
    line-height: 1.8rem;
}
.product-doubleimg p {
    text-align: right;
    font-size: 1rem;
    line-height: 1.8rem;
	margin: 15px auto 90px;
    position: relative;
    box-sizing: border-box;
    width: auto;
    max-width: 1000px;
    padding: 0;
}
span.name {
    min-width: 40px;
    display: inline-block;
}
span.price {
	text-align: right;
    min-width: 40px;
    display: inline-block;
    margin-left: 8px;
}
span.btn {
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #080808;
    margin-left: 8px;
}
@media screen and (max-width: 768px) {
	.product {
    	margin: 15px 10px 0 auto;
    	position: relative;
    	box-sizing: border-box;
		width: auto;
	}
	.product-double {
    	margin: 5px 10px 0 auto;
    	position: relative;
    	box-sizing: border-box;
		width: auto;
	}
	.product p {
    	text-align: right;
    	font-size: 1rem;
    	line-height: 1.8rem;
	}
	.product-double p {
    	text-align: right;
    	font-size: 1rem;
    	line-height: 1.8rem;
	}
	.product-doubleimg p {
    	text-align: right;
    	font-size: 1rem;
    	line-height: 1.8rem;
    	margin: 15px 10px 90px auto;
    	position: relative;
    	box-sizing: border-box;
	}
	span.name {
    	min-width: 40px;
    	display: inline-block;
	}
	span.price {
		text-align: right;
    	min-width: 40px;
    	display: inline-block;
    	margin-left: 8px;
	}
	span.btn {
    	text-decoration: none;
    	padding-bottom: 1px;
    	border-bottom: 1px solid #080808;
    	margin-left: 8px;
	}
}