@charset "UTF-8";
@font-face {
  font-family: "eng";
  src: url("../fonts/felix-titling.ttf") format("TrueType"); }
/*--------------------
共通設定
----------------------*/
* {
  padding: 0;
  margin: 0; }

img, video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  color: #3c463c;
  transition: .8s; }
  a.disabled {
    pointer-events: none;
    text-decoration: none; }

ul, ol {
  list-style: none; }

.lp_sp {
  display: none; }
  @media screen and (max-width: 820px) {
    .lp_sp {
      display: block; } }

.fadein {
  opacity: 0;
  transition: opacity 1s, transform 1s; }
  .fadein.visible {
    opacity: 1; }

.fade {
  opacity: 0;
  transition: opacity 4s 0.5s, transform 4s 0.5s; }
  .fade.visible {
    opacity: 1; }

footer {
  display: none !important; }

.header__menu {
  background: #3c463c; }

/*--------------------------------------------*/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  overflow: hidden; }
  #loading .swiper_lord {
    position: relative;
    z-index: 99;
    width: 100%;
    height: 100vh; }
    #loading .swiper_lord img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  #loading .logo {
    z-index: 100;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
    text-align: center; }
    @media screen and (max-width: 600px) {
      #loading .logo {
        width: 120px; } }
    #loading .logo picture {
      transition: opacity 0.6s ease; }
    #loading .logo .bland {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: block;
      opacity: 0;
      transition: opacity 0.6s ease;
      margin: 0 auto; }
      @media screen and (max-width: 600px) {
        #loading .logo .bland {
          width: 150px; } }
    #loading .logo.last picture {
      opacity: 0;
      pointer-events: none; }
    #loading .logo.last .bland {
      opacity: 1; }
  #loading .skip {
    z-index: 100;
    position: absolute;
    left: 50%;
    bottom: 10vh;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s ease; }
    @media screen and (max-width: 600px) {
      #loading .skip {
        bottom: 15vh; } }
    #loading .skip.visible {
      opacity: 1;
      pointer-events: auto; }
    #loading .skip button {
      background: none;
      border: none;
      cursor: pointer;
      padding: 0; }
    @media screen and (max-width: 600px) {
      #loading .skip img {
        width: 70px; } }

/*--------------------------------------------*/
.lp_wrapper {
  margin: 0 auto;
  box-sizing: border-box;
  background: #fdfdf8;
  letter-spacing: 0;
  color: #3c463c;
  font-size: 14px;
  text-align: center;
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 400;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.6s ease; }
  .lp_wrapper.visible {
    visibility: visible;
    opacity: 1; }

.kv {
  width: 100%;
  height: 100vh;
  overflow: hidden; }
  @media screen and (max-width: 1080px) {
    .kv {
      height: auto; } }
  .kv .swiper {
    width: 100%;
    height: 100%; }
    .kv .swiper img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.mainBox {
  max-width: 1200px;
  margin: 10% auto; }
  @media screen and (max-width: 1080px) {
    .mainBox {
      width: 80%; } }
  @media screen and (max-width: 600px) {
    .mainBox {
      width: 85%; } }

.txtBox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 90%;
  margin: 0 auto; }
  @media screen and (max-width: 1080px) {
    .txtBox {
      flex-direction: column;
      align-items: center;
      margin: 20% auto; } }
  .txtBox div img {
    max-width: 500px; }
    @media screen and (max-width: 1080px) {
      .txtBox div img {
        width: 80%; } }
    @media screen and (max-width: 600px) {
      .txtBox div img {
        width: 100%; } }
  .txtBox div.msg {
    width: 30%; }
    @media screen and (max-width: 1080px) {
      .txtBox div.msg {
        width: 100%;
        margin: 20% auto 10%; } }
    .txtBox div.msg p {
      text-align: left;
      font-size: min(0.9em, 3vw);
      letter-spacing: .2em;
      white-space: normal; }
      @media screen and (max-width: 1080px) {
        .txtBox div.msg p {
          text-align: center; } }

.icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10% auto 0; }
  @media screen and (max-width: 1080px) {
    .icon {
      max-width: 500px; } }
  .icon p {
    font-size: min(0.8em, 2.5vw);
    font-family: "eng";
    margin-right: 1.0em;
    border: 1px solid #3c463c;
    padding: 0.2em 1.0em;
    border-radius: 50vh;
    letter-spacing: 1px; }
    @media screen and (max-width: 600px) {
      .icon p {
        margin: 0 .5em;
        letter-spacing: 0; } }

