header,
footer,
article,
aside,
section {
  display: block;
}

ul,
li {
  list-style-type: none;
}

table,
img {
  border: 0;
}

hr {
  display: none;
  clear: both;
}

em {
  font-style: normal;
}

address {
  font-style: normal;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  line-height: 1;
  letter-spacing: 0;
}

input,
textarea,
select,
button {
  font-family: inherit;
  font-size: inherit;
}

input,
button {
  outline: 0;
}

label,
button {
  cursor: pointer;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #529aeb;
  box-shadow: 0px 0px 3px rgba(82, 154, 235, 0.4);
}

::-webkit-input-placeholder {
  color: #8f8f8f;
}

:-ms-input-placeholder {
  color: #8f8f8f;
}

::placeholder {
  color: #8f8f8f;
}

img {
  vertical-align: top;
}

object {
  pointer-events: none;
}

body {
  -webkit-text-size-adjust: 100%;
}

.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
}

.clearB {
  clear: both;
}

.floatR {
  float: right;
}

.floatL {
  float: left;
}

a {
  text-decoration: underline;
  verflow: hidden;
  outline: none;
  color: #00692f;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

*:focus {
  outline: none;
  color: inherit;
}

.linkNon {
  color: inherit;
  text-decoration: none;
}

.linkNon a {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 700px) {
  a.hover {
    transition: opacity 0.22s ease-out;
  }

  a.hover:hover {
    opacity: 0.8;
  }
}

html {
  font-size: 2.7vw;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #292929;
  font-size: 1.6rem;
}

.en {
  font-family: 'Noto Serif JP', serif;
}

.eigo {
  font-family: 'Alata', sans-serif;
}

.w100 {
  width: 100%;
}

.nowrap {
  display: inline-block;
  white-space: nowrap;
}

.alignR {
  text-align: right;
}

.alignC {
  text-align: center;
}

.kome {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
}

.komeList li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
  margin-top: 0.3em;
}

.dotList li {
  padding-left: 1em;
  position: relative;
  line-height: 1.5;
  margin-top: 0.4em;
}

.dotList li:before {
  content: '';
  line-height: 0;
  width: 3px;
  height: 3px;
  background: rgba(0, 0, 0, 0.7);
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0.3em;
  top: 0.7em;
  transform: translate(-50%, -50%);
}

.kome .nowrap,
.komeList li .nowrap,
.dotList li .nowrap {
  text-indent: 0;
}

.spNon {
  display: none;
}

@media screen and (min-width: 600px) {
  html {
    min-width: 750px;
  }
}

@media screen and (min-width: 700px) {
  html {
    font-size: 62.5%;
  }

  .spOnly {
    display: none;
  }

  .spNon {
    display: block;
  }
}

ol.num {
  list-style: decimal outside;
  margin: 1em 0 1em 1.4em;
}

ol.num li {
  list-style: decimal outside;
  padding-left: 0.5em;
  margin-top: 0.4em;
  line-height: 1.7;
}

ol.num ul.dotList {
  margin-top: 0.8em;
}

ol.num ul.dotList li {
  list-style: none;
  padding-left: 1.1em;
}

ol.maru {
  list-style: none;
  margin: 1em 0;
}

ol.maru li {
  list-style: none;
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-top: 0.4em;
  line-height: 1.7;
}

ol.maru ul.dotList {
  margin-top: 0.8em;
}

ol.maru ul.dotList li {
  list-style: none;
  padding-left: 1.1em;
  text-indent: 0;
}

.sTable {
  border: #005722 1px solid;
  background: #fff;
  border-right: none;
  border-bottom: none;
  border-collapse: separate;
  border-spacing: 0;
  margin: 1em 0 1.3em;
  width: 90vw;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 3vw;
}

.sTable.center th,
.sTable.center td {
  text-align: center;
  text-align-last: center;
}

.sTable th,
.sTable td {
  border-right: #005722 1px solid;
  border-bottom: #005722 1px solid;
  padding: 0.6em 0.8em;
  line-height: 1.5;
  font-weight: normal;
}

.sTable .pick {
  background: #fffcd1;
}

.sTable th.pick {
  background: #e7f2be;
  font-weight: bold;
}

.sTable thead th {
  text-align: center;
  padding: 0.5em 0.5em;
  background: #eef5ee;
}

.sTable tbody th {
  text-align: left;
  background: #eef5ee;
}

.sTable .dotList {
  margin: 0;
}

.sTable .dotList li {
  line-height: 1.6;
  margin-top: 0.3em;
}

.sTable .dotList li:first-child {
  margin: 0;
}

@media screen and (min-width: 700px) {
  .sTable {
    width: 100%;
    left: auto;
    transform: translate(0, 0);
    font-size: 1.5rem;
  }
}

.fz11 {
  font-size: 1.1rem;
}

.fz12 {
  font-size: 1.2rem;
}

.fz13 {
  font-size: 1.3rem;
}

.fz14 {
  font-size: 1.4rem;
}

.fz15 {
  font-size: 1.5rem;
}

.fz16 {
  font-size: 1.6rem;
}

.fz17 {
  font-size: 1.7rem;
}

.fz18 {
  font-size: 1.8rem;
}

.lh15 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.6;
}

.lh17 {
  line-height: 1.7;
}

.lh18 {
  line-height: 1.8;
}

.lh19 {
  line-height: 1.9;
}

.lh20 {
  line-height: 2;
}

.mrgB05 {
  margin-bottom: 5px;
}

.mrgB10 {
  margin-bottom: 10px;
}

.mrgB15 {
  margin-bottom: 15px;
}

.mrgB20 {
  margin-bottom: 20px;
}

.mrgB25 {
  margin-bottom: 25px;
}

.mrgB30 {
  margin-bottom: 30px;
}

.mrgB35 {
  margin-bottom: 35px;
}

.mrgB40 {
  margin-bottom: 40px;
}

.mrgB45 {
  margin-bottom: 45px;
}

.mrgB50 {
  margin-bottom: 50px;
}

.mrgB55 {
  margin-bottom: 55px;
}

.mrgB60 {
  margin-bottom: 60px;
}

.mrgB65 {
  margin-bottom: 65px;
}

.mrgB70 {
  margin-bottom: 70px;
}

.mrgB75 {
  margin-bottom: 75px;
}

.mrgB80 {
  margin-bottom: 80px;
}

.mrgB85 {
  margin-bottom: 85px;
}

.mrgB90 {
  margin-bottom: 90px;
}

.mB05em {
  margin-bottom: 0.5em;
}

.mB1em {
  margin-bottom: 1em;
}

.mB15em {
  margin-bottom: 1.5em;
}

.mB2em {
  margin-bottom: 2em;
}

.mB25em {
  margin-bottom: 2.5em;
}

.mB3em {
  margin-bottom: 3em;
}

.mB35em {
  margin-bottom: 3.5em;
}

.mB4em {
  margin-bottom: 4em;
}

.mT05em {
  margin-top: 0.5em;
}

.mT1em {
  margin-top: 1em;
}

.mT15em {
  margin-top: 1.5em;
}

.mT2em {
  margin-top: 2em;
}

.mT25em {
  margin-top: 2.5em;
}

.padB05 {
  padding-bottom: 5px;
}

.padB10 {
  padding-bottom: 10px;
}

.padB15 {
  padding-bottom: 15px;
}

.padB20 {
  padding-bottom: 20px;
}

.padB25 {
  padding-bottom: 25px;
}

.padB30 {
  padding-bottom: 20px;
}

.padB35 {
  padding-bottom: 35px;
}

.padB40 {
  padding-bottom: 45px;
}

.padB50 {
  padding-bottom: 50px;
}

.padB55 {
  padding-bottom: 55px;
}

.padB60 {
  padding-bottom: 60px;
}

.padB65 {
  padding-bottom: 65px;
}

.padB70 {
  padding-bottom: 70px;
}

.padB75 {
  padding-bottom: 75px;
}

.padB80 {
  padding-bottom: 80px;
}

.padB85 {
  padding-bottom: 85px;
}

