.foot-content {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .foot-content {
    margin-top: 24px;
  }
}

.js-fade-in {
  opacity: 0;
}

.sec-main {
  position: relative;
  color: #fff;
  padding-block: 0 0;
  background: #E9381B;
}
.sec-main .main-inner {
  aspect-ratio: 1280/655;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
}
.sec-main .scene-1 {
  position: relative;
  width: 58.75%;
}
.sec-main .scene-1 .pic-1 {
  position: relative;
}
.sec-main .scene-1 .pic-2,
.sec-main .scene-1 .pic-3,
.sec-main .scene-1 .pic-1-loop {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  opacity: 0;
}
.sec-main .scene-1 .pic-1,
.sec-main .scene-1 .pic-2,
.sec-main .scene-1 .pic-3,
.sec-main .scene-1 .pic-1-loop {
  margin-top: 11.7021276596%;
}
.sec-main .scene-1 .pic-1 img,
.sec-main .scene-1 .pic-2 img,
.sec-main .scene-1 .pic-3 img,
.sec-main .scene-1 .pic-1-loop img {
  will-change: filter, opacity;
}
.sec-main .scene-2 {
  position: relative;
  width: 41.25%;
  padding-top: 6.875%;
}
.sec-main .scene-2 .h1-text {
  will-change: transform;
  position: relative;
  margin-left: 29.3560606061%;
  width: 25.5681818182%;
  height: auto;
  opacity: 0;
}
.sec-main .scene-2 .h1-text img {
  width: 100%;
  height: auto;
}
.sec-main .scene-2 .intro {
  will-change: transform;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  margin-top: 8.3333333333%;
  margin-left: 29.3560606061%;
  opacity: 0;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .sec-main .scene-2 .intro {
    font-size: calc(11.5px + (16 - 11.5) * (100vw - 768px) / (1280 - 768));
    line-height: calc(22px + (36 - 22) * (100vw - 768px) / (1280 - 768));
  }
}
.sec-main .scene-2 .intro span {
  display: inline-block;
}
.sec-main .scene-2 .intro span.mt {
  margin-top: 5.303030303%;
}
.sec-main .scene-1-sp {
  position: relative;
  z-index: 1;
}
.sec-main .scene-1-sp .dummy {
  display: block;
}
.sec-main .scene-1-sp .h1-text {
  position: absolute;
  z-index: 1;
  left: 6.4%;
  top: 24.2%;
  width: 35.7333333333%;
  padding-top: 8.5333333333vw;
}
.sec-main .scene-1-sp .h1-text img {
  width: 100%;
  height: auto;
  filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.2));
  transform: translateZ(0px);
}
.sec-main .scene-1-sp .pic-1,
.sec-main .scene-1-sp .pic-2,
.sec-main .scene-1-sp .pic-3 {
  position: relative;
}
.sec-main .scene-1-sp .pic-1 img,
.sec-main .scene-1-sp .pic-2 img,
.sec-main .scene-1-sp .pic-3 img {
  will-change: filter, opacity;
  position: relative;
  height: auto;
}
.sec-main .scene-1-sp .pic-2,
.sec-main .scene-1-sp .pic-3 {
  opacity: 0;
}
.sec-main .scene-1-sp .pic-1,
.sec-main .scene-1-sp .pic-3 {
  width: 90.6666666667%;
}
.sec-main .scene-1-sp .pic-1 {
  margin-bottom: 24px;
}
.sec-main .scene-1-sp .pic-2 {
  left: 38.6666666667%;
  width: 61.3333333333%;
  margin-bottom: 24px;
}
.sec-main .scene-2-sp {
  position: relative;
  opacity: 0.2;
}
.sec-main .scene-2-sp h1 {
  position: relative;
  width: 35.7333333333%;
  left: 6.4%;
  margin: 0 0;
}
.sec-main .scene-2-sp h1 img {
  width: 100%;
  height: auto;
  filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.2));
  transform: translateZ(0px);
}
.sec-main .scene-2-sp .intro {
  position: relative;
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 2;
  padding: 6.4vw 6.4% 10.6666666667vw;
}
.sec-main .scene-2-sp .intro span {
  display: inline-block;
  opacity: 0.4;
}

