@charset "utf-8";
/**
** 共通
************************************/
.BoxContent {
  width: 85%;
  max-width: 1100px;
  min-width: 1024px;
  margin: 0 auto;
  box-sizing: border-box;
}

.Relative {
  position: relative;
  overflow: hidden;
}
/**
** CTA
************************************/
.CTA {
  width: 100%;
  height: auto;
  background: #000;
  padding: 3em 0;
}

.Detail {
  width: 100%;
  margin: 0 0 auto;
  border: solid 1px #707070;
  color: #fff;
  padding: 0;
}
.Detail dl {
  padding: 1.5em;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  font-size: 0.9em;
}
.Detail dt {
  border-bottom: dotted 1px #707070;
}
.Detail dd {
  border-bottom: dotted 1px #707070;
}
.NoLine {
  border-bottom: dotted 0px #707070 !important;
}
.Price {
  display: inline-flex;
  justify-content: space-around;
  align-items: baseline;
  flex-wrap: wrap;
  text-align: left;
  width: 100%;
  font-size: 0.9em;
}
div.noticeA {
  width: 100%;
  margin: 10px auto;
  padding: 14px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.7em;
  color: #ffdd00;
}
div.noticeA hr {
  border: 1px solid #111;
  margin: 10px auto;
}
/**------- *********** -------**/
.output .noticeA-font {
  font-size: 1.2em;
  margin: 0 3px;
  font-weight: bold;
  color: #fff8cc;
}
.output {
  font-size: 1.5em;
}
div.noticeA hr {
  border: 1px solid #444;
  margin: 10px auto;
}
/**------- カラーミーボタン -------**/
.cartjs_box {
  padding: 1em 0 0 0 !important;
}
.ColorMe table {
  width: 100% !important;
}
.cartjs_cart_in input {
  background-color: #adc2c3 !important;
  width: 100% !important;
  border-radius: 10px !important;
  padding: 1.2em 0.5em !important;
  height: auto !important;
  font-size: 1.25em !important;
  letter-spacing: 0 !important;
  margin: 0.5em 0 !important;
  font-family: "游ゴシック", "Lucida Sans Unicode", "Lucida Grande", Arial,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック",
    sans-serif;
}
.cartjs_sk_link_other {
  width: 100% !important;
  text-align: center !important;
  color: #fff !important;
}
.cartjs_sk_link_other a {
  color: #fff !important;
}
/**
** News
************************************/

#News {
  width: 100%;
  background: #506364;
  padding: 0.5em 0;
}
#News dl {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#News dd p {
  font-size: 0.9em;
  line-height: 1.4;
}
#News dl dd {
  text-align: left;
}
#News dl dd p,
#News dl dt {
  color: #fff;
}
/**
** Mv
************************************/
#Mv {
  width: 100%;
  height: auto;
  min-height: auto;
  background: none;
  margin: 0 auto;
  padding: 0;
}

