@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
  .is-sp {
    display: block !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  html, body {
    font-size: 0.7142857143vw;
  }
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 1.3333333333vw;
  }
}
.js-fade {
  opacity: 0;
  transition-duration: 1.2s;
  transform: translateY(25px);
}
.js-fade.is-active {
  opacity: 1;
  transform: translateY(0);
}

.js-fade-Vr-first {
  opacity: 0;
  transition-duration: 1.2s;
}
.js-fade-Vr-first.is-active {
  opacity: 1;
  transform: translateY(0);
}

.js-n-fade {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.2s ease;
}

.js-u-fade {
  opacity: 0;
  transform: translate3d(0, 5%, 0);
  transition: opacity 680ms cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 680ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.js-r-fade {
  transform: translate3d(5%, 0, 0);
  opacity: 0;
  transition: opacity 680ms cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 680ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.js-l-fade {
  transform: translate3d(-5%, 0, 0);
  opacity: 0;
  transition: opacity 680ms cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 680ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.js-n-fade.is-active,
.js-u-fade.is-active,
.js-r-fade.is-active,
.js-l-fade.is-active {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.js-shuffle {
  overflow: hidden;
  opacity: 0;
}

.js-swich {
  position: relative;
}
.js-swich img {
  opacity: 0;
  transition: opacity 2s ease-in-out;
}
.js-swich img + img {
  position: absolute;
  top: 0;
  left: 0;
}
.js-swich img.is-active {
  opacity: 1;
  visibility: visible;
}
.js-swich a + a {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.js-swich a + a.is-active {
  pointer-events: auto;
}

.main-area {
  overflow: hidden;
}

#footer_emmi {
  margin-top: 9.2rem;
}
@media (max-width: 767px) {
  #footer_emmi {
    margin-top: 0;
  }
}

.main-contents {
  color: #1a2580;
}
.main-contents picture {
  display: block;
}
.main-contents .en {
  font-family: minerva-modern, sans-serif;
}
.main-contents .en_Pragmatica {
  font-family: "pragmatica", sans-serif;
}
.main-contents .__italic {
  font-style: italic;
}
.main-contents img, .main-contents svg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.main-contents .ly_inner {
  width: 140rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .main-contents .ly_inner {
    width: auto;
  }
}
.main-contents .mv_main {
  width: 100rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .main-contents .mv_main {
    width: 100%;
  }
}
.main-contents .mv_allBtn {
  width: 32rem;
  margin: 8.6rem auto 0;
  display: block;
}
@media (max-width: 767px) {
  .main-contents .mv_allBtn {
    width: 48rem;
    margin-top: 10rem;
  }
}
.main-contents .outline {
  background: #FFE6A9;
  background: rgba(255, 230, 169, 0.5);
  margin-top: 7.5rem;
  padding: 6rem 0 7.1rem;
}
@media (max-width: 767px) {
  .main-contents .outline {
    margin-top: 10rem;
    padding: 6rem 0 7.1rem;
  }
}
.main-contents .outline_head {
  text-align: center;
}
.main-contents .outline_head span {
  display: inline-block;
  background: #1a2580;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.015em;
  padding: 0.4rem 1.3rem;
  border-radius: 0.4rem;
}
@media (max-width: 767px) {
  .main-contents .outline_head span {
    font-size: 2.8rem;
    padding: 0.5rem 1.7rem;
  }
}
.main-contents .outline_day {
  width: 36.8rem;
  margin: 3.6rem auto 0;
}
@media (max-width: 767px) {
  .main-contents .outline_day {
    width: 58.8rem;
    margin: 6.2rem auto 0;
  }
}
.main-contents .outline_txt {
  text-align: center;
  margin-top: 3.7rem;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .main-contents .outline_txt {
    font-size: 2.2rem;
    letter-spacing: 0.075em;
    margin-top: 5rem;
  }
}
.main-contents .look {
  padding: 6rem 0 0;
}
@media (max-width: 767px) {
  .main-contents .look {
    padding: 10.8rem 0 0;
  }
}
.main-contents .look_ttl {
  text-align: center;
}
.main-contents .look_ttl_inner {
  font-size: 5rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  position: relative;
}
@media (max-width: 767px) {
  .main-contents .look_ttl_inner {
    font-size: 8.4rem;
    letter-spacing: 0.065em;
  }
}
.main-contents .look_ttl_inner::before {
  content: "";
  width: 100%;
  height: 0.4rem;
  display: inline-block;
  position: absolute;
  bottom: -0.3rem;
  left: 0.2rem;
  background: #1a2580;
}
.main-contents .look_grid {
  gap: 1rem 1rem;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(4, calc(336 * 0.0714285714vw));
  margin-top: 6.8rem;
}
@media (max-width: 767px) {
  .main-contents .look_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.4rem;
    margin-top: 7.2rem;
  }
}
.main-contents .look_grid_item {
  height: calc(420 * 0.0714285714vw);
}
@media (max-width: 767px) {
  .main-contents .look_grid_item {
    flex: 0 0 36.8rem;
    height: 46rem;
  }
  .main-contents .look_grid_item:nth-of-type(4), .main-contents .look_grid_item:nth-of-type(5), .main-contents .look_grid_item:nth-of-type(17), .main-contents .look_grid_item:nth-of-type(14), .main-contents .look_grid_item:nth-of-type(23), .main-contents .look_grid_item:nth-of-type(28), .main-contents .look_grid_item:nth-of-type(31), .main-contents .look_grid_item:nth-of-type(33), .main-contents .look_grid_item:nth-of-type(35), .main-contents .look_grid_item:nth-of-type(40), .main-contents .look_grid_item:nth-of-type(41), .main-contents .look_grid_item:nth-of-type(48) {
    flex: 0 0 100%;
    height: 93.75rem;
  }
  .main-contents .look_grid_item:nth-of-type(1) {
    order: 1;
  }
  .main-contents .look_grid_item:nth-of-type(2) {
    order: 2;
  }
  .main-contents .look_grid_item:nth-of-type(3) {
    order: 5;
  }
  .main-contents .look_grid_item:nth-of-type(4) {
    order: 3;
  }
  .main-contents .look_grid_item:nth-of-type(5) {
    order: 8;
  }
  .main-contents .look_grid_item:nth-of-type(6) {
    order: 6;
  }
  .main-contents .look_grid_item:nth-of-type(7) {
    order: 7;
  }
  .main-contents .look_grid_item:nth-of-type(8) {
    order: 4;
  }
  .main-contents .look_grid_item:nth-of-type(9) {
    order: 12;
  }
  .main-contents .look_grid_item:nth-of-type(10) {
    order: 100;
    display: none;
  }
  .main-contents .look_grid_item:nth-of-type(11) {
    order: 10;
  }
  .main-contents .look_grid_item:nth-of-type(12) {
    order: 9;
  }
  .main-contents .look_grid_item:nth-of-type(13) {
    order: 11;
  }
  .main-contents .look_grid_item:nth-of-type(14) {
    order: 17;
  }
  .main-contents .look_grid_item:nth-of-type(15) {
    order: 16;
  }
  .main-contents .look_grid_item:nth-of-type(16) {
    order: 15;
  }
  .main-contents .look_grid_item:nth-of-type(17) {
    order: 14;
  }
  .main-contents .look_grid_item:nth-of-type(18) {
    order: 18;
  }
  .main-contents .look_grid_item:nth-of-type(19) {
    order: 19;
  }
  .main-contents .look_grid_item:nth-of-type(20) {
    order: 20;
  }
  .main-contents .look_grid_item:nth-of-type(21) {
    order: 21;
  }
  .main-contents .look_grid_item:nth-of-type(22) {
    order: 22;
  }
  .main-contents .look_grid_item:nth-of-type(23) {
    order: 23;
  }
  .main-contents .look_grid_item:nth-of-type(24) {
    order: 25;
  }
  .main-contents .look_grid_item:nth-of-type(25) {
    order: 24;
  }
  .main-contents .look_grid_item:nth-of-type(26) {
    order: 30;
  }
  .main-contents .look_grid_item:nth-of-type(27) {
    order: 27;
  }
  .main-contents .look_grid_item:nth-of-type(28) {
    order: 29;
  }
  .main-contents .look_grid_item:nth-of-type(29) {
    order: 28;
  }
  .main-contents .look_grid_item:nth-of-type(30) {
    order: 31;
  }
  .main-contents .look_grid_item:nth-of-type(31) {
    order: 26;
  }
  .main-contents .look_grid_item:nth-of-type(32) {
    order: 34;
  }
  .main-contents .look_grid_item:nth-of-type(33) {
    order: 32;
  }
  .main-contents .look_grid_item:nth-of-type(34) {
    order: 33;
  }
  .main-contents .look_grid_item:nth-of-type(35) {
    order: 35;
  }
  .main-contents .look_grid_item:nth-of-type(36) {
    order: 36;
  }
  .main-contents .look_grid_item:nth-of-type(37) {
    order: 39;
  }
  .main-contents .look_grid_item:nth-of-type(38) {
    order: 37;
  }
  .main-contents .look_grid_item:nth-of-type(39) {
    order: 38;
  }
  .main-contents .look_grid_item:nth-of-type(40) {
    order: 43;
  }
  .main-contents .look_grid_item:nth-of-type(41) {
    order: 40;
  }
  .main-contents .look_grid_item:nth-of-type(42) {
    order: 41;
  }
  .main-contents .look_grid_item:nth-of-type(43) {
    order: 42;
  }
  .main-contents .look_grid_item:nth-of-type(44) {
    order: 44;
  }
  .main-contents .look_grid_item:nth-of-type(45) {
    order: 45;
  }
  .main-contents .look_grid_item:nth-of-type(46) {
    order: 46;
  }
  .main-contents .look_grid_item:nth-of-type(47) {
    order: 47;
  }
  .main-contents .look_grid_item:nth-of-type(48) {
    order: 48;
  }
}
.main-contents .look_grid_item > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.main-contents .look_grid_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-contents .look_grid_item_toggle {
  width: calc(24 * 0.0714285714vw);
  position: absolute;
  bottom: calc(12 * 0.0714285714vw);
  right: calc(13 * 0.0714285714vw);
  transition: 0.3s;
}
@media (max-width: 767px) {
  .main-contents .look_grid_item_toggle {
    width: 3rem;
    bottom: 1rem;
    right: 1rem;
  }
}
.main-contents .look_grid_item:hover .look_grid_item_toggle {
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  .main-contents .look_bottomUnit {
    display: flex;
    flex-direction: column-reverse;
  }
}
.main-contents .look_allBtn {
  margin: 8.5rem auto 0;
  width: 26rem;
  height: 6.4rem;
  letter-spacing: 0.025em;
  padding-left: 7.1rem;
  border-radius: 0.4rem;
  border: 0.2rem solid #1a2580;
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #1a2580;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .main-contents .look_allBtn {
    width: 40rem;
    height: 9.6rem;
    font-size: 3.8rem;
    margin-top: 9.8rem;
    padding-left: 11.4rem;
  }
}
.main-contents .look_allBtn_arrow {
  width: 1.022rem;
  margin-left: 1.8rem;
}
@media (max-width: 767px) {
  .main-contents .look_allBtn_arrow {
    width: 1.6rem;
    margin-left: 2rem;
  }
}
.main-contents .look_box {
  width: 64rem;
  margin: 10rem auto 0;
  background: #FFE6A9;
  background: rgba(255, 230, 169, 0.5);
  border-radius: 0.4rem;
  border: 0.2rem solid #1a2580;
  box-sizing: border-box;
  padding: 5.2rem 0 3.9rem;
}
@media (max-width: 767px) {
  .main-contents .look_box {
    width: 70rem;
    margin-top: 12rem;
    padding: 8.5rem 0 7.4rem;
  }
}
.main-contents .look_box_ttl {
  width: 22.5rem;
  margin: 0 auto 0 21.6rem;
}
@media (max-width: 767px) {
  .main-contents .look_box_ttl {
    width: 45rem;
    margin-left: 12.8rem;
  }
}
.main-contents .look_box_lead {
  text-align: center;
  line-height: 2;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  margin-top: 2.6rem;
}
@media (max-width: 767px) {
  .main-contents .look_box_lead {
    font-size: 2.4rem;
    letter-spacing: 0.025em;
    margin-top: 3rem;
  }
}
.main-contents .look_box_img {
  width: 36rem;
  margin: 3.2rem auto 0;
}
@media (max-width: 767px) {
  .main-contents .look_box_img {
    width: 48rem;
    margin: 3.2rem auto 0;
  }
}
.main-contents .look_box_credit {
  text-align: center;
  margin-top: 1.5rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #000;
}
@media (max-width: 767px) {
  .main-contents .look_box_credit {
    font-size: 2.2rem;
    margin-top: 3rem;
  }
}
.main-contents .preOrder {
  padding: 12rem 0 0;
}
@media (max-width: 767px) {
  .main-contents .preOrder {
    padding: 13.2rem 0 0;
  }
}
.main-contents .preOrder_ttl {
  text-align: center;
}
.main-contents .preOrder_ttl_sub {
  font-size: 4.2rem;
  display: block;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .main-contents .preOrder_ttl_sub {
    font-size: 7.2rem;
  }
}
.main-contents .preOrder_ttl_inner {
  margin-top: 1.5rem;
  font-size: 5rem;
  letter-spacing: 0.025em;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  .main-contents .preOrder_ttl_inner {
    font-size: 8.4rem;
    margin-top: 3rem;
  }
}
.main-contents .preOrder_ttl_inner::before {
  content: "";
  width: 97.5%;
  height: 0.4rem;
  display: inline-block;
  position: absolute;
  bottom: -0.6rem;
  left: 0.5rem;
  background: #1a2580;
}
@media (max-width: 767px) {
  .main-contents .preOrder_ttl_inner::before {
    width: 100%;
    height: 0.6rem;
    display: inline-block;
    position: absolute;
    bottom: -1.3rem;
    left: 0;
    background: #1a2580;
  }
}
.main-contents .preOrder_list {
  margin-top: 5rem;
  gap: 0 0;
  display: flex;
}
@media (max-width: 767px) {
  .main-contents .preOrder_list {
    margin-top: 9.3rem;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4rem 0;
  }
}
.main-contents .preOrder_list_item {
  box-sizing: border-box;
  width: 24rem;
  flex: 0 0 24rem;
}
@media (max-width: 767px) {
  .main-contents .preOrder_list_item {
    width: 35rem;
    flex: 0 0 35rem;
    flex-wrap: wrap;
  }
}
.main-contents .preOrder_list_item:nth-of-type(1) {
  margin-left: 19rem;
}
@media (max-width: 767px) {
  .main-contents .preOrder_list_item:nth-of-type(1) {
    margin-left: 0;
  }
}
.main-contents .preOrder_list_item:nth-of-type(2) {
  margin-left: 4rem;
}
@media (max-width: 767px) {
  .main-contents .preOrder_list_item:nth-of-type(2) {
    margin-left: 0;
  }
}
.main-contents .preOrder_list_item:nth-of-type(3) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .main-contents .preOrder_list_item:nth-of-type(3) {
    flex: 0 0 36rem;
    margin-right: -0.5rem;
  }
  .main-contents .preOrder_list_item:nth-of-type(3) .preOrder_list_item_img {
    height: 45rem;
  }
  .main-contents .preOrder_list_item:nth-of-type(3) .preOrder_list_item_btn {
    margin-top: 0;
  }
}
.main-contents .preOrder_list_item:nth-of-type(4) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .main-contents .preOrder_list_item:nth-of-type(4) {
    flex: 0 0 36rem;
    margin-left: -0.5rem;
  }
  .main-contents .preOrder_list_item:nth-of-type(4) .preOrder_list_item_img {
    height: 45rem;
  }
  .main-contents .preOrder_list_item:nth-of-type(4) .preOrder_list_item_btn {
    margin-top: 0;
  }
}
.main-contents .preOrder_list_item_img {
  height: 30rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .main-contents .preOrder_list_item_img {
    height: auto;
  }
}
.main-contents .preOrder_list_item_btn {
  margin: -0.6rem auto 0;
  width: 14rem;
  height: 3.6rem;
  letter-spacing: 0.02em;
  padding-left: 0.4rem;
  border-radius: 0.4rem;
  border: 0.1rem solid #1a2580;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #1a2580;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .main-contents .preOrder_list_item_btn {
    margin-top: 1rem;
    width: 26rem;
    height: 6rem;
    border: 0.2rem solid #1a2580;
    font-size: 2.8rem;
    letter-spacing: 0.02em;
  }
}
.main-contents .preOrder_list_item_btn_arrow {
  width: 0.6326rem;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .main-contents .preOrder_list_item_btn_arrow {
    position: relative;
    width: 1.2rem;
  }
}
.main-contents .preOrder_btn {
  margin: 8rem auto 0;
  width: 30.5rem;
  height: 4.8rem;
  padding-left: 0.6rem;
  border-radius: 0.4rem;
  border: 0.1rem solid #1a2580;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #1a2580;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .main-contents .preOrder_btn {
    width: 61rem;
    height: 9.6rem;
    font-size: 3.4rem;
    border: 0.2rem solid #1a2580;
    padding-left: 0.8rem;
    padding-top: 0.4rem;
  }
}
.main-contents .preOrder_btn_arrow {
  width: 0.633rem;
  margin-left: 1.2rem;
}
@media (max-width: 767px) {
  .main-contents .preOrder_btn_arrow {
    width: 1.6rem;
    margin-left: 4.8rem;
    position: relative;
    left: -1rem;
  }
}
.main-contents .bottom {
  margin-top: 11.3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .main-contents .bottom {
    margin-top: 12.8rem;
    margin-bottom: 14rem;
  }
}
.main-contents .bottom_credit {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media (max-width: 767px) {
  .main-contents .bottom_credit {
    font-size: 2.2rem;
    line-height: 2.1818181818;
    letter-spacing: 0.05em;
  }
}
.main-contents .bottom_logo_elem {
  width: 9.95rem;
  margin: 7.3rem auto 0;
}
@media (max-width: 767px) {
  .main-contents .bottom_logo_elem {
    width: 15.3rem;
    margin-top: 12.5rem;
  }
}
.main-contents .bottom_logo_txt {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .main-contents .bottom_logo_txt {
    font-size: 3rem;
    margin-top: 2.3rem;
  }
}
.main-contents .bottom_logo_txt + .bottom_logo_txt {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .main-contents .bottom_logo_txt + .bottom_logo_txt {
    margin-top: 1.6rem;
  }
}
.main-contents .bottom_live {
  text-align: center;
  font-size: 2.8rem;
  letter-spacing: 0.02em;
  margin-top: 12rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .main-contents .bottom_live {
    font-size: 4rem;
    margin-top: 13.7rem;
  }
}
.main-contents .bottom_liveEmbd {
  width: 40rem;
  margin: 2.3rem auto 0;
}
@media (max-width: 767px) {
  .main-contents .bottom_liveEmbd {
    width: 69rem;
    margin-top: 4.4rem;
  }
}
@media (max-width: 767px) {
  .main-contents .bottom_liveEmbd iframe {
    max-width: unset !important;
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .bredlist {
    display: none !important;
  }
}

@media (max-width: 767px) {
  #Contents {
    padding-top: 0 !important;
  }
}

#header_emmi.header {
  background: transparent !important;
}/*# sourceMappingURL=style.css.map */