@charset "UTF-8";
#page-wrapper {
  position: relative;
}

.container {
  max-width: 1050px;
}

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

body {
  color: #464e54;
  background-color: #fff;
  /*background-image: url(https://img.shop-pro.jp/tmpl_img/77/bg.png);*/
}

a {
  color: #555555;
}

a:hover {
  color: #888888;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

.ttl-h2 {
  position: relative;
  margin: 30px 0;
  text-align: center;
  font-family: 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
  font-size:30px;
}

.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

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

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

.product-order-num input {
  border-color: #b2a487;
}

.font-mincho {
  font-family: 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

/*
 * icon
 */
.icon-b,
.icon-w {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  position: relative;
  top: -.11em;
  *display: inline;
  *zoom: 1;
}

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

.icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/77/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/77/icon16_2x_b.png);
  }

  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon16_2x_w.png);
  }

  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon24_2x_b.png);
  }

  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/77/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-plus {
  background-position: -312px -120px;
}

.icon-lg-w.icon-minus {
  background-position: -288px -120px;
}

.icon-lg-b,
.icon-lg-w {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  position: relative;
  top: -.1em;
  *display: inline;
  *zoom: 1;
}

.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon24_b.png);
}

.icon-lg-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon24_w.png);
}

.content-wrap {
  max-width: 800px;
  margin: 20px auto;
}

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

.header-line-nav .header-link {
  float: right;
  padding: 0;
}

.header-link a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* header-line-nav */
.header-line-nav li {
  margin-left: 1px;
}

.header-line-nav a {
  font-size: 12px;
  padding: .6em 1em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.header-line-nav i {
  top: -0.2em;
  margin-right: .3em;
}

.btn-viewcart {
  padding: 1px 15px 0 13px;
}

/* header logo */
.shop-name {
  clear: both;
  margin: 2em 0;
  text-align: center;
  font-size: 24px;
}

.shop-description {
  font-size: 12px;
  font-weight: normal;
  color: #464e54;
}

/* header global nav */
#header-global-nav {
  margin: 1.8em 0;
  text-align: center;
  font-size: 18px;
}

#header-global-nav li {
  margin: 0;
  padding: 0 1.5em;
  border-right: 1px solid #b2a487;
}

#header-global-nav li:first-child {
  border-left: 1px solid #b2a487;
}

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

#container img {
  display: block;
  margin:auto;
}

/*
 * product list
 */
.prd-lst-unit {
  margin-bottom: 60px;
  padding: 0 10px;
  text-align: center;
}

.prd-lst-unit a:hover {
  text-decoration: none;
}

.unit-box {
  margin: 10px;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #b2a487;
  -webkit-box-shadow: 0 1px 4px rgba(25, 25, 25, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(25, 25, 25, 0.2);
  box-shadow: 0 1px 4px rgba(25, 25, 25, 0.2);
}

.prd-lst-img {
  display: block;
  margin: 0 auto 1em;
}

.prd-lst-span {
  display: block;
  margin: .3em 0;
  font-size: 12px;
}

.prd-lst-name {
  font-size: 14px;
}

.prd-lst-price {
  color: #abaaaa;
}

.prd-lst-regular {
  text-decoration: line-through;
}

.prd-lst-discount {
  color: #b81717;
}

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

/* 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 #b2a487;
}

/*
 * footer
 */
#footer-wrapper {
  padding-top: 3em;
  background: #B2A487;
  margin-top:30px;
}

.footer-primary {
  border-right: 1px solid #fff;
}

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

.footer-primary a {
  color: #fff;
}

.freepage-nav {
  margin-right: 10%;
  margin-bottom: 1.5em;
  padding-bottom: .8em;
  border-bottom: 1px solid #fff;
}

.footer-secondary {
  padding: .3em 0;
  font-size: 12px;
}

.footer-secondary li {
  margin-left: 10%;
}

.footer-secondary li:before {
  margin-right: 4px;
  color: #fff;
  content: "-";
}

.footer-secondary a {
  color: #fff;
}

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

/* copyright */
.copyright {
  padding: 3em 0 2em;
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.powered {
  display: block;
  margin: .5em auto 0;
  width: 180px;
  height: auto;
}

/* pagetop */
#pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  display: none;
}

