@charset "UTF-8";
/* CSS Document */

body {
  /* font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif; */
  font-family: 'Shippori Mincho', serif;
  /* font-family: 'Cormorant Garamond', serif;
  font-family: 'Zen Old Mincho', serif; */
  font-feature-settings: 'palt' 1;
  letter-spacing: .1em;
  color: #fff;
  background-color: #181818;
}

html {
  scroll-behavior: smooth; /* スムーススクロール */
}

@media screen and (min-width: 320px) {
  /* スマホ用レイアウト 320px以上の範囲に収めるデザインはこの中に記述 */

  .pc-nav,
  .tb-only,
  .pc-only,
  .pc-big-only {
    display: none;
  }

  #about {
    scroll-margin-top: 45px;
  }

  /*==============================================================
    　　ヘッダー
  ==============================================================*/
  .site-nav--sp {
    position: relative;
  }

  .header {
    position: fixed;
    /* width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 26px 0;
    top: 0; */
    z-index: 20;
  }

  .header .logo-box {
    display: flex;
    align-items: center;

    /* width: 38.28vw; */
    height: 13.8vw;
    position: fixed;
    top: 4.04vw;
    /* left: 5.08vw; */
    left: 5.25vw;
    z-index: 2;
  }

  .logo-box.active {
    display: none;
  }

  /* .logo-box img.logo-mark {
    height: 50px;
    margin-right: 10px;
  } */

  .logo-box img.logo {
    height: 27px;
    margin-bottom: 2px;
  }

  .logo-box a {
    display: flex;
    align-items: center;
  }

  /* .logo-box .logo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 900;
    margin-top: 3px;
  } */

  .btn {
    width: 14.32vw;
    height: 14.32vw;
    border: 1px solid #fff;
    border-radius: 50%;
    position: fixed;
    top: 4.17vw;
    right: 5.21vw;
    z-index: 2;
    cursor: pointer;
  }

  .btn span {
    width: 6.77vw;
    height: 2.34vw;
    position: absolute;
    inset: 0;
    margin: auto;
  }

  .btn span:after,
  .btn span:before {
    content: "";
    width: 100%;
    height: .26vw;
    background: #fff;
    position: absolute;
    left: 0;
    transition: 0.5s;
  }

  .btn span:after {
    bottom: 0;
  }

  .btn.active span:before {
    transform: translateY(4px) rotate(45deg);
    width: 25px;
    margin-right: 2.5px;
  }

  .btn.active span:after {
    transform: translateY(-4px) rotate(-45deg);
    width: 25px;
    margin-right: 2.5px;
  }

  /* メニューのデザイン*/
  .container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    background: #181818;
    transition: .5s;
    opacity: 0;
    overflow: hidden;
    overflow-y: scroll;
    pointer-events: none;
  }

  .container.active{
    opacity: 1;
    pointer-events: auto;
  }

  .nav-list {
    padding: 36.46vw 10.42vw 16.67vw;
  }

  .nav-item {
    /* font-size: 3.65vw; */
    /* font-size: 4.3vw; */
    /* font-size: 14.6px; */
    font-size: 15px;
    font-weight: 500;
    position: relative;
    /* margin-bottom: 24px; */
    margin-bottom: 30px;
  }

  .nav-item.policy {
    width: 100%;
    white-space: nowrap;
    /* padding-top: .65vw; */
    padding-top: 4px;
    margin-bottom: 4.3vw;
    /* font-size: 3.91vw; */
    font-size: 15px;
    color: rgba(255, 255, 255, .3);
  }

  .nav-item.list-btn img {
    width: 15px;
    transform: scale(-1, 1);
  }

  .nav-item.list-btn {
    display: flex;
    align-items: center;
    width: 100%;
    /* height: 16.28vw; */
    height: 61px;
    border: 1px solid currentColor;
    border-radius: 9.11vw;
    font-weight: 500;
    /* font-size: 4.17vw; */
    font-size: 15.5px;
    line-height: 1;
    padding: 0 6.25vw .52vw;
    position: relative;
    margin-top: 44px;
  }
  .nav-item.list-btn a {
    width: 100%;
    height: 100%;
    /* align-content: center; */
    padding-top: 21px;
  }

  .nav-item.list-btn a:after {
    content: "";
    width: 18px;
    height: 19px;
    background: url(../img/icon-tel-02.webp) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 5.08vw;
    bottom: 0;
    margin: auto;
  }

  /*==============================================================
    　　フッター
  ==============================================================*/
  .footer {
    padding-top: 12.89vw;
    padding-bottom: 11.72vw;
    position: relative;
    overflow: hidden;
    perspective: 1px;
    margin-top: 20.83vw;
  }

  .footer:before {
    content: "";
    width: 260.42vw;
    height: 130.21vw;
    background: rgba(255, 255, 255, .03);
    border-radius: 130.21vw 130.21vw 0 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }

  .foot-bg {
    padding-left: 5.21vw;
    padding-right: 5.21vw;
  }

  .footer .logo-box {
    position: relative;
    width: 128px;
    margin: 0 auto 10.16vw;
  }

  /* .footer .logo-box img.logo-mark {
    height: 59px;
  } */

  .footer .logo-box img.logo {
    height: 30px;
  }

  /* .footer .logo-box .logo {
    font-size: 24px;
    margin-top: 3px;
  } */

  .footer .link-box {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */

    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 4.3vw;
    font-size: 3.65vw;
    padding: 0 5.21vw;
    line-height: 1.8;
  }

  .footer .link-box .policy {
    width: 100%;
    white-space: nowrap;
    padding-top: .65vw;
    margin-bottom: 4.3vw;
    font-size: 3.91vw;
    color: rgba(255, 255, 255, .3);
  }

  .footer .copy {
    font-size: 2.6vw;
    line-height: 1.8;
    letter-spacing: .1em;
    color: rgba(255, 255, 255, .3);
    text-align: center;
    padding-top: 11.59vw;
  }




}


