@media (max-width: 767px) {
  #page.concept.in .c-mainvisual #c-mainvisual-slider-2 {
    padding-bottom: 15px;
  }
  #page.concept.in .c-mainvisual .splide__pagination {
    bottom: 0;
    left: 0;
  }
}
#page.concept.in div[class*=concept-slider] {
  padding-bottom: 25px;
}
#page.concept.in div[class*=concept-slider] .custom-pagination {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}
#page.concept.in div[class*=concept-slider] .custom-pagination .dot {
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #bebebe;
  margin: 0 0 0 6px;
}
#page.concept.in div[class*=concept-slider] .custom-pagination .dot.is-active {
  background: #191919;
}
#page.concept.in div[class*=concept-slider] .content-img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  #page.concept.in div[class*=concept-slider] {
    padding-bottom: 15px;
  }
  #page.concept.in div[class*=concept-slider] .custom-pagination {
    left: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#page.concept.in .about {
  margin: 100px 0;
}
#page.concept.in .about .about-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 50px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  width: 100%;
}
#page.concept.in .about .page-ttl {
  font-size: 18px;
  font-weight: 600;
}
@-webkit-keyframes textanime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes textanime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes textanimeAfter {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes textanimeAfter {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
#page.concept.in .about .about-ttl {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.9411764706;
  letter-spacing: 0.16em;
  overflow: hidden;
}
#page.concept.in .about .about-ttl span {
  display: block;
  position: relative;
  opacity: 0;
}
#page.concept.in .about .about-ttl span::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#page.concept.in .about .about-ttl.is-visible span:nth-child(1) {
  -webkit-animation: textanime 1s cubic-bezier(0, 0.25, 0.19, 0.27) forwards;
          animation: textanime 1s cubic-bezier(0, 0.25, 0.19, 0.27) forwards;
}
#page.concept.in .about .about-ttl.is-visible span:nth-child(1)::after {
  -webkit-animation: textanimeAfter 1.5s cubic-bezier(0, 0.25, 0.19, 0.27) forwards;
          animation: textanimeAfter 1.5s cubic-bezier(0, 0.25, 0.19, 0.27) forwards;
}
#page.concept.in .about .about-ttl.is-visible span:nth-child(2) {
  -webkit-animation: textanime 1s cubic-bezier(0, 0.25, 0.19, 0.27) 0.7s forwards;
          animation: textanime 1s cubic-bezier(0, 0.25, 0.19, 0.27) 0.7s forwards;
}
#page.concept.in .about .about-ttl.is-visible span:nth-child(2)::after {
  -webkit-animation: textanimeAfter 1.5s cubic-bezier(0, 0.25, 0.19, 0.27) 0.7s forwards;
          animation: textanimeAfter 1.5s cubic-bezier(0, 0.25, 0.19, 0.27) 0.7s forwards;
}
@-webkit-keyframes textaboutanime {
  from {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes textaboutanime {
  from {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#page.concept.in .about .about-text {
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 2.2222222222;
  opacity: 0;
}
#page.concept.in .about .about-text.inview {
  -webkit-animation: textaboutanime 0.8s ease-in-out 1.8s forwards;
          animation: textaboutanime 0.8s ease-in-out 1.8s forwards;
}
@media (max-width: 767px) {
  #page.concept.in .about .about-content {
    display: block;
    padding: 0;
    -ms-writing-mode: unset;
    -webkit-writing-mode: unset;
            writing-mode: unset;
  }
  #page.concept.in .about .page-ttl {
    margin-bottom: 30px;
  }
  @-webkit-keyframes textanimeAftersp {
    from {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    to {
      -webkit-transform: translate(100%, 0);
              transform: translate(100%, 0);
    }
  }
  @keyframes textanimeAftersp {
    from {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    to {
      -webkit-transform: translate(100%, 0);
              transform: translate(100%, 0);
    }
  }
  #page.concept.in .about .about-ttl {
    font-size: 36px;
    line-height: 1.8333333333;
    letter-spacing: 0.09em;
    margin-bottom: 40px;
  }
  #page.concept.in .about .about-ttl.is-visible span:nth-child(1)::after {
    -webkit-animation: textanimeAftersp 1.5s cubic-bezier(0, 0.25, 0.19, 0.27) forwards;
            animation: textanimeAftersp 1.5s cubic-bezier(0, 0.25, 0.19, 0.27) forwards;
  }
  #page.concept.in .about .about-ttl.is-visible span:nth-child(2)::after {
    -webkit-animation: textanimeAftersp 1.5s cubic-bezier(0, 0.25, 0.19, 0.27) 0.7s forwards;
            animation: textanimeAftersp 1.5s cubic-bezier(0, 0.25, 0.19, 0.27) 0.7s forwards;
  }
  #page.concept.in .about .about-text {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 2;
    font-weight: 600;
  }
  #page.concept.in .about .about-text.inview {
    -webkit-animation: textaboutanime 0.8s ease-in-out 2s forwards;
            animation: textaboutanime 0.8s ease-in-out 2s forwards;
  }
}
#page.concept.in .concept-img img {
  width: 100%;
}
#page.concept.in .content {
  margin: 120px 0 150px 0;
  overflow: hidden;
}
#page.concept.in .content .content-wrap {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%) 0 0;
}
#page.concept.in .content .content-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1350px;
  width: 100%;
  margin: 0 0 0 auto;
}
#page.concept.in .content .content-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55.833%;
          flex: 0 0 55.833%;
}
#page.concept.in .content .content-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
}
#page.concept.in .content .content-ttl {
  font-size: 24px;
  line-height: 1.8333333333;
  letter-spacing: 0.12em;
  font-weight: 600;
  margin-bottom: 40px;
}
#page.concept.in .content .content-text {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.07em;
  font-weight: 700;
  margin-bottom: 40px;
}
#page.concept.in .content .content-open {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: inline-block;
}
#page.concept.in .content .content-open span {
  text-decoration: underline;
  cursor: pointer;
  position: relative;
  padding-right: 28px;
}
#page.concept.in .content .content-open span::after {
  content: "";
  position: absolute;
  background-image: url(../img/concept/arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#page.concept.in .content .content-product {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8333333333;
}
#page.concept.in .content .content-incense {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 42px;
  max-width: 772px;
  width: 100%;
  margin: 85px auto 210px auto;
}
#page.concept.in .content .incense-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(20% - 34px);
          flex: 0 0 calc(20% - 34px);
}
#page.concept.in .content .incense-text-area {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  height: 227px;
  margin: 0 auto;
}
#page.concept.in .content .incense-icon {
  margin-bottom: 20px;
}
#page.concept.in .content .incense-ttl {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding-left: 5px;
}
#page.concept.in .content .incense-text {
  font-size: 13px;
  letter-spacing: 0.06em;
  line-height: 1.5384615385;
}
#page.concept.in .content .concept-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page.concept.in .content .concept-modal-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.38%;
          flex: 0 0 41.38%;
}
#page.concept.in .content .concept-modal-text-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52.585%;
          flex: 0 0 52.585%;
}
#page.concept.in .content .concept-modal-text {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 10px;
}
#page.concept.in .content .concept-modal-price {
  font-size: 57px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
