@charset "UTF-8";
*, *:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #222;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-kerning: auto;
  letter-spacing: 0.1em;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.data-for-aidemlog { /* 独自ログ計測用 */ }

/* 画像 */
img {
  max-width: 100%;
}

::-moz-selection {
  background: rgba(175, 1, 122, 0.1); /* Safari */
}

::selection {
  background: rgba(175, 1, 122, 0.1); /* Safari */
}

::-moz-selection {
  background: rgba(175, 1, 122, 0.1); /* Firefox */
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

/******************************************************************
カスタム　LP用レイアウト
*****************************************************************/
#lp {
  --bg-color01: #E7E4DE;
  --bg-color02: #F5F5F5;
  --primary-color: #897346;
  --font-color: #383838;
  --pd-section-block: 40px;
  --pd-section-inline: 30px;
  --bd-radius: 20px;
  background-color: var(--bg-color01);
  color: var(--font-color);
}
@media (max-width: 768px) {
  #lp {
    --pd-section-block: 24px;
    --pd-section-inline: 15px;
    --bd-radius: 10px;
  }
}
#lp .bg-gray {
  background-color: var(--bg-color02);
}
@media (min-width: 901px) {
  #lp .gnav-inn > li + li {
    margin-left: min(40px, 2.0833333333vw);
  }
}
#lp .gnav-inn > li a {
  letter-spacing: 0.075em;
  text-align: center;
  color: var(--font-color);
}
@media (min-width: 769px) {
  #lp .gnav-inn > li a {
    font-size: min(1.6rem, 1.5vw);
  }
}
#lp .gnav-inn > li a span {
  display: block;
  font-size: 62.5%;
  line-height: 1.6;
}

.text-center {
  text-align: center;
}

.p-relative {
  position: relative;
}

.mb-01 {
  margin-bottom: var(--pd-section-block);
}

.lp_contents {
  padding-block: var(--pd-section-block);
}

.lp_contentsInn {
  margin-inline: auto;
  padding: var(--pd-section-block) var(--pd-section-inline);
  width: min(1160px, 100%);
}

.lp_tit01 {
  margin-top: 24px;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .lp_tit01 {
    margin-top: 14px;
    margin-bottom: 32px;
  }
}
.lp_tit01 .lp_tit_en {
  display: block;
  height: 46px;
}
@media (max-width: 768px) {
  .lp_tit01 .lp_tit_en {
    height: 21px;
  }
}
.lp_tit01 .lp_tit_en img {
  height: 100%;
}
.lp_tit01 .lp_tit_jp {
  display: block;
  margin-top: 16px;
  font-weight: bold;
  font-size: 2rem;
  color: #383838;
  line-height: 1.4;
  letter-spacing: 0.075em;
}
@media (max-width: 768px) {
  .lp_tit01 .lp_tit_jp {
    margin-top: 10px;
  }
}

.lp_tit02 {
  margin-bottom: 28px;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--primary-color);
}
@media (max-width: 768px) {
  .lp_tit02 {
    margin-bottom: 24px;
    font-size: 2.2rem;
  }
}

.lp_tit03 {
  margin-bottom: var(--pd-section-block);
  padding: 20px 10px;
  background-color: #948B79;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 2.8rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .lp_tit03 {
    gap: 16px;
  }
}
.lp_tit03::before, .lp_tit03::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #948B79;
  position: absolute;
  left: 0;
}
.lp_tit03::before {
  top: -3px;
  box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.32);
}
.lp_tit03::after {
  bottom: -3px;
  box-shadow: 0px -3px 2px 0px rgba(0, 0, 0, 0.32);
}
.lp_tit03 span {
  font-size: 1.6rem;
  font-weight: normal;
}

