.mr-0 {
  margin-right: 0 !important;
}

.mt-120 {
  margin-top: 120px;
}

@media screen and (max-width: 1260px) {
  .mt-120 {
    margin-top: 9.524vw;
  }
}

.mt-24 {
  margin-top: 24px;
}

@media screen and (max-width: 1260px) {
  .mt-24 {
    margin-top: 1.905vw;
  }
}

.sp-movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 890px) {
  .sp-movie {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sp-movie .vid-style {
  background-color: #fff;
  border: 1px solid #000;
  padding: 10px;
  margin-right: 20px;
  width: 300px;
  height: 200px;
}

@media screen and (max-width: 890px) {
  .sp-movie .vid-style {
    width: 100%;
    height: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 0;
  }
}

@media screen and (max-width: 450px) {
  .sp-movie .vid-style {
    width: 300px;
    height: 200px;
  }
}

.sp-movie .movie-txt {
  width: 100%;
}

.sp-movie .movie-txt .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "EB Garamond", sans-serif;
  font-style: italic;
  font-size: 48px;
  margin: 20px 0;
}

@media screen and (max-width: 450px) {
  .sp-movie .movie-txt .ttl {
    font-size: 28px;
    margin: 3.333vw 0 1.556vw;
  }
}

.sp-movie .movie-txt .ttl span {
  color: #c81b30;
}

.sp-movie .movie-txt .ttl .trans {
  color: transparent;
}

.sp-movie .movie-txt .ttl:before, .sp-movie .movie-txt .ttl:after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 42%;
}

.sp-movie .movie-txt .ttl:before {
  right: 10px;
  display: none;
}

@media screen and (max-width: 890px) {
  .sp-movie .movie-txt .ttl:before {
    display: block;
  }
}

.sp-movie .movie-txt .ttl:after {
  left: 10px;
}

.sp-movie .movie-txt .desc {
  font-family: "Yu Mincho Demibold", sans-serif;
  font-size: 18px;
  white-space: pre-line;
  color: #000;
  line-height: 36px;
  letter-spacing: 0;
}

@media screen and (max-width: 500px) {
  .sp-movie .movie-txt .desc {
    letter-spacing: -1px;
  }
}

@media screen and (max-width: 450px) {
  .sp-movie .movie-txt .desc {
    font-size: 3.556vw;
    line-height: 5.778vw;
    margin-bottom: 6px;
  }
}

.sp-movie .movie-txt .desc span {
  color: #c81b30;
  font-size: 24px;
}

@media screen and (max-width: 450px) {
  .sp-movie .movie-txt .desc span {
    font-size: 4.222vw;
  }
}

#add {
  padding: 40px 40px 39px;
  margin-top: 40px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(#333));
  background-image: linear-gradient(to top, #000, #333);
}

@media screen and (max-width: 1285px) {
  #add {
    padding: 40px 20px 39px;
  }
}

@media screen and (max-width: 700px) {
  #add {
    padding: 40px 15px 39px;
  }
}

@media screen and (max-width: 450px) {
  #add {
    padding: 5px 30px 7px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

#add .container-af {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #00B900;
  padding: 10px;
}

@media screen and (max-width: 450px) {
  #add .container-af {
    padding: 5px;
  }
}

#add .content-af {
  background-color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 15px 30px 30px;
}

@media screen and (max-width: 1285px) {
  #add .content-af {
    padding: 2.335vw 1.167vw 2.335vw 2.335vw;
  }
}

@media screen and (max-width: 700px) {
  #add .content-af {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 450px) {
  #add .content-af {
    padding: 2.335vw 1vw 2.335vw;
  }
}

#add .l-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#add .l-txt .txt-0 {
  font-family: "NotoSans Medium", sans-serif;
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 22px;
  letter-spacing: 2px;
}

@media screen and (max-width: 1285px) {
  #add .l-txt .txt-0 {
    font-size: 2.023vw;
  }
}

@media screen and (max-width: 700px) {
  #add .l-txt .txt-0 {
    font-size: 3.111vw;
    margin-bottom: 5px;
    text-align: center;
  }
}

#add .l-txt .grp-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 700px) {
  #add .l-txt .grp-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#add .l-txt .grp-1 .grp-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "NotoSans Medium", sans-serif;
  font-weight: 500;
  color: #00b900;
}

@media screen and (max-width: 700px) {
  #add .l-txt .grp-1 .grp-2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#add .l-txt .grp-1 .grp-2 .txt-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 41px;
  margin-bottom: 5px;
}

@media screen and (max-width: 1285px) {
  #add .l-txt .grp-1 .grp-2 .txt-1 {
    font-size: 3.191vw;
  }
}

@media screen and (max-width: 700px) {
  #add .l-txt .grp-1 .grp-2 .txt-1 {
    font-size: 4vw;
  }
}

#add .l-txt .grp-1 .grp-2 .txt-1 .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#add .l-txt .grp-1 .grp-2 .txt-1 .time .paren {
  font-size: 41px;
  margin-top: -8px;
}

@media screen and (max-width: 1285px) {
  #add .l-txt .grp-1 .grp-2 .txt-1 .time .paren {
    font-size: 3.191vw;
    margin-top: -0.623vw;
  }
}

@media screen and (max-width: 450px) {
  #add .l-txt .grp-1 .grp-2 .txt-1 .time .paren {
    font-size: 5.333vw;
  }
}

#add .l-txt .grp-1 .grp-2 .txt-1 .time span {
  font-size: 16px;
}

@media screen and (max-width: 1285px) {
  #add .l-txt .grp-1 .grp-2 .txt-1 .time span {
    font-size: 1.245vw;
  }
}

@media screen and (max-width: 450px) {
  #add .l-txt .grp-1 .grp-2 .txt-1 .time span {
    font-size: 2.222vw;
  }
}

#add .l-txt .grp-1 .grp-2 .txt-2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Yu Mincho Demibold", sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

@media screen and (max-width: 1285px) {
  #add .l-txt .grp-1 .grp-2 .txt-2 {
    font-size: 1.556vw;
  }
}

@media screen and (max-width: 700px) {
  #add .l-txt .grp-1 .grp-2 .txt-2 {
    font-size: 3.111vw;
  }
}

#add .l-txt .grp-1 .grp-2 .txt-2 .dot {
  width: 40px;
  border-bottom: 2px dotted #00b900;
}

@media screen and (max-width: 1285px) {
  #add .l-txt .grp-1 .grp-2 .txt-2 .dot {
    width: 3.113vw;
  }
}

#add .l-txt .grp-1 .grp-2 .txt-2 h3 {
  padding: 0 8px;
}

@media screen and (max-width: 450px) {
  #add .l-txt .grp-1 .grp-2 .txt-2 h3 {
    padding: 0 0.7vw;
  }
}

#add .l-txt .grp-1 .txt-3 {
  font-family: "NotoSans Medium", sans-serif;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -1px;
}

@media screen and (max-width: 1285px) {
  #add .l-txt .grp-1 .txt-3 {
    font-size: 2.802vw;
  }
}

@media screen and (max-width: 700px) {
  #add .l-txt .grp-1 .txt-3 {
    font-size: 3.111vw;
  }
}

@media screen and (max-width: 450px) {
  #add .l-txt .grp-1 .txt-3 {
    font-size: 3.222vw;
  }
}

@media screen and (max-width: 450px) {
  #add .r-btn {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1285px) {
  #add .r-btn img {
    width: 26.769vw;
  }
}

@media screen and (max-width: 700px) {
  #add .r-btn img {
    width: 350px;
  }
}

@media screen and (max-width: 450px) {
  #add .r-btn img {
    width: 250px;
  }
}

.qr {
  font-family: "NotoSans Regular", sans-serif;
  font-size: 22px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  letter-spacing: -1.5px;
}

@media screen and (max-width: 450px) {
  .qr {
    font-size: 2.667vw;
    letter-spacing: 1px;
    margin-top: 7px;
  }
}

#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#333));
  background-image: linear-gradient(to bottom, #000, #333);
  padding: 26px 21px 18px;
}

@media screen and (max-width: 890px) {
  #header {
    padding: 2.921vw 2.36vw 2.022vw;
  }
}

@media screen and (max-width: 450px) {
  #header {
    padding: 2vw 2.36vw 2.5vw;
  }
}

#header .logo {
  font-family: "EB Garamond", sans-serif;
  font-style: italic;
  font-size: 28px;
  color: #fff;
}

@media screen and (max-width: 1180px) {
  #header .logo {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 890px) {
  #header .logo {
    font-size: 3.146vw;
  }
}

@media screen and (max-width: 450px) {
  #header .logo {
    font-size: 2.667vw;
  }
}

#header .grp-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Yu Mincho Demibold", sans-serif;
  font-size: 36px;
  color: #ffdc00;
  text-align: center;
}

@media screen and (max-width: 1180px) {
  #header .grp-txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 890px) {
  #header .grp-txt {
    font-size: 4.045vw;
  }
}

@media screen and (max-width: 450px) {
  #header .grp-txt {
    font-size: 4.444vw;
    line-height: 7.111vw;
  }
}

#header .grp-txt .hd-txt-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#header .grp-txt .hd-txt-1 .x-line {
  width: 40px;
  margin: 0 20px 8px;
  border-bottom: 1px solid #ffdc00;
}

@media screen and (max-width: 890px) {
  #header .grp-txt .hd-txt-1 .x-line {
    width: 4.494vw;
    margin: 0 2.247vw 0.899vw;
  }
}

#header .dum {
  width: 10%;
}

#sec-ads {
  background: url(../img/mv.jpg) #f2f1f0 no-repeat;
  border-top: 10px solid #C81B30;
}

@media screen and (max-width: 890px) {
  #sec-ads {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 241, 240, 0.6)), to(rgba(242, 241, 240, 0.6))), url(../img/mv.jpg) no-repeat;
    background: linear-gradient(rgba(242, 241, 240, 0.6), rgba(242, 241, 240, 0.6)), url(../img/mv.jpg) no-repeat;
    background-position: center;
    background-size: cover;
  }
}

#sec-ads .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 1260px) {
  #sec-ads .container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 890px) {
  #sec-ads .container {
    text-align: center;
  }
}

@media screen and (max-width: 700px) {
  #sec-ads .container {
    padding: 0 15px;
  }
}

@media screen and (max-width: 450px) {
  #sec-ads .container {
    padding: 0 10px;
  }
}

#sec-ads .content {
  width: 100%;
  max-width: 770px;
  padding-bottom: 40px;
  z-index: 1;
  margin-left: auto;
}

#sec-ads .hl-txt {
  display: inline-block;
  font-family: "Yu Mincho Demibold", sans-serif;
  padding: 0 10px;
  margin-top: 24px;
}

#sec-ads .hl-txt:nth-child(3) {
  margin-bottom: 30px;
}

#sec-ads .b-36 {
  color: #000;
  font-size: 36px;
}

@media screen and (max-width: 810px) {
  #sec-ads .b-36 {
    font-size: 4.444vw;
  }
}

#sec-ads .b-46 {
  color: #000;
  font-size: 46px;
}

@media screen and (max-width: 810px) {
  #sec-ads .b-46 {
    font-size: 5.679vw;
  }
}

#sec-ads .r-36 {
  color: #c81b30;
  font-size: 36px;
}

@media screen and (max-width: 810px) {
  #sec-ads .r-36 {
    font-size: 4.444vw;
  }
}

#sec-ads .r-46 {
  color: #c81b30;
  font-size: 46px;
}

@media screen and (max-width: 810px) {
  #sec-ads .r-46 {
    font-size: 5.679vw;
  }
}

#sec-ads .descs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 28px;
}

@media screen and (max-width: 810px) {
  #sec-ads .descs {
    margin-bottom: 3.457vw;
  }
}

#sec-ads .descs .catgrys {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

@media screen and (max-width: 810px) {
  #sec-ads .descs .catgrys {
    margin-top: 3.086vw;
  }
}

#sec-ads .descs .catgrys .catgry {
  font-family: "Yu Mincho Demibold", sans-serif;
  font-size: 39px;
  color: #ffdc00;
  background-color: #000;
  padding: 13px;
  margin-right: 13px;
}

@media screen and (max-width: 810px) {
  #sec-ads .descs .catgrys .catgry {
    font-size: 4.815vw;
    padding: 1.605vw;
    margin-right: 1.605vw;
  }
}

#sec-ads .descs .desc-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: "Yu Mincho Demibold", sans-serif;
  font-size: 28px;
  line-height: 25px;
}

@media screen and (max-width: 810px) {
  #sec-ads .descs .desc-txt {
    font-size: 3.457vw;
    line-height: 3.086vw;
  }
}

#sec-ads .desc-txt-1 {
  font-family: "Yu Mincho Demibold", sans-serif;
  font-size: 46px;
  letter-spacing: -0.8px;
  margin-bottom: 20px;
}

@media screen and (max-width: 810px) {
  #sec-ads .desc-txt-1 {
    font-size: 5.679vw;
    margin-bottom: 2.469vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-ads .desc-txt-1 {
    letter-spacing: -1.8px;
  }
}

#sec-ads .desc-txt-1 span {
  color: #c81b30;
}

#sec-ads .ol-diet {
  padding: 28px 0 18px;
  margin-bottom: 23px;
  font-family: "Yu Mincho Demibold", sans-serif;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#ad1728), color-stop(20%, #c81b30), color-stop(80%, #c81b30), to(#ad1728));
  background: linear-gradient(90deg, #ad1728 0%, #c81b30 20%, #c81b30 80%, #ad1728 100%);
}

@media screen and (max-width: 810px) {
  #sec-ads .ol-diet {
    padding: 3.457vw 0 2.222vw;
    margin-bottom: 2.840vw;
  }
}

#sec-ads .ol-diet .desc {
  font-size: 36px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 29px;
  letter-spacing: 6px;
}

@media screen and (max-width: 810px) {
  #sec-ads .ol-diet .desc {
    font-size: 4.444vw;
    margin-bottom: 3.580vw;
    letter-spacing: 0.741vw;
  }
}

