@charset "UTF-8";
@font-face {
  font-family: "001Shirokuma-Regular";
  src: url("../fonts/001Shirokuma-Regular.otf") format("opentype");
}
@font-face {
  font-family: "A-OTF-Jun34Pro-Medium";
  src: url("../fonts/A-OTF-Jun34Pro-Medium.otf") format("opentype");
}
@font-face {
  font-family: "A-OTF-UDReiminPro-Medium";
  src: url("../fonts/A-OTF-UDReiminPro-Medium.otf") format("opentype");
}
@font-face {
  font-family: "A-OTF-UDReiminPro-Light";
  src: url("../fonts/A-OTF-UDReiminPro-Light.otf") format("opentype");
}
#section0 {
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 790px) {
  #section0 {
    z-index: initial;
  }
}

:root {
  --AURO_: #553219;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "A-OTF-UDReiminPro-Medium", "Annie Use Your Telescope", cursive, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

img {
  height: auto;
}

.fullpage-wrapper {
  width: 100% !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.fullpage-wrapper .fp-section {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.fullpage-wrapper .fp-section.active {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
.fullpage-wrapper .fp-section .fp-slidesContainer {
  width: 100% !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.fullpage-wrapper .fp-section .fp-slidesContainer .fp-slide {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
}
.fullpage-wrapper .fp-section .fp-slidesContainer .fp-slide.active {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

.logo-link {
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 11;
  mix-blend-mode: multiply;
}

.logo {
  height: auto;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  -webkit-transition: opacity 3s ease-out;
  transition: opacity 3s ease-out; /* 3秒間のdurationでopacityを変更する */
}

.fv-img {
  width: auto;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  margin: 0 auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@-webkit-keyframes slideAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  10% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  65% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  95% {
    opacity: 1;
  }
  98% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}

@keyframes slideAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  10% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  65% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  95% {
    opacity: 1;
  }
  98% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
.fv-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  mix-blend-mode: multiply;
}
.fv-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/bg.png);
  position: fixed;
  left: 0;
  top: 0;
}
@media screen and (max-width: 790px) {
  .fv-bg::before {
    display: none;
  }
}
.fv-bg img {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 790px) {
  .fv-bg img {
    display: none;
  }
}

#section17 .fv-bg::before {
  display: none;
}
#section17 .fv-bg img {
  display: block;
}

.bard {
  position: absolute;
  top: 40px;
  left: -200px;
  z-index: 1;
}

#bard {
  position: absolute;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.leaf {
  position: absolute;
  top: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 4;
}

.leaf li {
  position: absolute;
  list-style: none;
  top: -50px;
}

@-webkit-keyframes fall {
  to {
    top: 120%;
  }
}

@keyframes fall {
  to {
    top: 120%;
  }
}
@-webkit-keyframes sway1 {
  from {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(200px) rotate(-45deg);
            transform: translateX(200px) rotate(-45deg);
  }
}
@keyframes sway1 {
  from {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(200px) rotate(-45deg);
            transform: translateX(200px) rotate(-45deg);
  }
}
@-webkit-keyframes sway2 {
  from {
    -webkit-transform: translateX(200px) rotate(-45deg);
            transform: translateX(200px) rotate(-45deg);
  }
  to {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
}
@keyframes sway2 {
  from {
    -webkit-transform: translateX(200px) rotate(-45deg);
            transform: translateX(200px) rotate(-45deg);
  }
  to {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
}
.leaf li:nth-child(1) {
  -webkit-animation: fall 10s linear infinite, sway1 3s ease-in-out infinite alternate;
          animation: fall 10s linear infinite, sway1 3s ease-in-out infinite alternate;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  left: 0%;
  top: -60px;
}

.leaf li:nth-child(2) {
  -webkit-animation: fall 15s linear infinite, sway1 2s ease-in-out infinite alternate;
          animation: fall 15s linear infinite, sway1 2s ease-in-out infinite alternate;
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
  left: 10%;
  top: -70px;
}

.leaf li:nth-child(3) {
  -webkit-animation: fall 9s linear infinite, sway1 3.5s ease-in-out infinite alternate;
          animation: fall 9s linear infinite, sway1 3.5s ease-in-out infinite alternate;
  -webkit-animation-delay: 13s;
          animation-delay: 13s;
  left: 15%;
  top: -50px;
}

.leaf li:nth-child(4) {
  -webkit-animation: fall 8s linear infinite, sway2 4s ease-in-out infinite alternate;
          animation: fall 8s linear infinite, sway2 4s ease-in-out infinite alternate;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
  left: 20%;
  top: -70px;
}

.leaf li:nth-child(5) {
  -webkit-animation: fall 10s linear infinite, sway1 4s ease-in-out infinite alternate;
          animation: fall 10s linear infinite, sway1 4s ease-in-out infinite alternate;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  right: 10%;
  top: -60px;
}

.leaf li:nth-child(6) {
  -webkit-animation: fall 11s linear infinite, sway2 3s ease-in-out infinite alternate;
          animation: fall 11s linear infinite, sway2 3s ease-in-out infinite alternate;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  right: 20%;
  top: -50px;
}

.leaf li:nth-child(7) {
  -webkit-animation: fall 7s linear infinite, sway2 3.5s ease-in-out infinite alternate;
          animation: fall 7s linear infinite, sway2 3.5s ease-in-out infinite alternate;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
  right: 25%;
  top: -40px;
}

.wood-left {
  position: absolute;
  left: 0;
  top: 6%;
  z-index: 1;
}

.wood-right {
  position: absolute;
  top: 16%;
  right: 0;
  z-index: 1;
}

.section2-title {
  position: relative;
  z-index: 3;
}
.section2-title h2 {
  color: var(--AURO_, #553219);
  font-family: "001Shirokuma-Regular";
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
  letter-spacing: -12.8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.section2-title h2 .to {
  letter-spacing: -5.12px;
}
.section2-title h2 .boku {
  letter-spacing: -6.4px;
}
.section2-title h2 .ohanashi {
  letter-spacing: -5.12px;
}

.section2-sub-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 6px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative !important;
}
.section2-sub-title .auro-title-box {
  overflow: hidden;
}
.section2-sub-title h3 {
  color: var(--AURO_, #553219);
  text-align: center;
  font-family: "Annie Use Your Telescope";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 5.6px;
}
.section2-sub-title .sub-leaf {
  display: block;
  width: 58.365px;
  position: absolute;
}
.section2-sub-title .auro-title-box-3 {
  overflow: hidden;
}
.section2-sub-title .auro-title-box-3 h3 {
  color: var(--AURO_, #553219);
  text-align: center;
  font-family: "001Shirokuma-Regular";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px; /* 200% */
  letter-spacing: 1.2px;
}
.section2-sub-title .auro-title-box-4 {
  overflow: hidden;
}
.section2-sub-title .auro-title-box-4 h3 {
  text-align: center;
  font-family: "001Shirokuma-Regular";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px; /* 125% */
  letter-spacing: 1.2px;
}
.section2-sub-title .auro-title-box-5 {
  overflow: hidden;
}
.section2-sub-title .auro-title-box-5 h3 {
  text-align: center;
  font-family: "001Shirokuma-Regular";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px; /* 125% */
  letter-spacing: 1.2px !important;
}
.section2-sub-title .sub-leaf-3 {
  display: block;
  width: 58.365px;
  position: absolute;
  top: 0;
}
.section2-sub-title .sub-leaf-4 {
  display: block;
  width: 58.365px;
  position: absolute;
  top: 0;
}
.section2-sub-title .sub-leaf-5 {
  display: block;
  width: 58.365px;
  position: absolute;
  top: 0;
}

.penki-img {
  display: block;
  margin: 0 auto;
  width: 192px;
  position: relative;
  left: 35px;
  margin-bottom: 25px;
}

.penki-02 {
  width: auto;
  height: 100vh;
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}

.section-3-text {
  position: relative;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 10%;
  top: -151px;
}

.text-box:nth-child(even) {
  margin: 58px auto;
}
.text-box:last-child {
  margin-bottom: 0;
}

.text-2 {
  color: var(--AURO_, #553219);
  text-align: left;
  font-family: "A-OTF-UDReiminPro-Medium";
  font-size: 20px;
  font-style: normal;
  font-weight: 505;
  line-height: normal;
  letter-spacing: 4px;
}

.penki-03 {
  width: auto;
  height: 100vh;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  margin: 0 auto;
}

.section-4-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  z-index: 1;
  top: 9%;
  left: 7%;
}
.section-4-text .text-box .text-2:nth-child(1) {
  margin-bottom: 20px;
}

.section-4-text-02 {
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 7%;
  bottom: 9%;
}
.section-4-text-02 .text-box:nth-child(2) {
  margin: 20px 0;
}

.ato-box-01 {
  position: absolute;
  top: 15%;
  right: 41%;
}

.ato-01 {
  position: relative;
  top: -13px;
  right: 90%;
}

.ato-02 {
  position: relative;
  top: 10px;
  right: 74%;
}

.ato-03 {
  position: relative;
  top: -61px;
  right: 62%;
}

.ato-04 {
  position: relative;
  top: 18px;
  right: -178%;
}

.ato-box-02 {
  position: absolute;
  top: 34%;
  left: 6%;
}

.ato-05 {
  position: relative;
  top: -80px;
  left: -26px;
}

.penki-05 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: 0 auto;
  width: auto;
  height: 100vh;
}

.section5-text-01 {
  position: absolute;
  z-index: 1;
  top: 9%;
  left: 9%;
}

.section5-text-02 {
  position: absolute;
  z-index: 1;
  top: 17%;
  left: 9%;
}

.section5-text-03 {
  position: absolute;
  z-index: 1;
  top: 35%;
  left: 9%;
}

.section5-text-04 {
  position: absolute;
  z-index: 1;
  top: 45%;
  left: 9%;
}

.ato-07 {
  position: absolute;
  top: 4%;
  left: 8%;
  z-index: 2;
}

.ato-08 {
  position: absolute;
  top: 8%;
  left: 29%;
  z-index: 2;
}

.ato-09 {
  position: absolute;
  top: 5%;
  left: 35%;
  z-index: 2;
}

.ato-10 {
  position: absolute;
  z-index: 2;
  top: 16%;
  right: 20%;
}

.ato-11 {
  position: absolute;
  z-index: 2;
  top: 5%;
  right: 14%;
}

.ato-12 {
  position: absolute;
  z-index: 2;
  top: 42%;
  right: 12%;
}

.ato-13 {
  position: absolute;
  z-index: 2;
  bottom: 10%;
  right: 20%;
}

.ato-14 {
  position: absolute;
  z-index: 2;
  bottom: 4%;
  right: 13%;
}

.ato-15 {
  position: absolute;
  z-index: 2;
  bottom: 12%;
  right: 15%;
}

.penki-06 {
  display: block;
  margin: 0 auto 36px;
  width: 201px;
  height: auto;
}

.wax-01 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 auto;
  display: block;
  width: auto;
  height: 100vh;
}

.section7-text-01 {
  position: absolute;
  top: 9%;
  left: 9%;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
}
.section7-text-01 .text-box {
  width: 100%;
}
.section7-text-01 .text-box .text-2 {
  text-align: left;
}
.section7-text-01 .text-box:nth-child(1) {
  margin-bottom: 16px;
  grid-row-start: 1;
  grid-column-start: 1;
}
.section7-text-01 .text-box:nth-child(2) {
  margin-top: 0;
  margin-bottom: 0;
  grid-row-start: 2;
  grid-column-start: 1;
}
.section7-text-01 .text-box:nth-child(3) {
  margin-bottom: 35px;
  grid-row-start: 2;
  grid-column-start: 2;
}
.section7-text-01 .text-box:nth-child(4) {
  margin-top: 0;
  grid-row-start: 2;
  grid-column-start: 2;
  position: relative;
  top: 50px;
}

.wax-02 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: auto;
  height: 100vh;
}

.section-08-text-01 {
  position: absolute;
  z-index: 1;
  top: 10%;
  left: 9%;
}

.section-08-text-02 {
  position: absolute;
  top: 22%;
  left: 9%;
  z-index: 1;
}

.section-08-text-03 {
  position: absolute;
  top: 34%;
  left: 9%;
  z-index: 1;
}
.section-08-text-03 .text-box .text-2:nth-child(1) {
  margin-bottom: 46px;
  text-align: left;
}

.section-08-text-04 {
  position: absolute;
  top: 57%;
  left: 9%;
  z-index: 1;
}

#section13 .section-08-text-04 {
  top: 62%;
}

.section-08-text-05 {
  position: absolute;
  top: 63%;
  left: 9%;
  z-index: 1;
}

.star-01 {
  position: absolute;
  top: 3%;
  left: 4%;
  z-index: 1;
}

.star-02 {
  position: absolute;
  top: 8%;
  left: 3%;
  z-index: 1;
}

.star-03 {
  position: absolute;
  top: 2%;
  left: 30%;
  z-index: 1;
}

.star-04 {
  position: absolute;
  top: 20%;
  left: 5%;
  z-index: 1;
}

.star-05 {
  position: absolute;
  bottom: 24%;
  left: 4%;
  z-index: 1;
}

.star-06 {
  position: absolute;
  bottom: 16%;
  left: 8%;
  z-index: 1;
}

.star-07 {
  position: absolute;
  bottom: 13%;
  left: 6%;
  z-index: 1;
}

.star-08 {
  position: absolute;
  bottom: 8%;
  left: 9%;
  z-index: 1;
}

.wax-03 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: auto;
  height: 100vh;
}

.section-09-text {
  position: absolute;
  top: 4%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.section-09-text .text-box .text-2 {
  text-align: center;
}
.section-09-text .text-box .text-2:nth-child(1) {
  margin-bottom: 30px;
}

.senzai-01 {
  display: block;
  margin: 0 auto 47px;
  width: 324px;
}

.senzai-02 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: 100vh;
}

.section-11-text {
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto 0 160px 7%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.section-11-text .text-box:nth-child(1) {
  margin-bottom: 30px;
}
.section-11-text .text-box:nth-child(2) {
  margin-top: 0;
}

.senzai-03 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: 100vh;
}

.section-12-text-01 {
  position: absolute;
  top: 4%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.section-12-text-01 .text-box .text-2 {
  text-align: center;
}
.section-12-text-01 .text-box .text-2:nth-child(1) {
  margin-bottom: 25px;
}

.section-12-text-02 {
  position: absolute;
  top: 18%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.section-12-text-02 .text-2 {
  text-align: center;
}

.awa-01 {
  position: absolute;
  z-index: 1;
  left: 24%;
  top: 17%;
}

.awa-02 {
  position: absolute;
  z-index: 1;
  top: 7%;
  right: 25%;
}

.senzai-04 {
  width: auto;
  height: 100vh;
  position: absolute;
  top: 52%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#section13 .section-08-text-01 {
  width: 360px;
  right: 6%;
  left: initial;
}
#section13 .section-08-text-02 {
  width: 360px;
  right: 6%;
  left: initial;
}
#section13 .section-08-text-03 {
  width: 360px;
  right: 6%;
  left: initial;
}
#section13 .section-08-text-04 {
  width: 360px;
  right: 0%;
  top: initial;
  left: initial;
  bottom: 24%;
}
#section13 .section-08-text-05 {
  width: 360px;
  right: 0%;
  top: initial;
  left: initial;
  bottom: 16%;
}

