@charset "euc-jp";
*{
  box-sizing: border-box;
}
#page-wrapper {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 999;
  background: url(https://dgreen.jp/ubutadou/img/bg-img04.jpg);
}
#wrapper {
}
#container {
  margin: 0 0 90px;
}
.container {
  max-width: 934px;
}
@media all and (min-width:415px) {
  .sp{display: none !important;}
}
@media all and (max-width:414px) {
  .pc{display: none !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: 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: uppercase;
  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 img.icon-myacoount{
  width: 18px;
  float: left;
}
.header-link a img.icon-cart{
  width: 20px;
  float: left;
}

.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;
  position: absolute;
}
  .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;
}

@media all and (min-width:415px) {}
@media all and (max-width:414px) {
  .header-line-nav span.pull-left {
    display: none;
  }
  .header-line-nav .inline li {
    margin-left: 0;
    padding-right: 10px;
  }
  .header-link a img.icon-cart{
    width: 26px;
  }
}


/* header logo */

.shop-logos {
  margin: 3.5em 0 0;
  min-width: 10%;
  max-width: 100%;
}
.shop-name {
  margin: 0;
  font-size: 21px;
}
  .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 {
  padding: 1.8em 0 1.2em;
  text-align: left;
  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 {
    background: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.prd-lst-cap-inner{
  padding: 15px;
}
.prd-lst-img {
  display: block;
}
span.prd-lst-span {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  margin: .3em 0;
  font-size: 13px;
  color: #fff;
  width: auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha( opacity=0 );
  opacity: 0;
  * display: none;
}
.prd-lst-regular {
  text-decoration: line-through;
}
.prd-lst-discount {
  color: #FFF;
  font-weight: bold;
}
.unit-inner:hover .prd-lst-cap{
  background: url("https://img.shop-pro.jp/tmpl_img/74/blur.png");
  background-repeat : repeat;
  background-position: left;
}
.unit-inner:hover span.prd-lst-span{
  -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;
  font-size: 13px;
}
.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: #312416;
      font-size: 14px;
    }
    .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 */

@media all and (min-width:415px) {
  .freepage {
    background-image: url(https://dgreen.jp/ubutadou/img/bg-img03-pc.png),url(https://dgreen.jp/ubutadou/img/bg-img04.png);
    padding: 88px 0 0;
    margin-top: -64px;
    background-position: top center, 80% 84.7%;
    background-size: 906px,169px;
    background-repeat: no-repeat;
  }
}
@media all and (max-width:414px) {
  .freepage {
    background-image: url(https://dgreen.jp/ubutadou/img/bg-img03-sp.png),url(https://dgreen.jp/ubutadou/img/bg-img04.png);
    padding: 88px 0 0;
    margin-top: -64px;
    background-position: top center, 90% 88.7%;
    background-size: 344px,123px;
    background-repeat: no-repeat;
  }
}

/*
 * footer
 */
.footer-wrap{
  background-image: url(https://dgreen.jp/ubutadou/img/bg-img05.jpg);
  margin: 0;
  background-size: 1200px;
  padding: 54px 0;
}
#footer-wrapper {
  margin-top: 30px;
  padding: 0 1.4%;
}

.p-shopguide-wrap{
  max-width: 768px;
  padding: 0 20px;
  margin: 0 auto;
}

.p-shopguide-wrap .p-shopguide-column dt{
  color: #4B243D;
  font-size: 14px;
  font-weight: bold;
}
.p-shopguide-wrap .p-shopguide-column dd{
  font-size: 14px;
  margin: 5px 0 30px;
}

.p-shopguide-wrap .c-ttl-sub{}
.p-shopguide-wrap .c-ttl-sub img{
  max-width: 124px;
  width: 100%;
  margin: 0 auto 50px;
  display: block;
}
.p-shopguide-wrap .p-shopguide-txt{}

@media all and (min-width:415px) {
  .sp{
    display: none;
  }
  .p-shopguide-wrap{
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
  }
  .p-shopguide-wrap .p-shopguide-column{
    max-width: 210px;
    width: 33.3%;
  }
}
@media all and (max-width:414px) {
.pc{
  display: none;
}
}


/* footer nav */
.footer-top{
  border-top: 1px solid #ddd;
}
.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: #aaa;
  }
    .footer-secondary a:hover {
      color: #444;
    }

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

/* social icon */
.social-nav {
  text-align: right;
  margin: -4px 0 0 0;
  padding: 0;
  list-style: none;
}
.social-nav li{
  display: inline-block;
}
.social-nav li:last-child{
  margin: 0;
}
.social-nav li img{
  width: 100%;
}
ul.social-nav > li {
  padding-right: 0;
  vertical-align: bottom;
}

/* copyright */
.copyright {
  text-align: left;
  font-size: 12px;
  padding: 0;
  word-break: break-word;
  background: #312416;
}
.copyright img{
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  width: 100%;
}
  .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%;
}

/*
 * 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%;
  }
}
@media (max-width: 768px) {
  #wrapper {
    padding: 3em 1.4em 0;
  }
  .container {
    width: auto;
  }
  #header-wrapper{
    padding: 0 .1%;
  }
  #header-top{
    padding: 2.2em 0 1.5em;
   }
  .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 ;
  }
  .social-nav ul{
    margin: 0;
  }
  ul.social-nav > li{
    padding: 0 1%;
  }
  .slider {
    padding: 0 .1%;
  }
}
@media (max-width: 480px) {
  .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;
  }
}

/* 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-youtube { background-position: -128px -160px; }
.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; }


/***************************************
追加：header
***************************************/
.hd-logo{
  text-align: center;
}
.header-wrap{
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  box-sizing: border-box;
}
.row{
  position: relative;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px !important;
  left: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
  background: #fff;
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px !important;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
  background: #fff;
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: #4b263e;
  transform: translateX(-248px);
  transition: all 0.6s;
  width: 248px;
  height: 100vh;
  overflow: scroll;
}

nav.globalMenuSp ul {
  background: #4b263e;
  margin: 160px auto 0;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background :#613b54;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 20px 30px;
  text-decoration: none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}

/* スクロールでヘッダーを小さくする */
@keyframes scrollLogo {
  0% {
    width: 230px;
  }
  100% {
    width: 373px;
  }
}

@keyframes fixLogo {
  0% {
    width: 373px;
  }
  100% {
    width: 230px;
  }
}

#logo {
  width: 100%;
  text-align: center;
}
.scrollLogo{
  padding: 76px 0 62px;
}
.fixLogo{
  padding: 60px 0 30px !important;
}