#sec-ads .ol-diet .desc .op-ln {
  width: 75px;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 810px) {
  #sec-ads .ol-diet .desc .op-ln {
    width: 9.259vw;
  }
}

#sec-ads .ol-diet .desc h4 {
  margin: 0 6px;
}

@media screen and (max-width: 810px) {
  #sec-ads .ol-diet .desc h4 {
    margin: 0 0.741vw;
  }
}

#sec-ads .ol-diet .ttl {
  font-size: 110px;
  color: #fff;
}

@media screen and (max-width: 810px) {
  #sec-ads .ol-diet .ttl {
    font-size: 13.580vw;
  }
}

#sec-1-intro {
  padding: 10px 0;
  background-color: #c81b30;
}

#sec-1-intro .container {
  background-color: #fff;
}

#sec-1-intro .content {
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 40px;
}

@media screen and (max-width: 1260px) {
  #sec-1-intro .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 20px;
  }
}

@media screen and (max-width: 700px) {
  #sec-1-intro .content {
    padding: 0 15px;
  }
}

@media screen and (max-width: 450px) {
  #sec-1-intro .content {
    padding: 0 10px;
  }
}

#sec-1-intro .desc {
  padding: 12px 0;
  font-family: "NotoSans Medium", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  white-space: pre-line;
  text-align: center;
}

@media screen and (max-width: 700px) {
  #sec-1-intro .desc {
    font-size: 2.571vw;
    line-height: 3.857vw;
    padding: 1.714vw 0;
  }
}

@media screen and (max-width: 450px) {
  #sec-1-intro .desc {
    font-size: 3.333vw;
    letter-spacing: -1.5px;
    line-height: 4.857vw;
  }
}

#sec-1-intro .coms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: hidden;
}

@media screen and (max-width: 1260px) {
  #sec-1-intro .coms {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 1260px) {
  #sec-1-intro .coms {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 700px) {
  #sec-1-intro .coms {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 1.714vw;
  }
}

#sec-1-intro .coms .com {
  padding: 12px 0 0 17px;
  line-height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: skewX(-27deg);
          transform: skewX(-27deg);
  border-left: 2px solid #ccc;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 700px) {
  #sec-1-intro .coms .com {
    padding: 1.714vw 0 0 2.429vw;
    line-height: 3.857vw;
  }
}

#sec-1-intro .coms .com:first-child {
  border-left: none;
}

#sec-1-intro .coms .com .com-txt {
  -webkit-transform: skewX(27deg);
          transform: skewX(27deg);
  font-family: "NotoSans Medium", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 700px) {
  #sec-1-intro .coms .com .com-txt {
    font-size: 2.571vw;
  }
}

#sec-1-intro .coms .com .com-txt span {
  display: block;
  color: #C81B30;
}

#sec-1-intro .coms .com img {
  margin: 0 20px 0 10px;
  -webkit-transform: skewX(27deg);
          transform: skewX(27deg);
}

@media screen and (max-width: 700px) {
  #sec-1-intro .coms .com img {
    width: 4.286vw;
    margin: 0 2.857vw 0 1.429vw;
  }
}

#sp-mv {
  display: none;
}

@media screen and (max-width: 450px) {
  #sp-mv {
    display: block;
  }
}

#sec-2-mv {
  background: url(../img/mv.jpg) #f2f1f0 no-repeat;
}

@media screen and (max-width: 890px) {
  #sec-2-mv {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 241, 240, 0.6)), to(rgba(242, 241, 240, 0.6))), url(../img/mv.jpg) no-repeat;
    background: linear-gradient(rgba(242, 241, 240, 0.6), rgba(242, 241, 240, 0.6)), url(../img/mv.jpg) no-repeat;
    background-position: center;
    background-size: cover;
  }
}

#sec-2-mv .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 1260px) {
  #sec-2-mv .container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 890px) {
  #sec-2-mv .container {
    text-align: center;
  }
}

@media screen and (max-width: 700px) {
  #sec-2-mv .container {
    padding: 0 15px;
  }
}

@media screen and (max-width: 450px) {
  #sec-2-mv .container {
    padding: 0 10px;
  }
}

#sec-2-mv .content {
  width: 100%;
  max-width: 770px;
  padding-bottom: 40px;
  z-index: 1;
  margin-left: auto;
}

@media screen and (max-width: 1260px) {
  #sec-2-mv .content {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 890px) {
  #sec-2-mv .content {
    margin: 0 auto;
  }
}

@media screen and (max-width: 700px) {
  #sec-2-mv .content {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 450px) {
  #sec-2-mv .content {
    padding-bottom: 10px;
    margin-top: 5px;
  }
}

#sec-2-mv .hl-txt {
  display: inline-block;
  font-family: "Yu Mincho Demibold", sans-serif;
  padding: 0 10px;
  margin-top: 24px;
}

@media screen and (max-width: 890px) {
  #sec-2-mv .hl-txt {
    margin-top: 2.697vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-2-mv .hl-txt {
    margin-top: 3vw;
  }
}

#sec-2-mv .hl-txt:nth-child(3) {
  margin-bottom: 28px;
}

@media screen and (max-width: 890px) {
  #sec-2-mv .hl-txt:nth-child(3) {
    margin-bottom: 3.146vw;
  }
}

#sec-2-mv .b-36 {
  color: #000;
  font-size: 36px;
}

@media screen and (max-width: 890px) {
  #sec-2-mv .b-36 {
    font-size: 4.045vw;
  }
}

#sec-2-mv .b-46 {
  color: #000;
  font-size: 46px;
}

@media screen and (max-width: 890px) {
  #sec-2-mv .b-46 {
    font-size: 5.169vw;
  }
}

#sec-2-mv .r-36 {
  color: #c81b30;
  font-size: 36px;
}

@media screen and (max-width: 890px) {
  #sec-2-mv .r-36 {
    font-size: 4.045vw;
  }
}

#sec-2-mv .r-46 {
  color: #c81b30;
  font-size: 46px;
}

@media screen and (max-width: 890px) {
  #sec-2-mv .r-46 {
    font-size: 5.169vw;
  }
}

#sec-2-mv .descs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 28px;
}

@media screen and (max-width: 890px) {
  #sec-2-mv .descs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3.146vw;
  }
}

#sec-2-mv .descs .catgrys {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#sec-2-mv .descs .catgrys:last-child {
  margin-right: 0;
}

#sec-2-mv .descs .catgrys .catgry {
  font-family: "Yu Mincho Demibold", sans-serif;
  font-size: 30px;
  color: #ffdc00;
  background-color: #000;
  padding: 10px;
  margin-right: 10px;
  white-space: nowrap;
}

#sec-2-mv .descs .catgrys .catgry:last-child {
  margin-right: 0;
}

@media screen and (max-width: 700px) {
  #sec-2-mv .descs .catgrys .catgry {
    font-size: 4.286vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-2-mv .descs .catgrys .catgry {
    font-size: 4vw;
    padding: 7px 10px;
  }
}

#sec-2-mv .descs .desc-txt {
  font-family: "Yu Mincho Demibold", sans-serif;
  font-size: 22px;
  white-space: pre-line;
  line-height: 25px;
  letter-spacing: -0.3px;
  margin-left: 10px;
}

@media screen and (max-width: 890px) {
  #sec-2-mv .descs .desc-txt {
    margin-top: 2.247vw;
  }
}

@media screen and (max-width: 700px) {
  #sec-2-mv .descs .desc-txt {
    font-size: 3.143vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-2-mv .descs .desc-txt {
    margin-top: 10px;
    font-size: 3.556vw;
    line-height: 15px;
  }
}

#sec-2-mv .descs .desc-txt span {
  color: #C81B30;
}

#sec-2-mv .ol-diet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  margin-bottom: 23px;
  font-family: "Yu Mincho Extrabold", sans-serif;
  background: -webkit-gradient(linear, left top, right top, from(#ad1728), color-stop(20%, #c81b30), color-stop(80%, #c81b30), to(#ad1728));
  background: linear-gradient(90deg, #ad1728 0%, #c81b30 20%, #c81b30 80%, #ad1728 100%);
}

@media screen and (max-width: 450px) {
  #sec-2-mv .ol-diet {
    padding: 1.111vw 2.222vw;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin-bottom: 0;
  }
}

#sec-2-mv .ol-diet .desc {
  font-size: 32px;
  color: #fff;
  text-align: center;
  white-space: pre-line;
}

@media screen and (max-width: 890px) {
  #sec-2-mv .ol-diet .desc {
    font-size: 3.596vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-2-mv .ol-diet .desc {
    font-size: 3.556vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-2-mv .ol-diet img {
    width: 5.556vw;
  }
}

#sec-2-mv .ol-diet .ttl {
  font-size: 72px;
  color: #fff;
}

@media screen and (max-width: 890px) {
  #sec-2-mv .ol-diet .ttl {
    font-size: 8.090vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-2-mv .ol-diet .ttl {
    font-size: 8.667vw;
  }
}

#sec-3-scrl {
  background: #F2F1F0;
  padding: 46px 0 33px;
}

@media screen and (max-width: 450px) {
  #sec-3-scrl {
    padding: 0 0 12px;
  }
}

#sec-3-scrl .sec-3-container {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
  padding: 0 40px;
}

@media screen and (max-width: 1260px) {
  #sec-3-scrl .sec-3-container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 700px) {
  #sec-3-scrl .sec-3-container {
    padding: 0 15px;
  }
}

@media screen and (max-width: 450px) {
  #sec-3-scrl .sec-3-container {
    padding: 0 10px;
  }
}

#sec-3-scrl .head-ttl-1 {
  width: 100%;
  font-family: "EB Garamond", sans-serif;
  font-style: italic;
  font-size: 49px;
  position: relative;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1000px) {
  #sec-3-scrl .head-ttl-1 {
    margin-bottom: 4vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-3-scrl .head-ttl-1 {
    font-size: 22px;
    padding-top: 15px;
  }
}

#sec-3-scrl .head-ttl-1 h2 {
  margin: 0 20px;
}

#sec-3-scrl .head-ttl-2 {
  width: 100%;
  font-family: "Yu Mincho Extrabold", sans-serif;
  font-size: 45px;
  text-align: center;
  margin-bottom: 45px;
}

@media screen and (max-width: 1000px) {
  #sec-3-scrl .head-ttl-2 {
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-3-scrl .head-ttl-2 {
    font-size: 3.556vw;
  }
}

#sec-3-scrl .head-ttl-2 span {
  color: #C81B30;
}

#sec-3-scrl .scroll-outer {
  background: #ffffff;
  padding: 10px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  margin-top: 42px;
}

@media screen and (max-width: 1000px) {
  #sec-3-scrl .scroll-outer {
    margin-top: 4.2vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-3-scrl .scroll-outer {
    padding: 0;
    margin-top: 2.7vw;
  }
}

#sec-3-scrl .scroll-outer .scroll-stage {
  height: 500px;
  overflow-x: hidden;
  padding: 0 18px 0 31px;
}

@media screen and (max-width: 450px) {
  #sec-3-scrl .scroll-outer .scroll-stage {
    padding: 0 4.667vw;
    height: 163px;
  }
}

#sec-3-scrl .scroll-outer .scroll-stage::-webkit-scrollbar {
  width: 10px;
  height: 90%;
}

#sec-3-scrl .scroll-outer .scroll-stage::-webkit-scrollbar-thumb {
  background: #CCCCCC;
  border-radius: 25px;
}

#sec-3-scrl .scroll-outer .scroll-stage .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 23px 0;
  border-bottom: 1px dashed #777777;
}

@media screen and (max-width: 450px) {
  #sec-3-scrl .scroll-outer .scroll-stage .content img {
    width: 16.5px;
  }
}

@media screen and (max-width: 450px) {
  #sec-3-scrl .scroll-outer .scroll-stage .content {
    padding: 1.9vw 0;
  }
}

#sec-3-scrl .scroll-outer .scroll-stage .content:first-child {
  margin-top: 13px;
}

@media screen and (max-width: 450px) {
  #sec-3-scrl .scroll-outer .scroll-stage .content:first-child {
    margin-top: 8px;
  }
}

#sec-3-scrl .scroll-outer .scroll-stage .content:last-child {
  margin-bottom: 40px;
}

#sec-3-scrl .scroll-outer .scroll-stage .content p {
  font-family: "Yu Mincho Demibold", sans-serif;
  font-size: 24px;
  padding-left: 20px;
  letter-spacing: 0;
  color: #000000;
  text-align: left;
}

@media screen and (max-width: 450px) {
  #sec-3-scrl .scroll-outer .scroll-stage .content p {
    font-size: 11px;
  }
}

#sec-3-scrl .scroll-outer .scroll-stage .content p span {
  color: #C81B30;
}

#sec-4-food {
  margin-top: 128px;
  padding: 0 0 46px;
}

@media screen and (max-width: 1600px) {
  #sec-4-food {
    margin-top: 8vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-4-food {
    padding: 0 0 14px;
    margin-top: 1.2vw;
  }
}

#sec-4-food .sec-4-cont {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 22px auto 0;
  padding-bottom: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1000px) {
  #sec-4-food .sec-4-cont {
    padding-bottom: 5.4vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-4-food .sec-4-cont {
    margin: 6vw auto 0;
    padding-bottom: 3.4vw;
  }
}

#sec-4-food .sec-4-cont .img-pos {
  position: absolute;
  padding: 0 40px;
  z-index: -1;
}

@media screen and (max-width: 450px) {
  #sec-4-food .sec-4-cont .img-pos {
    padding: 0 10px;
  }
}

@media screen and (max-width: 450px) {
  #sec-4-food .img-pc {
    display: none;
  }
}

#sec-4-food .img-sp {
  display: none;
}

@media screen and (max-width: 450px) {
  #sec-4-food .img-sp {
    display: block;
  }
}

#sec-4-food .txt-1 {
  font-family: "Yu Mincho Demibold", sans-serif;
  font-size: 25px;
  color: #000;
  text-align: center;
  padding-top: 2.750vw;
}

