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

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

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

.onlySp {
  display: none !important;
}

.onlyPc2 {
  display: flex !important;
}

.onlySp2 {
  display: none !important;
}

.mfp-wrap {
  -webkit-user-select: none;
     -moz-user-select: none;
          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;
}

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

.slick-dots {
  bottom: -35px;
}
.slick-dots li {
  width: 7px;
}
.slick-dots li button {
  width: 7px;
}
.slick-dots li button:before {
  width: 7px;
}

a.disable {
  pointer-events: none;
  text-decoration: none !important;
}

/*---------------------------------------------
MOTION
---------------------------------------------*/
.fadeSimple {
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
.fadeSimple.active {
  opacity: 1;
}

.fade {
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  top: 20px;
}
.fade.active {
  opacity: 1;
  top: 0;
}

.fadeLeft {
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  left: -20px;
}
.fadeLeft.active {
  opacity: 1;
  left: 0;
}

.fadeRight {
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  right: -20px;
}
.fadeRight.active {
  opacity: 1;
  right: 0;
}

.fadeDelay1 {
  transition-delay: 0.8s;
}

.fadeDelay2 {
  transition-delay: 0.4s;
}

.fadeDelay3 {
  transition-delay: 0.8s;
}

.fadeDelay4 {
  transition-delay: 0.9s;
}

.maskRight {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskRight.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}

.maskLeft {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskLeft.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}

.maskTop {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskTop.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}

.maskBottom {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskBottom.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}

/*---------------------------------------------
MAIN
---------------------------------------------*/
body {
  overflow-x: hidden;
  width: 100vw;
}

#spick2025ss {
  overflow: hidden;
  width: 100vw;
}
#spick2025ss .sec {
  padding: 10vw 0 0 0;
}
#spick2025ss .contentBox {
  width: 76vw;
  width: 82vw;
  margin: 0 auto;
}
#spick2025ss header {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 0 5.4vw;
}
#spick2025ss header h1.logo {
  padding-top: 30px;
}
#spick2025ss header h1.logo img {
  width: 160px;
}
#spick2025ss header .navList {
  display: flex;
  padding-top: 30px;
}
#spick2025ss header .navList li:last-child {
  border-left: 1px solid #000;
  margin-left: 20px;
  padding-left: 20px;
}
#spick2025ss header .navList li a {
  font-family: "neue-kabel", sans-serif;
  font-weight: 700;
  font-size: 15px;
}
#spick2025ss .pcSlider div {
  vertical-align: top;
}
#spick2025ss .mainVisual {
  position: relative;
  padding-top: 15.6vw;
  padding-top: 10vw;
}
#spick2025ss .mainVisual .sliderBox {
  position: relative;
  margin-bottom: 11.2vw;
}
#spick2025ss .mainVisual .sliderBox .logo {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: -7.4vw;
  transform: translate(-50%, 0%);
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#spick2025ss .mainVisual .sliderBox .logo.active {
  opacity: 1;
}
#spick2025ss .mainVisual .sliderBox .logo img {
  width: 9.5vw;
}
#spick2025ss .mainVisual .sliderBox .topSlider {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  top: 2vw;
}
#spick2025ss .mainVisual .sliderBox .topSlider.active {
  opacity: 1;
  top: 0;
}
#spick2025ss .mainVisual .sliderBox .topSlider div {
  vertical-align: top;
}
#spick2025ss .mainVisual .conceptBox {
  text-align: center;
}
#spick2025ss .mainVisual .conceptBox .ttl {
  margin-bottom: 10px;
}
#spick2025ss .mainVisual .conceptBox .ttl img {
  width: 29vw;
}
#spick2025ss .mainVisual .conceptBox .ttl2 {
  margin-bottom: 17px;
}
#spick2025ss .mainVisual .conceptBox .ttl2 img {
  width: 24.5vw;
}
#spick2025ss .mainVisual .conceptBox .season {
  font-family: "neue-kabel", sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 30px;
}
#spick2025ss .mainVisual .conceptBox .desp {
  font-weight: 400;
  line-height: 2;
  font-size: 14.5px;
}
#spick2025ss .ttlBox {
  text-align: center;
}
#spick2025ss .ttlBox .subBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
#spick2025ss .ttlBox .subBox .brand {
  font-family: "neue-kabel", sans-serif;
  font-weight: 800;
  font-size: 8.5px;
}
#spick2025ss .ttlBox .subBox .number {
  text-stroke: 0.5px #333;
  -webkit-text-stroke: 0.5px #333;
  color: #fff;
  font-family: "neue-kabel", sans-serif;
  font-weight: 700;
  font-size: 36px;
  padding: 0 8px;
}
#spick2025ss .ttlBox .subBox .new {
  font-family: "neue-kabel", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 8.5px;
}
#spick2025ss .ttlBox .secTtl {
  font-family: "neue-kabel", sans-serif;
  font-weight: 900;
  font-size: 28px;
  margin-bottom: 30px;
}
#spick2025ss .ttlBox .secTtl .slash {
  font-weight: 400;
  font-size: 90%;
  position: relative;
  top: -2px;
}
#spick2025ss .photoList {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 15px;
}
#spick2025ss .photoList li {
  width: 30vw;
  width: 35vw;
}
#spick2025ss .photoList.photoList2 li {
  width: calc(50% - 10px);
}
#spick2025ss .captionBox {
  text-align: center;
  font-family: "neue-kabel", sans-serif;
  font-weight: 500;
  font-size: 9px;
  line-height: 1.8;
}
#spick2025ss .captionBox a {
  text-decoration: underline;
}
#spick2025ss footer {
  text-align: center;
  padding: 10vw 0 4vw 0;
}
#spick2025ss footer .creditBox .credit {
  font-family: "neue-kabel", sans-serif;
  font-weight: 500;
  font-size: 8.5px;
  line-height: 1.6;
  margin-bottom: 40px;
  letter-spacing: 0.03em;
}
#spick2025ss footer .creditBox .logo {
  margin-bottom: 20px;
}
#spick2025ss footer .creditBox .logo img {
  width: 145px;
}
#spick2025ss footer .ftNavList {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-bottom: 50px;
}
#spick2025ss footer .ftNavList li {
  border-left: 1px solid #000;
  margin: 0 5px;
  padding-left: 10px;
  line-height: 1;
}
#spick2025ss footer .ftNavList li:first-child {
  border: none;
}
#spick2025ss footer .ftNavList li a {
  font-family: "neue-kabel", sans-serif;
  font-weight: 600;
  font-size: 11.5px;
  line-height: 1.6;
}
#spick2025ss footer .copyright {
  font-family: "neue-kabel", sans-serif;
  font-weight: 600;
  font-size: 8.5px;
  letter-spacing: 0.03em;
}

