@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Palanquin+Dark:wght@700&display=swap");
/* @include _breakpoints.scss */
/* break point media query */
@media (max-width: 767.9px) {
  .pc {
    display: none !important;
  }
}
.pc_i {
  display: inline;
}
@media (max-width: 767.9px) {
  .pc_i {
    display: none;
  }
}
.pc_ib {
  display: inline-block;
}
@media (max-width: 767.9px) {
  .pc_ib {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 767.9px) {
  .sp {
    display: block;
  }
}
.sp_i {
  display: none;
}
@media (max-width: 767.9px) {
  .sp_i {
    display: inline;
  }
}
.sp_ib {
  display: none;
}
@media (max-width: 767.9px) {
  .sp_ib {
    display: inline-block;
  }
}

.tb {
  display: none;
}
@media (max-width: 767.9px) {
  .tb {
    display: none;
  }
}
.tb_i {
  display: none;
}
@media (max-width: 767.9px) {
  .tb_i {
    display: none;
  }
}
.tb_ib {
  display: none;
}
@media (max-width: 767.9px) {
  .tb_ib {
    display: none;
  }
}

html {
  font-size: 62.5%;
  line-height: 62.5%;
}
@media (max-width: 1280px) {
  html {
    font-size: 56.25%;
    line-height: 56.25%;
  }
}

body,
ul,
li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

video {
  display: block;
  max-width: 100%;
  height: auto;
}

#gray {
  color: rgba(175, 175, 175, 0.9098039216);
}

