@charset "UTF-8";
/* ======================================================================================

BASEショップ(https://otm.shopselect.net/)

=========================================================================================*/
body,html{
  background-color:#fff!important;
}

section{
  padding-top:130px!important;
  margin-top:-130px!important;
}

#shopTopPage,
#shopDetailPage,
#itemList{
  overflow-x:hidden!important;
}

.page-ttl,
.svg-wrapper{
  overflow-x:hidden!important;
}


/* ======================================================================================
ヘッダー(カートボタン・BASEアイコン)
=========================================================================================*/
#baseMenu {
  display:inline-block;
  width:auto;
  margin:0 15px 0 0 ;
  pointer-events: auto;
  padding-top:4px;
}

#baseMenu ul li {
  display:inline-block;
  width:auto;
}

#baseMenu ul li a {
    cursor: pointer;
    display: block;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    padding:7px;
}

#baseMenu ul li a img{
  width:25px;
}

#baseMenu ul li a:hover img {
  opacity:0.8;
}

.cart {
    position: relative;
}
.cart-badge {
    display: block!important;
}
.cart-qty {
    position: absolute;
    top: 4px;
    right: 5px;
    padding: 0 1px;
    min-width: 14px;
    background: #fa5171;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
}
@font-face {
    font-family: "baseicon";
    font-style: normal;
    font-weight: normal;
    src: url("https://static.thebase.in/font/v1/baseicon.eot?317xhh");
    src: url("https://static.thebase.in/font/v1/baseicon.eot?317xhh#iefix") format("embedded-opentype"),
        url("https://static.thebase.in/font/v1/baseicon.ttf?317xhh") format("truetype"),
        url("https://static.thebase.in/font/v1/baseicon.woff?317xhh") format("woff"),
        url("https://static.thebase.in/font/v1/baseicon.svg?317xhh#baseicon") format("svg");
}
@font-face {
    font-family: "shopicon";
    font-style: normal;
    font-weight: normal;
    src: url("https://static.thebase.in/font/v1/shopicon.eot?317xhh");
    src: url("https://static.thebase.in/font/v1/shopicon.eot?317xhh#iefix") format("embedded-opentype"),
        url("https://static.thebase.in/font/v1/shopicon.ttf?317xhh") format("truetype"),
        url("https://static.thebase.in/font/v1/shopicon.woff?317xhh") format("woff"),
        url("https://static.thebase.in/font/v1/shopicon.svg?317xhh#baseicon") format("svg");
}
[class^="icon-"],
[class*=" icon-"] {
    font-family: "baseicon" !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
}
.icon-cart:before {
    content: "\e900";
}
.icon-search:before {
    content: "\e912";
}
.icon-information:before {
    content: "\e919";
}
.icon-tipi:before {
    content: "\e922";
}
.icon-pin:before {
    content: "\e929";
}


/* ロゴ(PC) */
#pc-nav .header-menu .logo.baseshop{
  width:360px;
  position:absolute;
  top:12px;
  left:40px;
}

@media screen and (max-width: 1439px) {
  #pc-nav .header-menu .logo.baseshop{
    width:360px;
    top:12px;
    left:35px;
  }
}

#pc-nav .header-menu ul.menu.baseshop li a{
  font-weight:600;
}

/* ロゴ(SP) */
@media screen and (max-width: 743px) {
  #sp-nav .logo.baseshop {
      padding: 20px 30px 15px 15px;
      border-bottom-right-radius: 40px;
  }

  #sp-nav .logo.baseshop a img {
    height: 30px;
  }
}


/* 会社概要メニューリスト */
#pc-nav .shop-menu{
  padding-bottom:50px;
}

#pc-nav .shop-menu ul{
  width:100%;
  display:flex;
  flex-wrap;
  justify-content:center;
  align-items: center;
}

#pc-nav .shop-menu ul li{
  width:calc((100% - 60px) / 6);
  margin:0;
  margin-right:12px;
}

#pc-nav .shop-menu ul li:last-of-type{
  margin-right:0;
}

#pc-nav .shop-menu ul li a{
  display:block;
  text-align: center;
  background-color:#fff;
  border-radius:5px;
  padding:10px 0 20px 0;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  transition:0.4s;
  position:relative;
  top:0;
}

#pc-nav .shop-menu ul li a:hover{
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  transition:0.4s;
  top:-10px;
}

#pc-nav .shop-menu ul li a i{
  font-size:38px;
  display:inline-block;
  width:auto;
  color:#003e5c;
  transition:0.4s;
  filter: brightness(100%);
  margin: 10px auto;
}

#pc-nav .shop-menu ul li a:hover i{
  filter: brightness(130%);
  transition:0.4s;
}

#pc-nav .shop-menu ul li a span{
  display:block;
  text-align:center;
  font-weight:600;
  letter-spacing: 0;
  font-size:15px;
  transition:0.4s;
}

#pc-nav .shop-menu ul li a:hover span{
  color:#003e5c;
  transition:0.4s;
}


#pc-nav .shop-menu ul li a.gray{
  background-color:#d7d7d7;
  pointer-events: none!important;
}

#pc-nav .shop-menu ul li a.gray i{
  color:gray;
}

#pc-nav .shop-menu ul li a.gray span{
  color:gray;
}



/* ======================================================================================
トップページ準備中
=========================================================================================*/
#itemList .NotShopPublic{
  position:relative;
  text-align: center;
  margin:70px auto;
  border:solid 2px #000;
  border-radius:10px;
  padding:70px 20px;
  background-color:#fff;
  margin-bottom:250px;
}





/* メインビジュアル ====================================================*/
.page-ttl{
  position: relative;
  z-index: 10;
}

.page-ttl #main-top.pagettl-wrap{
  position: relative;
  z-index: 10;
}

.page-ttl #main-top.pagettl-wrap .pagettl-box {
	width:100%;
	position:relative;
  padding-bottom:50px;
  padding-top:150px;
}

