@charset "euc-jp";

/* ************************************************
*  all
* ************************************************ */
* {
  margin: 0px;
  padding: 0px;
}

html {
  overflow-y: scroll;
  height: 100%;
}

body {
  text-align: center;
  font-size: 16px;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  background: #fff;
/*
  background-color: <{$page_bgcolor}>;
  background-image: url(<{$page_bgimg}>);
*/
}
/*
.inter- {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
}
*/
a {
  outline: none;
}
/*
a:visited,:link {
  text-decoration: none;
}
*/
a:hover {
  text-decoration: none;
/*  color: <{$link_hover}>;*/
}

img{
  vertical-align: top;
}

br.clear {
  clear: both;
  font: 0pt/0pt sans-serif;
  line-height: 0;
}

hr {
  clear: left;
  margin: 10px 0;
  border: 0;
}

img {
  border: none;
  vertical-align: middle;
}
em{
  font-style: normal;
}
ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

a.new-window:after{
  content: url('https://img06.shop-pro.jp/PA01176/883/etc_base64/aWNvbi1ibGFuaw.png?cmsp_timestamp=20240711134728');
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
}

/* ************************************************
*  clearfix
* ************************************************ */

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

/* ************************************************
*  layout
* ************************************************ */

/*#container→.main*/
.main {
  margin: 0;
  padding: 0;
  width: 100%;
}

/*ヘッダー*/
header {

}
.container{
  max-width: 1170px;
  margin: 0 auto;
}
@media(max-width:1199px){
  .container{
    padding: 0 15px;
  }
  .container.nopad{
    padding: 0;
  }
}

.head-part{
  display: grid;
  grid-template-columns: 133px calc(100% - 371px) 178px;
  align-items: center;
  gap: 30px;
  width: auto;
  box-sizing: border-box;
  padding: 20px 0;
}
.head-part a{
  text-decoration: none;
}

.head-logo em,
.head-logo:hover em{
  font-size: 11px;
  color: #1977b5;
  white-space: nowrap;
  font-weight: 500;
}

