@charset "utf-8";
/* CSS Document */

/*
Theme Name: AMATERASU
Description: Easy,SimpleDesign
Version: simple 1.1
Base Color: red
Author: AMATERASU
Author URI: http://www.seo-amaterasu.com/
*/

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }

  /* ============================================================= */
  /* 共通 */
  /* ============================================================= */
  p.center {
    text-align: center;
  }
  p.center img {
    display: inline-block;
  }

  #content h2.h2_none {
    background: none;
    text-shadow: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
    border-top: 1px dotted #333;
    border-bottom: 1px dotted #333;
    padding: 3% 2%;
    margin: 0px auto 3%;
  }
  #content h3.h3_none {
    background: none;
    text-shadow: none;
    padding: 0px;
    margin: 0px;
  }

  /* ============================================================= */
  /* ヘッダー */
  /* ============================================================= */
  #header_in {
    top: 0;
    width: 100% !important;
    padding: 0 !important;
    background-size: 2000px;
    position: fixed;
    z-index: 1000;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    transition-duration: 0.6s;
  }

  #header_in.is_active {
    background: rgb(255 255 255 / 0.85);
  }

  #header_in .header_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    padding: 0.5% 4%;
    margin: auto;
  }

  #header_in .inner_left {
    width: 200px;
    padding: 0;
    margin: 0;
  }

  #header_in .inner_right {
    width: 600px;
    margin: 0;
    padding: 0;
  }

  .inner_right_nav {
    display: flex;
    justify-content: space-between;
  }

  #header_in .inner_right ul,
  #header_in .inner_right li {
    margin: 0;
    padding: 0;
  }

  .inner_right_nav ul li {
    text-align: center;
  }

  .inner_right_nav li a {
    display: block;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-family: "Roboto", sans-serif;
  }

  #header_in ul li a.is_active {
    color: #000;
  }

  .inner_right_nav li a:hover {
    opacity: 0.6;
  }

  /* ============================================================= */
  /* グローバルナビ */
  /* ============================================================= */
  #nav ul {
    width: 100%;
    height: auto;
    list-style: none;
    text-align: center;
    table-layout: fixed;
    display: table;
  }

  #nav ul li {
    display: table-cell;
    vertical-align: middle;
  }

  #nav ul li:hover {
    background-color: #ffffff;
  }

  #nav ul li a {
    height: auto;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    padding: 15px 0;
    display: block;
    color: #ffffff;
  }

  #nav ul li a:hover {
    color: #e4789b;
  }

  /* ============================================================= */
  /* コンテンツエリア */
  /* ============================================================= */
  #content h1 {
    width: 100%;
    font-family: "ＭＳ Ｐ明朝";
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding: 20px 0 18px 0;
    clear: both;
    color: #dc143c;
    border-top: 6px solid #e4789b;
    border-bottom: 1px solid #e4789b;
  }

  #content h2 {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2em;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    padding: 15px 10px 11px 35px;
    clear: both;
    color: #ffffff;
    background-color: #e4789b;
    background-position: 10px 5px;
    background-repeat: no-repeat;
  }

  #content h3 {
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 50px;
    padding: 3px 10px 1px 10px;
    clear: both;
    color: #e4789b;
    text-align: center;
  }

  #content h4,
  #content h5,
  #content h6 {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 15px;
    padding: 1px 10px 0 23px;
    clear: both;
    color: #388393;
    position: relative;
  }

  #content h4::before,
  #content h5::before,
  #content h6::before {
    position: absolute;
    content: url("../h4_before.webp");
    top: 1px;
    left: 0;
  }

  #content h1 a {
    font-family: "ＭＳ Ｐ明朝";
    font-size: 34px;
    font-weight: bold;
    text-decoration: none;
    color: #388393;
  }

  #content h2 a {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
  }

  #content h3 a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #388393;
  }

  #content h4 a,
  #content h5 a,
  #content h6 a {
    width: auto;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #388393;
  }

  #content h1 a:hover,
  #content h2 a:hover,
  #content h3 a:hover,
  #content h4 a:hover,
  #content h5 a:hover,
  #content h6 a:hover {
    opacity: 0.5;
  }

  #content .post {
    padding-bottom: 20px;
  }

  #content .eye_catch img {
    margin: 0 10px 20px 0;
    float: left;
  }

  #content .contact_box {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: table;
  }

  #content .contact_box .inner_box {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 15px;
    background-color: #f5f0e9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #f1ded2;
  }

  #content .contact_box .inner_box .inner {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 15px 15px 7px 15px;
    background-color: #ffffff;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    border-radius: 9px;
    border-radius: 9px;
    box-shadow: 0 0 8px rgba(236, 223, 205, 0.3);
  }

  #content .contact_box .inner_box .inner img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #content .contact_box .inner_box .inner ul {
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding: 0;
    float: left;
  }

  #content .contact_box .inner_box .inner ul li {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 0;
  }

  #content .contact_box .inner_box .inner ul li img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #content .contact_box .inner_box .inner ul li:last-child img {
    width: 75.21489971%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }

  #content .contact_box .inner_box .inner p {
    font-size: 15px;
    line-height: 1.5em;
    color: #444444;
    margin-bottom: 10px;
  }

  #content .contact_box .inner_box .inner p strong {
    color: #388393;
  }

  #content .contact_box .inner_box .inner p span {
    font-size: 14px;
    line-height: 1.5em;
    color: #e4789b;
    display: block;
  }

  /* ============================================================= */
  /* フッター */
  /* ============================================================= */
  #footer_bottom_in ul {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 60px;
  }

  #footer_bottom_in ul li a {
    font-size: 15px;
    color: #67573b;
    text-decoration: none;
  }

  #footer_bottom_in ul li a:hover {
    opacity: 0.7;
  }

  #copyright p {
    width: auto;
    height: auto;
    font-family: "arial";
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    margin: 0;
  }

  /* ============================================================= */
  /* テーブル */
  /* ============================================================= */
  table {
    margin: 0 auto 32px;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
  }
  table th {
    color: #464637;
    width: 30%;
  }

  table th,
  table td {
    border: solid 1px #e7e7e7;
    padding: 7px;
    text-align: left;
  }

  /* ============================================================= */
  /* ビフォーアフター */
  /* ============================================================= */
  .b_f_box {
    background: #fff6f6;
    width: 870px;
    margin: 0px auto 40px;
    padding: 30px 0px;
  }

  .b_f_box p.center {
    padding: 5% 10%;
  }

  .hope {
    margin: 0px auto 40px;
  }

  p.in_joho {
    text-align: center;
    margin: 1% 0;
  }

  p.copyright a {
    color: #fff;
    text-decoration: none;
  }

  .map_banner img {
    margin: 0 auto;
  }

  #form {
    padding: 80px 0;
  }

  #form .center {
    max-width: 1000px;
    margin: auto;
  }

  #form p.txt {
    text-align: center;
  }

  #form .center h2 {
    text-align: center;
    border-top: 1px dotted #333;
    border-bottom: 1px dotted #333;
    padding: 3% 2%;
    margin: 0px auto 3%;
  }

  #form .center img {
    margin: 0 auto;
  }

  #form table {
    border-spacing: 7px 9px;
    border-collapse: separate;
    margin-top: 40px;
  }

  #form table th,
  #form table td {
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgb(139 121 121 / 20%);
    font-size: 18px;
  }

  #form table th {
    background-color: #ffddde;
    margin-top: 40px;
    text-align: left;
    overflow: hidden;
  }

  #form table th span {
    display: inline-block;
    font-size: 90%;
    background-color: white;
    color: #e4789b;
    padding: 5px 10px;
    margin-left: 10px;
    border-radius: 5px;
  }

  #form table td {
    background-color: white;
    border: 1px solid #ccc;
  }

  #form table td input,
  #form table td textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #b3b3b3;
    border-radius: 3px;
  }

  .contact-point span {
    font-size: 14px;
    margin-right: 10px;
    display: inline-block;
    padding: 0;
  }

  #form table td.contact-point span input {
    margin-right: 5px;
    width: auto;
  }

  .contact-botan input {
    display: table;
    font-size: 18px;
    padding: 15px 75px;
    border: none;
    background-color: #bd9407;
    color: white;
    text-align: center;
    border-radius: 5px;
    margin: auto;
  }

  .contact-botan input:hover {
    background: #b9a06c;
  }

  .thanks {
    width: 1000px !important;
    margin: 0 auto;
    padding: 80px;
  }
}

