@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=BIZ+UDPMincho&family=Cardo:ital,wght@0,400;0,700;1,400&family=Noto+Sans+JP:wght@100..900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  font-size: 100%;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%; }

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  font-family: inherit;
  color: inherit;
  background: transparent; }

ul,
ol {
  list-style: none; }

a {
  text-decoration: none;
  color: inherit; }

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%; }

input,
button,
textarea,
select {
  font: inherit; }

button {
  background: none;
  border: none;
  cursor: pointer; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  line-height: inherit; }

html {
  font-size: 16px; }

@media only screen and (max-width: 768px) {
  html {
    font-size: 15px;
    /* = 0.875rem相当 */ } }
body {
  background: #1E3025;
  color: #dddfc5;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  font-size: 1rem;
  line-height: 1.8;
  padding-top: 86px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media only screen and (max-width: 768px) {
  body {
    line-height: 1.6;
    padding-top: 60px; } }
a {
  color: #dddfc5;
  text-decoration: none; }

@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none; } }
/*
::selection {
	background-color: $color_black;
	color: $color_white;
}
::-moz-selection {
background-color: $color_black;
color: $color_white;
}
*/
#topcontrol {
  position: fixed;
  right: 16px;
  bottom: 94px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 3; }
  #topcontrol a {
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 50px;
    box-sizing: border-box;
    font-size: 0;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 4px;
    height: 40px;
    width: 40px;
    opacity: 1;
    transition: all .15s ease-in-out;
    transform: scale(1); }
    #topcontrol a:before {
      content: '';
      width: 10px;
      height: 10px;
      border-top: solid 2px #dddfc5;
      border-right: solid 2px #dddfc5;
      transform: rotate(-45deg); }
    #topcontrol a:hover {
      opacity: 1;
      transform: scale(1.3); }
  #topcontrol.is-visible {
    opacity: 1;
    pointer-events: auto; }

/*
@media only screen and (max-width: $break-sp) {
#topcontrol {
  right: 3.5vw;
  bottom: 3.5vw;
}
}
*/
.breadcrumbs__list {
  display: inline-flex;
  overflow: hidden;
  position: relative;
  height: 100%; }
  .breadcrumbs__list:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #000;
    transform: scaleX(0);
    transform-origin: left;
    will-change: transform;
    animation: lineSweep 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0.2s forwards; }
.breadcrumbs__item {
  color: #888;
  font-size: 0.875rem;
  display: block;
  animation-fill-mode: both;
  will-change: transform;
  animation: copy-text-up-animation 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0.1s both; }
  .breadcrumbs__item a:hover {
    text-decoration: underline; }
  .breadcrumbs__item:before {
    content: '/';
    margin: 0 6px; }
  .breadcrumbs__item:first-child:before {
    display: none; }

.contents {
  position: relative;
  width: 100%;
  z-index: 0;
  overflow: hidden; }
  .contents img {
    height: auto;
    width: 100%; }

section:not(.noFade) {
  transform: translateY(32px);
  opacity: 0; }
  section:not(.noFade).is-active {
    animation: secFadeUp 0.6s ease 0.45s forwards; }
@keyframes secFadeUp {
  to {
    opacity: 1;
    transform: translateY(0); } }
@media only screen and (max-width: 768px) {
  .breadcrumbs {
    width: 90%; }
    .breadcrumbs__list {
      display: flex; }
    .breadcrumbs__item {
      font-size: 10px;
      white-space: nowrap; }
      .breadcrumbs__item:last-child {
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 0;
        flex: 1;
        /* 最後だけ伸びて省略される */ } }
