@charset "utf-8";

/* 共通
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #000;
  font-size: 18px;
  width: 100%;
  min-width: 1000px;
}

a {
  color: #000;
}

.container {
  width: 960px;
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;
}

.img {
  line-height: 0;
}

.sp,
.spin {
  display: none;
}

.switch {
  visibility: hidden;
}

.ls-05 {
  letter-spacing: -0.5em;
}

/* 見出し ---------- */

.tit01 {
  background: url(../img/cmn/tit_bg01.png) repeat-x;
  height: 250px;
  text-align: center;
  line-height: 250px;
}

.tit01 img {
  vertical-align: middle;
}


/* ヘッダー
--------------------------------------------------------------*/

#header {
  background: url(../img/header/bg01_pc.jpg) no-repeat center top;
  background-size: cover;
  height: 850px;
  line-height: 0;
  padding-top: 26px;
}

#header h1 {
  margin-bottom: 10px;
}

#header .txt01 {
  margin-top: 40px;
  margin-bottom: 30px;
}

#header .txt02 {
  margin-bottom: 40px;
  padding-left: 16px;
}


/* 痩せない腸をつくる 本当はNGなダイエット常識
--------------------------------------------------------------*/

#knows {
  padding-bottom: 100px;
}

#knows .tit01 {
  margin-bottom: 50px;
}

#knows .knows_catch {
  padding-bottom: 40px;
}

#knows .knows_catch img {
  vertical-align: bottom;
}

#knows .knows_catch .catch_txt01 {
  margin-bottom: -50px;
  text-align: center;
}

#knows .knows_catch .catch_img01 {
  float: right;
}

#knows .knows_catch .catch_txt02 {
  float: left;
  margin-right: -109px;
  padding-top: 50px;
  padding-left: 50px;
}

#knows .intro {
  text-align: center;
  line-height: 0;
  margin-bottom: 50px;
}

#knows section,
#knows section .txt {
  position: relative;
  z-index: 1;
}

#knows section .img {
  position: absolute;
}

#knows section + section {
  margin-top: 90px;
}

#knows section h3 {
  margin-bottom: 20px;
}

#knows section p {
  line-height: 32px;
  letter-spacing: 0.05em;
  padding-left: 10px;
}

#knows section p span {
  background: #f9d3ce;
}

#knows section:nth-of-type(1) p {
  width: 620px;
}

#knows section:nth-of-type(1) .img {
  position: absolute;
  top: -10px;
  right: 0;
}

#knows section:nth-of-type(2) .txt {
  margin-left: 340px;
}

#knows section:nth-of-type(2) .img {
  position: absolute;
  top: -25px;
  left: 10px;
}


/* 問題は、全て腸が解決する?!
--------------------------------------------------------------*/

#solution {
  padding-bottom: 100px;
}

#solution .tit01 {
  margin-bottom: 35px;
}

#solution section h3 {
  position: relative;
  text-align: center;
  z-index: 1;
}

#solution section .inner {
  position: relative;
  background: url(../img/solution/bg01.png);
  border: 8px solid #ffeaf2;
  margin-top: -46px;
  padding: 60px 50px;
}

#solution section p {
  font-size: 22px;
  line-height: 42px;
}

#solution section p .acc {
  color: #001f9f;
  font-size: 22px;
  font-weight: bold;
  text-decoration: underline;
}

#solution section .summary .acc {
  display: inline-block;
  font-size: 24px;
  line-height: .8;
  border-bottom: 2px solid #0020a0;
  text-decoration: none;
}

#solution section .summary .large {
  display: block;
  margin: 12px 0 20px;
  font-size: 52px;
}

#solution section .summary .txt_large {
  font-size: 38px;
}

#solution .solution01 {
  margin-bottom: 70px;
}

#solution .solution01 ul {
  margin: 15px 0;
}

#solution .solution01 .txt01 {
  margin-bottom: 40px;
}

#solution .solution01 .txt01 .txt {
  float: left;
  width: 430px;
}

#solution .solution01 .txt01 .txt p {
  letter-spacing: -0.05em;
}

#solution .solution01 .txt01 .img {
  float: right;
}

#solution .solution01 .txt02 .catch {
  margin-bottom: 20px;
  text-align: center;
}

#solution .solution02 .txt01 {
  margin-bottom: 15px;
}

