@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 {
  height: 100%;
  font-size: 62.5%;
  overflow: hidden;
}

html.hidden,
body.hidden {
  overflow: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #000;
  position: relative;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
  letter-spacing: 0.06em;
}

/* GENERAL */
a:link,
a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a {
  outline: none;
}

strong {
  font-weight: bold;
}

img {
  vertical-align: bottom;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}

* {
  box-sizing: border-box;
}

.onlyPc {
  display: block;
}

.onlySp {
  display: none;
}

.mfp-wrap {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  max-height: 100vh;
  overflow: hidden;
}

.mfp-content,
.mfp-container {
  cursor: zoom-out !important;
}
.mfp-content .white-popup-block,
.mfp-container .white-popup-block {
  cursor: auto !important;
}

.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;
  opacity: 1;
}

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

.mfp-content {
  text-align: center;
}

.white-popup-block {
  display: inline-block;
  text-align: center;
}

#popupArea {
  padding-top: 60px;
  padding-bottom: 40px;
}
#popupArea .saleBox {
  padding: 120px 0;
  font-size: 14px;
}
#popupArea .saleBox .ttl {
  font-weight: bold;
  margin-bottom: 10px;
}
#popupArea .saleBox .desp {
  font-size: 13px;
}

.popupBox {
  position: relative;
  max-width: 80vw;
  width: 640px;
  text-align: center;
  margin-bottom: 20px;
}
.popupBox:hover .img {
  opacity: 0.1;
}
.popupBox:hover .caption {
  opacity: 1;
}
.popupBox .closeBtn {
  position: fixed;
  background-image: url("../images/btn_close.png");
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  text-align: left;
  width: 40px;
  height: 40px;
  top: 60px;
  right: 60px;
}
.popupBox .img {
  display: inline-block;
  position: relative;
  width: 100%;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.popupBox .img.mini img {
  width: 80%;
}
.popupBox .img img {
  pointer-events: none;
  width: 100%;
}
.popupBox .caption {
  font-family: "neulis-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.6;
  font-size: 11px;
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.popupBox .caption a:hover {
  text-decoration: underline;
}
.popupBox .caption .buy {
  text-decoration: underline;
}

.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("../images/arr_left.png");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: left 25px center;
}

button.mfp-arrow-right {
  background-image: url("../images/arr_right.png");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: right 25px center;
}

button.mfp-close,
button.mfp-arrow {
  position: fixed;
  background-image: url("../images/btn_close.png");
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  text-align: left;
  width: 40px;
  height: 40px;
  top: 30px;
  right: 30px;
}

.mfp-removing {
  animation: close 1s;
}

a.disable {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

body {
  width: 100%;
  overflow: hidden;
}

#spickSpan2024 {
  width: 100%;
  overflow: hidden;
}
#spickSpan2024 .fade {
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  top: 20px;
}
#spickSpan2024 .fade.active {
  opacity: 1;
  top: 0;
}
#spickSpan2024 .fadeSimple {
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
}
#spickSpan2024 .fadeSimple.active {
  opacity: 1;
}
#spickSpan2024 .fadeLeft {
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  left: -20px;
}
#spickSpan2024 .fadeLeft.active {
  opacity: 1;
  left: 0;
}
#spickSpan2024 .fadeRight {
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  right: -20px;
}
#spickSpan2024 .fadeRight.active {
  opacity: 1;
  right: 0;
}
#spickSpan2024 .maskRight {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: all 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#spickSpan2024 .maskRight.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}
#spickSpan2024 .maskLeft {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  transition: all 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#spickSpan2024 .maskLeft.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}
#spickSpan2024 .maskTop {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  transition: all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#spickSpan2024 .maskTop.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}
#spickSpan2024 .maskBottom {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  transition: all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#spickSpan2024 .maskBottom.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}
#spickSpan2024 .fadeDelay1 {
  transition-delay: 0s;
}
#spickSpan2024 .fadeDelay2 {
  transition-delay: 0.3s;
}
#spickSpan2024 .fadeDelay3 {
  transition-delay: 0.6s;
}
#spickSpan2024 .fadeDelay4 {
  transition-delay: 0.9s;
}
#spickSpan2024 .mainVisual {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #fff;
  z-index: 10;
}
#spickSpan2024 .mainVisual .conceptSp {
  display: none;
}
#spickSpan2024 .mainVisual .topSlider {
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#spickSpan2024 .mainVisual .topSlider.active {
  opacity: 1;
}
#spickSpan2024 .mainVisual .topSlider img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
#spickSpan2024 .mainVisual .overArea {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#spickSpan2024 .mainVisual .overArea .logo {
  margin-bottom: 60px;
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#spickSpan2024 .mainVisual .overArea .logo img {
  width: 217px;
}
#spickSpan2024 .mainVisual .overArea .logo.active {
  opacity: 1;
}
#spickSpan2024 .mainVisual .overArea .concept {
  text-align: left;
  text-align: justify;
  letter-spacing: 0;
  width: 520px;
  font-size: 11px;
  color: #fff;
  font-family: "neulis-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 2;
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#spickSpan2024 .mainVisual .overArea .concept img {
  width: 485px;
}
#spickSpan2024 .mainVisual .overArea .concept.active {
  opacity: 1;
}
#spickSpan2024 .mainVisual .creditBox {
  position: absolute;
  z-index: 2;
  right: 40px;
  top: 40px;
  font-size: 10px;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-family: "neulis-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#spickSpan2024 .mainVisual .creditBox.active {
  opacity: 1;
}
#spickSpan2024 #photoBtn {
  position: fixed;
  left: 15px;
  top: 15px;
  z-index: 5;
  background-color: #fff;
  border-radius: 100px;
  padding: 5px 10px 4px 10px;
  border: 1px solid #000;
  font-family: "neulis-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  font-size: 10px;
  letter-spacing: 0;
  display: none;
}
#spickSpan2024 .motionBox {
  display: flex;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
