@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  background: #474747;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

.bg {
  position: fixed;
}
@media only screen and (min-width: 768px) {
  .bg {
    height: 100vh;
    max-width: 100vw;
    width: 100%;
    background-image: url(../img/bgright.png);
    background-size: 120vh;
    background-repeat: no-repeat;
    background-position: top right;
  }
}
@media only screen and (max-width: 767px) {
  .bg {
    height: 100vh;
    max-width: 100vw;
    width: 100%;
    background-image: url(../img/bgright.png);
    background-size: 100vh;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media only screen and (min-width: 768px) {
  .bg__text {
    font-family: Impact;
    display: flex;
    text-align: center;
    line-height: 0.1;
    font-size: 17vh;
    z-index: 1;
    position: relative;
    margin: 0 10vh;
  }
  .bg__text p {
    color: #000000;
    text-shadow: -5px 3px 2px #474747;
    writing-mode: vertical-lr;
    text-orientation: sideways-right;
    margin: 0 7vh;
    transform: rotate(180deg);
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    text-align: right;
    min-height: 100vh;
  }
}
@media only screen and (max-width: 767px) {
  .bg__text {
    font-family: Impact;
    text-align: center;
    line-height: 0.1;
    font-size: 8vh;
    z-index: 1;
    position: relative;
    margin: 10px 5vh;
  }
  .bg__text p {
    color: #000000;
    text-shadow: -5px 3px 2px #888888;
    writing-mode: vertical-lr;
    text-orientation: sideways-right;
    margin: 0 2.5vh;
    transform: rotate(180deg);
    position: relative;
    z-index: 1;
    justify-content: center;
    text-align: right;
  }
}

.down-arrow {
  position: absolute;
  top: calc(100vh - 100px);
  left: calc(50% - 14px);
  width: 0;
  height: 30px;
  border: 2px solid;
  border-radius: 2px;
}
.down-arrow:after {
  content: " ";
  position: absolute;
  top: 12px;
  left: -10px;
  width: 16px;
  height: 16px;
  border-bottom: 4px solid;
  border-right: 4px solid;
  border-radius: 4px;
  transform: rotateZ(45deg);
}

@keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 20px;
  }
  100% {
    margin-top: 0;
  }
}
.down-arrow {
  animation: jumpInfinite 1.5s infinite;
}

.nav {
  font-family: "M PLUS Rounded 1c", sans-serif;
  position: sticky;
  top: 0;
  background-color: #666;
}
@media only screen and (min-width: 768px) {
  .nav {
    padding: 40px;
    font-size: 25px;
    z-index: 50;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .nav {
    display: none;
  }
}
.nav a {
  color: #000;
  background: #FFF;
  padding: 8px 10px 10px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.2s;
}
.nav a:hover {
  opacity: 0.8;
}

@media only screen and (min-width: 768px) {
  .title {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
  }
}
@media only screen and (max-width: 767px) {
  .title {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
  }
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 5.9vw;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    margin-top: 15%;
  }
}

.wrap__one {
  background: #fff;
  position: relative;
  z-index: 10;
}
.wrap__two {
  background: white;
  color: #000;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .wrap__two {
    padding-bottom: 100px;
  }
}