@media screen and (min-width: 769px) {
  .addition {
    margin: 0px 0px 70px;
  }

  .addition .h2_none img {
    margin: 0 auto;
  }

  .addition .under-text {
    text-align: center;
    font-family: "Noto Serif JP", YuMincho, Yu Mincho, 游明朝,
      ヒラギノ明朝 ProN W6, HiraMinProN-W6, HG明朝E, ＭＳ Ｐ明朝, MS PMincho,
      MS 明朝, serif;
    margin-top: 1em;
    line-height: 1.9;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 30px;
    font-size: 23px;
  }

  .addition .secret-content {
    margin-top: 60px;
  }

  .addition .secret-content__item {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .addition h3 {
    font-size: 28px !important;
    position: relative;
    display: flex;
    color: #552e31 !important;
    flex-direction: column;
    justify-content: center;
    padding-top: 0.8em !important;
    padding-bottom: 0.8em !important;
    margin-bottom: 20px !important;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    border-top: 1px solid #552e31;
    border-bottom: 1px solid #552e31;
  }

  .addition .text {
    text-align: center;
    font-family: "Noto Serif JP", YuMincho, Yu Mincho, 游明朝,
      ヒラギノ明朝 ProN W6, HiraMinProN-W6, HG明朝E, ＭＳ Ｐ明朝, MS PMincho,
      MS 明朝, serif;
  }

  .addition .secret-content__row {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
  }

  .addition .secret-content__thumb {
    flex: 0 0 auto;
    width: 35%;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .addition .secret-content__balloon {
    right: auto;
    left: -100px;
    top: -60px;
  }

  .addition .secret-content__balloon .img {
    width: 144px;
  }

  .addition .secret-content__thumb .img {
    width: 322px;
  }

  .addition .secret-content__caption {
    flex: 0 0 auto;
    width: 65%;
    padding-left: 20px;
    font-size: 17px;
    line-height: 1.8;
    box-sizing: border-box;
  }
}

.ct_title {
  width: 100%;
  margin-bottom: 45px;
  margin-top: 20px;
}

#form table td.radiobtn input {
  display: inline-block;
  width: fit-content;
  margin-right: 5px;
  margin-left: 10px;
}

.store_area {
  max-width: 1060px;
  width: 100%;
  margin: auto;
}

section.store_contact {
  padding: 60px 0;
}

.store_in.store01 {
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.store_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 35px;
  background: #fff4f3;
}

.store_bnrbox {
  width: 46%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 15px;
}

.store_map {
  width: 51%;
}

#content h3.store_ttl {
  margin: 30px 0 20px;
  padding-bottom: 10px;
  position: relative;
  font-family: "Noto Serif JP", YuMincho, Yu Mincho, 游明朝,
  ヒラギノ明朝 ProN W6, HiraMinProN-W6, HG明朝E, ＭＳ Ｐ明朝, MS PMincho,
  MS 明朝, serif;
}