.main {
  padding-top: 80px;
}
@media (max-width: 1280px) {
  .main {
    padding-top: 73px;
  }
}
.main .hero {
  overflow: hidden;
  background-image: url(../img/top_hero02.jpg);
  width: auto;
  height: calc(100vh - 80px);
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: visible;
}
@media (max-width: 1280px) {
  .main .hero {
    background-image: url(../img/top_hero02_sp.jpg);
    height: calc(100svh - 73px);
  }
}
.main .hero_inner {
  width: 84%;
  margin: 0 auto;
  position: relative;
  height: calc(100vh - 80px);
}
.main .hero_inner .hero_text {
  position: absolute;
  top: 30vh;
}
.main .hero_inner .hero_text h1 {
  font-family: "Zen Old Mincho";
  font-weight: 100;
  font-size: 4.8rem;
  letter-spacing: 0.12em;
  line-height: 55px;
  color: #fff;
}
.main .hero_inner .hero_text h2 {
  font-family: "Zen Old Mincho";
  font-weight: 100;
  font-size: 3.2rem;
  letter-spacing: 0.12em;
  line-height: 55px;
  color: #fff;
}
.main .hero_inner .hero_logo {
  position: absolute;
  bottom: 10vh;
  bottom: 5vh;
  max-width: 800px;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.lp_sep {
  max-width: 100%;
  height: auto;
}
.lp_sep video {
  width: 100%;
}

.block_content {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 100px;
}
@media (max-width: 1280px) {
  .block_content {
    flex-direction: column;
    margin-bottom: 30px;
  }
}

.block {
  width: 350px;
  background-color: #f9f7f4;
}
@media (max-width: 1280px) {
  .block {
    width: 100%;
    margin-bottom: 30px;
  }
}

.head {
  display: flex;
  align-items: center;
}
.head h4 {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 30px;
  padding: 1rem;
}
.head img {
  margin-right: 2rem;
}

.bottom p {
  padding: 2rem;
  font-weight: 300;
}

.intro_bg {
  background-color: #313131;
  text-align: center;
}
.intro_bg .lp_content {
  padding: 10rem 0;
  margin-bottom: 0;
}
.intro_bg .lp_content h2 {
  font-size: 2.4rem;
  letter-spacing: 0.01em;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  margin-top: 50px;
}
.intro_bg .lp_content p {
  font-size: 1.4rem;
  line-height: 35px;
  color: #fff;
}
.intro_bg button {
  margin: 30px auto;
}
@media (max-width: 1280px) {
  .intro_bg button {
    margin: 30px auto;
  }
}
@media (max-width: 1280px) {
  .intro_bg button a {
    margin: 0 2rem;
    padding: 0;
  }
}
@media (max-width: 1280px) {
  .intro_bg button a h3 {
    margin: 0;
    font-size: 1.3rem;
  }
}

.machine_img {
  display: block;
  width: 600px;
  margin: 0 auto;
  max-width: 100%;
}

.lp_12 {
  margin-top: 100px;
}
@media (max-width: 1280px) {
  .lp_12 {
    margin-top: 30px;
  }
}

.content_box_space {
  margin: 100px 0;
}
@media (max-width: 1280px) {
  .content_box_space {
    margin: 30px 0;
  }
}

.index_content {
  width: calc(100% - 100px);
  max-width: 1500px;
  margin: 100px auto;
  padding: 0;
}
.index_content .title_border {
  display: flex;
  align-items: center;
  margin-top: 150px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 0.18em;
}
.index_content .title_border::after {
  border-top: 1px solid #505a5f;
  content: "";
  flex-grow: 1;
  margin-left: 1rem;
}
.index_content .lit_index {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.index_content .lit_index .lit_index_text {
  flex: 0.6;
}
.index_content .lit_index .lit_index_text p {
  font-family: "Zen Old Mincho";
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
}
.index_content .lit_index .lit_index_video {
  flex: 0.8;
  margin-left: 5rem;
}

.lit_main_content_text_2 {
  width: 100%;
  position: sticky;
  top: 0;
  height: 300px;
  flex: 1;
}
.lit_main_content_text_2 .lit_main_content_text_box_1_2 {
  width: 100%;
  height: 33vw;
  position: absolute;
  top: 25vh;
}
.lit_main_content_text_2 .lit_main_content_text_box_1_2 h2 {
  color: #980000;
}

.intro_title {
  text-align: center;
  margin-bottom: 30px;
}
.intro_title h2 {
  font-size: 4.9rem;
  font-family: "Playfair Display";
  color: #505a5f;
}
@media (max-width: 1280px) {
  .intro_title h2 {
    font-size: 2.8rem;
    margin: 0;
  }
}
.intro_title p {
  font-family: "Zen Old Mincho";
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.12em;
  line-height: 35px;
}
@media (max-width: 1280px) {
  .intro_title p {
    font-size: 1.4rem;
    margin: 0;
  }
}

.index_intro {
  height: 100vh;
  width: auto;
  position: relative;
}
@media (max-width: 1280px) {
  .index_intro {
    display: none;
  }
}
.index_intro .index_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (max-width: 1280px) {
  .index_intro_sp {
    padding: 50px 0;
  }
}
@media (max-width: 1280px) {
  .index_intro_sp .index_content {
    width: 100vw;
    height: auto;
    min-height: 100vh;
    margin-bottom: 30px;
  }
}
@media (max-width: 1280px) {
  .index_intro_sp .index_content .intro_title h2 {
    font-size: 2.8rem;
    margin: 0;
  }
}
@media (max-width: 1280px) {
  .index_intro_sp .index_content .intro_title p {
    font-size: 1.4rem;
    margin: 0;
  }
}

.contact_box {
  background-color: #313131;
}
.contact_box .contact_box_inner {
  width: calc(100% - 100px);
  max-width: 1500px;
  margin: 0 auto;
  padding: 150px 0;
}
.contact_box .contact_box_inner .contact_title {
  text-align: center;
}
.contact_box .contact_box_inner .contact_title h2 {
  font-family: "Zen Old Mincho";
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0.12em;
  line-height: 35px;
  color: #fff;
  margin-bottom: 40px;
  margin-top: 0;
}
.contact_box .contact_box_inner .contact_title p {
  font-size: 1.6rem;
  line-height: 35px;
  color: #fff;
  margin-bottom: 40px;
}
.contact_box .contact_box_inner .contact_select {
  display: flex;
  justify-content: center;
}
.contact_box .contact_box_inner .contact_select .contact_line,
.contact_box .contact_box_inner .contact_select .contact_mail {
  text-align: center;
  position: relative;
}
.contact_box .contact_box_inner .contact_select .contact_line h2,
.contact_box .contact_box_inner .contact_select .contact_mail h2 {
  font-family: "Zen Old Mincho";
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0.12em;
  line-height: 35px;
  color: #fff;
}
.contact_box .contact_box_inner .contact_select .contact_line p,
.contact_box .contact_box_inner .contact_select .contact_mail p {
  font-size: 1.4rem;
  line-height: 30px;
  color: #fff;
  margin-bottom: 30px;
}
.contact_box .contact_box_inner .contact_select .contact_line {
  margin-right: 2rem;
}
.contact_box .contact_box_inner .contact_select .contact_mail {
  margin-left: 2rem;
}
.contact_box .contact_box_inner .contact_select .contact_line::after {
  position: absolute;
  /*--positionを追加--*/
  top: 0;
  left: 100%;
  margin: 0 2rem;
  content: "";
  width: 1px;
  /*--縦線の太さ(幅)--*/
  height: 100%;
  background-color: #fff;
  /*--縦線の色--*/
}
.contact_box .contact_box_inner .contact_select .contact_line::before {
  position: absolute;
  /*--positionを追加--*/
  top: 0;
  right: 100%;
  margin: 0 2rem;
  content: "";
  width: 1px;
  /*--縦線の太さ(幅)--*/
  height: 100%;
  background-color: #fff;
  /*--縦線の色--*/
}
.contact_box .contact_box_inner .contact_select .contact_mail::after {
  position: absolute;
  /*--positionを追加--*/
  top: 0;
  left: 100%;
  margin: 0 2rem;
  content: "";
  width: 1px;
  /*--縦線の太さ(幅)--*/
  height: 100%;
  background-color: #fff;
  /*--縦線の色--*/
}

.title_head h2 {
  font-family: Roboto;
  font-weight: normal;
  font-size: 2.2rem;
  letter-spacing: 0.25em;
  margin-bottom: 150px;
}

.lit_index_video_sp {
  display: none;
}

.scroll-container_sp {
  display: none;
}

button {
  background-color: #fff;
  border: 1px solid #505a5f;
  padding-right: 0;
  text-decoration: none;
  line-height: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  border-radius: 4px;
}
button a {
  font-family: Roboto;
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 0.18em;
  margin: 0 0 0 2rem;
  line-height: 35px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  padding-right: 30px;
}
button img {
  width: 7px;
  margin: 0 2rem 0 0;
}

.border_link {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 50px;
}
.border_link a {
  display: flex;
  align-items: center;
  width: 100%;
  font-family: Roboto;
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 0.18em;
}
.border_link a::before {
  content: "";
  border-top: 1px solid #505a5f;
  flex-grow: 1;
  margin-right: 1rem;
}
.border_link img {
  width: 7px;
  margin: 0px 0rem 0px 1rem;
}

.contact_select button {
  margin: 0 auto;
}
.contact_select button a {
  padding: 0;
  margin: 0 2rem;
  color: #313131;
}

.content_title_1_sp {
  display: none;
}

.content_title_1 {
  display: block;
}

.bor_text {
  display: block;
}
@media (max-width: 1280px) {
  .bor_text {
    display: none;
  }
}

.bor_text_sp {
  display: none;
}
@media (max-width: 1280px) {
  .bor_text_sp {
    display: block;
  }
}

.lp_content .lp_center p {
  font-weight: 300;
}

.block_left_h4 {
  display: block;
}
@media (max-width: 1280px) {
  .block_left_h4 {
    display: none;
  }
}

.block_left_h4_sp {
  display: none;
}
@media (max-width: 1280px) {
  .block_left_h4_sp {
    display: block;
  }
}

.lp_sep {
  display: block;
}
@media (max-width: 1280px) {
  .lp_sep {
    display: none;
  }
}

.lp_sep_sp {
  display: none;
}
@media (max-width: 1280px) {
  .lp_sep_sp {
    display: block;
  }
}

.content_bg_center_h2 {
  display: block;
}
@media (max-width: 1280px) {
  .content_bg_center_h2 {
    font-size: 2.2rem;
    display: none;
  }
}

.content_bg_center_h2_sp {
  display: none;
}
@media (max-width: 1280px) {
  .content_bg_center_h2_sp {
    font-size: 2.2rem;
    display: block;
    color: #003f98;
  }
}

.lp_img6 {
  display: block;
}
@media (max-width: 1280px) {
  .lp_img6 {
    display: none;
  }
}

.lp_img6_sp {
  display: none;
}
@media (max-width: 1280px) {
  .lp_img6_sp {
    display: block;
  }
}

.copyright {
  display: block;
}

.copyright_sp {
  display: none;
}

#a_lit,
#a_bottle_1,
#a_bottle_2 {
  padding-top: 73px;
  margin-top: -73px;
}

.a_link_content {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}
.a_link_content a {
  color: #003f98;
}

.a_link_content_dec {
  display: flex;
  align-items: center;
}
.a_link_content_dec img {
  width: 25x;
}

.box-02 {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slides-wrapper {
  display: flex;
  gap: 30px;
  width: calc(100% - 50px);
  margin: 0 auto;
  overflow: hidden;
}

.slide-img {
  width: 50vw;
  height: 50vh;
  object-fit: cover;
}

.wrap {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 1fr;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 64px 0;
}

.title {
  grid-column: 1/5;
  grid-row: 1;
  position: relative;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.1;
  z-index: 2;
}
.title span:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}

.images {
  grid-column: 4/-1;
  grid-row: 1;
  position: relative;
}
.images img {
  width: 100%;
  height: auto;
}
.images img:not(:first-child) {
  position: absolute;
  top: 0;
  right: 0;
}

.wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

/*タイムライン全体の設定*/
.timeline {
  width: 84%;
  margin: 0 auto;
  padding: 0 30px;
}

.timeline li {
  /*線の起点とするためrelativeを設定*/
  position: relative;
  list-style: none;
  padding: 0 0 20px 0;
}

.timeline dl {
  margin: 0 0 20px 3em;
}

/*絶対配置で線を設定*/
.border-line {
  /*線の位置*/
  position: absolute;
  left: 0.3em;
  top: 0;
  width: 2px;
  /*線の太さ*/
  height: 0;
  /*はじめは高さを0に*/
  background: #ccc;
}

/*タイムラインの見出し横の丸の位置と形状*/
.timeline li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: #666;
  border-radius: 50%;
}

