@charset "euc-jp";

#page-wrapper {
  position: relative;
}
#wrapper {
  padding-top: 1em;
}
.container {
  max-width: 1200px;
}

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: #fff;
  background-color: #000;
  background-position: center;
  background-size: contain;
  font-family: "Noto Sans JP","Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

a {
  color: #fff;
}
  a:hover {
    color: #a8f5e2;
  }

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 #5e5e5e;
  background-color: #5e5e5e;
  color: #fff;
  *background-color: #5e5e5e;
}

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

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

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

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

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

/*
 * web font
 */
.google-font {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
}
  .google-font.fwb {
    font-weight: 700;
  }
  .ttl-h2 span {
    padding: 5px 7px;
    background-color: #000;
     letter-spacing: 1px;
  }

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

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


/*
 * header
 */
#header-wrapper {
  margin-bottom: 4em;
}
.header-link a {
  color: #fff;
}
.header-link a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.dropdown-nav a {
  color:#333;
}
/* header-line-nav */
.header-line-nav li {
  padding-top: 5px;
}
  .header-line-nav a {
    cursor: pointer;
  }
  .header-line-nav span {
    float: left;
    padding-left: 4px;
    font-size: 12px;
    line-height: 1.5em;
  }
  .header-line-nav .icon-b,
  .header-line-nav .icon-w {
    float: left;
  }
.view-cart {
  position: relative;
  top: -6px;
  padding-top: 0 !important;
}
.btn-viewcart {
  padding: 1px 15px 0 13px;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  border-radius: 3em;
}

/* header logo */
.shop-name {
  clear: both;
  text-align: center;
  font-size: 24px;
  max-width:110px;
  margin:0;
}
@media (max-width: 500px) {
.shop-name {
  max-width:80px;
}
}  
.shop-description {
  font-size: 12px;
  font-weight: normal;
  color: #fff;
}

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

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

/* slider */
.slider {
  margin-top: 2em;
  padding: 0 .1%;
  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;
}

/*
 * product list
 */

.prd-lst-unit {
  margin-bottom: 60px;
  padding: 0 30px;
  text-align: center;
}
.prd-lst-img {
  display: block;
  margin: 0 auto 1em;
}
.prd-lst-span {
  display: block;
  margin: .2em 0;
  font-size: 18px;
  font-weight:400;
}
.prd-lst-name {
  font-size: 16px;
}
.prd-lst-name a {
  color: #adadad;
  font-weight:500;
} 
.prd-lst-price {
  color: #fff;
  font-weight: 700;
}
.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 #000;
}
.thumb-active img {
  border: 2px solid #5e5e5e;
}


/*
 * footer
 */

#footer-wrapper {
  padding-top: 3em;
}
.footer-primary {
  border-right: 1px solid #e7e7e7;
}

