@charset "UTF-8";
.top-head {
  height: 600px;
  margin-bottom: 200px;
}
@media (max-width: 600px) {
  .top-head {
    height: 300px;
  }
}
.top-head .image {
  width: 100%;
  height: 100%;
}
.top-head .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-head .text {
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 40px;
}
@media (max-width: 600px) {
  .top-head .text {
    font-size: 27px;
  }
}

.incense .section01 {
  margin-bottom: 70px;
}
@media (max-width: 600px) {
  .incense .section01 .inner {
    padding: 0 3%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.incense .section01 .inner .image {
  width: 30%;
  margin: 0 auto;
  position: relative;
}
.incense .section01 .inner .image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media (max-width: 600px) {
  .incense .section01 .inner .image {
    width: 50%;
  }
}
.incense .section01 .inner .image img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  top: 0;
  left: 0;
}
.incense .section01 .inner .headline {
  font-size: 24px;
  word-break: keep-all;
  top: -15px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  z-index: 1;
}
.incense .section01 .inner .headline span {
  color: #fff;
}
.incense .section01 .inner .content {
  width: 100%;
  padding: 60px 40px 40px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: left;
  width: 85%;
  margin: -25px auto 0 auto;
  line-height: 2.7;
  font-size: 1.2rem;
}
@media (max-width: 600px) {
  .incense .section01 .inner .content {
    width: 100%;
    padding: 50px 30px 30px 30px;
    border-radius: 0;
    max-width: 100%;
    line-height: 2.4;
    font-size: 1.1rem;
  }
}
.incense .section02 {
  margin-bottom: 60px;
}
.incense .section02 div {
  text-align: center;
}
.incense .section02 .headline {
  font-size: 40px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .incense .section02 .headline {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.incense .section02 .text {
  font-size: 1.2rem;
}
@media (max-width: 600px) {
  .incense .section02 .text {
    font-size: 1rem;
  }
}
.incense .section03 {
  background-color: #fff;
  padding: 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 60px;
}
.incense .section03 .list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  max-width: 36%;
}
@media (max-width: 600px) {
  .incense .section03 .list {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .incense .section03 .list .box {
    width: calc(100% / 5 - 40px / 5);
    margin-right: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  .incense .section03 .list .box:nth-child(5n) {
    margin-right: 0;
  }
  .incense .section03 .list .box:nth-last-child(-n+5) {
    margin-bottom: 0;
  }
}
.incense .section03 .list .box .top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
}
@media (max-width: 600px) {
  .incense .section03 .list .box .top {
    font-size: 1rem;
  }
}
.incense .section03 .list .box .top:after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: #000;
  margin: 20px 0;
}
.incense .section03 .list .box .bottom {
  font-size: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 600px) {
  .incense .section03 .list .box .bottom {
    width: 50%;
    font-size: 1rem;
  }
}
.incense .section04 {
  margin-bottom: 200px;
}
@media (max-width: 600px) {
  .incense .section04 {
    margin-bottom: 60px;
  }
}
.incense .section04 .slick-slider[dir=rtl] {
  direction: rtl;
}
.incense .section04 .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.incense .section04 .slick-slide {
  height: 440px;
}
.incense .section04 .slick-slide > div {
  height: 100%;
}
.incense .section04 .headline {
  font-size: 40px;
  margin-bottom: 85px;
  text-align: center;
}
@media (max-width: 600px) {
  .incense .section04 .headline {
    font-size: 24px;
    margin-bottom: 80px;
  }
}
.incense .section04 .inner .list {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 600px) {
  .incense .section04 .inner .list {
    display: block;
  }
}
.incense .section04 .inner .list .slick-list {
  padding-top: 40px !important;
}
.incense .section04 .inner .list .box {
  width: calc(100% / 5 - 40px / 5);
  margin-right: 10px;
  margin-bottom: 80px;
}
.incense .section04 .inner .list .box:nth-child(5n) {
  margin-right: 0;
}
@media (max-width: 600px) {
  .incense .section04 .inner .list .box {
    width: 100%;
    height: 100%;
    margin: 0;
  }
}
.incense .section04 .inner .list .box .image {
  width: 70%;
  height: 150px;
  top: -70px;
}
.incense .section04 .inner .list .box .image img {
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
}
.incense .section04 .inner .list .box .content {
  padding: 30px;
  height: 100%;
  padding-top: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 600px) {
  .incense .section04 .inner .list .box .content {
    margin: 0 5px;
  }
}
.incense .section04 .inner .list .box .content .name {
  width: 100%;
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
}
.incense .section04 .inner .list .box .content .name span {
  display: block;
  font-size: 11px;
}
.incense .section04 .inner .list .box .content .text {
  line-height: 1.8em;
  margin: 0 auto;
  direction: ltr;
}
.incense .section05 {
  margin-bottom: 270px;
  width: 100%;
}
@media (max-width: 600px) {
  .incense .section05 {
    margin-bottom: 80px;
  }
}
.incense .section05 .headline {
  font-size: 22px;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  .incense .section05 .headline {
    top: -5%;
    left: 80%;
  }
}
@media (max-width: 600px) {
  .incense .section05 .headline {
    position: static;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 50px;
  }
}
.incense .section05 .headline::before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: #000;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .incense .section05 .headline::before {
    display: none;
  }
}
.incense .section05 .list {
  max-width: 1300px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 850px) {
  .incense .section05 .list.pc {
    display: none;
  }
}
.incense .section05 .list.pc .box {
  height: 200px;
  margin-bottom: 300px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
}
.incense .section05 .list.pc .box:nth-last-child(-n+2) {
  margin-bottom: 0;
}
@media screen and (max-width: 1150px) {
  .incense .section05 .list.pc .box {
    margin-bottom: 200px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .incense .section05 .list.pc .box:nth-last-child(2) {
    margin-bottom: 200px;
  }
}
.incense .section05 .list.pc .box .image {
  height: 100%;
  aspect-ratio: 64/55;
  background-color: #333;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  top: -199px;
  right: 0px;
}
.incense .section05 .list.pc .box .image img {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.incense .section05 .list.pc .box .title-cont {
  height: 100%;
  aspect-ratio: 64/55;
  background-color: #333;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  right: -174px;
  top: -100px;
}
.incense .section05 .list.pc .box .title-cont .title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #fff;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.incense .section05 .list.pc .box .content {
  height: 100%;
  aspect-ratio: 25/13;
}
.incense .section05 .list.pc .box .content .content-inner {
  height: 100%;
  aspect-ratio: 25/13;
  background-color: #000;
  -webkit-clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 0 0);
          clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 0 0);
}
.incense .section05 .list.pc .box .content .content-inner .text {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  -webkit-clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 0 0);
          clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 0 0);
  background-color: #fff;
  line-height: 1.5;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.incense .section05 .list.pc .box:nth-child(2n) {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.incense .section05 .list.pc .box:nth-child(2n) .image {
  right: auto;
  left: 0;
}
.incense .section05 .list.pc .box:nth-child(2n) .title-cont {
  right: auto;
  left: -174px;
}
.incense .section05 .list.pc .box:nth-child(2n) .content .content-inner {
  -webkit-clip-path: polygon(15% 0, 100% 0, 100% 100%, 15% 100%, 0 50%);
          clip-path: polygon(15% 0, 100% 0, 100% 100%, 15% 100%, 0 50%);
}
.incense .section05 .list.pc .box:nth-child(2n) .content .content-inner .text {
  -webkit-clip-path: polygon(15% 0, 100% 0, 100% 100%, 15% 100%, 0 50%);
          clip-path: polygon(15% 0, 100% 0, 100% 100%, 15% 100%, 0 50%);
  padding: 0 30px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.incense .section05 .list.sp {
  padding: 0 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 850px) {
  .incense .section05 .list.sp {
    display: block;
  }
}
.incense .section05 .list.sp .slick-list {
  padding-right: 130px;
}
.incense .section05 .list.sp .box .inner {
  margin-right: 20px;
}
.incense .section05 .list.sp .box .image {
  width: 100%;
}
.incense .section05 .list.sp .box .content {
  background-color: #fff;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.incense .section05 .list.sp .box .content .title-sp {
  font-size: 20px;
  margin-bottom: 20px;
}
.incense .section05 .list.sp .box .content .text {
  font-size: 15px;
}
.incense .section06 {
  margin-bottom: 150px;
}
@media (max-width: 600px) {
  .incense .section06 {
    margin-bottom: 100px;
  }
}
.incense .section06 .inner {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.incense .section06 .inner .image {
  width: 40%;
  bottom: 30px;
  left: 0;
  z-index: 1;
}
@media (max-width: 600px) {
  .incense .section06 .inner .image {
    width: 100%;
    position: static;
    height: 400px;
  }
  .incense .section06 .inner .image img {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 15px;
  }
}
.incense .section06 .inner .pc {
  width: 100%;
}
.incense .section06 .inner .sp {
  width: 100%;
}
.incense .section06 .inner .headline {
  font-size: 32px;
  right: 40%;
  top: -20px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media (max-width: 600px) {
  .incense .section06 .inner .headline {
    position: static;
    -webkit-transform: none;
            transform: none;
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.incense .section06 .inner .content {
  width: 90%;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  padding: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0 auto;
}
@media (max-width: 600px) {
  .incense .section06 .inner .content {
    width: 100%;
    padding: 30px;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.incense .section06 .inner .content .cont-inner {
  width: 50%;
}
@media (max-width: 600px) {
  .incense .section06 .inner .content .cont-inner {
    width: 100%;
  }
}
.incense .section06 .inner .content .cont-inner .text {
  line-height: 2;
}
.incense .section06 .inner .content .cont-inner .more-btn {
  margin-top: 30px;
  text-align: right;
}
.incense .section06 .inner .content .cont-inner .more-btn a {
  display: inline-block;
}
.incense .section06 .inner .content .cont-inner .more-btn a::after {
  position: absolute;
  content: "";
  bottom: 0px; /* テキストからの距離 */
  left: 0;
  width: 0; /* 初期状態では幅を0に */
  height: 1px; /* 下線の高さ */
  background: #000; /* 下線の色 */
  -webkit-transition: width 0.3s;
  transition: width 0.3s; /* アニメーション速度 */
}
.incense .section06 .inner .content .cont-inner .more-btn a:hover::after {
  width: 100%; /* hover時に幅を100%に */
}