@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Pacifico&display=swap");

body {
  min-width: unset;
  color: #2a3048;
}

sup {
  font-size: 50%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.sp-only {
  display: none;
}

.is_fade {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
  will-change: opacity, transform;
}

.is_fade.move {
  transition: transform 2s ease;
}

/* 表示されたときに適用されるクラス */
.is_fade.show {
  opacity: 1;
  transform: translateY(0);
}

.is_fade.move.show {
  opacity: 1;
  transform: translateY(0);
  transform: translateY(100px);
}

/* 上から下へ */
.is_fade.fade_top {
  opacity: 0;
  transform: translateY(-40px); /* マイナス → 上から降りてくる */
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
  will-change: opacity, transform;
}

.is_fade.fade_top.move {
  transition: transform 2s ease;
}

/* 表示されたときに適用されるクラス */
.is_fade.fade_top.show {
  opacity: 1;
  transform: translateY(0);
}

.is_fade.fade_top.move.show {
  opacity: 1;
  transform: translateY(0);
  transform: translateY(-100px); /* マイナス → 上方向へ移動 */
}

/* 個別ページスタイル
---------------------------------------------------------- */

/* メインビジュアル
---------------------------------------------------------- */

.kv {
  position: relative;
  width: 100%;
  background: url("../images/main_bg.webp") center top no-repeat #b2bdc6;
  background-size: 1400px;
  padding-bottom: 32px;
}

.kv .kv_area {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  padding: 0 24px;
  min-height: 740px;
  overflow: hidden;
}

.kv .kv_area::before {
  content: "";
  width: 778px;
  height: 274px;
  background: url(../images/enisie_logo.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  left: -20px;
  top: -76px;
}
.kv_area p.read {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 2em;
  font-size: 34px;
  padding: 46px 0 28px 0;
}
.kv_area p.read span {
  font-weight: 600;
}
.char {
  display: inline-block;
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}
.char.visible {
  opacity: 1;
  transform: translateY(0);
}
.kv .kv_area .kv_img {
  position: relative;
  margin-bottom: 24px;
  width: 90px;
  margin: 0 auto 32px auto;
}
.kv .kv_area .kv_img::after {
  content: "";
  opacity: 0.5;
  position: absolute;
  bottom: -127px;
  left: -21px;
  width: 136px;
  height: 141px;
  background: url("../images/item_shadow.webp") center no-repeat;
  background-size: contain;
  z-index: 0;
}
.kv .kv_area .kv_img figure {
  height: auto;
}
.kv .main-item-name {
  margin-bottom: 32px;
}
.kv .main-item-name .kv_txt {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 12px;
  line-height: 2;
}
.kv .main-item-name .item_name {
  display: block;
  width: 400px;
  height: auto;
  margin: 0 auto;
}
.caption {
  font-size: 10px;
  text-align: left;
  padding: 12px 24px;
  max-width: 980px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
}

/* about
---------------------------------------------------------- */

#about {
  background: url("../images/about_bg.webp") top center no-repeat;
  background-size: cover;
  color: #ffffff;
}

#about .inner {
  box-sizing: border-box;
  position: relative;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 24px 0 24px;
}

#about .inner .lead {
  text-align: left;
  font-family: "Noto Serif JP", serif;
  line-height: 2;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  width: 780px;
  padding-top: 12px;
}

#about .inner .image-block {
  width: 220px;
  padding-bottom: 110px;
}

#about .inner .lead h2 {
  font-size: 32px;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

@media only screen and (max-width: 910px) {
  #about .inner .lead h2 {
    font-size: 28px;
  }
}
#about .inner .lead h2 span {
  font-size: 58px;
  display: block;
  font-weight: 600;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(222, 211, 207, 1) 38%, rgba(255, 255, 255, 1) 64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 910px) {
  #about .inner .lead h2 span {
    font-size: 42px;
  }
}
#about .inner .lead h2 span.char {
  display: inline;
}

#about .inner .lead .lead_text {
  font-size: 18px;
  display: block;
  margin-bottom: 32px;
}

#about .inner .image {
  width: 90px;
  text-align: center;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 24px;
}

.ipsf-caption {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ipsf-caption .ipsf-caption_logo {
  width: 30px;
}

.ipsf-caption .ipsf-caption_txt {
  font-size: 10px;
}

#about .inner .logo {
  position: absolute;
  width: 820px;
  bottom: 0;
  left: 0;
  opacity: 0.2;
}