@media screen and (max-width: 1000px) {
  #sec-4-food .txt-1 {
    font-size: 2.5vw;
    padding-top: 9px;
  }
}

@media screen and (max-width: 450px) {
  #sec-4-food .txt-1 {
    font-size: 2.667vw;
    padding-top: 9px;
  }
}

#sec-4-food .txt-2 {
  margin-top: 3.625vw;
  font-family: "Yu Mincho Extrabold", sans-serif;
  font-size: 35px;
  color: #C81B30;
  text-align: center;
  margin-bottom: 4.375vw;
}

@media screen and (max-width: 1000px) {
  #sec-4-food .txt-2 {
    font-size: 3.5vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-4-food .txt-2 {
    font-size: 4vw;
    margin-top: 4.444vw;
    margin-bottom: 7.111vw;
  }
}

#sec-4-food .txt-3 {
  margin-top: 5.250vw;
  font-family: "Yu Mincho Extrabold", sans-serif;
  font-size: 42px;
  color: #C81B30;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  #sec-4-food .txt-3 {
    font-size: 4.2vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-4-food .txt-3 {
    font-size: 4vw;
    margin-top: 6.889vw;
  }
}

#sec-4-food .txt-4 {
  font-family: "Yu Mincho Demibold", sans-serif;
  font-size: 25px;
  text-align: center;
  white-space: pre-line;
  margin-top: 7px;
  line-height: 50px;
}

@media screen and (max-width: 1000px) {
  #sec-4-food .txt-4 {
    font-size: 2.5vw;
    line-height: 5vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-4-food .txt-4 {
    font-size: 12px;
    line-height: 4.5vw;
  }
}

#sec-4-food .back {
  text-align: center;
  font-family: "Yu Mincho Demibold", sans-serif;
  font-size: 78px;
  color: #c81b30;
  line-height: 62px;
  margin-top: 43px;
}

@media screen and (max-width: 1000px) {
  #sec-4-food .back {
    font-size: 7.8vw;
    line-height: 6.2vw;
    margin-top: 4.3vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-4-food .back {
    font-size: 6.222vw;
  }
}

#sec-4-food .back span {
  font-family: "Yu Mincho Extrabold", sans-serif;
  display: block;
}

#sec-5-prob {
  width: 100%;
  background-image: url(../img/index/sec-5-problem.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63px;
}

@media screen and (max-width: 1070px) {
  #sec-5-prob {
    padding-bottom: 5.888vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-5-prob {
    padding-bottom: 2.6vw;
  }
}

#sec-5-prob .sec-5-cont {
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
}

@media screen and (max-width: 1260px) {
  #sec-5-prob .sec-5-cont {
    padding: 0 20px;
  }
}

@media screen and (max-width: 700px) {
  #sec-5-prob .sec-5-cont {
    padding: 0 15px;
  }
}

@media screen and (max-width: 450px) {
  #sec-5-prob .sec-5-cont {
    padding: 0 10px;
  }
}

#sec-5-prob .sec-5-cont p:nth-child(1) {
  margin: 47px 0 0 5px;
  padding: 22px 6px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

@media screen and (max-width: 1070px) {
  #sec-5-prob .sec-5-cont p:nth-child(1) {
    margin: 4.393vw 0 0 0.467vw;
    padding: 2.056vw 0.561vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-5-prob .sec-5-cont p:nth-child(1) {
    margin: 12.5vw 0 0 3.467vw;
    padding: 2.7vw 2.4vw;
  }
}

#sec-5-prob .sec-5-cont p:nth-child(2) {
  margin: -6px 0 0 18px;
  padding: 17px 15px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

@media screen and (max-width: 1070px) {
  #sec-5-prob .sec-5-cont p:nth-child(2) {
    margin: -0.561vw 0 0 1.682vw;
    padding: 1.589vw 1.402vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-5-prob .sec-5-cont p:nth-child(2) {
    margin: 0 0 0 5.682vw;
    padding: 2.3vw 5.6vw;
  }
}

#sec-5-prob .sec-5-cont p:nth-child(3) {
  margin: 98px 30px 0 0;
  padding: 22px 14px;
  -webkit-transform: rotate(7deg);
          transform: rotate(7deg);
}

@media screen and (max-width: 1070px) {
  #sec-5-prob .sec-5-cont p:nth-child(3) {
    margin: 9.159vw 2.804vw 0 0;
    padding: 2.056vw 1.308vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-5-prob .sec-5-cont p:nth-child(3) {
    margin: 11.7vw 2.804vw 0 0;
    padding: 2.7vw 1.5vw;
  }
}

#sec-5-prob .sec-5-cont p:nth-child(4) {
  margin: 48px 0 0 70px;
  padding: 23px 15px;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
}

@media screen and (max-width: 1070px) {
  #sec-5-prob .sec-5-cont p:nth-child(4) {
    margin: 4.486vw 0 0 6.542vw;
    padding: 2.150vw 1.402vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-5-prob .sec-5-cont p:nth-child(4) {
    margin: 6.6vw 0 0 0;
    padding: 3.15vw 6.402vw;
  }
}

#sec-5-prob .sec-5-cont p:nth-child(5) {
  margin: -16px 3px 0 0;
  padding: 22px 13px;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

@media screen and (max-width: 1070px) {
  #sec-5-prob .sec-5-cont p:nth-child(5) {
    margin: 2.505vw 0.280vw 0 0;
    padding: 2.056vw 1.215vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-5-prob .sec-5-cont p:nth-child(5) {
    margin: 5vw 0.28vw 0 0;
    padding: 3.056vw 5.215vw;
  }
}

#sec-5-prob .sec-5-cont p:nth-child(6) {
  margin: 11px 38px 0 0;
  padding: 17px 17px;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

@media screen and (max-width: 1070px) {
  #sec-5-prob .sec-5-cont p:nth-child(6) {
    margin: 1.028vw 3.551vw 0 0;
    padding: 1.589vw 1.589vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-5-prob .sec-5-cont p:nth-child(6) {
    margin: 1.028vw 4.551vw 0 0;
    padding: 2.589vw 6.589vw;
  }
}

#sec-5-prob .sec-5-cont p:nth-child(1), #sec-5-prob .sec-5-cont p:nth-child(2), #sec-5-prob .sec-5-cont p:nth-child(4) {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

#sec-5-prob .sec-5-cont p:nth-child(3), #sec-5-prob .sec-5-cont p:nth-child(5), #sec-5-prob .sec-5-cont p:nth-child(6) {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

#sec-5-prob .txt-27 {
  font-family: "Yu Mincho Demibold", sans-serif;
  font-size: 27px;
  background-color: #fff;
}

@media screen and (max-width: 1070px) {
  #sec-5-prob .txt-27 {
    font-size: 2.523vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-5-prob .txt-27 {
    font-size: 2.889vw;
  }
}

#sec-5-prob .txt-37 {
  font-family: "Yu Mincho Demibold", sans-serif;
  font-size: 37px;
  background-color: #fff;
}

@media screen and (max-width: 1070px) {
  #sec-5-prob .txt-37 {
    font-size: 3.458vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-5-prob .txt-37 {
    font-size: 3.778vw;
  }
}

#sec-5-prob .txt-37 span {
  color: #c81b30;
}

#sec-5-prob .cust-comm {
  background-color: #fff;
  font-family: "Yu Mincho Demibold", sans-serif;
  margin-top: 100px;
}

@media screen and (max-width: 1000px) {
  #sec-5-prob .cust-comm {
    margin-top: 10vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-5-prob .cust-comm {
    margin-top: 8vw;
  }
}

#sec-5-prob .cust-comm .comm-1 {
  font-size: 25px;
  line-height: 50px;
  padding: 54px 100px 0;
}

@media screen and (max-width: 1000px) {
  #sec-5-prob .cust-comm .comm-1 {
    font-size: 2.5vw;
    line-height: 5vw;
    padding: 5.4vw 10vw 0;
  }
}

@media screen and (max-width: 450px) {
  #sec-5-prob .cust-comm .comm-1 {
    font-size: 3.556vw;
    line-height: 6.5vw;
    padding: 1.6vw 5vw 0;
    text-align: start;
  }
}

#sec-5-prob .cust-comm .comm-2 {
  text-align: center;
  white-space: pre-line;
  font-size: 32px;
  margin-top: 35px;
  line-height: 64px;
  padding: 0 100px 28px;
}

@media screen and (max-width: 1000px) {
  #sec-5-prob .cust-comm .comm-2 {
    font-size: 3.2vw;
    margin-top: 3.5vw;
    line-height: 6.4vw;
    padding: 0 10vw 2.8vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-5-prob .cust-comm .comm-2 {
    font-size: 4vw;
    padding: 0 1.6vw 1.8vw;
    margin-top: 5.5vw;
  }
}

#sec-5-prob .no-wry {
  width: 100%;
  background-color: #ffdc00;
  font-family: "Yu Mincho Extrabold", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-clip-path: polygon(50% 3vw, 63% 0, 100% 0, 100% 100%, 0 100%, 0 0, 37% 0);
          clip-path: polygon(50% 3vw, 63% 0, 100% 0, 100% 100%, 0 100%, 0 0, 37% 0);
  padding: 0 40px 69px;
}

@media screen and (max-width: 1100px) {
  #sec-5-prob .no-wry {
    padding: 0 10px 6.273vw;
  }
}

@media screen and (max-width: 800px) {
  #sec-5-prob .no-wry {
    padding: 0 0 6.273vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-5-prob .no-wry {
    padding: 0 0 2.7vw;
    -webkit-clip-path: polygon(50% 4vw, 63% 0, 100% 0, 100% 100%, 0 100%, 0 0, 37% 0);
            clip-path: polygon(50% 4vw, 63% 0, 100% 0, 100% 100%, 0 100%, 0 0, 37% 0);
  }
}

#sec-5-prob .no-wry h2 {
  margin-top: 108px;
  letter-spacing: -1.3px;
}

@media screen and (max-width: 1040px) {
  #sec-5-prob .no-wry h2 {
    margin-top: 10.385vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-5-prob .no-wry h2 {
    margin-top: 6.5vw;
  }
}

#sec-5-prob .no-wry .txt-46 {
  font-size: 46px;
}

@media screen and (max-width: 1100px) {
  #sec-5-prob .no-wry .txt-46 {
    font-size: 4.182vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-5-prob .no-wry .txt-46 {
    font-size: 3.556vw;
  }
}

#sec-5-prob .no-wry .txt-59 {
  font-size: 59px;
}

@media screen and (max-width: 1100px) {
  #sec-5-prob .no-wry .txt-59 {
    font-size: 5.364vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-5-prob .no-wry .txt-59 {
    font-size: 4.667vw;
  }
}

#sec-5-prob .no-wry .red {
  color: #c81b30;
}

#sec-6-solve {
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#545454));
  background-image: linear-gradient(to right, #000, #545454);
}

@media screen and (max-width: 450px) {
  #sec-6-solve {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#545454));
    background-image: linear-gradient(to bottom, #000, #545454);
  }
}

#sec-6-solve .head-ttl {
  padding: 65px 0 100px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#ad1728), color-stop(20%, #c81b30), color-stop(80%, #c81b30), to(#ad1728));
  background: linear-gradient(90deg, #ad1728 0%, #c81b30 20%, #c81b30 80%, #ad1728 100%);
  font-family: "Yu Mincho Extrabold", sans-serif;
  text-align: center;
  -webkit-clip-path: polygon(100% 0, 100% 57%, 50% 100%, 0 57%, 0 0);
          clip-path: polygon(100% 0, 100% 57%, 50% 100%, 0 57%, 0 0);
}

@media screen and (max-width: 960px) {
  #sec-6-solve .head-ttl {
    padding: 6.771vw 0 10.417vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-6-solve .head-ttl {
    padding: 2.222vw 0 7vw;
  }
}

#sec-6-solve h2 {
  letter-spacing: -1px;
}

#sec-6-solve .f-size-47 {
  font-size: 47px;
}

@media screen and (max-width: 960px) {
  #sec-6-solve .f-size-47 {
    font-size: 4.896vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-6-solve .f-size-47 {
    font-size: 4vw;
  }
}

#sec-6-solve .f-size-57 {
  font-size: 57px;
}

@media screen and (max-width: 960px) {
  #sec-6-solve .f-size-57 {
    font-size: 5.938vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-6-solve .f-size-57 {
    font-size: 4.889vw;
  }
}

#sec-6-solve .sec-6-cont {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 1260px) {
  #sec-6-solve .sec-6-cont {
    padding: 0 20px;
  }
}

@media screen and (max-width: 700px) {
  #sec-6-solve .sec-6-cont {
    padding: 0 15px;
  }
}

@media screen and (max-width: 450px) {
  #sec-6-solve .sec-6-cont {
    padding: 0 10px;
  }
}

#sec-6-solve .sec-6-cont .grp-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1260px) {
  #sec-6-solve .sec-6-cont .grp-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#sec-6-solve .sec-6-cont .grp-2 {
  color: #fff;
  white-space: pre-line;
  text-align: center;
  padding: 44px 0 83px;
}

@media screen and (max-width: 960px) {
  #sec-6-solve .sec-6-cont .grp-2 {
    padding: 4.583vw 0 8.646vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-6-solve .sec-6-cont .grp-2 {
    padding: 0;
    margin-top: -11px;
  }
}

@media screen and (max-width: 450px) {
  #sec-6-solve .sec-6-cont .grp-2 .dvdr-wht {
    width: 55.5%;
    border-top: 2px solid #fff;
    margin: -10px auto;
  }
}

#sec-6-solve .sec-6-cont .grp-2 .txt-3 {
  font-family: "Yu Mincho Extrabold", sans-serif;
  font-size: 32px;
  letter-spacing: 2px;
  line-height: 72px;
  margin-bottom: 36px;
}