.padB90 {
  padding-bottom: 90px;
}

.pT05em {
  padding-top: 0.5em;
}

.pT1em {
  padding-top: 1em;
}

.pT15em {
  padding-top: 1.5em;
}

.c-gmenu__container__inner__search__wrap:before,
.p-review__inner__all__btn:after,
.p-review__inner__all__btn:before,
.u-icon,
.u-icon--account,
.u-icon--arrow,
.u-icon--balloon,
.u-icon--calendar,
.u-icon--card,
.u-icon--cart,
.u-icon--close,
.u-icon--dot,
.u-icon--edit,
.u-icon--facebook,
.u-icon--heart,
.u-icon--heart_blank,
.u-icon--home,
.u-icon--instagram,
.u-icon--line,
.u-icon--logout,
.u-icon--menu,
.u-icon--minus,
.u-icon--phone,
.u-icon--plus,
.u-icon--point,
.u-icon--question,
.u-icon--search,
.u-icon--secret,
.u-icon--star,
.u-icon--star_blank,
.u-icon--track,
.u-icon--twitter {
  display: inline-block;
  font-family: 'Font Awesome 5 Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.u-icon--plus:before {
  content: '\f067';
}

.u-icon--minus:before {
  content: '\f068';
}

@keyframes btnLight {
  0% {
    left: 0;
    transform: translate(-100%, -50%);
  }

  35% {
    left: 0;
    transform: translate(-100%, -50%);
  }

  65% {
    left: 100%;
    transform: translate(100%, -50%);
  }

  100% {
    left: 100%;
    transform: translate(100%, -50%);
  }
}

.tanpin #shipping_carrier_description .kumiawase {
  display: none;
}

.tanpin #view-shipping-carrier span.form_required_ec {
  display: none;
}

.tanpin #view-shipping-carrier span.form_required_sp_ec {
  display: none;
}

.tanpin #view-payment-information #payment_method_description span.nomal {
  display: none !important;
}

.tanpin #view-payment-information #payment_method_description span.teikiSyokai {
  display: inline-block !important;
}

footer.lp01 {
  background: #e3e3e3;
  color: #4a4a4a;
  padding: 8vw 5vw 7vw;
  margin-top: 8vw;
  text-align: center;
}

footer.lp01 .logo {
  width: 36vw;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

footer.lp01 .l-footer__sns {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 8vw 0;
}

footer.lp01 .l-footer__sns a {
  margin: 0 10px;
  width: 26px;
}

footer.lp01 .l-footer__sns img {
  width: 100%;
}

footer.lp01 .l-footer__nav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.2rem;
  line-height: 2;
}

footer.lp01 .l-footer__nav a {
  color: inherit;
  text-decoration: none;
}

footer.lp01 .l-footer__nav__item::after {
  content: '|';
  padding: 0 15px;
}

@media screen and (min-width: 700px) {
  footer.lp01 {
    padding: 45px 25px 25px;
    margin-top: 60px;
  }

  footer.lp01 .logo {
    width: 200px;
  }

  footer.lp01 .l-footer__sns {
    margin: 50px 0 45px;
  }

  footer.lp01 .l-footer__sns a {
    margin: 0 16px;
    width: 28px;
  }

  footer.lp01 .l-footer__nav {
    font-size: 1.3rem;
    line-height: 2.6;
  }
}

.js-show-movie {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}

.js-show-movie .mark {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
}

.js-show-movie .show-movie {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.js-show-movie .js-close-movie {
  position: relative;
  width: 90%;
  max-width: 960px;
  height: 30px;
  z-index: 3;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.js-show-movie .js-close-movie .js-close {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.js-show-movie .js-close-movie .js-close:after,
.js-show-movie .js-close-movie .js-close:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: #fff;
  top: 50%;
  left: 50%;
}

.js-show-movie .js-close-movie .js-close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.js-show-movie .js-close-movie .js-close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.js-show-movie .show-movie__content {
  position: relative;
  width: 90%;
  max-width: 960px;
  z-index: 2;
  padding-top: 50.6%;
}

.js-show-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

@media screen and (min-width: 960px) {
  .js-show-movie .show-movie__content {
    padding-top: 0;
    height: 540px;
  }
}

#lpFormBox .landing_form_label_ec {
  background-color: #00692f;
}

#lpFormBox .landing_form_label_sp_ec {
  background: #00692f;
  font-size: 17px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#lpFormBox input {
  border-color: #c3c3c3;
  color: #000;
  border-radius: 0;
  box-shadow: none;
  outline: none;
}

#lpFormBox select {
  border-color: #c3c3c3;
  border-radius: 0;
  color: #000;
}

#lpFormBox .form_main_container_sp_ec div.form_group_sp_ec input {
  line-height: 1.6;
  border-style: solid;
  border-width: 1px;
}

#lpFormBox .form_main_container_sp_ec div.form_group_sp_ec select {
  height: 44px;
}

#lpFormBox #scheduled_1st_delivery_date_text {
  padding-top: 1em;
  padding-bottom: 1em;
}

#lpFormBox .submit_bottom_ec,
#lpFormBox .submit_bottom_sp_ec {
  background-image: url('../images/form_btn01.png');
}

#lpFormBox table.landing_form_ec {
  border-color: #c3c3c3;
  background: #fff;
}

#lpFormBox .landing_form_ec th,
#lpFormBox .form_box_label_sp_ec {
  border-color: #c3c3c3;
  background-color: #ecf3d3;
}

#lpFormBox .landing_form_ec td {
  border-color: #c3c3c3;
  background-color: #ffffff;
}

#lpFormBox span.form_required_ec,
#lpFormBox span.form_required_sp_ec {
  font-size: 11px;
  background: none;
  color: #bb2018;
  padding: 0;
}

#lp01Page main {
  max-width: 700px;
  margin: 0 auto;
}

#lp01Page .keyC {
  color: #00692f;
}

#lp01Page .gray {
  color: #5c5c5c;
}

#lp01Page .gothTxt {
  font-family: 'Noto Sans JP', sans-serif !important;
}

#lp01Page .minTxt {
  font-family: 'Noto Serif JP', serif !important;
  font-feature-settings: 'palt';
  font-weight: 500;
}

#lp01Page .btnForm {
  padding: 10vw 0 8vw;
  background: #dee6e6;
}

#lp01Page .btnForm a {
  max-width: 91%;
  margin: 0 auto;
  display: block;
  position: relative;
}

#lp01Page .btnForm a:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 11.3%;
  background: url('../images/btn_shadow.png') no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 40%);
  z-index: -1;
}

#lp01Page .btnForm.otameshi2 a {
  max-width: 88%;
}

#lp01Page .btnForm p {
  position: relative;
  overflow: hidden;
}

#lp01Page .btnForm .btnTop {
  text-align: center;
  width: 67%;
  margin: 0 auto 4vw;
}

#lp01Page .btnForm img {
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lp01Page .btnForm .item {
  width: 34%;
  position: absolute;
  left: 2%;
  top: 52%;
  transform: translate(0, -50%);
  z-index: 10;
}

#lp01Page .btnForm .item.otegaru {
  width: 32%;
  position: absolute;
  left: 2%;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 10;
}

#lp01Page .btnForm .limit {
  width: 22%;
  position: absolute;
  right: -4%;
  bottom: -11%;
  z-index: 10;
}

#lp01Page .btnForm .light {
  width: 30.6%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-100%, -50%);
  z-index: 4;
  opacity: 0.9;
  animation: btnLight ease-out 6s infinite;
}

#lp01Page .btnForm#btn02 {
  background: #e8eeec;
  padding-top: 0.5vw;
}

#lp01Page .btnForm#btn03,
#lp01Page .btnForm#btn04 {
  background: none;
}

