/* 基本設定 */
html {
  overflow: auto;
  scroll-behavior: smooth;
}

body {
  overflow: hidden;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.6em;
  color: #505050;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
}

li {
  list-style: none;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.read {
  font-size: 14px;
  font-weight: bold;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

/* 標準ボタン */
.button {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: .7em 2em;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.button::after {
  position: absolute;
  top: 50%;
  right: 1.1em;
  content: '';
  display: block;
  width: .4em;
  height: .4em;
  margin-top: -.2em;
  border-top: solid .1em #fff;
  border-right: solid .1em #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button:hover {
  background-color: #333;
  transition: all .3s;
}

.button:hover::after {
  right: 1em;
  transition: all .3s;
}

/* レイアウト用 */
.left {
  float: left;
}

.right {
  float: right;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}

.br_pc {
  display: none;
}

.br_sp {
  display: block;
}

/* 共通ヘッダー・フッター */
header {
  height: 60px;
  background-color: #fff:
}

header .logo_area {
  width: 293px;
  margin: 10px auto;
}

footer {
  background-color: #00003F;
  padding: 20px;
  text-align: center;
}

footer small {
  font-size: 12px;
  color: #fff;
}

/* LP共通 */
main {
  text-align: center;
  min-height: 92vh;
  background: url(../img/bg.png);
}

p {
  text-align: left;
  margin: 2vh auto;
}

/* SPレイアウト */
.inner {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
}

.round_box {
  font-size: 16px;
  display: inline-block;
  width: auto;
  padding: 5px 1em;
  background-color: #fff;
  border: solid 1px #000;
  border-radius: 35px;
  margin-bottom: 20px;
}

#kv_area {
  background: url(../img/kv_bg_sp.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

#kv_area h1 {
  width: 90%;
  max-width: 350px;
  text-align: left;
  padding: 10vh 0;
}

#outline {
  position: relative;
}

#outline .inner {
  position: relative;
  top: -180px;
  padding: 0;
}

#outline .main_bottle {
  position: absolute;
  width: 40%;
  right: -3%;
  bottom: 80%;
}

#outline:before {
  content: '';
  background: url(../img/bg.png);
  position: absolute;
  top: -190px;
  left: 0;
  width: 200%;
  height: 200%;
  margin: 3% -50% 0;
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  -o-transform: rotate(6deg);
  transform: rotate(6deg);
}

#outline h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin: 4vh 0 4vh;
}

#outline h2:nth-child(4) {
  margin: 7vh 0 4vh;
}

#outline h2 span {
  display: inline-block;
  background-color: #8B1710;
  color: #FFF;
  padding: 3px;
  margin-bottom: 5px;
}

#outline p {
  font-weight: bold;
  color: #000;
}

#outline .popup {
  text-align: left;
}

#outline .popup a {
  font-weight: bold;
  color: #FFFFC7;
}

#week {
  position: relative;
  top: -140px;
  margin-bottom: -140px;
}

#week .inner {
  width: 100%;
  max-width: 1000px;
  padding: 0;
  position: relative;
  margin: 5vh 0;
}

#week h2 {
  position: relative;
  background-color: #8B1710;
  text-align: left;
  padding-left: 5%;
  z-index: 30;
}

#week h2 img {
  position: relative;
  top: 16px;
  height: 40px;
}

#week .week_ja {
  position: absolute;
  top: 33%;
  right: 4%;
  background-color: #FFF;
  line-height: 1;
  padding: 12px;
  border-radius: 30px;
}

#week .img_area {
  position: relative;
  z-index: 20;
}

#week .time {
  position: absolute;
  left: 0;
  bottom: 6px;
  display: inline-block;
  background-color: #000;
  color: #FFF;
  line-height: 1;
  padding: 10px;
  font-size: 18px;
  font-family: Verdana;
  font-weight: bold;
  letter-spacing: 0.15em;
}

#week .copy {
  color: #000;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: bold;
  padding: 3vh 7%;
  background-color: #FFF;
  margin: -5px 0 0;
  border-bottom: solid 1px #ccc;
}

#week .yomeishu_comment {
  background-color: #FFF;
  padding: 3vh 0;
}

#week .yomeishu_comment img {
  display: inline-block;
  height: 50px;
  width: auto;
  margin-right: 5%;
}

#week .yomeishu_comment p {
  display: inline-block;
  width: 65%;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5em;
  margin: 0;
}

/* #shop{
  background-color: #FFF;
  padding-top: 50px;
  margin-bottom: 0
} */

#shop .inner {
  padding: 0 0 5vh;
}

#shop h2 {
  font-size: 29px;
  color: #8B1710;
  line-height: 1.4;
  margin: 3vh auto;
  letter-spacing: 0.1em;
}

#shop h2 span {
  display: block;
  font-size: 30px;
  margin-top: 1vh;
}

#shop img {
  display: block;
  width: 60%;
  margin: 0 auto 3vh;
}

