@charset "UTF-8";
/* レイアウト*/
#page_content {
  padding: 100px 0 150px;
}

body.page-template-page__lp #page_content {
  width: auto;
  max-width: var(--tcd-lp-content-max-size);
  margin: 0 auto !important;
}

body:has(#lp_page_compact_content) #container {
  overflow: visible;
}

#lp_page_compact_content {
  max-width: var(--tcd-lp-content-max-size);
  margin: var(--tcd-lp-header-margin-top) auto 120px !important;
}

#lp_page_compact_content.display_dropshadow {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

#lp_page_compact_content #page_content {
  max-width: inherit;
  padding: 120px 100px;
}

#lp_page_compact_content.no_dropshadow #page_content {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1200px) {
  body.page-template-page__lp #page_content {
    margin: 0 100px !important;
    max-width: inherit;
  }
  #lp_page_compact_content #page_content {
    padding: 100px 0px;
  }
  #lp_page_compact_content {
    margin: 0 !important;
    max-width: inherit;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border: none;
  }
  body:has(#header) #lp_page_compact_content {
    margin: 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
  }
  body:not(:has(#lp_page_header)) #lp_page_compact_content {
    margin-top: 60px !important;
  }
}
@media (max-width: 1000px) {
  body.page-template-page__lp #page_content {
    margin: 0 50px !important;
  }
}
@media (max-width: 767px) {
  #page_content {
    padding: 40px 0;
  }
  body.page-template-page__lp #page_content {
    margin: 0 20px !important;
  }
  #lp_page_compact_content {
    margin: 0 auto;
  }
  #lp_page_compact_content #page_content {
    padding: 40px 0;
  }
  body:not(:has(#lp_page_header)) #lp_page_compact_content {
    margin-top: 40px !important;
  }
}
/* ヘッダーバー */
body.lp_design_normal {
  padding-top: 0 !important;
}
body.lp_design_normal:not(.header_fix):not(:has(#header:hover)) #header::after {
  opacity: 0;
}
body.lp_design_normal:not(.header_fix):not(:has(#header:hover)) #global_menu > ul > li > a {
  color: #fff;
}
body.lp_design_normal:not(.header_fix):not(:has(#header:hover)) #header_search .search_button::before {
  background: #fff;
}
body.lp_design_normal:not(.header_fix) #header {
  position: absolute;
  top: var(--tcd-header-message-height);
}
body.lp_design_normal.header_fix #header {
  position: fixed;
}
@media (max-width: 1200px) {
  body.lp_design_normal #header {
    top: 0 !important;
  }
}

