@charset "euc-jp";
#page-wrapper {
  position: relative;
}
#wrapper {
  padding-top: 1em;
}

#container {
  width:100%;
  min-width:320px !important;
  background:#f5f5f5;
}


#prd-container{
  display:block;
  max-width:1000px;
  margin: 0 auto;
}



/* フリーページ幅*/
#free-container{
  max-width:900px;
  margin:0 auto;
}

#free-container2{
  max-width:760px;
  margin:0 auto;
}

.free-img img{
  padding-bottom:8px;
}


/* clear*/
.recommend-items {
 clear: both;
}

/*画像保存禁止*/



img {
-webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}


/* PC - -スマホ 画像切り替え*/
.pc{
	display:block !important;
}
.sp{
	display:none !important;
}
/*ヘッダースペース(画面上部余白)*/
.space{
  height:90px;
}
/*ヘッダースペース(画面上部余白)*/
.underline{
  background:linear-gradient(transparent 80%, #ffff00 0%);
}

/*freepage*/
.free-lst-unit{
  width:47%;
  padding-bottom: 5%;
  margin: 0 1.5%;
}

/*freepage　JOUNAL*/

.title-j-1 a{
  clear: both;
  display: block;
  font-size: 90%;
  text-align: left;
}

.title-j-2 {
  clear: both;
  display: block;
  font-size: 80%;
  text-align: left;
}

.title-j-3 {
  display: block;
  color: #abaaaa;
  font-size: 80%;
  padding-top:3px;
}


/*freepage　ENVENT*/
.title-e-1 a{
  clear: both;
  display: block;
  font-size: 90%;
  text-align: left;
}

.title-e-2 {
  clear: both;
  display: block;
  font-size: 80%;
  text-align: left;
}

.title-e-3 {
  display: block;
  color: #abaaaa;
  font-size: 80%;
  padding-top:3px;
}


/*freepage　スケジュール*/
.free-schedule-unit{
  float:left;
  position:relative;
  width:47%;
  padding-bottom: 3%;
  margin: 0 1.5%;
}


.circle-box {
    position: absolute;
    width: 24%;
    height: auto;
    top:-7%;
    left:-3%;
}
.circle-box-1x1:before {
    content: "";
    display: block;
    padding-top: 100%;
}

/*KIT発売スタイル*/
.circle-box-inner {
  	width: 100%;
 	height: 100%;
 	background: rgba(255,255,255,0.3);
  	border-radius: 50%;
  	border: 1px solid #000;
    position: absolute;
	 top:0;
    left:0;
  　　　-moz-border-radius: 50%;
  　　　-webkit-border-radius: 50%;
 	 -o-border-radius: 50%;
 	 -ms-border-radius: 50%;
 	 text-align: center;
}

.circle-box-inner p{
    font-size:120%;
    line-height:26px;
    color:#000;
 	 position: relative;
 	 top:50%;
 	 transform: translateY(-50%);
}

/*DOWNLOAD PATTERN発売スタイル*/
.circle-box-inner-pat {
  	width: 100%;
 	height: 100%;
  	border-radius: 50%;
  	background: rgba(64,224,208,0.3);
    position: absolute;
	 top:0;
    left:0;
  　　　-moz-border-radius: 50%;
  　　　-webkit-border-radius: 50%;
 	 -o-border-radius: 50%;
 	 -ms-border-radius: 50%;
 	 text-align: center;
}

.circle-box-inner-pat p{
    font-size:100%;
    line-height:22px;
    color:#000;
 	 position: relative;
 	 top:50%;
 	 transform: translateY(-50%);
}

/*DOWNLOAD PATTERN発売スタイル*/
.circle-box-inner-sewingpat {
  	width: 100%;
 	height: 100%;
  	border-radius: 50%;
  	background: rgba(255,150,60,0.3);
    position: absolute;
	 top:0;
    left:0;
  　　　-moz-border-radius: 50%;
  　　　-webkit-border-radius: 50%;
 	 -o-border-radius: 50%;
 	 -ms-border-radius: 50%;
 	 text-align: center;
}

.circle-box-inner-sewingpat p{
    font-size:100%;
    line-height:22px;
    color:#000;
 	 position: relative;
 	 top:50%;
 	 transform: translateY(-50%);
}

.free-schedule-dummy{
  float:left;
  width:47%;
  height:164px;
  margin: 0 1.5%;
}

.free-schedule-text{
  border-left:3px solid #000;
  margin-top:1em;
  padding-left:1.5em;
}

/*フリーページでPCでのみタテ画像の幅を狭める*/
.tate-pc{
  text-align:center;
}
.tate-pc img{
  width:70%;
}

/*svgファイル　メールアドレス*/
.mail{
  width:200px;
}

/*youtube貼りつけ*/
.youtubeouter{
  width: 100%;
  padding-top: 56%;
  position: relative;
  top: 0;
  left: 0;
}
.youtubeouter iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

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: none;
  border:1px solid #abaaaa;
  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;
  background-color:#fff;
  border-color: #dcdcdc;
}