#solution .solution02 .txt01 .txt {
  float: left;
  width: 560px;
  padding-top: 50px;
}

#solution .solution02 .txt01 .txt p {
  letter-spacing: -0.05em;
}

#solution .solution02 .txt01 .img {
  float: right;
}

#solution .solution02 .txt02 p + p {
  margin-top: 50px;
}

#solution .solution02 .txt02 .catch {
  text-align: center;
}

#solution .solution02 .txt02 .img {
  margin: 65px 0 40px;
  text-align: center;
  position: relative;
}

#solution .solution02 .txt02 .img .img_add {
  position: absolute;
  top: 290px;
  right: -108px;
}


/* ダイエットも美肌もすべては乳酸菌選びにかかっています
--------------------------------------------------------------*/

#select .container {
  background: #fcefee;
}

#select .intro {
  text-align: center;
  padding-bottom: 50px;
}

#select .intro .catch {
  margin-bottom: 30px;
}

#select section {
  padding-bottom: 80px;
}

#select section h3 {
  margin: 0 -50px 30px;
}

@media only screen and (max-width:1080px) {
  #select section h3 {
    margin: 0 -20px 30px;
  }
}

#select section p {
  max-width: 840px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 34px;
}

#select section p + p {
  margin-top: 34px;
}

#select section p.img {
  text-align: center;
}

#select section p .acc {
  font-weight: bold;
  color: #001f9f;
}


/* その乳酸菌選びはNGかも!?乳酸菌選びのポイント
--------------------------------------------------------------*/

#ng {
  text-align: center;
  padding-bottom: 100px;
}

#ng .intro {
  background: url(../img/ng/bg01.jpg) no-repeat center top;
  padding-top: 60px;
  margin-bottom: 35px;
}

#ng .intro .txt03,
#ng .intro .txt04 {
  width: 700px;
  margin: 0 auto;
  font-size: 22px;
  line-height: 38px;
  text-align: left;
}

#ng .intro .txt03 {
  margin-top: 70px;
}
#ng .intro .txt04 {
  margin-top: 30px;
  margin-bottom: 16px;
}

#ng .select .txt02 {
  margin: 30px auto 0;
}

#ng .select .txt03 {
  margin: 20px auto 0;
  width: 552px;
  font-size: 22px;
  line-height: 40px;
  text-align: left;
}

#ng .select .txt03 .acc {
  font-weight: bold;
  color: #ff0061;
  background-color: #ffff00;
}

#ng .select .txt04 {
  margin: 30px auto;
}


/* 1日1包・約100円！手軽なのに本格的“乳酸菌”ケア
--------------------------------------------------------------*/

#about {
  background: url(../img/about/bg01.jpg) no-repeat center 250px;
  padding-bottom: 100px;
}


#about .img {
  float: right;
  width: 380px;
  padding-left: 37px;
}

#about .intro {
  margin-bottom: 96px;
  padding-top: 50px;
}

#about .intro .txt {
  float: left;
}

#about .intro .img {
  width: 307px;
  padding-top: 66px;
  padding-left: 0;
}

#about section + section {
  margin-top: 88px;
}

#about section h3 {
  margin-bottom: 25px;
}

#about section .txt p {
  font-size: 20px;
  line-height: 36px;
}

#about section .txt p + p {
  margin-top: 36px;
}

#about section .txt p .acc {
  font-weight: bold;
  background-color: #ff0;
}

#about section .img {
  padding-top: 10px;
}

#about .pr {
  padding: 20px 40px;
  background-color: #ff0061;
  -webkit-box-shadow: 0px 0px 16px rgba(100, 6, 64, .85) inset;
  box-shadow: 0px 0px 16px rgba(100, 6, 64, .85) inset;
}

#about .pr .txt02 {
  padding: 24px 0;
  font-size: 32px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  color: #fff;
  background: url(../img/pr/arrow.png) center top no-repeat;
}

#about .pr .txt04 {
  padding: 8px 0 12px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}



/*  「もう手放せません！」お客様からお喜びの声をいただいています
--------------------------------------------------------------*/

#voice {
  padding-bottom: 100px;
}

#voice .tit01 {
  margin-bottom: 60px;
}

#voice section {
  position: relative;
  background: url(../img/voice/bg01.png) repeat-Y;
  width: 960px;
  margin: 0 auto 35px;
  padding-bottom: 30px;
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, .2);
  box-shadow: 2px 2px 1px rgba(0, 0, 0, .2);
}

