@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
#ib_themes {
  /* =================================================
   RESET
================================================= */
  line-height: 1;
}

#ib_themes div, #ib_themes span, #ib_themes object, #ib_themes iframe,
#ib_themes h1, #ib_themes h2, #ib_themes h3, #ib_themes h4, #ib_themes h5, #ib_themes h6, #ib_themes p, #ib_themes blockquote, #ib_themes pre,
#ib_themes abbr, #ib_themes address, #ib_themes cite, #ib_themes code,
#ib_themes del, #ib_themes dfn, #ib_themes em, #ib_themes img, #ib_themes ins, #ib_themes kbd, #ib_themes q, #ib_themes samp,
#ib_themes small, #ib_themes strong, #ib_themes sub, #ib_themes sup, #ib_themes var,
#ib_themes b, #ib_themes i,
#ib_themes dl, #ib_themes dt, #ib_themes dd, #ib_themes ol, #ib_themes ul, #ib_themes li,
#ib_themes fieldset, #ib_themes form, #ib_themes label, #ib_themes legend,
#ib_themes table, #ib_themes caption, #ib_themes tbody, #ib_themes tfoot, #ib_themes thead, #ib_themes tr, #ib_themes th, #ib_themes td,
#ib_themes article, #ib_themes aside, #ib_themes canvas, #ib_themes details, #ib_themes figcaption, #ib_themes figure,
#ib_themes footer, #ib_themes header, #ib_themes hgroup, #ib_themes menu, #ib_themes nav, #ib_themes section, #ib_themes summary,
#ib_themes time, #ib_themes mark, #ib_themes audio, #ib_themes video {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-variant: normal;
  font-weight: inherit;
  vertical-align: baseline;
  background: transparent;
}

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

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

#ib_themes caption, #ib_themes th, #ib_themes td {
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}

#ib_themes q, #ib_themes blockquote {
  quotes: none;
}

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

#ib_themes fieldset, #ib_themes img {
  border: 0;
}

#ib_themes input, #ib_themes textarea, #ib_themes select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 100%;
}

#ib_themes input, #ib_themes select {
  vertical-align: middle;
}

#ib_themes {
  /* =================================================
   COMMON
================================================= */
  /* -------------------------------------
   font
------------------------------------- */
  line-height: 1.75;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
}

#ib_themes body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  word-break: normal;
  word-wrap: break-word;
  color: black;
  text-align: left;
  width: 100%;
  height: 100%;
  background: white;
}

#ib_themes nav ul {
  list-style: none;
}

#ib_themes img {
  vertical-align: middle;
}

#ib_themes figcaption {
  display: block;
}

#ib_themes a, #ib_themes a:link {
  color: #666666;
  text-decoration: underline;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  background: transparent;
}

#ib_themes a:hover {
  color: #b3c4de;
  text-decoration: none;
}

/* 320 : iPhone , 360 : Android , 375 : iPhone6 , 414 : iPhone6 Plus */
@media screen and (min-width: 0px) and (max-width: 320px) {
  #ib_themes {
    font-size: calc(100vw / 37.5);
    /* 10px:375 */
  }
}

@media screen and (min-width: 321px) and (max-width: 767px) {
  #ib_themes {
    font-size: calc(100vw / 37.5);
    /* 10px:375 */
  }
}

@media screen and (min-width: 768px) {
  #ib_themes {
    line-height: 1.75;
  }
}

#ib_themes {
  /* =================================================
   Global layout
================================================= */
  /* -----------------------------------------------
    common
----------------------------------------------- */
  /* -------------------------------------
   article
------------------------------------- */
}

#ib_themes #container_wrap {
  color: black;
  font-size: 3.73333vw;
  line-height: 1.75;
  text-align: left;
  width: 100%;
}

#ib_themes #container_wrap .sp img,
#ib_themes #container_wrap .sp svg {
  display: block;
  width: 100%;
  height: auto;
}

#ib_themes #container_wrap .pc {
  display: none !important;
}

#ib_themes #article {
  padding: 0 0 1em;
}

#ib_themes #container_wrap {
  /* -------------------------------------
       aside
    ------------------------------------- */
}

#ib_themes #container_wrap img {
  display: block;
  width: 100%;
  height: auto;
}

#ib_themes #container_wrap img.border {
  border: 1px solid #cccccc;
  box-sizing: border-box;
}

#ib_themes #container_wrap .figure.border {
  border: 1px solid #cccccc;
  box-sizing: border-box;
}

#ib_themes #container_wrap .aside .inner a,
#ib_themes #container_wrap .aside .inner a:link {
  text-decoration: none;
  display: block;
}

/* =============================================================

　　Modal

============================================================= */
.modal__content {
  width: 98.66667vw;
  height: 99vh;
  padding: 2.66667vw 5.33333vw;
  overflow: auto;
}

.modal__content h3 {
  display: block;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  color: #666666;
  font-size: 4.8vw;
  font-weight: bold;
  padding: 0 0 40px;
  margin: 0 auto 40px;
  border-bottom: 1px solid #666666;
}

.modal__content p {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  color: #666666;
  font-size: 3.2vw;
  line-height: 1.5;
  margin: 0 auto 20px;
}

.modal__content .modal__page__transition .js-modal-close {
  padding: 0;
  float: none;
}

.modal__content .modal__page__transition .js-modal-close a,
.modal__content .modal__page__transition .js-modal-close a:link {
  display: block;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  color: white;
  width: 38.66667vw;
  margin: 0 auto;
  background: #666666;
  border: none;
  padding: 10px;
  transition: 0.3s;
}

.modal__content .modal__page__transition .js-modal-close a:hover,
.modal__content .modal__page__transition .js-modal-close a:link:hover {
  opacity: 0.6;
}

.modal__content .modal__page__transition.btn1 {
  margin: 0 auto 40px;
}

.modal__content .modal__page__transition.btn2 {
  padding: 40px 0 0;
  margin: 40px auto 0;
  border-top: 1px solid #666666;
}

/* -------------------------------------
           animation
*/
@keyframes motion-main-link {
  0% {
    transform: translateY(-1.33333vw);
    opacity: 0;
  }
  50% {
    padding: 0 0 8vw;
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    padding: 0 0 12vw;
    transform: translateY(2.66667vw);
    opacity: 0;
  }
}

#ib_themes {
  /* =================================================
   unique layout
================================================= */
  /* -------------------------------------
   article
------------------------------------- */
}

#ib_themes #article {
  padding: 0;
  /* -------------------------------------
       main
    ------------------------------------- */
  /* -------------------------------------
       section
    ------------------------------------- */
}