.head-logo img{
  width: 100%;
  height: auto;
}
.head-button{
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.head-button li{
  text-align: center;
  border-right: solid 1px #CFD4D7;
}
.head-button li:last-child{
  border-right: none;
}
.head-button li a{
  font-size: 14px;
  display: block;
  position: relative;
  padding: 10px 0;
}

.head-button li a img{
  width: 20px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 5px;
  display: block;
}
.head-button li a .count{
  position: absolute;
  right: 0;
  top: -10px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.0em;
  font-weight: 500;
  color: #fff;
  background: #f00;
  height: 2.0em;
  padding: 0.35em 0.65em 0 0.65em;
  border-radius: 3px;
}
.head-search{
  padding: 17px;
  background: #ECEFF0;
  border-radius: 5px;
  box-sizing: border-box;
}
.head-search form{
  display: grid;
  grid-template-columns: 180px auto 36px;
  align-items: center;
  gap: 0;
  padding: 0;
  margin: 0;
  border: solid 1px #535B60;
  border-radius: 5px;
  overflow: hidden;
}
.head-search form input,
.head-search form select{
  font-size: 14px;
  margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	appearance: none;
  height: 36px;
}
.head-search form select{
  background: #F6F4DA url('https://img06.shop-pro.jp/PA01176/883/etc_base64/YXJyb3ctZG93bg.png?cmsp_timestamp=20240628141134') no-repeat 95% center;
  color: #828282;
  padding-left: 1.0em;
  padding-right: 2.0em;
  cursor: pointer;
  position: relative;
}
.head-search form select option{
  background: #fff;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.head-search form input[type="text"]{
  background: #fff;
  padding-left: 1.0em;
  width: calc(100% - 1.0em);
}
.head-search form input[type="submit"]{
  background: #535B60 url('https://img06.shop-pro.jp/PA01176/883/etc_base64/aWNvbi1zZWFyY2g.png?cmsp_timestamp=20240628141304') no-repeat center center;
  cursor: pointer;
}

nav{
  background: #1977B5;
  width: 100%;
}
nav ul{
  margin: 0 auto;
  max-width: 1170px;
  display: grid;
/*
  grid-template-columns: 14.5% repeat(4,1fr);
*/
  grid-template-columns: auto repeat(5,1fr);
  align-items: center;
}
nav ul li{
  border-right: solid 1px #4397CE;
}
nav ul li:last-child{
  border-right: none;
}
nav ul li a{
  display: block;
  color: #fff;
  line-height: 1.25em;
  font-size: 16px;
  font-weight: 500;
  padding: 0.75em;
  place-content: center;
  place-items: center;
  transition: all 0.3s;
  text-decoration: none;
}
nav ul li a:hover{
  color: #fff;
  background: #095283;
}
@media(max-width:991px){
  nav ul li a{
  font-size: 14px;
  padding: 0.75em 0.75em;
  }
}

/*-------------------------------------------------------------------------------------------------------------*/
@media(max-width:991px){
  .head-part{
    grid-template-columns: 123px calc(100% - 301px) 148px;
    gap: 15px;
    padding: 15px 0;
  }
  .head-logo em,
  .head-logo:hover em{
    font-size: 10px;
  }

  .head-button li a{
    font-size: 13px;
  }
  .head-search{
    padding: 12px;
  }
/*
  .head-search form{
    grid-template-columns: 30% auto 36px;
  }
*/
}

@media(max-width:767px){

  .head-part{
    grid-template-columns: 123px 148px;
    gap: 10px calc(100% - 271px);
    padding: 10px 0;
  }
  .head-logo {
    order: 1;
  }
  .head-button{
    order: 2;
  }

  .head-part{ display: grid; grid-template-columns: 123px auto; gap: 8px 12px; padding: 10px 0; }
  .head-button { order: 2; padding-right: 60px; grid-template-columns: auto auto !important; justify-content: right; }
  .head-button li{ width: 20vw; max-width: 72px; }
  .head-button li a {
    font-size: 11px;
  }
  .head-search{
    order: 3;
    padding: 10px;
    grid-column-start: 1;
    grid-column-end: 3;
  }
/*
  .head-search form{
    grid-template-columns: 35% auto 36px;
  }
*/
  .head-search form select{
    padding-left: 0.5em;
  }
  nav{
    display: none;
  }
}

@media(max-width:499px){
  .head-logo em,
  .head-logo:hover em{
    font-size: 2.0vw;
  }
  .head-search form{
    grid-template-columns: 110px auto 36px;
  }
  .head-search form select{
    font-size: 10px;
    letter-spacing: 0;
    padding-left: 0.5em;
  }
  .head-search form input[type="text"] {
    width: calc(100% - 1.0em);
  }
}


/*-------------------------------------------------------------------------------------------------------------*/

.container{
  position: relative;
}
.section{
  margin-bottom: 30px;
  width: 100%;
}
.section.footer01,
.section.footer02,
.section.footer03,
.section.nopad{
  margin: 0;
}
.section.footer01{
  background: #F9F9F9;
  padding: 60px 0;
}
.section.footer02{
  background: #EEEEEE;
  padding: 30px 0;
}
.section.footer03{
  background: #1977B5;
  padding: 120px 0;
}

.footer-sitemap{
  max-width: 1170px;
  margin: 0 auto;
}
.footer-sitemap ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  align-items: flex-start;
  gap: 30px;
  text-align: left;
}
.footer-sitemap ul li{
}
.footer-sitemap ul li h2{
  font-size: 18px;
  font-weight: 700;
  padding: 1.0em 1.0em 1.0em 30px;
  border-bottom: solid 2px #ccc;
  margin-bottom: 1.0em;
  position: relative;
}
.footer-sitemap ul li h2:before{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer-sitemap ul li h2.icon-category:before{
  content: url('https://img06.shop-pro.jp/PA01176/883/etc_base64/aWNvbi1jYXRlZ29yeS1taW4.png?cmsp_timestamp=20240711121319');
}
.footer-sitemap ul li h2.icon-member:before{
  content: url('https://img06.shop-pro.jp/PA01176/883/etc_base64/aWNvbi1jYXJ0LW1pbg.png?cmsp_timestamp=20240711121319');
}
.footer-sitemap ul li h2.icon-info:before{
  content: url('https://img06.shop-pro.jp/PA01176/883/etc_base64/aWNvbi1pbmZvLW1pbg.png?cmsp_timestamp=20240711121319');
}
.footer-sitemap ul li h2.icon-support:before{
  content: url('https://img06.shop-pro.jp/PA01176/883/etc_base64/aWNvbi1zdXBwb3J0LW1pbg.png?cmsp_timestamp=20240711121319');
}

.footer-sitemap ul li ul{
  display: block;
}

.footer-sitemap ul li ul li a{
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 0.35em 0.35em 0.35em 30px;
}

.portal--footlink{
  max-width: 1170px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 400px auto;
  align-items: center;
  gap: 0;
}
.portal--footlink .portal{
  display: grid;
  grid-template-columns: 160px auto;
  align-items: center;
  gap: 30px;
}
.portal--footlink .portal{
  text-align: left;
}
.portal--footlink .portal .portal-name p{
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0.25em;
}
.portal--footlink .portal .portal-name span{
  display: inline-block;
  font-weight: 400;
  font-size: 11px;
}
.footlink{
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  justify-content: right;
}
.footlink li{
  border-right: solid 1px #ccc;
}
.footlink li:last-child{
  border-right: none;
}
.footlink li a{
  font-size: 12px;
  padding: 0.5em 1.25em;
  display: block;
}

.section.footer03 p{
  font-size: 12px;
  color: #fff;
  margin-bottom: 20px;
}
/*
.section.footer03 p br{
  display: none;
}
*/


/*-------------------------------------------------------------------------------*/
@media(max-width:1199px){
  .footer-sitemap,
  .portal--footlink,
  .section.footer03{
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
  }
  .section.footer03{
    padding: 50px 15px;
  }
}

@media(max-width:991px){
  .footer-sitemap ul{
    gap: 20px;
  }
  .footer-sitemap ul li h2{
    font-size: 16px;
  }

  .portal--footlink{
    grid-template-columns: 1fr;
    gap: 30px 0;
  }
  .portal--footlink .portal{
    order: 2;
  }
  .portal--footlink .portal .portal-name p{
    font-size: 14px;
    margin-bottom: 0;
  }
  .portal--footlink .portal .portal-name span{
    font-size: 12px;
  }
  .footlink{
    order: 1;
  }
  .footlink li a{
    font-size: 14px;
  }
}

@media(max-width:767px){
  .footer-sitemap ul{
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .footer-sitemap ul li h2{
    font-size: 18px;
  }

  .footlink{
    grid-template-columns: 1fr;
    justify-content: right;
    text-align: right;
  }
  .footlink li a{
    font-size: 14px;
  }
  .footlink li:last-child{
    border-right: solid 1px #ccc;
  }
/*
  .section.footer03 p br{
    display: block;
  }
*/
}

@media(max-width:499px){
  .portal--footlink .portal{
    grid-template-columns: 1fr;
    gap: 15px;
  }
}


/*
#header {
  clear:both;
  padding: 20px 0;
  width:100%;
}
*/

/*サイド*/
#side {
/*
  float: left;
  width: 200px;
*/
}

/*フッター（コピーライト）*/
#footer {
  clear:both;
  padding: 0;
  width:100%;
/*  border-top: 1px solid #ccc;*/
  color: #030303;
  text-align: center;
}

/*スライダー*/
.slider{
  margin: 0 0 70px;
}

.h2-belt{
  width: 100%;
  background: url('https://img06.shop-pro.jp/PA01176/883/etc_base64/aDJfYmFyYmc.png?cmsp_timestamp=20240705150714') no-repeat center center;
  height: 54px;
  margin-bottom: 30px;
}
.base-h2{
  background: linear-gradient(to right,#4F9CCF 0%,#1977B5 100%);
  height: 100%;
  max-width: 1170px;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 24px;
  color: #fff;
  position: relative;
  text-align:left;
  display: flex;
//  justify-content: center;
  align-items: center;
  padding-left: 70px;
  position: relative;
}
.base-h2:before{
  content: url('https://img06.shop-pro.jp/PA01176/883/etc_base64/aWNvbi1zbnM.png?cmsp_timestamp=20240705151954');
  position: absolute;
  left: 20px;
  bottom: 0;
}
.base-h2 small{
  font-size: 14px;
  font-weight: 500;
  color: #BADFF8;
  display: inline-block;
  margin-left: 1.0em;
  vertical-align: bottom;
}

@media(max-width:767px){
.base-h2{
  font-size: 20px;
  padding-left: 52px;
  line-height: 1.2;
}
.base-h2:before{
  left: 15px;
}
.base-h2 small{
  font-size: 12px;
}
}
@media(max-width:399px){
  .base-h2{
    font-size: 5.0vw;
  }
  .base-h2 small{
    display: none;
  }
}


/* ************************************************
*  header
* ************************************************ */

#header .header_link {
  float: right;
  margin-bottom: 15px;
}
#header .header_link ul {
}
#header .header_link ul li {
  float: left;
  margin-left: 20px;
  list-style-type: none;
  line-height: 16px;
}
#header .header_link ul li i {
  display: block;
  float: left;
  margin-right: 5px;
  width: 16px;
  height: 16px;
}
#header .header_link ul li a {
  text-decoration: none;
}
#header .header_link ul li.my_account {
}
#header .header_link ul li.my_account i.account {
  background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat left -97px;
}
#header .header_link ul li.member_login_btn i.login {
  background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat left -225px;
}
#header .header_link ul li.member_regist_btn i.regist {
  background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat 0px -193px;
}
#header .header_link ul li.member_logout_btn i.logout {
  background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat left -210px;
}
#header .member_login_name{
  float: right;
  clear: right;
  margin: 0 0 13px;
}
#header .header_link ul li.view_cart {
}
#header .header_link ul li.view_cart i.cart {
  background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat 0px 0px;
}
#header .header_link ul li.view_cart span.count {
  margin-left: 5px;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ff3355;
  color: #fff;
  font-weight: bolder;
}

