@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Decol:wght@400;500;700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

address {
  font-style: normal; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* wrap */
/*	common
---------------------------------*/
::selection {
  background: #FFF;
  color: #000; }

::-moz-selection {
  background: #FFF;
  color: #000; }

body {
  color: #FFF;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  background: url("../img/bg.png") left top repeat;
  background-size: 145.5px; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* link */
a {
  color: #FFF;
  text-decoration: none;
  transition: .4s;
  overflow: hidden; }
  a img {
    transition: .4s; }

a:hover {
  transition: .4s;
  opacity: 0.6; }

a:active, a:focus {
  outline: none; }

/* element */
.image {
  display: inline; }
  @media (max-width: 900px) {
    .image {
      display: none; } }

.image_s {
  display: none; }
  @media (max-width: 900px) {
    .image_s {
      display: inline; } }

.cf::after {
  content: "";
  display: block;
  clear: both; }

/* adjust anchor */
.anc {
  margin-top: -60px;
  padding-top: 60px; }
  @media screen and (max-width: 900px) {
    .anc {
      margin-top: -40px;
      padding-top: 40px; } }

.anc2 {
  margin-top: 0px;
  padding-top: 0px; }

/* figure */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

/*	clearfix
---------------------------------*/
.cl:before, .cl:after {
  content: " ";
  display: table; }

.cl:after {
  clear: both; }

.cl {
  *zoom: 1;
  display: block; }

.block_p {
  display: block; }
  @media screen and (max-width: 900px) {
    .block_p {
      display: none; } }

.block_s {
  display: none; }
  @media screen and (max-width: 900px) {
    .block_s {
      display: block; } }

.inline_p {
  display: inline; }
  @media screen and (max-width: 900px) {
    .inline_p {
      display: none; } }

.inline_s {
  display: none; }
  @media screen and (max-width: 900px) {
    .inline_s {
      display: inline; } }

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }

.between {
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between; }

/* fadein */
.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s;
  /*opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;*/ }

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out; }

/* 表示状態 */
.fadein.is-show {
  opacity: 1;
  transform: translateY(0); }

.wrapper {
  position: relative;
  overflow: hidden; }

.inner,
.innerS {
  max-width: 1280px;
  margin: auto;
  position: relative;
  padding: 0 40px; }

.innerS {
  max-width: 1180px; }

.header {
  width: 100%;
  box-sizing: border-box;
  padding: 40px 0 0 30px;
  position: absolute;
  left: 0;
  top: 0; }
  @media screen and (max-width: 900px) {
    .header {
      padding: 0; } }
  .header__logoWrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: fixed;
    top: 40px;
    left: 30px;
    z-index: 15; }
    @media screen and (max-width: 900px) {
      .header__logoWrap {
        left: 20px;
        top: 30px; } }
  .header__logo {
    width: 180px;
    display: block;
    margin-right: 20px; }
    @media screen and (max-width: 900px) {
      .header__logo {
        width: 100px;
        margin-right: 10px; } }
  .header__ttl {
    color: #FFF;
    font-size: 12px; }
    @media screen and (max-width: 900px) {
      .header__ttl {
        font-size: 8px;
        position: relative;
        top: -1px; } }

.hum {
  position: fixed;
  right: 30px;
  top: 30px;
  display: block;
  width: 60px;
  height: 60px;
  background: url("../img/hum_open.svg") no-repeat;
  background-size: 60px;
  padding: 0;
  border: none;
  z-index: 40; }
  @media screen and (max-width: 900px) {
    .hum {
      width: 35px;
      height: 35px;
      background: url("../img/hum_open.svg") no-repeat;
      background-size: 35px;
      right: 20px;
      top: 20px; } }

.hum.active {
  background: url("../img/hum_close.svg") no-repeat;
  background-size: 60px; }
  @media screen and (max-width: 900px) {
    .hum.active {
      background: url("../img/hum_close.svg") no-repeat;
      background-size: 35px; } }