#content h3.store_ttl::before {
  content: "";
  position: absolute;
  width: 65px;
  height: 2px;
  background: #e4789b;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.store_box .sml_t {
  font-size: 15px;
}

.store_table {
  max-width: 700px;
  margin: 50px auto 50px;
}

.store_table_row {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
}

.store_table_row:last-of-type {
  border-bottom: 1px solid #e5e5e5;
}

.store_table_title {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #999;
  width: 10%;
}

.store_table_text {
  flex: 1;
  font-size: 16px;
  padding: 0 20px;
}

.store_tel_cta {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 460px;
  height: 60px;
  margin: 0 auto 20px;
  text-align: center;
  text-decoration: none !important;
  color: #e4789b !important;
  font-size: 20px;
  border: #e4789b 1px solid;
  transition-duration: 0.5s;
  font-family: "Noto Serif JP", YuMincho, Yu Mincho, 游明朝,
  ヒラギノ明朝 ProN W6, HiraMinProN-W6, HG明朝E, ＭＳ Ｐ明朝, MS PMincho,
  MS 明朝, serif;
}

.store_tel_cta:hover{
  opacity: 0.5;
}

.store_link_cta {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 460px;
  height: 60px;
  margin: 0 auto 20px;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
  font-size: 20px;
  background-color: #e4789b;
  transition-duration: 0.5s;
  font-family: "Noto Serif JP", YuMincho, Yu Mincho, 游明朝,
  ヒラギノ明朝 ProN W6, HiraMinProN-W6, HG明朝E, ＭＳ Ｐ明朝, MS PMincho,
  MS 明朝, serif;
}

.store_link_cta:hover{
  opacity: 0.5;
}

