@charset "UTF-8";
html,
body {
  font-family: "a-otf-ryumin-pr6n", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 200;
  letter-spacing: 1px;
  width: 100%;
  line-height: 1.4;
  letter-spacing: 1px;
  transition: all 1.5s;
}
@media screen and (min-width: 769px) {
  html,
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 12px;
  }
}
html.y_bg,
body.y_bg {
  background-color: #EBEBEB;
  transition: all 1.5s;
}

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 10px;
}
@media screen and (min-width: 769px) {
  .container {
    margin: 0 auto 30px;
  }
}

.container:nth-of-type(2), .container:nth-of-type(3), .container:nth-of-type(5), .container:nth-of-type(6), .container:nth-of-type(8), .container:nth-of-type(11) {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .container:nth-of-type(2), .container:nth-of-type(3), .container:nth-of-type(5), .container:nth-of-type(6), .container:nth-of-type(8), .container:nth-of-type(11) {
    margin-top: 75px;
  }
}

/*------ width ------*/
.w50 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .w50 {
    width: 80%;
  }
}

.w53 {
  width: 53%;
  margin: -9% 0 0 auto;
  z-index: 10;
  position: relative;
}

.w60 {
  width: 60%;
}

.w61 {
  width: 61%;
  margin-left: 0;
}

.w75 {
  width: 75%;
}

.w95 {
  width: 95%;
}

/* margin top*/
.mt-9 {
  margin-top: -9%;
}

.bg_gray .w50 {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .bg_gray .w50 {
    width: 100%;
  }
}

.w34 {
  width: 34%;
}
@media screen and (max-width: 768px) {
  .w34 {
    width: 54%;
  }
}

.w56 {
  width: 56%;
  margin-left: 0 !important;
}
.w56__right {
  width: 56%;
  margin-right: 0;
}
.w56__center {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .w56 {
    width: 76%;
  }
  .w56__right {
    width: 76%;
    margin-right: 0;
  }
  .w56__center {
    width: 100%;
    margin: 0 auto;
  }
}

