@charset "UTF-8";
@font-face {
  font-family: "ja";
  src: url("../fonts/GenJyuuGothic-Normal.ttf") format("truetype"); }
/*--------------------
共通設定
----------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  color: #000000; }
  a.disabled {
    pointer-events: none;
    text-decoration: none; }

.bold {
  font-family: "bold";
  font-weight: 700; }

ul, ol {
  list-style: none; }

.pc {
  display: block; }
  @media screen and (max-width: 1100px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 1100px) {
    .sp {
      display: block; } }

html, body {
  overflow-x: visible;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  height: -webkit-fill-available;
  min-height: -webkit-fill-available; }

.fs-l-page {
  overflow: visible; }

.wrapper {
  margin: 0 auto !important; }

main {
  max-width: 100%; }

.mainBox {
  margin: 0 auto !important; }

footer {
  position: relative;
  z-index: 9999; }

html.lenis, html.lenis body {
  height: auto; }

.fadeIn {
  opacity: 0;
  transition: opacity 1.5s; }
  .fadeIn.visible {
    opacity: 1; }

/*--------------------------------------------*/
#autumn.lp_wrapper {
  margin: 0 auto;
  padding: 0;
  letter-spacing: 0;
  font-size: 16px;
  text-align: center;
  font-family: "ja";
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal;
  color: #566149;
  width: 100%;
  max-width: 550px;
  background: #566149;
  /* lp_main */ }
  @media screen and (max-width: 1100px) {
    #autumn.lp_wrapper {
      width: 100%;
      max-width: none;
      padding: 0 10%;
      display: block; } }
  @media screen and (max-width: 500px) {
    #autumn.lp_wrapper {
      width: 100%;
      padding: 0; } }
  #autumn.lp_wrapper header {
    width: calc((100% - 550px) / 2);
    box-sizing: border-box;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    align-items: flex-end;
    background: #566149; }
    @media screen and (max-width: 1100px) {
      #autumn.lp_wrapper header {
        display: none; } }
    #autumn.lp_wrapper header .bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      font-size: 0;
      line-height: 0; }
      @media screen and (max-width: 1100px) {
        #autumn.lp_wrapper header .bg {
          display: none; } }
      #autumn.lp_wrapper header .bg .inner {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        width: 100%;
        height: 100%; }
        #autumn.lp_wrapper header .bg .inner img {
          object-fit: cover;
          width: 100%;
          height: 100%; }
    #autumn.lp_wrapper header .txt {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      align-items: center; }
      #autumn.lp_wrapper header .txt p {
        font-size: 0.8em;
        line-height: 1.5;
        color: #f5f0e4; }
      #autumn.lp_wrapper header .txt img {
        width: 40%;
        max-width: 300px; }
  #autumn.lp_wrapper .pc_right {
    position: fixed;
    width: calc((100% - 550px) / 2);
    top: 0;
    right: 0;
    height: 100%;
    background: #566149; }
    @media screen and (max-width: 1100px) {
      #autumn.lp_wrapper .pc_right {
        display: none; } }
    #autumn.lp_wrapper .pc_right .logo {
      position: absolute;
      top: 60px;
      right: 60px;
      max-width: 70px; }
    #autumn.lp_wrapper .pc_right .nav {
      position: absolute;
      left: 20%;
      bottom: 10vh; }
      #autumn.lp_wrapper .pc_right .nav p {
        color: #f5f0e4;
        font-family: arno-pro, serif;
        text-align: left;
        font-size: 1.2em; }
      #autumn.lp_wrapper .pc_right .nav .link {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        margin-top: 1.5em; }
        #autumn.lp_wrapper .pc_right .nav .link a {
          font-size: .8em;
          line-height: 2.5;
          color: #a18748; }
          #autumn.lp_wrapper .pc_right .nav .link a.view {
            color: #f5f0e4; }
  #autumn.lp_wrapper .lp_main {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    background: #f5f0e4;
    overflow: hidden;
    /* layout_01 */ }
    #autumn.lp_wrapper .lp_main .color-section {
      width: 100%;
      min-height: 100vh;
      background: #f5f0e4;
      margin-bottom: 20%; }
    #autumn.lp_wrapper .lp_main .kv {
      width: 90%;
      margin: 0 auto; }
      #autumn.lp_wrapper .lp_main .kv .kv_inner {
        position: relative; }
        #autumn.lp_wrapper .lp_main .kv .kv_inner .kv_logo {
          position: absolute;
          bottom: 5vh;
          left: 50%;
          width: 50%;
          transform: translateX(-50%);
          z-index: +1; }
      #autumn.lp_wrapper .lp_main .kv video {
        width: 100%; }
    #autumn.lp_wrapper .lp_main .txt {
      margin: 15% auto; }
      @media screen and (max-width: 500px) {
        #autumn.lp_wrapper .lp_main .txt {
          margin: 25% auto; } }
      #autumn.lp_wrapper .lp_main .txt p {
        font-size: 0.9em;
        line-height: 2.0;
        color: #825f3c; }
        @media screen and (max-width: 500px) {
          #autumn.lp_wrapper .lp_main .txt p {
            font-size: 3.2vw; } }
    #autumn.lp_wrapper .lp_main .itemListBox {
      margin: 15% auto;
      width: 90%; }
      #autumn.lp_wrapper .lp_main .itemListBox ul {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0; }
        #autumn.lp_wrapper .lp_main .itemListBox ul li {
          width: calc(100%/2 - 2.5%);
          margin-bottom: 2.5%;
          position: relative; }
          #autumn.lp_wrapper .lp_main .itemListBox ul li:first-child {
            padding: 0 5%; }
          #autumn.lp_wrapper .lp_main .itemListBox ul li h3 {
            color: #a18748;
            text-align: left;
            line-height: 1.0;
            font-family: arno-pro, serif;
            font-size: 2.3em;
            font-weight: 400;
            margin-bottom: .7em; }
            @media screen and (max-width: 500px) {
              #autumn.lp_wrapper .lp_main .itemListBox ul li h3 {
                font-size: 9.0vw; } }
          #autumn.lp_wrapper .lp_main .itemListBox ul li p {
            color: #a18748;
            font-size: 0.9em;
            text-align: center;
            line-height: 2.0; }
            @media screen and (max-width: 500px) {
              #autumn.lp_wrapper .lp_main .itemListBox ul li p {
                font-size: 3.2vw; } }
            #autumn.lp_wrapper .lp_main .itemListBox ul li p.txt {
              line-height: 1.5;
              font-size: .8em;
              text-align: left; }
              @media screen and (max-width: 500px) {
                #autumn.lp_wrapper .lp_main .itemListBox ul li p.txt {
                  font-size: 3.0vw; } }
          #autumn.lp_wrapper .lp_main .itemListBox ul li a {
            display: block;
            border-radius: .7em;
            overflow: hidden; }
            #autumn.lp_wrapper .lp_main .itemListBox ul li a img {
              object-fit: cover;
              transition: .8s; }
            #autumn.lp_wrapper .lp_main .itemListBox ul li a:hover img {
              transform: scale(1.1); }
          #autumn.lp_wrapper .lp_main .itemListBox ul li .num {
            position: absolute;
            font-size: 1.5em;
            font-family: arno-pro, serif;
            font-style: italic;
            top: -10px;
            left: -10px;
            width: 40px;
            height: 40px;
            background: #a18748;
            border-radius: 50%;
            z-index: 3;
            margin: 0; }
            #autumn.lp_wrapper .lp_main .itemListBox ul li .num span {
              font-size: 100%;
              z-index: 2;
              position: absolute;
              top: 50%;
              left: 50%;
              line-height: 1.0;
              color: #f5f0e4;
              transform: translate(-50%, -50%); }
    #autumn.lp_wrapper .lp_main .line_anime {
      width: 100%;
      height: 1px;
      background: #825f3c;
      transform: scale(0);
      margin-bottom: 20%; }
      #autumn.lp_wrapper .lp_main .line_anime.visible {
        transform: scale(1);
        transition: 1.5s; }
    #autumn.lp_wrapper .lp_main h2 {
      font-family: arno-pro, serif;
      font-weight: 400;
      font-size: 1.5em;
      border-bottom: 1px solid #566149;
      width: fit-content;
      margin: 0 auto 10%; }
      @media screen and (max-width: 500px) {
        #autumn.lp_wrapper .lp_main h2 {
          font-size: 6.0vw; } }
    #autumn.lp_wrapper .lp_main .item_ttl small {
      font-size: 1.0em;
      font-family: "sakkal-majalla", sans-serif;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 500px) {
        #autumn.lp_wrapper .lp_main .item_ttl small {
          font-size: 3.8vw; } }
    #autumn.lp_wrapper .lp_main .item_ttl .number {
      font-size: 1.5em;
      color: #f5f0e4;
      position: relative;
      width: 40px;
      height: 40px;
      background: #566149;
      border-radius: 50%;
      margin: 0 auto; }
      #autumn.lp_wrapper .lp_main .item_ttl .number span {
        position: absolute;
        display: block;
        font-size: 100%;
        line-height: 1.0;
        z-index: 2;
        position: relative;
        font-family: arno-pro, serif;
        font-style: italic;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    #autumn.lp_wrapper .lp_main .item_ttl h3 {
      font-weight: 400;
      font-size: 1.0em;
      margin: 1.0em auto;
      letter-spacing: 0.2em; }
      @media screen and (max-width: 500px) {
        #autumn.lp_wrapper .lp_main .item_ttl h3 {
          font-size: 3.5vw; } }
    #autumn.lp_wrapper .lp_main .swiper1, #autumn.lp_wrapper .lp_main .swiper2, #autumn.lp_wrapper .lp_main .swiperLoop, #autumn.lp_wrapper .lp_main .txtLoop {
      overflow: hidden; }
    #autumn.lp_wrapper .lp_main .swiperLoop .swiper-wrapper, #autumn.lp_wrapper .lp_main .txtLoop .swiper-wrapper {
      transition-timing-function: linear; }
    #autumn.lp_wrapper .lp_main .itemLink {
      display: flex;
      justify-content: space-around;
      align-items: flex-start;
      width: 100%;
      margin: 5% auto 20%; }
      #autumn.lp_wrapper .lp_main .itemLink div {
        width: calc(100%/2 - 2%); }
        #autumn.lp_wrapper .lp_main .itemLink div dl {
          margin-bottom: 1.0em;
          font-size: 0.9em;
          line-height: 1.5; }
          @media screen and (max-width: 500px) {
            #autumn.lp_wrapper .lp_main .itemLink div dl {
              font-size: 3.2vw; } }
          #autumn.lp_wrapper .lp_main .itemLink div dl dd {
            font-size: 100%;
            margin: 0; }
            #autumn.lp_wrapper .lp_main .itemLink div dl dd dt {
              font-size: 110%; }
            #autumn.lp_wrapper .lp_main .itemLink div dl dd span {
              margin-left: 0.5em;
              font-size: 80%; }
        #autumn.lp_wrapper .lp_main .itemLink div a {
          display: block;
          color: #f5f0e4;
          background: #566149;
          line-height: 1.0;
          font-family: "sakkal-majalla", sans-serif;
          letter-spacing: 0.2em;
          font-size: 1.2em;
          width: fit-content;
          padding: .7em 1.5em 0.4em 1.7em;
          border-radius: 50vh;
          margin: 0 auto;
          transition: .4s; }
          @media screen and (max-width: 500px) {
            #autumn.lp_wrapper .lp_main .itemLink div a {
              font-size: 4.2vw; } }
          #autumn.lp_wrapper .lp_main .itemLink div a:hover {
            opacity: 0.7; }
      #autumn.lp_wrapper .lp_main .itemLink p {
        font-size: 0.8em;
        width: 80%;
        margin: 0 auto; }
        @media screen and (max-width: 500px) {
          #autumn.lp_wrapper .lp_main .itemLink p {
            font-size: 3.0vw; } }
    #autumn.lp_wrapper .lp_main .size_60 {
      width: 60%;
      margin: 0 auto; }
    #autumn.lp_wrapper .lp_main .size_90 {
      width: 90%;
      margin: 0 auto; }
    #autumn.lp_wrapper .lp_main .layout_01 .anime {
      position: relative; }
      #autumn.lp_wrapper .lp_main .layout_01 .anime .fixed {
        width: 60%;
        margin: 0 auto; }
        #autumn.lp_wrapper .lp_main .layout_01 .anime .fixed.vertical {
          width: 80%; }
      #autumn.lp_wrapper .lp_main .layout_01 .anime .absolute {
        position: absolute;
        top: 10%;
        left: 0;
        width: 100%; }
        #autumn.lp_wrapper .lp_main .layout_01 .anime .absolute.center {
          top: 55%; }
        #autumn.lp_wrapper .lp_main .layout_01 .anime .absolute.attention {
          top: auto;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%); }
          #autumn.lp_wrapper .lp_main .layout_01 .anime .absolute.attention .itemLink {
            margin: 0;
            width: 100%; }
            #autumn.lp_wrapper .lp_main .layout_01 .anime .absolute.attention .itemLink div {
              justify-content: center; }
              #autumn.lp_wrapper .lp_main .layout_01 .anime .absolute.attention .itemLink div dl {
                text-align: center; }
                @media screen and (max-width: 500px) {
                  #autumn.lp_wrapper .lp_main .layout_01 .anime .absolute.attention .itemLink div dl {
                    font-size: 3.0vw; } }
    #autumn.lp_wrapper .lp_main .layout_01 .itemLink {
      width: 80%;
      flex-direction: column; }
      #autumn.lp_wrapper .lp_main .layout_01 .itemLink div {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1.0em; }
        #autumn.lp_wrapper .lp_main .layout_01 .itemLink div dl {
          text-align: left;
          margin: 0; }
        #autumn.lp_wrapper .lp_main .layout_01 .itemLink div a {
          margin: 0; }
    #autumn.lp_wrapper .lp_main .flexBox {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 1.0em auto; }
      #autumn.lp_wrapper .lp_main .flexBox div {
        width: 62%; }
        #autumn.lp_wrapper .lp_main .flexBox div.svg_anime {
          width: 33%; }
          #autumn.lp_wrapper .lp_main .flexBox div.svg_anime img {
            animation: rotation 8s linear infinite; }
      #autumn.lp_wrapper .lp_main .flexBox.half div {
        width: calc(100%/2); }
        #autumn.lp_wrapper .lp_main .flexBox.half div img {
          max-width: 101%; }
        #autumn.lp_wrapper .lp_main .flexBox.half div .itemLink {
          width: 100%;
          margin-top: 10%; }
          #autumn.lp_wrapper .lp_main .flexBox.half div .itemLink div {
            width: 100%; }
    #autumn.lp_wrapper .lp_main .size_max {
      margin: 5% auto; }
    #autumn.lp_wrapper .lp_main .size_80 {
      width: 80%;
      margin: 0 auto; }
      #autumn.lp_wrapper .lp_main .size_80.space {
        margin: 5% auto; }
    #autumn.lp_wrapper .lp_main .lp_footer {
      background: #566149;
      min-height: 100vh;
      padding: 20% 5% 0;
      width: 100%; }
      #autumn.lp_wrapper .lp_main .lp_footer .credit {
        margin-bottom: 30%; }
      #autumn.lp_wrapper .lp_main .lp_footer h3 {
        color: #f5f0e4;
        font-family: arno-pro, serif;
        font-size: 1.5em;
        font-weight: 400;
        width: fit-content;
        margin: 0 auto 1.5em;
        border-bottom: 1px solid #f5f0e4; }
        @media screen and (max-width: 500px) {
          #autumn.lp_wrapper .lp_main .lp_footer h3 {
            font-size: 5.7vw; } }
      #autumn.lp_wrapper .lp_main .lp_footer p {
        font-family: arno-pro, serif;
        font-size: 1.2em;
        line-height: 1.5;
        margin-bottom: 1.0em;
        color: #f5f0e4; }
        @media screen and (max-width: 500px) {
          #autumn.lp_wrapper .lp_main .lp_footer p {
            font-size: 4.5vw; } }
        #autumn.lp_wrapper .lp_main .lp_footer p.copy {
          font-size: 70%;
          margin-bottom: -1px; }
      #autumn.lp_wrapper .lp_main .lp_footer .snsBox {
        margin-bottom: 30%; }
        #autumn.lp_wrapper .lp_main .lp_footer .snsBox div {
          display: flex;
          justify-content: space-between;
          align-items: center;
          width: 50%;
          margin: 0 auto; }
          #autumn.lp_wrapper .lp_main .lp_footer .snsBox div a {
            display: block; }
            #autumn.lp_wrapper .lp_main .lp_footer .snsBox div a img {
              max-width: 20px; }
      #autumn.lp_wrapper .lp_main .lp_footer .f_logo {
        display: block;
        margin-bottom: 30%; }
        #autumn.lp_wrapper .lp_main .lp_footer .f_logo img {
          max-width: 70px; }

@keyframes rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