.btn-pagetop {
  display: block;
  padding: .7em 2em;
}

@media (max-width: 980px) {
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }

  .container {
    max-width: 900px;
    width: 90%;
  }
}
@media (max-width: 768px) {
  #wrapper {
    padding-top: 3em;
  }

  .container {
    width: auto;
  }

  .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 #dbdbdb;
    text-align: center;
  }

  .header-dropdown .dropdown-nav a {
    display: block;
    padding: 10px;
  }

  .header-dropdown .btn-dropdown {
    padding-left: 34px;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    background: #b2a487;
  }

  .header-dropdown .btn-dropdown-close {
    opacity: 0.4;
  }

  .header-dropdown .btn-dropdown i {
    top: 0;
  }

  .view-cart {
    position: static;
  }

  .view-cart a {
    background-color: #b2a487;
    color: #fff;
  }

  .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;
    border-bottom: 3px double #fff;
  }

  .footer-primary .footer-nav:first-child {
    border-top: 3px double #fff;
  }

  .footer-nav li {
    margin: 0;
    font-size: 14px;
    border-top: 1px solid #fff;
  }

  .footer-nav li:first-child {
    border-top: none;
  }

  .footer-nav li:before {
    display: none;
  }

  .footer-nav a {
    display: block;
    padding: 1em;
    color: #fff;
  }

  .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/77/icon24_b.png);
  }

  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/77/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 (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 768px) and (min--moz--device-pixel-ratio: 1.5), only screen and (max-width: 768px) and (min-device-pixel-ratio: 1.5), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b,
  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon24_2x_b.png);
  }

  .icon-w,
  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon24_2x_w.png);
  }

  .icon-b,
  .icon-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }
}
@media (max-width: 480px) {
  .prd-lst-unit {
    margin-bottom: 30px;
    height: auto !important;
  }
}
/* IE&#65533;&#65533; */
.ie_wrapper.container {
  width: 900px;
  overflow: auto;
}