#voice section .txt {
  width: 616px;
  padding-top: 28px;
}

#voice section:nth-of-type(odd) .txt {
  margin-left: 50px;
}

#voice section:nth-of-type(even) .txt {
  margin-left: 294px;
}

#voice section .txt h3 {
  font-size: 28px;
  line-height: 38px;
  font-weight: bold;
  color: #001f9f;
  border-bottom: 2px solid #b6abab;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#voice section .txt .read {
  line-height: 30px;
}

#voice section .txt .read + .read {
  margin-top: 30px;
}

#voice section .txt .name {
  margin-top: 30px;
  text-align: right;
}

#voice section .txt .att {
  margin-top: 16px;
  font-size: 14px;
  text-align: right;
}

#voice section .img {
  position: absolute;
  top: -30px;
}

#voice section:nth-of-type(odd) .img {
  right: 5px;
}

#voice section:nth-of-type(even) .img {
  left: 25px;
}


/*  愛飲歴10年のお客様も チョウマモール3つのポイント
--------------------------------------------------------------*/

#point {
  padding-bottom: 100px;
  text-align: center;
}

#point .tit01 {
  margin-bottom: 35px;
}

#point ul {
  position: relative;
  background: url(../img/point/bg01.jpg) center top 185px no-repeat;
  height: 660px;
  margin-bottom: 50px;
}

#point ul li {
  position: absolute;
  width: 404px;
}

#point ul li:nth-child(1) {
  top: 0;
  left: 50%;
  margin-left: -202px;
}

#point ul li:nth-child(2) {
  bottom: 0;
  left: 0;
}

#point ul li:nth-child(3) {
  bottom: 0;
  right: 0;
}

#point p {
  font-size: 20px;
  line-height: 34px;
  max-width: 840px;
  margin: 0 auto;
  letter-spacing: 0.05em;
  text-align: left;
}

#point p + p {
  margin-top: 25px;
}

#point .large {
  display: block;
  margin-top: 12px;
  font-size: 36px;
  font-weight: bold;
  line-height: 48px;
  color: #ff0060;
}

#point p .acc {
  font-weight: bold;
  color: #001f9f;
}


/*  よくある質問 Q&A
--------------------------------------------------------------*/

#qa {
  padding-bottom: 100px;
}

#qa .tit01 {
  margin-bottom: 50px;
}

#qa dl {
  background: url(../img/qa/bg01.jpg) no-repeat center top;
  height: 1059px;
  padding-top: 120px;
}

#qa dl dt,
#qa dl dd {
  max-width: 800px;
  margin: 0 auto;
  padding-left: 90px;
}

#qa dl dt {
  background: url(../img/qa/q.png) no-repeat;
  height: 72px;
  line-height: 72px;
  margin-bottom: 18px;
  font-size: 36px;
  font-weight: bold;
  font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #001f9f;
}

#qa dl dd {
  background: url(../img/qa/a.png) no-repeat;
  padding-bottom: 30px;
  border-bottom: 1px dotted #727171;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 34px;
}

#qa dl dd:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
  height: 72px;
  line-height: 72px;
}


/* ダイエットや美容だけじゃない ものすごい乳酸菌！
--------------------------------------------------------------*/

#merit {
  padding-bottom: 100px;
}

#merit .tit01 {
  margin-bottom: 15px;
}

#merit .catch {
  margin-bottom: 30px;
  text-align: center;
}

#merit ol li {
  background-position: -15px -10px;
  background-repeat: no-repeat;
  width: 445px;
  padding: 20px 0 0 90px;
  margin-bottom: 35px;
}

#merit ol li:nth-child(1) {
  background-image: url(../img/merit/num01.png);
}

#merit ol li:nth-child(2) {
  background-image: url(../img/merit/num02.png);
}

#merit ol li:nth-child(3) {
  background-image: url(../img/merit/num03.png);
}

#merit ol li:nth-child(4) {
  background-image: url(../img/merit/num04.png);
}

#merit ol li:nth-child(5) {
  background-image: url(../img/merit/num05.png);
}

#merit ol li:nth-child(odd) {
  float: left;
  clear: both;
}

#merit ol li:nth-child(even) {
  float: right;
}

#merit ol li:last-child {
  float: none;
  width: 100%;
}