.store_line_cta {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 460px;
  height: 60px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
  font-size: 20px;
  background-color: #06c755;
  transition-duration: 0.5s;
  font-family: "Noto Serif JP", YuMincho, Yu Mincho, 游明朝,
  ヒラギノ明朝 ProN W6, HiraMinProN-W6, HG明朝E, ＭＳ Ｐ明朝, MS PMincho,
  MS 明朝, serif;
}

.store_line_cta:hover{
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .store_table {
    max-width: 100%;
    padding: 0 2%;
    margin: 30px auto 30px;
  }

  .store_table_row {
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
  }

  .store_table_row:last-of-type {
    border-bottom: 1px solid #e5e5e5;
  }

  .store_table_title {
    font-size: 16px;
    width: 20%;
  }
  
  .store_table_text {
    font-size: 16px;
    padding: 0 20px;
  }
  
  .store_tel_cta {
    max-width: 80%;
    height: 60px;
    margin: 0 auto 10px;
    font-size: 20px;
    border: #e4789b 1px solid;
  }

  .store_link_cta {
    max-width: 80%;
    height: 60px;
    margin: 0 auto 10px;
    font-size: 20px;
  }

  .store_line_cta {
    max-width: 80%;
    height: 60px;
    margin: 0 auto;
    font-size: 20px;
  }
}




#form td.radiobtn {
  padding: 15px 7px;
}

#form p.a_txt {
  font-size: 15px;
  margin-top: 10px;
  color: #454545;
}

















/* ============================================================= */
/* Q&A */
/* ============================================================= */
#content #question h2 {
  margin-top: 90px;
  margin-bottom: 50px;
}

.diet_qa {
  padding: 0 3%;
}

.diet_qa li.q {
  background: #f0e1b5;
  background-image: url("https://seikotsuin-ren.com/lp/beauty/images/lp_q.png");
  background-position: left 20px center;
  background-repeat: no-repeat;
  padding: 20px 40px 20px 100px;
  color: #5c5c5c;
  font-size: 15px;
  border-radius: 7px;
}

.diet_qa li.a {
  background-image: url("https://seikotsuin-ren.com/lp/beauty/images/lp_a.png");
  background-position: left 20px center;
  background-repeat: no-repeat;
  padding: 20px 40px 20px 100px;
  color: #5c5c5c;
  font-size: 15px;
  line-height: 1.7;
  border-radius: 7px;
  margin-bottom: 30px;
  margin-top: 20px;
}

.diet_lp_access {
  border: solid 3px #e8e8e8;
  border-radius: 7px;
  padding: 20px;
}

.diet_lp_access_in {
  overflow: hidden;
  margin-bottom: 30px;
}

.diet_lp_access_in .left {
  width: 40%;
  float: left;
}

.diet_lp_access_in .right {
  width: 57%;
  float: right;
}

#wrapper .diet_lp_access_in p.ttl {
  background: #907b28;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin: 0px;
}

#wrapper .diet_lp_access_in p.img {
  margin: 0px;
}

#wrapper .diet_lp_access_in table {
  font-size: 13px;
}
#wrapper .diet_lp_access_in table span {
  font-size: 30px;
  color: #ff5b6b;
}

.diet_lp_btn ul li {
  display: inline-block;
  margin-right: 2%;
  width: 31.444%;
}
.diet_lp_btn ul li:last-child {
  margin-right: 0px;
}

@media screen and (max-width: 768px) {
  #content #question h2 {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .diet_qa li.q {
    background: #f0e1b5;
    background-image: url("https://seikotsuin-ren.com/lp/beauty/images/lp_q.png");
    background-position: left 20px center;
    background-repeat: no-repeat;
    background-size: 25px;
    padding: 15px 20px 15px 60px;
    color: #5c5c5c;
    font-size: 15px;
    border-radius: 7px;
  }
  .diet_qa li.a {
    background-image: url("https://seikotsuin-ren.com/lp/beauty/images/lp_a.png");
    background-position: left 20px top;
    background-repeat: no-repeat;
    background-size: 25px;
    padding: 0px 20px 0px 60px;
    color: #5c5c5c;
    font-size: 15px;
    line-height: 1.7;
    border-radius: 7px;
    margin-bottom: 30px;
    margin-top: 20px;
  }
}

#wpadminbar {
  display: none !important;
}

#main_visual_in img {
  width: 100%;
}