#shop .notes {
  margin: 0 auto 3vh;
  font-size: 12px;
  color: #555;
  text-align: left;
  line-height: 1.6em;
}

#shop .notes small{
  font-size: 14px;
}

#shop .notes h3 {
  display: inline-block;
  text-align: center;
  padding: 7px;
  border: solid #555 1px;
  line-height: 1;
  margin-bottom: 7px;
}

#shop p {
  font-weight: bold;
}

#shop strong {
  color: #C80000;
}

#shop .button {
  background-color: #8B1710;
  border: 2px solid #8B1710;
}

#shop .button:hover {
  background-color: #C80000;
  border: 2px solid #C80000;
  transition: all .3s;
}

#shop .questionnaire{
  display: inline-block;
  margin-top:25px;
  font-weight: bold;
  color: #8B1710;
}

.questionnaire_area{
  width: 100%;
  position: fixed;
  bottom:0px;
  background-color: #ECECEC;
  height: 120px;
  padding: 20px 0;
  opacity: 0.9;
}

.questionnaire_btn {
  display: block;
  width: 90%;
  max-width: 400px;
  background-color: #FF5900;
  border-radius: 5px;
  margin: 0 auto;
  padding: 10px;
  line-height: 1;
  transition: all 0.2s 0s ease;

}

.questionnaire_btn img{
  max-width: 280px;
}

.questionnaire_btn:hover {
  background-color: #FF3D00;
  border-radius: 0px;
  transition: 1s:
}




@media only screen and (min-width: 950px) {

  /* PCで見たときは"pc"のclassがついた画像が表示される */
  .pc {
    display: block !important;
  }

  .sp {
    display: none !important;
  }

  .br_pc {
    display: block;
  }

  .br_sp {
    display: none;
  }

  body {
    font-size: 14px;
    letter-spacing: 0.05em;
    font-family: sans-serif;
    line-height: 1.7em;
  }

  .pc_fl {
    float: left;
    width: 350px;
  }

  .pc_fr {
    float: right;
    width: 350px;
  }


  #kv_area {
    background: url(../img/kv_bg_pc.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 75vh;
    min-height: 700px;
  }

  #kv_area .inner {
    max-width: 900px;
    margin: 0 auto;
  }


  #outline:before {
    top: -240px;
  }


  #outline .inner {
    max-width: 1000px;
  }

  #outline .left {
    width: 60%;
  }

  #outline .main_bottle {
    width: 30%;
    position: relative;
    bottom: 5vh;
    float: right;
  }

  #outline h2 {
    font-size: 25px;
    margin: 4vh 0 0;
    line-height: 1.3em;
  }

  #outline h2 span {
    display: inline;
    background: none;
    color: #8B1710;
    padding: 0;
  }

  #outline h2:nth-child(4) {
    margin: 7vh 0 0;
  }

  #week .inner {
    max-width: 1000px;
    margin: 0 auto;
    height: auto;
  }

  #week h2 {
    position: relative;
    top: 20px;
    background-color: inherit;
    text-align: center;
  }

  #week h2 img {
    display: inline-block;
    height: 60px;
    margin: 0 auto;
  }

  #week .week_ja {
    right: 23%;
    background-color: #8B1710;
    color: #FFF;
  }

  #week .img_area {
    float: left;
    width: 30%;
    height: auto;
  }

  #week .time {
    position: absolute;
    left: 0;
    bottom: 6px;
    display: inline-block;
    background-color: #000;
    color: #FFF;
    line-height: 1;
    padding: 10px;
    font-size: 18px;
    font-family: Verdana;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  #week .copy {
    float: left;
    width: 45%;
    min-height: 280px;
    font-size: 22px;
    line-height: 2em;
    padding: 80px 0 0 60px;
    margin: 0;
    border-bottom: 0;
  }

  #week li:last-child .copy {
    line-height: 1.6em;
    padding-top: 60px;
  }

  #week .yomeishu_comment {
    width: 25%;
    float: right;
    background-color: #FAFAFA;
    padding: 3vh 0 0;
    min-height: 280px;
    text-align: center;
  }

  #week .yomeishu_comment img {
    display: block;
    width: 30%;
    margin: 0 auto 20px;
    height: auto;
  }

  #week .yomeishu_comment p {
    display: inline-block;
    width: 80%;
    font-size: 14px;
    line-height: 1.5em;
    margin: 0;
  }

  #shop {
    margin: 10vh auto 0;
    padding-top: 50px;
    background-color: #FFF;
  }

  #shop h2 {
    font-size: 38px;
    margin: 3vh auto;
  }

  #shop .notes {
    margin-bottom: 0px;
  }

  #shop img {
    display: block;
    width: 170px;
  }

  #shop .button {
    margin: 2vh 0 0;
  }

  #shop .questionnaire{
    display: block;
    margin: 30px auto 0;
    float: left;
  }

}


@media only screen and (min-width: 1280px) {}