#merit ol li .tit {
  font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 38px;
  font-weight: bold;
  border-bottom: 1px solid #ffa5c7;
  margin-bottom: 15px;
}

#merit ol li .read {
  font-size: 20px;
  line-height: 32px;
}

#merit .read .acc {
  color: #ff0061;
  font-weight: bold;
}


/* 今ならもっとお得に！お試しキャンペーン実施中
--------------------------------------------------------------*/

#campaign {
  padding-bottom: 100px;
  text-align: center;
}

#campaign .txt01 {
  margin-top: 30px;
  line-height: 0;
}

#campaign .txt02 {
  position: relative;
  z-index: 1;
  margin: 40px auto 35px;
}

#campaign .txt03 {
  margin-bottom: 40px;
}

#campaign .btn {
  margin: 35px auto 25px;
  -webkit-animation: anm01 3s ease infinite;
  animation: anm01 3s ease infinite;
}

@-webkit-keyframes anm01 {
  0% {
    -webkit-transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@keyframes anm01 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

#campaign .txt05 {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  letter-spacing: 0.02em;
}



/* 商品注文
--------------------------------------------------------------*/

.order {
  padding-bottom: 96px;
}

.order .ttl_order {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  line-height: 150px;
  background-color: #ff66a0;
}

.order .container {
  width: 860px;
}

.order .txt_lead {
  padding: 48px 0 28px;
}

.order .must {
  display: inline-block;
  margin: 0 25px;
  padding: 4px 6px 2px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  background-color: #ff0061;
}

.order dl {
  border-top: 2px dotted #727171;
}

.order dt,
.order dd {
  font-size: 18px;
}

.order dt {
  padding-top: 28px;
  float: left;
  width: 256px;
  font-weight: bold;
}

.order dd {
  padding: 20px 0;
  padding-left: 256px;
  border-bottom: 2px dotted #727171;
}

.order dt:nth-of-type(even),
.order dd:nth-of-type(even) {
  background-color: #fcfcfc;
}

.order .sei,
.order .mei {
  margin-right: 1.5em;
  display: inline;
}

.order .sei span,
.order .mei span {
  margin-right: .5em;
}

.order .hyphen {
  margin: 0 .25em;
}

.order .order_box {
  margin-left: .5em;
}


::-webkit-input-placeholder {
  color: #aaa;
}
::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #aaa;
}


.order input[type="text"],
.order input[type="email"] {
  width: 464px;
  height: 45px;
  padding: 9px;
  font-size: 18px;
  line-height: 1.5;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;;
}

.order dd:nth-of-type(1) input {
  width: 160px;
}

.order dd:nth-of-type(2) input {
  width: 576px;
}

.order dd:nth-of-type(3) li + li,
.order dd:nth-of-type(5) li + li {
  margin-top: 16px;
}

.order dd:nth-of-type(3) li + li p {
  margin-bottom: 4px;
}

.order dd:nth-of-type(5) li p {
  padding-left: 1.4em;
  font-size: 16px;
}

.order dd:nth-of-type(3) li:nth-child(1) input,
.order dd:nth-of-type(4) input,
.order dd:nth-of-type(6) input {
  width: 78px;
}

.order dd:nth-of-type(5),
.order dd:nth-of-type(7) {
  padding: 28px 0 28px 256px;
}

.order dd:nth-of-type(7) label + label {
  margin-left: 2em;
}

.order select {
  width: 200px;
  height: 45px;
  padding: 9px;
  font-size: 18px;
  line-height: 1.5;
}

.order .submit_cover {
  margin-top: 40px;
  text-align: center;
}

.order input[type="submit"] {
  width: 320px;
  font-size: 18px;
  line-height: 60px;
  border-radius: 8px;
  font-weight: bold;
  color: #fff;
  background-color: #0020a0;
  border-style: none;
  cursor: pointer;
}

/* フッター
--------------------------------------------------------------*/

#footer {
  background: #f2f3fa;
  padding: 60px 0;
  text-align: center;
  color: #3e3a39;
  letter-spacing: 0.02em;
}

#footer ul {
  font-size: 0;
  margin-bottom: 40px;
}

#footer ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
}

#footer ul li + li {
  margin-left: 2.5em;
  padding-left: 2.5em;
  border-left: 1px solid #3e3a39;
}

#footer ul li a {
  color: #3e3a39;
}

#footer .copy small {
  font-size: 14px;
}