.page-ttl #main-top.pagettl-wrap .pagettl-box h1{
	/*-webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;*/
	font-weight:900;
  color:#9d2957;
  line-height:65px;
	font-size:55px;
  letter-spacing: 0;
}

.page-ttl #main-top.pagettl-wrap .pagettl-box h1 small{
  color:#9d2957;
	font-weight:600;
  font-size:17px;
  line-height:18px;
  display:block;
}

.page-ttl #main-top.pagettl-wrap .pagettl-box h1 small span{
  color:#9d2957;
	font-weight:600;
  font-size:17px;
  line-height:18px;
}

.page-ttl #main-top.pagettl-wrap .pagettl-box h1 small em{
  color:#9d2957;
	font-weight:600;
  font-size:17px;
  line-height:18px;
  margin-left:0;
}

.page-ttl #main-top.pagettl-wrap .pagettl-box h1 span{
  color:#9d2957;
	font-weight:900;
  font-size:35px;
}

.page-ttl #main-top.pagettl-wrap .pagettl-box h1 em{
  color:#9d2957;
  font-style: normal;
	font-weight:900;
  font-size:35px;
  margin-left:5px;
}

.page-ttl #main-top.pagettl-wrap .pagettl-box h1 strong{
  color:#9d2957;
	font-weight:900;
  font-size:55px;
}

.page-ttl #main-top.pagettl-wrap .pagettl-box h1 br:first-of-type{
  display:none;
}

.page-ttl #main-top.pagettl-wrap .pagettl-box p{
	color:#000;
	font-weight:500;
  margin-top:30px;
  line-height:25px;
  letter-spacing: 2px;
}

.page-ttl #main-top.pagettl-wrap .illust{
  max-width:400px;
  top:30px;
}

@media screen and (max-width: 1439px) {
  .page-ttl #main-top.pagettl-wrap .pagettl-box {
    padding-top:180px;
  }

  .page-ttl #main-top.pagettl-wrap .illust{
    max-width:400px;
    top:130px;
  }
}

@media screen and (max-width: 1199px) {
  .page-ttl #main-top.pagettl-wrap .pagettl-box {
    padding-top:200px;
  }

  .page-ttl #main-top.pagettl-wrap .pagettl-box h1{
    line-height:65px;
  	font-size:52px;
  }

  .page-ttl #main-top.pagettl-wrap .pagettl-box h1 small{
    font-size:18px;
    line-height:24px;
  }

  .page-ttl #main-top.pagettl-wrap .pagettl-box h1 span{
  	font-weight:900;
    font-size:32px;
  }

  .page-ttl #main-top.pagettl-wrap .pagettl-box h1 em{
    font-size:32px;
  }

  .page-ttl #main-top.pagettl-wrap .pagettl-box h1 strong{
    font-size:52px;
  }

  .page-ttl #main-top.pagettl-wrap .pagettl-box p{
    margin-top:15px;
  }

  .page-ttl #main-top.pagettl-wrap .illust{
    max-width:400px;
    top:170px;
  }
}

@media screen and (max-width: 1023px) {
  .page-ttl #main-top.pagettl-wrap .pagettl-box {
    padding-top:200px;
    padding-bottom: 30px;
  }

  .page-ttl #main-top.pagettl-wrap .pagettl-box h1{
    letter-spacing: 0;
    margin-left:auto;
    line-height:50px;
    font-size:47px;
  }

  .page-ttl #main-top.pagettl-wrap .pagettl-box h1 small{
    padding-left:5px;
    position:relative;
    top:10px;
  }

  .page-ttl #main-top.pagettl-wrap .pagettl-box h1 small span{
    padding-left:0;
  }

  .page-ttl #main-top.pagettl-wrap .pagettl-box h1 span{
    font-size:28px;
    padding-left:5px;
  }

  .page-ttl #main-top.pagettl-wrap .pagettl-box h1 em{
    font-size:32px;
    margin-left:5px;
    width:1em;
  }

  .page-ttl #main-top.pagettl-wrap .pagettl-box h1 strong{
    font-size:47px;
    width:1em;
  }

  .page-ttl #main-top.pagettl-wrap .pagettl-box h1 br:first-of-type{
    display:inline-block;
  }

  .page-ttl #main-top.pagettl-wrap .pagettl-box p{
    width:calc(100% - 300px);
    margin:20px 0 0 5px;
  }

  .page-ttl #main-top.pagettl-wrap .pagettl-box p br{
    display:none;
  }

  .page-ttl #main-top.pagettl-wrap .illust{
    max-width:330px;
    top:200px;
    right:-20px;
  }
}