.lp_txt p {
  margin-inline: auto;
  width: min(970px, 100%);
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.lp_txt p + p {
  margin-top: 2em;
}

.lp_img {
  border-radius: var(--bd-radius);
  overflow: hidden;
}

.bg-whiteblur {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
}

.with_attention {
  position: relative;
  margin-bottom: var(--pd-section-block);
}

.with_attention .img_attention {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0 0 var(--bd-radius) 0;
  overflow: hidden;
  padding-right: 4px;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .with_attention .img_attention.sp_btm {
    position: static;
    background: none;
    margin-top: 12px;
    text-align: center;
  }
}
.img_attention span {
  display: inline-block;
  padding: 4px 8px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .img_attention span {
    font-size: 1rem;
  }
}

.scroll-animation {
  opacity: 0;
  transition: all 1s 0.5s ease;
  transform: translate(0, 50px);
}
.scroll-animation.active {
  opacity: 1;
  transform: translate(0, 0);
}

.lp_header {
  height: 88px;
  --hd-logo-txt-width: 224px;
}
@media (max-width: 900px) {
  .lp_header {
    display: flex;
    align-items: center;
    height: 50px;
    background: #ffffff;
    padding-left: 15px;
  }
}
.lp_header .lp_header_logo a {
  font-size: 2rem;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #111111;
  font-weight: bold;
  transition: none;
  display: grid;
  place-content: center;
  gap: 4px;
}
@media (min-width: 901px) {
  .lp_header .lp_header_logo a {
    font-size: 3.8rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #ffffff;
    border-radius: 0 0 var(--bd-radius) 0;
    width: var(--hd-logo-txt-width);
    height: 120px;
    gap: 10px;
  }
}
.lp_header .lp_header_logo a span {
  display: block;
  text-align: center;
  color: #E10915;
  font-size: 1.1rem;
  letter-spacing: 0.15em;
}
@media (max-width: 768px) {
  .lp_header .lp_header_logo a span {
    font-size: 1.6vw;
  }
}
@media (min-width: 901px) {
  .lp_header .lp_headerInn {
    margin-left: var(--hd-logo-txt-width);
    padding-right: 24px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.lp_header .lp_headerInn .lp_header_logotxt {
  margin-left: 12px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.375;
  color: #111111;
}
@media (min-width: 769px) {
  .lp_header .lp_headerInn .lp_header_logotxt {
    margin-left: 20px;
    font-size: clamp(1.2rem, 0.8vw, 1.6rem);
  }
}
@media (min-width: 901px) and (max-width: 1200px) {
  .lp_header .lp_headerInn .lp_header_logotxt {
    display: none;
  }
}
@media (max-width: 900px) {
  .lp_header .menu-btn {
    top: 0;
    right: 0;
    background-color: var(--primary-color);
  }
  .lp_header .menu-btn span {
    background-color: #ffffff;
    height: 2px;
    width: 60%;
  }
  .lp_header .menu-btn span:nth-of-type(1) {
    top: -22px;
  }
}

.lp_MV {
  position: relative;
}
.lp_MV .lp_MV_catchcopy_wrap {
  position: absolute;
  top: 8.6458333333vw;
  right: 3.125vw;
  z-index: 1;
}
@media (max-width: 768px) {
  .lp_MV .lp_MV_catchcopy_wrap {
    top: 12.8vw;
    right: 15px;
  }
}
.lp_MV .lp_MV_catchcopy {
  background-color: rgba(137, 115, 70, 0.76);
  backdrop-filter: blur(10px);
  border: solid 1px rgba(255, 255, 255, 0.4);
  color: #ffffff;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
@media (min-width: 769px) {
  .lp_MV .lp_MV_catchcopy {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .lp_MV .lp_MV_catchcopy {
    letter-spacing: 0;
  }
}
.lp_MV .lp_MV_catchcopy._01 {
  margin-bottom: 8px;
  padding: 6px 20px;
  font-size: 2.8645833333vw;
  font-size: clamp(3.5rem, 3vw, 5.5rem);
}
@media (max-width: 768px) {
  .lp_MV .lp_MV_catchcopy._01 {
    margin-bottom: 4px;
    padding: 2.5px 8px;
    font-size: 1.5rem;
  }
}
.lp_MV .lp_MV_catchcopy._01 span {
  margin-right: 1.8229166667vw;
  font-size: clamp(4.5rem, 4vw, 7.1rem);
  vertical-align: text-bottom;
}
@media (max-width: 768px) {
  .lp_MV .lp_MV_catchcopy._01 span {
    font-size: 1.9rem;
  }
}
.lp_MV .lp_MV_catchcopy._02 {
  padding: 0.5px;
  font-size: clamp(8rem, 7vw, 12.4rem);
}
@media (max-width: 768px) {
  .lp_MV .lp_MV_catchcopy._02 {
    padding: 7px;
    font-size: max(5.5rem, 8.5vw);
    line-height: 0.9;
  }
}
@media (min-width: 769px) {
  .lp_MV .lp_MV_catchcopy._02 span + span {
    margin-left: 0.3em;
  }
}
@media (max-width: 768px) {
  .lp_MV .lp_MV_catchcopy._02 span {
    display: block;
  }
}
.lp_MV .lp_MV_img {
  padding-right: 50px;
}
@media (min-width: 901px) {
  .lp_MV .lp_MV_img {
    padding-right: 6.25vw;
    margin-block: 10px 0;
  }
}
.lp_MV .lp_MV_img .slick-slide {
  border-radius: 0 0 6.25vw 0;
  overflow: hidden;
}
.lp_MV .lp_MV_img .slick-slide img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-width: none;
  min-width: 100%;
  width: 100%;
}
@media (max-width: 1200px) {
  .lp_MV .lp_MV_img .slick-slide img {
    min-height: 600px;
  }
}
@media (max-width: 900px) {
  .lp_MV .lp_MV_img .slick-slide img {
    min-height: 400px;
  }
}
.lp_MV .img_attention {
  position: absolute;
  bottom: 0;
}
@media (min-width: 901px) {
  .lp_MV .slick-dots {
    bottom: 41px;
  }
}
.lp_MV .slick-dots li {
  margin: 0 10px;
}
.lp_MV .slick-dots li button::before {
  font-size: 10px;
}

.sliding-wrap {
  padding-block: var(--pd-section-block);
  overflow: hidden;
}
.sliding-wrap .sliding-box {
  margin-inline: calc(50% - 50vw);
  padding-bottom: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .sliding-wrap .sliding-box {
    padding-bottom: 12px;
  }
}
.sliding-wrap .sliding-box .sliding {
  height: 440px;
  animation: slide 80s linear infinite;
  -webkit-animation: slide 80s linear infinite;
  -moz-animation: slide 80s linear infinite;
  background-repeat-x: repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .sliding-wrap .sliding-box .sliding {
    height: 260px;
  }
}
.sliding-wrap .sliding-box .sliding.n-01 {
  background-image: url(../img/sliding-ph-001.png);
}
@keyframes slide {
  0% {
    background-position: 2220px 0;
  }
  100% {
    background-position: 0px 0;
  }
}

#lp_point .lp_contentsInn {
  width: min(1308px, 100%);
}
#lp_point .lp_point_box {
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 18px;
  justify-content: center;
}
@media (max-width: 768px) {
  #lp_point .lp_point_box {
    gap: 36px 15px;
  }
}
#lp_point .lp_point_item {
  width: calc(25% - 18px);
}
@media (min-width: 1201px) {
  #lp_point .lp_point_item {
    width: calc(14.2857142857% - 18px);
  }
}
@media (max-width: 768px) {
  #lp_point .lp_point_item {
    width: calc(50% - 10px);
  }
}
#lp_point .lp_point_item a {
  display: block;
  overflow: visible;
  background-color: #ffffff;
  padding-block: 20px 32px;
  border-radius: 10px;
  height: 100%;
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0.075em;
  text-align: center;
  font-weight: bold;
  color: var(--font-color);
  display: grid;
  place-content: center;
  gap: 20px;
}
#lp_point .lp_point_item a span {
  display: block;
  font-size: 1.1rem;
}
#lp_point .lp_point_item a::after {
  content: "";
  border: solid 4px var(--bg-color02);
  width: 33px;
  border-radius: 50%;
  background: #ffffff url(../img/arrow.svg) no-repeat center/11px auto;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}
