@charset "utf-8";

.topimg_back {
    background-color: #ddd8cf;
    }

a:hover {
  color: #333;
  opacity: 0.6;
  }

/*ナビ*/
.nav {
    margin: 50px auto 0px;
    }
.nav li {
    background-color: #edad9e;
    }
.nav_wrap {
    background: repeating-linear-gradient(135deg, #f0f1e2, #f0f1e2 10px, #fff 10px, #fff 16px);
    }
.nav_stiky a {
    background-color: #edad9e;
    color:#fff;
    }
@media only screen and (max-width: 1280px) {
.nav_stiky {
    background-color: #edad9e;
    }
    }
/*7個レイアウトcss*/
    .nav{
    margin: 50px auto 0px;
    gap: 10px /*20px*/10px;
    width:1030px;
    }
    .nav li{
    max-width: 120px;
    width: 120px;
    height: 120px;
    }
    .nav li p{
    font-size: 0.9rem !important;
    line-height: 1.2rem !important;
    }
    .nav_stiky li p {
    line-height: 1.1rem;
    font-size: 1rem;
    }
    @media only screen and (max-width: 1280px) {
    .nav_stiky a {
    height: 80px;
    }
    }
    @media only screen and (max-width: 767px) {
    .nav li p {
    font-size: 0.8rem !important;
    line-height: 1.1rem !important;
    }
    }
    @media only screen and (max-width: 680px) {
    .nav li{
    max-width: 100px;
    width: 100px;
    height: 100px;
    }
    .nav li p{
    font-size: 15px;
    }
    }
    @media only screen and (max-width: 499px) {
    .nav{
    gap: 10px 5px;
    }
    .nav li {
    max-width: 85px;
    height: 85px;
    line-height: 1.2rem;
    }
    .nav li p{
    font-size: 0.7rem !important;
    line-height: 0.9rem!important;
    }
    .nav_stiky a {
    font-size: 0.9rem;
    letter-spacing: -0.1rem;
    }
    .nav_stiky li p {
    line-height: 1rem;
    font-size:0.8rem;
    letter-spacing:-0.05rem;
    }
    }
    @media only screen and (max-width: 460px) {
    .nav_stiky li p {
    padding: 3px;
    }
    }




/*説明画像*/
.intro img{
    max-width:700px;
    margin-bottom:0;
    }



/*セールエリア*/
.contents_wrap_sale {
    background-color: #f0f1e2;
    }
.sale_diff {
    background-color: #f3e8e5;
    }
.sale_inner-common {
    margin-top: 0px;
    }
/*ポイント見出し*/
.contents_wrap_sale .headline_point {
    background-color:#e16252;
    }
/*見出し*/
.headline {
    margin-bottom: 0px;
    }
/*アイコン*/
.ico_free {
    background: #ddd8cf;
    }
/*まだまだあります*/
.font_em {
    color: #e16252;
    }

/*右下の三角*/
.sale_list_wrap ul li:after {
    border-right: 13px solid #d7d9b8;
    border-bottom: 13px solid #d7d9b8;
    }
.featured-item li:after {
    border-right: 20px solid /*#F6C7C1*/ #d7d9b8 !important;
    border-bottom: 20px solid /*#F6C7C1*/ #d7d9b8 !important;
    }
.sale_diff .sale_list_wrap ul li:after {
    border-right: 13px solid #ebcec6;
    border-bottom: 13px solid #ebcec6;
    }
.sale_diff .featured-item li:after {
    border-right: 20px solid #ebcec6!important;
    border-bottom: 20px solid #ebcec6!important;
    }





/*文章アコーディオン*/
.accordion_wrapper {
    max-width: 950px;
    margin: 30px auto 130px;
    padding:0px 15px;
    }
.text_wrapper {
    position: relative;
    margin-bottom: 45px;
    }
.accordion_text {
    height: 120px;
    overflow: hidden;
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding-bottom: 60px;
    }
.show_more{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    padding-top: 60px;
    text-align: center;
    line-height: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255)70%);
    cursor: pointer;
    transition: bottom 0.2s;
    }
