@charset "UTF-8";
/* =============================================================================
   パーシャルファイル
   ========================================================================== */
/* -----------------------------------------------------------------------------
   メディアクエリ
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   l-mv
   -------------------------------------------------------------------------- */
.l-index-gallery-bg {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.9vw;
  padding: 2.9vw 0;
}

.l-index-gallery-bg-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.7vw;
}

.l-index-gallery-bg-items:nth-of-type(odd) {
  margin-left: -30px;
}

.l-index-gallery-bg-items:nth-of-type(even) {
  margin-left: -110px;
}

.l-index-gallery-bg-items li {
  position: relative;
  width: 120px;
  z-index: 1;
}
@media screen and (min-width: 500px) {
  .l-index-gallery-bg-items li {
    width: 10.4vw;
  }
}
@-webkit-keyframes seesaw {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  25% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  40% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  55% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  70% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes seesaw {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  25% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  40% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  55% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  70% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.l-index-gallery-bg-items li.is-animate {
  -webkit-animation: seesaw 1s ease-out;
          animation: seesaw 1s ease-out;
}

.l-index-gallery-bg-items li::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(218, 234, 224, 0.7);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-index-gallery-bg-items li:hover::after {
  background: rgba(218, 234, 224, 0);
}

.l-index-container {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  z-index: 5;
}
@media screen and (min-width: 500px) {
  .l-index-container {
    width: 500px;
  }
}
.l-index-container-inner {
  background-color: #DAEAE0;
}

.l-index-container-mv {
  position: relative;
  aspect-ratio: 500/936;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-index-container-mv {
    overflow: visible;
  }
}
.l-index-mv-deco-no1-box {
  -webkit-perspective: 1200px;
          perspective: 1200px;
  width: 35.7vw;
  position: absolute;
  top: 12.5vw;
  right: -2.7vw;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transition: -webkit-transform 2.2s cubic-bezier(0.16, 0.34, 0.24, 1);
  transition: -webkit-transform 2.2s cubic-bezier(0.16, 0.34, 0.24, 1);
  transition: transform 2.2s cubic-bezier(0.16, 0.34, 0.24, 1);
  transition: transform 2.2s cubic-bezier(0.16, 0.34, 0.24, 1), -webkit-transform 2.2s cubic-bezier(0.16, 0.34, 0.24, 1);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (min-width: 500px) {
  .l-index-mv-deco-no1-box {
    width: 178px;
    top: 68px;
    right: -14px;
  }
}
.l-index-mv-deco-no1 {
  -webkit-animation: popup 2s ease both;
          animation: popup 2s ease both;
}

@-webkit-keyframes popup {
  0% {
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes popup {
  0% {
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.l-index-mv-deco-no1-box.is-active {
  -webkit-transform: rotateY(720deg);
          transform: rotateY(720deg);
}

.l-index-mv-260mai-box {
  -webkit-perspective: 1200px;
          perspective: 1200px;
  width: 33.6vw;
  position: absolute;
  top: 28vw;
  left: -2.7vw;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transition: -webkit-transform 2.6s cubic-bezier(0.16, 0.34, 0.24, 1);
  transition: -webkit-transform 2.6s cubic-bezier(0.16, 0.34, 0.24, 1);
  transition: transform 2.6s cubic-bezier(0.16, 0.34, 0.24, 1);
  transition: transform 2.6s cubic-bezier(0.16, 0.34, 0.24, 1), -webkit-transform 2.6s cubic-bezier(0.16, 0.34, 0.24, 1);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (min-width: 500px) {
  .l-index-mv-260mai-box {
    width: 168px;
    top: 140px;
    left: -10px;
  }
}
.l-index-mv-260mai-box.is-active {
  -webkit-transform: rotateY(720deg);
          transform: rotateY(720deg);
}

.l-index-container-left {
  position: relative;
  display: none;
  width: 23vw;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  left: -8vw;
  background-color: #fff;
  padding: 0.8vw 1.6vw;
  border-radius: 0 12px 12px 12px;
}
@media screen and (min-width: 1200px) {
  .l-index-container-left {
    display: block;
  }
}
@media screen and (min-width: 1400px) {
  .l-index-container-left {
    left: -7vw;
  }
}
@media screen and (min-width: 1600px) {
  .l-index-container-left {
    left: -5vw;
  }
}

.l-index-container-left::after {
  content: "";
  display: inline-block;
  width: 10.1vw;
  height: 2.3vw;
  background-image: url(../img/index/side_menu_ttl.png);
  background-size: cover;
  position: absolute;
  top: -2.3vw;
  left: 0;
}

.l-index-container-left-nav li {
  position: relative;
  font-size: 0.95vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8;
  text-indent: -0.9vw;
  padding-left: 0.9vw;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-index-container-left-nav li:hover {
  opacity: 0.7;
}

.l-index-container-left-nav li:last-of-type {
  border-bottom: none;
}

.l-index-container-left-nav li::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-image: url(../img/index/cmn_line_dot.png);
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}

.l-index-container-left-nav li:last-of-type::before {
  display: none;
}

.l-index-container-left-nav li a {
  position: relative;
  display: block;
  padding: 15px 0;
  color: #1A0D0A;
}

.l-index-container-left-nav li a::before {
  content: "";
  display: inline-block;
  width: 0.7vw;
  height: 0.7vw;
  background-image: url(../img/index/cmn_ico_menu_arrow.png);
  background-size: cover;
  margin-right: 5px;
}

.l-index-container-right {
  width: 25vw;
  height: auto;
  display: none;
  width: 23vw;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  right: -8vw;
  background-color: #fff;
  border-radius: 12px;
}
@media screen and (min-width: 1200px) {
  .l-index-container-right {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 3.6vw;
    padding-bottom: 4.8vw;
    gap: 15px;
  }
}
@media screen and (min-width: 1400px) {
  .l-index-container-right {
    right: -7vw;
  }
}
@media screen and (min-width: 1600px) {
  .l-index-container-right {
    right: -5vw;
  }
}

.l-index-container-right-ttl {
  font-size: 1.4vw;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 5px;
}

.l-index-container-right-ttl::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 25px;
  background-image: url(../img/index/side_deco_line_black.png);
  background-size: cover;
  margin-right: 10px;
  vertical-align: middle;
}

.l-index-container-right-ttl::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 25px;
  background-image: url(../img/index/side_deco_line_black.png);
  background-size: cover;
  margin-left: 10px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  vertical-align: middle;
}

.l-index-container-right-btn {
  font-size: 1.3vw;
  font-weight: 900;
  letter-spacing: 0;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-index-container-right-btn:hover {
  opacity: 0.7;
}

.l-index-container-right-btn a {
  width: 16.7vw;
  height: 3.9vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-index-container-right-amazon-btn {
  background-color: #FFA41C;
}

.l-index-container-right-amazon-btn a {
  color: #1A0D0A;
}

.l-index-container-right-impress-btn {
  background-color: #0177BD;
}

.l-index-container-right-impress-btn a {
  color: #fff;
}

/* -----------------------------------------------------------------------------
   各章の冒頭部分 （共通）
   -------------------------------------------------------------------------- */
.m-index-section-intro {
  padding: 30px 15px 40px;
}

.m-index-section-intro-txt {
  margin: 15px 0;
}

.m-index-section-intro-txt span {
  font-weight: 900;
  color: #fff;
  background-color: #008768;
  border-radius: 2px;
}

.m-index-section-ttl {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: -25px;
  z-index: 1;
}

.m-index-section-ttl span {
  display: inline-block;
  position: relative;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  line-height: 1;
  color: #008768;
  margin-right: 20px;
}

.m-index-section-ttl span::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 48px;
  border-radius: 2px;
  background-color: #008768;
  vertical-align: middle;
  margin-right: 13px;
}

.m-index-section-ttl span::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 48px;
  border-radius: 2px;
  background-color: #008768;
  vertical-align: middle;
  margin-left: 13px;
}

/* -----------------------------------------------------------------------------
   コンバージョンエリア （共通）
   -------------------------------------------------------------------------- */
.m-index-cv-wrap {
  padding: 20px 15px;
  background-image: url(../img/index/cmn_pattern_yellow.png);
  background-size: auto;
  background-repeat: repeat;
}

.m-index-cv-ttl {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 10px;
}

.m-index-cv-ttl::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 25px;
  background-image: url(../img/index/side_deco_line_black.png);
  background-size: cover;
  margin-right: 10px;
  vertical-align: middle;
}

.m-index-cv-ttl::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 25px;
  background-image: url(../img/index/side_deco_line_black.png);
  background-size: cover;
  margin-left: 10px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  vertical-align: middle;
}

.m-index-cv-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 8px;
  gap: 3px;
}

.m-index-cv-items li {
  width: 33%;
  border-radius: 2px;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0;
}

.m-index-cv-items li a {
  display: block;
  padding: 3px 0;
  text-align: center;
  color: #fff;
}

.m-index-cv-items li:nth-of-type(1) {
  background-color: #000000;
}

.m-index-cv-items li:nth-of-type(2) {
  background-color: #1877F2;
}

.m-index-cv-items li:nth-of-type(3) {
  background-color: #06C755;
}

/* -----------------------------------------------------------------------------
   ビフォーアフター部分 （共通）
   -------------------------------------------------------------------------- */
.m-index-compare {
  position: relative;
  padding: 65px 0 40px;
  background-color: #fff;
  border-radius: 40px;
  margin-bottom: 40px;
  overflow: hidden;
}

.m-index-compare-ttl {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
}

#item-yasusa .m-index-compare-ttl {
  position: relative;
  left: 25px;
  z-index: 2;
  margin-bottom: -25px;
}
@media screen and (min-width: 500px) {
  #item-yasusa .m-index-compare-ttl {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#item-hinsitsu .m-index-compare-ttl {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: -22px;
  z-index: 2;
}
.m-index-compare-ttl span {
  display: inline-block;
  position: relative;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  line-height: 1;
  color: #008768;
  margin-right: 20px;
}

.m-index-compare-ttl span::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 48px;
  border-radius: 2px;
  background-color: #008768;
  vertical-align: middle;
  margin-right: 13px;
}

.m-index-compare-ttl span::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 48px;
  border-radius: 2px;
  background-color: #008768;
  vertical-align: middle;
  margin-left: 13px;
}