#header .header_delivery_price {
  float: right;
  clear: right;
  margin: 0 0 17px;
  padding: .5em 1em .3em;
  border: solid 1px #aaa;
  list-style: none;
  line-height: 1.5;
}

#header .search {
  float: right;
  clear: right;
  margin-bottom: 40px;
}

#header h1.logo {
  max-width: 50%;
  word-wrap: break-word;
  font-size: 40px;
}
#header h1.logo a {
  text-decoration: none;
}
#header h1.logo img {
  max-width: 100%;
}

/* ************************************************
*  footer
* ************************************************ */

#footer a {
  text-decoration: none;
  color: #666;
}

#footer .footer_menu {
  clear: both;
  margin-bottom: 10px;
}
#footer .footer_menu li {
  display: inline;
  margin: 0 5px;
}

.footer_sns {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 auto 20px auto;
}
.footer_sns li {
  margin-right: 10px;
}
.footer_sns li:last-child {
  margin-right: 0;
}
.footer_sns img {
  width: 20px;
}

.copyright {
  clear: both;
  padding: 1em 0;
  text-align: center;
  font-size: 76.923%;
}

.powered {
  display: inline;
  margin-left: 1em;
  text-align: center;
  line-height: 18px;
}
.powered a {
  color: #777;
  text-decoration: none;
}
.powered img {
  margin-left: .3em;
  width: 200px;
  height: 18px;
}

.foot_policy{
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 0 0 20px 0;
  max-width: 1170px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
  gap: 30px;
/*
  border-bottom: 1px solid #ccc;
*/
}

.foot_sk_box{
  padding: 25px 0;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 400;
}
.foot_sk_box h3{
  margin: 0 0 0.75em;
  padding-bottom: 0.5em;
  border-bottom: solid 2px #ccc;
  font-size: 22px;
}
.foot_sk_box h4{
  font-size: 18px;
  margin: 0 0 0.75em;
  padding-bottom: 0.5em;
  border-bottom: dashed 1px #ccc;
}
.foot_sk_box dt{
  margin: 0 0 .5em;
}
.foot_sk_box dd{
  margin: 0 0 1.5em;
}

#mobile{
  width: 145px;
}

/* ************************************************
*  main
* ************************************************ */

.article .box {
  padding: 50px 0;
/*
  clear: both;
  overflow: hidden;
  margin-bottom: 60px;
  border-top: solid 1px #999;
*/
}
.article .box h3 {
  font-size: 13px;
  vertical-align: middle;
}

.header_block{
  clear: both;
  padding: 1.1em 0;
  background: transparent url("https://img.shop-pro.jp/tmpl_img/67/border_bottom.png") repeat-x left bottom;
}
.header_block .icon{
  float: left;
  margin: 0 14px 0 0;
  width: 20px;
  height: auto;
  text-align: center;
}
.header_block .icon img{
  max-width: 100%;
}
.header_block .title{
  float: left;
  text-align: left;
}
.header_block h3{
  padding: 0;
  border: none;
  text-align: left;
}
.header_block p{
  margin-top: 4px;
  color: #999;
}
.article .header_block{
  margin: 0 0 30px;
}
.article .header_block .icon{
  padding: 0;
}

/* ************************************************
*  item_box
* ************************************************ */

/*240709 Add*/
.item-list{
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 20px;
  align-items: stretch;
}
.item-list li a{
  display: block;
  text-decoration: none;
  border: solid 1px #ccc;
  padding: 15px 15px 20px 15px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  transition: all 0.3s;
}
.item-list li a:after{
  content: url('https://img06.shop-pro.jp/PA01176/883/etc_base64/YXJyb3ctcmlnaHQtYmx1ZQ.png?cmsp_timestamp=20240726184258');
  position: absolute;
  right: 20px;
  bottom: 20px;
  opacity: 0.5;
  transition: all 0.3s;
}
.item-list li a:hover{
  border: solid 1px #1977b5;
}
.item-list li a:hover:after{
  right: 10px;
  opacity: 1.0;
}

.item-list li h3,
.item-list li .item-price{
  text-align: left;
}
.item-list li h3{
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  color: #555;
  min-height: 4.2em;
  margin-bottom: 0.5em;
  word-break: break-all;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.item-list li .item-image{
  text-align: left;
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin-bottom: 10px;
}
.item-list li img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
}
.item-list li .item-price{
}
.item-list li .item-price .price-01{
}
.item-list li .item-price .price-02{
  font-size: 16px;
  font-weight: 700;
  color: #f00;
}

.item-list li span.discount_off,
.item-list li span.sold_out{
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 15px;
  font-weight: 700;
  padding: 0.25em 1.0em;
}
.item-list li span.discount_off{
  background: #c00;
  color: #ff0;
}
.item-list li span.sold_out{
  background: #c00;
  color: #fff;
}
.item-list.divs-5{
  grid-template-columns: repeat(5,1fr);
}
.item-list.divs-4{
  grid-template-columns: repeat(4,1fr);
}
.item-list.divs-3{
  grid-template-columns: repeat(3,1fr);
}

@media(max-width:991px){
  .item-list{
    gap: 15px;
  }
  .item-list.divs-5{
    grid-template-columns: repeat(4,1fr);
  }
  .item-list.divs-4{
    grid-template-columns: repeat(3,1fr);
  }
}

@media(max-width:767px){
  .item-list{
    gap: 3.0vw;
  }
  .item-list.divs-5,
  .item-list.divs-4{
    grid-template-columns: repeat(2,1fr);
  }
  .item-list.divs-3{
    grid-template-columns: repeat(1,1fr);
  }
}