@media screen and (min-width: 700px) {
  #lp01Page .btnForm {
    padding: 65px 0 60px;
  }

  #lp01Page .btnForm a {
    max-width: 74%;
    transform: scale(1, 1);
    transition: all 0.2s ease-out;
    transform: scale(1, 1);
  }

  #lp01Page .btnForm.otameshi21 a {
    max-width: 530px;
  }

  #lp01Page .btnForm.otameshi21 a:hover {
    transform: scale(1.03, 1.03);
  }

  #lp01Page .btnForm.otameshi2 a {
    max-width: 74%;
  }

  #lp01Page .btnForm.otameshi2 a:hover {
    transform: scale(1.03, 1.03);
  }

  #lp01Page .btnForm .btnTop {
    width: 50%;
    margin: 0 auto 25px;
  }

  #lp01Page .btnForm#btn01 {
    background: #e6ecec;
    padding: 0 0 40px;
  }
}

#lp01Page .topArea {
  background: url('../images/top_bg.jpg') no-repeat top 26% center;
  background-size: cover;
  padding: 7vw 0 2vw;
}

#lp01Page .topArea .catch {
  font-size: 4.6vw;
  font-weight: bold;
  letter-spacing: 6px;
  padding-left: 10px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 92%;
}

#lp01Page .topArea.lp02 {
  background-position: top 66% center;
  padding: 11vw 0 8vw;
}

#lp01Page .topArea.lp02 .logoW {
  width: 50%;
  margin: 0 auto;
}

#lp01Page .topArea.lp04 {
  background:
    url('../images/ha.png') no-repeat right -9% top 6%,
    url('../images/top_bg2.jpg') no-repeat bottom 18% center,
    #d8e4e2;
  background-size: 30%, 142%;
  padding: 11vw 0 8vw;
}

#lp01Page .topArea.lp04 .topCatch {
  width: 65%;
  margin: 0 0 15vw 8vw;
  padding: 5vw 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lp01Page .topArea.lp04 .logoW {
  width: 50%;
  margin: 0 auto;
}

#lp01Page .topArea.lp04 .catch {
  margin-bottom: 90%;
}

#lp01Page .topArea h1 {
  width: 44%;
  margin: 0 auto;
}

@media screen and (min-width: 700px) {
  #lp01Page .topArea {
    background: url('../images/p-kv_slider001.jpg') no-repeat bottom center;
    background-size: 100%;
    padding: 54px 0 200px;
  }

  #lp01Page .topArea .catch {
    font-size: 2.9rem;
    letter-spacing: 6px;
    padding-left: 6px;
    margin-bottom: 5%;
  }

  #lp01Page .topArea h1 {
    width: 32%;
    margin: 0 auto;
  }

  #lp01Page .topArea.lp02 {
    background-position: bottom center;
    padding: 54px 0 200px;
  }

  #lp01Page .topArea.lp02 .logoW {
    width: 30%;
    margin: 0 auto;
  }

  #lp01Page .topArea.lp04 {
    background:
      url('../images/ha.png') no-repeat right -7% top 2%,
      url('../images/top_bg2.jpg') no-repeat bottom 110% center,
      #d8e4e2;
    background-size: 29%, 110%;
    padding: 90px 0 50px;
  }

  #lp01Page .topArea.lp04 .topCatch {
    width: 56%;
    margin: 0 0 130px 80px;
    padding: 0;
  }

  #lp01Page .topArea.lp04 .logoW {
    width: 40%;
    margin: 0 auto;
  }

  #lp01Page .topArea.lp04 .catch {
    margin-bottom: 72%;
  }
}

#lp01Page .pointBox .whiteBox {
  background: #fff;
  padding: 7vw 6vw;
}

#lp01Page .pointBox .txt {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
}

@media screen and (min-width: 700px) {
  #lp01Page .pointBox .whiteBox {
    padding: 45px 60px;
  }

  #lp01Page .pointBox .txt {
    font-size: 1.7rem;
    line-height: 2;
  }
}

#lp01Page #seniBox {
  background: #dee6c0 url('../images/bg01-01.jpg') no-repeat center top -3%;
  background-size: 100%;
  padding: 20vw 3vw 8vw;
}

#lp01Page #seniBox.haikei02 {
  background: #dee6c0 url('../images/OKS02999.jpg') no-repeat center top -2%;
  background-size: 146%;
  padding: 30vw 3vw 8vw;
}

#lp01Page #seniBox h2 {
  width: 60%;
  margin: 0 auto 23vw;
}

#lp01Page #seniBox .catch {
  width: 58%;
  margin: 52vw auto;
}

#lp01Page #seniBox h3.minTxt {
  color: #477824;
  font-size: 5.3vw;
  letter-spacing: 0.18em;
  line-height: 1.7;
  font-weight: bold;
  margin-bottom: 1.2em;
  margin-top: 12vw;
}

#lp01Page #seniBox h3.minTxt:first-of-type {
  margin-top: 0;
}

#lp01Page #seniBox .txt .gothTxt {
  font-weight: bold;
}

#lp01Page #seniBox .graph {
  margin: 10vw -3vw 4vw;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lp01Page #seniBox .img {
  margin: 8vw 0 5px;
}

#lp01Page #seniBox .imgTxt {
  font-size: 1.3rem;
  margin-bottom: 2em;
}

#lp01Page #seniBox .komeList {
  margin: 0 0 0;
}

@media screen and (min-width: 700px) {
  #lp01Page #seniBox {
    background: #dee6c0 url('../images/bg01-01.jpg') no-repeat center top -7%;
    padding: 110px 40px 50px;
  }

  #lp01Page #seniBox.haikei02 {
    background: #dee6c0 url('../images/OKS02999.jpg') no-repeat center top -2%;
    background-size: 140%;
    padding: 186px 40px 50px;
  }

  #lp01Page #seniBox h2 {
    width: 45%;
    margin: 0 auto 160px;
  }

  #lp01Page #seniBox .catch {
    width: 44%;
    margin: 230px auto 200px;
  }

  #lp01Page #seniBox h3.minTxt {
    font-size: 2.4rem;
    letter-spacing: 0.14em;
    margin-right: -1em;
    margin-top: 70px;
  }

  #lp01Page #seniBox .graph {
    margin: 40px 10px 30px;
  }

  #lp01Page #seniBox .img {
    margin: 40px 0 6px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  #lp01Page #seniBox .imgTxt {
    font-size: 1.4rem;
    margin-bottom: 3em;
  }
}

#lp01Page #yosanBox {
  background: #95bfe3 url('../images/bg02.jpg') no-repeat center top -4%;
  background-size: 100%;
  padding: 10vw 3vw 8vw;
}

#lp01Page #yosanBox h2 {
  width: 92%;
  margin: 0 auto 88vw;
}

#lp01Page #yosanBox.haikei02 h2 {
  margin: 0 auto 50vw;
}

#lp01Page #yosanBox .catchTxt {
  width: 92%;
  padding-left: 2vw;
  margin-bottom: 7vw;
}

#lp01Page #yosanBox h3.minTxt {
  color: #2e6e35;
  font-size: 5.3vw;
  letter-spacing: 0.17em;
  line-height: 1.7;
  font-weight: bold;
  margin: 2.5em 0 1.2em;
}

#lp01Page #yosanBox h3.minTxt:first-of-type {
  margin-top: 0;
}

#lp01Page #yosanBox .graph {
  margin: 7vw -3vw 4vw;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (min-width: 700px) {
  #lp01Page #yosanBox {
    background: #95bfe3 url('../images/bg02_pc.jpg') no-repeat center top -1%;
    padding: 60px 40px 50px;
  }

  #lp01Page #yosanBox h2 {
    width: 80%;
    margin: 0 auto 52%;
  }

  #lp01Page #yosanBox.haikei02 {
    background-position: center top -13%;
  }

  #lp01Page #yosanBox.haikei02 h2 {
    margin: 0 auto 220px;
  }

  #lp01Page #yosanBox .catchTxt {
    width: 74%;
    padding-left: 10px;
    margin-bottom: 24px;
  }

  #lp01Page #yosanBox h3.minTxt {
    font-size: 2.4rem;
    letter-spacing: 0.14em;
    margin-right: -1em;
    margin-top: 3em;
  }

  #lp01Page #yosanBox .graph {
    margin: 45px 10px 20px;
  }
}