.header {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  height: 86px;
  padding: 0;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999; }
  .header__inr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    position: relative;
    padding: 0 0 0 2.5vw; }
  .header__logo {
    min-width: 200px;
    padding-top: 12px;
    width: 200px; }
    .header__logo a {
      display: block;
      transition: 0.2s; }
      .header__logo a:hover {
        opacity: 0.7; }
  .header__nav {
    display: flex;
    padding-right: 100px; }
  .header__global-nav {
    display: flex; }
    .header__global-nav > li {
      font-size: 0.875rem;
      font-family: "Cardo", serif;
      font-weight: 500;
      padding-right: 24px; }
      .header__global-nav > li > a {
        color: #dddfc5;
        cursor: pointer;
        display: block;
        transition: 0.2s; }
        .header__global-nav > li > a:hover {
          color: #FFF; }

#global-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  letter-spacing: 0.08em;
  padding: 80px 7.5vw;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overscroll-behavior-y: contain;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 100vh;
  z-index: -2;
  overflow: hidden; }
  #global-nav .global-nav-inr {
    filter: blur(6px);
    opacity: 0;
    transform: scale(1.1);
    width: 100%; }
  #global-nav .global-nav-list {
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
    gap: 40px;
    list-style: none;
    padding: 0; }
    #global-nav .global-nav-list li {
      line-height: 1;
      letter-spacing: 0; }
      #global-nav .global-nav-list li a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        display: block;
        text-decoration: none;
        padding: 20px 50px 20px 8px;
        text-align: left;
        position: relative;
        transition: 0.2s; }
        #global-nav .global-nav-list li a .en {
          color: #dddfc5;
          display: block;
          font-family: "Cardo", serif;
          font-size: 1.3125rem;
          letter-spacing: 0.04em;
          padding-bottom: 4px; }
        #global-nav .global-nav-list li a .ja {
          color: #898a7f;
          font-family: "BIZ UDPMincho", serif;
          font-size: 0.75rem;
          letter-spacing: 0.04em; }
        #global-nav .global-nav-list li a:before {
          background: rgba(255, 255, 255, 0.6);
          content: '';
          display: inline-block;
          height: 1px;
          width: 0;
          position: absolute;
          bottom: -1px;
          left: 0;
          transition: 0.2s; }
        #global-nav .global-nav-list li a .arrow {
          overflow: hidden;
          position: absolute;
          top: 0;
          right: 8px;
          bottom: 0;
          width: 30px;
          margin: 0;
          line-height: 1; }
        #global-nav .global-nav-list li a .arrow:before,
        #global-nav .global-nav-list li a .arrow:after {
          font-size: 0.625rem;
          content: "→";
          position: absolute;
          top: 39%;
          right: 0;
          animation-fill-mode: forwards;
          animation-duration: 0.3s;
          letter-spacing: 0 !important; }
        #global-nav .global-nav-list li a .arrow:after {
          transform: translateX(-100%);
          opacity: 0; }
        @media only screen and (min-width: 768px) {
          #global-nav .global-nav-list li a:hover {
            color: #FFF; }
            #global-nav .global-nav-list li a:hover:before {
              width: 100%; }
            #global-nav .global-nav-list li a:hover .arrow:before {
              animation-name: transformRightLeft;
              /* 修正: hover時のアニメーションを指定 */
              animation-delay: 0s;
              letter-spacing: 0 !important; }
            #global-nav .global-nav-list li a:hover .arrow:after {
              animation-name: transformLeftRight;
              /* 修正: hover時のアニメーションを指定 */
              animation-delay: 0.2s;
              letter-spacing: 0 !important; } }
  #global-nav .global-nav-cv {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 60px 0 80px;
    width: 100%; }
    #global-nav .global-nav-cv li {
      line-height: 1;
      letter-spacing: 0;
      width: 49%; }
      #global-nav .global-nav-cv li a {
        border: 1px solid rgba(221, 224, 195, 0.6);
        color: #dddfc5;
        display: block;
        text-decoration: none;
        padding: 24px 50px 22px 8px;
        text-align: center;
        position: relative;
        transition: 0.2s; }
        #global-nav .global-nav-cv li a .en {
          display: block;
          font-family: "Cardo", serif;
          font-size: 1.0625rem;
          line-height: 1;
          letter-spacing: 0.04em; }
        #global-nav .global-nav-cv li a .arrow {
          overflow: hidden;
          position: absolute;
          top: 0;
          right: 20px;
          bottom: 0;
          width: 30px;
          margin: 0;
          line-height: 1; }
        #global-nav .global-nav-cv li a .arrow:before,
        #global-nav .global-nav-cv li a .arrow:after {
          font-size: 0.625rem;
          content: "→";
          position: absolute;
          top: 39%;
          right: 0;
          animation-fill-mode: forwards;
          animation-duration: 0.3s;
          letter-spacing: 0 !important; }
        #global-nav .global-nav-cv li a .arrow:after {
          transform: translateX(-100%);
          opacity: 0; }
        @media only screen and (min-width: 768px) {
          #global-nav .global-nav-cv li a:hover {
            background: #dddfc5;
            color: rgba(23, 34, 29, 0.8); }
            #global-nav .global-nav-cv li a:hover .arrow:before {
              animation-name: transformRightLeft;
              /* 修正: hover時のアニメーションを指定 */
              animation-delay: 0s;
              letter-spacing: 0 !important; }
            #global-nav .global-nav-cv li a:hover .arrow:after {
              animation-name: transformLeftRight;
              /* 修正: hover時のアニメーションを指定 */
              animation-delay: 0.2s;
              letter-spacing: 0 !important; } }
  #global-nav .global-nav-other {
    border-top: 1px solid rgba(221, 224, 195, 0.3);
    display: flex;
    padding-top: 28px; }
    #global-nav .global-nav-other dt {
      color: #7d7e74;
      font-family: "Cardo", serif;
      min-width: 100px;
      line-height: 1;
      padding-top: 4px;
      width: 12%; }
    #global-nav .global-nav-other dd {
      width: 87%; }
      #global-nav .global-nav-other dd ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%; }
        #global-nav .global-nav-other dd ul li {
          line-height: 1;
          letter-spacing: 0;
          margin: 0 4% 12px 0; }
          #global-nav .global-nav-other dd ul li a {
            display: block;
            text-decoration: none;
            padding: 0 30px 0 0;
            text-align: left;
            position: relative;
            transition: 0.2s; }
            #global-nav .global-nav-other dd ul li a .ja {
              font-family: "BIZ UDPMincho", serif;
              font-size: 0.75rem;
              letter-spacing: 0.04em; }
            #global-nav .global-nav-other dd ul li a .arrow {
              overflow: hidden;
              position: absolute;
              top: 0;
              right: 8px;
              bottom: 0;
              width: 30px;
              margin: 0;
              line-height: 1; }
            #global-nav .global-nav-other dd ul li a .arrow:before,
            #global-nav .global-nav-other dd ul li a .arrow:after {
              font-size: 0.625rem;
              content: "→";
              position: absolute;
              top: 39%;
              right: 0;
              animation-fill-mode: forwards;
              animation-duration: 0.3s;
              letter-spacing: 0 !important; }
            #global-nav .global-nav-other dd ul li a .arrow:after {
              transform: translateX(-100%);
              opacity: 0; }
            @media only screen and (min-width: 768px) {
              #global-nav .global-nav-other dd ul li a:hover {
                color: #FFF; }
                #global-nav .global-nav-other dd ul li a:hover .arrow:before {
                  animation-name: transformRightLeft;
                  /* 修正: hover時のアニメーションを指定 */
                  animation-delay: 0s;
                  letter-spacing: 0 !important; }
                #global-nav .global-nav-other dd ul li a:hover .arrow:after {
                  animation-name: transformLeftRight;
                  /* 修正: hover時のアニメーションを指定 */
                  animation-delay: 0.2s;
                  letter-spacing: 0 !important; } }

.open #global-nav {
  z-index: 10;
  visibility: visible; }
  .open #global-nav .global-nav-inr {
    animation: menuAction 0.4s ease 0s 1 forwards; }

#nav-bg {
  content: "";
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: block;
  position: fixed;
  visibility: hidden; }

.open #nav-bg {
  visibility: visible;
  z-index: 4;
  backdrop-filter: blur(30px);
  background: rgba(23, 34, 29, 0.8);
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1); }

