@charset "euc-jp";
#page-wrapper {
  position: relative;
}
#wrapper {
}
#container {
  clear: both;
}
.container {
  max-width: 934px;
}
.br-sp { display:none; 
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #ccc;
  background-color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}

.muted {
  color: #999;
}

body {
  color: #444;
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/74/bg.gif);
}

a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #3d9ddd;
}
a:hover{
  color: #2c88c5;
  text-decoration: none;
}

a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

h2 {
  margin: 2em 0;
  text-align: left;
  font-size: 15px;
}
  .ttl-h2 {
    padding: 0 1.4%;
  }

.btn-01 {
  border: 1px solid #fff;
  background-color: #fff;
  color: #444;
  *background-color: #fff;
  width: 100%;
  border-radius: 0;
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  margin: 30px 0 0;
  padding: 20px 0;
  display: block;
}
.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled] {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #ddd;
  color: #444;
  *background-color: #ddd;
}

/*
 * web font
 */
.google-font {
  text-transform: none;
  letter-spacing: .6px;
  font-weight: 400;
  font-family: 'Sintony', sans-serif;
}
  .google-font.fwb {
    font-weight: 700;
  }

/*
 * header
 */
#header-wrapper {
  padding: 0 1.4%;
}
#header-top{
  padding: 1em 0 4em;
}
#header-top .col{
  padding: 0;
}
.header-link a {
  color: #aaa;
}
  .header-link a:hover span {
    color: #444;
    text-decoration: none;
  }
.header-link i {
  vertical-align: middle;
}

/* header-line-nav */

.header-line-nav {
  text-align: right;
}
  .header-line-nav .inline{
    margin: 0;
  }
  .header-line-nav .inline li {
    padding: 0;
    margin-left: 25px;
    position: relative;
    vertical-align: middle;
  }
  .header-line-nav a {
    cursor: pointer;
    display: block;
  }
  .header-line-nav span {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 12px;
    padding: 0 0 0 7px;
  }

.view-cart {
  position: relative;
  top: -6px;
  left: 50px;
  padding-top: 0 !important;
}
.cart-count {
  font-size: 17px;
  padding: 0 0 0 7px;
  vertical-align: -2px;
}
.btn-viewcart {
  padding: 1px 15px 0 13px;
}

/* header logo */
.top-banner{
  margin: 0 0 30vw 0;
  vertical-align: middle;
}
.shop-tokkyo{
}

.shop-logos {
  margin: 3.5em 0 0;
  min-width: 10%;
  max-width: 100%;
}
.shop-name {
  margin: 0;
  font-size: 21px;
  text-align: center;
}
  .shop-name a{
    color: #444;
    text-decoration: none;
    display: block;
  }
    .shop-name a:hover{
      color: #aaa;
    }
.shop-description {
  font-size: 13px;
  font-weight: normal;
  color: #444;
  margin: 0;
}

/* header global nav */

#header-global-nav {
  display: none;
  /*
  padding: 1.8em 0 1.2em;
  text-align: center;
  font-size: 15px;
  clear: both;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  */
}
  #header-global-nav .inline > li {
    padding: 0 1.8em 0 0;
  }
  #header-global-nav .inline a {
    text-decoration: none;
    color: #aaa;
  }
    #header-global-nav .inline a:hover {
      text-decoration: none;
      color: #444;
    }

/* incart delivery */
.incart-delivery {
  text-align: left;
  margin: 3.5em 0 0;
}
  .incart-delivery ul {
    margin: 0;
    list-style: none;
    font-size: 11px;
  }

/*
 * product list
 */
