@charset "utf-8";

.topimg_back {
    background-color: #e7f0f7;
    }

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;
    }
.intro {
  margin: 50px auto 50px !important;
  font-size: 1rem;
  line-height: 1.7rem;
  }
@media only screen and (max-width: 499px) {
  .intro {
  line-height: 1.3rem;
  font-size: 0.8rem;
  padding: 0 1.3rem 0;
  margin: 40px auto 40px !important;
  }
  }

/*セールエリア*/
.contents_wrap_sale {
    background-color: #f0f1e2;
    }
.sale_diff {
    background-color: #e7f0f7;
    }
.sale_inner-common {
    margin-top: 0px;
    }
/*ポイント見出し*/
.contents_wrap_sale .headline_point {
    background-color:#C6534F;
    }
/*見出し*/
/*
.headline {
    margin-bottom: 30px;
    }*/
.h2-common {
  margin-bottom: 30px;
  }
#curryplate>h2{
  margin: 30px auto 0px;
  }
#curryplate>h2>.headline{
  margin-bottom: 0;
  }
.h3-headline {
  font-weight: 600;
  margin: 50px auto 30px;
  }
/*アイコン*/
.ico_free {
  background: #ddd8cf;
  }
.featured-item{
  position: relative;
  }
.featured-item li .ico-feature{
  display: block !important;
  position: absolute;
  padding: 1.5rem !important;
  width: 110px !important;
  height:revert;
  background: #C6534F;
  box-sizing: border-box;
  border-radius: revert;
  left:4%;
  top:-10px;
  font-size:1.1rem;
  }
.ico-feature:after{
  content: '';
  position: absolute;
  left: 0%;
  top: 100%;
  border-left: 55px solid #C6534F;
  border-right: 55px solid #C6534F;
  border-bottom: 10px solid transparent;
  }
/*まだまだあります*/
.font_em {
    color: #C6534F;
    }
@media screen and (max-width: 767px) {
  .featured-item li .ico-feature{
  padding: 1.2rem !important;
  width: 100px !important;
  font-size:1rem;
  }
  .ico-feature:after{
  border-left: 50px solid #C6534F;
  border-right: 50px solid #C6534F;
  }
  .headline {
  margin-bottom: 10px;
  }
  .h3-headline {
  margin: 30px auto 30px;
  }
  }
@media screen and (max-width: 499px) {
  .featured-item li .ico-feature {
  padding: 1.2rem 1.1rem !important;
  width: 92px !important;
  font-size: 0.9rem;
  left: 5%;
  top: -7px;
  }
  .ico-feature:after{
  border-left: 46px solid #C6534F;
  border-right: 46px solid #C6534F;
  }
  .headline {
  font-size: 1.2rem;
  }
  .h3-headline {
  margin: 20px auto 20px;
  }
  #curryplate>h2 {
  margin: 10px auto 0px !important;
  }
  #curryplate>h2>.headline {
  /*margin: 10px auto 20px;*/
  }
  .h2-common {
  margin-bottom: 10px !important;
  }
  }


/*右下の三角*/
.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 #ccd7df;
    border-bottom: 13px solid #ccd7df;
    }
.sale_diff .featured-item li:after {
    border-right: 20px solid #ccd7df!important;
    border-bottom: 20px solid #ccd7df!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: #C6534F;
  }
.morebutton-list{
  text-decoration: none;
  font-size: 1rem;
  /*font-weight:400;*/
  cursor: pointer;
  letter-spacing: 0.03rem;
  margin: 20px auto 0;
  max-width: 320px;
  color:#C6534F!important;
  border: #C6534F solid 1px;
  background-color: inherit;
  padding: 17px;
  }
.morebutton-list span {
  background: #C6534F;
  height: calc(tan(70deg) * 9px / 2);
  width: 9px;
  }
.morebutton-list:hover{
  color:#C6534F!important;
  }
.morebutton-list:visited{
  color:#C6534F!important;
  }
.spring-other_splist .a-em{
  font-size: 0.8rem;
  letter-spacing: 0.02rem;
  font-weight: 600;
  padding: 5px 0;
  color: #C6534F;
  }
