@charset "UTF-8";
/*                共通
======================================================= */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/**
.section {
  //font-family:'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: "FP-こぶりなゴシック StdN W3", sans-serif;
  padding: 0;
  color: #3E3C3C;
}
.sectionInner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.topicsDetail .topicsArticle p{
  color: $baseColor;
}
.pagetop{
  z-index: 1;
}
**/
span.avenir {
  font-family: "AvenirLTPro-Light", "FP-こぶりなゴシック StdN W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: "Jost", "dnp-shuei-gothic-gin-std", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

sup {
  display: inline-block;
  font-size: 60%;
  position: relative;
  top: 0.1em;
  padding-left: 1px;
}

.scroll_anime {
  opacity: 0;
  position: relative;
  top: 20px;
}

.loadscroll_anime {
  -webkit-transition: 1.2s;
  transition: 1.2s;
  opacity: 0;
  position: relative;
}
.loadscroll_anime.show {
  opacity: 1;
}

/* アニメーション ======================================= */
@-webkit-keyframes bg-color {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #273831;
  }
}
@keyframes bg-color {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #273831;
  }
}
@-webkit-keyframes bg-color2 {
  100% {
    -webkit-transform: scale(50.1);
            transform: scale(50.1);
  }
}
@keyframes bg-color2 {
  100% {
    -webkit-transform: scale(50.1);
            transform: scale(50.1);
  }
}
@media only screen and (min-width: 1024.1px) {
  br.sp1024 {
    display: none;
  }
}
@media only screen and (min-width: 900.1px) {
  br.sp900 {
    display: none;
  }
}
@media only screen and (min-width: 768.1px) {
  br.sp768 {
    display: none;
  }
}
@media only screen and (min-width: 640.1px) {
  br.sp640 {
    display: none;
  }
}
@media only screen and (min-width: 480.1px) {
  br.sp480 {
    display: none;
  }
}
@media only screen and (min-width: 400.1px) {
  br.sp400 {
    display: none;
  }
}
@media only screen and (min-width: 350.1px) {
  br.sp350 {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  br.sp1025 {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  br.sp901 {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  br.sp769 {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  br.sp641 {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  br.sp481 {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  br.sp401 {
    display: none;
  }
}
@media only screen and (max-width: 350px) {
  br.sp351 {
    display: none;
  }
}

/*                コンテンツ
======================================================= */
.keepasecret_eyeholdPage {
  font-family: "Jost", "秀英角ゴシック銀 L", "dnp-shuei-gothic-gin-std", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #211815;
}
.keepasecret_eyeholdPage #main_area {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-bottom: 0;
  /**
  &::before {
    content: "";
    background: linear-gradient(#fff 0%, #f2fcff 6.38%, #f2fcff 100%);
    background-size: cover;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    //opacity: 0.93;
    opacity: 0.94;
  }
  **/
}
.keepasecret_eyeholdPage.fadeout .side_list p.ttl {
  color: #fff;
}
.keepasecret_eyeholdPage.fadeout .side_list .list ul li path {
  fill: #fff;
}
.keepasecret_eyeholdPage.fadeout #area01 {
  color: #fff;
}
.keepasecret_eyeholdPage.fadeout #area01::before {
  opacity: 0 !important;
}
.keepasecret_eyeholdPage.fadeout #area01 .inner .layout .img {
  opacity: 0 !important;
}
.keepasecret_eyeholdPage.fadeout #area02 {
  color: #fff;
}
.keepasecret_eyeholdPage.fadeout #area02::before {
  opacity: 0 !important;
}
.keepasecret_eyeholdPage.fadeout #area03 {
  color: #fff;
}
.keepasecret_eyeholdPage.fadeout #area03::before {
  opacity: 0 !important;
}
.keepasecret_eyeholdPage a:visited, .keepasecret_eyeholdPage a:link, .keepasecret_eyeholdPage a:hover, .keepasecret_eyeholdPage a:active {
  color: #211815;
}
.keepasecret_eyeholdPage .lp_wrap {
  /*                #main_visual
  ======================================================= */
  /*                #introduction
  ======================================================= */
  /*                #eye_cream
  ======================================================= */
  /*                .item_box
  ======================================================= */
  /*                #product
  ======================================================= */
  /*                #items
  ======================================================= */
  /*                #lineup
  ======================================================= */
}
.keepasecret_eyeholdPage .lp_wrap * {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.keepasecret_eyeholdPage .lp_wrap .main_width {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1360px;
  padding: 0 40px;
}
@media only screen and (max-width: 900px) {
  .keepasecret_eyeholdPage .lp_wrap .main_width {
    padding: 0 6.4vw;
  }
}
.keepasecret_eyeholdPage .lp_wrap .lp_section {
  position: relative;
  width: 100%;
}
.keepasecret_eyeholdPage .lp_wrap .section_inr {
  position: relative;
  width: 100%;
}
.keepasecret_eyeholdPage .lp_wrap .section_ttl {
  position: absolute;
  top: 0;
  left: 46px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.keepasecret_eyeholdPage .lp_wrap .section_ttl h2, .keepasecret_eyeholdPage .lp_wrap .section_ttl p {
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.125em;
  font-weight: 500;
}
@media only screen and (max-width: 900px) {
  .keepasecret_eyeholdPage .lp_wrap .section_ttl {
    top: 0;
    left: 6.4vw;
    -webkit-transform: translateX(0.5em) rotate(90deg);
            transform: translateX(0.5em) rotate(90deg);
    z-index: 5;
  }
  .keepasecret_eyeholdPage .lp_wrap .section_ttl h2, .keepasecret_eyeholdPage .lp_wrap .section_ttl p {
    font-size: 2.6666666667vw;
  }
}
.keepasecret_eyeholdPage .lp_wrap span.sup {
  font-size: 0.6em;
  vertical-align: top;
  letter-spacing: -0.05em;
  display: inline-block;
  margin: auto 0.15em auto auto;
}
.keepasecret_eyeholdPage .lp_wrap .text-justify, .keepasecret_eyeholdPage .lp_wrap .text-justify p {
  text-align: justify;
  text-justify: inter-character;
}
.keepasecret_eyeholdPage .lp_wrap .fonthira {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.keepasecret_eyeholdPage .lp_wrap #main_visual {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.keepasecret_eyeholdPage .lp_wrap #main_visual .kv_img {
  width: 54.53125%;
}
.keepasecret_eyeholdPage .lp_wrap #main_visual .kv_img img {
  width: 100%;
  display: block;
}
.keepasecret_eyeholdPage .lp_wrap #main_visual .kv_txt {
  width: 45.46875%;
  padding: 0 0 60px 112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.keepasecret_eyeholdPage .lp_wrap #main_visual .kv_txt p {
  margin-top: 11.640625vw;
}
@media only screen and (max-width: 900px) {
  .keepasecret_eyeholdPage .lp_wrap #main_visual {
    display: block;
  }
  .keepasecret_eyeholdPage .lp_wrap #main_visual .kv_img {
    width: calc(100% + 6.4vw);
    margin-right: -6.4vw;
  }
  .keepasecret_eyeholdPage .lp_wrap #main_visual .kv_img img {
    width: 100%;
    display: block;
  }
  .keepasecret_eyeholdPage .lp_wrap #main_visual .kv_txt {
    width: 100%;
    padding: 7.3333333333vw 0 12.8vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .keepasecret_eyeholdPage .lp_wrap #main_visual .kv_txt h1 img, .keepasecret_eyeholdPage .lp_wrap #main_visual .kv_txt p img {
    width: 44.04vw;
  }
  .keepasecret_eyeholdPage .lp_wrap #main_visual .kv_txt p {
    margin-top: 3.76vw;
  }
}
@media only screen and (min-width: 900.1px) {
  .keepasecret_eyeholdPage .lp_wrap #introduction {
    padding: 75px 0 158px;
  }
  .keepasecret_eyeholdPage .lp_wrap #introduction .intro_nav {
    position: absolute;
    left: 99px;
    font-size: 14px;
    top: -0.5em;
  }
  .keepasecret_eyeholdPage .lp_wrap #introduction .intro_nav ul li {
    font-size: 100%;
    margin-bottom: 0.375em;
  }
  .keepasecret_eyeholdPage .lp_wrap #introduction .intro_nav ul li a {
    opacity: 0.52;
    display: inline-block;
    padding-right: 1em;
    position: relative;
    line-height: 1;
    letter-spacing: 0.085em;
  }
  .keepasecret_eyeholdPage .lp_wrap #introduction .intro_nav ul li a::before {
    position: absolute;
    content: "";
    display: block;
    right: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    border-top: 1px solid #211815;
    border-right: 1px solid #211815;
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
    opacity: 0.8;
  }
}
@media only screen and (min-width: 900.1px) and (hover: hover) {
  .keepasecret_eyeholdPage .lp_wrap #introduction .intro_nav ul li a {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .keepasecret_eyeholdPage .lp_wrap #introduction .intro_nav ul li a:hover {
    opacity: 1;
  }
}
@media only screen and (min-width: 900.1px) {
  .keepasecret_eyeholdPage .lp_wrap #introduction .section_inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .keepasecret_eyeholdPage .lp_wrap #introduction .intro_img {
    width: 39.84375%;
    height: 100%;
  }
}
@media only screen and (min-width: 900.1px) and (min-width: 1280.1px) {
  .keepasecret_eyeholdPage .lp_wrap #introduction .intro_img {
    height: 542px;
  }
}
@media only screen and (min-width: 900.1px) {
  .keepasecret_eyeholdPage .lp_wrap #introduction .intro_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .keepasecret_eyeholdPage .lp_wrap #introduction .intro_txt {
    width: 60.15625%;
    padding: 0 95px;
  }
}
.keepasecret_eyeholdPage .lp_wrap #introduction .intro_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.keepasecret_eyeholdPage .lp_wrap #introduction .intro_txt .intro_txt_inr {
  width: 100%;
}
.keepasecret_eyeholdPage .lp_wrap #introduction .intro_txt .intro_txt_inr p {
  margin-top: 3.5em;
  font-size: 16px;
  text-align: right;
  line-height: 2.2;
  letter-spacing: 0.1em;
}
.keepasecret_eyeholdPage .lp_wrap #introduction .intro_txt .intro_txt_inr p:nth-child(n+2) {
  margin-top: 2em;
}
@media only screen and (max-width: 900px) {
  .keepasecret_eyeholdPage .lp_wrap #introduction {
    padding: 8vw 0 26.6666666667vw;
  }
  .keepasecret_eyeholdPage .lp_wrap #introduction .section_ttl {
    top: 29.3333333333vw;
  }
  .keepasecret_eyeholdPage .lp_wrap #introduction .intro_nav {
    font-size: 3.2vw;
    margin-bottom: 18.1066666667vw;
  }
  .keepasecret_eyeholdPage .lp_wrap #introduction .intro_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -calc(3.7333333333vw);
  }
  .keepasecret_eyeholdPage .lp_wrap #introduction .intro_nav ul li {
    font-size: 100%;
    width: 50%;
    margin-bottom: 3.7333333333vw;
  }
  .keepasecret_eyeholdPage .lp_wrap #introduction .intro_nav ul li:nth-child(even) {
    padding-left: 1.0666666667vw;
  }
  .keepasecret_eyeholdPage .lp_wrap #introduction .intro_nav ul li:nth-child(odd) {
    padding-right: 1.0666666667vw;
  }
  .keepasecret_eyeholdPage .lp_wrap #introduction .intro_nav ul li a {
    width: 100%;
    height: 9.6vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    text-align: center;
    line-height: 1;
    padding: 0 1.2em;
    letter-spacing: 0.085em;
    background: #EDE9E1;
  }
  .keepasecret_eyeholdPage .lp_wrap #introduction .intro_nav ul li a span {
    opacity: 0.52;
  }
  .keepasecret_eyeholdPage .lp_wrap #introduction .intro_nav ul li a::before {
    position: absolute;
    content: "";
    display: block;
    right: 1em;
    top: 50%;
    width: 4px;
    height: 4px;
    border-top: 1px solid #211815;
    border-right: 1px solid #211815;
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
    opacity: 0.52;
  }
  .keepasecret_eyeholdPage .lp_wrap #introduction .intro_img {
    width: 71.6266666667vw;
    -webkit-transform: translateX(-6.4vw);
            transform: translateX(-6.4vw);
  }
  .keepasecret_eyeholdPage .lp_wrap #introduction .intro_img img {
    width: 100%;
    height: auto;
  }
  .keepasecret_eyeholdPage .lp_wrap #introduction .intro_txt .intro_txt_inr p {
    padding: 0 2em;
    margin-top: 3.5em;
    font-size: 3.7333333333vw;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.115em;
  }
  .keepasecret_eyeholdPage .lp_wrap #introduction .intro_txt .intro_txt_inr p .en {
    font-size: 4vw;
  }
  .keepasecret_eyeholdPage .lp_wrap #introduction .intro_txt .intro_txt_inr p:nth-child(n+2) {
    margin-top: 1.8em;
  }
}
.keepasecret_eyeholdPage .lp_wrap #eye_cream {
  background: #F5F5F5;
}
@media only screen and (min-width: 900.1px) {
  .keepasecret_eyeholdPage .lp_wrap #eye_cream .eye_cream_wrap {
    padding: 58px 0;
    width: 100%;
    max-width: 926px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .keepasecret_eyeholdPage .lp_wrap #eye_cream .eye_cream_wrap .eye_cream_img {
    width: 376px;
    padding-right: 14px;
  }
  .keepasecret_eyeholdPage .lp_wrap #eye_cream .eye_cream_wrap .eye_cream_img img {
    max-width: 100%;
    margin: auto;
  }
  .keepasecret_eyeholdPage .lp_wrap #eye_cream .eye_cream_wrap .eye_cream_txt {
    width: calc(100% - 376px);
  }
  .keepasecret_eyeholdPage .lp_wrap #eye_cream .eye_cream_wrap .eye_cream_txt .eye_cream_catch {
    margin-right: -4em;
    font-size: 18px;
    font-weight: normal;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.165em;
    margin-bottom: 1.35em;
  }
  .keepasecret_eyeholdPage .lp_wrap #eye_cream .eye_cream_wrap .eye_cream_txt p {
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: 0.15em;
  }
}
@media only screen and (max-width: 900px) {
  .keepasecret_eyeholdPage .lp_wrap #eye_cream .eye_cream_wrap {
    padding: 24.2666666667vw 0 19.6266666667vw;
  }
  .keepasecret_eyeholdPage .lp_wrap #eye_cream .eye_cream_wrap .eye_cream_img {
    -webkit-transform: translateX(-1.8133333333vw);
            transform: translateX(-1.8133333333vw);
    width: 80vw;
    margin: auto;
  }
  .keepasecret_eyeholdPage .lp_wrap #eye_cream .eye_cream_wrap .eye_cream_img img {
    max-width: 100%;
    margin: auto;
  }
  .keepasecret_eyeholdPage .lp_wrap #eye_cream .eye_cream_wrap .eye_cream_txt {
    width: 100%;
  }
  .keepasecret_eyeholdPage .lp_wrap #eye_cream .eye_cream_wrap .eye_cream_txt .eye_cream_catch {
    font-size: 4.2666666667vw;
    font-weight: normal;
    font-weight: 500;
    line-height: 1.95;
    letter-spacing: 0.2em;
    margin: 2.5em 0 0.75em;
  }
  .keepasecret_eyeholdPage .lp_wrap #eye_cream .eye_cream_wrap .eye_cream_txt .eye_cream_catch br {
    display: none;
  }
  .keepasecret_eyeholdPage .lp_wrap #eye_cream .eye_cream_wrap .eye_cream_txt p {
    font-size: 3.7333333333vw;
    line-height: 1.8;
    letter-spacing: 0.07em;
  }
}
.keepasecret_eyeholdPage .lp_wrap .icon_new {
  font-size: 10px;
  color: #986030;
  border: solid 1px #986030;
  width: 3.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1em;
  padding: 0.25em 0.15em 0.15em;
}
.keepasecret_eyeholdPage .lp_wrap .icon_new > span {
  display: inline-block;
}
@media only screen and (max-width: 900px) {
  .keepasecret_eyeholdPage .lp_wrap .icon_new {
    font-size: 2.6666666667vw;
  }
}
.keepasecret_eyeholdPage .lp_wrap .buy_btn {
  width: 100%;
  height: 50px;
  border: solid 1px #3D3A3A;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.keepasecret_eyeholdPage .lp_wrap .buy_btn::before, .keepasecret_eyeholdPage .lp_wrap .buy_btn::after {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  display: block;
  content: "";
  position: absolute;
  right: 11px;
  top: 50%;
  width: 9px;
  height: 9px;
  background: url(../images/lp/keepasecret_eyehold/icon_arrow-forward.svg) center/auto no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.keepasecret_eyeholdPage .lp_wrap .buy_btn::after {
  background: url(../images/lp/keepasecret_eyehold/icon_arrow-forward-active.svg) center/auto no-repeat;
  z-index: 1;
  opacity: 0;
}
@media (hover: hover) {
  .keepasecret_eyeholdPage .lp_wrap .buy_btn {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .keepasecret_eyeholdPage .lp_wrap .buy_btn:hover {
    background: #3D3A3A;
    color: #fff;
  }
  .keepasecret_eyeholdPage .lp_wrap .buy_btn:hover::before {
    opacity: 0;
  }
  .keepasecret_eyeholdPage .lp_wrap .buy_btn:hover::after {
    opacity: 1;
  }
}
@media only screen and (max-width: 900px) {
  .keepasecret_eyeholdPage .lp_wrap .buy_btn {
    height: 13.3333333333vw;
    border-radius: 1.0666666667vw;
  }
  .keepasecret_eyeholdPage .lp_wrap .buy_btn::before, .keepasecret_eyeholdPage .lp_wrap .buy_btn::after {
    right: 2.9333333333vw;
    width: 2.4vw;
    height: 2.4vw;
  }
}
.keepasecret_eyeholdPage .lp_wrap #product .product_inr {
  position: relative;
}
@media only screen and (min-width: 900.1px) {
  .keepasecret_eyeholdPage .lp_wrap #product {
    padding: 110px 0 60px;
  }
  .keepasecret_eyeholdPage .lp_wrap #product .product_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 926px;
    margin: auto;
  }
  .keepasecret_eyeholdPage .lp_wrap #product .product_wrap .product_img {
    width: 52.57%;
  }
  .keepasecret_eyeholdPage .lp_wrap #product .product_wrap .product_txt {
    width: 47.43%;
    padding: 0 0 0 65px;
  }
  .keepasecret_eyeholdPage .lp_wrap #product .product_wrap .product_caution {
    width: 100%;
  }
}
.keepasecret_eyeholdPage .lp_wrap #product .product_caution {
  font-size: 10px;
  margin: 1.7em 0 0 0;
}
@media only screen and (max-width: 900px) {
  .keepasecret_eyeholdPage .lp_wrap #product {
    padding: 15.7333333333vw 0 11.2266666667vw;
  }
  .keepasecret_eyeholdPage .lp_wrap #product .product_wrap {
    width: 100%;
    padding: 0 1.0666666667vw;
  }
  .keepasecret_eyeholdPage .lp_wrap #product .product_wrap .product_img {
    width: 100%;
    margin-bottom: 8.64vw;
  }
  .keepasecret_eyeholdPage .lp_wrap #product .product_wrap .product_img img {
    width: 100%;
  }
  .keepasecret_eyeholdPage .lp_wrap #product .product_caution {
    font-size: 2.6666666667vw;
    margin: 2.5em 0 0 0;
    letter-spacing: 0.1em;
  }
}
.keepasecret_eyeholdPage .lp_wrap .item_meta {
  position: relative;
  padding-top: 1.5em;
}
.keepasecret_eyeholdPage .lp_wrap .item_meta .icon_new {
  position: absolute;
  left: 0;
  top: 0;
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 900px) {
  .keepasecret_eyeholdPage .lp_wrap .item_meta .icon_new {
    margin-bottom: 0.6em;
  }
}
.keepasecret_eyeholdPage .lp_wrap .item_meta .item_ttl_en {
  font-size: 14px;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 900px) {
  .keepasecret_eyeholdPage .lp_wrap .item_meta .item_ttl_en {
    font-size: 3.2vw;
  }
}
.keepasecret_eyeholdPage .lp_wrap .item_meta .item_ttl_ja {
  font-size: 16px;
  letter-spacing: 0.14em;
  margin-bottom: 0.15em;
}
@media only screen and (max-width: 900px) {
  .keepasecret_eyeholdPage .lp_wrap .item_meta .item_ttl_ja {
    font-size: 4vw;
  }
}
.keepasecret_eyeholdPage .lp_wrap .item_meta .item_ttl_sub {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1em;
  letter-spacing: 0.075em;
  margin-bottom: 1em;
}
.keepasecret_eyeholdPage .lp_wrap .item_meta .item_ttl_sub li {
  margin-left: 1.25em;
}
.keepasecret_eyeholdPage .lp_wrap .item_meta .item_ttl_sub li.wide {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .keepasecret_eyeholdPage .lp_wrap .item_meta .item_ttl_sub {
    font-size: 2.9333333333vw;
    margin-bottom: 2.25em;
  }
}
.keepasecret_eyeholdPage .lp_wrap .item_meta .item_detail {
  margin-bottom: 12px;
}
.keepasecret_eyeholdPage .lp_wrap .item_meta .item_detail .detail_catch {
  font-size: 14px;
  font-weight: normal;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 0.8em;
  letter-spacing: 0.05em;
}
.keepasecret_eyeholdPage .lp_wrap .item_meta .item_detail .detail_catch > span {
  letter-spacing: 0.13em;
}
.keepasecret_eyeholdPage .lp_wrap .item_meta .item_detail p {
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 1.8;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 900px) {
  .keepasecret_eyeholdPage .lp_wrap .item_meta .item_detail {
    margin-bottom: 4vw;
  }
  .keepasecret_eyeholdPage .lp_wrap .item_meta .item_detail .detail_catch {
    font-size: 4vw;
  }
  .keepasecret_eyeholdPage .lp_wrap .item_meta .item_detail p {
    font-size: 3.4666666667vw;
    margin-bottom: 2em;
  }
  .keepasecret_eyeholdPage .lp_wrap .item_meta .item_detail p:last-child {
    margin-bottom: 1.5em;
  }
}
.keepasecret_eyeholdPage .lp_wrap .item_meta .buy_btn_wrap .buy_btn {
  width: 270px;
}
@media only screen and (max-width: 900px) {
  .keepasecret_eyeholdPage .lp_wrap .item_meta .buy_btn_wrap .buy_btn {
    width: 100%;
  }
}
.keepasecret_eyeholdPage .lp_wrap .item_meta .view_more_link {
  font-size: 13px;
  margin: 1.35em auto 1.25em;
}
@media only screen and (max-width: 900px) {
  .keepasecret_eyeholdPage .lp_wrap .item_meta .view_more_link {
    font-size: 3.4666666667vw;
  }
}
.keepasecret_eyeholdPage .lp_wrap .item_meta .view_more_link a {
  display: inline-block;
  text-decoration: underline;
}
@media (hover: hover) {
  .keepasecret_eyeholdPage .lp_wrap .item_meta .view_more_link a {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .keepasecret_eyeholdPage .lp_wrap .item_meta .view_more_link a:hover {
    opacity: 0.5;
  }
}
.keepasecret_eyeholdPage .lp_wrap .item_meta .icons_cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  margin: auto 0 auto -0.3em;
}
.keepasecret_eyeholdPage .lp_wrap .item_meta .icons_cate li {
  margin-left: 0.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.1em 0.6em 0;
  height: 1.7em;
  border-radius: 0.85em;
  border: solid 1px #211815;
  line-height: 1em;
}
.keepasecret_eyeholdPage .lp_wrap .item_meta .icons_cate li > span {
  color: #211815;
  display: inline-block;
}
@media only screen and (max-width: 900px) {
  .keepasecret_eyeholdPage .lp_wrap .item_meta .icons_cate {
    font-size: 2.9333333333vw;
  }
}
.keepasecret_eyeholdPage .lp_wrap #items {
  background-color: #D9D0BC;
}
@media only screen and (min-width: 900.1px) {
  .keepasecret_eyeholdPage .lp_wrap #items {
    padding: 116px 0 90px;
  }
  .keepasecret_eyeholdPage .lp_wrap #items .item_section {
    max-width: 910px;
    margin: auto;
  }
}
@media only screen and (max-width: 900px) {
  .keepasecret_eyeholdPage .lp_wrap #items {
    padding: 25.2vw 0 11.9733333333vw;
  }
}
.keepasecret_eyeholdPage .lp_wrap #items .item_ttl {
  margin: 0 auto 30px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.keepasecret_eyeholdPage .lp_wrap #items .item_ttl img {
  display: block;
}
@media only screen and (max-width: 900px) {
  .keepasecret_eyeholdPage .lp_wrap #items .item_ttl {
    height: 4.9066666667vw;
  }
  .keepasecret_eyeholdPage .lp_wrap #items .item_ttl img {
    height: 100%;
    width: auto;
  }
}
@media only screen and (max-width: 900px) {
  .keepasecret_eyeholdPage .lp_wrap #items #fourfree .item_ttl {
    height: 3.8186666667vw;
  }
  .keepasecret_eyeholdPage .lp_wrap #items #fourfree .item_ttl img {
    height: 3.8186666667vw;
    width: auto;
  }
}
.keepasecret_eyeholdPage .lp_wrap #items .fourfree_catch {
  font-size: 18px;
  text-align: center;
  line-height: 1.8;
  margin: auto auto 2em;
  letter-spacing: 0.15em;
}
.keepasecret_eyeholdPage .lp_wrap #items .fourfree_catch > span {
  display: inline-block;
}
@media only screen and (min-width: 900.1px) {
  .keepasecret_eyeholdPage .lp_wrap #items .fourfree_catch > span:first-child {
    display: block;
  }
}
@media only screen and (max-width: 900px) {
  .keepasecret_eyeholdPage .lp_wrap #items .fourfree_catch {
    font-size: 4.2666666667vw;
    line-height: 2;
    margin: auto auto 1.25em;
  }
}
.keepasecret_eyeholdPage .lp_wrap #items .fourfree_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 836px;
  margin: auto;
}
.keepasecret_eyeholdPage .lp_wrap #items .fourfree_icons li {
  width: 25%;
  padding: 0 10px;
}
.keepasecret_eyeholdPage .lp_wrap #items .fourfree_icons li .icon_parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #8a847a;
  width: 100%;
  height: 36px;
}
.keepasecret_eyeholdPage .lp_wrap #items .fourfree_icons li .icon_parts > span {
  line-height: 1em;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 900px) {
  .keepasecret_eyeholdPage .lp_wrap #items .fourfree_icons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -1.2vw -1.52vw;
  }
  .keepasecret_eyeholdPage .lp_wrap #items .fourfree_icons li {
    width: 50%;
    padding: 1.2vw 1.52vw;
  }
  .keepasecret_eyeholdPage .lp_wrap #items .fourfree_icons li .icon_parts {
    height: 8.8vw;
  }
  .keepasecret_eyeholdPage .lp_wrap #items .fourfree_icons li .icon_parts > span {
    font-size: 3.7333333333vw;
    opacity: 0.8;
  }
}
.keepasecret_eyeholdPage .lp_wrap #items #fragrance {
  padding: 96px 0;
}
@media only screen and (max-width: 900px) {
  .keepasecret_eyeholdPage .lp_wrap #items #fragrance {
    padding: 25.0666666667vw 0;
  }
}
.keepasecret_eyeholdPage .lp_wrap #items .fragrance_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 836px;
  width: 100%;
  margin: auto;
}
.keepasecret_eyeholdPage .lp_wrap #items .fragrance_icons li {
  width: 370px;
  padding: 0 10px;
}
.keepasecret_eyeholdPage .lp_wrap #items .fragrance_icons li .icon_parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #efece3;
  width: 100%;
  height: 40px;
}
.keepasecret_eyeholdPage .lp_wrap #items .fragrance_icons li .icon_parts > span {
  line-height: 1em;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 900px) {
  .keepasecret_eyeholdPage .lp_wrap #items .fragrance_icons li {
    width: 70.9333333333vw;
    padding: 0 2.6666666667vw;
  }
  .keepasecret_eyeholdPage .lp_wrap #items .fragrance_icons li .icon_parts {
    height: 10.6666666667vw;
  }
  .keepasecret_eyeholdPage .lp_wrap #items .fragrance_icons li .icon_parts > span {
    font-size: 4.5333333333vw;
  }
}
.keepasecret_eyeholdPage .lp_wrap #items .fragrance_catch {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.12em;
  margin: 1.25em auto 0;
}
.keepasecret_eyeholdPage .lp_wrap #items .fragrance_catch > span {
  display: inline-block;
}
@media only screen and (max-width: 900px) {
  .keepasecret_eyeholdPage .lp_wrap #items .fragrance_catch {
    font-size: 3.4666666667vw;
    margin: 1.75em auto 0;
  }
}
.keepasecret_eyeholdPage .lp_wrap #items #ingredients {
  padding: 60px 0 0;
  border-top: solid 1px #92897b;
}
@media only screen and (max-width: 900px) {
  .keepasecret_eyeholdPage .lp_wrap #items #ingredients {
    padding: 18.6666666667vw 0 0;
  }
}
@media only screen and (min-width: 900.1px) {
  .keepasecret_eyeholdPage .lp_wrap #items .ingredients_intro {
    max-width: 489px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .keepasecret_eyeholdPage .lp_wrap #items .ingredients_intro .intro_img {
    width: 98px;
  }
  .keepasecret_eyeholdPage .lp_wrap #items .ingredients_intro .intro_txt {
    width: calc(100% - 98px);
    padding: 0 0 0 28px;
  }
}
@media only screen and (max-width: 900px) {
  .keepasecret_eyeholdPage .lp_wrap #items .ingredients_intro {
    width: 100%;
  }
  .keepasecret_eyeholdPage .lp_wrap #items .ingredients_intro .intro_img {
    width: 42.9333333333vw;
    margin: 10.6666666667vw auto 10.6666666667vw;
  }
  .keepasecret_eyeholdPage .lp_wrap #items .ingredients_intro .intro_img img {
    width: 100%;
  }
}
.keepasecret_eyeholdPage .lp_wrap #items .ingredients_intro .intro_txt .intro_ttl {
  font-size: 14px;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.keepasecret_eyeholdPage .lp_wrap #items .ingredients_intro .intro_txt .intro_ttl .small {
  display: block;
  font-size: 10px;
}
.keepasecret_eyeholdPage .lp_wrap #items .ingredients_intro .intro_txt p {
  margin: 0.8em auto auto;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media only screen and (max-width: 900px) {
  .keepasecret_eyeholdPage .lp_wrap #items .ingredients_intro .intro_txt .intro_ttl {
    font-size: 3.7333333333vw;
    text-align: center;
    margin-left: -1em;
    margin-right: -1em;
    letter-spacing: 0.02em;
  }
  .keepasecret_eyeholdPage .lp_wrap #items .ingredients_intro .intro_txt .intro_ttl .small {
    display: block;
    font-size: 2.9333333333vw;
  }
  .keepasecret_eyeholdPage .lp_wrap #items .ingredients_intro .intro_txt p {
    margin: 0.8em auto auto;
    font-size: 3.2vw;
    letter-spacing: 0.175em;
    line-height: 1.5;
  }
}
.keepasecret_eyeholdPage .lp_wrap #items .approach_wrap {
  margin: 53px auto 0;
}
@media only screen and (max-width: 900px) {
  .keepasecret_eyeholdPage .lp_wrap #items .approach_wrap {
    margin: 16.2666666667vw auto 0;
  }
}
.keepasecret_eyeholdPage .lp_wrap #items .approach_index {
  margin: auto;
  max-width: 490px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.keepasecret_eyeholdPage .lp_wrap #items .approach_index .approach_tab {
  width: 235px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #958f83;
  font-size: 14px;
  cursor: pointer;
}
.keepasecret_eyeholdPage .lp_wrap #items .approach_index .approach_tab > span {
  display: inline-block;
  line-height: 1em;
  letter-spacing: 0.1em;
}
.keepasecret_eyeholdPage .lp_wrap #items .approach_index .approach_tab.active {
  background: #5c5753;
  color: #fff;
}
@media only screen and (max-width: 900px) {
  .keepasecret_eyeholdPage .lp_wrap #items .approach_index {
    max-width: 100%;
    margin: 16.2666666667vw auto 0;
  }
  .keepasecret_eyeholdPage .lp_wrap #items .approach_index .approach_tab {
    width: calc(50% - 0.5333333333vw);
    height: 10.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