#about .inner .logo img {
  width: 100%;
  height: auto;
}

.item-info {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  line-height: 2;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
}

/* points
---------------------------------------------------------- */

.bg_setting {
  background: url("../images/points_bg.webp") center top no-repeat #c7d5e1;
  background-size: 1600px auto;
  position: relative;
}

.drop01 {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 10%;
  top: 5%;
  background: url("../images/drop01.webp") center no-repeat;
  background-size: contain;
  z-index: 5;
}

.drop02 {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 16%;
  top: 9%;
  background: url("../images/drop01.webp") center no-repeat;
  background-size: contain;
  z-index: 5;
}

.drop03 {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 16%;
  top: -1%;
  background: url("../images/drop01.webp") center no-repeat;
  background-size: contain;
  z-index: 5;
}

.drop04 {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 12%;
  top: -1%;
  background: url("../images/drop04.webp") center no-repeat;
  background-size: contain;
  z-index: 5;
}

.drop05 {
  width: 77px;
  height: 77px;
  position: absolute;
  left: 21%;
  top: 35%;
  background: url("../images/drop03.webp") center no-repeat;
  background-size: contain;
  z-index: 5;
}

.drop06 {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 11%;
  top: 46%;
  background: url("../images/drop04.webp") center no-repeat;
  background-size: contain;
  z-index: 5;
}

.drop07 {
  width: 65px;
  height: 65px;
  position: absolute;
  left: 6%;
  bottom: 13%;
  background: url("../images/drop01.webp") center no-repeat;
  background-size: contain;
  z-index: 5;
}

.drop08 {
  width: 65px;
  height: 65px;
  position: absolute;
  right: 10%;
  bottom: -2%;
  background: url("../images/drop02.webp") center no-repeat;
  background-size: contain;
  z-index: 5;
}

.drop09 {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 6%;
  bottom: 3%;
  background: url("../images/drop02.webp") center no-repeat;
  background-size: contain;
  z-index: 5;
}

#points .point_header {
  padding: 80px 0 60px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  line-height: 2;
  font-size: 16px;
}

#points .point_header h2 {
  font-family: "Noto Serif JP", serif;
  line-height: 2;
  font-size: 34px;
  font-weight: 600;
  color: #a46b6c;
}

#points .point_body {
  min-height: 1000px;
  width: 850px;
  margin: 0 auto;
  position: relative;
}

#points .point_block {
  text-align: center;
  width: 400px;
  position: absolute;
}

#points .point_block figure {
  width: 230px;
  margin: 0 auto 12px;
}
#points .point_block h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #496b83;
  font-size: 28px;
}
#points .point_block p {
  width: 360px;
  margin: 0 auto;
  padding: 12px 0 0 0;
  font-size: 16px;
  line-height: 2;
  text-align: left;
  word-break: normal;
}
#points .point_block p span.line {
  display: block;
}
#points .point_block p span.line_sp {
  display: none;
}
#points .point_block.point__01 {
  left: 60px;
  top: 30px;
}

#points .point_block.point__02 {
  right: 0;
  top: 414px;
}

@media only screen and (max-width: 910px) {
  #points .point_body {
    width: auto;
  }
  #points .point_block.point__02 {
    right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #points .point_block p span.line {
    display: none;
  }
  #points .point_block p span.line_sp {
    display: block;
  }
}

/* beauty-ingredients
---------------------------------------------------------- */

#beauty-ingredients {
  padding: 0 0 100px 0;
}

#beauty-ingredients .beauty-ingredients_header {
  padding: 0 0 32px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  line-height: 2;
  font-size: 16px;
}

#beauty-ingredients .beauty-ingredients_header h2 {
  font-family: "Noto Serif JP", serif;
  line-height: 2;
  font-size: 34px;
  font-weight: 600;
  color: #a46b6c;
}

#beauty-ingredients .ingredients_block {
  box-sizing: border-box;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  margin-bottom: 60px;
}

#beauty-ingredients .ingredients_block:nth-child(even) {
  flex-direction: row-reverse;
}

#beauty-ingredients .ingredients_block .txt {
  min-width: 620px;
  width: 50%;
  padding: 60px 0;
  box-sizing: border-box;
}

