@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: #333;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
  font-weight: 400;
  font-style: normal;
  font-family: "Montserrat", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

a:hover {
  color: #333;
  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;
}

/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 768px) {
  .onlyPc {
    display: none !important;
  }
  .onlySp {
    display: block !important;
  }
  .onlyPc2 {
    display: none !important;
  }
  .onlySp2 {
    display: flex !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;
}

.mfp-close-btn-in .mfp-close {
  width: 60px;
  padding-right: 0;
  background-size: 21px auto;
  right: 0;
  text-align: left;
  text-indent: -9999px;
}

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

.mfp-figure:after {
  box-shadow: none;
}

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

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

figure.img {
  overflow: hidden;
}
figure.img img {
  transform-origin: center bottom;
  will-change: transform;
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

figure.free {
  width: 100%;
  height: 22vw;
  overflow: hidden;
  position: relative;
}
figure.free img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
  will-change: transform;
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.topSlider div {
  vertical-align: top;
}

.pcSlider div {
  vertical-align: top;
}

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

.fadeDelay2 {
  transition-delay: 0.4s;
}

.fadeDelay3 {
  transition-delay: 0.8s;
}

.fadeDelay4 {
  transition-delay: 0.9s;
}

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

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

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

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

/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 768px) {
  .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;
  }
  .fadeSimpleSp {
    transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
  }
  .fadeSimpleSp.active {
    opacity: 1;
  }
}
#button_container {
  position: fixed;
  z-index: 200;
  top: 5px;
  left: 5px;
  display: block;
  height: 60px;
  width: 60px;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  visibility: visible;
  opacity: 1;
  cursor: pointer;
  display: none;
}

#toggle {
  position: absolute;
  left: 18px;
  top: 21px;
  width: 26px;
  z-index: 300;
  transition: opacity 0.25s ease;
  mix-blend-mode: difference;
  background-blend-mode: difference;
}
#toggle:hover {
  opacity: 0.7;
}
#toggle.active span {
  background-color: #000;
}
#toggle span {
  background-color: #000;
  border: none;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
#toggle span:nth-of-type(2) {
  top: 8px;
}
#toggle span:nth-of-type(3) {
  top: 16px;
}

#toggle.active .top {
  transform: translateY(8px) translateX(0) rotate(45deg);
}

#toggle.active .middle {
  transform: translateY(20px) translateX(0) rotate(0);
}

#toggle.active .bottom {
  transform: translateY(-8px) translateX(0) rotate(-45deg);
}

/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 768px) {
  #button_container {
    display: block;
  }
}
/*---------------------------------------------
MAIN
---------------------------------------------*/
#opening {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  background-color: #fff;
}
#opening .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 1.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
#opening .logo.active {
  opacity: 1;
}
#opening .logo img {
  width: 50vw;
  max-width: 400px;
}
#opening .imgList {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 15;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  will-change: opacity;
}
#opening .imgList.active {
  opacity: 1;
}
#opening .imgList.hide {
  transition: all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0 !important;
}
#opening .imgList li.ab {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#opening .imgList li.active img {
  opacity: 1;
}
#opening .imgList li img {
  width: 40vw;
  aspect-ratio: 3/4;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 700px;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: opacity;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  background: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.menu {
  height: 100vh;
  position: sticky;
  top: 0px;
  left: 0px;
  max-width: 400px;
  width: calc(100% - 780px);
  width: 40%;
  order: 2;
}

.menu-container {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translate(0%, -50%);
  text-align: left;
}
.menu-container .menu-logo {
  width: 217px;
  margin: 0 0 24px 0;
}
.menu-container .season {
  font-size: 17px;
  margin-bottom: 110px;
}
.menu-container .menu-list a {
  position: relative;
}
.menu-container .menu-list a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #707070;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.menu-container .menu-list a:hover:after {
  transform: scale(1, 1);
}
.menu-container .menu-list > li {
  margin-bottom: 27px;
  font-size: 14px;
  line-height: 20px;
}
.menu-container .social {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.menu-container .social i {
  font-size: 13px;
}
.menu-container .copyright {
  font-size: 10px;
  padding-top: 40px;
}

.content {
  width: 500px;
  max-width: 500px;
  width: 60%;
  background: #ffffff;
  order: 1;
}

.captionBox {
  font-size: 10px;
  line-height: 2;
  padding-top: 15px;
  text-align: left;
}
.captionBox a {
  display: inline-block;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 260px;
  max-width: 100%;
}
.captionBox a.disable .buy {
  display: none;
}
.captionBox a:hover .buy {
  background-color: #333;
  color: #fff;
  text-decoration: none;
}
.captionBox .buy {
  border: 0.5px solid #333;
  border-radius: 100px;
  padding: 2px 5px 1px 5px;
  font-size: 8px;
  line-height: 1;
}

.secM {
  padding: 0 9%;
}

.secS {
  padding: 0 19.2%;
}

.sec {
  padding-top: 17%;
  text-align: center;
}

#sec01 {
  padding-top: 0;
}

