@charset "UTF-8";
.container__title, .container__date, .container__price, .container__note {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  width: 100%;
}

.container__title {
  height: 450px;
  background-image: url(../img/title.png);
}

.container__date {
  height: 250px;
  background-image: url(../img/date.png);
  margin: 30px 0 70px;
}

.container__price {
  height: 80px;
  background-image: url(../img/price.png);
}

.container__btn a {
  margin: 0;
  width: 350px;
}

.container__note {
  margin-top: 7px;
  height: 50px;
  background-image: url(../img/top_about.png);
}

@media (max-width: 768px) {
  #hero {
    height: 800px;
  }
}

@media (max-width: 600px) {
  #hero {
    height: 700px;
  }
  .container__title {
    height: 270px;
  }
  .container__date {
    height: 100px;
    margin: 20px 0 40px;
  }
  .container__price {
    height: 30px;
  }
  .container__note {
    margin-top: 10px;
    height: 30px;
  }
}

@media (max-width: 576px) {
  .container__btn a {
    margin: 0;
  }
}

#hero {
  /* background-size: cover; */
}

.top-img1 {
  display: table;
  width: 100%;
  height: 1080px;
  background: url(../img/top-image1.jpeg);
  background-size: auto 180%;
  /* background-repeat:no-repeat; */
  background-position: calc(50% + 300px) calc(50% - 150px);
}

@media (max-width: 1500px) {
  .top-img1 {
    background-size: auto 130%;
  }
}

@media (max-width: 1200px) {
  .top-img1 {
    background-size: auto 170%;
    background-position: calc(50% + 200px) calc(50% - 130px);
    height: 900px !important;
  }
  .top-img1 .container__title {
    height: 330px !important;
  }
  .top-img1 .container__date {
    height: 210px !important;
    margin: 30px 0 20px !important;
  }
  .top-img1 .container__price {
    height: 40px !important;
  }
}

@media (max-width: 992px) {
  .top-img1 {
    background-size: auto 140%;
    background-position: calc(50% + 150px) calc(50% - 150px);
  }
  .top-img1 .container__title {
    height: 280px !important;
  }
  .top-img1 .container__date {
    height: 195px !important;
  }
  .top-img1 .container__price {
    height: 50px !important;
  }
  .top-img1 .container__note {
    height: 28px !important;
  }
}

@media (max-width: 768px) {
  .top-img1 {
    background-size: auto 155%;
    background-position: calc(50% + 120px) calc(50% - 90px);
    height: 680px !important;
  }
  .top-img1 .container__title {
    height: 210px !important;
  }
  .top-img1 .container__date {
    height: 150px !important;
  }
  .top-img1 .container__price {
    height: 30px !important;
  }
  .top-img1 .container__note {
    height: 24px !important;
  }
}

@media (max-width: 576px) {
  .top-img1 {
    background-size: auto 150%;
    background-position: calc(50% + 45px) calc(50% - 90px);
    height: 500px !important;
  }
  .top-img1 .container__title {
    height: 140px !important;
  }
  .top-img1 .container__date {
    height: 95px !important;
    margin: 15px 0 10px !important;
  }
  .top-img1 .container__price {
    height: 30px !important;
  }
  .top-img1 .container__note {
    height: 25px !important;
  }
  .top-img1 .container__btn > a {
    width: 195px !important;
  }
}

.top-img2 {
  display: table;
  width: 100%;
  height: 1080px;
  display: none;
  background: url(../img/top-image2.jpeg);
  background-size: auto 160%;
  background-position: calc(50% + 350px) calc(50% - 0px);
}

.top-img2 .container {
  padding-top: 32px;
}

@media (max-width: 1500px) {
  .top-img2 {
    background-size: auto 130%;
  }
}

@media (max-width: 1200px) {
  .top-img2 {
    background-position: calc(50% + 200px) calc(50% - 130px);
    height: 900px !important;
  }
  .top-img2 .container__title {
    height: 330px !important;
  }
  .top-img2 .container__date {
    height: 150px !important;
    margin: 60px 0 50px !important;
  }
  .top-img2 .container__price {
    height: 40px !important;
  }
}