.spNav {
  padding-top: 130px;
  padding-bottom: 40px;
  display: none;
  position: fixed;
  width: 702px;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 0 0 36px 36px;
  z-index: 30; }
  @media screen and (max-width: 900px) {
    .spNav {
      width: 100%;
      border-radius: 0 0 23px 23px;
      padding-top: 120px;
      padding-left: 20px;
      padding-right: 20px; } }
  .spNav__img {
    max-width: 633.706px;
    margin: 35px auto 0; }
    @media screen and (max-width: 900px) {
      .spNav__img {
        margin: 20px auto 0; } }
  .spNav .header__ttl {
    color: #671416; }

.spNav.active {
  display: block; }

.spNavlist {
  margin: auto;
  max-width: 447.1628px;
  margin: auto;
  border-top: 1px dashed #A47A7A; }
  .spNavlist__link, .spNavlist__link2 {
    border-bottom: 1px dashed #A47A7A;
    position: relative;
    box-sizing: border-box;
    padding: 20px 20px 20px 33px;
    color: #661919;
    display: block;
    width: 100%; }
    @media screen and (max-width: 900px) {
      .spNavlist__link, .spNavlist__link2 {
        font-size: 16px;
        padding: 14px 20px 14px 23px; } }
    .spNavlist__link:after, .spNavlist__link2:after {
      content: "";
      background: url("../img/arrow.svg") no-repeat;
      width: 7.0996px;
      height: 12.1904px;
      background-size: 7.0996px;
      position: absolute;
      right: 20px;
      top: calc(50% - 6px); }
      @media screen and (max-width: 900px) {
        .spNavlist__link:after, .spNavlist__link2:after {
          background: url("../img/arrow.svg") no-repeat;
          width: 5px;
          height: 8.6px;
          background-size: 5px;
          top: calc(50% - 4.3px);
          right: 10px; } }
    .spNavlist__link:before, .spNavlist__link2:before {
      content: "";
      width: 6px;
      height: 6px;
      position: absolute;
      left: 10px;
      top: calc(50% - 3px);
      background: #661919;
      border-radius: 100px; }
      @media screen and (max-width: 900px) {
        .spNavlist__link:before, .spNavlist__link2:before {
          width: 4px;
          height: 4px;
          top: calc(50% - 2px); } }
  .spNavlist__link2:after {
    content: none; }
  .spNavlist__subTxt {
    font-size: 16px;
    display: inline-block; }
    @media screen and (max-width: 900px) {
      .spNavlist__subTxt {
        font-size: 11px; } }

.spNavlistInner {
  padding-left: 40px; }
  @media screen and (max-width: 900px) {
    .spNavlistInner {
      padding-left: 30px; } }
  .spNavlistInner__link {
    padding-left: 0; }
    .spNavlistInner__link:before {
      content: none; }

.mv {
  background-image: url("../img/bg_mvmask_top.png"), url("../img/bg_mvmask_left.png"), url("../img/bg_mvmask_right.png");
  background-size: 1400px, 700px, 700px;
  background-position: center top, left top, right top;
  background-repeat: no-repeat, no-repeat, no-repeat;
  padding-top: 150px; }
  @media screen and (max-width: 900px) {
    .mv {
      padding-top: 70px;
      padding-bottom: 50px;
      background-image: url("../img/bg_mvmask_left_sp.png"), url("../img/bg_mvmask_right_sp.png");
      background-size: 187.5px, 187.5px;
      background-position: left top 70px, right top 70px;
      background-repeat: no-repeat, no-repeat; } }

.mvWrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between;
  max-width: 1360px;
  margin: auto;
  padding: 0 40px;
  position: relative;
  margin-bottom: 40px; }
  @media screen and (max-width: 900px) {
    .mvWrap {
      padding: 0 20px;
      margin-bottom: 0; } }
  .mvWrap__box {
    width: calc(100%/2);
    margin-bottom: 20px;
    width: calc(100%/2 - 14px); }
    @media screen and (max-width: 900px) {
      .mvWrap__box {
        margin-bottom: 10px;
        width: calc(100%/2 - 5px); } }
  .mvWrap__logo {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }
    @media screen and (max-width: 900px) {
      .mvWrap__logo {
        top: 18vw; } }

.commonTtl {
  width: 645px;
  margin: 0 auto 45px;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 900px) {
    .commonTtl {
      max-width: 750px;
      width: 100%;
      margin-bottom: 30px; } }

.about {
  background-image: url("../img/bg_about_left.png"), url("../img/bg_about_right.png");
  background-size: 700px, 700px;
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
  padding-bottom: 50px;
  position: relative;
  /*&__bg {
    background: url("../img/img_about.png") center no-repeat;
    background-size: 1561px;
    height: 620px;
    width: 100%;
    position: relative;
    margin: -178px 0 35px 0;
    @media screen and (max-width: $viewport) {
      margin: 0;
      height: auto;
      background: none;
      margin-bottom: 30px;
    }
  }*/ }
  @media screen and (max-width: 900px) {
    .about {
      background-image: url("../img/bg_about_left_sp.png"), url("../img/bg_about_right_sp.png");
      background-size: 187.5px, 187.5px;
      padding-bottom: 30px; } }
  .about__txt {
    text-align: center;
    line-height: 2;
    font-size: 20px;
    margin-bottom: 40px;
    letter-spacing: 2px; }
    @media screen and (max-width: 900px) {
      .about__txt {
        font-size: 17px;
        line-height: 1.765;
        margin-bottom: 30px; } }
  .about__txtMargin {
    margin-bottom: 520px; }
    @media screen and (max-width: 900px) {
      .about__txtMargin {
        margin-bottom: 30px; } }
  .about__pics {
    width: 1520px;
    height: 620px;
    position: absolute;
    top: 230px;
    left: calc(50% - 760px); }
    @media screen and (max-width: 900px) {
      .about__pics {
        position: relative;
        left: auto;
        top: auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        /* Safari etc. */
        -ms-justify-content: space-between;
        /* IE10        */
        justify-content: space-between;
        width: 100%;
        height: auto;
        margin-bottom: 30px; } }
  .about__pic {
    position: absolute; }
    @media screen and (max-width: 900px) {
      .about__pic {
        position: static; } }
  .about__pic1 {
    left: 0;
    top: 147px;
    bottom: 0;
    width: 412.5911px;
    z-index: 2; }
    @media screen and (max-width: 900px) {
      .about__pic1 {
        width: calc(100%/2 + 3px); } }
  .about__pic2 {
    width: 371.35px;
    bottom: 0;
    left: 260px;
    z-index: 1; }
    @media screen and (max-width: 900px) {
      .about__pic2 {
        width: calc(100%/2 - 17px);
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end; } }
  .about__pic3 {
    width: 561.95px;
    left: 548px;
    bottom: 50px; }
    @media screen and (max-width: 900px) {
      .about__pic3 {
        width: calc(100%/2 - 63px);
        margin-top: 3vw; } }
  .about__pic5 {
    width: 200.3857px;
    right: 50px;
    top: 0; }
    @media screen and (max-width: 900px) {
      .about__pic5 {
        display: none; } }
  .about__pic4 {
    width: 485.2316px;
    bottom: 10px;
    right: 0; }
    @media screen and (max-width: 900px) {
      .about__pic4 {
        width: calc(100%/2 + 53px);
        margin-top: 3vw; } }

.products {
  background-image: url("../img/bg_shohin_left.png"), url("../img/bg_shohin_right.png"), url("../img/bg_product.png");
  background-position: left top, right top, center top;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 700px, 700px, cover;
  padding-top: 80px;
  position: relative; }
  @media screen and (max-width: 900px) {
    .products {
      padding-top: 40px;
      border-radius: 50px 50px 0 0;
      background-image: url("../img/bg_shohin_left_sp.png"), url("../img/bg_shohin_right_sp.png"), url("../img/bg_product_sp.png");
      background-position: left top, right top, center top;
      background-repeat: no-repeat, no-repeat, no-repeat;
      background-size: 187.5px, 187.5px, cover; } }
  .products__leftKazari {
    width: 457px;
    position: absolute;
    left: 0;
    top: -155px; }
    @media screen and (max-width: 900px) {
      .products__leftKazari {
        display: none; } }
  .products__rightKazari {
    width: 389px;
    position: absolute;
    right: 0;
    top: -100px;
    z-index: 1; }
    @media screen and (max-width: 900px) {
      .products__rightKazari {
        width: 20vw;
        top: -20vw; } }

.product {
  padding: 0 40px;
  max-width: 1180px;
  margin: 0 auto 60px;
  position: relative;
  /* メインスライダー */
  /* サムネイル固定リスト */ }
  @media screen and (max-width: 900px) {
    .product {
      padding: 0 20px;
      margin-bottom: 30px; } }
  .product__wrap {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    background: rgba(103, 20, 22, 0.6);
    border-radius: 29.202px;
    padding: 65px 60px 60px; }
    @media screen and (max-width: 900px) {
      .product__wrap {
        border-radius: 15px;
        padding: 23px 23px 25px; } }
  @media screen and (max-width: 900px) {
    .product__wrapRev {
      flex-direction: column-reverse; } }
  .product__subTtl {
    font-family: "Kaisei Decol";
    font-size: 26px;
    display: block; }
    @media screen and (max-width: 900px) {
      .product__subTtl {
        font-size: 17px; } }
  .product__ttl {
    font-family: "Kaisei Decol";
    font-size: 40px;
    margin: 13px 0 20px; }
    @media screen and (max-width: 900px) {
      .product__ttl {
        font-size: 25px;
        margin-bottom: 20px; } }
  .product__txt {
    font-size: 18px;
    line-height: 1.778; }
    @media screen and (max-width: 900px) {
      .product__txt {
        font-size: 15px;
        line-height: 1.667; } }
  .product__btn {
    width: 340px;
    height: 69px;
    display: block;
    position: relative;
    transition: .4s; }
    @media screen and (max-width: 900px) {
      .product__btn {
        width: 100%;
        height: 45px; } }
    .product__btn:hover {
      transition: .4s;
      opacity: 1; }
      .product__btn:hover .product__btnInner {
        background: url("../img/btnarrow2.svg") right 20px center no-repeat #FFF;
        background-size: 20px;
        color: #d30000;
        transition: .4s; }
        @media screen and (max-width: 900px) {
          .product__btn:hover .product__btnInner {
            background: url("../img/btnarrow2.svg") right 10px center no-repeat #FFF;
            background-size: 10px; } }
  .product__btnInner {
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    align-items: center;
    justify-content: center;
    background: #d30000;
    font-size: 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    border-radius: 4px;
    position: relative;
    letter-spacing: 2px;
    background: url("../img/btnarrow.svg") right 20px center no-repeat #d30000;
    background-size: 20px;
    transition: .4s; }
    @media screen and (max-width: 900px) {
      .product__btnInner {
        font-size: 14px;
        background: url("../img/btnarrow.svg") right 10px center no-repeat #d30000;
        background-size: 10px; } }
  .product__btnWaku {
    border-radius: 4px;
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    display: block;
    border: 1px solid #FFF;
    position: absolute;
    right: 0;
    bottom: 0; }
  .product__detail {
    width: calc(100%/2 - 20px);
    max-width: 470px; }
    @media screen and (max-width: 900px) {
      .product__detail {
        width: 100%;
        max-width: 100%; } }
  .product__pics {
    width: calc(100%/2 - 20px);
    max-width: 470px; }
    @media screen and (max-width: 900px) {
      .product__pics {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px; } }
  .product__kazari, .product__kazari2 {
    width: 227.7212px;
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 20px; }
    @media screen and (max-width: 900px) {
      .product__kazari, .product__kazari2 {
        width: 140px;
        left: -10px;
        top: -10px; } }
  .product__kazari2 {
    left: auto;
    right: 10px; }
    @media screen and (max-width: 900px) {
      .product__kazari2 {
        right: auto;
        left: -10px;
        top: -10px; } }
  .product__leftKazari {
    width: 714px;
    position: absolute;
    top: -380px;
    left: -160px;
    z-index: 1; }
    @media screen and (max-width: 900px) {
      .product__leftKazari {
        display: none; } }
  .product__leftKazari2 {
    width: 714px;
    position: absolute;
    top: -120px;
    left: -110px;
    z-index: 1;
    width: 224px; }
    @media screen and (max-width: 900px) {
      .product__leftKazari2 {
        display: none; } }
  .product__leftKazari3 {
    width: 224px;
    position: absolute;
    left: -35px;
    bottom: -240px; }
    @media screen and (max-width: 900px) {
      .product__leftKazari3 {
        width: 30vw;
        left: -5vw;
        bottom: -26vw; } }
  .product__rightKazari {
    width: 224px;
    position: absolute;
    right: -100px;
    z-index: 1;
    top: -140px; }
    @media screen and (max-width: 900px) {
      .product__rightKazari {
        display: none; } }
  .product__rightKazari2 {
    width: 205px;
    position: absolute;
    right: -100px;
    z-index: 1;
    top: -170px; }
    @media screen and (max-width: 900px) {
      .product__rightKazari2 {
        display: none; } }
  .product .productSlider,
  .product .productSlider2,
  .product .productSlider3 {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 auto 20px;
    /* slick dots（右下） */ }
    @media screen and (max-width: 900px) {
      .product .productSlider,
      .product .productSlider2,
      .product .productSlider3 {
        border-radius: 12px;
        margin: 0 auto 12px; } }
    .product .productSlider img,
    .product .productSlider2 img,
    .product .productSlider3 img {
      width: 100%;
      display: block; }
    .product .productSlider .slick-dots li button:before,
    .product .productSlider2 .slick-dots li button:before,
    .product .productSlider3 .slick-dots li button:before {
      content: none !important; }
    .product .productSlider .slick-dots,
    .product .productSlider2 .slick-dots,
    .product .productSlider3 .slick-dots {
      position: absolute;
      bottom: 15px;
      right: 15px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      margin: 0;
      padding: 0;
      justify-content: flex-end; }
      @media screen and (max-width: 900px) {
        .product .productSlider .slick-dots,
        .product .productSlider2 .slick-dots,
        .product .productSlider3 .slick-dots {
          bottom: 10px;
          right: 10px; } }
      .product .productSlider .slick-dots li,
      .product .productSlider2 .slick-dots li,
      .product .productSlider3 .slick-dots li {
        width: 10px;
        height: 10px; }
        @media screen and (max-width: 900px) {
          .product .productSlider .slick-dots li,
          .product .productSlider2 .slick-dots li,
          .product .productSlider3 .slick-dots li {
            width: 5px;
            height: 5px;
            margin: 0 2.5px; } }
        .product .productSlider .slick-dots li button,
        .product .productSlider2 .slick-dots li button,
        .product .productSlider3 .slick-dots li button {
          width: 10px;
          height: 10px;
          border-radius: 50%;
          background: #fff;
          border: 1px solid #FFF;
          font-size: 0;
          padding: 0;
          cursor: pointer;
          margin: 0 5px 0 0 !important;
          padding: 0 !important; }
          .product .productSlider .slick-dots li button button:before,
          .product .productSlider2 .slick-dots li button button:before,
          .product .productSlider3 .slick-dots li button button:before {
            content: none !important; }
          @media screen and (max-width: 900px) {
            .product .productSlider .slick-dots li button,
            .product .productSlider2 .slick-dots li button,
            .product .productSlider3 .slick-dots li button {
              width: 5px;
              height: 5px;
              margin: 0 2.5px 0 0 !important; } }
        .product .productSlider .slick-dots li.slick-active button,
        .product .productSlider2 .slick-dots li.slick-active button,
        .product .productSlider3 .slick-dots li.slick-active button {
          opacity: 1;
          background: #c4000f; }
          .product .productSlider .slick-dots li.slick-active button:before,
          .product .productSlider2 .slick-dots li.slick-active button:before,
          .product .productSlider3 .slick-dots li.slick-active button:before {
            content: none !important; }
  .product .thumbs,
  .product .thumbs2,
  .product .thumbs3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    position: relative;
    z-index: 10; }
    .product .thumbs__thumb,
    .product .thumbs2__thumb,
    .product .thumbs3__thumb {
      width: calc(100% / 3 - 13px);
      margin: 0 0 18px;
      cursor: pointer;
      position: relative;
      overflow: hidden;
      transition: .4s;
      border-radius: 10px;
      background: #000; }
      @media screen and (max-width: 900px) {
        .product .thumbs__thumb,
        .product .thumbs2__thumb,
        .product .thumbs3__thumb {
          border-radius: 6px;
          width: calc(100% / 3 - 6px);
          margin: 0 0 10px; } }
      .product .thumbs__thumb img,
      .product .thumbs2__thumb img,
      .product .thumbs3__thumb img {
        width: 100%;
        display: block;
        vertical-align: baseline; }
      .product .thumbs__thumb.is-active,
      .product .thumbs2__thumb.is-active,
      .product .thumbs3__thumb.is-active {
        transition: .4s; }
        .product .thumbs__thumb.is-active img,
        .product .thumbs2__thumb.is-active img,
        .product .thumbs3__thumb.is-active img {
          opacity: 0.45; }

/* 角丸が効く “枠だけグラデ” 版 */
.productPointOuter {
  position: relative;
  border-radius: 10px;
  background: transparent; }
  @media screen and (max-width: 900px) {
    .productPointOuter {
      border-radius: 6px; } }

/* 枠線だけを描く */
.productPointOuter::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  /* 枠の太さ */
  background: linear-gradient(135deg, #f7e79a 0%, #e2c25e 40%, #caa640 70%, #a8842a 100%);
  /* 中をくり抜いて “枠だけ” にする */
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none; }

/* 中身のレイアウト（お好みで） */
.productPoint {
  margin: 30px 0 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 20px;
  border-radius: inherit; }
  @media screen and (max-width: 900px) {
    .productPoint {
      margin: 20px 0 0; } }
  @media screen and (max-width: 900px) {
    .productPoint {
      padding: 10px; } }
  .productPoint__dt {
    width: 73px; }
    @media screen and (max-width: 900px) {
      .productPoint__dt {
        width: 45px; } }
  .productPoint__dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-left: 20px; }
    @media screen and (max-width: 900px) {
      .productPoint__dd {
        padding-left: 10px; } }
  .productPoint__li {
    font-size: 18px;
    line-height: 1.389;
    position: relative;
    padding-left: 20px; }
    @media screen and (max-width: 900px) {
      .productPoint__li {
        font-size: 12px;
        line-height: 1.458;
        margin-bottom: 5px;
        padding-left: 10px; } }
    .productPoint__li:before {
      content: "";
      position: absolute;
      left: 0;
      top: 10px;
      width: 4px;
      height: 4px;
      border-radius: 100px;
      background: #fff; }

.productPrice {
  border: 1px solid #FFF;
  border-radius: 10px;
  margin: 30px 0 35px; }
  @media screen and (max-width: 900px) {
    .productPrice {
      border-radius: 6px;
      margin: 20px 0; } }
  .productPrice__li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px dashed #FFF;
    font-size: 22px;
    letter-spacing: 2px;
    padding: 20px 30px; }
    @media screen and (max-width: 900px) {
      .productPrice__li {
        font-size: 15px;
        letter-spacing: 0;
        padding: 15px 20px; } }
    .productPrice__li:last-of-type {
      border-bottom: none; }
  .productPrice__left, .productPrice__left2 {
    display: inline-block;
    width: 60px;
    margin-right: 30px; }
    @media screen and (max-width: 900px) {
      .productPrice__left, .productPrice__left2 {
        width: 40px;
        margin-right: 20px; } }
  .productPrice__left2 {
    width: 140px; }
    @media screen and (max-width: 900px) {
      .productPrice__left2 {
        width: 80px; } }

.review {
  background-image: url("../img/bg_review_left.png"), url("../img/bg_review_right.png"), linear-gradient(180deg, #571114 0%, #260003 100%);
  background-position: left top, right top, center top;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 700px, 700px, 100%;
  padding: 0 0 80px;
  position: relative; }
  @media screen and (max-width: 900px) {
    .review {
      background-image: url("../img/bg_review_left_sp.png"), url("../img/bg_review_right_sp.png"), linear-gradient(180deg, #571114 0%, #260003 100%);
      background-position: left top, right top, center top;
      background-repeat: no-repeat, no-repeat, repeat;
      background-size: 187.5px, 187.5px, 100%;
      padding-bottom: 40px; } }
  .review:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: #A16B10;
    background: linear-gradient(90deg, #a16b10 0%, #d5b767 48%, #c89d2d 100%); }
  .review__name {
    font-size: 12px;
    display: block; }
  .review__top {
    width: 100%; }
  .review__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    max-width: 1180px;
    margin: auto;
    padding: 0 40px; }
    @media screen and (max-width: 900px) {
      .review__wrap {
        padding: 0 20px; } }
  .review__box {
    width: calc(100%/2 - 20px);
    background: #efe8d8;
    padding: 30px;
    margin-bottom: 40px;
    position: relative; }
    @media screen and (max-width: 900px) {
      .review__box {
        width: 100%;
        padding: 20px;
        margin-bottom: 20px; } }
  .review__voice {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 192.78px; }
    @media screen and (max-width: 900px) {
      .review__voice {
        width: 120px;
        left: 10px;
        bottom: 10px; } }
  .review__subTtl {
    text-align: center;
    padding: 10px 0;
    margin: 0 0 20px;
    position: relative;
    background-image: url("../img/bg_ribon_left.svg"), url("../img/bg_ribon_right.svg");
    background-size: contain, contain;
    background-position: left top, right top;
    background-repeat: no-repeat, no-repeat;
    background-color: #3f0f0a; }
    @media screen and (max-width: 900px) {
      .review__subTtl {
        font-size: 15px;
        margin-bottom: 15px; } }
  .review__boxInner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 500px) {
      .review__boxInner {
        align-items: flex-end; } }
  .review__txt {
    line-height: 1.778;
    color: #3f0f0a;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-right: 30px; }
    @media screen and (max-width: 900px) {
      .review__txt {
        font-size: 15px;
        line-height: 1.667;
        padding-right: 15px; } }
  .review__img {
    width: 121.1331px; }
    @media screen and (max-width: 900px) {
      .review__img {
        width: 75px;
        margin-bottom: 20px; } }

.store {
  padding: 104px 0 100px;
  position: relative;
  background-image: url("../img/bg_online_left.png"), url("../img/bg_online_right.png"), url("../img/bg_store.png");
  background-size: 700px, 700px, cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: left top, right top, center top;
  /*&:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 3px;
    width: 100%;
    background: #A16B10;
    background: linear-gradient(90deg, rgba(161, 107, 16, 1) 0%, rgba(213, 183, 103, 1) 48%, rgba(200, 157, 45, 1) 100%);
  }*/ }
  @media screen and (max-width: 900px) {
    .store {
      background-image: url("../img/bg_online_left_sp.png"), url("../img/bg_online_right_sp.png"), url("../img/bg_online_sp.png");
      background-size: 187.5px, 187.5px, cover;
      background-repeat: no-repeat, no-repeat, no-repeat;
      background-position: left top, right top, center top;
      padding: 50px 0 5px; } }
  .store__wrap {
    max-width: 1180px;
    margin: auto;
    padding: 0 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between; }
  .store__box {
    width: calc(100%/3 - 26px); }
    @media screen and (max-width: 900px) {
      .store__box {
        width: 100%;
        margin-bottom: 40px; } }
  .store__pic {
    display: block; }
    .store__pic:hover {
      opacity: 0.6 !important;
      transition: .4s; }
    .store__pic img {
      display: block;
      margin: auto; }
  .store .product__btn {
    width: 100%;
    height: 54px; }
  .store .product__btnInner {
    font-size: 18px; }
  .store__ttl {
    text-align: center;
    line-height: 1.778;
    font-size: 36px; }
    @media screen and (max-width: 900px) {
      .store__ttl {
        font-size: 25px;
        line-height: 1.6; } }
  .store__leadTxt {
    font-size: 16px;
    text-align: center;
    line-height: 1.875;
    margin: 40px 0 45px; }
    @media screen and (max-width: 900px) {
      .store__leadTxt {
        font-size: 15px;
        line-height: 1.667; } }
  .store__subTtl {
    text-align: center;
    font-size: 26px;
    letter-spacing: 1px;
    font-family: "Kaisei Decol";
    margin: 25px 0 30px; }
    @media screen and (max-width: 900px) {
      .store__subTtl {
        font-size: 25px;
        letter-spacing: 0;
        margin: 20px 0; } }
  .store__pic {
    display: block; }
  .store__subTtlInner {
    font-size: 18px;
    display: block;
    text-align: center;
    margin: 0 0 10px; }
    @media screen and (max-width: 900px) {
      .store__subTtlInner {
        font-size: 17px; } }

.footer {
  background: #661919;
  padding: 100px 40px 46px; }
  @media screen and (max-width: 900px) {
    .footer {
      padding: 50px 0 25px; } }
  .footer__logo {
    width: 225.6566px;
    margin: 0 auto 20px;
    display: block; }
    @media screen and (max-width: 900px) {
      .footer__logo {
        width: 165px;
        margin: 0 auto 10px; } }
  .footer__txt {
    text-align: center;
    font-size: 14px; }
    @media screen and (max-width: 900px) {
      .footer__txt {
        font-size: 10px; } }
  .footer__telBox {
    text-align: center;
    margin: 70px 0 100px; }
    @media screen and (max-width: 900px) {
      .footer__telBox {
        margin: 40px 0 40px; } }
  .footer__tel {
    font-size: 47px;
    margin: 0 auto 10px;
    display: block;
    max-width: 350px; }
    @media screen and (max-width: 900px) {
      .footer__tel {
        font-size: 30px; } }