/* フローティングバナー
--------------------------------------------------------------*/

#fbnr {
  position: fixed;
  bottom: -180px;
  left: 0;
  width: 100%;
  background: #001f9f;
  text-align: center;
  z-index: 9999;
  line-height: 0;
  padding: 15px 0 10px;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

#fbnr.show {
  bottom: -1px;
}

#fbnr img {
  -webkit-animation: anm02 3s ease infinite;
  animation: anm02 3s ease infinite;
}

@-webkit-keyframes anm02 {
  0% {
    -webkit-transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@keyframes anm02 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}


/*=============================================================================================================

 レスポンシブ

=============================================================================================================*/

@media only screen and (max-width:640px) {

  /* 共通
  --------------------------------------------------------------*/

  body {
    width: 100%;
    min-width: 320px;
    font-size: 4.3vw;
  }

  .container {
    width: 100%;
  }

  .pcin,
  .pc {
    display: none;
  }

  .spin {
    display: inline;
  }

  .sp {
    display: block;
  }

  /* 見出し ---------- */

  .tit01 {
    background: none;
    height: auto;
    line-height: 0;
  }


  /* ヘッダー
  --------------------------------------------------------------*/

  #header {
    background: url(../img/header/bg01_sp.jpg) no-repeat center top;
    background-size: 100% auto;
    height: auto;
    padding: 3.9vw 0 2vw;
  }


  #header .txt01 {
    width: 64%;
    margin: 1vw 0 2.3vw 3vw;
  }

  #header .txt02 {
    margin: 4vw 0 2vw;
    padding-left: 0;
  }

  #header .txt02 img {
    width: 80%;
    padding-left: 5vw;
  }


  /* 痩せない腸をつくる 本当はNGなダイエット常識
  --------------------------------------------------------------*/

  #knows {
    background-size: 100% auto;
    background-position: center 45vw;
    padding-bottom: 15vw;
  }

  #knows .tit01 {
    margin-bottom: 4.7vw;
  }

  #knows .container {
    padding: 0 4.7vw;
  }

  #knows .knows_catch {
    padding-bottom: 20px;
  }

  #knows .knows_catch .catch_txt01 {
    margin-bottom: -35px;
    text-align: center;
    position: relative;
    z-index: 1;
  }

  #knows .knows_catch .catch_img01 {
    float: none;
    width: 70%;
    margin: 0 auto;
  }

  #knows .knows_catch .catch_txt02 {
    float: none;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
  }


  #knows .intro {
    margin-bottom: 7.5vw;
  }

  #knows section,
  #knows section .txt {
    position: relative;
    z-index: 1;
  }

  #knows section .img {
    position: static;
    margin-top: 4vw;
    text-align: center;
  }

  #knows section .img img {
    max-width: 310px;
    width: 80%;
  }

  #knows section + section {
    margin-top: 10vw;
  }

  #knows section h3 {
    margin-bottom: 4vw;
  }

  #knows section p {
    line-height: 7.8vw;
    padding-left: 1vw;
  }

  #knows section p span {
    background: #f9d3ce;
  }

  #knows section:nth-of-type(1) p {
    width: 100%;
  }

  #knows section:nth-of-type(1) .img {
    position: static;
  }

  #knows section:nth-of-type(2) .txt {
    margin-left: 0;
  }

  #knows section:nth-of-type(2) .img {
    position: static;
  }


  /* 問題は、全て腸が解決する?!
  --------------------------------------------------------------*/

  #solution {
    padding-bottom: 15vw;
  }

  #solution .tit01 {
    margin-bottom: 4.7vw;
  }

  #solution .container {
    padding: 0 6.25vw;
  }

  #solution section h3 {
    padding: 0 4.7vw;
  }

  #solution section .inner {
    border: 1.25vw solid #ffeaf2;
    margin-top: -7vw;
    padding: 9.4vw 4.7vw;
  }

  #solution section p {
    font-size: 4.3vw;
    line-height: 7.8vw;
  }

  #solution .solution01 {
    margin-bottom: 7vw;
  }

  #solution .solution01 ul {
    margin: 3vw 0;
  }

  #solution .solution01 .txt01 {
    margin-bottom: 6.25vw;
  }

  #solution .solution01 .txt01 .txt {
    float: none;
    width: 100%;
  }

  #solution .solution01 .txt01 .img {
    float: none;
    text-align: center;
  }

  #solution .solution01 .txt02 .catch {
    margin-bottom: 4.7vw;
  }

  #solution section p .acc {
    font-size: 4.3vw;
  }

  #solution section .summary .acc {
    display: inline-block;
    font-size: 4.7vw;
    line-height: 1.5;
    border-bottom: none;
    text-decoration: underline;
  }

  #solution section .summary .large {
    margin: 3.7vw 0;
    font-size: 12vw;
  }

  #solution section .summary .txt_large {
    font-size: 4.7vw;
  }


  #solution .solution02 .txt01 {
    margin-bottom: 5vw;
  }

  #solution .solution02 .txt01 .txt {
    float: none;
    width: 100%;
    padding-top: 0;
  }

  #solution .solution02 .txt01 .img {
    float: none;
    text-align: center;
  }

  #solution .solution02 .txt02 p + p {
    margin-top: 7vw;
  }

  #solution .solution02 .txt02 .img {
    margin: 7vw 0;
  }

  #solution .solution02 .txt02 .img .img_add {
    width: 31.25vw;
    height: 24vw;
    position: absolute;
    top: auto;
    bottom: 14vw;
    right: -3vw;
  }



  /* ダイエットも美肌もすべては乳酸菌選びにかかっています
  --------------------------------------------------------------*/

  #select .container {
    width: calc(100% - 12.5vw)
  }

  #select .intro {
    text-align: center;
    padding-bottom: 7vw;
  }

  #select .intro .catch {
    margin-bottom: 5vw;
  }

  #select .intro .img {
    padding: 0 3.9vw;
  }

  #select section {
    padding-bottom: 12.5vw;
  }

  #select section h3 {
    margin: 0 -6.25vw 5vw;
  }

  #select section p {
    padding: 0 4.7vw;
    font-size: 4.3vw;
    line-height: 7.8vw;
  }

  #select section p + p {
    margin-top: 4.7vw;
  }


  /* その乳酸菌選びはNGかも!?乳酸菌選びのポイント
  --------------------------------------------------------------*/

  #ng {
    padding-bottom: 15vw;
  }

  #ng .intro {
    background-size: 200% auto;
    padding: 7vw 6.25vw 0;
    margin-bottom: 5vw;
  }

  #ng .intro .txt01 {
    padding: 0 4.7vw;
    margin-bottom: 3vw;
  }

  #ng .intro .txt03,
  #ng .intro .txt04 {
    width: 100%;
    font-size: 4.3vw;
    line-height: 7.8vw;
    margin-top: 5vw;
  }

  #ng .select {
    padding: 0 6.25vw;
  }

  #ng .select .txt02 {
    margin: 3vw auto 0;
  }

  #ng .select .txt03 {
    width: 100%;
    margin: 2.5vw auto;
    font-size: 4.3vw;
    line-height: 7.8vw;
  }

  #ng .select .txt04 {
    margin: 0;
    margin-top: 3vw;
  }


  /* 1日1包・約100円！手軽なのに本格的“乳酸菌”ケア
  --------------------------------------------------------------*/

  #about {
    background-position: center 45vw;
    background-size: 200% auto;
    padding-bottom: 15vw;
  }

  #about .txt,
  #about .img {
    float: none;
  }

  #about .img {
    width: 100%;
    padding-left: 0;
  }

  #about .intro {
    padding-top: 7vw;
    margin-bottom: 12vw;
  }

  #about .intro .txt {
    float: none;
  }

  #about .intro .img {
    margin: 3vw auto;
    text-align: center;
    width: 70%;
    padding: 0;
  }

  #about section {
    padding: 0 6.25vw;
  }

  #about section + section {
    margin-top: 12vw;
  }

  #about section h3 {
    margin-bottom: 3vw;
  }

  #about section .txt p {
    font-size: 4.3vw;
    line-height: 7.8vw;
  }

  #about section .txt p + p {
    margin-top: 4.7vw;
  }

  #about section .img {
    text-align: center;
    margin-bottom: 3vw;
    padding-top: 0;
  }

  #about .pr {
    margin: 6vw 6vw 0;
    padding: 4vw 4vw 2vw;
    background-color: #ff0061;
    -webkit-box-shadow: 0px 0px 16px rgba(100, 6, 64, .85) inset;
    box-shadow: 0px 0px 16px rgba(100, 6, 64, .85) inset;
  }

  #about .pr .txt02 {
    padding: 2vw 0 4vw;
    font-size: 6vw;
    line-height: 1.5;
    text-align: left;
    background: url(../img/pr/arrow.png) center center no-repeat;
    background-size: 100%;
  }

  #about .pr .txt04 {
    padding: 2vw 0 4vw;
    font-size: 3.5vw;
    line-height: 1.5;
  }



  /*  「もう手放せません！」お客様からお喜びの声をいただいています
  --------------------------------------------------------------*/

  #voice {
    padding-bottom: 10vw;
  }

  #voice .tit01 {
    margin-bottom: 5vw;
  }

  #voice section {
    background: url(../img/voice/bg01.png) left top repeat-Y;
    background-size: 960px auto;
    width: calc(100% - 12.5vw);
    margin: 0 auto 5vw;
    padding: 8vw 6vw 4vw 10vw;
  }

  #voice section .txt {
    width: 100%;
    padding-top: 0;
  }

  #voice section:nth-of-type(odd) .txt,
  #voice section:nth-of-type(even) .txt {
    margin-left: 0;
  }

  #voice section .txt h3 {
    font-size: 6vw;
    padding-bottom: 3vw;
    margin-bottom: 6vw;
    line-height: 7vw
  }

  #voice section .txt .read {
    line-height: 6vw;
    margin-bottom: 4vw;
  }

  #voice section .txt .att {
    font-size: 3.12vw;
    text-align: right;
  }

  #voice section .img {
    position: static;
    text-align: center;
    margin-top: 6vw;
  }

  #voice section .img img {
    width: 80%;
  }


  /*  愛飲歴10年のお客様も チョウマモール3つのポイント
  --------------------------------------------------------------*/

  #point {
    padding-bottom: 15vw;
  }

  #point .tit01 {
    margin-bottom: 7vw;
  }
  #point ul {
    background: none;
    height: auto;
    margin-bottom: 7vw;
    padding: 0 6.25vw;
  }

  #point ul li {
    position: static;
    width: 75vw;
    margin: 0 auto 5vw;
  }

  #point ul li:nth-child(1) {
    margin-left: auto;
  }

  #point p {
    padding: 0 6.25vw;
    font-size: 4.2vw;
    line-height: 6.2vw;
  }

  #point p + p {
    margin-top: 4vw;
  }

  #point span.large {
    font-size: 7vw;
    line-height: 10vw;
  }


  /*  よくある質問 Q&A
  --------------------------------------------------------------*/

  #qa {
    padding-bottom: 15vw;
  }

  #qa .tit01 {
    margin-bottom: 6.25vw;
  }

  #qa .container {
    width: calc(100% - 12.5vw);
  }

  #qa dl {
    background: url(../img/qa/bg01_sp.jpg) no-repeat center top;
    background-size: 100% auto;
    height: 217vw;
    padding-top: 19.5vw;
  }

  #qa dl dt,
  #qa dl dd {
    width: 67vw;
    padding-left: 14vw;
  }

  #qa dl dt {
    background-size: 11.25vw;
    height: auto;
    line-height: 6vw;
    margin-bottom: 3vw;
    font-size: 5vw;
  }

  #qa dl dd,
  #qa dl dd:last-of-type {
    background-size: 11.25vw;
    padding-bottom: 4.7vw;
    margin-bottom: 4.7vw;
    font-size: 3.12vw;
    line-height: 5.3vw;
  }

  #qa dl dd:last-of-type {
    height: auto;
    line-height: 5.3vw;
  }


  /* ダイエットや美容だけじゃない ものすごい乳酸菌！
  --------------------------------------------------------------*/

  #merit {
    padding-bottom: 15vw;
  }

  #merit .tit01 {
    margin-bottom: 7vw;
  }

  #merit .container {
    padding: 0 6.25vw;
  }

  #merit .catch {
    margin-bottom: 5vw;
  }

  #merit ol li {
    background-position: -2vw top;
    background-size: 12.5vw;
    width: 100%;
    padding: 2vw 0 0 12vw;
    margin-bottom: 5vw;
  }

  #merit ol li:nth-child(1) {
    background-image: url(../img/merit/num01.png);
  }

  #merit ol li:nth-child(2) {
    background-image: url(../img/merit/num02.png);
  }

  #merit ol li:nth-child(3) {
    background-image: url(../img/merit/num03.png);
  }

  #merit ol li:nth-child(4) {
    background-image: url(../img/merit/num04.png);
  }

  #merit ol li:nth-child(5) {
    background-image: url(../img/merit/num05.png);
  }

  #merit ol li:nth-child(odd),
  #merit ol li:nth-child(even),
  #merit ol li:last-child {
    float: none;
    width: 100%;
  }

  #merit ol li .tit {
    font-size: 6vw;
    margin-bottom: 3vw;
  }

  #merit ol li .read {
    font-size: 4vw;
    line-height: 6vw;
  }


  /* 今ならもっとお得に！お試しキャンペーン実施中
  --------------------------------------------------------------*/

  #campaign {
    padding-bottom: 15vw;
  }

  #campaign .txt01,
  #campaign .txt02,
  #campaign .txt03 {
    padding: 0 6.25vw;
  }


  #campaign .txt02 {
    margin: 4vw auto 4.7vw;
  }

  #campaign .txt03 {
    margin-bottom: 5vw;
  }

  #campaign .btn {
    margin: 5vw auto;
  }

  #campaign .txt05 {
    font-size: 3.12vw;
    line-height: 4.2vw;
    padding: 0 6.25vw;
  }



  /* 商品注文
  --------------------------------------------------------------*/

  .order {
    padding-bottom: 15vw;
  }

  .order .ttl_order {
    font-size: 10vw;
    line-height: 2.5;
  }

  .order .container {
  width: 90%;
  }

  .order .txt_lead {
    padding: 10vw 0 5vw;
  }

  .order .must {
    margin: 0;
    margin-right: .5em;
    font-size: 5vw;
  }

  .order dt,
  .order dd {
    font-size: 5vw;
  }

  .order dt {
    padding-top: 5vw;
    float: none;
    width: 100%;
  }

  .order dd {
    padding: 3vw 0 5vw;
    padding-left: 0;
  }

  .order .sei,
  .order .mei {
    display: block;
  }

  .order .mei {
    margin-top: 2vw;
  }

  .order .sei span,
  .order .mei span {
    margin-right: .5em;
  }

  .order .hyphen {
    margin: 0 .25em;
  }

  .order .order_box {
    margin-left: .5em;
  }


  .order input[type="text"],
  .order input[type="email"] {
    width: 100%;
    height: auto;
    padding: 8px;
    font-size: 5vw;
  }

  .order dd:nth-of-type(1) input {
    width: 70%;
  }

  .order dd:nth-of-type(2) input {
    width: 100%;
  }


  .order dd:nth-of-type(5) li p {
    padding-left: 1.6em;
    font-size: 4vw;
  }

  .order dd:nth-of-type(3) li:nth-child(1) input,
  .order dd:nth-of-type(4) input,
  .order dd:nth-of-type(6) input {
    width: 28%;
  }

  .order dd:nth-of-type(5),
  .order dd:nth-of-type(7) {
    padding: 2vw 0 5vw;
  }

  .order dd:nth-of-type(7) label {
    display: block;
    margin-top: 2vw;
  }

  .order dd:nth-of-type(7) label + label {
    margin-left: 0;
  }

  .order select {
    width: 70%;
    height: auto;
    padding: 8px;
    font-size: 5vw;
  }

  .order .submit_cover {
    margin-top: 10vw;
  }

  .order input[type="submit"] {
              width: 280px;
    font-size: 18px;
    line-height: 60px;
    border-radius: 8px;
    font-weight: bold;
    color: #fff;
    background-color: #0020a0;
    border-style: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }



  /* フッター
  --------------------------------------------------------------*/

  #footer {
    padding: 0;
  }

  #footer ul {
    margin-bottom: 0;
  }

  #footer ul li {
    display: block;
    font-size: 4vw;
    border-bottom: 1px solid #fff;
  }

  #footer ul li + li {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }

  #footer ul li a {
    background: #ec408a;
    display: block;
    height: 12.5vw;
    line-height: 12.5vw;
    color: #fff;
  }

  #footer .copy {
    padding: 6.25vw 0;
  }

  #footer .copy small {
    font-size: 3.12vw;
  }


  /* フローティングバナー
  --------------------------------------------------------------*/

  #fbnr {
    padding: 2vw 3vw;
    bottom: -25vw;
  }

  #fbnr.show {
    bottom: -1px;
  }

}