/* 差し替え予定 */
.item_box {
  display:inline-block;
  float: left;
  margin: 0 41px 45px 0;
  width: 205px;
  vertical-align:top;
  text-align: left;
  display:inline;
  zoom: 1;
}
.item_box .item_image {
  margin: 0px;
}
.item_box .item_image img.item {
  max-width: 100%;
  border: solid 1px #ddd;
}
.item_box .item_detail {
  margin: 15px 0 0;
  padding-left: 10px;
  border-left: solid 1px #ddd;
}
.item_box .item_detail p{
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
}

.item_box .item_detail p.item_name {
  margin-bottom: 5px;
  font-size: 15px;
}

.item_box .item_detail p.item_description{
  text-overflow: initial;
  overflow: visible;
  white-space: normal;
}

p.item_regular_price, p.item_price, p.item_discount {
  margin-bottom: 10px;
  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
  Meiryo, メイリオ, sans-serif;
}

.box_last{
  margin-right: 0;
}

.box_small .item_box {
  display:inline-block;
  margin: 0 33px 45px 0;
  width: 113px;
  vertical-align:top;
  text-align: left;
  /display:inline;
  /zoom:1;
}
.box_small p {
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
}
.box_small .item_box .item_detail a {
  margin-bottom: 5px;
  font-size: 13px;
}

.box_small .box_last {
  margin-right: 0;
}

.stock_error{
  display:none;
  padding:10px 0;
  color:#DA5858;
  font-weight:bold;
}

/* ************************************************
*  Top_Page
* ************************************************ */

.article #box_info p {
  line-height: 20px;
}

.article #box_free {
  padding: 20px;
  border: #aaa solid 1px;
}
.article #box_free p {
  line-height: 20px;
}
/*
.article #box_news .header_block{
  margin-bottom: 0;
}
.article #box_news ul{
  margin-left: 0;
  list-style: none;
}
.article #box_news ul li{
  border-top:#ddd solid 1px;
}
.article #box_news ul li:first-child{
  border-top:none;
}
.article #box_news  ul li div{
  padding: 1.6em 0 1.4em;
}
.article #box_news  p.news_date{
  float: left;
  margin-right: 20px;
  width: 70px;
}
.article #box_news  p.news_message{
  float: left;
}
*/


/* ************************************************
*  product_detail_page
* ************************************************ */

.product_name {
  font-size: ;
  margin-bottom: 0.8em;
  padding-bottom: 0.6em;
  background: transparent url("https://img.shop-pro.jp/tmpl_img/67/border_bottom.png") repeat-x left bottom;
  text-align: left;
  font-size: 24px;
  word-break: break-all;
  line-height: 1.5;
  font-weight: 500;
}

.product_detail_area {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 40% calc(60% - 30px);
  gap: 30px;
}

@media(max-width:767px){
  .product_detail_area {
    grid-template-columns: 1fr;
  }
}

.product_images {
/*  order: 1;*/
/*
  display: inline-block;
  float: left;
  width: 400px;
*/
  width: 100%;
  box-sizing: border-box;
}
.product_images div{
}
.product_images div img {
  border: 1px solid #ddd;
  border-radius: 5px;
/*  overflow: hidden;*/
  width: 100%;
  height: auto;
/*
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height:auto;
*/
}
.product_images div p.detail {
  margin-top: 10px;
  line-height: 20px;
}

.add_cart {
/*
  clear: right;
  float: right;
  overflow: hidden;
  width: 270px;
*/
}
.add_cart_table {
  margin-top: 15px;
  margin-bottom: 25px;
  width: 100%;
  border-collapse: collapse;
}
.add_cart_table tr{
  border-bottom: solid 1px #eee;
}
.add_cart_table th,
.add_cart_table td{
  text-align: left;
  font-size: 16px;
  padding: 0.75em;
}
.add_cart_table th{
  padding-left: 1.0em;
}
.add_cart_table tr td table tr{
  border-bottom: none;
}
.add_cart_table input[type="text"] {
  font-size: 16px;
  padding: 0.25em;
  margin-right: 5px;
}

strong.price{
  font-size: 20px;
  color: #c00;
  font-weight: 700;
}


/*240717 out
table.add_cart_table {
  margin-bottom: 10px;
  width: 100%;
  border-left: solid 1px #ccc;
  table-layout:fixed;
  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
  Meiryo, メイリオ, sans-serif;
}
table.add_cart_table th {
  display: inline-block;
  overflow: hidden;
  padding: 12px 4px 12px 18px;
  width: 35%;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
table.add_cart_table td {
  display: inline-block;
  overflow: hidden;
  padding: 10px 0;
  width: 55%;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
table.add_cart_table td input {
  padding: 0 4px;
  width: 38px;
  height: 26px;
  font-size: 15px;
  line-height: 26px;
  vertical-align: middle;
}
table.add_cart_table td strong.price {
  font-size: 14px;
}
table.add_cart_table td input.text-titles-list__detail-text {
  width: 130px;
}

table#option_tbl {
  margin-bottom: 20px;
  width: 100%;
}
table#option_tbl th,
table#option_tbl td.none {
  background: whiteSmoke;
}
table#option_tbl th,
table#option_tbl td {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
}
table#option_tbl th {
  background: whiteSmoke;
}
table#option_tbl td div input {
  margin-bottom: 5px;
}
*/


ul.option_price {
  margin: 0 0 20px 0;
}
ul.option_price li {
  list-style-type: none;
}
/*
.option_box{
  width: 100%;
  padding: 20px 0;
  text-align: left;
}

#option_tbl{
  width: 100%;
  box-sizing: border-box;
}

#option_tbl tr th,
#option_tbl tr td{
  font-size: 14px;
  padding: 0.35em;
}
*/

table td.pur_block{
  margin: 0 5px 0 0;
  width: auto;
  white-space: normal;
}

.button_area input {
  width: 100%;
}

.product_description {
  word-wrap: break-word;
  word-break: break-all;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  border-bottom: solid 1px #555;
  padding-bottom: 1.0em;
}

.product_image_extra {
  margin-bottom: 20px;
  text-align: center;
}
.product_image_extra img.item {
  margin-bottom: 20px;
}

.product_link_area {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: #ccc solid 1px;
}
.product_link_area div.twitter {
  float: left;
  width: 100px;
}
.product_link_area div.pinterest {
  float: left;
  margin-right: 30px;
}
.product_link_area div.fb-like {
  float: left;
  width: 200px;
}

.product_link_area ul.other_link {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: left;
  list-style: disc;
  padding: 0 10% 15px 10%;
  border-bottom: dotted 1px #ccc;
}
.product_link_area ul.other_link li{
  padding-bottom: 0.1em;
    font-size: 14px;
}

/*
.product_link_area ul.other_link {
  clear: both;
  margin-top: 20px;
  margin-left: 20px;
}
.product_link_area ul.other_link li {
  margin-bottom: 10px;
}
*/

