@charset "UTF-8";
/* CSS Document */

.mb5p {
  margin-bottom: 5% !important;
}
.mb10p {
  margin-bottom: 10% !important;
}
.mb15p {
  margin-bottom: 15% !important;
}
.mb20p {
  margin-bottom: 20% !important;
}

.mb100 {
  margin-bottom: 100px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb8 {
  margin-bottom: 8px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.center {
  text-align: center;
}
.left {
  text-align: left !important;
}

@media screen and (max-width: 767px) {
  .mb100 {
    margin-bottom: 20% !important;
  }
  .mb60 {
    margin-bottom: 25% !important;
  }
  .mb30 {
    margin-bottom: 10% !important;
  }
  .mb20 {
    margin-bottom: 8% !important;
  }
  .mb15 {
    margin-bottom: 3% !important;
  }
  .mb10 {
    margin-bottom: 2% !important;
  }
  .mb8 {
    margin-bottom: 1% !important;
  }
  .sp_mb10 {
    margin-bottom: 10px !important;
  }
  .sp_mb30 {
    margin-bottom: 6% !important;
  }
  .sp_mb60 {
    margin-bottom: 18% !important;
  }
  .sp-left {
    text-align: left !important;
  }
}

/*col-set*/
.col-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 30px);
  -webkit-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col1-2 {
  width: calc(50% - 30px);
}
.col1-3 {
  width: calc(33.33333333% - 30px);
}
.col2-3 {
  width: calc(66.66666666% - 30px);
}
.col1-4 {
  width: calc(25% - 30px);
}
.col3-4 {
  width: calc(75% - 30px);
}
.col1-5 {
  width: calc(20% - 30px);
}
.col1-6 {
  width: calc(16.66666666% - 30px);
}
.col1000-2618 {
  width: calc(38.2% - 30px);
}
.col1618-2618 {
  width: calc(61.8% - 30px);
}

.col1-2,
.col1-3,
.col2-3,
.col1-4,
.col3-4,
.col1-5,
.col1-6,
.col1000-2618,
.col1618-2618 {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .col-set {
    width: calc(100% + 5px);
  }

  .col1-2,
  .col1-3,
  .col2-3,
  .col1-4,
  .col3-4,
  .col1-5,
  .col1-6,
  .col1000-2618,
  .col1618-2618 {
    width: calc(100% - 5px);
    margin-right: 5px;
  }

  .sp-col1-2 {
    width: calc(50% - 5px);
  }
}

.col_center {
  display: flex;
  justify-content: center;
}

.fade-in {
  opacity: 0;
  transform: translateY(10px);
  visibility: hidden;
  transition: opacity 0.6s ease-out, transform 1.2s ease-out;
  will-change: opacity, visibility;
}

.fade-in.is-visible {
  opacity: 1;
  transform: none;
  visibility: visible;
}
.fade-in.--2 {
  transition-delay: 300ms;
}
.fade-in.--3 {
  transition-delay: 500ms;
}

.container-min {
  max-width: 706px;
  margin: auto;
}
.container-mid {
  max-width: 867px;
  margin: auto;
}

@media (max-width: 767px) {
  .container-min {
    padding: 0 15px;
  }
  .container-mid {
    padding: 0 15px;
  }
}

/*page_campaign*/
.page_campaign {
  color: #6b605a;
  p {
    word-break: break-all;
  }
}

.introSec {
  background: #393328;
  padding-top: 150px;
  padding-bottom: 45px;
  color: #fff;
  h1 {
    font-family: "Noto Serif JP", serif;
    font-weight: normal;
    font-size: 63px;
    font-weight: 500;
    line-height: 0.95;
    margin: 30px 0;
    @media (max-width: 575px) {
      font-size: 40px;
      margin: 20px 0 12px;
    }
    span {
      font-size: 0.54em;
    }
  }
  h3 {
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0px;
    padding: 0.2em 0.4em 1em 0.32em;
    transform: skewX(-5deg);
    z-index: 0;
    margin-left: 0.6%;
    @media (max-width: 575px) {
      font-size: 12px;
      margin-left: -15px;
      padding-bottom: 0.5em;
    }
    &::after {
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      display: block;
      background-color: #fff;
      width: 100%;
      height: 100%;
      z-index: -1;
      transform: skewX(5deg);
    }
    &:nth-child(2) {
      margin-top: 10px;
      margin-left: 40%;
      padding-left: 0.5em;
      letter-spacing: 1.45px;
      font-size: 15.7px;
      @media (max-width: 575px) {
        margin-left: 70px;
        font-size: 15px;
        letter-spacing: 1px;
      }
    }
  }
  @media (max-width: 767px) {
    padding-top: 0px;
    padding-bottom: 15px;
    .img01 {
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      width: 100vw;
      max-width: 100vw;
    }
  }
}

.postSec {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 50px;
  max-width: 550px;
  margin-inline: auto;
  p {
    margin: 0;
  }
  .postbox {
    display: flex;
    justify-content: space-between;
    gap: 45px;
    .postbox_l {
      flex: 1;
      img {
        border: solid 5px #d9d9d9;
      }
    }
    .postbox_r {
      padding-top: 16px;
      position: relative;
      flex: 1.7;
      p {
        font-size: clamp(12px, 9.183px + 0.751vw, 20px);
        line-height: 1.6;
      }
      .lead {
        font-size: clamp(14px, 10.831px + 0.845vw, 23px);
        font-weight: 700;
        margin-bottom: 10px;
      }
      .icon {
        position: absolute;
        bottom: 20px;
        right: 0;
        width: clamp(70px, 59.437px + 2.817vw, 100px);
        @media (max-width: 575px) {
          bottom: 0px;
        }
      }
    }
  }
  .offer {
    margin-top: 25px;
    text-align: center;
    font-size: clamp(15px, 12.887px + 0.563vw, 21px);
    line-height: 1.5;
    font-weight: 500;
    .highlight {
      position: relative;
      display: inline-block;
      color: #ac4d4c;
      font-size: 1.2em;
      font-weight: 700;
      z-index: 0;
      &::after {
        position: absolute;
        bottom: 0.2em;
        left: 0;
        content: "";
        display: block;
        background-color: #fcf1e9;
        width: 100%;
        height: 30%;
        z-index: -1;
      }
    }
  }
  @media (max-width: 575px) {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    .postbox {
      gap: 15px;
      .postbox_r .icon {
        bottom: 0px;
      }
    }
  }
}

.profileSec {
  background: #fcf1e9;
  .container-min {
    max-width: 735px;
    padding: 30px 20px;
  }
  p {
    margin: 0;
  }
  h3 {
    font-weight: 500;
    margin-bottom: 35px;
    font-family: "Noto Serif JP", serif;
  }
  .profilebox {
    display: flex;
    justify-content: space-between;
    gap: 45px;
    .profilebox_l {
      flex: 1;
    }
    .profilebox_r {
      flex: 1.92;
      p {
        line-height: 2.3;
      }
    }
  }
  @media (max-width: 575px) {
    .container-min {
      padding: 20px 20px 5px;
    }
    .profilebox {
      gap: 15px;
      .profilebox_l {
        flex: 1;
      }
      .profilebox_r {
        flex: 1.2;
        h3 {
          font-size: 12px;
          margin-bottom: 15px;
        }
        p {
          font-size: 10px;
          line-height: 2;
        }
      }
    }
  }
}

.outlineSec {
  padding-top: 70px;
  padding-bottom: 60px;
  text-align: center;
  @media (max-width: 575px) {
    padding-top: 35px;
    padding-bottom: 30px;
  }
  .container-mid > div {
    margin-top: 55px;
    @media (max-width: 575px) {
      margin-top: 25px;
    }
    &:first-of-type {
      margin-top: 0;
    }
  }
  p {
    margin: 0;
    text-align: center;
    font-size: clamp(12px, 9.887px + 0.563vw, 18px);
  }
  .title {
    color: #ac4d4c;
    font-size: clamp(14px, 11.183px + 0.751vw, 22px);
    font-weight: 700;
    margin-bottom: 13px;
    @media (max-width: 575px) {
      margin-bottom: 5px;
    }
  }
  .howto {
    .steps {
      border: 1px solid #c4c4c4;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      @media (min-width: 576px) {
        margin: 25px 0 15px;
        display: grid;
        grid-template-columns: 49.5% 50.5%;
      }
      .step {
        padding: 10px 18px 10px;
        @media (min-width: 576px) {
          padding: 10px 18px 20px;
          display: grid;
          grid-row: span 2;
          grid-template-rows: subgrid;
        }
        p {
          font-size: clamp(12px, 10.768px + 0.329vw, 15.5px);
          letter-spacing: -0.16px;
          text-align: left;
          line-height: 1.9em;
        }
        &:last-child {
          .hashtags {
            margin-top: 1.2em;
          }
          @media (min-width: 576px) {
            border-left: 1px solid #c4c4c4;
          }
          @media (max-width: 575px) {
            border-top: 1px solid #c4c4c4;
            .hashtags {
              margin-top: 0;
            }
          }
        }
        .step-title {
          font-weight: 500;
          font-family: "Noto Serif JP", serif;
          font-size: clamp(19px, 17.944px + 0.282vw, 22px);
          color: #82765d;
          font-weight: 900;
          line-height: 2.2em;
          @media (max-width: 575px) {
            line-height: 1.6em;
          }
        }
        .btn-instagram {
          display: block;
          margin: 40px auto 0;
          padding: 13px;
          @media (max-width: 575px) {
            margin: 15px auto 10px;
            padding: 10px;
          }
          background-color: #657a55;
          color: #fff;
          font-size: 14px;
          max-width: 240px;
          text-decoration: none;
          &:hover {
            opacity: 0.8;
          }
        }
      }
    }
    .howto-notes {
      margin-left: 4%;
      padding-bottom: 10px;
      @media (max-width: 575px) {
        padding-bottom: 30px;
      }
      p {
        text-align: left;
        font-size: clamp(10px, 8.592px + 0.376vw, 14px);
        line-height: 1.5em;
        span {
          display: inline-block;
        }
      }
      @media (max-width: 575px) {
        margin: 8px 5px;
        p {
          line-height: 1.9em;
        }
        br {
          display: none;
        }
      }
    }
  }
  .prizes {
    width: fit-content;
    margin-inline: auto;
    padding-bottom: 2px;
    .title {
      margin-bottom: 23px;
      @media (max-width: 575px) {
        margin-bottom: 10px;
      }
    }
    p {
      text-align: left;
      margin-bottom: 1em;
      font-size: clamp(12px, 11.296px + 0.188vw, 14px);
      span {
        font-weight: 500;
        font-size: 1.2em;
      }
    }
  }
  .products {
    max-width: 605px;
    margin-inline: auto;
    a {
      text-decoration: none;
    }
    .products-caption {
      font-size: clamp(10px, 6.479px + 0.939vw, 20px);
      display: flex;
      justify-content: space-between;
      margin-top: 0.5em;
      &::after {
        content: ">>";
      }
    }
    @media (max-width: 575px) {
      width: 80%;
      .title {
        margin-bottom: 15px;
      }
    }
  }
  .terms {
    max-width: 600px;
    margin-inline: auto;
    .title {
      margin-bottom: 23px;
    }
    @media (max-width: 575px) {
      width: 90%;
      .title {
        padding-top: 15px;
        margin-bottom: 15px;
      }
    }
    h3 {
      font-weight: 500;
    }
    li,
    h3,
    p,
    a {
      text-align: left;
      font-size: clamp(10px, 8.592px + 0.376vw, 14px);
    }
    .rules-full {
      margin-top: 10px;
      height: 500px;
      text-align: left;
      max-height: 0;
      overflow-y: auto;
      overflow-x: hidden;
      transition: max-height 0.3s ease;
      &.open {
        max-height: 500px;
        border: solid 1px #ccc;
        padding: 20px;
      }
      ul {
        margin: 0;
      }
      h3:not(:first-of-type) {
        margin-top: 2em;
      }
    }
  }
}