.keepasecret_eyeholdPage .lp_wrap #items .approach_content {
  opacity: 0;
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.keepasecret_eyeholdPage .lp_wrap #items .approach_content .content_wrap {
  background: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.keepasecret_eyeholdPage .lp_wrap #items .approach_content.show {
  display: block;
  opacity: 1;
}
.keepasecret_eyeholdPage .lp_wrap #items #natural_approach .content_wrap {
  padding: 78px 50px 52px;
}
.keepasecret_eyeholdPage .lp_wrap #items #natural_approach .content_wrap .content_inr {
  width: 100%;
  max-width: 600px;
}
@media only screen and (max-width: 900px) {
  .keepasecret_eyeholdPage .lp_wrap #items #natural_approach .content_wrap {
    padding: 13.3333333333vw 8.8vw 7.8666666667vw;
  }
  .keepasecret_eyeholdPage .lp_wrap #items #natural_approach .content_wrap .content_inr {
    max-width: 100%;
  }
}
.keepasecret_eyeholdPage .lp_wrap #items #natural_approach .natural_list {
  margin: 0 -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.keepasecret_eyeholdPage .lp_wrap #items #natural_approach .natural_list li {
  width: 25%;
  padding: 0 20px;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .keepasecret_eyeholdPage .lp_wrap #items #natural_approach .natural_list {
    margin: 0 -3.2vw;
  }
  .keepasecret_eyeholdPage .lp_wrap #items #natural_approach .natural_list li {
    width: 50%;
    padding: 0 3.2vw;
    position: relative;
  }
}
.keepasecret_eyeholdPage .lp_wrap #items #natural_approach .natural_component {
  margin: 0 auto 1.5em;
}
.keepasecret_eyeholdPage .lp_wrap #items #natural_approach .natural_component .natural_component_img {
  display: block;
  margin: auto;
}
.keepasecret_eyeholdPage .lp_wrap #items #natural_approach .natural_component .natural_component_ttl {
  margin: 1.2em -0.5em 0.8em;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