@media screen and (max-width: 743px) {
  .page-ttl #main-top.pagettl-wrap .pagettl-box {
    height:820px;
    position:relative;
  }

  .page-ttl #main-top.pagettl-wrap .pagettl-box h1{
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size:35px;
    line-height:40px;
    width:155px;
    position:absolute;
    right:50%;
    margin:auto;
    top:210px;
    margin-right:-180px;
    letter-spacing: -1px;
  }

  .page-ttl #main-top.pagettl-wrap .pagettl-box h1:first-of-type{
    text-shadow:
    0 0 4px #fff,
    0 0 4px #fff,
    0 0 4px #fff,
    0 0 4px #fff,
    0 0 4px #fff,
    0 0 4px #fff,
    0 0 4px #fff,
    0 0 4px #fff,
    0 0 4px #fff,
    0 0 4px #fff,
    0 0 4px #fff,
    0 0 4px #fff,
    0 0 4px #fff,
    0 0 4px #fff,
    0 0 4px #fff,
    0 0 4px #fff;
  }

  .page-ttl #main-top.pagettl-wrap .pagettl-box h1 small{
    font-size:14px;
    line-height:24px;
    position:relative;
    left:-8px;
    top:1px;
    width:25px;
  }

  .page-ttl #main-top.pagettl-wrap .pagettl-box h1 small span{
    font-size:14px;
    position: relative;
    top: -1px;
    right: auto;
    left: -6px;
    margin-bottom: 2px;
    width: 1em;
    height: 1em;
    display: inline-block;
    letter-spacing: -0.8px;
    transform: scale(0.75, 1) rotate(-90deg);
  }

  .page-ttl #main-top.pagettl-wrap .pagettl-box h1 small em{
    font-size:13px;
    display:inline-block;
    position:relative;
    transform: rotate(90deg);
    font-style: normal;
    top:4px;
    left:-3px;
    margin-bottom:2px;
  }

  .page-ttl #main-top.pagettl-wrap .pagettl-box h1 span{
    font-size:24px;
    position:relative;
    left:-5px;
    top:2px;
  }

  .page-ttl #main-top.pagettl-wrap .pagettl-box h1 em{
    font-size:28px;
  }

  .page-ttl #main-top.pagettl-wrap .pagettl-box h1 strong{
    font-size:36px;
    padding-top:20px;
    letter-spacing: 0;
  }

  .page-ttl #main-top.pagettl-wrap .pagettl-box p{
    width:100%;
    top:565px;
    position:absolute;
    z-index:20;
    margin: 20px auto;
    letter-spacing: 0;
  }

  .page-ttl #main-top.pagettl-wrap .illust{
    width:100%;
    max-width:300px;
    top:250px;
    right:50%;
    margin:auto;
    margin-right:-110px;
    z-index:-1;
    transform:scale(-1,1);
  }
}


/* カテゴリメニュー */
.page-ttl #main-top.pagettl-wrap .item-menu{
  display:inline-block;
  width:auto;
  margin-bottom:80px;
}

.page-ttl #main-top.pagettl-wrap .item-menu li{
  display:inline-block;
  width:auto;
  margin-right:10px;
}

.page-ttl #main-top.pagettl-wrap .item-menu li a{
  font-size:16px;
  display:inline-block;
  width:auto;
  padding:10px 15px;
  border-radius:5px;
  border:solid 2.5px #9d2957;
  color: #9d2957;
  transition:0.2s;
}

.page-ttl #main-top.pagettl-wrap .item-menu li a:hover{
  background-color:#f6dae5;
  transition:0.2s;
}

.page-ttl #main-top.pagettl-wrap .item-menu li a i{
  display:inline-block;
  width:auto;
  color: #9d2957;
  margin-right:5px;
  font-size:16px;
}

@media screen and (max-width: 1439px) {
  .page-ttl #main-top.pagettl-wrap .item-menu li a{
    font-size:15px;
    padding:6px 15px;
  }

  .page-ttl #main-top.pagettl-wrap .item-menu li a i{
    margin-right:3px;
    font-size:15px;
  }
}

@media screen and (max-width: 1199px) {
  .page-ttl #main-top.pagettl-wrap .item-menu li{
    margin-right:5px;
  }

  .page-ttl #main-top.pagettl-wrap .item-menu li a{
    font-size:14px;
    padding:5px 13px;
  }

  .page-ttl #main-top.pagettl-wrap .item-menu li a i{
    font-size:14px;
  }
}

@media screen and (max-width: 1023px) {
  .page-ttl #main-top.pagettl-wrap .item-menu{
    margin-bottom:100px;
    margin-top:20px;
    margin-left:5px;
  }
}

@media screen and (max-width: 743px) {
  .page-ttl #main-top.pagettl-wrap .item-menu{
    margin-top:450px;
    margin-left:0;
  }

  .page-ttl #main-top.pagettl-wrap .item-menu li{
    margin-right:5px;
  }

  .page-ttl #main-top.pagettl-wrap .item-menu li a{
    font-size:14px;
    padding:5px 13px;
    border:solid 2.5px #9d2957;
  }

  .page-ttl #main-top.pagettl-wrap .item-menu li a i{
    margin-right:3px;
    font-size:14px;
  }
}

/*パンクズリスト*/
.breadcrumb {
  display:block;
  width:auto;
  font-size: 14px;
  margin: 0 auto;
  position:relative;
  top:-100px;
}

.breadcrumb li{
  font-size:14px;
  font-weight:600;
}

.breadcrumb li::before {
  content: "＞";
  margin-right: 0.8em;
  display:inline-block;
  width:auto;
  transform:scale(0.5,1);
}

.breadcrumb li:first-child::before {
  content: "";
}

.breadcrumb li.bc{
  display:none;
}

.breadcrumb li.bc-top{
  display:inline-block;
}

.breadcrumb a {
  color: #007acc;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1023px) {
  .breadcrumb{
    width:93%!important;
  }
}

@media screen and (max-width: 743px) {
  .breadcrumb{
    top:-25px;
  }

  .breadcrumb li{
    font-size:12px;
  }

  .breadcrumb li::before {
    margin-right: 0.4em;
  }
}






/* ======================================================================================
トップページ商品一覧
=========================================================================================*/
#itemList{
  background-color:#f5f5f5!important;
  position:relative;
}

#itemList .itemList-wrap{
  display:flex;
  flex-wrap:wrap;
  justify-content: flex-start;
}

#itemList .itemList-wrap .category-area{
  padding-top:120px;
  margin-top:-20px;
}

#itemList .itemList-wrap .category-area:first-of-type{
  margin-top:-100px;
}

#itemList .itemList-wrap h3{
  font-size:22px;
  font-weight:bold;
  border-left:16px solid #003e5c;
  padding-left:14px;
  margin: auto;
  margin-bottom:40px;
}

#itemList .item-box{
  display: inline-block;
  vertical-align: top;
  width:calc((100% - 30px) / 4);
  margin:0;
  margin-right:10px;
  padding:15px;
}

#itemList .item-box:nth-of-type(4n){
  margin-right:0;
}

