@charset "Shift_JIS";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 *	“Á“T‘Ñ
 * ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */		
.tokuten {
    background-color: #F2F0EE; 
    margin-top: 2em;
}
.tokuten p {
    line-height: 2; 
    font-weight: bold; 
    text-align: center;
    font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ŸàƒSƒVƒbƒN" , "Yu Gothic" , "ŸàƒSƒVƒbƒN‘Ì" , "YuGothic" , "ƒqƒ‰ƒMƒmŠpƒS Pro W3" , "Hiragino Kaku Gothic Pro" , "ƒƒCƒŠƒI" , "Meiryo UI" , Meiryo , "‚l‚r ‚oƒSƒVƒbƒN" , "MS PGothic" , sans-serif;
}
.count {
    border-bottom: 1px solid #DDD;
}
.count select {
    border-radius: 5px!important;
}
.count div {
    text-align: right;
    margin-bottom: 1.75em;
}
.hide {
  display: none;
}

.title-area__frame {
    margin: 6em auto;
    text-align: center;
    width: 80%;
    max-width: 550px;
}
.title-area__frame img {
    width: 100%;
}


.thumbnail-area {
  display: flex;
  overflow-x: scroll !important; /* ‰¡ƒXƒNƒ[ƒ‹•K{ */
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  gap: 0.5rem;
  padding-bottom: 0.5rem;
  scroll-behavior: smooth;
  scrollbar-width: none;
    margin-top: 1.25em;
    justify-content: space-between;
}

.thumbnail-area::-webkit-scrollbar {
  display: none;
}

.thumbnail-area .thumbnail {
  width: 12%;
  height: 12%;
  flex-shrink: 0;
  object-fit: cover;
  cursor: pointer;
  transition: opacity 0.3s ease;
  opacity: 1;
}

.thumbnail-area .thumbnail.active {
  opacity: 0.4;
}


.nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 3rem; 
  user-select: none;
  font-weight: bold; 
  color: white;
  text-shadow: 0 0 5px rgba(0,0,0,0.6); 
  mix-blend-mode: difference; 
  transition: transform 0.2s ease;
  padding: 0 10px;
  z-index: 10;
  outline: none; /* ŽlŠp˜gÁ‹Ž */
  -webkit-tap-highlight-color: transparent; /* ƒXƒ}ƒz‚Å‚ÌÂ˜gÁ‹Ž */
}

.nav-arrow:hover {
  transform: translateY(-50%) scale(1.2);
}

.left-arrow {
  left: 10px;
}