.keepasecret_eyeholdPage .lp_wrap #items #natural_approach .natural_component .natural_component_ttl .small {
  display: block;
  font-size: 10px;
}
.keepasecret_eyeholdPage .lp_wrap #items #natural_approach .natural_component .natural_component_txt {
  font-size: 11px;
  line-height: 1.35;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 900px) {
  .keepasecret_eyeholdPage .lp_wrap #items #natural_approach .natural_component {
    margin: 0 auto 1.85em;
  }
  .keepasecret_eyeholdPage .lp_wrap #items #natural_approach .natural_component .natural_component_ttl {
    font-size: 2.9333333333vw;
    letter-spacing: 0.04em;
  }
  .keepasecret_eyeholdPage .lp_wrap #items #natural_approach .natural_component .natural_component_ttl .small {
    font-size: 2.6666666667vw;
  }
  .keepasecret_eyeholdPage .lp_wrap #items #natural_approach .natural_component .natural_component_txt {
    font-size: 2.9333333333vw;
    line-height: 1.35;
    letter-spacing: 0.1em;
  }
}
.keepasecret_eyeholdPage .lp_wrap #items #natural_approach .natural_annotation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.keepasecret_eyeholdPage .lp_wrap #items #natural_approach .natural_annotation .main_txt {
  height: 27px;
  border-radius: 13px;
  border: solid 1px #211815;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.2em 0 0.5em;
  font-size: 14px;
}
.keepasecret_eyeholdPage .lp_wrap #items #natural_approach .natural_annotation .main_txt p {
  line-height: 1em;
  font-size: 100%;
  letter-spacing: 0.0075em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 0.1em;
}
.keepasecret_eyeholdPage .lp_wrap #items #natural_approach .natural_annotation .main_txt p .small {
  font-size: 10px;
}
.keepasecret_eyeholdPage .lp_wrap #items #natural_approach .natural_annotation .sub_txt {
  font-size: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-left: 1.5em;
}
.keepasecret_eyeholdPage .lp_wrap #items #natural_approach .natural_annotation .sub_txt p {
  margin-top: 0.1em;
  letter-spacing: 0.0075em;
  font-size: 100%;
  line-height: 1em;
}
@media only screen and (max-width: 900px) {
  .keepasecret_eyeholdPage .lp_wrap #items #natural_approach .natural_annotation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .keepasecret_eyeholdPage .lp_wrap #items #natural_approach .natural_annotation .main_txt {
    height: 9.6vw;
    width: 100%;
    border-radius: 3.2vw;
    font-size: 3.2vw;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .keepasecret_eyeholdPage .lp_wrap #items #natural_approach .natural_annotation .main_txt p .small {
    font-size: 2.6666666667vw;
    display: block;
    text-align: center;
  }
  .keepasecret_eyeholdPage .lp_wrap #items #natural_approach .natural_annotation .sub_txt {
    font-size: 2.6666666667vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
  }
  .keepasecret_eyeholdPage .lp_wrap #items #natural_approach .natural_annotation .sub_txt p {
    margin-top: 1em;
    letter-spacing: 0.01em;
  }
}
.keepasecret_eyeholdPage .lp_wrap #items #science_approach .content_wrap {
  padding: 98px 50px 96px;
}
@media only screen and (max-width: 900px) {
  .keepasecret_eyeholdPage .lp_wrap #items #science_approach .content_wrap {
    padding: 19.2vw 11.2vw;
  }
}
.keepasecret_eyeholdPage .lp_wrap #items #science_approach .content_inr {
  width: 100%;
  max-width: 782px;
}
.keepasecret_eyeholdPage .lp_wrap #items #science_approach .science_list {
  margin: -22px -21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.keepasecret_eyeholdPage .lp_wrap #items #science_approach .science_list li {
  width: 33.3333%;
  height: 100%;
  padding: 22px 21px;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .keepasecret_eyeholdPage .lp_wrap #items #science_approach .science_list {
    margin: auto;
    display: block;
  }
  .keepasecret_eyeholdPage .lp_wrap #items #science_approach .science_list li {
    width: 100%;
    padding: 0;
  }
  .keepasecret_eyeholdPage .lp_wrap #items #science_approach .science_list li:nth-child(n+2) {
    margin-top: 5.3333333333vw;
  }
}
.keepasecret_eyeholdPage .lp_wrap #items #science_approach .science_component {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 131px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 20px 23px 26px;
  background: #EDE9E1;
}
.keepasecret_eyeholdPage .lp_wrap #items #science_approach .science_component .science_component_ttl {
  margin: 0 -0.5em 0.8em;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