#ib_themes #article #main {
  width: 100%;
  overflow: hidden;
}

#ib_themes #article #main img {
  display: block;
  width: 100%;
  height: auto;
}

#ib_themes #article #main .inner {
  width: 100%;
  position: relative;
}

#ib_themes #article .section {
  width: 100%;
  padding: 0;
  position: relative;
  overflow: hidden;
  /* -------------------------------------
           about
        */
  /* -------------------------------------
           product
        */
  /* -------------------------------------
           profile
        */
}

#ib_themes #article .section .inner {
  margin: 0 auto;
  /* -------------------------------------
               common
            */
}

#ib_themes #article .section .inner .h3 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 500;
  font-feature-settings: "palt";
}

#ib_themes #article .section .inner .h3 span {
  display: block;
  letter-spacing: 0.05em;
}

#ib_themes #article .section .inner .content .h4 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 500;
  font-feature-settings: "palt";
}

#ib_themes #article .section .inner .content .h4 span {
  display: block;
  letter-spacing: 0.05em;
}

#ib_themes #article .section .inner .content ul {
  list-style: none;
}

#ib_themes #article .section .inner .content p {
  font-size: 3.73333vw;
  line-height: 1.5;
}

#ib_themes #article .section .inner .content p.notice {
  color: #999999;
  font-size: 3.2vw;
  line-height: 1.25;
}

#ib_themes #article .section .inner .content a,
#ib_themes #article .section .inner .content a:link {
  display: block;
  text-decoration: none;
  position: relative;
}

#ib_themes #article .section .inner .content img,
#ib_themes #article .section .inner .content svg {
  display: block;
  width: 100%;
  height: auto;
}

#ib_themes #article .section .inner .content .link {
  display: flex;
  justify-content: space-between;
  width: 94.66667vw;
  margin: 4vw 0 0;
  position: relative;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}

#ib_themes #article .section .inner .content .link a,
#ib_themes #article .section .inner .content .link a:link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46vw;
  height: 8.8vw;
  margin: 0 auto;
  border: 2px solid #999999;
  border-radius: 10px;
  box-sizing: border-box;
}

#ib_themes #article .section .inner .content .link a span,
#ib_themes #article .section .inner .content .link a:link span {
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
  color: white;
  font-size: 4.26667vw;
  text-align: center;
  line-height: 1;
}

#ib_themes #article .section .inner .content .link a.b_buy,
#ib_themes #article .section .inner .content .link a:link.b_buy {
  background: #999999;
}

#ib_themes #article .section .inner .content .link a.b_shop span,
#ib_themes #article .section .inner .content .link a:link.b_shop span {
  color: #999999;
}

#ib_themes #article .section .inner .content .link p {
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
  text-align: center;
  line-height: 1;
  color: black;
  font-size: 4vw;
  margin: 2.66667vw auto 0;
}

#ib_themes #article .section .inner .content .detail {
  display: inline-block;
  color: #999999;
  font-size: 3.73333vw;
  line-height: 1.25;
  padding: 0 5.33333vw 0 0;
  border-bottom: 1px solid #999999;
  cursor: pointer;
}

#ib_themes #article .section.about {
  margin: 4vw auto 0;
}

#ib_themes #article .section.about .inner .h2.h2_1 {
  width: 84vw;
  margin: 5.33333vw auto 0;
}

#ib_themes #article .section.about .inner .h2.h2_1 span {
  display: block;
  width: 81.33333vw;
}

#ib_themes #article .section.about .inner .content.read {
  margin: 10.66667vw auto 0;
}

#ib_themes #article .section.about .inner .content.read .item {
  padding: 0;
}

#ib_themes #article .section.about .inner .content.read .item .float_r {
  width: 92vw;
  padding: 8vw 0;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

#ib_themes #article .section.about .inner .content.read .item .float_r:after {
  content: "";
  width: 94.66667vw;
  border-bottom: 1px solid black;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#ib_themes #article .section.about .inner .content.special {
  width: 92vw;
  margin: 0 auto;
}

#ib_themes #article .section.about .inner .content.special .h4.h4_2 {
  margin: 4vw auto 0;
}

#ib_themes #article .section.about .inner .content.special .h4.h4_2 span.txt {
  letter-spacing: 0.125em;
  font-size: 3.73333vw;
}

#ib_themes #article .section.about .inner .content.special .h4.h4_2 span.txt_2 {
  font-size: 3.2vw;
}

#ib_themes #article .section.about .inner .content.special .h4.h4_2 span.txt_2 strong {
  font-size: 4.8vw;
}

#ib_themes #article .section.about .inner .content.special .item {
  position: relative;
  z-index: 1;
}

#ib_themes #article .section.about .inner .content.special .item .float_l,
#ib_themes #article .section.about .inner .content.special .item .float_r {
  padding: 4vw 0 10.66667vw;
  position: relative;
  z-index: 1;
}

#ib_themes #article .section.about .inner .content.special .item .float_l:after,
#ib_themes #article .section.about .inner .content.special .item .float_r:after {
  content: "";
  display: block;
  width: 94.66667vw;
  border-bottom: 1px solid black;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#ib_themes #article .section.about .inner .content.special .item .float_l .figure,
#ib_themes #article .section.about .inner .content.special .item .float_r .figure {
  width: 85.33333vw;
}

#ib_themes #article .section.about .inner .content.special .item .bag {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin: 8vw auto 0;
}

#ib_themes #article .section.about .inner .content.special .item .bag .figure {
  width: 40vw;
  margin: 0 0 0 4vw;
}

#ib_themes #article .section.about .inner .content.special .item .bag .h4.h4_3 {
  width: 43.46667vw;
  padding: 4vw 0 2.66667vw;
  margin: 0 0 0 6.4vw;
  background: #80BEE7;
  border-radius: 15px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

#ib_themes #article .section.about .inner .content.special .item .bag .h4.h4_3:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 6.66667vw;
  left: -6.13333vw;
  border: 2.66667vw solid transparent;
  border-left: none;
  border-right: 6.4vw solid #80BEE7;
}

#ib_themes #article .section.about .inner .content.special .item .bag .h4.h4_3 span {
  color: white;
}

#ib_themes #article .section.about .inner .content.special .item .bag .h4.h4_3 span.txt {
  text-align: center;
  font-size: 4vw;
  line-height: 1;
  padding: 0 2.66667vw;
}

#ib_themes #article .section.about .inner .content.special .item .bag .h4.h4_3 span.txt_2 {
  font-size: 3.2vw;
  font-weight: 300;
  line-height: 1.5;
  padding: 0 0 0 2.66667vw;
  margin: 2.66667vw 0 0;
}