#lp_point .lp_point_item a:hover {
  opacity: 1;
  background-color: var(--bg-color01);
}
#lp_point .lp_point_item a:hover::after {
  background-color: var(--bg-color01);
}
#lp_point .lp_point_img {
  width: min(90px, 100% - 10px);
  margin-inline: auto;
}
@media (max-width: 768px) {
  #lp_point .lp_point_img {
    width: max(60px, 37.9746835443%);
  }
}
#lp_point .lp_point_img img {
  width: 100%;
}

#lp_concept {
  background: url(../img/concept-ph-001.jpg) no-repeat center/cover;
}
#lp_concept .lp_concept_box {
  padding: calc(var(--pd-section-block) * 2) var(--pd-section-inline);
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(20px);
  border: solid 1px rgba(255, 255, 255, 0.6);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  #lp_concept .lp_concept_box {
    margin-inline: -15px;
  }
}
@media (min-width: 769px) {
  #lp_concept .lp_concept_box {
    border-radius: var(--bd-radius);
  }
}
#lp_concept .lp_concept_box .lp_txt {
  text-align: center;
}
#lp_concept .lp_concept_box .lp_txt p + p {
  margin-top: 2em;
}

#lp_layout .lp_layout_img {
  padding: 24px;
  background-color: #ffffff;
  text-align: center;
}
@media (min-width: 769px) {
  #lp_layout .lp_layout_img {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  #lp_layout .lp_layout_img {
    padding: 20px;
  }
}
@media (min-width: 651px) and (max-width: 768px) {
  #lp_layout .lp_layout_img {
    padding: 24px;
  }
}
@media (max-width: 650px) {
  #lp_layout .lp_layout_img img {
    width: min(305px, 100%);
  }
}
#lp_layout .lp_layout_box {
  padding-top: 24px;
}
#lp_layout .lp_layout_list {
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 768px) {
  #lp_layout .lp_layout_list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
#lp_layout .lp_layout_item {
  border-radius: var(--bd-radius);
  overflow: hidden;
}
#lp_layout .lp_layout_item .img_attention {
  position: absolute;
  bottom: 0;
  right: 0;
}
#lp_layout .lp_layout_text {
  padding: 32px;
  background-color: #EEEEEE;
  height: 100%;
}
@media (max-width: 768px) {
  #lp_layout .lp_layout_text {
    padding: 24px;
  }
}
#lp_layout .lp_layout_text p {
  line-height: 1.75;
}
#lp_layout .lp_layout_label {
  --label-color: var(--primary-color);
  display: inline-block;
  margin-bottom: 20px;
  padding: 10.5px 16px;
  border-radius: 50px;
  background-color: var(--label-color);
  color: #ffffff;
}
@media (max-width: 768px) {
  #lp_layout .lp_layout_label {
    margin-bottom: 8px;
  }
}
#lp_layout .lp_layout_label.shimanami {
  --label-color: var(--primary-color);
}
#lp_layout .lp_layout_label.machinami {
  --label-color: #6C6659;
}
#lp_layout .lp_layout_label.yamanami {
  --label-color: #7E856A;
}