.share{
  margin: 15px 0 0;
  list-style: none;
}
.share li{
  display: inline-block;
  float: left;
  margin: 0 10px 10px 0;
  max-width: 125px;
}
.calamel-link{
  margin-top: 10px;
}

#tb_cap_tb{
  margin-top: 20px;
}

.tb {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #CCC;
}
#tb_stitle {
  margin-bottom: 20px;
}

.tb_date, .tb_title, .tb_body, .tb_state {
  margin-bottom: 5px;
}

/* ************************************************
*  cloud_zoom
* ************************************************ */
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
  margin:-4px;  /* Set this to minus the border thickness. */
  border: 4px solid #888;
  background-color:#fff;
  cursor:move;
}

/* This is for the title text. */
.cloud-zoom-title {
  position:absolute !important;
  top:0px;
  padding:3px;
  width:100%;
  background-color:#000;
  color:#fff;
  text-align:center;
  font-weight:bold;
  font-size:10px;
  font-family:Arial, Helvetica, sans-serif;
}

/* This is the zoom window. */
.cloud-zoom-big {
  overflow:hidden;
  border: 4px solid #c86464;
}

/* This is the loading message. */
.cloud-zoom-loading {
  padding:3px;
  border:1px solid #000;
  background:#222;
  color:white;
}

/* Feature section in ZoomEngine page */
.zoom-section {
  clear:both;
}

* html .zoom-section {
  display:inline;
  clear:both;
}

.zoom-small-image {
/*  float: left;*/
  margin-top: 4px;
  width: 100%;
}
.zoom-small-image #wrap {
  position: relative;
  top: 0px;
  z-index: 9999;
}

.cloud-zoom {
  margin-bottom: 20px;
}

.zoom-small-image .mousetrap {
  position: absolute;
  top:0px;
  left:0px;
  z-index:999;
  width: 100%;
}

/* Feature descriptions in ZoomEngine page */
.zoom-desc {
  clear: left;
  width: 100%;
}

a.cloud-zoom-gallery {
  display: block;
  float: left;
  margin: 0 22px 20px 0;
  width: 82px;
  height: 82px;
  cursor: pointer;
}
.zoom-tiny-image {
  padding: 3px;
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  background: #efefef;
}
.zoom-tiny-image.selected {
  border: 1px solid #c86464;
  background: #c86464;
}
.zoom-tiny-image:hover {
  border: 1px solid #c86464;
}

a.gallery_last{
  margin-right: 0;
}

/* ************************************************
*  product_option_window
* ************************************************ */

#product_option {
  margin: 20px;
  padding: 20px;
  background: #fff;
}
#product_option h2 {
  margin-bottom: 20px;
}

table.table_option {
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #fff;
}
table.table_option th {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #f5f5f5;
}
table.table_option td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

/* ************************************************
*  product_list_page
* ************************************************ */

.sub_category_area,
.sub_group_area {
  margin-bottom: 20px;
  padding: 10px 10px 0px 10px;
  height: 100%;
  border: solid 1px #ccc;
}

.sub_category_area div.sub_category,
.sub_group_area div.sub_group {
  float: left;
  margin: 0 20px 10px 0;
}

.sub_category_area div.sub_category img,
.sub_group_area div.sub_group img {
  margin-right: 10px;
  border: solid 1px #ccc;
}

/* ************************************************
*  search_page
* ************************************************ */

.search_result {
  margin: 20px 0;
  padding: 10px 0;
  background: #f5f5f5;
  text-align: center;
}
.search_result span{
  display: inline-block;
  margin: 0 0.65em;
  vertical-align: middle;
}

.none {
  margin: 50px 0;
  text-align: center;
}


#payment_method {
  margin-top: 40px;
}
#payment_method table.table {
  width: 100%;
}
#payment_method table.table th {
  width: 200px;
  text-align: center;
}

#shipping_method {
  margin-top: 40px;
}
#shipping_method table.table {
  width: 100%;
}
#shipping_method table.table th {
  width: 200px;
  text-align: center;
}

/* ************************************************
*  side(UNUSED)
* ************************************************ */

#side .box {
  clear: both;
  margin-bottom: 60px;
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;
  word-wrap: break-word;
  position: relative;
}
#side .box h3 {
  text-align: left;
  font-weight: normal;
  font-size: 16px;
}
#side .box ul {
  margin-left: 0px;
  list-style: none;
}
#side .box ul li {
  border-top:#838383 dotted 1px;
}
#side .box ul li:first-child {
  border-top:none;
}

#side #side_nav {
  padding: 0;
  border-top: none;
  border-right: solid 2px #ccc;
  border-bottom: none;
}
#side #side_nav ul{
  margin-right: 10px;
}
#side #side_nav ul li {
  margin: 0;
}
#side #side_nav .nav_item{
  clear: both;
  padding: .9em 0 .9em;
  cursor: pointer;
}
#side #side_nav .nav_item .nav_icon{
  float: left;
  padding: inherit;
  width: 20px;
  height: auto;
}
#side #side_nav .nav_item .nav_icon img{
  max-width: 100%;
}
#side #side_nav .nav_item .nav_title{
  float: right;
  text-align: right;
}
#side #side_nav .nav_item h3{
  margin-bottom: 4px;
  padding: 0;
  border: none;
  text-align: right;
}
#side #side_nav .nav_item p{
  color: #999;
}

.box_default ul li div{
  position: relative;
  padding: 1.2em 0 1em;
  text-align: left;
}
.box_default ul li div img{
  border: solid #ddd 1px;
}
.box_default ul li div p{
  line-height : 1.6;
}

#side #box_cart {
}
#side #box_cart .cart_button {
  text-align: right;
}

#side #box_owner .inner{
  padding: 1.2em 0 1em;
}
#side #box_owner .owner_photo{
  margin: 0 0 10px;
  width: 100px;
  max-width: 100%;
  height: auto;
  border: solid #ddd 1px;
}
#side #box_owner p.name {
  font-size: 14px;
}
#side #box_owner p.memo {
  font-size: 11px;
  line-height: 18px;
}
#side #box_owner p.website {
  padding-left: 20px;
}

#qr_code{
  padding: 20px 0;
}