#ib_themes #article .section.product .inner .h3.h3_1 {
  width: 88vw;
  margin: 16vw 0 0 4vw;
}

#ib_themes #article .section.product .inner .h3.h3_1 span {
  display: block;
}

#ib_themes #article .section.product .inner .content {
  width: 94.66667vw;
  margin: 8vw auto 0;
}

#ib_themes #article .section.product .inner .content .item {
  margin: 0 auto 16vw;
}

#ib_themes #article .section.product .inner .content .item .float_l {
  position: relative;
  z-index: 1;
}

#ib_themes #article .section.product .inner .content .item .float_l .figure {
  width: 28.53333vw;
  margin: 12vw auto 0;
}

#ib_themes #article .section.product .inner .content .item .float_r {
  width: 92vw;
  margin: 6.66667vw auto 0;
}

#ib_themes #article .section.product .inner .content .item .float_r .h3.h3_3 span.txt {
  font-size: 4.26667vw;
}

#ib_themes #article .section.product .inner .content .item .float_r .h4 {
  margin: 2.66667vw 0 0;
}

#ib_themes #article .section.product .inner .content .item .float_r .h4.h4_1 span.txt {
  font-size: 3.73333vw;
  font-weight: 400;
}

#ib_themes #article .section.product .inner .content .item .float_r .h4.h4_2 span.txt {
  font-size: 3.2vw;
  font-weight: 400;
}

#ib_themes #article .section.product .inner .content .item .float_r .h4.h4_2 span.txt strong {
  font-size: 4.8vw;
}

#ib_themes #article .section.product .inner .content .item .float_r ul {
  display: flex;
  justify-content: space-between;
  width: 94.66667vw;
  margin: 6.66667vw 0 0;
  position: relative;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}

#ib_themes #article .section.product .inner .content .item .float_r ul li {
  display: flex;
  align-items: center;
  font-feature-settings: "palt";
  text-align: center;
  font-size: 3.2vw;
  line-height: 1.35;
  width: 30.13333vw;
  padding: 1.86667vw 0;
  border: 1px solid black;
  box-sizing: border-box;
}

#ib_themes #article .section.product .inner .content .item .float_r ul li span {
  width: 100%;
  display: block;
  text-align: center;
}

#ib_themes #article .section.product .inner .content .item .float_r ul li span strong {
  font-size: 3.46667vw;
}

#ib_themes #article .section.product .inner .content .item .float_r p {
  margin: 2.66667vw 0 0;
}

#ib_themes #article .section.product .inner .content.lotion .item .h4.h4_3 {
  width: 71.46667vw;
  margin: -14.66667vw auto 0;
}

#ib_themes #article .section.product .inner .content.lotion .item:nth-of-type(2) .h4.h4_3 {
  width: 71.46667vw;
}

#ib_themes #article .section.product .inner .content.cleansing .h3.h3_1 {
  width: 94.66667vw;
  margin: 13.33333vw auto 0;
}

#ib_themes #article .section.product .inner .content.cleansing .item .float_l .h4.h4_3 {
  width: 71.46667vw;
  position: absolute;
  z-index: 1;
  top: 14.93333vw;
  left: 50%;
  transform: translateX(-50%);
}

#ib_themes #article .section.product .inner .content.cleansing .item .float_l .h4.h4_4 {
  width: 66.93333vw;
  margin: 8.53333vw auto 0;
}

#ib_themes #article .section.product .inner .content.cleansing .item .float_l .figure {
  width: 100%;
}

#ib_themes #article .section.product .inner .content.cleansing .item .float_r .figure img,
#ib_themes #article .section.product .inner .content.cleansing .item .float_r .figure svg {
  width: 68.26667vw;
  margin: 6.66667vw auto 0;
}

#ib_themes #article .section.product .inner .content.cleansing .item .float_r .h3.h3_3 {
  margin: 12vw auto 0;
}

#ib_themes #article .section.product .inner .content.cleansing .item .float_r .h3.h3_3 span.txt {
  font-size: 4.53333vw;
}

#ib_themes #article .section.product .inner .content.cleansing .item .float_r ul {
  flex-wrap: wrap;
  margin: 5.33333vw 0 0;
}

#ib_themes #article .section.product .inner .content.cleansing .item .float_r ul li {
  width: 45.86667vw;
  margin: 0 0 1.33333vw;
}

#ib_themes #article .section.product .inner .content.cleansing .item .float_r table {
  font-feature-settings: "palt";
  font-size: 3.2vw;
  line-height: 1.25;
  width: 100%;
  border-spacing: 0;
}

#ib_themes #article .section.product .inner .content.cleansing .item .float_r table th {
  white-space: nowrap;
  padding: 1.33333vw 1.33333vw 1.33333vw 0;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}

#ib_themes #article .section.product .inner .content.cleansing .item .float_r table td {
  padding: 1.33333vw 0 0 1.33333vw;
  border-bottom: 1px solid black;
}

#ib_themes #article .section.product .inner .content.organic .h3.h3_1 {
  width: 94.66667vw;
  margin: 13.33333vw auto 0;
}

#ib_themes #article .section.product .inner .content.organic .item .float_l .h4.h4_3 {
  width: 84.53333vw;
  position: absolute;
  z-index: 1;
  top: 2.13333vw;
  left: 50%;
  transform: translateX(-50%);
}

#ib_themes #article .section.product .inner .content.organic .item .float_l .h4.h4_4 {
  width: 79.46667vw;
  margin: 8.53333vw auto 0;
}

#ib_themes #article .section.product .inner .content.organic .item .float_l .figure {
  width: 100%;
}

#ib_themes #article .section.product .inner .content.organic .item .float_r .figure img,
#ib_themes #article .section.product .inner .content.organic .item .float_r .figure svg {
  width: 43.2vw;
  margin: 6.66667vw auto 0;
}

#ib_themes #article .section.product .inner .content.organic .item .float_r ul {
  display: block;
  margin: 6.66667vw 0 10.66667vw;
}

#ib_themes #article .section.product .inner .content.organic .item .float_r ul li {
  width: 100%;
  padding: 0;
  margin: 5.33333vw auto 0;
  border: none;
}

#ib_themes #article .section.product .inner .content.organic .item .float_r ul li span {
  display: block;
}

#ib_themes #article .section.product .inner .content.organic .item .float_r ul li span.img img,
#ib_themes #article .section.product .inner .content.organic .item .float_r ul li span.img svg {
  width: auto;
  height: 7.2vw;
  margin: auto;
}

#ib_themes #article .section.product .inner .content.organic .item .float_r ul li span.txt {
  font-size: 3.73333vw;
  text-align: center;
  margin: 0.66667vw auto 0;
}