#beauty-ingredients .ingredients_block .txt .txt_inner {
  width: 520px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  #beauty-ingredients .ingredients_block .txt .txt_inner .line {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  #beauty-ingredients .ingredients_block .txt .txt_inner .line_sp {
    display: block;
  }
}

#beauty-ingredients .ingredients_block:nth-child(odd) .txt .txt_inner {
  margin-left: auto;
}
#beauty-ingredients .ingredients_block:nth-child(even) .txt .txt_inner {
  margin-right: auto;
}
#beauty-ingredients .ingredients_block .image {
  max-width: calc(100% - 520px);
  width: 50%;
  position: relative;
}

#beauty-ingredients .ingredients_block.ingredients__01 .image {
  background: url("../images/ingredients_block_01.webp") center;
  background-size: cover;
}

#beauty-ingredients .ingredients_block.ingredients__01 .image img {
  position: absolute;
  width: 90%;
  max-width: 800px;
  bottom: 0;
  left: 5%;
}

#beauty-ingredients .ingredients_block.ingredients__02 .image {
  background: url("../images/ingredients_block_02.webp");
  background-size: cover;
}

#beauty-ingredients .ingredients_block.ingredients__02 .image img {
  position: absolute;
  width: 90%;
  max-width: 800px;
  bottom: 0;
  right: 5%;
}

#beauty-ingredients .ingredients_block h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #496b83;
  font-size: 32px;
  text-align: center;
  margin-bottom: 12px;
}

#beauty-ingredients .ingredients_block h3 span {
  display: block;
  font-weight: 600;

  font-size: 20px;
  text-align: center;
  border-top: solid 1px#2a3048;
  border-bottom: solid 1px #2a3048;
  color: #2a3048;
  margin-top: 8px;
  padding: 6px 0;
}
#beauty-ingredients .ingredients_block p {
  font-size: 16px;
  line-height: 2;
  text-align: left;
}

/* free
---------------------------------------------------------- */

#free .inner {
  text-align: center;
  padding: 60px 0 60px;
}

#free .inner .free-txt {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  padding: 0 16px;
  margin-bottom: 12px;
  line-height: 2;
}
#free .inner .free-txt h2 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 24px;
}

#free .inner .free-txt ul {
  font-size: 18px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  max-width: 1100px;
  margin: 0 auto;
}

#free .inner .free-txt ul li {
  position: relative;
  width: 200px;
  border: solid 1px #b0b4c3;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
}
#free .inner .free-txt ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #b0b4c3;
  transform: translateY(-50%) rotate(-15.5deg);
}

/* closing
---------------------------------------------------------- */

#closing {
  background: url("../images/closing_bg.webp") center no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 60px;
}

#closing .closing_inner {
  max-width: 880px;
  display: flex;
  margin: 0 auto;
  padding: 80px 0;

  font-size: 16px;
}

#closing .closing_inner .photo {
  width: 280px;
}

#closing .closing_inner .photo figure {
  width: 110px;
  margin: 0 auto;
}

#closing .closing_inner .txt {
  width: calc(100% - 280px);
  padding-left: 60px;
}

#closing .closing_title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 24px;
  font-family: "Noto Serif JP", serif;
}

#closing .closing_item_name {
  max-width: 600px;
  margin-bottom: 24px;
  filter: drop-shadow(1px 0 5px rgba(0, 0, 0, 0.5));
}

#closing .closing_info {
  font-family: "Noto Serif JP", serif;
  margin-bottom: 100px;
}

#closing .howto {
  padding: 16px 24px 24px 24px;
  background: rgba(255, 255, 255, 0.2);
}
#closing .howto_title {
  font-size: 30px;
  color: rgb(107, 114, 143);
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

#closing .howto_txt_wrap {
  display: flex;
}

#closing .howto_txt_wrap figure {
  width: 130px;
}
#closing .howto_txt {
  width: calc(100% - 140px);
  font-size: 14px;
  line-height: 2;
  text-align: left;
  color: rgb(107, 114, 143);
  letter-spacing: 0.1em;
  padding-left: 24px;
}
#closing .comBtn {
  margin-bottom: 40px;
}
/* ==========================================================
   スマートフォン対応（〜767px）
   ========================================================== */