.muted {
  color: #999;
}

body {
  color: #464e54;
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/bg.gif);
　	
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0.3}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


a {
  color: #464e54;
}
a:hover {
    color: #5e5e5e;
  }

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;
}

.btn-01 {
  border: 1px solid #4d4d4d;
  background-color: #4d4d4d;
  color: #fff;
  *background-color: #4d4d4d;
}

h2 {
  margin: 30px 0;
  text-align: center;
}
  .ttl-h2 {
    position: relative;
  }
  .ttl-h2:before {
    position: absolute;
    top: 50%;
    z-index: -1;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    content: "";
  }
  .ttl-h2 span {
    padding: 0 2em;
    background-color: #fff;
  }

.btn-01 {
  border: 1px solid #4d4d4d;
  background-color: #4d4d4d;
  color: #fff;
  *background-color: #4d4d4d;
}

.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled] {
  border: 1px solid #5e5e5e;
  background-color: #5e5e5e;
  color: #fff;
  *background-color: #5e5e5e;
}

.btn-02 {
  border: 1px solid #d8d8d8;
  background-color: #d8d8d8;
  color: #4d4d4d;
  *background-color: #d8d8d8;
}

.btn-02:hover,
.btn-02:focus,
.btn-02:active,
.btn-02.active,
.btn-02.disabled,
.btn-02[disabled] {
  border: 1px solid #d8d8d8;
  background-color: #d8d8d8;
  color: #4d4d4d;
  *background-color: #d8d8d8;
}
.product-order-num input {
  border-color: #d8d8d8;
}



/*
 * web font
 */
.google-font {
  letter-spacing:2px;
  font-weight: 400;
  font-family: 'Gill Sans','ヒラギノ角ゴシック','Hiragino Sans','Open Sans','游ゴシック Medium', Meiryo,sans-serif; 
}
 .google-font.fwb {
    font-weight: 700;
  }

.google-font2{
  letter-spacing:0.8px;
  line-height:24px;
  font-weight: normal;
  font-family: 'Gill Sans','ヒラギノ角ゴシック','Hiragino Sans','Open Sans','游ゴシック Medium', Meiryo,sans-serif; 
}

.google-font3{
  letter-spacing:0.8px;
  line-height:20px;
  font-family: 'Gill Sans','ヒラギノ角ゴシック','Hiragino Sans','Open Sans','游ゴシック Medium', Meiryo,sans-serif; 
}

.huto{
  font-weight: 600;
}

.font60{
  font-size:60%;
}

.font80{
  font-size:80%;
}

.fontcolor{
  color:orangered;
}

.center{
  text-align:center;
}