.listbox {
  display: flex;
  margin: 5% auto;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 1080px) {
    .listbox {
      max-width: 500px; } }
  .listbox a {
    box-shadow: 0.5px 10px 25px 2.5px rgba(0, 0, 0, 0.2);
    background: #ffffff;
    display: flex;
    width: calc(100%/2 - 2%);
    padding: 16px;
    transition: .8s;
    margin-bottom: 5%; }
    @media screen and (max-width: 1080px) {
      .listbox a {
        width: 100%;
        margin-bottom: 10%;
        padding: 24px; } }
    @media screen and (max-width: 600px) {
      .listbox a {
        padding: 16px; } }
    .listbox a img {
      transition: transform 0.8s ease; }
    .listbox a:hover {
      box-shadow: 0.2px 5px 12.5px 1.25px rgba(0, 0, 0, 0.2); }
      .listbox a:hover img {
        transform: scale(1.03); }
    .listbox a div.content {
      width: 40%;
      max-height: none;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start; }
      @media screen and (max-width: 1080px) {
        .listbox a div.content {
          width: 50%; } }
      @media screen and (max-width: 600px) {
        .listbox a div.content {
          padding-right: 8px; } }
    .listbox a div.content_img {
      width: 60%;
      overflow: hidden; }
      @media screen and (max-width: 1080px) {
        .listbox a div.content_img {
          width: 50%; } }
    .listbox a div p {
      font-size: min(0.7em, 2.5vw);
      text-align: left;
      line-height: 1.5;
      white-space: nowrap; }
      .listbox a div p span {
        font-size: 100%;
        display: block; }
      @media screen and (max-width: 600px) {
        .listbox a div p {
          white-space: inherit; }
          .listbox a div p br {
            display: none; } }
      .listbox a div p.mark {
        font-family: "eng";
        padding-left: 20px;
        position: relative;
        line-height: 1.0;
        letter-spacing: 1px;
        font-size: min(0.6em, 2.5vw); }
        @media screen and (max-width: 600px) {
          .listbox a div p.mark {
            letter-spacing: 0; } }
        .listbox a div p.mark::before {
          position: absolute;
          content: "";
          width: 15px;
          height: .02em;
          background: #3c463c;
          top: 0.3em;
          left: 0; }
          @media screen and (max-width: 600px) {
            .listbox a div p.mark::before {
              top: calc(2.0vw/2); } }
    .listbox a div h2 {
      text-align: left;
      line-height: 1.8;
      font-weight: 600;
      font-size: min(0.9em, 3vw);
      margin-top: 2.0em;
      letter-spacing: .1em; }
      @media screen and (max-width: 1080px) {
        .listbox a div h2 {
          margin-top: 4.0em; } }
      @media screen and (max-width: 600px) {
        .listbox a div h2 {
          margin-top: 3.0em; } }

.lp_footer {
  background: #3c463c;
  width: 100%;
  padding: 10% 0; }
  @media screen and (max-width: 600px) {
    .lp_footer {
      padding: 20% 0; } }
  .lp_footer .footer__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    max-width: 1000px; }
    @media screen and (max-width: 1080px) {
      .lp_footer .footer__inner {
        flex-direction: column;
        align-items: center; } }
    .lp_footer .footer__inner div:nth-child(1) {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      width: 60%; }
      .lp_footer .footer__inner div:nth-child(1) img {
        display: block;
        margin-right: 10%; }
      @media screen and (max-width: 1080px) {
        .lp_footer .footer__inner div:nth-child(1) {
          margin-bottom: 10%;
          flex-direction: column;
          align-items: center;
          width: 100%; }
          .lp_footer .footer__inner div:nth-child(1) img {
            margin-right: 0;
            margin-bottom: 10%; } }
      @media screen and (max-width: 600px) {
        .lp_footer .footer__inner div:nth-child(1) {
          margin-bottom: 20%; }
          .lp_footer .footer__inner div:nth-child(1) img {
            margin-bottom: 20%;
            width: 80%; } }
    .lp_footer .footer__inner div p {
      font-size: min(0.7em, 2.7vw);
      font-family: "noto-sans", sans-serif;
      color: #ffffff;
      text-align: left;
      line-height: 2.0; }
      @media screen and (max-width: 1080px) {
        .lp_footer .footer__inner div p {
          text-align: center; } }
    .lp_footer .footer__inner div .btn {
      color: #ffffff;
      font-size: min(0.9em, 3vw);
      display: block;
      font-family: "noto-sans", sans-serif;
      margin-bottom: 1.0em;
      padding: 0.5em 8.0em;
      border-radius: 50vh;
      border: 1px solid #ffffff; }
      .lp_footer .footer__inner div .btn:hover {
        background: #ffffff;
        color: #3c463c; }
    .lp_footer .footer__inner div .logo {
      text-align: right;
      display: block;
      margin-top: 10%; }
      .lp_footer .footer__inner div .logo.sp {
        display: none; }
      @media screen and (max-width: 1080px) {
        .lp_footer .footer__inner div .logo.pc {
          display: none; }
        .lp_footer .footer__inner div .logo.sp {
          display: block;
          text-align: center;
          margin: 0 auto 10%; } }

.seo-h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap; }
