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

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

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  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;
  font-family: bodoni-urw, serif;
  font-weight: 400;
  font-style: normal;
}

/* 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,
.photoList:after,
.peopleList:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

strong {
  font-weight: bold;
}

img {
  vertical-align: bottom;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.onlyPc {
  display: block;
}

.onlySp {
  display: none;
}

div#main {
  overflow: inherit;
  width: 100vw;
}

.mfp-wrap {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.mfp-bg {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  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.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out;
  -o-transition: opacity 0.6s ease-out;
  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 {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mfp-figure.show:after {
  opacity: 1;
}

.mfp-img {
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  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-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;
}

#spickSpan2022ss #stalker {
  pointer-events: none;
  position: fixed;
  top: -8px;
  left: -8px;
  width: 16px;
  height: 16px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  z-index: 9999;
  display: none;
}
#spickSpan2022ss .contentBox {
  max-width: 100%;
  width: 1300px;
  padding-left: 60px;
  padding-right: 60px;
  margin-left: auto;
  margin-right: auto;
}
#spickSpan2022ss .captionBtn {
  text-align: center;
  display: none;
}
#spickSpan2022ss .captionBtn span {
  display: inline-block;
  font-family: "museo-sans", sans-serif;
  font-weight: bold;
  font-size: 9px;
  border: 1px solid #000;
  border-radius: 6px;
  padding: 5px 15px;
  cursor: pointer;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-bottom: 30px;
  letter-spacing: 0em;
}
#spickSpan2022ss .captionBtn span:hover {
  color: #fff;
  background-color: #000;
}
#spickSpan2022ss .mainVisual,
#spickSpan2022ss footer {
  padding-top: 60px;
  text-align: center;
}
#spickSpan2022ss .mainVisual .img,
#spickSpan2022ss footer .img {
  margin-bottom: 80px;
}
#spickSpan2022ss .mainVisual .img img,
#spickSpan2022ss footer .img img {
  width: 100%;
}
#spickSpan2022ss .mainVisual .theme,
#spickSpan2022ss footer .theme {
  font-size: 45px;
  margin-bottom: 35px;
  font-family: bodoni-urw, serif;
  font-weight: 800;
  font-style: normal;
}
#spickSpan2022ss .mainVisual .logo,
#spickSpan2022ss footer .logo {
  margin-bottom: 25px;
}
#spickSpan2022ss .mainVisual .season,
#spickSpan2022ss footer .season {
  font-size: 10px;
  font-size: 11px;
  font-family: "museo-sans", sans-serif;
  font-weight: bold;
  letter-spacing: 0.03em;
}
#spickSpan2022ss .mainVisual .img {
  opacity: 0;
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#spickSpan2022ss .mainVisual .img.show {
  opacity: 1;
}
#spickSpan2022ss .mainVisual .logo {
  opacity: 0;
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#spickSpan2022ss .mainVisual .logo.show {
  opacity: 1;
}
#spickSpan2022ss .mainVisual .season {
  opacity: 0;
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#spickSpan2022ss .mainVisual .season.show {
  opacity: 1;
}
#spickSpan2022ss footer .theme {
  font-size: 36px;
  font-size: 39px;
}
#spickSpan2022ss .plop-it {
  -webkit-perspective: 500px;
          perspective: 500px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
#spickSpan2022ss .plop-it .char {
  -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: calc( 0.05s * var(--char-index) );
       -o-transition-delay: calc( 0.05s * var(--char-index) );
          transition-delay: calc( 0.05s * var(--char-index) );
  opacity: 0;
  -webkit-transform: scale(1.25) translate(8px, 4px);
      -ms-transform: scale(1.25) translate(8px, 4px);
          transform: scale(1.25) translate(8px, 4px);
}
#spickSpan2022ss .plop-it.active .char {
  opacity: 1;
  -webkit-transform: scale(1) translate(0);
      -ms-transform: scale(1) translate(0);
          transform: scale(1) translate(0);
}
@-webkit-keyframes plop {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 10px, 400px) rotate(180deg);
            transform: translate3d(0px, 10px, 400px) rotate(180deg);
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.8, 0.25);
            animation-timing-function: cubic-bezier(0.5, 0, 0.8, 0.25);
  }
  20% {
    -webkit-transform: translate3d(0px, -20px, 200px) rotate(90deg);
            transform: translate3d(0px, -20px, 200px) rotate(90deg);
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1.1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1.1);
  }
  40%, 70% {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px) rotate(0deg);
            transform: translate3d(0px, 0px, 0px) rotate(0deg);
  }
  90%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 10px, -200px) rotate(-90deg);
            transform: translate3d(0px, 10px, -200px) rotate(-90deg);
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.8, 0.25);
            animation-timing-function: cubic-bezier(0.5, 0, 0.8, 0.25);
  }
}
@keyframes plop {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 10px, 400px) rotate(180deg);
            transform: translate3d(0px, 10px, 400px) rotate(180deg);
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.8, 0.25);
            animation-timing-function: cubic-bezier(0.5, 0, 0.8, 0.25);
  }
  20% {
    -webkit-transform: translate3d(0px, -20px, 200px) rotate(90deg);
            transform: translate3d(0px, -20px, 200px) rotate(90deg);
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1.1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1.1);
  }
  40%, 70% {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px) rotate(0deg);
            transform: translate3d(0px, 0px, 0px) rotate(0deg);
  }
  90%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 10px, -200px) rotate(-90deg);
            transform: translate3d(0px, 10px, -200px) rotate(-90deg);
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.8, 0.25);
            animation-timing-function: cubic-bezier(0.5, 0, 0.8, 0.25);
  }
}
#spickSpan2022ss .fade {
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  top: 20px;
}
#spickSpan2022ss .fade.active {
  opacity: 1;
  top: 0;
}
#spickSpan2022ss .fadeLeft {
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  left: -20px;
}
#spickSpan2022ss .fadeLeft.active {
  opacity: 1;
  left: 0;
}
#spickSpan2022ss .fadeRight {
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  right: -20px;
}
#spickSpan2022ss .fadeRight.active {
  opacity: 1;
  right: 0;
}
#spickSpan2022ss .maskRight {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#spickSpan2022ss .maskRight.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}
#spickSpan2022ss .maskLeft {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  -webkit-transition: all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#spickSpan2022ss .maskLeft.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}
#spickSpan2022ss .maskTop {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  -webkit-transition: all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#spickSpan2022ss .maskTop.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}
#spickSpan2022ss .maskBottom {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  -webkit-transition: all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#spickSpan2022ss .maskBottom.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}
#spickSpan2022ss .fadeDelay1 {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
#spickSpan2022ss .fadeDelay2 {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#spickSpan2022ss .fadeDelay3 {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#spickSpan2022ss .fadeDelay4 {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
#spickSpan2022ss .creditBox {
  font-size: 11px;
  padding: 80px 0;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
#spickSpan2022ss .copyright {
  font-size: 10px;
  padding-bottom: 120px;
  padding-top: 40px;
}
#spickSpan2022ss .instagram a {
  display: inline-block;
  text-align: left;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  background-image: url("../images/ico_instagram.png");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center center;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-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);
}
#spickSpan2022ss .instagram a:hover {
  opacity: 0.6;
}
#spickSpan2022ss .sec {
  padding: 80px 0;
  overflow: hidden;
}
#spickSpan2022ss .photoList {
  width: 880px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
#spickSpan2022ss .photoList li {
  float: left;
  width: calc(50% - 20px);
  margin: 0 10px;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}
#spickSpan2022ss .photoList li:hover a {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
#spickSpan2022ss .photoList li img {
  width: 100%;
}
#spickSpan2022ss .photoList li a {
  display: block;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-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);
}
#spickSpan2022ss .caption {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
#spickSpan2022ss .caption a {
  margin: 0 2px;
}
#spickSpan2022ss .caption a:hover {
  text-decoration: underline;
}
#spickSpan2022ss .peopleList li {
  float: left;
  width: calc(25% - 0px);
  margin: 0 0px;
  margin-bottom: 60px;
  text-align: center;
}
#spickSpan2022ss .peopleList li:nth-child(4n+1) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
#spickSpan2022ss .peopleList li:nth-child(4n+2) {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#spickSpan2022ss .peopleList li:nth-child(4n+3) {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#spickSpan2022ss .peopleList li:nth-child(4n) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#spickSpan2022ss .peopleList li .img {
  position: relative;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-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);
  margin-bottom: 20px;
  overflow: hidden;
  top: 0;
  width: 140%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
}
#spickSpan2022ss .peopleList li .img img {
  width: 100%;
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
#spickSpan2022ss .peopleList li .img .ov {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-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);
  z-index: 2;
  display: none;
}
#spickSpan2022ss .peopleList li .img:hover {
  top: -10px;
}
#spickSpan2022ss .peopleList li .img:hover .ov {
  opacity: 1;
}
#spickSpan2022ss .peopleList li .theme {
  font-size: 9px;
  margin-bottom: 7px;
  font-family: bodoni-urw, serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0;
}
#spickSpan2022ss .peopleList li .number {
  font-size: 26px;
  margin-bottom: 15px;
  font-family: bodoni-urw, serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0;
}
#spickSpan2022ss .peopleList li .desp {
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
#spickSpan2022ss .peopleList li .desp a:hover {
  text-decoration: underline;
}
#spickSpan2022ss .bigImg {
  margin-bottom: 40px;
  text-align: center;
}
#spickSpan2022ss .bigImg img {
  width: 100%;
}
#spickSpan2022ss .smallImg {
  margin-bottom: 40px;
  text-align: center;
}
#spickSpan2022ss .smallImg img {
  width: 100%;
  width: 80%;
}
#spickSpan2022ss .photoSlider {
  display: none;
}
#spickSpan2022ss .slick-dots {
  /*
  	opacity: 0;

  	&.show{
  		transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  		opacity: 1;
  	}
  */
}
#spickSpan2022ss .slick-dots li {
  width: 7px;
}
#spickSpan2022ss .slick-dots li button {
  width: 7px;
}
#spickSpan2022ss .slick-dots li button:before {
  width: 7px;
}

