@charset "utf-8";
/* -----------------
result common
-------------------- */
.bg_slash {
  position: relative;
  z-index: 1;
}

.bg_slash::before {
  content:"";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: -webkit-repeating-linear-gradient( -45deg, transparent, transparent 54px, rgba(255,255,255,.15) 54px, rgba(255,255,255,.15) 74px);
  background-image: -moz-repeating-linear-gradient( -45deg, transparent, transparent 54px, rgba(255,255,255,.15) 54px, rgba(255,255,255,.15) 74px);
  background-image: repeating-linear-gradient( -45deg, transparent, transparent 54px, rgba(255,255,255,.15) 54px, rgba(255,255,255,.15) 74px);
  background-size: 100%;
}

.fixBtn {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 9999;
  width: 140px;
}

.fixBtn img {
  width: 100%;
}

.wrap {
  max-width: 1100px;
}

#fv,
#sec_best,
#sec_jam,
#sec_jam_kids {
  position: relative;
}

#fv .inner,
#sec_best .inner,
#sec_jam .inner,
#sec_jam_kids .inner {
  position: relative;
  z-index: 1;
  border-radius: 60px;
  background: #fff;
}

.sec_ttl {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.sec_txt {
  font-feature-settings: "palt";
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.2;
  letter-spacing: .02em;
  text-indent: .02em;
  color: #ff7c2a;
  text-align: center;
}

.sec_txt_small {
  font-weight: 700;
  font-size: 2.7rem;
  line-height: 1.4074074074;
}

.sec_btn {
  margin: 0 auto 30px;
  width: 200px;
}

.txt_box {
  position: relative;
  z-index: 1;
  margin-top: 38px;
  padding: 10px 15px 17px;
  border-radius: 10px;
  background: #F3F1B5;
}

.txt_box::before {
  content:"";
  display: block;
  position: absolute;
  top: -15px;
  left: 30px;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 21px 12px;
  border-color: transparent transparent #f3f1b5 transparent;
}

.txt_box .good_img {
  width: 148px;
}

.txt_box .txt {
  font-feature-settings: "palt";
  font-size: 1.8rem;
  line-height: 1.5555;
  letter-spacing: .02em;
  color: #ff7c2a;
  margin-top: 6px;
}

.box_wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 957px;
}

.box_wrap .insta_box {
  margin: 0;
}

.box_wrap + .insta_box {
  margin-top: 125px;
}

.box_wrap + .box_wrap {
  margin-top: 125px;
}

.insta_box {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  overflow: hidden;
  width: 430px;
}

.instagram-media {
  margin: 0!important;
  width: 430px !important;
  max-width: 100%!important;
  min-width: auto!important;
  border: 1px solid #E9E266!important;
  border-radius: 0!important;
  box-shadow: none!important;
}

@media screen and (max-width: 1440px) {
  .wrap {
    max-width: 76.388888888vw;
  }
  
  #fv .inner,
  #sec_best .inner,
  #sec_jam .inner,
  #sec_jam_kids .inner {
    border-radius: 4.167vw;
  }

  .sec_txt {
    font-size: 2.431vw;
  }

  .sec_txt_small {
    font-size: 1.875vw;
  }

  .sec_btn {
    margin: 0 auto 2.083vw;
    width: 13.889vw;
  }

  .txt_box {
    margin-top: 2.639vw;
    padding: 0.694vw 1.042vw 1.181vw;
    border-radius: 0.694vw;
  }

  .txt_box::before {
    top: -1.042vw;
    left: 2.083vw;
    border-width: 0 0.833vw 1.458vw 0.833vw;
  }

  .txt_box .good_img {
    width: 10.278vw;
  }

  .txt_box .txt {
    font-size: 1.25vw;
    margin-top: 0.417vw;
  }

  .box_wrap {
    width: 66.458vw;
  }

  .box_wrap + .insta_box {
    margin-top: 8.681vw;
  }

  .box_wrap + .box_wrap {
    margin-top: 8.681vw;
  }
  
  .insta_box,
  .instagram-media {
    width: 29.861vw !important;
  }
}