#lp01Page #kingBox {
  background: #e8eeec url('../images/bg03.jpg') no-repeat center top -1%;
  background-size: 100%;
  padding: 9vw 3vw 8vw;
}

#lp01Page #kingBox.haikei02 {
  padding: 94vw 3vw 8vw;
  background-position: center top -9%;
}

#lp01Page #kingBox h2 {
  color: #30582c;
  font-size: 2.7rem;
  letter-spacing: 0.09em;
  padding-left: 1px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 85vw;
}

#lp01Page #kingBox .catch {
  width: 80%;
  margin: 0 0 8vw 4vw;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lp01Page #kingBox h3 {
  color: #30582c;
  font-size: 5.5vw;
  letter-spacing: 0.17em;
  line-height: 1.7;
  font-weight: bold;
  margin: 0 0 1.2em;
}

#lp01Page #kingBox .txt .gothTxt {
  font-weight: bold;
}

#lp01Page #kingBox .graph {
  margin: 12vw -1vw 12vw;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lp01Page #kingBox .komeList {
  margin: 8vw -1vw 0;
}

@media screen and (min-width: 700px) {
  #lp01Page #kingBox {
    background-position: center top -50px;
    background-size: 65%;
    padding: 50px 40px 50px;
  }

  #lp01Page #kingBox.haikei02 {
    padding: 330px 40px 50px;
    background-position: center top -120px;
  }

  #lp01Page #kingBox .h2Txt {
    font-size: 2.3rem;
    margin-bottom: 0.8em;
  }

  #lp01Page #kingBox h2 {
    font-size: 3.3rem;
    margin-bottom: 62%;
    letter-spacing: 0.08em;
    padding-left: 1px;
  }

  #lp01Page #kingBox .catch {
    width: 56%;
    margin: 0 0 40px 25px;
  }

  #lp01Page #kingBox h3 {
    font-size: 2.4rem;
    letter-spacing: 0.14em;
  }

  #lp01Page #kingBox .graph {
    margin: 60px 10px 60px;
  }

  #lp01Page #kingBox .komeList {
    margin: 50px 0 0;
  }
}

#lp01Page #interviewWrap {
  background: #e9f0ce;
  padding: 4vw 0 4vw;
}

#lp01Page #interviewWrap h2 {
  margin: 0 9vw;
  text-align: center;
}

#lp01Page #interviewWrap h2 p {
  font-size: 2.8rem;
  letter-spacing: 0.06em;
  font-weight: normal;
  display: inline-block;
  padding: 0.6em 0 1em 2px;
  position: relative;
}

#lp01Page #interviewWrap h2 p img {
  width: 6.5vw;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(15deg) translate(140%, -4%);
}

#lp01Page #interviewWrap .interviewBox {
  overflow: hidden;
  padding-top: 54.2vw;
  position: relative;
}

#lp01Page #interviewWrap .interviewBox .bg {
  width: 100vw;
  height: 84.2vw;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}

#lp01Page #interviewWrap .interviewBox .bg:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

#lp01Page #interviewWrap .interviewBox h3.minTxt {
  font-size: 5.2vw;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #fff;
  position: absolute;
  left: 6vw;
  top: 27vw;
  transform: translate(0, -50%);
  z-index: 10;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

#lp01Page #interviewWrap .interviewBox .acBoxWrap {
  position: relative;
  z-index: 10;
  margin: 0 3vw 0;
}

#lp01Page #interviewWrap .interviewBox .acBtn {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  width: 46%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  padding: 7px;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

#lp01Page #interviewWrap .interviewBox .acBtn img {
  height: 12px;
}

#lp01Page #interviewWrap .interviewBox .acBtn img.close {
  display: none;
}

#lp01Page #interviewWrap .interviewBox .acBoxWrap.open .acBtn img.close {
  display: block;
}

#lp01Page #interviewWrap .interviewBox .acBoxWrap.open .acBtn img.more {
  display: none;
}

#lp01Page #interviewWrap .interviewBox .acBox {
  padding-bottom: 6vw;
  display: none;
}

#lp01Page #interviewWrap .interviewBox .acBox img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lp01Page #interviewWrap #inImai .bg {
  background: url(https://ec-force.s3.amazonaws.com/aotsubucojp/uploads/assets/images/p-special_interview_bg006.jpg)
    no-repeat left 40% center;
  background-size: 160%;
}

#lp01Page #interviewWrap #inKawasaki .bg {
  background: url(https://ec-force.s3.amazonaws.com/aotsubucojp/uploads/assets/images/p-special_interview_bg004.jpg)
    no-repeat left 54% center;
  background-size: 160%;
}

#lp01Page #interviewWrap #inKawasaki h3.minTxt {
  left: 40%;
}

#lp01Page #interviewWrap #inHayama .bg {
  background: url(https://ec-force.s3.amazonaws.com/aotsubucojp/uploads/assets/images/p-special_interview_bg005.jpg)
    no-repeat left 54% center;
  background-size: 180%;
}

#lp01Page #interviewWrap #inHayama h3.minTxt {
  left: 9vw;
}

@media screen and (min-width: 700px) {
  #lp01Page #interviewWrap {
    padding: 20px 0 30px;
  }

  #lp01Page #interviewWrap h2 {
    margin: 0 12% 0px;
  }

  #lp01Page #interviewWrap h2 p {
    font-size: 3.4rem;
    letter-spacing: 0.06em;
    padding: 0.4em 0 1em 0;
  }

  #lp01Page #interviewWrap h2 p img {
    width: 30px;
    transform: rotate(15deg) translate(150%, -4%);
  }

  #lp01Page #interviewWrap .interviewBox {
    padding-top: 54.2%;
  }

  #lp01Page #interviewWrap .interviewBox .bg {
    width: 100%;
    height: 490px;
  }

  #lp01Page #interviewWrap .interviewBox h3.minTxt {
    font-size: 3rem;
    left: 50px;
    top: 180px;
  }

  #lp01Page #interviewWrap .interviewBox .acBoxWrap {
    margin: 0 70px;
  }

  #lp01Page #interviewWrap .interviewBox .acBtn {
    width: 44%;
    padding: 10px;
  }

  #lp01Page #interviewWrap .interviewBox .acBtn img {
    height: 18px;
  }

  #lp01Page #interviewWrap .interviewBox .acBox {
    padding-bottom: 40px;
  }

  #lp01Page #interviewWrap #inKawasaki h3.minTxt {
    left: 45%;
  }

  #lp01Page #interviewWrap #inHayama h3.minTxt {
    left: 70px;
  }
}

#lp01Page #featureList {
  color: #000;
}

#lp01Page #featureList li {
  position: relative;
  padding: 10vw 11vw 12vw;
}

#lp01Page #featureList h2 {
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}

#lp01Page #featureList .txt {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
}

#lp01Page #featureList div.num {
  font-size: 9rem;
  width: 1.2em;
  text-align: center;
  margin-bottom: 12vw;
}

#lp01Page #featureList div.num p.num {
  line-height: 1.1;
}

#lp01Page #featureList div.num span {
  font-size: 2.3rem;
  letter-spacing: 0.08em;
  line-height: 1;
  display: block;
}

#lp01Page #featureList .listTop {
  padding: 4vw 10vw 50vw;
  background: url(https://ec-force.s3.amazonaws.com/aotsubucojp/uploads/assets/images/product_detail_blue_whelk.jpg)
    no-repeat center center;
  background-size: cover;
  text-align: center;
  color: #fff;
}

#lp01Page #featureList .listTop.per02 {
  background: url('../images/toha_bg02.jpg') no-repeat center center;
  background-size: 200%;
}

#lp01Page #featureList .listTop.per02 .txt {
  text-align: left;
  text-align-last: left;
}

#lp01Page #featureList .listTop * {
  position: relative;
  z-index: 10;
}

#lp01Page #featureList .listTop:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

#lp01Page #featureList .listTop .logoW {
  width: 56%;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lp01Page #featureList .listTop h2 {
  font-weight: normal;
  font-size: 3rem;
  margin: 1.2em 0 0.8em;
}

