﻿@charset "UTF-8";

/* ----------------------------------
 Base
---------------------------------- */
.freepage-frame { width: 1200px; margin: 0 auto;}
.freepage-frame .for-sp { display: none;}
.freepage-frame .red { color: #D50000;}
.freepage-frame h2 { padding: 14px 20px; margin: 0 0 25px; font-size: 18px; font-weight: bold; line-height: 1.0; background: #111111; color: #fff;}
.freepage-frame h3 { padding: 0 0 20px 0; margin: 40px 0 20px; border-bottom: #707070 1px solid; font-size: 18px; font-weight: bold; line-height: 1.2; color: #111111;}
.freepage-frame h4 { padding: 0 0 0 15px; margin: 20px 0 10px; font-size: 16px; font-weight: bold; line-height: 1.2; color: #111111; position: relative;}
.freepage-frame h4::before { content: ''; width: 5px; height: 100%; position: absolute; top: 0; left: 0; display: block; background: #A68434;}
.freepage-frame h4 + .indent-inner { padding: 0 0 0 15px;}
.freepage-frame .sec-contents { margin: 0 0 60px 0;}
.freepage-frame .sec-inner { margin: 0 20px;}
.freepage-frame .sec-inner p,
.freepage-frame .sec-inner li { line-height: 1.8;}
.freepage-frame .sec-inner p + p,
.freepage-frame .sec-inner ul + p,
.freepage-frame .sec-inner table + p,
.freepage-frame .sec-inner p + ul,
.freepage-frame .sec-inner ul + ul,
.freepage-frame .sec-inner table + ul,
.freepage-frame .sec-inner ul + table,
.freepage-frame .sec-inner p + table,
.freepage-frame .sec-inner table + table { margin-top: 20px;}
.freepage-frame .page-navi ul { display: flex; flex-wrap: wrap;}
.freepage-frame .page-navi li { width: 280px; min-height: 60px; margin: 0 26px 16px 0; border: #E0E0E0 1px solid; box-sizing: border-box;}
.freepage-frame .page-navi li:nth-child(4n) { margin: 0 0 16px 0;}
.freepage-frame .page-navi li a { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-decoration: none; position: relative;}
.freepage-frame .page-navi li a:before { content: ""; width: 10px; height: 10px; border-right: 2px solid #976F11; border-top: 2px solid #976F11; position: absolute; right: 20px; top: calc(50% - 8px); display: block; transform: rotate(135deg);}
.freepage-frame .list li { padding-left: 1em; text-indent: -1em;}
.freepage-frame .notice-list li { padding-left: 1em; text-indent: -1em; color: #D50000;}
.freepage-frame table { border: #E0E0E0 1px solid; border-collapse: collapse;}
.freepage-frame table th { padding: 10px 20px; border: #E0E0E0 1px solid; border-collapse: collapse; background: #F5F5F5;}
.freepage-frame table td { padding: 10px 20px; border: #E0E0E0 1px solid; border-collapse: collapse;}
.freepage-frame .design-button a { width: 432px; height: 50px; border: #111111 1px solid; border-radius: 5px; text-align: center; text-decoration: none !important; line-height: 48px; display: block; box-sizing: border-box; position: relative; transition: 0.3s;}
.freepage-frame .design-button a::before { content: ""; width: 8px; height: 8px; border-right: 1.5px solid #976F11; border-top: 1.5px solid #976F11; position: absolute; right: 20px; top: calc(50% - 4px); display: block; transform: rotate(45deg);}
.freepage-frame .design-button a:hover { background: #111; color: #fff;}
.freepage-frame .table-frame { border-bottom: #E0E0E0 1px solid; margin: 0 0 40px 0;}
.freepage-frame .table-line  { border-top: #E0E0E0 1px solid; display: flex; justify-content: space-between; flex-wrap: wrap;}
.freepage-frame .table-line dt { width: 25%; padding: 25px; text-align: left; font-weight: bold; background: #f9f9f9; box-sizing: border-box;}
.freepage-frame .table-line dd { width: 75%; padding: 25px; background: #fff; box-sizing: border-box;}
.freepage-frame .table-line dd .title { margin-bottom: 10px; font-weight: bold;}
.freepage-frame .table-line dd a { text-decoration: underline;}
.freepage-frame .table-line dd p + p,
.freepage-frame .table-line dd p + ul { margin: 10px 0 0 0;}

/* ----------------------------------
 Guide
---------------------------------- */
#freepage_guide .page-navi { margin-bottom: 84px;}
#freepage_guide p a { text-decoration: underline;}
#freepage_guide #flow h3 { padding: 0; border-bottom: none;}
#freepage_guide #point picture { margin: 20px 0; display: block;}
#freepage_guide #mypage .mypage-menu-list { margin: 20px 0 0 0; border-left: #E0E0E0 1px solid; border-right: #E0E0E0 1px solid; border-bottom: #E0E0E0 1px solid;}
#freepage_guide #mypage .mypage-menu-list dl { border-top: #E0E0E0 1px solid; display: flex; justify-content: space-between;}
#freepage_guide #mypage .mypage-menu-list dl dt { width: 200px; padding: 12px 20px; border-right: #E0E0E0 1px solid; background: #F5F5F5; box-sizing: border-box;}
#freepage_guide #mypage .mypage-menu-list dl dd { width: calc(100% - 200px); padding: 12px 20px;}
#freepage_guide #derivery table { width: 100%;}
#freepage_guide #derivery table .area { min-width: 20%; width: 20%;}
#freepage_guide #derivery table .pref { min-width: 55%; width: 55%;}
#freepage_guide #derivery table .postage { text-align: center;}
#freepage_guide #payment li picture { margin: 5px 0 20px 0; display: block;}
#freepage_guide #payment table.price td  { text-align: center;}
#freepage_guide #payment li a { text-decoration: underline;}
#freepage_guide #card_back { margin: 30px 0 0 0; display: flex; justify-content: space-between;}
#freepage_guide #card_back .flex-box { width: 50%;}
#freepage_guide #card_back .flex-box p { margin: 0 0 15px 0;}
#freepage_guide #card_back .flex-box img { width: auto; height: 136px;}
#freepage_guide #jal_card .sec-inner { position: relative;}
#freepage_guide #jal_card li picture { width: 154px; position: absolute; top: 0; right: 0;}
#freepage_guide #jmb_mile .sec-inner { position: relative;}
#freepage_guide #jmb_mile .sec-inner .list { margin: 0 0 20px 0;}
#freepage_guide #jmb_mile picture { width: 154px; position: absolute; top: 0; right: 0;}

/* ----------------------------------
 Policy
---------------------------------- */
#freepage_policy { margin: 0 auto 100px;}
#freepage_policy p  { margin-left: 20px; margin-right: 20px; line-height: 1.8;}
#freepage_policy ol { margin: 10px 20px; list-style: none;}
#freepage_policy li { padding-left: 1em; text-indent: -1em; line-height: 1.8;}

/* ----------------------------------
 FAQ
---------------------------------- */
#freepage_faq { margin: 0 auto 100px;}
#freepage_faq .sec-head { margin-bottom: 60px;}
#freepage_faq .faq-box { margin: 0 20px;}
#freepage_faq .faq-box h3 { padding-left: 55px; line-height: 1.5; position: relative;}
#freepage_faq .faq-box h3 span { font-size: 24px; color: #CC0000; position: absolute; top: -4px; left: 10px;}
#freepage_faq .faq-box p { padding-left: 55px; position: relative;}
#freepage_faq .faq-box p span  { font-weight: bold; position: absolute; top: 0; left: 1em;}

/* ----------------------------------
 Law
---------------------------------- */
#freepage_law { margin: 0 auto 100px;}

/* ----------------------------------
 Liquorsales Info
---------------------------------- */
#freepage_liquorsales_info { margin: 0 auto 100px;}

/* ----------------------------------
 ランキング集計
---------------------------------- */
.page-category .block-top-event--wrap { position: relative;}
.page-category .block-top-event--wrap .ranking-note--wrap { position: absolute; top: 0; right: 0; font-size: 12px;}


/* ----------------------------------
 商品詳細 追従カート
---------------------------------- */
body:not(.page-goods) .js-floatinng-cart { display: none !important;}
.js-floatinng-cart { position: fixed; bottom: -100px; opacity: 0; left: 0; right: 0; background-color: rgba(224,224,224,0.9); z-index: 100; transition: all 0.5s;}
.js-floatinng-cart .fl-inner { max-width: 1200px; margin: 0 auto; padding: 20px 0; display: flex; justify-content: space-between; align-items: center; gap: 40px;}
.js-floatinng-cart .fl-goods-name { font-size: 20px; font-weight: bold;}
.js-floatinng-cart .fl-goods-price { font-size: 26px; flex-shrink: 0;}
.js-floatinng-cart .fl-goods-price .tax { font-size: 12px;}
.js-floatinng-cart .block-goods-button-wrap { margin: 0;}
.js-floatinng-cart .fl-cart-wrap { display: flex; align-items: center; gap: 27px; flex-shrink: 0;}
.js-floatinng-cart #fl-popup-btn { width: 420px; height: 80px; border-radius: 5px; font-size: 24px; font-weight: bold; color: #fff; background: #111; display: flex; justify-content: center; align-items: center; cursor: pointer;}
.js-floatinng-cart.scrollin { bottom: 0; opacity: 1;}
.js-floatinng-cart .block-goods-review{display: none;}
.js-floatinng-cart .block-goods-favorite { display: none;}
body.page-goods:has(.jalmall-lounge-header) .pane-goods-right-side .js-floatinng-cart {display: block;}

/* ----------------------------------
 商品詳細 リッチ化テンプレート
---------------------------------- */
.page-goods .rich.bg01{
  background: #EFE9E1;
}
.page-goods .rich .inner{
  padding: 40px;
}
.page-goods .rich p.intro{
  width: 800px;
  font-size: 24px;
  font-weight: bold;
  background-color: #EFE9E1;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #EFE9E1 50%, #EFE9E1 100%),linear-gradient(180deg, rgba(0,0,0,0.2) 1px, transparent 1px);
  background-size: 4px 100%,100% 1.5em;
  background-position: top 35px left;
  line-height: 1.5em;
  padding-bottom: 1px;
  margin: 0 auto 32px;
}
.page-goods .rich .card-wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.page-goods .rich .card{
  width: calc((100% - 20px) / 2);
  background: #FFF;
  padding: 24px 32px 32px;
  display: flex;
  flex-direction: column;
}
.page-goods .rich .card.sp-only {
  display: none;

}
.page-goods .rich .card h3{
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 16px;
}
.page-goods .rich .card h3::after{
  content: "";
  width: 16px;
  height: 2px;
  background: #000;
  display: block;
  margin: 10px auto 0;
}
.page-goods .rich .card h3.icon-point::before{
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../img/usr/goodsdetail/icon_point.png) center center / contain no-repeat;
  display: block;
  margin: 0 auto 5px;
}
.page-goods .rich .card h3.icon-products::before{
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../img/usr/goodsdetail/icon_goods.png) center center / contain no-repeat;
  display: block;
  margin: 0 auto 5px;
}
.page-goods .rich .card h3.icon-recipe::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../img/usr/goodsdetail/icon_recipe.png) center center / contain no-repeat;
  display: block;
  margin: 0 auto 5px;
}
.page-goods .rich .card p{
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 15px;
  order: 1;
}
.page-goods .rich .card .img{
  margin: 0 0 28px;
}
.page-goods .rich .card .img p{
  font-size: 13px;
  font-weight: 400;
  margin: 12px 0 0;
}
.page-goods .rich .voice{
  margin: 16px 0 32px;
}
.page-goods .rich .voice h3{
  text-align: center;
  border-radius: 2px 2px 0 0;
  background: #C6AE61;
  margin: 0;
  padding: 20px 10px 15px;
}
.page-goods .rich .voice h3 img{
  width: 256px;
  height: auto;
}
.page-goods .rich .voice.recommend h3{
  text-align: center;
  padding: 15px 10px;
}
.page-goods .rich .voice.recommend h3 img{
  width: 269px;
  margin-left: 40px;
}
.page-goods .rich .voice-inner{
  background: url(../../img/usr/goodsdetail/bg_lattice.png) center center repeat #E2D9BC;
  padding: 32px;
}
.page-goods .rich .voice-list01,.page-goods .rich .voice-list02{
  width: 850px;
  margin: 0 auto;
}
.page-goods .rich .voice-list01 > * + *{
  margin-top: 12px;
}
.page-goods .rich .voice-list01 li{
  font-size: 14px;
  font-weight: 400;
  width: calc(100% - 60px);
  background: #FFF;
  border-radius: 8px;
  position: relative;
  padding: 20px;
}
.page-goods .rich .voice-list01 li:nth-child(even){
  margin-left: auto;
}
.page-goods .rich .voice-list01 li:nth-child(odd)::before{
  content: "";
  position: absolute;
  bottom: 20px;
  right: -16px;
  border: 6px solid transparent;
  border-left: 10px solid #FFF;
}
.page-goods .rich .voice-list01 li:nth-child(odd)::after{
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 5px;
  right: -60px;
  background: url(../../img/usr/goodsdetail/icon_user.png) center center / contain no-repeat;
}
.page-goods .rich .voice-list01 li:nth-child(even)::before{
  content: "";
  position: absolute;
  bottom: 20px;
  left: -16px;
  border: 6px solid transparent;
  border-right: 10px solid #FFF;
}
.page-goods .rich .voice-list01 li:nth-child(even)::after{
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 5px;
  left: -60px;
  background: url(../../img/usr/goodsdetail/icon_user.png) center center / contain no-repeat;
}
.page-goods .rich .voice-list02 > * + *{
  margin-top: 19px;
}
.page-goods .rich .voice-list02 li{
  font-size: 14px;
  font-weight: 400;
  width: 92%;
  background: #FFF;
  border-radius: 8px;
  position: relative;
  padding: 20px;
}
.page-goods .rich .voice-list02 li.img{
  width: 78%;
  background: none;
  padding: 0;
}
.page-goods .rich .voice-list02 li:nth-child(even){
  margin-left: auto;
  text-align: right;
}
.page-goods .rich .voice-list02 li:nth-child(odd)::before{
  content: "";
  position: absolute;
  bottom: -14px;
  right: 32px;
  border: 6px solid transparent;
  border-top: 8px solid #FFF;
}
.page-goods .rich .card-wrap+.products-info {
  margin: 32px 0 0;
}
.page-goods .rich .products-info h3{
  font-size: 17px;
  font-weight: bold;
  border-bottom: 1px dashed #000;
  padding: 0 0 5px;
}
.page-goods .rich .products-info p{
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.products-info-special{
  background: rgba(255,255,255,0.5);
  margin: 24px 0 0;
  padding: 8px;
}
.products-info-special-inner{
  background: #FFF;
  padding: 16px 20px 20px;
}
.products-info-special h4{
  font-size: 19px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 10px;
}
.page-goods:has(.block-goods-comment3 .rich) .rich-banner{
  padding: 60px 0;
  text-align: center;
}
.page-goods:has(.block-goods-comment3 .rich) .rich-banner a img{
  width: auto;
  margin: 0 auto;
}
.page-goods:has(.block-goods-comment3 .rich) .rich-banner a img.sp-only{
  display: none;
}
.page-goods .block-goods-comment3--top-comment {
  margin: 0 0 40px;
}
.page-goods #goods_detail_other {
  display: block !important;
}
.page-goods .block-goods-comment3 .sp {
  display: none;
}
.page-goods .block-goods-comment3 .recipe {
  background: #F7E2C1;
  padding: 40px;
  margin: 40px 0 0;
}
.page-goods .block-goods-comment3 .recipe h3 {
  text-align: center;
  margin: 0 0 20px;
}
.page-goods .block-goods-comment3 .recipe h3 span {
  font-size: 24px;
  font-weight: bold;
  background-color: #F7E2C1;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #F7E2C1 50%, #F7E2C1 100%),linear-gradient(180deg, rgba(0,0,0,0.2) 1px, transparent 1px);
  background-size: 4px 100%,100% 1.5em;
  background-position: top 35px left;
  padding: 0 5px;
}
.page-goods .block-goods-comment3 .recipe .intro {
  font-size: 17px;
  text-align: center;
  margin: 0 0 20px;
}
.page-goods .block-goods-comment3 .recipe-item {
  background: #FFF;
  margin: 0 0 18px;
  padding: 35px 60px;
  border-radius: 2px;
}
.page-goods .block-goods-comment3 .recipe-item:last-child {
  margin: 0;
}
.page-goods .block-goods-comment3 .recipe-item h4 {
  position: relative;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  padding: 30px 0 12px;
  margin: 0 0 20px;
  background: url(../../img/usr/goodsdetail/icon_recipe.png) no-repeat center top / 24px;
}
.page-goods .block-goods-comment3 .recipe-item h4:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 2px;
  background: #000;
}
.page-goods .block-goods-comment3 .recipe-item .comment {
  text-align: center;
  margin: 0 0 30px;
}
.page-goods .block-goods-comment3 .recipe-item-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.page-goods .block-goods-comment3 .recipe-item img {
  width: 486px;
}
.page-goods .block-goods-comment3 .recipe-detail {
  width: 485px;
}
.page-goods .block-goods-comment3 .recipe-detail h5 {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 10px;
}
.page-goods .block-goods-comment3 .recipe-detail h5 span {
  font-size: 12px;
  font-weight: normal;
}
.page-goods .block-goods-comment3 .recipe-detail .material dl {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 10px 6px;
}
.page-goods .block-goods-comment3 .recipe-detail .material dl:nth-of-type(odd) {
  background: #FCF9F0;
  border-radius: 2px;
}
.page-goods .block-goods-comment3 .recipe-detail .step {
  margin: 20px 0 0;
}
.page-goods .block-goods-comment3 .recipe-detail .step li {
  position: relative;
  line-height: 1.85;
  font-weight: bold;
  padding: 0 0 0 22px;
  margin: 0 0 3px;
}
.page-goods .block-goods-comment3 .recipe-detail .step li:last-child {
  margin: 0;
}
.page-goods .block-goods-comment3 .recipe-detail .step li span {
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #DDC784;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
}
.page-goods .block-goods-comment3 .recipe-detail .note {
  line-height: 1.85;
  font-weight: bold;
  padding: 0 0 0 22px;
  margin: 12px 0 0;
}

.pane-header:has(.jalunlun) .block-header-logo {
  margin-right: 20px;
}

}
.wrapper:has(.pane-header.pane-header-newyear){
  position: relative;
}
.wrapper:has(.header-top-line-newyear) .block-header-mnav-frame{
  top: 180px;
}
.header-top-line-newyear {
  position: relative;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  animation: headerAnnivLoop 2s linear infinite;
  background: url(../../img/usr/common/img_newyear_top.jpg) repeat-x left top;
  height: 20px;
  z-index: 10001;
}
.pane-header.fixed .header-top-line-newyear {
  display: none;
}
@-webkit-keyframes headerAnnivLoop {
  from { background-position: 0 center; }
  to { background-position: -124px center; }
}
@keyframes headerAnnivLoop {
  from { background-position: 0 center; }
  to { background-position: -124px center; }
}
.block-campaign-side-bnr{
  position: absolute;
  z-index: 10;
  width: 40px;
  height: 100%;
  /*background: #C91913;*/
  padding-top: 160px;
}
.wrapper:has(.header-top-line-newyear) .block-campaign-side-bnr {
  padding-top: 180px;
}
.block-campaign-side-bnr.--left{
  top: 0;
  left: 0;
}
.block-campaign-side-bnr.--right{
  top: 0;
  right: 0;
}
.block-campaign-side-bnr span{
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../img/usr/common/img_newyear_side.jpg) top center repeat-y;
}
.wrapper:has(.block-campaign-side-bnr) #footer_pagetop {
  right: 40px;
}
@media screen and (max-width: 1300px) {
  .block-campaign-side-bnr.--right span,
  .block-campaign-side-bnr.--left span {
    background: none;
  }
}


/* ----------------------------------
 クーポン
---------------------------------- */
.block-order-coupon{
  width: 1060px;
  border: 2px solid #FBD72F;
  margin: 15px auto 40px;
  background: #FFFDEB;
  display: none;
}
.block-order-coupon-inner{
  display: flex;
}
.block-order-coupon__img{
  width: 397px;
  flex-shrink: 0
}
.block-order-coupon__img img{
  display: block;
}
.block-order-coupon__desc{
  width: calc(100% - 397px);
  text-align: center;
  padding: 8px 0;
}
.block-order-coupon__main-top{
  font-size: 39px;
  font-weight: bold;
  color: #CC0910;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 8px;
  margin: 0 0 8px;
}
.block-order-coupon__text{
  text-align: left;
  line-height: 1.2;
}
.block-order-coupon__amount{
  font-size: 51px;
  line-height: 1;
}
.block-order-coupon__amount span{
  font-size: 114px;
  margin-right: 4px;
}
.block-order-coupon__main-bottom{
  font-size: 29px;
  font-weight: bold;
  color: #CC0910;
  margin: 0 0 8px;
}
.block-order-coupon__desc p{
  font-size: 12px;
  margin: 0 0 10px;
}
.block-order-coupon__desc a{
  font-size: 19px;
  font-weight: bold;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 380px;
  background: #CC0910;
  margin: 0 auto;
  padding: 7px 10px;
  border-radius: 25px;
  transition: opacity .3s;
}
.block-order-coupon__desc a:hover{
  opacity: 0.7;
}
.block-order-coupon__desc a::after{
  content: "";
  width: 25px;
  height: 25px;
  background: url(../../img/usr/common/img_coupon_arrow.png) center center / contain no-repeat;
  display: block;
}

.block-header-countdown{
  font-size: 15px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  background: #CC0000;
  border-radius: 4px;
  position: relative;
  margin-left: 40px;
  padding: 9px 15px;
  display: none;
  min-width: 250px;
}
.pane-header.fixed .block-header-countdown{
  display: none !important;
}
.block-header-countdown::before{
  content: "";
  width: 30px;
  height: 36px;
  background: url(../../img/usr/common/img_countdown.png) center center / contain no-repeat;
  position: absolute;
  top: -10px;
  right: -8px;
}
.block-header-countdown p{
  margin: 0 0 2px;
}
#countdownArea{
  display: flex;
  justify-content: center;
  gap: 6px;
}
#countdownArea{
  font-size: 13px;
  font-weight: 500;
}
#countdownArea span{
  font-family: "Mulish", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-right: 3px;
}

/* ----------------------------------
swiper
---------------------------------- */
.swiper-navigation-icon {
  display: none;
}
#top_mainvisual .swiper-pagination-bullet-active {
  background: #fff;
}