@media (max-width: 992px) {
  .top-img2 {
    background-size: auto 140%;
    background-position: calc(50% + 150px) calc(50% - 150px);
  }
  .container__title {
    height: 280px !important;
  }
  .container__date {
    height: 140px !important;
  }
  .container__price {
    height: 50px !important;
  }
  .container__note {
    height: 17px !important;
  }
}

@media (max-width: 768px) {
  .top-img2 {
    background-size: auto 155%;
    background-position: calc(50% + 120px) calc(50% - 90px);
    height: 680px !important;
  }
  .container__title {
    height: 210px !important;
  }
  .container__date {
    height: 100px !important;
  }
  .container__price {
    height: 30px !important;
  }
  .container__note {
    height: 13px !important;
  }
}

@media (max-width: 576px) {
  .top-img2 {
    background-size: auto 150%;
    background-position: calc(50% + 45px) calc(50% - 90px);
    height: 500px !important;
  }
  .container__title {
    height: 140px !important;
  }
  .container__date {
    height: 70px !important;
    margin: 30px 0 20px !important;
  }
  .container__price {
    height: 30px !important;
  }
  .container__note {
    height: 13px !important;
  }
  .container__btn > a {
    width: 195px !important;
  }
}

#about {
  padding: 130px 0;
}

#about > h2 {
  margin-bottom: 50px;
  background-image: url(../img/about/heading.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 90px;
}

#about .about__row {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#about .about__row__left {
  display: inline-block;
  width: 100%;
  height: 470px;
  background-image: url(../img/about/qposd_alice01.jpg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}

#about .about__row__right {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  background-image: url(../img/about/text.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  height: 210px;
  width: 100%;
}

#about .about__row__note {
  position: absolute;
  top: calc(100% + 15px);
  background-image: url(../img/about_note.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 25px;
  width: 100%;
}

@media (max-width: 1200px) {
  #about {
    padding: 100px 0 60px;
  }
  #about > h2 {
    margin-bottom: 10px;
  }
  #about .about__row {
    height: unset;
    position: static;
  }
  #about .about__row__left {
    height: 330px;
    position: static;
    background-position: center;
  }
  #about .about__row__right {
    margin-top: 30px;
    top: unset;
    position: static;
    transform: translateY(0%);
    background-position: center;
  }
  #about .about__row__note {
    position: static;
    background-position: center;
  }
}

@media (max-width: 992px) {
  #about .about__row__left {
    height: 300px;
  }
  #about .about__row__note {
    background-position: center;
  }
}

@media (max-width: 576px) {
  #about > h2 {
    height: 60px;
  }
  #about .about__row__left {
    height: 300px;
  }
}

@media (max-width: 450px) {
  #about {
    padding: 50px 0 30px;
  }
  #about .about__row__left {
    height: 270px;
  }
}

@media (max-width: 400px) {
  #about .about__row__left {
    height: 220px;
  }
}

#product {
  padding: 130px 0 80px;
}

#product > h2 {
  margin-bottom: 30px;
  background-image: url(../img/product_title.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 90px;
}

#product .product__row {
  position: relative;
}

#product .product__row__left {
  overflow: hidden;
  position: relative;
  width: 50%;
}

#product .product__row__left__images {
  position: absolute;
  transform: translateX(0%) translateY(-50%);
  top: 47%;
  left: 5.5%;
  z-index: 0;
  height: 89%;
  width: 89%;
}

#product .product__row__left__images__image1, #product .product__row__left__images__image2, #product .product__row__left__images__image3, #product .product__row__left__images__image4 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#product .product__row__left__images__image2, #product .product__row__left__images__image3, #product .product__row__left__images__image4 {
  left: -100%;
}

#product .product__row__left__frame2 {
  width: 100%;
}

#product .product__row__left__frame {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
  width: 100%;
  z-index: 100;
}

#product .product__row__left .fa-angle-right,
#product .product__row__left .fa-angle-left {
  position: absolute;
  top: 50%;
  color: grey;
  font-size: 60px;
  transform: translateY(-50%);
}

#product .product__row__left .fa-angle-right {
  right: 11%;
  z-index: 1000;
}