#box_sellers .seller_box{
  padding: 2.2em 0;
}
#box_sellers li{
  position: relative;
  display: block;
}
#box_sellers  .top_seller:before{
  position: absolute;
  top: 18px;
  left: -6px;
  content: url(https://img.shop-pro.jp/tmpl_img/67/rank1.png);
}
#box_sellers  .rank_2:before{
  content: url(https://img.shop-pro.jp/tmpl_img/67/rank2.png);
}
#box_sellers  .rank_3:before{
  content: url(https://img.shop-pro.jp/tmpl_img/67/rank3.png);
}
#box_sellers .seller_image{
  float: left;
  margin: 0 10px 0 0;
  width: 80px;
  border: solid #ddd 1px;
}
#box_sellers .seller_detail{
  float: right;
  width: 104px;
}
#box_sellers .seller_rank{
  margin: 0 0 10px;
  font-size: 12px;
}
#box_sellers .seller_rank > strong{
  font-size: 15px;
}
#box_sellers .seller_name{
  font-size: 13px;
}
#box_sellers .seller_teika{
  float: left;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
#box_sellers .more_seller{
  display: none;
}

.more_btn{
  padding: 8px 0;
  border-top: solid 1px #999;
  text-align: center;
  cursor: pointer;
}

.updown{
  display: inline-block;
  margin: 0 3px 0 0;
  width: 13px;
  height: 8px;
  background: url(https://img.shop-pro.jp/tmpl_img/67/down_icon.png);
  background-repeat: no-repeat;
}

.more_up{
  background: url(https://img.shop-pro.jp/tmpl_img/67/up_icon.png);
}

/* ************************************************
*  Common Elements
* ************************************************ */
/* @group Common Elements */

.content-h1{
  width: 100%;
  background: #fafafa;
  padding: 30px 0;
  margin-bottom: 30px;
}
.content-h1 h1{
  max-width: 1170px;
  margin: 0 auto;
  text-align: left;
  font-size: 26px;
}
.content-h1 h1 small{
  display: inline-block;
  font-size: 80%;
  font-weight: normal;
  margin-left: 0.5em;
}
.common-h2{
  margin-bottom: 1.0em;
  font-size: 22px;
  text-align: left;
  padding-bottom: 0.5em;
  border-bottom: solid 2px #1977B5;
}
.common-h2 small{
  font-weight: 400;
  font-size: 80%;
  display: inline-block;
  margin: 0 0.5em;
}

.common-h3{
  margin-bottom: 1.0em;
  font-size: 20px;
  text-align: left;
  padding-bottom: 0.5em;
  border-bottom: dashed 1px #1977B5;
}
.common-h4{
  margin-bottom: 1.0em;
  font-size: 18px;
  text-align: left;
  padding-bottom: 0.5em;
  border-bottom: dashed 1px #1977B5;
}




.common-lead{
  text-align: left;
  margin-bottom: 1.5em;
}

@media(max-width:1199px){
  .content-h1 h1{
    padding: 0 15px;
  }
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}
table.table {
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
table.table th {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #f5f5f5;
}
table.table td {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.footstamp {
  font-size: 12px;
  text-align: left;
  padding: 1.0em 1.0em 1.0em 0;
/*
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
*/
}
.footstamp span {
  margin: 0 5px;
  color: #999;
}

.sort {
  float: right;
  margin-bottom: 20px;
  text-align: right;
}
.sort strong {
  margin-right: 5px;
}
.sort a {
  margin-right: 5px;
  text-decoration: underline;
}
.sort span {
  margin-right: 5px;
  background: #eee;
  text-decoration: none;
  font-weight: bolder;
}

.sort-box{
  margin: 20px 0;
  text-align: right;
  border-bottom: solid 1px #ccc;
  font-size: 14px;
  padding-bottom: 0.75em;
  color: #ccc;
}
.sort-box strong{
  font-weight: normal;
  font-size: 13px;
  color: #333;
}

.sort-box strong,
.sort-box a,
.sort-box span{
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
  padding: 0.35em 0.75em 0.4em 0.75em;
  line-height: 1.0em;
}
.sort-box a{
  color: #1977B5;
  border: solid 1px #1977B5;
  border-radius: 50px;
  background: #fff;
  text-decoration: none;
}
.sort-box span{
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
  background: #4e9acc;
  border: solid 1px transparent;
}

.pager {
  margin: 30px 0;
  text-align: center;
  background: #e7f3fb;
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 0.5em;
  position: relative;
  display: grid;
  grid-template-columns: 150px auto 150px;
  align-items: center;
}
.pager:after{
  content: "";
  border: solid 10px transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.pager.head:after{
  border-top: solid 10px #e7f3fb;
  top: 99%;
}
.pager.foot:after{
  border-bottom: solid 10px #e7f3fb;
  bottom: 99%;
}

.pager a{
  font-size: 15px;
  background: #fff;
  border-radius: 50px;
  padding: 0.35em 1.0em 0.5em 1.0em;
}
.pager-intxt{
  color: #1977B5;
}
.pager-intxt em{
  display: inline-block;
  vertical-align: baseline;
  margin: 0 0.25em;
  font-style: normal;
  font-size: 130%;
  font-weight: 700;
}

@media(max-width:767px){
  .pager{
    grid-template-columns: 15vw auto 15vw;
    gap: 2.0vw;
  }
  .pager p a {
    display: block;
    padding: 0.35em 0.5em 0.5em 0.5em;
    border-radius: 5px;
  }
  .pager-intxt{
    font-size: 12px;
  }
  .pager-intxt em{
    font-size: 14px;
  }
  .item-list li a {
    padding: 3.0vw 3.0vw 3.5vw 3.0vw;
  }
}


@media(max-wdith:399px){
  .sort-box{
    margin: 10px 0;
    text-align: center;
    font-size: 3.5vw;
  }
  .sort-box strong{
    font-size: 3.0vw;
    display: block;
  }
}

.none {
  clear: both;
  margin: 50px 0;
  text-align: center;
}
/*
.sold_out {
  color: #DA5858;
  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
  Meiryo, メイリオ, sans-serif;
}
*/
.to_top{
  float: right;
  clear: both;
  text-align: center;
  margin: 0 0 20px;
  padding: 1.3em 1em;
  border: solid 1px #aaa;
  font-size: 14px;
  color: #888;
}

.to_top:hover {
  text-decoration: none;
}

.tbl_calendar {
  margin: 20px 0;
  width: 100%;
  border: none !important;
  border-spacing: 0 !important;
  border-collapse: collapse !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  border-bottom: 1px solid #ccc !important;
  text-align: center !important;
}

/* @group button */
.btn {
  display: block;
  margin-top: 1em;
  border: none;
  border-radius: 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
/*
  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
  Meiryo, メイリオ, sans-serif;
*/
  line-height: 1;
  cursor: pointer;
  -webkit-appearance:none;
}
.btn:link,
.btn:visited,
.btn:hover,
.btn:active{
  color: #fff;
  text-decoration: none;
}
.btn-primary {
  background: #c86464;
  padding: 1.5em 0;
  width: 80% !important;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.btn-primary:hover {
  background: #d00;
}

.btn-contact {
  width: 60% !important;
  margin: 0 auto;
  padding: 1.3em 0;
  background-color: #a0a0a0;
  font-weight: normal;
  font-size: 14px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.btn-quick {
  margin: 0.9em 0;
  padding: 1.3em 0;
  background-color: #64b4c8;
  font-size: 13px;
}

.sk_link_other{
  padding: 20px 0 10px 0;
  font-size: 15px;
}

.no-commod{
  margin: 0 auto;
  text-align: left;
  font-size: 20px;
  padding: 50px ;
  display: inline-block;
  color: #c00;
  background: rgba(255,0,0,0.085);
  border: solid 1px #f00;
  border-radius: 8px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.common-button{
  margin: 0 auto;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  color: #333;
  border: solid 1px #888;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  padding: 20px 0;
  margin-bottom: 30px;
  display: block;
  max-width: 280px;
  position: relative;
  transition: all 0.3s;
}
.common-button:after{
  content: url('https://img06.shop-pro.jp/PA01176/883/etc_base64/YXJyb3ctcmlnaHQtYmx1ZQ.png?cmsp_timestamp=20240726184258');
  position: absolute;
  right: 25px;
  top: 50%;
  opacity: 0.5;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.common-button:hover{
  border: solid 1px #1977B5;
  color: #000;
}
.common-button:hover:after{
  right: 15px;
  opacity: 1.0;
}

.common-button.backward:after{
  position: absolute;
  right: inherit;
  left: 25px;
  transform: translateY(-50%) rotate(180deg);
}
.common-button.backward:hover:after{
  right: inherit;
  left: 15px;
  opacity: 1.0;
}



.pagetop{
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index:5;
  display: none;
  padding: 15px 20px;
  background: linear-gradient(to bottom,#555 0%,#000 100%);
  border-radius: 5px 0 0 5px;
}

.home-news{
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
.home-news li{
  border-bottom: dashed 1px #DADADA;
}
.home-news li .hn-link{
  display: grid;
  grid-template-columns: 100px 100px auto;
  align-items: flex-start;
  text-decoration: none;
  padding: 20px 50px 20px 15px;
  font-size: 16px;
  background: transparent;
  gap: 25px;
  position: relative;
  transition: all 0.3s;
}
.home-news li .hn-link:after{
  content:url('https://img06.shop-pro.jp/PA01176/883/etc_base64/YXJyb3ctcmlnaHQtYmx1ZQ.png?cmsp_timestamp=20240726184258');
  position: absolute;
  right: 30px;
  top: calc(20px + 0.5em);
  opacity: 0.5;
  transition: all 0.3s;
}
.home-news li .hn-link:hover{
  background: rgba(25,119,181,0.05);
}
.home-news li .hn-link:hover:after{
  right: 15px;
  opacity: 1.0;
}

.news-cat{
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  line-height: 1.0;
  padding: 0.5em 1.0em;
  background: #cdcdcd;
  border-radius: 3px;
}
.news-cat.cat-products{
  background: #1EACB9;
}
.news-cat.cat-books{
  background: #59BB59;
}
.news-cat.cat-announce{
  background: #F87A7A;
}
.news-date{
  font-family: inter;
  font-weight: 500;
}
.news-message{
  text-align: left;
  font-weight: 400;
  line-height: 1.5em;
}

@media(max-width:767px){
  .home-news li .hn-link{
    display: block;
    text-align: left;
  }
  .home-news li .hn-link:after{
    right: 15px;
    opacity: 1.0;
  }
  .home-news li .hn-link:hover{
    background: rgba(255,255,255,1.0);
  }
  .news-cat{
    display: inline-block;
    margin: 0 0 0.5em 0;
  }
  .news-date{
    text-align: left;
  }
  .news-message{
    text-align: left;
  }
}



.lead-box{
  text-align: left;
}

.basic-table{
  width: 100%;
  max-width: 720px;
  border-collapse: collapse;
  font-size: 16px;
  margin: 20px 0;
  border: solid 1px #ccc;
  box-sizing: border-box;
}
.basic-table tr{
  border-bottom: solid 1px #ccc;
}
.basic-table tr:last-child{
  border-bottom: none;
}
.basic-table th,
.basic-table td{
  font-size: 16px;
  padding: 0.5em 1.0em;
  text-align: left;
  box-sizing: border-box;
}
.basic-table td{
  border-right: solid 1px #ccc;
}

.basic-table.for-fee thead,
.basic-table.for-deliv thead{
  background: #ccc;
}
.basic-table.for-fee thead th,
.basic-table.for-deliv thead th{
  color: #fff;
  text-align: center;
}
.basic-table.for-fee tbody td{
  text-align: center;
}
.basic-table.for-fee tbody td:last-child{
  font-size: 120%;
  font-weight: 700;
  color: #c00;
  border-right: none;
}

.basic-table.for-pay tbody th{
  width: 20%;
  font-weight: normal;
  background: #f7f7f7;
}

.basic-table.for-deliv tbody td:last-child{
  font-weight: 700;
  color: #c00;
  text-align: right;
  border-right: none;
}
@media(max-width:499px){
  .basic-table th,
  .basic-table td{
    padding: 0.5em 1.0em;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .basic-table td {
    border-right: none;
  }
  .basic-table.for-pay tbody th,
  .basic-table.for-deliv tbody td{
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

}



.aste-list{
  margin: 0.5em 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}
.aste-list li{
  text-indent: -1.35em;
  padding-left: 1.35em;
}
.aste-list li:before{
  content: "※";
  margin-right: 0.35em;
}

.explain-ul{
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0 30px;
  list-style: none;
}
.explain-ul li{
  text-align: left;
  font-size: 14px;
  padding-bottom: 30px;
}

.icon-list{
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px;
}
.icon-list li{
  border: solid 1px #ccc;
  padding: 0;
  margin: 0;
}
.icon-list li img{
  height: 70px;
  width: auto;
}

.icon-list.mono li img{
  max-height: 70px;
  max-width: 240px;
  width: auto;
  height: auto;
}

.anotate-list{
  margin: 0 0 1.0em 2.0em;
  padding: 0;
  list-style: circle;
}
.anotate-list li{
  padding: 0 0 0.3em 0;
}
.anotate-list li.kome{
  padding: 0 0 0.3em 1.5em;
  text-indent: -1.5em;
  position: relative;
  color: #f00;
  list-style: none;

}
.anotate-list li.kome:before{
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.price-box{
  display: inline-block;
  border: solid 1px #f00;
  border-radius: 8px;
  margin-bottom: 15px;
}

@media(max-width:499px){
  .explain-ul{
    padding: 0 15px;
  }
}



.pb-lbl,
.pb-val{
  font-size: 22px;
  line-height: 1.0em;
  display: inline-block;
  font-weight: 900;
}
.pb-lbl{
  color: #fff;
  background: #f00;
  height: 100%;
  padding: 0.5em 0.6em 0.75em 0.6em;
}
.pb-val{
  color: #f00;
  padding: 0.35em 0.6em 0.5em 0.6em;
}
.pb-val small{
  font-size: 80%;
  font-weight: 500;
}

ul.faq-list {
  margin: 0 0 50px 0;
  padding: 30px;
  list-style: none;
  background: #fffbf2;
  border-radius: 8px;
}

ul.faq-list li {
  border-bottom: solid 1px #ccc;
  padding: 15px 0;
  margin: 0;
  text-align: left;
}

ul.faq-list li .question {
  cursor: pointer;
  position: relative;
  padding: 0.75em 45px 0.75em calc(40px + 2em);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
  color: #111;
}
ul.faq-list li .question::before {
  content: "Q";
  font-size: 20px;
  line-height: 1.0;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  width: 2.0em;
  height: 2.0em;
  padding-top: 0.4em;
  box-sizing: border-box;
  border: solid 1px #000;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 15px;
  top: 0.5em;
}
ul.faq-list li .question::after {
  content: url("https://img06.shop-pro.jp/PA01176/883/etc_base64/aWNvbi1hcnJvdy1kb3duLWJsYWNr.png?cmsp_timestamp=20240726135830");
  font-family: "Inter", sans-serif;
  position: absolute;
  display: block;
  opacity: 0.5;
  right: 15px;
  top: 0.75em;
  transition: all 0.3s;
}
ul.faq-list li .question.active::after {
  right: 15px;
  top: 0.75em;
  opacity: 1.0;
  transform: rotate(180deg);
}

ul.faq-list li .answer:before {
  content: "A";
  font-size: 18px;
  line-height: 1.0;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  width: 2.0em;
  height: 2.0em;
  padding-top: 0.4em;
  box-sizing: border-box;
  border: solid 1px #ff536b;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 15px;
  top: 0.75em;
}

ul.faq-list li .answer {
  display: none;
  background: #fff;
  color: #ff536b;
  padding: 0;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  border-radius: 10px;
  position: relative;
  margin-left: calc(40px + 1.5em);
  margin-right: 40px;
}

ul.faq-list li .answer p {
  margin: 0;
  line-height: 1.75;
  font-size: 16px;
  padding: 1.0em 1.0em 1.0em calc(2.0em + 32px);
}

.note-red{
  color: #f00;
}
.note-blue{
  color: #00f;
}

/* 240130 Copied [ header/sp menu ] */
@media(max-width:767px){
	.head-part{ grid-template-columns: 123px auto !important; gap: 8px 12px !important; }
	.head-button { padding-right: 60px; grid-template-columns: auto auto !important; justify-content: right; }
	.head-button li{ width: 16vw; max-width: 72px; }
}
@media(max-width:399px){
	.head-part{ grid-template-columns: 30% auto !important; gap: 8px 12px !important; }
  .head-logo em,
  .head-logo:hover em{
    font-size: 2.25vw;
  }
	.head-button li a {
		font-size: 3.25vw;
	}
}

.menubtn {
	width: 60px;
}
.hamburger {
  position: fixed;
  z-index: 10002;
  width: 60px;
  height: 60px;
  right: 0;
  top: 0;
  cursor: pointer;
  text-align: center;
  background: #fff;
  transition: all 0.5s;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 22px;
  height: 1px;
  left: 19px;
  background: #000;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 23px;
}
.hamburger span:nth-child(2) {
  top: 30px;
}
.hamburger span:nth-child(3) {
  top: 37px;
}
.hamburger.active {
  background: #f5f5f5;
}
.hamburger.active span:nth-child(1) {
  top: 29px;
  background: #000;
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 29px;
  background: #000;
  transform: rotate(45deg);
}
.hamburger:hover {
  background: #f5f5f5;
}

/*  ドロワーメニュー実装  */
.drower-panel {
  position: fixed;
  z-index: 10001;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  padding: 3vw;
	display: none;
  opacity: 0;
	visibility: hidden;
/*  transition: all 0.3s;*/
}
.drower-panel.active {
  opacity: 1;
	visibility: visible;
}
.drower-panel .dp-inset {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 7vw;
}
.drower-panel .dp-inset .dp-nav {
  width: 100%;
  box-sizing: border-box;
	height: 70vh;
	overflow-x: hidden;
	overflow-y: scroll;

}
.drower-panel .dp-inset .dp-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.drower-panel .dp-inset .dp-nav ul li {
  width: 100%;
  text-align: left;
  font-size: 18px;
  padding: 0 0 10px 0;
  box-sizing: border-box;
}
.drower-panel .dp-inset .dp-nav ul a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  display: block;
  background: transparent;
  padding: 0.7em 1em 0.7em 1em;
  transition: all 0.3s;
}
.drower-panel .dp-inset .dp-nav ul a.main-cat {
  display: block;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.2;
}
.drower-panel .dp-inset .dp-nav ul a.main-cat.unconnect {
  font-weight: 400;
  opacity: 0.7;
}
.drower-panel .dp-inset .dp-nav ul a.main-cat.unconnect:hover {
  background: transparent;
}
.drower-panel .dp-inset .dp-nav ul a.main-cat.blank:after {
  content: url(../img/common/icon-link-blank.svg);
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.drower-panel .dp-inset .dp-nav ul a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.drower-panel .dp-inset .dp-nav ul.main-content {
  width: 100%;
/*
	height: 65vh;
	overflow-x: hidden;
	overflow-y: scroll;
*/
  font-size: 15px;
}
.drower-panel .dp-inset .dp-nav ul.main-content ul {
  padding: 0 0 1vw 1.5vw;
  display: block;
}
.drower-panel .dp-inset .dp-nav ul.main-content ul li {
  width: 100%;
  font-size: 14px;
  position: relative;
  padding-bottom: 0;
}
.drower-panel .dp-inset .dp-nav ul.main-content ul li a {
  padding: 0.7em 1em 0.7em 2em;
}
.drower-panel .dp-inset .dp-nav ul.main-content ul li:before {
  content: "-";
  position: absolute;
  left: 0.5em;
  top: 0.5em;
}
.drower-panel .dp-inset .dp-nav ul.supply-content {
  padding-top: 2vw;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.drower-panel .dp-inset .dp-nav ul.supply-content li {
  font-size: 14px;
  width: 50%;
  padding-right: 2em;
}
.drower-panel .dp-inset .dp-nav ul.supply-content li:nth-child(2n) {
  padding-right: 0;
}

.visible-xxs,
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 499px) {
  .visible-xxs {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
