/* お店ページに会員カート情報表示（PC_header01） */

#header-inner .member_info_cart_info {
    margin: 0;
    display: block;
    opacity: 0;
    animation: fadeIn 0.05s ease forwards;
    animation-delay: 1s;
    height: 0;
}

#cart-header #header-inner .member_info_cart_info {
  height: auto!important;
}

#header-inner .member_info_cart_info.animated {
  opacity: 1;
  animation: none;
}

#header-inner #member_info {
    font-size: 13px;
    padding: 5px 0px;
    width: 230px;
    margin-left: auto;
    text-align: left;
    color: #d34727;
    font-weight: bold;
}

#header-inner #member_info a{
  color: #d34727;
}

#header-inner #member_info .membername_box {
    font-size: 13px;
    font-weight: bold;
}

#header-inner #member_info .memberrank {
    font-size: 13px;
    display: inline-block;
}

#header-inner #member_info .point_txt, #cart_info .itemc_txt {
    padding: 0 3px;
}

#header-inner #cart_info {
    font-size: 14px;
    padding: 1px 5px;
    background: #fff;
    text-align: center;
    font-weight: bold;
    width: 230px;
    border-radius: 4px;
    margin-left: auto;
}

#header-inner #sub-column #cart_info a:hover {
    text-decoration: none;
}

#header-inner #cart_info a:hover {
    text-decoration: none;
}

#header-inner #cart_info .item_count {
    display: inline-block;
    margin: 2px 6px 4px 0;
    font-size: 13px
}

#header-inner #cart_info .item_count img {
    position: relative;
    top: 5px;
    margin: 0 6px 2px;
    width: 20px;
}

#header-inner #cart_info .shipping_box {
    color: #FFF;
    background-color: #FF6F6F;
    padding: 3px 10px;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    margin: 4px 0;
}

#header-inner #cart_info .shipping_box .freeship_txt {
    padding: 0 3px;
    font-weight: bold;
}

/* お店ページに会員カート情報表示（非表示設定） */

.member_info_cart_info .account_guest {
    display: none;
}

.member_info_cart_info .rank_name_0 {
    display: none;
}

.member_info_cart_info .rankup_none {
    display: none;
}

.member_info_cart_info .nrank_prc_0 {
    display: none;
}

.member_info_cart_info .nrank_cnt_0 {
    display: none;
}

.member_info_cart_info .firstname_guest {
    display: none;
}

.member_info_cart_info .more_maru_1 {
    display: none;
}

.member_info_cart_info .free_shipping_0 {
    display: none;
}

.member_info_cart_info .shipping_box_none {
    display: none;
}

.member_info_cart_info .pointmember_none {
    display: none;
}

.member_info_cart_info .rankmember_none {
    display: none;
}

.member_info_cart_info .memberrank_none_none {
    display: none;
}

.member_info_cart_info #member_info_none_none {
    display: none;
}

body{
  background: url("/2510renew/body_bg.jpg");
}

html *{
box-sizing: border-box;
}

p,li,div{
color: #444f70;
font-family: "Zen Kaku Gothic Antique", sans-serif;
font-weight: 400;
font-style: normal;
letter-spacing: 0.05em;
line-height: 1.4;
font-size: 16px;
}
a{
  color: #444f70;
  text-decoration: underline;
  transition: 0.3s;
}
a:hover{
  opacity: 0.6;
}

#wrapper,div#wrapper div#enquete-header, div#wrapper > div#cart-header, header{
  background: transparent;
}

#header-inner,
#gnav div.cart-nav, #gnav nav,
#contents{
  width:100%;
  max-width:1380px;
  padding: 0 20px;
}

header #header-inner,
#cart-header #header-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px auto 10px;
}
#header-inner .head1{
  width: 33%;
}
#header-inner .head1 p:first-child{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
  background-image: url("/2510renew/icon1.png");
  background-repeat: no-repeat;
  background-position: top left;
  padding: 18px 0 0 18px;
  margin-bottom: 20px;
}
#header-inner .head1 p:first-child span{
  color: #d34727;
  font-size: 34px;
  letter-spacing: 0.2em;
}

#header-inner .head1 p:last-child{
  font-weight: bold;
  letter-spacing: 0.1em;
}

#header-inner .head1 p:last-child span{
  font-size: 11px;
  letter-spacing: 0;
  display: block;
  line-height: 1.4;
  text-indent: -4em;
  margin-left: 4em;
}
#header-inner .head1 p img{
  width:85%;
}

#header-inner h1{
  width:34%;
}


#header-inner .head2{
  width: 33%;
  text-align: right;
}

#header-inner .head2 ul{
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 30px;
}

#header-inner .head2 ul li{
  width:80px;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0;
  white-space:nowrap;
  position: relative;
  font-weight: bold;
}
#header-inner .head2 ul li.sp{
  display: none;
}

#header-inner .head2 ul li::after{
  content:"";
  position: absolute;
  display: block;
  width: 1px;
  height: 46px;
  background: #444f70;
  top:50%;
  right:0;
  transform: translateY(-50%);
  pointer-events: none;
}
#header-inner .head2 ul li:nth-child(5)::after{
  content: none;
}
#header-inner .head2 ul li p{
  font-size: 10px;
  font-weight: bold;
}
#header-inner .head2 ul li img{
  display: block;
  margin: 0 auto;
  width: 34px;
}
#hdr_form{
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  width:100%;
  background: #f9e7e3;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: 0.3s;
}
#hdr_form.formOpen{
  opacity: 1;
  visibility: visible;
  max-height: 55px;
}

#hdr_form form{
  display: flex;
  border: 1px solid #d34727;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width:60%;
  margin: 10px;
  transition: 0.3s;
  max-height: 0;
  transition: 0.3s;
}

#hdr_form.formOpen form{
  max-height: 33px;
}
#hdr_form form input[type="text"]{
  outline: none;
  border: none;
  background: transparent;
  width:90%;
}

#hdr_form form input[type="text"]::placeholder{
    color: #d34727;
}
#hdr_form form input[type="image"]{
  width:28px;
}

#hdr_form #hdr_form_close{
  border: 1px solid #444f70cc;
  padding: 5px;
  font-size: 12px;
}

#header-nav-drawer{
  display: none;
}

#gnav,
#gnav div.cart-nav ul, #gnav nav ul,
#gnav div.cart-nav ul li, #gnav nav ul li{
  background: none;
  position: relative;
  height: 100%;
}