#ib_themes #article .section.profile {
  margin: 0 auto;
}

#ib_themes #article .section.profile .inner .h3.h3_1 {
  width: 30.93333vw;
  margin: 0 auto;
}

#ib_themes #article .section.profile .inner .content {
  width: 92vw;
  margin: auto;
}

#ib_themes #article .section.profile .inner .content .item .figure {
  width: 40vw;
  margin: 18.66667vw auto 0;
}

#ib_themes #article .section.profile .inner .content .item .h3.h3_4 {
  text-align: center;
  margin: 5.33333vw auto 0;
}

#ib_themes #article .section.profile .inner .content .item .h3.h3_4 span {
  display: inline-block;
  text-align: left;
  line-height: 1.75;
  width: auto;
}

#ib_themes #article .section.profile .inner .content .item .h3.h3_4 span.txt {
  font-size: 3.73333vw;
}

#ib_themes #article .section.profile .inner .content .item .h3.h3_4 span.txt strong {
  font-size: 4.26667vw;
}

#ib_themes #article .section.profile .inner .content .item p {
  font-feature-settings: "palt";
  margin: 5.33333vw auto 0;
}

#ib_themes #article .section.profile .inner .content .item .float_r {
  margin: 14.66667vw auto 0;
}

@media screen and (min-width: 768px) {
  #ib_themes {
    /* =================================================
   Global layout
================================================= */
    /* -----------------------------------------------
    common
----------------------------------------------- */
    /* -------------------------------------
   article
------------------------------------- */
  }
  #ib_themes #container_wrap .sp {
    display: none !important;
  }
  #ib_themes #container_wrap .pc {
    display: block !important;
  }
  #ib_themes #container_wrap .ahover {
    transition: 0.3s;
  }
  #ib_themes #container_wrap .ahover:hover {
    opacity: 0.6;
  }
  #ib_themes #container_wrap .pahover a,
  #ib_themes #container_wrap .pahover a:link {
    display: block;
    transition: 0.3s;
  }
  #ib_themes #container_wrap .pahover a:hover,
  #ib_themes #container_wrap .pahover a:link:hover {
    opacity: 0.6;
  }
  #ib_themes #article {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
  /* =============================================================

　　Modal

============================================================= */
  .modal__content {
    width: 60%;
    height: auto;
    max-height: 99vh;
    padding: 40px;
  }
  .modal__content h3 {
    font-size: 18px;
  }
  .modal__content p {
    font-size: 14px;
  }
  .modal__content .modal__page__transition .js-modal-close a,
  .modal__content .modal__page__transition .js-modal-close a:link {
    width: 290px;
  }
}