@media screen and (max-width: 960px) {
  #sec-6-solve .sec-6-cont .grp-2 .txt-3 {
    font-size: 3.1vw;
    line-height: 7.5vw;
    margin-bottom: 3.750vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-6-solve .sec-6-cont .grp-2 .txt-3 {
    font-size: 3.222vw;
    letter-spacing: 0;
    margin-bottom: 0;
  }
}

#sec-6-solve .sec-6-cont .grp-2 .txt-3 span {
  font-size: 54px;
  letter-spacing: 0;
}

@media screen and (max-width: 960px) {
  #sec-6-solve .sec-6-cont .grp-2 .txt-3 span {
    font-size: 5.5vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-6-solve .sec-6-cont .grp-2 .txt-3 span {
    font-size: 5.111vw;
  }
}

#sec-6-solve .sec-6-cont .grp-2 .txt-4 {
  font-family: "Yu Mincho Demibold", sans-serif;
  font-size: 26px;
  line-height: 52px;
}

@media screen and (max-width: 960px) {
  #sec-6-solve .sec-6-cont .grp-2 .txt-4 {
    font-size: 2.292vw;
    line-height: 5.417vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-6-solve .sec-6-cont .grp-2 .txt-4 {
    font-size: 3.222vw;
    line-height: 6.6vw;
    white-space: initial;
    margin-top: 7px;
    text-align: start;
  }
}

#sec-6-solve .sec-6-cont img {
  margin-top: -97px;
  margin-left: -200px;
}

@media screen and (max-width: 1260px) {
  #sec-6-solve .sec-6-cont img {
    margin-left: 0;
  }
}

@media screen and (max-width: 450px) {
  #sec-6-solve .sec-6-cont img {
    margin-top: -11px;
    width: 326px;
  }
}

#sec-6-solve .sec-6-cont .desc-r {
  font-family: "Yu Mincho Demibold", sans-serif;
  color: #fff;
  white-space: pre-line;
  font-size: 22px;
  margin-top: 26px;
}

@media screen and (max-width: 1260px) {
  #sec-6-solve .sec-6-cont .desc-r {
    max-width: 800px;
    margin-top: 0;
  }
}

@media screen and (max-width: 610px) {
  #sec-6-solve .sec-6-cont .desc-r {
    font-size: 3.607vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-6-solve .sec-6-cont .desc-r {
    font-size: 3.222vw;
    text-align: start;
  }
}

#sec-6-solve .sec-6-cont .desc-r .txt-1 {
  line-height: 61px;
}

@media screen and (max-width: 610px) {
  #sec-6-solve .sec-6-cont .desc-r .txt-1 {
    line-height: 10vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-6-solve .sec-6-cont .desc-r .txt-1 {
    line-height: 7vw;
  }
}

#sec-6-solve .sec-6-cont .desc-r .txt-2 {
  line-height: 44px;
  margin-top: -13px;
}

@media screen and (max-width: 610px) {
  #sec-6-solve .sec-6-cont .desc-r .txt-2 {
    line-height: 7.213vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-6-solve .sec-6-cont .desc-r .txt-2 {
    line-height: 6.7vw;
    margin-top: -2px;
  }
}

#sec-6-solve .sec-6-cont .desc-r .f-size-32 {
  font-size: 32px;
}

@media screen and (max-width: 610px) {
  #sec-6-solve .sec-6-cont .desc-r .f-size-32 {
    font-size: 5.15vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-6-solve .sec-6-cont .desc-r .f-size-32 {
    font-size: 4.667vw;
  }
}

.mx-wdth {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

.bg-blck {
  padding-top: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1260px) {
  .bg-blck {
    padding-top: 1.508vw;
  }
}

.bg-blck p {
  font-family: "Yu Mincho Demibold", sans-serif;
  font-size: 30px;
  text-align: center;
  color: #fff;
  background-color: #000;
  padding: 15px 55px;
  letter-spacing: 6px;
}

@media screen and (max-width: 1260px) {
  .bg-blck p {
    padding: 1.190vw 4.365vw;
    font-size: 2.381vw;
    letter-spacing: 3px;
    margin-top: 6px;
  }
}

.bdr-ylw {
  color: #c81b30;
  font-family: "Yu Mincho Demibold", sans-serif;
}

#sec-6 {
  padding: 122px 0 0;
}

@media screen and (max-width: 1260px) {
  #sec-6 {
    padding: 9.683vw 0 0;
  }
}

#sec-6 .rs-1 {
  padding: 70px 140px 0;
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 1150px) {
  #sec-6 .rs-1 {
    padding: 0;
    width: 85.33%;
  }
}

#sec-6 .rs-1 h3 {
  font-family: "EB Garamond", sans-serif;
  font-style: italic;
  font-size: 48px;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 450px) {
  #sec-6 .rs-1 h3 {
    font-size: 17px;
  }
}

#sec-6 .rs-1 .plygn-cntnr {
  position: relative;
}

#sec-6 .rs-1 .plygn-cntnr .bg-plgyn {
  background-image: url(../img/polygon-y.svg);
  position: absolute;
  height: 159px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  margin-top: -8px;
  z-index: -1;
}

@media screen and (max-width: 1150px) {
  #sec-6 .rs-1 .plygn-cntnr .bg-plgyn {
    height: 110px;
  }
}

@media screen and (max-width: 450px) {
  #sec-6 .rs-1 .plygn-cntnr .bg-plgyn {
    height: 67px;
  }
}

#sec-6 .rs-1 .plygn-cntnr hr {
  margin-top: 14px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 450px) {
  #sec-6 .rs-1 .plygn-cntnr hr {
    margin-top: 6px;
  }
}

#sec-6 .rs-1 .plygn-cntnr p {
  padding: 23px 0 51px 0;
  font-family: "Yu Mincho Demibold", sans-serif;
  font-size: 49px;
  text-align: center;
  white-space: pre-line;
  line-height: 78.4px;
}

@media screen and (max-width: 1150px) {
  #sec-6 .rs-1 .plygn-cntnr p {
    font-size: 3.043vw;
  }
}

@media screen and (max-width: 750px) {
  #sec-6 .rs-1 .plygn-cntnr p {
    font-size: 4.7vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-6 .rs-1 .plygn-cntnr p {
    font-size: 3.78vw;
    line-height: 0;
    padding: 23px 0 35px 0;
  }
}

#sec-6 .bg-content {
  background: linear-gradient(100deg, #f2f1f0 91%, #fff 25%);
}

@media screen and (max-width: 1150px) {
  #sec-6 .bg-content {
    background: linear-gradient(100deg, #f2f1f0 100%, #fff 25%);
  }
}

#sec-6 .bg-content .res1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 54px;
}

@media screen and (max-width: 1150px) {
  #sec-6 .bg-content .res1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 450px) {
  #sec-6 .bg-content .res1 {
    margin-top: 34px;
  }
}

#sec-6 .bg-content .res1 .blnk-12 {
  width: 12.5%;
}

#sec-6 .bg-content .res1 .content {
  width: 39.75%;
}

@media screen and (max-width: 1150px) {
  #sec-6 .bg-content .res1 .content {
    margin-top: 34px;
    width: 85.33%;
  }
}

@media screen and (max-width: 450px) {
  #sec-6 .bg-content .res1 .content {
    margin-top: 0;
    width: 85.33%;
  }
}

#sec-6 .bg-content .res1 .content p {
  white-space: pre-line;
  font-family: "Yu Mincho Regular", sans-serif;
  font-size: 18px;
  line-height: 36px;
  padding: 14px 0 48px 0;
}

#sec-6 .bg-content .res1 .content p .rd {
  color: #c81b30;
  font-family: "Yu Mincho Demibold", sans-serif;
}

@media screen and (max-width: 1150px) {
  #sec-6 .bg-content .res1 .content p {
    font-size: 18px;
    text-align: start;
  }
}

@media screen and (max-width: 450px) {
  #sec-6 .bg-content .res1 .content p {
    font-size: 14px;
    padding: 0 0 24px 0;
    line-height: 24px;
  }
}

#sec-6 .bg-content .res1 .blnk-75 {
  width: 1%;
}

#sec-6 .bg-content .res1 .img-cntnr {
  position: relative;
  width: 38.4375%;
}

@media screen and (max-width: 1150px) {
  #sec-6 .bg-content .res1 .img-cntnr {
    width: 85.33%;
    margin-top: -44px;
  }
}

@media screen and (max-width: 450px) {
  #sec-6 .bg-content .res1 .img-cntnr {
    width: 85.33%;
    margin-top: -24px;
  }
}

#sec-6 .bg-content .res1 .img-cntnr .wmn-eat {
  position: relative;
  left: 18px;
  bottom: -43px;
}

@media screen and (max-width: 1150px) {
  #sec-6 .bg-content .res1 .img-cntnr .wmn-eat {
    left: 0;
    bottom: 0;
    width: 100%;
  }
}

#sec-6 .rs2 {
  margin-top: 47px;
}

@media screen and (max-width: 450px) {
  #sec-6 .rs2 {
    margin-top: 23px;
  }
}

#sec-6 .rs2 .rs-2 {
  padding: 80px 140px 0;
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 1150px) {
  #sec-6 .rs2 .rs-2 {
    padding: 0;
    width: 85.33%;
  }
}

#sec-6 .rs2 .rs-2 h3 {
  font-family: "EB Garamond", sans-serif;
  font-style: italic;
  font-size: 48px;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 450px) {
  #sec-6 .rs2 .rs-2 h3 {
    font-size: 17px;
  }
}

#sec-6 .rs2 .rs-2 .plygn-cntnr {
  position: relative;
}

#sec-6 .rs2 .rs-2 .plygn-cntnr .bg-plgyn {
  background-image: url(../img/polygon-y.svg);
  position: absolute;
  height: 159px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  margin-top: -8px;
  z-index: -1;
}

@media screen and (max-width: 1150px) {
  #sec-6 .rs2 .rs-2 .plygn-cntnr .bg-plgyn {
    height: 110px;
  }
}

@media screen and (max-width: 450px) {
  #sec-6 .rs2 .rs-2 .plygn-cntnr .bg-plgyn {
    height: 67px;
  }
}

#sec-6 .rs2 .rs-2 .plygn-cntnr hr {
  margin-top: 14px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 450px) {
  #sec-6 .rs2 .rs-2 .plygn-cntnr hr {
    margin-top: 6px;
  }
}

#sec-6 .rs2 .rs-2 .plygn-cntnr p {
  padding: 23px 0 23px 0;
  font-family: "Yu Mincho Demibold", sans-serif;
  font-size: 49px;
  text-align: center;
  white-space: pre-line;
  line-height: 78.4px;
}

@media screen and (max-width: 1150px) {
  #sec-6 .rs2 .rs-2 .plygn-cntnr p {
    font-size: 3.043vw;
  }
}

@media screen and (max-width: 750px) {
  #sec-6 .rs2 .rs-2 .plygn-cntnr p {
    font-size: 4.7vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-6 .rs2 .rs-2 .plygn-cntnr p {
    font-size: 3.78vw;
    line-height: 29px;
    padding: 8px 0 22px 0;
  }
}

#sec-6 .rs2-cntnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 1150px) {
  #sec-6 .rs2-cntnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#sec-6 .rs2-cntnt .blnk-12 {
  width: 12.5%;
}

#sec-6 .rs2-cntnt .txt-cntnt {
  width: 39.75%;
}

@media screen and (max-width: 1150px) {
  #sec-6 .rs2-cntnt .txt-cntnt {
    width: 85.33%;
  }
}

#sec-6 .rs2-cntnt .txt-cntnt p {
  white-space: pre-line;
  font-family: "Yu Mincho Regular", sans-serif;
  font-size: 18px;
  line-height: 36px;
}

@media screen and (max-width: 1150px) {
  #sec-6 .rs2-cntnt .txt-cntnt p {
    font-size: 18px;
    text-align: start;
    padding: 48px 0;
  }
}

@media screen and (max-width: 450px) {
  #sec-6 .rs2-cntnt .txt-cntnt p {
    font-size: 14px;
    padding: 0 0 24px 0;
    line-height: 24px;
  }
}

#sec-6 .rs2-cntnt .blnk-74 {
  width: 2.1%;
}

#sec-6 .rs2-cntnt .img-cntnr {
  position: relative;
  width: 38.4375%;
}

@media screen and (max-width: 1150px) {
  #sec-6 .rs2-cntnt .img-cntnr {
    width: 85.33%;
  }
}

#sec-6 .rs2-cntnt .img-cntnr .cntr-wght {
  position: relative;
  left: -24px;
  bottom: -12px;
}

@media screen and (max-width: 1150px) {
  #sec-6 .rs2-cntnt .img-cntnr .cntr-wght {
    width: 100%;
    left: 0;
    bottom: 0;
  }
}

#sec-6 .rs3 {
  padding: 80px 140px 0;
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 1150px) {
  #sec-6 .rs3 {
    padding: 0;
    width: 85.33%;
  }
}

#sec-6 .rs3 h3 {
  font-family: "EB Garamond", sans-serif;
  font-style: italic;
  font-size: 48px;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 450px) {
  #sec-6 .rs3 h3 {
    font-size: 17px;
  }
}

#sec-6 .rs3 .plygn-cntnr {
  position: relative;
}

#sec-6 .rs3 .plygn-cntnr .bg-plgyn {
  background-image: url(../img/polygon-y.svg);
  position: absolute;
  height: 159px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  margin-top: -8px;
  z-index: -1;
}

@media screen and (max-width: 1150px) {
  #sec-6 .rs3 .plygn-cntnr .bg-plgyn {
    height: 110px;
  }
}

@media screen and (max-width: 450px) {
  #sec-6 .rs3 .plygn-cntnr .bg-plgyn {
    height: 67px;
  }
}

#sec-6 .rs3 .plygn-cntnr hr {
  margin-top: 14px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 450px) {
  #sec-6 .rs3 .plygn-cntnr hr {
    margin-top: 6px;
  }
}