/**
** Sec03
************************************/
#Sec03 {
  width: 100%;
  height: auto;
  color: #000;
  font-size: 1.1em;
}
.CreamA {
  width: 45%;
  min-width: 500px;
  position: absolute;
  bottom: 200px;
  left: 0;
  transform: translate(5%);
}
.CreamB {
  width: 35%;
  position: absolute;
  bottom: 400px;
  right: -180px;
  transform: translate(-0%);
  z-index: -1;
}
#Sec03_A {
  width: 96%;
  margin: 0 auto 125px;
}
#Sec03_B {
  width: 58%;
  height: auto;
  padding: 0;
  margin: 0 2% 0 auto;
  margin-bottom: 250px;
}
/**
** Sec06
************************************/
#Sec06 {
  width: 100%;
  height: auto;
  color: #000;
  font-size: 1.1em;
  padding-top: 10em;
  background: url("../img/fusica_01-01.png") no-repeat top;
  background-size: contain;
}
#Sec06Content {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%);
  z-index: 2;
}
div.Sec06Box {
  width: 96%;
  margin: 0 auto;
}
/****REVIEW*****/
section.ReviewWrap {
  width: 100%;
  margin: 30px auto;
  padding: 30px 0 40px;
  border-top: 1px solid #eee;
  text-align: center;
  position: relative;
}
div.ReviewInner {
  width: 1100px;
  max-width: 94%;
  margin: 0 auto -25px !important;
  padding: 30px;
  box-sizing: border-box;
  border: 1px solid #eee;
  text-align: left;
  background: #f9f9f9;
  position: relative;
}
div.ReviewHead {
  margin: 0 auto 30px;
}
div.ReviewHead h2 {
  font-size: 1.6em;
  margin: 0 auto;
  line-height: 1.1;
  margin: 0 auto 16px;
  border-bottom: 1px dotted #ddd;
  color: #333 !important;
}
div.ReviewHead h2 span {
  font-size: 0.7em;
}
div.ReviewHead h3 {
  color: #333 !important;
}
span.ReviewStars.bh4st {
  margin: 0 10px 10px 0;
  padding: 0 45px;
  background: url("../img/common/review_stars.png") no-repeat center;
  background-size: 100% auto;
}
div.ReviewHead p {
  text-align: right;
  font-size: 0.9em;
}
div.ReviewBox {
  width: 100%;
  margin: 5px auto 10px;
  padding: 30px;
  box-sizing: border-box;
  border: 1px solid #eee;
  background: rgba(255, 255, 255, 0.6);
  color: #888;
}
span.ReviewStars5 {
  margin: 0 auto 10px;
  padding: 0 43px;
  background: url("../img/common/review_stars5.png") no-repeat center;
  background-size: 100% auto;
}
span.ReviewStars4 {
  margin: 0 auto 10px;
  padding: 0 43px;
  background: url("../img/common/review_stars4.png") no-repeat center;
  background-size: 100% auto;
}
span.ReviewStars3 {
  margin: 0 auto 10px;
  padding: 0 43px;
  background: url("../img/common/review_stars3.png") no-repeat center;
  background-size: 100% auto;
}
span.ReviewStars2 {
  margin: 0 auto 10px;
  padding: 0 43px;
  background: url("../img/common/review_stars2.png") no-repeat center;
  background-size: 100% auto;
}
span.ReviewStars1 {
  margin: 0 auto 10px;
  padding: 0 43px;
  background: url("../img/common/review_stars1.png") no-repeat center;
  background-size: 100% auto;
}
div.ReviewBox h2 {
  margin: 10px auto 5px;
  font-size: 1.2em;
}
div.ReviewBox h3 {
  color: #bbb;
  margin: 0 auto 10px;
}
div.ReviewBox h3 span {
  margin-left: 10px;
  font-size: 0.9em;
  color: #999;
}
div.ReviewBox p {
  font-size: 1em;
}
/*********Review********/
dl.formDl {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  color: #888;
}
dl.formDl dt {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 3px;
}
dl.formDl dd {
  width: 100%;
  margin: 0 auto;
  padding: 0px 0 3px;
}

@media screen and (max-width: 1200px) {
}
#Sec06Content {
  top: 20px;
}

