@charset "euc-jp";

body,html{
    overflow-x: hidden;
}

#page-wrapper {
  position: relative;
}
#wrapper {
  padding-top: 1em;
}
#container {
  padding:100px 0 0 0;
  clear: both;
}
@media (min-width: 980px) {
    #container {
      padding:200px 0 0 0
    }
}


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 {
  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: 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: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 */

.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;
}
.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 */
.freepage {
  word-break: break-all;
  padding: 2em 0;
}
  .freepage img {
    max-width: 100%;
    width: inherit;
    height: auto;
  }

/*
 * footer
 */

#footer-wrapper {
  margin-top: 30px;
  padding: 0 1.4%;
}

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


/*design*/
body {
  font-family: 'Noto Serif', serif;
}
.Noto-ss {
  font-family: 'Noto Serif', serif;
}
.Noto-ja {
  font-family: 'Noto Sans JP', sans-serif;
}
.T_center_ {
  text-align: center !important;
}
.T_red {
  color: red;
}
.T_SkyBlue {
  color: #00aec1;
}
.bg_gray {
  background-color: #eeeeee;
}
.pc__ {
  display: block;
}
.sp__ {
  display: none;
}
@media screen and (max-width:768px) {
  .pc__ {
    display: none;
  }
  .sp__ {
    display: block;
  }
}
.d_flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.row_ {
  display: -ms-flexbox !important;
  ;
  display: flex !important;
  ;
  -ms-flex-wrap: wrap !important;
  ;
  flex-wrap: wrap !important;
  ;
}
.justify_content_between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify_content_around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.justify_content_end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify_content_start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify_content_center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.align_items_start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align_items_end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align_items_center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align_items_baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align_items_stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align_self_start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align_self_end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align_self_center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align_self_baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align_self_stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
.w_hf {
  -ms-flex: 0 0 50% !important;
  flex: 0 0 50% !important;
  max-width: 50% !important;
}
.w_3 {
  -ms-flex: 0 0 30% !important;
  flex: 0 0 30% !important;
  max-width: 30% !important;
}
.w_33 {
  -ms-flex: 0 0 33.333% !important;
  flex: 0 0 33.333% !important;
  max-width: 33.333% !important;
}
.w_45 {
  -ms-flex: 0 0 45% !important;
  flex: 0 0 45% !important;
  max-width: 45% !important;
}
.w_40 {
  -ms-flex: 0 0 40% !important;
  flex: 0 0 40% !important;
  max-width: 40% !important;
}
.w_55 {
  -ms-flex: 0 0 55% !important;
  flex: 0 0 55% !important;
  max-width: 55% !important;
}
.w_7 {
  -ms-flex: 0 0 70% !important;
  flex: 0 0 70% !important;
  max-width: 70% !important;
}
@media screen and (max-width:768px) {
  .w_hf, .w_55, .w_45, .w_40, .w_7, .w_7, .w_3, .w_33 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.py_20 {
  padding: 20px 0;
}
.pt_20 {
  padding-top: 20px;
}
.pb_20 {
  padding-bottom: 20px;
}
.my_20 {
  margin: 20px 0;
}
.mt_20 {
  margin-top: 20px;
}
.mb_20 {
  margin-bottom: 20px;
}
.m_0 {
  margin: 0 !important;
}
.mt_0 {
  margin-top: 0 !important;
}
.mb_0 {
  margin-bottom: 0 !important;
}
.mr_1 {
  margin-right: 0.2rem !important;
}
.mt_1 {
  margin-top: 0.5rem !important;
}
.mt_2 {
  margin-top: 1.5rem !important;
}
.mt_3 {
  margin-top: 2.0rem !important;
}
.mt_4 {
  margin-top: 2.5rem !important;
}
.mb_1 {
  margin-bottom: 1.0rem !important;
}
.mb_2 {
  margin-bottom: 1.5rem !important;
}
.mb_3 {
  margin-bottom: 2.0rem !important;
}
.mb_4 {
  margin-bottom: 2.5rem !important;
}
.p_0 {
  padding: 0 !important;
}
.pt_0 {
  padding-top: 0 !important;
}
.pb_0 {
  padding-bottom: 0 !important;
}
.pt_1 {
  padding-top: 0.5rem !important;
}
.pt_2 {
  padding-top: 1.5rem !important;
}
.pt_3 {
  padding-top: 2.0rem !important;
}
.pt_4 {
  padding-top: 2.5rem !important;
}
.pb_1 {
  padding-bottom: 1.0rem !important;
}
.pb_2 {
  padding-bottom: 1.5rem !important;
}
.pb_3 {
  padding-bottom: 2.0rem !important;
}
.pb_4 {
  padding-bottom: 2.5rem !important;
}
.tategaki {
  writing-mode: vertical-rl !important;
  -ms-writing-mode: tb-rl !important;
  -webkit-writing-mode: vertical-rl !important;
}
.Inner__ {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width:768px) {
  .Inner__ {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.Wrap_inner_ {
  max-width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .Wrap_inner_ {
    padding-left: 0;
    padding-right: 0;
  }
}
.Inner_s__, .sec_md_ {
  max-width: 1440px;
  margin: 0 auto;
}
.Inner_xs__ {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width:1024px) {
  .Inner_s__, .Inner_xs__ {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width:768px) {
  .Inner_s__, .Inner_xs__ {
    padding-left: 20px;
    padding-right: 20px;
  }
}
a {
  transition: opacity .2s ease-in-out;
}
a:hover {
  opacity: .75;
}
.overflow_ {
  overflow: hidden !important;
}
/*----header area ------*/
#Store_header_ {
  position: fixed;
  left: 0;
  width: 100%;
  height: 150px;
  top: 0;
  z-index: 99;
  background: #fff;
}
@media screen and (max-width:768px) {
  #Store_header_ {
    height: 65px;
  }
}
#Store_header_ a {
  color: #000000;
}
#Store_Logo {
  max-width: 312px;
  margin: 0;
}
@media screen and (max-width:1024px) {
  #Store_Logo {
    max-width: 200px;
  }
}
@media screen and (max-width:320px) {
  #Store_Logo {
    max-width: 180px;
  }
}
#S_header_Wrap_inner_ {
  padding: 52px 0;
}
@media screen and (max-width:768px) {
  #S_header_Wrap_inner_ {
    padding: 15px 0;
  }
}
#S_header_right_menu_ ul {
  list-style: none;
}
#S_header_right_menu_ ul li {
  margin-left: 1.5em;
  font-size: 16px;
}
@media screen and (max-width:1024px) {
  #S_header_right_menu_ ul li {
    font-size: 14px;
  }
}
#S_header_right_menu_sp {
  position: relative;
}
.S_header_icon_ {
  margin-right: 20px;
}
.S_header_icon_ a {
  display: block;
  width: 31px;
}
.S_header_icon_ a svg {
  width: 30px;
  height: 30px;
}
@media screen and (max-width:320px) {
  .S_header_icon_ {
    margin-right: 10px;
  }
}
#global_nav {
  display: none;
  position: absolute;
  top: 56px;
  left: 0;
  background: #fff;
  z-index: 5;
}
@media screen and (max-width:768px) {
  #Burger {
    width: 30px;
    cursor: pointer;
  }
  #Burger-btn {
    position: relative;
    height: 30px;
  }
  #Burger span {
    cursor: pointer;
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: #000;
    left: 0;
    display: block;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
  }
  #Burger span:nth-of-type(1) {
    top: 4px;
  }
  #Burger span:nth-of-type(2) {
    top: 50%;
    margin-top: -1px;
  }
  #Burger span:nth-of-type(3) {
    bottom: 4px;
  }
  #Burger.open_ span:nth-of-type(1) {
    top: 14px;
    transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
  }
  #Burger.open_ span:nth-of-type(2) {
    width: 0;
    left: 25px;
    opacity: 0
  }
  #Burger.open_ span:nth-of-type(3) {
    top: 14px;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
  }
  .global_inner_ {
    height: 100vh;
    animation: scaleSize .2s ease-in-out;
    -webkit-overflow-scrolling: touch !important;
    overflow-scrolling: touch !important;
    overflow-y: scroll !important;
  }
  .g_member_ {
    padding: 30px 20px;
  }
  .g_member_ a {
    text-align: center;
    display: block;
    background: #f3f3f3;
    padding: 10px 3.6667vw;
  }
  .s_logoin_ a {
    margin-right: 5px;
  }
  .s_mypage_ a {
    margin-left: 5px;
  }
  .s_icon_ {
    width: 20px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
  }
  .m_link_ {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .s_item_ {
    padding: 20px 0;
    text-align: center;
  }
  .s_item_ .i_buy_btn_ a {
    max-width: 250px;
    margin: 20px auto;
    padding: 20px 2.566vw;
  }
  .s_i_catch {
    padding: 20px 0 0;
    font-size: 18px;
  }
  .s_i_nav {
    background: #f4fbfc;
    padding: 40px 0 200px;
    font-size: 16px;
  }
  .s_i_nav li {
    list-style: none;
    margin-bottom: 2.0em;
  }
}
/*----contents ----*/
#Main_visual {
  padding-top: 150px;
}
@media screen and (max-width:768px) {
  #Main_visual {
    padding-top: 56px;
  }
}
div[id*=sec_] {
  font-weight: 500;
}
div[id*=sec_] a:hover {
  text-decoration: none !important;
}
div[id*=sec_] {
  padding-top: 8%;
  padding-bottom: 5%;
}
@media screen and (max-width:768px) {
  div[id*=sec_] {
    padding-top: 8%;
    padding-bottom: 8%;
  }
}
@media screen and (max-width:420px) {
  div[id*=sec_] {
    padding-top: 0;
    padding-bottom: 10%;
  }
}
.sec_inner_ {
  position: relative;
}
.sec_main-title_ {
  font-size: 30px;
}
@media screen and (max-width:768px) {
  .sec_main-title_ {
    font-size: 20px;
  }
}
.sec_sub-title_, .sec_larger_ {
  font-size: 24px;
}
@media screen and (max-width:768px) {
  .sec_sub-title_, .sec_larger_ {
    font-size: 19px;
  }
}
@media screen and (max-width:420px) {
  .sec_sub-title_, .sec_larger_ {
    font-size: 16px;
  }
}
.sec_txt_ {
  font-size: 18px;
}
@media screen and (max-width:768px) {
  .sec_txt_ {
    font-size: 16px;
  }
}
#sec_01_ {
  padding: 80px 0 30px;
}
#sec_01_ .sec_inner_ {
  padding: 50px 20px;
}
@media screen and (max-width:768px) {
	#sec_01_ {
		padding-top: 30px;
	}
  #sec_01_ .sec_inner_ {
    padding: 30px 20px;
  }
}
#sec_01_ .sec_main-title_, #sec_01_ .sec_sub-title_ {
  margin: 0;
  padding: 0 0 10px;
}
#sec_01_ .sec_txt_ {
  margin: 0;
  padding: 0 0 30px;
}
@media screen and (max-width:768px) {
  #sec_01_ .sec_txt_ {
    padding-bottom: 1.0em;
  }
}
#Ranking__ {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px;
  background: url("https://file003.shop-pro.jp//PA01460/562/images/top/ranking-bg_pc.gif") no-repeat center / cover;
}
@media screen and (max-width:768px) {
  #Ranking__ {
    padding: 3.0em 0.66667vw;
  }
}
.Star5__ {
  max-width: 280px;
  margin: 0 auto 20px;
}
@media screen and (max-width:768px) {
  .Star5__ {
    max-width: 200px;
    margin: 0 auto 1.0em;
  }
}
.R_d_block__ {
  text-align: center;
  padding-right: 5%;
  padding-left: 5%;
}
.R_d_block__:first-child {
  padding-left: 0;
}
.R_d_block__:last-child {
  padding-right: 0;
}
@media screen and (max-width:768px) {
  .R_d_block__:first-child {
    padding-right: 10px;
  }
  .R_d_block__:last-child {
    padding-left: 10px;
  }
}
.R_d_tit_ {
  font-size: 25px;
  font-weight: bolder;
  margin: 0.5rem 0;
  padding: 0;
}
@media screen and (max-width:768px) {
  .R_d_tit_ {
    font-size: 18px;
  }
}
@media screen and (max-width:420px) {
  .R_d_tit_ {
    font-size: 16px;
  }
}
.R_d_txt_ {
  font-size: 18px;
}
@media screen and (max-width:768px) {
  .R_d_txt_ {
    font-size: 2.6667vw;
  }
}
@media screen and (max-width:420px) {
  .R_d_txt_ {
    font-size: 13px;
  }
}
.T_larger_ {
  font-size: 40px;
  margin-right: 0.5rem;
  font-style: normal !important;
  line-height: 0.8 !important;
}
@media screen and (max-width:768px) {
  .T_larger_ {
    font-size: 25px;
  }
}
@media screen and (max-width:420px) {
  .T_larger_ {}
}
.l_db_ {
  display: block !important;
}
@media screen and (max-width:768px) {
  .sm_db_ {
    display: block !important;
  }
}
.sm_bd_n_ {
  display: block !important;
}
@media screen and (max-width:768px) {
  .sm_bd_n_ {
    display: inline-block !important;
  }
}
.sec_md_ .w_img_box img {
  width: 100%;
}
.sec_md_ {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
@media screen and (max-width:768px) {
  .sec_md_ {
    position: relative;
    display: block;
  }
}
#W_wst {
	margin-top: 80px;
	background: url('https://file003.shop-pro.jp//PA01460/562/images/top/w_wrap_bg.jpg') no-repeat top center / cover;
	height: 355px;
}
@media screen and (max-width:768px) {
  #W_wst {
	 margin-top: 30px; 
  }
}