.right-arrow {
  right: 10px;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 *	‹¤’Ê€–Ú
 * ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */		
main {
    font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ŸàƒSƒVƒbƒN" , "Yu Gothic" , "ŸàƒSƒVƒbƒN‘Ì" , "YuGothic" , "ƒqƒ‰ƒMƒmŠpƒS Pro W3" , "Hiragino Kaku Gothic Pro" , "ƒƒCƒŠƒI" , "Meiryo UI" , Meiryo , "‚l‚r ‚oƒSƒVƒbƒN" , "MS PGothic" , sans-serif;
    padding-bottom: 2rem;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 *	ƒƒCƒ“ƒCƒ[ƒWƒGƒŠƒA
 * ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.main-flame {
    width: 100%; 
    position: relative;
}
.main-image-area {
    position: relative;
    max-width: 767px;
    margin: 0 auto;
    aspect-ratio: 1 / 1;
}
.main-image-area img {
    object-fit: cover;
    object-position: 10% 19%;
    width: 100%;
    border: 1px solid #DDD;
}
.arena {
    width:100%;
    padding-top: 0em!important;
}
.package-flame {
    position: absolute; 
    bottom: -0.25rem; 
    left: 30px;
}
.package-flame img {
    width: 100%; 
    max-width: 150px; 
    object-fit: scale-down;
    object-position: 10% 100%;
}
@media  (min-width: 768px) {
    .main-image-area {
        width: 20em;
    }
    .main-image-area img{
        width: 100%;
    }
}
.soldout-banner-area {
    position: absolute; 
    background-color: #FFFFFF; 
    width:100%; 
    height: 105%; 
    top: 0; 
    opacity: 40%;
}
.soldout-banner-area__band {
    position: absolute; 
    background-color: #FFFFFF; 
    width:100%; 
    height: 30%; 
    top: 33%; 
    opacity: 90%; 
    display: flex; 
    align-items: center; 
    margin: 0 auto;
}
.soldout-banner-area__band p {
    font-size: 200%; 
    color: #000000; 
    text-align: center; 
    margin: 0 auto;
}

    .CART__productInfoSection {
        display: flex;
        justify-content: space-between;
    }


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 *	¤•i–¼
 * ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
    .TAMPLATE-A {
        margin: 4rem auto!important;
        width: 100%;
    }
    /* ã•”2ƒp[ƒc*/
    .CART__productInfoSection {
        display: flex;
        justify-content: space-between;
    }
    #cALPHA_IN {
        height: 100%;
    }
    .main-flame {
        width: 50%;
    }
    .main-image-area {
        width: 100%;
    }
    .main-image-area img {
        width: 100%!important;
    }
    .TAMPLATE-A form {
        width: 45%;
    }
    /* ‰º•”2ƒp[ƒc*/
    .text-area {
        display: flex; 
        flex-direction: row-reverse;
        justify-content: space-between;
        max-width: 1200px;
        margin: 0 auto;
        width: 90%;
    }
    .main-contents-area {
        padding: 2.5%!important;
        width: 40%!important;
        max-width: 480px;
        margin-right: 0!important;
        height: 100%;
    }
    .main-contents-area__frame {
        text-align: left;
    }
    #item-discription {
        width:  50%!important;
        max-width: 600px; 
        margin-left: 0!important;
    }
    #item-discription .other-area h2 {
        text-align: left!important;
        margin: 2em 0 1em 0!important;
		padding-bottom: 0!important;
    }
.logo-area {
    text-align: left; 
    padding-bottom: 0!important; 
    padding: 0 2vw;
}
.logo-area img {
    width: 100%; 
    max-width: 150px;
}
.CART__productInfoSection .product-title {
    padding-top: 1rem;
    margin: 0px!important;
    display: flex;
    justify-content: space-between;
    padding: 0em 1.5vw;
}
.CART__productInfoSection .product-title h2{
    font-family: YuMincho, "Yu Mincho", "Ÿà–¾’©", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "‚l‚r –¾’©", serif;
    font-weight: normal;
    text-align: left;
    line-height: 1.75;
    margin: 12px 12px 0 12px;
    font-size: 1em;
    padding-bottom: 0;
}
.CART__productInfoSection .product-title p{
    margin-bottom: 0;
    font-family: YuMincho, "Yu Mincho", "Ÿà–¾’©", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "‚l‚r –¾’©", serif;
    margin: 12px;
}
.CART__productInfoSection .product-title span { 
    display: inline-block;
    font-family: YuMincho, "Yu Mincho", "Ÿà–¾’©", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "‚l‚r –¾’©", serif;
    font-weight: normal;
}