.show_more2{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    padding-top: 60px;
    text-align: center;
    line-height: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgb(247, 228, 225, 1) 70%);
    cursor: pointer;
    transition: bottom 0.2s;
    }
.accordion_active {
    background: none;
    bottom: -30px;
    }
@media screen and (max-width: 767px) {
    .accordion_text {
    font-size: 0.8rem;
    line-height: 1.4rem;
    }
    }



.morebutton {
    background: #e16252;
    }
.sale_list_wrap ul li p.pr2{
    color:#e16252;
    }


/*その他の特集*/
.spring-other{
  max-width:950px;
  width: 100%;
  margin: 0px auto 130px;
  }
.spring-other_splist{
  display:none;
  }
.spring-other .h3-headline{
  font-weight:600;
  }
.spring-other .h3-headline:before, .spring-other .h3-headline:after{
  content:none;
  }
.spring-other_pclist{
  display: flex;
  justify-content: space-between;
  gap: 0px 10px;
  }
.spring-other a{
  display:block;
  }
@media screen and (max-width: 767px) {
  .spring-other_pclist{
  display:none;
  }
  .spring-other_splist{
  display: flex;
  flex-direction: column;
  height:fit-content;
  gap: 10px 0;
  }
  .spring-other .h3-headline{
  font-size: 1.1rem;
  }
  .spring-other {
  margin: 0px auto 100px;
  }
  }
@media screen and (max-width: 499px) {
  .spring-other {
  margin: 0px auto 70px;
  }
  }




/*2025 モーダル*/
  .product-container {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height:546px;
    margin-top: 20px;
    justify-content: flex-end;
    z-index: 10;
    cursor: pointer;
    position: relative;

    width: fit-content;
    margin: 20px auto 50px;
    }
  div .product-container:nth-child(2) {
    margin: 20px auto 100px;
    }
  .zoom-icon {
    display:block;
    position: absolute;
    bottom: 0vh;
    right: 0vh;
    font-size: 1rem;
    background: rgba(0, 0, 0, 0.5);
    padding: 13px;
    color: #fff;
    pointer-events: none;
    }
  .product-container .autumn-mainv {
    max-width: 950px;
    height: auto;
    margin: 20px auto;
    transition: transform 0.5s ease;
    display: block;
    }
  .product-container .autumn-mainv:hover {
    opacity: 0.7;
    }
  .product-container a:hover {
    color: #333;
    opacity: 0.6;
    }
  .autumn_item-list {
    position: relative;
    opacity: 0;
    pointer-events: none;
    background: #f0f1e2;
    width:0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    }
  .autumn_item-list h3{
    font-weight:600;
    font-size:1rem;
    margin-bottom: 15px;
    }
  .autumn_item-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 25px 15px;
    }
  .autumn_item-list li {
    max-width: 150px;
    font-size: 0.75rem;
    text-align: left;
    letter-spacing: 0rem;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    }
  .autumn_item-list li span{
    display: block;
    padding: 10px 0;
    }
  .autumn-mainv_wrap{
    height:500px;
    }
  .autumn_item-list ul li img{
    max-width: 150px;
    height:auto;
    display:block;
    transform:none!important;
    }
  .autumn_item-list ul li a{
    display:block;
    transform:none!important;
    }    
/* active時の変化 */
  .product-container.active .autumn-mainv {
    transform: scale(0.7) translateX(-45%);
    position: absolute;
    right: 0;
    left: 0;
    }
  .product-container.active .autumn_item-list {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.5s ease 0.2s;
    padding: 20px;
    max-height: 70vh;
    overflow-y: auto;
    width: 45%;
    }
  .autumn-wrapB.active .autumn_item-list{
    width: 47%;
    max-height: 100vh;
    }
  .product-container.active .autumn_item-list li {
    opacity: 1;
    transform: translateY(0);
    }
  .product-container.active {
    position: fixed;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%) scale(1);
    z-index: 10;
    width: 100%;
    height:fit-content;
    }
  .product-container.active .zoom-icon {
    display:none;
    }
  .product-container.hidden {
    display: none;
    }