/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px) {
  .mfp-container {
    padding: 0;
  }

  img.mfp-img {
    padding: 0;
    height: 100vh;
    width: auto;
    max-width: initial;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }

  .mfp-content {
    width: 100%;
    height: 100vh;
  }

  .mfp-figure {
    width: 100%;
    height: 100vh;
    background-color: #fff;
  }

  .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    right: 10px;
    top: 10px;
  }

  .mfp-figure:after {
    display: none !important;
  }

  #spickSpan2022ss {
    /*
    #sec3{
    	padding: 0;
    	overflow: visible;

    	.contentBox{
    		padding-left: 0;
    		padding-right: 0;
    		position: relative;
    		height: 200vh;

    		.bigImg{
    			height: 100vh;
    			position: sticky;
    			top: 0;
    			margin-bottom: 0;

    			.img{
    				overflow: hidden;
    				width: 100%;
    			}

    			img{
    				height: 100vh;
    				width: auto;
    			}
    		}
    	}
    }
    */
  }
  #spickSpan2022ss .onlyPc {
    display: none;
  }
  #spickSpan2022ss .onlySp {
    display: block;
  }
  #spickSpan2022ss .contentBox {
    padding-left: 20px;
    padding-right: 20px;
  }
  #spickSpan2022ss .mainVisual {
    padding-bottom: 30px;
    padding-top: 0;
  }
  #spickSpan2022ss .mainVisual .contentBox {
    padding-left: 0;
    padding-right: 0;
    height: 100vh;
  }
  #spickSpan2022ss .mainVisual .over2 {
    position: absolute;
    left: 0%;
    top: 40%;
    width: 100%;
    height: 75vw;
    -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    z-index: 3;
    -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
  }
  #spickSpan2022ss .mainVisual .over2.show {
    opacity: 1;
  }
  #spickSpan2022ss .mainVisual .over2.big {
    height: 100vh;
    width: 100%;
    opacity: 0;
  }
  #spickSpan2022ss .mainVisual .over2 img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
    -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #spickSpan2022ss .mainVisual .img {
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
  }
  #spickSpan2022ss .mainVisual .img.show {
    /*
    			.over{
    				transform: translate(-50%,0) scale(1);
    			}
    */
  }
  #spickSpan2022ss .mainVisual .img .over {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0) scale(0.8);
        -ms-transform: translate(-50%, 0) scale(0.8);
            transform: translate(-50%, 0) scale(0.8);
    -webkit-transform: translate(-50%, 0) scale(1);
        -ms-transform: translate(-50%, 0) scale(1);
            transform: translate(-50%, 0) scale(1);
    z-index: 2;
    width: auto;
    height: 100%;
    -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: 0.6s;
         -o-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  #spickSpan2022ss .mainVisual .img .base {
    opacity: 0;
  }
  #spickSpan2022ss .mainVisual .theme {
    font-size: 26px;
    margin-bottom: 25px;
  }
  #spickSpan2022ss footer .img {
    margin-bottom: 40px;
  }
  #spickSpan2022ss footer .theme {
    font-size: 22px;
    font-size: 24px;
    margin-bottom: 25px;
  }
  #spickSpan2022ss footer .logo img {
    width: 134px;
  }
  #spickSpan2022ss footer .season {
    font-size: 11px;
  }
  #spickSpan2022ss footer .creditBox {
    font-size: 11px;
    line-height: 1.6;
  }
  #spickSpan2022ss footer .contentBox {
    padding-left: 0;
    padding-right: 0;
  }
  #spickSpan2022ss .copyright {
    padding-bottom: 80px;
  }
  #spickSpan2022ss .photoList {
    margin: 0;
    margin-bottom: 10px;
    display: none;
  }
  #spickSpan2022ss .photoList li {
    width: calc(50% - 10px);
    margin: 0 5px;
    margin-bottom: 10px;
  }
  #spickSpan2022ss .photoSlider {
    display: block;
  }
  #spickSpan2022ss .photoSlider img {
    width: 100%;
  }
  #spickSpan2022ss #sec1 {
    padding-bottom: 0;
  }
  #spickSpan2022ss #sec4 {
    padding-bottom: 0;
    padding-top: 100px;
  }
  #spickSpan2022ss #sec3 {
    padding: 0;
    overflow: visible;
  }
  #spickSpan2022ss #sec3 .contentBox {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
  #spickSpan2022ss #sec3 .contentBox .bigImg {
    margin-bottom: 0;
    overflow-x: hidden;
    opacity: 1;
  }
  #spickSpan2022ss #sec3 .contentBox .bigImg .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  #spickSpan2022ss #sec3 .contentBox .bigImg .img img {
    width: auto;
    height: 100%;
  }
  #spickSpan2022ss #sec3 .contentBox .bigImg .imgSize {
    background-color: #ccc;
  }
  #spickSpan2022ss #sec3 .contentBox .bigImg .imgSize img {
    width: 100%;
    opacity: 0 !important;
  }
  #spickSpan2022ss .smallImg {
    margin-bottom: 0;
  }
  #spickSpan2022ss #sec6 {
    padding-top: 0;
  }
  #spickSpan2022ss .peopleList {
    position: relative;
  }
  #spickSpan2022ss .peopleList li {
    width: calc(50% - 0px);
    margin: 0 0px;
    margin-bottom: 30px;
    margin-bottom: 0;
    margin-bottom: 0px;
  }
  #spickSpan2022ss .peopleList li:nth-child(4n+1) {
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
  }
  #spickSpan2022ss .peopleList li:nth-child(4n+2) {
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  #spickSpan2022ss .peopleList li:nth-child(4n+3) {
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
  }
  #spickSpan2022ss .peopleList li:nth-child(4n) {
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  #spickSpan2022ss .peopleList li .img {
    width: 160%;
  }
  #spickSpan2022ss .peopleList li .img:hover {
    top: 0;
  }
  #spickSpan2022ss .peopleList li .img:hover .ov {
    opacity: 0;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  #spickSpan2022ss .peopleList li .theme {
    margin-bottom: 3px;
    position: relative;
    z-index: 3;
    font-size: 12px;
  }
  #spickSpan2022ss .peopleList li .number {
    position: relative;
    z-index: 3;
    font-size: 28px;
  }
  #spickSpan2022ss .peopleList li .desp {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 2;
  }
  #spickSpan2022ss .peopleList li .desp .captionBox2 {
    position: absolute;
    top: 30%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 100%;
    left: 0;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
  }
  #spickSpan2022ss .sec {
    padding: 50px 0;
  }
  #spickSpan2022ss .fadeDelay1 {
    -webkit-transition-delay: 0;
         -o-transition-delay: 0;
            transition-delay: 0;
  }
  #spickSpan2022ss .fadeDelay2 {
    -webkit-transition-delay: 0.1s;
         -o-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  #spickSpan2022ss .fadeDelay3 {
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  #spickSpan2022ss .fadeDelay4 {
    -webkit-transition-delay: 0.3s;
         -o-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  #spickSpan2022ss .captionBtn {
    display: block;
    z-index: 3;
    position: relative;
  }
  #spickSpan2022ss .contentBox {
    position: relative;
  }
  #spickSpan2022ss .caption {
    display: none;
    -webkit-transition-duration: 0s;
         -o-transition-duration: 0s;
            transition-duration: 0s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
  }
  #spickSpan2022ss .caption .captionBox {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 100%;
    left: 0;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }
  #spickSpan2022ss .caption a {
    display: block;
  }
  #spickSpan2022ss .showCaption {
    padding-left: 20px;
    padding-right: 20px;
  }
  #spickSpan2022ss .showCaption a {
    display: inline-block;
  }
  #spickSpan2022ss #sec1 .captionBtn,
#spickSpan2022ss #sec4 .captionBtn,
#spickSpan2022ss #sec6 .captionBtn {
    text-align: left;
  }
  #spickSpan2022ss #sec1 .captionBtn span,
#spickSpan2022ss #sec4 .captionBtn span,
#spickSpan2022ss #sec6 .captionBtn span {
    position: relative;
    top: -25px;
  }
  #spickSpan2022ss #sec2 {
    padding-top: 0;
  }
  #spickSpan2022ss .peopleList li {
    margin-top: -20px;
  }
  #spickSpan2022ss #sec5 {
    padding-top: 0;
  }
  #spickSpan2022ss #sec7 {
    padding-top: 0;
  }
  #spickSpan2022ss #stalker {
    display: none !important;
  }
  #spickSpan2022ss .captionBox br {
    display: none;
  }
}