.product-limited-area {
    text-align: right;
    display: block;
}
.product-limited-area .limited {
    font-weight: bold; 
    background-color: #A20202; 
    color: #fff; 
    padding: 0.5rem; 
    font-size: 16px;
    font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ŸàƒSƒVƒbƒN" , "Yu Gothic" , "ŸàƒSƒVƒbƒN‘Ì" , "YuGothic" , "ƒqƒ‰ƒMƒmŠpƒS Pro W3" , "Hiragino Kaku Gothic Pro" , "ƒƒCƒŠƒI" , "Meiryo UI" , Meiryo , "‚l‚r ‚oƒSƒVƒbƒN" , "MS PGothic" , sans-serif;
}
.product-limited-area .count {
    color: #A20202; 
    line-height: 1.75;
    font-size: 13px;
    font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ŸàƒSƒVƒbƒN" , "Yu Gothic" , "ŸàƒSƒVƒbƒN‘Ì" , "YuGothic" , "ƒqƒ‰ƒMƒmŠpƒS Pro W3" , "Hiragino Kaku Gothic Pro" , "ƒƒCƒŠƒI" , "Meiryo UI" , Meiryo , "‚l‚r ‚oƒSƒVƒbƒN" , "MS PGothic" , sans-serif;
}    .TAMPLATE-A .CART__productInfoSection .selectItem-headinginbtn div.btn-usual {
        padding: 2.25em 1.5em!important;
    }
@media  (max-width: 340px) {
    .TAMPLATE-A .CART__productInfoSection .selectItem-headinginbtn div.btn-usual {
        padding: 2.25em 1.5em!important;
    }
    .TAMPLATE-A .CART__productInfoSection .selectItem-headinginbtn div.btn-regular {
        padding: 0.25em 0.5em;
    }
}