/* 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 #e7e7e7;
  }
.footer-secondary {
  padding: .3em 0;
  font-size: 12px;
}
  .footer-secondary li {
    margin-left: 10%;
  }
  .footer-secondary li:before {
    margin-right: 4px;
    color: #abaaaa;
    content: "-";
  }
  .footer-secondary a {
    color: #abaaaa;
  }

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

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

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


@media (max-width: 980px) {
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
  .container {
    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;
    }
    .header-dropdown .btn-dropdown-close {
      opacity: 0.4;
    }
  .view-cart {
    position: static;
  }
    .view-cart a {
      background-color: #5e5e5e;
      color: #fff;
    }
    .view-cart span {
      display: block;
      width: 130px;
      margin: 0 auto;
    }
    .view-cart .icon-w {
      float: left;
      margin-top: -2px;
    }
  .incart-delivery {
    padding-top: 20px;
    float: none;
  }
  .prd-lst-sort {
    font-size: 14px;
  }
  .footer-primary,
  .footer-secondary {
    padding: 0;
    border: none;
  }
  .footer-nav {
    margin: 0;
    padding: 0;
    border-bottom: 3px double #e7e7e7;
  }
    .footer-primary .footer-nav:first-child {
      border-top: 3px double #e7e7e7;
    }
  .footer-nav li {
    margin: 0;
    font-size: 14px;
    border-top: 1px solid #e7e7e7;
  }
    .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/69/icon24_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_w.png);
  }
  .icon-cart { background-position: -264px -96px; }
  .icon-list { background-position: -288px -144px; }
  .icon-chevron_thin_up { background-position: -192px -216px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-b,
    .icon-lg-b {
      background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_b.png);
    }
    .icon-w,
    .icon-lg-w {
      background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_w.png);
    }
    .icon-b,
    .icon-w {
      -webkit-background-size: 552px 480px;
      background-size: 552px 480px;
    }
  }
}
@media (max-width: 480px) {
  .ttl-h2 span {
    padding: 0 10px;
    font-size: 14px;
  }
  .prd-lst-unit {
    margin-bottom: 30px;
    height: auto !important;
  }
}

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








/* 追加 */
section {
  font-family: "Noto Sans JP","Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
  text-align: center;
  margin-bottom: 160px;
  overflow: hidden;
}
@media screen and (max-width: 540px) {
  section {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 440px) {
  section {
    margin-bottom: 80px;
  }
}
.br-pc {
  display: block;
}
@media screen and (max-width: 710px) {
  .br-pc {
    display: none;
  }
}
  
.br-1260 {
  display: none;
}
@media screen and (max-width: 1260px) {
  .br-1260 {
  display: block;
	}
} 
.br-445 {
  display: none;
}
@media screen and (max-width: 445px) {
  .br-445 {
    display: block;
  }
}
.br-420 {
  display: none;
}
@media screen and (max-width: 420px) {
  .br-420 {
    display: block;
  }
}
.br-400 {
  display: none;
}
@media screen and (max-width: 400px) {
  .br-400 {
    display: block;
  }
}
.section-ttl {
  font-size: 35px;
  line-height: 1.4;
  font-weight: 400;
  z-index: 10;
  margin-bottom: 40px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.sentence {
  font-size: 20px;
  line-height: 2.2;
}
@media screen and (max-width: 800px) {
  .section-ttl {
    font-size: 34px;
    margin-bottom: 30px;
  }
  .sentence {
    font-size: 18px;
  }
}
@media screen and (max-width: 710px) {
  .sentence {
    text-align: left;
  }
}
@media screen and (max-width: 540px) {
  .section-ttl {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .sentence {
    font-size: 16px;
    line-height: 2;
  }
}
/*** スライドショー ***/
.slide-show {
  position: relative; /*子要素の起点*/
  width: 100vw; /* ビューポート幅全体に広げる */
  height: 650px; /*任意の高さ*/
  margin: 0 auto;
  margin-bottom: 120px;
  left: 50%; /* コンテナ中央に移動 */
  transform: translateX(-50%); /* 左に50%シフトして中央に合わせる */
  max-width: none; /* max-widthの制限を解除 */
  overflow: hidden;
}
.slide-show img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.slide-show__wrapper .shop-name {
 position:absolute;
 left:30px;
 top:90px; 
}
/*** スライド ***/
.slide-show > img {
  position: absolute;
  top: 0;
  left: 100%; /*右側へ隠す*/
  width: 100%;
  height: 100%;
  animation: slide 12s linear forwards infinite;
}
/*1枚目*/
.slide-show > img:nth-of-type(1) {
  animation: slide 12s linear forwards infinite, slide-start 12s linear; /*2つのアニメーション*/
}
/*** 2枚目は 1/2時間ずつ遅らせる ***/
.slide-show > img:nth-of-type(2) {
  animation-delay: 6s; /* 1/2の遅延 */
}

/*** スライドアニメーション ***/
@keyframes slide {
  0% {
    left: 100%; /*右*/
  }
  3%, 50% { /*画像が2枚なので 1/2 まで*/
    left: 0; /*表示*/
  }
  53%, 100% {
    left: -100%; /*左*/
  }
}

/*** 画面表示時の1枚目のアニメーション(1回のみ) ***/
@keyframes slide-start {
  0%, 50% { /*画像が2枚なので 1/2 まで*/
    left: 0; /*表示*/
  }
  53%, 100% {
    left: -100%; /*左へ隠す*/
  }
}


@media screen and (max-width: 800px) {
  .slide-show {
    margin-bottom: 80px;
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .slide-show__wrapper {
    margin-top: -3em;
  }
  .slide-show {
    margin-top: -20px;
  }
  .slide-show__wrapper .shop-name {
   position:absolute;
   left:25px;
   top:70px; 
	}
 } 
@media screen and (max-width: 540px) {
  .slide-show {
    margin:-30px 0 60px;
    height: 380px;
  }
}
@media screen and (min-width: 1600px) {
  .slide-show {
    height: 700px;
  }
}  
.introduction__notice {
  color:#fff;
  background:#a62126;
  padding: 0.5rem 1rem;
  width:100%;
  text-align:center;
  font-size:18px;
  margin-bottom:60px;
  box-sizing: border-box;
} 
@media screen and (max-width: 650px) {
  .introduction__notice {
    font-size:16px;
  }
} 
.compare-150 img {
  margin-bottom: 80px;
}  
.introduction__container {
  display:flex;
  align-items: center;
  justify-content: space-between;
}  
.introduction-ttl {
  margin: -5px 0 20px;
}  
.introduction__txtArea {
  text-align: left;
  max-width: 650px;
  margin-left:2%;
}  
.introduction__txtArea .sentence {
   margin:-10px 0 0;
  font-size: 18px;
}
.introduction__sentence-last {
 text-align: right;
} 
.section-introduction img {
  width:100%;
  max-width: 540px;
}
@media screen and (max-width: 1000px) {
  .introduction__container {
	flex-direction: column-reverse;
    margin: 0 auto;
  }
  .introduction__txtArea {
    margin-left: 0;
}
  .section-introduction img {
	margin-top:20px;
    max-width: 650px;
  }
}  
.secret-img {
  margin:40px auto 0;
  max-width:1000px;
  width:100%;
}  
.section__img-area {
  display: flex;
  margin: 0 auto;
  max-width: 1000px;
  align-items: center;
  justify-content: space-between;
  width:100%;
}
.section__img-area img {
  width:49%;
  max-width: 480px;
  min-width: 0;
  margin-top: 60px;
}
@media screen and (max-width: 780px) {
  .section__img-area {
    flex-direction: column;
  }
  .section__img-area img {
    width:100%;
  	max-width: 550px;
  }
}
@media screen and (max-width: 540px) {
  .section__img-area {
    margin-top: -20px;
  }
}
@media screen and (max-width: 400px) {
  .section__img-area img {
    max-width: 92%;
  }
}
.section-voice {
  margin-bottom:100px;
}
.section-voice__list {
  width: 100%;
  max-width: 700px;
  margin: 60px auto 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.section-voice__list li {
  width: 48%;
  height: auto;
  list-style: none;
}
.section-voice__list li img {
  width: 100%;
}
@media screen and (max-width: 700px)  {
  .section-voice__list {
  margin: 40px auto 30px;
  }
}

@media screen and (max-width: 500px) {
    .section-voice__list li {
      width: 82%;
      margin: 0 auto 40px;
	}
}
.onlineshop-btn {
  color: #fff;
  border: none;
  font-size: 20px;
  margin: 60px auto 0;
  padding: 10px 0;
  width: 440px;
  background-image: url("https://img21.shop-pro.jp/PA01499/592/etc_base64/YmFja2dyb3VuZ19yZWQ.jpg?cmsp_timestamp=20231125013650");
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  position: relative;
  display:block;
  text-decoration:none;
}
.onlineshop-btn:hover {
  text-decoration:none;
  color:#fff;
}
.onlineshop-btn::before {
  width: 10px;
  height: 100%;
  content: "";
  background: #333;
  position: absolute;
  left: 0;
  top: 0;
}
.onlineshop-btn::after {
  width: 10px;
  height: 15px;
  content: "";
  background-image: url("https://img21.shop-pro.jp/PA01499/592/etc_base64/YXJyb3c.png?cmsp_timestamp=20231125013650");
  background-position: center;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}
.onlineshop-btn:hover {
  transition: .2s;
  opacity: .8;
}
@media screen and (max-width: 540px) {
  .onlineshop-btn {
    font-size: 18px;
    padding: 10px 0;
    max-width: 480px;
    width:96%;
  }
}