#lead {
  padding: 0vw 0 0vw;
}
#lead .set1 {
  padding-bottom: 10vw;
}
#lead .set1 .catch {
  margin: 7vw 0 5vw 0;
  text-align: center;
  font-weight: 700;
}
#lead .set1 .catch dt {
  font-size: 4vw;
  color: #fff;
  background: #003270;
  padding: 1.5vw 5%;
  margin-bottom: 3vw;
  letter-spacing: 0.1em;
  border-radius: 99px;
}
#lead .set1 .catch dd {
  font-size: 7vw;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
#lead .set1 .catch dd .color {
  font-size: 9vw;
  color: #0053b9;
  letter-spacing: 0.1em;
}
#lead .set2 {
  position: relative;
  padding: 8vw 0 0;
}
#lead .set2::before {
  content: "";
  background: #e9f2fe;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 50vw;
  z-index: -1;
}
#lead .set2 h2 {
  width: auto;
  text-align: center;
  margin: 0 0 12vw;
}
#lead .set2 h2 .ttl-eng {
  font-size: 15vw;
}
#lead .set2 h2 .ttl-jp {
  font-size: 6vw;
  font-weight: 500;
}
#scene {
  background: #e8e8e8;
  padding: 18vw 0 23vw;
}
#scene h2 {
  width: auto;
  text-align: center;
  margin: 0 0 15vw;
}
#scene .content .item:not(:last-child) {
  margin-bottom: 17vw;
}
#scene .content .item .gr-pt {
  position: relative;
}
#scene .content .item .gr-pt h3 {
  position: absolute;
  top: 17vw;
  left: 5%;
  right: 5%;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}