#lp01Page #featureList .listTop .txt {
  font-size: 1.7rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: center;
  text-align-last: center;
  text-justify: none;
}

#lp01Page #featureList.otameshi21 .listTop {
  padding: 4vw 10vw 58vw;
  background-size: 220%;
}

#lp01Page #featureList .btnFormLi {
  padding: 0;
  height: 0;
}

#lp01Page #featureList .btnForm {
  width: 100vw;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -115%);
  padding: 0;
  z-index: 10;
}

#lp01Page #featureList .feature01 {
  background: url(https://ec-force.s3.amazonaws.com/aotsubucojp/uploads/assets/images/sp_product_detail_feature_01.jpg)
    no-repeat center top 20%;
  background-size: cover;
}

#lp01Page #featureList .feature01 div.num {
  margin-left: auto;
}

#lp01Page #featureList .feature02 {
  background: url(https://ec-force.s3.amazonaws.com/aotsubucojp/uploads/assets/images/sp_product_detail_feature_02.jpg)
    no-repeat center center;
  background-size: cover;
  color: #fff;
}

#lp01Page #featureList .feature03 {
  background: url(https://ec-force.s3.amazonaws.com/aotsubucojp/uploads/assets/images/sp_product_detail_feature_03.jpg)
    no-repeat center center;
  background-size: cover;
  color: #fff;
}

#lp01Page #featureList .feature03 div.num {
  margin-left: auto;
}

#lp01Page #featureList .feature03 h2 {
  margin-right: -1em;
  letter-spacing: 0.01em;
  font-size: 2.6rem;
}

#lp01Page #featureList .feature04 {
  background: url(https://ec-force.s3.amazonaws.com/aotsubucojp/uploads/assets/images/sp_product_detail_feature_04.jpg)
    no-repeat center center;
  background-size: cover;
  color: #fff;
}

#lp01Page #featureList .feature04 h2 {
  letter-spacing: 0.02em;
}

@media screen and (min-width: 700px) {
  #lp01Page #featureList li {
    padding: 40px 90px 70px;
  }

  #lp01Page #featureList h2 {
    font-size: 3.2rem;
    margin-bottom: 1em;
  }

  #lp01Page #featureList .txt {
    font-size: 1.7rem;
    line-height: 1.9;
  }

  #lp01Page #featureList div.num {
    margin-bottom: 44px;
    margin-left: auto;
    margin-right: auto;
  }

  #lp01Page #featureList .listTop {
    padding: 20px 90px 270px;
  }

  #lp01Page #featureList .listTop h2 {
    font-size: 3.4rem;
    margin: 1.4em 0 0.8em;
  }

  #lp01Page #featureList .listTop .txt {
    font-size: 2rem;
  }

  #lp01Page #featureList .listTop.per02 .txt {
    text-align: center;
    text-align-last: center;
  }

  #lp01Page #featureList.otameshi21 .listTop {
    padding: 20px 90px 360px;
  }

  #lp01Page #featureList .btnForm {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -124%);
    padding: 0;
    z-index: 10;
  }

  #lp01Page #featureList .feature03 h2 {
    font-size: 3.4rem;
  }

  #lp01Page #featureList .feature04 h2 {
    font-size: 3.4rem;
  }
}

#lp01Page #bgBoxOF {
  padding: 1vw 3vw 11vw;
  background: #e8eeec;
}

#lp01Page #bgBoxOF .btnForm a {
  max-width: 97%;
}

#lp01Page #bgBoxOF .bgW {
  background: #fff;
  padding: 6vw 2vw 8vw;
  margin: 2vw 0 0;
}

#lp01Page #bgBoxOF h2 {
  text-align: center;
  font-size: 2.6rem;
  font-weight: normal;
  margin-bottom: 1.2em;
}

#lp01Page #bgBoxOF #movieBox {
  position: relative;
  cursor: pointer;
}

#lp01Page #bgBoxOF #movieBox .btn-play {
  position: absolute;
  width: 28%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lp01Page #bgBoxOF .img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lp01Page #bgBoxOF .txt {
  font-size: 1.5rem;
  line-height: 1.8;
  margin: 11vw 5vw 0;
}

@media screen and (min-width: 700px) {
  #lp01Page #bgBoxOF {
    padding: 6px 40px 70px;
  }

  #lp01Page #bgBoxOF .btnForm a {
    max-width: 86%;
  }

  #lp01Page #bgBoxOF .bgW {
    padding: 40px 30px 50px;
    margin: 0 0 5px;
  }

  #lp01Page #bgBoxOF h2 {
    font-size: 3rem;
  }

  #lp01Page #bgBoxOF .txt {
    font-size: 1.7rem;
    line-height: 1.9;
    margin: 50px 10px 0 20px;
  }
}

#lp01Page #qaBlock {
  margin-top: 4vw;
}

#lp01Page #qaBlock .h2Txt {
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 6px;
}

#lp01Page #qaBlock .h2Txt p {
  letter-spacing: 4px;
  padding: 0 10px 0 14px;
  display: inline-block;
  position: relative;
}

#lp01Page #qaBlock .h2Txt p:before {
  content: '';
  display: block;
  overflow: hidden;
  width: 1.5em;
  height: 1px;
  background: #00692f;
  position: absolute;
  left: 0;
  top: 49%;
  transform: translate(-100%, 0);
}

#lp01Page #qaBlock .h2Txt p:after {
  content: '';
  display: block;
  overflow: hidden;
  width: 1.5em;
  height: 1px;
  background: #00692f;
  position: absolute;
  right: 0;
  top: 49%;
  transform: translate(100%, 0);
}

#lp01Page #qaBlock .h2Txt span {
  font-size: 1.4rem;
}

#lp01Page #qaBlock h2 {
  font-size: 2.4rem;
}

#lp01Page #qaBlock .qaBox {
  font-size: 1.4rem;
  padding: 0 2vw;
}

#lp01Page #qaBlock .qaBox .question {
  position: relative;
  padding: 0.6em 2em;
  margin-top: 0.8em;
  border-bottom: #ccc 1px solid;
  cursor: pointer;
}

#lp01Page #qaBlock .qaBox .answer {
  position: relative;
  padding: 15px 10px 8px 30px;
  display: none;
}

#lp01Page #qaBlock .qaBox .question i {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translate(0, -50%);
}

#lp01Page #qaBlock .qaBox .u-icon--minus {
  display: none;
}

#lp01Page #qaBlock .qaBox.open .u-icon--minus {
  display: block;
}

#lp01Page #qaBlock .qaBox.open .u-icon--plus {
  display: none;
}

#lp01Page #qaBlock .qaBox .mark {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 1.2em;
  text-align: center;
}

#lp01Page #qaBlock .qaBox .answer .mark {
  top: 15px;
}

#lp01Page #qaBlock .qaBox .answer div {
  line-height: 1.8;
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
}

@media screen and (min-width: 700px) {
  #lp01Page #qaBlock {
    margin-top: 8px;
  }

  #lp01Page #qaBlock .h2Txt {
    font-size: 2.3rem;
    margin-bottom: 6px;
  }

  #lp01Page #qaBlock .h2Txt p {
    letter-spacing: 6px;
    padding: 0 10px 0 16px;
  }

  #lp01Page #qaBlock .h2Txt span {
    font-size: 2rem;
  }

  #lp01Page #qaBlock h2 {
    font-size: 3rem;
    letter-spacing: 2px;
    padding-left: 2px;
  }

  #lp01Page #qaBlock .qaBox {
    font-size: 1.7rem;
    padding: 0 20px;
  }

  #lp01Page #qaBlock .qaBox .question {
    padding: 0.6em 40px;
    margin-top: 0.6em;
  }

  #lp01Page #qaBlock .qaBox .answer {
    padding: 15px 10px 14px 40px;
  }

  #lp01Page #qaBlock .qaBox .question i {
    right: 8px;
  }

  #lp01Page #qaBlock .qaBox .mark {
    font-size: 2.4rem;
    left: 0;
    top: 0.4em;
  }

  #lp01Page #qaBlock .qaBox .answer .mark {
    top: 18px;
  }

  #lp01Page #qaBlock .qaBox .answer div {
    font-size: 1.6rem;
    line-height: 1.9;
  }
}