@media screen and (min-width: 768px) {
  /* -------------------------------------
           animation
*/
  @keyframes motion-main-link {
    0% {
      transform: translateY(-10px);
      opacity: 0;
    }
    50% {
      padding: 0 0 60px;
      transform: translateY(0);
      opacity: 1;
    }
    100% {
      padding: 0 0 90px;
      transform: translateY(20px);
      opacity: 0;
    }
  }
  #ib_themes {
    /* =================================================
   unique layout
================================================= */
    /* -------------------------------------
   article
------------------------------------- */
  }
  #ib_themes #article {
    padding: 0;
    /* -------------------------------------
       main
    ------------------------------------- */
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #ib_themes #article #main {
    width: 100%;
    padding: 0;
    margin: 0 auto 60px;
    background: black;
  }
  #ib_themes #article #main .inner {
    width: 100%;
    margin: 0;
  }
  #ib_themes #article .section {
    width: 100%;
    /* -------------------------------------
           about
        */
    /* -------------------------------------
           product
        */
    /* -------------------------------------
           profile
        */
  }
  #ib_themes #article .section .inner {
    width: 1280px;
    padding: 0;
    position: relative;
    z-index: 1;
    /* -------------------------------------
               common
            */
  }
  #ib_themes #article .section .inner .content {
    width: 1240px;
    position: relative;
    z-index: 1;
  }
  #ib_themes #article .section .inner .content p {
    font-size: 14px;
  }
  #ib_themes #article .section .inner .content p.notice {
    font-size: 12px;
  }
  #ib_themes #article .section .inner .content .link {
    width: 356px;
    margin: 20px 0 0;
    position: static;
    transform: none;
  }
  #ib_themes #article .section .inner .content .link a,
  #ib_themes #article .section .inner .content .link a:link {
    width: 172px;
    height: 33px;
  }
  #ib_themes #article .section .inner .content .link a span,
  #ib_themes #article .section .inner .content .link a:link span {
    font-size: 16px;
  }
  #ib_themes #article .section .inner .content .link p {
    font-size: 15px;
    margin: 14px auto 0;
  }
  #ib_themes #article .section .inner .content .detail {
    font-size: 14px;
    padding: 0 40px 0 0;
    margin: 20px auto 0;
  }
  #ib_themes #article .section .inner .content .detail:hover {
    border-bottom: 1px solid white;
  }
  #ib_themes #article .section.about {
    margin: 95px auto 0;
  }
  #ib_themes #article .section.about .inner .h2.h2_1 {
    width: 100%;
    margin: 0 auto;
  }
  #ib_themes #article .section.about .inner .h2.h2_1 span.img {
    width: 1120px;
    margin: 0 auto;
  }
  #ib_themes #article .section.about .inner .content.read {
    width: 1280px;
    margin: 70px 0 0;
    position: relative;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
  }
  #ib_themes #article .section.about .inner .content.read .item {
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  #ib_themes #article .section.about .inner .content.read .item .float_l {
    width: 100%;
  }
  #ib_themes #article .section.about .inner .content.read .item .float_r {
    display: flex;
    width: 1195px;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 1;
    bottom: 20px;
  }
  #ib_themes #article .section.about .inner .content.read .item .float_r:after {
    display: none;
  }
  #ib_themes #article .section.about .inner .content.read .item .float_r p {
    font-size: 15px;
    width: 100%;
    text-align: center;
    line-height: 2;
  }
  #ib_themes #article .section.about .inner .content.special {
    width: 1240px;
    padding: 0 0 80px;
    border-bottom: 1px solid black;
  }
  #ib_themes #article .section.about .inner .content.special .h4.h4_2 {
    text-align: center;
    margin: 20px 0 0;
  }
  #ib_themes #article .section.about .inner .content.special .h4.h4_2 span.txt {
    font-size: 14px;
  }
  #ib_themes #article .section.about .inner .content.special .h4.h4_2 span.txt_2 {
    font-size: 12px;
  }
  #ib_themes #article .section.about .inner .content.special .h4.h4_2 span.txt_2 strong {
    font-size: 18px;
  }
  #ib_themes #article .section.about .inner .content.special .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1160px;
    padding: 0;
    margin: 50px auto 0;
  }
  #ib_themes #article .section.about .inner .content.special .item .float_l,
  #ib_themes #article .section.about .inner .content.special .item .float_r {
    width: 515px;
    padding: 0;
  }
  #ib_themes #article .section.about .inner .content.special .item .float_l:after,
  #ib_themes #article .section.about .inner .content.special .item .float_r:after {
    display: none;
  }
  #ib_themes #article .section.about .inner .content.special .item .float_l .figure,
  #ib_themes #article .section.about .inner .content.special .item .float_r .figure {
    width: 100%;
  }
  #ib_themes #article .section.about .inner .content.special .item .float_c {
    width: 100%;
    margin: 60x auto 0;
  }
  #ib_themes #article .section.about .inner .content.special .item .bag {
    justify-content: center;
    margin: 60px auto 0;
  }
  #ib_themes #article .section.about .inner .content.special .item .bag .figure {
    width: 300px;
    margin: 0;
  }
  #ib_themes #article .section.about .inner .content.special .item .bag .h4.h4_3 {
    width: 215px;
    margin: 30px 0 0;
    padding: 16px 0 12px;
    margin: 0 0 0 30px;
    transform: translateY(26px);
  }
  #ib_themes #article .section.about .inner .content.special .item .bag .h4.h4_3:before {
    bottom: 30px;
    left: -30px;
    border: 10px solid transparent;
    border-left: none;
    border-right: 30px solid #80BEE7;
  }
  #ib_themes #article .section.about .inner .content.special .item .bag .h4.h4_3 span.txt {
    font-size: 20px;
    padding: 0 20px;
  }
  #ib_themes #article .section.about .inner .content.special .item .bag .h4.h4_3 span.txt_2 {
    font-size: 15px;
    padding: 0 0 0 20px;
    margin: 10px 0 0;
  }
  #ib_themes #article .section.product .inner {
    padding: 80px 0 0;
  }
  #ib_themes #article .section.product .inner .h3.h3_1 {
    width: 566px;
    margin: 0 auto;
  }
  #ib_themes #article .section.product .inner .content {
    width: 1240px;
    margin: 60px auto 0;
  }
  #ib_themes #article .section.product .inner .content .link {
    margin: 40px 0 0;
  }
  #ib_themes #article .section.product .inner .content .link a,
  #ib_themes #article .section.product .inner .content .link a:link {
    margin: 0;
  }
  #ib_themes #article .section.product .inner .content.lotion {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 1240px;
    margin: 0 auto;
  }
  #ib_themes #article .section.product .inner .content.lotion .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 600px;
    margin: 60px 0 0;
  }
  #ib_themes #article .section.product .inner .content.lotion .item .h4.h4_3 {
    width: 365px;
    margin: -70px auto 0;
  }
  #ib_themes #article .section.product .inner .content.lotion .item:nth-of-type(2) .h4.h4_3 {
    width: 339px;
    margin: -80px auto 0;
  }
  #ib_themes #article .section.product .inner .content.lotion .item .float_c {
    width: 100%;
    margin: 0 auto 70px;
  }
  #ib_themes #article .section.product .inner .content.lotion .item .float_l {
    width: 230px;
  }
  #ib_themes #article .section.product .inner .content.lotion .item .float_l .figure {
    width: 150px;
    margin: 0 auto;
  }
  #ib_themes #article .section.product .inner .content.lotion .item .float_r {
    line-height: 0;
    width: 370px;
    margin: 0;
  }
  #ib_themes #article .section.product .inner .content.lotion .item .float_r .h3.h3_3 span.txt {
    font-size: 18px;
    line-height: 1.5;
  }
  #ib_themes #article .section.product .inner .content.lotion .item .float_r .h4.h4_1 {
    margin: 10px 0 0;
  }
  #ib_themes #article .section.product .inner .content.lotion .item .float_r .h4.h4_1 span.txt {
    font-size: 14px;
    line-height: 1.5;
  }
  #ib_themes #article .section.product .inner .content.lotion .item .float_r .h4.h4_2 {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-weight: bold;
    font-weight: 400;
    margin: 20px 0 0;
  }
  #ib_themes #article .section.product .inner .content.lotion .item .float_r .h4.h4_2 span.txt {
    font-size: 14px;
  }
  #ib_themes #article .section.product .inner .content.lotion .item .float_r .h4.h4_2 span.txt strong {
    font-size: 18px;
  }
  #ib_themes #article .section.product .inner .content.lotion .item .float_r ul {
    width: 356px;
    margin: 14px 0 0;
    position: static;
    transform: none;
  }
  #ib_themes #article .section.product .inner .content.lotion .item .float_r ul li {
    font-size: 12px;
    width: 113px;
    padding: 6px 0;
  }
  #ib_themes #article .section.product .inner .content.lotion .item .float_r ul li strong {
    font-size: 14px;
  }
  #ib_themes #article .section.product .inner .content.lotion .item .float_r p {
    margin: 14px 0 0;
  }
  #ib_themes #article .section.product .inner .content.lotion .item .float_r p.notice {
    margin: 12px 0 0;
  }
  #ib_themes #article .section.product .inner .content.cleansing, #ib_themes #article .section.product .inner .content.organic {
    margin: 100px auto 0;
  }
  #ib_themes #article .section.product .inner .content.cleansing .h3.h3_1, #ib_themes #article .section.product .inner .content.organic .h3.h3_1 {
    width: 715px;
    margin: 0 auto 0;
  }
  #ib_themes #article .section.product .inner .content.cleansing .h3.h3_1 span, #ib_themes #article .section.product .inner .content.organic .h3.h3_1 span {
    display: block;
  }
  #ib_themes #article .section.product .inner .content.cleansing .item, #ib_themes #article .section.product .inner .content.organic .item {
    display: flex;
    justify-content: space-between;
    margin: 60px 0 0;
  }
  #ib_themes #article .section.product .inner .content.cleansing .item .float_l, #ib_themes #article .section.product .inner .content.organic .item .float_l {
    width: 600px;
    margin: 0;
  }
  #ib_themes #article .section.product .inner .content.cleansing .item .float_l .figure, #ib_themes #article .section.product .inner .content.organic .item .float_l .figure {
    width: 100%;
    margin: 0;
  }
  #ib_themes #article .section.product .inner .content.cleansing .item .float_l .figure img, #ib_themes #article .section.product .inner .content.organic .item .float_l .figure img {
    width: 100%;
    margin: 0;
  }
  #ib_themes #article .section.product .inner .content.cleansing .item .float_r, #ib_themes #article .section.product .inner .content.organic .item .float_r {
    line-height: 0;
    width: 600px;
    margin: 0;
  }
  #ib_themes #article .section.product .inner .content.cleansing .item .float_r .figure, #ib_themes #article .section.product .inner .content.organic .item .float_r .figure {
    width: 416px;
  }
  #ib_themes #article .section.product .inner .content.cleansing .item .float_r .figure img, #ib_themes #article .section.product .inner .content.organic .item .float_r .figure img {
    width: 100%;
    margin: 0;
  }
  #ib_themes #article .section.product .inner .content.cleansing .item .float_r .h3.h3_3, #ib_themes #article .section.product .inner .content.organic .item .float_r .h3.h3_3 {
    margin: 20px auto 0;
  }
  #ib_themes #article .section.product .inner .content.cleansing .item .float_r .h3.h3_3 span.txt, #ib_themes #article .section.product .inner .content.organic .item .float_r .h3.h3_3 span.txt {
    font-size: 18px;
    line-height: 1.5;
  }
  #ib_themes #article .section.product .inner .content.cleansing .item .float_r .h4.h4_1, #ib_themes #article .section.product .inner .content.organic .item .float_r .h4.h4_1 {
    margin: 14px 0 0;
  }
  #ib_themes #article .section.product .inner .content.cleansing .item .float_r .h4.h4_1 span.txt, #ib_themes #article .section.product .inner .content.organic .item .float_r .h4.h4_1 span.txt {
    font-size: 14px;
    line-height: 1.5;
  }
  #ib_themes #article .section.product .inner .content.cleansing .item .float_r .h4.h4_2, #ib_themes #article .section.product .inner .content.organic .item .float_r .h4.h4_2 {
    margin: 20px 0 0;
  }
  #ib_themes #article .section.product .inner .content.cleansing .item .float_r .h4.h4_2 span.txt, #ib_themes #article .section.product .inner .content.organic .item .float_r .h4.h4_2 span.txt {
    font-size: 14px;
  }
  #ib_themes #article .section.product .inner .content.cleansing .item .float_r .h4.h4_2 span.txt strong, #ib_themes #article .section.product .inner .content.organic .item .float_r .h4.h4_2 span.txt strong {
    font-size: 18px;
  }
  #ib_themes #article .section.product .inner .content.cleansing .item .float_r ul, #ib_themes #article .section.product .inner .content.organic .item .float_r ul {
    width: 355px;
    margin: 20px 0 0;
    position: static;
    transform: none;
  }
  #ib_themes #article .section.product .inner .content.cleansing .item .float_r ul li, #ib_themes #article .section.product .inner .content.organic .item .float_r ul li {
    font-size: 12px;
    width: 172px;
    padding: 6px 0;
    margin: 0 0 5px;
  }
  #ib_themes #article .section.product .inner .content.cleansing .item .float_r ul li strong, #ib_themes #article .section.product .inner .content.organic .item .float_r ul li strong {
    font-size: 14px;
  }
  #ib_themes #article .section.product .inner .content.cleansing .item .float_r p, #ib_themes #article .section.product .inner .content.organic .item .float_r p {
    margin: 10px 0 0;
  }
  #ib_themes #article .section.product .inner .content.cleansing .item .float_r p.notice, #ib_themes #article .section.product .inner .content.organic .item .float_r p.notice {
    margin: 20px 0;
  }
  #ib_themes #article .section.product .inner .content.cleansing .item .float_r table, #ib_themes #article .section.product .inner .content.organic .item .float_r table {
    font-size: 13px;
    width: 350px;
    margin: 5px 0 0 5px;
  }
  #ib_themes #article .section.product .inner .content.cleansing .item .float_r table th, #ib_themes #article .section.product .inner .content.organic .item .float_r table th {
    padding: 10px 0;
    padding: 10px 10px 4px 0;
  }
  #ib_themes #article .section.product .inner .content.cleansing .item .float_r table td, #ib_themes #article .section.product .inner .content.organic .item .float_r table td {
    padding: 10px 0 4px 10px;
  }
  #ib_themes #article .section.product .inner .content.cleansing .item .float_r .detail, #ib_themes #article .section.product .inner .content.organic .item .float_r .detail {
    margin: 20px auto 0;
  }
  #ib_themes #article .section.product .inner .content.organic .h3.h3_1 {
    width: 506px;
  }
  #ib_themes #article .section.product .inner .content.organic .item .float_r .figure {
    width: 218px;
    margin: 0 0 0 45px;
  }
  #ib_themes #article .section.product .inner .content.organic .item .float_r ul {
    width: 100%;
    margin: 30px 0 40px;
  }
  #ib_themes #article .section.product .inner .content.organic .item .float_r ul li {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 20px auto 0;
  }
  #ib_themes #article .section.product .inner .content.organic .item .float_r ul li span.img {
    width: 200px;
  }
  #ib_themes #article .section.product .inner .content.organic .item .float_r ul li span.img img {
    height: 26px;
    margin: 0;
  }
  #ib_themes #article .section.product .inner .content.organic .item .float_r ul li span.txt {
    font-size: 14px;
    text-align: left;
    margin: 0;
  }
  #ib_themes #article .section.product .inner .content.organic .item .float_r ul li:nth-of-type(2) span.img img {
    margin: 0 0 0 5px;
  }
  #ib_themes #article .section.profile {
    padding: 0 0 100px;
  }
  #ib_themes #article .section.profile .inner .h3.h3_1 {
    width: 145px;
    margin: 100px auto 0;
  }
  #ib_themes #article .section.profile .inner .content {
    width: 1240px;
  }
  #ib_themes #article .section.profile .inner .content .item {
    margin: 80px auto 0;
  }
  #ib_themes #article .section.profile .inner .content .item .figure {
    width: 150px;
    margin: 0 auto;
  }
  #ib_themes #article .section.profile .inner .content .item .h3.h3_4 {
    margin: 25px auto 0;
  }
  #ib_themes #article .section.profile .inner .content .item .h3.h3_4 span {
    display: block;
    text-align: center;
  }
  #ib_themes #article .section.profile .inner .content .item .h3.h3_4 span.txt {
    font-size: 14px;
  }
  #ib_themes #article .section.profile .inner .content .item .h3.h3_4 span.txt strong {
    font-size: 16px;
  }
  #ib_themes #article .section.profile .inner .content .item p {
    margin: 30px auto 0;
  }
  #ib_themes #article .section.profile .inner .content .item .float_l,
  #ib_themes #article .section.profile .inner .content .item .float_r {
    line-height: 0;
    width: 710px;
    margin: 0 auto;
  }
  #ib_themes #article .section.profile .inner .content .item .float_r {
    margin: 0;
  }
}