.awa-img {
  position: absolute;
  z-index: 1;
}

.awa-03 {
  top: 3%;
  left: 15%;
}

.awa-04 {
  top: 15%;
  left: 22%;
}

.awa-05 {
  top: 10%;
  left: 40%;
}

.awa-06 {
  top: 5%;
  left: 44%;
}

.awa-07 {
  top: 11%;
  left: 51%;
}

.awa-08 {
  top: 1%;
  right: 20%;
}

.awa-09 {
  top: 6%;
  right: 13%;
}

.awa-10 {
  top: 8%;
  right: 10%;
}

.awa-11 {
  right: 10%;
  top: 47%;
}

.awa-12 {
  top: 53%;
  right: 17%;
}

.awa-13 {
  bottom: 2%;
  right: 22%;
}

.senzai-05 {
  position: absolute;
  bottom: -100px;
  right: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  width: auto;
  height: 100vh;
}

.section-13-text-01 {
  position: absolute;
  top: 7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}

.awa-14 {
  top: 50%;
  left: 5%;
}

.awa-15 {
  top: 32%;
  left: 9%;
}

.awa-16 {
  top: 16%;
  left: 15%;
}

.awa-17 {
  top: 8%;
  left: 5%;
}

.awa-18 {
  top: 1%;
  left: 9%;
}

