@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: "Noto Sans JP", "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;
}

.mfp-content figcaption {
  display: none;
}

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

.slick-prev:hover,
.slick-next:hover {
  opacity: 1;
}

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

.slick-prev,
.slick-next {
  width: 32px;
  height: 32px;
  background-color: #000 !important;
  border-radius: 100px;
  background-size: 8px auto !important;
  background-repeat: no-repeat !important;
  z-index: 2;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-prev {
  left: -16px;
  background-image: url("../images/arr_left.png") !important;
  background-position: left 11px center !important;
}

.slick-next {
  right: -16px;
  background-image: url("../images/arr_right.png") !important;
  background-position: center right 11px !important;
}

.slick-prev:hover,
.slick-next:hover {
  opacity: 0.75 !important;
}

figcaption {
  display: none;
}

/*---------------------------------------------
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;
  }
  .slick-prev,
  .slick-next {
    width: 24px;
    height: 24px;
    background-size: 6px auto !important;
  }
  .slick-prev {
    left: -12px;
    background-position: left 8px center !important;
  }
  .slick-next {
    right: -12px;
    background-position: center right 8px !important;
  }
  .slick-prev:hover,
  .slick-next:hover {
    opacity: 1 !important;
  }
  .slick-dots {
    bottom: -30px;
  }
}
/*---------------------------------------------
MAIN
---------------------------------------------*/
#wrapper {
  overflow: hidden;
}

img {
  vertical-align: top;
}

#mainVisual {
  position: relative;
  overflow: hidden;
}
#mainVisual.activeImg .mainImg img {
  opacity: 1;
  transform: scale(1);
}
#mainVisual.activeCopy .copyArea .copy {
  opacity: 1;
  top: 0;
}
#mainVisual .copyArea {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 9.3vw;
  transform: translate(0, -50%);
}
#mainVisual .copyArea img {
  margin: 0 auto;
  filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8));
}
#mainVisual .copyArea .copy {
  transition: all 2.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  top: 10px;
  opacity: 0;
}
#mainVisual .copyArea .copy01 {
  transition-delay: 0s;
}
#mainVisual .copyArea .copy01 img {
  width: 305px;
}
#mainVisual .copyArea .copy02 {
  padding: 35px 0 40px 0;
  transition-delay: 0.4s;
}
#mainVisual .copyArea .copy02 img {
  width: 225px;
}
#mainVisual .copyArea .copy03 {
  transition: all 2.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 1s;
}
#mainVisual .copyArea .copy03 img {
  width: 392px;
}
#mainVisual .mainImg {
  width: 100%;
  height: 100%;
}
#mainVisual .mainImg img {
  transform: scale(1.05);
  opacity: 0;
  transition: all 2.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sec {
  text-align: center;
  padding: 100px 0;
}

.grey {
  background-color: #eaeae8;
}

#conceptBox .ttl {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
#conceptBox .desp {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.1em;
}