#sec-6 .rs3 .plygn-cntnr p {
  padding: 45px 0 16px 0;
  white-space: pre-line;
  font-family: "Yu Mincho Demibold", sans-serif;
  font-size: 29px;
  line-height: 46.4px;
  text-align: center;
}

@media screen and (max-width: 1150px) {
  #sec-6 .rs3 .plygn-cntnr p {
    font-size: 2.9vw;
  }
}

@media screen and (max-width: 750px) {
  #sec-6 .rs3 .plygn-cntnr p {
    font-size: 4.7vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-6 .rs3 .plygn-cntnr p {
    font-size: 10px;
    line-height: 16px;
    padding: 17px 0 0 0;
  }
}

#sec-6 .res {
  text-align: center;
  font-family: "Yu Mincho Demibold", sans-serif;
  font-size: 49px;
  line-height: 49px;
}

@media screen and (max-width: 1150px) {
  #sec-6 .res {
    font-size: 4.26vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-6 .res {
    font-size: 17px;
    line-height: 42px;
  }
}

#sec-6 .rs3-cntnt {
  background: linear-gradient(100deg, #fff 9%, #f2f1f0 9%);
  width: 100%;
}

@media screen and (max-width: 1150px) {
  #sec-6 .rs3-cntnt {
    background: linear-gradient(100deg, #f2f1f0 100%, #fff 25%);
  }
}

#sec-6 .rs3-cntnt .res3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 43px;
}

@media screen and (max-width: 1150px) {
  #sec-6 .rs3-cntnt .res3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 450px) {
  #sec-6 .rs3-cntnt .res3 {
    margin-top: 34px;
  }
}

#sec-6 .rs3-cntnt .blnk-12 {
  width: 12.5%;
}

#sec-6 .rs3-cntnt .cntnt {
  width: 39.75%;
  padding: 12px 0 50px;
}

@media screen and (max-width: 1150px) {
  #sec-6 .rs3-cntnt .cntnt {
    margin-top: 34px;
    width: 85.33%;
  }
}

@media screen and (max-width: 450px) {
  #sec-6 .rs3-cntnt .cntnt {
    margin-top: 0;
    width: 85.33%;
    padding: 0;
  }
}

#sec-6 .rs3-cntnt .cntnt p {
  white-space: pre-line;
  font-family: "Yu Mincho Regular", sans-serif;
  font-size: 18px;
  line-height: 36px;
}

#sec-6 .rs3-cntnt .cntnt p .rd {
  color: #c81b30;
  font-family: "Yu Mincho Demibold", sans-serif;
}

@media screen and (max-width: 1150px) {
  #sec-6 .rs3-cntnt .cntnt p {
    font-size: 18px;
    text-align: start;
  }
}

@media screen and (max-width: 450px) {
  #sec-6 .rs3-cntnt .cntnt p {
    font-size: 14px;
    padding: 0 0 24px 0;
    line-height: 24px;
  }
}

#sec-6 .rs3-cntnt .blnk-75 {
  width: 3.6%;
}

#sec-6 .rs3-cntnt .img-cntnr {
  position: relative;
  width: 38.4375%;
}

@media screen and (max-width: 1150px) {
  #sec-6 .rs3-cntnt .img-cntnr {
    width: 85.33%;
    margin-top: -44px;
  }
}

@media screen and (max-width: 450px) {
  #sec-6 .rs3-cntnt .img-cntnr {
    margin-top: -24px;
  }
}

#sec-6 .rs3-cntnt .img-cntnr .img-ft {
  position: relative;
  left: -24px;
  bottom: -43px;
}

@media screen and (max-width: 1150px) {
  #sec-6 .rs3-cntnt .img-cntnr .img-ft {
    left: 0;
    bottom: 0;
    width: 100%;
  }
}

.sec-8 {
  width: 75%;
  background-color: #f2f1f0;
  margin-top: 79px;
}

@media screen and (max-width: 1150px) {
  .sec-8 {
    width: 95.5%;
  }
}

@media screen and (max-width: 450px) {
  .sec-8 {
    margin-top: 10px;
  }
}

.sec-8 .dev {
  position: relative;
  margin: 0 auto;
}

.sec-8 .dev .img-dev {
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1500px) {
  .sec-8 .dev .img-dev {
    width: 58%;
    display: block;
  }
}

@media screen and (max-width: 1050px) {
  .sec-8 .dev .img-dev {
    display: none;
  }
}

.sec-8 .dev .ylw-rbbn {
  background-color: #CCB852;
  -webkit-clip-path: polygon(100% 0, 100% 6%, 0 13%, 0 0);
          clip-path: polygon(100% 0, 100% 6%, 0 13%, 0 0);
}

.sec-8 .dev .ylw-rbbn p {
  font-size: 28px;
  font-family: "Yu Mincho Demibold", sans-serif;
  line-height: 34px;
  letter-spacing: 3px;
  position: relative;
  z-index: 2;
  padding: 28px 0 316px 9px;
  -webkit-transform: skewY(-4deg);
          transform: skewY(-4deg);
}

@media screen and (max-width: 1050px) {
  .sec-8 .dev .ylw-rbbn p {
    font-size: 38px;
    padding: 0px 0 473px 9px;
  }
}

@media screen and (max-width: 1000px) {
  .sec-8 .dev .ylw-rbbn p {
    font-size: 38px;
    padding: 0.2vw 0 473px 9px;
  }
}

@media screen and (max-width: 750px) {
  .sec-8 .dev .ylw-rbbn p {
    font-size: 29px;
    padding: 0 0 415px 9px;
  }
}

@media screen and (max-width: 450px) {
  .sec-8 .dev .ylw-rbbn p {
    font-size: 6.222vw;
    padding: 4px 0 370px 9px;
  }
}

@media screen and (min-width: 1051px) {
  .sec-8 .dev .ylw-rbbn {
    display: none;
  }
}

.sec-8 .dev .rd-rbbn {
  background-color: #c81b30;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 77%, 0 20%);
          clip-path: polygon(0 0, 100% 0, 100% 77%, 0 20%);
  position: absolute;
  width: 100%;
  height: 215%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 1050px) {
  .sec-8 .dev .rd-rbbn {
    height: 85%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 99%, 0 78%);
            clip-path: polygon(0 0, 100% 0, 100% 99%, 0 78%);
  }
}

@media screen and (max-width: 450px) {
  .sec-8 .dev .rd-rbbn {
    height: 65%;
    -webkit-clip-path: polygon(0 0, 100% 0, 120% 101%, 0 74%);
            clip-path: polygon(0 0, 100% 0, 120% 101%, 0 74%);
  }
}

.sec-8 .dev .rd-rbbn .brdr p {
  text-align: right;
  font-size: 48px;
  font-family: "Yu Mincho Demibold", sans-serif;
  color: #fff;
  padding: 82px 59px 0 0;
}

.sec-8 .dev .rd-rbbn .brdr p .fnts-38 {
  font-size: 38px;
}

@media screen and (max-width: 1500px) {
  .sec-8 .dev .rd-rbbn .brdr p .fnts-38 {
    font-size: 21px;
  }
}

@media screen and (max-width: 1050px) {
  .sec-8 .dev .rd-rbbn .brdr p .fnts-38 {
    font-size: 38px;
  }
}

@media screen and (max-width: 750px) {
  .sec-8 .dev .rd-rbbn .brdr p .fnts-38 {
    font-size: 22px;
  }
}

@media screen and (max-width: 750px) {
  .sec-8 .dev .rd-rbbn .brdr p .fnts-38 {
    font-size: 4.667vw;
  }
}

@media screen and (max-width: 1500px) {
  .sec-8 .dev .rd-rbbn .brdr p {
    font-size: 28px;
    padding: 58px 22px 7px 0;
  }
}

@media screen and (max-width: 1050px) {
  .sec-8 .dev .rd-rbbn .brdr p {
    font-size: 48px;
    padding: 65px 22px 7px 0;
  }
}

@media screen and (max-width: 750px) {
  .sec-8 .dev .rd-rbbn .brdr p {
    font-size: 33px;
    padding: 58px 22px 7px 0;
  }
}

@media screen and (max-width: 500px) {
  .sec-8 .dev .rd-rbbn .brdr p {
    font-size: 6.222vw;
  }
}

.sec-8 .dev .rd-rbbn .brdr .wht-ln2 {
  border-bottom: 1px solid #fff;
  margin-top: 8px;
  width: 88%;
  margin-left: 29px;
  padding-bottom: 5px;
  border-top: 1px solid #fff;
}

@media screen and (max-width: 1050px) {
  .sec-8 .dev .rd-rbbn .brdr .wht-ln2 {
    width: 92%;
  }
}

@media screen and (max-width: 750px) {
  .sec-8 .dev .rd-rbbn .brdr .wht-ln2 {
    width: 88%;
  }
}

@media screen and (max-width: 450px) {
  .sec-8 .dev .rd-rbbn .brdr .wht-ln2 {
    padding-bottom: 3px;
    width: 90%;
    margin-left: 15px;
  }
}

.sec-8 .cntnr {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 3;
  margin-bottom: 85px;
}

@media screen and (max-width: 1050px) {
  .sec-8 .cntnr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 1050px) {
  .sec-8 .cntnr {
    margin-top: -271px;
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 450px) {
  .sec-8 .cntnr {
    margin-bottom: 10px;
  }
}

.sec-8 .cntnr .cntnt {
  padding-left: 40px;
  width: 55%;
}

@media screen and (max-width: 1050px) {
  .sec-8 .cntnr .cntnt {
    text-align: start;
    width: 85.33%;
    padding-left: 0;
  }
}

.sec-8 .cntnr .cntnt .dev {
  margin-top: 12px;
  line-height: 18px;
  white-space: pre-line;
  font-family: "Yu Mincho Regular", sans-serif;
  font-size: 18px;
  display: inline-block;
}

@media screen and (max-width: 450px) {
  .sec-8 .cntnr .cntnt .dev {
    font-size: 16px;
    line-height: 13px;
    margin-top: 0;
  }
}

.sec-8 .cntnr .cntnt .dev .nme {
  font-size: 28px;
}

@media screen and (max-width: 450px) {
  .sec-8 .cntnr .cntnt .dev .nme {
    font-size: 24px;
  }
}

.sec-8 .cntnr .cntnt .nfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -33px;
  font-family: "Yu Mincho Regular", sans-serif;
  font-size: 18px;
}

@media screen and (max-width: 1050px) {
  .sec-8 .cntnr .cntnt .nfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 450px) {
  .sec-8 .cntnr .cntnt .nfo {
    margin-top: -15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.sec-8 .cntnr .cntnt .nfo p {
  font-family: "Yu Mincho Regular", sans-serif;
  font-size: 18px;
  line-height: 36px;
  white-space: pre-line;
}

.sec-8 .cntnr .cntnt .nfo .addrss {
  padding-right: 112px;
}

@media screen and (max-width: 1050px) {
  .sec-8 .cntnr .cntnt .nfo .addrss {
    padding-right: 0;
    text-align: left;
    line-height: 20px;
  }
}

@media screen and (max-width: 1050px) {
  .sec-8 .cntnr .cntnt .nfo .hm-twm {
    padding-right: 0;
    text-align: left;
    line-height: 20px;
  }
}

@media screen and (max-width: 450px) {
  .sec-8 .cntnr .cntnt .nfo .hm-twm {
    margin-top: -10px;
  }
}

.sec-8 .cntnr .cntnt .dscrptn {
  margin-top: -12px;
}

.sec-8 .cntnr .cntnt .dscrptn p {
  font-family: "Yu Mincho Regular", sans-serif;
  font-size: 18px;
  line-height: 36px;
  white-space: pre-line;
}

@media screen and (max-width: 450px) {
  .sec-8 .cntnr .cntnt .dscrptn p {
    font-size: 14px;
    line-height: 23px;
    text-align: start;
    padding-bottom: 9px;
  }
}

.sec-8 .blnk-wdth {
  width: 2%;
}

.sec-8 .cntnt-2 {
  width: 43%;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1050px) {
  .sec-8 .cntnt-2 {
    width: 85.33%;
    padding-right: 0;
  }
}

.sec-8 .cntnt-2 .img-dev {
  margin-top: -14px;
}

@media screen and (max-width: 1050px) {
  .sec-8 .cntnt-2 .img-dev {
    height: initial;
  }
}

@media screen and (max-width: 450px) {
  .sec-8 .cntnt-2 .img-dev {
    width: 82%;
  }
}

.sec-8 .cntnt-2 .nme-nfo {
  font-family: "Yu Mincho Regular", sans-serif;
  font-size: 16px;
  letter-spacing: 3.2px;
  line-height: 36px;
  white-space: pre-line;
  text-align: center;
  margin-top: -15px;
  padding-bottom: 31px;
}

@media screen and (max-width: 450px) {
  .sec-8 .cntnt-2 .nme-nfo {
    letter-spacing: 2.2px;
    line-height: 25px;
    padding-bottom: 0;
  }
}

#sec-9 {
  background: -webkit-gradient(linear, left top, right top, from(black), to(#545454));
  background: linear-gradient(90deg, black 0%, #545454 100%);
}

#sec-9 .cntnr {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
  border: 3px;
  padding: 0 20px;
}

@media screen and (max-width: 450px) {
  #sec-9 .cntnr {
    padding: 0 10px;
  }
}

#sec-9 .cntnr .head-ttl-1 {
  width: 100%;
  font-family: "EB Garamond", sans-serif;
  font-style: italic;
  font-size: 49px;
  position: relative;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  padding-top: 49px;
}

@media screen and (max-width: 1000px) {
  #sec-9 .cntnr .head-ttl-1 {
    margin-bottom: 4vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-9 .cntnr .head-ttl-1 {
    font-size: 22px;
    padding-top: 15px;
  }
}

#sec-9 .cntnr .head-ttl-1 h2 {
  margin: 0 20px;
}

#sec-9 .cntnr .tstmns {
  text-align: center;
  font-family: "Yu Mincho Demibold", sans-serif;
  font-size: 45px;
  line-height: 72px;
  padding-bottom: 69px;
  color: #fff;
}