@media only screen and (max-width: 1600px) {
  .product-container.active {
    display: block;
    }
  .product-container.active .autumn-mainv {
    transform: scale(0.6) translatey(-95%);
    }
  .product-container.active .autumn_item-list {
    width: 100%;
    transform: scale(1) translatey(27%);
    }
  .autumn-wrapB.active .autumn-mainv {
    transform: scale(0.7) translatey(-85%);
    }
  .autumn-wrapB.active .autumn_item-list {
    transform: scale(1) translatey(35%);
    width: 100%;
    }
  .product-container.active {
    left: 50%;
    width: 70%;
    overflow: visible;
    }
  .autumn_item-list ul li img{
    max-width: 110px;
    }
  .autumn_item-list li {
    max-width: 110px;
    font-size: 0.7rem;
    }
  .autumn_item-list ul {
    gap: 15px 15px;
    }
    }
@media only screen and (max-width: 1000px) {
    .product-container{
    height:460px;
    }
    .product-container.active .autumn-mainv {
    transform: scale(0.6) translatey(-100%);
    }
    .autumn-wrapB.active .autumn-mainv {
    transform: scale(0.7) translatey(-70%);
    }
    .product-container.active {
    width: 90%;
    }
    }
@media only screen and (max-width: 780px) {
    .product-container{
    height:360px;
    margin: 20px auto 0px;
    }
  div .product-container:nth-child(2) {
    margin: 10px auto 80px;
    }
    .product-container.active .autumn-mainv {
    transform: scale(0.7) translatey(-115%);
    }
    .autumn-wrapB.active .autumn-mainv {
    transform: scale(0.7) translatey(-115%);
    }
    .autumn-wrapB.active .autumn_item-list {
    transform: scale(1) translatey(10%);
    }
    .product-container.active .autumn_item-list {
    transform: scale(1) translatey(10%);
    max-height: 75vh;
    overflow-y: auto;
    box-sizing: border-box;
    }
    .autumn_item-list ul {
    gap: 5px 15px;
    }
    .product-container.active {
    width: 100%;
    transform: translate(-50%, -30%) scale(1);
    }
    .autumn_close-btn {
    right: 5%!important;
    top: 1%!important;
    }
    .zoom-icon {
    font-size: 0.8rem;
    }
    }
@media only screen and (max-width: 600px) {
  .product-container{
    height:330px;
    }
  .product-container.active .autumn-mainv {
    transform: scale(0.7) translatey(-120%);
    }
  .autumn-wrapB.active .autumn-mainv {
    transform: scale(0.7) translatey(-120%);
    }
  .autumn-wrapB.active .autumn_item-list {
    transform: scale(1) translatey(5%);
    }
    }
@media only screen and (max-width: 550px) {
  .product-container.active .autumn-mainv {
    transform: scale(0.7) translatey(-140%);
    }
  .autumn-wrapB.active .autumn_item-list {
    transform: scale(1) translatey(5%);
    }
  .zoom-icon {
    padding: 10px;
    }
    }
@media only screen and (max-width: 500px) {
  div .product-container:nth-child(2) {
    margin: 10px auto 50px;
    }
  .product-container{
    height:280px;
    }
  .product-container.active .autumn-mainv {
    transform: scale(0.7) translatey(-140%);
    }
  .product-container.active .autumn_item-list {
    transform: scale(1) translatey(0%);
    }
  .autumn-wrapB.active .autumn-mainv {
    transform: scale(0.7) translatey(-140%);
    }
  .autumn-wrapB.active .autumn_item-list {
    transform: scale(1) translatey(0%);
    }
  .autumn_item-list ul {
    gap: 5px 10px;
    }
  .zoom-icon {
    font-size: 0.75rem;
    }
  .product-container .autumn-mainv {
    margin: 0px auto 20px;
    }
    }