div.footer_Sec {
  background: #ffffff;
}

.bnrSec {
  margin-bottom: 60px;
}
.bnrSec h3 {
  font-size: 18px;
  font-weight: 300;
  line-height: 26.06px;
  text-align: left;
  margin-bottom: 20px;
}
.bnrSec ul li + li {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .bnrSec {
    margin-bottom: 30px;
  }
  .bnrSec h3 {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.sec-look {
  margin-bottom: 30px;
}

.sec-look + section {
  margin-bottom: 70px;
}

.sec-look__group {
  display: flex;
  flex-wrap: wrap;
  gap: 43px;
}

.sec-look__left {
  width: calc(40.91% - 21.5px);
}

.sec-look__right {
  width: calc(59.09% - 21.5px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sec-look__title {
  font-size: 22px;
  line-height: 31.86px;
  margin-bottom: 20px;
}

.sec-look__heading {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  margin-bottom: 0;
}

.sec-look__box:nth-of-type(n + 2) .sec-look__heading {
  margin-top: 5px;
}

.sec-look__box p {
  margin-bottom: 0;
}

.sec-look__box a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
}

.sec-look__group__reverse {
  flex-direction: row-reverse;
}

.sec-look__title__reverse {
  text-align: right;
}

.lookSec {
  margin-bottom: 100px;
  padding-bottom: 30px;
  border-bottom: solid #546a8a 1px;
}

@media (max-width: 768px) {
  .sec-look + section {
    margin-bottom: 50px;
  }
  .sec-look + section .container {
    padding-right: 0;
  }
  .sec-look__left {
    width: 86.67%;
  }

  .sec-look__right {
    width: 100%;
    padding: 0 15px;
  }

  .sec-look__heading {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
  }

  .sec-look__box a {
    font-size: 13px;
    font-weight: 400;
    line-height: 16.8px;
  }

  .sec-look__title {
    padding: 0 10px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 31px;
  }

  .sec-look__group {
    gap: 15px;
  }

  .sec-look .container {
    padding: 0;
    max-width: 100%;
  }
  .lookSec {
    margin-bottom: 50px;
    padding-bottom: 0px;
    border-bottom: none;
  }
}

.multiGrid {
  display: grid;
  overflow-x: scroll;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  gap: 10px;
  grid-auto-flow: column;
  margin-bottom: 0;
}
.multiGrid > * {
  width: 192px;
  flex-shrink: 0;
  isolation: isolate;
  grid-template-columns: repeat(5, 1fr);
}
.lightSlider {
  position: relative;
}
.multiGrid::-webkit-scrollbar-thumb,
.multiGrid::-webkit-scrollbar-track {
  border-radius: 92px;
}

.multiGrid::-webkit-scrollbar-thumb {
  background: #fff;
}

.multiGrid::-webkit-scrollbar-track {
  background: #fff;
}

.multiGrid::-webkit-resizer {
  width: 90%;
}

.multiGrid::-webkit-scrollbar {
  height: 11px;
}

.leftBtn,
.rightBtn {
  font-size: 26px;
  position: absolute;
  top: 30%;
  background-color: #fff;
  color: #000;
  padding: 20px 10px;
}

.leftBtn {
  left: 0;
  border-radius: 0 3px 3px 0;
  box-shadow: 1px 1px 1px #888;
}

.rightBtn {
  right: 0;
  border-radius: 3px 0 0 3px;
  box-shadow: -1px 1px 1px #888;
}

@media (max-width: 767px) {
  .multiGrid {
    gap: 10px;
    padding-right: 15px;
  }
  .multiGrid > * {
    grid-template-columns: repeat(2, 1fr);
    width: 192px;
  }
}
.nextBtn,
.prevBtn,
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 35%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.nextBtn:hover,
.nextBtn:focus,
.prevBtn:hover,
.prevBtn:focus,
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  color: transparent;
}

.nextBtn:hover:before,
.nextBtn:focus:before,
.prevBtn:hover:before,
.prevBtn:focus:before,
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.nextBtn.slick-disabled:before,
.prevBtn.slick-disabled:before,
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

.nextBtn:before,
.prevBtn:before,
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.contentsSlider .slick-arrow,
.lightSlider .prevBtn,
.lightSlider .nextBtn {
  transform-origin: top left top left;
  z-index: 2;
  margin: 0;
  display: block;
  width: 20px;
  height: 20px;
  transform-origin: top;
}

.contentsSlider .slick-arrow:before,
.lightSlider .prevBtn:before,
.lightSlider .nextBtn:before {
  content: none;
}

.lightSlider .nextBtn,
.contentsSlider .slick-next {
  transform: rotate(45deg) translate(0, -50%);
  border-top: #1b1b1b 1px solid;
  border-right: #1b1b1b 1px solid;
}

.lightSlider .prevBtn,
.contentsSlider .slick-prev {
  transform: rotate(45deg) translate(0, -50%);
  border-bottom: #1b1b1b 1px solid;
  border-left: #1b1b1b 1px solid;
}

.lightSlider .prevBtn {
  left: -20px;
}

.lightSlider .nextBtn {
  right: -20px;
}

@media (max-width: 1240px) {
  .lightSlider .nextBtn {
    width: 20px;
    height: 20px;
    transform-origin: top;
  }
  .lightSlider .nextBtn {
    right: 10px;
  }
  .lightSlider .prevBtn {
    left: 0px;
  }
}

.itemList__unit .itemName {
  color: #000000;
  margin-bottom: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
  text-align: left;
}
.itemList__unit .itemPrice {
  color: #000000;
  font-size: 14px;
  line-height: 17px;
  font-family: "Lato", sans-serif;
  margin-bottom: 0;
}
.itemList__unit .itemPrice small {
  font-size: 8px;
}
a.itemWrap {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
a.itemWrap:before {
  content: "";
  display: block;
  padding-top: 100%;
}
a.itemWrap .itemImg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .itemList__unit .itemPrice {
    font-size: 10px;
  }
  .itemList__unit .itemName {
    font-size: 10px;
    line-height: 14px;
  }
}

@media (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
}
@media (min-width: 767px) {
  .spOnly {
    display: none !important;
  }
}

/* ボタン */
.open-btn {
  cursor: pointer;
  padding: 0 10px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 3rem;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
  outline: none;
}

.close-btn.under_btn {
  font-size: 1.5rem;
  border: 1px solid #2c1b1b;
  padding: 10px 30px;
  line-height: 1;
  margin: 0 auto;
  display: block;
  position: inherit;
}

@media (max-width: 767px) {
  .sp-col1-2 {
    width: calc(50% - 20px);
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .sp-col1-2 .morebtn_wrap {
    margin-top: auto;
  }
  div.look p.photo span {
    font-size: 14px;
  }
  .model_img_wrap {
    margin: 0 13vw;
  }
}

@media (max-width: 500px) {
  .profilebox .profilebox_r h3 {
    margin-bottom: 5px;
  }
  .profilebox .profilebox_r p {
    font-size: 1rem;
    line-height: 1.5;
  }
  .profilebox {
    margin-bottom: 10px;
  }
  .profileSec p.spOnly {
    font-size: 1rem;
    line-height: 1.5;
  }
  .cam_btn {
    width: 140px;
    max-width: 60%;
  }
  div.makeup .tap {
    left: -10%;
    top: -18%;
  }
  div.makeup .use_text {
    font-size: 0.8rem;
  }

  #wapper {
    padding-top: 0px !important;
  }
}

div.novelty_photo {
  overflow: hidden;
  position: relative;
  aspect-ratio: 3 / 2;
}
div.novelty_photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.img1 {
  animation: fadeImg1 4s infinite;
}
.img2 {
  animation: fadeImg2 4s infinite;
}

@keyframes fadeImg1 {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeImg2 {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