.captionBox,
.img,
.img01,
.img02,
.img03,
.img04,
.img05 {
  will-change: opacity;
}

#sec02 .img01 {
  width: 61.4%;
  margin: 0 auto;
  margin-bottom: 10px;
}
#sec02 .box01 {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
#sec02 .box01 .img02 {
  width: 50%;
}
#sec02 .box01 .img03 {
  width: 50%;
  padding-top: 19.4%;
}
#sec02 .img04 {
  width: 81%;
}
#sec02 .img05 {
  position: relative;
  z-index: 2;
  width: 52.4%;
  margin-left: auto;
  margin-top: -62.6%;
}
#sec02 .captionBox {
  padding-left: 30px;
  padding-left: 9%;
}

#sec04 .box01 {
  display: flex;
  justify-content: right;
  gap: 10px;
  margin-bottom: 10px;
}
#sec04 .box01 .img01 {
  width: 36.2%;
  padding-top: 27%;
}
#sec04 .box01 .img02 {
  width: 49%;
}
#sec04 .img03 {
  width: 59%;
  margin-left: 9%;
}
#sec04 .captionBox {
  padding-left: 9%;
}

#sec05 .img01 {
  margin-left: 9%;
  width: 34.89%;
  margin-bottom: 10px;
}
#sec05 .img03 {
  position: relative;
  z-index: 2;
  width: 39%;
  margin-left: 51.4%;
  margin-top: -21.6%;
}
#sec05 .captionBox {
  padding-left: 9%;
}

#sec06 .img01 {
  width: 59%;
  margin-left: 9%;
}
#sec06 .box01 {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}
#sec06 .box01 .img02 {
  width: 34.8%;
  margin-left: 15px;
}
#sec06 .box01 .img03 {
  width: 40%;
  padding-top: 14.4%;
}
#sec06 .captionBox {
  padding-left: 9%;
}

.infoBox {
  text-align: center;
  padding-top: 17%;
}
.infoBox .ttl {
  font-size: 14px;
  margin-bottom: 17px;
}
.infoBox .ttl img {
  width: 70px;
}
.infoBox .face {
  width: 41.4%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.infoBox .creditTtl {
  font-size: 11px;
  margin-bottom: 5px;
}
.infoBox .name {
  font-size: 12px;
  margin-bottom: 10px;
}
.infoBox .desp {
  font-size: 11px;
  line-height: 1.8;
}
.infoBox .linkBox {
  padding-top: 20px;
}

.ftCopyright {
  text-align: center;
  padding: 120px 0px 40px 0px;
  font-size: 11px;
}

a.linkBtn {
  border: 1px solid #666;
  border-radius: 4px;
  padding: 6px 20px;
  display: inline-block;
  font-size: 12px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
a.linkBtn:hover {
  background-color: #333;
  color: #fff;
}

/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 768px) {
  #wrapper {
    display: block;
  }
  #button_container {
    opacity: 0;
  }
  #button_container.active {
    opacity: 1;
  }
  #opening {
    height: 100%;
  }
  #opening .imgList li img {
    width: 75vw;
  }
  .content {
    width: 100vw;
    max-width: initial;
  }
  .menu {
    height: 100%;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    max-width: initial;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 0.1s;
  }
  .menu.open {
    opacity: 1;
    visibility: visible;
  }
  .menu-container {
    left: 50%;
    right: initial;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .menu-container .menu-logo {
    padding-top: 20px;
    width: 50vw;
    margin-bottom: 20px;
  }
  .menu-container .season {
    font-size: 12px;
    margin-bottom: 110px;
  }
  .menu-container .social {
    justify-content: center;
  }
  .menu-container .menu-list > li {
    font-size: 12px;
    margin-bottom: 17px;
  }
  .spLogo {
    text-align: center;
    padding-top: 80px;
  }
  .spLogo .logo {
    margin-bottom: 20px;
  }
  .spLogo .logo img {
    width: 50vw;
  }
  .spLogo .season {
    font-size: 12px;
    margin-bottom: 70px;
  }
  .captionBox a {
    align-items: start;
    margin-bottom: 3px;
  }
  .captionBox .name {
    line-height: 1.6;
  }
  .captionBox .buy {
    margin-top: 2px;
  }
  .creditBox .desp {
    font-size: 10px;
    letter-spacing: 0.04em;
  }
}/*# sourceMappingURL=style.css.map */