@charset "UTF-8";
body {
  font-weight: 500;
}

#winback {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #3e3a39;
  overflow-x: hidden;
  font-weight: 500;
}

#winback .for-sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  #winback .for-sp {
    display: block !important;
  }
}
#winback .for-pc {
  display: block !important;
}

@media screen and (max-width: 768px) {
  #winback .for-pc {
    display: none !important;
  }
}
#winback img {
  width: 100%;
  vertical-align: bottom;
}

#winback .section h2 {
  text-align: center;
}

#winback .section.worries {
  background-image: url("../img/winback/bg_worries.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 150px 0 70px;
}

@media screen and (max-width: 768px) {
  #winback .section.worries {
    padding: 60px 0;
  }
}
#winback .section.worries h2 {
  font-size: 52px;
  color: #8e7272;
  font-weight: 600;
  letter-spacing: 0.18em;
}
#winback .section.worries h2 span {
  position: relative;
}
#winback .section.worries h2 span::before {
  content: "";
  display: block;
  width: 100%;
  width: 10px;
  height: 10px;
  background: #ea96a2;
  border-radius: 50%;
  top: -20px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}
@media screen and (max-width: 768px) {
  #winback .section.worries h2 span::before {
    width: 5px;
    height: 5px;
    top: -10px;
  }
}

@media screen and (max-width: 768px) {
  #winback .section.worries h2 {
    letter-spacing: 0.11em;
    font-size: 30px;
    line-height: 1.7;
  }
}
#winback .section.worries p {
  text-align: center;
  font-size: 23px;
  letter-spacing: 0.01em;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  #winback .section.worries p {
    font-size: 18px;
    letter-spacing: 0.004em;
  }
}
#winback .section.worries .worries_image {
  max-width: 1200px;
  margin: 50px auto;
}

@media screen and (max-width: 768px) {
  #winback .section.worries .worries_image {
    width: 95%;
    margin: 25px auto;
  }
}
#winback .section.changes .changes_title {
  background-image: url("../img/winback/bg_changes_title.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 65px 0;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #winback .section.changes .changes_title {
    background-image: url("../img/winback/bg_changes_title_sp.png");
    padding: 40px 0;
  }
}
#winback .section.changes .changes_title h2 {
  font-size: 46px;
  position: relative;
  font-weight: 500;
  margin-bottom: 70px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  #winback .section.changes .changes_title h2 {
    font-size: 36px;
    margin-bottom: 42px;
  }
}
#winback .section.changes .changes_title h2::after {
  content: "";
  display: block;
  width: 90px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 82px;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  #winback .section.changes .changes_title h2::after {
    width: 52px;
    height: 2px;
    top: 56px;
  }
}
#winback .section.changes .changes_title span {
  font-size: 28px;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  #winback .section.changes .changes_title span {
    font-size: 16px;
  }
}
#winback .section.changes .changes_contents {
  background-image: url("../img/winback/bg_changes.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 114px 0 100px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #winback .section.changes .changes_contents {
    background-image: url("../img/winback/bg_change_sp.png");
    padding: 40px 12px 70px;
  }
}
#winback .section.changes .changes_contents .changes_image {
  width: 39%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #winback .section.changes .changes_contents .changes_image {
    width: 100%;
  }
}
#winback .section.changes .changes_contents h3 {
  font-size: 30px;
  line-height: 1.75;
  margin: 80px 0 40px;
  font-weight: 600;
  color: #8e7272;
}

@media screen and (max-width: 768px) {
  #winback .section.changes .changes_contents h3 {
    font-size: 18px;
    margin: 30px 0 10px;
  }
}
#winback .section.changes .changes_contents p {
  font-size: 20px;
  letter-spacing: 0.01em;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  #winback .section.changes .changes_contents p {
    font-size: 13px;
    letter-spacing: normal;
    line-height: 2;
  }
}
#winback .section.feature {
  background-image: url("../img/winback/bg_feature.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 130px 0 350px;
}

@media screen and (max-width: 768px) {
  #winback .section.feature {
    background-image: url("../img/winback/bg_feature_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 70px 12px 275px;
  }
}
#winback .section.feature .feature_title h2 {
  font-size: 46px;
  position: relative;
  font-weight: 500;
  margin-bottom: 70px;
  letter-spacing: 0.1em;
  color: #8e7272;
}