@media only screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }

  #pagePath {
    padding-top: 0;
  }

  #beauty-ingredients .ingredients_block .txt {
    width: 100%;
    padding: 30px 40px;
  }
  #beauty-ingredients .ingredients_block:nth-child(even) {
    flex-flow: column;
  }
  #beauty-ingredients .ingredients_block:nth-child(odd) .txt .txt_inner {
    margin-left: 0;
  }
  #beauty-ingredients .ingredients_block:nth-child(even) .txt .txt_inner {
    margin-right: 0;
  }
  #beauty-ingredients .ingredients_block .image {
    width: 100%;
    height: 200px;
  }

  #beauty-ingredients .ingredients_block.ingredients__01 .image {
    background: url("../images/ingredients_block_01.webp") center;
    background-size: cover;
  }

  #beauty-ingredients .ingredients_block.ingredients__01 .image img {
    position: absolute;
    width: 90%;
    max-width: 800px;
    bottom: 0;
    left: 5%;
  }

  #beauty-ingredients .ingredients_block.ingredients__02 .image {
    background: url("../images/ingredients_block_02.webp");
    background-size: cover;
  }

  #beauty-ingredients .ingredients_block.ingredients__02 .image img {
    position: absolute;
    width: 90%;
    max-width: 800px;
    bottom: 0;
    right: 5%;
  }

  #beauty-ingredients .ingredients_block h3 {
    font-size: 22px;
  }

  #beauty-ingredients .ingredients_block h3 span {
    font-size: 18px;
  }
  #beauty-ingredients .ingredients_block p {
    font-size: 13px;
  }
  /* ----------------------------------------------------------
     メインビジュアル（.kv）
     ---------------------------------------------------------- */
  .kv {
    background: url("../images/main_bg.webp") center -15px no-repeat #b1c2d1;
    background-size: 1010px;
    padding-bottom: 0;
  }

  .kv .kv_area {
    min-height: auto;
    padding: 0 16px 16px;
    overflow: visible;
  }

  /* ロゴ背景は非表示（モバイルでは邪魔になるため） */
  .kv .kv_area::before {
    display: none;
  }

  .kv_area p.read {
    font-size: 20px;
    padding: 32px 0 20px;
    line-height: 1.9;
  }

  .kv .kv_area .kv_img {
    width: 67px;
    margin: 0 auto 20px;
  }

  .kv .kv_area .kv_img::after {
    bottom: -90px;
    left: -16px;
    width: 100px;
    height: 100px;
  }

  .kv .main-item-name {
    margin-bottom: 28px;
  }

  .kv .main-item-name .kv_txt {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .kv .main-item-name .item_name {
    width: 240px;
  }

  .caption {
    font-size: 9px;
    padding: 10px 0;
  }

  /* ----------------------------------------------------------
     about セクション
     ---------------------------------------------------------- */

  #about {
    background: url("../images/about_bg_sp.webp") top center no-repeat;
    background-size: 800px auto;
  }

  #about .inner {
    flex-direction: column;
    padding: 48px 16px 0;
    gap: 0;
  }

  #about .inner .lead {
    width: 100%;
    font-size: 14px;
    padding-top: 0;
    order: 1;
    text-align: center;
  }

  #about .inner .lead h2 {
    font-size: 18px;
    margin-bottom: 24px;
    line-height: 1.8;
    text-align: center;
  }

  #about .inner .lead h2 span {
    font-size: 29px;
  }

  #about .inner .lead .lead_text {
    font-size: 14px;
    margin-bottom: 24px;
  }

  #about .inner .image-block {
    width: 100%;
    padding-bottom: 40px;
    padding-top: 40px;
    text-align: center;
    order: 2;
  }

  #about .inner .image {
    width: 60px;
    margin: 0 auto 16px;
  }

  .item-info {
    font-size: 14px;
  }

  /* ロゴ透かし非表示 */
  #about .inner .logo {
    display: none;
  }

  .ipsf-caption {
    gap: 6px;
    align-items: flex-start;
  }

  .ipsf-caption .ipsf-caption_logo {
    width: 24px;
    flex-shrink: 0;
  }

  .ipsf-caption .ipsf-caption_txt {
    font-size: 9px;
    text-align: left;
  }

  /* ----------------------------------------------------------
     points セクション
     ---------------------------------------------------------- */

  .bg_setting {
    background: url("../images/points_bg_sp.webp") center top no-repeat #c2cddc;
    background-size: 800px auto;
    position: relative;
  }

  /* 水滴デコは一部だけ残して縮小 */
  .drop01 {
    width: 48px;
    height: 48px;
    left: 4%;
    top: -0.5%;
  }
  .drop02 {
    width: 18px;
    height: 18px;
    left: 10%;
    top: 6%;
  }
  .drop03 {
    width: 36px;
    height: 36px;
    right: 6%;
    top: -1%;
  }
  .drop04 {
    width: 14px;
    height: 14px;
    right: 4%;
    top: -2%;
  }
  .drop05 {
    display: none;
  }
  .drop06 {
    display: none;
  }
  .drop07 {
    width: 40px;
    height: 40px;
    left: 3%;
    bottom: 13%;
  }
  .drop08 {
    width: 40px;
    height: 40px;
    right: 4%;
    bottom: -1%;
  }
  .drop09 {
    width: 18px;
    height: 18px;
    right: 2%;
    bottom: 2%;
  }
  #points .point_header {
    padding: 60px 16px 32px;
    font-size: 14px;
  }
  #points .point_header h2 {
    font-size: 22px;
  }
  #points .point_body {
    width: 320px;
    min-height: auto;
    position: static;
    padding: 32px 16px 40px 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    box-sizing: border-box;
  }

  #points .point_block {
    width: 100%;
    position: static;
    text-align: center;
  }

  #points .point_block figure {
    width: 170px;
    margin: 0 auto 12px;
  }

  #points .point_block h3 {
    font-size: 22px;
    margin-bottom: 8px;
  }

  #points .point_block p {
    width: 100%;
    font-size: 13px;
    padding: 8px 0 0;
  }

  /* ----------------------------------------------------------
     beauty-ingredients セクション
     ---------------------------------------------------------- */
  #beauty-ingredients {
    padding-top: 330px;
    padding-bottom: 0;
  }
  #beauty-ingredients .ingredients_block {
    flex-direction: column;
  }

  #beauty-ingredients .beauty-ingredients_header h2 {
    font-size: 22px;
  }
  #beauty-ingredients .ingredients_block .txt {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 40px 24px;
    box-sizing: border-box;
  }

  #beauty-ingredients .ingredients_block .txt .txt_inner {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  #beauty-ingredients .ingredients_block .image {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 200px;
  }

  /* ----------------------------------------------------------
     free セクション
     ---------------------------------------------------------- */
  #free .inner {
    padding: 0 0 80px;
  }

  #free .inner .free-txt h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  #free .inner .free-txt ul {
    font-size: 14px;
    gap: 10px;
  }

  #free .inner .free-txt ul li {
    width: calc(50% - 10px);
    padding: 8px 12px;
    font-size: 13px;
  }

  #free .inner .free-txt ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #b0b4c3;
    transform: translateY(-50%) rotate(-13deg);
  }

  /* ----------------------------------------------------------
     closing セクション
     ---------------------------------------------------------- */
  #closing {
    padding-bottom: 40px;
  }

  #closing .closing_inner {
    flex-direction: column;
    padding: 60px 16px 32px 16px;
    gap: 0;
  }

  #closing .closing_inner .photo {
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
  }

  #closing .closing_inner .photo figure {
    width: 70px;
    margin: 0 auto;
  }

  #closing .closing_inner .txt {
    width: 100%;
    padding-left: 0;
  }

  #closing .closing_title {
    font-size: 22px;
    margin-bottom: 16px;
    text-align: center;
  }

  #closing .closing_item_name {
    max-width: 340px;
    margin: 0 auto 12px;
  }

  #closing .closing_info {
    margin: 0 auto 48px;
    text-align: center;
    font-size: 13px;
  }
  #closing .howto {
    padding: 16px;
    box-sizing: border-box;
  }

  #closing .howto_title {
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
  }

  #closing .howto_txt_wrap {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  #closing .howto_txt_wrap figure {
    width: 100px;
  }

  #closing .howto_txt {
    width: 100%;
    font-size: 13px;
    padding-left: 0;
    text-align: center;
  }

  /* caption（注釈） */
  #closing .caption {
    font-size: 9px;
    padding: 16px;
    line-height: 1.8;
  }
} /* end @media 767px */

/* ==========================================================
   スマートフォン対応（〜374px）
   ========================================================== */
@media only screen and (max-width: 374px) {
  #points .point_header h2 {
    font-size: 18px;
  }
  #beauty-ingredients .beauty-ingredients_header h2 {
    font-size: 18px;
  }
}