@media screen and (min-width: 1536px) {
  #ib_themes {
    /* -------------------------------------
   article
------------------------------------- */
  }
  #ib_themes #article {
    padding: 0;
    /* -------------------------------------
       main
    ------------------------------------- */
  }
}

/* =================================================
   IE 10 or 11
================================================= */
@media all and (-ms-high-contrast: none) {
  /* IE10 */
  /* IE11 */
  /* padding-top */
  .ie_pt01 {
    padding-top: 0.1rem !important;
  }
  .ie_pt02 {
    padding-top: 0.2rem !important;
  }
  .ie_pt03 {
    padding-top: 0.3rem !important;
  }
  .ie_pt04 {
    padding-top: 0.4rem !important;
  }
  .ie_pt05 {
    padding-top: 0.5rem !important;
  }
  .ie_pt06 {
    padding-top: 0.6rem !important;
  }
  .ie_pt07 {
    padding-top: 0.7rem !important;
  }
  .ie_pt08 {
    padding-top: 0.8rem !important;
  }
  .ie_pt09 {
    padding-top: 0.9rem !important;
  }
  .ie_pt10 {
    padding-top: 1rem !important;
  }
  .ie_pt11 {
    padding-top: 1.1rem !important;
  }
  .ie_pt12 {
    padding-top: 1.2rem !important;
  }
  .ie_pt13 {
    padding-top: 1.3rem !important;
  }
  .ie_pt14 {
    padding-top: 1.4rem !important;
  }
  .ie_pt15 {
    padding-top: 1.5rem !important;
  }
  .ie_pt16 {
    padding-top: 1.6rem !important;
  }
  .ie_pt17 {
    padding-top: 1.7rem !important;
  }
  .ie_pt18 {
    padding-top: 1.8rem !important;
  }
  .ie_pt19 {
    padding-top: 1.9rem !important;
  }
  .ie_pt20 {
    padding-top: 2rem !important;
  }
  .ie_pt21 {
    padding-top: 2.1rem !important;
  }
  .ie_pt22 {
    padding-top: 2.2rem !important;
  }
  .ie_pt23 {
    padding-top: 2.3rem !important;
  }
  .ie_pt24 {
    padding-top: 2.4rem !important;
  }
  .ie_pt25 {
    padding-top: 2.5rem !important;
  }
  .ie_pt26 {
    padding-top: 2.6rem !important;
  }
  .ie_pt27 {
    padding-top: 2.7rem !important;
  }
  .ie_pt28 {
    padding-top: 2.8rem !important;
  }
  .ie_pt29 {
    padding-top: 2.9rem !important;
  }
  .ie_pt30 {
    padding-top: 3rem !important;
  }
  .ie_pt31 {
    padding-top: 3.1rem !important;
  }
  .ie_pt32 {
    padding-top: 3.2rem !important;
  }
  .ie_pt33 {
    padding-top: 3.3rem !important;
  }
  .ie_pt34 {
    padding-top: 3.4rem !important;
  }
  .ie_pt35 {
    padding-top: 3.5rem !important;
  }
  .ie_pt36 {
    padding-top: 3.6rem !important;
  }
  .ie_pt37 {
    padding-top: 3.7rem !important;
  }
  .ie_pt38 {
    padding-top: 3.8rem !important;
  }
  .ie_pt39 {
    padding-top: 3.9rem !important;
  }
  .ie_pt40 {
    padding-top: 4rem !important;
  }
  /* margin-top */
  .ie_mt01 {
    margin-top: -0.1rem !important;
  }
  .ie_mt02 {
    margin-top: -0.2rem !important;
  }
  .ie_mt03 {
    margin-top: -0.3rem !important;
  }
  .ie_mt04 {
    margin-top: -0.4rem !important;
  }
  .ie_mt05 {
    margin-top: -0.5rem !important;
  }
  .ie_mt06 {
    margin-top: -0.6rem !important;
  }
  .ie_mt07 {
    margin-top: -0.7rem !important;
  }
  .ie_mt08 {
    margin-top: -0.8rem !important;
  }
  .ie_mt09 {
    margin-top: -0.9rem !important;
  }
  .ie_mt10 {
    margin-top: -1rem !important;
  }
  .ie_mt11 {
    margin-top: -1.1rem !important;
  }
  .ie_mt12 {
    margin-top: -1.2rem !important;
  }
  .ie_mt13 {
    margin-top: -1.3rem !important;
  }
  .ie_mt14 {
    margin-top: -1.4rem !important;
  }
  .ie_mt15 {
    margin-top: -1.5rem !important;
  }
  .ie_mt16 {
    margin-top: -1.6rem !important;
  }
  .ie_mt17 {
    margin-top: -1.7rem !important;
  }
  .ie_mt18 {
    margin-top: -1.8rem !important;
  }
  .ie_mt19 {
    margin-top: -1.9rem !important;
  }
  .ie_mt20 {
    margin-top: -2rem !important;
  }
  .ie_mt21 {
    margin-top: -2.1rem !important;
  }
  .ie_mt22 {
    margin-top: -2.2rem !important;
  }
  .ie_mt23 {
    margin-top: -2.3rem !important;
  }
  .ie_mt24 {
    margin-top: -2.4rem !important;
  }
  .ie_mt25 {
    margin-top: -2.5rem !important;
  }
  .ie_mt26 {
    margin-top: -2.6rem !important;
  }
  .ie_mt27 {
    margin-top: -2.7rem !important;
  }
  .ie_mt28 {
    margin-top: -2.8rem !important;
  }
  .ie_mt29 {
    margin-top: -2.9rem !important;
  }
  .ie_mt30 {
    margin-top: -3rem !important;
  }
  .ie_mt31 {
    margin-top: -3.1rem !important;
  }
  .ie_mt32 {
    margin-top: -3.2rem !important;
  }
  .ie_mt33 {
    margin-top: -3.3rem !important;
  }
  .ie_mt34 {
    margin-top: -3.4rem !important;
  }
  .ie_mt35 {
    margin-top: -3.5rem !important;
  }
  .ie_mt36 {
    margin-top: -3.6rem !important;
  }
  .ie_mt37 {
    margin-top: -3.7rem !important;
  }
  .ie_mt38 {
    margin-top: -3.8rem !important;
  }
  .ie_mt39 {
    margin-top: -3.9rem !important;
  }
  .ie_mt40 {
    margin-top: -4rem !important;
  }
  /* padding-bottom */
  .ie_pb01 {
    padding-bottom: 0.1rem !important;
  }
  .ie_pb02 {
    padding-bottom: 0.2rem !important;
  }
  .ie_pb03 {
    padding-bottom: 0.3rem !important;
  }
  .ie_pb04 {
    padding-bottom: 0.4rem !important;
  }
  .ie_pb05 {
    padding-bottom: 0.5rem !important;
  }
  .ie_pb06 {
    padding-bottom: 0.6rem !important;
  }
  .ie_pb07 {
    padding-bottom: 0.7rem !important;
  }
  .ie_pb08 {
    padding-bottom: 0.8rem !important;
  }
  .ie_pb09 {
    padding-bottom: 0.9rem !important;
  }
  .ie_pb10 {
    padding-bottom: 1rem !important;
  }
  .ie_pb11 {
    padding-bottom: 1.1rem !important;
  }
  .ie_pb12 {
    padding-bottom: 1.2rem !important;
  }
  .ie_pb13 {
    padding-bottom: 1.3rem !important;
  }
  .ie_pb14 {
    padding-bottom: 1.4rem !important;
  }
  .ie_pb15 {
    padding-bottom: 1.5rem !important;
  }
  .ie_pb16 {
    padding-bottom: 1.6rem !important;
  }
  .ie_pb17 {
    padding-bottom: 1.7rem !important;
  }
  .ie_pb18 {
    padding-bottom: 1.8rem !important;
  }
  .ie_pb19 {
    padding-bottom: 1.9rem !important;
  }
  .ie_pb20 {
    padding-bottom: 2rem !important;
  }
  .ie_pb21 {
    padding-bottom: 2.1rem !important;
  }
  .ie_pb22 {
    padding-bottom: 2.2rem !important;
  }
  .ie_pb23 {
    padding-bottom: 2.3rem !important;
  }
  .ie_pb24 {
    padding-bottom: 2.4rem !important;
  }
  .ie_pb25 {
    padding-bottom: 2.5rem !important;
  }
  .ie_pb26 {
    padding-bottom: 2.6rem !important;
  }
  .ie_pb27 {
    padding-bottom: 2.7rem !important;
  }
  .ie_pb28 {
    padding-bottom: 2.8rem !important;
  }
  .ie_pb29 {
    padding-bottom: 2.9rem !important;
  }
  .ie_pb30 {
    padding-bottom: 3rem !important;
  }
  .ie_pb31 {
    padding-bottom: 3.1rem !important;
  }
  .ie_pb32 {
    padding-bottom: 3.2rem !important;
  }
  .ie_pb33 {
    padding-bottom: 3.3rem !important;
  }
  .ie_pb34 {
    padding-bottom: 3.4rem !important;
  }
  .ie_pb35 {
    padding-bottom: 3.5rem !important;
  }
  .ie_pb36 {
    padding-bottom: 3.6rem !important;
  }
  .ie_pb37 {
    padding-bottom: 3.7rem !important;
  }
  .ie_pb38 {
    padding-bottom: 3.8rem !important;
  }
  .ie_pb39 {
    padding-bottom: 3.9rem !important;
  }
  .ie_pb40 {
    padding-bottom: 4rem !important;
  }
  /* margin-bottom */
  .ie_mb01 {
    margin-bottom: -0.1rem !important;
  }
  .ie_mb02 {
    margin-bottom: -0.2rem !important;
  }
  .ie_mb03 {
    margin-bottom: -0.3rem !important;
  }
  .ie_mb04 {
    margin-bottom: -0.4rem !important;
  }
  .ie_mb05 {
    margin-bottom: -0.5rem !important;
  }
  .ie_mb06 {
    margin-bottom: -0.6rem !important;
  }
  .ie_mb07 {
    margin-bottom: -0.7rem !important;
  }
  .ie_mb08 {
    margin-bottom: -0.8rem !important;
  }
  .ie_mb09 {
    margin-bottom: -0.9rem !important;
  }
  .ie_mb10 {
    margin-bottom: -1rem !important;
  }
  .ie_mb11 {
    margin-bottom: -1.1rem !important;
  }
  .ie_mb12 {
    margin-bottom: -1.2rem !important;
  }
  .ie_mb13 {
    margin-bottom: -1.3rem !important;
  }
  .ie_mb14 {
    margin-bottom: -1.4rem !important;
  }
  .ie_mb15 {
    margin-bottom: -1.5rem !important;
  }
  .ie_mb16 {
    margin-bottom: -1.6rem !important;
  }
  .ie_mb17 {
    margin-bottom: -1.7rem !important;
  }
  .ie_mb18 {
    margin-bottom: -1.8rem !important;
  }
  .ie_mb19 {
    margin-bottom: -1.9rem !important;
  }
  .ie_mb20 {
    margin-bottom: -2rem !important;
  }
  .ie_mb21 {
    margin-bottom: -2.1rem !important;
  }
  .ie_mb22 {
    margin-bottom: -2.2rem !important;
  }
  .ie_mb23 {
    margin-bottom: -2.3rem !important;
  }
  .ie_mb24 {
    margin-bottom: -2.4rem !important;
  }
  .ie_mb25 {
    margin-bottom: -2.5rem !important;
  }
  .ie_mb26 {
    margin-bottom: -2.6rem !important;
  }
  .ie_mb27 {
    margin-bottom: -2.7rem !important;
  }
  .ie_mb28 {
    margin-bottom: -2.8rem !important;
  }
  .ie_mb29 {
    margin-bottom: -2.9rem !important;
  }
  .ie_mb30 {
    margin-bottom: -3rem !important;
  }
  .ie_mb31 {
    margin-bottom: -3.1rem !important;
  }
  .ie_mb32 {
    margin-bottom: -3.2rem !important;
  }
  .ie_mb33 {
    margin-bottom: -3.3rem !important;
  }
  .ie_mb34 {
    margin-bottom: -3.4rem !important;
  }
  .ie_mb35 {
    margin-bottom: -3.5rem !important;
  }
  .ie_mb36 {
    margin-bottom: -3.6rem !important;
  }
  .ie_mb37 {
    margin-bottom: -3.7rem !important;
  }
  .ie_mb38 {
    margin-bottom: -3.8rem !important;
  }
  .ie_mb39 {
    margin-bottom: -3.9rem !important;
  }
  .ie_mb40 {
    margin-bottom: -4rem !important;
  }
  /* add */
  input[type=submit] {
    padding-top: 3.5rem !important;
  }
  input[type=reset],
  input[type=button] {
    padding-top: 2.2rem !important;
  }
}