@media screen and (max-width: 768px) {
  .fixBtn {
    right: 10px;
    bottom: 10px;
    width: 82px;
  }
  
  .wrap {
    max-width: 100%;
  }
  
  #fv .inner,
  #sec_best .inner,
  #sec_jam .inner,
  #sec_jam_kids .inner {
    border-radius: 8vw;
  }

  .sec_txt {
    font-size: 5.6vw;
  }

  .sec_txt_small {
    font-size: 4.267vw;
  }

  .sec_btn {
    margin: 0 auto 6.667vw;
    width: 32vw;
  }

  .txt_box {
    margin-top: 10.133vw;
    padding: 1.6vw 2.8vw 1.867vw;
    border-radius: 1.333vw;
  }

  .txt_box::before {
    top: -3.467vw;
    left: 6.8vw;
    border-width: 0 2.8vw 4.933vw 2.8vw;
  }

  .txt_box .good_img {
    width: 30.667vw;
  }

  .txt_box .txt {
    font-size: 3.733vw;
    line-height: 1.42857;
    margin-top: 2.4vw;
  }

  .box_wrap {
    display: block;
    width: 100%;
  }

  .box_wrap .insta_box {
    margin: 0 auto;
  }

  .box_wrap + .insta_box,
  .insta_box + .insta_box {
    margin-top: 13.6vw;
  }

  .insta_box,
  .instagram-media {
    width: 54.133vw !important;
  }
}

/* -----------------
fv
-------------------- */
#fv {
  padding-top: 1.875vw;
  height: 49.513888888vw;
  background: #E9E266;
}

#fv::before {
  content:"";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(../img/result/fv_bg_pc.png) top center / 100% no-repeat;
}

#fv img {
  width: 100%;
}

#fv .inner {
  margin: 0 auto;
  width: 63.75vw;
  border-radius: 0;
  background: url(../img/result/fv_img_pc.png) top center / 100% no-repeat;
}

#fv .ttl {
  margin: 0 auto;
  padding-top: 4.861vw;
  width: 27.777777777vw;
}

#fv .scroll {
  position: absolute;
  bottom: -1.5972vw;
  right: 6.7361vw;
  z-index: 2;
  width: 1.875vw;
}

#fv .scroll_txt {
  display: block;
  margin: 0 auto .3472vw;
  width: .625vw;
}

#fv .scroll .icon {
  display: block;
  width: 100%;
}

#fv .txt_img {
  margin: 3.402vw auto 0;
  width: 37.291666666vw;
}

@media screen and (max-width: 768px) {
  #fv {
    padding-top: 0;
    height: 220.133333333vw;
  }

  #fv::before {
    background: url(../img/result/fv_bg_sp.png) top center / 100% no-repeat;
  }

  #fv .inner {
    width: 100%;
    background: url(../img/result/fv_img_sp.png) top center / 100% no-repeat;
  }

  #fv .ttl {
    margin-bottom: 6.8vw;
    padding-top: 41.467vw;
    width: 91.2vw;
  }

  #fv .scroll {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 0 auto;
    width: 4.4vw;
  }

  #fv .scroll_txt {
    margin: 0 auto 1.467vw;
    width: 2vw;
  }

  #fv .txt_img {
    margin: 7.2vw auto 0;
    width: 90.533333333vw;
  }
}

/* -----------------
sec_best
-------------------- */
#sec_best {
  padding: 154px 0 146px;
  background: #E9E266;
}

#sec_best::before,
#sec_best::after,
#sec_best .inner::before,
#sec_best .inner::after {
  content:"";
  display: block;
  position: absolute;
  z-index: 1;
}

#sec_best::before {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.951388888vw;
  background: url(../img/result/bg_wave01.png) bottom center / 100% no-repeat;
}

#sec_best::after {
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 1235px;
  height: 1343px;
  background: url(../img/result/sec_best_bg_pc.png) center / cover;
  transform: translate(-50%,-50%);
}

#sec_best .wrap {
  max-width: 725px;
}

#sec_best .inner {
  padding: 98px 0 92px;
}

#sec_best .inner::before {
  top: -44px;
  left: -179px;
  width: 993px;
  height: 367px;
  background: url(../img/result/sec_best_img01_pc.png) center / cover;
}

#sec_best .inner::after {
  bottom: -42px;
  right: -62px;
  width: 250px;
  height: 166px;
  background: url(../img/result/sec_best_img02_pc.png) center / cover;
}

#sec_best .sec_ttl {
  top: -56px;
  width: 220px;
}

#sec_best .sec_txt {
  line-height: 1.257;
  margin-bottom: 15px;
}