#logo img{
  height: auto;
}
.hamburger span {
  background : #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
@media all and (min-width:415px) {
  #logo img{
    max-width: 373px;
    width: 100%;
  }
  #logo {
    margin: -63px 0 0;
    padding: 76px 0 62px;
  }
  .hamburger {
    display: block;
    position: relative;
    z-index: 3;
    left: 0;
    top: 72px;
    width: 44px;
    height: 36px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display : block;
    position: absolute;
    width   : 44px;
    height  : 2px ;
    left    : 0;
  }
  .hamburger span:nth-child(2) {
    top: 17px !important;
  }
  .sp-pull{
    display: none;
  }
}
@media all and (max-width:414px) {

  #logo img{
    width: 50% !important;
    margin: 5px 0 0;
  }
  #logo a{
    margin: 0 12px 0 0;
  }
  #logo {
    margin:  0;
    padding: 25px 0 25px !important;
  }
  .hamburger {
    display: block !important;
    position: absolute !important;
    z-index: 3 !important;
    left: 16px !important;
    top: 29px !important;
    width: 30px !important;
    height: 23px !important;
    cursor: pointer !important;
    text-align: center !important;
  }
  .hamburger span {
    display: block !important;
    position: absolute !important;
    width: 30px !important;
    height: 2px !important;
    left: 0 !important;
  }
  .hamburger span:nth-child(2) {
    top: 10px !important;
  }
  .header-line-nav{
    display: block !important;
  }
  .header-line-nav .inline{
    margin: 0 0 !important;
    position: absolute;
    top: 32px;
    width: 100%;
  }
  .fixLogo {
    padding: 20px 0 20px !important;
  }
  .scrollLogo {
    padding: 20px 0 20px !important;
}
.hamburger p{
    font-size: 12px !important;
    bottom: -25px !important;
    right: -3px !important;
}
.pull-left{}
.sp-pull{
  background-color: #4b263e;
  color: #fff;
  border-radius: 50%;
  padding: 5px 8px 5px !important;
  display: block;
  line-height: 1;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: -10px;
  font-size: 10px !important;
}
}