@media screen and (max-width: 750px) {
  #sec-9 .cntnr .tstmns {
    font-size: 6vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-9 .cntnr .tstmns {
    font-size: 5.778vw;
    line-height: 60px;
    padding-bottom: 16px;
  }
}

#sec-9 .cntnr .tstmns span {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(33%, #c81b30), color-stop(0, transparent));
  background: linear-gradient(0deg, #c81b30 33%, transparent 0);
}

#sec-9 .cntnr .sqr {
  background: -webkit-gradient(linear, left top, right top, from(#b29c2e), color-stop(22%, #ccb852), color-stop(50%, #ffee99), color-stop(72%, #ccb852), to(#b29c2e));
  background: linear-gradient(90deg, #b29c2e 0%, #ccb852 22%, #ffee99 50%, #ccb852 72%, #b29c2e 100%);
  padding: 10px;
  margin-bottom: 40px;
}

@media screen and (max-width: 450px) {
  #sec-9 .cntnr .sqr {
    margin-bottom: 15px;
  }
}

#sec-9 .cntnr .sqr .nthr-sqr {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 1150px) {
  #sec-9 .cntnr .sqr .nthr-sqr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#sec-9 .cntnr .sqr .nthr-sqr .lft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 43.5%;
  padding: 34px 0 0 40px;
}

@media screen and (max-width: 1150px) {
  #sec-9 .cntnr .sqr .nthr-sqr .lft {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  #sec-9 .cntnr .sqr .nthr-sqr .lft {
    width: 100%;
    padding: 34px 0 0 0;
  }
}

@media screen and (max-width: 450px) {
  #sec-9 .cntnr .sqr .nthr-sqr .lft {
    padding: 0;
  }
}

#sec-9 .cntnr .sqr .nthr-sqr .lft p.nm {
  text-align: left;
  font-family: "Yu Mincho Regular", sans-serif;
  font-size: 24px;
  line-height: 39px;
}

@media screen and (max-width: 1150px) {
  #sec-9 .cntnr .sqr .nthr-sqr .lft p.nm {
    display: none;
  }
}

#sec-9 .cntnr .sqr .nthr-sqr .lft .wght-lss {
  margin: 18px 0 29px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-image: url(/assets/img/index/bg-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1150px) {
  #sec-9 .cntnr .sqr .nthr-sqr .lft .wght-lss {
    display: none;
  }
}

#sec-9 .cntnr .sqr .nthr-sqr .lft .wght-lss .frm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  white-space: pre-line;
  padding: 33px 0 32px 10px;
}

#sec-9 .cntnr .sqr .nthr-sqr .lft .wght-lss .frm .frm-to {
  letter-spacing: 1px;
  font-family: "Yu Mincho Regular", sans-serif;
  font-size: 24px;
  line-height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 19px;
}

#sec-9 .cntnr .sqr .nthr-sqr .lft .wght-lss .frm .frm-to span {
  padding: 0 9px 0 14px;
}

#sec-9 .cntnr .sqr .nthr-sqr .lft .wght-lss .frm .ltsp {
  font-family: "Yu Mincho Regular", sans-serif;
  font-size: 24px;
  line-height: 39px;
  padding-left: 17px;
}

#sec-9 .cntnr .sqr .nthr-sqr .lft .wght-lss .mnus p {
  font-family: "Yu Mincho Demibold", sans-serif;
  font-size: 104px;
  color: #c81b30;
  margin-top: 17px;
  padding-left: 84px;
}

#sec-9 .cntnr .sqr .nthr-sqr .lft .wght-lss .mnus p span {
  font-size: 54px;
}

#sec-9 .cntnr .sqr .nthr-sqr .lft .bfr {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(89%, #f2f1f0), color-stop(0, transparent));
  background: linear-gradient(0deg, #f2f1f0 89%, transparent 0);
  margin-bottom: 13px;
}

@media screen and (max-width: 1150px) {
  #sec-9 .cntnr .sqr .nthr-sqr .lft .bfr {
    width: 66%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 900px) {
  #sec-9 .cntnr .sqr .nthr-sqr .lft .bfr {
    width: 80%;
  }
}

@media screen and (max-width: 750px) {
  #sec-9 .cntnr .sqr .nthr-sqr .lft .bfr {
    width: 85.33%;
  }
}

@media screen and (max-width: 500px) {
  #sec-9 .cntnr .sqr .nthr-sqr .lft .bfr {
    width: 94.33%;
    margin-bottom: 6px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(79%, #f2f1f0), color-stop(0, transparent));
    background: linear-gradient(0deg, #f2f1f0 79%, transparent 0);
  }
}

#sec-9 .cntnr .sqr .nthr-sqr .lft .bfr h3 {
  text-align: left;
  font-family: "EB Garamond", sans-serif;
  font-style: italic;
  font-size: 30px;
  line-height: 32px;
  padding-left: 9px;
}

@media screen and (max-width: 450px) {
  #sec-9 .cntnr .sqr .nthr-sqr .lft .bfr h3 {
    font-size: 5.333vw;
  }
}

#sec-9 .cntnr .sqr .nthr-sqr .lft .bfr .prb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: pre-line;
  text-align: left;
  font-family: "Yu Mincho Demibold", sans-serif;
  font-size: 16px;
  padding: 5px 0 49px 24px;
  line-height: 32px;
  margin-top: 8px;
}

@media screen and (max-width: 500px) {
  #sec-9 .cntnr .sqr .nthr-sqr .lft .bfr .prb {
    font-size: 3.556vw;
    line-height: 24px;
    padding: 7px 0 7px 24px;
  }
}

#sec-9 .cntnr .sqr .nthr-sqr .lft .ftr {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(88%, #ffee99), color-stop(0, transparent));
  background: linear-gradient(0deg, #ffee99 88%, transparent 0);
  margin-bottom: 25px;
}

@media screen and (max-width: 1150px) {
  #sec-9 .cntnr .sqr .nthr-sqr .lft .ftr {
    width: 66%;
    margin: 0 auto 25px auto;
  }
}

@media screen and (max-width: 900px) {
  #sec-9 .cntnr .sqr .nthr-sqr .lft .ftr {
    width: 80%;
  }
}

@media screen and (max-width: 750px) {
  #sec-9 .cntnr .sqr .nthr-sqr .lft .ftr {
    width: 85.33%;
  }
}

@media screen and (max-width: 500px) {
  #sec-9 .cntnr .sqr .nthr-sqr .lft .ftr {
    width: 94.33%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(83%, #ffee99), color-stop(0, transparent));
    background: linear-gradient(0deg, #ffee99 83%, transparent 0);
    margin: 4px auto 14px auto;
  }
}

#sec-9 .cntnr .sqr .nthr-sqr .lft .ftr h3 {
  text-align: left;
  font-family: "EB Garamond", sans-serif;
  font-style: italic;
  font-size: 30px;
  line-height: 32px;
  padding-left: 9px;
  color: #C81B30;
}

@media screen and (max-width: 450px) {
  #sec-9 .cntnr .sqr .nthr-sqr .lft .ftr h3 {
    font-size: 5.333vw;
  }
}

#sec-9 .cntnr .sqr .nthr-sqr .lft .ftr .nch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: pre-line;
  text-align: left;
  font-family: "Yu Mincho Demibold", sans-serif;
  font-size: 16px;
  line-height: 32px;
  padding: 0 0 16px 23px;
  margin-top: 16px;
}

@media screen and (max-width: 500px) {
  #sec-9 .cntnr .sqr .nthr-sqr .lft .ftr .nch {
    font-size: 3.556vw;
    line-height: 24px;
    padding: 5px 0 7px 20px;
    margin-top: 5px;
  }
}

#sec-9 .cntnr .sqr .nthr-sqr .mdl-blnk {
  width: 3%;
}

#sec-9 .cntnr .sqr .nthr-sqr .rght {
  width: 52%;
}

@media screen and (max-width: 1150px) {
  #sec-9 .cntnr .sqr .nthr-sqr .rght {
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  #sec-9 .cntnr .sqr .nthr-sqr .rght {
    width: 89%;
    margin: 0 auto;
  }
}

#sec-9 .cntnr .sqr .nthr-sqr .rght .chr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1150px) {
  #sec-9 .cntnr .sqr .nthr-sqr .rght .chr {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 450px) {
  #sec-9 .cntnr .sqr .nthr-sqr .rght .chr {
    margin-top: -14px;
  }
}

#sec-9 .cntnr .sqr .nthr-sqr .rght .chr .chr1 {
  margin: 23px 0 0 4px;
}

@media screen and (max-width: 450px) {
  #sec-9 .cntnr .sqr .nthr-sqr .rght .chr .chr1 {
    margin-left: -10px;
  }
}

#sec-9 .cntnr .sqr .nthr-sqr .rght .chr .grtr-thn {
  width: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 0 8px;
}

@media screen and (max-width: 450px) {
  #sec-9 .cntnr .sqr .nthr-sqr .rght .chr .grtr-thn {
    width: 10%;
  }
}

#sec-9 .cntnr .sqr .nthr-sqr .rght .chr .chr2 {
  margin-top: 27px;
  padding-right: 6px;
}

@media screen and (max-width: 450px) {
  #sec-9 .cntnr .sqr .nthr-sqr .rght .chr .chr2 {
    margin-right: -10px;
    padding-right: 0;
  }
}

#sec-9 .cntnr .sqr .nthr-sqr .sp-cntr {
  width: 100%;
  padding-top: 30px;
}

@media screen and (min-width: 1151px) {
  #sec-9 .cntnr .sqr .nthr-sqr .sp-cntr {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  #sec-9 .cntnr .sqr .nthr-sqr .sp-cntr {
    padding-top: 12px;
  }
}

#sec-9 .cntnr .sqr .nthr-sqr .sp-cntr .sp-nm {
  font-size: 24px;
  font-family: "Yu Mincho Regular", sans-serif;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 500px) {
  #sec-9 .cntnr .sqr .nthr-sqr .sp-cntr .sp-nm {
    font-size: 5.333vw;
    padding-bottom: 13px;
  }
}

#sec-9 .cntnr .sqr .nthr-sqr .sp-cntr .sp-wght-lss {
  width: 60%;
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-image: url(/assets/img/index/bg-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media screen and (max-width: 900px) {
  #sec-9 .cntnr .sqr .nthr-sqr .sp-cntr .sp-wght-lss {
    width: 80%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media screen and (max-width: 750px) {
  #sec-9 .cntnr .sqr .nthr-sqr .sp-cntr .sp-wght-lss {
    width: 85.33%;
  }
}

@media screen and (max-width: 550px) {
  #sec-9 .cntnr .sqr .nthr-sqr .sp-cntr .sp-wght-lss {
    width: 93.5%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#sec-9 .cntnr .sqr .nthr-sqr .sp-cntr .sp-wght-lss .frm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  white-space: pre-line;
  padding: 33px 0 32px 10px;
}

@media screen and (max-width: 550px) {
  #sec-9 .cntnr .sqr .nthr-sqr .sp-cntr .sp-wght-lss .frm {
    padding: 0;
    margin-left: 24px;
  }
}

#sec-9 .cntnr .sqr .nthr-sqr .sp-cntr .sp-wght-lss .frm .frm-to {
  letter-spacing: 1px;
  font-family: "Yu Mincho Regular", sans-serif;
  font-size: 24px;
  line-height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 19px;
}

@media screen and (max-width: 550px) {
  #sec-9 .cntnr .sqr .nthr-sqr .sp-cntr .sp-wght-lss .frm .frm-to {
    font-size: 4.3vw;
    padding: 0;
    line-height: 34px;
  }
}

#sec-9 .cntnr .sqr .nthr-sqr .sp-cntr .sp-wght-lss .frm .frm-to span {
  padding: 0 9px 0 14px;
}

#sec-9 .cntnr .sqr .nthr-sqr .sp-cntr .sp-wght-lss .frm .ltsp {
  font-family: "Yu Mincho Regular", sans-serif;
  font-size: 24px;
  line-height: 39px;
  padding-left: 17px;
}

@media screen and (max-width: 550px) {
  #sec-9 .cntnr .sqr .nthr-sqr .sp-cntr .sp-wght-lss .frm .ltsp {
    font-size: 3.778vw;
    line-height: 15px;
    padding: 0 0 6px 0;
  }
}

#sec-9 .cntnr .sqr .nthr-sqr .sp-cntr .sp-wght-lss .mnus p {
  font-family: "Yu Mincho Demibold", sans-serif;
  font-size: 104px;
  color: #c81b30;
  margin-top: 17px;
}

@media screen and (max-width: 550px) {
  #sec-9 .cntnr .sqr .nthr-sqr .sp-cntr .sp-wght-lss .mnus p {
    font-size: 9.556vw;
    margin-top: 6px;
    margin-left: 20vw;
  }
}

#sec-9 .cntnr .sqr .nthr-sqr .sp-cntr .sp-wght-lss .mnus p span {
  font-size: 54px;
}

@media screen and (max-width: 550px) {
  #sec-9 .cntnr .sqr .nthr-sqr .sp-cntr .sp-wght-lss .mnus p span {
    font-size: 5.111vw;
  }
}

#sec-9 .cntnr :nth-child(4) {
  margin-bottom: 60px;
}

@media screen and (max-width: 1150px) {
  #sec-9 .cntnr :nth-child(4) {
    margin-bottom: 0;
  }
}

#sec-9 .cntnr :nth-child(4) .nthr-sqr .lft .bfr {
  padding-right: 19px;
  margin-bottom: -8px;
}

#sec-9 .cntnr :nth-child(4) .nthr-sqr .lft .bfr .prb {
  padding-bottom: 12px;
}

#sec-9 .cntnr :nth-child(4) .nthr-sqr .lft .ftr .nch {
  margin-top: -17px;
}

@media screen and (max-width: 500px) {
  #sec-9 .cntnr :nth-child(4) .nthr-sqr .lft .ftr .nch {
    padding: 5px 0 7px 20px;
    letter-spacing: -0.8px;
  }
}

