@charset "UTF-8";

main,
main section {
  max-width: none;
  margin: 0;
}
main {
  margin-top: 0;
}
main a {
  text-decoration: none;
  color: inherit;
}
main ul,
main li {
  list-style: none;
}
main span {
  font-size: unset;
}
section p {
  text-align: unset;
}
/* .section-footer-contact div a img, .section-footer-contact div img {
  width: 46px;
  height: auto;
} */

/* ----------------------------------
    reset
----------------------------------- */
*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
  /* all: unset; */
  display: revert;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
  *::before,   *::after { 
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
  }  
  body,h1,h2,h3,h4,h5,span,p {
    margin: 0px;
    padding: 0px;
  }
  body {
    color: #000000;
    background-color: #ffffff;
    font-optical-sizing: auto;
  }
  ol, ul {
    list-style: none;
  }
  img {
    max-width: 100%;
    height: auto; 
    vertical-align: top;
  }
  table {
    border-collapse: collapse;
  }
  a{
    cursor: pointer;
  }

  input[type=text], input[type=tel], input[type=email], input[type=esubmit], button, select, textarea {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
  }

  .search {
    text-align: center;
  }
  
  footer {
    padding-top: 0;
  }
  @media only screen and (max-width: 767px) {
    footer {
      padding-top: 20px;
    }
  }

/* ----------------------------------
    基本レイアウト
----------------------------------- */
#wrapper {
  overflow: hidden;
  padding-top: 128px;
}
@media only screen and (max-width: 934px) {
  #wrapper {
    padding-top: 140px;
  }
}
.main_width {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1300px) {
  .main_width {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .main_width {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.home_section {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media only screen and (max-width: 768px) {
  .home_section {
    padding-top: 80px;
    padding-bottom: 84px;
  }
}

/* ----------------------------------
    共通パーツ
----------------------------------- */
.section_title {
  margin-bottom: 62px;
}
.section_title h2 {
  font-size: 32px;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 0.05em;
}
.section_title h2 span {
  display: inline-block;
  padding-bottom: 1px;
  font-family: "Noto Sans JP", serif;
  font-weight: 600;
}
/* 文字アンダーライン */
.section_title h2 .underline {
  border-bottom: 3px solid;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .section_title {
    margin-bottom: 48px;
  }
  .section_title h2 {
    font-size: 21px;
  }
  .section_title h2 .underline {
    border-bottom: 2px solid;
  }
}
@media only screen and (max-width: 504px) {
  .section_title h2 span:first-child {
    margin-bottom: 10px;
  }
}

/* CTA 登録ボタン */
.cta {
  margin-top: 84px;
}
.cta p {
  font-size: 20px;
  font-family: "Noto Sans JP", serif;
  text-align: center;
  margin-bottom: 1.2em;
  font-weight: 500;
}
.cta_btn {
  width: 100%;
  max-width: 498px;
  height: 80px;
  font-size: 18px;
  color: #fff;
  background: #000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: auto;
  padding: 18px 30px;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.2s;
}
.cta_btn:hover {
  opacity: 0.7;
  transition: all 0.2s;
}
.cta_btn a {
  font-family: "Noto Sans JP", serif;
}
/* LINEアイコン付ボタン */
.line_icon img {
  width: 36px;
}
@media only screen and (max-width: 768px) {
  .cta {
    margin-top: 60px;
  }
  .cta p {
    font-size: 16px;
  }
  .cta_btn {
    max-width: 336px;
    height: 64px;
    font-size: 14px;
    gap: 12px;
  }
  .line_icon img {
    width: 26px;
  }
}

/* 小さいボタン */
.cta_btns .cta_btn_small {
  width: 100%;
  max-width: 326px;
  height: 56px;
  font-size: 14px;
  color: #fff;
  background-color: #000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 20px 20px;
  transition: all 0.2s;
}
.cta_btn_small:hover {
  opacity: 0.7;
  transition: all 0.2s;
}
.cta_btn_small a {
  font-family: "Noto Sans JP", serif;
}
/* LINEアイコン付ボタン */
.cta_btn_small img {
  width: 28px;
}
@media only screen and (max-width: 768px) {
  .cta_btns .cta_btn_small {
    max-width: 316px;
    height: 52px;
    font-size: 12px;
    gap: 12px;
    padding: 20px 20px;
  }
  /* LINEアイコン付ボタン */
  .cta_btn_small img {
    width: 26px;
  }
}

/* 色 */
.green {
  color: #528D52;
}
.blue {
  color: #1E4A6D;
}
/* フォントウェイト */
.weight_400 {
  font-weight: 400;
}
.weight_bold {
  font-weight: bold;
}

/* ----------------------------------
    ファーストビュー
----------------------------------- */
#first_view {
  background-image: url("/images/membership_line/hero_back.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 106px;
  padding-bottom: 70px;
}
#first_view .title_wrap {
  position: relative;
  max-width: 540px;
}
#first_view .title_wrap h2::before {
  position: absolute;
  display: block;
  content: "";
  background-image: url("/images/membership_line/hero_phone.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 604px;
  height: 448px;
  bottom: 50%;
  right: -612px;
  transform: translateY(58%);
  z-index: 1;
}
#first_view h2 {
  font-size: 35px;
  font-family: "Noto Sans JP", serif;
  line-height: 1.6;
  margin-bottom: 40px;
  z-index: 2;
}
#first_view .cta_btns {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 1246px) {
  #first_view .title_wrap h2::before {
    width: 556px;
    height: 413px;
    right: -560px;
  }
}
@media only screen and (max-width: 1154px) {
  #first_view .title_wrap h2::before {
    width: 522px;
    height: 388px;
    right: -490px;
  }
  #first_view h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1080px) {
  #first_view .title_wrap h2::before {
    width: 490px;
    height: 364px;
    right: -410px;
  }
}
@media only screen and (max-width: 1024px) {
  #first_view h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1000px) {
  #first_view .title_wrap h2::before {
    width: 450px;
    height: 334px;
    right: -370px;
  }
}
@media only screen and (max-width: 954px) {
  #first_view {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #first_view .main_width{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #first_view .title_wrap h2::before {
    width: 378px;
    height: 281px;
    bottom: 152px;
    right: 50%;
    transform: translateX(50%);
  }
  #first_view h2 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 342px;
  }
  #first_view .cta_btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
}
@media only screen and (max-width: 480px) {
  #first_view {
    padding-bottom: 60px;
  }
  #first_view h2 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 380px) {
  #first_view h2 {
    font-size: 20px;
  }
  #first_view .title_wrap h2::before {
    width: 352px;
    height: 261px;
  }
}