/*　ハンバーガーボタン　*/

.scrollmenu{
  animation: scrollmenu 0.5s ease-out 0s 1 forwards;
}
.fixmenu {
  animation: fixmenu 0.5s ease-out 0s 1 forwards;
  width: 36px;
  height: 27px;
}


@media all and (min-width:415px) {
  .fixmenu p{
    bottom: -25px !important;
    right: -1px !important;
    font-size: 12px !important;
  }
}

.fixmenu span:nth-child(2) {
  top: 12px !important;
}
.fixmenu span{
  width : 36px !important;
}
@media all and (max-width:414px) {
  .fixmenu span:nth-child(2) {
    top: 10px !important;
  }
  .fixmenu span{
    width : 30px !important;
  }
}

/* スクロールでヘッダーを小さくする */
@keyframes scrollmenu {
  0% {
    top   : 32px;
  }
  100% {
    top   : 72px;
  }
}

@keyframes fixmenu {
  0% {
    top   : 72px;
  }
  100% {
    top   : 32px;
  }
}

.hamburger p{
  margin: 0;
  position: absolute;
  bottom: -30px;
  font-size: 14px;
  right: 0;
  letter-spacing: 0.13em;
}
.active.hamburger p{
  color: #fff;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(3) {
  bottom: 0;
}


.scrollLogo img {
  animation: scrollLogo 0.5s ease-out 0s 1 forwards;
  width: 230px;
}

.fixLogo img {
  animation: fixLogo 0.5s ease-out 0s 1 forwards;
  width: 230px;
}

* {
  margin: 0;
  font-family: 'YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ Ｐ明朝','MS PMincho',serif;
  color: #312416;
  font-size: 16px;
  box-sizing: border-box;
}