.keepasecret_eyeholdPage .lp_wrap #items #science_approach .science_component .science_component_ttl .sup {
  font-weight: 500;
}
.keepasecret_eyeholdPage .lp_wrap #items #science_approach .science_component .science_component_ttl .small {
  display: block;
  font-size: 10px;
}
.keepasecret_eyeholdPage .lp_wrap #items #science_approach .science_component .science_component_txt {
  font-size: 11px;
  line-height: 1.35;
  letter-spacing: 0.1em;
}
.keepasecret_eyeholdPage .lp_wrap #items #science_approach .science_component .science_component_txt.text-center {
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .keepasecret_eyeholdPage .lp_wrap #items #science_approach .science_component {
    padding: 4.8vw 5.3333333333vw 5.3333333333vw;
  }
  .keepasecret_eyeholdPage .lp_wrap #items #science_approach .science_component .science_component_ttl {
    margin: 0 -0.5em 0.8em;
    font-size: 3.4666666667vw;
  }
  .keepasecret_eyeholdPage .lp_wrap #items #science_approach .science_component .science_component_ttl .small {
    font-size: 2.6666666667vw;
  }
  .keepasecret_eyeholdPage .lp_wrap #items #science_approach .science_component .science_component_txt {
    font-size: 3.2vw;
  }
}
.keepasecret_eyeholdPage .lp_wrap #items #science_approach .natural_annotation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.keepasecret_eyeholdPage .lp_wrap #items #science_approach .natural_annotation .main_txt {
  height: 27px;
  border-radius: 13px;
  border: solid 1px #211815;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.2em 0 0.5em;
  font-size: 14px;
}
.keepasecret_eyeholdPage .lp_wrap #items #science_approach .natural_annotation .main_txt p {
  line-height: 1em;
  font-size: 100%;
  letter-spacing: 0.0075em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 0.1em;
}
.keepasecret_eyeholdPage .lp_wrap #items #science_approach .natural_annotation .main_txt p .small {
  font-size: 10px;
}
.keepasecret_eyeholdPage .lp_wrap #items #science_approach .natural_annotation .sub_txt {
  font-size: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-left: 1.5em;
}
.keepasecret_eyeholdPage .lp_wrap #items #science_approach .natural_annotation .sub_txt p {
  margin-top: 0.1em;
  letter-spacing: 0.0075em;
  font-size: 100%;
  line-height: 1em;
}
.keepasecret_eyeholdPage .lp_wrap #items .approach_caution {
  font-size: 10px;
  margin: 1.6em 0 0;
}
.keepasecret_eyeholdPage .lp_wrap #items .approach_caution p {
  font-size: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.7;
  letter-spacing: -0.016em;
}
@media only screen and (max-width: 900px) {
  .keepasecret_eyeholdPage .lp_wrap #items .approach_caution {
    font-size: 2.6666666667vw;
  }
  .keepasecret_eyeholdPage .lp_wrap #items .approach_caution p {
    line-height: 1.7;
  }
}
.keepasecret_eyeholdPage .lp_wrap #lineup {
  background-color: #fff;
}
@media only screen and (min-width: 900.1px) {
  .keepasecret_eyeholdPage .lp_wrap #lineup {
    padding: 116px 0 223px;
  }
  .keepasecret_eyeholdPage .lp_wrap #lineup .lineup_section {
    max-width: 910px;
    margin: auto;
  }
}
@media only screen and (max-width: 900px) {
  .keepasecret_eyeholdPage .lp_wrap #lineup {
    padding: 26.1333333333vw 0 20.0533333333vw;
  }
}
.keepasecret_eyeholdPage .lp_wrap #lineup .lineup_ttl img {
  margin: auto;
}
@media only screen and (max-width: 900px) {
  .keepasecret_eyeholdPage .lp_wrap #lineup .lineup_ttl img {
    width: 63.7333333333vw;
  }
}
.keepasecret_eyeholdPage .lp_wrap #lineup .lineup_read {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.14em;
  line-height: 1.8;
  margin: 2em auto 60px;
}
@media only screen and (max-width: 900px) {
  .keepasecret_eyeholdPage .lp_wrap #lineup .lineup_read {
    font-size: 3.4666666667vw;
    margin: 2em auto 2.5em;
  }
}
.keepasecret_eyeholdPage .lp_wrap #lineup .lineup_items_wrap {
  margin: 0 -24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.keepasecret_eyeholdPage .lp_wrap #lineup .lineup_items_wrap .lineup_item {
  width: 33.3333%;
  padding: 0 24px;
}
@media only screen and (max-width: 900px) {
  .keepasecret_eyeholdPage .lp_wrap #lineup .lineup_items {
    overflow-y: hidden;
    overflow-x: auto;
  }
  .keepasecret_eyeholdPage .lp_wrap #lineup .lineup_items_wrap {
    width: 235.7333333333vw;
    margin: 0;
  }
  .keepasecret_eyeholdPage .lp_wrap #lineup .lineup_items_wrap .lineup_item {
    width: 33.3333%;
    padding: 0 6.4vw 0 0;
  }
}
.keepasecret_eyeholdPage .lp_wrap #lineup .lineup_item .lineup_img img {
  width: 100%;
}
.keepasecret_eyeholdPage .lp_wrap #lineup .lineup_item .lineup_txt {
  font-size: 14px;
  margin: 1.5em 0 1.25em;
}
.keepasecret_eyeholdPage .lp_wrap #lineup .lineup_item .lineup_txt p {
  font-size: 100%;
  line-height: 1.7;
  letter-spacing: 0.2em;
}
.keepasecret_eyeholdPage .lp_wrap #lineup .lineup_item .item_meta .item_ttl_en {
  font-size: 13px;
}
.keepasecret_eyeholdPage .lp_wrap #lineup .lineup_item .item_meta .item_ttl_ja {
  font-size: 14px;
}
.keepasecret_eyeholdPage .lp_wrap #lineup .lineup_item .item_meta .buy_btn_wrap .buy_btn {
  width: 100%;
}
.keepasecret_eyeholdPage .lp_wrap #lineup .lineup_item .item_meta .view_more_link {
  margin: 1.35em auto 1.25em;
  font-size: 13px;
}
.keepasecret_eyeholdPage .lp_wrap #lineup .lineup_item .item_meta .view_more_link a {
  display: inline-block;
  text-decoration: underline;
}
@media (hover: hover) {
  .keepasecret_eyeholdPage .lp_wrap #lineup .lineup_item .item_meta .view_more_link a {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .keepasecret_eyeholdPage .lp_wrap #lineup .lineup_item .item_meta .view_more_link a:hover {
    opacity: 0.5;
  }
}
@media (hover: hover) {
  .keepasecret_eyeholdPage .lp_wrap #lineup .lineup_item .item_meta .view_more_link {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media only screen and (max-width: 900px) {
  .keepasecret_eyeholdPage .lp_wrap #lineup .lineup_item .lineup_txt {
    font-size: 3.7333333333vw;
  }
  .keepasecret_eyeholdPage .lp_wrap #lineup .lineup_item .item_meta .item_ttl_en {
    font-size: 3.4666666667vw;
  }
  .keepasecret_eyeholdPage .lp_wrap #lineup .lineup_item .item_meta .item_ttl_ja {
    font-size: 3.7333333333vw;
  }
  .keepasecret_eyeholdPage .lp_wrap #lineup .lineup_item .item_meta .view_more_link {
    font-size: 3.4666666667vw;
  }
}
.keepasecret_eyeholdPage .lp_wrap #lineup .lineup_caution {
  font-size: 10px;
  margin: 2em 0 0 0;
}
.keepasecret_eyeholdPage .lp_wrap #lineup .lineup_caution p {
  font-size: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  letter-spacing: -0.0185em;
}/*# sourceMappingURL=keepasecret_eyehold.css.map */