::selection {background: #e6e6e6; color: #666666;}			/* 文字選択色 */
::-moz-selection {background: #e6e6e6; color: #666666;}


/*
 * icon
 */
.icon-b,
.icon-w {
  display: inline-block;
  width: 16px;
  height: 16px;
  *display: inline;
  *zoom: 1;
}
/*DARUMA STORE ロゴ*/
.ds-logo{
  width:25%;
  max-width:230px;
  min-width:170px;
  position:fixed;
  z-index:1;
  left:25px;
  top:25px
}

/*カートアイコン*/
    
.ds-cart{
  width:22px;
  position:fixed;
  right:60px;
  top:24px;
  z-index:1;
}

.ds-cart-in{
  width:22px;
  position:fixed;
  right:60px;
  top:18px;
  z-index:1;
}

/*商品詳細カート変更*/
.ds-cart2{
  width:22px;
  padding-bottom:3px;
  position:relative;
  z-index:1;
}

/*SNSアイコン*/
.sns-icon{
  max-height:20px;
}
.sns-icon-tw{
  max-height:18px;
}

/*linkロゴ*/
.link-logo{
  width:10rem;
  height:1.7rem;
  padding-top:0.9rem;
}

/*ドロワーメニュー*/

/*ドロワーメニューのスクロール不具合の修正*/
.fixed {
    overflow: auto;
    height: 100%;
}

.drawer-hamburger-icon{
  width:28px !important;
}
.drawer-menu-item:hover{
  text-decoration:none !important;
}
.drawer-menu-item {
  font-size: 1rem !important;
}
.drawer-nav{
  line-height:1.8rem;
  overflow:auto !important;
  -webkit-overflow-scrolling: touch;
}

.drawer-menu-b{
  margin:0;
  padding:0;
  list-style:none;
}

.drawer-menu-b li{
  display :inline-block;
  width:7.3rem;
  border-left:1px solid #fff;
}

.drawer-menu-c{
  margin:0;
  padding:0;
  list-style:none;
  padding-top:1.6rem;
  padding-bottom:2.1rem;
}

.drawer-menu-d{
  margin:0;
  padding:0;
  list-style:none;
}

.drawer-menu-sns li{
  display:inline-block;
  float:left;
  width:4rem;
}

.drawer-menu-link{
  margin:0;
  padding:0;
  list-style:none;
}
.drawer-menu-link li{
  height:3.5rem;
  text-align:center;
}

.drawer-menu-search{
  padding-left:28px;
  padding-top:10px;
}

.drawer-menu-search li{
  height:2.5rem;
}

/*drawerの背景色を変える*/
.nav-lg {
  background:#f5f5f5 !important;
  border-bottom:1px solid #fff;
}


.nav-dg li{
  background:#dcdcdc !important;
  border-bottom:1px solid #fff !important;
}

.nav-rg li{
  background:#d3d3d3 !important;
  border-bottom:1px solid #fff;
}

/*検索ボックス*/
.red{
  background-color:red;
}

.search{
  display:inline-block;
}

.search2{
  max-width:120px;
  border:none!important;
  border-bottom:1px solid #dcdcdc!important;
  background-color:transparent !important;
}

.search-icon{
  max-width:20px;
  max-height:13px;
}


/*商品検索後のカテゴリー表記*/
.category{
  padding-top:60px;
  padding-bottom:60px;
  text-align:center;
}
.category{
  font-size:16px;
  color:#000;
  text-decoration:none;
  font-weight: 500;
}
.category span{
  border-bottom:2px solid #000;
  padding-bottom: 2px;

}





.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_b.png);
}
.icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_w.png);
}


@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }
  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_2x_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_2x_w.png);
  }
  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_b.png);
  }
  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_w.png);
  }
}
.icon-cart { background-position: -176px -64px; }
.icon-user { background-position: -208px -0px; }
.icon-adduser { background-position: -240px -0px; }
.icon-logout { background-position: -32px -80px; }
.icon-login { background-position: -48px -80px; }
/* icon large */
.icon-twitter { background-position: -144px -264px; }
.icon-facebook { background-position: -192px -264px; }
.icon-instagram { background-position: -168px -288px; }
.icon-mail { background-position: -96px -0px; }
.icon-lg-w.icon-cart { background-position: -264px -96px; }
.icon-lg-w.icon-chevron_up { background-position: -0px -216px; }
.icon-lg-w.icon-chevron_down { background-position: -528px -192px; }

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


/*
 * header
 */
#header-wrapper {
  margin-bottom: 4em;
}


 .icon-b,
 .icon-w {
    float: left;
  }
.view-cart {
  position: relative;
  top: -6px;
  padding-top: 0 !important;
}
.btn-viewcart {
  padding: 1px 15px 0 13px;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  border-radius: 3em;
}

/* header logo */
.shop-name {
  clear: both;
  margin: 2em 0;
  text-align: center;
  font-size: 24px;
}
.shop-description {
  font-size: 12px;
  font-weight: normal;
  color: #4d4d4d;
}


/* incart delivery */
.incart-delivery {
  float: right;
}
  .incart-delivery ul {
    margin: 0;
    padding: 10px 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #d9edf7;
    color: #31708f;
    list-style: none;
    font-size: 12px;
  }

/*
 * product list
 */

.prd-lst-unit {
  width:30%;
  padding-bottom: 5%;
  margin: 0 1.5%;
  text-align: center;
}
.prd-lst-img {
  display: block;
  margin: 0 auto ;
}

.prd-lst-span {
  clear: both;
  display: block;
  font-size: 11px;
  text-align: left;
}


.prd-lst-name {
  font-size:13px;
  margin: 0.5em 0;
  font-weight: 400;
}
.prd-lst-price {
  color: #abaaaa;
}
.prd-lst-regular {
  text-decoration: line-through;
}
.prd-lst-discount {
  color: #b81717;
}

/* product list sort */
.prd-lst-sort {
  margin: 2em 0;
  color: #888;
  text-align: center;
  font-size: 14px;
}

/* prduct list pager 　＊商品中 ＊-＊商品*/
.prd-lst-pager {
  text-align: center;
}
.prd-lst-pos b {
  font-size: 18px;
  font-weight: normal;
}

/*
 * product
 */
.product-image-thumb img {
  border: 2px solid #fff;
}
.thumb-active img {
  border: 2px solid #4d4d4d;
}







/*
 * footer
 */

#footer-wrapper {
  border-top: 1px solid #dcdcdc;
  margin-top: 3em;
  padding-bottom: 3em;
  text-align:left;
}