@media only screen and (max-width: 400px) {
  .product-container{
    height:230px;
    }
  .product-container.active {
    transform: translate(-50%, -47%) scale(1);
    }
  .product-container.active .autumn_item-list {
    transform: scale(1) translatey(15%);
    }
  .product-container.active .autumn-mainv {
    transform: scale(1) translatey(-65%);
    padding: 0px 20px;
    }
  .autumn-wrapB.active .autumn-mainv {
    transform: scale(1) translatey(-65%);
    }
  .autumn-wrapB.active .autumn_item-list {
    transform: scale(1) translatey(15%);
    }
  .autumn_item-list h3 {
    font-size: 0.9rem;
    margin-bottom: 10px;
    }
  .autumn_item-list ul {
    gap: 5px 10px;
    }
  .autumn_item-list ul li img{
    max-width: 100px;
    }
  .autumn_item-list li {
    max-width: 100px;
    }
    }
/*×ボタン*/
  .autumn_close-btn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 35px;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.2s;
    opacity: 0;
    pointer-events: none;
    }
  .autumn_close-btn:hover {
    color: #000;
    }
  .product-container.active .autumn_close-btn {
    opacity: 1;
    pointer-events: auto;
    }
/* オーバーレイ */
  .autumn-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f0f1e2;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.1s ease;
    z-index: 5;
  }
  .product-container.active ~ .autumn-overlay {
  opacity: 1;
  pointer-events: auto;
  }

/*2025 h3*/
.h3-autumn::before, .h3-autumn::after {
  content: none;
  }


/*====================================================================
slick
====================================================================*/
.slick-container {
  margin: 0px auto 80px;
  max-width: 950px;
  width: 100%;
  }
.container img {
  height: auto;
  width: 100%;
  }
.slick-img{
  margin-bottom:10px;
  }
@media screen and (max-width: 767px) {
.slick-container {
  margin: 0px auto 0px;
  }
  }
/*スライダー下リスト*/
.slider_title{
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 1.1rem;
  font-weight: 600;
  }
.slider_item-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 13px 0;
  font-size: 0.75rem;
  }
.slider_item-list{
  font-size: 0.75rem;
  text-align:left;
  letter-spacing: 0.05rem;
  }
.slider_item-list a{
  display: block;
  width: calc(50% - 13px);
  text-decoration: underline;
  }
@media only screen and (max-width: 767px) {
  .slider_list-wrap{
  font-size: 0.7rem;
  min-height: 180px;
  }
  .slider_title{
  margin-top: 50px;
  }
  .slider_item-list{
  line-height: 0.8rem;
  }
  }
@media only screen and (max-width: 499px) {
  .slider_title{
  margin-top: 40px;
  }
  }
/* slider_list-wrap 要素の基本設定 */
.slider_list-wrap {
    min-height: 130px;
    /*position: relative;*/
    padding: 5px 0; 
  }
/* Slickスライダーの横移動を打ち消し、フェード表示を可能にする設定 */
.slider_list-wrap .slick-track {
    width: 100% !important;
    transform: none !important; /* 横移動を停止 */
  }
/* 各スライドを絶対配置で重ねる */
.slider_list-wrap .slick-slide {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important; 
    height: 100%;
    /* フェード効果の設定 */
    transition: opacity 0.3s ease; /* 0.5秒かけてアニメーション */
    opacity: 0; /* 非アクティブ時は非表示 */
    pointer-events: none; /* 非アクティブなスライド上のクリックを無効化 */
  }
/* ⭐︎アクティブなスライドの表示 */
/* slick-current.slick-active クラスが付与されたスライドを表示 */
.slider_list-wrap .slick-current.slick-active {
    opacity: 1; /* フェードインして表示 */
    pointer-events: auto; /* アクティブなスライド上のクリックを有効化 */
    position: static; /* 一時的に絶対配置を解除して確実な表示を試す */
  }
  


@media only screen and (max-width: 499px) {
  .slider_title {
  margin-top: 25px;
  margin-bottom: 15px;
  }
  .slider_title {
  font-size: 1rem;
  }
  }