.slick_fv {
  position: relative;
  z-index: 0;
}

.slide-arrow {
  cursor: pointer;
  position: absolute;
  top: 45%;
  width: 80px !important;
  height: 80px !important;
  z-index: 100;
}

.prev-arrow {
  left: 5%;
  transform: rotate(180deg);
}

.next-arrow {
  right: 5%;
}

.slick_fv_item img {
  width: 75%;
  height: calc(100vh - 100px);
  height: 82vh;
  margin: 50px auto;
  object-fit: cover;
}

.slick-dots {
  bottom: 25px;
}

.slick_fv_item {
  position: relative;
}

.slick_fv_item01 {
  position: absolute;
  top: 60%;
  left: 17%;
}

.fade {
  opacity: 0;
  -moz-transition: 1.2s;
  -o-transition: 1.2s;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

.fade-left {
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.fade-right {
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.fade-bottom {
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.fade-active {
  opacity: 1;
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -webkit-transform: translate(0);
  transform: translate(0);
}

.curtain {
  overflow: hidden;
  display: table;
}

.curtain.fade-active .curtain-inner {
  -moz-animation: curtain 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 1s forwards;
  -webkit-animation: curtain 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 1s
    forwards;
  animation: curtain 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 1s forwards;
}

.curtain.fade-active .curtain-inner:before {
  -moz-animation: curtain-inner 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 1.8s
    forwards;
  -webkit-animation: curtain-inner 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 1.8s
    forwards;
}

.curtain:nth-of-type(2).fade-active .curtain-inner {
  -moz-animation: curtain 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 1.3s forwards;
  -webkit-animation: curtain 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 1.3s
    forwards;
  animation: curtain 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 1.3s forwards;
}

.curtain:nth-of-type(2).fade-active .curtain-inner:before {
  -moz-animation: curtain-inner 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 2.2s
    forwards;
  -webkit-animation: curtain-inner 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 2.2s
    forwards;
  animation: curtain-inner 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 2.2s
    forwards;
}

.curtain-inner {
  padding: 10px;
  text-shadow: 0 0 10px #fff;
  overflow: hidden;
  position: relative;
  display: table;
  -moz-transform: translateY(-102%);
  -ms-transform: translateY(-102%);
  -webkit-transform: translateY(-102%);
  transform: translateY(-102%);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.curtain-inner:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #e581a0;
  background: #fff;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
}

.curtain-inner:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #e581a0;
  background: #fff;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes curtain {
  0% {
    -moz-transform: translateX(-102%);
    -ms-transform: translateX(-102%);
    -webkit-transform: translateX(-102%);
    transform: translateX(-102%);
  }

  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes curtain-inner {
  0% {
    width: 100%;
  }

  100% {
    width: 0;
  }
}

.slick-dots li button:before {
  content: "◾️";
  font-size: 25px;
}

.slick_fv_item01_img img {
  width: 300px !important;
  height: initial;
  margin-left: 0 !important;
  margin-bottom: 40px !important;
}

#lead.lead {
  padding: 40px 2%;
  margin-bottom: 50px;
}

#lead .lead_title {
  padding: 0;
  font-size: 28px;
  text-align: center;
  color: #000 !important;
  font-family: "Noto Serif JP", YuMincho, Yu Mincho, 游明朝,
    ヒラギノ明朝 ProN W6, HiraMinProN-W6, HG明朝E, ＭＳ Ｐ明朝, MS PMincho,
    MS 明朝, serif;
  margin-bottom: 60px;
}

#lead .lead_title::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #e4789b;
  margin: 30px auto 0;
}

#lead .lead_text {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  font-family: "Noto Serif JP", YuMincho, Yu Mincho, 游明朝,
    ヒラギノ明朝 ProN W6, HiraMinProN-W6, HG明朝E, ＭＳ Ｐ明朝, MS PMincho,
    MS 明朝, serif;
}

@media screen and (max-width: 768px) {
  #lead.lead {
    padding: 30px 2%;
    margin-bottom: 20px;
  }

  #lead .lead_title {
    font-size: 20px;
    margin-bottom: 30px;
  }

  #lead .lead_title::after {
    width: 50px;
    height: 1px;
    margin: 20px auto 0;
  }

  #lead .lead_text {
    font-size: 16px;
    text-align: left;
  }

  #lead .lead_text .under__none {
    display: none;
  }
}