#aboutus {
  justify-content: space-between;
  margin: 0;
  display: flex;
}
#aboutus .about_title {
  display: flex;
  border-bottom: 1px solid #505a5f;
}
#aboutus .about_title p {
  margin: 1rem;
}
#aboutus .about_title .title_text {
  width: 100px;
  font-weight: 500;
  font-size: 1.6rem;
}
#aboutus .about_title .title_content {
  font-size: 1.6rem;
}
#aboutus .phirosophy_box {
  margin: 0;
}

#aboutus_box {
  margin: 100px auto;
}

.intro_img_box1 {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1280px) {
  .intro_img_box1 {
    margin: 0;
  }
}
@media (max-width: 1280px) {
  .intro_img_box1 .intro_img {
    height: auto;
    margin: 0 auto;
    width: auto;
  }
}
@media (max-width: 1280px) {
  .intro_img_box1 .intro_img img {
    max-width: 84%;
    max-height: 450px;
    margin: 0 auto;
  }
}

.animated {
  animation: bounce 0.7s ease;
}

@keyframes bounce {
  0% {
    transform: translateY(20px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(20px);
  }
}
.intro_btn {
  text-align: center;
  margin: 0 auto;
}
.intro_btn a {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 2rem;
  padding: 0;
}
.intro_btn a h3 {
  font-weight: 400;
  margin: 0.5rem 0;
}

.main #hero_interview_1 {
  background-image: url(../img/lampo/lampo_1.jpg);
}

