@charset "UTF-8";
body,
div,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
a,
figure {
  margin: 0;
  padding: 0;
  font-family: "Helvetica", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

a {
  transition: all 0.3s ease-in;
}
a:hover {
  opacity: 0.6;
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

main {
  background: #fff;
  height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 980px) {
  main {
    height: 100%;
  }
}

.main-area {
  width: 100%;
  height: calc(100svh - 80px);
  display: flex;
  justify-content: space-between;
  background: url(../img/amaze-iizuka-bg-a.png) top left/contain no-repeat;
}
@media (max-width: 980px) {
  .main-area {
    flex-direction: column;
    align-items: center;
    background: none;
    flex-grow: 1;
    height: auto;
  }
}
.main-area__left {
  width: 53%;
  height: calc(100svh - 80px);
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  z-index: 1;
}
.main-area__left figure {
  position: relative;
  z-index: 5;
}
.main-area__left figure img {
  width: 100%;
  height: 100%;
}
@media (max-width: 980px) {
  .main-area__left {
    order: 1;
    width: 100%;
    height: 100%;
    aspect-ratio: 13/14;
    background: url(../img/amaze-iizuka-bg_sp.png) bottom/contain no-repeat;
  }
}
.main-area__left-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: calc(100svh - 80px);
  z-index: 0;
  background: url(../img/amaze-iizuka-bg-b.png) bottom left/contain no-repeat;
}
@media (max-width: 980px) {
  .main-area__left-bg {
    display: none;
    background: none;
  }
}
.main-area .sub-area {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  font-size: 9px;
  padding-left: 8px;
  padding-bottom: 8px;
}
.main-area__right {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4%;
  padding-right: 5%;
  position: relative;
  z-index: 5;
}
@media (max-width: 980px) {
  .main-area__right {
    order: 0;
    padding-right: 0;
    width: 100%;
    padding: 30px;
  }
}
.main-area__right figure {
  width: 100%;
  height: 100%;
}
.main-area__right figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main-area__right h1 {
  display: inline-block;
  max-width: 100%;
  max-height: calc((100svh - 80px) * 0.4);
  aspect-ratio: 2.4/1;
}
@media (max-width: 980px) {
  .main-area__right h1 {
    max-height: unset;
    aspect-ratio: unset;
  }
}
.main-area__right > div {
  display: inline-block;
  max-width: 100%;
}
.main-area__right > div:nth-child(2) {
  display: grid;
  place-items: center;
  max-height: calc((100svh - 80px) * 0.14);
  aspect-ratio: 7/1;
}
@media (max-width: 980px) {
  .main-area__right > div:nth-child(2) {
    max-height: unset;
    aspect-ratio: unset;
  }
}
.main-area__right > div:nth-child(3) {
  max-height: calc((100svh - 80px) * 0.24);
  aspect-ratio: 4.1/1;
}
@media (max-width: 980px) {
  .main-area__right > div:nth-child(3) {
    max-height: unset;
    aspect-ratio: unset;
  }
}
.main-area__right a {
  height: 100%;
  display: inline-block;
  height: fit-content;
}

.under-area {
  width: 100%;
  display: flex;
  height: 80px;
}
.under-area__left {
  width: 78%;
  height: 100%;
  padding: 10px 20px;
  background: #88060d;
  display: grid;
  place-items: center;
}
@media (max-width: 980px) {
  .under-area__left {
    width: 60%;
  }
}
.under-area__left picture img {
  width: 100%;
  height: 100%;
  max-height: 60px;
  object-fit: contain;
}
.under-area__right {
  width: 22%;
  padding: 10px 20px;
  background: #dcdddd;
  display: grid;
  place-items: center;
}
@media (max-width: 980px) {
  .under-area__right {
    width: 40%;
  }
}
.under-area__right picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}/*# sourceMappingURL=style.css.map */