@media screen and (min-width: 640px) {
  /* タブレット用レイアウト 640px以上の範囲に収めるデザインはこの中に記述 */

  .sp-only,
  .tb-none,
  .nav-item.list-btn {
    display: none;
  }

  .tb-only {
    display: block;
  }

  #about {
    scroll-margin-top: 140px;
  }

  /*==============================================================
    　　TB_ヘッダー
  ==============================================================*/
  .header {
    width: 100%;
    height: 20vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
  }

  .header .logo-box {
    height: 6.01vw;
    /* top: 3vw; */
    /* top: 3vw; */
    top: 4.9vw;
    left: 3.5vw;
  }

  .logo-box img.logo {
    height: 4.5vw;
  }

  .btn {
    width: 8vw;
    height: 8vw;
    top: 3vw;
    right: 4vw;
  }

  .btn span {
    /* width: 3.2vw; */
    width: 25px;
    height: 1.5vw;
  }

  .btn span:after,
  .btn span:before {
    height: 1.5px;
  }

  .btn.active span:before {
    transform: translateY(5.5px) rotate(45deg);
  }

  .btn.active span:after {
    transform: translateY(-5.5px) rotate(-45deg);
  }

  .nav-list {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    /* padding-top: 37vh; */
    padding-top: 36vh;
    margin-left: 10px;
  }

  .nav-list .nav-item {
    writing-mode: vertical-rl;
    /* margin-left: 2.12vw; */
    margin-left: 18.5px;
  }

  .nav-list .nav-item a {
    /* font-size: 17px; */
    font-size: 17.8px;
    display: block;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .2em;
    margin-right: 3.59vw;
  }

  .nav-item.policy  {
    width: 50px;
    padding-top: 0;
  }
  .nav-item.policy a  {
    margin-right: 32px;
  }



  /*==============================================================
    　　TB_フッター
  ==============================================================*/
  .footer {
    padding-top: 90px;
    padding-bottom: 5.13vw;
    margin-top: 120px;
  }

  .footer:before {
    width: 150vw;
    height: 75vw;
    border-radius: 75vw 75vw 0 0;
  }

  .foot-bg {
    max-width: 84.98vw;
    width: 100%;
    margin-inline: auto;
  }

  .footer .logo-box {
    display: block;
    width: 23.6vw;
    margin: 0 auto 36px;
    padding-left: 10px;
  }

  .footer .logo-box img.logo {
    height: 5.2vw;
  }

  .footer .link-box {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
  }

  .footer .link-box li {
    writing-mode: vertical-rl;
    margin-right: 23px;
  }

  .footer .link-box li.top {
    margin-right: 0;
  }

  .footer .link-box li a {
    font-size: 14px;
    display: block;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .2em;
  }

  .footer .link-box .policy {
    width: auto;
    padding-top: 0;
    margin-bottom: 0;
    font-size: 13px;
    margin-right: 30px;
    padding-right: .73vw;
  }

  .footer .copy {
    font-size: 9px;
    line-height: 1.8;
    letter-spacing: .1em;
    color: rgba(255, 255, 255, .3);
    text-align: center;
    padding-top: 4.18vw;
    margin-top: 3vw;
  }



}