.prd-lst-unit {
  cursor: pointer;
  text-align: left;
  overflow: hidden;
  padding: 0;
  margin: 0 0 3.4%;
}
.prd-lst-link{
  display: block;
  color: #fff;
  max-width: 100%;
  padding: 0 3.2%;
}
.unit-inner{
  width: 100%;
  height: 100%;
  position: relative;
  clear: both;
}
.prd-lst-cap {
    position: static;
    background: transparent;
    background-image: none;
}
.prd-lst-cap-inner{
    position: static;
    padding: 15px 0;
    text-align: center;
}
.prd-lst-img {
  display: block;
}
span.prd-lst-span {
       -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
      filter: alpha( opacity=100 );
      opacity: 1;
      * display: block;
      color: #444;
      -webkit-backface-visibility: visible;
      backface-visibility: visible;
}
.prd-lst-regular {
  text-decoration: line-through;
}
.prd-lst-discount {
  color: #FFF;
  font-weight: bold;
}
.unit-inner:hover .prd-lst-cap{
      background: transparent;
      background-image: none;
}
.unit-inner:hover span.prd-lst-span{
      color: #444;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha( opacity=100 );
  opacity: 1;
  * display: block;
}

/* product list sort */
.prd-lst-sort {
  margin: 28px 0;
  color: #444;
  text-align: right;
  font-size: 13px;
}
.prd-lst-sort a{
  color: #aaa;
}
.prd-lst-sort a:hover{
  color: #444;
}

/* prduct list pager */
.prd-lst-pager {
  padding: 30px 0 20px;
  text-align: center;
}
  .prd-lst-pager .inline li {
    padding: 0 1.4%;
  }
    .prd-lst-pager .inline li span {
     color: #ddd;
    }
    .prd-lst-pager .inline li a {
      color: #444
    }
      .prd-lst-pager .inline li a:hover {
        color: #aaa;
      }
.prd-lst-pos b {
  font-size: 18px;
  font-weight: normal;
}

/*
 * product
 */
.product-image-thumb img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  filter: alpha( opacity=50 );
  opacity: 0.5;
}
.thumb-active img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha( opacity=100 );
  opacity: 1;
}

/* freepage */
.free-hedder {
  margin: -56px 0 20px 0;
  text-align:center;
}
.free-hedder img{
  width: 250px ; 
}

.freepage {
  word-break: break-all;
  padding: 2em 0 0;
}
.freepage img {
    max-width: 100%;
    height: auto;
  }
.freepage p {
    line-height: 35px;
  margin-bottom: 35px;
  }
.no-wrap {
    display: inline-block; /* インラインブロック化 */
  margin-right: -5px;
}
.free-top-photo{
  margin: 0;
}
.freepage-1 h1{
  margin: 30px 0 5px 0 ;
  font-size: 1.8em;
  font-weight: normal;
}

.relative1 {
    width: 100%;
    position: relative;
}
.absolute1 {
    width: 33% !important; 
    position: absolute;
	left: 5%;
    bottom: 6%;
}