#spickSpan2024 .motionBox .eachBox {
  width: 100%;
  height: 100%;
  width: 1200px;
  height: 750px;
  position: relative;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  will-change: transform;
  overflow: hidden;
}
#spickSpan2024 .motionBox .eachBox #container {
  position: absolute;
}
#spickSpan2024 .motionBox .eachBox .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
}
#spickSpan2024 .motionBox .eachBox .img a {
  display: block;
  overflow: hidden;
}
#spickSpan2024 .motionBox .eachBox .img a:hover img {
  transform: scale(1.1);
}
#spickSpan2024 .motionBox .eachBox .img img {
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  will-change: transform;
}
#spickSpan2024 .motionBox .eachBox .img01 {
  width: 10.7%;
  left: 0%;
  top: 0;
}
#spickSpan2024 .motionBox .eachBox .img02 {
  width: 6.9%;
  left: 7.2%;
  top: 28%;
  z-index: 2;
}
#spickSpan2024 .motionBox .eachBox .img03 {
  width: 12%;
  left: 13.3%;
  top: 7.4%;
}
#spickSpan2024 .motionBox .eachBox .img04 {
  width: 7.3%;
  left: 25%;
  top: 4.6%;
  z-index: 2;
}
#spickSpan2024 .motionBox .eachBox .img05 {
  width: 12.1%;
  left: 38.25%;
  top: 0%;
}
#spickSpan2024 .motionBox .eachBox .img06 {
  width: 13.25%;
  left: 51.1%;
  top: 18.5%;
  z-index: 2;
}
#spickSpan2024 .motionBox .eachBox .img07 {
  width: 10.5%;
  left: 67.1%;
  top: 9.3%;
}
#spickSpan2024 .motionBox .eachBox .img08 {
  width: 4.1%;
  left: 80.3%;
  top: 8%;
  z-index: 2;
}
#spickSpan2024 .motionBox .eachBox .img09 {
  width: 12.3%;
  left: 83.3%;
  top: 1.7%;
}
#spickSpan2024 .motionBox .eachBox .img10 {
  width: 7.1%;
  left: 92.8%;
  top: 24.6%;
  z-index: 2;
}
#spickSpan2024 .motionBox .eachBox .img11 {
  width: 16.7%;
  left: 2.3%;
  top: 46%;
}
#spickSpan2024 .motionBox .eachBox .img12 {
  width: 10.4%;
  left: 0%;
  top: 62.1%;
  z-index: 2;
}
#spickSpan2024 .motionBox .eachBox .img13 {
  width: 5.6%;
  left: 19.8%;
  top: 42.26%;
  z-index: 2;
}
#spickSpan2024 .motionBox .eachBox .img14 {
  width: 24.4%;
  left: 28.5%;
  top: 26.5%;
}
#spickSpan2024 .motionBox .eachBox .img15 {
  width: 8.4%;
  left: 55.8%;
  top: 49.5%;
}
#spickSpan2024 .motionBox .eachBox .img16 {
  width: 20.9%;
  left: 65%;
  top: 38.1%;
}
#spickSpan2024 .motionBox .eachBox .img17 {
  width: 10%;
  left: 88.3%;
  top: 41.1%;
}
#spickSpan2024 .motionBox .eachBox .img18 {
  width: 8.5%;
  left: 1.1%;
  top: 80.2%;
}
#spickSpan2024 .motionBox .eachBox .img19 {
  width: 11.8%;
  left: 13.3%;
  top: 65.1%;
}
#spickSpan2024 .motionBox .eachBox .img20 {
  width: 12.6%;
  left: 25.6%;
  top: 75.6%;
}
#spickSpan2024 .motionBox .eachBox .img21 {
  width: 15.66%;
  left: 41.3%;
  top: 83.9%;
}
#spickSpan2024 .motionBox .eachBox .img22 {
  width: 8%;
  left: 56.25%;
  top: 69.6%;
}
#spickSpan2024 .motionBox .eachBox .img23 {
  width: 8.25%;
  left: 73.58%;
  top: 81.7%;
}
#spickSpan2024 .motionBox .eachBox .img24 {
  width: 13.16%;
  left: 86.75%;
  top: 68%;
}