@media screen and (max-width: 1199px) {
  #itemList .itemList-wrap{
    width:90%!important;
  }
}

@media screen and (max-width: 1023px) {
  #itemList .item-box{
    width:calc((100% - 20px) / 3);
    margin:0;
    margin-right:10px;
    padding:15px;
  }

  #itemList .item-box:nth-of-type(3n){
    margin-right:0px!important;
  }

  #itemList .item-box:nth-of-type(4n){
    margin-right:10px!important;
  }
}

@media screen and (max-width: 743px) {
  #itemList .itemList-wrap .category-area{
    padding-top:100px;
    margin-top:-40px;
  }

  #itemList .itemList-wrap .category-area:first-of-type{
    margin-top:-140px;
  }


  #itemList .itemList-wrap h3{
    font-size:16px;
    border-left:12px solid #003e5c;
    padding-left:10px;
    line-height: 20px;
    margin-bottom:30px;
  }

  #itemList .item-box{
    padding:0;
  }
}


/* 商品画像 */
#itemList .item-box .itemimg-wrap{
  position:relative;
}

#itemList .item-box .itemimg-wrap .item-img{
  width:100%;
  padding:10px;
  transition:0.4s;
}

#itemList .item-box:hover .itemimg-wrap .item-img{
  transform:scale(1.1);
  transition:0.4s;
}

/* タグ */
#itemList .item-box .itemimg-wrap .label_image{
  position:absolute;
  top:0;
  left:0;
  height: 65px;
  width: 65px;
}

@media screen and (max-width: 1199px) {
  #itemList .item-box .itemimg-wrap .label_image{
    height: 55px;
    width: 55px;
  }
}

@media screen and (max-width: 1023px) {
  #itemList .item-box .itemimg-wrap .label_image{
    height: 50px;
    width: 50px;
  }
}

@media screen and (max-width: 743px) {
  #itemList .item-box .itemimg-wrap .label_image{
    height: 40px;
    width: 40px;
  }
}


/* 商品名 */
#itemList .item-box .itemTitle{
  margin-bottom:5px;
}

#itemList .item-box .itemTitle span{
  font-size:17px;
  font-weight:bold;
  letter-spacing: 0;
  display:block;
}

#itemList .item-box .itemTitle span:nth-of-type(1),
#itemList .item-box .itemTitle span:nth-of-type(2){
  display: inline;
}

#itemList .item-box .itemTitle span:nth-of-type(1){
  margin-right:5px;
}


@media screen and (max-width: 1199px) {
  #itemList .item-box .itemTitle{
    margin-bottom:10px;
  }

  #itemList .item-box .itemTitle span{
    font-size:16px;
  }
}

@media screen and (max-width: 1023px) {
  #itemList .item-box .itemTitle span{
    font-size:15px;
    line-height:20px;
  }
}

@media screen and (max-width: 743px) {
  #itemList .item-box .itemTitle{
    border-top:solid 1.5px #000;
    padding-top:5px;
  }

  #itemList .item-box .itemTitle span{
    font-size:13px;
    line-height:18px;
    display:block!important;
    text-align: center;
  }
}

/* 金額 */
#itemList .item-box .itemDetail{
  margin:10px 0;
}

#itemList .item-box .itemDetail li{
  text-align: right;
  font-weight:bold;
  font-size:18px;
  font-family: "Oswald";
}

#itemList .item-box .itemDetail li span{ /* 00%OFF */
  color:red;
  font-weight:bold;
  border:solid 2px red;
  padding:1px 10px;
  border-radius:3px;
  font-size:12px;
  margin-right:5px;
  font-family: "Oswald";
}

#itemList .item-box .itemDetail li.discountPrice{
  color:red;
}

@media screen and (max-width: 743px) {
  #itemList .item-box .itemDetail li{
    font-size:16px;
    letter-spacing: 0.05em;
    text-align: center;
  }

  #itemList .item-box .itemDetail li span{ /* 00%OFF */
    border:solid 1.5px red;
    padding:1px 10px;
    font-size:11px;
    margin-right:0;
  }
}

/* ステータス */
#itemList .item-box .itemStatus{
  display:block;
  padding:10px 10px;
  text-align: center;
  border-radius:3px;
  background-color:lightgray;
  color:gray;
  font-weight:bold;
  margin-top:10px;
  font-size:14px;
}

#itemList .item-box .itemStatus.comingSoon{
  background-color: #f2bb31;
  color:#fff;
}

#itemList .item-box .itemStatus.soldOut{
  background-color:lightgray;
  color:gray;
}

#itemList .item-box .itemStatus.preOrder{
  background-color:#f19594;
  color:#fff;
}

@media screen and (max-width: 743px) {
  #itemList .item-box .itemStatus{
    letter-spacing: 0;
    font-size:13px;
    padding:5px 10px;
  }
}

/* svg */
#itemList .svg-wrapper{
  position:absolute;
  top:0;
  left:0;
}


/* coming soon　ここ
=====================================================*/
#itemList .itemList-wrap .category-area .comingsoon{
  background-color:#e6e6e6;
  padding:80px 10px;
  border-radius:10px;
  text-align: center;
}

#itemList .itemList-wrap .category-area .comingsoon strong{
  text-align: center;
  font-weight: 900;
  font-size: 1.8em;
  color: gray;
  line-height: 1.5em;
  letter-spacing: 0;
}

#itemList .itemList-wrap .category-area .comingsoon p{
  text-align: center;
  margin-top:15px;
}

@media screen and (max-width: 743px) {
  #itemList .itemList-wrap .category-area .comingsoon strong{
    font-size: 1.5em;
  }

  #itemList .itemList-wrap .category-area .comingsoon p{
    font-size:14px;
  }
}


/* ======================================================================================
商品詳細ページ
=========================================================================================*/
#itemContent{
  display:flex;
  flex-wrap:wrap;
  margin-bottom:150px;
}

