main {
  width: min(375px, 100%);
  background-color: #fff;
  position: absolute;
  left: 10%;
  top: 10%;
}
@media screen and (max-width: 900px) {
  main {
    position: relative;
    left: auto;
    top: auto;
    margin: auto;
  }
}

#nav_panel {
  width: 370px;
  padding: 30px 10px;
  border-radius: 5px;
  position: fixed;
  right: 2%;
  top: 5%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
@media screen and (max-width: 900px) {
  #nav_panel {
    display: none;
  }
}
#nav_panel div {
  width: 280px;
  margin: 0 auto 20px auto;
}
#nav_panel ul {
  color: #fff;
}
#nav_panel ul li {
  padding: 0 0 15px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #fff;
}
#nav_panel ul li:last-child {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
#nav_panel ul li span {
  display: block;
  font-family: "Arsenal", sans-serif;
  font-size: var(--size_18);
}
#nav_panel ul li span small {
  font-family: "Marcellus", serif;
  font-size: var(--size_14);
  margin: 0 10px 0 0;
}
#nav_panel ul li a {
  font-size: var(--size_14);
  color: #fff;
  line-height: 1.7;
  display: block;
}

#hero {
  width: min(375px, 100%);
  margin: 0 auto;
}

#information {
  padding: 20px;
  margin: 20px;
  border: 1px solid #323232;
}
#information h2 {
  font-size: var(--size_18);
  text-align: center;
}
#information p {
  font-size: var(--size_10);
  text-align: center;
}

#img_price {
  margin: 0 0 50px 0;
}

#intro {
  width: min(375px, 100%);
  padding: 0 20px;
  margin: 0 auto 160px auto;
}

#tagline {
  width: min(375px, 100%);
  padding: 0 20px;
  margin: 0 auto 40px auto;
  font-size: var(--size_22);
  font-weight: var(--weight_500);
}

#readcopy {
  width: min(375px, 100%);
  padding: 0 20px;
  margin: 0 auto 30px auto;
  line-height: 1.6;
}

#logo_company {
  width: min(375px, 100%);
  padding: 0 20px;
  margin: 0 auto 170px auto;
}

#summary {
  width: min(375px, 100%);
  padding: 0 20px;
  margin: 0 auto 20px auto;
}

#summary_img {
  width: min(375px, 100%);
  padding: 0 10px;
  margin: 0 auto 65px auto;
}

#headline_features {
  font-family: "Marcellus", serif;
  font-size: var(--size_18);
  color: #7f7f7f;
  text-align: center;
  line-height: 1;
  margin: 50px 0;
}

.headline {
  width: min(375px, 100%);
  padding: 0 20px;
  margin: 0 auto 70px auto;
  font-size: var(--size_22);
  font-weight: var(--weight_500);
}

.sub_title {
  font-size: var(--size_18);
  font-weight: var(--weight_500);
  margin: 0 0 50px 0;
}

.box_1 {
  width: min(375px, 100%);
  margin: auto;
}

#box_2 {
  width: min(375px, 100%);
  padding: 0 0 40px 0;
  margin: 0 auto 40px auto;
  background-color: #f3f3f3;
}
#box_2 article {
  padding: 60px 20px 0 20px;
}

#box_3 {
  width: min(375px, 100%);
  padding: 50px 20px 30px 20px;
  margin: 0 auto 70px auto;
  background-color: #f3f3f3;
}

#box_4 {
  width: min(375px, 100%);
  padding: 40px 20px 0 20px;
  margin: 0 auto 30px auto;
}

.box_5 {
  width: min(375px, 100%);
  margin: 0 auto 50px auto;
}

.box_6 {
  width: min(375px, 100%);
  padding: 0 20px;
  margin: 0 auto 50px auto;
}

.box_7 {
  width: min(375px, 100%);
  padding: 40px 10px 30px 10px;
  margin: 0 auto;
  background-color: #f3f3f3;
}

.box_8 {
  width: min(375px, 100%);
  padding: 50px 10px;
  margin: 0 auto;
}