#product .product__row__left .fa-angle-left {
  left: 11%;
  z-index: 1000;
}

#product .product__row__right {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
}

#product .product__row__right__image {
  width: 100%;
}

#product .product__row__note {
  position: absolute;
  top: calc(100% + 1px);
  background-image: url(../img/about_note.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 25px;
  width: 100%;
}

@media (max-width: 1200px) {
  #product .product__row {
    position: static;
  }
  #product .product__row__left {
    background-position: center;
    width: 80%;
    margin: 0 auto;
  }
  #product .product__row__right {
    position: static;
    width: 100%;
    background-position: center;
  }
  #product .product__row__note {
    position: static;
    margin: 30px 0;
    background-position: center;
  }
  #product > h2 {
    height: 70px;
  }
}

@media (max-width: 1200px) {
  #product {
    padding: 60px 0 40px;
  }
}

.cvr {
  margin: 20px 0;
}

.cvr a {
  width: 350px;
}

@media (max-width: 576px) {
  #product > h2 {
    height: 60px;
  }
  .cvr a {
    width: 290px;
  }
}

#scene {
  padding: 130px 0;
  width: 100%;
}

#scene > h2 {
  margin-bottom: 20px;
  background-image: url(../img/scene/heading.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 90px;
}

#scene .scene__row {
  font-size: 0;
  position: relative;
}

#scene .scene__row__card {
  display: inline-block;
  width: 540px;
  height: 400px;
  margin-right: 15px;
  margin-bottom: 25px;
  background-color: white;
  border-radius: 12px;
}

#scene .scene__row__card:nth-child(even) {
  margin-right: 0;
  margin-left: 15px;
}

#scene .scene__row__card__image {
  width: 100%;
  height: 60%;
}

#scene .scene__row__card > h3 {
  height: 40%;
  padding: 20px;
}

#scene .scene__row__card__title {
  background-image: url(../img/scene/kazaru.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

#scene .scene__row__card #card_title2 {
  background-image: url(../img/scene/tsureteku.png);
}

#scene .scene__row__card #card_title3 {
  background-image: url(../img/scene/atsumeru.png);
}

#scene .scene__row__card #card_title4 {
  background-image: url(../img/scene/toru.png);
}

#scene .scene__row__note {
  position: absolute;
  top: calc(100% - 10px);
  font-size: 15px;
  background-image: url(../img/about_note.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 25px;
  width: 100%;
}

@media (max-width: 1200px) {
  #scene .scene__row__card {
    margin-top: 10px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
    height: 700px;
  }
  #scene .scene__row__note {
    position: absolute;
    top: calc(100% - 10px);
    font-size: 15px;
    background-image: url(../img/about_note.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 25px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  #scene {
    padding: 60px 0px;
  }
  #scene .scene__row__card {
    height: 500px;
  }
}

@media (max-width: 700px) {
  #scene .scene__row__card {
    height: 400px;
  }
}

@media (max-width: 600px) {
  #scene > h2 {
    height: 60px;
  }
  #scene .scene__row__card {
    height: 350px;
  }
}

@media (max-width: 500px) {
  #scene .scene__row__card {
    height: 300px;
  }
}

#gallery {
  padding: 130px 0;
  width: 100%;
}

#gallery > h2 {
  margin-bottom: 20px;
  background-image: url(../img/gallery_title.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 90px;
}

#gallery .slider_thumb {
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #gallery {
    padding: 30px 0;
  }
}

@media (max-width: 576px) {
  #gallery > h2 {
    height: 60px;
  }
}

#details {
  padding-top: 130px;
  max-width: 1000px;
  margin: 0 auto;
}

#details > h2 {
  margin-bottom: 20px;
  background-image: url(../img/details_title.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 90px;
}

#details .details__row {
  position: relative;
}

#details .details__row__image {
  position: relative;
}

#details .details__row__image__frame1 {
  width: 100%;
}

#details .details__row__image__images {
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 49.5%;
  left: 50%;
  width: 63.9%;
}

#details .details__row__image canvas {
  width: 100%;
  height: unset;
}