@media screen and (max-width: 1440px) {
  #sec_best {
    padding: 10.694vw 0 10.139vw;
  }

  #sec_best::after {
    width: 85.764vw;
    height: 93.264vw;
  }

  #sec_best .wrap {
    max-width: 50.347vw;
  }

  #sec_best .inner {
    padding: 6.806vw 0 6.389vw;
  }

  #sec_best .inner::before {
    top: -3.056vw;
    left: -12.431vw;
    width: 68.958vw;
    height: 25.486vw;
  }

  #sec_best .inner::after {
    bottom: -2.917vw;
    right: -4.306vw;
    width: 17.361vw;
    height: 11.528vw;
  }

  #sec_best .sec_ttl {
    top: -3.889vw;
    width: 15.278vw;
  }

  #sec_best .sec_txt {
    margin-bottom: 1.042vw;
  }
}

@media screen and (max-width: 768px) {
  #sec_best {
    padding: 18.133vw 0 18.667vw;
  }

  #sec_best::after {
    z-index: 2;
    width: 108.8vw;
    height: 142.133vw;
    background: url(../img/result/sec_best_bg_sp.png) center / cover;
  }

  #sec_best .wrap {
    max-width: 100%;
  }

  #sec_best .inner {
    z-index: 2;
    padding: 16.133vw 0 13.333vw;
  }

  #sec_best .inner::before {
    top: -14.133vw;
    left: -7.467vw;
    width: 98.267vw;
    height: 36vw;
    background: url(../img/result/sec_best_img01_sp.png) center / cover;
  }

  #sec_best .inner::after {
    bottom: -28vw;
    right: -4.933vw;
    z-index: 2;
    width: 48.533vw;
    height: 44.8vw;
    background: url(../img/result/sec_best_img02_sp.png) center / cover;
  }

  #sec_best .sec_ttl {
    top: -6.933vw;
    width: 35.2vw;
  }

  #sec_best .sec_txt {
    line-height: 1.2619;
    margin-bottom: 2.267vw;
  }

  #sec_best .sec_txt_small {
    line-height: 1.4375;
  }

  #sec_best .sec_btn {
    margin-bottom: 8.267vw;
  }
}

/* -----------------
sec_jam
-------------------- */
#sec_jam {
  z-index: 1;
  padding: 161px 0 111px;
  background: #fff;
}

#sec_jam .wrap {
  position: relative;
}

#sec_jam .inner {
  padding: 89px 0 92px;
  background: #DEEFF3;
}

#sec_jam .wrap::before,
#sec_jam .inner::before,
#sec_jam .inner::after {
  content:"";
  display: block;
  position: absolute;
  z-index: 2;
}

#sec_jam .wrap::before {
  top: -94px;
  left: -19px;
  width: 1240px;
  height: 346px;
  background: url(../img/result/sec_jam_img01_pc.png) center / cover;
}

#sec_jam .inner::before {
  bottom: -38px;
  left: -118px;
  width: 367px;
  height: 1102px;
  background: url(../img/result/sec_jam_img02_pc.png) center / cover;
}

#sec_jam .inner::after {
  bottom: -40px;
  right: -49px;
  width: 288px;
  height: 735px;
  background: url(../img/result/sec_jam_img03_pc.png) center / cover;
}

#sec_jam .sec_ttl {
  top: -44px;
  width: 141px;
}

#sec_jam .sec_txt {
  color: #2E4A8E;
  margin-bottom: 23px;
}

#sec_jam .txt_box {
  background: #F8FCFC;
}

#sec_jam .txt_box::before {
  border-color: transparent transparent #F8FCFC transparent;
}

@media screen and (max-width: 1440px) {
  #sec_jam {
    padding: 11.181vw 0 7.708vw;
  }

  #sec_jam .inner {
    padding: 6.181vw 0 6.389vw;
  }

  #sec_jam .wrap::before {
    top: -6.528vw;
    left: -1.319vw;
    width: 86.111vw;
    height: 24.028vw;
  }

  #sec_jam .inner::before {
    bottom: -2.639vw;
    left: -8.194vw;
    width: 25.486vw;
    height: 76.528vw;
  }

  #sec_jam .inner::after {
    bottom: -2.778vw;
    right: -3.403vw;
    width: 20vw;
    height: 51.042vw;
  }

  #sec_jam .sec_ttl {
    top: -3.056vw;
    width: 9.792vw;
  }

  #sec_jam .sec_txt {
    margin-bottom: 1.597vw;
  }
}

