@charset "utf-8";
/* =========================
goodsittle
============================*/
.goods__tittle {
    max-width: 471px;
    height: auto;
    margin: 0 auto 2em;
    display: block;
}

/* =========================
goodList
============================*/
.article__header {
    padding: 50px 12% 0;
    text-align: center;
}

.tittleTxt01,
.tittleTxt02 {
    font-size: 2rem;
    line-height: 30px;
}

.tittleTxt01 {
    margin-top: 60px;
}

.tittleTxt02 {
    margin-top: 20px;
}

.section--goods {
    padding: 60px 12%;
}

.section--tufArea {
    padding: 60px 12%;
}

.tufArea__topicContainer {
    max-width: 600px;
    height: auto;
    margin: 0 auto 2em;
    display: block;
}

.tuf__item:not(:first-child) {
    padding-top: 56px;
}

.tuf__photo02 {
    max-width: 50%;
    height: auto;
    padding-top: 20px;
}

.tuf__ditailTxt {
    font-size: 2rem;
    font-weight: 700;
    display: inline-block;
    text-align: left;
    padding-top: 20px;
}

.tuf__explanation {
    display: inline-block;
    text-align: left;
    padding-top: 10px;
}

.tuf__explanation:first-of-type{
    padding-top: 20px;
}

.tuf__content {
    display: inline-block;
    text-align: left;
}

.tuf__listTitle {
    padding-top: 25px;
    color: #074FE0;
    font-weight: 700;
}

.tuf__listTitle02 {
    padding-top: 25px;
    color: red;
    font-weight: 700;
}

.tuf__listGroupTxt {
    padding-top: 10px;
}

.tuf__listGroupTxt02 {
    padding-top:25px;
}

.tuf_tbsContent {
    background-color: #FFFF;
    border-radius: 20px;
    padding: 20px;
}

.tuf_tbsWrap {
    display: flex;
    align-items: center;
}

.tuf_tbsWrap img {
    max-width: 180px;
}

.tuf_tbsTxtBox p:nth-of-type(2) {
    margin-top: 10px;
}

.tuf__btn {
    border-radius: 10px;
    background-color:#DC9D3C !important;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: block;
    width: 90%;
    max-width: 270px; 
    line-height: 50px;
    text-align: center;
    margin: 10px auto 0;
    color:#FFFF;
    font-size: 1.6rem;
    font-weight: 600;
    border: 3px solid transparent;
}

.tuf__btn:hover {
    background-color:#FFFF !important;
    color:#DC9D3C !important;
    border: 3px solid #DC9D3C !important;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

/* * SP　960px */
@media screen and (max-width: 960px) {
    .tuf__photo02 {
    max-width: 80%;
}

}


/* =========================
Goods modaal
============================*/
.section--goods {
    padding: 60px 12%;
}

.goods__topicContainer {
   max-width: 600px;
    height: auto;
    margin: 0 auto 2em;
    display: block;
}

.tuf__topic {
    font-size: 4rem;
    font-weight: 700;
}

.goods__txt {
    text-align: center;
    padding-bottom: 2em;
}


.gallery {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1280px;
    margin: 0 auto 30px;
    text-align: center;
}

.gallery-item {
    cursor: pointer;
    border: 1px solid #ddd;
    /* padding: 10px; */
    border-radius: 5px;
    transition: box-shadow 0.3s ease;
    max-width: 280px;
    background-color: #FFFF;
}

.gallery-item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.gallery-item img {
    width: 280px;
    height: auto;
    display: block;
}

.goods__content {
    background-color: #ffffff;
    padding: 16px;
    position: relative;
    min-height: 9em;
}

.showCollabo {
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.showCollabo02 {
    display: flex;
    justify-content: center;
}

.showCollabo img {
    width: 80px;
}

.showCollabo p,
.showCollabo02 p,
.tuf__goodsName,
.tuf__goodsPer {
    font-size: 1.6rem;
    font-weight: 700;
}

.tuf__goodsName,
.tuf__goodsName02 {
    padding: 8px 0;
}

.tuf__goodsName02,
.tuf__goodsName03,
.tuf__goodsName04 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
}

.tuf__goodsName03 {
    padding: 18px 0 16px;
}

.tuf__goodsName04 {
    padding: 9px 0 16px;
}

.tuf_txtBox {
    border-top: #000 dotted 2px;
}

.tuf__goodsPer {
    padding-top: 5px;
}


.br428 {
    display: none;
}


.br960 {
    display: none;
}

.curry__content {
    background-color: #FFFF;
    padding: 16px;;
    min-height: 15em;
    position: relative;
}

.curry__content::after,
.goods__content::after {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    background-image: url("..//img/curry_nextPage.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 16px;
    right: 16px;
}

/* モーダルウィンドウのスタイル */
.modal {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);

    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s ease, visibility 0.3s ease;

}
/* モーダルを表示する時に追加するクラス */
.modal.modal-show {
    visibility: visible;
    opacity: 1;
}

.modal-content {
    position: relative;
    background-color: #fff;
    margin: 10% auto;
    padding: 30px;
    border-radius: 0px;
    width: 72%;
    max-width: 600px;
    text-align: center;
}

#modal-slider-container {
    position: relative; 
    margin-top: 30px; 
}

.close-btn {
    position: fixed; 
    right: 20px;  
    top: 20px;      
    font-size: 30px;
    font-weight: 800;
    cursor: pointer;
    z-index: 1001;
    background: rgba(0, 0, 0, 0);
    border-radius: 100%;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #ffff;
}

.close-btn:hover,
.close-btn:focus {
    color: #000;
    background-color: #FFFF;
    border-radius: 100%;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

#modal-caption {
  text-align: left;
    margin-top: 20px; 
}

.margin-top-br {
    display: block; 
    margin-top:20px; 
}

/* スライダー内の画像のスタイル */
.modal-slider-container img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin: 0 auto;
}

/* Slickスライダーのドットや矢印のスタイルを調整 */
.slick-prev:before, .slick-next:before {
    color: #000 !important;
}

.slick-dots li button:before {
    color: #000 !important;
}

/* スライダーを非表示にする時のスタイル */
.no-slider-container {
    text-align: center;
}

/* =========================
fadeIn
============================*/
.fadeIn {
    transform: translate(0,50px);
    opacity: 0;
    transition: 0.8s;
}

.fadeIn.animated {
    transform: translate(0,0);
    opacity: 1;
}



/* iPad　960px */
@media screen and (max-width: 960px) {
.goods_list {
    margin: 0px auto;
}

.goods_item {
    margin-top: 30px;
}

.goods_item:nth-of-type(-n+2) {
    margin-top: 0;
}

.br960 {
    display: block;
}

.brHp {
    display: none;
}

}

/* SP　428px */
@media screen and (max-width: 428px) {
.article__header {
    padding: 50px 6% 0;
}

.tittleTxt01,
.tittleTxt02 {
    font-size: 1.6rem;
    line-height: 30px;
}

.section--goods {
    padding: 50px 6%;
}

.goods_item:nth-of-type(2) {
    margin-top: 30px;
}

.goods_list {
    margin: 0 auto;
    padding: 0; 
}

.goods_item:last-of-type {
    display: none;
}

.br960 {
    display: none;
}

.br428 {
    display: block;
}

}


/* =========================
operation
============================*/ 
.section--operation {
    background-color: #FFD900;
    padding: 60px 12%;
    text-align: center;
    line-height: 1.8;
}

/* iPad　960px */
@media screen and (max-width: 960px) {

}

/* SP　460px */
@media screen and (max-width: 460px) {
.section--operation {
    padding: 25px 6%;
}

}