#sec-9 .chvmnts {
  background-color: #f2f1f0;
  text-align: center;
}

#sec-9 .chvmnts h2 {
  font-family: "Yu Mincho Demibold", sans-serif;
  color: #000;
  font-size: 66px;
  line-height: 32px;
  padding: 105px 0;
}

@media screen and (max-width: 550px) {
  #sec-9 .chvmnts h2 {
    font-size: 20px;
    margin-top: 15px;
    padding: 25px 0;
    line-height: 19px;
  }
}

@media screen and (max-width: 450px) {
  #sec-9 .chvmnts h2 {
    font-size: 18px;
  }
}

#sec-9 .cntnr2 {
  max-width: 1240px;
  margin: 60px auto 0 auto;
  padding: 0 20px 40px;
}

@media screen and (max-width: 450px) {
  #sec-9 .cntnr2 {
    margin: 15px auto 0;
    padding: 0 10px;
  }
}

#sec-9 .cntnr2 .sqr {
  background: -webkit-gradient(linear, left top, right top, from(#b29c2e), color-stop(22%, #ccb852), color-stop(50%, #ffee99), color-stop(72%, #ccb852), to(#b29c2e));
  background: linear-gradient(90deg, #b29c2e 0%, #ccb852 22%, #ffee99 50%, #ccb852 72%, #b29c2e 100%);
  padding: 10px;
  margin-bottom: 40px;
}

#sec-9 .cntnr2 .sqr .nthr-sqr {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 1150px) {
  #sec-9 .cntnr2 .sqr .nthr-sqr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#sec-9 .cntnr2 .sqr .nthr-sqr .lft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 43.5%;
  padding: 34px 0 0 40px;
}

@media screen and (max-width: 1150px) {
  #sec-9 .cntnr2 .sqr .nthr-sqr .lft {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  #sec-9 .cntnr2 .sqr .nthr-sqr .lft {
    width: 100%;
    padding: 34px 0 0 0;
  }
}

@media screen and (max-width: 450px) {
  #sec-9 .cntnr2 .sqr .nthr-sqr .lft {
    padding: 0;
  }
}

#sec-9 .cntnr2 .sqr .nthr-sqr .lft p.nm {
  text-align: left;
  font-family: "Yu Mincho Regular", sans-serif;
  font-size: 24px;
  line-height: 39px;
}

@media screen and (max-width: 1150px) {
  #sec-9 .cntnr2 .sqr .nthr-sqr .lft p.nm {
    display: none;
  }
}

#sec-9 .cntnr2 .sqr .nthr-sqr .lft .wght-lss {
  margin: 18px 0 29px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-image: url(/assets/img/index/bg-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1150px) {
  #sec-9 .cntnr2 .sqr .nthr-sqr .lft .wght-lss {
    display: none;
  }
}

#sec-9 .cntnr2 .sqr .nthr-sqr .lft .wght-lss .frm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  white-space: pre-line;
  padding: 33px 0 32px 10px;
}

#sec-9 .cntnr2 .sqr .nthr-sqr .lft .wght-lss .frm .frm-to {
  letter-spacing: 1px;
  font-family: "Yu Mincho Regular", sans-serif;
  font-size: 24px;
  line-height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 19px;
}

#sec-9 .cntnr2 .sqr .nthr-sqr .lft .wght-lss .frm .frm-to span {
  padding: 0 10px;
}

#sec-9 .cntnr2 .sqr .nthr-sqr .lft .wght-lss .frm .ltsp {
  font-family: "Yu Mincho Regular", sans-serif;
  font-size: 24px;
  line-height: 39px;
  padding-left: 16px;
}

#sec-9 .cntnr2 .sqr .nthr-sqr .lft .wght-lss .mnus p {
  font-family: "Yu Mincho Demibold", sans-serif;
  font-size: 104px;
  color: #c81b30;
  margin-top: 18px;
  padding-left: 59px;
}

#sec-9 .cntnr2 .sqr .nthr-sqr .lft .wght-lss .mnus p span {
  font-size: 54px;
}

#sec-9 .cntnr2 .sqr .nthr-sqr .lft .bfr {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(89%, #f2f1f0), color-stop(0, transparent));
  background: linear-gradient(0deg, #f2f1f0 89%, transparent 0);
  margin-bottom: 13px;
}

@media screen and (max-width: 1150px) {
  #sec-9 .cntnr2 .sqr .nthr-sqr .lft .bfr {
    width: 66%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 750px) {
  #sec-9 .cntnr2 .sqr .nthr-sqr .lft .bfr {
    width: 85.33%;
  }
}

@media screen and (max-width: 450px) {
  #sec-9 .cntnr2 .sqr .nthr-sqr .lft .bfr {
    width: 94.33%;
    margin-bottom: 10px;
  }
}

#sec-9 .cntnr2 .sqr .nthr-sqr .lft .bfr h3 {
  text-align: left;
  font-family: "EB Garamond", sans-serif;
  font-style: italic;
  font-size: 30px;
  line-height: 32px;
  padding-left: 9px;
}

@media screen and (max-width: 450px) {
  #sec-9 .cntnr2 .sqr .nthr-sqr .lft .bfr h3 {
    font-size: 5.333vw;
  }
}

#sec-9 .cntnr2 .sqr .nthr-sqr .lft .bfr .prb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: pre-line;
  text-align: left;
  font-family: "Yu Mincho Demibold", sans-serif;
  font-size: 16px;
  padding: 5px 0 80px 24px;
  line-height: 32px;
  margin-top: 8px;
}

@media screen and (max-width: 450px) {
  #sec-9 .cntnr2 .sqr .nthr-sqr .lft .bfr .prb {
    font-size: 3.556vw;
    line-height: 20px;
    padding: 5px 0 7px 20px;
  }
}

#sec-9 .cntnr2 .sqr .nthr-sqr .lft .ftr {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(88%, #ffee99), color-stop(0, transparent));
  background: linear-gradient(0deg, #ffee99 88%, transparent 0);
  margin-bottom: 25px;
}

@media screen and (max-width: 1150px) {
  #sec-9 .cntnr2 .sqr .nthr-sqr .lft .ftr {
    width: 66%;
    margin: 0 auto 25px auto;
  }
}

@media screen and (max-width: 750px) {
  #sec-9 .cntnr2 .sqr .nthr-sqr .lft .ftr {
    width: 85.33%;
  }
}

@media screen and (max-width: 450px) {
  #sec-9 .cntnr2 .sqr .nthr-sqr .lft .ftr {
    width: 94.33%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(83%, #ffee99), color-stop(0, transparent));
    background: linear-gradient(0deg, #ffee99 83%, transparent 0);
    margin: 0 auto 14px auto;
  }
}

#sec-9 .cntnr2 .sqr .nthr-sqr .lft .ftr h3 {
  text-align: left;
  font-family: "EB Garamond", sans-serif;
  font-style: italic;
  font-size: 30px;
  line-height: 32px;
  padding-left: 9px;
  color: #C81B30;
}

@media screen and (max-width: 450px) {
  #sec-9 .cntnr2 .sqr .nthr-sqr .lft .ftr h3 {
    font-size: 5.333vw;
  }
}

#sec-9 .cntnr2 .sqr .nthr-sqr .lft .ftr .nch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: pre-line;
  text-align: left;
  font-family: "Yu Mincho Demibold", sans-serif;
  font-size: 16px;
  line-height: 32px;
  padding: 0 20px 16px 23px;
  margin-top: 16px;
}

@media screen and (max-width: 450px) {
  #sec-9 .cntnr2 .sqr .nthr-sqr .lft .ftr .nch {
    font-size: 3.556vw;
    line-height: 20px;
    padding: 5px 0 7px 20px;
    margin-top: 5px;
  }
}

#sec-9 .cntnr2 .sqr .nthr-sqr .mdl-blnk {
  width: 3%;
}

#sec-9 .cntnr2 .sqr .nthr-sqr .rght {
  width: 52%;
}

@media screen and (max-width: 1150px) {
  #sec-9 .cntnr2 .sqr .nthr-sqr .rght {
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  #sec-9 .cntnr2 .sqr .nthr-sqr .rght {
    width: 89%;
    margin: 0 auto;
  }
}

#sec-9 .cntnr2 .sqr .nthr-sqr .rght .chr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1150px) {
  #sec-9 .cntnr2 .sqr .nthr-sqr .rght .chr {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 450px) {
  #sec-9 .cntnr2 .sqr .nthr-sqr .rght .chr {
    margin-top: -14px;
  }
}

#sec-9 .cntnr2 .sqr .nthr-sqr .rght .chr .chr1 {
  margin: 23px 0 0 4px;
}

@media screen and (max-width: 450px) {
  #sec-9 .cntnr2 .sqr .nthr-sqr .rght .chr .chr1 {
    margin-left: -10px;
  }
}

#sec-9 .cntnr2 .sqr .nthr-sqr .rght .chr .grtr-thn {
  width: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 0 8px;
}

@media screen and (max-width: 450px) {
  #sec-9 .cntnr2 .sqr .nthr-sqr .rght .chr .grtr-thn {
    width: 10%;
  }
}

#sec-9 .cntnr2 .sqr .nthr-sqr .rght .chr .chr2 {
  margin-top: 27px;
  padding-right: 6px;
}

@media screen and (max-width: 450px) {
  #sec-9 .cntnr2 .sqr .nthr-sqr .rght .chr .chr2 {
    margin-right: -10px;
    padding-right: 0;
  }
}

#sec-9 .cntnr2 .sqr .nthr-sqr .sp-cntr {
  width: 100%;
  padding-top: 30px;
}

@media screen and (min-width: 1151px) {
  #sec-9 .cntnr2 .sqr .nthr-sqr .sp-cntr {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  #sec-9 .cntnr2 .sqr .nthr-sqr .sp-cntr {
    padding-top: 12px;
  }
}

#sec-9 .cntnr2 .sqr .nthr-sqr .sp-cntr .sp-nm {
  font-size: 24px;
  font-family: "Yu Mincho Regular", sans-serif;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 500px) {
  #sec-9 .cntnr2 .sqr .nthr-sqr .sp-cntr .sp-nm {
    font-size: 5.333vw;
    padding-bottom: 13px;
  }
}

#sec-9 .cntnr2 .sqr .nthr-sqr .sp-cntr .sp-wght-lss {
  width: 60%;
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-image: url(/assets/img/index/bg-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media screen and (max-width: 900px) {
  #sec-9 .cntnr2 .sqr .nthr-sqr .sp-cntr .sp-wght-lss {
    width: 80%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media screen and (max-width: 750px) {
  #sec-9 .cntnr2 .sqr .nthr-sqr .sp-cntr .sp-wght-lss {
    width: 85.33%;
  }
}

@media screen and (max-width: 550px) {
  #sec-9 .cntnr2 .sqr .nthr-sqr .sp-cntr .sp-wght-lss {
    width: 93.5%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#sec-9 .cntnr2 .sqr .nthr-sqr .sp-cntr .sp-wght-lss .frm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  white-space: pre-line;
  padding: 33px 0 32px 10px;
}

@media screen and (max-width: 550px) {
  #sec-9 .cntnr2 .sqr .nthr-sqr .sp-cntr .sp-wght-lss .frm {
    padding: 0;
    margin-left: 24px;
  }
}

#sec-9 .cntnr2 .sqr .nthr-sqr .sp-cntr .sp-wght-lss .frm .frm-to {
  letter-spacing: 1px;
  font-family: "Yu Mincho Regular", sans-serif;
  font-size: 24px;
  line-height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 19px;
}

@media screen and (max-width: 550px) {
  #sec-9 .cntnr2 .sqr .nthr-sqr .sp-cntr .sp-wght-lss .frm .frm-to {
    font-size: 4.3vw;
    padding: 0;
    line-height: 34px;
  }
}

#sec-9 .cntnr2 .sqr .nthr-sqr .sp-cntr .sp-wght-lss .frm .frm-to span {
  padding: 0 9px 0 14px;
}

#sec-9 .cntnr2 .sqr .nthr-sqr .sp-cntr .sp-wght-lss .frm .ltsp {
  font-family: "Yu Mincho Regular", sans-serif;
  font-size: 24px;
  line-height: 39px;
  padding-left: 17px;
}

@media screen and (max-width: 550px) {
  #sec-9 .cntnr2 .sqr .nthr-sqr .sp-cntr .sp-wght-lss .frm .ltsp {
    font-size: 3.778vw;
    line-height: 15px;
    padding: 0 0 6px 0;
  }
}

#sec-9 .cntnr2 .sqr .nthr-sqr .sp-cntr .sp-wght-lss .mnus p {
  font-family: "Yu Mincho Demibold", sans-serif;
  font-size: 104px;
  color: #c81b30;
  margin-top: 17px;
}

@media screen and (max-width: 550px) {
  #sec-9 .cntnr2 .sqr .nthr-sqr .sp-cntr .sp-wght-lss .mnus p {
    font-size: 9.556vw;
    margin-top: 6px;
    margin-left: 20vw;
  }
}

#sec-9 .cntnr2 .sqr .nthr-sqr .sp-cntr .sp-wght-lss .mnus p span {
  font-size: 54px;
}

@media screen and (max-width: 550px) {
  #sec-9 .cntnr2 .sqr .nthr-sqr .sp-cntr .sp-wght-lss .mnus p span {
    font-size: 5.111vw;
  }
}

#sec-13 {
  background-color: #fff;
  position: relative;
  background: url(../img/index/girl-back.png) #f2f1f0 no-repeat;
}

@media screen and (max-width: 700px) {
  #sec-13 {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 241, 240, 0.6)), to(rgba(242, 241, 240, 0.6))), url(../img/index/girl-back-sp.png) no-repeat;
    background: linear-gradient(rgba(242, 241, 240, 0.6), rgba(242, 241, 240, 0.6)), url(../img/index/girl-back-sp.png) no-repeat;
    background-size: cover;
  }
}