.m-index-compare-before-box {
  position: relative;
  padding: 0 55px 0 25px;
  margin-bottom: 72px;
}

.m-index-compare-before-box::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 34px;
  background-image: url(../img/index/cmn_ico_blue_triangle.png);
  background-size: cover;
  position: absolute;
  top: -23px;
  left: 8px;
  z-index: 1;
}
@media screen and (min-width: 500px) {
  .m-index-compare-before-box::before {
    width: 51px;
    height: 44px;
  }
}
.m-index-compare-before-box::after {
  content: "";
  display: inline-block;
  width: 48px;
  height: 56px;
  background-image: url(../img/index/cmn_ico_orange_arrow.png);
  background-size: cover;
  position: absolute;
  bottom: -64px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#item-yasusa .m-index-compare-before-illust {
  width: 96px;
  position: absolute;
  bottom: -10px;
  right: 8px;
}

#item-hinsitsu .m-index-compare-before-illust {
  width: 134px;
  position: absolute;
  bottom: -10px;
  right: -17px;
}

#item-kaden .m-index-compare-before-illust {
  width: 96px;
  position: absolute;
  bottom: -10px;
  right: 10px;
}

#item-fudosan .m-index-compare-before-illust {
  width: 134px;
  position: absolute;
  bottom: -10px;
  right: -20px;
}