#gnav{
  margin-bottom: 10px;
  transition: 0.3s;
}

#gnav div.cart-nav ul li::before, #gnav nav ul li::before{
  position: absolute;
  left: 0;
  top: 24%;
  content: "";
  width: 0.5px;
  height: 56%;
  background:#d34727;
}

#gnav div.cart-nav ul li:first-child::before, #gnav nav ul li:first-child::before{
  content: none;
}
#gnav div.cart-nav ul li a,#gnav nav ul li a{
  padding:18px 1px;
  line-height: 1.1;
  border-radius: 100% / 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 6px;
}
#gnav div.cart-nav ul li a:link,
#gnav div.cart-nav ul li a:visited,
#gnav nav ul li a:link,
#gnav nav ul li a:visited{
  color: #d34727;
  font-weight: bold;
}

#gnav div.cart-nav ul li a:hover,
#gnav div.cart-nav ul li a:active,
#gnav nav ul li a:hover,
#gnav nav ul li a:active{
  color: #fff;
  background: #d34727;
  opacity: 1;
}


#contents{
  padding: 0;
}

.header_area{
  margin: 0;
}

#contents #bread-crumb{
  visibility: hidden;
}

#main-column{
  float: none;
  width:100%;
  max-width: 1380px;
  margin: 0 auto;
}

#sub-column .category{
  display: none;
}

.topslider .slick-prev,
.topslider .slick-next{
  z-index: 2;
}
.topslider .slick-prev{
  left:20px!important;
}
.topslider .slick-next{
  right:40px!important;
}

.topslider .slick-prev::before,
.topslider .slick-next::before{
  content:""!important;
  background:#ffffffbb;
  border-radius:50%;
  height: 38px;
  width:38px;
  position: absolute;
  display: block;
  top: 0;
}
.topslider .slick-prev::after,
.topslider .slick-next::after{
  content:"";
  border-left:1px solid #d34727;
  border-top:1px solid #d34727;
  width:10px;
  height:10px;
  position: absolute;
  display: block;
}
.topslider .slick-prev::after{
  transform: rotate(-45deg);
  top: 14px;
  right: -6px;
}
.topslider .slick-next::after{
  transform: rotate(135deg);
  top: 14px;
  left: 11px;
}

.slick-track{
  display: flex!important;
}
.slick-slide{
  height: auto!important;
}

.topslider .slick-slide img{
  width:100%;
  height: 100%;
}

.topslider .tabiiro{
  background-image: url(/2510renew/slider_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#main-column .w100{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

#main-column h2{
  border:none!important;
}

#main-column .news {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}

#main-column .news h2{
  background: url("/2510renew/news.png");
  background-size: contain;
  background-repeat: no-repeat;
  width:236px;
  height: 192px;
  text-indent: -9999px;
}
#main-column .news h2::before{
  content: none;
}

#main-column .news .news-contents{
  background: #fff;
  border-radius: 26px;
  width: calc(100% - 270px);
  padding: 24px 24px 24px 8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#main-column .news dl.news-box{
  border: none;
  font-size: 100%;
}

#main-column .news dl.news-box dd a{
  color: #444f70;
  text-decoration: underline;
  transition: 0.3s;
  text-underline-offset:5px;
}
#main-column .free-contents .moreinfo{
text-align: right;
font-size:12px;
}
#main-column .free-contents .moreinfo a{
position: relative;
padding-right: 1em;
}
#main-column .free-contents .moreinfo a::after{
  content:"";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  height:10px;
  width:10px;
  border-top:1px solid #333;
  border-right: 1px solid #333;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
#main-column .free-contents .moreinfo:hover::after{
  border-top:1px solid #666;
  border-right: 1px solid #666;
  opacity: 0.6;
}

#main-column .free-contents .recom{
  text-align: center;
  margin-top: 50px;
}

#main-column .free-contents .recom ul li{
  list-style-type: none;
  padding: 10px;
}

#main-column .free-contents .recom ul li img{
  width:100%;
}

.slick-prev.slick-disabled:after, .slick-next.slick-disabled:after{
  opacity: 0.25;
}

#main-column .free-contents .recom .slick-prev,
#main-column .ranking .column-set .slick-prev{
  left: -35px;
}

#main-column .free-contents .recom .slick-prev::before,
#main-column .free-contents .recom .slick-next::before,
#main-column .ranking .column-set .slick-prev::before,
#main-column .ranking .column-set .slick-next::before{
  content:""!important;
  background:#ffffffbb;
  border-radius:50%;
  height: 28px;
  width:28px;
  position: absolute;
  display: block;
  top: 0;
}
#main-column .free-contents .recom .slick-prev::after,
#main-column .free-contents .recom .slick-next::after,
#main-column .ranking .column-set .slick-prev::after,
#main-column .ranking .column-set .slick-next::after{
  content:"";
  border-left:1px solid #d34727;
  border-top:1px solid #d34727;
  width:7px;
  height:7px;
  position: absolute;
  display: block;
}
#main-column .free-contents .recom .slick-prev::after,
#main-column .ranking .column-set .slick-prev::after{
  transform: rotate(-45deg);
  top: 10px;
  right: 0px;
}
#main-column .free-contents .recom .slick-next::after,
#main-column .ranking .column-set .slick-next::after{
  transform: rotate(135deg);
  top: 10px;
  left: 10px;
}

#main-column .ranking{
  max-width:1200px;
  margin: 50px auto;
  padding: 0 20px;
}

#main-column .ranking h2{
  background-image: url("/2510renew/rank.png");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 494 / 62;
  max-width: 494px;
  text-indent: -9999px;
  margin: 0 auto 21px;
}
#main-column .ranking h2::before{
  content: none;
}

#main-column .ranking .column-set{
  width: auto;
  margin:20px 40px 0;
  overflow: visible;
}

#main-column .ranking .column-set .column5{
  background:#fff;
  margin:0 10px;
  padding:10px;
}
#main-column .ranking .column-set .column5 .badge{
  padding:0;
}
.column5:nth-child(5n+1){
  clear: none;
}
#main-column .free-contents .cate{
  max-width: 1180px;
  margin: 0 auto;
}
#main-column .free-contents .cate h2{
  text-align: center;
}
#main-column .free-contents .cate ul{
  display: flex;
  flex-wrap: wrap;
  gap:20px;
  justify-content: center;
  align-items: stretch;
}
#main-column .free-contents .cate ul li{
  width:23%;
  list-style: none;
}
#main-column .free-contents .cate ul li a{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap:16px;
  text-align: center;
  list-style: none;
  border: 3px solid #d34727;
  border-radius: 5px;
  font-weight: bold;
  color: #d34727;
  height: 100%;
  font-size: 20px;
  font-weight: bold;
  padding: 8px;
}
#main-column .free-contents .cate ul li a:hover{
background: #fff;
}
#main-column .free-contents .cate ul li a img{
  width:auto;
  max-width: 80px;
  height: auto;
  max-height: 83px;
}

