@charset "UTF-8";
html,
body {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 1px;
  width: 100%;
  line-height: 1.4;
  letter-spacing: 1px;
}
@media screen and (min-width: 769px) {
  html,
body {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  html,
body {
    font-size: 12px;
  }
}

img {
  width: 100%;
  display: block;
}

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

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

.animate__animated {
  opacity: 0;
}

#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1;
}

.box_top {
  margin-top: 300px;
}
@media screen and (max-width: 768px) {
  .box_top {
    margin-top: 150px;
  }
}

.box_bottom {
  margin-bottom: 300px;
}
@media screen and (max-width: 768px) {
  .box_bottom {
    margin-bottom: 150px;
  }
}

.container {
  margin: 0 auto;
}

.fv {
  width: 100%;
  height: 100vh;
  position: relative;
  background-image: url(../img/main_.jpg);
  background-size: cover;
  background-position: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .fv {
    height: 50vh;
  }
}
.fv .title {
  position: absolute;
  width: 30%;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .fv .title {
    position: absolute;
    width: 58%;
    bottom: -2%;
    left: -2%;
  }
}

.read {
  max-width: 440px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 80px;
}
.read p {
  font-size: 11px;
  width: 100%;
  line-height: 2.8;
  padding-bottom: 20px;
}

.flex {
  display: flex;
  align-items: center;
}
.flex.reverse {
  flex-direction: row-reverse;
}
.flex__left {
  position: relative;
}
.flex__left {
  width: 50%;
}
@media screen and (min-width: 769px) {
  .flex__left {
    cursor: pointer;
    overflow: hidden;
  }
  .flex__left img {
    transition: all 0.5s;
  }
}
.flex__left .credit_btn {
  position: absolute;
  max-width: 20px;
  background-color: rgba(255, 255, 255, 0.6);
  bottom: 10px;
  right: 10px;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .flex__left .credit_btn {
    max-width: 40px;
    bottom: 20px;
    right: 20px;
  }
}
@media screen and (min-width: 769px) {
  .flex__left:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
    cursor: pointer;
  }
}
@media screen and (min-width: 769px) {
  .flex__right:hover img {
    transform: scale(1.1); /*拡大サイズ*/
    transition: all 0.5s; /*拡大する速さ*/
    cursor: pointer;
  }
}
.flex__right {
  width: 50%;
}
.flex__right .small {
  overflow: hidden; /*枠内で拡大*/
  width: 70%;
  margin: 0 auto;
}
.flex__right .sp_normal {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .flex__right .sp_normal {
    width: 70%;
  }
}
.flex__right .small {
  position: relative;
}
.flex__right .small .credit_btn {
  position: absolute;
  max-width: 20px;
  background-color: rgba(255, 255, 255, 0.6);
  bottom: 10px;
  right: 10px;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .flex__right .small .credit_btn {
    max-width: 40px;
    bottom: 20px;
    right: 20px;
  }
}

footer {
  margin-top: 180px;
}
@media screen and (max-width: 768px) {
  footer {
    margin-top: 90px;
  }
}
footer a:hover {
  background-color: #000;
  color: #fff;
  transition: all 0.5s;
}
footer .brand_top, footer .all_item {
  max-width: 300px;
  font-size: 12px;
  margin: 0 auto;
  text-align: center;
  display: block;
  color: #000;
  border: 1px #000 solid;
  padding: 25px 0;
}
@media screen and (min-width: 769px) {
  footer .brand_top, footer .all_item {
    max-width: 430px;
    font-size: 16px;
  }
}
footer .all_item {
  margin-bottom: 20px;
}
footer .copyright {
  margin: 25px 0 100px 0;
  font-size: 10px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  footer .copyright {
    margin: 30px 0 100px;
  }
}

.modal-wrap {
  overflow-y: auto;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  z-index: 101;
}
.modal-wrap > div {
  display: block;
  width: 100%;
  background: #fff;
  margin-bottom: 100vh;
}
.modal-wrap .modal-content {
  width: 100%;
  box-sizing: border-box;
  padding: 60px 30px;
}
.modal-wrap .modal-content .modal-img {
  position: relative;
}
.modal-wrap .btn-open-modal::after {
  display: none;
}
.modal-wrap .close {
  cursor: pointer;
  position: fixed;
  right: 30px;
  top: 20px;
  z-index: 101;
}
@media screen and (min-width: 769px) {
  .modal-wrap .close {
    right: 60px;
    top: 80px;
  }
}
.modal-wrap .close span {
  color: #000;
  border-bottom: #000 1px solid;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .modal-wrap .close span {
    font-size: 20px;
  }
}
.modal-wrap .credit {
  font-size: 10px;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .modal-wrap .credit {
    margin: auto 0;
  }
}
.modal-wrap .credit li {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .modal-wrap .credit li {
    margin-bottom: 30px;
  }
}
.modal-wrap .credit li .buy {
  font-weight: bold;
  font-size: 10px;
  border: solid 1px #000;
  padding: 0px 8px;
  background-color: #000;
  color: white;
}
.modal-wrap .credit li .com {
  color: #aea9a9;
}
.modal-wrap .credit li a {
  font-size: 11px;
  color: #000;
}
@media screen and (min-width: 769px) {
  .modal-wrap .credit li a:hover {
    cursor: pointer;
  }
}

.mask_sp_footer .logo,
.mask_pc_footer .logo {
  max-width: 150px;
  margin: 0 auto 25px;
}
@media screen and (min-width: 769px) {
  .mask_sp_footer .logo,
.mask_pc_footer .logo {
    max-width: 170px;
    margin: 80px auto 30px;
  }
}
.mask_sp_footer p,
.mask_pc_footer p {
  text-align: center;
  font-size: 11px;
  padding-bottom: 10px;
}
.mask_sp_footer p:nth-child(3),
.mask_pc_footer p:nth-child(3) {
  padding-bottom: 35px;
}
@media screen and (min-width: 769px) {
  .mask_sp_footer p:nth-child(3),
.mask_pc_footer p:nth-child(3) {
    padding-bottom: 25px;
  }
}

@media screen and (min-width: 769px) {
  .mask_container {
    display: flex;
  }
  .mask_container .left_wrap {
    width: 20%;
  }
  .mask_container .modal-content {
    width: 40%;
    padding-right: 50px;
  }
  .mask_container .credit {
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .modal-wrap .container_06 .modal-content:nth-of-type(2) {
    padding: 60px 30px 0px;
  }
  .modal-wrap .container_06 .modal-content:nth-of-type(3) {
    padding: 5px 30px 60px;
  }
}
@media screen and (min-width: 769px) {
  .modal-wrap .container_06 {
    flex-wrap: wrap;
  }
  .modal-wrap .container_06 .left_wrap {
    width: 20%;
  }
  .modal-wrap .container_06 .modal-content {
    width: 40%;
    padding-right: 0px;
    padding-left: 10px;
  }
  .modal-wrap .container_06 .modal-content:nth-child(2) {
    padding-left: 40px;
  }
  .modal-wrap .container_06 .modal-content:nth-child(3) {
    padding-right: 30px;
  }
  .modal-wrap .container_06 .credit {
    margin-left: 23%;
  }
}

.number {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .number {
    padding-top: 170px;
    font-size: 20px;
  }
}

.no-touch {
  pointer-events: none;
}/*# sourceMappingURL=style.css.map */