.awa-19 {
  top: 6%;
  left: 27%;
}

.awa-20 {
  top: 15%;
  left: 30%;
}

.awa-21 {
  top: 5%;
  left: 35%;
}

.awa-22 {
  top: 17%;
  right: 16%;
}

.awa-23 {
  top: 10%;
  left: 68%;
}

.awa-24 {
  top: 2%;
  left: 61%;
}

.awa-25 {
  top: 8%;
  right: 11%;
}

.awa-26 {
  top: 28%;
  right: 11%;
}

.senzai-06 {
  position: absolute;
  left: 0%;
  top: 4%;
  right: 0;
  bottom: 0;
  display: block;
  margin: 0 auto;
  width: auto;
  height: 100vh;
}

.section-14-text-01 {
  position: relative;
  z-index: 1;
  width: 260px;
  margin: 0 0 0 auto;
  right: 4%;
}

.section-14-text-02 {
  position: relative;
  z-index: 1;
  width: 260px;
  margin: 30px 0 30px auto;
  right: 4%;
}

.section-14-text-03 {
  position: relative;
  z-index: 1;
  width: 260px;
  margin: 0 0 0 auto;
  right: 4%;
}

.section-14-text-04 {
  position: relative;
  z-index: 1;
  width: 260px;
  margin: 40vh 0 0 auto;
  right: 4%;
}

.senzai-07 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: 100vh;
}