/* ページヘッダー */
#lp_page_header {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: grid;
  place-items: center;
}
#lp_page_header.height_normal {
  max-height: calc(100svh - var(--tcd-header-message-height));
}
#lp_page_header.height_full {
  height: calc(100svh - var(--tcd-header-message-height));
  position: relative;
}
#lp_page_header.height_custom {
  height: auto;
  min-height: var(--tcd-lp-header-height-custom-pc);
}
#lp_page_compact_content #lp_page_header {
  width: 100%;
}
#lp_page_header .main_content {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  display: grid;
  place-items: center;
}
#lp_page_header .content {
  position: relative;
  z-index: 3;
  gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 100px 0;
  width: var(--tcd-lp-content-max-size);
}
#lp_page_compact_content #lp_page_header .content {
  padding-left: 100px;
  padding-right: 100px;
}
#lp_page_header.layout_right .content {
  text-align: right;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#lp_page_header.layout_left .content {
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#lp_page_header .catch {
  line-height: var(--tcd-lp-header-text1-line-height);
  margin-top: calc(0.5em - 0.5lh);
  margin-bottom: calc(var(--tcd-lp-header-text1-margin-bottom-pc) + 0.5em - 0.5lh);
  color: var(--tcd-lp-header-text1-font-color);
  font-size: var(--tcd-lp-header-text1-font-size-pc);
  font-family: var(--tcd-lp-header-text1-font-type);
  font-weight: 600;
}
#lp_page_header .desc {
  line-height: var(--tcd-lp-header-text2-line-height);
  margin-top: calc(0.5em - 0.5lh);
  margin-bottom: calc(var(--tcd-lp-header-text2-margin-bottom-pc) + 0.5em - 0.5lh);
  color: var(--tcd-lp-header-text2-font-color);
  font-size: var(--tcd-lp-header-text2-font-size-pc);
  font-family: var(--tcd-lp-header-text2-font-type);
  font-weight: 600;
}
#lp_page_header .catch:last-child {
  margin-bottom: calc(0.5em - 0.5lh) !important;
}
#lp_page_header .desc:last-child {
  margin-bottom: calc(0.5em - 0.5lh) !important;
}
#lp_page_header .button {
  height: 70px;
  min-width: 270px;
  position: relative;
  border-radius: 70px;
  overflow: hidden;
  line-height: 1.4;
  display: grid;
  place-items: center;
  padding: 0 25px;
}
#lp_page_header .button span {
  position: relative;
  z-index: 3;
  display: block;
  color: #fff;
}
#lp_page_header .button:before {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 2;
}
#lp_page_header .button:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--tcd-lp-header-button-color);
  z-index: 1;
}
#lp_page_header .overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
}
#lp_page_header .bg_image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
#lp_page_header .bg_image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#lp_page_header .content * {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
}
body.start_first_animation #lp_page_header .content * {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
body.start_first_animation #lp_page_header .content *:nth-child(1) {
  -webkit-transition: opacity 1.4s ease 0.5s, -webkit-transform 1.4s ease 0.5s;
  transition: opacity 1.4s ease 0.5s, -webkit-transform 1.4s ease 0.5s;
  transition: opacity 1.4s ease 0.5s, transform 1.4s ease 0.5s;
  transition: opacity 1.4s ease 0.5s, transform 1.4s ease 0.5s, -webkit-transform 1.4s ease 0.5s;
}
body.start_first_animation #lp_page_header .content *:nth-child(2) {
  -webkit-transition: opacity 1.4s ease 0.7s, -webkit-transform 1.4s ease 0.7s;
  transition: opacity 1.4s ease 0.7s, -webkit-transform 1.4s ease 0.7s;
  transition: opacity 1.4s ease 0.7s, transform 1.4s ease 0.7s;
  transition: opacity 1.4s ease 0.7s, transform 1.4s ease 0.7s, -webkit-transform 1.4s ease 0.7s;
}
body.start_first_animation #lp_page_header .content *:nth-child(3) {
  -webkit-transition: opacity 1.4s ease 0.9s, background-color 0.25s ease, border-color 0.25s ease, -webkit-transform 1.4s ease 0.9s;
  transition: opacity 1.4s ease 0.9s, background-color 0.25s ease, border-color 0.25s ease, -webkit-transform 1.4s ease 0.9s;
  transition: opacity 1.4s ease 0.9s, transform 1.4s ease 0.9s, background-color 0.25s ease, border-color 0.25s ease;
  transition: opacity 1.4s ease 0.9s, transform 1.4s ease 0.9s, background-color 0.25s ease, border-color 0.25s ease, -webkit-transform 1.4s ease 0.9s;
}
@media (hover: hover) {
  #lp_page_header .button:hover:before {
    opacity: 0.5;
  }
}
@media (max-width: 1200px) {
  body:has(#header) #lp_page_header {
    margin-top: -60px;
  }
  #lp_page_header .content {
    width: 100%;
    padding: 100px;
  }
  #lp_page_header .catch {
    font-size: calc((var(--tcd-lp-header-text1-font-size-pc) + var(--tcd-lp-header-text1-font-size-sp)) / 2);
  }
}
@media (max-width: 1000px) {
  #lp_page_header {
    height: auto;
    min-height: 360px;
    aspect-ratio: unset !important;
  }
  #lp_page_header .content {
    padding: 100px 50px !important;
  }
  #lp_page_header .button {
    height: 60px;
    min-width: 240px;
    border-radius: 60px;
  }
}
@media (max-width: 767px) {
  #lp_page_compact_content #lp_page_header {
    height: auto;
    min-height: 300px;
  }
  #lp_page_header.height_custom {
    height: auto;
    min-height: var(--tcd-lp-header-height-custom-sp);
  }
  #lp_page_header .content {
    padding: 100px 50px !important;
    text-align: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  #lp_page_header .catch {
    font-size: var(--tcd-lp-header-text1-font-size-sp);
    margin-bottom: calc(var(--tcd-lp-header-text1-margin-bottom-sp) + 0.5em - 0.5lh);
  }
  #lp_page_header .desc {
    font-size: var(--tcd-lp-header-text2-font-size-sp);
    margin-bottom: calc(var(--tcd-lp-header-text2-margin-bottom-sp) + 0.5em - 0.5lh);
  }
}

/* サイドボタン */
#lp_side_button {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translate3d(100%, -50%, 0);
          transform: translate3d(100%, -50%, 0);
  z-index: 100;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
body:not(.lp_page_header_active) #lp_side_button {
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
body.footer_active #lp_side_button {
  -webkit-transform: translate3d(100%, -50%, 0);
          transform: translate3d(100%, -50%, 0);
}
#lp_side_button a {
  width: 70px;
  min-height: 180px;
  height: auto;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 20px 0;
  position: relative;
}
#lp_side_button a span {
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: left;
  z-index: 2;
  line-height: 1.4;
}
#lp_side_button a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1;
  opacity: 0;
  mix-blend-mode: screen;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
@media (hover: hover) {
  #lp_side_button a:hover:after {
    opacity: 0.2;
  }
}
@media (max-width: 1280px) {
  #lp_side_button {
    display: block;
  }
  #lp_side_button a {
    width: 50px;
    min-height: 120px;
    font-size: 12px;
  }
}

/* 画像カルーセル */
body.page-template-page__lp:not(:has(#lp_page_compact_content)) .sc_image_carousel_wrap {
  width: calc(100vw - var(--tcd-scrollbar-width));
  left: calc((100% - (100vw - var(--tcd-scrollbar-width))) / 2);
  position: relative;
  z-index: 1;
  pointer-events: none;
}
body.page-template-page__lp:not(:has(#lp_page_compact_content)) .sc_image_carousel_wrap:before {
  display: none;
}
body.page-template-page__lp:not(:has(#lp_page_compact_content)) .sc_image_carousel_wrap:after {
  display: none;
}
@media (max-width: 1200px) {
  body.page-template-page__lp:not(:has(#lp_page_compact_content)) .sc_image_carousel_wrap {
    width: calc(100% + 200px);
    left: -100px;
  }
}
@media (max-width: 1000px) {
  body.page-template-page__lp:not(:has(#lp_page_compact_content)) .sc_image_carousel_wrap {
    width: calc(100% + 100px);
    left: -50px;
  }
}
@media (max-width: 767px) {
  body.page-template-page__lp:not(:has(#lp_page_compact_content)) .sc_image_carousel_wrap {
    width: calc(100% + 40px);
    left: 0px;
  }
}

/* END VALUE lp.css *//*# sourceMappingURL=lp.css.map */