/* footer nav */
.footer-nav {
  list-style: none;
  margin: 0;
}
.footer-nav li {
    margin: .8em 0;
  }
.footer-primary {
  padding: .3em 0;
}
.footer-primary li {
    margin-right: 25px;
    margin-left: 5px;
    text-align: right;
  }
  .footer-primary a {
    color: #4d4d4d;
  }
  .freepage-nav {
    margin-right: 10%;
    margin-bottom: 1.5em;
    padding-bottom: .8em;
  }
.footer-secondary {
  padding: .1em 0;
  font-size: 12px;
}
  .footer-secondary li {
    margin-left: 3%;
  }
  .footer-secondary a {
    color: #abaaaa;
  }

/* social icon */
.social-nav {
  text-align: center;
  margin: 2em 0;
}

/* copyright */
.copyright {
  margin: 3em 0 2em;
  color: #abaaaa;
  text-align: center;
  font-size: 12px;
}
.powered {
  display: block;
  margin: .5em auto 0;
  width: 180px;
  height: auto;
}

/* pagetop */
#pagetop {
  position: fixed;
  right: 0;
  bottom: 100px;
  display: none;
}
.btn-pagetop {
  display: block;
  padding: .8em .4em .8em .5em;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}


@media (max-width: 980px) {
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
  .container {
    width: auto;
  }
}
@media (max-width: 768px) {
  #wrapper {
    padding-top: 3em;
  }
  
  
#free-container{
  margin:0 3%;
}
#free-container2{
  margin:0 3%;
}
  
.free-lst-unit{
  width:96%;
  margin: 0 2%;
}
 
  .container {
    width: auto;
  }
.prd-lst-unit {
    width:47%;
    margin-bottom: 5%;
    padding:0 0.8% ;
    font-size: 8px;
  }
.space{
  height:60px;
  }
 
  
.category{
  padding-top:40px;
  padding-bottom:40px;
}
  
.circle-box p{
   font-size:100%;
 }  

 .ds-cart2{
   padding-right:8px;
   padding-bottom:3px;
}
  
  .header-dropdown {
    position: absolute;
    top: 0;
    z-index: 200;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    background-color: #fff;
  }
  .header-dropdown.affix {
    position: fixed;
  }

  .view-cart {
    position: static;
  }
    .view-cart a {
      background-color: #4d4d4d;
      color: #fff;
    }
    .view-cart span {
      display: block;
      width: 130px;
      margin: 0 auto;
    }
    .view-cart .icon-w {
      float: left;
      margin-top: -2px;
    }
  .incart-delivery {
    padding-top: 20px;
    float: none;
  }
  .prd-lst-sort {
    font-size: 14px;
  }
  .footer-primary,
  .footer-secondary {
    padding: 0 ;
    border: none;
  }
  .footer-nav {
    margin: 0;
    padding: 0;
  }
   
  .footer-nav li {
    margin-right: 2%;
    font-size: 10px;
  }
  .footer-nav li:first-child {
      border-top: none;
    }
  .footer-nav li:before {
    display: none;
  }
  .footer-nav a {
    display: block;
    padding: 1em;
    color: #4d4d4d;
  }
  .footer-nav a:hover {
    text-decoration: none;
  }
  .icon-b,
  .icon-w {
    display: inline-block;
    width: 24px;
    height: 24px;
    *display: inline;
    *zoom: 1;
  }
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_w.png);
  }
  .icon-cart { background-position: -264px -96px; }
  .icon-list { background-position: -288px -144px; }
  .icon-chevron_thin_up { background-position: -192px -216px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-b,
    .icon-lg-b {
      background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_b.png);
    }
    .icon-w,
    .icon-lg-w {
      background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_w.png);
    }
    .icon-b,
    .icon-w {
      -webkit-background-size: 552px 480px;
      background-size: 552px 480px;
    }

  }
}
@media (max-width: 480px) {
  .ttl-h2 span {
    padding: 0 10px;
    font-size: 14px;
  }

  /* PC - -スマホ 画像切り替え*/
.pc{
	display:none !important;
}
.sp{
	display:block !important;
}
  /* 商品名font*/
.prd-lst-name {
  font-size:12px;
  }
  
  /* フリーページ KIT販売スケジュール*/
  
 .free-schedule-unit{
  width:85%;
  padding-bottom: 30%;
  margin: 0 7.5%;
}

.free-schedule-dummy {
  display:none;
}
.circle-box p{
  line-height:24px;
 }  
  
.circle-box-inner-pat p{
    font-size:85%;
    line-height:18px;
}

/*フリーページでPCでのみタテ画像の幅を狭める*/
.tate-pc img{
  width:100%;
}
  
  
  
}

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