.kuma {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wood-03 {
  position: absolute;
  top: 5%;
  left: 0;
  z-index: 1;
}

.section16-title {
  position: relative;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  top: -18%;
}
.section16-title h2 {
  color: var(--AURO_, #553219);
  text-align: center;
  font-family: "001Shirokuma-Regular";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
  letter-spacing: -12.8px;
}
.section16-title .auro-title-wrap {
  overflow: hidden;
}
.section16-title h3 {
  color: var(--AURO_, #553219);
  text-align: center;
  font-family: "Annie Use Your Telescope";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 5.6px;
}

.sub-leaf-16 {
  width: 58px;
  position: absolute;
}

#section16 .section2-sub-title {
  margin: -18px auto 0;
}

.section-16-text {
  position: relative;
  z-index: 1;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0% auto 0;
  bottom: -25%;
}
.section-16-text .text-2 {
  text-align: left;
}

.footer-top {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.footer-contents {
  height: 100%;
  padding: 0 114px 0 103px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 3;
}

.footer-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer-logo-link {
  position: relative;
  z-index: 2;
  mix-blend-mode: multiply;
}

.footer-logo {
  display: block;
  margin-left: -6px;
  width: 218.844px;
}

.footer-info {
  margin: 31px 0 20px;
}
.footer-info a {
  position: relative;
  z-index: 2;
}
.footer-info h2 {
  color: var(--AURO_, #553219);
  text-align: justify;
  font-family: "A-OTF-UDReiminPro-Medium";
  font-size: 20px;
  font-style: normal;
  font-weight: 505;
  line-height: normal;
  letter-spacing: 2px;
}
.footer-info .info-text {
  color: var(--AURO_, #553219);
  text-align: justify;
  font-family: "A-OTF-UDReiminPro-Light";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 4px;
  letter-spacing: 2px;
}
.footer-info .info-tel {
  color: var(--AURO_, #553219);
  text-align: justify;
  font-family: "A-OTF-UDReiminPro-Medium";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3.6px;
}

.footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 33px;
}
.footer-sns a {
  position: relative;
  z-index: 2;
}
.footer-sns img {
  width: 43px;
  height: 44px;
}

.footer-nav {
  margin-bottom: 3vh;
}
.footer-nav li {
  text-align: left;
}
.footer-nav a {
  color: var(--AURO_, #553219);
  text-align: right;
  font-family: "001Shirokuma-Regular";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 166.667% */
  letter-spacing: 2.4px;
  position: relative;
  z-index: 2;
}

.footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 8vh;
  width: 100%;
}
.footer-right .shop-icon {
  -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
}

.footer-shop a {
  position: relative;
  z-index: 2;
}
.footer-shop img {
  position: relative;
  z-index: 2;
}

.footer-btm {
  margin-top: 4vh;
  width: 100%;
}
.footer-btm p {
  color: var(--AURO_, #553219);
  font-family: "A-OTF-UDReiminPro-Medium";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.4px;
  margin-bottom: 20px;
}

#page-top {
  position: absolute;
  right: 37px;
  bottom: 43px;
  z-index: 2;
  cursor: pointer;
  display: none;
  z-index: 3;
}

.page-top-02 {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  row-gap: 10px;
}
.page-top-02 img {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.page-top-02 img:nth-child(1) {
  -webkit-animation: fadeInOut 3s infinite;
          animation: fadeInOut 3s infinite;
}
.page-top-02 img:nth-child(2) {
  -webkit-animation: fadeInOut 3s 1s infinite;
          animation: fadeInOut 3s 1s infinite;
}
.page-top-02 img:nth-child(3) {
  -webkit-animation: fadeInOut 3s 2s infinite;
          animation: fadeInOut 3s 2s infinite;
}

@-webkit-keyframes fadeInOut {
  0%, 100% {
    opacity: 0;
  }
  33.33% {
    opacity: 1;
  }
  66.66% {
    opacity: 0;
  }
}

@keyframes fadeInOut {
  0%, 100% {
    opacity: 0;
  }
  33.33% {
    opacity: 1;
  }
  66.66% {
    opacity: 0;
  }
}
.side-menu {
  position: fixed;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.side-menu-list {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 43px;
}
.side-menu-list li {
  text-orientation: upright;
  border-radius: 100px;
}
.side-menu-list li a {
  display: block;
  color: var(--AURO_, #553219);
  text-align: center;
  font-family: "001Shirokuma-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  padding: 18px 8px;
  background-image: url(../images/side-bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
}

.sp-email-link {
  display: none;
}

.section5-text-05 {
  display: none;
}

.ato-16 {
  display: none;
}

.section5-text-02-02 {
  display: none;
}

.ato-17,
.ato-18 {
  display: none;
}

.section-08-text-05-02 {
  display: none;
}

.sp-box {
  display: none;
}

.section-09-text-02 {
  display: none;
}

.section-08-text-04-02 {
  display: none;
}

.side-menu-sp {
  display: none;
}

.sp-side {
  display: none;
}

.sp-email-tel {
  display: none;
}

.ato {
  opacity: 0;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
}

.star:nth-child(1) {
  -webkit-animation: flashing 2s infinite;
          animation: flashing 2s infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.star:nth-child(2) {
  -webkit-animation: flashing 2s infinite;
          animation: flashing 2s infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.star:nth-child(3) {
  -webkit-animation: flashing 2s infinite;
          animation: flashing 2s infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.star:nth-child(4) {
  -webkit-animation: flashing 2s infinite;
          animation: flashing 2s infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.star:nth-child(5) {
  -webkit-animation: flashing 2s infinite;
          animation: flashing 2s infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.star:nth-child(6) {
  -webkit-animation: flashing 2s infinite;
          animation: flashing 2s infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.star:nth-child(7) {
  -webkit-animation: flashing 2s infinite;
          animation: flashing 2s infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.star:nth-child(8) {
  -webkit-animation: flashing 2s infinite;
          animation: flashing 2s infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.star:nth-child(9) {
  -webkit-animation: flashing 2s infinite;
          animation: flashing 2s infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.star:nth-child(10) {
  -webkit-animation: flashing 2s infinite;
          animation: flashing 2s infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.star:nth-child(11) {
  -webkit-animation: flashing 2s infinite;
          animation: flashing 2s infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.star:nth-child(12) {
  -webkit-animation: flashing 2s infinite;
          animation: flashing 2s infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.star:nth-child(13) {
  -webkit-animation: flashing 2s infinite;
          animation: flashing 2s infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.star:nth-child(14) {
  -webkit-animation: flashing 2s infinite;
          animation: flashing 2s infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.star:nth-child(15) {
  -webkit-animation: flashing 2s infinite;
          animation: flashing 2s infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.star:nth-child(16) {
  -webkit-animation: flashing 2s infinite;
          animation: flashing 2s infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.star:nth-child(17) {
  -webkit-animation: flashing 2s infinite;
          animation: flashing 2s infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.star:nth-child(18) {
  -webkit-animation: flashing 2s infinite;
          animation: flashing 2s infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.star:nth-child(19) {
  -webkit-animation: flashing 2s infinite;
          animation: flashing 2s infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.star:nth-child(20) {
  -webkit-animation: flashing 2s infinite;
          animation: flashing 2s infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.star:nth-child(21) {
  -webkit-animation: flashing 2s infinite;
          animation: flashing 2s infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes flashing {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flashing {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.awa-img {
  -webkit-animation: awaAwa 3s ease-in-out infinite alternate;
          animation: awaAwa 3s ease-in-out infinite alternate;
  -webkit-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;
}

@-webkit-keyframes awaAwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}

@keyframes awaAwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}
.sp-bg {
  display: none;
}

#footer {
  position: absolute;
  top: 0;
  left: 80px;
  height: 100vh;
  z-index: 6;
}
.sp-block {
  display: none;
}

.inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1338px;
  max-height: 964px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#section3 .text-box:nth-child(even) {
  margin: 30px 0;
}
#section3 .text-box:last-child {
  margin-top: 60px;
}

.penki-02,
.penki-03,
.penki-05 {
  width: 100%;
  height: auto;
}

.section-3-text {
  top: 63px;
  margin-left: 118px;
}

.ato-06 {
  position: relative;
  top: -42px;
}

.ato-box-01 {
  position: initial;
}

.ato-01 {
  position: absolute;
  top: 95px;
  left: 38%;
}

.ato-02 {
  top: 50px;
  left: 31%;
}

.ato-03 {
  position: absolute;
  bottom: 17px;
}

.ato-04 {
  position: absolute;
  right: 11%;
  top: 138px;
}

.ato-07 {
  top: 3%;
  left: 3%;
}

.ato-08 {
  top: 78%;
  left: 3%;
}

.ato-09 {
  top: 5%;
  right: 24%;
  left: initial;
}

.ato-10 {
  top: 4%;
  right: 8%;
}

.ato-11 {
  top: 9%;
  right: 14%;
}

.ato-12 {
  top: 18%;
  right: 8%;
}

.ato-13 {
  bottom: 7%;
  right: 14%;
}

.ato-14 {
  bottom: 3%;
  right: 6%;
}

.ato-15 {
  bottom: 10%;
  right: 9%;
}

.ato-16 {
  position: absolute;
  bottom: 16px;
  left: 0;
  z-index: 2;
}

.penki-06 {
  max-width: 460px;
}

.wax-01 {
  width: 100%;
  height: auto;
}

.section7-text-01 {
  top: 8%;
}

.wax-02,
.wax-03,
.senzai-02 {
  width: 100%;
  height: auto;
}

.section-09-text {
  top: 6%;
}

.section-11-text {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 57%;
  top: 90px;
}

.senzai-03 {
  width: 100%;
  height: auto;
}

.awa-01 {
  left: 21%;
  top: 6%;
}

.awa-02 {
  top: 1%;
  right: 24%;
}

.senzai-04 {
  width: 100%;
  height: auto;
}

#section13 .section-08-text-01 {
  right: -14%;
  top: 5%;
}
#section13 .section-08-text-02 {
  right: -14%;
  top: 16%;
}
#section13 .section-08-text-03 {
  right: -14%;
  top: 27%;
}
#section13 .section-08-text-04 {
  right: -20%;
  bottom: 21%;
}
#section13 .section-08-text-05 {
  right: -20%;
  bottom: 15%;
}

.awa-03 {
  top: -2%;
  left: 7%;
}

.awa-04 {
  top: -3%;
  left: 3%;
}

.awa-08 {
  top: -9%;
  right: 5%;
}

.awa-09 {
  top: -4%;
  right: -2%;
}

.awa-10 {
  top: -2%;
  right: -5%;
}

.awa-11 {
  right: -7%;
}

.awa-12 {
  top: 55%;
  right: 0%;
}

.awa-13 {
  bottom: 3%;
  right: -3%;
}

.awa-07 {
  top: initial;
  left: initial;
  bottom: 21px;
  right: -59px;
}

.awa-06 {
  top: -4%;
  left: 16%;
}

.awa-05 {
  top: initial;
  left: initial;
  top: 55%;
  right: -35px;
}

.senzai-05 {
  width: 100%;
  height: auto;
}

.section-13-text-01 {
  top: 12%;
}

.senzai-06 {
  width: 100%;
  height: auto;
}

.section-14-text-01 {
  right: 0%;
  top: 6%;
}

.section-14-text-02 {
  right: 0%;
  top: 7%;
}

.section-14-text-03 {
  right: 0%;
  top: 8%;
}

.section-14-text-04 {
  right: 0%;
  margin-top: 27%;
}

.senzai-07 {
  width: 100%;
  height: auto;
}

#section13 .inner {
  max-height: 762px;
  max-width: 1072px;
  margin-left: 0;
  position: absolute;
  bottom: 0;
}

#section14 .inner {
  margin-left: 0;
}
.side-menu-list li.side-auro-about-link a {
  background: none;
  background-image: none;
  padding: 0;
}

@media screen and (max-width: 790px) {
  .sp-none {
    display: none;
  }
  .sp-block {
    display: inline;
  }
  .sp-email-tel {
    display: block;
  }
  #fullpage {
    overflow: hidden;
  }
  .section {
    position: relative;
  }
  #section0 {
    height: 100vh;
    height: 100svh;
  }
  .swiper-container {
    position: relative;
    top: 54px;
  }
  .section1-fv {
    height: 100%;
  }
  .fv-img-box picture {
    height: 100%;
  }
  .fv-img-box img {
    -o-object-position: 31%;
       object-position: 31%;
    width: auto;
    overflow: visible;
  }
  .logo-link {
    width: 100px;
    top: 40px;
  }
  .logo-link img {
    width: 100%;
  }
  .sp-email-link {
    display: block;
    position: absolute;
    top: 51px;
    left: 32px;
    z-index: 7;
  }
  .bard img {
    width: 68px;
  }
  #section1 {
    padding-bottom: 223px;
    padding-top: 56px;
  }
  #section1 .wood-left {
    position: initial;
    width: 174px;
    display: block;
    margin: 0 auto 0 0;
  }
  #section1 .wood-right {
    position: initial;
    width: 145px;
    display: block;
    margin: -75px 0 0 auto;
  }
  #section1 .section2-title {
    margin-top: 60px;
  }
  #section1 .section2-title h2 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -7.2px;
  }
  #section1 .section2-title h2 .to {
    letter-spacing: -2.88px;
  }
  #section1 .section2-title h2 .boku {
    letter-spacing: -3.6px;
  }
  #section1 .section2-sub-title h3 {
    font-size: 16px;
    letter-spacing: 3.2px;
  }
  #section1 .section2-sub-title .sub-leaf {
    width: 35.589px;
  }
  #section2 {
    padding-bottom: 140px;
  }
  #section2 .penki-img {
    width: 27%;
    min-width: 107pxx !important;
    display: block;
    margin: 0 auto;
  }
  #section3 .section-3-text {
    position: initial;
  }
  #section3 .penki-02 {
    position: initial;
  }
  .section-4-text,
  .section-4-text-02,
  .penki-03,
  .ato-box-01,
  .ato-box-02,
  .section5-text-01,
  .section5-text-02,
  .section5-text-03,
  .section5-text-04,
  .penki-06,
  .section7-text-01,
  .wax-01,
  .section-08-text-01,
  .section-08-text-02,
  .section-08-text-03,
  .section-08-text-04,
  .section-08-text-05,
  .wax-02,
  .section-09-text,
  .wax-03,
  .senzai-01,
  .section-11-text,
  .senzai-02,
  .section-13-text-01,
  .senzai-05,
  .section-14-text-01,
  .section-14-text-02,
  .section-14-text-03,
  .section-14-text-04,
  .senzai-07,
  .section16-title,
  .section2-sub-title,
  .wood-03,
  .kuma,
  .section-16-text,
  .penki-05,
  .senzai-03,
  .section-12-text-01,
  .section-12-text-02 {
    position: initial;
  }
  #section3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #section3 .section-3-text {
    margin: 0 auto;
  }
  .text-box:nth-child(even) {
    margin: 30px auto;
  }
  .text-2 {
    font-size: 14px;
    letter-spacing: 2.8px;
  }
  .penki-02 {
    width: 140%;
    display: block;
    margin-top: 70px;
    margin-right: -121px;
  }
  #section4 {
    padding-top: 80px;
    padding-bottom: 82px;
  }
  .section-4-text {
    margin: 0 auto;
  }
  .section-4-text .text-box .text-2:nth-child(1) {
    margin-bottom: 15px;
  }
  .penki-03 {
    margin: 67px auto 64px -40px;
    display: block;
    width: 113%;
  }
  .section-4-text-02 {
    margin: 0 auto;
  }
  .ato-box-01 {
    position: absolute;
    top: 0;
    right: initial;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .ato-01 {
    position: absolute;
    top: 21px;
    right: initial;
    left: 26%;
    width: 24px;
    height: 21px;
  }
  .ato-02 {
    position: absolute;
    width: 24px;
    height: 21px;
    top: 47px;
    right: initial;
    left: 19%;
  }
  .ato-03 {
    position: absolute;
    width: 24px;
    height: 21px;
    top: 162px;
    right: 21%;
  }
  .ato-04 {
    position: absolute;
    width: 24px;
    height: 21px;
    top: 13px;
    left: 10%;
  }
  .ato-box-02 {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: initial;
    left: initial;
    top: 0;
  }
  .ato-05 {
    position: absolute;
    width: 24px;
    height: 21px;
    top: 107px;
    left: initial;
    right: 9%;
  }
  .ato-06 {
    position: absolute;
    width: 24px;
    height: 21px;
    top: 192px;
    left: initial;
    right: 14%;
  }
  .section5-text-02 {
    margin: 31px 0;
  }
  .section5-text-03 {
    margin-bottom: 31px;
  }
  .section5-text-04 {
    display: none;
  }
  .section5-text-05 {
    display: block;
    margin-top: 107px;
    position: relative;
    top: -50px;
  }
  .penki-05 {
    width: 132%;
    margin-left: -44px;
    margin-bottom: 20px;
  }
  .ato-07 {
    width: 24px;
    height: 21px;
    top: -44%;
    left: 18%;
  }
  .ato-08 {
    width: 24px;
    height: 21px;
    top: -40%;
    left: 7%;
  }
  .ato-09 {
    width: 24px;
    height: 21px;
    top: -26%;
    left: 18%;
  }
  .ato-10 {
    width: 24px;
    height: 21px;
    top: -35%;
    right: 18%;
  }
  .ato-11 {
    width: 24px;
    height: 21px;
    top: -43%;
    right: 5%;
  }
  .ato-12 {
    width: 24px;
    height: 21px;
    top: 24%;
    right: 10%;
  }
  .ato-13 {
    width: 24px;
    height: 21px;
    bottom: initial;
    right: 16%;
    top: 20%;
  }
  .ato-14 {
    width: 24px;
    height: 21px;
    bottom: initial;
    right: 18%;
    top: -4%;
  }
  .ato-15 {
    width: 24px;
    height: 21px;
    bottom: initial;
    right: 10%;
    top: -9%;
  }
  .ato-16 {
    display: block;
    width: 24px;
    height: 21px;
    position: absolute;
    left: 10%;
    top: 11%;
  }
  .section5-text-02-02 {
    display: block;
    margin-top: 31px;
    margin-bottom: 31px;
  }
  .section5-text-02 {
    display: none;
  }
  .ato-17 {
    display: block;
    position: absolute;
    bottom: 13%;
    left: 36%;
  }
  .ato-18 {
    display: block;
    position: absolute;
    bottom: 0%;
    left: 56%;
  }
  .penki-06 {
    -webkit-transform: initial;
            transform: initial;
    width: 32%;
    min-width: 101px !important;
    margin: 0 auto;
    display: block;
  }
  #section6 {
    padding-top: 315px;
    padding-bottom: 157px;
  }
  .wax-01 {
    width: 127%;
    margin: 86px auto 0 -65px;
  }
  #section8 {
    padding-top: 50px;
    padding-bottom: 42px;
  }
  .section-08-text-05 {
    display: none;
  }
  .section-08-text-05-02 {
    display: block;
  }
  .section-08-text-01 {
    margin-bottom: 91px;
  }
  .section-08-text-02 {
    margin-bottom: 31px;
  }
  .section-08-text-03 {
    margin-bottom: 31px;
  }
  .section-08-text-03 .text-box .text-2:nth-child(1) {
    margin-bottom: 31px;
    text-align: center;
  }
  .wax-02 {
    margin: 76px auto 76px -22px;
    display: block;
    width: 120%;
  }
  .star-01 {
    width: 13px;
    height: 16px;
    top: 4%;
    right: initial;
    left: 18%;
  }
  .star-02 {
    width: 13px;
    height: 16px;
    top: 6%;
    right: initial;
    z-index: 1;
    left: 24%;
  }
  .star-03 {
    width: 13px;
    height: 16px;
    top: 3%;
    right: initial;
    z-index: 1;
    left: 69%;
  }
  .star-04 {
    width: 13px;
    height: 16px;
    top: 1%;
    right: initial;
    z-index: 1;
    left: 75%;
  }
  .star-05 {
    width: 13px;
    height: 16px;
    top: 37%;
    right: initial;
    z-index: 1;
    left: 72%;
  }
  .star-06 {
    width: 13px;
    height: 16px;
    top: 42%;
    right: initial;
    z-index: 1;
    left: 82%;
  }
  .star-07 {
    width: 13px;
    height: 16px;
    top: 45%;
    right: initial;
    z-index: 1;
    left: 78%;
  }
  .star-08 {
    width: 13px;
    height: 16px;
    top: 47%;
    right: initial;
    z-index: 1;
    left: 20%;
  }
  .sp-box {
    display: block;
  }
  .star-09 {
    position: absolute;
    left: 25%;
    bottom: 13%;
    width: 13px;
    height: 16px;
  }
  .star-10 {
    position: absolute;
    left: 21%;
    bottom: 10%;
    width: 13px;
    height: 16px;
  }
  .star-11 {
    position: absolute;
    left: 64%;
    bottom: -44px;
    width: 13px;
    height: 16px;
  }
  #section9 {
    padding-top: 103px;
    padding-bottom: 303px;
  }
  .wax-03 {
    width: 100%;
    -webkit-transform: initial;
            transform: initial;
  }
  .section-09-text {
    -webkit-transform: initial;
            transform: initial;
  }
  .section-09-text .text-box .text-2:nth-child(2) {
    display: none;
  }
  .senzai-01 {
    -webkit-transform: initial;
            transform: initial;
    width: 37%;
    min-width: 147px !important;
    margin: 0 auto;
    display: block;
  }
  #section10 {
    padding-bottom: 176px;
  }
  .section-09-text-02 {
    display: block;
    margin-top: 87px;
  }
  #section11 {
    padding-bottom: 139px;
    padding-bottom: 78px;
  }
  #section11 .section-11-text {
    margin: 0 auto;
  }
  #section11 .section-11-text .text-box {
    margin-bottom: 31px;
  }
  .section-11-text {
    margin: 0 auto;
  }
  .section-11-text .text-box {
    margin-bottom: 31px;
  }
  .section-11-text .text-box:nth-child(1) .text-2 {
    margin-bottom: 31px;
  }
  .senzai-02 {
    -webkit-transform: initial;
            transform: initial;
    margin-top: 124px;
  }
  #section12 {
    padding-bottom: 78px;
  }
  .senzai-03 {
    -webkit-transform: initial;
            transform: initial;
    width: 121%;
    margin-left: -46px;
  }
  .section-12-text-01 {
    -webkit-transform: initial;
            transform: initial;
    padding-top: 58px;
  }
  .section-12-text-02 {
    -webkit-transform: initial;
            transform: initial;
    margin-top: 31px;
    margin-bottom: 110px;
  }
  .awa-01 {
    width: 35px;
    left: 17%;
    top: 40%;
  }
  .awa-02 {
    width: 33px;
    top: 0;
    right: 17%;
  }
  #section13 {
    padding-bottom: 60px;
  }
  #section13 .section-08-text-01 {
    padding-top: 90px;
    margin-bottom: 84px;
  }
  #section13 .section-08-text-01 .text-box .text-2:nth-child(1) {
    margin-bottom: 31px;
  }
  #section13 .section-08-text-05 {
    display: block;
    margin-top: 82px;
  }
  #section13 .section-08-text-04 {
    display: none;
  }
  .senzai-04 {
    width: 114%;
    margin: 224px auto 0 -24px;
    display: block;
    position: initial;
    -webkit-transform: initial !important;
            transform: initial !important;
  }
  .section-08-text-04-02 {
    display: block;
  }
  .awa-03 {
    width: 37px;
    top: 4%;
    left: 24%;
  }
  .awa-04 {
    width: 17px;
    top: 27%;
    left: 18%;
  }
  .awa-05 {
    width: 18px;
    top: 0;
    left: 75%;
  }
  .awa-06 {
    width: 42px;
    top: 9%;
    left: 77%;
  }
  .awa-07 {
    width: 17px;
    top: 16%;
    left: 86%;
  }
  .awa-08 {
    width: 37px;
    top: 38%;
    right: 12%;
  }
  .awa-09 {
    width: 72px;
    top: 46%;
    right: initial;
    left: 17%;
  }
  .awa-10 {
    width: 17px;
    top: 52%;
    right: initial;
    left: 46%;
  }
  .awa-11 {
    width: 36px;
    right: 35%;
    top: 55%;
  }
  .awa-12 {
    width: 18px;
    top: 57%;
    right: 62%;
  }
  .awa-13 {
    width: 17px;
    bottom: initial;
    right: 22%;
    top: 61%;
  }
  #section13-2 {
    padding-bottom: 198px;
  }
  .section-13-text-01 {
    -webkit-transform: initial;
            transform: initial;
    padding-top: 132px;
  }
  .senzai-05 {
    -webkit-transform: initial;
            transform: initial;
    width: 100%;
    margin-top: 145px;
  }
  .awa-14 {
    width: 38px;
    top: 9%;
    left: 9%;
  }
  .awa-15 {
    width: 18px;
    top: 7%;
    left: 40%;
  }
  .awa-16 {
    width: 37px;
    top: 0;
    left: 30%;
  }
  .awa-17 {
    top: 8%;
    left: 56%;
    width: 41px;
  }
  .awa-18 {
    width: 44px;
    top: 4%;
    left: 70%;
  }
  .awa-19 {
    width: 17px;
    top: 26%;
    left: 74%;
  }
  .awa-20 {
    width: 17px;
    top: 36%;
    left: 47%;
  }
  .awa-21 {
    width: 36px;
    top: 31%;
    left: 30%;
  }
  .awa-22 {
    width: 42px;
    top: 31%;
    right: 13%;
  }
  .awa-23 {
    display: none;
  }
  .awa-24 {
    display: none;
  }
  .awa-25 {
    display: none;
  }
  .awa-26 {
    display: none;
  }
  #section14 .section-14-text-01 {
    margin: 0 auto;
  }
  #section14 .section-14-text-02 {
    margin: 31px auto 0;
  }
  .senzai-06 {
    position: initial;
    -webkit-transform: initial;
            transform: initial;
    margin: 106px auto 106px -59px;
    width: 122%;
  }
  .section-14-text-03 {
    display: none;
  }
  .section-14-text-04 {
    display: none;
  }
  .section-14-text-03-02 {
    margin-bottom: 30px;
  }
  #section15 {
    padding: 88px 0 152px;
  }
  .senzai-07 {
    -webkit-transform: initial;
            transform: initial;
    width: 132%;
    margin: 0 auto 0 -55px;
  }
  #section16 {
    padding-bottom: 177px;
  }
  #section16 .section2-sub-title {
    margin-top: 0;
  }
  #section16 .section2-sub-title h3 {
    font-size: 16px;
    letter-spacing: 3.2px;
  }
  .section16-title {
    padding-top: 234px;
    position: relative;
    z-index: 3;
  }
  .section16-title h2 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -7.2px;
  }
  .sub-leaf-16 {
    width: 28.465px;
  }
  .wood-03 {
    position: absolute;
    width: 252px;
  }
  .kuma {
    -webkit-transform: initial;
            transform: initial;
    width: 126%;
    margin: -44px auto 0 -52px;
  }
  .section-16-text {
    margin-top: -70px;
    padding: 0 45px;
  }
  .section-16-text .text-2 {
    letter-spacing: 1.4px;
  }
  .side-menu {
    display: none;
  }
  .side-menu-sp {
    display: block;
    position: relative;
    z-index: 3;
  }
  .side-menu-list-sp {
    padding-top: 76px;
    padding-bottom: 116px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
  .side-menu-list-sp li {
    border-radius: 100px;
    width: 154.86px;
  }
  .side-menu-list-sp li a {
    display: block;
    color: var(--AURO_, #553219);
    text-align: center;
    font-family: "001Shirokuma-Regular";
    font-size: 14.884px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.837px; /* 140% */
    letter-spacing: -1.488px;
    padding: 7px 12px 4px;
    border-radius: 100px;
    background-image: url(../images/side-bg-w.svg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .footer-contents {
    display: block;
    padding-bottom: 170px;
  }
  .footer-logo-link img {
    width: 152px;
    margin-left: -4px;
  }
  .footer-left {
    display: grid;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
  }
  .footer-info {
    margin-top: 6px;
    margin-bottom: 0;
  }
  .footer-info h2 {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
  .footer-info .info-text {
    font-size: 10px;
    letter-spacing: 1px;
  }
  .footer-info .info-tel {
    font-size: 20px;
    letter-spacing: 2px;
    margin-top: 12px;
  }
  .footer-sns {
    position: absolute;
    right: 0;
    bottom: -12px;
    display: block;
  }
  .footer-sns img {
    width: 35px;
    height: 35px;
    margin-bottom: 14px;
  }
  .footer-right {
    display: none;
  }
  .footer-btm {
    display: grid;
    row-gap: 6px;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
  .footer-btm p {
    font-size: 10px;
    letter-spacing: 1px;
  }
  #page-top {
    display: block;
    right: 16px;
    width: 21px;
    height: 21px;
    bottom: 54px;
  }
  .sp-side {
    display: block;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    position: fixed;
    top: 82px;
    right: -6px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
  .sp-side a {
    color: var(--AURO_, #553219);
    text-align: center;
    font-family: "001Shirokuma-Regular";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 11px;
    border-radius: 8px;
    display: block;
    padding: 11px;
    text-orientation: upright;
    background-image: url(../images/side-bg-y.svg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .link-auro-about {
    top: 230px;
    right: 0px;
  }
  .link-auro-about a {
    padding: 0;
    background: none;
  }
  .link-auro-about a img {
    width: 18px;
  }
  .sp-bg {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    mix-blend-mode: multiply;
    z-index: 2;
  }
  #section2 .section2-sub-title {
    display: none;
  }
  #section2 .penki-img {
    left: 0;
    min-width: initial;
  }
  .section-3-text .text-2 {
    text-align: center;
  }
  #section3 .penki-02 {
    height: auto;
    width: 122%;
    display: block;
    margin-top: 70px;
    margin-left: 87px;
    margin-right: initial;
  }
  .penki-03 {
    height: auto;
  }
  #section4 .text-2 {
    text-align: center;
  }
  #section5 .text-2 {
    text-align: center;
  }
  .penki-05 {
    height: auto;
    margin-top: 99px;
    margin-bottom: 52px;
  }
  .penki-06 {
    min-width: initial;
  }
  #section6 .section2-sub-title {
    display: none;
  }
  #section7 .section7-text-01 {
    display: block;
    width: 100%;
  }
  #section7 .section7-text-01 .text-2 {
    text-align: center;
  }
  #section7 .wax-01 {
    height: auto;
    position: initial;
    width: 126%;
    -webkit-transform: initial !important;
            transform: initial !important;
  }
  #section8 {
    padding-top: 92px;
  }
  #section8 .text-2 {
    text-align: center;
  }
  .wax-02 {
    height: auto;
  }
  .wax-03 {
    height: auto;
  }
  #section9 .text-2 {
    text-align: center;
  }
  .senzai-01 {
    min-width: initial;
  }
  #section10 .section2-sub-title {
    display: none;
  }
  #section11 .text-2 {
    text-align: center;
  }
  .senzai-02 {
    width: 100%;
    height: auto;
  }
  .senzai-03 {
    height: auto;
  }
  #section13 .section-08-text-01,
  #section13 .section-08-text-02,
  #section13 .section-08-text-03,
  #section13 .section-08-text-04,
  #section13 .section-08-text-05 {
    width: 100%;
  }
  #section13 .text-2 {
    text-align: center;
  }
  .senzai-04 {
    height: auto;
  }
  .senzai-05 {
    height: auto;
  }
  #section13-2 .section-13-text-01 .text-2 {
    text-align: center;
  }
  #section14 .text-2 {
    text-align: center;
  }
  .senzai-06 {
    height: auto;
  }
  .senzai-07 {
    height: auto;
  }
  #footer {
    position: initial;
    height: auto;
    padding-bottom: 78px;
  }
  .page-top-02 {
    display: none;
  }
  .footer-contents {
    padding: 0 45px;
    height: auto;
  }
  .footer-btm {
    margin-top: 50px;
    row-gap: 0;
    text-align: center;
  }
  .footer-btm p {
    margin-bottom: 6px;
  }
  .section7-text-01 .text-box:nth-child(2) {
    margin-bottom: 30px;
  }
  .section7-text-01 .text-box:nth-child(4) {
    top: 0;
  }
  .fv-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0;
    -webkit-animation: slideAnimation 20s linear infinite 0.2s;
            animation: slideAnimation 20s linear infinite 0.2s;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  @-webkit-keyframes slideAnimation {
    0% {
      opacity: 0;
    }
    10% {
      opacity: 1;
    }
    30% {
      opacity: 1;
    }
    65% {
      opacity: 1;
    }
    95% {
      opacity: 1;
    }
    98% {
      opacity: 0.5;
    }
    100% {
      opacity: 0;
      -webkit-transform: translateX(-55%);
              transform: translateX(-55%);
    }
  }
  @keyframes slideAnimation {
    0% {
      opacity: 0;
    }
    10% {
      opacity: 1;
    }
    30% {
      opacity: 1;
    }
    65% {
      opacity: 1;
    }
    95% {
      opacity: 1;
    }
    98% {
      opacity: 0.5;
    }
    100% {
      opacity: 0;
      -webkit-transform: translateX(-55%);
              transform: translateX(-55%);
    }
  }
  #section3 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ato-box-01 {
    top: -72px;
  }
  .ato-03 {
    top: 171px;
  }
  .ato-box-02 {
    top: -58px;
  }
  #section13 .inner {
    position: initial;
  }
  .inner {
    max-height: initial !important;
    position: relative;
    top: initial;
    left: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}