#page.concept.in .content .concept-modal-price span:nth-child(1) {
  font-size: 51px;
  display: inline-block;
  margin-top: 6px;
}
#page.concept.in .content .concept-modal-price span:nth-child(2) {
  font-size: 24px;
  display: inline-block;
  margin-top: 6px;
  padding-left: 5px;
}
#page.concept.in .content .concept-modal-contact {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
}
@media (max-width: 1400px) {
  #page.concept.in .content .content-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 39%;
            flex: 0 0 39%;
  }
}
@media (max-width: 1000px) {
  #page.concept.in .content .content-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
  #page.concept.in .content .content-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}
@media (max-width: 900px) {
  #page.concept.in .content .content-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #page.concept.in .content .content-right {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  #page.concept.in .content {
    margin: 50px 0 130px 0;
  }
  #page.concept.in .content .content-ttl {
    letter-spacing: 0.03em;
  }
  #page.concept.in .content .content-text {
    letter-spacing: 0.02em;
    line-height: 1.875;
  }
  #page.concept.in .content .content-right {
    padding: 0 15px;
    width: 100%;
  }
  #page.concept.in .content .content-open {
    font-size: 13px;
    line-height: 1.6923076923;
  }
  #page.concept.in .content .content-left {
    width: calc(100% + 30px);
  }
  #page.concept.in .content .content-product {
    font-size: 13px;
    letter-spacing: 0.02em;
  }
  #page.concept.in .content .content-incense {
    display: block;
    width: calc(100% + 30px);
    margin: 80px 0 190px 0;
    margin-left: -15px;
  }
  #page.concept.in .content .incense-slider {
    padding-bottom: 70px;
  }
  #page.concept.in .content .incense-slider .splide__pagination {
    bottom: 0;
    padding: 0;
  }
  #page.concept.in .content .incense-slider .splide__pagination__page {
    height: 2px;
    width: 32px;
    border-radius: 0;
    opacity: 1;
    background-color: #bebebe;
  }
  #page.concept.in .content .incense-slider .splide__pagination__page.is-active {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: #191919;
  }
  #page.concept.in .content .concept-modal {
    display: block;
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
  }
  #page.concept.in .content .concept-modal-img {
    margin-bottom: 20px;
  }
}