@charset "UTF-8";
html,
body {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  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_center, .container_left, .container_right {
  margin: 30px 0px;
}
@media screen and (min-width: 769px) {
  .container_center, .container_left, .container_right {
    margin: 40px 0;
  }
}

.container_main {
  margin: 75px 0;
}
.container_main .w1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.container_beige {
  background-color: #E8E6E1;
  padding: 75px 0;
}
@media screen and (max-width: 768px) {
  .container_beige {
    padding-bottom: 45px;
  }
}
.container_beige .w1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.container_center {
  margin: 0 auto;
}

.container_left {
  margin-right: auto;
}

.container_right {
  margin-left: auto;
}

.bg_gray {
  background-color: #F4F2F2;
  padding: 80px 0;
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .bg_gray {
    padding: 100px 0;
    margin-bottom: 100px;
  }
}
.bg_gray .container:nth-of-type(5) {
  margin-bottom: 0;
}

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

.w50_r {
  width: 50%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .w50_r {
    width: 60%;
  }
}

.w54 {
  width: 54%;
  gap: 0 !important;
}
.w54 .flex__left {
  width: 92%;
}
.w54 .flex__right {
  width: 20%;
}

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

.w36 {
  width: 36%;
}
@media screen and (max-width: 768px) {
  .w36 {
    width: 56%;
  }
}

.w36_r {
  width: 36%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .w36_r {
    width: 56%;
  }
}

.w40 {
  gap: 0 !important;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .w40 {
    width: 64%;
  }
}
.w40 .flex__left {
  width: 90%;
}
.w40 .flex__right {
  width: 20%;
}

.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;
  }
}

@media screen and (min-width: 769px) {
  .fv {
    margin-bottom: 100px;
  }
}

.fv_sp {
  height: 100vh;
}
.fv_sp .read_container {
  text-align: center;
  position: relative;
  height: 13%;
}
.fv_sp .read_container .read_box {
  line-height: 1.8;
  width: 100%;
  position: absolute;
  top: 50%;
  font-size: 11px;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
}

.read {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .read {
    width: 90%;
    margin: 0 auto;
  }
}
.read p {
  font-size: 11px;
  width: 100%;
  line-height: 2.8;
  padding-bottom: 20px;
}

.box {
  font-size: 40px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .box {
    font-size: 24px;
  }
}
.box .box_img {
  overflow: hidden;
}
.box .box_img .slider_fade {
  line-height: 0;
}
.box .credit_btn {
  position: absolute;
  max-width: 62px;
  bottom: 10px;
  right: 10px;
}
@media screen and (min-width: 769px) {
  .box .credit_btn {
    max-width: 70px;
    bottom: 20px;
    right: 20px;
  }
}
.box .box_img:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.box .sub_01 {
  position: absolute;
  top: 0%;
  right: 11%;
}
@media screen and (max-width: 768px) {
  .box .sub_01 {
    top: 2%;
    right: 20%;
  }
}
.box .sub_02 {
  position: absolute;
  bottom: 0%;
  left: 22%;
}
@media screen and (max-width: 768px) {
  .box .sub_02 {
    width: auto;
    right: 10%;
  }
}
.box .sub_03 {
  position: absolute;
  bottom: 0%;
  right: 4%;
}
.box .sub_06 {
  position: absolute;
  top: 12%;
  right: 15.5%;
}
@media screen and (max-width: 768px) {
  .box .sub_06 {
    left: 5%;
  }
}
.box .sub_08 {
  text-align: right;
}

.sub_04 {
  font-size: 40px;
  width: 60%;
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  .sub_04 {
    font-size: 24px;
    margin: 30px auto;
  }
}

.sub_05 {
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .sub_05 {
    font-size: 24px;
  }
}

.flex {
  margin: 40px 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .flex {
    gap: 5px;
  }
}
.flex__left {
  position: relative;
}
.flex__left {
  width: 48%;
}
@media screen and (min-width: 769px) {
  .flex__left {
    width: 46%;
    cursor: pointer;
    overflow: hidden;
  }
  .flex__left img {
    transition: all 0.5s;
  }
}
.flex__left .credit_btn {
  position: absolute;
  max-width: 62px;
  bottom: 10px;
  right: 10px;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .flex__left .credit_btn {
    max-width: 70px;
    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: 46%;
}
@media screen and (max-width: 768px) {
  .flex__right {
    width: 48%;
  }
}
.flex__right .sp_normal {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .flex__right .sp_normal {
    width: 70%;
  }
}
.flex__right {
  position: relative;
  overflow: hidden;
}
.flex__right .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 .credit_btn {
    max-width: 40px;
    bottom: 20px;
    right: 20px;
  }
}
.flex .hov_none:hover img {
  transform: scale(1);
  cursor: default;
}

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 {
  width: 70%;
  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 .whim_logo {
  width: 200px;
  margin: 150px auto 0;
}
footer .copyright {
  margin: 25px 0 100px 0;
  font-size: 10px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  footer .copyright {
    margin: 10px 0 50px;
  }
}

.modal-wrap {
  overflow-y: auto;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 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;
}
@media screen and (min-width: 769px) {
  .modal-wrap .modal-content {
    padding: 0;
  }
}
.modal-wrap .modal-content .modal-img {
  position: relative;
}
.modal-wrap .close {
  cursor: pointer;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 101;
}
@media screen and (max-width: 768px) {
  .modal-wrap .close {
    margin-right: 7%;
  }
}
.modal-wrap .close span::after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #000;
  position: absolute;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .modal-wrap .close span::after {
    width: 30px;
  }
}
.modal-wrap .close span::before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #000;
  position: absolute;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .modal-wrap .close span::before {
    width: 30px;
  }
}
@media screen and (min-width: 769px) {
  .modal-wrap .close {
    right: 100px;
    top: 20px;
    margin-top: 20px;
  }
}
.modal-wrap .credit {
  font-size: 10px;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 60px;
  position: relative;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .modal-wrap .credit {
    padding-bottom: 0;
    max-width: 300px;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .modal-wrap .credit {
    width: 80%;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .modal-wrap .credit p {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .modal-wrap .credit p {
    max-width: 180px;
    margin: 0 auto 60px;
  }
}
.modal-wrap .credit ul {
  border-top: #000 solid 2px;
  border-bottom: #000 solid 2px;
}
@media screen and (min-width: 769px) {
  .modal-wrap .credit ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
.modal-wrap .credit li {
  margin: 20px;
}
@media screen and (min-width: 769px) {
  .modal-wrap .credit li {
    margin: 30px 0;
  }
}
.modal-wrap .credit li .buy {
  font-weight: bold;
  font-size: 12px;
  border-bottom: 1px #000 solid;
}
.modal-wrap .credit li .com {
  color: #aea9a9;
  pointer-events: none;
}
.modal-wrap .credit li a {
  color: #000;
  align-items: center;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .modal-wrap .credit li a {
    display: flex;
    justify-content: space-between;
  }
  .modal-wrap .credit li a:hover {
    color: #aea9a9;
    transition: all 0.4s;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .modal-wrap .credit li a {
    display: flex;
    justify-content: space-between;
  }
}
.modal-wrap .credit li .strong {
  font-weight: bold;
  display: contents;
}
@media screen and (min-width: 769px) {
  .modal-wrap .page {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .modal-wrap .page {
    text-align: center;
    margin: 60px auto 0;
    display: block;
  }
}

.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: 8px;
  padding-bottom: 20px;
}
.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;
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 0;
  }
  .mask_container .modal-content {
    width: 50%;
  }
  .mask_container .credit {
    width: 50%;
  }
}

.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 */