.m-index-compare-after-box {
  position: relative;
  padding: 0 55px 0 25px;
}

.m-index-compare-after-box::before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 38px;
  background-image: url(../img/index/cmn_ico_red_circle.png);
  background-size: cover;
  position: absolute;
  top: -23px;
  left: 8px;
  z-index: 2;
}
@media screen and (min-width: 500px) {
  .m-index-compare-after-box::before {
    width: 50px;
    height: 50px;
  }
}
.m-index-compare-after-flip-box {
  position: relative;
  aspect-ratio: 1/1;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  cursor: pointer;
}

.m-index-compare-after-flipface {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  cursor: pointer;
}

.m-index-compare-after-flipface_front {
  -webkit-transform: none;
          transform: none;
}

.is-flipped .m-index-compare-after-flipface_front {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.m-index-compare-after-flipface_back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  color: #262626;
  background-color: #aaaaaa;
}

.is-flipped .m-index-compare-after-flipface_back {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

.is-flipped.m-index-compare-after-flip-box {
  position: relative;
}

.m-index-compare-after-illust {
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 600ms, -webkit-transform 600ms cubic-bezier(0.16, 0.84, 0.44, 1);
  transition: opacity 600ms, -webkit-transform 600ms cubic-bezier(0.16, 0.84, 0.44, 1);
  transition: transform 600ms cubic-bezier(0.16, 0.84, 0.44, 1), opacity 600ms;
  transition: transform 600ms cubic-bezier(0.16, 0.84, 0.44, 1), opacity 600ms, -webkit-transform 600ms cubic-bezier(0.16, 0.84, 0.44, 1);
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
  z-index: 0;
}

/* 表示：右からスッと入る */
.m-index-compare-after-box-inner.is-illust-show .m-index-compare-after-illust {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

#item-yasusa .m-index-compare-after-illust {
  width: 78px;
  position: absolute;
  bottom: -10px;
  right: 8px;
}

#item-hinsitsu .m-index-compare-after-illust {
  width: 80px;
  position: absolute;
  bottom: -10px;
  right: 8px;
}