@media screen and (max-width: 768px) {
  #winback .section.feature .feature_title h2 {
    font-size: 30px;
    letter-spacing: normal;
  }
}
#winback .section.feature .feature_title h2::after {
  content: "";
  display: block;
  width: 90px;
  height: 1px;
  background-color: #3e3a39;
  position: absolute;
  left: 50%;
  top: 80px;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  #winback .section.feature .feature_title h2::after {
    top: 68px;
    width: 52px;
  }
}
#winback .section.feature .feature_title h2 span {
  font-size: 24px;
  margin-top: 30px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #winback .section.feature .feature_title h2 span {
    font-size: 16px;
  }
}
#winback .section.feature .lead_text {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.75;
  margin-bottom: 90px;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  #winback .section.feature .lead_text {
    font-size: 14px;
    margin-bottom: 70px;
  }
}
#winback .section.feature .feature_contents {
  max-width: 1100px;
  margin: 0 auto 96px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #winback .section.feature .feature_contents {
    width: 100%;
    flex-direction: column;
    margin: 0 auto 36px;
  }
}
#winback .section.feature .feature_contents:nth-child(odd) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  #winback .section.feature .feature_contents:nth-child(odd) {
    flex-direction: column;
  }
}
#winback .section.feature .feature_contents .feature_image {
  width: 49%;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  #winback .section.feature .feature_contents .feature_image {
    width: 100%;
  }
}
#winback .section.feature .feature_contents h3 {
  font-size: 24px;
  text-align: center;
  color: #d66b7d;
  letter-spacing: 0.04em;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  #winback .section.feature .feature_contents h3 {
    font-size: 18px;
    letter-spacing: normal;
    margin-bottom: 14px;
  }
}
#winback .section.feature .feature_contents p {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  #winback .section.feature .feature_contents p {
    font-size: 14px;
    letter-spacing: normal;
  }
}
#winback .section.feature .feature_contents .feature_text {
  width: 44%;
}

@media screen and (max-width: 768px) {
  #winback .section.feature .feature_contents .feature_text {
    width: 100%;
    padding: 15px 8px 0;
    box-sizing: border-box;
  }
}
#winback .section.feature .feature_contents .feature_text .explanation {
  display: flex;
  justify-content: space-between;
  margin: 30px -54px 0;
}

@media screen and (max-width: 768px) {
  #winback .section.feature .feature_contents .feature_text .explanation {
    margin: 30px 0 0;
    flex-wrap: wrap;
    justify-content: center;
  }
}
#winback .section.feature .feature_contents .feature_text .explanation p {
  width: 33%;
  margin-right: 10px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  background-color: #d893a1;
  padding: 0.8em 0.1em;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
}

@media screen and (max-width: 768px) {
  #winback .section.feature .feature_contents .feature_text .explanation p {
    width: 100%;
    margin: 0 0 10px;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
#winback .menu {
  margin-top: -20%;
}

@media screen and (max-width: 768px) {
  #winback .menu {
    margin-top: -50%;
  }
}
#winback .menu h2 {
  width: 338px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #winback .menu h2 {
    width: 195px;
  }
}
#winback .menu .menu_image {
  max-width: 1100px;
  margin: 80px auto;
}

@media screen and (max-width: 768px) {
  #winback .menu .menu_image {
    width: 95%;
    margin: 30px auto 60px;
  }
}
#winback .scroll-anim.to-anim-top {
  transition: all 1s;
  transition-delay: 0.3s;
  opacity: 0;
  transform: translateY(10px);
}

#winback .scroll-anim.to-anim-top.active {
  transform: translateY(0);
  opacity: 1;
}

#winback .scroll-anim.to-anim-top {
  transition: all 1s;
  transition-delay: 0.3s;
  opacity: 0;
  transform: translateY(10px);
}

#winback .scroll-anim.to-anim-top.active {
  transform: translateY(0);
  opacity: 1;
}

.feature {
  position: relative;
}
.feature .deco::before {
  content: "";
  display: block;
  width: 100%;
  height: 287px;
  background: url("../img/winback/deco-pc.png") no-repeat top/cover;
  background-position: bottom;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .feature .deco::before {
    background: url("../img/winback/deco.png") no-repeat center top/cover;
    height: 236px;
  }
}
/*# sourceMappingURL=winback.css.map */