/* -----------------------------------------------------------------
/* 共通パーツ  調整
----------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  /* キャンペーンバナー SP等倍 */
  .footer-copyright {
    padding-bottom: 38%;
  }
  /* キャンペーンバナー SP横幅100% */
  .footer-copyright {
    padding-bottom: 22%;
  }
}


/* -----------------------------------------------------------------
/* features
----------------------------------------------------------------- */

.features-visual {
  position: relative;
  padding-top: 50px;
}

.features-visual__group {
  position: relative;
  z-index: 1;
}
.features-visual__bg img {
  width: 100%;
  max-width: none;
}

.features-visual__bg {
  opacity: 0;
  transition: all 0.6s ease 0.3s;
}

.features-visual.-run .features-visual__bg {
  opacity: 1;
}

.features-visual__txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.features-visual__txt img {
  width: 100%;
  max-width: none;
}

.features-visual__txt:nth-child(1) {
  transition-delay: 0.3s;
}
.features-visual__txt:nth-child(2) {
  transition-delay: 0.4s;
}
.features-visual__txt:nth-child(3) {
  transition-delay: 0.5s;
}
.features-visual__txt:nth-child(4) {
  transition-delay: 0.6s;
}
.features-visual__txt:nth-child(5) {
  transition-delay: 0.7s;
}
.features-visual__txt:nth-child(6) {
  transition-delay: 0.8s;
}
.features-visual__txt:nth-child(7) {
  transition-delay: 0.9s;
}
.features-visual__txt:nth-child(8) {
  transition-delay: 1s;
}

.features-visual.-run .features-visual__txt {
  opacity: 1;
  transform: translateY(0);
}

.features-summary {
  position: relative;
  padding-bottom: 160px;
}

@media screen and (max-width: 768px) {
  .features-summary {
    padding-bottom: 100px;
  }
}

.features-summary::after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  background-color: #edeae7;
}

.features-summary__body {
  display: flex;
}

@media screen and (max-width: 768px) {
  .features-summary__body {
    /* display: block; */
    padding: 0 50px;
    flex-direction: column;
    align-items: center;
  }
}

.features-summary__left {
  width: 500px;
  margin-left: auto;
  margin-right: 0;
  padding-top: 120px;
}

@media screen and (max-width: 768px) {
  .features-summary__left {
    width: auto;
    padding-top: 60px;
    margin-right: auto;
  }
}

.features-summary__right {
  width: 500px;
  padding-left: 110px;
  margin-right: auto;
  margin-left: 0;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .features-summary__right {
    width: auto;
    padding-left: 0;
    margin-left: auto;
  }
}

.features-summary__footer {
  width: 1000px;
  margin: 0 auto;
  padding-left: 80px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .features-summary__footer {
    width: auto;
    padding-left: 50px;
  }
}

.features-summary__desc {
  font-size: 1.8rem;
  line-height: 80px;
}

@media screen and (max-width: 768px) {
  .features-summary__desc {
    font-size: 1.4rem;
    line-height: 40px;
    letter-spacing: 1px;
  }
}

.features-summary__thumb {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .features-summary__thumb {
    text-align: center;
    margin: 40px -50px;
  }
}