.swiper-hero .swiper-slide img {
  width: 100%;
  height: auto;
}

.swiper-hero {
  opacity: 0;
  position: relative;
  max-width: 1000px;
}
.swiper-hero.is-show {
  opacity: 1;
}

.shinlife-mv {
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .shinlife-mv {
    aspect-ratio: 1280/250;
    text-align: center;
    max-height: 250px;
    background: #fff;
  }
  .shinlife-mv img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .shinlife-mv {
    aspect-ratio: 750/410;
  }
  .shinlife-mv img {
    width: 100%;
    height: auto;
  }
}

.sec-service {
  color: #fff;
  padding: 60px 0;
  background: url(../images/bg_main.jpg) no-repeat center top 40%/100% auto;
}
@media screen and (max-width: 767px) {
  .sec-service {
    background: url(../images/bg_main_sp.jpg) no-repeat center top/100% auto;
  }
}
.sec-service *:first-child {
  margin-top: 0;
}
.sec-service h2, .sec-service h3, .sec-service h4 {
  color: #fff;
}
.sec-service h2 {
  font-size: 36px;
  line-height: 1.32;
}
@media screen and (max-width: 767px) {
  .sec-service h2 {
    font-size: 26px;
  }
}
.sec-service h2 .fs-lg {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .sec-service h2 .fs-lg {
    font-size: 30px;
  }
}
.sec-service .text-shadow {
  text-shadow: 3px 3px 0 #e83817;
}
.sec-service .h-balloon {
  border-color: #fff;
  --bgcolor: #eb3817;
}
.sec-service .h-balloon::before {
  border-color: #fff;
}