#main-column .free-contents .cate .btn{
  text-align: center;
  margin-top: 50px;
}

#main-column .free-contents .info{
  margin-top: 50px;
}
#main-column .free-contents .info h2{
  text-align: center;
}

#main-column .free-contents .info .flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
  margin-bottom: 150px;
}

#main-column .free-contents .info .flex > *{
  width:49%;
}


#main-column .free-contents .info #subc_calendar,
#main-column .free-contents .info div.subc_cal_cont,
#sub-column #subc_calendar{
  background: transparent;
  height: 100%;
}

#main-column div.subc_cal_cont .cap .cap-info,
#main-column .free-contents .info div#subc_calendar h2,
#sub-column div#subc_calendar h2{
  display: none;
}
#main-column div.cal_wrapper table.cal tr th p.month,
#sub-column div#subc_calendar table.cal tr th p.month{
  color: #c06945;
  font-weight: 500;
}
#main-column .free-contents .info #subc_calendar #cal1{
  height:90%;
}
#main-column .free-contents .info div.cal_wrapper table.cal{
  height:100%;
}

#main-column .free-contents .info div.cal_wrapper table.cal td,
#sub-column #subc_calendar div.cal_wrapper table.cal td{
  background: #fff;
  color: #c06945;
  border-left: none;
  border-right: none;
  border: 1px solid #c06945;
  font-size: 80%;
  text-align: center;
  font-weight: bold;
}

#main-column .free-contents .info div.cal_wrapper table.cal td div,
#sub-column div.cal_wrapper table.cal td div{
  color: #c06945;
  font-weight: bold;
  padding:5px 0;
  height:100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#main-column .free-contents .info div.cal_wrapper table.cal tr.headline td,
#sub-column div.cal_wrapper table.cal tr.headline td{
  background: transparent;
  border: none;
  padding:5px 0;
}

#main-column .free-contents .info div.cal_wrapper table.cal tr td div.Today,
#sub-column div.cal_wrapper table.cal tr td div.Today{
  background: #7795dc!important;
  color: #fff!important;
}

#main-column .free-contents .info div.cal_wrapper table.cal td div.ccolor2,
#sub-column div.cal_wrapper table.cal td div.ccolor2{
  color:#fff100;
}
#main-column div.cal_wrapper table.cal tr th,
#sub-column div.cal_wrapper table.cal tr th {
  text-align: center;
}
#main-column div.cal_wrapper table.cal tr th p.month,
#sub-column div.cal_wrapper table.cal tr th p.month{
  display: inline-block;
  padding:0 20px;
  font-weight: bold;
}

#sub-column div.cal_wrapper table.cal tr th p.month{
  position: relative;
  font-size: 14px;
  font-weight: bold!important;
}

#main-column div.cal_wrapper table.cal tr th input.prev,
#main-column div.cal_wrapper table.cal tr th input.next,
#sub-column div.cal_wrapper table.cal tr th input.prev,
#sub-column div.cal_wrapper table.cal tr th input.next{
  border: none;
  background: transparent;
  width:8px;
  height: 8px;
  vertical-align: sub;
}
#sub-column div.cal_wrapper table.cal tr th input.prev,
#sub-column div.cal_wrapper table.cal tr th input.next{
  margin-top: 4px;
}

#main-column div.cal_wrapper table.cal tr th input.prev,
#sub-column div.cal_wrapper table.cal tr th input.prev{
border-top:1px solid #c06945;
border-left: 1px solid #c06945;
transform: rotate(-45deg);
}

#main-column div.cal_wrapper table.cal tr th input.next,
#sub-column div.cal_wrapper table.cal tr th input.next{
border-top:1px solid #c06945;
border-right: 1px solid #c06945;
transform: rotate(45deg);
}

#sub-column div.subc_cal_cont{
  background: transparent;
}

#main-column div.subc_cal_cont .cap,
#sub-column div.subc_cal_cont .cap{
  font-size: 80%;
  font-weight: 500;
  margin-top:10px;
}
#main-column div.subc_cal_cont .cap ul,
#sub-column div.subc_cal_cont .cap ul{
  display: flex;
  gap:30px;
  margin:0 0 0 5px;
}
#main-column div.subc_cal_cont .cap ul li,
#sub-column div.subc_cal_cont .cap ul li{
  color: #c06945;
  list-style: none;
  font-weight: bold;
}

#main-column div.subc_cal_cont .cap ul li .ico_cap01,
#main-column div.subc_cal_cont .cap ul li .ico_cap02,
#main-column div.subc_cal_cont .cap ul li .ico_cap03,
#sub-column div.subc_cal_cont .cap ul li .ico_cap01,
#sub-column div.subc_cal_cont .cap ul li .ico_cap02,
#sub-column div.subc_cal_cont .cap ul li .ico_cap03{
  font-size: 18px!important;
  vertical-align: baseline!important;
  margin:0 10px 0 0!important;
  transform: scaleX(180%);
  display: inline-block;
}

#sub-column{
  display: none;
}

div#cart-footer, footer{
  background: #fffcf2;
  height: auto;
  margin-top: 0;
}

.footer_area{
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 20px;
}
.footer_area .fa_tit{
  font-size: 24px;
  font-weight: bold;
  color: #988057;
  display: flex;
  align-items: center;
  letter-spacing: 2px;
  margin-bottom: 40px;
}

.footer_area .fa_tit:before,
.footer_area .fa_tit:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #988057;
}

.footer_area .fa_tit:before {
    margin-right: 1rem;
}