/***************************************
追加：common
***************************************/
.btn01{
  position: relative;
  border: 1px solid #4B243D;
  width: 100%;
  display: block;
  font-size: 17px;
  color: #4B243D;
  padding: 15px 0 16px;
  margin: 50px 0 0;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
}
.btn01::before{
  content: "";
  background: url(https://dgreen.jp/ubutadou/img/arrow.png);
  display: block;
  width: 7px;
  height: 16px;
  background-size: 8px;
  background-repeat: no-repeat;
  position: absolute;
  right: 22px;
  top: 35%;
}
.btn01:hover{
  text-decoration: none;
  background-color: #4B243D;
  color: #fff;
}
.btn01:hover span{
  text-decoration: none;
  color: #fff;
}

/***************************************
追加：各ページのheader画像
***************************************/
.item-mainimg{
  padding: 193px 0 0;
  height: 590px;
  text-align: center;
  width: 100%;
  background-size: cover;
  background-position: center;
  margin: 0 0 30px;
}
.item-mainimg.free01{
  background-image: url(https://dgreen.jp/ubutadou/img/quality-main.jpg);
}
.item-mainimg.item01{
  background-image: url(https://dgreen.jp/ubutadou/img/item-main.jpg);
}

.item-mainimg h2{
  text-align: center;
  height: 100%;
  width: 120px;
  margin: 0 auto -30px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
  z-index: 2;
  background: rgb(75 36 61 / 90%);
}
.item-mainimg h2 span{
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  left: 38%;
  right: auto;
  top: 5px;
  bottom: 0;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media all and (min-width:415px) {}
@media all and (max-width:414px) {
  .item-mainimg{
    padding: 93px 0 0;
    height: 290px;
  }
  .header-line-nav .inline li.user {
    display: none;
  }
  .item-mainimg h2 span{
    font-size: 15px;
  }
}


/***************************************
追加：パンくずリスト
***************************************/
.breadcrumb{
  max-width: 768px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 20px auto 20px;
}
.breadcrumb ul{
  display: flex;
  margin: 0;
}
.breadcrumb ul li{
  list-style: none;
  font-size: 15px;
  color: #7C7C7C;
}
.breadcrumb ul li span{
  font-size: 14px;
  margin: 0 15px;
}
.breadcrumb ul li a{
  color: #7C7C7C;
}


/***************************************
追加：フリーページ
***************************************/
.free-wrap{
  word-break: break-all;
  max-width: 768px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
#quality-about{}
#quality-about .lead{
  color: #312416;
  text-align: center;
  font-size: 26px;
  margin: 40px 0 40px;
  line-height: 1.8;
}

@media all and (min-width:415px) {
  #quality-about .txt{
    text-align: center;
    margin: 40px 0 90px;
    line-height: 2.6;
  }
}
@media all and (max-width:414px) {
  #quality-about .txt{
    margin: 40px 0 90px;
    line-height: 1.8;
  }
}

.gallery{}
.gallery img{}
.cart-btn{}
.cart-btn span{
  position: relative;
  display: inline-block;
}
.cart-btn span::before{
  content: "";
  background: url(https://dgreen.jp/ubutadou/img/icon-cart.png);
  display: block;
  background-repeat: no-repeat;
  position: absolute;
}
@media all and (min-width:415px) {
  .gallery .box{
    margin: 44px auto 0;
    padding: 0;
    width: 100%;
    column-count: 2;
    column-gap: 44px;
  }
  .gallery .box img{
    width: 100%;
    margin-bottom: 44px;
  }
  .cart-btn span{
    padding: 0 0 0 45px;
  }
  .cart-btn span::before{
    width: 20px;
    height: 18px;
    background-size: 20px;
    top: 8%;
    left: 0;
  }
}
@media all and (max-width:414px) {
  .gallery .box{
    margin: 5% auto 0;
    padding: 0;
    width: 100%;
    column-count: 2;
    column-gap: 5%;
  }
  .gallery .box img{
    width: 100%;
    margin-bottom: 10%;
  }
  .cart-btn span{
    padding: 0 0 0 35px;
  }
  .cart-btn span::before{
    width: 22px;
    height: 20px;
    background-size: 22px;
    top: 35%;
    left: 0;
  }
}

/******************************/
/* 一覧、検索、商品詳細ページ */
/******************************/
.breadcrumb{
  margin: 0 auto;
}

#product-srh{
  max-width: 904px;
  margin: 0 auto;
}
#product{
  max-width: 904px;
  margin: 0 auto;
}
.sub-menu-list {
  max-width: 882px;
  margin: 30px auto 0;
  width: 100%;
}
.sub-menu-list.product-nav {
  margin: 60px auto 0;
}
.sub-menu-list .content{
  max-width: 904px;
  margin: 0 auto;
  padding: 35px 20px 10px;
  box-sizing: border-box;
  border-top: 1px solid #312416;
  border-bottom: 1px solid #312416;
}
.sub-menu-list .box{
  margin: 0 0 20px;
}
.sub-menu-list .box .sub-menu-title{
  display: inline-block;
  background: #4B243D;
  color: #fff;
  padding: 8px 51px;
  max-width: 230px;
  width: 100%;
  max-height: 40px;
  text-align: center;
}
.sub-menu-list .box ul{
  display: inline-block;
}
.sub-menu-list .box ul li{
  display: inline-block;
  list-style: none;
}
.sub-menu-list .box ul li a{
  color: #312416;
}
.sub-menu-list .box ul li a:hover{
  text-decoration: underline;
}

/* 通販商品の商品紹介カテゴリのみ非表示に */
.shop_list .box ul li:last-child{
  display: none;
}

@media all and (min-width:415px) {
  .sub-menu-list .box ul li{
    margin: 0 16px 0;
  }
}
@media all and (max-width:414px) {
  .sub-menu-list .box .sub-menu-title{
    max-width: 100%;
    margin: 0 0 20px;
  }
  .srh-header{
    padding: 0 20px !important;
  }
  .prd-lst-link{
    padding: 0 20px !important;
  }
  .product-contents{
    padding: 0 20px !important;
  }
  .sub-menu-list .box ul{
    margin: 0;
  }
  .sub-menu-list .box ul li{
    margin: 0 22px 10px;
  }
}


/******************************/
/* 特定商取引法 */
/******************************/
.container-section{
  max-width: 944px;
  padding: 30px 20px 15px 0 !important;
  margin: 0 auto;
}
@media all and (min-width:415px) {}
@media all and (max-width:414px) {

}