.absolute2 {
    width: 22% !important; 
    position: absolute;
	right: 5%;
    top: 5%;
}
.relative3 {
    width: 100%;
    position: relative;
}
.absolute3 {
    width: 35% !important; 
    position: absolute;
	right: 5%;
    top: 5%;
}
.relative4 {
    width: 100%;
    position: relative;
}
.absolute4 {
    width: 35% !important; 
    position: absolute;
	left: 5%;
    top: 8%;
}
.freepage-2 h1{
  margin: 30px 0 5px 0 ;
  font-size: 1.8em;
  font-weight: normal;
}
.freepage-2 h2{
    margin: 2.5em 0 0.5em 0;
    padding-bottom: 0.5em;
    font-size: 1.5em;
    border-bottom: 1px solid #ddd;
}
.freepage-2 h3{
    margin: 1em 0 0 0;  
}
.freepage-2 ul{
    margin: 0;
}
.freepage-2 li{
	float: left;
    display: inline-block;
    width:  calc((100% - 20px) / 3);
    margin: 0 10px 0 0 ;
}
.freepage-2 li.right{
	float: left;
    display: inline-block;
    width:  calc((100% - 20px) / 3);
    margin: 0 ;
}
.freepage-2 ul p{
    margin: 5px 0px 0 0 ;
    font-size: 13px;
    line-height: 15px;
}
.freepage-2 ul p .no-wrap {
    display: inline-block; /* インラインブロック化 */
  margin-right: 0px;
}
.clearLeft { 
clear: left; 
}
.pricelist h1{
  margin: 30px 0 10px;
  font-size:  18px;
  font-weight: normal;
}
.pricelist h2{ 
  margin: 10px 0;
  display:inline-block;
  padding: 0.2em 0.4em 0 0.4em;
  border: 2px solid #ddd;
}
.pricelist li P{ 
  margin: 0;
  line-height: 30px;
}
.pricelist li{ 
  margin: 0 10px;
}
.pricelist label{ 
  margin: 0;
}
/*ランドセルをそのまま送る*/
.br-645{ 
  display:none;
}
.hidden_box1{
  width:100%;
  display:inline-block;
  margin:0 0 10px 0;
  padding:0;
  border: solid 1px black;
}
.hidden_box1 .hidden-title{
  float: left;
  line-height: 34px;
  width:calc(100% - 34px);
}
/*小さな画像*/
.randsel-mini-photo{
  width:34px;
  float: right;
}
/*ボタン装飾*/
.hidden_box1 label{
  width:calc(100% - 30px);
  display:inline-block;
  padding: 15px;
  font-weight: bold;
  cursor :pointer;
}
/*ボタンホバー時*/
.hidden_box1 label:hover{
  background: #efefef;
}
/*チェックは見えなくする*/
.hidden_box1 input{
  display: none;
}
/*中身を非表示にしておく*/
.hidden_box1 .hidden_show1{
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
/*クリックで中身表示*/
.hidden_box1 input:checked ~ .hidden_show1{
  padding: 0 0;
  height: auto;
  opacity: 1;
}


/*ランドセルかぶせだけで送る*/
.hidden_box2{
  width:100%;
  display:inline-block;
  margin:0 0 10px 0;
  padding:0;
  border: solid 1px black;
}
.hidden_box2 .hidden-title{
  float: left;
  line-height: 34px;
  width:calc(100% - 34px);
}
/*ボタン装飾*/
.hidden_box2 label{
  width:calc(100% - 30px);
  display:inline-block;
  padding: 15px;
  font-weight: bold;
  cursor :pointer;
}
/*ボタンホバー時*/
.hidden_box2 label:hover{
  background: #efefef;
}
/*チェックは見えなくする*/
.hidden_box2 input{
  display: none;
}
/*中身を非表示にしておく*/
.hidden_box2 .hidden_show2{
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
/*クリックで中身表示*/
.hidden_box2 input:checked ~ .hidden_show2{
  padding: 0 0;
  height: auto;
  opacity: 1;
}

/*共同購入［２人用］*/
.hidden_box3{
  width:100%;
  display:inline-block;
  margin:0 0 10px 0;
  padding:0;
  border: solid 1px black;
}
/*ボタン装飾*/
.hidden_box3 label{
  width:calc(100% - 30px);
  display:inline-block;
  padding: 15px;
  font-weight: bold;
  cursor :pointer;
}
/*ボタンホバー時*/
.hidden_box3 label:hover{
  background: #efefef;
}
/*チェックは見えなくする*/
.hidden_box3 input{
  display: none;
}
/*中身を非表示にしておく*/
.hidden_box3 .hidden_show3{
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
/*クリックで中身表示*/
.hidden_box3 input:checked ~ .hidden_show3{
  padding: 0 0;
  height: auto;
  opacity: 1;
}


/*共同購入［３人以上］*/
.hidden_box4{
  width:100%;
  display:inline-block;
  margin:0 0 10px 0;
  padding:0;
  border: solid 1px black;
}
/*ボタン装飾*/
.hidden_box4 label{
  width:calc(100% - 30px);
  display:inline-block;
  padding: 15px;
  font-weight: bold;
  cursor :pointer;
}
/*ボタンホバー時*/
.hidden_box4 label:hover{
  background: #efefef;
}
/*チェックは見えなくする*/
.hidden_box4 input{
  display: none;
}
/*中身を非表示にしておく*/
.hidden_box4 .hidden_show4{
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
/*クリックで中身表示*/
.hidden_box4 input:checked ~ .hidden_show4{
  padding: 0 0;
  height: auto;
  opacity: 1;
}

/*オプション］*/
.hidden_box5{
  width:100%;
  display:inline-block;
  margin:0 0 10px 0;
  padding:0;
  border: solid 1px black;
}
.hidden_box5 .hidden-title{
  line-height: 34px;
}
/*ボタン装飾*/
.hidden_box5 label{
  width:calc(100% - 30px);
  display:inline-block;
  padding: 15px;
  font-weight: bold;
  cursor :pointer;
}
/*ボタンホバー時*/
.hidden_box5 label:hover{
  background: #efefef;
}
/*チェックは見えなくする*/
.hidden_box5 input{
  display: none;
}
/*中身を非表示にしておく*/
.hidden_box5 .hidden_show5{
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
/*クリックで中身表示*/
.hidden_box5 input:checked ~ .hidden_show5{
  padding: 0 0;
  height: auto;
  opacity: 1;
}
/*人工皮革について*/
.artificial{ 
  margin: 20px 0 5px 0;
  font-size: 18px;
}
.artificial-box ul{ 
  margin: 0 0 0 25px;
}
.artificial-box ul li{ 
  margin: 0;
  line-height: 30px;
}
.photo-2line ul {
    margin: 0;
}
.photo-2line li{
	float: left;
    display: inline-block;
    width:  calc((100% - 10px) / 2);
    margin: 0 10px 0 0 ;
}
.photo-2line li.right{
	float: left;
    display: inline-block;
    width:  calc((100% - 10px) / 2);
    margin: 0 ;
}
.photo-2line ul p{
    margin: 5px 0px 0 0 ;
    font-size: 13px;
    line-height: 15px;
}
.photo-2line ul p .no-wrap {
    display: inline-block; /* インラインブロック化 */
  margin-right: 0px;
}
.pricelist .flame-choose ul{
    margin: 10px 0 0 0;
}
.pricelist .flame-choose li{
	float: left;
    display: inline-block;
    width:  calc((100% - 20px) / 3);
    margin: 0 10px 0 0 ;
}
.pricelist .flame-choose li.right{
	float: left;
    display: inline-block;
    width:  calc((100% - 20px) / 3);
    margin: 0 ;
}
.pricelist .flame-choose ul p{
    margin: 5px 0px 0 0 ;
    font-size: 13px;
    line-height: 15px;
}
.pricelist .flame-choose ul p .no-wrap {
    display: inline-block; /* インラインブロック化 */
  margin-right: 0px;
}
.pricelist .clarino ul{
    margin: 0;
}
.pricelist .clarino li{
	float: left;
    display: inline-block;
    width:  calc((100% - 20px) / 3);
    margin: 0 10px 0 0 ;
}
.pricelist .clarino li.right{
	float: left;
    display: inline-block;
    width:  calc((100% - 20px) / 3);
    margin: 0 ;
}
.pricelist .clarino ul p{
    margin: 5px 0px 0 0 ;
    font-size: 13px;
    line-height: 15px;
}
.pricelist .clarino ul p .no-wrap {
    display: inline-block; /* インラインブロック化 */
  margin-right: 0px;
}

/*リメイクできないランドセル*/
.no-remake{ 
  margin: 20px 0 5px 0;
  font-size: 18px;
}
.no-remake-box ul{ 
  margin: 0 0 0 25px;
}
.no-remake-box ul li{ 
  margin: 0;
  line-height: 30px;
}
/*現在のお届けスケジュールリメイクできないランドセル*/
.schedule{ 
  margin: 20px 0 5px 0;
  font-size: 18px;
}
.schedule-box ul{ 
  margin: 0 0 0 25px;
}
.schedule-box ul li{ 
  margin: 0;
  line-height: 30px;
}
/*オンラインショップ*/
.online-shop h1{
  margin: 0px 0 5px 0 ;
  padding: 0 1.6% ;
  font-size: 1.8em;
  font-weight: normal;
}
.guidance {
  margin: 15px 0;
  padding: 0 1.6% ;
  font-size: 1em;
}

/*ギャラリー*/
.gallery h1{
  text-align: center;
  margin: 15px 0 20px 5px;
  font-size: 18px;
}
/*カラーシミュレーター*/
.maine-photo0 { 
position:relative;
} 
.maine-photo0 span { 
position:absolute;
    bottom:0px;
    left:0px;
}
.color-simulator h1{
  text-align: center;
  margin: 15px 0 15px 5px;
  font-size: 18px;
}
.maine-photo { 
  float: left;
  margin: -15px 10px 0 0;
  width: 45%;
position:relative;
  clear:both;
} 
.maine-photo span { 
position:absolute;
    bottom:0px;
    left:0px;
}
.frame-photo { 
  float: left;
  display: inline;
  margin: -15px 0 0 0;
  width:calc(100% - 45% - 14px);
} 
.frame-photo p{ 
  font-size: 14px;
  margin: 0 0 15px 0;
  line-height: 14px;
}
.frame-photo ul{ 
  margin-left: 0;
}
.frame-photo li{ 
  float: left;
  width:calc((100% / 3) - 10px);
  margin: 0 10px 5px 0;
  list-style: none;
}
.frame-photo li p{ 
  font-size: 14px;
  margin: 5px 0 15px;
  line-height: 14px;
}
.frame-photo li img{ 
  margin: 0;
  width:100%;
  height: 45px;
  border-radius: 10px;
}
.br-pc{ 
  display: none;
}
.seat-color { 
  display: inline;
  width:100%;
  margin-top: -80px;
}
.seat-color-list { 
  float: left;
  display: block;
  width:calc(100% - 45% - 14px);
  margin: 0 0 0 0;
}
.seat-color p{ 
  float: left;
  display: inline;
  font-size: 14px;
  margin: 0 0 5px 0;
  line-height: 14px;
}
.seat-color-list ul{ 
  margin: 0 0 0 0;
}
.seat-color-list li{ 
  text-align: center;
  float: left;
  width:calc((100% - 60px) / 6);
  margin: 0;
  padding: 5px 5px 0;
  display: inline;
  list-style: none;
}
.seat-color-list li p{ 
  font-size: 12px;
  text-align: center;
  margin: 5px auto 0;
  line-height: 14px;
}
.seat-color-list li a{ 
  color: #000;
}

/*
 * footer
 */

#footer-wrapper {
  padding: 30px 0 0;
  border-top: 1px solid #ddd ;
}
#footer-wrapper img {
  text-align:center;
  margin:0 auto 30px;
}
.hc-logo1 img{
  max-width: 60%;
}
/* footer nav */
.menu2 {
  margin: 0 auto 0;
  padding: 20px 1.4%;
  text-align: center;
  font-size: 1.2em;
  color: #333;
  border-top: 1px solid #ddd;
}
.menu2 ul{
  margin: 10px 0;
}
.menu2 li p{
  color: #333;
  margin: 0 7px;
}
.footer-logo{
  margin: 60px auto;
  text-align: center;
}
.footer-logo img{
  width: 40%;
  text-align: center;
}
.footer-top{
  border-top: 1px solid #ddd;
}
.color-top-logo {
  clear: both;  
  border: 1px #ddd solid;
  width:100%;
  margin: 0 auto 0;
  padding: 0;
}
.footer-nav {
  list-style: none;
  margin: 0;
}
  ul.footer-nav > li {
    margin: 1em 2.5% 1em 0;
    padding-left: 0 ;
  }
.footer-primary {
  padding-top: 16px;
}
  .footer-primary a {
    color: #444;
  }
    .footer-primary a:hover {
      color: #aaa;
    }
.freepage-nav {
  margin-bottom: 1.5em;
  padding-bottom: .8em;
  border-bottom: 1px solid #ddd;
}
.footer-secondary {
  font-size: 12px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 18px;
}
  .footer-secondary li {
    margin-right: 2.5%;
  }
  .footer-secondary a {
    color: #444;
  }
    .footer-secondary a:hover {
      color: #aaa;
    }

/* footer-bottom */
.footer-bottom{
    padding: 2.5em 0 1.5em;
}

/* social icon */
.social-nav {
  text-align: right;
  margin: -4px 0 0 0;
  padding: 0;
}
ul.social-nav > li {
  padding-right: 0;
  vertical-align: bottom;
}

/* copyright */
.copyright {
  text-align: left;
  font-size: 12px;
  padding: 0;
  word-break: break-word;
}
  .copyright a{
    color: #aaa;
  }
    .copyright a:hover{
      color: #444;
    }
  .copyright span{
    float: left;
    margin: 0 15px 0 0;
  }

.powered {
  display: block;
  width: 180px;
  height: auto;
  padding: 0;
  margin: 0;
  float: left;
  text-align: center;
}

/*
 * slider
 */
.slider {
  margin-top: 2em;
  padding: 0 1.4%;
  position: relative;
}
.bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}
#slider div {
  width: 100% !important;
}

/*
 * info & freespace
 */
.info, .free-space{
  margin-top: 1.8em;
  margin-bottom: 1.8em;
}
  .info .col , .free-space .col {
    padding: 0 1.4%;
  }

/*
 * search
 */
  .srh-header {
  padding: 0 0.5%;
}

/* pagetop */
#pagetop {
  position: fixed;
  right: 0;
  bottom: 100px;
  display: none;
}
.btn-pagetop {
  background: #fff;
  display: block;
  text-align: center;
  width: auto;
  padding: 17px;
  border: solid 1px #ddd;
}