.footer_area .fa_tit:after {
    margin-left: 1rem;
}
.footer_area .fa_cate{
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
.footer_area .fa_cate a{
  color: #988057;
  padding: 8px;
  display: block;
}
.footer_area .fa_cate a::before{
  content:"ー ";
}
.footer_area .fa_cate  ul li{
  font-weight: bold;
}
.footer_area .fa_cate  ul li ul li{
  font-weight: 500;
  margin-left: 1em;
}

.footer_area .fa_guide{
  display: flex;
  justify-content: space-between;
}
.footer_area .fa_guide > div{
  width:24%;
  text-align: center;
  text-wrap:pretty;
}
.footer_area .fa_guide > div p:nth-last-child(2){
  font-weight: bold;
  color: #988057;
  margin:10px 0; 
}
.footer_area .fa_guide > div p:last-child{
  font-size:12px;
  color: #988057;
  text-align: justify;
}
.footer_area .fa_guide + p{
  text-align: center;
  margin-top: 20px;
}
.footer_area .fa_guide + p a{
  color: #988057;
  font-size: 12px;
  text-decoration: underline;
}
  
#footer-inner{
  width:100%;
  background-color:#e38975!important;
  background-image: url("/2510renew/footer.png");
  background-repeat: repeat-x;
  background-position: bottom center;
  padding-bottom: 100px;
}

#footer-inner .footer_gnavi{
  float: none!important;
  display: flex;
  justify-content: space-between;
  width:100%;
  max-width: 1380px;
  margin: 0 auto;
}
#footer-inner .footer_gnavi > *{
  width:33%;
}
#footer-inner .footer_gnavi .foot1{
  display: flex;
}
#footer-inner .footer_gnavi .foot1 ul li{
  font-size: 16px;
  background:transparent;
  display: block;
  padding: 10px 1em 10px 0!important;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#footer-inner .footer_gnavi .foot1 ul li::before{
  content:"－";
  color: #fff;
  font-weight: normal;
  margin-right: 0.6em;
}

#footer-inner .footer_gnavi .foot2{
  text-align: center;
}
#footer-inner .footer_gnavi .foot2 *{
  color: #fff;
  padding:15px 0;
}

#footer-inner .footer_gnavi .foot3{
  text-align: right;
}

#footer-inner .footer_gnavi .foot3 .inq a{
  background: #fff;
  color: #d34727;
  border-radius: 10px;
  padding: 12px 30px 12px 45px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 24px;
}
#footer-inner .footer_gnavi .foot3 .inq a::after{
  content:"";
  display: inline-block;
  width:12px;
  height: 12px;
  border-top: 1px solid #d34727;
  border-right: 1px solid #d34727;
  transform: rotate(45deg);
  margin-left: 1.5em;
}
#footer-inner .footer_gnavi .foot3 .sp{
  display: none;
}
#floating-menu{
  bottom:15px;
  right: 15px;
}
#page-top a{
  background-color: transparent;
  background-image: url("/2510renew/gotop.png")!important;
  background-repeat: no-repeat;
  background-size: contain!important;
  width:85px;
  height: 169px;
}
#page-top a img{
  display: none;
}

/* カート */
div#cart-footer #footer-inner .footer_gnavi, footer #footer-inner .footer_gnavi{
  padding: 20px 0;
}
#formArea #bread-crumb{
  display: none;
}
#contact #center1 .centerbox .mainCont{
  margin: 0 2%;
  padding: 1% 2%;
  border-radius: 20px;
}
#contact #center1 .centerbox h3.title1{
  margin: 0 2%;
  color: #b00000;
  border-top:none;
  text-align: center;
}
div#cart-footer #footer-inner .footer_gnavi ul li, footer #footer-inner .footer_gnavi ul li{
  background: transparent;
  font-size: 16px;
}
div#cart-footer #footer-inner .footer_gnavi ul li a:hover, footer #footer-inner .footer_gnavi ul li a:hover{
  text-decoration: none;
}

/* その他Shopserve生成ページ */
article h1{
font-size: 32px;
    color: #988057;
    text-align: center;
    padding: 0 0 20px;
    border: none;
}
section #guide table th{
  background: #e6e4d7;
}
section#shopGuide_wrap h4{
list-style:none!important;
font-weight:bold;
background:#988057;
padding:10px 10px;
margin:30px 0 10px;
color:#fff;
display:block;
}

#main-column form[name='REVIEWLIST']{
margin: 0 2%;
}
#main-column form[name='REVIEWINFO'] a{
  background: transparent;
}
#main-column .rating{
margin: 0 2%;
}
.pageNav_top,.pageNav{
font-size: 12px;
}
.pageNav_top .pageL,
.pageNav .pageL{
  margin: 6px 0;
  line-height: 2;
  width: 100%!important;
}
.pageNav_top .pageL a,
.pageNav .pageL a{
  background: #fff;
  padding: 3px 10px;
}
.pageNav_top .pageL strong,
.pageNav .pageL strong{
  background: #d34727;
  color: #fff;
  font-weight: bold;
  padding: 3px 10px;
}

/* フリーページ */
#Journal,#JournalList{
  margin:80px 0 40px;
  padding: 0 20px;
}
#Journal h1,
#Journal .state_r{
  display: none;
}

#Journal h2{
  text-align: center;
  padding:0 0 50px;
}
#Journal h2 a{
  font-size: 32px;
  color: #988057;
  text-decoration: none;
}
#Journal p,
#JournalList p{
  line-height: 1.8;
}

#JournalList h1{
  font-size: 32px;
  color:  #988057;
  text-align: center;
  border-top: none;
}
#JournalList h2{
  font-weight: bold;
  background: #988057;
  padding: 10px;
  margin-bottom: 16px;
}
#JournalList h2 a{
  color:#fff;
  font-size: 20px;
  display: block;
  position: relative;
  padding-right: 20px;
  text-wrap:pretty;
}
#JournalList h2 a::after{
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width:14px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  top:50%;
  right:5px;
  transform: translateY(-50%) rotate(45deg);
}
#JournalList .mediaList{
  display: flex;
  align-items: center;
}
#JournalList .mediaList  .media_img{
margin:0 16px 16px;
max-width:160px;
}
#JournalList .mediaList dl{
display:flex;
flex-wrap:wrap;
align-items:center;
gap:10px;
margin-bottom:20px;
}
#JournalList .mediaList dl dt:nth-child(2n-1){
color:#fff;
width:126px;
text-align:center;
padding:5px;
}
#JournalList .mediaList dl dt:nth-child(4n - 3){
background:#d34727;
}
#JournalList .mediaList dl dt:nth-child(4n - 1){
background:#e38975;
}
#JournalList .mediaList dl dd{
width:calc(100% - 150px);
}
#JournalList .mediaList > p{
  display: none;
}