@media screen and (max-width: 1023px) {
  #itemContent{
    width:90%!important;
    margin-bottom:100px;
  }
}

/* 商品画像エリア
=====================================================*/
#itemContent .itemImg-wrap{
  width:40%;
  margin:0;
}

@media screen and (max-width: 743px) {
  #itemContent .itemImg-wrap{
    width:100%;
  }
}

/* メインスライダー */
#itemContent .itemImg-wrap .slider{
  position:relative;
}

#itemContent .slider .swiper-slide{
  width:100%;
  height:100%;
  padding:40px 20px;
  display:block;
}

#itemContent .slider .swiper-slide img{
  width:100%;
  height:100%;
  object-fit: cover;
}

@media screen and (max-width: 1023px) {
  #itemContent .slider .swiper-slide{
    padding:20px 0px;
  }
}

@media screen and (max-width: 743px) {
  #itemContent .itemImg-wrap .slider{
    width:100%;
    aspect-ratio: 5 / 3.2;
  }

  #itemContent .slider .swiper-slide img{
    width:100%;
    height:100%;
    object-fit:contain;
  }

  #itemContent .slider .swiper-slide{
    padding:0px 0px 0  0;
  }
}

/* ラベル */
#itemContent .slider .label_image{
  position: absolute!important;
  top: 0px!important;
  left: 0px!important;
  height: 100px;
  width: 100px;
  z-index: 10;
}

@media screen and (max-width: 1023px) {
  #itemContent .slider .label_image{
    height: 80px;
    width: 80px;
  }
}

@media screen and (max-width: 743px) {
  #itemContent .slider .label_image{
    height: 60px;
    width: 60px;
  }
}


/* サムネイル */
#itemContent .slider-thumbnail{
}

#itemContent .slider-thumbnail .swiper-wrapper{
  display:flex;
  flex-wrap:wrap;
}

#itemContent .slider-thumbnail .swiper-slide{
  border:solid 1.5px gray;
  width:calc((100% - 20px)/5);
  margin:0;
  margin-right:5px;
  margin-bottom:5px;
  aspect-ratio: 1 / 1;
  padding:10px;
  cursor:pointer;
  opacity:0.5;
  transition: opacity .5s;
}

#itemContent .slider-thumbnail .swiper-slide:nth-of-type(5n){
  margin-right:0;
}

#itemContent .slider-thumbnail .swiper-slide.swiper-slide-thumb-active,
#itemContent .slider-thumbnail .swiper-slide:hover{
  opacity:1!important;
}

#itemContent .slider-thumbnail .swiper-slide img{
  width:100%;
  height:100%;
  object-fit: contain;
}

/* 商品詳細エリア
=====================================================*/
#itemContent .itemDetail-wrap{
  width:60%;
  margin:0;
  padding-left:50px;
}

@media screen and (max-width: 1023px) {
  #itemContent .itemDetail-wrap{
    padding-left:15px;
  }
}

@media screen and (max-width: 743px) {
  #itemContent .itemDetail-wrap{
    width:100%;
    padding-left:0px;
  }
}

/* 商品名 */
#itemContent .itemDetail-wrap .itemTitle{
  padding-top:50px;
}

#itemContent .itemDetail-wrap .itemTitle span{
  font-size:20px;
  font-weight:600;
  margin-right:5px;
}

#itemContent .itemDetail-wrap .itemTitle span:last-of-type{
  display:block;
}

@media screen and (max-width: 1023px) {
  #itemContent .itemDetail-wrap .itemTitle span{
    font-size:18px;
  }
}

@media screen and (max-width: 743px) {
  #itemContent .itemDetail-wrap .itemTitle{
    padding-top:20px;
  }
}

/* 商品価格 */
#itemContent .itemDetail-wrap .itemPrice{
  margin-top:20px;
}

#itemContent .itemPrice h2{ /* 金額 */
  font-size:26px;
  font-weight:900;
  font-family: "Oswald";
}

#itemContent .itemPrice h2.discount{
  color:#c30d23;
}

#itemContent .itemPrice h2 span{ /* 税込 */
  font-size:14px;
  color:darkgray;
  font-weight:500;
  margin-left:5px;
}

#itemContent .itemPrice h2.discount + p{ /* 値引前 */
  font-family: "Oswald";
  font-size:20px;
  margin-top:10px;
  color:gray;
  text-decoration: line-through;
  text-decoration-color: #000;
}

#itemContent .itemPrice h2.discount + p span{ /* 値引率 */
  background-color:#c30d23;
  display:inline-block;
  font-style: normal;
  color:#fff;
  font-family: "Oswald";
  padding:3px 5px;
  border-radius:3px;
  width:auto;
  font-size:13px;
  position:relative;
  top:-3px;
  margin-left:7px;
}

#itemContent .itemPrice .soldout{ /* soidout */
  color:#c30d23;
  font-size:18px;
  font-weight:600;
  margin-top:15px;
}

@media screen and (max-width: 1023px) {
  /* 商品価格 */
  #itemContent .itemDetail-wrap .itemPrice{
    margin-top:10px;
  }

  #itemContent .itemPrice h2{ /* 金額 */
    font-size:24px;
  }

  #itemContent .itemPrice h2 span{ /* 税込 */
    font-size:12px;
  }

  #itemContent .itemPrice .soldout{ /* soidout */
    margin-top:5px;
  }
}

/* coming soon */
#itemContent .itemPrice .comingSoon{
  display:inline-block;
  width:auto;
  background-color: #f2bb31;
  color: #fff;
  padding: 10px 30px;
  text-align: center;
  border-radius: 3px;
  font-weight: bold;
  margin-top: 10px;
  font-size: 14px;
}