#W_wst .row_ {
    height: 100%;
}
.W_wrap_inner_ {
	text-align: center;
}
.W_wrap_inner_ p {
	font-size: 28px;
	font-weight: bolder;
	margin-bottom: 0;
}
.W_wrap_inner_ h2 {
	font-size: 45px;
	font-weight: bolder;
	padding: 0;
	margin-top:0.5em;
	margin-bottom: 0;
}
@media screen and (max-width:768px) {
#W_wst {
	background: url('https://file003.shop-pro.jp//PA01460/562/images/top/w_wrap_bg-sp.jpg') no-repeat top center / cover;
	height: 280px;
}
.W_wrap_inner_ p {
	font-size: 20px;
}
.W_wrap_inner_ h2 {
    max-width: 420px;
	font-size: 30px;
}
}

#sec_04_ .left__block_ .sec_md_ .w_fist {
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (max-width:768px) {
  #sec_04_ .left__block_ .sec_md_ .w_fist {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}
.left__block_ .sec_md_ .w_fist {
  order: 2;
}
.left__block_ .sec_md_ .w_sec {
  order: 1;
}
.right__block_ .sec_md_ .w_fist {
  order: 1;
}
.right__block_ .sec_md_ .w_sec {
  order: 2;
}
#sec_04_ .left__block_ .sec_md_ .w_sec {
  flex: 0 0 420px;
  -ms-flex: 0 0 420px;
  max-width: 420px;
}
#sec_04_ .left__block_ .sec_md_ .w_sec {
  margin: 0 80px 0 auto;
}
@media screen and (max-width:1440px) {
  #sec_04_ .left__block_ .sec_md_ .w_sec {
    flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    max-width: 420px;
  }
}
@media screen and (max-width:1000px) {
  #sec_04_ .left__block_ .sec_md_ .w_sec {
    margin-left: 50px;
    margin-right: auto;
  }
}
@media screen and (max-width:768px) {
  #sec_04_ .left__block_ .sec_md_ .w_sec, .left__block_ .sec_md_ .w_fist, .left__block_ .sec_md_ .w_sec {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
  }
  #sec_04_ .left__block_ .sec_md_ .w_sec {
    margin: 0 auto;
  }
  .left__block_ .sec_md_ .w_sec {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width:420px) {
  #sec_04_ .left__block_ .sec_md_ .w_sec {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.left__block_ .w_55, .text_block_ .w_45 {
  order: 2;
}
.text_block_ .w_40, .left__block_ .w_45 {
  order: 1;
}
@media screen and (max-width:768px) {
  .left__block_ .w_55, .text_block_ .w_45 {
    order: 1;
  }
  .text_block_ .w_40, .left__block_ .w_45 {
    order: 2;
  }
}
#item_buy_area_ {
  height: 100%;
  text-align: center;
}
.i_b_a_inner_ {
  padding: 0 0 0 10%;
}
@media screen and (max-width:768px) {
  .i_b_a_inner_ {
    max-width: 700px;
    margin: 0 auto;
    padding: 0;
  }
}
.item_name__ {
  font-size: 50px;
  padding: 0.5em 0 0;
  margin: 0;
}
@media screen and (max-width:1440px) {
  .item_name__ {
    font-size: 46px;
  }
}
@media screen and (max-width:768px) {
  .item_name__ {
    padding: 0 0 0.5em;
    line-height: 1.0;
  }
}
@media screen and (max-width:420px) {
  .item_name__ {
    font-size: 30px;
  }
}
.item_tit__ {
  font-size: 32px;
  text-align: left;
  font-weight: 500;
}
@media screen and (max-width:1440px) {
  .item_tit__ {
    font-size: 26px;
  }
}
@media screen and (max-width:768px) {
  .item_tit__ {
    font-size: 24px;
    letter-spacing: normal;
    padding-top: 5.6666vw;
  }
}
@media screen and (max-width:420px) {
  .item_tit__ {
    font-size: 20px;
  }
}
@media screen and (max-width:768px) {
  .item_tit__ .tategaki {
    writing-mode: horizontal-tb !important;
    -ms-writing-mode: lr-tb !important;
    -webkit-writing-mode: horizontal-tb !important;
  }
}
.item_price_ {
  font-size: 30px;
  font-weight: bolder;
  min-width: 365px;
  line-height: 1.0;
}
.item_price_ .i_p_name_ {
  font-size: 50%;
}
.item_price_ .price_txt_ {
  font-size: 300%;
  letter-spacing: 0.1rem;
}
.item_price_ span {
  display: inline-block !important;
}
@media screen and (max-width:1440px) {
  .item_price_ {
    min-width: 280px;
  }
  .item_price_ .price_txt_ {
    font-size: 250%;
  }
}
@media screen and (max-width:768px) {
  .item_price_ {
    line-height: 1.0;
    font-size: 28px;
  }
}
@media screen and (max-width:420px) {
  .item_price_ {
    font-size: 24px;
  }
}
.item_spac_ {
  font-size: 28px;
}
@media screen and (max-width:1440px) {
  .item_spac_ {
    font-size: 24px;
  }
}
@media screen and (max-width:768px) {
  .item_spac_ {
    margin: 0;
  }
}
@media screen and (max-width:420px) {
  .item_spac_ {
    font-size: 18px;
  }
}
.i_buy_btn_ a {
  border: 1px solid #333333;
  border-radius: 80px;
  padding: 7% 0;
  margin-top: 2.66667vw;
  display: block;
  letter-spacing: 0.2em;
  font-size: 22px;
}
@media screen and (max-width:1440px) {
  .i_buy_btn_ a {
    letter-spacing: normal;
  }
}
@media screen and (max-width:768px) {
  .i_buy_btn_ a {
    font-size: 20px;
  }
}
@media screen and (max-width:420px) {
  .i_buy_btn_ a {
    font-size: 18px;
    margin-top: 1.0em;
    padding: 5% 0;
  }
}
#main_mv_ {
  text-align: center;
}
#main_mv_ .Inner_s__ {
  position: relative;
}
.m_mv_iframe_ iframe {
  width: 100%;
  height: 600px;
}
@media screen and (max-width:768px) {
  .m_mv_iframe iframe {
    height: 400px;
  }
}
.sec_desc_ {
  height: 100%;
  text-align: left;
}
#think__ {
  background: url("https://file003.shop-pro.jp//PA01460/562/images/top/think_bg_pc.jpg") no-repeat center / cover;
  padding: 5.6667vw 0;
}
@media screen and (max-width:768px) {
  #think__ {
    background: url("https://file003.shop-pro.jp//PA01460/562/images/top/think_bg_sp.jpg") no-repeat top center / cover;
  }
}
.think__blck_ {
  max-width: 100%;
  margin: 0 auto;
}
.t_b_inner_ {
  position: relative;
}
@media screen and (max-width:1024px) {
  .think__blck_ {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:768px) {
  .think__blck_ {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .t_b_inner_ {
    display: block !important;
  }
}
.s_d_inner_ {
  max-width: 580px;
  margin: 0 auto;
}
.s_d_tit_ {
  font-size: 40px;
  text-align: left;
  padding: 20px 0;
  margin: 0;
}
.s_d_tit_ p {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width:1440px) {
  .s_d_tit_ {
    font-size: 35px;
  }
}
@media screen and (max-width:768px) {
  .s_d_tit_ {
    font-size: 5.6667vw;
    padding: 20px 0;
    margin: 0;
  }
}
@media screen and (max-width:420px) {
  .s_d_tit_ {
    font-size: 30px;
  }
}
.ml_dow_ {
  margin-left: -0.5em;
}
.s_d_txt_ {
  font-size: 16px;
}
@media screen and (max-width:768px) {
  .s_d_txt_ {
    font-size: 16px;
  }
}
.t_b_tit {
  order: 2;
  font-size: 50px;
  position: absolute;
  right: 0;
  top: -30%;
  padding: 0;
  margin: 0;
}
.t_b_desc_ {
  order: 1;
  max-width: 80%;
}
.t_n_d_inner_ {
  padding: 0 8%;
}
@media screen and (max-width:1440px) {
  .t_b_tit {
    font-size: 35px;
  }
}
@media screen and (max-width:768px) {
  .t_b_tit {
    position: relative;
    order: 1;
    text-align: center;
    font-size: 26px;
  }
  .t_b_tit.tategaki {
    writing-mode: horizontal-tb !important;
    -ms-writing-mode: lr-tb !important;
    -webkit-writing-mode: horizontal-tb !important;
  }
  .t_b_desc_ {
    max-width: 100%;
    order: 2;
  }
  .t_b_desc_ .w_hf {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
.t_b_tit .m_p_t_ {
  padding-top: 2.0em;
}
@media screen and (max-width:768px) {
  .t_b_tit .m_p_t_ {
    padding-top: 0;
  }
}
.t_b_txt_block {
  position: relative;
  padding: 2.5% 0 5%;
}
.w_hf:nth-of-type(3) .t_b_txt_block, .w_hf:nth-of-type(4) .t_b_txt_block {
  left: 5.6667vw;
}
@media screen and (max-width:1024px) {
  .w_hf:nth-of-type(3) .t_b_txt_block, .w_hf:nth-of-type(4) .t_b_txt_block {
    left: 3.6667vw;
  }
}
@media screen and (max-width:768px) {
  .w_hf:nth-of-type(3) .t_b_txt_block, .w_hf:nth-of-type(4) .t_b_txt_block {
    left: 0;
    top: -12.666vw;
    padding: 2.5%;
  }
  .w_hf:nth-of-type(2) .t_b_txt_block, .w_hf:nth-of-type(4) .t_b_txt_block {
    left: 0;
    margin-top: 15.6667vw;
  }
}
.t_b_txt_ {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-36px);
  font-weight: bolder;
  margin: 0 0 0.5em 0;
  font-size: 20px;
  line-height: 1.0;
}
.t_b_txt_ p {
  margin: 0;
  line-height: 1.65;
}
@media screen and (max-width:1000px) {
  .t_n_d_inner_ {
    padding: 0;
  }
}
@media screen and (max-width:768px) {
  .t_n_d_inner_ {
    padding: 0;
  }
  .t_b_txt_ {
    transform: translateY(-32px);
    font-size: 16px;
    margin-bottom: 0;
  }
  .t_b_txt_ p {
    line-height: 1.2;
  }
  .t_b_txt_ .sm_db_ {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width:320px) {
  .t_b_txt_ {
    transform: translateY(-28px);
    font-size: 14px;
  }
}
.t_b_img_bg_ {
  text-align: center;
}
.sec_md_ .s_d_tit_ {
  font-size: 50px;
}
@media screen and (max-width:1440px) {
  .sec_md_ .s_d_tit_ {
    font-size: 35px;
  }
}
@media screen and (max-width:768px) {
  .sec_md_ .s_d_tit_ {
    font-size: 30px;
  }
}
#sec_06_ {
  padding-top: 0;
}
#sec_06_ .sec_sub-title_ {
  font-size: 50px;
  margin: 0;
  padding-bottom: 1.0em;
}
@media screen and (max-width:1440px) {
  #sec_06_ .sec_sub-title_ {
    font-size: 35px;
  }
}
@media screen and (max-width:768px) {
  #sec_06_ .sec_sub-title_ {
    font-size: 26px;
  }
}
#sec_06_ .sec_main-title_ {
  font-weight: bolder;
  font-size: 55px;
}
@media screen and (max-width:1440px) {
  #sec_06_ .sec_main-title_ {
    font-size: 35px;
  }
}
@media screen and (max-width:768px) {
  #sec_06_ .sec_main-title_ {
    font-size: 28px;
  }
}
#sec_06_ .sec_inner_ {
  padding: 50px 0;
}
#sec_06_ .sec_img_box {
  padding-top: 2.0em;
}
.sec_d_block_ {
  padding-bottom: 5.0em;
}
.sec_d_block_:last-of-type {
  padding-bottom: 3.0em;
}
.sec_d_block_ p {
  font-size: 18px;
}
@media screen and (max-width:768px) {
  .sec_d_block_:last-of-type {
    padding-bottom: 0;
  }
  .sec_d_block_ p {
    font-size: 16px;
  }
}
.blx_img_:first-of-type {
  padding-right: 5px;
}
.blx_img_:last-of-type {
  padding-left: 5px;
}
@media screen and (max-width:768px) {
  .sec_img_box {
    display: block !important;
    max-width: 100%;
    margin: 0 auto;
  }
  .blx_img_ {
    padding: 0 0 2.0em !important;
  }
}
.s_d_tit_en_ {
  font-size: 50%;
}
.sec_o_ .sec_md_ .s_d_tit_ {
  font-size: 35px;
}
@media screen and (max-width:768px) {
  .sec_o_ .sec_md_ .s_d_tit_ {
    font-size: 24px;
  }
}
@media screen and (max-width:420px) {
  .sec_o_ .sec_md_ .s_d_tit_ {
    font-size: 20px;
  }
}
.sec_o_ .left__block_ .sec_md_ .w_fist, .sec_o_ .right__block_ .sec_md_ .w_fist {
  flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  max-width: 750px;
}
.sec_o_ .right__block_ .sec_md_ .w_sec, .sec_o_ .left__block_ .sec_md_ .w_sec {
  flex: 0 0 35%;
  -ms-flex: 0 0 35%;
  max-width: 450px;
}
.sec_o_ .right__block_ .sec_md_ .w_sec {
  margin: 0 auto 0 50px;
}
.sec_o_ .left__block_ .sec_md_ .w_sec {
  margin: 0 50px 0 auto;
}
@media screen and (max-width:1440px) {
  .sec_o_ .left__block_ .sec_md_ .w_fist, .sec_o_ .right__block_ .sec_md_ .w_fist {
    max-width: 55%;
  }
  .sec_o_ .right__block_ .sec_md_ .w_sec {
    margin: 0 50px 0 20px;
  }
  .sec_o_ .left__block_ .sec_md_ .w_sec {
    margin: 0 20px 0 50px;
  }
}
@media screen and (max-width:1000px) {
  .sec_o_ .left__block_ .sec_md_ .w_fist, .sec_o_ .right__block_ .sec_md_ .w_fist {
    max-width: 55%;
  }
}
@media screen and (max-width:768px) {
  .sec_o_ .left__block_ .sec_md_ .w_sec {
    padding-left: 0;
    padding-right: 0;
  }
  .sec_o_ .left__block_ .sec_md_ .w_fist, .sec_o_ .right__block_ .sec_md_ .w_fist {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
  .sec_o_ .left__block_ .sec_md_ .w_fist {
    margin: 0 auto 0 50px;
  }
  .sec_o_ .right__block_ .sec_md_ .w_fist {
    margin: 0 50px 0 auto;
  }
  .sec_inner_box {
    padding: 0 20px;
  }
}
@media screen and (max-width:420px) {
  .sec_inner_box {
    padding: 0;
  }
}
#evidence {
  background: url("https://file003.shop-pro.jp//PA01460/562/images/top/ranking-bg_pc.gif") no-repeat center / cover;
  padding: 5.6667vw 20px;
}
@media screen and (max-width:1440px) {
  #evidence .sec_desc_ {
    padding-right: 20px;
  }
}
@media screen and (max-width:768px) {
  #sec_11_ {
    margin-bottom: 3.0em;
  }
  #evidence {
    background: url("https://file003.shop-pro.jp//PA01460/562/images/top/ranking-bg_sp.gif") no-repeat top center / cover;
  }
  #evidence .s_d_inner_, #evidence .sec_desc_ {
    max-width: 100%;
    padding: 0;
  }
}
.s_d_sub_ {
  font-size: 26px;
  margin: 1.2em 0 0.5em;
}
.s_d_xt_ {
  font-size: 20px;
  margin: 0 0 1.2em;
}
.s_d_txt_sub_ {
  font-size: 18px;
}
@media screen and (max-width:420px) {
  .s_d_sub_ {
    font-size: 20px;
    margin: 1.2em 0 0.2em;
  }
  .s_d_xt_ {
    font-size: 16px;
    margin: 0 0 1.2em;
  }
  .s_d_txt_sub_ {
    font-size: 14px;
  }
}
.T_small_ {
  font-size: 16px;
}
@media screen and (max-width:1440px) {
  .text_block_ .w_45, .text_block_ .w_40 {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
@media screen and (max-width:768px) {
  .text_block_ .w_45, .text_block_ .w_40 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
#review {
  padding: 50px;
  background: url("https://file003.shop-pro.jp//PA01460/562/images/top/review-bg_pc.gif") no-repeat top center / cover;
}
@media screen and (max-width:1440px) {
  #review {
    padding: 20px 50px;
  }
}
@media screen and (max-width:768px) {
  #review {
    padding: 20px;
    background: url("https://file003.shop-pro.jp//PA01460/562/images/top/review-bg_sp.gif") no-repeat top center / cover;
  }
}
#review .r_d_wrap_ {
  position: relative;
}
.r_d_b_img_ {
  -ms-flex: 0 0 30% !important;
  flex: 0 0 30% !important;
  max-width: 30% !important;
}
.r_d_b_txt_box_ {
  -ms-flex: 0 0 50% !important;
  flex: 0 0 50% !important;
  max-width: 50% !important;
}
.r_d_b_img_right_ {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 130px;
}
@media screen and (max-width:768px) {
  .r_d_b_img_ {
    text-align: center;
    position: relative;
    -ms-flex: 0 0 70% !important;
    flex: 0 0 70% !important;
    max-width: 70% !important;
    margin: 0 auto;
    padding-right: 0px;
  }
  .r_d_b_txt_box_ {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .r_d_b_img_right_ {
    max-width: 100px;
    width: 22.6664vw;
    right: -25%;
  }
}
@media screen and (max-width:420px) {
  .r_d_b_img_right_ {
    max-width: 60px;
  }
}
.r_d_b_sub_ {
  font-size: 20px;
}
@media screen and (max-width:768px) {
  .r_d_b_sub_ {
    font-size: 18px;
  }
}
.r_d_b_txt_ {
  font-size: 18px;
}
@media screen and (max-width:768px) {
  .r_d_b_txt_ {
    font-size: 16px;
  }
}
#review_bx_ {
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 3.5em;
}
.r_d_b_t_inner_ {
  padding: 20px;
}
.r_v_inner_ {
  padding: 0 2.0667vw;
}
#review_bx_ .w_33 {
  border-right: 1px solid #bfbfbf;
  box-sizing: border-box;
}
#review_bx_ .w_33:last-of-type {
  border: none;
}
@media screen and (max-width:768px) {
  .r_d_b_t_inner_, .r_v_inner_ {
    padding: 20px;
  }
  #review_bx_ {
    padding-top: 0;
    margin: 0;
  }
  .r_v_inner_, .r_d_b_t_inner_ {
    position: relative;
  }
  #review_bx_ .w_33 {
    border: none;
  }
  .r_d_b_t_inner_::after, .r_v_inner_::after {
    content: "";
    height: 1px;
    width: 90%;
    background: #bfbfbf;
    position: absolute;
    bottom: 0;
  }
  #review_bx_ .w_33:last-of-type .r_v_inner_::after {
    display: none;
  }
}
@media screen and (max-width:420px) {
  .r_d_b_t_inner_, .r_v_inner_ {
    padding: 20px 0;
  }
}
#Faq_ {
  padding: 10.6667vw 20px 5.6667vw;
  background: url("https://file003.shop-pro.jp//PA01460/562/images/top/water-bg01_pc.jpg") no-repeat top center;
  background-size: cover;
}
@media screen and (max-width:768px) {
  #Faq_ {
    background: url("https://file003.shop-pro.jp//PA01460/562/images/top/water-bg01_sp.jpg") no-repeat top center;
    background-size: cover;
  }
}
#Faq_ .Inner_xs__ {
  max-width: 900px;
  padding: 50px 0 2em;
}
@media screen and (max-width:768px) {
  #Faq_ .Inner_xs__ {
    padding-top: 0;
  }
}
.qus_box p {
  font-size: 24px;
  font-weight: bolder;
  margin-bottom: 1.5em;
}
@media screen and (max-width:768px) {
  .qus_box p {
    font-size: 22px;
  }
}
@media screen and (max-width:420px) {
  .qus_box p {
    font-size: 20px;
    margin-bottom: 1.0em;
  }
}
.ans_box p {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width:420px) {
  .ans_box p {
    font-size: 16px;
  }
}
.larger_q_ {
  font-size: 30px;
  padding-right: 2.0667vw;
  line-height: 1.2;
}
@media screen and (max-width:420px) {
  .larger_q_ {
    font-size: 26px;
  }
}
.faq_box {
  padding: 10px 0 3.0em;
}
@media screen and (max-width:768px) {
  .faq_box {
    padding: 3.0em 0;
  }
  .faq_box {
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
  }
}
#Contact_ {
  padding: 5.6667vw 0;
  background: url('https://file003.shop-pro.jp//PA01460/562/images/top/contact-img_pc.jpg')no-repeat left center / cover;
  font-size: 18px;
}
@media screen and (max-width:768px) {
  #Contact_ {
    background: url('https://file003.shop-pro.jp//PA01460/562/images/top/contact-img_sp.jpg')no-repeat top center / contain;
    font-size: 18px;
    padding-top: 75%;
    text-align: center;
  }
}
.contact_btn_ a {
  border: 1px solid #333333;
  border-radius: 80px;
  padding: 30px 10px;
  margin: 2.66667vw 0 0.6667vw;
  display: block;
  text-align: center;
  font-size: 22px;
}
@media screen and (max-width:768px) {
  #Contact_ .d_flex {
    display: block !important;
  }
  .contact_btn_ a {
    letter-spacing: normal;
    font-size: 20px;
    padding: 7% 0;
    max-width: 80%;
    margin: 5% auto;
  }
}
@media screen and (max-width:420px) {
  .contact_btn_ a {
    font-size: 18px;
    padding: 5% 0;
    max-width: 80%;
  }
}
@media screen and (max-width:420px) {
  #Contact_ .s_d_txt_ {
    font-size: 13.5px;
  }
}
#footer_ {
  font-size: 16px;
}
.footer_logo_ {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  padding: 2.5em 0 0;
}
@media screen and (max-width:768px) {
  .footer_logo_ {
    padding: 0 0 1.0em;
    max-width: 240px;
  }
}
@media screen and (max-width:420px) {
  .footer_logo_ {
    max-width: 180px;
  }
}
.footer_nav__ {
  max-width: 600px;
  margin: 1.5em auto;
  text-align: center;
}
.link_n_ {
  display: inline-block;
  margin-right: 2.0em;
}
#Copy_Rgiht p {
  margin: 0;
  padding: 0 0 30px;
}
@media screen and (max-width:420px) {
  #Copy_Rgiht p {
    padding: 1.0em 0;
  }
}
#item_buy_fix_ {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 15.66667vw;
  max-width: 140px;
}
#item_buy_fix_ a {
  display: block;
}
@media screen and (max-width:1024px) {
  #item_buy_fix_ {
    width: 15.66667vw;
    max-width: 120px;
    min-width: 100px;
  }
}
@media screen and (max-width:768px) {
  #item_buy_fix_ {
    bottom: 2%;
    right: 2%;
    width: 15.66667vw;
    max-width: 100px;
    min-width: 80px;
  }
}
@media screen and (max-width:420px) {
  #item_buy_fix_ {
    width: 10.66667vw;
    max-width: 80px;
    min-width: 70px;
  }
}

/*---動画を配置する場合、ここ画像cssを削除してください！----*/
.m_mv_iframe_ {
  display: none;
}
.m_mv_iframe_ iframe {
  height: 800px !important;
}
.Mv_Sample_ {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width:768px) {
  .m_mv_iframe_ iframe {
    height: 400px !important;
  }
  .Mv_Sample_ {
    width: auto;
  }
}
.Mv_Sample_ img {
  width: 100%;
}
/*---動画を配置する場合、ここ画像cssを削除してください！----*/