/* 商品ページ */

.header_area #categoryTTL{
    font-size: 32px;
    color: #988057;
    text-align: center;
    padding: 0 0 20px;
}
.header_area .lowerCategory{
  display: flex;
  justify-content: center;
}
.header_area .lowerCategory li{
  border-left: 1px solid #d34727;
}
.header_area .lowerCategory li:first-child{
  border-left: none;
}
.header_area .lowerCategory li a{
  color: #d34727;
  padding: 20px;
  font-weight: bold;
}
.header_area #categoryHeader{
  text-align: center;
}

.expl .right a{background: #fff;border-radius: 5px;padding: 0 6px;}
.column4 .itemThumb-wrap{background: #fff;aspect-ratio:1 / 1; display: flex;
justify-content: center;align-items: center;position: relative;}
#itemList_wrap{padding: 0 2%;}
#itemList .column3 .badge, #itemList .column4 .badge, #itemList .column5 .badge{
  top:5px;left: 5px;
}
#itemList .column4 .sps-wishAddItem img, #itemList .column5 .sps-wishAddItem img, #itemList .column4 .sps-wishAddItemOk img, #itemList .column5 .sps-wishAddItemOk img{
  width:10%;
}
#Detail {padding:0 20px;max-width: 1200px;width:100%;margin: 0 auto;}
#Detail .header_area{display:none;}
#Detail #bread-crumb{max-width:1290px;margin:0 auto 15px;}
#Detail #bread-crumb .bread-crumb-listCate{margin-bottom: 4px;}
#Detail #itemDetail-cont .itemThumb-wrap{width:calc(50% - 25px);}
#Detail #itemDetail-cont .itemThumb-wrap .itemThumb-main{aspect-ratio:4 / 3;margin-bottom: 10px;overflow: hidden;}
#itemDetail-cont .itemThumb-wrap .itemThumb-main img{
height: 100%;
width: auto;
}
#Detail #itemDetail-cont .itemOutline{width:calc(50% - 25px);}
#Detail section#itemDetail-wrap .description p{
  font-size: 16px;
}

#Detail #main-column #itemDetail-wrap h1{
  font-size: 20px;
  color: #444f70;
}

#Detail #itemDetail-wrap table.price{
  margin-top: 50px;
}
#Detail #itemDetail-wrap table.spec{
  margin:0;
}
#Detail #itemDetail-wrap .itemOutline table th,
#Detail #itemDetail-wrap .itemOutline table td{
  font-size: 16px;
  padding: 10px 0!important;
}

#Detail #itemDetail-wrap .itemOutline .fx_price th,
#Detail #itemDetail-wrap .itemOutline .fx_price td{
  margin-bottom:15px;
}

#Detail #itemDetail-wrap table.spec th,
#Detail #itemDetail-wrap table.spec td{
  padding:20px 0!important;
  border-top: 1px solid #c3c4c6;
}

table.price tr.price span.selling_price{
  color:#444f70;
  font-size: 32px;
}
table.price tr.price span.taxin{
  color: #444f70;
  font-size: 14px;
  font-weight: normal;
}

#Detail #itemDetail-wrap .item_intro1 .visual{
  width:100%;
  height: auto;
  margin-bottom: 60px;
}

#Detail #itemDetail-wrap .item_intro1 .flex{
  display: flex;
  justify-content: center;
  align-items: center;
  gap:40px;
  margin-top: 40px;
}
#Detail #itemDetail-wrap .item_intro1 .flex_rev{
  flex-direction: row-reverse;
}

#Detail #itemDetail-wrap .item_intro1 .flex img{
width: auto;
max-width: 50%;
}

#Detail #itemDetail-wrap .item_intro1 .flex p{
  line-height: 2;
}
#Detail #itemDetail-wrap .item_intro1 .flex div h3{
  color: #988057;
  font-size: 24px;
  font-weight: bold;
  font-family: serif;
  padding:50px 0 40px;
}
#Detail #itemDetail-wrap h2{
  color: #988057;
  font-size: 32px;
  font-weight: bold;
  font-family: serif;
  text-align: center;
  margin-top: 60px;
}

#Detail .userreview h2{
  display: none;
}
#Detail .userreview{
  background: #ffffffcc;
  padding:20px 30px;
}

#Detail #itemDetail-wrap .item_intro2 table{
 border-collapse: separate;
  border-spacing: 2px;
}
#Detail #itemDetail-wrap .item_intro2 table th{
  background: #a59a87;
  color: #fff;
  font-size: 14px;
  padding:5px 25px;
  white-space: nowrap;
}
#Detail #itemDetail-wrap .item_intro2 table td{
  background: #ffffff66;
  color: #988057;
  font-size: 14px;
  padding:5px 10px;
}

#Detail #itemDetail-wrap .item_intro2 .recipe{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  grid-row-gap: 30px;
}
#Detail #itemDetail-wrap .item_intro2 .recipe a{
  width: 30%;
  text-align: center;
}
#Detail #itemDetail-wrap .item_intro2 .recipe a img{
  display: block;
}

#Detail #itemDetail-wrap .btn{
text-align: center;
margin:40px 0 60px;
}
#Detail #itemDetail-wrap .btn a{
border: 1px solid #988057;
padding:10px 20px;
font-size: 18px;
font-weight: bold;
color: #988057;
letter-spacing: 2px;
}
#Detail #recent-products h3,
#Detail .recommend h2{
  font-size: 24px;
  font-family: serif;
  font-weight: bold;
  color: #988057;
  width: 100%;
  max-width: 1100px;
  margin: 30px auto 0;
  padding: 20px 10px;
}

#Detail .recommend .column-set,
#Detail #recent-products .recent-list{
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  flex-wrap: wrap;
}
#Detail .recommend .column5,
#Detail #recent-products .recent-list .recent-item{
background: #fff;
width:23%;
margin:0 1% 20px;
padding:10px;
}
#Detail .recommend .column5 h3{
font-weight: normal;
}

#Detail #recent-products .recent-list .recent-item p{
  font-size: 85%;
}
#Detail #recent-products > p{
  text-align: center;
}



@media screen and (max-width:1300px){
  #footer-inner .footer_gnavi .foot1{
    flex-direction: column;
  }
  #footer-inner .footer_gnavi .foot1 ul li{
    font-size: 12px;
    padding: 6px 1em!important;
  }
}