.box_9 {
  width: min(375px, 100%);
  margin: 0 auto 10px auto;
}
.box_9 a {
  width: 280px;
  margin: 0 auto 40px auto;
  display: block;
  font-family: "Arsenal", sans-serif;
  font-size: 40px;
  color: #382e21;
  transition: 0.5s;
}
.box_9 a:hover {
  opacity: 0.5;
}
.box_9 div {
  display: grid;
  grid-area: 20px;
  text-align: center;
}
.box_9 div small {
  font-size: var(--size_10);
}
.box_9 div h2 {
  font-family: "Marcellus", serif;
  font-size: var(--size_30);
}

#additional_note {
  width: min(375px, 100%);
  padding: 0 20px;
  margin: 0 auto 80px auto;
  font-size: 12px;
}

#notice {
  width: min(375px, 100%);
  padding: 0 20px;
  margin: 0 auto 45px auto;
}

.grid_1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
}
.grid_1 li figure figcaption {
  font-size: var(--size_12);
  text-align: center;
}

.notice {
  font-size: var(--size_10);
  text-align: right;
}

.object {
  width: min(375px, 100%);
  overflow: hidden;
}
.object img {
  transition: 1s;
  opacity: 0;
  transform: scale(110%);
}
.object.active img {
  opacity: 1;
  transform: scale(100%);
}

.chapter {
  display: grid;
  grid-template-columns: 9fr 1fr;
  gap: 10px;
  padding: 70px 0 0 0;
  margin: 0 0 30px 0;
  color: #7f7f7f;
  line-height: 1;
}
.chapter p:first-child {
  font-family: "Marcellus", serif;
  font-size: var(--size_14);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.chapter p:first-child::after {
  content: "";
  width: 0%;
  position: absolute;
  left: 22%;
  border-top: 1px solid #7f7f7f;
  transition: 1.5s;
}
.chapter p:last-child {
  font-size: var(--size_18);
  opacity: 0;
}
.chapter.active p:first-child::after {
  content: "";
  animation-delay: 0.5s;
  animation-name: active_1;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes active_1 {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 78%;
    opacity: 1;
  }
}
.chapter.active p:last-child {
  font-family: "Jost", sans-serif;
  opacity: 0;
  animation-delay: 1s;
  animation-name: active_2;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes active_2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#zoom_1 {
  position: relative;
}
#zoom_1 .c-zoo-controls_1 {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#zoom_1 .c-zoom-btn_1 {
  background: #000;
  color: #fff;
  line-height: 1.5;
  border: none;
  padding: 8px 12px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
}
#zoom_1 .p-loc__int__map_1 {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  max-width: 800px;
}
#zoom_1 .js-zoomable-img_1 {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: auto;
  cursor: grab;
  transition: transform 0.1s ease;
  transform-origin: center center;
  will-change: transform;
}

#zoom_2 {
  position: relative;
}
#zoom_2 .c-zoo-controls_2 {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#zoom_2 .c-zoom-btn_2 {
  background: #000;
  color: #fff;
  line-height: 1.5;
  border: none;
  padding: 8px 12px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
}
#zoom_2 .p-loc__int__map_2 {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  max-width: 800px;
}
#zoom_2 .js-zoomable-img_2 {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: auto;
  cursor: grab;
  transition: transform 0.1s ease;
  transform-origin: center center;
  will-change: transform;
}

#zoom_3 {
  position: relative;
}
#zoom_3 .c-zoo-controls_3 {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#zoom_3 .c-zoom-btn_3 {
  background: #000;
  color: #fff;
  line-height: 1.5;
  border: none;
  padding: 8px 12px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
}
#zoom_3 .p-loc__int__map_3 {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  max-width: 800px;
}
#zoom_3 .js-zoomable-img_3 {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: auto;
  cursor: grab;
  transition: transform 0.1s ease;
  transform-origin: center center;
  will-change: transform;
}