@media (max-width: 980px) {
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
  .container {
    max-width: 900px;
    width: 90%;
  }
  .col-ex-size{
    width: 48.25%;
  }
   .menu2 {
  margin: 0 auto 0;
  text-align: center;
  font-size: 15px;
  color: #868686;
  border-top: 1px solid #ddd;
}

.menu2 li p{
  color: #333;
  margin: 0 6px;
}
}
 
@media (max-width: 768px) {
  #wrapper {
    padding: 3em 1em 0;
  }
  .container {
    width: auto;
  }
  #header-wrapper{
    padding: 0 .1%;
  }
  #header-top{
    padding: 2.2em 0 1.5em;
   }
  .top-banner{
  margin: 0 0 0 0;
  }  
  .shop-logos{
     margin: 2.5em 0 0 ;
   }
  .shop-name{
    padding: 0 1%;
    text-align: center
  }
  .header-dropdown {
    position: absolute;
    top: 0;
    z-index: 200;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    background-color: #fff;
  }
  .header-dropdown.affix {
    position: fixed;
  }
    .header-dropdown .dropdown-nav li {
      border-bottom: 1px solid #ddd;
      text-align: center;
    }
    .header-dropdown .dropdown-nav a {
      display: block;
      padding: 12px;
      color: #444;
    }
    .header-dropdown .btn-dropdown {
      padding-left: 34px;
      font-size: 15px;
      line-height: 1.6;
    }
    .header-dropdown .btn-dropdown-close {
      background: #ddd;
    }
  .view-cart {
    position: static;
  }
    .view-cart a {
      background-color: #fff;
      color: #444;
    }
    .view-cart span {
      display: block;
      width: 130px;
      margin: 0 auto;
    }
  .incart-delivery {
    margin: 0 0 1em;
  }
  .ttl-h2 {
     padding: 0 1.3%;
   }
  .prd-lst-cap{
    position: static;
    background: transparent;
    background-image: none;
  }
    .unit-inner:hover .prd-lst-cap{
      background: transparent;
      background-image: none;
    }
    span.prd-lst-span{
       -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
      filter: alpha( opacity=100 );
      opacity: 1;
      * display: block;
      color: #444;
      -webkit-backface-visibility: visible;
      backface-visibility: visible;
    }
    .unit-inner:hover span.prd-lst-span{
      color: #444;
    }
  .prd-lst-cap-inner {
    position: static;
    padding: 15px 0;
  }
  .prd-lst-sort {
    font-size: 13px;
  }
  .footer-primary,
  .footer-secondary {
    padding: 0;
    border: none;
  }
  .freepage-nav{
    border-bottom: none;
  }
  .footer-nav {
    margin: 0;
    padding: 0;
  }
    .footer-nav li {
      margin: 0;
      font-size: 13px;
      border-bottom: 1px solid #ddd;
    }
    ul.footer-nav > li{
      margin: 0;
    }
      .footer-nav li:before {
        display: none;
      }
    .footer-nav a {
      display: block;
      padding: 1em 0;
      font-size: 13px;
    }
      .footer-nav a:hover {
        text-decoration: none;
      }
  .footer-bottom{
     padding: 1em 0 1.5em;
   }
  .copyright{
    text-align: center;
    margin: 0;
  }
  .copyright span{
    float: none;
  }
  .powered{
    float: none;
    margin: 1em auto 0;
  }
  .social-nav{
    text-align: center;
    margin: 1.5em 0 0 ;
  }
  ul.social-nav > li{
    padding: 0 1%;
  }
  .slider {
    padding: 0 .1%;
  }
  