/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px) {
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    right: 3px;
    top: 10px;
  }
  .mfp-container {
    padding-left: 35px;
    padding-right: 35px;
  }
  button.mfp-arrow-left {
    background-position: left 15px center;
  }
  button.mfp-arrow-right {
    background-position: right 15px center;
  }
  .onlyPc {
    display: none !important;
  }
  .onlySp {
    display: block !important;
  }
  .onlyPc2 {
    display: none !important;
  }
  .onlySp2 {
    display: flex !important;
  }
  #spick2025ss header {
    padding: 0 20px;
  }
  #spick2025ss header h1.logo {
    padding-top: 15px;
  }
  #spick2025ss header h1.logo img {
    width: 100px;
  }
  #spick2025ss header .navList {
    padding-top: 17px;
    line-height: 1;
  }
  #spick2025ss header .navList li:last-child {
    margin-left: 10px;
    padding-left: 10px;
  }
  #spick2025ss header .navList li a {
    font-size: 11px;
    padding-bottom: 2px;
    display: inline-block;
    line-height: 1;
  }
  #spick2025ss .mainVisual {
    padding-top: 50px;
  }
  #spick2025ss .mainVisual .contentBox {
    width: 100%;
  }
  #spick2025ss .mainVisual .sliderBox {
    margin-bottom: 20vw;
  }
  #spick2025ss .mainVisual .sliderBox .topSlider {
    width: 100%;
  }
  #spick2025ss .mainVisual .sliderBox .logo {
    right: initial;
    left: 50%;
    top: initial;
    bottom: -13vw;
    bottom: -10vw;
    transform: translate(-50%, 0);
  }
  #spick2025ss .mainVisual .sliderBox .logo.active {
    bottom: -13vw;
  }
  #spick2025ss .mainVisual .sliderBox .logo img {
    width: 17.3vw;
  }
  #spick2025ss .mainVisual .conceptBox {
    margin-left: -15px;
    margin-right: -15px;
  }
  #spick2025ss .mainVisual .conceptBox .ttl img {
    width: 59.3vw;
  }
  #spick2025ss .mainVisual .conceptBox .ttl2 img {
    width: 51.6vw;
  }
  #spick2025ss .mainVisual .conceptBox .season {
    font-size: 11px;
  }
  #spick2025ss .mainVisual .conceptBox .desp {
    padding: 0 20px;
    font-size: 12px;
  }
  #spick2025ss .sec {
    padding-top: 20vw;
  }
  #spick2025ss .contentBox {
    width: auto;
  }
  #spick2025ss .ttlBox .secTtl {
    font-size: 24px;
    line-height: 1;
    display: inline-block;
    margin-bottom: 20px;
  }
  #spick2025ss .ttlBox .secTtlMini {
    font-size: 22px;
  }
  #spick2025ss .photoList {
    display: block;
  }
  #spick2025ss .photoList li {
    width: auto;
  }
  #spick2025ss .photoList li.smallDown {
    padding-top: 45px;
    margin-left: 30px;
    margin-right: 30px;
  }
  #spick2025ss .photoList li.smallUp {
    padding-bottom: 45px;
    margin-left: 30px;
    margin-right: 30px;
  }
  #spick2025ss .photoList li.small {
    margin-left: 30px;
    margin-right: 30px;
  }
  #spick2025ss .photoList.photoList li {
    width: auto;
  }
  #spick2025ss footer {
    padding-top: 25vw;
    padding-bottom: 6vw;
  }
  #spick2025ss footer .ftNavList {
    margin-bottom: 40px;
  }
}/*# sourceMappingURL=style.css.map */