.spring-other_splist .a-em::after{
  content:"";
  display: inline-block;
  background: #C6534F;
  margin-left: 8px;
  height: calc(tan(70deg) * 7px / 2);
  width: 7px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
.sale_list_wrap ul li p.pr2{
  color:#C6534F;
  }
@media screen and (max-width: 499px) {
  .sale_list.return .morebutton {
  font-size: 1rem;
  margin-top: 60px;
  }
  }


/*画像上のラベル*/
.feature-label{
  display: flex;
  width: fit-content;
  justify-content: center;
  margin: 0 auto;
  gap: 20px;
  }
@media screen and (max-width: 767px) {
  .feature-label{
  gap: 8px;
  }
  .feature-label li{
  width:32%;
  }
  }
@media screen and (max-width: 499px) {
  .feature-label li{
  width:25%;
  }
  }



/*その他の特集*/
.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_pclist li{
  width: 50%;
  margin: 0 auto;
  }
.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 モーダル*/
.feature-wrapA{
  padding: 100px 20px 40px;
  background-color: #e9e7e4;
  }
  .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 .feature-mainv {
    max-width: 950px;
    height: auto;
    margin: 20px auto;
    transition: transform 0.5s ease;
    display: block;
    }
  .product-container .feature-mainv:hover {
    opacity: 0.7;
    }
  .product-container a:hover {
    color: #333;
    opacity: 0.6;
    }
  .feature_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;
    }
  .feature_item-list h3{
    font-weight:600;
    font-size:1rem;
    margin-bottom: 15px;
    }
  .feature_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;
    }
  .feature_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;
    }
  .feature_item-list li span{
    display: block;
    padding: 10px 0;
    }
  .feature-mainv_wrap{
    height:500px;
    }
  .feature_item-list ul li img{
    max-width: 150px;
    height:auto;
    display:block;
    transform:none!important;
    }
  .feature_item-list ul li a{
    display:block;
    transform:none!important;
    }    
/* active時の変化 */
  .product-container.active .feature-mainv {
    transform: scale(0.7) translateX(-45%);
    position: absolute;
    right: 0;
    left: 0;
    }
  .product-container.active .feature_item-list {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.5s ease 0.2s;
    padding: 20px;
    max-height: 70vh;
    overflow-y: auto;
    width: 45%;
    }
  .feature-wrapB.active .feature_item-list{
    width: 47%;
    max-height: 100vh;
    }
  .product-container.active .feature_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 .feature-mainv {
    transform: scale(0.6) translatey(-95%);
    }
  .product-container.active .feature_item-list {
    width: 100%;
    transform: scale(1) translatey(27%);
    }
  .feature-wrapB.active .feature-mainv {
    transform: scale(0.7) translatey(-85%);
    }
  .feature-wrapB.active .feature_item-list {
    transform: scale(1) translatey(35%);
    width: 100%;
    }
  .product-container.active {
    left: 50%;
    width: 70%;
    overflow: visible;
    }
  .feature_item-list ul li img{
    max-width: 110px;
    }
  .feature_item-list li {
    max-width: 110px;
    font-size: 0.7rem;
    }
  .feature_item-list ul {
    gap: 15px 15px;
    }
    }
@media only screen and (max-width: 1000px) {
    .product-container{
    height:460px;
    }
    .product-container.active .feature-mainv {
    transform: scale(0.6) translatey(-100%);
    }
    .feature-wrapB.active .feature-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 .feature-mainv {
    transform: scale(0.7) translatey(-115%);
    }
    .feature-wrapB.active .feature-mainv {
    transform: scale(0.7) translatey(-115%);
    }
    .feature-wrapB.active .feature_item-list {
    transform: scale(1) translatey(10%);
    }
    .product-container.active .feature_item-list {
    transform: scale(1) translatey(10%);
    max-height: 75vh;
    overflow-y: auto;
    box-sizing: border-box;
    }
    .feature_item-list ul {
    gap: 5px 15px;
    }
    .product-container.active {
    width: 100%;
    transform: translate(-50%, -30%) scale(1);
    }
    .feature_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 .feature-mainv {
    transform: scale(0.7) translatey(-120%);
    }
  .feature-wrapB.active .feature-mainv {
    transform: scale(0.7) translatey(-120%);
    }
  .feature-wrapB.active .feature_item-list {
    transform: scale(1) translatey(5%);
    }
    }