#zoom_4 {
  position: relative;
}
#zoom_4 .c-zoo-controls_4 {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#zoom_4 .c-zoom-btn_4 {
  background: #000;
  color: #fff;
  line-height: 1.5;
  border: none;
  padding: 8px 12px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
}
#zoom_4 .p-loc__int__map_4 {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  max-width: 800px;
}
#zoom_4 .js-zoomable-img_4 {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: auto;
  cursor: grab;
  transition: transform 0.1s ease;
  transform-origin: center center;
  will-change: transform;
}

#map_04 {
  overflow-x: auto;
  white-space: nowrap;
  cursor: grab;
  position: relative;
}
#map_04 #scroll_area {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  align-items: center;
  justify-items: center;
  z-index: 1;
}
#map_04 #scroll_area div {
  width: 140px;
  animation-name: icon_scroll;
  animation-delay: 0s;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  animation-fill-mode: none;
}
@keyframes icon_scroll {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50px, 0);
  }
}
#map_04 #map_img {
  width: 650px;
  padding: 0 0 0 10px;
}

.pinch {
  overflow-x: auto;
  white-space: nowrap;
  cursor: grab;
  position: relative;
}
.pinch .pinch_area {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  align-items: center;
  justify-items: center;
  z-index: 1;
}
.pinch .pinch_area img {
  width: 100px;
  padding: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
}

.entry {
  width: min(375px, 100%);
  padding: 10px;
  margin: auto;
  border: 5px solid #efede6;
  background-image: url(../images/top/bg_01.png);
  background-size: contain;
}
.entry > div {
  background-color: #efede6;
}
.entry > div figure figcaption {
  padding: 40px 0 30px 0;
}
.entry > div figure figcaption h4 {
  font-size: var(--size_20);
  font-weight: var(--weight_500);
  text-align: center;
  line-height: 1;
  margin: 0 0 30px 0;
}
.entry > div figure figcaption p {
  text-align: center;
  margin: 0 0 20px 0;
}
.entry > div figure figcaption .price {
  width: 290px;
  margin: 0 auto 20px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  color: #0E285E;
}
.entry > div figure figcaption .price div:first-child {
  font-size: 13px;
  line-height: 1.2;
}
.entry > div figure figcaption .price div:last-child {
  font-size: 24px;
}
.entry > div figure figcaption .price div:last-child p {
  line-height: 1.5;
  margin: 0;
}
.entry > div figure figcaption .price div:last-child p small {
  font-size: 12px;
}
.entry > div figure figcaption a {
  width: 290px;
  margin: auto;
  display: block;
  transition: 0.5s;
}
.entry > div figure figcaption a:hover {
  opacity: 0.5;
}

.thumbnail img {
  margin: 0 0 5px 0;
}
.thumbnail figcaption {
  font-size: var(--size_12);
}
.thumbnail figcaption small {
  font-size: var(--size_10);
  margin: 0 0 0 20px;
}

#slide_1 {
  width: min(375px, 100%);
  padding: 30px 20px 90px 20px;
  margin: auto;
  background-image: url(../images/top/bg_02.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
#slide_1 h2 {
  font-size: var(--size_18);
  font-weight: var(--weight_500);
  color: #fff;
  margin: 0 0 60px 0;
}
#slide_1 #slider_1 {
  padding: 0 40px;
}
#slide_1 #slider_1 figure img {
  margin: 0 0 5px 0;
}
#slide_1 #slider_1 figure figcaption {
  font-size: var(--size_14);
  color: #fff;
  line-height: 1.2;
}
#slide_1 #slider_1 figure figcaption small {
  font-size: var(--size_10);
}

#ugoclo {
  width: 150px;
  margin: 0 auto 10px auto;
}

#slide_3 {
  width: 200px;
  margin: 0 auto 130px auto;
}

#slide_4 {
  padding: 0 10px;
  margin: 0 auto 30px auto;
}

#group {
  width: min(375px, 100%);
  padding: 0 20px;
  margin: 0 auto 20px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 20px;
}/*# sourceMappingURL=top.css.map */