#item-kaden .m-index-compare-after-illust {
  width: 80px;
  position: absolute;
  bottom: -10px;
  right: 8px;
}

#item-fudosan .m-index-compare-after-illust {
  width: 80px;
  position: absolute;
  bottom: -10px;
  right: 8px;
}

/* -----------------------------------------------------------------------------
   訴求別デザイン その他
   -------------------------------------------------------------------------- */
#sokyu-item-others {
  background-color: #fff;
  border-radius: 40px;
  padding: 40px 15px;
  margin-bottom: 30px;
}

.l-index-sokyu-others-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.8;
  padding-left: 15px;
  margin-bottom: 30px;
}

.l-index-sokyu-others-ttl span {
  display: inline-block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  line-height: 1;
  color: #008768;
  margin-right: 12px;
}

.l-index-sokyu-others-ttl span::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 32px;
  border-radius: 2px;
  background-color: #008768;
  vertical-align: middle;
  margin-right: 10px;
}

.l-index-sokyu-others-ttl span::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 32px;
  border-radius: 2px;
  background-color: #008768;
  vertical-align: middle;
  margin-left: 10px;
}

.l-index-sokyu-others-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.js-rotate {
  display: block;
  -webkit-transform: rotateY(-100deg);
          transform: rotateY(-100deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; /* 消える問題対策 */
}

.js-rotate.is-rotate {
  -webkit-animation: rotateY2turn 1.8s cubic-bezier(0.16, 0.84, 0.44, 1) forwards;
          animation: rotateY2turn 1.8s cubic-bezier(0.16, 0.84, 0.44, 1) forwards;
}

@-webkit-keyframes rotateY2turn {
  0% {
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); /* 2回転 */
  }
}

@keyframes rotateY2turn {
  0% {
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); /* 2回転 */
  }
}
.l-index-sokyu-others-items li {
  position: relative;
  width: 46.5%;
  padding-left: 10px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.l-index-sokyu-others-items li:first-of-type::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 21px;
  background-image: url(../img/index/cmn_ico_blue_triangle.png);
  background-size: cover;
  position: absolute;
  top: -15px;
  left: 0;
}
@media screen and (min-width: 500px) {
  .l-index-sokyu-others-items li:first-of-type::before {
    width: 31px;
    height: 27px;
    left: -3px;
  }
}
.l-index-sokyu-others-items li:first-of-type::after {
  content: "";
  display: inline-block;
  width: 27px;
  height: 32px;
  background-image: url(../img/index/cmn_ico_orange_arrow.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-90deg) translateX(50%);
          transform: rotate(-90deg) translateX(50%);
  right: -25px;
}
@media screen and (min-width: 500px) {
  .l-index-sokyu-others-items li:first-of-type::after {
    width: 32px;
    height: 38px;
    right: -30px;
  }
}
.l-index-sokyu-others-items li:last-of-type::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../img/index/cmn_ico_red_circle.png);
  background-size: cover;
  position: absolute;
  top: -15px;
  left: 0;
  z-index: 2;
}
@media screen and (min-width: 500px) {
  .l-index-sokyu-others-items li:last-of-type::before {
    width: 31px;
    height: 31px;
    left: -3px;
    top: -17px;
  }
}
/* -----------------------------------------------------------------------------
	 展開パターン4枚 （共通）
   -------------------------------------------------------------------------- */