@media screen and (max-width:980px){
  #header-inner .head1 p:last-child{
    font-size: 14px;
    letter-spacing: 0;
  }
  #gnav div.cart-nav ul li a, #gnav nav ul li a{
    font-size: 12px;
    margin: 0 2px;
    letter-spacing: 0;
    padding: 14px 1px;
  }
  #main-column .free-contents .cate ul{
    margin:0;
  }
  #main-column .free-contents .cate ul li{
    width:22%;
  }
  #main-column .free-contents .cate ul li a{
    font-size: 14px;
    gap:10px;
  }
  #main-column .free-contents .cate ul li a img{
    max-height: 60px;
  }
  .footer_area .fa_cate ul li{
    font-size: 14px;
  }
  .footer_area .fa_guide > div{
    width: 23%;
  }
  #footer-inner{
    background-size: contain;
    padding-bottom: 40px;
  }
}

@media screen and (max-width:767px){
  p,li,div{font-size: 14px;}
  header{
    position: fixed;
    top:0;
    left: 0;
    background: url("/2510renew/body_bg.jpg");
    z-index: 2;
    box-shadow: 0 0px 10px #c2c0b5;
  }
  header #header-inner,
  #cart-header #header-inner{
    margin: 10px auto 5px;
    padding-right: 0;
  }
  #header-inner .head1{
    display: none;
  }
  #header-inner h1{
    width:200px;
    height: 92px;
  }
  #header-inner .head2{
    width:210px;
  }
  #header-inner .head2 ul{
    justify-content: space-between;
    margin-top: 0;
    align-items: center;
  }
  #header-inner .head2 ul li{
    width: 25%;
    font-size: 9px;
    font-weight: normal;
  }
  #header-inner .head2 ul li:first-child{
    display: block;
  }
  #header-inner .head2 ul li:nth-child(2),
  #header-inner .head2 ul li:nth-child(5),
  #header-inner .head2 ul li::after{
    display: none;
  }
  #header-inner .head2 ul li img{
    margin-bottom: 3px;
  }
  #header-inner #header-nav-drawer{
    display: block;
    position: relative;
    background: #e9a393;
    width:22%!important;
    margin-left: 3%;
    height: 60px;
    top:41%;
  }
  #header-inner #header-nav-drawer p{
    color:#fff;
    letter-spacing: 0;
    position: absolute;
    bottom: 7%;
    width:100%;
    text-align: center;
    letter-spacing: 0;
    font-weight: normal;
    font-size: 9px;
  }
  #header-inner #header-nav-drawer p::before{
    content: "メニュー"
  }
  #header-inner #header-nav-drawer.spsDrawerOpen p::before{
    content: "閉じる"
  }
  #header-nav-drawer span{
    margin-top: -7px;
  }
  #header-nav-drawer span,
  #header-nav-drawer span::before,
  #header-nav-drawer span::after{
    background: #fff;
  }
  #gnav{
    display: none;
  }
  #contents{
    margin-top: 112px;
  }
  #main-column{
    padding: 0;
  }
  #main-column .w100{
    padding: 0;
  }
  #main-column .w100 .freeArea2{
    margin-bottom: 0;
  }
  #main-column .slick-dots{
    margin:0;
  }
  #main-column .slick-dots li{
    margin:0;
  }
  #main-column .slick-dots li button:before{
    font-size: 10px;
  }
  #main-column .slick-dots li.slick-active button:before{
    color: #da6347;
    opacity: 1;
  }
  #main-column .news{
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #main-column .news h2{
    width:40%;
    max-width: 180px;
    height: auto;
    aspect-ratio:236 / 192;
  }
  #main-column .news .news-contents{
    background: transparent;
    text-align: center;
    padding: 10px;
    width:100%;
  }
  #main-column .news .news-contents .news-box dd{
    line-height: 1.6;
  }
  #main-column .free-contents .moreinfo{
    text-align: center;
    padding-bottom: 15px;
  }
  #main-column .free-contents .moreinfo a{
    display: inline-flex;
  }
  #main-column .free-contents .recom{
    margin-top:10px;
  }
  #main-column .free-contents .recom h2{
    width:60%;
    margin:0 auto;
  }
  #main-column .free-contents .recom .recom_slick{
    overflow: visible;
    margin:0 0 0 20px;
  }
  #main-column .free-contents .recom .recom_slick .slick-list{
    padding: 0 15% 0 0!important;
  }
  #main-column .free-contents .recom ul li{
    margin:10px;
    padding: 0;
  }
  #main-column .ranking{
    margin: 20px auto;
    padding: 0;
  }
  #main-column .ranking h2{
    width: 70%;
  }
  #main-column .ranking .column-set{
    overflow: visible;
    margin: 0 0 0 20px;
  }
  #main-column .ranking .column-set .slick-list{
    padding: 0 15% 0 0!important;
  }
  #main-column .ranking .column-set .column5{
    padding: 10px;
    margin: 10px;
    box-sizing: border-box;
  }
  #main-column .free-contents .cate h2{
    width:74%;
    margin:0 auto;
  }
  #main-column .free-contents .cate ul{
    margin: 0 20px;
    gap:12px;
  }
  #main-column .free-contents .cate ul li{
    width: calc(32% - 4px);
  }
  #main-column .free-contents .cate ul li a{
    font-size: 16px;
  }
  #main-column .free-contents .cate ul li a img{
    height: 70px;
  }
  #main-column .free-contents .cate .btn{
    margin-top: 24px;
  }
  #main-column .free-contents .info{
    padding: 0 20px;
  }
  #main-column .free-contents .info h2{
    width: 60%;
    margin: 0 auto;
  }
  #main-column .free-contents .info .flex{
    flex-direction: column;
    margin-bottom: 20px;
    gap:20px;
  }
  #main-column .free-contents .info .flex > *{
    width:100%;
  }
  .footer_area{
    padding:20px;
  }
  .footer_area p.fa_tit:first-child,
  .footer_area .fa_cate{
    display: none;
  }
  .footer_area .fa_guide{
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .footer_area .fa_guide > div{
    width:48%;
    display: flex;
    align-items: center;
    gap:16px;
    text-align: left;
  }
  .footer_area .fa_guide > div > p:last-child{
    display: none;
  }
  #footer-inner{
    background-size: contain;
    padding-bottom:calc(126 / 1600 * 100%);
    background-position: bottom 5px center;
  }
  #footer-inner .footer_gnavi{
    padding: 10px 30px 0!important;
    align-items: flex-start;
  }
  #footer-inner .footer_gnavi .foot1{
    display: none;
  }
  #footer-inner .footer_gnavi .foot2{
    width: 40%;
  }
  #footer-inner .footer_gnavi .foot2 *{
    padding:5px 0;
  }
  #footer-inner .footer_gnavi .foot2 img:nth-child(2){
    width:65%;
    margin-right: 5%;
  }
  #footer-inner .footer_gnavi .foot2 p{
    font-size: 10px;
    padding-top: 0;
    margin-right: 5%;
  }
  #footer-inner .footer_gnavi .foot3{
    width:58%;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap:1em;
    margin-top: 10px;
    padding-bottom: 22px;
  }
  #footer-inner .footer_gnavi .foot3 .inq a{
    padding: 8px 14px 8px 20px;
    margin-bottom: 0;
  }
  #footer-inner .footer_gnavi .foot3 .sp{
    display: block;
    position: absolute;
    bottom:0;
    right: 0;
    font-size: 9px;
    color: #fff;
  }
  #footer-inner .footer_gnavi .foot3 .sp a{
    color: #fff;
  }
  #footer-inner .footer_gnavi .foot3 .inq a::after{
    width:8px;
    height: 8px;
    margin-left: 0.7em;
  }
  #sub-column{
    display: block;
    height: calc(100% - 107px);
    top: auto;
    bottom: 0;
    width:100%;
    right: -100%;
    background: #f9e7e3;
    padding: 40px 0;
  }
  #sub-column.spsDrawerOpen{
    z-index: 101;
  }
  #wrapper.spsDrawerOpen::before{
    display: none;
  }
  #header-inner #header-nav-drawer.spsDrawerOpen{
    background: #444f70;
  }
  #sub-column .freeArea2 .free-contents{
    background: transparent;
    padding: 0;
  }
  #sub-column .freeArea2 .free-contents .sfa #sfa_cart{
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    margin: 0 20px;
  }
  #sub-column .freeArea2 .free-contents .sfa #sfa_cart #member_info,
    #sub-column .freeArea2 .free-contents .sfa #sfa_cart #member_info a{
    color: #d34727;
    font-weight: bold;
  }
  #sub-column .freeArea2 .free-contents .sfa #sfa_cart #cart_info{
    margin-top: 5px;
  }
  #sub-column .freeArea2 .free-contents .sfa #sfa_cart #cart_info img{
    width:20px;
    vertical-align: middle;
    margin-right: 6px;
  }
  #sub-column .freeArea2 .free-contents .sfa #sfa_form{
    border:1px solid #d34727;
    border-radius: 20px;
    padding: 14px 12px;
    margin: 30px 20px;
  }
  #sub-column .freeArea2 .free-contents .sfa #sfa_form form{
    display: flex;
    align-items: center;
  }
  #sub-column .freeArea2 .free-contents .sfa #sfa_form input[type="text"]{
    background:transparent;
    border: none;
    width: 100%;
    outline: none;
    letter-spacing: 0.05em;
  }
  #sub-column .freeArea2 .free-contents .sfa #sfa_form input[type="text"]::placeholder{
    font-size: 12px;
    color: #d34727;
  }
  #sub-column .freeArea2 .free-contents .sfa #sfa_form input[type="image"]{
    height: 30px;
    margin-left: 10px;
  }
  #sub-column .freeArea2 .free-contents .sfa .sfa_cate ul{
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
  }
  #sub-column .freeArea2 .free-contents .sfa .sfa_cate li{
    width:50%;
    border:1px solid #d34727;
    list-style: none;
  }
  #sub-column .freeArea2 .free-contents .sfa .sfa_cate li a{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #d34727;
    font-size: 18px;
    padding: 20px;
    gap:20px;
    text-align: center;
  }
  #sub-column .freeArea2 .free-contents .sfa .sfa_cate li img{
    height: 70px;
  }
  #sub-column .freeArea2 .free-contents .sfa .sfa_guide{
    text-align: center;
  }
  #sub-column .freeArea2 .free-contents .sfa .sfa_guide .guide1{
    display: flex;
    justify-content: center;
    gap:6%;
    margin:30px 0;
  }
  #sub-column .freeArea2 .free-contents .sfa .sfa_guide .guide1 > *{
    width:40%;
  }
  #sub-column .freeArea2 .free-contents .sfa .sfa_guide .guide1 a{
    background: #fff;
    text-align: center;
    padding: 20px;
    text-align: center;
    color: #444f70;
    font-weight: bold;
  }
  #sub-column .freeArea2 .free-contents .sfa .sfa_guide .guide1 a img{
    display: block;
    margin: 0 auto 5px;
    height: 50px;
  }
  
  #sub-column .freeArea2 .free-contents .sfa .sfa_guide .guide1 + p{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.1;
    background-image: url("/2510renew/icon1.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 20px;
    padding: 10px 0 0 8px;
    display: inline-block;
  }
  #sub-column .freeArea2 .free-contents .sfa .sfa_guide .guide1 + p span{
    color: #d34727;
    font-size: 30px;
    letter-spacing: 0.2em;
    margin-left: 0.2em;
  }

  #sub-column .freeArea2 .free-contents .sfa .sfa_guide .guide1 + p + p{
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.3;
    margin-top: 30px;
  }

  #sub-column .freeArea2 .free-contents .sfa .sfa_guide .guide1 + p + p img{
    max-width:270px;
    width:70%;
  }
  #sub-column .freeArea2 .free-contents .sfa .sfa_guide .guide1 + p + p span{
    font-size:11px;
    letter-spacing: 0;
  }
  #sub-column .freeArea2 .free-contents .sfa .sfa_page{
    margin-top: 30px;
    background: #f7f6ed;
  }
  #sub-column .freeArea2 .free-contents .sfa .sfa_page ul{
    margin: 0;
    border-top: 1px solid #d34727;
  }
  #sub-column .freeArea2 .free-contents .sfa .sfa_page li{
    list-style: none;
  }
  #sub-column .freeArea2 .free-contents .sfa .sfa_page li a{
    display: block;
    padding: 30px 10%;
    border-bottom: 1px solid #d34727;
    color: #d34727;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
    font-size: 20px;
  }
  #sub-column .freeArea2 .free-contents .sfa .sfa_page li a::before{
    content:"";
    display: block;
    position: absolute;
    width:75px;
    height: 1px;
    background: #d34727;
    top:50%;
    right: 7%;
  }
  #sub-column .freeArea2 .free-contents .sfa .sfa_page li a::after{
    content:"";
    display: block;
    position: absolute;
    width:16px;
    height: 0.5px;
    background: #d34727;
    transform: rotate(40deg);
    top:44%;
    right: 6.6%;
  }
  #sub-column .freeArea2 .free-contents .sfa .sfa_sns {
    padding-top: 30px;
  }
  #sub-column .freeArea2 .free-contents .sfa .sfa_sns div,
  #sub-column .freeArea2 .free-contents .sfa .sfa_sns a{
    font-size: 10px;
    color: #d34727;
    text-align: center;
  }
  #sub-column .freeArea2 .free-contents .sfa .sfa_sns a img{
    width:40px;
  }
  #floating-menu{
    right:10px;
    bottom:10px;
  }
  #page-top a{
    width: 60px;
    height: 120px;
  }
  

  /* CART */
  #cart-header #header-inner #header-nav-drawer{
    visibility: hidden;
    pointer-events: none;
  }
  #cart-header #header-inner .member_info_cart_info{
    display: none!important;
  }
  #cart-header + #contents{
    margin-top: 10px;
  }
  .cart-section .footer_area{
    padding: 0;
  }
  
  /* フリーページ */
  #Journal{
    margin:40px 0 20px;
  }
  #Journal h2{
    padding:0 0 30px;
  }
  #Journal h2 a{
    font-size: 24px;
  }
  #Journal p{
    line-height: 1.6;
    font-size:14px;
  }
  #JournalList h1{
  font-size:24px;
  }
  #JournalList h2 a{
  font-size:16px;
  }
  #JournalList .mediaList dl dd{
  width:100%;
  }
  #JournalList h2 a::after{
    height: 12px;
    width:12px;
  }
  
  /* 商品一覧 */
  #itemList .itemThumb .item-list-span-img{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #itemList .itemThumb a img{
    height: auto!important;
  }
  
  /* 商品詳細 */
  
  #Detail #itemDetail-cont .itemThumb-wrap,
  #Detail #itemDetail-cont .itemOutline{
    width:96%;
    margin: 0 auto;
    float: none;
  }
  #Detail #itemDetail-wrap .itemOutline table th,
  #Detail #itemDetail-wrap .itemOutline table td{
    font-size: 14px;
  }
  #Detail #itemDetail-wrap h2{
    font-size: 24px;
  }
  #Detail #itemDetail-wrap .item_intro1 .flex{
    flex-direction: column-reverse;
    margin-top: 0;
  }
  #Detail #itemDetail-wrap .item_intro1 .flex img{
    max-width: max-content;
    width:80%;
  }
  #Detail #itemDetail-wrap .item_intro1 .visual{
    margin-bottom: 0;
  }
  #Detail #itemDetail-wrap .item_intro1 .flex div h3{
    padding:30px 0 20px;
  }
  #Detail #itemDetail-wrap .item_intro2 table th,
  #Detail #itemDetail-wrap .item_intro2 table td{
    padding:5px 10px;
    font-size: 12px;
  }
  #Detail #itemDetail-wrap .btn a{
    font-size: 16px;
  }
  article#Detail #main-column section.recommend{
    padding:0;
  }
  #Detail #recent-products h3, #Detail .recommend h2{
    margin-top: 0;
    font-size: 18px;
    padding: 20px 0;
  }
  #Detail .recommend .column-set, #Detail #recent-products .recent-list{
    flex-wrap:wrap;
  }
  #Detail .recommend .column5, #Detail #recent-products .recent-list .recent-item{
    width:48%;
    padding:10px 4px;
    margin-bottom:5px;
    align-items: center;
  }
  #Detail #recent-products .recent-list .recent-item a{
    display: flex;
    align-items: center;
  }
  #Detail .recommend .column5 .itemThumb a img{
    height:auto;
  }
  #Detail .recommend .column5 .itemThumb-wrap,
  #Detail #recent-products .recent-list .recent-item a img{
    margin-bottom: 0;
  }
  #Detail .recommend .column5 h3{
    margin-bottom: 0;
  }
  #Detail .recommend .column5 .badge,
  #Detail .recommend .column5 .fx_price,
  #Detail .recommend .column5 .price,
  #Detail .recommend .column5 .quantityArea{
    display: none;
  }
  
}