/* ----------------------------------
    LINE登録
----------------------------------- */
#line {
  background: #F1F1F1;
}
.line_benefit_banner {
  /* キャンペーンが復活したらblock */
  display: none;
  margin-bottom: 88px;
}
/* バナーレスポンシブ */
.line_benefit_banner_sp {
  display: none;
}
.line_benefits_wrap {
  max-width: 800px;
  margin: 0 auto;
}
.line_benefits_wrap .line_benefits_text {
  background: #fff;
  border-radius: 6px;
  max-width: 618px;
  padding: 34px 50px;
  box-shadow: 4px 4px 22px 0px rgba(0, 0, 0, 0.16);
  margin: 0 auto;
}
.line_benefits_wrap .line_benefits_text:first-child {
  transform: translateX(-10px);
  position: relative;
  z-index: 2;
}
.line_benefits_wrap .line_benefits_text:nth-child(2) {
  transform: translateX(-70px);
}
.line_benefits_wrap .line_benefits_text:last-child {
  transform: translateX(-130px);
}
.line_benefits_wrap .line_benefits_text:first-child::before {
  position: absolute;
  display: block;
  content: "";
  background-image: url("/images/membership_line/phone_line.png");  
  background-size: contain;
  background-repeat: no-repeat;
  width: 400px;
  height: 420px;
  top: 66%;
  right: -266px;
}
.line_benefits_wrap .line_benefits_text + .line_benefits_text {
  margin-top: 26px;
}
.line_benefits_wrap .line_benefits_text h3 {
  font-size: 19px;
  font-family: "Noto Sans JP", serif;
  line-height: 1.6;
  margin-bottom: 0.5em;
}
.line_benefits_wrap .line_benefits_text p {
  font-size: 14px;
  font-family: "Noto Sans JP", serif;
  line-height: 2;
}
@media only screen and (max-width: 1024px) {
  .line_benefits_wrap {
    max-width: 726px;
  }
  .line_benefits_wrap .line_benefits_text {
    max-width: 546px;
    padding: 34px 46px;
  }
  .line_benefits_wrap .line_benefits_text:first-child {
    transform: translateX(-30px);
  }
  .line_benefits_wrap .line_benefits_text:nth-child(2) {
    transform: translateX(-30px);
  }
  .line_benefits_wrap .line_benefits_text:last-child {
    transform: translateX(-30px);
  }
  .line_benefits_wrap .line_benefits_text:first-child::before {
    width: 308px;
    height: 323px;
    top: 80%;
    right: -210px;
  }
}
@media only screen and (max-width: 768px) {
  .line_benefits_wrap {
    max-width: 500px;
  }
  .line_benefits_wrap .line_benefits_text {
    padding: 40px 36px;
  }
  .line_benefits_wrap .line_benefits_text:first-child {
    transform: translateX(0px);
  }
  .line_benefits_wrap .line_benefits_text:nth-child(2) {
    transform: translateX(0px);
  }
  .line_benefits_wrap .line_benefits_text:last-child {
    transform: translateX(0px);
  }
  .line_benefits_wrap .line_benefits_text:first-child::before {
    width: 214px;
    height: 225px;
    top: 90%;
    right: -106px;
  }
  .line_benefits_wrap .line_benefits_text + .line_benefits_text {
    margin-top: 22px;
  }
  .line_benefits_wrap .line_benefits_text h3 {
    font-size: 16px;
  }
  .line_benefits_wrap .line_benefits_text p {
    font-size: 12px;
  }
  .line_benefit_banner {
    display: none;
  }
  /* バナーレスポンシブ */
  .line_benefit_banner_sp {
    /* キャンペーンが復活したらblock */
    display: none;
    text-align: center;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .line_benefits_wrap .line_benefits_text {
    max-width: 272px;
    padding: 40px 36px;
  }
  .line_benefits_wrap .line_benefits_text:first-child {
    transform: translateX(24px);
  }
  .line_benefits_wrap .line_benefits_text:nth-child(2) {
    transform: translateX(-34px);
  }
  .line_benefits_wrap .line_benefits_text:last-child {
    transform: translateX(24px);
  }
  .line_benefits_wrap .line_benefits_text:first-child::before {
    width: 200px;
    height: 210px;
    top: 129%;
    right: -72px;
  }
}


/* ----------------------------------
    会員登録
----------------------------------- */
#membership {
  position: relative;
}
/* 背景の斜め柄 */
#membership::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 1400px;
  height: 100%;
  background: #E8EDEE;
  clip-path: polygon(60% 0%, 100% 0%, 40% 100%, 0% 100%);
  transform: translateX(-50%);
  z-index: -1;
}

