@charset "utf-8";.header,
#header,
.sp-nav,
.crumbsList,
#footer,
.menu-list--sp {
	display: none;
}

@charset "UTF-8";
/* RESET */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del,
ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input,
button,
textarea,
select {
  *font-size: 100%;
}

/* RESET HTML5 */
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html.hidden,
body.hidden {
  overflow: hidden;
}

.header,
#header,
.sp-nav,
.crumbsList,
#footer,
.menu-list--sp {
  display: none;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  background-color: #f2f2ee;
  background-color: #fff;
  color: #000;
  position: relative;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 13px;
  letter-spacing: 0.06em;
}

/* GENERAL */
a:link,
a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a {
  outline: none;
}

/* CLEARFIX */
.clearfix {
  zoom: 1;
}

.clearfix:after,
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

strong {
  font-weight: bold;
}

img {
  vertical-align: bottom;
  user-select: none;
}

* {
  box-sizing: border-box;
}

.onlyPc {
  display: block;
}

.onlySp {
  display: none !important;
}

div#main {
  overflow: inherit;
  width: 100vw;
}

.mfp-wrap {
  user-select: none;
}

.mfp-bg {
  transition: all 0.3s ease-out;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  background-color: #fff;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.98;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: opacity 0.6s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-figure:after {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mfp-figure.show:after {
  opacity: 1;
}