.scroll_icon {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  bottom: 4rem;
}
.scroll_icon section {
  font-size: 1.4rem;
  font-family: Roboto;
  color: #fff;
}
.scroll_icon::after {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: scaleX(0);
  animation: top_scroll 3.5s cubic-bezier(0.01, 0.6, 0.5, 0.99) 2s infinite;
}

@keyframes top_scroll {
  0% {
    transform: scaleX(0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: scaleX(1);
    scale: 1;
    opacity: 0;
  }
}
.scroll_icon {
  display: none;
}

.salon_reviews_box_content_sp {
  display: none;
}

.salon_reviews_box_content {
  display: block;
}

.intro_text1 a {
  color: #003f98;
  border-bottom: 1px solid #003f98;
  font-size: 1.6rem;
  display: inline;
}

.intro_btn {
  margin-bottom: 60px;
}

a {
  display: flex;
}

#intro_btn_ma {
  margin: 0 auto;
}

.block {
  width: 350px;
  background-color: #f9f7f4;
}
@media (max-width: 1280px) {
  .block {
    width: 100%;
    margin-bottom: 30px;
  }
}

.head {
  display: flex;
  align-items: center;
}
.head h4 {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 30px;
  padding: 1rem;
}
@media (max-width: 1280px) {
  .head h4 {
    padding: 0 2rem 0 4rem;
  }
}
.head img {
  margin-right: 2rem;
}
@media (max-width: 1280px) {
  .head img {
    margin-right: 0;
  }
}