#scene .content .item .gr-pt h3 .ttl-eng {
  font-family: "Oswald";
  font-size: 5vw;
  font-weight: 500;
  letter-spacing: -0.025em;
}
#scene .content .item .gr-pt h3 .ttl-jp {
  font-size: 8vw;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#scene .content .item .gr-txt {
  margin-top: 7vw;
}
#recommend .set {
  position: relative;
}
#recommend .set .content .gr-txt {
  margin-top: 10vw;
}
#recommend .set .content .gr-txt h3 {
  font-size: 6vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 4vw;
}
#recommend .set .content .gr-txt h3 span {
  font-size: 8.5vw;
  letter-spacing: 0.1em;
}
#recommend .set .content .gr-txt h3 .color {
  color: #33bedd;
}
#recommend .set .content .gr-txt .btn1 {
  width: 90%;
}
#recommend .set .content .gr-txt .btn2 {
  width: 90%;
  margin: 7vw auto 0;
}
#recommend .set1 {
  padding: 20vw 0 30px;
  color: #fff;
}
#recommend .set1::before {
  content: "";
  background: #003270;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
}
#recommend .set1 h2 {
  text-align: center;
  font-size: 6.2vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 12vw;
}
#recommend .set1 h2 span {
  font-size: 4.5vw;
  display: inline-block;
  position: relative;
  padding: 0 10%;
  margin-bottom: 5vw;
}
#recommend .set1 h2 span::before {
  content: "";
  background: url(../img/onlineshop/recommend_ttl_deco1.png) no-repeat left
    top/100% auto;
  width: 6vw;
  height: 58px;
  position: absolute;
  top: 1vw;
  left: 0;
}
#recommend .set1 h2 span::after {
  content: "";
  background: url(../img/onlineshop/recommend_ttl_deco2.png) no-repeat left
    top/100% auto;
  width: 6vw;
  height: 58px;
  position: absolute;
  top: 1vw;
  right: 0;
}
#recommend .set2 {
  padding: 0vw 0 20vw;
}
#recommend .set2::before {
  content: "";
  background: #e9f2fe;
  position: absolute;
  top: -70px;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-clip-path: polygon(0 60px, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 60px, 100% 0, 100% 100%, 0% 100%);
  z-index: -1;
}
#top3 {
  padding: 20vw 0;
}
#top3 h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 15vw;
  text-align: center;
  font-size: 8vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.7;
  position: relative;
}
#top3 h2 span {
  font-family: "Oswald";
  font-size: 11vw;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #0053b9;
}
#top3 h2::before {
  content: "";
  background: url(../img/onlineshop/top3_ttl_deco1.png) no-repeat left top/100%
    auto;
  width: 11vw;
  height: 118px;
  position: absolute;
  top: 4vw;
  left: -12vw;
}
#top3 h2::after {
  content: "";
  background: url(../img/onlineshop/top3_ttl_deco2.png) no-repeat left top/100%
    auto;
  width: 11vw;
  height: 118px;
  position: absolute;
  top: 4vw;
  right: -12vw;
}
#top3 .content .set .item .gr-pt {
  position: relative;
}
#top3 .content .set .item .gr-pt .num {
  position: absolute;
  top: 1vw;
  left: -4%;
  width: 28%;
}
#top3 .content .set .item .gr-txt {
  margin-top: 8vw;
}
#top3 .content .set .item .gr-txt h3 {
  font-size: 7vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-bottom: 4vw;
}
#top3 .content .set1 {
  margin-bottom: 15vw;
}
#top3 .content .set2 .item:not(:last-child) {
  margin-bottom: 15vw;
}
#top3 .btn-link {
  width: 80%;
  margin: 8vw auto 0;
}
#top3 .btn-link a {
  font-size: 4vw;
  letter-spacing: 0.1em;
  display: block;
  text-align: center;
  color: #000;
  border: 1px solid #000;
  background: #fff;
  padding: 3.5vw 5%;
  border-radius: 99px;
  position: relative;
}
#top3 .btn-link a::after {
  content: "";
  background: url(../img/onlineshop/icon_arr.png) no-repeat right center/100%
    auto;
  position: absolute;
  top: 0;
  right: 9%;
  width: 4vw;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  #lead {
    padding: 96px 0 173px;
  }
  #lead .set1 {
    padding-bottom: 78px;
  }
  #lead .set1 .wrap {
    max-width: 1270px;
  }
  #lead .set1 .sub {
    position: absolute;
    top: -101px;
    right: -115px;
    z-index: -1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1499px) {
  #lead .set1 .sub {
    right: calc(-50vw + 50%);
  }
}
@media screen and (min-width: 768px) {
  #lead .set1 .catch {
    margin-top: 0;
    position: absolute;
    top: 180px;
    right: 20px;
    width: 560px;
    z-index: 3;
  }
  #lead .set1 .catch dt {
    font-size: 26px;
    padding: 15px 20px;
    margin-bottom: 14px;
    letter-spacing: 0;
  }
  #lead .set1 .catch dd {
    font-size: 48px;
    line-height: 94px;
    letter-spacing: 0.05em;
  }
  #lead .set1 .catch dd .color {
    font-size: 62px;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) {
  #lead .set1 .photo {
    margin: 0 440px 0 -69px;
    height: 649px;
  }
}
@media screen and (min-width: 768px) {
  #lead .set2 {
    padding: 31px 0 0;
  }
  #lead .set2::before {
    width: calc(50% - 283px);
    height: 234px;
  }
  #lead .set2 .wrap {
    display: flex;
    max-width: 1160px;
    padding: 0 20px;
  }
  #lead .set2 h2 {
    width: -moz-fit-content;
    width: fit-content;
    text-align: right;
    margin: 24px 59px 0 -2px;
  }
  #lead .set2 h2 .ttl-eng {
    font-size: 66px;
  }
  #lead .set2 h2 .ttl-jp {
    font-size: 30px;
  }
  #lead .set2 .txt {
    flex: 1;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) {
  #scene {
    padding: 127px 0 13px;
  }
  #scene .wrap {
    max-width: 1360px;
    padding: 0 20px;
  }
  #scene h2 {
    margin: 0 0 91px;
  }
  #scene .content {
    --f-columns: 2;
    --f-gap: 40px;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-1 * var(--f-gap));
  }
  #scene .content .item {
    margin-left: var(--f-gap);
    width: calc(100% / var(--f-columns) - var(--f-gap));
    margin-bottom: 116px;
  }
  #scene .content .item:not(:last-child) {
    margin-bottom: 116px;
  }
  #scene .content .item:nth-child(2n) {
    margin-right: 0;
  }
  #scene .content .item .gr-pt .photo img {
    width: 100%;
    height: auto;
  }
  #scene .content .item .gr-pt h3 {
    top: 35%;
    right: 20px;
    left: 20px;
    line-height: 49px;
  }
  #scene .content .item .gr-pt h3 .ttl-eng {
    font-size: 26px;
  }
  #scene .content .item .gr-pt h3 .ttl-jp {
    font-size: 48px;
  }
  #scene .content .item .gr-txt {
    margin-top: 49px;
  }
  #scene .content .item .gr-txt .txt {
    margin: 0 41px 0 80px;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) {
  #recommend .set .wrap {
    max-width: 1240px;
    padding: 0 20px;
  }
  #recommend .set .content {
    display: flex;
    align-items: flex-start;
  }
  #recommend .set .content .photo {
    height: 561px;
    flex: 1;
    margin-right: 15px;
  }
  #recommend .set .content .gr-txt {
    margin: 11px 94px 0 0;
    width: 415px;
  }
  #recommend .set .content .gr-txt h3 {
    font-size: 30px;
    line-height: 64px;
    margin-bottom: 31px;
    letter-spacing: 0;
  }
  #recommend .set .content .gr-txt h3 span {
    font-size: 43px;
    letter-spacing: 0;
  }
  #recommend .set .content .gr-txt .txt {
    letter-spacing: 0;
  }
  #recommend .set .content .gr-txt .btn1 {
    width: 303px;
    margin: 61px 0 0;
  }
  #recommend .set .content .gr-txt .btn2 {
    width: 303px;
    margin: 30px 0 0 81px;
  }
  #recommend .set .content .gr-txt .btn2 a {
    letter-spacing: 0;
  }
  #recommend .set1 {
    padding: 153px 0 131px;
  }
  #recommend .set1 h2 {
    font-size: 62px;
    margin-bottom: 117px;
    letter-spacing: 0;
  }
  #recommend .set1 h2 span {
    font-size: 48px;
    padding: 0 70px;
    margin-bottom: 60px;
    letter-spacing: 0;
  }
  #recommend .set1 h2 span::before {
    background: url(../img/onlineshop/recommend_ttl_deco1.png) no-repeat;
    width: 35px;
    height: 58px;
    top: -8px;
  }
  #recommend .set1 h2 span::after {
    background: url(../img/onlineshop/recommend_ttl_deco2.png) no-repeat;
    width: 35px;
    height: 58px;
    top: -8px;
  }
  #recommend .set1 .content {
    flex-direction: row-reverse;
  }
  #recommend .set2 {
    padding: 20px 0 108px;
  }
  #recommend .set2::before {
    top: -260px;
    -webkit-clip-path: polygon(0 260px, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 260px, 100% 0, 100% 100%, 0% 100%);
  }
  #recommend .set2 .content .photo {
    margin: 0 0 0 -85px;
    height: 591px;
  }
  #recommend .set2 .content .gr-txt {
    margin: 1px 0 0 94px;
  }
  #recommend .set2 .content .gr-txt .btn2 {
    margin-left: 91px;
  }
}
@media screen and (min-width: 768px) {
  #top3 {
    padding: 153px 0;
  }
  #top3 h2 {
    margin: 0 auto 82px;
    font-size: 48px;
    line-height: 80px;
  }
  #top3 h2 span {
    font-size: 66px;
  }
  #top3 h2::before {
    width: 78px;
    top: -6px;
    left: -103px;
  }
  #top3 h2::after {
    width: 78px;
    top: -6px;
    right: -103px;
  }
  #top3 .content .set .item {
    display: flex;
    align-items: flex-start;
  }
  #top3 .content .set .item .gr-pt {
    position: relative;
    flex: 1;
    margin-left: -30px;
  }
  #top3 .content .set .item .gr-pt .num {
    top: 130px;
    left: auto;
    right: -42px;
    width: auto;
  }
  #top3 .content .set .item .gr-txt {
    margin: 41px -45px 0 70px;
    width: 505px;
  }
  #top3 .content .set .item .gr-txt h3 {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 80px;
    margin-bottom: 12px;
  }
  #top3 .content .set .item .gr-txt .txt {
    letter-spacing: 0;
  }
  #top3 .content .set .item .gr-txt .btn1 {
    margin: 70px -7px 0 auto;
  }
  #top3 .content .set1 {
    margin-bottom: 87px;
  }
  #top3 .content .set1 .item .gr-pt {
    margin: 0 -86px 0 0;
    position: static;
    flex: none;
  }
  #top3 .content .set1 .item .gr-pt .num {
    /* display: none; */
  }
  #top3 .content .set1 .item .gr-txt {
    width: 460px;
    margin: 140px 20px 0 0;
    position: relative;
    z-index: 1;
  }
  #top3 .content .set1 .item .gr-txt h3 {
    font-size: 43px;
    margin-bottom: 16px;
  }
  #top3 .content .set1 .item .gr-txt .txt {
    letter-spacing: 0;
  }
  #top3 .content .set1 .item .gr-txt .btn1 {
    margin: 62px auto 0;
  }
  #top3 .content .set2 .item:not(:last-child) {
    margin-bottom: 27px;
  }
  #top3 .content .set2 .item2 .gr-txt {
    margin-top: 47px;
  }
  #top3 .content .set2 .item2 .gr-txt .btn1 {
    margin-top: 36px;
  }
  #top3 .btn-link {
    width: 570px;
    margin: 90px auto 0;
  }
  #top3 .btn-link a {
    font-size: 30px;
    padding: 41px 80px;
  }
  #top3 .btn-link a::before {
    background: #0053b9;
  }
  #top3 .btn-link a::after {
    right: 50px;
    width: 24px;
  }
  #top3 .btn-link a:hover {
    color: #fff;
    border-color: #0053b9;
  }
  #top3 .btn-link a:hover::after {
    filter: brightness(0) invert(1);
  }
}
@media screen and (min-width: 768px) {
  #faq {
    padding-bottom: 113px;
  }
}
#scene .ltr:before {
  background: #e8e8e8;
}
#recommend .set2 .ltr:before {
  background: #e9f2fe;
}
@media screen and (max-width: 1150px) and (min-width: 768px) {
  #top3 .content .set .item .gr-txt {
    margin-right: calc(-50vw + 50% + 30px);
  }
}