.mfp-img {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mfp-img.show {
  opacity: 1;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: 20px;
  top: 20px;
  color: #000;
}

.popupBox {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.popupBox .img {
  display: inline-block;
  position: relative;
}
.popupBox .img .closeBtn {
  position: absolute;
  background-image: url("/photo/special/just_moved/images/btn_close.png");
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  text-align: left;
  width: 30px;
  height: 30px;
  top: 0;
  right: -50px;
}
.popupBox .img img {
  pointer-events: none;
  margin-bottom: 20px;
  max-width: 100%;
  max-height: calc(100vh - 250px);
  max-height: calc(100vh - 130px);
}
.popupBox .despArea {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.popupBox .caption {
  margin-bottom: 0;
}
.popupBox br {
  display: none;
}
.popupBox br.br {
  display: block;
}

.mfp-arrow-left:before {
  display: none;
}

.mfp-arrow-left:after {
  display: none;
}

.mfp-arrow-right:before {
  display: none;
}

.mfp-arrow-right:after {
  display: none;
}

button.mfp-arrow-left {
  background-image: url("/photo/special/just_moved/images/arr_left.png");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: left 25px center;
}

button.mfp-arrow-right {
  background-image: url("/photo/special/just_moved/images/arr_right.png");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: right 25px center;
}

button.mfp-close,
button.mfp-arrow {
  background-image: url("/photo/special/just_moved/images/btn_close.png");
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  text-align: left;
  width: 30px;
  height: 30px;
  right: 14px;
  display: none;
}

.white-popup-block {
  animation: open 1s;
}

.mfp-removing {
  animation: close 1s;
}

a.disable {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.caption {
  font-size: 10px;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.8;
}
.caption .pos {
  font-style: italic;
}
.caption a {
  text-decoration: underline;
  display: inline-block;
  margin-right: 3px;
  letter-spacing: 0.15em;
}
.caption a:hover {
  text-decoration: none;
}
.caption a.disable {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

#thirdMagazine2024 .fade {
  transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  top: 40px;
}
#thirdMagazine2024 .fade.active {
  opacity: 1;
  top: 0;
}
#thirdMagazine2024 .fadeSimple {
  transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
}
#thirdMagazine2024 .fadeSimple.active {
  opacity: 1;
}
#thirdMagazine2024 .fadeLeft {
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  left: -20px;
}
#thirdMagazine2024 .fadeLeft.active {
  opacity: 1;
  left: 0;
}
#thirdMagazine2024 .fadeRight {
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  right: -20px;
}
#thirdMagazine2024 .fadeRight.active {
  opacity: 1;
  right: 0;
}
#thirdMagazine2024 .maskRight {
  clip-path: inset(0 100% 0 0);
  transition: all 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  top: 40px;
  position: relative;
  will-change: all;
}
#thirdMagazine2024 .maskRight.active {
  clip-path: inset(0 0% 0 0);
  top: 0;
}
#thirdMagazine2024 .maskLeft {
  clip-path: inset(0 0 0 100%);
  transition: all 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#thirdMagazine2024 .maskLeft.active {
  clip-path: inset(0 0% 0 0);
}
#thirdMagazine2024 .maskTop {
  clip-path: inset(0 0 100% 0);
  transition: all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#thirdMagazine2024 .maskTop.active {
  clip-path: inset(0 0% 0 0);
}
#thirdMagazine2024 .maskBottom {
  clip-path: inset(100% 0 0 0);
  transition: all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#thirdMagazine2024 .maskBottom.active {
  clip-path: inset(0 0% 0 0);
}
#thirdMagazine2024 .fadeDelay1 {
  transition-delay: 0.2s;
}
#thirdMagazine2024 .fadeDelay2 {
  transition-delay: 0.3s;
}
#thirdMagazine2024 .fadeDelay3 {
  transition-delay: 0.6s;
}
#thirdMagazine2024 .fadeDelay4 {
  transition-delay: 0.9s;
}
#thirdMagazine2024 .contentBox {
  padding: 0 60px;
  width: 1230px;
  max-width: 100%;
  margin: 0 auto;
}
#thirdMagazine2024 img {
  width: 100%;
}
#thirdMagazine2024 .opening {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
}
#thirdMagazine2024 .opening .videoBox {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#thirdMagazine2024 .opening .videoBox:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  z-index: 2;
}
#thirdMagazine2024 .opening video {
  max-width: 50vw;
  max-height: 80vh;
  outline: none;
  object-fit: cover;
}
#thirdMagazine2024 .mainVisual {
  text-align: center;
}
#thirdMagazine2024 .mainVisual .mainImg {
  opacity: 0;
  transition: all 2.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#thirdMagazine2024 .mainVisual .mainImg.active {
  opacity: 1;
}
#thirdMagazine2024 .mainVisual .mainImg img {
  width: 100%;
}
#thirdMagazine2024 .mainVisual .copy {
  position: relative;
  z-index: 2;
  margin-top: 35px;
  transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  top: 40px;
}
#thirdMagazine2024 .mainVisual .copy.active {
  opacity: 1;
  top: 0;
}
#thirdMagazine2024 .mainVisual .copy::before {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  margin: auto;
  background-color: #000000;
}
#thirdMagazine2024 .mainVisual .copy img {
  width: 280px;
  max-width: 90%;
  padding-top: 35px;
}
#thirdMagazine2024 .mainVisual .logo {
  margin: 100px auto 0;
  transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  top: 40px;
}
#thirdMagazine2024 .mainVisual .logo.active {
  opacity: 1;
  top: 0;
}
#thirdMagazine2024 .mainVisual .logo img {
  width: 482px;
  max-width: 90%;
}
#thirdMagazine2024 .mainVisual .season {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
  letter-spacing: 0.1em;
}
#thirdMagazine2024 .box {
  padding-top: 160px;
  text-align: center;
}
#thirdMagazine2024 .imgBox {
  text-align: center;
  margin-bottom: 50px;
}
#thirdMagazine2024 .imgBox1 .img img {
  width: 640px;
  max-width: 100%;
}
#thirdMagazine2024 .imgBox2 {
  display: flex;
  gap: 20px;
}
#thirdMagazine2024 .imgBox2 .each {
  width: 50%;
}
#thirdMagazine2024 .imgBox2 .each img {
  width: 100%;
}
#thirdMagazine2024 .caption {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 0;
  text-align: center;
}
#thirdMagazine2024 .caption .look-number {
  display: block;
  width: 40px;
  margin: 0 auto 16px;
  object-fit: contain;
}
#thirdMagazine2024 .caption a {
  text-decoration: none;
  text-transform: uppercase;
}
#thirdMagazine2024 .caption a .mini {
  font-size: 90%;
}
#thirdMagazine2024 .caption a:hover {
  text-decoration: underline;
}
#thirdMagazine2024 .caption a.none-hover:hover {
  text-decoration: none;
}
#thirdMagazine2024 .caption span.gray {
  width: 130px;
  height: 16px;
  line-height: 16px;
  vertical-align: middle;
  font-size: 9px;
  text-align: center;
  background-color: #b3b3b3;
  display: inline-block;
  color: #fff;
  margin-left: 5px;
  position: relative;
  top: -2px;
}
#thirdMagazine2024 .caption span.black {
  width: 62px;
  height: 16px;
  line-height: 16px;
  vertical-align: middle;
  font-size: 9px;
  text-align: center;
  background-color: #000;
  display: inline-block;
  color: #fff;
  margin-left: 5px;
  position: relative;
  top: -2px;
}
#thirdMagazine2024 .allItemBox {
  text-align: center;
  padding-top: 150px;
}
#thirdMagazine2024 .allItemBox.map {
  padding: 40px 0px 70px;
}
#thirdMagazine2024 .allItemBox a.btnAll {
  display: inline-block;
  border: 1px solid #000;
  padding: 30px 80px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.1em;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#thirdMagazine2024 .allItemBox a.btnAll:hover {
  background-color: #000;
  color: #fff;
}
#thirdMagazine2024 .eventName {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
#thirdMagazine2024 .eventName span {
  font-size: 21px;
  display: block;
  margin-bottom: 24px;
}
#thirdMagazine2024 .eventName img {
  width: 400px;
  margin-bottom: 24px;
}
@media screen and (max-width: 719px) {
  #thirdMagazine2024 .eventName img {
    width: 250px;
  }
}
#thirdMagazine2024 .eventDesp {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}
#thirdMagazine2024 .pagetopBox {
  text-align: center;
  margin: 80px auto 150px;
}
#thirdMagazine2024 .pagetopBox .btnPagetop {
  display: inline-block;
  padding-top: 40px;
  background-image: url("/photo/special/just_moved/images/btn_pagetop.png");
  background-repeat: no-repeat;
  background-size: 47px auto;
  background-position: center top 4px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
  letter-spacing: 0.1em;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#thirdMagazine2024 .pagetopBox .btnPagetop:hover {
  background-position: center top 0px;
}
@media screen and (max-width: 719px) {
  #thirdMagazine2024 .pagetopBox {
    margin: 0 auto 80px;
  }
}
#thirdMagazine2024 .ftImg {
  text-align: center;
  margin-bottom: 70px;
}
#thirdMagazine2024 .ftImg .imgPc {
  display: inline-block;
}
#thirdMagazine2024 .ftImg .imgSp {
  display: none;
}
#thirdMagazine2024 .ftImg img {
  max-width: 100%;
}
#thirdMagazine2024 .snsList {
  text-align: center;
  margin: 80px auto 40px;
}
#thirdMagazine2024 .snsList li {
  display: inline-block;
  margin: 0 10px;
}
#thirdMagazine2024 .snsList li a {
  display: block;
  width: 20px;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#thirdMagazine2024 .snsList li a:hover {
  opacity: 0.6;
}
#thirdMagazine2024 .snsList li a img {
  width: auto;
  height: revert-layer;
}
#thirdMagazine2024 .copyright {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.1em;
  padding-bottom: 140px;
}