.info {
  background-color: rgba(0, 0, 0, 0.5960784314);
  font-weight: 500;
  color: #fff;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .info {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
  }
}
@media only screen and (max-width: 767px) {
  .info {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
  }
}
.info:after {
  content: "";
  position: absolute;
  background: url(../img/bg-sunplaza.png);
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .info:after {
    bottom: 20;
    right: 0;
    width: 1000px;
    height: 1000px;
  }
}
@media only screen and (max-width: 767px) {
  .info:after {
    background-size: contain;
    width: 1000px;
    height: 1000px;
    left: 10vw;
    overflow: hidden;
  }
}
.info__content {
  display: flex;
  padding: 150px 0;
}
@media only screen and (min-width: 768px) {
  .info__date {
    font-size: 3em;
    line-height: 0.5em;
    position: absolute;
    text-align: left;
    top: 65vh;
    left: 25vh;
    z-index: 10;
  }
  .info__date h4 {
    font-size: 2rem;
  }
  .info__date ul {
    list-style-type: "※";
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .info__date ul {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .info__date {
    position: relative;
    margin-left: 10px;
    z-index: 10;
  }
  .info__date h4 {
    font-size: 1.5rem;
  }
}
.info__date a {
  color: rgb(255, 74, 74);
  text-decoration: none;
}
.info__date a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .info__text {
    width: 100vw;
    font-family: Impact;
    text-align: center;
    font-size: 20vh;
    line-height: 1em;
    z-index: 1;
  }
  .info__text p {
    position: absolute;
    top: 0vw;
    left: 10vw;
    color: #000000;
    text-shadow: -5px 3px 2px #676767;
    z-index: 1;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .info__text {
    width: 100vw;
    font-family: Impact;
    text-align: center;
    font-size: 10vh;
    line-height: 1em;
    z-index: 1;
  }
  .info__text p {
    position: absolute;
    top: 0vw;
    left: 10px;
    color: #000000;
    text-shadow: 5px 3px 2px #676767;
    z-index: 1;
    text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  .flex {
    display: flex;
    max-width: 70vh;
    width: 100%;
    margin: 0 auto;
  }
}

.buy {
  color: #fff;
  background: #ef0012;
  border-radius: 8px;
  text-decoration: none;
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.8rem 0.8rem 0.8rem;
  text-align: center;
  max-width: 15vh;
  margin: 10px auto;
  width: 100%;
  transition: 0.2s;
}
.buy:hover {
  opacity: 0.8;
}

.sold {
  color: #fff;
  background: #ef0012;
  border-radius: 8px;
  text-decoration: none;
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.8rem 0.8rem 0.8rem;
  text-align: center;
  max-width: 15vh;
  margin: 10px auto;
  width: 100%;
  transition: 0.2s;
}
.sold p {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.notbuy {
  color: #fff;
  background: #999;
  border-radius: 8px;
  text-decoration: none;
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  margin: 30px auto 0 auto;
  padding: 0.8rem 0.8rem 0.8rem;
  text-align: center;
  max-width: 300px;
  width: 100%;
}

.items {
  padding-bottom: 15vh;
}
.items__text {
  color: #000;
  background-color: rgba(255, 255, 255, 0.6901960784);
}
@media only screen and (min-width: 768px) {
  .items__text {
    padding-top: 10vh;
    max-width: 60vw;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .items__text {
    min-height: -moz-max-content;
    min-height: max-content;
    padding-top: 5vh;
    max-width: 95vw;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .items__text img {
    max-height: 50vh;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .items__text img {
    max-height: -moz-fit-content;
    max-height: fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
    margin: 0 auto;
  }
}
.items__img {
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .items h3 {
    background: #fff;
    font-size: 50px;
    font-weight: bolder;
    border-left: solid black 20px;
    padding-left: 10px;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .items h3 {
    font-size: 20px;
    font-weight: bolder;
    border-left: solid black 10px;
    border-top: solid black 2px;
    padding-left: 10px;
    max-width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  .items p {
    background: #fff;
    font-size: 35px;
    font-weight: 500;
    padding-left: 10px;
    line-height: 0.5;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .items p {
    font-size: 15px;
    padding-left: 10px;
    max-width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .items .aqkey-text {
    margin: 30px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .items .aqkey-text {
    margin: 40px 0 0;
  }
}
.items .aqkey-text__ttl {
  text-align: center;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .items .aqkey-text__ttl {
    font-size: 22px;
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .items .aqkey-text__ttl {
    font-size: 35px;
    margin: 0 0 30px;
  }
}
.items .aqkey-text__ttl span {
  border-bottom: 7px solid #000;
}
.items .aqkey-text p {
  line-height: 1.7;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .items .aqkey-text p {
    max-width: 100%;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .items .aqkey-text p {
    max-width: 570px;
    margin: 0 auto;
    font-size: 25px;
  }
}
.items .aqkey-text p .text-ttl {
  display: block;
}
.items .aqkey-text p .text-ttl:nth-of-type(2) {
  margin: 10px 0 0;
}
.items .aqkey-text p .text-note {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .items .aqkey-text p .text-note {
    font-size: 14px;
    margin: 10px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .items .aqkey-text p .text-note {
    font-size: 18px;
    margin: 10px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .items__main {
    order: -1;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .items__main {
    width: 50%;
  }
}

.bottom {
  background: url(../img/scuba.png);
  font-weight: 500;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .bottom {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: left top;
  }
}
@media only screen and (max-width: 767px) {
  .bottom {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    overflow-y: hidden;
  }
}
.bottom:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7411764706);
  z-index: 0;
}
.bottom .sns {
  font-size: 50px;
  position: relative;
  z-index: 50;
}
.bottom .sns a {
  color: white;
  text-decoration: none;
  transition: 0.2s;
}
.bottom .sns a:hover {
  color: #009fef;
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .global_foot {
    height: 284px;
  }
}

footer {
  position: relative;
  z-index: 500;
}

@keyframes display-pc {
  0% {
    transform: translateX(0px);
    opacity: 0;
  }
  10% {
    transform: translateX(-25vh);
    opacity: 1;
  }
  20% {
    transform: translateX(-25vh);
    opacity: 1;
  }
  30% {
    transform: translateX(-400px);
    opacity: 0;
  }
  100% {
    transform: translateX(-400px);
    opacity: 0;
  }
}
@keyframes display-sp {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media only screen and (min-width: 768px) {
  .pic-ctn {
    position: relative;
    height: 50vh;
  }
}
@media only screen and (max-width: 767px) {
  .pic-ctn {
    height: 500px;
  }
}

.pic-ctn > img {
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .pic-ctn > img {
    position: absolute;
    animation: display-pc 20s infinite;
  }
}
@media only screen and (max-width: 767px) {
  .pic-ctn > img {
    position: absolute;
    left: 0;
    animation: display-sp 20s infinite;
  }
}

img:nth-child(2) {
  animation-delay: 5s;
}

img:nth-child(3) {
  animation-delay: 10s;
}

img:nth-child(4) {
  animation-delay: 15s;
}/*# sourceMappingURL=style.css.map */