.CART__productInfoSection h1 {
	font-size: 16px;
	text-align: left;
	padding:1.5em 0 2em 0.5em;
	line-height: 1.75em;
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ŸàƒSƒVƒbƒN" , "Yu Gothic" , "ŸàƒSƒVƒbƒN‘Ì" , "YuGothic" , "ƒqƒ‰ƒMƒmŠpƒS Pro W3" , "Hiragino Kaku Gothic Pro" , "ƒƒCƒŠƒI" , "Meiryo UI" , Meiryo , "‚l‚r ‚oƒSƒVƒbƒN" , "MS PGothic" , sans-serif;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 *	ƒJƒS
 * ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.TAMPLATE-A {
    margin:4rem auto 0 auto!important;
    text-align: center;
}
.TAMPLATE-A .CART-TYPE-01__productInfoSection select,
.TAMPLATE-A .CART-TYPE-02__productInfoSection select,
.TAMPLATE-A .CART__productInfoSection select {
    background-color: #fff!important;
}
.button__sukin-B {
    background-color: #333333;
    color: #fff;
    border: none;
    width: 100%;
    padding: 1.5rem;
    border-radius: 10px;
    font-size: 16px;
}

.btn-regular {
  justify-content: space-between !important;
  display: flex !important;
  align-items: center !important;
}
.selectitem__Headinginbtn {
    margin: 0.75em 0 0.5em 0!important;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 *	à„÷“x‡‚¢
 * ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */		
.groupTitleSelectRoast {
    font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ŸàƒSƒVƒbƒN" , "Yu Gothic" , "ŸàƒSƒVƒbƒN‘Ì" , "YuGothic" , "ƒqƒ‰ƒMƒmŠpƒS Pro W3" , "Hiragino Kaku Gothic Pro" , "ƒƒCƒŠƒI" , "Meiryo UI" , Meiryo , "‚l‚r ‚oƒSƒVƒbƒN" , "MS PGothic" , sans-serif;
    line-height: 1.75;
    letter-spacing: -0.025em;
}
.item-name {
    margin-top: 0.25rem;
    margin-bottom: 1.5rem !important;
}
.item-name p{
    margin: 0 12px 0 12px;
    font-size: 1.25em !important;
    text-align: left !important;
    line-height: 1.75em;
    padding: 0 1.5vw;
    font-weight: bold;
    font-family: YuMincho, "Yu Mincho", "Ÿà–¾’©", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "‚l‚r –¾’©", serif;
}
.item-name p span {
    display: inline-block;
    font-family: YuMincho, "Yu Mincho", "Ÿà–¾’©", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "‚l‚r –¾’©", serif;
    font-weight: bold;
}


.regular-first {
    margin: 0 auto 16px!important;
}
.selectitem__Headinginbtn {
    text-align: right;
}
.selectitem__Headinginbtn span:nth-of-type(1) {
	text-decoration: line-through 1px solid #ff0000;
	font-size: 0.875em;
	line-height: 1.5em;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 *	“¤‚Ìó‘Ô
 * ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	
.selectBeans {
    border-top: 1px solid #DDD;
    margin: 0!important;
    padding: 0!important;
}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 *	ƒ{ƒ^ƒ“•”•ªŠ®”„ƒeƒLƒXƒg
 * ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	
.soldout-text {
    line-height: 1.5;
    font-weight: bold !important;
    text-align: left !important;
    color: #ff4136 !important;
}





/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 *	–{•¶
 * ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.main-contents-area {
    background-color: #F1F1F1;
    padding: 8%;
    margin: 3.75em auto;
    max-width: 767px;
    width: 84%;
}
.main-contents-area__frame {
    display: flex;
    flex-direction: column;
    max-width: 800px;
    margin: 0 auto;
    padding: 5%;
}

.main-contents-area__frame .subtitle {
    font-weight: bold;
    font-size: clamp(1rem, 0.977rem + 0.12vw, 1.125rem);
    font-style: normal;
    line-height: 1.75;
    text-align: left;
    margin-bottom: 1em;
    color: #333;
    font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ŸàƒSƒVƒbƒN" , "Yu Gothic" , "ŸàƒSƒVƒbƒN‘Ì" , "YuGothic" , "ƒqƒ‰ƒMƒmŠpƒS Pro W3" , "Hiragino Kaku Gothic Pro" , "ƒƒCƒŠƒI" , "Meiryo UI" , Meiryo , "‚l‚r ‚oƒSƒVƒbƒN" , "MS PGothic" , sans-serif;
}
.main-contents-area__frame p {
    font-size: clamp(0.875rem, 0.852rem + 0.12vw, 1rem);
    color: #333;
    line-height: 1.75;
    text-align: left;
    margin-bottom: 3em;
    font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ŸàƒSƒVƒbƒN" , "Yu Gothic" , "ŸàƒSƒVƒbƒN‘Ì" , "YuGothic" , "ƒqƒ‰ƒMƒmŠpƒS Pro W3" , "Hiragino Kaku Gothic Pro" , "ƒƒCƒŠƒI" , "Meiryo UI" , Meiryo , "‚l‚r ‚oƒSƒVƒbƒN" , "MS PGothic" , sans-serif;
}
.main-contents-area__frame p:last-child {
    margin-bottom: 0;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 *	”õl—“
 * ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	
#item-discription {
  text-align: justify;
  line-height: 1.75em;
  font-size: 14px;
    font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ŸàƒSƒVƒbƒN" , "Yu Gothic" , "ŸàƒSƒVƒbƒN‘Ì" , "YuGothic" , "ƒqƒ‰ƒMƒmŠpƒS Pro W3" , "Hiragino Kaku Gothic Pro" , "ƒƒCƒŠƒI" , "Meiryo UI" , Meiryo , "‚l‚r ‚oƒSƒVƒbƒN" , "MS PGothic" , sans-serif;
  max-width: 600px;
  margin: 0 auto;
}
#item-discription p {
  padding-left: 1em;
  text-indent: -1em;
  padding-bottom: 1.55em;
}	
#item-discription .other-area {
    margin: 4em 0;
    font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ŸàƒSƒVƒbƒN" , "Yu Gothic" , "ŸàƒSƒVƒbƒN‘Ì" , "YuGothic" , "ƒqƒ‰ƒMƒmŠpƒS Pro W3" , "Hiragino Kaku Gothic Pro" , "ƒƒCƒŠƒI" , "Meiryo UI" , Meiryo , "‚l‚r ‚oƒSƒVƒbƒN" , "MS PGothic" , sans-serif;
    padding: 1em 0 2.5em 0px;
    border-top: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
    color: #333333;
}

#item-discription .other-area h2 {
    margin: 28px;
    text-align: center;
    font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ŸàƒSƒVƒbƒN" , "Yu Gothic" , "ŸàƒSƒVƒbƒN‘Ì" , "YuGothic" , "ƒqƒ‰ƒMƒmŠpƒS Pro W3" , "Hiragino Kaku Gothic Pro" , "ƒƒCƒŠƒI" , "Meiryo UI" , Meiryo , "‚l‚r ‚oƒSƒVƒbƒN" , "MS PGothic" , sans-serif;
}
#item-discription .other-area .remarks li{
    font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ŸàƒSƒVƒbƒN" , "Yu Gothic" , "ŸàƒSƒVƒbƒN‘Ì" , "YuGothic" , "ƒqƒ‰ƒMƒmŠpƒS Pro W3" , "Hiragino Kaku Gothic Pro" , "ƒƒCƒŠƒI" , "Meiryo UI" , Meiryo , "‚l‚r ‚oƒSƒVƒbƒN" , "MS PGothic" , sans-serif;
    letter-spacing: -0.05em;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 *	‰º•”-w“ü‚·‚éFixd
 * ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.purchase {
    width:100%;
    height:8%;
    max-height:40px;
    min-height:40px;
    background:rgba(148,148,148,0.7);
    position:fixed;
    bottom:0px;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:998;
    left:0;
    align-content: center;
}
.purchase p {
    margin: 0 auto;
     color:#000;
}

/* ‚©‚²ƒfƒUƒCƒ“’²® */
.TAMPLATE-A .CART-TYPE-01, .TAMPLATE-A .CART-TYPE-02, .TAMPLATE-A .CART {
    margin: 0 auto;
}
.TAMPLATE-A .CART-TYPE-01__productInfoSection > div, .TAMPLATE-A .CART-TYPE-02__productInfoSection > div, .TAMPLATE-A .CART__productInfoSection > div {
    border: none;
}
.TAMPLATE-A .CART__productInfoSection .selectItem__strCapacity {
    font-size: clamp(0.688rem, 0.653rem + 0.19vw, 0.875rem);
}
.TAMPLATE-A .CART__productInfoSection .selectItem__basePrice--strTax {
    font-size: clamp(0.688rem, 0.653rem + 0.19vw, 0.875rem);
}
.TAMPLATE-A .CART__productInfoSection h3 {
    text-align: left;
}

.product-profile {
    margin-top: 2em!important;
}

.catchcopy_product-name {

  border-width: 1px 0;       /* ã‰º1pxA¶‰E0 */
  border-style: solid;
  border-color: #DDD;
}

#selectItem {
    border-bottom: 1px solid #DDD;
}
div#selectItem.product-100g div[data-item="0"] {
    margin-bottom: 18px!important;
}
.TAMPLATE-A .CART__productInfoSection .selectItem-headinginbtn div.btn-regular {
    margin-bottom: 18px!important;
}
.TAMPLATE-A .CART-TYPE-01__productInfoSection input, .TAMPLATE-A .CART-TYPE-02__productInfoSection input, .TAMPLATE-A .CART__productInfoSection input {
    margin-top: 1.25em;
}

.TAMPLATE-A .CART-TYPE-01__productInfoSection, .TAMPLATE-A .CART-TYPE-02__productInfoSection, .TAMPLATE-A .CART__productInfoSection {
    width: 90%!important;
    max-width: 1200px;
    margin: 0 auto;
}



#packageImage {
  display: none; /*‰Šúó‘Ô‚Í”ñ•\Ž¦‚ÉÝ’è*/
  position: absolute;
  bottom: -0.25rem;
  left: 30px;
  transition: opacity 0.3s ease;
  z-index: 5;
}

#packageImage img {
  width: 100%;
  max-width: 150px;
    border: none;
}


.thumbnail-area .thumbnail.active {
  opacity: 0.4; 
}