#details .details__row__note {
  position: absolute;
  top: calc(100% + 10px);
  background-image: url(../img/about_note.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 25px;
  width: 100%;
}

#details .details__description {
  background-image: url(../img/details_description.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 80px;
  height: 350px;
  width: 100%;
}

@media (max-width: 1200px) {
  #details .details__row__image__images {
    width: 63.5%;
  }
}

@media (max-width: 1000px) {
  #details .details__row__image__images {
    width: 62%;
  }
}

@media (max-width: 768px) {
  #details .details__description {
    height: 300px;
  }
  #details .details__row__image__images {
    width: 63%;
  }
}

@media (max-width: 576px) {
  #details {
    padding: 60px 0;
  }
  #details > h2 {
    height: 60px;
  }
  #details .details__description {
    height: 320px;
  }
  #details .details__row__image__images {
    width: 62.5%;
  }
}

@media (max-width: 500px) {
  #details .details__description {
    height: 250px;
  }
}

#link .link__row {
  display: flex;
  justify-content: center;
}

#link .link__row__left {
  background-color: white;
  width: 200px;
  height: 50px;
  padding: 10px 0;
  margin: 20px 10px;
}

#link .link__row__left__image {
  background-image: url(../img/qposket_logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 30px;
  width: 100%;
}

#link .link__row__right {
  background-color: white;
  width: 200px;
  height: 50px;
  padding: 10px 0;
  margin: 20px 10px;
}

#link .link__row__right__image {
  background-image: url(../img/ichibannkuji_logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 30px;
  width: 100%;
}

footer {
  background-color: #3a2110;
}

footer .copylight {
  margin: 0;
  background-image: url(../img/disney.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 80px;
  width: 100px;
  margin: 0 auto;
}

.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}

.sliderArea.w300 {
  max-width: 300px;
}

.slick-slide {
  margin: 0 5px;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-prev,
.slick-next {
  top: 50%;
  z-index: 1;
}

.slick-prev:before,
.slick-next:before {
  color: #000 !important;
  font-size: 30px !important;
  transform: translateX(-50%) !important;
}

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.thumb {
  margin: 20px 0 0;
}

.thumb .slick-slide {
  cursor: pointer;
}

.thumb .slick-slide:hover {
  opacity: .7;
}

@media (max-width: 768px) {
  footer {
    margin-bottom: 100px;
  }
  .fixedButton {
    position: fixed;
    bottom: 0;
    height: 100px;
    width: 100%;
    background-image: linear-gradient(to right, #ff7daf 0%, #ff758d 51%, #ff7daf 100%);
    text-align: center;
    /*文字の位置*/
    color: white;
    /*文字の色*/
    line-height: 100px;
    font-weight: 600;
    font-size: 30px;
    z-index: 100000;
  }
  .link__row {
    flex-direction: column;
    align-items: center;
  }
  .link__row__left {
    width: 300px !important;
    height: 80px !important;
    padding: 15px 0 !important;
    margin: 10px 10px !important;
  }
  .link__row__left__image {
    height: 50px !important;
    width: 100% !important;
  }
  .link__row__right {
    background-color: white;
    width: 300px !important;
    height: 80px !important;
    padding: 15px 0 !important;
    margin: 10px 10px !important;
  }
  .link__row__right__image {
    height: 50px !important;
    width: 100% !important;
  }
}

header, main, .top-img1, .top-img2, footer, .fixedButton {
  opacity: 0;
}

.top-img1, .top-img2 {
  display: none;
}

#loading {
  background-color: white;
  height: 100vh;
  width: 100vw;
  font-size: 36px;
  display: none;
  line-height: 100vh;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  color: pink;
  z-index: 100000;
  position: fixed;
  top: 0;
}

#loading__dot1 {
  animation: anime1 3s ease 0s infinite alternate;
  opacity: 0;
}

#loading__dot2 {
  animation: anime1 3s ease 1s infinite alternate;
  opacity: 0;
}

#loading__dot3 {
  animation: anime1 3s ease 2s infinite alternate;
  opacity: 0;
}

@keyframes anime1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

/*====================================================================
以下は不要です。
====================================================================*/
/*# sourceMappingURL=style2.css.map */