#lp01Page #itemBox {
  background: url(https://ec-force.s3.amazonaws.com/aotsubucojp/uploads/assets/images/product_detail_blue_whelk_pack_bg2.jpg)
    no-repeat center center;
  background-size: cover;
  padding: 8vw 6vw 6vw;
}

#lp01Page #itemBox .itemBlock {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

#lp01Page #itemBox .itemBlock .img {
  width: 52%;
  margin-left: -3%;
  margin-right: 6%;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lp01Page #itemBox .itemBlock .txtBox {
  flex: 1;
}

#lp01Page #itemBox .itemBlock h2 {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 0.6em;
  margin-right: -15px;
}

#lp01Page #itemBox .itemBlock h2 p {
  font-size: 1.3rem;
  letter-spacing: 0.6px;
  line-height: 1;
  padding: 0 0.3em;
  margin-right: 3px;
  height: 1.8em;
  border: rgba(0, 105, 47, 0.7) 1px solid;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 8px;
}

#lp01Page #itemBox .itemBlock h2 span {
  display: block;
  margin: 0.4em 0 0 -0.5em;
  font-size: 1.4rem;
  font-weight: normal;
}

#lp01Page #itemBox .itemBlock .price {
  font-size: 2.1rem;
}

#lp01Page #itemBox .itemBlock .price span {
  font-size: 1.3rem;
  display: inline-block;
  margin-right: -1em;
}

@media screen and (max-width: 700px) {
  #lp01Page #itemBox .itemBlock.otameshi21 {
    display: block;
  }

  #lp01Page #itemBox .itemBlock.otameshi21 .img .simple-box-01 {
    width: 60%;
    margin: 0 auto 20px;
    text-align: center;
  }

  #lp01Page #itemBox .itemBlock.otameshi21 .keyC {
    text-align: center;
  }

  #lp01Page #itemBox .itemBlock.otameshi21 .otameshi21-01 {
    margin: -15vw -2vw 4vw 1vw;
  }
}

#lp01Page #itemBox .komeList {
  width: 100%;
  margin-bottom: 2em;
}

#lp01Page #itemBox .bgwBox {
  background: rgba(243, 247, 227, 0.8);
  padding: 1em;
  margin-bottom: 12px;
  font-size: 1.4rem;
  line-height: 1.8;
}

#lp01Page #itemBox .bgwBox h3 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.8em;
}

#lp01Page #itemBox .buyBtn {
  margin: 8px 0 0;
}

#lp01Page #itemBox .buyBtn a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #00692f;
  color: #fff;
  padding: 0.6em 0.6em;
  font-size: 1.5rem;
  line-height: 1.3;
  text-decoration: none;
  border-radius: 5px;
}

#lp01Page #itemBox .buyBtn a i {
  font-size: 2rem;
  width: 1.2em;
  transform: scaleX(-1);
}

#lp01Page #itemBox .buyBtn a p {
  margin-left: 10px;
  width: 7.2em;
}

#lp01Page #itemBox.otameshi02 .img {
  width: 50%;
  margin-left: -3%;
  margin-right: 6%;
}

#lp01Page #itemBox.otameshi02 .img img.txt {
  margin: 0 auto 1.6em;
  width: 90%;
}

#lp01Page #itemBox.otameshi02 h2 span {
  margin-top: 1em;
}

#lp01Page #itemBox.otameshi02 h2 img {
  height: 0.97em;
  vertical-align: -0.1em;
  margin-right: 0.5em;
}

#lp01Page #itemBox.otameshi02 .price {
  font-size: 2.4rem;
  margin-bottom: 8px;
}

#lp01Page #itemBox.otameshi02 .price span {
  font-size: 1.4rem;
  display: inline-block;
  margin-right: -1em;
}

#lp01Page #itemBox.otameshi02 .lineBox p {
  color: #00692f;
  font-size: 1.5rem;
  letter-spacing: 0.6px;
  line-height: 1;
  padding: 0 0.6em;
  margin-right: 3px;
  height: 1.8em;
  border: rgba(0, 105, 47, 0.7) 1px solid;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 6px;
}

#lp01Page #itemBox.otameshi02 .buyBtn {
  margin: 16px 0 0;
}

#lp01Page #itemBox.otameshi03 {
  padding: 9vw 6vw 6vw;
}

#lp01Page #itemBox.otameshi03 .moro100 {
  width: 68%;
  max-width: 370px;
  margin: 0 auto -12vw;
}

#lp01Page #itemBox.otameshi03 .itemBlock {
  display: block;
  width: 100%;
  margin: 22vw auto 13vw;
  padding: 0 1.5em 0;
  position: relative;
  z-index: 0;
}

#lp01Page #itemBox.otameshi03 .itemBlock:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 0;
  top: 6vw;
  z-index: -1;
}

#lp01Page #itemBox.otameshi03 .img01 {
  width: 102%;
  margin: -30px -1% 0;
}

#lp01Page #itemBox.otameshi03 .btn {
  width: 102%;
  margin: 0 -1% 0;
}

#lp01Page #itemBox.otameshi03 .komeList {
  margin-top: 5vw;
}

@media screen and (min-width: 700px) {
  #lp01Page #itemBox.otameshi03 {
    padding: 60px 50px 40px;
  }

  #lp01Page #itemBox.otameshi03 .moro100 {
    width: 68%;
    max-width: 370px;
    margin: 0 auto -50px;
  }

  #lp01Page #itemBox.otameshi03 .itemBlock {
    display: block;
    width: 100%;
    margin: 110px auto 70px;
    padding: 0 30px 0;
    position: relative;
    z-index: 0;
  }

  #lp01Page #itemBox.otameshi03 .itemBlock:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
    position: absolute;
    left: 0;
    top: 30px;
    z-index: -1;
  }

  #lp01Page #itemBox.otameshi03 .img01 {
    width: 102%;
    margin: -30px -1% 0;
  }

  #lp01Page #itemBox.otameshi03 .btn {
    width: 102%;
    margin: 0 -1% 0;
  }

  #lp01Page #itemBox.otameshi03 .komeList {
    margin-top: 20px;
  }
}

#lp01Page #itemBox.fuf .img {
  width: 68%;
  margin: 0 auto 6vw;
}

#lp01Page #itemBox.fuf .img img.txt {
  margin: 0 auto 1.6em;
  width: 90%;
}

#lp01Page #itemBox.fuf .itemBlock {
  display: block;
}

#lp01Page #itemBox.fuf .itemBlock h2 {
  line-height: 1.2;
}

#lp01Page #itemBox.fuf .itemBlock h2 img {
  width: 55%;
}

#lp01Page #itemBox.fuf .itemBlock h2 span {
  margin-left: 0;
}

#lp01Page #itemBox.fuf .itemBlock .txtBox {
  width: 80%;
  margin: 0 auto;
}

#lp01Page #itemBox.fuf .thanks {
  color: #00692f;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

#lp01Page #itemBox.fuf .teika {
  color: #00692f;
  font-size: 1.5rem;
  line-height: 1.3;
  display: inline-block;
  text-align: center;
}

#lp01Page #itemBox.fuf .price {
  font-size: 2.4rem;
  line-height: 1.2;
}

#lp01Page #itemBox.fuf .price span {
  font-size: 1.4rem;
  display: inline-block;
  margin-right: -1em;
}

#lp01Page #itemBox.fuf .lineBox p {
  color: #00692f;
  font-size: 1.4rem;
  letter-spacing: 0.5px;
  line-height: 1;
  padding: 0 0.6em;
  margin-right: 2px;
  height: 1.8em;
  border: rgba(0, 105, 47, 0.7) 1px solid;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 6px;
}

#lp01Page #itemBox.fuf .buyBtn a {
  padding: 1em 0.6em;
  margin-bottom: 0.5em;
}