.m-index-pattern {
  padding: 65px 0 40px;
  border-radius: 40px;
  background-color: #fff;
}

.m-index-pattern-before-box {
  position: relative;
  padding: 0 55px 0 15px;
  margin-bottom: 72px;
}

#item-simple .m-index-pattern-before-illust {
  width: 78px;
  position: absolute;
  bottom: -10px;
  right: 8px;
}

#item-cool .m-index-pattern-before-illust {
  width: 80px;
  position: absolute;
  bottom: -10px;
  right: 8px;
}

.m-index-pattern-before-box::after {
  content: "";
  display: inline-block;
  width: 225px;
  height: 56px;
  background-image: url(../img/index/funiki_txt_tenkai_pattern.png);
  background-size: cover;
  position: absolute;
  bottom: -64px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.m-index-pattern-after-box {
  position: relative;
  padding: 0 15px;
  cursor: pointer;
}

.m-index-pattern-after-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 4%;
}

.m-index-pattern-after-flip-box {
  width: 48%;
  position: relative;
  aspect-ratio: 1/1;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.m-index-pattern-after-flipface {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.m-index-pattern-after-flipface_front {
  -webkit-transform: none;
          transform: none;
}

.is-flipped .m-index-pattern-after-flipface_front {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.m-index-pattern-after-flipface_back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  color: #262626;
  background-color: #aaaaaa;
}

.is-flipped .m-index-pattern-after-flipface_back {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

.is-flipped.m-index-pattern-after-flip-box {
  position: relative;
}

#item-simple {
  overflow: hidden;
  margin-bottom: 40px;
}

#item-cool {
  overflow: hidden;
  margin-bottom: 40px;
}

#funiki-item-others {
  padding: 25px 15px 40px;
  background-color: #fff;
  border-radius: 40px;
  margin-bottom: 30px;
}

.l-index-funiki-others-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px 4%;
}

.l-index-funiki-others-items li {
  width: 48%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.l-index-funiki-others-item-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  color: #1A0D0A;
  text-align: center;
  margin-bottom: 10px;
}

.l-index-funiki-others-item-ttl span {
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  line-height: 1;
  color: #008768;
  padding-bottom: 8px;
  margin-bottom: 5px;
}

.l-index-funiki-others-item-ttl span::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 2px;
  background-color: #008768;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}

#funiki-item-others .l-index-funiki-others-items img {
  -webkit-transform: rotateY(-100deg);
          transform: rotateY(-100deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.16, 0.24, 0.44, 1);
  transition: -webkit-transform 1000ms cubic-bezier(0.16, 0.24, 0.44, 1);
  transition: transform 1000ms cubic-bezier(0.16, 0.24, 0.44, 1);
  transition: transform 1000ms cubic-bezier(0.16, 0.24, 0.44, 1), -webkit-transform 1000ms cubic-bezier(0.16, 0.24, 0.44, 1);
}

#funiki-item-others .l-index-funiki-others-items p img {
  display: block;
  width: 100%;
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

#funiki-item-others .l-index-funiki-others-items img.is-flip-on {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg); /* ← 2回転 */
}

#item-kaden {
  margin-bottom: 40px;
}

#item-kaden .m-index-compare-inner {
  margin-bottom: 40px;
}

#item-fudosan .m-index-compare-inner {
  margin-bottom: 40px;
}

.m-index-compare-idea-wrap {
  padding: 0 15px;
  text-align: center;
}

.m-index-compare-idea-ttl {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  background-color: #008768;
  border-radius: 4px;
  padding: 5px;
  color: #fff;
  margin-bottom: 15px;
}

.m-index-compare-idea-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 4%;
}