#sec-13 .sec-13-cnr {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#sec-13 .sec-13-txt {
  width: 100%;
  max-width: 882px;
  margin-left: auto;
  padding: 0 40px;
  margin-top: 53px;
}

@media screen and (max-width: 1260px) {
  #sec-13 .sec-13-txt {
    padding: 0 20px;
  }
}

@media screen and (max-width: 700px) {
  #sec-13 .sec-13-txt {
    padding: 0 15px;
  }
}

@media screen and (max-width: 450px) {
  #sec-13 .sec-13-txt {
    padding: 0 10px;
  }
}

#sec-13 .sec-13-lg {
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(130deg, #b29c2e 0%, #ccb852 30%, #ffee99 50%, #ccb852 70%, #b29c2e 100%);
  background-color: #fff;
}

@media screen and (max-width: 700px) {
  #sec-13 .sec-13-lg {
    background: transparent;
  }
}

#sec-13 .sec-13-lg .cnt-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#sec-13 .sec-13-lg .cnt-ttl .sm-curr {
  margin: -12px 20px 0 10px;
  padding: 0 10px;
  background: linear-gradient(130deg, #b29c2e 0%, #ccb852 30%, #ccb852 70%, #b29c2e 100%);
}

@media screen and (max-width: 700px) {
  #sec-13 .sec-13-lg .cnt-ttl .sm-curr {
    margin: -12px 1vw 0 10px;
    padding: 0 1.429vw;
  }
}

#sec-13 .sec-13-lg .cnt-ttl .sm-curr-txt {
  font-family: "EB Garamond", sans-serif;
  font-style: italic;
  font-size: 21px;
  color: #fff;
  white-space: pre-line;
  text-align: center;
  padding: 30px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 700px) {
  #sec-13 .sec-13-lg .cnt-ttl .sm-curr-txt {
    padding: 3.286vw;
    font-size: 3vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-13 .sec-13-lg .cnt-ttl .sm-curr-txt {
    padding: 4.286vw;
  }
}

#sec-13 .sec-13-lg .cnt-ttl h2 {
  font-family: "Yu Mincho Extrabold", sans-serif;
  font-size: 43px;
  color: #ccb852;
  margin-top: 23px;
}

@media screen and (max-width: 700px) {
  #sec-13 .sec-13-lg .cnt-ttl h2 {
    font-size: 6.143vw;
    margin-top: 3.286vw;
  }
}

#sec-13 .sec-13-lg .cnt-descs {
  padding: 36px 23px 20px;
}

@media screen and (max-width: 700px) {
  #sec-13 .sec-13-lg .cnt-descs {
    padding: 5.143vw 3.286vw 2.857vw;
  }
}

@media screen and (max-width: 450px) {
  #sec-13 .sec-13-lg .cnt-descs {
    padding: 2.3vw 3.286vw 2.857vw;
  }
}

#sec-13 .sec-13-lg .cnt-descs .desc-grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#sec-13 .sec-13-lg .cnt-descs .desc-grp .desc {
  font-family: "Yu Mincho Demibold", sans-serif;
  font-size: 20px;
  margin-left: 8px;
  padding: 20px 0;
}

@media screen and (max-width: 700px) {
  #sec-13 .sec-13-lg .cnt-descs .desc-grp .desc {
    padding: 2.857vw 0;
  }
}

@media screen and (max-width: 450px) {
  #sec-13 .sec-13-lg .cnt-descs .desc-grp .desc {
    font-size: 3.556vw;
    line-height: 6.222vw;
    padding: 0.7vw 0;
  }
}

#sec-13 .sec-13-lg .cnt-descs .desc-grp .desc .rd {
  color: #C81B30;
}

#sec-13 .vid-grp {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow-x: scroll;
  padding-bottom: 60px;
}

@media screen and (max-width: 450px) {
  #sec-13 .vid-grp {
    margin-top: 10px;
  }
}

#sec-13 .vid-grp img {
  margin-right: 15px;
}

#sec-13 .vid-grp img:last-child {
  margin-right: 0;
}

.pb-35 {
  padding-bottom: 35px;
}

@media only screen and (max-width: 450px) {
  .pb-35 {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 450px) {
  .p-lr-30 {
    padding: 0 30px !important;
  }
}

.wrapper-1600px {
  max-width: 1600px;
  margin: 0 auto;
}

.wrapper-1200px {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

@media only screen and (max-width: 1200px) {
  .wrapper-1200px {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 768px) {
  .wrapper-1200px {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 450px) {
  .wrapper-1200px {
    padding: 0 10px;
  }
}

.wrapper-1000px {
  max-width: 1000px;
  margin: 0 auto;
}

@media only screen and (max-width: 450px) {
  .wrapper-1000px {
    max-width: 383px;
  }
}

@media only screen and (max-width: 450px) {
  .sp-wrapper-384px {
    padding: 0 10px;
  }
}

.black {
  color: #000;
}

.red {
  color: #C81B30;
}

#sec-14 {
  padding: 42px 0 41px 0;
}

@media only screen and (max-width: 450px) {
  #sec-14 {
    padding: 19px 0 21px 0;
  }
}

#sec-14 .top-container {
  background: url(../img/index/sec_14/double_red_stick_bg.svg) no-repeat left 62px;
  background-size: 100% auto;
  max-width: 760.78px;
  margin: 0 auto;
  padding-bottom: 10px;
}

@media only screen and (max-width: 450px) {
  #sec-14 .top-container {
    background-position: left 33px;
    max-width: 434.57px;
    margin: 0 auto;
    padding-bottom: 35px;
  }
}

#sec-14 .top-container .title {
  background: url(../img/index/sec_14/double_line.svg) no-repeat left center;
  background-size: 100% auto;
  max-width: 237px;
  height: 64px;
  margin: 0 auto;
  text-align: center;
  font: 49px "EB Garamond", sans-serif;
  font-style: italic;
  color: #000;
}

@media only screen and (max-width: 450px) {
  #sec-14 .top-container .title {
    font-size: 27px;
    max-width: 133px;
    height: 35px;
  }
}

#sec-14 .top-container .text-1 {
  font: 32px "Yu Mincho Extrabold", sans-serif;
  line-height: 1.5;
  max-width: 448px;
  text-align: center;
  margin: 14px auto;
}

@media only screen and (max-width: 450px) {
  #sec-14 .top-container .text-1 {
    font-size: 17px;
    max-width: 238px;
    margin: 10px auto;
  }
}

#sec-14 .top-container .text-2 {
  display: block;
  max-width: 425px;
  height: 84px;
  margin: -28px auto 0;
  font: 45px "Yu Mincho Extrabold", sans-serif;
  color: #000;
}

@media only screen and (max-width: 450px) {
  #sec-14 .top-container .text-2 {
    font-size: 25px;
    max-width: 236px;
    height: 46px;
    margin-top: -15px;
  }
}

#sec-14 .top-container .text-2 .text-2-1 {
  font-size: 65px;
  color: #000;
}

@media only screen and (max-width: 450px) {
  #sec-14 .top-container .text-2 .text-2-1 {
    font-size: 36px;
  }
}

#sec-14 .top-container .text-2 .text-2-2 {
  color: #C81B30;
}

#sec-14 .circles-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: -6px auto 24px;
  max-width: 1224px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 1200px) {
  #sec-14 .circles-container {
    max-width: 612px;
    margin: 0 auto 0;
  }
}

@media only screen and (max-width: 450px) {
  #sec-14 .circles-container {
    max-width: 440px;
    margin: -29px auto -7px;
  }
}

#sec-14 .circles-container .yellow-circle {
  border: 1px solid #CCB852;
  border-radius: 50%;
  width: 282px;
  height: 282px;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 600px) {
  #sec-14 .circles-container .yellow-circle {
    width: 47vw;
    height: 47vw;
  }
}

@media only screen and (max-width: 450px) {
  #sec-14 .circles-container .yellow-circle {
    width: 40.889vw;
    height: 40.889vw;
    margin: 19px 8px 0;
  }
}

#sec-14 .circles-container .yellow-circle .inner-circle {
  border: 1px solid #CCB852;
  border-radius: 50%;
  width: 272px;
  height: 272px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 600px) {
  #sec-14 .circles-container .yellow-circle .inner-circle {
    width: 45.333vw;
    height: 45.333vw;
  }
}

@media only screen and (max-width: 450px) {
  #sec-14 .circles-container .yellow-circle .inner-circle {
    width: 39.556vw;
    height: 39.556vw;
  }
}

#sec-14 .circles-container .yellow-circle .inner-circle .text {
  text-align: center;
  font: 20px "Yu Mincho Demibold", sans-serif;
  line-height: 2;
  white-space: pre-line;
}

@media only screen and (max-width: 600px) {
  #sec-14 .circles-container .yellow-circle .inner-circle .text {
    font-size: 3.333vw;
  }
}

@media only screen and (max-width: 450px) {
  #sec-14 .circles-container .yellow-circle .inner-circle .text {
    font-size: 13px;
    line-height: 5.111vw;
  }
}

@media only screen and (max-width: 414px) {
  #sec-14 .circles-container .yellow-circle .inner-circle .text {
    font-size: 3.140vw;
  }
}

#sec-14 .circles-container-margin-top {
  margin-top: -20px;
}

@media only screen and (max-width: 1200px) {
  #sec-14 .circles-container-margin-top {
    margin-top: 0;
  }
}

#sec-15 .top-container {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 74%, 50% 100%, 50% 100%, 0% 74%);
          clip-path: polygon(0 0, 100% 0, 100% 74%, 50% 100%, 50% 100%, 0% 74%);
  background: -webkit-gradient(linear, left top, right top, from(#ad1728), color-stop(20%, #c81b30), color-stop(80%, #c81b30), to(#ad1728));
  background: linear-gradient(90deg, #ad1728 0%, #c81b30 20%, #c81b30 80%, #ad1728 100%);
  z-index: 1;
}

@media only screen and (max-width: 1200px) {
  #sec-15 .top-container {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 74%, 84% 100%, 84% 100%, 0% 74%);
            clip-path: polygon(0 0, 100% 0, 100% 74%, 84% 100%, 84% 100%, 0% 74%);
  }
}

#sec-15 .top-container .top_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#sec-15 .top-container .top_content .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 95px;
}

@media screen and (max-width: 910px) {
  #sec-15 .top-container .top_content .title-wrapper {
    padding-top: 9.440vw;
  }
}

@media only screen and (max-width: 550px) {
  #sec-15 .top-container .top_content .title-wrapper {
    padding-top: 4.44vw;
  }
}

#sec-15 .top-container .top_content .title-wrapper .title {
  max-width: 750px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font: 50px "Yu Mincho Extrabold", sans-serif;
  padding-top: 36px;
  padding-bottom: 7px;
  white-space: nowrap;
}

@media only screen and (max-width: 1200px) {
  #sec-15 .top-container .top_content .title-wrapper .title {
    font-size: 30px;
  }
}

@media screen and (max-width: 910px) {
  #sec-15 .top-container .top_content .title-wrapper .title {
    padding-top: 3.956vw;
  }
}

@media only screen and (max-width: 768px) {
  #sec-15 .top-container .top_content .title-wrapper .title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 550px) {
  #sec-15 .top-container .top_content .title-wrapper .title {
    font-size: 4vw;
  }
}

@media only screen and (max-width: 450px) {
  #sec-15 .top-container .top_content .title-wrapper .title {
    font-size: 17px;
    padding-bottom: 2px;
  }
}

#sec-15 .top-container .top_content .title-wrapper .title .inner-border-bottom {
  display: inline-block;
  border-bottom: 1px solid #fff;
}

#sec-15 .top-container .top_content .title-wrapper .title .inner-border-bottom .text-with-dot {
  display: inline-block;
  position: relative;
}

#sec-15 .top-container .top_content .title-wrapper .title .inner-border-bottom .dot {
  position: absolute;
  top: -45px;
  right: -1px;
  display: inline-block;
}

@media only screen and (max-width: 1200px) {
  #sec-15 .top-container .top_content .title-wrapper .title .inner-border-bottom .dot {
    top: -27px;
  }
}

@media only screen and (max-width: 450px) {
  #sec-15 .top-container .top_content .title-wrapper .title .inner-border-bottom .dot {
    top: -17px;
  }
}

#sec-15 .top-container .top_content .img-wrapper {
  max-width: 395px;
  margin-bottom: -50px;
}

@media only screen and (max-width: 450px) {
  #sec-15 .top-container .top_content .img-wrapper {
    max-width: 132px;
    margin-bottom: -12px;
    margin-right: 10px;
  }
}

#sec-15 .top-container .top_content .img-wrapper .two_person_img {
  width: 100%;
  position: relative;
  top: 9px;
  right: 1px;
}

@media only screen and (max-width: 1200px) {
  #sec-15 .top-container {
    margin: 0 auto;
  }
}

#sec-15 .content-container {
  background: url(../img/index/sec_15/sec_15_body.jpg) no-repeat center center;
  background-size: cover;
  padding: 93px 0 70px;
  margin-top: -107px;
}

@media only screen and (max-width: 450px) {
  #sec-15 .content-container {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url(../img/index/sec_15/sec_15_body.jpg) no-repeat;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/index/sec_15/sec_15_body.jpg) no-repeat;
    background-position: -677px top;
    background-size: 1245px auto;
    padding: 25px 0 25px;
  }
}

@media only screen and (max-width: 550px) {
  #sec-15 .content-container {
    margin-top: -19.455vw;
  }
}

@media only screen and (max-width: 450px) {
  #sec-15 .content-container {
    padding: 86px 0 20px;
    margin-top: -24.455vw;
  }
}

#sec-15 .content-container .text {
  max-width: 704px;
  font: 22px "Yu Mincho Demibold", sans-serif;
  color: #fff;
  line-height: 2;
  white-space: pre-line;
}

@media only screen and (max-width: 450px) {
  #sec-15 .content-container .text {
    font-size: 14px;
    line-height: 25px;
  }
}
/*# sourceMappingURL=index.css.map */