@media screen and (max-width:680px){
  #main-column .free-contents .cate ul li{
    width:calc(49% - 4px);
    justify-content: center;
  }
}

@media screen and (max-width:480px){
  #header-inner h1{
    width:150px;
    height: 68px;
  }
  #contents{
    margin-top: 87px;
  }
  #main-column .news dl.news-box{
    padding:6px 0;
  }
  #main-column .free-contents .recom ul li,
  #main-column .ranking .column-set .column5{
    margin: 6px;
  }
  #main-column .free-contents .cate ul li a{
    font-size: 14px;
  }
  #main-column .free-contents .cate ul li a img{
    height: 50px;
  }
  .footer_area .fa_tit{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .footer_area .fa_guide{
    padding: 0;
  }
  .footer_area .fa_guide > div{
    gap:10px;
  }
  .footer_area .fa_guide > div img{
    width:40px;
  }
  .footer_area .fa_guide > div p:nth-last-child(2){
    font-size: 12px;
  }
  .footer_area .fa_guide > div p br{
    display: none;
  }
  #footer-inner .footer_gnavi{
    flex-direction: column;
  }
  #footer-inner .footer_gnavi .foot2,
  #footer-inner .footer_gnavi .foot3{
    width: 100%;
    justify-content: center;
  }
  #footer-inner .footer_gnavi .foot3 .inq a::after{
    margin-left: 5px;
  }
  #footer-inner .footer_gnavi .foot3 .sp{
    width: 100%;
    text-align: center;
  }
  #floating-menu{
    right: -10px;
    bottom:-30px;
  }
  #sub-column{
    height: calc(100% - 83px);
  }
  #sub-column .freeArea2 .free-contents .sfa #sfa_form{
    margin: 20px;
    padding: 4px 12px;
  }
  #sub-column .freeArea2 .free-contents .sfa .sfa_cate li a{
    font-size: 14px;
    padding: 12px;
  }
  #sub-column .freeArea2 .free-contents .sfa .sfa_page li a{
    font-size: 16px;
    padding: 20px 10%;
  }
  #JournalList .mediaList{
    flex-direction: column;
  }
}