#lp01Page #itemBox.fuf .buyBtn a p {
  width: 14.5em;
  font-size: 1.6rem;
}

@media screen and (min-width: 700px) {
  #lp01Page #itemBox.fuf .itemBlock {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}

@media screen and (min-width: 700px) {
  #lp01Page #itemBox {
    padding: 60px 50px 40px;
  }

  #lp01Page #itemBox .itemBlock {
    margin-bottom: 35px;
  }

  #lp01Page #itemBox .itemBlock .img {
    width: 36%;
    margin-right: 5%;
  }

  #lp01Page #itemBox .itemBlock .txtBox {
    margin-top: -0.4em;
  }

  #lp01Page #itemBox .itemBlock h2 {
    font-size: 2.9rem;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 0.6em;
    margin-right: -30px;
  }

  #lp01Page #itemBox .itemBlock h2 p {
    margin: 0 0 5px 8px;
    vertical-align: middle;
    font-size: 1.5rem;
  }

  #lp01Page #itemBox .itemBlock h2 span {
    display: block;
    margin: 0.4em 0 0 0;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    font-weight: normal;
  }

  #lp01Page #itemBox .itemBlock .price {
    font-size: 2.5rem;
  }

  #lp01Page #itemBox .itemBlock .price span {
    font-size: 1.5rem;
  }

  #lp01Page #itemBox .komeList {
    margin: 2em 0 0;
  }

  #lp01Page #itemBox .bgwBox {
    padding: 22px 25px;
    margin-bottom: 12px;
    font-size: 1.5rem;
    line-height: 1.8;
  }

  #lp01Page #itemBox .bgwBox h3 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 0.8em;
  }

  #lp01Page #itemBox .buyBtn {
    margin: 16px 0 0;
  }

  #lp01Page #itemBox .buyBtn a {
    padding: 1em 0.6em;
    font-size: 1.9rem;
    line-height: 1.3;
    text-decoration: none;
    border-radius: 5px;
    transform: translate(0, 0);
    transition: all 0.15s ease-out;
  }

  #lp01Page #itemBox .buyBtn a:hover {
    opacity: 1;
    transform: translate(0, 2px);
  }

  #lp01Page #itemBox .buyBtn a i {
    font-size: 2.4rem;
    width: 1.2em;
    transform: scaleX(-1);
  }

  #lp01Page #itemBox .buyBtn a p {
    margin-left: 10px;
    width: auto;
  }

  #lp01Page #itemBox.otameshi02 .img {
    width: 38%;
    margin-right: 5%;
  }

  #lp01Page #itemBox.otameshi02 .img img.txt {
    margin: 0 auto 1.6em;
    width: 98%;
  }

  #lp01Page #itemBox.otameshi02 h2 span {
    margin-top: 1em;
  }

  #lp01Page #itemBox.otameshi02 h2 img {
    height: 0.97em;
    vertical-align: -0.1em;
    margin-right: 0.5em;
  }

  #lp01Page #itemBox.otameshi02 .price {
    font-size: 3.2rem;
    margin-bottom: 5px;
  }

  #lp01Page #itemBox.otameshi02 .price span {
    font-size: 2.2rem;
    display: inline-block;
    margin-right: -1em;
  }

  #lp01Page #itemBox.otameshi02 .lineBox p {
    font-size: 1.8rem;
    letter-spacing: 0.6px;
    line-height: 1;
    padding: 0 0.6em;
    margin-right: 6px;
    height: 1.9em;
    margin-top: 6px;
  }

  #lp01Page #itemBox.otameshi02 .buyBtn {
    margin: 16px 0 0;
  }

  #lp01Page #itemBox.otameshi02 .otameshi21-01 {
    width: 380px;
    margin: -58px -20px 20px 0;
  }

  #lp01Page #itemBox.otameshi02 .otameshi21-02 {
    width: 360px;
  }

  #lp01Page #itemBox.otameshi02 .otameshi21-02 a {
    display: block;
    transform: scale(1, 1);
    transition: all 0.15s ease-out;
  }

  #lp01Page #itemBox.otameshi02 .otameshi21-02 a:hover {
    transform: scale(1.02, 1.02);
  }

  #lp01Page #itemBox.fuf .img img.txt {
    margin: 0 auto 1.6em;
    width: 90%;
  }

  #lp01Page #itemBox.fuf .itemBlock h2 {
    font-size: 2.6rem;
  }

  #lp01Page #itemBox.fuf .itemBlock h2 img {
    width: 34%;
    vertical-align: -0.1em;
    margin-right: 10px;
  }

  #lp01Page #itemBox.fuf .thanks {
    color: #00692f;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 0.4em;
  }

  #lp01Page #itemBox.fuf .teika {
    color: #00692f;
    font-size: 1.6rem;
    line-height: 1.3;
    display: inline-block;
    text-align: center;
  }

  #lp01Page #itemBox.fuf .price {
    font-size: 3.3rem;
    line-height: 1.2;
    margin-bottom: 4px;
  }

  #lp01Page #itemBox.fuf .price span {
    font-size: 2.2rem;
    display: inline-block;
    margin-right: -1em;
  }

  #lp01Page #itemBox.fuf .lineBox p {
    color: #00692f;
    font-size: 1.6rem;
    letter-spacing: 0.5px;
    line-height: 1;
    padding: 0 0.6em;
    margin-right: 6px;
    height: 1.9em;
    margin-: 6px;
  }

  #lp01Page #itemBox.fuf .buyBtn a {
    padding: 1em 0.6em;
    margin-bottom: 0.5em;
  }

  #lp01Page #itemBox.fuf .buyBtn a p {
    width: 14.5em;
    font-size: 1.85rem;
  }
}

#lp01Page #teikiBox {
  padding: 10vw 7vw;
}

#lp01Page #teikiBox .h2Top {
  color: #55a895;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.3em;
}

#lp01Page #teikiBox h2 {
  color: #55a895;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 7vw;
}

#lp01Page #teikiBox h2 span {
  display: block;
}

#lp01Page #teikiBox h2 strong {
  display: block;
  font-size: 2.6rem;
  line-height: 1.3;
}

#lp01Page #teikiBox .img {
  border: #55a895 solid thin;
  margin-bottom: 15px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lp01Page #teikiBox .linkTxt {
  color: #55a895;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}

#lp01Page #teikiBox .linkTxt a {
  color: #55a895;
  text-decoration: underline;
}

#lp01Page #teikiBox .linkTxt a:hover {
  text-decoration: none;
}

@media screen and (min-width: 700px) {
  #lp01Page #teikiBox {
    padding: 66px 0 50px;
  }

  #lp01Page #teikiBox h2 {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }

  #lp01Page #teikiBox h2 span {
    display: inline-block;
    margin: 0 3px;
    letter-spacing: 0.08em;
  }

  #lp01Page #teikiBox h2 strong {
    display: inline-block;
    font-size: 3rem;
    letter-spacing: 0.05em;
    padding-left: 0.05em;
  }

  #lp01Page #teikiBox .imgWrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 -2%;
  }

  #lp01Page #teikiBox .img {
    flex: 0 0 46%;
    margin: 0 2% 4.5%;
  }

  #lp01Page #teikiBox .linkTxt {
    font-size: 2rem;
    margin-top: -0.5em;
  }
}

#lp01Page .addGraphBox {
  padding: 6vw 0 0;
}

#lp01Page .addGraphBox .graph {
  max-width: 501px;
  margin: 0 auto;
}

@media screen and (min-width: 700px) {
  #lp01Page .addGraphBox {
    padding: 35px 0 0;
    margin-bottom: -20px;
  }
}

#lp01Page.teikiUP .teikiUpTop {
  background: #dfe7e4 url('../images/bg_teikiup.jpg') no-repeat left 20% bottom -20%;
  background-size: 130%;
  padding-bottom: 32vw;
}

#lp01Page.teikiUP .teikiUpTop h1 {
  background: #b6d6c3;
  padding: 5vw;
  padding-left: 52vw;
  position: relative;
}