/* 予約商品 */
#itemContent #itemAttention .preOrder__label{
  display:inline-block;
  width:auto;
  background-color: #f19594;
  color: #fff;
  padding: 10px 30px;
  text-align: center;
  border-radius: 3px;
  font-weight: bold;
  font-size: 14px;
  margin-top:-5px;
  margin-bottom:10px;
}

/* 消費税・送料・注文制限 */
#itemContent #itemAttention{
  margin:15px 0;
}

#itemContent #itemAttention p{
  color:darkgray;
  font-size:13px;
  line-height:18px;
}

#itemContent #itemAttention p span{
  font-weight:bold!important;
  color:darkgray;
  font-size:13px;
  line-height:18px;
  margin: 0 2px;
}

#itemContent #itemAttention p span.preOrder__data,
#itemContent #itemAttention p.salesPeriod--term{
  margin-bottom:10px;
  color:#c30d23!important;
  display:block;
  font-weight:bold;
}

#itemContent #itemAttention p i{
  color:darkgray;
  font-size:13px;
  line-height:18px;
  margin-right:5px;
}

@media screen and (max-width: 1023px) {
  #itemContent #itemAttention p,
  #itemContent #itemAttention p span,
  #itemContent #itemAttention p i{
    font-size:11px;
    line-height:16px;
  }
}

/* 説明文 */
#itemContent .itemDetail-wrap .itemDescription{
  font-size:15px;
  line-height:25px;
  margin-bottom:20px;
}

@media screen and (max-width: 1023px) {
  #itemContent .itemDetail-wrap .itemDescription{
    font-size:14px;
    line-height:22px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 743px) {
  #itemContent .itemDetail-wrap .itemDescription{
    font-size:13px;
    line-height:18px;
  }
}

/* 説明文 MORE */
.itemDescriptionWrapper {
  position: relative;
  max-height: 15em;
  overflow: hidden;
  transition: max-height 1s ease;
}
.itemDescriptionWrapper.expanded {
  max-height: 1000em;
  transition: max-height 3s ease; /* 開く時だけ長め */
}

.itemDescriptionWrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5em;
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.itemDescriptionWrapper.expanded::after,
.itemDescriptionWrapper.noGradient::after {
  opacity: 0;
  visibility: hidden;
}

.moreButton { /* もっと見る */
  display: inline-block;
  width:auto;
  margin: 15px 0;
  color: #003e5c;
  cursor: pointer;
  font-size: 14px;
  padding-bottom:5px;
}

@media screen and (max-width: 1023px) {
  .moreButton { /* もっと見る */
    font-size: 12px;
    font-weight:bold;
    letter-spacing: 0;
    margin: 15px 0 0 0 ;
  }
}

/* 数量選択 */
#purchase_form{
  display:block!important;
  width:450px!important;
  margin:0;
}

#itemContent #itemSelect{
  margin-top:15px;
  display:inline-block!important;
  width:auto!important;
}

@media screen and (max-width: 1023px) {
  #purchase_form{
    width:100%!important;
  }
}

/* カートに入れる */
#itemContent .purchaseButton__btn{
  display:block!important;
  width:100%;
  padding:25px;
  background-color:#003e5c;
  color:#fff;
  font-weight:800;
  letter-spacing: 2px;
  font-size:15px;
  border-radius:8px;
  margin-top:10px;
  cursor:pointer;
  text-align: center;
}

#itemContent .purchaseButton__btn.purchaseButton__btn--noItem,
#itemContent .purchaseButton__btn.purchaseButton__btn--soldOut,
#itemContent .purchaseButton__btn.purchaseButton__btn--disabled{
  background-color:darkgray;
}

@media screen and (max-width: 1023px) {
  #itemContent .purchaseButton__btn{
    padding:23px;
    letter-spacing: 1px;
    font-size:14px;
    border-radius:5px;
    margin-top:10px;
  }
}

/* 通報する */
#itemContent #reportBtn{
  display:inline-block!important;
  width:auto!important;
  margin-left:10px;
  float: right;
}

#itemContent #reportBtn a{
  font-size:14px;
  color:darkgray;
  font-weight:500;
}

@media screen and (max-width: 1023px) {
  #itemContent #reportBtn{
    margin-top:10px;
  }

  #itemContent #reportBtn a{
    font-size:12px;
  }
}



/* ======================================================================================
関連商品
=========================================================================================*/
#related-wrap{
  background-color:#f5f5f5;
  padding:40px 0;
  margin-bottom:150px;
  position:relative;
}

#related-wrap::after{
  content:'';
  display:block;
  width:100%;
  height:6px;
  background-color:#003e5c;
  position:absolute;
  top:18px;
  left:0;
}

#related-wrap::before{
  content:'';
  display:block;
  width:100%;
  height:6px;
  background-color:#003e5c;
  position:absolute;
  bottom:18px;
  left:0;
}

#related-wrap .container-S{
  display:flex;
  flex-wrap:wrap;
  max-width:800px;
  position:relative;
}

@media screen and (max-width: 1023px) {
  #related-wrap{
    padding:60px 0;
  }

  #related-wrap::after{
    top:38px;
  }

  #related-wrap::before{
    bottom:38px;
  }

  #related-wrap .container-S{
    width:90%!important;
  }
}

@media screen and (max-width: 743px) {
  #related-wrap::after,
  #related-wrap::before{
    height:5px;
  }
}

/* タイトル */
#related-wrap h5{
  color:#003e5c;
  background-color:#f5f5f5;
  padding:5px 30px;
  display:inline-block;
  width:auto;
  position:absolute;
  top:-35px;
  left:0;
  font-size:16px;
  z-index:10;
  width: 150px;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  #related-wrap h5{
    left:40px;
    width: 130px;
  }
}

@media screen and (max-width: 743px) {
  #related-wrap h5{
    left:0;
    right:0;
    margin:auto;
    width: 130px;
    font-size:15px;
  }
}

/* 関連商品枠 */
#related-wrap .related-box{
   width:calc(100% / 3);
   padding:30px;
   margin-top:-20px;
   pointer-events: none;
   text-align: center;
}