@media (max-width: 768px) {
  #lp_other {
    padding-bottom: 50px !important;
  }
}

#page_top {
  margin-block: -70px 30px;
  position: sticky;
  bottom: var(--pd-section-inline);
}
@media (max-width: 768px) {
  #page_top {
    margin-block: -55px 15px;
  }
}
#page_top a {
  margin-left: auto;
  margin-right: var(--pd-section-inline);
  background-color: var(--primary-color);
  border-radius: 4px;
}
#page_top a::after {
  width: 14px;
  height: 14px;
  margin-top: 8px;
}

.lp_footer {
  background-color: #222;
}
.lp_footer * {
  color: #ffffff;
}
.lp_footer .lp_footerInn {
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .lp_footer .lp_footerInn {
    margin-bottom: 40px;
  }
}
.lp_footer .footer_main {
  padding: 40px 20px;
  border-bottom: solid 1px #707070;
}
@media (min-width: 1201px) {
  .lp_footer .footer_main {
    padding: 24px 24px 24px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.lp_footer .footer_main .footer_logo {
  order: 1;
}
.lp_footer .footer_main .footer_logo a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.lp_footer .footer_main .footer_logo a img {
  width: 43px;
}
.lp_footer .footer_main .footer_logo_txt {
  letter-spacing: 0.075em;
  font-weight: bold;
}
.lp_footer .footer_main .footer_logo_txt._jp {
  font-size: 2.4rem;
}
.lp_footer .footer_main .footer_logo_txt._en {
  font-size: 1rem;
}
@media (min-width: 769px) {
  .lp_footer .footer_main .footer_link {
    display: flex;
    align-items: center;
    gap: 24px;
    order: 2;
  }
}
.lp_footer .footer_main .footer_textlink {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
@media (min-width: 769px) {
  .lp_footer .footer_main .footer_textlink {
    gap: 24px;
    order: 1;
  }
}
@media (max-width: 768px) {
  .lp_footer .footer_main .footer_textlink {
    margin-bottom: 20px;
  }
}
.lp_footer .footer_main .footer_textlink a {
  letter-spacing: 0.075em;
}
@media (max-width: 768px) {
  .lp_footer .footer_main .footer_textlink a {
    font-size: 1.2rem;
  }
}
.lp_footer .footer_main .footer_textlink a[target=_blank]::after {
  margin-left: 8px;
  content: "";
  display: inline-block;
  background: url(../img/icon-blank-w_pc.png) no-repeat center/100% auto;
  width: 10px;
  height: 10px;
}
.lp_footer .footer_main .lp_sns_box {
  display: flex;
  gap: 20px;
}
@media (min-width: 769px) {
  .lp_footer .footer_main .lp_sns_box {
    margin-left: auto;
    order: 2;
  }
}
@media (max-width: 768px) {
  .lp_footer .footer_main .lp_sns_box {
    margin-bottom: 20px;
  }
}
.lp_footer .footer_main .lp_sns_box li a {
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
}
.lp_footer .footer_btm {
  padding-top: 60px;
  padding-inline: 15px;
}
@media (max-width: 768px) {
  .lp_footer .footer_btm {
    padding-top: 40px;
  }
  .lp_footer .footer_btm .lp_copyright {
    font-size: 1.1rem;
    line-height: 1.75;
  }
  .lp_footer .footer_btm .ga-pdf {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=style.css.map */