.ato-20 {
  position: absolute;
  left: 145px;
  bottom: 55%;
  z-index: 1;
}

.ato-21 {
  position: absolute;
  right: 80px;
  bottom: 200px;
  z-index: 1;
}

.ato-22 {
  position: absolute;
  right: 18%;
  top: 84px;
  z-index: 2;
}

.ato-23 {
  position: absolute;
  left: 24px;
  bottom: 60px;
  z-index: 1;
}

.ato-27 {
  position: absolute;
  z-index: 1;
  bottom: 52px;
  left: 26px;
}

.ato-28 {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 165px;
}

.star-012 {
  position: absolute;
  right: 28%;
  top: 2%;
  z-index: 2;
}

.star-013 {
  position: absolute;
  right: 16%;
  top: 7%;
  z-index: 2;
}

.star-014 {
  position: absolute;
  right: 12%;
  top: 5%;
  z-index: 2;
}

.star-015 {
  position: absolute;
  right: 14%;
  top: 11%;
  z-index: 2;
}

.star-016 {
  position: absolute;
  right: 10%;
  top: 18%;
  z-index: 2;
}

.star-017 {
  position: absolute;
  right: 6%;
  top: 43%;
  z-index: 2;
}

.star-018 {
  position: absolute;
  right: 6%;
  bottom: 7%;
  z-index: 2;
}