.membership_benefit_banner {
  margin-bottom: 88px;
}
.membership_benefit_banner a {
  transition: all 0.2s;
}
.membership_benefit_banner a:hover {
  opacity: 0.7;
  transition: all 0.2s;
}
.membership_benefit_banner_sp {
  display: none;
}
#membership .main_width > p {
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  line-height: 2.4;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .membership_benefit_banner {
    display: none;
  }
  /* バナーレスポンシブ */
  .membership_benefit_banner_sp {
    display: block;
    text-align: center;
    margin-bottom: 60px;
  }
  #membership .main_width > p {
    font-size: 14px;
    max-width: 520px;
    text-align: left;
    margin: 0 auto 30px;
  }
  #membership .main_width > p span {
    display: none;
  }
}

/* 会員登録のベネフィット */
.membership_benefits_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.membership_benefits_wrap .membership_benefits_block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 44px;
  background: #fff;
  border-radius: 6px;
  max-width: 812px;
  padding: 38px 44px;
  box-shadow: 4px 4px 22px 0px rgba(0, 0, 0, 0.16);
  position: relative;
}
.membership_benefits_wrap .membership_benefits_block .membership_benefits_icon {
  min-width: 104px;
}
/* 疑似要素 番号 */
.membership_benefits_wrap .membership_benefits_block::before {
  position: absolute;
  display: block;
  content: "01";
  font-size: 38px;
  font-family: serif;
  color: #DCD5C8;
  top: 14px;
  left: 20px;
}
.membership_benefits_wrap .membership_benefits_block:nth-child(2):before {
  content: "02";
}
.membership_benefits_wrap .membership_benefits_block:nth-child(3):before {
  content: "03";
}
.membership_benefits_wrap .membership_benefits_block:nth-child(4):before {
  content: "04";
}

.membership_benefits_wrap .membership_benefits_block + .membership_benefits_block {
  margin-top: 26px;
}
.membership_benefits_text {
  max-width: 574px;
}
.membership_benefits_text h3 {
  font-size: 20px;
  font-family: "Noto Sans JP", serif;
  line-height: 1.7;
  margin-bottom: 0.5em;
}
.membership_benefits_wrap .membership_benefits_block p {
  font-size: 15px;
  font-family: "Noto Sans JP", serif;
  line-height: 2;
}
@media only screen and (max-width: 600px) {
  .membership_benefits_wrap .membership_benefits_block {
    flex-direction: column;
    gap: 26px;
    padding: 42px 32px 50px;
  }
  .membership_benefits_text h3 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 0.75em;
  }
  .membership_benefits_wrap .membership_benefits_block p {
    font-size: 12px;
    line-height: 2;
  }
}

/* ----------------------------------
    最後のCTAエリア
----------------------------------- */
#cta_area {
  background-image: url("/images/membership_line/cta_back.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: auto;
}
#cta_area p {
  font-size: 20px;
  font-family: "Noto Sans JP", serif;
  line-height: 1.8;
  text-align: center;
}
/* ボタンを並列にする */
.cta_btns_paralel {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  #cta_area p {
    font-size: 16px;
  }
  .cta_btns_paralel {
    gap: 12px;
  }
}

/* ファーストビューのフェイドイン */
.first_anima {
  animation-name: fadeInAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
/* スクロールのフェイドイン */
.fadeInTrigger {
  opacity: 0;
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
/* 2つのフェイドインの共有 */
@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}