@font-face {
  font-family: "Salonica";
  src: url(../font/Salonica.ttf);
}
html,
body {
  font-family: "goldenbook", serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  font-size: 16px;
  overflow-x: hidden;
  margin: 0 auto;
  transition: all 1.6s ease 0s;
  background-color: #fff;
}
html.active,
body.active {
  overflow: hidden;
}

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

.ja {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
}

.en {
  font-family: "Salonica";
  line-height: 1;
  font-size: 40px;
}

a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #000;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.6;
    transition: all 0.4s;
  }
}
a.no-touch {
  pointer-events: none;
}
a.no-touch span {
  background-color: transparent !important;
  color: #000 !important;
}

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

.fv .read {
  padding: 100px 0;
  font-size: 10px;
  line-height: 2.5;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.sec_title {
  font-size: 48px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 30px;
}

.p1 {
  width: 77%;
}
.p1_r {
  margin: 0 0 0 auto;
}
.p1_l {
  margin: 0 auto 0 0;
}
.p1_c {
  margin: 0 auto;
}

.p2 {
  width: 63%;
}
.p2_r {
  margin: 0 0 0 auto;
}
.p2_l {
  margin: 0 auto 0 0;
}
.p2_c {
  margin: 0 auto;
}

.p3 {
  width: 80%;
}
.p3_l {
  margin: 0 auto 0 0;
}
.p3_c {
  margin: 0 auto;
}

.sec .container {
  max-width: 800px;
  margin: 0 auto;
}

.sub_title {
  overflow: hidden;
}

h3 {
  font-size: 44px;
  font-family: "Salonica";
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  h3 {
    font-size: 48px;
  }
}
h3 .number {
  font-size: 36px;
  font-family: "goldenbook", serif;
  font-weight: 100;
  color: #D1D1D1;
}
@media screen and (min-width: 769px) {
  h3 .number {
    font-size: 40px;
  }
}

.setup .setup01 h3, .setup .setup03 h3 {
  margin: 0 5% 12px auto;
  text-align: right;
}
.setup .setup02 h3 {
  margin: 0 auto 12px 1%;
}
.setup .setup01 .credit:last-of-type, .setup .setup02 .credit:last-of-type, .setup .setup03 .credit:last-of-type {
  margin: 20px auto 120px;
}

.trend .trend01 h3 {
  margin: 0 auto 12px;
  text-align: center;
}
.trend .trend02 h3 {
  margin: 0 auto 12px 1%;
}
.trend .trend03 h3 {
  margin: 0 2% 12px auto;
  text-align: right;
}
.trend .trend01 .credit:last-of-type, .trend .trend02 .credit:last-of-type, .trend .trend03 .credit:last-of-type {
  margin: 20px auto 120px;
}

.recommend .sec_title {
  padding-top: 30px;
}
.recommend .reco01 h3, .recommend .reco03 h3 {
  margin: 0 auto 10px;
  text-align: center;
}
.recommend .reco02 h3 {
  margin: 0 auto 10px 2%;
}
.recommend .reco01 .credit:last-of-type, .recommend .reco02 .credit:last-of-type, .recommend .reco03 .credit:last-of-type {
  margin: 20px auto 120px;
}

.wrapper.flex {
  display: flex;
  gap: 5px;
}
.wrapper.flex li {
  width: 50%;
  margin-bottom: 0;
}
.wrapper li {
  position: relative;
  margin-bottom: 40px;
}
.wrapper li:last-child {
  margin-bottom: 0;
}

.open {
  position: absolute;
  width: 14px;
  height: 14px;
  bottom: 10px;
  right: 10px;
}
.open:before, .open:after {
  content: "";
  position: absolute;
  background-color: #909090;
}
.open:before {
  width: 1px;
  height: 14px;
  top: 0;
  left: 50%;
}
.open:after {
  width: 14px;
  height: 1px;
  top: 50%;
  left: 0;
}

.credit {
  width: 80%;
  max-width: 300px;
  margin: 20px auto 80px;
}
.credit li {
  font-weight: 300;
  font-size: 11px;
  margin-bottom: 10px;
}
.credit li:last-child {
  margin-bottom: 0;
}
.credit li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.credit li a span {
  background-color: #000;
  color: #fff;
  padding: 4px 15px;
}

.left_en-text {
  margin: 0 0 20px 10px;
  max-width: 160px;
}

.right_en-text {
  margin: 0 20px 0px auto;
  font-size: 42px;
  text-align: right;
}

.side_text {
  position: absolute;
  font-size: 42px;
}
.side_text-left {
  transform: rotate(90deg) translate(-50%, 0);
  top: 52%;
  left: -42%;
}
.side_text-right {
  transform: rotate(90deg) translate(-50%, 0);
  top: 50%;
  right: -25%;
}
.side_text-bottom {
  transform: rotate(90deg) translate(-50%, 0);
  bottom: 0;
  left: -45%;
}

.bg {
  background-color: #F2F2F2;
  padding: 30px 0 1px;
}

footer {
  margin-top: 150px;
}
footer .select_item,
footer .brand_top {
  width: 35%;
  font-size: 12px;
  margin: 0 auto;
  text-align: center;
  display: block;
  color: #000;
  background-color: #fff;
  border: 1px #000 solid;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  footer .select_item,
footer .brand_top {
    width: 80%;
  }
}
footer .select_item:hover,
footer .brand_top:hover {
  background-color: #000;
  color: #fff;
  opacity: 999;
}
footer .select_item {
  margin-bottom: 20px;
}
footer .brand_top {
  margin-bottom: 150px;
}
footer .flex {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
footer .insta {
  padding: 0 10px;
  text-align: center;
  display: block;
  color: #000;
}
footer .insta img {
  max-width: 33px;
  margin: 0 auto -10px;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  footer .insta img {
    max-width: 40px;
  }
}
footer .brand_logo {
  margin: 0 auto;
  display: block;
  max-width: 225px;
}
footer .copyright {
  margin: 30px 0 20px 0;
  font-size: 10px;
  text-align: center;
}

.modal-wrap {
  overflow-y: auto;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 101;
}
.modal-wrap > div {
  display: block;
  width: 100%;
  background: #fff;
  margin-bottom: 100vh;
}
@media screen and (max-width: 768px) {
  .modal-wrap .mask_container {
    width: 90%;
    margin: 0 auto;
  }
}
.modal-wrap .mask_container .left_wrap {
  padding: 20px 0;
  width: 60%;
  margin: 0 auto;
  text-align: center;
  font-size: 23px;
}
@media screen and (min-width: 769px) {
  .modal-wrap .mask_container {
    display: flex;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
  }
  .modal-wrap .mask_container .left_wrap {
    width: 20%;
  }
  .modal-wrap .mask_container .modal-content {
    width: 40%;
    padding: 60px 50px 60px 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .modal-wrap .mask_container .modal-content {
    width: 90%;
  }
}
@media screen and (min-width: 769px) {
  .modal-wrap .mask_container .modal-content .modal-img {
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .modal-wrap .mask_container .credit-container {
    width: 40%;
  }
  .modal-wrap .mask_container .credit-container .num {
    font-size: 24px;
    padding-bottom: none;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .modal-wrap .mask_container .credit-container .left {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px) {
  .modal-wrap .mask_container .credit-container .credit_box li {
    font-size: 12px;
    padding-bottom: 15px;
  }
  .modal-wrap .mask_container .credit-container .credit_box li a {
    color: #000;
    text-decoration: none;
  }
  .modal-wrap .mask_container .credit-container .credit_box li .float {
    float: right;
  }
  .modal-wrap .mask_container .credit-container .credit_box li .btn {
    line-height: 1.4;
    width: 10%;
    text-align: center;
    background-color: #000;
    color: #fff;
    padding: 0 10px;
  }
  .modal-wrap .mask_container .credit-container .credit_box li .soon {
    pointer-events: none;
  }
}
@media screen and (min-width: 769px) {
  .modal-wrap .mask_container .credit-container .border {
    margin-top: 30px;
    border-top: 1px solid #000;
  }
}
.modal-wrap .btn-open-modal::after {
  display: none;
}

.btn-open-modal {
  position: relative;
  cursor: pointer;
}

.modal-wrap {
  z-index: 101;
}
.modal-wrap .close {
  cursor: pointer;
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 101;
  width: 57px;
  height: 39px;
  display: flex;
  align-items: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .modal-wrap .close {
    width: 38px;
    height: 26px;
    right: 15px;
    top: 15px;
  }
}
.modal-wrap .close span {
  width: 100%;
  height: 1px;
  background: #000;
  display: block;
  opacity: 0.5;
}
.modal-wrap .close span:first-child {
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 50%;
}
.modal-wrap .close span:last-child {
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 50%;
}

@media screen and (max-width: 768px) {
  .credit_box li {
    padding-bottom: 15px;
    font-size: 11px;
  }
  .credit_box li:last-child {
    padding-bottom: 0;
  }
  .credit_box li a {
    color: #000;
    text-decoration: none;
  }
  .credit_box li .float {
    float: right;
  }
  .credit_box li .btn {
    line-height: 1.4;
    width: 10%;
    text-align: center;
    background-color: #000;
    color: #fff;
    padding: 0 10px;
  }
  .credit_box li .soon {
    pointer-events: none;
  }
}
@media screen and (min-width: 769px) {
  .pc_big-right {
    margin: 0 calc(50% - 18vw);
    width: 68vw;
  }
  .pc_big-left {
    margin: 0 calc(50% - 50vw);
    width: 68vw;
  }
  .side_text {
    font-size: 58px;
  }
  .left_en-text {
    margin: 0 0 20px 10px;
    font-size: 50px;
  }
  .right_en-text {
    margin: 0 20px 0px auto;
    font-size: 58px;
    text-align: right;
  }
  .left_en-text {
    max-width: 180px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .left_en-text {
    max-width: 200px;
  }
}
@media screen and (min-width: 769px) {
  .side_text-left {
    left: -35%;
  }
  .side_text-right {
    right: -20%;
  }
  .side_text-bottom {
    left: -30%;
  }
}
@media screen and (min-width: 769px) {
  .open {
    width: 28px;
    height: 28px;
    bottom: 20px;
    right: 20px;
  }
  .open:before {
    height: 28px;
  }
  .open:after {
    width: 28px;
  }
}/*# sourceMappingURL=style.css.map */