.star-019 {
  position: absolute;
  right: 8%;
  bottom: 10%;
  z-index: 2;
}

.awa-011 {
  position: absolute;
  z-index: 1;
  top: 15%;
  left: 4%;
}

.awa-012 {
  position: absolute;
  z-index: 1;
  top: 22%;
  left: 15%;
}

.awa-013 {
  position: absolute;
  z-index: 1;
  top: 3%;
  left: 9%;
}

.awa-014 {
  position: absolute;
  z-index: 1;
  top: 15%;
  left: 17%;
}

.awa-015 {
  position: absolute;
  z-index: 1;
  top: 10%;
  right: 9%;
}

.awa-016 {
  position: absolute;
  z-index: 1;
  top: 4%;
  right: 9%;
}

.awa-017 {
  position: absolute;
  z-index: 1;
  top: 9%;
  right: 4%;
}

.awa-27 {
  position: absolute;
  z-index: 1;
  top: 21%;
  left: -13%;
}

.awa-28 {
  position: absolute;
  z-index: 1;
  left: -1%;
  bottom: 13%;
}

.awa-29 {
  position: absolute;
  z-index: 1;
  left: 5%;
  bottom: -1%;
}

.awa-16 {
  width: 155px;
  height: 170px;
  top: 15%;
  left: 0%;
}