.mainTtlBox {
  text-align: center;
  padding-bottom: 0;
}
.mainTtlBox .ttl {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.1em;
}
.mainTtlBox .img {
  padding: 20px 0 20px 0;
}
.mainTtlBox .img img {
  height: 95px;
  width: auto;
}
.mainTtlBox .desp {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.secItem {
  padding: 80px 0 60px 0;
  width: 680px;
  max-width: 90vw;
  margin: 0 auto;
}
.secItem .imgBox {
  position: relative;
  padding-bottom: 20px;
}
.secItem .imgBox.active .day {
  left: 20px;
  top: -25px;
}
.secItem .imgBox .day {
  position: absolute;
  z-index: 2;
  left: 20px;
  left: 0;
  top: -25px;
  top: -20px;
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.secItem .imgBox .day img {
  height: 72px;
  width: auto;
}
.secItem .ttlBox {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.secItem .ttlBox .ttl {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.secItem .ttlBox .price {
  padding-top: 3px;
  font-size: 18px;
  padding-left: 30px;
  font-family: "Montserrat", sans-serif;
}
.secItem .ttlBox .buy {
  width: 160px;
  margin-left: auto;
  text-align: right;
}
.secItem .colorBox {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 25px;
  letter-spacing: 0.06em;
}
.secItem .commentBox {
  margin-bottom: 10px;
}
.secItem .commentBox .desp {
  padding: 20px 0 24px 0;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: justify;
  font-size: 13px;
}
.secItem .captionBox {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 40px;
}
.secItem .captionBox a {
  width: calc(50% - 20px);
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 13px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.secItem .captionBox a:hover {
  opacity: 0.6;
}
.secItem .captionBox a.disable {
  pointer-events: none;
}
.secItem .captionBox a.disable span.buyBtn {
  visibility: hidden;
}
.secItem .captionBox a .name {
  padding-right: 20px;
  width: calc(100% - 65px - 40px);
}
.secItem .captionBox a .price {
  font-size: 12px;
  margin-left: auto;
  width: 65px;
}
.secItem .captionBox a span.buyBtn {
  padding: 2px 0;
  width: 40px;
  font-size: 10px;
  border-radius: 6px;
  margin-left: auto;
}

a.buyBtn {
  color: #fff;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
a.buyBtn:hover {
  opacity: 0.6;
}

.buyBtn {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  padding: 7px 0;
  width: 90px;
  border-radius: 10px;
}

#akaneBox {
  margin-top: 60px;
}

.akaneTtlBox {
  width: 680px;
  max-width: 90vw;
  margin: 0 auto;
}
.akaneTtlBox .img img {
  height: auto;
  width: 100%;
  margin: 0 auto;
}
.akaneTtlBox .desp {
  margin-top: -30px;
}

.commentList {
  padding: 60px 0 60px 0;
  width: 680px;
  max-width: 90vw;
  margin: 0 auto;
  text-align: left;
}
.commentList li {
  margin-bottom: 60px;
}
.commentList li:last-child {
  margin-bottom: 0;
}
.commentList li .ttl {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-left: 20px;
  letter-spacing: 0.2em;
  line-height: 1.6;
  border-left: 5px solid #999;
}
.commentList li .desp {
  font-size: 15px;
  line-height: 2;
  text-align: justify;
}

.linkList {
  padding-bottom: 30px;
}
.linkList li {
  margin-bottom: 60px;
}
.linkList li .desp {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 500;
}

a.linkBtn {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  padding: 15px 0;
  width: 330px;
  border-radius: 10px;
  letter-spacing: 0.1em;
  background-image: url("../images/arr_more.png");
  background-size: 11px auto;
  background-repeat: no-repeat;
  background-position: right 30px center;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
a.linkBtn:hover {
  opacity: 0.6;
}

.profileBox {
  width: 680px;
  max-width: 90vw;
  margin: 0 auto;
  padding-bottom: 30px;
  text-align: left;
}
.profileBox .ttl {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  position: relative;
}
.profileBox .ttl:after {
  content: "";
  display: block;
  width: calc(100% - 70px);
  height: 1px;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 8px;
}
.profileBox .desp {
  padding: 20px 0 24px 0;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: justify;
  border-bottom: 1px solid #000;
}
.profileBox .desp a {
  text-decoration: underline;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.06em;
}
.profileBox .desp a:hover {
  text-decoration: none;
}

footer {
  text-align: center;
  background-color: #545957;
  color: #fff;
  padding: 60px 0 60px 0;
}
footer .creditBox {
  font-size: 12px;
  line-height: 1.8;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.03em;
  margin-bottom: 40px;
}
footer .logo img {
  width: 75px;
}

/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 768px) {
  #mainVisual .copyArea {
    left: 0;
    top: 60%;
    width: 100%;
  }
  #mainVisual .copyArea img {
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.8));
  }
  #mainVisual .copyArea .copy01 img {
    width: 57.2vw;
  }
  #mainVisual .copyArea .copy02 {
    padding: 25px 0 30px 0;
  }
  #mainVisual .copyArea .copy02 img {
    width: 42.9vw;
  }
  #mainVisual .copyArea .copy03 img {
    width: 70.2vw;
  }
  .sec {
    padding: 60px 0;
  }
  #conceptBox .ttl {
    font-size: 15px;
    margin-bottom: 20px;
  }
  #conceptBox .desp {
    font-size: 13px;
    text-align: justify;
    padding: 0 20px;
  }
  .mainTtlBox {
    padding-bottom: 0;
  }
  .mainTtlBox .ttl {
    font-size: 14px;
  }
  .mainTtlBox .img img {
    height: auto;
    width: 80vw;
  }
  .mainTtlBox .desp {
    font-size: 16px;
  }
  .akaneTtlBox .img img {
    height: auto;
    width: 60vw;
  }
  .akaneTtlBox .desp {
    margin-top: -20px;
  }
  .secItem {
    padding: 60px 0 20px 0;
    max-width: initial;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .secItem .imgBox {
    padding-bottom: 2px;
  }
  .secItem .imgBox .day img {
    height: 50px;
  }
  .secItem .imgBox.active .day {
    left: 10px;
    top: -18px;
  }
  .secItem .imgBox .day {
    position: absolute;
    z-index: 2;
    left: 0;
    top: -10px;
  }
  .secItem .ttlBox {
    display: block;
    position: relative;
  }
  .secItem .ttlBox .ttl {
    font-size: 17px;
  }
  .secItem .ttlBox .price {
    padding-left: 0;
    font-size: 16px;
  }
  .secItem .ttlBox .buy {
    position: absolute;
    right: 0;
    top: 0;
  }
  .secItem .commentBox {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .secItem .commentBox .desp {
    padding: 20px 0 20px 0;
  }
  .secItem .commentBox .line img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .secItem .commentBox .line.up {
    height: 20px;
  }
  .secItem .commentBox .line.down {
    height: 1.01px;
  }
  .secItem .captionBox {
    gap: 10px 30px;
  }
  .secItem .captionBox a {
    width: 100%;
    letter-spacing: 0.06em;
    font-size: 12px;
  }
  .secItem .captionBox a .name {
    padding-right: 10px;
  }
  .commentList {
    padding: 40px 0 40px 0;
  }
  .commentList li {
    margin-bottom: 40px;
  }
  .commentList li .ttl {
    font-size: 15.5px;
    padding-left: 15px;
  }
  .commentList li .desp {
    font-size: 14px;
  }
  a.buyBtn {
    font-size: 12px;
    width: 60px;
  }
  a.buyBtn:hover {
    opacity: 1;
  }
  a.linkBtn {
    font-size: 14px;
    width: 80vw;
    background-size: 8px auto;
    background-position: right 30px center;
    padding: 15px 0;
  }
  a.linkBtn:hover {
    opacity: 1;
  }
  .linkList li {
    margin-bottom: 40px;
  }
  .linkList li .desp {
    font-size: 15px;
  }
  .profileBox {
    padding-bottom: 10px;
  }
  .profileBox .desp {
    padding: 13px 0 19px 0;
    font-size: 13px;
  }
  footer .creditBox {
    font-size: 11px;
  }
}/*# sourceMappingURL=style.css.map */