@media screen and (max-width: 1100px) {
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
  /**
** Mv
************************************/
  #Mv {
  }
  /**
** News
************************************/
  #News {
    width: 100%;
    padding: 14px 0px;
  }
  #News dl {
  }
  #News dl dt {
    border-bottom: 1px dotted #ccc;
    font-size: 1.1em;
    text-align: left;
  }
  #News dl dd {
    padding: 8px 0 0;
    font-size: 1em;
    font-weight: bold;
  }
  #News dl dd p {
    margin-bottom: 8px;
  }
  /**
** 共通
************************************/
  .BoxContent {
    width: 85%;
    max-width: 85%;
    min-width: 85%;
  }
  .Logo img {
    width: 40%;
  }
  .Logo p {
    text-align: center;
  }
  .Detail dt {
    width: 30%;
    border-bottom: dotted 1px #707070;
  }
  .Detail dd {
    width: 70%;
    border-bottom: dotted 1px #707070;
  }
  .Price dt {
    width: 20%;
  }
  .Price dd {
    width: 70%;
  }
  div.noticeA {
    font-size: 0.9em;
  }

  /**
** CTA
************************************/
  .CTA {
    width: 100%;
    height: auto;
    padding: 50px 0px;
  }

  .Detail {
    width: 100%;
    margin: 0 0 auto;
    border: solid 1px #707070;
    color: #f1f1f1;
    padding: 0;
  }
  .Detail dl {
    padding: 10px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    font-size: 0.8em;
  }
  .Detail dt {
    width: 23%;
  }
  .Detail dd {
    width: 77%;
  }

  /**
** Sec03
************************************/
  #Sec03 {
    width: 100%;
    height: auto;
    color: #000;
    font-size: 1.1em;
  }
  #Sec03_Img {
    width: 100%;
    padding-top: 60%;
    overflow: visible;
  }
  .CreamA {
    min-width: auto;
    width: 65%;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -0%);
    z-index: -1;
  }
  .CreamB {
    width: 60%;
    bottom: -10px;
    left: 75%;
    transform: translate(-50%, -0%);
    z-index: -2;
  }
  #Sec03_A {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  #Sec03_B {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 0px;
  }
  /**
** Sec06
************************************/
  #Sec06 {
    padding-top: 0em;
  }
  #Sec06Content {
    width: 100%;
    top: 2%;
    left: 0%;
    transform: translate(-0%);
    z-index: 2;
  }
  div.Sec06Box {
  }
  div.Sec06Box p {
    font-size: 1.1em;
    line-height: 1.6;
  }
  /****REVIEW******/
  section.ReviewWrap {
    width: 100%;
    margin: 40px auto;
  }
  div.ReviewInner {
    width: 92%;
    max-width: auto;
    margin: 0 auto;
    padding: 30px 12px;
  }
  div.ReviewHead {
  }
  div.ReviewHead h2 {
  }
  div.ReviewHead h2 span {
    font-size: 0.8em;
  }
  div.ReviewHead h3 {
    margin-bottom: 10px;
    font-size: 0.9em;
  }
  span.ReviewStars.bh4st {
    margin: 0 10px 0 auto;
  }
  div.ReviewHead p {
  }
  div.ReviewBox {
    width: 100%;
    margin: 5px auto 13px;
    padding: 22px;
  }
  span.ReviewStars5 {
    margin: 0 auto 10px;
  }
  div.ReviewBox h2 {
    font-size: 1.1em;
  }
  div.ReviewBox h3 {
  }
  div.ReviewBox p {
    font-size: 0.9em;
  }
  /**------- カラーミーボタン -------**/
  .cartjs_cart_in input {
    background-color: #adc2c3 !important;
    border-radius: 5px !important;
    padding: 1em 0.5em !important;
    letter-spacing: 0 !important;
    margin: 0.5em 0 1em !important;
  }
  .cartjs_sk_link_other {
  }
  .cartjs_sk_link_other a {
  }
}
@media screen and (max-width: 600px) {
  div.Sec06Box p {
    font-size: 1em;
    line-height: 1.5;
  }
}
@media screen and (max-width: 480px) {
  /**
** 共通
************************************/
  .BoxContent {
    width: 90%;
    max-width: 90%;
    min-width: 90%;
  }
  /**
** Mv
************************************/
  #Mv {
  }
  /**
** News
************************************/
  #News dd p {
    line-height: 1.6;
  }

  /**
** Sec03
************************************/
  #Sec03 {
    font-size: 1em;
  }
  #Sec03_Img {
  }
  #Sec03_A {
    margin-top: 30px;
    margin-bottom: 14px;
  }
  #Sec03_B {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 0px;
  }
}

@media screen and (max-width: 350px) {
  /**
** Sec06
************************************/
  #Sec06Content {
    width: 100%;
    top: 0%;
    left: 0%;
    transform: translate(-0%);
    z-index: 2;
  }
}

/**
** Biyosejutsu
************************************/
.Biyosejutsu{
    margin-top: -5rem;
}
@media screen and (max-width: 1200px) {
    .Biyosejutsu {
        margin-top: -4rem;
    }
}
@media screen and (max-width: 768px) {
    .Biyosejutsu {
        margin-top: -3rem;
    }
}