/* 商品写真1枚のためサムネイル非表示 */
.product-image-thumb {
  display:none;
}
/* ご愛用者の声 */
.voice_rim {
  width:600px;
  margin:0 auto;
  font-size:150%;
}
.voice_rim h3.voice {
  font-size:150%;
  font-weight:bold;
  padding-left:30px;
  padding-right:30px;
}
.voice_rim .p_b {
  width:525px;
  margin:0 auto;
  line-height:1.5em;
}
.voice_rim .voice_namae {
  color:#fd4f72;
  font-size:110%;
}
.voice_rim .bg_y {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
.voice_rim .letterbox {
  border:#d9d9d9 2px solid;
  padding:10px 20px;
  margin-bottom:30px;
}
.voice_rim .letterbox .voice_keisen {
  background-color: #fff;
  background-image: linear-gradient(rgba(217,217,217,1) .1em, transparent .1em );
  background-size: auto 2rem;
  line-height: 2rem;
  overflow: hidden;
}
/* よくあるご質問 */
.qa_rim {
  width: 600px;
  margin: 0 auto;
  font-size: 150%;
}
.qa_rim .qa_de_rim {
  margin-bottom:8px;
  border-bottom:1px solid #525252;
}
.qa_rim .qa_de_rim div {
  display:table;
}

.qa_rim .qa_de_rim .q {
  color:#ff3b03;
  font-size:130%;
  background-image: url(https://img08.shop-pro.jp/PA01036/967/etc/qa03.jpg);
  background-position:left center;
  background-repeat:no-repeat;
  height:87px;
  padding-left:126px;
  display:table-cell;
  vertical-align:middle;
}
.qa_rim .qa_de_rim .a {
  color:#167c00;
  background-image: url(https://img08.shop-pro.jp/PA01036/967/etc/qa04.jpg);
  background-position:left center;
  background-repeat:no-repeat;
  height:107px;
  padding-left:172px;
  display:table-cell;
  vertical-align:middle;
}
.qa_rim .qa_de_rim .m {
  color:#2b2b2b;
  width:80%;
  margin: 0 auto;
}
/* 配送について */
.otodoke_rim {
  width: 600px;
  margin: 0 auto;
  font-size: 150%;
}
.otodoke_rim .att {
  margin: 0 auto;
  width:80%;
  font-weight:bold;
  font-size:120%;
  line-height:1.5em;
  text-align: center;
  border:2px solid #fe0000;
  padding:8px;
}
.otodoke_rim .att span {
border-bottom:1px solid #fe0000;
}
.otodoke_rim .com {
  text-align: center;
  font-size:90%;
  margin-top:10px;
  margin-bottom:10px;
}
.otodoke_rim .chiku_rim {
  margin: 0 auto;
  width:66%;
  background-position:left center;
  background-repeat:no-repeat;
  height:131px;
  padding-left:173px;
  font-size:68%;
  color:#6b695d;
  margin-bottom:10px;
}
.otodoke_rim .chiku_a {
  background-color:#fff2cd;
  background-image: url(https://img08.shop-pro.jp/PA01036/967/etc/otodoke03.jpg);
}
.otodoke_rim .chiku_b {
  background-color:#ccedd8;
  background-image: url(https://img08.shop-pro.jp/PA01036/967/etc/otodoke04.jpg);
}
.otodoke_rim .chiku_c {
  background-color:#cedfef;
  background-image: url(https://img08.shop-pro.jp/PA01036/967/etc/otodoke05.jpg);
}
.otodoke_rim h3 {
  color:#ff7900;
}
.otodoke_rim .time_rim {
  display:table;
  width:100%;
}
.otodoke_rim .time_rim .time_c {
  display:table-cell;
  width:50%;
}
.otodoke_rim .time_rim .time_c p {
  width:90%;
  text-align: center;
  font-size:120%;
  background-color:#ffbf81;
  color:#687073;
  border-radius: 10px;
  margin-bottom:8px;
}
/* 意外と知らない〜 */
.igaito_rim {
  width: 600px;
  margin: 0 auto;
  font-size: 150%;
}
.igaito_rim .tit {
  text-align: center;
  font-size:150%;
  font-weight:bold;
}
.igaito_rim .tit .a_oil {
  color:#5d10d2;
}
.igaito_rim .tit .e_oil {
  color:#ff3483;
}
.igaito_rim .tit_rim {
  display:table;
  width:100%;
}
.igaito_rim .tit_rim .a_oil_s,
.igaito_rim .tit_rim .a_oil_t,
.igaito_rim .tit_rim .e_oil_s,
.igaito_rim .tit_rim .e_oil_t{
  display:table-cell;
}
.igaito_rim .tit_rim .a_oil_s,
.igaito_rim .tit_rim .e_oil_s{
  width:30%;
  color:#fff;
  text-align: center;
}
.igaito_rim .tit_rim .a_oil_s {
  background-color:#5d10d2;
}
.igaito_rim .tit_rim .e_oil_s {
  background-color:#ff3483;
}
.igaito_rim .tit_rim .a_oil_t,
.igaito_rim .tit_rim .e_oil_t{
  font-size:150%;
  font-weight:bold;
  padding-left:2.5em;
}
.igaito_rim .tit_rim .a_oil_t {
  color:#5d10d2;
}
.igaito_rim .tit_rim .e_oil_t {
  color:#ff3483;
}
.igaito_rim .img_rim {
  background-position:left top;
  background-repeat:no-repeat;
  padding-left:297px;
  font-size:100%;
  color:#000;
  margin-top:1.5em;
  margin-bottom:1.5em;
}
.igaito_rim .a_img_rim {
  background-image: url(https://img08.shop-pro.jp/PA01036/967/etc/igaito02.jpg);
  height:290px;
}
.igaito_rim .e_img_rim {
  background-image: url(https://img08.shop-pro.jp/PA01036/967/etc/igaito03.jpg);
  height:348px;
}
.igaito_rim p.a_oil_t,
.igaito_rim p.e_oil_t {
  text-align: center;
  font-size:150%;
}
.igaito_rim p.a_oil_t {
  color:#5d10d2;
}
.igaito_rim p.e_oil_t {
  color:#ff3483;
}
.igaito_rim .balloon {
  display:table;
  background-repeat:no-repeat;
}
.igaito_rim .balloon p {
  display:table-cell;
  vertical-align:middle;
  text-align: center;
  line-height:1.5em;
  font-size:120%;
  padding-top:0.5em;
}
.igaito_rim .a_oil_ba {
  background-image: url(https://img08.shop-pro.jp/PA01036/967/etc/igaito09.jpg);
}
.igaito_rim .a_oil_ba p {
  width:600px;
  height:74px;
  color:#5d10d2;
}
.igaito_rim .e_oil_ba {
  background-image: url(https://img08.shop-pro.jp/PA01036/967/etc/igaito10.jpg);
}
.igaito_rim .e_oil_ba p {
  width:600px;
  height:123px;
  color:#ff3483;
}
.igaito_rim .iyaku {
  width : 90%;
  width : -webkit-calc(550px - 1.6em);
  width : calc(550px - 1.6em);
  margin: 0 auto;
  color:#00a634;
  border:1px solid #8ed5ad;
  padding:0.8em;
}
.igaito_rim .iyaku p {
  font-weight:bold;
  font-size:150%;
}
.igaito_rim .momi {
  width: 550px;
  margin: 0 auto;
  background-color:#ffffbf;
  margin-top:10px;
  margin-bottom:10px;
  padding-bottom:10px;
}
.igaito_rim .momi .momi_tit {
  background-position:left center;
  background-repeat:no-repeat;
  padding-left:124px;
  height:226px;
  color:#1a0fd8;
  background-image: url(https://img08.shop-pro.jp/PA01036/967/etc/igaito04.jpg);
  font-size:140%;
}
.igaito_rim .momi p.t_p {
  color:#fe3382;
  font-size:400%;
  padding:0.2em;
}
.igaito_rim .momi .momi_img {
  background-repeat:no-repeat;
  font-weight:bold;
  font-size:130%;
  color:#000;
}
.igaito_rim .momi .momi1 {
  background-image: url(https://img08.shop-pro.jp/PA01036/967/etc/igaito05.jpg);
  background-position:right center;
  padding-right:301px;
  padding-left:0.8em;
  height:210px;
}
.igaito_rim .momi .momi2 {
  background-image: url(https://img08.shop-pro.jp/PA01036/967/etc/igaito06.jpg);
  background-position:left center;
  padding-left:271px;
  padding-right:0.8em;
  height:244px;
}
.igaito_rim .momi .momi3 {
  background-image: url(https://img08.shop-pro.jp/PA01036/967/etc/igaito07.jpg);
  background-position:right center;
  padding-right:201px;
  padding-left:0.8em;
  height:218px;
}
.igaito_rim .momi .momi4 {
  background-image: url(https://img08.shop-pro.jp/PA01036/967/etc/igaito08.jpg);
  background-position:left center;
  padding-left:272px;
  padding-right:0.8em;
  height:197px;
}
/* アロマエッセンシャルオイルができるまで〜 */
.dekirumade_rim {
  width: 600px;
  margin: 0 auto;
  font-size: 150%;
}
.dekirumade_rim h2 {
  margin-bottom:0;
}
.dekirumade_rim .momi100 {
  background-position:left center;
  background-repeat:no-repeat;
  color:#000;
  background-image: url(https://img08.shop-pro.jp/PA01036/967/etc/dekirumade02.jpg);
  width : 90%;
  width : -webkit-calc(100% - 137px);
  width : calc(100% - 137px);
  height:188px;
  height : -webkit-calc(188px - 1.5em);
  height : calc(188px - 1.5em);
  padding-left:137px;
  padding-top:1.5em;
  margin-top:0px;
}
.dekirumade_rim .momi100 p {
  font-size:150%;
}
.dekirumade_rim .momi100 p span {
  color:#ff0202;
}
.dekirumade_rim .flow {
  font-size:130%;
}

.dekirumade_rim .flow1 {
  background-position:left center;
  background-repeat:no-repeat;
  color:#000;
  background-image: url(https://img08.shop-pro.jp/PA01036/967/etc/dekirumade03.jpg);
  width : 90%;
  width : -webkit-calc(100% - 302px);
  width : calc(100% - 302px);
  height:368px;
  height : -webkit-calc(368px - 84px);
  height : calc(368px - 84px);
  padding-left:302px;
  padding-top:84px;
  margin-top:0px;
}
.dekirumade_rim .flow2 {
  background-position:left center;
  background-repeat:no-repeat;
  color:#000;
  background-image: url(https://img08.shop-pro.jp/PA01036/967/etc/dekirumade04.jpg);
  width : 90%;
  width : -webkit-calc(100% - 87px);
  width : calc(100% - 87px);
  height:368px;
  height : -webkit-calc(368px - 10px);
  height : calc(368px - 10px);
  padding-left:87px;
  padding-top:10px;
  margin-top:0px;
}
.dekirumade_rim .flow2 span {
  font-size:80%;
}
.dekirumade_rim .flow_tbl {
  background-position:left center;
  background-repeat:no-repeat;
  color:#000;
  background-image: url(https://img08.shop-pro.jp/PA01036/967/etc/dekirumade06.jpg);
  width :100%;
  height:368px;
  margin-top:0px;
  display:table;
}
.dekirumade_rim .flow_tbl .flow3,
.dekirumade_rim .flow_tbl .flow4,
.dekirumade_rim .flow_tbl .flow5 {
  display:table-cell;
  height:352px;
  height : -webkit-calc(352px - 45px);
  height : calc(352px - 45px);
  padding-top:45px;
  font-size:70%;
}
.dekirumade_rim .flow_tbl .flow3 {
  width:230px;
  width : -webkit-calc(230px - 81px);
  width : calc(230px - 81px);
  padding-left:81px;
}
.dekirumade_rim .flow_tbl .flow4 {
  width:157px;
  width : -webkit-calc(157px - 81px);
  width : calc(157px - 81px);
  padding-left:81px;
}
.dekirumade_rim .flow_tbl .flow5 {
  width:213px;
  width : -webkit-calc(213px - 81px);
  width : calc(213px - 81px);
  padding-left:81px;
}
.dekirumade_rim .flow6_img {
  display:none !important;
}
.dekirumade_rim .flow6 {
  background-position:left center;
  background-repeat:no-repeat;
  color:#000;
  background-image: url(https://img08.shop-pro.jp/PA01036/967/etc/dekirumade07.jpg);
  width : 90%;
  width : -webkit-calc(100% - 165px);
  width : calc(100% - 165px);
  height:238px;
  padding-left:165px;
  margin-top:-8px;
}
.dekirumade_rim .flow6 .flow6_txt {
  font-size:80%;
  color:#fff;
  margin-top:1em;
}
.dekirumade_rim .sarani {
  background-position:left center;
  background-repeat:no-repeat;
  color:#000;
  background-image: url(https://img08.shop-pro.jp/PA01036/967/etc/dekirumade08.jpg);
  width : 90%;
  width : -webkit-calc(100% - 130px);
  width : calc(100% - 130px);
  height:250px;
  height : -webkit-calc(250px - 80px);
  height : calc(250px - 80px);
  padding-left:130px;
  padding-top:80px;
  font-size:150%;
}
.dekirumade_rim .sarani .t_min {
  font-size:70%;
}
.dekirumade_rim .sarani .t_r{
  color:#ff0202;
}
.dekirumade_rim .mark {
  background-position:left center;
  background-repeat:no-repeat;
  color:#000;
  background-image: url(https://img08.shop-pro.jp/PA01036/967/etc/dekirumade09.jpg);
  width : 90%;
  width : -webkit-calc(100% - 50px);
  width : calc(100% - 50px);
  height:134px;
  height : -webkit-calc(134px - 20px);
  height : calc(134px - 20px);
  padding-left:50px;
  padding-top:20px;
  font-size:150%;
  color:#ff0202;
}
.dekirumade_rim .mark2 {
  width:100%;
}
.dekirumade_rim .mark2 img {
  float: right;
  clear: both;
}
/* スマホでの画像表示調節 */
@media screen and (max-width:600px) {
  .voice_rim,
  .otodoke_rim,
  .qa_rim,
  .igaito_rim,
  .dekirumade_rim {
    width:100%;
    max-width:100%;
  }
  .voice_rim .p_b {
    width:90%;
  }
  .otodoke_rim .chiku_rim {
    width:60%;
    font-size:60%;
    background-size:120px;
    padding-left:120px;
  }
  .otodoke_rim .chiku_rim br {
    display:none;
  }
  .igaito_rim .tit_rim .a_oil_t,
  .igaito_rim .tit_rim .e_oil_t {
    padding-left:1em;
    font-size:120%;
  }
  .igaito_rim .a_img_rim,
  .igaito_rim .e_img_rim{
    background-size: 150px;
    height:auto;
  }
  .igaito_rim .img_rim {
    padding-left:150px;
  }
  .igaito_rim .iyaku {
    width: 90%;
  }
  .igaito_rim .a_oil_ba,
  .igaito_rim .e_oil_ba{
    display:block;
    background-image:none;
    width:100%;
  }
  .igaito_rim .a_oil_ba p
  .igaito_rim .e_oil_ba p{
    width:90%;
    height:auto;
    padding-top:0.5em;
    padding-bottom:0.5em;
  }
  .igaito_rim .a_oil_ba p{
    border:1px solid #5d10d2;
    background-color:#ffff01;
    border-radius: 10px;
    width:90%;
    height:auto;
    margin: auto;
    margin-bottom:1em;
    padding:0.8em;
  }
  .igaito_rim .e_oil_ba p{
    border:1px solid #ff3483;
    background-color:#ffff01;
    border-radius: 10px;
    width:90%;
    height:auto;
    margin: auto;
    margin-bottom:1em;
    padding:0.8em;
  }
  .igaito_rim .balloon p {
    font-size:100%;
    display:block;
  }
  .igaito_rim .momi{
    width:90%;
  }
  .igaito_rim .momi .momi_tit {
    font-size:110%;
  }
  .igaito_rim .momi p.t_p {
    font-size:250%;
  }
  .igaito_rim .momi .momi_img {
    font-size:100%;
  }
  .igaito_rim .momi .momi1 {
    background-size:40%;
    padding-right:40%;
    height:auto;
  }
  .igaito_rim .momi .momi2 {
    background-size:40%;
    padding-left:40%;
    height:auto;
  }
  .igaito_rim .momi .momi3 {
    background-size:40%;
    padding-right:40%;
    height:auto;
  }
  .igaito_rim .momi .momi4 {
    background-size:40%;
    padding-left:40%;
    height:auto;
  }
  .dekirumade_rim .momi100 {
    background-image:url(https://img08.shop-pro.jp/PA01036/967/etc/dekirumade11.jpg);
    background-size:20%;
    background-color:#7cc762;
    width:100%;
    width: -webkit-calc(100% - 20%);
    width: calc(100% - 20%);
    padding-left:20%;
    padding-top:1.5em;
    padding-bottom:1.5em;
    height:auto;
  }
  .dekirumade_rim .flow1 {
    width: 90%;
    width: -webkit-calc(100% - 50%);
    width: calc(100% - 50%);
    height: auto;
    padding-left: 50%;
    padding-top: 25%;
    padding-bottom:25%;
    background-size:100%;
    font-size:70%;
  }
  .dekirumade_rim .flow2 {
    width: 90%;
    width: -webkit-calc(100% - 20%);
    width: calc(100% - 20%);
    height: auto;
    padding-left: 20%;
    padding-top: 10%;
    padding-bottom:40%;
    background-size:100%;
    font-size:70%;
  }
  .dekirumade_rim .flow_tbl {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(https://img08.shop-pro.jp/PA01036/967/etc/dekirumade06.jpg) center top no-repeat;
    background-size:100%;
    width: 100%;
    height: 352px;
    font-size:65%;
    /*padding-top: 58%;*/
    /*width:100%;
    background-size:100%;
    font-size:65%;
    background-position:left top;
    height:auto;
    /*padding-bottom:58%;*/
  }
  .dekirumade_rim .flow_tbl,
  .dekirumade_rim .flow6{
    display:none;
  }
  .dekirumade_rim .flow6_img {
    display:block !important;
  }
  .dekirumade_rim .sarani {
    font-size:100%;
  }
  .dekirumade_rim .mark {
    font-size:100%;
  }
}