.swiper-service {
  max-width: 1000px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1160px) {
  .swiper-service {
    max-width: none;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.swiper-service .swiper-footer {
  margin-bottom: 40px;
}
@media screen and (max-width: 1160px) {
  .swiper-service .swiper-footer .swiper-btn-prev,
  .swiper-service .swiper-footer .swiper-btn-next {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .swiper-service .swiper-footer .swiper-btn-prev,
  .swiper-service .swiper-footer .swiper-btn-next {
    display: block;
  }
}
.swiper-service .swiper-footer .swiper-btn-prev {
  left: -60px;
}
@media screen and (max-width: 767px) {
  .swiper-service .swiper-footer .swiper-btn-prev {
    left: 8px;
  }
}
.swiper-service .swiper-footer .swiper-btn-next {
  right: -60px;
}
@media screen and (max-width: 767px) {
  .swiper-service .swiper-footer .swiper-btn-next {
    right: 8px;
  }
}
.swiper-service .swiper-footer .swiper-pagination .swiper-pagination-bullet::after {
  background-color: #fff;
}
.swiper-service .swiper-main {
  overflow: hidden;
  margin: 32px auto 0;
}
@media screen and (max-width: 767px) {
  .swiper-service .swiper-main {
    margin-top: 24px;
  }
}
.swiper-service .swiper-main a {
  display: block;
  color: #333 !important;
}
.swiper-service .swiper-main .swiper-slide {
  color: #222;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
}
.swiper-service .swiper-main .swiper-slide .inner {
  padding: 20px 32px;
}
@media screen and (max-width: 767px) {
  .swiper-service .swiper-main .swiper-slide .inner {
    padding: 16px;
  }
}
.swiper-service .swiper-main .swiper-slide .link {
  position: relative;
  display: inline-block;
  font-weight: 700;
  padding-right: 16px;
  background: url(../images/icn/icn_arr.svg) no-repeat center right/12px auto;
}
@media screen and (max-width: 767px) {
  .swiper-service .swiper-main .swiper-slide a:hover {
    opacity: 1;
  }
}
.swiper-service .swiper-thumb .swiper-wrapper {
  justify-content: center;
}
.swiper-service .swiper-thumb .swiper-slide {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 60px;
  height: 60px;
  margin-inline: 8px;
  border-radius: 999px;
  box-shadow: 4px 4px 4px #e83817;
  background: rgba(255, 255, 255, 0.4);
}
.swiper-service .swiper-thumb .swiper-slide svg {
  width: 30px;
  height: auto;
}
.swiper-service .swiper-thumb .swiper-slide svg path {
  fill: #fff;
}
.swiper-service .swiper-thumb .swiper-slide.swiper-slide-thumb-active {
  background: #fff;
}
.swiper-service .swiper-thumb .swiper-slide.swiper-slide-thumb-active svg path {
  fill: #e83817;
}

.sec-campaign {
  padding-block: 60px;
  background: #FDECEE;
}
.sec-campaign h2 {
  font-size: 36px;
  line-height: 1.32;
  color: #111;
}
@media screen and (max-width: 767px) {
  .sec-campaign h2 {
    font-size: 26px;
  }
}
.sec-campaign h2 .fs-lg {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .sec-campaign h2 .fs-lg {
    font-size: 30px;
  }
}
.sec-campaign .h-balloon {
  border-color: #e83817;
}
.sec-campaign .h-balloon::before {
  border-color: #e83817;
  background-color: #FDECEE;
}

.swiper-campaign {
  opacity: 0;
  position: relative;
  max-width: 1000px;
  margin: 0 auto 20px;
}
.swiper-campaign.is-show {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .swiper-campaign {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
}
.swiper-campaign .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .swiper-campaign .swiper-slide a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .swiper-campaign .swiper-footer .swiper-btn-prev,
  .swiper-campaign .swiper-footer .swiper-btn-next {
    display: block;
  }
}
.swiper-campaign .swiper-footer .swiper-btn-prev {
  left: -60px;
}
@media screen and (max-width: 767px) {
  .swiper-campaign .swiper-footer .swiper-btn-prev {
    left: 8px;
  }
}
.swiper-campaign .swiper-footer .swiper-btn-next {
  right: -60px;
}
@media screen and (max-width: 767px) {
  .swiper-campaign .swiper-footer .swiper-btn-next {
    right: 8px;
  }
}

.sec-support {
  padding-block: 60px;
  background: url(../images/bg_main.jpg) no-repeat center top 26%/100% auto;
}
@media screen and (max-width: 767px) {
  .sec-support {
    background: url(../images/bg_main_sp.jpg) no-repeat center top/100% auto;
  }
}
.sec-support h2 {
  font-size: 36px;
  line-height: 1.32;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec-support h2 {
    font-size: 26px;
  }
}
.sec-support h2 .fs-lg {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .sec-support h2 .fs-lg {
    font-size: 30px;
  }
}
.sec-support .h-balloon {
  border-color: #fff;
  --bgcolor: #eb3817;
}
.sec-support .h-balloon::before {
  border-color: #fff;
}

.support-item {
  overflow: hidden;
  display: flex;
  max-width: 720px;
  margin: 0 auto 20px;
  border-radius: 16px;
  background: #fff;
}
.support-item a {
  display: flex;
  text-decoration: none;
  color: #222 !important;
}
.support-item h3 {
  font-size: 24px;
  margin: 0 0 12px;
}
.support-item h3 > .label {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  padding: 0 16px 2px;
  border-radius: 4px;
  background: #e83817;
}
.support-item .pic {
  width: 46.1111111111%;
}
.support-item .summary {
  flex: 1;
  padding: 24px 32px 24px;
}
.support-item .summary *:last-child {
  margin-bottom: 0;
}
.support-item .summary .link {
  position: relative;
  display: inline-block;
  font-weight: 700;
  padding-right: 16px;
  background: url(/guide/starter/shinlife/images/icn/icn_arr.svg) no-repeat center right/12px auto;
}
.support-item .summary .link-blank-black {
  padding-right: 20px;
}

.swiper-support {
  width: calc(100% + 32px);
  margin-left: -16px;
}
@media screen and (min-width: 768px) {
  .swiper-support {
    display: none;
  }
}
.swiper-support .swiper-slide {
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
}
.swiper-support .swiper-slide a {
  display: block;
  text-decoration: none;
  color: #222 !important;
}
@media screen and (max-width: 767px) {
  .swiper-support .swiper-slide a:hover {
    opacity: 1;
  }
}
.swiper-support .swiper-slide .summary {
  padding: 16px 16px 24px;
}
.swiper-support .swiper-slide .summary *:last-child {
  margin-bottom: 0;
}
.swiper-support .swiper-slide .summary h3 {
  font-size: 24px;
  margin: 0 0 16px;
}
.swiper-support .swiper-slide .summary h3 > .label {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  padding: 0 16px 2px;
  border-radius: 4px;
  background: #e83817;
}
.swiper-support .swiper-slide .summary .link {
  position: relative;
  display: inline-block;
  font-weight: 700;
  padding-right: 16px;
  background: url(/guide/starter/shinlife/images/icn/icn_arr.svg) no-repeat center right/12px auto;
}
.swiper-support .swiper-slide .summary .link-blank-black {
  padding-right: 20px;
}
.swiper-support .swiper-footer .swiper-pagination .swiper-pagination-bullet::after {
  background-color: #fff;
}

.sec-other {
  padding-block: 60px;
  background: #fff;
}
.sec-other h2 {
  font-size: 36px;
  line-height: 1.32;
  color: #111;
}
@media screen and (max-width: 767px) {
  .sec-other h2 {
    font-size: 26px;
  }
}
.sec-other h2 .fs-lg {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .sec-other h2 .fs-lg {
    font-size: 30px;
  }
}
.sec-other .h-balloon {
  border-color: #e83817;
  --bgcolor: #fff;
}
.sec-other .h-balloon::before {
  border-color: #e83817;
  background-color: #FDECEE;
}

.swiper-other {
  max-width: 1000px;
}
@media screen and (max-width: 979px) {
  .swiper-other {
    max-width: 656px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-other {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
}
.swiper-other .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .swiper-other .swiper-slide:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .swiper-other .swiper-footer .swiper-btn-prev,
  .swiper-other .swiper-footer .swiper-btn-next {
    display: block;
    top: calc(50% - 30px);
  }
}

.sec-recommend {
  padding-block: 60px;
  background: #FDECEE;
}
.sec-recommend h2 {
  font-size: 36px;
  line-height: 1.32;
  color: #111;
}
@media screen and (max-width: 767px) {
  .sec-recommend h2 {
    font-size: 26px;
  }
}
.sec-recommend h2 .fs-lg {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .sec-recommend h2 .fs-lg {
    font-size: 30px;
  }
}
.sec-recommend .h-balloon {
  border-color: #111;
  --bgcolor: #FDECEE;
}
.sec-recommend .h-balloon::before {
  border-color: #111;
}
.sec-recommend .cm-caption {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .sec-recommend .cm-caption {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.sec-recommend .cm-item {
  max-width: 640px;
  margin: 0 auto 32px;
}
.sec-recommend .cm-item a[data-modal-id] {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 24px;
  opacity: 1;
  /*
  @media (hover: none) {
  	&:active {
  		@content;
  	}
  }
  */
}
@media screen and (max-width: 767px) {
  .sec-recommend .cm-item a[data-modal-id] {
    border-radius: 2.6666666667vw;
  }
}
.sec-recommend .cm-item a[data-modal-id]::after {
  transition: 0.3s;
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 1;
  left: 35.9375%;
  top: 28.125%;
  width: 28.125%;
  height: 56.25%;
  background: url(../images/play.png) no-repeat 0 0/100% auto;
}
.sec-recommend .cm-item a[data-modal-id] img {
  position: relative;
  transition: 0.3s;
  vertical-align: bottom;
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .sec-recommend .cm-item a[data-modal-id]:hover::after {
    opacity: 0.8;
    transform: scale(0.88);
  }
  .sec-recommend .cm-item a[data-modal-id]:hover img {
    transform: scale(1.08);
    opacity: 0.8;
  }
}