@media only screen and (max-width: 550px) {
  .product-container.active .feature-mainv {
    transform: scale(0.7) translatey(-140%);
    }
  .feature-wrapB.active .feature_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 .feature-mainv {
    transform: scale(0.7) translatey(-140%);
    }
  .product-container.active .feature_item-list {
    transform: scale(1) translatey(0%);
    }
  .feature-wrapB.active .feature-mainv {
    transform: scale(0.7) translatey(-140%);
    }
  .feature-wrapB.active .feature_item-list {
    transform: scale(1) translatey(0%);
    }
  .feature_item-list ul {
    gap: 5px 10px;
    }
  .zoom-icon {
    font-size: 0.75rem;
    }
  .product-container .feature-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 .feature_item-list {
    transform: scale(1) translatey(15%);
    }
  .product-container.active .feature-mainv {
    transform: scale(1) translatey(-65%);
    padding: 0px 20px;
    }
  .feature-wrapB.active .feature-mainv {
    transform: scale(1) translatey(-65%);
    }
  .feature-wrapB.active .feature_item-list {
    transform: scale(1) translatey(15%);
    }
  .feature_item-list h3 {
    font-size: 0.9rem;
    margin-bottom: 10px;
    }
  .feature_item-list ul {
    gap: 5px 10px;
    }
  .feature_item-list ul li img{
    max-width: 100px;
    }
  .feature_item-list li {
    max-width: 100px;
    }
    }
/*×ボタン*/
  .feature_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;
    }
  .feature_close-btn:hover {
    color: #000;
    }
  .product-container.active .feature_close-btn {
    opacity: 1;
    pointer-events: auto;
    }
/* オーバーレイ */
  .feature-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 ~ .feature-overlay {
  opacity: 1;
  pointer-events: auto;
  }

/*2025 h3*/
.h3-feature::before, .h3-feature::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;
  }
  .slider_item-list a{
  width: 100%;
  }
  }
@media only screen and (max-width: 499px) {
  .slider_title{
  margin-top: 40px;
  }
  }
/* slider_list-wrap 要素の基本設定 */
.slider_list-wrap {
    min-height: 50px;
    /*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;
  }
  }





  /*SP 余白調整*/
.sale_list_wrap .sttl {
  margin-bottom: 30px;
  }
.headline_date-50off{
  margin: 10px auto 20px auto !important;
  }
@media screen and (max-width: 499px) {
  .contents_wrap_sale {
  padding: 50px 15px 50px;
  }

  .featured-item {
  margin: 0 auto 7px !important;
  }
  .sale_list_wrap ul li {
  margin: 0 0 7px 0;
  padding: 7px 7px 20px 7px;
  }
  .sale-item  li {
  margin: 0 0 7px 0;
  padding: 7px 7px 20px 7px;
  }

  .featured-item .item-info {
  padding: 10px 20px 20px 20px;
  }
  .sale_list_wrap .sttl {
  margin-bottom: 11px;
  line-height: 0.8rem !important;
  height: 1.5rem !important;
  letter-spacing: 0.01rem;
  }
  .sale-item .item-info .sttl {
  margin-bottom: 15px;
  line-height: 0.8rem !important;
  height: 1.7rem !important;
  letter-spacing: 0.01rem;
  }
.featured-item .item-info .sttl {
  -webkit-line-clamp: 1;
  height: 2rem !important;
  margin-bottom: 12px;
  }

  .sale_list_wrap ul li p.pr1{
  font-size: 0.85rem!important;
  }
  .sale_list_wrap ul li p.pr2 {
  font-size: 1.55rem !important;
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin: 10px auto 0;
  }
  .sale-item li .item-info .pr1 {
  font-size: 0.85rem!important;
  width:50%;
  }
  .sale-item li .item-info .pr2 {
  font-size: 1.55rem !important;
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin: 10px auto 0;
  letter-spacing: 0rem;
  }

  .container-1000 ul li .sttl{
  margin-bottom: 20px;
  }

  .coupon_wrap .caption-coupon_date{
  margin-top: 0px;
  }
  }




/*商品タイトル調整*/
.sale_list_wrap .sttl {
  height: 2.2rem;
  }
@media screen and (max-width: 767px) {
  .sale_list_wrap .sttl {
  height: auto;
  }
  .sale-item .pr1 {
  font-size: 1rem !important;
  }
  .sale-item .pr2 {
  font-size: 2.1rem !important;
  }
  .sale-item .zeikomi {
  font-size: 0.8rem;
  }
  }
@media screen and (max-width: 640px) {
  .featured-item-cap{
  margin-bottom: 20px;
  }
  .featured-item .item-info .sttl {
  margin-bottom: 20px;
  }
  }

/*商品価格周り修正*/
@media screen and (max-width: 499px) {
  .sale_list_wrap ul li p.pr2 {
  line-height: 1.1rem;
  }
  .zeikomi {
  font-size: 0.7rem;
  }
  .sale-item li p.pr2 {
  line-height: 1.1rem;
  }
  .sale-item .zeikomi {
  font-size: 0.6rem;
  }
  }