.awa-17 {
  width: 83.244px;
  height: 74.245px;
  top: 10%;
  left: 7%;
}

.awa-14 {
  top: 81%;
  left: 2%;
}

.awa-15 {
  top: 49%;
  left: 4%;
}

.awa-18 {
  top: 88%;
  left: 6%;
}

.awa-19 {
  top: 18%;
  left: 20%;
}

.awa-20 {
  top: 21%;
  left: 21%;
}

.awa-21 {
  width: 142px;
  height: 161px;
  top: 7%;
  left: 26%;
}

.awa-22 {
  top: 24%;
  right: 7%;
}

.awa-23 {
  top: 23%;
  left: 64%;
}

.awa-24 {
  top: 15%;
  left: 66%;
}

.awa-25 {
  width: 161px;
  height: 182px;
  top: 9%;
  right: 9%;
}

.awa-26 {
  top: 19%;
  right: 24%;
}

@media screen and (max-width: 790px) {
  .ato-20,
  .ato-21,
  .ato-22,
  .ato-23,
  .ato-27,
  .ato-28,
  .star-012,
  .star-013,
  .star-014,
  .star-015,
  .star-016,
  .star-017,
  .star-018,
  .star-019,
  .awa-011,
  .awa-012,
  .awa-013,
  .awa-014,
  .awa-015,
  .awa-016,
  .awa-017,
  .awa-27 {
    display: none;
  }
  .awa-16 {
    width: 37px;
    top: -100px;
    left: 30%;
  }
  .awa-17 {
    top: 8%;
    left: 56%;
    width: 41px;
  }
  .awa-14 {
    width: 38px;
    top: 9%;
    left: 9%;
  }
  .awa-15 {
    width: 18px;
    top: 7%;
    left: 40%;
  }
  .awa-18 {
    width: 44px;
    top: 4%;
    left: 70%;
  }
  .awa-19 {
    width: 17px;
    top: 36%;
    left: 77%;
  }
  .awa-20 {
    width: 17px;
    top: 50%;
    left: 47%;
  }
  .awa-21 {
    width: 36px;
    top: 31%;
    left: 30%;
  }
  .awa-22 {
    width: 42px;
    top: 47%;
    right: 12%;
  }
  .awa-23 {
    top: 23%;
    left: 64%;
  }
  .awa-24 {
    top: 15%;
    left: 66%;
  }
  .awa-25 {
    width: 161px;
    height: 182px;
    top: 9%;
    right: 9%;
  }
  .awa-26 {
    top: 19%;
    right: 24%;
  }
  .awa-29 {
    display: none;
  }
  .awa-28 {
    display: none;
  }
}
.menu {
  position: fixed;
  top: 57px;
  right: 53px;
  z-index: 99999;
  cursor: pointer;
}
.menu img {
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.menu-open.open {
  opacity: 0;
  visibility: hidden;
}

.menu-close {
  opacity: 0;
  visibility: hidden;
}
.menu-close.open {
  opacity: 1;
  visibility: visible;
}

.nav {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(../images/bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 4%;
  opacity: 0;
  visibility: hidden;
  z-index: -10;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.nav.open {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
.nav img {
  mix-blend-mode: multiply;
}

.nav-pc {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.nav-logo {
  margin-bottom: 73px;
}
.nav-logo a {
  display: block;
}
.nav-logo a span {
  display: block;
  color: var(--AURO_, #553219);
  text-align: justify;
  font-family: "A-OTF-UDReiminPro-Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 505;
  line-height: normal;
  letter-spacing: 1.6px;
  text-align: center;
  margin-top: 10px;
}

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 107px;
     -moz-column-gap: 107px;
          column-gap: 107px;
}
.nav-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.nav-list a {
  color: var(--AURO_, #553219);
  text-align: center;
  font-family: "001Shirokuma-Regular";
  font-size: 24px;
  font-style: normal;
  font-weight: 505;
  line-height: normal;
  letter-spacing: 2.4px;
}

.auro-blog-link {
  color: var(--AURO_, #553219);
  font-family: "001Shirokuma-Regular";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin: 63px auto;
}
.auro-blog-link span {
  letter-spacing: -6px;
  padding-right: 12px;
}
@media screen and (max-width: 790px) {
  .auro-blog-link {
    font-size: 20px;
    margin: 0 auto;
  }
  .auro-blog-link span {
    letter-spacing: -4px;
  }
}

.shop-list p {
  color: var(--AURO_, #553219);
  text-align: center;
  font-family: "001Shirokuma-Regular";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -13.5px;
  text-align: center;
  margin-bottom: 30px;
}

.shop-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
.shop-icon img {
  display: block;
  mix-blend-mode: initial;
}

.nav-info {
  position: absolute;
  bottom: 83px;
  right: 143px;
}
.nav-info span {
  display: block;
  color: var(--AURO_, #553219);
  font-family: "001Shirokuma-Regular";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -13.5px;
}
.nav-info .tel-num {
  color: var(--AURO_, #553219);
  font-family: "A-OTF-UDReiminPro-Medium";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3.6px;
}
.nav-info .email {
  display: block;
  margin-top: 19px;
}

.nav-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.p-email-tel {
  display: none;
}

.sp-nav-sns {
  display: none;
}

@media screen and (max-width: 790px) {
  .nav {
    padding-top: 8vh;
  }
  .nav-logo {
    margin-bottom: 33px;
  }
  .nav-logo img {
    width: 137px;
    height: 55px;
    display: block;
    margin: 0 auto;
  }
  .nav-logo a span {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
  .nav-list {
    margin-bottom: 0;
  }
  .nav-list ul {
    display: block;
  }
  .nav-list ul .slash {
    display: none;
  }
  .nav-list ul li {
    text-align: center;
    margin-bottom: 14px;
  }
  .nav-list ul a {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
  .nav-list .nav-sns {
    display: none;
  }
  .sp-email-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 37px;
    margin: 37px auto 31px;
  }
  .sp-email-tel a {
    display: block;
  }
  .shop-list p {
    font-size: 24px;
    letter-spacing: -10.8px;
    margin-bottom: 15px;
  }
  .shop-icon {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  .sp-auro-icon {
    width: 92px;
    height: 50px;
  }
  .sp-auro-icon img {
    width: 100%;
  }
  .sp-y-r-icon {
    width: 50px;
    height: 50px;
  }
  .sp-y-r-icon img {
    width: 100%;
  }
  .sp-nav-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
    margin-top: 46px;
  }
  .nav-info {
    display: none;
  }
  .nav-bg {
    width: 100%;
  }
}/*# sourceMappingURL=style12.css.map */