@media screen and (min-width: 1024px) {
  /* パソコン用レイアウト 1024px以上の範囲に収めるデザインはこの中に記述 */

  .pc-only,
  .tb-none {
    display: block;
  }

  .pc-nav {
    display: block;
  }

  .sp-nav,
  .tb-only,
  .pc-none {
    display: none;
  }

  #about {
    scroll-margin-top: 60px;
  }

  /*==============================================================
    　　PC_ヘッダー
  ==============================================================*/
  .header {
    width: 100%;
    height: 10.62vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
  }

  .header .logo-box {
    height: 6.01vw;
    top: 2.27vw;
    left: 2.86vw;
  }

  /* .logo-box img.logo-mark {
    height: 6.01vw;
    margin-right: 12px;
  } */

  .logo-box img.logo {
    height: 2.76vw;
  }

  /* .logo-box .logo {
    font-size: 2.55vw;
  } */

  .header .nav-list {
    display: flex;
    position: fixed;
    top: 2.27vw;
    right: 2.86vw;
    top: 4vw;
    padding: 0;
    flex-direction: row-reverse;
  }

  .header .nav-list .nav-item {
    writing-mode: vertical-rl;
    margin-left: 2.12vw;
  }

  .header .nav-list .nav-item a {
    display: block;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .2em;
    font-size: 1.17vw;
    margin-right: 0;
  }

  /* .logo-box img {
    height: 44px;
    margin-right: 20px;
  }

  .header .nav-item {
    padding-left: 32px;
  } */


  /*==============================================================
    　　PC_フッター
  ==============================================================*/
  .footer {
    padding-top: 8.28vw;
    padding-bottom: 5.13vw;
    margin-top: 10.26vw;
  }

  .footer:before {
    width: 150vw;
    height: 75vw;
    border-radius: 75vw 75vw 0 0;
  }

  .foot-bg {
    max-width: 84.98vw;
    width: 100%;
    margin-inline: auto;
  }

  .footer .logo-box {
    display: block;
    /* width: 21.54vw; */
    /* width: 22vw; */
    width: 16.5vw;
    margin: 0 auto 4.4vw;
    padding-left: 10px;
  }

  /* .footer .logo-box img.logo-mark {
    height: 7.75vw;
  } */

  .footer .logo-box img.logo {
    height: 3.9vw;
  }

  /* .footer .logo-box .logo {
    font-size: 3.1vw;
  } */

  .footer .link-box {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
  }

  .footer .link-box li {
    writing-mode: vertical-rl;
    margin-right: 2.34vw;
  }

  .footer .link-box li.top {
    margin-right: 0;
  }

  .footer .link-box li a {
    font-size: 1.32vw;
    display: block;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .2em;
  }

  .footer .link-box .policy {
    width: auto;
    padding-top: 0;
    margin-bottom: 0;
    font-size: 1.03vw;
    margin-right: 2.34vw;
    padding-right: .73vw;
  }

  .footer .copy {
    font-size: .95vw;
    line-height: 1.8;
    letter-spacing: .1em;
    color: rgba(255, 255, 255, .3);
    text-align: center;
    padding-top: 4.18vw;
    margin-top: 3vw;
  }

}

@media screen and (min-width: 1400px) {
  /* パソコン用レイアウト 1400px以上の範囲に収めるデザインはこの中に記述 */
  .pc-big-none {
    display: none;
  }

  .pc-big-only {
    display: block;
  }

  #about {
    scroll-margin-top: 60px;
  }

  /*==============================================================
    　　PC-big_ヘッダー
  ==============================================================*/
  .header {
    width: 100%;
    height: 145px;
  }

  .header .logo-box {
    position: fixed;
    top: 31px;
    left: 40px;
    z-index: 2;
    height: 82px;
  }

  .logo-box img.logo {
    width: 193px;
    height: auto;
  }

  .header .nav-list .nav-item {
    margin-left: 29px;
  }

  .header .nav-list .nav-item a  {
    font-size: 16px;
  }

  .header .nav-list {
    top: 60px;
    right: 40px;
  }

  /*==============================================================
    　　PC-big_フッター
  ==============================================================*/
  .footer {
    padding-top: 140px;
    padding-bottom: 70px;
    /* position: relative; */
    /* perspective: 1px; */
    /* overflow: hidden; */
  }

  .footer:before {
    width: 130vw;
    height: 65vw;
    border-radius: 65vw 65vw 0 0;
  }

  .footer .logo-box {
    width: 250px;
    margin: 0 auto 60px;
    padding-left: 2.1px;
  }

  .footer .logo-box img.logo {
    width: 250px;
    height: auto;
  }

  .footer .link-box li {
    margin-right: 32px;
  }

  .footer .link-box li a {
    font-size: 18px;
  }

  .footer .link-box li.policy a {
    font-size: 14px;
  }

  .footer .copy {
    font-size: 13px;
    padding-top: 57px;
  }

  /* ==================== アニメーション ================== */
  /* ロゴ */
  .logo-box a {
    transition: opacity 0.3s;
  }
  .logo-box a:hover {
    opacity: 0.6;
  }

  /* ページリンク */
  .nav-list a,
  .footer .link-box a {
    transition: opacity 0.3s;
  }
  .nav-list a:hover,
  .footer .link-box a:hover {
    opacity: 0.7;
  }

  /* ボタン */
  .btn-box .more-btn {
    transition: color .3s ease-out;
  }
  .btn-box .more-btn:hover {
    color: #ED9E31;
  }
  .btn-box .more-btn:hover .arrow {
    transform: translateX(8px);
  }

  /* パンくずリスト */
  .breadcrumbs .list-item a {
    transition: opacity 0.3s;
  }
  .breadcrumbs .list-item a:hover {
    opacity: 0.6;
  }



}