#wrapper.scroll:not(.wrapper--header_nolink) {
  padding-top: 0;
}

/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px) {
  .popupBox {
    max-width: 90%;
  }
  .popupBox .despArea {
    max-width: initial;
  }
  .popupBox br {
    display: block;
  }
  .popupBox .img .closeBtn {
    right: 0;
    top: -44px;
  }
  button.mfp-close {
    right: 13px;
    top: 15px;
    background-size: 30px auto;
  }
  img.mfp-img {
    box-shadow: none !important;
  }
  .mfp-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  #thirdMagazine2024 {
    font-size: 11.5px;
  }
  #thirdMagazine2024 .fadeSp {
    transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transition-delay: 0s !important;
    position: relative;
    top: 40px;
  }
  #thirdMagazine2024 .fadeSp.active {
    opacity: 1 !important;
    top: 0 !important;
  }
  #thirdMagazine2024 .onlyPc {
    display: none !important;
  }
  #thirdMagazine2024 .onlySp {
    display: block !important;
  }
  #thirdMagazine2024 .fadeDelay2 {
    transition-delay: 0s;
  }
  #thirdMagazine2024 .fadeDelay3 {
    transition-delay: 0s;
  }
  #thirdMagazine2024 .opening {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
  }
  #thirdMagazine2024 .opening .videoBox:after {
    display: none;
  }
  #thirdMagazine2024 .opening video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    max-width: initial;
    max-height: initial;
  }
  #thirdMagazine2024 .mainVisual .mainImg img {
    width: 100vw;
    height: calc(100vh - 140px);
    height: calc(100vh - 200px);
    height: calc(100vh - 250px);
    object-fit: cover;
  }
  #thirdMagazine2024 .mainVisual .copy {
    margin-bottom: 30px;
  }
  #thirdMagazine2024 .mainVisual .copy img {
    width: 54%;
  }
  #thirdMagazine2024 .mainVisual .logo {
    margin: 80px auto 0;
  }
  #thirdMagazine2024 .mainVisual .logo img {
    width: 75%;
  }
  #thirdMagazine2024 .mainVisual .season {
    font-size: 13px;
  }
  #thirdMagazine2024 .contentBox {
    padding-left: 20px;
    padding-right: 20px;
  }
  #thirdMagazine2024 .box {
    padding-top: 120px;
  }
  #thirdMagazine2024 .imgBox {
    margin-bottom: 25px;
  }
  #thirdMagazine2024 .picSlider {
    font-size: 0;
  }
  #thirdMagazine2024 .caption {
    font-size: 11px;
    line-height: 2.6;
    letter-spacing: 0em;
    margin-left: -20px;
    margin-right: -20px;
  }
  #thirdMagazine2024 .caption .miniStr {
    font-size: 10px;
  }
  #thirdMagazine2024 .caption a {
    text-decoration: underline;
  }
  #thirdMagazine2024 .caption span.black {
    display: none;
  }
  #thirdMagazine2024 .caption span.gray {
    display: none;
  }
  #thirdMagazine2024 .allItemBox {
    padding-top: 80px;
  }
  #thirdMagazine2024 .allItemBox a.btnAll {
    padding: 25px 80px;
    font-size: 18px;
  }
  #thirdMagazine2024 .pagetopBox .btnPagetop {
    font-size: 14px;
  }
  #thirdMagazine2024 .eventName {
    font-size: 22px;
    padding-top: 30px;
  }
  #thirdMagazine2024 .eventName span {
    font-size: 16px;
  }
  #thirdMagazine2024 .eventDesp {
    letter-spacing: 0;
    font-size: 11px;
  }
  #thirdMagazine2024 .ftImg {
    margin-bottom: 40px;
  }
  #thirdMagazine2024 .ftImg img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #thirdMagazine2024 .ftImg .imgPc {
    display: none;
  }
  #thirdMagazine2024 .ftImg .imgSp {
    display: inline-block;
  }
  #thirdMagazine2024 .creditBox {
    text-align: center;
    line-height: 1.6;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 80px;
    font-size: 10px;
  }
  #thirdMagazine2024 .copyright {
    font-size: 9px;
    letter-spacing: 0.05em;
    padding-bottom: 80px;
  }
}