#nav-toggle {
  display: block;
  position: absolute;
  right: 28px;
  top: 32px;
  width: 48px;
  height: 24px;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  transition: 0.2s; }

#nav-toggle div {
  position: relative; }

.open #nav-toggle {
  z-index: 1000000000; }

.open #nav-toggle div:before {
  top: 15px;
  opacity: 0; }
.open #nav-toggle div:after {
  top: 4px;
  opacity: 1; }

#nav-toggle span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #dddfc5;
  left: 0;
  zoom: 1;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-toggle span:nth-child(1) {
  top: 0; }

#nav-toggle span:nth-child(2) {
  top: 9px;
  width: 77%; }

#nav-toggle span:nth-child(3) {
  top: 18px;
  width: 55%; }

#nav-toggle:hover span {
  background: #FFF; }

/*
#nav-toggle:hover span:nth-child(1) {
		width: calc(100% + 4px);
}
#nav-toggle:hover span:nth-child(2) {
		width: calc(77% + 4px);
}
#nav-toggle:hover span:nth-child(3) {
		width: calc(55% + 4px);
}

*/
.open #nav-toggle {
  background: transparent; }

.open #nav-toggle span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  zoom: 1;
  width: 80%; }

.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%; }

.open #nav-toggle span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  zoom: 1;
  width: 80%; }

/* Responsive Start */
@media only screen and (max-width: 768px) {
  .header {
    height: 60px; }
    .header__inr {
      padding: 0 0 0 20px; } }
  @media only screen and (max-width: 768px) and (max-width: 480px) {
    .header__inr {
      padding: 8px 0 0 5vw; } }
@media only screen and (max-width: 768px) {
    .header__logo {
      min-width: 165px;
      padding: 0;
      width: 165px; }
    .header__global-nav > li:not(.contactBtn) {
      display: none; }
    .header__global-nav li.contactBtn {
      font-size: 13px;
      line-height: 1;
      margin-left: 0; }
      .header__global-nav li.contactBtn a {
        padding: 6px 8px 7px; }

  .spMenuSet {
    display: block; }

  #global-nav {
    height: auto;
    letter-spacing: 0.08em;
    padding: 80px 4vw;
    max-height: auto;
    max-height: none;
    overflow: scroll; }
    #global-nav .global-nav-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 0; }
      #global-nav .global-nav-list li {
        width: 48.5%; }
        #global-nav .global-nav-list li:first-child {
          width: 100%; }
        #global-nav .global-nav-list li a {
          padding: 18px 20px 14px 8px; }
          #global-nav .global-nav-list li a .en {
            font-size: 15px;
            letter-spacing: -0.02em;
            padding-bottom: 0; }
          #global-nav .global-nav-list li a .ja {
            font-size: 10px;
            letter-spacing: 0.08em; }
    #global-nav .global-nav-cv {
      padding: 28px 0 32px; }
      #global-nav .global-nav-cv li {
        width: 48%; }
        #global-nav .global-nav-cv li a {
          padding: 20px 30px 18px 8px; }
          #global-nav .global-nav-cv li a .en {
            font-size: 14px; }
          #global-nav .global-nav-cv li a .arrow {
            right: 12px; }
    #global-nav .global-nav-other {
      display: block;
      padding-top: 24px; }
      #global-nav .global-nav-other dt {
        padding: 0 0 16px 0;
        width: 100%; }
      #global-nav .global-nav-other dd {
        width: 100%; }
        #global-nav .global-nav-other dd ul li {
          line-height: 1;
          letter-spacing: 0;
          margin: 0 20px 12px 0; }
          #global-nav .global-nav-other dd ul li a {
            padding: 0 24px 0 0; }
            #global-nav .global-nav-other dd ul li a .ja {
              font-size: 11px;
              letter-spacing: 0.02em; }

  #nav-toggle {
    right: 3.5vw;
    top: 22px;
    width: 40px;
    height: 24px;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
    transition: 0.2s; } }
@keyframes menuAction {
  0% {
    opacity: 0;
    transform: scale(1.1);
    filter: blur(30px); }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0); } }
