@charset "euc-jp";

html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

body {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  color: #333;
  background-color: #fff;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  line-height :1.8;
}

a {
  color: #1B213D;
}
a:hover {
  color: #666;
  text-decoration: none;
}

a img:hover{
  opacity:0.7;
}

ul, ol, form, p {
  margin: 0;
}
  
/* layout */
.display{
 display:none;
}

.wrapper {
  position: relative;
}

.gnavi {
  width: 100%;
}

.footer {
  background: #db4550;
  width: 100%;
}

.container{
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-m{
 background: #72A3A4;
}

.container-m hover{
 opacity:0.7;
}

.container::after {
  clear: both;
  content: "";
  display: table;
}

span.marker {
   background:linear-gradient(transparent 60%, #ffc0cb 60%);
}

span.marker-namasute {
   background:linear-gradient(transparent 60%, #fbc600 60%);
}

span.marker-purple {
   background:linear-gradient(transparent 60%, #CCCCFF 60%);
}

/* module */

.expl{
display:flex;
  justify-content: left;
  margin-top:5px;
  flex-wrap: wrap;
}

    .expl div{
    background-repeat:  no-repeat;
    height: 1.2em;
    width: 4.5em;
    background-size: 100%;
  margin-right: 2px;
    }

.yu{
   background-image:url(https://img07.shop-pro.jp/PA01453/386/etc_base64/jraO146wjtCOsI68jq6Or47Mjt-OwI64pOakpo7Kjt-OuY6vjsQ.jpg?cmsp_timestamp=20240216125849);

}

.mi{
     background-image:url(https://img07.shop-pro.jp/PA01453/386/etc_base64/jraO146wjtCOsI68jq6Or47Mjt-OwI64jt7I_se7z8K75g.jpg?cmsp_timestamp=20240217125456);

}

.shi{
       background-image:url(https://img07.shop-pro.jp/PA01453/386/etc_base64/jraO146wjtCOsI68jq6Or47Mjt-OwI64jt675s23uMLE6g.jpg?cmsp_timestamp=20240225104640);
 
}

.za{
     background-image:url(https://img07.shop-pro.jp/PA01453/386/etc_base64/jraO146wjtCOsI68jq6Or47Mjt-OwI64jt6637jLuMKk6g.jpg?cmsp_timestamp=20240225104640);
 
}

.su{
 background-image:url(https://img07.shop-pro.jp/PA01453/386/etc_base64/jraO146wjtCOsI68jq6Or47Mjt-OwI64jt6_9M7MuMLE6g.jpg?cmsp_timestamp=20240225104640);
 
}

.ha{
  background-image:url(https://img07.shop-pro.jp/PA01453/386/etc_base64/jraO146wjtCOsI68jq6Or47Mjt-OwI64jt7H0cjXvqbJyg.jpg?cmsp_timestamp=20240225104640);

}

.gi{
  background-image:url(https://img07.shop-pro.jp/PA01453/386/etc_base64/jraO146wjtCOsI68jq6Or47Mjt-OwI64jt61wbHntuI.jpg?cmsp_timestamp=20240225104640);
}


.section__title-h2 {
  margin: 0;
  font-size: 1.14286em;
}

.section__suffix {
  font-size: 0.71429em;
}

.menu__section {
  margin: 0 0 30px;
  border: 2px solid #223a70;
}

.menu__title-h2 {
  padding: 13px 10px;
  color: #ffffff;
  background: #1B213D;
}

.menu__suffix {
  padding:0 8%;
    vertical-align: middle;
}

.menu-list {
  list-style-type: none;
}

.menu-list__link {
  padding: 10px 20px;
  height: 100%;
  width: 82%;
  display: table;
  table-layout: fixed;
}

.pickup-list a{
width: 100%;
}

.menu-list__text {
  padding-right: 20px;
  height: 100%;
  width: 100%;
  display: flex;
  vertical-align: middle;
  align-items: center;
}

.menu-list__text img{
  height:30px;
  margin-right: 8px;
}

.menu-list__icon {
  height: 100%;
  width: 10%;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

h2 .menu-list__icon{
 display:inline;
}

.category-allow{
  /* 1個目の表示で左向きの矢印作成*/
    content: '';
    /* 親要素（border1の背景）からポジショニングする */
    position: absolute;
    /* 線の書式 */
    border-top: 2px solid #FFF;
    border-left: 2px solid #FFF;
    /* 線の長さ */
    width: 8px;
    height: 8px;
    /* 回転度 */
    transform: rotate(-135deg);
  margin-top: 0.3em;
}

.category-allow.add{
/* 2個目の表示で下向きの矢印作成*/
    content: '';
    /* 親要素（border1の背景）からポジショニングする */
    position: absolute;
    /* 線の書式 */
    border-top: 2px solid #FFF;
    border-left: 2px solid #FFF;
    /* 線の長さ */
    width: 8px;
    height: 8px;
    /* 回転度 */
    transform: rotate(45deg);
  margin-top: 0.6em;
}

.group-allow{
  /* 1個目の表示で左向きの矢印作成*/
    content: '';
    /* 親要素（border1の背景）からポジショニングする */
    position: absolute;
    /* 線の書式 */
    border-top: 2px solid #FFF;
    border-left: 2px solid #FFF;
    /* 線の長さ */
    width: 8px;
    height: 8px;
    /* 回転度 */
    transform: rotate(-135deg);
  margin-top: 0.3em;
}

.group-allow.add{
/* 2個目の表示で下向きの矢印作成*/
    content: '';
    /* 親要素（border1の背景）からポジショニングする */
    position: absolute;
    /* 線の書式 */
    border-top: 2px solid #FFF;
    border-left: 2px solid #FFF;
    /* 線の長さ */
    width: 8px;
    height: 8px;
    /* 回転度 */
    transform: rotate(45deg);
  margin-top: 0.6em;
}

.product-list {
  height: auto;
  width: 100%;
  margin: 0;
  list-style-type: none;
  letter-spacing: -.4em;
  display: inline-block;
}
.product-list__title {
  width: 65%;
  display: block;
}

.product-list__unit {
  margin: 0 0 30px;
  position: relative;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  float: none;
  text-align: center;
}
.product-list__image:hover {
  opacity: .8;
}
.product-list__name {
  margin: 10px 0 0;
  font-size: 0.85714em;
}

.mark-recommend img{
position: absolute;
    width: 50px;
   top:0;
  left:0;
}

.product-list__text {
  display: block;
  text-align: left;
}

.product-list__expl {
  margin: 3px 0 0;
  font-size: 0.71429em;
}

.product-list__prices {
  margin: 3px 0 0;
  font-size: 0.85714em;
  color: #00aca4;
}

.product-list__price-regular {
  text-decoration: line-through;
}
.product-list__price-soldout {
  color: #ff0000;
}
.product-list__discount-rate {
  color: #ff0000;
}

.mark-seller{
 position:absolute;
}

.rank__box {
  z-index: 3;
}

.rank__box--upper {
  position: absolute;
  top: -10px;
  left: -5px;
}

.rank__number {
  height: 22px;
  width: 22px;
  position: absolute;
  background: #ffffff;
  color: #1B213D;
  font-weight: bold;
  border-radius: 50%;
  display: block;
  text-align: center;
  font-size: 1em;
  border: 1px solid #000000;
  z-index:24;
}

.rank__number-color--1 {
  background: #ffea22;
  border: 1px solid #ffea22;
}
.rank__number-color--2 {
  background: #cbcbcb;
  border: 1px solid #cbcbcb;
}
.rank__number-color--3 {
  background: #d9a300;
  border: 1px solid #d9a300;
}

.contents__title-h2 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #000000;
  border-bottom: 6px double #000000;
}
.contents__suffix {
  padding-left: 10px;
}

.side__section {
  margin: 0 0 30px;
  padding: 20px;
  position: relative;
  border: 2px solid #999999;
}
.side__title-h2 {
  padding: 12px 20px;
  position: absolute;
  top: 10px;
  left: -12px;
  color: #ffffff;
  background: #57acad;
  line-height: 1;
  z-index: 2;
}

.side__title-h2:before {
  height: 0;
  width: 0;
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  border: 5px solid transparent;
  border-top: 5px solid #346a6a;
  border-right: 5px solid #346a6a;
}

.side__title-h2:after {
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  right: -40px;
  content: "";
  border: 20px solid #57acad;
  border-right-color: transparent;
}

.breadcrumb {
  margin-bottom: 30px;
}
.breadcrumb-list {
  margin-bottom: 5px;
  font-size: 0.85714em;
}

.btn-primary {
  color: #ffffff;
  background: #72A3A4;
  border: 1px solid #72A3A4;
}

.product-list__freespace-top .btn{
 padding: 8px 20px;
  border-radius: 33px;
}

.btn-primary:hover {
  color: #ffffff;
  background: #333333;
  border: 1px solid #333333;
}
.btn-secondary {
  color: #ffffff;
  background: #a39055;
  border: 1px solid #a39055;
}
.btn-secondary:hover {
  color: #ffffff;
  background: #ae9c64;
  border: 1px solid #ae9c64;
}

.txt--sm {
  font-size: 0.71429em;
}
.txt--md {
  font-size: 0.85714em;
}
.txt--lg {
  font-size: 1.14286em;
}
.txt--c {
  text-align: center;
}
.txt--l {
  text-align: left;
}
.txt--r {
  text-align: right;
}
.txt--red {
  color: #ff0000;
}

.border--none {
  border: none;
}

.pad-t--20 {
  padding-top: 20px;
}
.pad-r--10 {
  padding-right: 10px;
}
.pad-r--20 {
  padding-right: 20px;
}
.pad-l--20 {
  padding-left: 20px;
}

.mar--0 {
  margin: 0;
}
.mar-t--20 {
  margin-top: 20px;
}
.mar-b--0 {
  margin-bottom: 0;
}
.mar-b--10 {
  margin-bottom: 10px;
}
.mar-b--20 {
  margin-bottom: 20px;
}
.mar-b--40 {
  margin-bottom: 40px;
}
.mar-b--60 {
  margin-bottom: 60px;
}

.w--23per {
  width: 23%;
}
.w--31per {
  width: 23%;
}

.hide {
  display: none;
}

.pos--rel {
  position: relative;
}
.pos--abs {
  position: absolute;
}

/* snavi */
.snavi {
  z-index: 25;
  top:45px;
}
.snavi__inner {
  background: #ffffff;
  border-bottom: 2px solid #333333;
}
.snavi__suffix {
  padding-left: 10px;
}

.snavi-list {
  position: relative;
}
.snavi-list__unit {
  padding: 0;
  text-align: center;
}
.snavi-list__link {
  padding: 15px 0;
  display: block;
  color: #333333;
}
.snavi-list__link:hover {
  color: #ffffff;
}
.snavi-list__link--menu {
  position: relative;
  color: #ffffff;
  background: #333333;
}
.snavi-list__triangle {
  position: absolute;
  right: 50%;
  bottom: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #fcfcfc transparent;
  z-index: 60;
}

.mnavi {
  position: absolute;
  top: 51px;
  left: 0;
  width: 100%;
  background: #fff;
  border: 2px solid #333333;
  z-index: 50;
  display: none;
}

.mnavi-list {
  padding: 39px;
  list-style-type: none;
  text-align: left;
}
.mnavi-list__unit {
  padding: 10px;
  text-align: left;
  width: 31%;
  display: inline-block;
  vertical-align: top;
}
.mnavi-list__link {
  display: block;
  width: 100%;
}

.mnavi-bottom {
  border-top: 2px solid #333333;
}

.mnavi-bottom-list {
  margin: 0;
  padding: 20px 0;
  float: right;
}
.mnavi-bottom-list__unit {
  padding: 0 10px;
}

.text-pr {
  margin: 0;
  padding: 17px 0;
  font-size: 0.92857em;
  float: left;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

/* header */
#header .flex{
  justify-content: space-between;
}

.center{
  display: flex;
  align-items: center;
  height: 100%;
}

.center img{
  display: block;
  margin: 0 auto;
}

.charity-container{
  display: flex;
  align-items: center;
  height: 100%;
}

.present-container{
  display: flex;
  align-items: center;
  height: 100%;
}

.oliginal-container{
  display: flex;
  align-items: center;
  height: 100%;
}

.charity-container img{
  display: block;
  margin: 0 auto;
}

.present-container img{
  display: block;
  margin: 0 auto;
}

.oliginal-container img{
  display: block;
  margin: 0 auto;
}

.coupon{
 background-color:#ffdb00;
  position: fixed;
    height: 100vh;
    z-index: 24;
    float:right;
  right:0;
  width: 6vh;
}

.charity{
 background-color:#1c5d92;
  position: fixed;
    height: 100vh;
    z-index: 24;
    float:right;
  right:0;
  width: 6.5vh;
}

.present{
 background-color:#ea5556;
  position: fixed;
    height: 100vh;
    z-index: 24;
    float:right;
  right:0;
  width: 7.5vh;
}

.oliginal{
 background-color:#72A3A4;
  position: fixed;
    height: 100vh;
    z-index: 24;
    float:right;
  right:0;
  width: 6.5vh;
}

.text-combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}

.coupon:hover{
 opacity:0.7;
}

.charity:hover{
 opacity:0.7;
}

.present:hover{
 opacity:0.7;
}

.oliginal:hover{
 opacity:0.7;
}

.log-out{
 font-size:15px;
  font-weight:bold;
  color:#fff;
  letter-spacing:0.1em;
  width: 100%;
      -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
   text-align:center;
  text-orientation: upright;
  height:100%;
  
}

.log-in{
 font-size:18px;
  font-weight:bold;
  color:#fff;
  letter-spacing:0.1em;
}


  .header__inner {
    text-align: center;
    padding: 0 0 30px;
  }

  .header-search__select {
    margin: 0 0 10px;
      border: 2px solid #000000;
  border-radius: 5px;
  box-shadow: none;
  height: 40px;
  width: 200px;
  font-size: 0.92857em;
  }

  .header-search__box {
    margin: 0 0 10px;
      border: 2px solid #000000;
  border-radius: 5px;
  box-shadow: none;
  padding: 8px 8px 8px 14px;
  height: auto;
  width: 41%;
  font-size: 0.92857em;
  }

  .header-search__btn {
    height: auto;
    width: 15%;
  padding: 14px 0;
  border-radius: 5px;
  font-size: 0.78571em;
    margin: 0 0 10px;
  }

.header-logo {
  height:auto;
  width:30em;
  padding: 0;
   margin-top: 15px;
}

.logo1{
     position: absolute;
    width: 52%;
    left: 24%;
  top: 6px;
}

.header {
  background: #1B213D;
  background-image: url(https://img.shop-pro.jp/tmpl_img/82/bgimage.png);
}

.header_fixed{
    position: fixed;
    z-index: 100;
    background-color:#1B213D;
  width:100%;
}

.header__right {
  text-align: right;
}

.header__right__top{
  display:flex;
  padding:0;
  margin-bottom:25px;
}

.header__right__top > li{
   list-style-type: none;
}

.header-accounts{
 display:flex;
 height: auto;
  margin:0 auto;
  list-style:none;
  padding-left:10px;
}

.header-accounts li{
 line-height:45.4px;
 padding-right:5px;
}

.header-search {
  margin: 20px 0 10px;
}

.header-search__select:focus {
  outline: none;
  border-color: #666666;
}

.header-search__box:focus {
  outline: none;
  border-color: #666666;
}

.header-tools {
  margin: 0 !important;
  font-weight: bold;
  font-size: 0.92857em;
}
.header-tools__unit {
  margin-left: 25px;
  display: inline;
  line-height: 2em;
}
.header-tools__unit-cart {
  margin-left: 12px;
}
.header-tools__btn {
  height: auto;
  width: 150px;
  padding: 10px 0 12px 20px;
  border-radius: 0 0 5px 5px;
  border-top: none;
}
.header-tools__btn:hover {
  border-top: none;
}

.header-tools__color{
 color:#fff;
}

.header-tools__btn i {
  position: absolute;
  top: 2px;
  left: 20px;
}
.header-tools__count {
  padding: 0 3px;
  font-size: 1.14286em;
  letter-spacing: -.5px;
}

.header-tools-phone {

  display:flex;
  justify-content:flex-end;
}
.header-tools-phone__unit {
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration:none;
}

.smp-cart{
    position: fixed;
    z-index: 100;
    right: 12px;
    background-color: #1B213D;
    bottom: 12px;
    width: 80px;
    height: 80px;
  display:table;
  border-radius:10px;
}

.smp-cart i{
 font-size: 3em;
  padding-top: 22%;
}

.header-tools-phone__left{
 margin: 0 auto 0 0;
}

.header-tools-phone--current {
  background: #d89330;
}

/* global navigation */
.gnavi {
  position: absolute;
  bottom: -40px;
  z-index: 10;
}
.gnavi__unit {
  margin: 0 1%;
  height: 100%;
  padding: 0;
  border: 6px double #000;
  background: #ffffff;
  text-align: center;
  font-size: 1.14286em;
}

.coming-soon{
	width:			 220px;
	height:			100%;
	position:		absolute;	/* 絶対位置指定 */
	top:			0;
right: 261px;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.4);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
  color: #fff;
}

.blog:hover .coming-soon {
	opacity:		1;	/* マスクを表示する */
}

.gnavi__link {
  padding: 10px;
  height: 100%;
  width: 100%;
  display: block;
}
.gnavi__link:hover {
  color: #ffffff;
  background: #333333;
}
.gnavi__suffix {
  display: block;
}

.smp-search{
    background-color: #1B213D;
    border-bottom: 5px solid #956134;
padding: 5px;
}

/* slider */
.slider {
  padding-top:55px;
  padding-bottom: 70px;
  position: relative;
  background-color: #1B213D;
}

.slider img {
    width: 980px;
    height: 551.25px;
}

.slider__inner {
  height: auto;
  width: auto;
  max-width: 87.14375em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.slider__inner::after {
  clear: both;
  content: "";
  display: table;
}

.slider .bx-wrapper {
  z-index: 0;
  margin-bottom: 0;
  width: 980px;
  height: 551.25px;

}

.slider .bx-wrapper .bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}

.slider .bx-wrapper .bx-caption {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
}

.slider .bx-wrapper .bx-caption span {
  padding: 30px;
  font-size: 1.28571em;
}

.slider .bx-wrapper .bx-pager {
  padding-top: 20px !important;
  bottom: -30px !important;
}

/* main */
.main__section {
  padding-top: 65px;
  background: url(https://img.shop-pro.jp/tmpl_img/82/bgimage.png), linear-gradient(#f5f1e9, #ffffff), center repeat;
}
.main__section--top {
  padding-top: 25px;
}
.main__section--top-slideshow {
  padding-top: 65px;
}
.main__inner{
  padding: 20px 20px 60px;
  background: #ffffff;
}

.arrival-list__unit,
.seller-list__unit,
.favorite-list__unit
{
width: 20%;
}

  .childgroup-img {
    width: 70%;
    margin-bottom: 7px;
}

/* sidebar */
.sidebar {
  padding: 0 20px 0 0;
}

.banner img{
margin-bottom: 5%;
}

.subcategory-list {
  padding: 10px 0;
  display: none;
  background: #f5f1e9;
}

.side_cal {
  padding: 20px 15px 0;
}

.side_cal_memo {
  padding: 0 15px 20px;
  font-size: 0.85714em;
}

.rectangle1 {
  width: 10px;
  height: 10px;
  background-color:#f7afaf;
  position:absolute;
}

.rectangle2 {
  width: 10px;
  height: 10px;
 background-color:#99d7f0;
  position:absolute;
}

.banner{
  margin-bottom:5%;
}

.tbl_calendar {
  margin-bottom: 20px;
  font-size: 0.78571em;
  display: table;
  border-collapse: separate;
}
.tbl_calendar caption {
  text-align: center;
  padding-bottom: 5px;
}
.tbl_calendar th {
  padding: 3px 0;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.tbl_calendar td {
  padding: 5px 0;
  width: 14.2%;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.seller-list-left {
  margin: 0;
}
.seller-list-left__wrap {
  padding: 20px 20px 0;
}
.seller-list-left__name--downer {
  margin: 2px 0 0 30px;
}

.sidebar-banner-list__unit {
  margin: 0 0 30px;
}

details summary {
  list-style: none;
  cursor: pointer;
  text-decoration: none;

}

summary::-webkit-details-marker {
  display:none;
}

.group-2901501,
.group-2900289,
.group-2902964,
.group-2958921,
.group-2964744
{
display:none;
}

/* contents */
.contents {
  padding: 0 0 0 20px;
  float: right;
}
.contents-main {
  padding: 0 20px 0 0;
}

.info-list {
  margin: 0;
  list-style-type: none;
}
.info-list__unit {
  padding-bottom: 20px;
}
.info-list__date {
  padding-bottom: 10px;
  display: block;
}

.free-space__section,
.info__section,
.arrival__section,
.recommend__section,
.eyecatch__section,
.together__section,
.history__section,
.seller__section,
.popularity__section,
.favorite__section
{
  margin-bottom: 60px;
}

.contents-sub {
  padding: 0 0 0 20px;
}

.push-list__unit {
  margin: 0;
}

.seller-list-right__unit:last-child {
  margin-bottom: 0;
}
.seller-list-right__name {
  margin-left: 30px;
}

/* footer */

html {
    scroll-behavior: smooth;
}
.pagetop {
    height: 70px;
    width: 70px;
    position: fixed;
    right: 100px;
    bottom: 100px;
    background: #72A3A4;
    border: solid 2px #72A3A4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
  padding-top: 0.5%;
  
}

.pagetop:hover{
  background: #333;
   border: solid 2px #333;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(20%) rotate(-45deg);
   margin: 0 auto;
}

.pagetop p{
 color:#fff;
  font-weight: bold;
  margin-top: 15%;
  font-size: 12px;
  
}

.pagetop-container{
    display: table;
    vertical-align: middle;
}

.mail-mag {
  background: #eeeeee;
  text-align: center;
}

.mail-mag__inner {
  padding: 30px 0;
}

.mail-mag__title-h2 {
  padding-bottom: 20px;
  color: #000000;
  font-size: 1.28571em;
  line-height: 1.3;
}

.mail-mag__suffix {
  padding-left: 10px;
  font-size: 0.71429em;
}

.mail-mag i {
  padding-right: 20px;
}

.mail-mag__box {
  border: 2px solid #000000;
  border-radius: 5px;
  box-shadow: none;
  margin-right: 20px;
  padding: 13px;
  height: auto;
  width: 75%;
}

.mail-mag__box:focus {
  outline: none;
  border-color: #666666;
}

.mail-mag__btn {
  height: auto;
  width: 10%;
  padding: 13px 0;
  border-radius: 5px;
  font-size: 1.14286em;
}

.mail-mag br {
  display: none;
}

.guide {
  background: #333333;
  color: #ffffff;
}
.guide__inner {
  border-bottom: 2px solid #ffffff;
  padding: 60px 0;
}
.guide__h2 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #ffffff;
}
.guide__name {
  padding-bottom: 10px;
}
.guide__other {
  padding-bottom: 30px;
  margin: 0;
  color: #999999;
}
.guide__other:last-child {
  padding-bottom: 0;
}

.shop-owner {
  overflow: hidden;
}
.shop-owner__image {
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}
.shop-owner__info {
  float: left;
}
.shop-owner__name {
  font-weight: bold;
}
.shop-owner__memo {
  line-height: 1.8;
}
.shop-owner__memo a {
  color: #ffffff;
}
.shop-owner__memo a:hover {
  color: #999999;
}

.sns-list {
  display: table;
}
.sns-list__unit {
  display: table-cell;
}

.pagetop__section {
  padding: 0;
}
.pagetop__btn {
  margin: 2px 0;
  padding: 13px 0;
  border-radius: 0;
  width: 100%;
  color: #ffffff;
  background: none;
  border: none;
}
.pagetop__btn:hover {
  color: #333333;
  background: #ffffff;
  border: none;
}

.fnavi-list {
  padding-top: 30px;
  font-size: 0.92857em;
  color: #ffffff;
  text-align: center;
}
.fnavi-list__unit {
  display: inline-block;
}
.fnavi-list__link {
  color: #ffffff;
}
.fnavi-list__link:hover {
  color: #999999;
}

.copyright {
  margin: 0 0 10px;
}
.copyright__section {
  padding: 50px 0 20px;
  font-size: 0.71429em;
  text-align: center;
}
.copyright__image {
  margin: 0 0 5px 5px;
  height: 18px;
  width: 200px;
}
.copyright__link {
  color: #ffffff;
}
.copyright__link:hover {
  color: #999999;
}

/* product list */
.product-list__section {
  position: relative;
  padding: 0;
}
.product-list__freespace-top {
  padding-bottom: 30px;
}
.product-list__freespace-bottom {
  padding-bottom: 60px;
}
.product-list__noitem {
  padding-bottom: 60px;
}

.sort__section {
  position: absolute;
  top: 35px;
  right: 10px;
}
.sort__sub-layer {
  border: 2px solid #000000;
  border-radius: 5px;
  box-shadow: none;
  height: 37px;
  width: 200px;
  font-size: 0.92857em;
}
.sort__sub-layer:focus {
  outline: none;
  border-color: #666666;
}

.sub-list {
  height: auto;
  width: 100%;
  letter-spacing: -.4em;
  display: inline-block;
}
.sub-list__unit {
  margin-bottom: 20px;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  float: none;
}

.sub-list__unit a {
display:flex;
  white-space: nowrap;
}

.sub-list__name {
 margin:auto;
}

.sub-list__image {
  display: block;
  width:30px;
}

.more__btn {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.85714em;
}

/* pagenation */
.pagenation {
  text-align: center;
}
.pagenation-top {
  margin: 30px 0;
}
.pagenation-bottom {
  margin: 20px 0 60px;
}
.pagenation-pos span {
  padding-right: 3px;
  padding-left: 3px;
  font-size: 1.28571em;
  font-weight: bold;
}

.pagenation-list {
  margin: 20px 0 0;
  letter-spacing: -.4em;
}
.pagenation-list__unit {
  margin: 0 2px;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}
.pagenation-list__unit a {
  height: 40px;
  min-width: 40px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #000;
  line-height: 2.5;
  box-sizing: border-box;
  padding: 0 .5em;
}
.pagenation-list__unit a:hover {
  background: #333;
  color: #fff;
}
.pagenation-list__unit span {
  height: 40px;
  min-width: 40px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #ccc;
  line-height: 2.5;
  color: #ccc;
  box-sizing: border-box;
  padding: 0 .5em;
}
.pagenation-list__unit i {
  line-height: 2;
}
.pagenation-list__navi-end a {
  background: #333;
  color: #fff;
}
.pagenation-list__navi-end a:hover {
  background: #555;
  border: 2px solid #555;
}

/* product */
.product-list__fav-items {
  margin-top: 10px;
  width: 30px;
  position: absolute;
    right: 20px;
    bottom: 7px;
}

.product-list__fav-items button {
  display: block;
  width: 100%;
  padding: 5px 0;
  cursor: pointer;
  transition: .2s;
  text-align: center;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

.product-list__fav-items .fav-items {
  color: #ff7373;
}

.product-list__fav-items svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.product__section {
  padding: 0;
}
.product__name {
  padding: 0 0 30px;
  font-size: 1.42857em;
}
.product__model {
  color: #999999;
  font-size: 0.71429em;
}
.product__image {
  padding-right: 40px;
  padding-left: 0;
}
.product__image-main {
  text-align: center;
}
.product__guide {
  padding-right: 20px;
  padding-left: 0;
}
.product__prices {
  padding-bottom: 30px;
}
.product__price {
  padding-right: 5px;
  font-size: 1.42857em;
}
.product__price-part {
  margin-bottom: 5px;
}
.product__price-regular {
  margin-bottom: 5px;
}
.product__price-establish {
  margin-bottom: 5px;
  color: #999999;
}
.product__discount {
  color: #ff0000;
}
.product__stock-str {
  padding-top: 30px;
  font-size: 1.42857em;
}
.product-social-list__unit {
  margin-bottom: 5px;
}
.product-related-list__link {
  display: block;
  padding: 5px 0;
}
.product__explain {
  padding: 0 0 60px;
  line-height: 1.8;
}
.product__order {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 30px 20px 35px;
  background: #f5f1e9;
}

.image-thumb {
  padding: 2px;
  border: 2px solid #fff;
}
.image-thumb:hover {
  opacity: .8;
}
.image-thumb--active {
  border: 2px solid #a39055;
}

.image-thumb-list {
  margin: 10px 0 0;
}
.image-thumb-list__unit {
  margin: 0 0 10px;
  padding: 0 2px;
  cursor: pointer;
  text-align: center;
}

.option {
  padding: 0 0 20px;
}

.option-list__name {
  padding-bottom: 10px;
}
.option-list__detail {
  margin: 0;
}
.option-list__select {
  border: 2px solid #000000;
  border-radius: 5px;
  box-shadow: none;
  height: 40px;
  width: 100%;
}
.option-list__select:focus {
  outline: none;
  border-color: #666666;
}

.text-titles {
  padding: 0 0 20px;
}

.text-titles-list__name {
  padding-bottom: 10px;
}
.text-titles-list__detail-text {
  border: 2px solid #000000;
  border-radius: 5px;
  box-shadow: none;
  padding: 8px;
  height: auto;
  width: 100%;
}
.text-titles-list__detail-text:focus {
  outline: none;
  border-color: #666666;
}

.order {
  padding: 0 0 5px;
}

.init-list {
  margin: 0;
}
.init-list__name {
  padding-bottom: 5px;
}
.init-list__detail {
  margin: 0;
}
.init-list__detail-num {
  border: 2px solid #000000;
  border-radius: 5px;
  box-shadow: none;
  padding: 8px;
  height: auto;
  width: 170px;
}
.init-list__detail-num:focus {
  outline: none;
  border-color: #666666;
}
.init-list__detail-updw {
  margin: 0;
  padding-left: 10px;
  vertical-align: middle;
  display: inline-block;
}

.order-btn-list {
  margin: 0;
  padding-top: 20px;
  padding-right: 0;
}
.order-btn-text {
  vertical-align: middle;
  font-weight: bold;
}

.order__btn {
  height: auto;
  width: 100%;
  padding: 17px 0;
  border-radius: 5px;
  font-size: 1em;
}
.order__btn-addcart {
  color: #ffffff;
  background-color: #72A3A4;
  border: 1px solid #72A3A4;
}
.order__btn-addcart:hover {
  color: #ffffff;
  background: #72A3A4;
  border: 1px solid #72A3A4;
}
.order__btn-quick {
  color: #ffffff;
  background: #4da6ff;
  border: 1px solid #4da6ff;
  padding: 16px 0;
}
.order__btn-quick:hover {
  color: #ffffff;
  background: #66b3ff;
  border: 1px solid #66b3ff;
}
.order__btn-soldout.disabled {
  color: #ffffff;
  background-color: #ff0000;
  border: 1px solid #ff0000;
  font-weight: bold;
}
.order__btn-soldout[disabled] {
  color: #ffffff;
  background-color: #ff0000;
  border: 1px solid #ff0000;
  font-weight: bold;
}

.related-list {
  margin: 0;
  text-align: right;
  font-size: 0.92857em;
}
.related-list__unit {
  display: inline-block;
}

.table-bordered {
  margin: 0;
  background: #ffffff;
  border: 1px solid #000000;
  border-left: 0;
}
.table-bordered th {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
}
.table-bordered td {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
}

.stock_error {
  text-align: center;
  color: #ff0000;
}

/* sk */
.sk__section {
  margin-top: -73px;
  margin-bottom: 40px;
  padding-top: 73px;
  padding-bottom: 0;
}

.sk-lead {
  margin: 0 0 20px;
}

.sk-list {
  margin: 0 0 20px;
  line-height: 1.8;
}
.sk-list__dt {
  padding: 20px 0 5px;
}
.sk-list__dt:first-child {
  padding: 0 0 5px;
}
.sk-list__dd {
  margin: 0;
}

/* option stock */
.ex-option__title-h2 {
  margin-bottom: 20px;
}
.ex-option__section {
  padding: 20px;
  text-align: center;
}
.ex-option__price-regular {
  color: #999999;
  text-decoration: line-through;
}
.ex-option__discount-rate {
  color: #ff0000;
  font-size: 0.85714em;
}
.ex-option__none {
  margin-bottom: 20px;
}

/* banner */
.contents-sub-banner-list,
.contents-main-banner-list,
.contents-accent-banner-list {
  margin-bottom: 60px;
}

/* free page */
.contents-free {
  padding-bottom: 60px;
}

.contents-free > h2{
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

.contents-free ul,
.contents-free ol {
  margin: 0 0 10px 25px;
  padding: 0;
}

.contents-free__btn{
      border-radius: 50px;
    padding: 10px 25px;
    font-size: 16px;
}

.asobisen-content img{
  max-width:80%
}

.campaign__btn{
position: relative;
    top: -100px
}

/* 横並び */

.flex {
  display: flex; /*横並び*/
}
.flex .image {
  width: 50%; /*画像サイズ指定*/
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.flex .text {
  margin: 0 0 0 20px;
  padding: 0;
}


@media screen and (max-width: 980px) {
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
  
      .container {
        max-width: 100%;}
  
  /* layout */
  .container {
    width: 100%;
  }

  /* module */
  .menu__section {
    margin-bottom: 0;
    border-radius: 0;
    border: none;
  }
  .menu__title-h2 {
    padding: 13px 0 13px 18px;
    color: #ffffff;
    background: #1B213D;
  }
  .menu__suffix {
    padding-left: 10px;
  }

  .product-list__title {
    width: 100%;
  }

  .rank__box {
    position: absolute;
    top: 10px;
    left: 15px;
  }

  .breadcrumb-list {
    font-size: 0.71429em;
  }
  
  
  .tab-block {

  }
  .tab-block--visible {
        background: #fefcf2;
    box-shadow: 0 5px #c7760d inset;
    display: block;
        position: fixed;
    overflow-y: scroll;
    width: 100%;
    z-index: 23;
    top: 95px;
    left:0;
    height: 60%;
  }
  .tab-block--hidden {
    display: none;
  }
  .tab-block-list {
    padding: 25px 20px 20px;
    text-align: left;
  }
  .tab-block-list__unit {
    font-weight: bold;
    list-style-type: none;
    text-decoration:none;
    appearance: none;
  }
  .tab-block-list__link {
    padding: 10px;
    height: 100%;
    width: 100%;
    display: block;
  }

  .tb-pulldown-list__unit {
    font-weight: normal;
    list-style-type: none;
  }
  .tb-pulldown-list__link {
    padding: 10px;
    height: 100%;
    width: 100%;
    display: block;
  }
  .tb-pulldown-list__link:before {
    content: '- ';
  }

  /* global navigation */
  .gnavi {
    display: none;
  }
  
  .header-search {
    text-align:center;
  margin:0;
  }
  
  .header-search__select {
    height: 35px;
  width: 100px;
  }
  
  .header-search__box {
  height: 35px;
    width: 59%;
  }
  
  .header-search__btn {
  height: 35px;
    width: 11%;
    padding: 11px 0;
  }

  /* slider */
  .slider {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .slider__inner {
    height: auto;
    width: 100%;
  }

  /* main */
  .main__section {
   padding-top: 105px
  }
  .main__section--top {
    padding-top: 0;
  }
  .main__inner {
    padding-right: 0;
    padding-left: 0;
  }

  /* sidebar */
  .sidebar {
    padding: 0;
  }

  .seller-list-left__name--downer {
    margin-top: 10px;
    margin-left: 0;
  }

  .sidebar-banner-list {
    padding: 60px 20px 0;
  }
  .sidebar-banner-list__unit {
    margin: 0 0 30px;
  }

  /* contents */
  .contents {
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    float: none;
  }
  .contents-main {
    padding: 0;
  }

  .contents-sub {
    display: none;
  }

  /* footer */
  .mail-mag__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .mail-mag__box {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 8px;
    height: auto;
    width: 100%;
  }
  .mail-mag__btn {
    height: auto;
    width: 49%;
    padding: 8px 0;
    font-size: 0.85714em;
  }

  .guide {
    padding: 0 20px;
  }

  /* product list */
  .sort__section {
    padding-bottom: 30px;
    position: static;
  }
  .sort__sub-layer {
    width: 100%;
  }

  .slider .bx-wrapper .bx-caption span {
    padding: 10px 20px;
    font-size: 1em;
  }

  /* footer */
  .mail-mag i {
    padding-right: 0;
    padding-bottom: 20px;
    display: block;
  }

  .guide__inner {
    padding: 30px 0;
  }

  .shop-owner {
    margin-bottom: 30px;
    text-align: center;
  }
  .shop-owner__image {
    margin-right: 0;
    margin-bottom: 20px;
    float: none;
  }
  .shop-owner__info {
    float: none;
  }
  .shop-owner__name {
    margin-bottom: 10px;
  }

  .sns-list {
    margin-right: auto;
    margin-left: auto;
  }

  .pagetop__section {
    padding: 0;
  }

  .fnavi-list {
    font-size: 0.78571em;
    line-height: 1.8;
  }

  .guide-list__link {
    color: #ffffff;
  }
  .guide-list__link:hover {
    color: #999999;
  }

  /* pagenation */
  .pagenation-list__navi-end {
    margin: 0 22px;
  }

  /* product */
  .product__name {
    font-size: 1.28571em;
  }
  .product__image {
    padding-right: 0;
    padding-bottom: 40px;
  }
  .product__guide {
    padding-right: 0;
    padding-left: 15px 
  }
  .product__price {
    font-size: 1.28571em;
  }
  .product__stock-str {
    font-size: 1.28571em;
  }
  .product__info {
    padding-bottom: 60px;
  }
  .product-related-list {
    font-size: 0.92857em;
  }
  .product__explain {
    padding-top: 30px;
    border-top: 2px solid #f5f1e9;
  }
  .product__order {
    margin-top: 10px;
    margin-bottom: 30px;
  }
 
  .option-list__unit--sec {
    padding-top: 20px;
  }

  .order-btn-list {
    padding-left: 0;
  }

  .order__btn-quick {
    margin-top: 10px;
  }

  .related-list {
    padding: 20px 0 0;
    line-height: 2.2;
    text-align: left;
  }
  .related-list__unit {
    display: block;
  }

  /* sk */
  .sk__section {
    margin-top: -10px;
    padding-top: 10px;
  }

  .coupon{
    width:100vw;
    height:40px;
    top:0;
        -ms-writing-mode: tb;
    writing-mode: horizontal-tb;
    display:table;
    }
    
   .charity{
    width:100vw;
    height:40px;
    top:0;
        -ms-writing-mode: tb;
    writing-mode: horizontal-tb;
    display:table;
    }
  
     .present{
    width:100vw;
    height:60px;
    top:0;
        -ms-writing-mode: tb;
    writing-mode: horizontal-tb;
    display:table;
    }
     .oliginal{
    width:100vw;
    height:40px;
    top:0;
        -ms-writing-mode: tb;
    writing-mode: horizontal-tb;
    display:table;
    }
  
    .log-out{
        font-size:11px;
      display: table-cell;
    vertical-align: middle;
    }
  
  .log-in{
  font-size:15px;
    display: table-cell;
    vertical-align: middle;
  }
    
  .header-tools__count{
    background-color: #00aca4;
    border-radius: 50px;
    position: absolute;
    width: 19px;
    display: block;
    font-size: 12px;
    top:10px;
    }
    
    .details{
    text-decoration:none;
      appearance: none;
    }

    .header-accounts{
    display:inline-flex;
      padding-left:0;
    }
      
   .header__inner{
    padding:0;
     max-width: 80%;
    }
    
    .pagetop{
    display:none;
    }
    
    .slider{
    margin-top:0;
    }
    
   .hidden-smp{
     display:none !important;
    }
    
    .container{
    max-width:90%;
    }
    
.slider img {
  height: 36%;
  }
  
  .slider .bx-wrapper {
  width: 96%;
  height: 36%;

}
    
    .header-logo1{
 position: fixed;
 width: 100vw;
 top: 40px;
 right: 0;
 left: 0;
 z-index: 100;
 padding: 2%;
   background-color: #1B213D;
  }
    
    .logo1 img{
      max-width:33%;
    }
    
    .header-logo2{
 width: 47%;
 margin: 0 auto;
 padding-top: 17%;
    }

 .header-tools-phone__unit a{
    color:#fff;
    }
    
 .contents {
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    float: none;
  }
  
  .asobisen-content img{
  max-width:100%
}
    .expl{
      display:block;
    }
    
    .expl div{
     margin-bottom: 2px ;
    }
     
    .product-list__unit{
    width:33%;
    }
    
  .campaign__btn {
    position: relative;
    top: -90px;
    width: 150px;
  }
  
  .campaign__container img{
    width:100%;
  }
    .banner{
    width: 95%;
      margin: 5% auto;
    }
  
  .product__name .expl div{
display: inline-block;
}
  
 .center img {
max-width: 54vw;
}
  
  .charity-container img{
    max-width: 54vw;
  }
  
    .present-container img{
    max-width: 54vw;
  }
  
  
    .oliginal-container img{
    max-width: 45vw;
  }
}

@media screen and (max-width: 480px) {
  .campaign__btn{
  width:120px;
    font-size:1em;
  }
      .header-logo1{
     top: 39px;
  }
      .logo1 img{
      max-width:45%;
    }
    
      .header-logo2{
     padding-top: 30%;
    }
  
  .main__section {
   padding-top: 97px
  }
  
    .main__section--top {
    padding-top: 0;
  }
   .center img {
max-width: 80vw;
}
  
    .present {
        width: 100vw;
        height: 50px;
        top: 0;
        -ms-writing-mode: tb;
        writing-mode: horizontal-tb;
        display: table;
    }
  .charity-container img{
    max-width: 85vw;
  }
  
    .present-container img{
    max-width: 85vw;
  }
  
    .oliginal-container img{
    max-width: 85vw;
  }
  
}