.online-shop h1{
  text-align: center;
}
.guidance {
  text-align: center;
}

/*カラーシミュレーター*/
.maine-photo0 { 
position:relative;
} 
.maine-photo0 span { 
position:absolute;
    bottom:0px;
    left:0px;
}
.color-simulator h1{
  text-align: center;
  margin: -12px 0 10px 5px;
  font-size: 18px;
}
.maine-photo { 
  float: left;
  margin: -25px 10px 0 0;
  width: 60%;
position:relative;
} 
.maine-photo span { 
position:absolute;
    bottom:0px;
    left:0px;
}
.frame-photo { 
  float: left;
  display: inline-block;
  margin: -25px 0 0 0;
  width:calc(100% - 60% - 14px);
} 
.frame-photo p{ 
  font-size: 13px;
  margin: 0 0 5px 0;
  line-height: 14px;
}
.frame-photo ul{ 
  margin-left: 0;
}
.frame-photo li{ 
  width: 100%;
  margin: 0 0 5px 0;
  list-style: none;
}
.frame-photo li p{ 
  font-size: 13px;
  margin: 2px 0 0 0;
  line-height: 14px;
}
.frame-photo li img{ 
  margin: 0;
  width:100%;
  height: 60px;
}
.br-pc{ 
display: inline;
}
.seat-color { 
  display: inline-block;
  width:100%;
  margin-top: -80px;
}
.seat-color-list { 
  display: inline-block;
  width:100%;
  margin: -65px 0 0 0;
}
.seat-color p{ 
  float: left;
  display: inline-block;
  font-size: 13px;
  margin: 0 0 5px 0;
  line-height: 14px;
}
.seat-color-list ul{ 
  margin: 0 0 0 0;
}
.seat-color-list li{ 
  text-align: center;
  float: left;
  width:calc((100% - 90px) / 9);
  margin: 0;
  padding: 5px 5px 0;
  display: inline;
  list-style: none;
}
.seat-color-list li p{ 
  font-size: 13px;
  text-align: center;
  margin: 5px auto 0;
  line-height: 10px;
}

}
@media (max-width: 645px) {
  .br-645{ 
   display:inline;
}
  .no-645{
   display:none;
}
  /*ランドセルをそのまま送る*/
.hidden_box1 .hidden-title{
  line-height: 17px;
  width:calc(100% - 34px);
}
.hidden_box2 .hidden-title{
  line-height: 17px;
  width:calc(100% - 34px);
}
}
@media (max-width: 600px) {
.seat-color-list li p{ 
  font-size: 8px;
}
.footer-logo {
  margin: 50px auto;
}
.hc-logo1 img{
  max-width: 80%;
}
}
@media (max-width: 480px) {
#footer-wrapper {
  padding:20px 0 0;
}
#footer-wrapper img{
  margin-bottom: 20px;
}
.footer-logo{
  margin: 40px auto 40px;
}
.footer-logo img{
  width: 60%;
}  .br-480{
    display:none;
  }
  .prd-lst-span{
    font-size:11px;
  }
  .prd-lst-unit {
    margin-bottom: 1.4em;
    height: auto !important;
  }
  .prd-lst-link {
     padding: 0 2.1%;
   }
  .prd-lst-unit .prd-lst-cap{
    display: block;
    top: 0;
    left: 0;
  }
  .prd-lst-sort{
    text-align: left;
    margin: 0 0 3em;
  }
    .menu2 {
  margin: 0 auto 0;
  padding: 10px 0;
  text-align: center;
  color: #868686;
  border-top: 1px solid #ddd;
  font-size: 12px;
}
.menu2 ul.inline li {
    padding: 0;
}
.menu2 li p{
  color: #333;
  margin: 0 1px;
}
.relative1 {
  margin-top: -6px;
}
.relative3 {
  margin-top: -6px;
}
.relative4 {
  margin-top: -6px;
}  
.freepage {
  padding: 1.5em 0 0;
}  
.free-hedder img{
  width: 150px ;
  margin: -10px　0;
}
.freepage-1 h1{
  font-size: 1.4em;
}
.freepage-2 h1{
  font-size: 1.4em;
}
.freepage-2 p{
    font-size: 12px;
    line-height: 20px;
}
.freepage-2 ul p{
    margin: 5px 0px 0 0 ;
    font-size: 12px;
    line-height: 15px;
}
.hidden_box1 label{
  font-size: 13px;
}
.hidden_box2 label{
  font-size: 13px;
}
.hidden_box3 label{
  font-size: 13px;
}
.hidden_box4 label{
  font-size: 13px;
}
.hidden_box5 label{
  font-size: 13px;
}
.pricelist .flame-choose ul p{
    text-align: center;
    margin: 5px 0 0 ;
    font-size: 10px;
    line-height: 15px;
}
.free-shipping p{
  line-height: 1.5;
}
.artificial-box ul li{ 
  font-size: 12px;
}
.no-remake-box ul li{ 
  font-size: 12px;
}
.schedule-box ul li{ 
  font-size: 12px;
}
/*カラーシミュレーター*/
.frame-photo li img{ 
  height: 30px;
}
.frame-photo p{ 
  font-size: 11px;
}
.frame-photo li img{
  border-radius: 3px;
}
.frame-photo li p{ 
  font-size: 11px;
}
.seat-color p{ 
  font-size: 11px;
}
.seat-color-list li{ 
   width:calc((100% - 60px) / 6);
}
}

/* IE */
.ie_wrapper.container {
  width: 900px;
  overflow: auto;
}

/* icons */

.icon-b {
  width: 16px;
  height: 16px;
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility:hidden;
  *display: inline;
  *zoom: 1;
}
.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon16_b.png);
}
.hov-li:hover .icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon16_b_hover.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .icon-b {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon16_2x_b.png);
  }
  .hov-li:hover .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon16_2x_b_hover.png);
  }
}

.icon-user { background-position: -208px -0px; }
.icon-login { background-position: -48px -80px; }
.icon-adduser { background-position: -240px -0px; }
.icon-logout { background-position: -32px -80px; }
.icon-cart { background-position: -176px -64px; }
.icon-twitter { background-position: -96px -176px; }
.icon-facebook { background-position: -128px -176px; }
.icon-instagram { background-position: -112px -192px; }
.icon-mail { background-position: -64px -0px; }

.icon-lg-b {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon24_b_hover.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon24_2x_b_hover.png);
  }
  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }
}

.icon-lg-b.icon-list { background-position: -288px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-lg-b.icon-cart { background-position: -264px -95px; }
.icon-lg-b.icon-circled_minus { background-position: -216px -120px; }
.icon-lg-b.icon-paper_plane { background-position: -120px -0px; }