.m-index-compare-idea-items li {
  width: 48%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.m-index-compare-idea-items li img {
  display: block;
  width: 100%;
  -webkit-transform: rotateY(-100deg);
          transform: rotateY(-100deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.16, 0.24, 0.44, 1);
  transition: -webkit-transform 1500ms cubic-bezier(0.16, 0.24, 0.44, 1);
  transition: transform 1500ms cubic-bezier(0.16, 0.24, 0.44, 1);
  transition: transform 1500ms cubic-bezier(0.16, 0.24, 0.44, 1), -webkit-transform 1500ms cubic-bezier(0.16, 0.24, 0.44, 1);
}

.m-index-compare-idea-items li img.is-flip-on {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  /* ← 2回転 */
}

.m-index-compare-idea-item-name {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.l-index-fudosan-others-ttl {
  width: 300px;
  margin: 0 auto -15px;
}

.l-index-author-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  background-color: #008768;
  text-align: center;
  padding: 20px 0;
  color: #fff;
}

.l-index-author-contents {
  padding: 20px 15px 40px;
}

.l-index-author-name {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.8;
  margin-bottom: 10px;
}

.l-index-author-desc {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: 20px;
}

.l-index-author-contents-link {
  padding: 15px 0;
  border-top: 1px solid #008768;
  border-bottom: 1px solid #008768;
}

.l-index-author-contents-link ul li {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
}

.l-index-author-contents-link ul li a {
  color: #008768;
}

.l-index-author-contents-link ul li a::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../img/index/cmn_ico_arrow_green.png);
  background-size: cover;
  margin-right: 6px;
}

.l-index-bib-info {
  padding: 20px 15px 130px;
}
@media screen and (min-width: 768px) {
  .l-index-bib-info {
    padding: 20px 15px;
  }
}
.l-index-bib-info-lists {
  margin-bottom: 45px;
}

.l-index-bib-info-lists div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
}

.l-index-bib-info-lists dt {
  width: 76px;
}

.l-index-bib-info-lists dd {
  width: calc(100% - 76px);
}

.l-index-bib-info-copyright {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
}

.l-index-cv-fixed-sp {
  display: block;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 12;
  background-color: #1A0D0A;
  border-radius: 12px 12px 0 0;
  padding: 20px 15px 20px;
}
@media screen and (min-width: 500px) {
  .l-index-cv-fixed-sp {
    display: none;
  }
}
.l-index-cv-fixed-sp-ttl {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
}

.l-index-cv-fixed-sp-ttl::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 25px;
  background-image: url(../img/index/side_deco_line_white.png);
  background-size: cover;
  vertical-align: middle;
  margin-right: 5px;
}

.l-index-cv-fixed-sp-ttl::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 25px;
  background-image: url(../img/index/side_deco_line_white.png);
  background-size: cover;
  margin-left: 5px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  vertical-align: middle;
}

.l-index-cv-fixed-sp-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2%;
}

.l-index-cv-fixed-sp-btn {
  width: 48%;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  border-radius: 50px;
}

.l-index-cv-fixed-sp-btn.amazon {
  background-color: #FFA41C;
}

.l-index-cv-fixed-sp-btn a {
  display: block;
  padding: 5px;
}

.l-index-cv-fixed-sp-btn.amazon a {
  color: #1A0D0A;
}

.l-index-cv-fixed-sp-btn.impress {
  background-color: #0177BD;
}

.l-index-cv-fixed-sp-btn.impress a {
  color: #fff;
}

.l-index-mv-deco-no1-box.js-rotate-target {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.l-index-mv-deco-no1-box.is-rotate {
  -webkit-transform: rotateY(720deg);
          transform: rotateY(720deg);
  -webkit-transition: -webkit-transform 1.8s cubic-bezier(0.16, 0.84, 0.44, 1);
  transition: -webkit-transform 1.8s cubic-bezier(0.16, 0.84, 0.44, 1);
  transition: transform 1.8s cubic-bezier(0.16, 0.84, 0.44, 1);
  transition: transform 1.8s cubic-bezier(0.16, 0.84, 0.44, 1), -webkit-transform 1.8s cubic-bezier(0.16, 0.84, 0.44, 1);
}