@media screen and (max-width: 768px) {
  #sec_jam {
    padding: 22.8vw 0 20.133vw;
  }

  #sec_jam .inner {
    padding: 16.133vw 0 13.333vw;
  }

  #sec_jam .wrap::before {
    top: -16.933vw;
    left: -3.6vw;
    width: 87.6vw;
    height: 62.4vw;
    background: url(../img/result/sec_jam_img01_sp.png) center / cover;
  }

  #sec_jam .inner::before {
    bottom: -13.467vw;
    left: -6.667vw;
    width: 38.667vw;
    height: 375.2vw;
    background: url(../img/result/sec_jam_img02_sp.png) center / cover;
  }

  #sec_jam .inner::after {
    bottom: -9.733vw;
    right: -4.4vw;
    width: 23.333vw;
    height: 198.933vw;
    background: url(../img/result/sec_jam_img03_sp.png) center / cover;
  }

  #sec_jam .sec_ttl {
    top: -5.333vw;
    width: 22.667vw;
  }

  #sec_jam .sec_txt {
    line-height: 1.23809;
    margin-bottom: 2.8vw;
  }
}

/* -----------------
sec_jam_kids
-------------------- */
#sec_jam_kids {
  padding: 175px 0 165px;
  background: #FFE7E4;
}

#sec_jam_kids::before,
#sec_jam_kids::after,
#sec_jam_kids .inner::before,
#sec_jam_kids .inner::after {
  content:"";
  display: block;
  position: absolute;
  left: 0;
  z-index: 2;
}

#sec_jam_kids::before,
#sec_jam_kids::after {
  width: 100%;
  height: 2.951388888vw;
}

#sec_jam_kids::before {
  top: 0;
  background: url(../img/result/bg_wave02.png) top center / 100% no-repeat;
}

#sec_jam_kids::after {
  bottom: 0;
  background: url(../img/result/bg_wave01.png) bottom center / 100% no-repeat;
}

#sec_jam_kids .inner {
  padding: 92px 0 101px;
}

#sec_jam_kids .inner::before {
  top: -57px;
  left: 107px;
  width: 959px;
  height: 261px;
  background: url(../img/result/sec_jam_kids_img01_pc.png) center / cover;
}

#sec_jam_kids .inner::after {
  bottom: -93px;
  left: -137px;
  width: 1307px;
  height: 301px;
  background: url(../img/result/sec_jam_kids_img02_pc.png) center / cover;
}

#sec_jam_kids .sec_ttl {
  top: -42px;
  width: 218px;
}

#sec_jam_kids .sec_txt {
  margin-bottom: 17px;
}

#sec_jam_kids .sec_btn {
  margin-bottom: 49px;
}

@media screen and (max-width: 1440px) {
  #sec_jam_kids {
    padding: 12.153vw 0 11.458vw;
  }

  #sec_jam_kids .inner {
    padding: 6.389vw 0 7.014vw;
  }

  #sec_jam_kids .inner::before {
    top: -3.958vw;
    left: 7.431vw;
    width: 66.597vw;
    height: 18.125vw;
  }

  #sec_jam_kids .inner::after {
    bottom: -6.458vw;
    left: -9.514vw;
    width: 90.764vw;
    height: 20.903vw;
  }

  #sec_jam_kids .sec_ttl {
    top: -2.917vw;
    width: 15.139vw;
  }

  #sec_jam_kids .sec_txt {
    margin-bottom: 1.181vw;
  }

  #sec_jam_kids .sec_btn {
    margin-bottom: 3.403vw;
  }
}

@media screen and (max-width: 768px) {
  #sec_jam_kids {
    padding: 20.133vw 0 31.333vw;
  }
  
  #sec_jam_kids .wrap {
    position: relative;
  }
  
  #sec_jam_kids .wrap::before {
    content:"";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 81.2vw;
    height: 115.2vw;
    background: url(../img/result/sec_jam_kids_bg_sp.png) center / cover;
    pointer-events: none;
    transform: translate(-50%,-50%);
  }

  #sec_jam_kids .inner {
    z-index: 2;
    padding: 14.8vw 0 13.333vw;
  }

  #sec_jam_kids .inner::before {
    top: -25.6vw;
    left: -4.4vw;
    width: 96.267vw;
    height: 54.267vw;
    background: url(../img/result/sec_jam_kids_img01_sp.png) center / cover;
  }

  #sec_jam_kids .inner::after {
    bottom: -17.2vw;
    left: -4.133vw;
    width: 94.533vw;
    height: 38.8vw;
    background: url(../img/result/sec_jam_kids_img02_sp.png) center / cover;
  }

  #sec_jam_kids .sec_ttl {
    top: -6.267vw;
    width: 36vw;
  }

  #sec_jam_kids .sec_txt {
    line-height: 1.3809;
    margin-bottom: 2.133vw;
  }

  #sec_jam_kids .sec_txt {
    line-height: 1.34375;
  }

  #sec_jam_kids .sec_btn {
    margin-bottom: 6.667vw;
  }
}