#lp01Page.teikiUP .teikiUpTop h1 img {
  width: 40vw;
  position: absolute;
  left: 3vw;
  top: 3vw;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lp01Page.teikiUP .teikiUpTop h1 p {
  font-size: 1.7rem;
  line-height: 1.7;
  letter-spacing: 2px;
  text-align: left;
}

#lp01Page.teikiUP .teikiUpTop .img01 {
  margin: 8vw auto 5vw;
  width: 90vw;
}

#lp01Page.teikiUP .teikiUpTop .txt {
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: center;
}

#lp01Page.teikiUP .teikiUpTop .txt strong {
  color: #008f84;
  font-weight: bold;
  font-size: 1.7rem;
  white-space: nowrap;
}

@media screen and (min-width: 700px) {
  #lp01Page.teikiUP .teikiUpTop {
    background-position: left -16% bottom;
    background-size: 120%;
    padding-bottom: 10%;
  }

  #lp01Page.teikiUP .teikiUpTop h1 {
    padding: 5%;
    padding-left: 37%;
  }

  #lp01Page.teikiUP .teikiUpTop h1 img {
    width: 28%;
    left: 3%;
    top: 12%;
  }

  #lp01Page.teikiUP .teikiUpTop h1 p {
    font-size: 2.4rem;
  }

  #lp01Page.teikiUP .teikiUpTop .img01 {
    margin: 7% auto 7%;
    width: 90%;
  }

  #lp01Page.teikiUP .teikiUpTop .txt {
    font-size: 1.8rem;
    line-height: 2;
    text-align: left;
    margin: 0 0 0 7%;
    width: 60%;
  }

  #lp01Page.teikiUP .teikiUpTop .txt strong {
    font-size: 2rem;
  }
}

#lp01Page.teikiUP .btnForm {
  padding: 8.5vw 0 8.5vw;
  background: #e4e9e6;
}

#lp01Page.teikiUP .btnForm .item {
  width: 30%;
  position: absolute;
  left: 1%;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 10;
}

#lp01Page.teikiUP .btnForm .limit {
  width: 22%;
  position: absolute;
  right: -4%;
  bottom: -11%;
  z-index: 10;
}

#lp01Page.teikiUP .btnForm .light {
  width: 30.6%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-100%, -50%);
  z-index: 4;
  opacity: 0.9;
  animation: btnLight ease-out 6s infinite;
}

#lp01Page.teikiUP .btnForm#btn02 {
  background: #dae2b9;
  padding-top: 1.5vw;
  padding-bottom: 10vw;
}

#lp01Page.teikiUP .btnForm#btn03 {
  background: #e8eeec;
  padding-top: 10vw;
}

@media screen and (min-width: 700px) {
  #lp01Page.teikiUP .btnForm {
    padding: 70px 0 65px;
  }

  #lp01Page.teikiUP .btnForm a {
    max-width: 73%;
    transform: scale(1, 1);
    transition: all 0.2s ease-out;
  }

  #lp01Page.teikiUP .btnForm a:hover {
    transform: scale(1.03, 1.03);
  }

  #lp01Page.teikiUP .btnForm .btnTop {
    width: 50%;
    margin: 0 auto 25px;
  }

  #lp01Page.teikiUP .btnForm#btn01 {
    padding: 0px 0 40px;
    background: #dee7e4;
  }

  #lp01Page.teikiUP .btnForm#btn02 {
    padding-top: 10px;
    padding-bottom: 50px;
  }

  #lp01Page.teikiUP .btnForm#btn03 {
    padding-top: 60px;
  }
}

#lp01Page.teikiUP .itemBox {
  background: #d8e0b9
    url(https://ec-force.s3.amazonaws.com/aotsubucojp/uploads/assets/images/product_detail_blue_whelk_pack_bg.jpg)
    no-repeat center center;
  background-size: cover;
  padding: 8vw 6vw 6vw;
}

#lp01Page.teikiUP .itemBox .itemBlock {
  margin-bottom: 22px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

#lp01Page.teikiUP .itemBox .itemBlock .img {
  width: 36%;
  margin-left: -2%;
  margin-right: 5%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lp01Page.teikiUP .itemBox .itemBlock .txtBox {
  flex: 1;
}

#lp01Page.teikiUP .itemBox .itemBlock h2 {
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 0.6em;
}

#lp01Page.teikiUP .itemBox .itemBlock h2 p {
  font-size: 1.3rem;
  letter-spacing: 1px;
  line-height: 1;
  padding: 0 1em;
  height: 1.8em;
  border: rgba(0, 105, 47, 0.7) 1px solid;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 8px;
}

#lp01Page.teikiUP .itemBox .itemBlock h2 span {
  display: inline-block;
  margin: 0.4em 0 0 -0.5em;
  font-size: 1.4rem;
  font-weight: normal;
}

#lp01Page.teikiUP .itemBox .itemBlock .txtImg {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lp01Page.teikiUP .itemBox .itemBlock .price {
  font-size: 2.1rem;
}

#lp01Page.teikiUP .itemBox .itemBlock .price span {
  font-size: 1.3rem;
  display: inline-block;
  margin-right: -1em;
}

#lp01Page.teikiUP .itemBox .komeList {
  width: 100%;
  margin-bottom: 2em;
}

#lp01Page.teikiUP .itemBox .bgwBox {
  background: rgba(243, 247, 227, 0.8);
  padding: 1em;
  margin-bottom: 12px;
  font-size: 1.4rem;
  line-height: 1.8;
}

#lp01Page.teikiUP .itemBox .bgwBox h3 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.8em;
}

@media screen and (min-width: 700px) {
  #lp01Page.teikiUP .itemBox {
    padding: 56px 50px 40px;
    background-position: center top 100%;
    background-size: 150%;
  }

  #lp01Page.teikiUP .itemBox .itemBlock {
    margin-bottom: 35px;
  }

  #lp01Page.teikiUP .itemBox .itemBlock .img {
    width: 36%;
    margin-right: 5%;
  }

  #lp01Page.teikiUP .itemBox .itemBlock .txtBox {
    margin-top: -0.4em;
  }

  #lp01Page.teikiUP .itemBox .itemBlock h2 {
    font-size: 2.9rem;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 1em;
  }

  #lp01Page.teikiUP .itemBox .itemBlock h2 p {
    margin: 0 0 5px 8px;
    vertical-align: middle;
    font-size: 1.6rem;
  }

  #lp01Page.teikiUP .itemBox .itemBlock h2 span {
    margin: 0.4em 0 0 0em;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    font-weight: normal;
  }

  #lp01Page.teikiUP .itemBox .itemBlock .price {
    font-size: 2.5rem;
  }

  #lp01Page.teikiUP .itemBox .itemBlock .price span {
    font-size: 1.5rem;
  }

  #lp01Page.teikiUP .itemBox .komeList {
    margin: 2em 0 0;
  }

  #lp01Page.teikiUP .itemBox .bgwBox {
    padding: 22px 25px;
    margin-bottom: 12px;
    font-size: 1.4rem;
    line-height: 1.8;
  }

  #lp01Page.teikiUP .itemBox .bgwBox h3 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 0.8em;
  }
}

#lp01Page.teikiUP #qaBlock .answer h4 {
  color: #666;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 2em 0 0.7em;
}

@media screen and (min-width: 700px) {
  #lp01Page.teikiUP #teikiBox {
    padding: 66px 0 40px;
  }
}

.fufBox {
  background: url('../images/211021_4882_1.png') no-repeat 55% 70%;
  background-size: 190%;
  padding: 10vw 4vw 15vw 33vw;
}

.fufBox .txt01 {
  width: 75%;
  margin-bottom: 25px;
}

@media screen and (min-width: 700px) {
  .fufBox {
    background: url('../images/211021_4882_1.png') no-repeat 54% 70%;
    background-size: 186%;
    padding: 70px 40px 120px 250px;
  }

  .fufBox .txt01 {
    width: 64%;
    margin-bottom: 50px;
  }
}

/*# sourceMappingURL=lp02.css.map */