.features-summary__lead {
  font-size: 4.4rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

@media screen and (max-width: 768px) {
  .features-summary__lead {
    font-size: 2.2rem;
    max-width: 375px;
    margin: 0 auto;
  }
}

.features-summary__lead__inner {
  display: inline-block;
  border-bottom: 3px solid #000;
  padding-top: 25px;
  letter-spacing: 7px;
}

@media screen and (max-width: 768px) {
  .features-summary__lead__inner {
    border-bottom-width: 2px;
    letter-spacing: 4px;
    padding-top: 20px;
  }
}

/* -----------------------------------------------------------------
/* .features-style
----------------------------------------------------------------- */
.features-style {
  overflow: hidden;
}

.features-style__header {
  position: relative;
  background-color: #e09f9b;
}

.features-style__header__thumb {
  position: relative;
}

.features-style__header__thumb img {
  width: 100%;
  max-width: none;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.features-style__header.-run .features-style__header__thumb img {
  opacity: 1;
}

.features-style__header__title {
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  width: 1000px;
  margin: 0 auto;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.6s ease 0.3s;
}

@media screen and (max-width: 768px) {
  .features-style__header__title {
    transform: translateY(-50%);
    width: auto;
    left: 45px;
  }
}

.features-style__header.-run .features-style__header__title {
  opacity: 1;
}

.features-style-child {
  position: relative;
  z-index: 1;
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #e09f9b;
}

@media screen and (max-width: 768px) {
  .features-style-child {
    padding-top: 45px;
    padding-bottom: 60px;
  }
}

.features-style-child.-aka {
  background-color: #b0c498;
  padding-top: 70px;
}

@media screen and (max-width: 768px) {
  .features-style-child.-aka {
    padding-top: 40px;
  }
}

.features-style-child.-akane {
  background-color: #9daece;
  padding-top: 70px;
}

@media screen and (max-width: 768px) {
  .features-style-child.-akane {
    padding-top: 50px;
  }
}

.features-style-child::before,
.features-style-child::after {
  position: absolute;
  content: url(../images/img_style_bg.png);
}

@media screen and (max-width: 768px) {
  .features-style-child::before,
  .features-style-child::after {
    position: absolute;
    content: "";
    display: block;
    width: 160px;
    height: 160px;
    background: url(../images/img_style_bg.png) 0 0 no-repeat;
    background-size: contain;
  }
}

.features-style-child::before {
  left: 50%;
  top: 0;
  transform: translateX(-774px);
}

@media screen and (max-width: 768px) {
  .features-style-child::before {
    top: 410px;
    transform: translateX(-216px);
  }
}

.features-style-child.-aka::before {
  top: 490px;
}

@media screen and (max-width: 768px) {
  .features-style-child.-aka::before {
    top: 410px;
  }
}

.features-style-child.-akane::before {
  top: 70px;
}

@media screen and (max-width: 768px) {
  .features-style-child.-akane::before {
    top: 410px;
  }
}

.features-style-child::after {
  left: 50%;
  top: 430px;
  transform: translateX(500px);
}

@media screen and (max-width: 768px) {
  .features-style-child::after {
    top: 0;
    transform: translateX(60px);
  }
}

.features-style-child.-aka::after {
  top: 60px;
  transform: translateX(320px);
}

@media screen and (max-width: 768px) {
  .features-style-child.-aka::after {
    top: 10px;
    transform: translateX(60px);
  }
}

@media screen and (max-width: 768px) {
  .features-style-child.-akane::after {
    top: 20px;
  }
}

.features-style-child__header {
  width: 500px;
}

@media screen and (max-width: 768px) {
  .features-style-child__header {
    width: auto;
  }
}

.features-style-child__thumb {
  position: relative;
  z-index: 1;
  margin-right: -216px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

@media screen and (max-width: 768px) {
  .features-style-child__thumb {
    margin-top: -105px;
    margin-right: -40px;
    margin-left: -40px;
  }
}

.features-style-child.-run .features-style-child__thumb {
  opacity: 1;
  transform: translateY(0);
}

.features-style-child__thumb.-aka {
  margin-right: 0;
  margin-left: -216px;
}

@media screen and (max-width: 768px) {
  .features-style-child__thumb.-akane {
    margin-top: -80px;
  }
}
.features-style-child__body {
  position: relative;
  z-index: 1;
  width: 500px;
  padding-right: 50px;
  padding-top: 70px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .features-style-child__body {
    width: auto;
    max-width: 375px;
    padding: 0 23px;
    margin: 0 auto;
  }
}

.features-style-child__body.-aka {
  padding-right: 0;
  padding-left: 50px;
}

@media screen and (max-width: 768px) {
  .features-style-child__body.-aka {
    padding: 0 23px;
  }
}

.features-style-child__copy {
  position: relative;
  z-index: 1;
  margin-bottom: -20px;
  margin-left: -40px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease 0.3s, transform 0.6s ease 0.3s;
}

@media screen and (max-width: 768px) {
  .features-style-child__copy {
    width: 100px;
    margin-left: -16px;
    margin-bottom: -10px;
  }
}

.features-style-child.-run .features-style-child__copy {
  opacity: 1;
  transform: translateY(0);
}

.features-style-child__copy.-akane {
  margin-bottom: -8px;
}

@media screen and (max-width: 768px) {
  .features-style-child__copy.-aka {
    width: 160px;
  }
}

@media screen and (max-width: 768px) {
  .features-style-child__copy.-akane {
    width: 130px;
  }
}

.features-style-child__lead {
  display: inline-block;
  background-color: #76110b;
  color: #fff;
  font-size: 2.2rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  padding: 0 6px 2px 8px;
  font-weight: bold;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease 0.6s, transform 0.6s ease 0.6s;
}

@media screen and (max-width: 768px) {
  .features-style-child__lead {
    font-size: 1.6rem;
    margin-bottom: 6px;
    padding: 0 6px 1px 8px;
  }
}

.features-style-child.-run .features-style-child__lead {
  opacity: 1;
  transform: translateY(0);
}

.features-style-child__lead.-aka {
  background-color: #5f892e;
}

.features-style-child__lead.-akane {
  background-color: #2f5799;
}

.features-style-child__title {
  font-size: 4.4rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease 0.9s, transform 0.6s ease 0.9s;
}

@media screen and (max-width: 768px) {
  .features-style-child__title {
    position: relative;
    z-index: 2;
    font-size: 2.7rem;
  }
}

.features-style-child.-run .features-style-child__title {
  opacity: 1;
  transform: translateY(0);
}

.features-style-child__desc {
  color: #fff;
  font-size: 1.8rem;
  line-height: 47px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease 1.2s, transform 0.6s ease 1.2s;
}

@media screen and (max-width: 768px) {
  .features-style-child__desc {
    font-size: 1.2rem;
    line-height: 24px;
    margin-top: 20px;
  }
}

.features-style-child.-run .features-style-child__desc {
  opacity: 1;
  transform: translateY(0);
}

.features-style-child__inner {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .features-style-child__inner {
    width: auto;
  }
}

.features-style-child__group {
  display: flex;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .features-style-child__group {
    display: block;
  }
}

.features-style-child__group.-aka {
  flex-direction: row;
}

.features-style-child__footer {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .features-style-child__footer {
    margin-top: 20px;
  }
}

.features-style-child__banner {
  display: flex;
  justify-content: center;
}

.features-style-child__banner__item {
  padding: 0 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

@media screen and (max-width: 768px) {
  .features-style-child__banner__item {
    padding: 0 4px;
  }
}

.features-style-child__banner__item:nth-child(2) {
  transition-delay: 0.3s;
}

.features-style-child__banner.-run .features-style-child__banner__item {
  opacity: 1;
  transform: translateY(0);
}

.features-style-child__banner__item a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.features-style-child__banner__item a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.features-style-child__banner__thumb {
  position: relative;
  overflow: hidden;
}

.features-style-child__banner__thumb img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.features-style-child__banner__label {
  margin-top: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .features-style-child__banner__label {
    margin-top: 8px;
    font-size: 1rem;
  }
}

.features-style-child__banner__label::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 12px;
  background: url(../images/ico_external.png) 0 0 no-repeat;
  background-size: contain;
  margin-left: 4px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .features-style-child__banner__label::after {
    width: 8px;
    height: 8px;
    top: 2px;
  }
}

/* -----------------------------------------------------------------
/* features-present
----------------------------------------------------------------- */

.features-present {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .features-present {
    padding-bottom: 35px;
    overflow: visible;
  }
}

.features-present__header {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
}
.features-present__header__thumb {
  position: relative;
}
.features-present__header__thumb img {
  width: 100%;
  max-width: none;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.features-present.-run .features-present__header__thumb img {
  opacity: 1;
}

.features-present__header__group {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1000px;
  margin: 0 auto;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.6s ease 0.3s;
}

@media screen and (max-width: 768px) {
  .features-present__header__group {
    width: auto;
  }
}

.features-present.-run .features-present__header__group {
  opacity: 1;
}

.features-present__header__badge {
  position: absolute;
  left: 50%;
  top: -90px;
  transform: translateX(235px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 156px;
  height: 156px;
  border-radius: 50%;
  background-color: #fff;
  line-height: 1.1;
}

@media screen and (max-width: 768px) {
  .features-present__header__badge {
    top: -105px;
    transform: translateX(66px);
    width: 119px;
    height: 119px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 374px) {
  .features-present__header__badge {
    top: -95px;
    transform: translateX(44px);
    width: 110px;
    height: 110px;
  }
}

.features-present__header__badge__desc {
  font-size: 2.1rem;
}

@media screen and (max-width: 768px) {
  .features-present__header__badge__desc {
    font-size: 1.6rem;
  }
}

.features-present__header__badge__strong {
  color: #ac090d;
}

.features-present__header__badge__number {
  font-size: 4.2rem;
}

@media screen and (max-width: 768px) {
  .features-present__header__badge__number {
    font-size: 3.2rem;
  }
}

.features-present__header__title {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .features-present__header__title {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 1600px) {
  .features-present__header__title img {
    width: 30vw;
  }
}

@media screen and (max-width: 1200px) {
  .features-present__header__title img {
    width: 360px;
  }
}

@media screen and (max-width: 768px) {
  .features-present__header__title img {
    width: auto;
  }
}

.features-present__header__limit {
  font-size: 2rem;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  transform: rotate(-10deg);
  padding-left: 80px;
  font-style: italic;
}

@media screen and (max-width: 768px) {
  .features-present__header__limit {
    padding-left: 0;
    max-width: 300px;
    margin: 0 auto;
  }
}

.features-present__header__limit__date {
  font-size: 3rem;
}

.features-present__header__limit__day {
  font-size: 5.4rem;
}

@media screen and (max-width: 1600px) {
  .features-present__header__limit {
    font-size: 1.8rem;
  }

  .features-present__header__limit__date {
    font-size: 2.4rem;
  }

  .features-present__header__limit__day {
    font-size: 4.2rem;
  }
}

.features-present__header__limit__slash {
  font-weight: 100;
}

@media screen and (max-width: 768px) {
  .features-present__header__limit {
    font-size: 1rem;
  }
  .features-present__header__limit__date {
    font-size: 1.5rem;
    text-indent: 1em;
    display: inline-block;
  }
  .features-present__header__limit__day {
    font-size: 2.7rem;
  }
  .features-present__header__limit__slash {
    font-size: 2.4rem;
  }
}

.features-present__thumb img {
  max-width: none;
  width: 100%;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease 0.6s, transform 0.6s ease 0.6s;
}

.features-present.-run .features-present__thumb img {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .features-present__body {
    padding-top: 106%;
  }
}

.features-present__footer {
  position: relative;
  z-index: 1;
}

.features-present__lead {
  font-size: 2rem;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .features-present__lead {
    font-size: 1rem;
    font-weight: bold;
    /* margin-top: 24px; */
  }
}

.features-present__desc {
  font-size: 1.8rem;
  line-height: 2.6;
  text-align: center;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .features-present__desc {
    font-size: 1.2rem;
    margin-top: 24px;
    line-height: 2;
  }
}

.features-present__btn {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .features-present__btn {
    margin-top: 40px;
  }
}

.features-present__btn a {
  display: flex;
  width: 390px;
  height: 140px;
  color: #fff;
  text-align: center;
  background-color: #004ea2;
  border-radius: 100px;
  font-size: 2.4rem;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin: 0 auto;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 768px) {
  .features-present__btn a {
    height: 100px;
    width: 270px;
    font-size: 1.6rem;
  }
}

.features-present__btn a::after {
  content: url(../images/ico_external.png);
  margin-left: 12px;
}

@media screen and (max-width: 768px) {
  .features-present__btn a::after {
    content: "";
    position: relative;
    top: 4px;
    display: inline-block;
    margin-left: 8px;
    width: 9px;
    height: 9px;
    background: url(../images/ico_external.png) 0 0 no-repeat;
    background-size: contain;
  }
}

.features-present__btn a:hover {
  opacity: 0.8;
}

/* 20210603 差分 ここから */
.features-visual__catch {
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.6s ease 1s;
}
.features-visual.-run .features-visual__catch {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .features-visual__catch {
    width: 100%;
  }
}
/* キャンペーンバナー SP等倍 */
/* .features-visual__campaign-banner {
  bottom: 15%;
  opacity: 0;
  position: fixed;
  right: 20px;
  transition: opacity 0.6s ease 1s;
  z-index: 100;
} */
/* キャンペーンバナー SP横幅100% */
.features-visual__campaign-banner {
  opacity: 0;
  position: fixed;
  bottom: 3%;
  right: 2%;
  transition: opacity 0.6s ease 1s;
  z-index: 100;
  width: 148px;
}
.features-visual__campaign-banner a {
  display: block;
}
.features-visual__campaign-banner a:focus {
  outline: auto !important;
}
.features-visual__campaign-banner picture {
  display: block;
}
.features-visual.-run .features-visual__campaign-banner {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .features-visual__catch {
    width: 100%;
  }
  /* キャンペーンバナー SP等倍 */
  /* .features-visual__campaign-banner {
    bottom: 9px;
    max-width: 34vw;
    right: 6px;
  } */

  /* キャンペーンバナー SP横幅100% */
  .features-visual__campaign-banner {
    bottom: 2%;
    right: 2%;
    /* width: 100%; */
  }
  .features-visual__campaign-banner img {
    width: 100%;
  }
}
.features-present {
  overflow: visible;
}
.features-present__header {
  height: 50%;
  position: relative;
  left: 0;
  top: 0;
  transform: none;
}
.features-present__header__group {
  top: 0;
  transform: translateY(50%);
}
.features-present__header__title {
  padding: 0 15px;
}
.features-present__thumb img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  transform: translateY(5%);
  width: auto;
}
@media screen and (max-width: 768px) {
  .features-present__header__badge {
    top: -80%;
    left: 75%;
    transform: none;
  }
  .features-present__body {
    padding-top: 0;
  }
  .features-present__thumb img {
    transform: translateY(0%);
  }
}