/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 768px) {
  button.mfp-close {
    right: 13px;
    top: 15px;
    background-size: 30px auto;
  }
  img.mfp-img {
    box-shadow: none !important;
  }
  .mfp-wrap {
    overflow-y: scroll;
    overflow-scrolling: touch;
  }
  .mfp-container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .onlyPc {
    display: none;
  }
  .onlySp {
    display: block;
  }
  #spickSpan2024 .mainVisual {
    height: 100dvh;
  }
  #spickSpan2024 .mainVisual .conceptSp {
    position: absolute;
    z-index: 2;
    display: block;
    text-align: center;
    width: 100%;
    top: 22%;
    transform: translate(0, -50%);
    opacity: 0;
    transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #spickSpan2024 .mainVisual .conceptSp img {
    width: 65vw;
  }
  #spickSpan2024 .mainVisual .conceptSp.active {
    opacity: 1;
  }
  #spickSpan2024 .mainVisual .overArea .logo {
    margin-bottom: 0;
  }
  #spickSpan2024 .mainVisual .overArea .logo img {
    width: 55vw;
  }
  #spickSpan2024 .mainVisual .creditBox {
    right: initial;
    top: initial;
    bottom: 30px;
    width: 100%;
  }
  #spickSpan2024 #photoBtn {
    display: block;
  }
  #spickSpan2024 .motionBox {
    display: block;
    white-space: nowrap;
  }
  #spickSpan2024 .motionBox .eachBox {
    position: relative;
    left: initial;
    top: initial;
    transform: translate(0, 0);
    position: absolute;
    left: 0;
    top: 0;
  }
  #spickSpan2024 .motionBox .eachBox .img a:hover img {
    transform: scale(1);
  }
  button.mfp-close,
  button.mfp-arrow {
    width: 30px;
    height: 30px;
    right: 8px;
    top: 11px;
    background-size: 22px auto;
  }
  .popupBox .caption {
    font-size: 10px;
  }
  .popupBox {
    max-width: 100%;
    width: 100%;
  }
  .popupBox .img.mini img {
    width: calc(100% - 40px);
  }
  .popupBox .caption:hover {
    text-decoration: underline;
  }
  #popupArea {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #popupArea .saleBox {
    padding: 80px 0;
  }
}/*# sourceMappingURL=style.css.map */