.ftRc {
  background: #2C4134;
  overflow: hidden;
  padding: 90px 40px 84px;
  text-align: center; }
  .ftRc h2 {
    display: block;
    font-family: "Cardo", serif;
    font-size: 2.75rem;
    line-height: 1;
    margin-bottom: 40px; }
    .ftRc h2 span {
      display: block;
      line-height: 1;
      text-align: center; }
      .ftRc h2 span img {
        display: inline;
        width: 44px; }
  .ftRc .desc {
    color: #7E8976;
    font-size: 1.125rem;
    line-height: 1.9;
    margin-bottom: 44px; }
  .ftRc .contactBtnList {
    display: flex;
    justify-content: center;
    margin-top: 40px; }
    .ftRc .contactBtnList li {
      font-family: "Cardo", serif;
      font-size: 1.125rem;
      font-weight: 600;
      line-height: 1.4;
      min-width: 250px;
      margin: 0 8px; }
      .ftRc .contactBtnList li a {
        background: #dddfc5;
        border: 1px solid #dddfc5;
        border-radius: 6px;
        color: #1E3024;
        display: block;
        padding: 20px 20px;
        transition: 0.2s; }
        .ftRc .contactBtnList li a:hover {
          background: #FFF;
          color: #1E3024; }

@media only screen and (max-width: 768px) {
  .ftRc {
    padding: 60px 5vw; }
    .ftRc h2 {
      font-size: 26px;
      line-height: 1.4;
      margin-bottom: 20px; }
      .ftRc h2 span img {
        width: 36px; }
    .ftRc .desc {
      font-size: 14px;
      letter-spacing: 0.04em;
      margin-bottom: 32px; }
    .ftRc .contactBtnList {
      justify-content: space-between;
      margin: 32px 0 0;
      padding: 0;
      width: 100%; }
      .ftRc .contactBtnList li {
        min-width: auto;
        min-width: none;
        margin: 0;
        width: calc(50% - 6px); }
        .ftRc .contactBtnList li a {
          border-radius: 4px;
          display: block;
          padding: 12px 12px; } }
.footer .ftInr {
  background: #16221B;
  overflow: hidden;
  padding: 72px 2.5vw 14vw;
  position: relative; }
  .footer .ftInr:after {
    content: 'NOIX GOLF';
    display: block;
    font-family: "Cardo", serif;
    font-size: 18vw;
    line-height: 1;
    white-space: nowrap;
    position: absolute;
    bottom: -5vw;
    left: -5.5vw; }
  .footer .ftInr .ftFlex {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1; }
    .footer .ftInr .ftFlex:first-child {
      margin-bottom: 90px; }
    .footer .ftInr .ftFlex .ftL h2 {
      color: #7E8976;
      font-size: 0.8125rem;
      letter-spacing: 0.06em;
      line-height: 1.5;
      margin-bottom: 8px; }
      .footer .ftInr .ftFlex .ftL h2 a {
        display: block;
        margin-bottom: 8px; }
      .footer .ftInr .ftFlex .ftL h2 img {
        max-width: 185px; }
    .footer .ftInr .ftFlex .ftL .address {
      color: #7E8976;
      font-size: 0.8125rem;
      letter-spacing: 0.06em;
      line-height: 1.5;
      margin-bottom: 24px; }
    .footer .ftInr .ftFlex .ftL .ftCv {
      display: flex; }
      .footer .ftInr .ftFlex .ftL .ftCv > li {
        font-size: 1rem;
        font-family: "Cardo", serif;
        font-weight: 500;
        padding-right: 16px; }
        .footer .ftInr .ftFlex .ftL .ftCv > li > a {
          cursor: pointer;
          display: block;
          transition: 0.2s; }
          .footer .ftInr .ftFlex .ftL .ftCv > li > a:hover {
            color: #FFF; }
    .footer .ftInr .ftFlex .ftR .ftList {
      display: grid;
      grid-template-columns: repeat(4, auto);
      gap: 16px 40px; }
      .footer .ftInr .ftFlex .ftR .ftList > li {
        font-size: 0.8125rem;
        font-family: "BIZ UDPMincho", serif;
        font-weight: 500; }
        .footer .ftInr .ftFlex .ftR .ftList > li > a {
          cursor: pointer;
          display: block;
          transition: 0.2s; }
          .footer .ftInr .ftFlex .ftR .ftList > li > a:hover {
            color: #FFF; }
    .footer .ftInr .ftFlex .ftUtility {
      display: flex; }
      .footer .ftInr .ftFlex .ftUtility > li {
        font-size: 0.8125rem;
        font-weight: 300;
        letter-spacing: 0.08em;
        margin-right: 28px; }
        .footer .ftInr .ftFlex .ftUtility > li > a {
          color: #DDDFC5;
          cursor: pointer;
          display: block;
          transition: 0.2s;
          white-space: nowrap; }
          .footer .ftInr .ftFlex .ftUtility > li > a:hover {
            color: #FFF; }
    .footer .ftInr .ftFlex small {
      color: #818269;
      display: block;
      font-family: "Helvetica Neue";
      font-size: 0.75rem;
      line-height: 1;
      font-weight: 400;
      letter-spacing: 0.08em;
      position: relative;
      z-index: 1;
      text-align: center; }

@media only screen and (max-width: 1020px) {
  .footer .ftInr {
    padding: 56px 7.5vw 17vw; }
    .footer .ftInr .ftFlex {
      display: block; }
      .footer .ftInr .ftFlex:first-child {
        margin-bottom: 48px; }
      .footer .ftInr .ftFlex .ftL {
        margin-bottom: 40px; }
        .footer .ftInr .ftFlex .ftL h2 {
          font-size: 12px; }
          .footer .ftInr .ftFlex .ftL h2 a {
            margin-bottom: 12px; }
        .footer .ftInr .ftFlex .ftL .address {
          font-size: 12px;
          margin-bottom: 28px; }
        .footer .ftInr .ftFlex .ftL .ftCv > li {
          font-size: 15px;
          font-weight: 600;
          padding-right: 12px; }
      .footer .ftInr .ftFlex .ftR .ftList {
        grid-template-columns: repeat(2, auto);
        gap: 12px 40px; }
        .footer .ftInr .ftFlex .ftR .ftList > li {
          font-size: 13px; }
      .footer .ftInr .ftFlex .ftUtility {
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 40px; }
        .footer .ftInr .ftFlex .ftUtility > li {
          font-size: 10px;
          letter-spacing: 0;
          margin: 0 0 6px;
          width: auto; }
      .footer .ftInr .ftFlex small {
        font-size: 8px; } }
.maskLR {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 200% 100%;
  -webkit-mask-position: 100% 0;
  -webkit-mask-image: linear-gradient(to right, #000 0%, #000 40%, transparent 60%, transparent 100%); }

.maskLR.active {
  opacity: 1;
  -webkit-animation: maskAnimationLR 4s forwards cubic-bezier(0.16, 1, 0.3, 1);
  animation: maskAnimationLR 4s forwards cubic-bezier(0.16, 1, 0.3, 1); }

@keyframes maskAnimationLR {
  0% {
    -webkit-mask-position: 100% 0; }
  100% {
    -webkit-mask-position: 0% 0; } }
/*
.maskRL {
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 200% 100%;
	-webkit-mask-position: -100% 0;
			-webkit-mask-image: radial-gradient(circle farthest-corner at 100% 0, #000 60%, transparent 90%);
}
.maskRL.active {
	opacity: 1;
	-webkit-animation: maskAnimationRL 3s forwards cubic-bezier(.215, .61, .355, 1);
	animation: maskAnimationRL 3s forwards cubic-bezier(.215, .61, .355, 1)
}
@keyframes maskAnimationRL {
	0% {
		-webkit-mask-position: -100% 0
	}
	100% {
		-webkit-mask-position: 100% 0
	}
}
*/
.mv {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-family: "Cardo", serif;
  height: 360px;
  text-align: center; }
  .mv h1 {
    line-height: 1;
    width: 100%; }
    .mv h1 .name {
      display: block;
      font-size: 6.25rem;
      line-height: 1;
      letter-spacing: -0.01em; }
    .mv h1 .sub {
      display: block;
      font-family: "BIZ UDPMincho", serif;
      font-size: 1.0625rem;
      line-height: 1;
      letter-spacing: 0;
      padding-top: 8px; }

@media only screen and (max-width: 768px) {
  .mv {
    height: auto;
    min-height: 240px; }
    .mv h1 .name {
      font-size: 44px; }
    .mv h1 .sub {
      font-size: 14px; } }
.mvS {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-family: "Cardo", serif;
  height: 220px;
  text-align: center; }
  .mvS h1 {
    line-height: 1;
    padding-top: 24px;
    width: 100%; }
    .mvS h1 .name {
      display: block;
      font-family: "BIZ UDPMincho", serif;
      font-size: 1.875rem;
      line-height: 1; }

@media only screen and (max-width: 768px) {
  .mvS {
    height: auto;
    min-height: 140px; }
    .mvS h1 {
      padding-top: 0; }
      .mvS h1 .name {
        font-size: 24px; } }
.head01 {
  margin-bottom: 80px; }
  .head01 .head01Main {
    display: block;
    font-family: "Cardo", serif;
    font-size: 5.9375rem;
    letter-spacing: -0.04em;
    line-height: 1; }
  .head01 .head01Sub {
    display: block;
    font-family: "BIZ UDPMincho", serif;
    font-size: 0.875rem;
    line-height: 1; }

@media only screen and (max-width: 768px) {
  .head01 {
    margin-bottom: 80px; }
    .head01 .head01Main {
      font-size: 44px; }
    .head01 .head01Sub {
      font-size: 15px;
      letter-spacing: 0.1em;
      padding-top: 16px; } }
.head02 {
  margin-bottom: 80px;
  text-align: center; }
  .head02 .head02Main {
    display: block;
    font-family: "Cardo", serif;
    font-size: 4.375rem;
    letter-spacing: -0.01em;
    line-height: 1; }
  .head02 .head02Sub {
    display: block;
    font-family: "BIZ UDPMincho", serif;
    font-size: 1.0625rem;
    line-height: 1.8;
    padding-top: 8px; }

@media only screen and (max-width: 768px) {
  .head02 {
    margin-bottom: 60px; }
    .head02 .head02Main {
      font-size: 36px; }
    .head02 .head02Sub {
      font-size: 14px;
      line-height: 1;
      letter-spacing: 0; } }
.head03 {
  border-bottom: 1px solid #DDDFC5;
  color: #dddfc5;
  margin-bottom: 32px;
  padding-bottom: 20px; }
  .head03 .head03Main {
    display: block;
    font-family: "Cardo", serif;
    font-size: 2.1875rem;
    letter-spacing: -0.01em;
    line-height: 1; }
  .head03 .head03Sub {
    color: #9D9F84;
    display: block;
    font-family: "BIZ UDPMincho", serif;
    font-size: 1.125rem;
    line-height: 1.8;
    padding-top: 12px; }

@media only screen and (max-width: 768px) {
  .head03 {
    margin-bottom: 24px;
    padding-bottom: 20px; }
    .head03 .head03Main {
      font-size: 26px; }
    .head03 .head03Sub {
      font-size: 14px;
      padding-top: 8px; } }
.indList li {
  text-indent: -1em;
  padding-left: 1em; }

.anchorList {
  display: flex;
  justify-content: center; }
  .anchorList li {
    font-family: "BIZ UDPMincho", serif;
    font-size: 1.0625rem;
    margin: 0 8px;
    text-align: center; }
    .anchorList li a {
      background: url("/assets/img/common/icon_arrow_down.svg") center bottom 13px no-repeat #2C4134;
      background-size: 26px auto;
      border-radius: 6px;
      border: 1px solid #2C4134;
      display: inline-block;
      min-width: 310px;
      padding: 12px 12px 24px;
      transition: 0.2s; }
      .anchorList li a:hover {
        border: 1px solid #dddfc5;
        background-position: center bottom 10px; }

@media only screen and (max-width: 768px) {
  .anchorList {
    display: flex;
    justify-content: center;
    padding: 0;
    width: 100%; }
    .anchorList li {
      margin: 0 6px;
      width: 48%; }
      .anchorList li a {
        background: url("/assets/img/common/icon_arrow_down.svg") center bottom 13px no-repeat #2C4134;
        background-size: 22px auto;
        border-radius: 4px;
        display: block;
        min-width: auto;
        min-width: none;
        padding: 12px 8px 24px; } }
.arrowBtn01 {
  font-family: "Cardo", serif;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.04em; }
  .arrowBtn01 a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    text-decoration: none;
    min-width: 320px;
    padding: 20px 50px 24px 8px;
    text-align: left;
    position: relative;
    transition: 0.2s; }
    .arrowBtn01 a:before {
      background: rgba(255, 255, 255, 0.6);
      content: '';
      display: inline-block;
      height: 1px;
      width: 0;
      position: absolute;
      bottom: -1px;
      left: 0;
      transition: 0.2s; }
    .arrowBtn01 a .arrow {
      overflow: hidden;
      position: absolute;
      top: 0;
      right: 8px;
      bottom: 0;
      width: 30px;
      margin: 0;
      line-height: 1; }
    .arrowBtn01 a .arrow:before,
    .arrowBtn01 a .arrow:after {
      content: "→";
      position: absolute;
      top: 39%;
      right: 0;
      animation-fill-mode: forwards;
      animation-duration: 0.3s;
      letter-spacing: 0 !important; }
    .arrowBtn01 a .arrow:after {
      transform: translateX(-100%);
      opacity: 0; }
    @media only screen and (min-width: 768px) {
      .arrowBtn01 a:hover {
        color: #FFF; }
        .arrowBtn01 a:hover:before {
          width: 100%; }
        .arrowBtn01 a:hover .arrow:before {
          animation-name: transformRightLeft;
          /* 修正: hover時のアニメーションを指定 */
          animation-delay: 0s;
          letter-spacing: 0 !important; }
        .arrowBtn01 a:hover .arrow:after {
          animation-name: transformLeftRight;
          /* 修正: hover時のアニメーションを指定 */
          animation-delay: 0.2s;
          letter-spacing: 0 !important; } }

@keyframes transformLeftRight {
  0% {
    transform: translateX(-100%);
    opacity: 0; }
  50% {
    transform: translateX(0);
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes transformRightLeft {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(100%); } }
@media only screen and (min-width: 768px) {
  .layout {
    display: flex;
    justify-content: space-between; }

  .jc-sb {
    justify-content: space-between; }

  .jc-fs {
    justify-content: flex-start; }

  .ai-c {
    align-items: center; }

  .ac-c {
    align-content: center; }

  .reverse {
    flex-direction: row-reverse; } }
@media only screen and (max-width: 768px) {
  .layout__box {
    width: auto !important; }
    .layout__box:has(img) {
      margin-bottom: 20px; } }
/*  /////////////////////////////////////////////////
Responsive LandScape 
*/
/*  /////////////////////////////////////////////////
Other Utility
*/
@media only screen and (min-width: 768px) {
  .spHide {
    display: inline-block; }

  .spDisp {
    display: none; } }
@media only screen and (max-width: 768px) {
  .spHide {
    display: none; }

  .spDisp {
    display: inline-block; } }
.btm0 {
  margin-bottom: 0rem; }

@media (max-width: 768px) {
  .btm0 {
    margin-bottom: 0rem; } }
.btm4 {
  margin-bottom: 0.25rem; }

@media (max-width: 768px) {
  .btm4 {
    margin-bottom: 0.1875rem; } }
.btm8 {
  margin-bottom: 0.5rem; }

@media (max-width: 768px) {
  .btm8 {
    margin-bottom: 0.375rem; } }
.btm10 {
  margin-bottom: 0.625rem; }

@media (max-width: 768px) {
  .btm10 {
    margin-bottom: 0.46875rem; } }
.btm12 {
  margin-bottom: 0.75rem; }

@media (max-width: 768px) {
  .btm12 {
    margin-bottom: 0.5625rem; } }
.btm15 {
  margin-bottom: 0.9375rem; }

@media (max-width: 768px) {
  .btm15 {
    margin-bottom: 0.703125rem; } }
.btm16 {
  margin-bottom: 1rem; }

@media (max-width: 768px) {
  .btm16 {
    margin-bottom: 0.75rem; } }
.btm20 {
  margin-bottom: 1.25rem; }

@media (max-width: 768px) {
  .btm20 {
    margin-bottom: 0.9375rem; } }
.btm25 {
  margin-bottom: 1.5625rem; }

@media (max-width: 768px) {
  .btm25 {
    margin-bottom: 1.171875rem; } }
.btm24 {
  margin-bottom: 1.5rem; }

@media (max-width: 768px) {
  .btm24 {
    margin-bottom: 1.125rem; } }
.btm28 {
  margin-bottom: 1.75rem; }

@media (max-width: 768px) {
  .btm28 {
    margin-bottom: 1.3125rem; } }
.btm30 {
  margin-bottom: 1.875rem; }

@media (max-width: 768px) {
  .btm30 {
    margin-bottom: 1.40625rem; } }
.btm32 {
  margin-bottom: 2rem; }

@media (max-width: 768px) {
  .btm32 {
    margin-bottom: 1.5rem; } }
.btm35 {
  margin-bottom: 2.1875rem; }

@media (max-width: 768px) {
  .btm35 {
    margin-bottom: 1.640625rem; } }
.btm36 {
  margin-bottom: 2.25rem; }

@media (max-width: 768px) {
  .btm36 {
    margin-bottom: 1.6875rem; } }
.btm40 {
  margin-bottom: 2.5rem; }

@media (max-width: 768px) {
  .btm40 {
    margin-bottom: 1.875rem; } }
.btm44 {
  margin-bottom: 2.75rem; }

@media (max-width: 768px) {
  .btm44 {
    margin-bottom: 2.0625rem; } }
.btm45 {
  margin-bottom: 2.8125rem; }

@media (max-width: 768px) {
  .btm45 {
    margin-bottom: 2.109375rem; } }
.btm48 {
  margin-bottom: 3rem; }

@media (max-width: 768px) {
  .btm48 {
    margin-bottom: 2.25rem; } }
.btm50 {
  margin-bottom: 3.125rem; }

@media (max-width: 768px) {
  .btm50 {
    margin-bottom: 2.34375rem; } }
.btm52 {
  margin-bottom: 3.25rem; }

@media (max-width: 768px) {
  .btm52 {
    margin-bottom: 2.4375rem; } }
.btm55 {
  margin-bottom: 3.4375rem; }

@media (max-width: 768px) {
  .btm55 {
    margin-bottom: 2.578125rem; } }
.btm56 {
  margin-bottom: 3.5rem; }

@media (max-width: 768px) {
  .btm56 {
    margin-bottom: 2.625rem; } }
.btm60 {
  margin-bottom: 3.75rem; }

@media (max-width: 768px) {
  .btm60 {
    margin-bottom: 2.8125rem; } }
.btm64 {
  margin-bottom: 4rem; }

@media (max-width: 768px) {
  .btm64 {
    margin-bottom: 3rem; } }
.btm68 {
  margin-bottom: 4.25rem; }

@media (max-width: 768px) {
  .btm68 {
    margin-bottom: 3.1875rem; } }
.btm70 {
  margin-bottom: 4.375rem; }

@media (max-width: 768px) {
  .btm70 {
    margin-bottom: 3.28125rem; } }
.btm72 {
  margin-bottom: 4.5rem; }

@media (max-width: 768px) {
  .btm72 {
    margin-bottom: 3.375rem; } }
.btm76 {
  margin-bottom: 4.75rem; }

@media (max-width: 768px) {
  .btm76 {
    margin-bottom: 3.5625rem; } }
.btm80 {
  margin-bottom: 5rem; }

@media (max-width: 768px) {
  .btm80 {
    margin-bottom: 3.75rem; } }
.btm90 {
  margin-bottom: 5.625rem; }

@media (max-width: 768px) {
  .btm90 {
    margin-bottom: 4.21875rem; } }
.btm100 {
  margin-bottom: 6.25rem; }

@media (max-width: 768px) {
  .btm100 {
    margin-bottom: 4.6875rem; } }
.btm110 {
  margin-bottom: 6.875rem; }

@media (max-width: 768px) {
  .btm110 {
    margin-bottom: 5.15625rem; } }
.btm120 {
  margin-bottom: 7.5rem; }

@media (max-width: 768px) {
  .btm120 {
    margin-bottom: 5.625rem; } }
.top-0 {
  margin-top: 0rem; }

@media (max-width: 768px) {
  .top-0 {
    margin-top: 0rem; } }
.top-4 {
  margin-top: 0.25rem; }

@media (max-width: 768px) {
  .top-4 {
    margin-top: 0.1875rem; } }
.top-8 {
  margin-top: 0.5rem; }

@media (max-width: 768px) {
  .top-8 {
    margin-top: 0.375rem; } }
.top-10 {
  margin-top: 0.625rem; }

@media (max-width: 768px) {
  .top-10 {
    margin-top: 0.46875rem; } }
.top-12 {
  margin-top: 0.75rem; }

@media (max-width: 768px) {
  .top-12 {
    margin-top: 0.5625rem; } }
.top-15 {
  margin-top: 0.9375rem; }

@media (max-width: 768px) {
  .top-15 {
    margin-top: 0.703125rem; } }
.top-16 {
  margin-top: 1rem; }

@media (max-width: 768px) {
  .top-16 {
    margin-top: 0.75rem; } }
.top-20 {
  margin-top: 1.25rem; }

@media (max-width: 768px) {
  .top-20 {
    margin-top: 0.9375rem; } }
.top-25 {
  margin-top: 1.5625rem; }

@media (max-width: 768px) {
  .top-25 {
    margin-top: 1.171875rem; } }
.top-24 {
  margin-top: 1.5rem; }

@media (max-width: 768px) {
  .top-24 {
    margin-top: 1.125rem; } }
.top-28 {
  margin-top: 1.75rem; }

@media (max-width: 768px) {
  .top-28 {
    margin-top: 1.3125rem; } }
.top-30 {
  margin-top: 1.875rem; }

@media (max-width: 768px) {
  .top-30 {
    margin-top: 1.40625rem; } }
.top-32 {
  margin-top: 2rem; }

@media (max-width: 768px) {
  .top-32 {
    margin-top: 1.5rem; } }
.top-35 {
  margin-top: 2.1875rem; }

@media (max-width: 768px) {
  .top-35 {
    margin-top: 1.640625rem; } }
.top-36 {
  margin-top: 2.25rem; }

@media (max-width: 768px) {
  .top-36 {
    margin-top: 1.6875rem; } }
.top-40 {
  margin-top: 2.5rem; }

@media (max-width: 768px) {
  .top-40 {
    margin-top: 1.875rem; } }
.top-44 {
  margin-top: 2.75rem; }

@media (max-width: 768px) {
  .top-44 {
    margin-top: 2.0625rem; } }
.top-45 {
  margin-top: 2.8125rem; }

@media (max-width: 768px) {
  .top-45 {
    margin-top: 2.109375rem; } }
.top-48 {
  margin-top: 3rem; }

@media (max-width: 768px) {
  .top-48 {
    margin-top: 2.25rem; } }
.top-50 {
  margin-top: 3.125rem; }

@media (max-width: 768px) {
  .top-50 {
    margin-top: 2.34375rem; } }
.top-52 {
  margin-top: 3.25rem; }

@media (max-width: 768px) {
  .top-52 {
    margin-top: 2.4375rem; } }
.top-55 {
  margin-top: 3.4375rem; }

@media (max-width: 768px) {
  .top-55 {
    margin-top: 2.578125rem; } }
.top-56 {
  margin-top: 3.5rem; }

@media (max-width: 768px) {
  .top-56 {
    margin-top: 2.625rem; } }
.top-60 {
  margin-top: 3.75rem; }

@media (max-width: 768px) {
  .top-60 {
    margin-top: 2.8125rem; } }
.top-64 {
  margin-top: 4rem; }

@media (max-width: 768px) {
  .top-64 {
    margin-top: 3rem; } }
.top-68 {
  margin-top: 4.25rem; }

@media (max-width: 768px) {
  .top-68 {
    margin-top: 3.1875rem; } }
.top-70 {
  margin-top: 4.375rem; }

@media (max-width: 768px) {
  .top-70 {
    margin-top: 3.28125rem; } }
.top-72 {
  margin-top: 4.5rem; }

@media (max-width: 768px) {
  .top-72 {
    margin-top: 3.375rem; } }
.top-76 {
  margin-top: 4.75rem; }

@media (max-width: 768px) {
  .top-76 {
    margin-top: 3.5625rem; } }
.top-80 {
  margin-top: 5rem; }

@media (max-width: 768px) {
  .top-80 {
    margin-top: 3.75rem; } }
.top-90 {
  margin-top: 5.625rem; }

@media (max-width: 768px) {
  .top-90 {
    margin-top: 4.21875rem; } }
.top-100 {
  margin-top: 6.25rem; }

@media (max-width: 768px) {
  .top-100 {
    margin-top: 4.6875rem; } }
.top-110 {
  margin-top: 6.875rem; }

@media (max-width: 768px) {
  .top-110 {
    margin-top: 5.15625rem; } }
.top-120 {
  margin-top: 7.5rem; }

@media (max-width: 768px) {
  .top-120 {
    margin-top: 5.625rem; } }
.w01 {
  width: 1%; }

.w02 {
  width: 2%; }

.w03 {
  width: 3%; }

.w04 {
  width: 4%; }

.w05 {
  width: 5%; }

.w06 {
  width: 6%; }

.w07 {
  width: 7%; }

.w08 {
  width: 8%; }

.w09 {
  width: 9%; }

.w10 {
  width: 10%; }

.w11 {
  width: 11%; }

.w12 {
  width: 12%; }

.w13 {
  width: 13%; }

.w14 {
  width: 14%; }

.w15 {
  width: 15%; }

.w16 {
  width: 16%; }

.w17 {
  width: 17%; }

.w18 {
  width: 18%; }

.w19 {
  width: 19%; }

.w20 {
  width: 20%; }

.w21 {
  width: 21%; }

.w22 {
  width: 22%; }

.w23 {
  width: 23%; }

.w24 {
  width: 24%; }

.w25 {
  width: 25%; }

.w26 {
  width: 26%; }

.w27 {
  width: 27%; }

.w28 {
  width: 28%; }

.w29 {
  width: 29%; }

.w30 {
  width: 30%; }

.w31 {
  width: 31%; }

.w32 {
  width: 32%; }

.w33 {
  width: 33%; }

.w34 {
  width: 34%; }

.w35 {
  width: 35%; }

.w36 {
  width: 36%; }

.w37 {
  width: 37%; }

.w38 {
  width: 38%; }

.w39 {
  width: 39%; }

.w40 {
  width: 40%; }

.w41 {
  width: 41%; }

.w42 {
  width: 42%; }

.w43 {
  width: 43%; }

.w44 {
  width: 44%; }

.w45 {
  width: 45%; }

.w46 {
  width: 46%; }

.w47 {
  width: 47%; }

.w48 {
  width: 48%; }

.w49 {
  width: 49%; }

.w50 {
  width: 50%; }

.w51 {
  width: 51%; }

.w52 {
  width: 52%; }

.w53 {
  width: 53%; }

.w54 {
  width: 54%; }

.w55 {
  width: 55%; }

.w56 {
  width: 56%; }

.w57 {
  width: 57%; }

.w58 {
  width: 58%; }

.w59 {
  width: 59%; }

.w60 {
  width: 60%; }

.w61 {
  width: 61%; }

.w62 {
  width: 62%; }

.w63 {
  width: 63%; }

.w64 {
  width: 64%; }

.w65 {
  width: 65%; }

.w66 {
  width: 66%; }

.w67 {
  width: 67%; }

.w68 {
  width: 68%; }

.w69 {
  width: 69%; }

.w70 {
  width: 70%; }

.w71 {
  width: 71%; }

.w72 {
  width: 72%; }

.w73 {
  width: 73%; }

.w74 {
  width: 74%; }

.w75 {
  width: 75%; }

.w76 {
  width: 76%; }

.w77 {
  width: 77%; }

.w78 {
  width: 78%; }

.w79 {
  width: 79%; }

.w80 {
  width: 80%; }

.w81 {
  width: 81%; }

.w82 {
  width: 82%; }

.w83 {
  width: 83%; }

.w84 {
  width: 84%; }

.w85 {
  width: 85%; }

.w86 {
  width: 86%; }

.w87 {
  width: 87%; }

.w88 {
  width: 88%; }

.w89 {
  width: 89%; }

.w90 {
  width: 90%; }

.w91 {
  width: 91%; }

.w92 {
  width: 92%; }

.w93 {
  width: 93%; }

.w94 {
  width: 94%; }

.w95 {
  width: 95%; }

.w96 {
  width: 96%; }

.w97 {
  width: 97%; }

.w98 {
  width: 98%; }

.w99 {
  width: 99%; }

.w00 {
  width: 100%; }

.fsc-12 {
  font-size: clamp(10px, 1.2vw, 12px); }

.fsc-16 {
  font-size: clamp(12px, 1.4vw, 16px); }

.fsc-20 {
  font-size: clamp(14px, 1.6vw, 20px); }

.fsc-24 {
  font-size: clamp(16px, 1.8vw, 24px); }

.fsc-28 {
  font-size: clamp(18px, 2.2vw, 28px); }

.fsc-32 {
  font-size: clamp(20px, 2.6vw, 32px); }

.fsc-36 {
  font-size: clamp(22px, 3vw, 36px); }

.fsc-40 {
  font-size: clamp(24px, 3.2vw, 40px); }

.fsc-44 {
  font-size: clamp(26px, 3.6vw, 44px); }

.fsc-48 {
  font-size: clamp(28px, 3.8vw, 48px); }

.fsc-52 {
  font-size: clamp(30px, 4vw, 52px); }

.fsc-56 {
  font-size: clamp(32px, 4.2vw, 56px); }

.fsc-60 {
  font-size: clamp(34px, 4.3vw, 60px); }

.fsc-64 {
  font-size: clamp(36px, 4.4vw, 64px); }

:root {
  --fsc-12: clamp(10px, 1.2vw, 12px);
  --fsc-16: clamp(12px, 1.4vw, 16px);
  --fsc-20: clamp(14px, 1.6vw, 20px);
  --fsc-24: clamp(16px, 1.8vw, 24px);
  --fsc-28: clamp(18px, 2.2vw, 28px);
  --fsc-32: clamp(20px, 2.6vw, 32px);
  --fsc-36: clamp(22px, 3.0vw, 36px);
  --fsc-40: clamp(24px, 3.2vw, 40px);
  --fsc-44: clamp(26px, 3.6vw, 44px);
  --fsc-48: clamp(28px, 3.8vw, 48px);
  --fsc-52: clamp(30px, 4.0vw, 52px);
  --fsc-56: clamp(32px, 4.2vw, 56px);
  --fsc-60: clamp(34px, 4.3vw, 60px);
  --fsc-64: clamp(36px, 4.4vw, 64px); }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate(0px, 30px); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