.fv_spNone {
  margin-bottom: 30px;
  display: block;
}
@media screen and (max-width: 768px) {
  .fv_spNone {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .fv {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    width: 100%;
    height: 100vh;
    position: relative;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
    background-image: url(../images/main_sp.png);
    margin-bottom: 10px;
  }
  .fv .title {
    position: absolute;
    width: 70%;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

.box {
  position: relative;
  cursor: pointer;
}
.box .box_img {
  overflow: hidden;
}
.box .creditBtn::before, .box .creditBtn::after {
  content: "";
  position: absolute;
  bottom: 25px;
  right: 40px;
  width: 1px; /* 棒の幅（太さ） */
  height: 35px; /* 棒の高さ */
  background: #fff;
}
@media screen and (max-width: 768px) {
  .box .creditBtn::before, .box .creditBtn::after {
    bottom: 10px;
    right: 15px;
    width: 1px; /* 棒の幅（太さ） */
    height: 13px; /* 棒の高さ */
  }
}
.box .creditBtnL::before, .box .creditBtnL::after {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 40px;
  width: 1px; /* 棒の幅（太さ） */
  height: 35px; /* 棒の高さ */
  background: #fff;
}
@media screen and (max-width: 768px) {
  .box .creditBtnL::before, .box .creditBtnL::after {
    bottom: 10px;
    left: 15px;
    width: 1px; /* 棒の幅（太さ） */
    height: 13px; /* 棒の高さ */
  }
}
.box .creditBtn::after, .box .creditBtnL::after {
  transform: rotate(-90deg);
}
.box .box_img:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.flex, .flex_4 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.flex__left, .flex_4__left {
  position: relative;
  width: calc(50% - 5px);
}
@media screen and (min-width: 769px) {
  .flex__left, .flex_4__left {
    width: calc(50% - 10px);
    cursor: pointer;
    overflow: hidden;
  }
  .flex__left img, .flex_4__left img {
    transition: all 0.5s;
  }
}
.flex__left .creditBtn::before, .flex__left .creditBtn::after, .flex_4__left .creditBtn::before, .flex_4__left .creditBtn::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 40px;
  width: 1px; /* 棒の幅（太さ） */
  height: 35px; /* 棒の高さ */
  background: #fff;
}
@media screen and (max-width: 768px) {
  .flex__left .creditBtn::before, .flex__left .creditBtn::after, .flex_4__left .creditBtn::before, .flex_4__left .creditBtn::after {
    bottom: 10px;
    right: 15px;
    width: 1px; /* 棒の幅（太さ） */
    height: 13px; /* 棒の高さ */
  }
}
.flex__left .creditBtn::after, .flex_4__left .creditBtn::after {
  transform: rotate(-90deg);
}
.flex__right, .flex_4__right {
  width: calc(50% - 5px);
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .flex__right, .flex_4__right {
    width: calc(50% - 10px);
  }
}
.flex__right .creditBtn::before, .flex__right .creditBtn::after, .flex_4__right .creditBtn::before, .flex_4__right .creditBtn::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 40px;
  width: 1px; /* 棒の幅（太さ） */
  height: 35px; /* 棒の高さ */
  background: #fff;
}
@media screen and (max-width: 768px) {
  .flex__right .creditBtn::before, .flex__right .creditBtn::after, .flex_4__right .creditBtn::before, .flex_4__right .creditBtn::after {
    bottom: 10px;
    right: 15px;
    width: 1px; /* 棒の幅（太さ） */
    height: 13px; /* 棒の高さ */
  }
}
.flex__right .creditBtn::after, .flex_4__right .creditBtn::after {
  transform: rotate(-90deg);
}
.flex__small, .flex_4__small {
  width: 80%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.flex__small .creditBtn::before, .flex__small .creditBtn::after, .flex_4__small .creditBtn::before, .flex_4__small .creditBtn::after {
  content: "";
  position: absolute;
  bottom: 25px;
  right: 40px;
  width: 1px; /* 棒の幅（太さ） */
  height: 35px; /* 棒の高さ */
  background: #fff;
}
@media screen and (max-width: 768px) {
  .flex__small .creditBtn::before, .flex__small .creditBtn::after, .flex_4__small .creditBtn::before, .flex_4__small .creditBtn::after {
    bottom: 10px;
    right: 15px;
    width: 1px; /* 棒の幅（太さ） */
    height: 13px; /* 棒の高さ */
  }
}
.flex__small .creditBtn::after, .flex_4__small .creditBtn::after {
  transform: rotate(-90deg);
}
@media screen and (min-width: 769px) {
  .flex__left:hover img, .flex_4__left:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
    cursor: pointer;
  }
  .flex__right:hover img, .flex_4__right:hover img {
    transform: scale(1.1); /*拡大サイズ*/
    transition: all 0.5s; /*拡大する速さ*/
    cursor: pointer;
  }
  .flex__small:hover img, .flex_4__small:hover img {
    transform: scale(1.1); /*拡大サイズ*/
    transition: all 0.5s; /*拡大する速さ*/
    cursor: pointer;
  }
}
.flex .hov_none:hover img, .flex_4 .hov_none:hover img {
  transform: scale(1);
  cursor: default;
}

.flex {
  justify-content: space-between;
}

.flex_4 {
  width: 100%;
}
.flex_4 .flex__left {
  width: 50%;
}
.flex_4 .flex__right {
  width: 50%;
}

footer {
  background-color: #F6F6F6;
  margin-top: 100px;
  padding: 100px 0 0;
  text-align: center;
  line-height: 3;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  footer {
    margin-top: 75px;
    padding: 75px 0 0;
  }
}
footer .staff {
  font-size: 11px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  footer .staff {
    margin-bottom: 75px;
  }
}
footer a {
  text-decoration: underline;
  color: #000;
}
footer a:hover {
  background-color: #000;
  color: #fff;
  transition: all 0.5s;
}
footer .w_logo {
  width: 158px;
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  footer .w_logo {
    margin: 75px auto 0;
  }
}
footer .copyright {
  font-size: 10px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  footer .copyright {
    margin: 5px 0 0px;
    padding-bottom: 20px;
  }
}

.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: #D4D4D4;
  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::before, .modal-wrap .close::after {
  content: "";
  position: absolute;
  top: 60px;
  right: 50px;
  width: 1px; /* 棒の幅（太さ） */
  height: 40px; /* 棒の高さ */
  background: #000;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .modal-wrap .close::before, .modal-wrap .close::after {
    top: 10px;
    right: 30px;
    width: 1px; /* 棒の幅（太さ） */
    height: 40px; /* 棒の高さ */
  }
}
.modal-wrap .close::after {
  transform: rotate(-45deg);
}
.modal-wrap .credit {
  font-family: "a-otf-ryumin-pr6n", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 200;
  font-size: 13px;
  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 {
  margin-left: 10px;
  font-weight: bold;
  font-size: 13px;
  border: solid 1px #000;
  padding: 0px 8px;
  background-color: #000;
  color: white;
}
@media screen and (max-width: 768px) {
  .modal-wrap .credit li .buy {
    font-size: 11px;
  }
}
.modal-wrap .credit li .com {
  margin-left: 10px;
  color: #797777;
}
@media screen and (max-width: 768px) {
  .modal-wrap .credit li .com {
    font-size: 11px;
  }
}
.modal-wrap .credit li a {
  font-size: 13px;
  color: #000;
}
@media screen and (min-width: 769px) {
  .modal-wrap .credit li a:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .modal-wrap .credit li a {
    font-size: 11px;
  }
}

.mask_sp_footer .logo,
.mask_pc_footer .logo {
  text-align: center;
  max-width: 150px;
  margin: 0 auto 25px;
}
@media screen and (min-width: 769px) {
  .mask_sp_footer .logo,
  .mask_pc_footer .logo {
    max-width: 170px;
    font-size: 49px;
    margin: 80px auto 10px;
  }
}
.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-family: "a-otf-ryumin-pr6n", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 200;
  color: #fff;
  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 */