#related-wrap .related-box img{
  width:85%;
  height:auto;
  pointer-events: auto;
}

#related-wrap .related-box .itemTitle{
  text-align: center;
  pointer-events: auto;
  margin-top:5px;
}

#related-wrap .related-box .itemTitle span{
  text-align: center;
  font-weight:bold;
  pointer-events: auto;
  margin: 0 3px;
  font-size:15px;
  line-height:18px;
}

#related-wrap .related-box .itemTitle span:last-of-type{
  display:block;
  text-align: center;
}

#related-wrap .related-box .itemPrice{
  text-align: center;
  font-family: "Oswald";
  font-weight:bold;
  margin-top:5px;
  pointer-events: auto;
}

@media screen and (max-width: 1023px) {
  #related-wrap .related-box{
     padding:30px 10px;
  }

  #related-wrap .related-box img{
    width:70%;
  }

  #related-wrap .related-box .itemTitle span{
    font-size:14px;
    line-height:17px;
  }
}

@media screen and (max-width: 743px) {
  #related-wrap .related-box{
    padding:0;
    margin-top:0;
    width:100%;
    display: flex;
    justify-content:center;
    align-items: center;
    flex-wrap:wrap;
  }

  #related-wrap .related-box img{
    width:110px;
    margin:0;
  }

  #related-wrap .item-TitlePrice{
    max-width:calc(100% - 110px);
    width:auto;
    margin:0;
    padding-left:10px;
  }
}



/* ======================================================================================
フッター
=========================================================================================*/


/* powered by BASE */
footer .bottom-wrap .layout-powered{
  width:auto;
  display:inline-block;
  position:absolute;
  bottom:0;
  right:0;
}

footer .bottom-wrap .layout-powered a{
  color:#a0a7b4;
  font-size:14px;
}

footer .bottom-wrap .layout-powered a img{
  width: auto;
  height: 20px;
  vertical-align: inherit;
  position:relative;
  top:2px;
}

@media screen and (max-width: 743px) {
  footer .container-XL,
  footer .footer-menu{
    width:100%!important;
  }

  footer .bottom-wrap .layout-powered{
    width: auto;
    display: inline-block;
    position: absolute;
    bottom: -150px;
    right: 0;
    left: 0;
    margin-left: 15px;
  }
}



/* ======================================================================================
カート
=========================================================================================*/
.cart {
  position: relative;
}

.cart-badge {
  display: block!important;
}

.cart-qty {
  position: absolute;
  top: 4px;
  right: 5px;
  padding: 0 1px;
  min-width: 14px;
  background: #fa5171;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}



/* ======================================================================================
プライバシーポリシー / 特定商取引法に基づく表記
=========================================================================================*/
/* プライバシーポリシー */
#privacy{
  margin-bottom:250px;
}

#privacy .pagettl-wrap{
  position:relative;
  width:85%;
  max-width:1100px;
}

#privacy .pagettl-wrap .pagettl-box{
  padding-top:0;
  margin-top:-150px;
  margin-bottom:120px;
}

@media screen and (max-width: 1199px) {
  #privacy .pagettl-wrap{
    width:90%;
    max-width:1100px;
  }

  #privacy .pagettl-wrap .pagettl-box{
    margin-top:-100px;
    margin-bottom:120px;
  }
}

@media screen and (max-width: 743px) {
  #privacy{
    margin-bottom:150px;
  }

  #privacy .pagettl-wrap .pagettl-box{
    margin-top:-50px;
    margin-bottom:100px;
  }
}

/* 特定商取引法に基づく表記 */
#law{
  margin-bottom:250px;
}


#law .pagettl-wrap{
  position:relative;
  width:85%;
  max-width:1100px;
}


#law .pagettl-wrap .pagettl-box{
  padding-top:0;
  margin-top:-150px;
  margin-bottom:200px;
}

@media screen and (max-width: 1199px) {
  #law .pagettl-wrap{
    width:90%;
    max-width:1100px;
  }

  #law .pagettl-wrap .pagettl-box{
    margin-top:-100px;
    margin-bottom:230px;
  }
}

@media screen and (max-width: 1023px) {
  #law .pagettl-wrap .pagettl-box{
    margin-bottom:170px;
  }
}

@media screen and (max-width: 743px) {
  #law{
    margin-bottom:150px;
  }

  #law .pagettl-wrap .pagettl-box{
    margin-top:-50px;
    margin-bottom:100px;
  }
}


/* タイトル */
#privacy .pagettl-wrap h1,
#law .pagettl-wrap h1{
  position:inherit!important;
  left:0!important;
  top:0!important;
}

#privacy .pagettl-wrap span,
#law .pagettl-wrap span{
  margin-left:0!important;
}

@media screen and (max-width: 743px) {
  #privacy .pagettl-wrap h1,
  #law .pagettl-wrap h1{
    position:relative!important;
  }

  #privacy .pagettl-wrap h1::after,
  #law .pagettl-wrap h1::after {
    -webkit-text-stroke: 5px #FFF;
    text-stroke: 5px #FFF;
    position: absolute;
    top: 0;
    left: 0!important;
    z-index: -1;
  }

  #privacy .pagettl-wrap h1::after{
    content: 'Privacy Policy';
  }

  #law .pagettl-wrap h1::after{
    content: 'Commerce';
  }
}

/* イラスト */
#privacy .pagettl-wrap .illust{
  width:50%;
  max-width:350px;
  position:absolute;
  top:auto;
  bottom:-130px;
  right:0;
  z-index:11;
}

@media screen and (max-width: 1439px) {
  #privacy .pagettl-wrap .illust{
    max-width:300px;
    bottom:-130px;
  }
}

@media screen and (max-width: 1199px) {
  #privacy .pagettl-wrap .illust{
    width:50%;
    max-width:280px;
    bottom:-140px;
  }
}