.bottom p {
  padding: 2rem;
  font-weight: 300;
}
@media (max-width: 1280px) {
  .bottom p {
    padding: 0 2rem;
  }
}

.intro_bg {
  background-color: #313131;
  text-align: center;
}
.intro_bg .lp_content {
  padding: 10rem 0;
  margin-bottom: 0;
}
.intro_bg .lp_content h2 {
  font-size: 2.4rem;
  letter-spacing: 0.01em;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  margin-top: 50px;
}
.intro_bg .lp_content p {
  font-size: 1.4rem;
  line-height: 35px;
  color: #fff;
}
@media (max-width: 1280px) {
  .intro_bg .lp_content p {
    line-height: 30px;
  }
}

.nav-links {
  display: flex;
  justify-content: center;
}
.nav-links .nav-previous {
  margin: 0 20px;
}
.nav-links .nav-next {
  margin: 0 20px;
}

@media (max-width: 1280px) {
  .nav-content_s:last-of-type a {
    margin-bottom: 2rem;
  }
}

.page-nation {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}

.page-numbers {
  font-size: 1.6rem;
  margin: 0 10px;
}

article {
  margin-bottom: 100px;
}
@media (max-width: 1280px) {
  article {
    margin-bottom: 50px;
  }
}

.content_title_1_sp {
  display: none;
}

.content_title_1 {
  display: block;
}

.bor_text {
  display: block;
}
@media (max-width: 1280px) {
  .bor_text {
    display: none;
  }
}

.bor_text_sp {
  display: none;
}
@media (max-width: 1280px) {
  .bor_text_sp {
    display: block;
  }
}

.lp_center_ti {
  display: block;
}
@media (max-width: 1280px) {
  .lp_center_ti {
    display: none;
  }
}

.lp_center_ti_sp {
  display: none;
}
@media (max-width: 1280px) {
  .lp_center_ti_sp {
    display: block;
  }
}

.lp_content .lp_center p {
  font-weight: 300;
}

.block_left_h4 {
  display: block;
}
@media (max-width: 1280px) {
  .block_left_h4 {
    display: none;
  }
}

.block_left_h4_sp {
  display: none;
}
@media (max-width: 1280px) {
  .block_left_h4_sp {
    display: block;
  }
}

.content_bg_center_h2 {
  display: block;
}
@media (max-width: 1280px) {
  .content_bg_center_h2 {
    display: none;
  }
}

.content_bg_center_h2_sp {
  display: none;
}
@media (max-width: 1280px) {
  .content_bg_center_h2_sp {
    display: block;
  }
}

.lp_img6 {
  display: block;
}
@media (max-width: 1280px) {
  .lp_img6 {
    display: none;
  }
}

.lp_img6_sp {
  display: none;
}
@media (max-width: 1280px) {
  .lp_img6_sp {
    display: block;
  }
}

.intro_bg button {
  margin: 30px auto;
}

#a_lit,
#a_bottle_1,
#a_bottle_2 {
  padding-top: 73px;
  margin-top: -73px;
}

.a_link_content {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}
.a_link_content a {
  color: #003f98;
}

.a_link_content_dec {
  display: flex;
  align-items: center;
}
.a_link_content_dec img {
  width: 25x;
}

#intro_btn_ma {
  margin: 0 auto;
}/*# sourceMappingURL=lit.css.map */