@charset "UTF-8";

:root {
  --vw-large: 1360;
  /* PC */
  --vw-small: 390;
  /* SP */
}

html {
  font-size: 62.5%;
  /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

main {
  overflow: hidden;
}

body {
  font-size: calc((100vw / var(--vw-large))*14);
  color: #524D38;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: calc((100vw / var(--vw-large))*35);
  /* 250% */
  letter-spacing: calc((100vw / var(--vw-large))*1.59);
}

h2 {
  color: var(--brown, #524D38);
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-size: calc((100vw / var(--vw-large))*28);
  font-style: normal;
  font-weight: 500;
  /* 0 */
  letter-spacing: calc((100vw / var(--vw-large))*0.5);
}

p {
  font-size: calc((100vw / var(--vw-large))*14);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: calc((100vw / var(--vw-large))*0.6);
}

img,
picture {
  width: 100%;
  height: auto;
  vertical-align: bottom
}

li {
  list-style: none;
}

a {
  &:hover {
    opacity: 0.8;
  }
}

/* font */

.shippori {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
}

.zenkaku {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.marcellus_sc {
  font-family: "Marcellus SC", sans;
  font-weight: 400;
  font-style: normal;
}

.cormorant {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 500;
}

.noto {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.noto_s {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.under_line {
  color: var(--brown, #524D38);
  background: linear-gradient(transparent 70%, rgba(75, 159, 159, 0.60) 50%);
  margin: 0;
  display: inline;
}


.brown {
  color: var(--brown, #524D38);
}

.green {
  background: #4B9F9F;
}

.beige {
  color: #F6F1EB;
}

.gold {
  color: #9F984B;
}

.white {
  color: #fff;
}

.view_btn {
  position: relative;
  width: calc((100vw / var(--vw-large))*224);
  height: calc((100vw / var(--vw-large))*49);
  background: transparent;
  background-color: var(--light_gold, #9F946A);
  border-radius: calc((100vw / var(--vw-large))*35);
  -webkit-border-radius: calc((100vw / var(--vw-large))*35);
  -moz-border-radius: calc((100vw / var(--vw-large))*35);
  -ms-border-radius: calc((100vw / var(--vw-large))*35);
  -o-border-radius: calc((100vw / var(--vw-large))*35);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #fff;
  text-decoration: none;
  outline: none;
  /*アニメーションの指定*/
  transition: all 0.2s ease;
  filter: drop-shadow(3px 3px 15.8px rgba(82, 77, 56, 0.30));

  @media screen and (max-width: 768px) {
    width: calc((100vw / var(--vw-small))*224);
    height: calc((100vw / var(--vw-small))*49);
    border-radius: calc((100vw / var(--vw-small))*35);
    -webkit-border-radius: calc((100vw / var(--vw-small))*35);
    -moz-border-radius: calc((100vw / var(--vw-small))*35);
    -ms-border-radius: calc((100vw / var(--vw-small))*35);
    -o-border-radius: calc((100vw / var(--vw-small))*35);
  }

  span {
    font-size: calc((100vw / var(--vw-large))*18);
    font-weight: 400;
    width: 100%;
    /*アニメーションの指定*/
    transition: all 0.3s ease;

    @media screen and (max-width: 768px) {
      font-size: calc((100vw / var(--vw-small))*18);
    }

    &:hover {
      transform: translateY(4px);
    }
  }
}

/* title */

.sub_title {
  font-size: 1.8rem;
  color: #757575;
}

.title_h3 {
  color: #212121;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  font-size: 3.4rem;
  margin-top: 10px;
  line-height: 1;
}

@media screen and (max-width: 768px) {

  h2 {
    font-size: calc((100vw / var(--vw-small))*24);
  }

  p {
    font-size: calc((100vw / var(--vw-small))*14);
  }

  a {
    font-size: calc((100vw / var(--vw-small))*14);
  }
}

/* other */

.sp {
  display: none;
}

.sp-br {
  display: none;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

button {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  vertical-align: middle;
  text-align: inherit;
  font: inherit;
  -webkit-appearance: none;
  appearance: none;
}

::before,
::after {
  box-sizing: inherit;
}

@media(max-width:768px) {

  .pc {
    display: none;
  }

  .pc-br {
    display: none;
  }

  .sp {
    display: block;
  }

  .sp-br {
    display: block;
  }

}

/**header**/

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  display: flex;
  align-items: center;
  padding: calc((100vw / var(--vw-large))*24) 0;

  .header_inner {
    z-index: 100;
    width: 100%;
    display: flex;
    align-items: center;
    width: calc((100vw / var(--vw-large))*1108);
    margin: 0 auto;
  }

  .head-top_title span {
    font-size: calc((100vw / var(--vw-large))*32);
    line-height: 1;
    margin: 0 calc((100vw / var(--vw-large))*60);
    text-align: center;
    letter-spacing: 0;
  }

  .head-top_title {
    display: none;
    /*最初は隠す*/
    position: relative;
    z-index: 10;
  }

  nav {
    margin: 0 auto;
    width: 100%;

    .logo_wrap {
      width: calc((100vw / var(--vw-large))*235);
    }

  }

  ul {
    display: flex;
    align-items: center;

    li {
      margin-right: calc((100vw / var(--vw-large))*30);

      &:last-child {
        margin-right: 0;
      }

      /* justify-content: space-between; */
      a {
        color: #524D38;
        text-decoration: none;

        span {
          font-size: calc((100vw / var(--vw-large))*18);
          font-style: normal;
          font-weight: 500;
          line-height: normal;
          letter-spacing: 0;
        }
      }

    }

    .current {
      span {
        font-weight: 700;
      }
    }

  }

}

/*　上に上がる動き　*/

#header.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}

/*　下に下がる動き　*/

#header.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}



@media(max-width:768px) {

  header {
    height: calc((100vw / var(--vw-small))*60);
    padding: 0;
    display: flex;
    align-items: center;

    .header_inner {
      width: 100%;
      display: block;
    }


    nav {

      .logo_wrap {
        width: calc((100vw / var(--vw-small))*140);
        margin-left: calc((100vw / var(--vw-small))*20);
      }

      .nav1 {
        li {
          margin: 0 !important;
          padding: 0 0 0 calc((100vw / var(--vw-small))*24);
          text-align: left;
          position: relative;

          &::before {
            content: '';
            /*何も入れない*/
            display: inline-block;
            width: calc((100vw / var(--vw-small))*14);
            height: calc((100vw / var(--vw-small))*14);
            position: absolute;
            top: 58%;
            left: 0;
            background-color: #524D38;
          }
        }
      }
    }

    ul {
      display: block;

      li {
        a {
          color: #524D38;

          span {
            font-size: calc((100vw / var(--vw-small))*18);
          }

          &:last-child {
            margin: 0;

          }
        }
      }

      .current>a {
        font-weight: 700;
      }
    }

    .menu {
      position: fixed;
      inset: 0;
      /* top:0; right:0; bottom:0; left:0; */
      width: 100%;
      height: 100vh;
      /* 100vh の代替 */
      background-color: #F5F4F0;
      z-index: 9999;
      /* 必ず上に出るよう十分大きめに */
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      /* スライドは transform で行う（右から入ってくる）*/
      transform: translateX(100%);
      /* 初期は画面外（右） */
      transition: transform 0.3s ease, opacity 0.3s ease;
      /* opacity: 1; */

      .flex {
        display: block;
        margin-left: calc((100vw / var(--vw-large))*180);
      }
    }

    .menu.open {
      transform: translateX(0);
      right: 0;
      /* 保険 */
      top: 0;
    }

    .menu-list {
      width: 100%;
    }

    .menu-list a {
      padding: calc((100vw / var(--vw-small))*20) 0 0 0;
      font-size: calc((100vw / var(--vw-small))*18);
      width: 100%;
      display: block;
    }

    .btn {
      /* ボタンの配置位置  */
      position: fixed;
      top: calc((100vw / var(--vw-small))*15);
      right: 0px;
      /* ボタンの大きさ  */
      width: calc((100vw / var(--vw-small))*30);
      height: calc((100vw / var(--vw-small))*30);
      /* 最前面に */
      z-index: 999999;
      /* わかりやすいように */
    }

    .btn-line {
      display: block;
      position: relative;
      /* バーガー線の位置基準として設定 */
      width: calc((100vw / var(--vw-small))*12);
      /* 線の長さと高さ */
      height: calc((100vw / var(--vw-small))*2);
      /* margin: 0 calc((100vw / var(--vw-small))*16) 0 calc((100vw / var(--vw-small))*6); */
      background-color: #524D38;
      /* バーガー線の色 */
      transition: .2s;
    }

    .close-none {
      display: none;
    }

    .btn-line::before,
    .btn-line::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #524D38;
      transition: .5s;
    }

    .btn-line::before {
      /*上の線の位置*/
      transform: translateY(-6px);
      width: calc((100vw / var(--vw-small))*24);
      right: 0;
      -webkit-transform: translateY(-6px);
      -moz-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
      -o-transform: translateY(-6px);
    }

    .btn-line::after {
      /*下の線の位置*/
      transform: translateY(6px);
      width: calc((100vw / var(--vw-small))*24);
      right: 0;
      -webkit-transform: translateY(6px);
      -moz-transform: translateY(6px);
      -ms-transform: translateY(6px);
      -o-transform: translateY(6px);
    }

    /***** メニューオープン時 *****/
    .btn-line.open {
      background-color: transparent;
      /* 真ん中の線を透明に */
    }

    .btn-line.open::before,
    .btn-line.open::after {
      content: "";
      background-color: #524D38;
      /* 上下の線の色を変える */
      transition: .2s;
    }

    .btn-line.open::before {
      transform: rotate(45deg);
      /* 上の線を傾ける */
      width: calc((100vw / var(--vw-small))*30);
      background-color: #524D38;
    }

    .btn-line.open::after {
      transform: rotate(-45deg);
      /* 下の線を傾ける */
      width: calc((100vw / var(--vw-small))*30);
      background-color: #524D38;
    }
  }
}


/*headerここまで*/

.pc_mv {
  width: 100%;
}

@media(max-width:820px) {
  .pc_mv {
    display: none;
  }

  .sp_mv {
    width: 100vw;
    margin-bottom: 40px;
    display: block;
  }
}

/*FOOTER*/

.cta {
  background-image: url(../img/common/cta_bg.jpg);
  padding: calc((100vw / var(--vw-large))*328) 0 calc((100vw / var(--vw-large))*58);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  @media screen and (max-width: 768px) {
    background-image: url(../img/sp/common/cta_bg.jpg);
    padding: calc((100vw / var(--vw-small))*400) 0 calc((100vw / var(--vw-small))*34);
  }

  .flex {
    width: calc((100vw / var(--vw-large))*866);
    margin: 0 auto;

    @media screen and (max-width: 768px) {
      flex-direction: column;
      width: calc((100vw / var(--vw-small))*350);
    }

    a {
      display: block;
      width: calc((100vw / var(--vw-large))*410);
      filter: drop-shadow(6px 4px 6px rgba(0, 0, 0, 0.30));

      @media screen and (max-width: 768px) {
        width: 100%;
      }
    }

    @media screen and (max-width: 768px) {
      .cta_form {
        margin-bottom: calc((100vw / var(--vw-small))*16);
      }

    }
  }

}

.footer_top {
  width: 100%;

  @media screen and (max-width: 768px) {
    display: block;
  }
}

footer {
  background-color: #F5F4F0;

  @media screen and (max-width: 768px) {
    padding: calc((100vw / var(--vw-small)) * 40) 0 calc((100vw / var(--vw-small)) * 50);
  }
}

.footer-inner {
  padding: calc((100vw / var(--vw-large))*78) 0 calc((100vw / var(--vw-large))*110);
  margin: 0 auto 0 calc((100vw / var(--vw-large))*100);

  @media screen and (max-width: 768px) {
    padding: 0;
    margin: 0 auto 0 calc((100vw / var(--vw-small))*30);
  }

  .logo {
    text-align: left;
    width: calc((100vw / var(--vw-large))*235);
    margin-bottom: calc((100vw / var(--vw-large))*60);

    @media screen and (max-width: 768px) {
      width: calc((100vw / var(--vw-small))*235);
      margin-bottom: calc((100vw / var(--vw-small))*30);
    }
  }

  .footer-menu {
    text-align: left;
    margin-left: calc((100vw / var(--vw-large))*20);

    ul {
      width: calc((100vw / var(--vw-large))*890);
      justify-content: flex-start;

      @media screen and (max-width: 768px) {
        flex-direction: column;
        gap: calc((100vw / var(--vw-small))*20);
      }

      li {
        margin-right: calc((100vw / var(--vw-large))*40);
        position: relative;

        @media screen and (max-width: 768px) {
          width: 100%;
          margin-left: calc((100vw / var(--vw-small))*50);
          margin-right: 0;
        }

        a {
          color: #524D38;
          font-size: calc((100vw / var(--vw-large))*16);
          font-weight: 400;
          line-height: calc((100vw / var(--vw-large))*26);
          /* 162.5% */
          letter-spacing: calc((100vw / var(--vw-large))*0.64);
          text-decoration: none;

          @media screen and (max-width: 768px) {
            font-size: calc((100vw / var(--vw-small))*16);
            line-height: calc((100vw / var(--vw-small))*26);
            /* 162.5% */
            letter-spacing: calc((100vw / var(--vw-small))*0.64);
          }
        }

        &:last-child {
          margin-right: 0;

          @media screen and (max-width: 768px) {
            margin-right: initial;
          }
        }

        &::before {
          position: absolute;
          content: "";
          width: calc((100vw / var(--vw-large))*14);
          height: calc((100vw / var(--vw-large))*14);
          background-color: #524D38;
          top: 50%;
          transform: translateY(-50%);
          left: calc((100vw / var(--vw-large))*-20);

          @media screen and (max-width: 768px) {
            width: calc((100vw / var(--vw-small))*14);
            height: calc((100vw / var(--vw-small))*14);
            left: calc((100vw / var(--vw-small))*-20);

          }
        }
      }
    }
  }
}


.small {
  background-color: #524D38;
  padding: calc((100vw / var(--vw-large))*10) 0;
  font-size: calc((100vw / var(--vw-large))*14);
  color: #FAFAFA;

  @media screen and (max-width: 768px) {
    padding: calc((100vw / var(--vw-small))*10) 0;
    font-size: calc((100vw / var(--vw-small))*14);

  }
}

/*footerここまで*/

/* 404 */

.error-404 {
  min-height: 80vh;
  /* 画面の8割くらい確保 */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: calc((100vw / var(--vw-large))*150) auto;
}

@media screen and (max-width: 768px) {
  .error-404 {
    min-height: 80vh;
    /* 画面の8割くらい確保 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: calc((100vw / var(--vw-small))*80) auto;
    width: 80%;
  }
}

.thanks_txt {
  min-height: 80vh;
  /* 画面の8割くらい確保 */
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: calc((100vw / var(--vw-large))*150) auto;

  p {
    margin-bottom: 20px;
  }

  a {
    text-decoration: none;
    color: #524D38;
  }


}

@media screen and (max-width: 768px) {
  .thanks_txt {
    min-height: 80vh;
    /* 画面の8割くらい確保 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: calc((100vw / var(--vw-small))*80) auto;
    width: 80%;
  }
}