@media screen and (max-width: 743px) {
  #privacy .pagettl-wrap .illust{
    top:-10px;
    bottom:auto;
    right:0;
  }
}

/*  プライバシーポリシー コンテンツ内容
============================================================*/
/* コンテンツ横幅 */
#privacy h2,
#privacy .privacy_intro,
#privacy dl{
  width:85%;
  max-width:1000px;
}

@media screen and (max-width: 1439px) {
  #privacy h2,
  #privacy .privacy_intro,
  #privacy dl{
    width:85%;
    max-width:920px;
  }
}

@media screen and (max-width: 743px) {
  #privacy h2,
  #privacy .privacy_intro,
  #privacy dl{
    width:90%;
  }
}

#privacy h2{ /* タイトル */
  border-left: solid 15px #003e5c;
  font-size: 23px;
  line-height: 32px;
  padding-left: 10px;
  letter-spacing: 2px;
  margin: 0 auto 30px auto;
}

#privacy .privacy_intro{ /* 本文 */
  padding: 0px 25px;
  font-size: 15px;
  margin: 0 auto 40px auto;
}

#privacy dl{ /* 枠 */
  padding: 0px 25px;
  margin: 0 auto;
}

#privacy dl dt{ /* 見出し */
  background-color: #e6e6e6;
  padding: 6px 25px;
  font-size: 17px;
  border-radius: 100px;
  letter-spacing: 2px;
  font-weight:bold;
  margin:80px auto 20px auto;
}

#privacy dl dt:nth-of-type(1){
  margin-top:0;
}

#privacy dl dd{
  padding: 0px 25px;
  line-height:22px;
}

#privacy dl dd li{
  margin: 5px 0;
  margin-left: 35px;
  width: calc(100% - 35px);
  font-size: 15px;
  text-indent: -35px;
}

#privacy dl dd li:nth-of-type(1){
  margin-top:10px;
}

@media screen and (max-width: 743px) {
  #privacy h2{
    border-left: solid 12px #003e5c;
    font-size: 18px;
    line-height: 25px;
    padding-left: 10px;
    letter-spacing: 1px;
    margin: 0 auto 20px auto;
  }

  #privacy .privacy_intro{
    padding: 0;
    font-size: 13px;
    margin: 0 auto 30px auto;
    line-height: 20px;
    letter-spacing: 0;
  }

  #privacy dl{
    padding:0;
  }

  #privacy dl dt{
    padding: 6px 12px;
    font-size: 15px;
    border-radius: 3px;
    letter-spacing: 1px;
    margin:40px auto 15px auto;
  }

  #privacy dl dd{
    padding: 0;
    line-height:20px;
    font-size:14px;
  }

  #privacy dl dd li{
    margin: 5px 0;
    margin-left: 35px;
    width: calc(100% - 35px);
    font-size: 14px;
    text-indent: -35px;
  }
}

/*  特定商取引法に基づく表記 コンテンツ内容
============================================================*/
#law {
  align-items: center;
  margin-bottom:200px;
}

#law h2{
  display:none;
}

#law .pair{
  width:85%;
  max-width:1000px;
  display:flex;
  flex-wrap:wrap;
  margin-bottom:5px;
}

#law h3,
#law p{
  font-size:14px;
}

#law h3{
  width:250px;
  text-align: center;
  background-color:#e6e6e6;
  padding:10px;
  display:flex;
  justify-content:center;
  align-items: center;
}

#law p {
  width:calc(100% - 250px);
  padding:10px 20px;
  background-color:#f0f0f0;
}

#law .pair:nth-of-type(4){
  position:relative;
}

#law .pair:nth-of-type(4) h3{
  position:absolute;
  top:0;
  left:0;
  height:100%;
}

#law .pair:nth-of-type(4) p:first-of-type,
#law .pair:nth-of-type(4) p:last-of-type{
  padding-left:270px;
  width:100%;
  margin:0;
}

#law .pair:nth-of-type(4) p:first-of-type{
  padding-bottom:0;
}

#law .pair:nth-of-type(4) p:last-of-type{
  padding-top:0;
}

#law p.law__telnum canvas{
  margin:0;
}

@media screen and (max-width: 1439px) {
  #law .pair{
    width:85%;
    max-width:920px;
  }
}

@media screen and (max-width: 1023px) {
  #law h3{
    width:150px;
  }

  #law p {
    width:calc(100% - 150px);
    padding: 15px;
  }

  #law .pair:nth-of-type(4) p:first-of-type,
  #law .pair:nth-of-type(4) p:last-of-type{
    padding-left:165px;
  }
}

@media screen and (max-width: 743px) {
  #law {
    margin-bottom:150px;
  }

  #law .pair{
    width:90%;
  }

  #law h3{
    width:100%;
    padding:5px 15px;
    justify-content: left;
  }

  #law p {
    width:100%;
    padding: 15px;
    background-color:#fff;
  }

  #law .pair:nth-of-type(4) h3{
    position:inherit;
    height:auto;
  }

  #law .pair:nth-of-type(4) p:first-of-type,
  #law .pair:nth-of-type(4) p:last-of-type{
    padding-left:15px;
  }
}

/* イラスト */
#law .pagettl-wrap .illust{
  width:50%;
  max-width:320px;
  position:absolute;
  top:auto;
  bottom:-180px;
  right:0;
  z-index:0;
}

@media screen and (max-width: 1439px) {
  #law .pagettl-wrap .illust{
    max-width:280px;
    bottom:-180px;
  }
}

@media screen and (max-width: 1199px) {
  #law .pagettl-wrap .illust{
    width:50%;
    max-width:270px;
    bottom:-200px;
  }
}

@media screen and (max-width: 743px) {
  #law .pagettl-wrap .illust{
    width:47%;
    top:-40px;
    bottom:auto;
    right:0;
  }
}






































/**/
