@charset "UTF-8";
/*reset*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.bold {
  font-weight: bold;
}

.red {
  color: #EB1C24;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif JP", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", メイリオ, Meiryo, Osaka, serif;
  font-weight: 500;
  overflow-x: hidden;
  width: 100vw;
  color: #1A1A1A;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}

a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

a:hover {
  opacity: 0.8;
}

.js_humburgerOpen .el_humburger > span.top {
  -webkit-transform: translateY(15px) rotate(-45deg);
          transform: translateY(15px) rotate(-45deg);
  background: #fff;
}

.js_humburgerOpen .el_humburger > span.middle {
  opacity: 0;
}

.js_humburgerOpen .el_humburger > span.bottom {
  -webkit-transform: translateY(-15px) rotate(45deg);
          transform: translateY(-15px) rotate(45deg);
  background: #fff;
}

/* ---- header_humburger ---- */
.header_humburger {
  z-index: 5;
  position: absolute;
  top: 11.46667vw;
  right: 13.33333vw;
  width: 14.93333vw;
  height: 10.13333vw;
}

.el_humburger_outer {
  position: fixed;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: #39518A;
  z-index: 10000;
}

.el_humburger {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10000;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: auto;
}

.js_humburgerOpen .el_humburger > span.middle {
  opacity: 0;
}

.el_humburger > span {
  display: block;
  width: 100%;
  margin: 0 auto 12px;
  height: 3px;
  background: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.el_humburger > span:last-child {
  margin-bottom: 0;
}

.el_humburger > span .js_humburgerOpen {
  background: #00A1E0;
}

.el_humburgerButton__close > span {
  display: block;
  width: 9.33333vw;
  margin: 0 auto;
  height: 4px;
  background: #fff;
}

/*ナビゲーション*/
.navigation {
  display: none;
}

.navigation.js_appear {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 5;
}

.navigation_screen {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 0;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 200px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.navigation_wrapper {
  padding: 0;
  text-align: center;
  position: relative;
  top: 100px;
  margin-bottom: 100px;
}

.navigation_item {
  line-height: 80px;
  padding: 0;
}

.navigation_item::after {
  display: block;
  content: "";
  width: 77px;
  height: 3px;
  background: #E30012;
  margin: auto;
}

.navigation_item:last-child::after {
  display: none;
}

.navigation_item > a {
  color: #153754;
  text-decoration: none;
  font-size: 26px;
  font-weight: 700;
}

.js_fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

#header {
  background: #2D315C;
  z-index: 1;
  position: absolute;
  width: 100%;
}

#header .header_wrap {
  width: 100%;
  height: 120px;
  position: relative;
  margin: auto;
}

#header .header_logo_wrap {
  width: 460px;
  height: 70px;
  display: block;
  border-bottom: 3px solid #E30012;
  position: absolute;
  top: 29px;
  left: 44px;
}

#header .header_link {
  display: inline-block;
}

#header .header_link img {
  width: 195px;
  height: 44px;
}

#keyv .keyv_inner_wrap {
  padding-top: 168px;
  background: #2D315C;
}

#keyv .txt_area {
  max-width: 1366px;
  width: 96%;
  margin: auto;
}

#keyv .txt_area img {
  margin: auto;
  display: block;
}

#keyv .txt_area .txt_1 img {
  height: 230px;
}

#keyv .txt_area .txt_2 {
  margin-top: 34px;
}

#keyv .txt_area .txt_2 img {
  width: 440px;
  height: 381px;
}

#keyv .txt_area .txt_3 {
  padding-top: 130px;
  background: URL("../../assets/img/keyv_txt_3_bg.png");
  background-position: 120px 0px;
  background-size: auto 398px;
  background-repeat: no-repeat;
}

#keyv .txt_area .txt_3 img {
  width: 624px;
  height: 230px;
  position: relative;
}

#keyv .keyv_inner_wrap_2 {
  padding-bottom: 125px;
  background: URL("../../assets/img/keyv_txt_bg2.svg");
  background-size: cover;
  background-repeat: no-repeat;
  overflow-x: hidden;
}

#keyv .keyv_inner_wrap_2 .txt_4 {
  background: URL("../../assets/img/keyv_txt_4_bg.svg");
  background-size: 101% calc(357/1366 * 101vw);
  height: calc(357/1366 * 100vw);
  width: 101%;
  background-repeat: no-repeat;
  background-position: center bottom;
}

#keyv .keyv_inner_wrap_2 .txt_4 img {
  width: 373px;
  height: 190px;
  margin: auto;
  display: block;
  position: relative;
  top: calc((40/1366 * 100vw));
}

#keyv .keyv_inner_wrap_2 .txt_5 img {
  width: 644px;
  height: 277px;
  padding-top: 18px;
  margin: auto;
  display: block;
}

#keyv .keyv_inner_wrap_2 .txt_6 {
  position: relative;
  margin: auto;
  max-width: 1000px;
  width: 96%;
  min-height: 975px;
  height: calc(975vw/1000);
  background: URL("../../assets/img/keyv_txt_6_bg.png");
  background-repeat: no-repeat;
  background-size: 1083px 1023px;
  background-position: -10px 0px;
}

#keyv .keyv_inner_wrap_2 .txt_6 .txt_6_1 img {
  width: 246px;
  height: 676px;
  position: absolute;
  right: 0;
}

#keyv .keyv_inner_wrap_2 .txt_6 .txt_6_2 {
  width: 292px;
  height: 162px;
  background: #BF272D;
  border-radius: 80px;
  position: relative;
  top: 546px;
}

#keyv .keyv_inner_wrap_2 .txt_6 .txt_6_2 p {
  color: #ffffff;
  font-size: 27px;
  line-height: 40px;
  width: 292px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

#keyv .keyv_inner_wrap_2 .txt_7 {
  display: block;
  width: 350px;
  height: 82px;
  margin: auto;
  text-align: center;
  position: relative;
  border: solid #DF585F 6px;
  border-radius: 23px;
  background: #BF272D URL("../../assets/img/keyv_btn_arrow.svg");
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: 280px center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
}

#keyv .keyv_inner_wrap_2 .txt_7 div {
  width: 100%;
  font-size: 25.5px;
  letter-spacing: 1.5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

#yorisou_function {
  background: URL("../img/yori_func_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  max-height: 1860px;
  height: calc(1860/1366 * 100vw);
}

#yorisou_function .red {
  color: #BF272D;
}

#yorisou_function .sec_title {
  text-align: center;
}

#yorisou_function .sec_title img {
  width: 426px;
  padding-top: 116px;
}

#yorisou_function .title_bar {
  background: URL("../img/yori_func_bar.svg");
  width: 100%;
  height: calc(200/1366 * 100vw);
  position: absolute;
  top: 190px;
}

#yorisou_function .yorisou_content_inner_wrap {
  width: 1180px;
  margin: 64px auto 0;
  position: relative;
}

#yorisou_function .yorisou_content_inner_wrap .yorisou_content {
  width: 1000px;
  height: 642px;
  position: absolute;
}

#yorisou_function .yorisou_content_inner_wrap .yorisou_content.content_1 {
  background: URL("../img/yorisou_point_1.svg");
  background-repeat: no-repeat;
  background-size: 593px 642px;
}

#yorisou_function .yorisou_content_inner_wrap .yorisou_content.content_2 {
  background: URL("../img/yorisou_point_2.svg");
  background-repeat: no-repeat;
  background-size: 598px 643px;
  top: 280px;
  right: 0;
  background-position: 430px 0;
  text-align: right;
}

#yorisou_function .yorisou_content_inner_wrap .yorisou_content.content_2 .yorisou_content_ttl_wrap {
  margin-top: 244px;
  margin-left: 0;
  margin-right: 185px;
}

#yorisou_function .yorisou_content_inner_wrap .yorisou_content.content_2 .yorisou_content_txt {
  margin-left: 0;
  margin-right: 185px;
}

#yorisou_function .yorisou_content_inner_wrap .yorisou_content.content_3 {
  background: URL("../img/yorisou_point_3.svg");
  background-repeat: no-repeat;
  background-size: 590px 657px;
  top: 602px;
}

#yorisou_function .yorisou_content_inner_wrap .yorisou_content .yorisou_content_ttl_wrap {
  margin-left: 185px;
  margin-top: 260px;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", メイリオ, Meiryo, Osaka, serif;
}

#yorisou_function .yorisou_content_inner_wrap .yorisou_content .yorisou_content_ttl_wrap .content_ttl {
  font-size: 50px;
}

#yorisou_function .yorisou_content_inner_wrap .yorisou_content .yorisou_content_ttl_wrap .content_ttl .ttl_big {
  font-size: 60px;
}

#yorisou_function .yorisou_content_inner_wrap .yorisou_content .yorisou_content_txt {
  color: #4D4D4D;
  margin-left: 185px;
  font-size: 20px;
  margin-top: 20px;
}

#yorisou_function .btn_online_shop_wrap {
  position: absolute;
  bottom: 85px;
  width: 100%;
  height: 187px;
}

#yorisou_function .btn_online_shop_wrap .btn_online_shop {
  width: 500px;
  height: 187px;
  border-radius: 86px;
  border: solid 9px #38A83F;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #258B07 URL("../img/btn_online_site_arrow.svg");
  background-repeat: no-repeat;
  background-size: 15px 22px;
  background-position: 442px center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  color: #ffffff;
  text-decoration: none;
  font-size: 41px;
  line-height: 41px;
}

#yorisou_function .btn_online_shop_wrap .btn_online_shop_txt_small {
  font-size: 22px;
}

#yorisou_function .btn_online_shop_wrap .btn_online_shop .btn_online_shop_inner {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

#commitment {
  background: #C4D5E3 URL("../img/commitment_txt_1_bk.svg");
  background-repeat: repeat-x;
  background-position: center 24px;
  background-size: auto 325px;
}

#commitment .sec_title {
  padding-top: 60px;
  padding-bottom: 60px;
}

#commitment .sec_title img {
  width: 765px;
  height: 261px;
  margin: auto;
  display: block;
}

#commitment .commitment_inner_wrap {
  background-image: URL("../img/commitment_txt_2_bk.png"), URL("../img/commitment_txt_2_bk_bk.png");
  background-repeat: no-repeat, repeat-x;
  background-position: calc(50% + 47px) calc(100% - 54px), calc(50% + 47px) 100%;
  height: 886px;
}

#commitment .commitment_inner_wrap .commitment_txt_2 {
  display: block;
  margin: auto;
  width: 591px;
  height: 649px;
  position: relative;
}

#commitment .commitment_inner_wrap2 {
  border-top: solid #fff 1px;
}

#commitment .commitment_inner_wrap2 .commitment_system {
  max-width: 1068px;
  margin: auto;
  position: relative;
}

#commitment .commitment_inner_wrap2 .commitment_system_ttl .system_img {
  width: 513px;
  height: 507px;
  padding-bottom: 16px;
}

#commitment .commitment_inner_wrap2 .commitment_system_txt {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  color: #1A1A1A;
  position: absolute;
  padding: 342px 34px 0 536px;
  top: 0;
  background: URL("../img/commitment_system_txt_img1.png");
  background-repeat: no-repeat;
  background-position: 450px 40px;
  background-size: 617px 268px;
}

#commitment .commitment_inner_wrap2 .commitment_system_txt .white {
  background: #ffffff;
  display: inline-block;
  padding: 0 0 0 6px;
  margin: 0 6px;
}

#commitment .commitment_inner_wrap2 .system2 .commitment_system_ttl .system_img {
  width: 513px;
  height: 507px;
  padding: 0 16px 0 548px;
  position: absolute;
  top: 12px;
}

#commitment .commitment_inner_wrap2 .system2 .commitment_system_txt {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  color: #1A1A1A;
  position: relative;
  padding: 434px 500px 50px 34px;
  top: 0;
  background: URL("../img/commitment_system_txt_img2.png");
  background-repeat: no-repeat;
  background-position: 0px 36px;
  background-size: 537px 416px;
}

#commitment .commitment_inner_wrap2 .system2 .commitment_system_txt .white {
  background: #ffffff;
  display: inline-block;
  padding: 0 0 0 6px;
  margin: 0 6px;
}

#demonstration .sec_title {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 207px;
  width: 555px;
  margin: 60px auto 0;
  background: URL("../img/demonstration_txt_1.svg");
  background-size: 555px 207px;
  background-position: -26px 0px;
  background-repeat: no-repeat;
}

#demonstration .demonstration_content_wrap {
  position: relative;
  width: 1000px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 14px;
  top: -26px;
}

#demonstration .demonstration_content_wrap .demonstration_content_ttl {
  width: 450px;
  margin: auto;
  height: 50px;
  background: #4F5797;
  border-radius: 50px;
  font-size: 20px;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
}

#demonstration .demonstration_content_wrap .demonstration_content_img1 {
  width: 462px;
  height: 140px;
  margin: 33px auto 35px;
  display: block;
}

#demonstration .demonstration_content_wrap .demonstration_content_img2 {
  width: 248px;
  height: 142px;
  margin: 33px auto 33px;
  display: block;
}

#demonstration .demonstration_content_detail {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  width: 400px;
  padding: 0 50px;
}

#develop .develop_top_wrap {
  background: #DBE4EF;
  position: relative;
  padding-top: 60px;
  overflow-x: hidden;
}

#develop .sec_title {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 160px;
  width: 562px;
  margin: 0 auto 0;
  background: URL("../img/develop_txt_1.svg");
  background-size: 562px 160px;
  background-repeat: no-repeat;
}

#develop .develop_txt {
  color: #4D4D4D;
  line-height: 80px;
  font-size: 50px;
  width: 573px;
  margin: 45px auto;
}

#develop .develop_txt .white_line {
  padding: 0 6px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #ffffff));
  background: -webkit-linear-gradient(transparent 50%, #ffffff 0%);
  background: linear-gradient(transparent 50%, #ffffff 0%);
}

#develop .develop_txt .white_line .l_s {
  letter-spacing: -30px;
}

#develop .develop_detail {
  width: 300px;
  margin: 0 auto;
  padding: 0 273px 80px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  color: #333333;
}

#develop .develop_detail .red {
  color: #EB1C24;
}

#develop .develop_bg {
  position: absolute;
  bottom: -212px;
  left: 50%;
  -webkit-transform: translateY(calc(-50%));
          transform: translateY(calc(-50%));
}

#develop .develop_btnarea_wrap {
  background: #EAEFF5;
}

#develop .develop_btnarea_wrap .develop_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#develop .develop_btnarea_wrap .develop_btnarea {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#develop .develop_btnarea_wrap .btn_movie {
  display: block;
  width: 350px;
  height: 82px;
  margin: 72px auto 0;
  text-align: center;
  position: relative;
  border: solid #DF585F 6px;
  border-radius: 23px;
  background: #BF272D URL("../../assets/img/keyv_btn_arrow.svg");
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: 280px center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  color: #ffffff;
}

#develop .develop_btnarea_wrap .btn_movie div {
  width: 100%;
  font-size: 25.5px;
  letter-spacing: 1.5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

#develop .develop_btnarea_wrap .develop_btnarea_who {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333333;
  font-weight: 600;
  padding-bottom: 22px;
}

#develop .develop_btnarea_wrap .develop_btnarea_who .develop_btnarea_who_belong {
  font-size: 18px;
  line-height: 27px;
  padding: 38px 0 0 65px;
}

#develop .develop_btnarea_wrap .develop_btnarea_who .develop_btnarea_who_name {
  font-size: 30px;
  line-height: 40px;
  width: 406px;
  padding: 5px 0 15px 65px;
}

#develop .develop_btnarea_wrap .develop_btnarea_who .develop_btnarea_who_detail {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  width: 406px;
  padding: 0 0 0 65px;
}

#interview {
  background: #F5F5E7;
  padding-top: 46px;
}

#interview .sec_title {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 160px;
  width: 562px;
  margin: 0 auto 0;
  padding-bottom: 30px;
  background: URL("../img/interview_txt_1.svg");
  background-size: 562px 160px;
  background-repeat: no-repeat;
}

#interview .interview_sheet {
  padding-bottom: 67px;
}

#interview .interview_sheet .interview_sheet_inner {
  width: 1000px;
  margin: auto;
  background: #ffffff;
  -webkit-box-shadow: 0 0 15px 4px #0000001a;
          box-shadow: 0 0 15px 4px #0000001a;
  position: relative;
}

#interview .interview_sheet .interview_sheet_inner .interview_sheet_txt_ttl {
  position: absolute;
  top: 70px;
  left: 100px;
  color: #534741;
  font-size: 40px;
  line-height: 60px;
  font-weight: 600;
}

#interview .interview_sheet .interview_sheet_inner .interview_sheet_txt_wrap {
  padding: 270px 100px 0;
  height: 717px;
}

#interview .interview_sheet .interview_sheet_inner .interview_sheet_txt_wrap .space {
  float: left;
  height: 307px;
}

#interview .interview_sheet .interview_sheet_inner .interview_sheet_txt_wrap .img {
  float: left;
  clear: both;
}

#interview .interview_sheet .interview_sheet_inner .interview_sheet_txt_wrap .interview_sheet_txt {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 36px;
  color: #534741;
  font-weight: 600;
}

#interview .interview_sheet .interview_sheet_inner .interview_sheet_txt_wrap .interview_sheet_txt .interview_sheet_txt_br {
  display: block;
  height: 21px;
}

#interview .interview_sheet .interview_sheet_inner .interview_sheet_img1 {
  background: URL("../img/interview_sheet_img1.png");
  width: 400px;
  height: 460px;
  float: right;
  background-size: 487px 391px;
  background-position: right 40px;
  background-repeat: no-repeat;
}

#interview .interview_sheet .interview_sheet_inner .interview_sheet_img2 {
  background: URL("../img/interview_sheet_img2.png");
  width: 223px;
  height: 370px;
  padding: 40px 46px 0 0;
  background-repeat: no-repeat;
  background-position: 0 40px;
}

#order .order_wrap {
  background: #e9e7e9;
}

#order .order_wrap .order_hero {
  background: URL("../img/order_hero_img1.png"), URL("../img/order_hero_img2.svg");
  background-repeat: no-repeat, repeat-x;
  background-position: right 232px ,bottom;
  background-size: 682px 522px ,auto;
  height: 783px;
}

#order .order_wrap .order_hero .sec_title {
  text-indent: 1000%;
  white-space: nowrap;
  overflow: hidden;
  margin: auto;
  background: URL("../img/order_hero_txt1.svg");
  background-repeat: no-repeat;
  background-size: 363px 603px;
  background-position: 57px;
  width: 363px;
  height: 603px;
  padding-right: 580px;
  padding-left: 57px;
  padding-top: 46px;
}

#order .order_product {
  background: #ffffff;
  position: relative;
  padding-bottom: 44px;
}

#order .order_product .order_product_txt1 {
  color: #231815;
  font-size: 21px;
  line-height: 35px;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", メイリオ, Meiryo, Osaka, serif;
  font-weight: 600;
  text-align: center;
}

#order .order_product .order_product_txt1 .red {
  color: #E50012;
}

#order .order_product .order_product_txt2 {
  color: #231815;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", メイリオ, Meiryo, Osaka, serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 78px;
  text-align: center;
  letter-spacing: -6px;
  margin-top: 7px;
  margin-bottom: 56px;
}

#order .order_product .order_product_txt2 .font_1 {
  font-size: 59px;
}

#order .order_product .order_product_txt2 .font_2 {
  font-size: 68px;
  letter-spacing: -6px;
}

#order .order_product .order_price {
  width: 1000px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 55px;
}

#order .order_product .order_price .order_price_img {
  background: URL("../img/order_price_img1.png");
  background-size: 552px 368px;
  background-position: center -90px;
  width: 500px;
  height: 240px;
}

#order .order_product .order_price .order_price_txt_wrap {
  width: 500px;
  height: 240px;
  color: #231815;
}

#order .order_product .order_price .order_price_txt_wrap .order_price_txt_1 {
  margin-left: 24px;
  font-size: 20px;
  line-height: 35px;
}

#order .order_product .order_price .order_price_txt_wrap .order_price_txt_2 {
  margin-left: 24px;
  font-size: 30px;
  font-weight: 600;
}

#order .order_product .order_price .order_price_txt_wrap .order_price_txt_2 .font_60 {
  font-size: 60px;
}

#order .order_product .order_price .order_price_txt_wrap .order_price_txt_2 .red {
  color: #EB1C24;
}

#order .order_product .order_price .order_price_txt_wrap .order_price_txt_2 .txt_product {
  font-size: 29px;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  border: 1px solid;
  width: 112px;
  height: 41px;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 39px;
  top: -7px;
  margin-left: 19px;
}

#order .order_product .order_price .order_price_txt_wrap .order_price_txt_3 {
  margin-left: 24px;
  margin-top: 24px;
  color: #4D4D4D;
  font-size: 16px;
  line-height: 26px;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 461px;
}

#order .order_product .btn_online_shop_wrap {
  width: 100%;
  height: 187px;
  position: relative;
}

#order .order_product .btn_online_shop_wrap .btn_online_shop {
  width: 500px;
  height: 187px;
  border-radius: 86px;
  border: solid 9px #38A83F;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #258B07 URL("../img/btn_online_site_arrow.svg");
  background-repeat: no-repeat;
  background-size: 15px 22px;
  background-position: 442px center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  color: #ffffff;
  text-decoration: none;
  font-size: 41px;
  line-height: 41px;
}

#order .order_product .btn_online_shop_wrap .btn_online_shop_txt_small {
  font-size: 22px;
}

#order .order_product .btn_online_shop_wrap .btn_online_shop .btn_online_shop_inner {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

#footer .footer_support {
  background: #F6F4EC;
  height: 170px;
  text-align: center;
}

#footer .footer_support .footer_support_txt1 {
  color: #E50012;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  padding-top: 50px;
}

#footer .footer_support .footer_support_txt2 {
  font-size: 16px;
  line-height: 30px;
  color: #231815;
}

#footer .footer_corp {
  height: 100px;
}

#footer .footer_corp p {
  font-size: 20px;
  line-height: 100px;
  text-align: center;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
}

#footer .footer_top_link {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 34px;
  width: 116px;
  height: 138px;
}

#footer .to_shop {
  width: 71px;
  height: 251px;
  display: block;
  position: fixed;
  right: -80px;
  top: 240px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#footer .to_shop.fadein {
  right: 0;
}

#footer .footer_band {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  height: 40px;
  background: #BF272D;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

@media screen and (min-width: 751px) and (max-width: 1366px) {
  .js_humburgerOpen .el_humburger > span.top {
    -webkit-transform: translateY(1.0981vw) rotate(-45deg);
            transform: translateY(1.0981vw) rotate(-45deg);
    background: #fff;
  }
  .js_humburgerOpen .el_humburger > span.middle {
    opacity: 0;
  }
  .js_humburgerOpen .el_humburger > span.bottom {
    -webkit-transform: translateY(-1.0981vw) rotate(45deg);
            transform: translateY(-1.0981vw) rotate(45deg);
    background: #fff;
  }
  /* ---- header_humburger ---- */
  .header_humburger {
    z-index: 5;
    position: absolute;
    top: 11.46667vw;
    right: 13.33333vw;
    width: 14.93333vw;
    height: 10.13333vw;
  }
  .el_humburger_outer {
    width: 7.32064vw;
    height: 7.32064vw;
  }
  .el_humburger {
    padding: 2.34261vw;
  }
  .js_humburgerOpen .el_humburger > span.middle {
    opacity: 0;
  }
  .el_humburger > span {
    margin: 0 auto 0.87848vw;
    height: 0.21962vw;
  }
  .el_humburgerButton__close > span {
    height: 0.29283vw;
  }
  /*ナビゲーション*/
  .navigation_screen {
    padding-bottom: 14.64129vw;
  }
  .navigation_wrapper {
    top: 7.32064vw;
    margin-bottom: 7.32064vw;
  }
  .navigation_item {
    line-height: 5.85652vw;
  }
  .navigation_item::after {
    display: block;
    content: "";
    width: 5.6369vw;
    height: 0.21962vw;
  }
  .navigation_item > a {
    font-size: 1.90337vw;
  }
  #header {
    background: #2D315C;
    z-index: 1;
    position: absolute;
    width: 100%;
  }
  #header .header_wrap {
    width: 100%;
    height: 8.78477vw;
  }
  #header .header_logo_wrap {
    width: 33.67496vw;
    height: 5.12445vw;
    border-bottom: 0.21962vw solid #E30012;
    top: 2.12299vw;
    left: 3.22108vw;
  }
  #header .header_link {
    display: inline-block;
  }
  #header .header_link img {
    width: 14.27526vw;
    height: 3.22108vw;
  }
  #keyv .keyv_inner_wrap {
    padding-top: 12.29868vw;
  }
  #keyv .txt_area {
    max-width: 1366px;
    width: 96%;
    margin: auto;
  }
  #keyv .txt_area img {
    margin: auto;
    display: block;
  }
  #keyv .txt_area .txt_1 img {
    height: 16.83748vw;
  }
  #keyv .txt_area .txt_2 {
    margin-top: 2.48902vw;
  }
  #keyv .txt_area .txt_2 img {
    width: 32.21083vw;
    height: 27.89165vw;
  }
  #keyv .txt_area .txt_3 {
    padding-top: 9.51684vw;
    background: URL("../../assets/img/keyv_txt_3_bg.png");
    background-position: 8.78477vw 0px;
    background-size: auto 29.13616vw;
    background-repeat: no-repeat;
  }
  #keyv .txt_area .txt_3 img {
    width: 45.68082vw;
    height: 16.83748vw;
    position: relative;
  }
  #keyv .keyv_inner_wrap_2 {
    padding-bottom: 9.15081vw;
    background: URL("../../assets/img/keyv_txt_bg2.svg");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #keyv .keyv_inner_wrap_2 .txt_4 {
    background: URL("../../assets/img/keyv_txt_4_bg.svg");
    background-size: 101% calc(357/1366 * 101vw);
    height: calc(357/1366 * 100vw);
    width: 101%;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  #keyv .keyv_inner_wrap_2 .txt_4 img {
    width: 27.306vw;
    height: 13.90922vw;
    margin: auto;
    display: block;
    position: relative;
    top: calc((40/1366 * 100vw));
  }
  #keyv .keyv_inner_wrap_2 .txt_5 img {
    width: 47.14495vw;
    height: 20.27818vw;
    padding-top: 1.31772vw;
    margin: auto;
    display: block;
  }
  #keyv .keyv_inner_wrap_2 .txt_6 {
    position: relative;
    margin: auto;
    max-width: 73.20644vw;
    width: 96%;
    min-height: 71.37628vw;
    height: calc(975vw/1000);
    background: URL("../../assets/img/keyv_txt_6_bg.png");
    background-repeat: no-repeat;
    background-size: 79.28258vw 74.89019vw;
    background-position: -0.73206vw 0;
  }
  #keyv .keyv_inner_wrap_2 .txt_6 .txt_6_1 img {
    width: 18.00878vw;
    height: 49.48755vw;
    position: absolute;
    right: 0;
  }
  #keyv .keyv_inner_wrap_2 .txt_6 .txt_6_2 {
    width: 21.37628vw;
    height: 11.85944vw;
    background: #BF272D;
    border-radius: 5.85652vw;
    position: relative;
    top: 39.97072vw;
  }
  #keyv .keyv_inner_wrap_2 .txt_6 .txt_6_2 p {
    color: #ffffff;
    font-size: 1.97657vw;
    line-height: 2.92826vw;
    width: 21.37628vw;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  #keyv .keyv_inner_wrap_2 .txt_7 {
    display: block;
    width: 25.62225vw;
    height: 6.00293vw;
    margin: auto;
    text-align: center;
    position: relative;
    border: solid #DF585F 0.43924vw;
    border-radius: 1.68375vw;
    background: #BF272D URL("../../assets/img/keyv_btn_arrow.svg");
    background-size: 2.63543vw;
    background-repeat: no-repeat;
    background-position: 20.4978vw center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-decoration: none;
    color: #ffffff;
  }
  #keyv .keyv_inner_wrap_2 .txt_7 div {
    width: 100%;
    font-size: 1.86676vw;
    letter-spacing: 0.10981vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  #yorisou_function {
    background: URL("../img/yori_func_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    max-height: 136.16398vw;
    height: calc(1860/1366 * 100vw);
  }
  #yorisou_function .sec_title {
    text-align: center;
  }
  #yorisou_function .sec_title img {
    width: 31.18594vw;
    padding-top: 8.49195vw;
  }
  #yorisou_function .title_bar {
    background: URL("../img/yori_func_bar.svg");
    width: 100%;
    height: calc(200/1366 * 100vw);
    position: absolute;
    top: 13.90922vw;
  }
  #yorisou_function .yorisou_content_inner_wrap {
    width: 86.3836vw;
    margin: 4.68521vw auto 0;
    position: relative;
  }
  #yorisou_function .yorisou_content_inner_wrap .yorisou_content {
    width: 73.20644vw;
    height: 46.99854vw;
    position: absolute;
  }
  #yorisou_function .yorisou_content_inner_wrap .yorisou_content.content_1 {
    background: URL("../img/yorisou_point_1.svg");
    background-repeat: no-repeat;
    background-size: 43.41142vw 46.99854vw;
  }
  #yorisou_function .yorisou_content_inner_wrap .yorisou_content.content_2 {
    background: URL("../img/yorisou_point_2.svg");
    background-repeat: no-repeat;
    background-size: 43.77745vw 47.07174vw;
    top: 20.4978vw;
    right: 0;
    background-position: 31.47877vw 0;
    text-align: right;
  }
  #yorisou_function .yorisou_content_inner_wrap .yorisou_content.content_2 .yorisou_content_ttl_wrap {
    margin-top: 17.86237vw;
    margin-left: 0;
    margin-right: 13.54319vw;
  }
  #yorisou_function .yorisou_content_inner_wrap .yorisou_content.content_2 .yorisou_content_txt {
    margin-left: 0;
    margin-right: 13.54319vw;
  }
  #yorisou_function .yorisou_content_inner_wrap .yorisou_content.content_3 {
    background: URL("../img/yorisou_point_3.svg");
    background-repeat: no-repeat;
    background-size: 43.1918vw 48.09663vw;
    top: 44.07028vw;
  }
  #yorisou_function .yorisou_content_inner_wrap .yorisou_content .yorisou_content_ttl_wrap {
    margin-left: 13.54319vw;
    margin-top: 19.03367vw;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", メイリオ, Meiryo, Osaka, serif;
  }
  #yorisou_function .yorisou_content_inner_wrap .yorisou_content .yorisou_content_ttl_wrap .content_ttl {
    font-size: 3.66032vw;
  }
  #yorisou_function .yorisou_content_inner_wrap .yorisou_content .yorisou_content_ttl_wrap .content_ttl .ttl_big {
    font-size: 4.39239vw;
  }
  #yorisou_function .yorisou_content_inner_wrap .yorisou_content .yorisou_content_txt {
    color: #4D4D4D;
    margin-left: 13.54319vw;
    font-size: 1.46413vw;
    margin-top: 1.46413vw;
  }
  #yorisou_function .btn_online_shop_wrap {
    position: absolute;
    bottom: 6.22255vw;
    width: 100%;
    height: 13.6896vw;
  }
  #yorisou_function .btn_online_shop_wrap .btn_online_shop {
    width: 36.60322vw;
    height: 13.6896vw;
    border-radius: 6.29575vw;
    border: solid 0.65886vw #38A83F;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #258B07 URL("../img/btn_online_site_arrow.svg");
    background-repeat: no-repeat;
    background-size: 1.0981vw 1.61054vw;
    background-position: 32.35725vw center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    color: #ffffff;
    text-decoration: none;
    font-size: 3.00146vw;
    line-height: 3.00146vw;
  }
  #yorisou_function .btn_online_shop_wrap .btn_online_shop_txt_small {
    font-size: 1.61054vw;
  }
  #yorisou_function .btn_online_shop_wrap .btn_online_shop .btn_online_shop_inner {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  #commitment {
    background: #C4D5E3 URL("../img/commitment_txt_1_bk.svg");
    background-repeat: repeat-x;
    background-position: center 1.75695vw;
    background-size: auto 23.79209vw;
  }
  #commitment .sec_title {
    padding-top: 4.39239vw;
    padding-bottom: 4.39239vw;
  }
  #commitment .sec_title img {
    width: 56.00293vw;
    height: 19.10688vw;
    margin: auto;
    display: block;
  }
  #commitment .commitment_inner_wrap {
    background-image: URL("../img/commitment_txt_2_bk.png"), URL("../img/commitment_txt_2_bk_bk.png");
    background-repeat: no-repeat, repeat-x;
    background-position: calc(50% + 3.4407vw) calc(100% - 3.95315vw), calc(50% + 3.4407vw) 100%;
    background-size: 46.6325vw 19.83895vw, 146.26647vw 23.79209vw;
    height: 64.86091vw;
  }
  #commitment .commitment_inner_wrap .commitment_txt_2 {
    display: block;
    margin: auto;
    width: 43.26501vw;
    height: 47.51098vw;
    position: relative;
  }
  #commitment .commitment_inner_wrap2 {
    border-top: solid #fff 1px;
  }
  #commitment .commitment_inner_wrap2 .commitment_system {
    max-width: 78.18448vw;
  }
  #commitment .commitment_inner_wrap2 .commitment_system_ttl .system_img {
    width: 37.5549vw;
    height: 37.11567vw;
    padding-bottom: 1.1713vw;
  }
  #commitment .commitment_inner_wrap2 .commitment_system_txt {
    font-size: 1.1713vw;
    line-height: 2.19619vw;
    padding: 25.0366vw 2.48902vw 0 39.23865vw;
    top: 0;
    background: URL("../img/commitment_system_txt_img1.png");
    background-repeat: no-repeat;
    background-position: 32.9429vw 2.92826vw;
    background-size: 45.16837vw 19.61933vw;
  }
  #commitment .commitment_inner_wrap2 .commitment_system_txt .white {
    padding: 0 0 0 0.43924vw;
    margin: 0 0.43924vw;
  }
  #commitment .commitment_inner_wrap2 .system2 .commitment_system_ttl .system_img {
    width: 37.5549vw;
    height: 37.11567vw;
    padding: 0 1.1713vw 0 40.11713vw;
    position: absolute;
    top: 0.87848vw;
  }
  #commitment .commitment_inner_wrap2 .system2 .commitment_system_txt {
    font-size: 1.1713vw;
    line-height: 2.19619vw;
    position: relative;
    padding: 31.7716vw 38.79941vw 3.66032vw 2.48902vw;
    top: 0;
    background: URL("../img/commitment_system_txt_img2.png");
    background-repeat: no-repeat;
    background-position: 0px 2.63543vw;
    background-size: 39.31186vw 30.45388vw;
  }
  #commitment .commitment_inner_wrap2 .system2 .commitment_system_txt .white {
    background: #ffffff;
    display: inline-block;
    padding: 0 0 0 0.43924vw;
    margin: 0 0.43924vw;
  }
  #demonstration .sec_title {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 15.15373vw;
    width: 40.62958vw;
    margin: 4.39239vw auto 0;
    background: URL("../img/demonstration_txt_1.svg");
    background-size: 40.62958vw 15.15373vw;
    background-position: -1.90337vw 0px;
    background-repeat: no-repeat;
  }
  #demonstration .demonstration_content_wrap {
    position: relative;
    width: 73.20644vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 1.02489vw;
    top: -1.90337vw;
  }
  #demonstration .demonstration_content_wrap .demonstration_content_ttl {
    width: 32.9429vw;
    margin: auto;
    height: 3.66032vw;
    background: #4F5797;
    border-radius: 3.66032vw;
    font-size: 1.46413vw;
    color: #ffffff;
    line-height: 3.66032vw;
    text-align: center;
    font-weight: 600;
  }
  #demonstration .demonstration_content_wrap .demonstration_content_img1 {
    width: 33.82138vw;
    height: 10.2489vw;
    margin: 2.41581vw auto 2.56223vw;
    display: block;
  }
  #demonstration .demonstration_content_wrap .demonstration_content_img2 {
    width: 18.1552vw;
    height: 10.39531vw;
    margin: 2.41581vw auto 2.41581vw;
    display: block;
  }
  #demonstration .demonstration_content_detail {
    font-size: 1.1713vw;
    font-weight: 300;
    line-height: 1.90337vw;
    width: 29.28258vw;
    padding: 0 3.66032vw;
  }
  #develop .develop_top_wrap {
    background: #DBE4EF;
    position: relative;
    padding-top: 4.39239vw;
  }
  #develop .sec_title {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 11.71303vw;
    width: 41.14202vw;
    margin: 0 auto 0;
    background: URL("../img/develop_txt_1.svg");
    background-size: 41.14202vw 11.71303vw;
    background-repeat: no-repeat;
  }
  #develop .develop_txt {
    color: #4D4D4D;
    line-height: 5.85652vw;
    font-size: 3.66032vw;
    width: 41.94729vw;
    margin: 3.29429vw auto;
  }
  #develop .develop_txt .white_line {
    padding: 0 0.43924vw;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #ffffff));
    background: -webkit-linear-gradient(transparent 50%, #ffffff 0%);
    background: linear-gradient(transparent 50%, #ffffff 0%);
  }
  #develop .develop_txt .white_line .l_s {
    letter-spacing: -2.19619vw;
  }
  #develop .develop_detail {
    width: 20.4978vw;
    margin: 0 auto;
    padding: 0 21.44949vw 5.85652vw 0;
    font-size: 1.46413vw;
    font-weight: 600;
    line-height: 2.63543vw;
    color: #333333;
  }
  #develop .develop_detail .red {
    color: #EB1C24;
  }
  #develop .develop_bg {
    position: absolute;
    bottom: -15.51977vw;
    left: 50%;
    -webkit-transform: translateY(calc(-50%));
            transform: translateY(calc(-50%));
    width: 42.0937vw;
    height: 31.11274vw;
  }
  #develop .develop_btnarea_wrap {
    background: #EAEFF5;
  }
  #develop .develop_btnarea_wrap .develop_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 73.20644vw;
    margin: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #develop .develop_btnarea_wrap .develop_btnarea {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #develop .develop_btnarea_wrap .btn_movie {
    width: 25.62225vw;
    height: 6.00293vw;
    margin: 5.27086vw auto 0;
    border: solid #DF585F 0.43924vw;
    border-radius: 1.68375vw;
    background: #BF272D URL("../../assets/img/keyv_btn_arrow.svg");
    background-size: 2.63543vw;
    background-repeat: no-repeat;
    background-position: 20.4978vw center;
  }
  #develop .develop_btnarea_wrap .btn_movie div {
    width: 100%;
    font-size: 1.86676vw;
    letter-spacing: 0.10981vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  #develop .develop_btnarea_wrap .develop_btnarea_who {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #333333;
    font-weight: 600;
    padding-bottom: 1.61054vw;
  }
  #develop .develop_btnarea_wrap .develop_btnarea_who .develop_btnarea_who_belong {
    font-size: 1.31772vw;
    line-height: 1.97657vw;
    padding: 2.78184vw 0 0 4.75842vw;
  }
  #develop .develop_btnarea_wrap .develop_btnarea_who .develop_btnarea_who_name {
    font-size: 2.19619vw;
    line-height: 2.92826vw;
    width: 29.72182vw;
    padding: 0.36603vw 0 1.0981vw 4.75842vw;
  }
  #develop .develop_btnarea_wrap .develop_btnarea_who .develop_btnarea_who_detail {
    font-size: 1.1713vw;
    line-height: 1.90337vw;
    font-weight: 300;
    width: 29.72182vw;
    padding: 0 0 0 4.75842vw;
  }
  #interview {
    background: #F5F5E7;
    padding-top: 3.3675vw;
  }
  #interview .sec_title {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 11.71303vw;
    width: 41.14202vw;
    margin: 0 auto 0;
    padding-bottom: 2.19619vw;
    background: URL("../img/interview_txt_1.svg");
    background-size: 41.14202vw 11.71303vw;
    background-repeat: no-repeat;
  }
  #interview .interview_sheet {
    padding-bottom: 4.90483vw;
  }
  #interview .interview_sheet .interview_sheet_inner {
    width: 73.20644vw;
    margin: auto;
    background: #ffffff;
    -webkit-box-shadow: 0 0 1.0981vw 0.29283vw #0000001a;
            box-shadow: 0 0 1.0981vw 0.29283vw #0000001a;
    position: relative;
  }
  #interview .interview_sheet .interview_sheet_inner .interview_sheet_txt_ttl {
    position: absolute;
    top: 5.12445vw;
    left: 7.32064vw;
    color: #534741;
    font-size: 2.92826vw;
    line-height: 4.39239vw;
    font-weight: 600;
  }
  #interview .interview_sheet .interview_sheet_inner .interview_sheet_txt_wrap {
    padding: 19.76574vw 7.32064vw 0;
    height: 52.48902vw;
  }
  #interview .interview_sheet .interview_sheet_inner .interview_sheet_txt_wrap .space {
    float: left;
    height: 22.47438vw;
  }
  #interview .interview_sheet .interview_sheet_inner .interview_sheet_txt_wrap .img {
    float: left;
    clear: both;
  }
  #interview .interview_sheet .interview_sheet_inner .interview_sheet_txt_wrap .interview_sheet_txt {
    font-size: 1.1713vw;
    line-height: 2.19619vw;
    margin-bottom: 2.63543vw;
    color: #534741;
    font-weight: 600;
  }
  #interview .interview_sheet .interview_sheet_inner .interview_sheet_txt_wrap .interview_sheet_txt .interview_sheet_txt_br {
    display: block;
    height: 1.53734vw;
  }
  #interview .interview_sheet .interview_sheet_inner .interview_sheet_img1 {
    background: URL("../img/interview_sheet_img1.png");
    width: 29.28258vw;
    height: 33.67496vw;
    float: right;
    background-size: 35.65154vw 28.62372vw;
    background-position: right 2.92826vw;
    background-repeat: no-repeat;
  }
  #interview .interview_sheet .interview_sheet_inner .interview_sheet_img2 {
    background: URL("../img/interview_sheet_img2.png");
    width: 16.32504vw;
    height: 27.08638vw;
    padding: 2.92826vw 3.3675vw 0 0;
    background-repeat: no-repeat;
    background-position: 0 2.92826vw;
    background-size: 16.32504vw 19.47291vw;
  }
  #order .order_wrap {
    background: #e9e7e9;
  }
  #order .order_wrap .order_hero {
    background: URL("../img/order_hero_img1.png"), URL("../img/order_hero_img2.svg");
    background-repeat: no-repeat, repeat-x;
    background-position: right 16.98389vw, bottom;
    background-size: 50vw 38.21376vw, auto 21.96193vw;
    height: 57.32064vw;
  }
  #order .order_wrap .order_hero .sec_title {
    text-indent: 500%;
    white-space: nowrap;
    overflow: hidden;
    margin: auto;
    background: URL("../img/order_hero_txt1.svg");
    background-repeat: no-repeat;
    background-size: 26.57394vw 44.14348vw;
    background-position: 4.17277vw;
    width: 26.57394vw;
    height: 44.14348vw;
    padding-right: 42.45974vw;
    padding-left: 4.17277vw;
    padding-top: 3.3675vw;
  }
  #order .order_product {
    background: #ffffff;
    position: relative;
    padding-bottom: 3.22108vw;
  }
  #order .order_product .order_product_txt1 {
    color: #231815;
    font-size: 1.53734vw;
    line-height: 2.56223vw;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", メイリオ, Meiryo, Osaka, serif;
    font-weight: 600;
    text-align: center;
  }
  #order .order_product .order_product_txt1 .red {
    color: #E50012;
  }
  #order .order_product .order_product_txt2 {
    color: #231815;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", メイリオ, Meiryo, Osaka, serif;
    font-weight: 600;
    font-size: 3.66032vw;
    line-height: 5.7101vw;
    text-align: center;
    letter-spacing: -0.43924vw;
    margin-top: 0.51245vw;
    margin-bottom: 4.09956vw;
  }
  #order .order_product .order_product_txt2 .font_1 {
    font-size: 4.31918vw;
  }
  #order .order_product .order_product_txt2 .font_2 {
    font-size: 4.97804vw;
    letter-spacing: -0.43924vw;
  }
  #order .order_product .order_price {
    width: 73.20644vw;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4.02635vw;
  }
  #order .order_product .order_price .order_price_img {
    background: URL("../img/order_price_img1.png");
    background-size: 40.40996vw 26.93997vw;
    background-position: center -6.58858vw;
    width: 36.60322vw;
    height: 17.56955vw;
  }
  #order .order_product .order_price .order_price_txt_wrap {
    width: 36.60322vw;
    height: 17.56955vw;
    color: #231815;
  }
  #order .order_product .order_price .order_price_txt_wrap .order_price_txt_1 {
    margin-left: 1.75695vw;
    font-size: 1.46413vw;
    line-height: 2.56223vw;
  }
  #order .order_product .order_price .order_price_txt_wrap .order_price_txt_2 {
    margin-left: 1.75695vw;
    font-size: 2.19619vw;
    font-weight: 600;
  }
  #order .order_product .order_price .order_price_txt_wrap .order_price_txt_2 .font_60 {
    font-size: 4.39239vw;
  }
  #order .order_product .order_price .order_price_txt_wrap .order_price_txt_2 .red {
    color: #EB1C24;
  }
  #order .order_product .order_price .order_price_txt_wrap .order_price_txt_2 .txt_product {
    font-size: 2.12299vw;
    font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    border: 1px solid;
    width: 8.19912vw;
    height: 3.00146vw;
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 2.85505vw;
    top: -0.51245vw;
    margin-left: 1.39092vw;
  }
  #order .order_product .order_price .order_price_txt_wrap .order_price_txt_3 {
    margin-left: 1.75695vw;
    margin-top: 1.75695vw;
    color: #4D4D4D;
    font-size: 1.1713vw;
    line-height: 1.90337vw;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 33.74817vw;
  }
  #order .order_product .btn_online_shop_wrap {
    width: 100%;
    height: 13.6896vw;
    position: relative;
  }
  #order .order_product .btn_online_shop_wrap .btn_online_shop {
    width: 36.60322vw;
    height: 13.6896vw;
    border-radius: 6.29575vw;
    border: solid 0.65886vw #38A83F;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #258B07 URL("../img/btn_online_site_arrow.svg");
    background-repeat: no-repeat;
    background-size: 1.0981vw 1.61054vw;
    background-position: 32.35725vw center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    color: #ffffff;
    text-decoration: none;
    font-size: 3.00146vw;
    line-height: 3.00146vw;
  }
  #order .order_product .btn_online_shop_wrap .btn_online_shop_txt_small {
    font-size: 1.61054vw;
  }
  #order .order_product .btn_online_shop_wrap .btn_online_shop .btn_online_shop_inner {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  #footer .footer_support {
    background: #F6F4EC;
    height: 12.4451vw;
    text-align: center;
  }
  #footer .footer_support .footer_support_txt1 {
    color: #E50012;
    font-size: 2.19619vw;
    line-height: 2.92826vw;
    font-weight: 600;
    padding-top: 3.66032vw;
  }
  #footer .footer_support .footer_support_txt2 {
    font-size: 1.1713vw;
    line-height: 2.19619vw;
    color: #231815;
  }
  #footer .footer_corp {
    height: 7.32064vw;
  }
  #footer .footer_corp p {
    font-size: 1.46413vw;
    line-height: 7.32064vw;
    text-align: center;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333333;
  }
  #footer .footer_top_link {
    display: none;
    position: fixed;
    bottom: 3.66032vw;
    right: 2.48902vw;
    width: 8.49195vw;
    height: 10.10249vw;
  }
  #footer .to_shop {
    width: 5.19766vw;
    height: 18.37482vw;
    display: block;
    position: fixed;
    right: -5.85652vw;
    top: 17.56955vw;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #footer .to_shop.fadein {
    right: 0;
  }
  #footer .footer_band {
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    height: 2.92826vw;
    background: #BF272D;
    font-size: 1.02489vw;
    line-height: 2.92826vw;
    color: #fff;
    font-weight: 300;
    text-align: center;
  }
}

@media screen and (max-width: 750px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none;
  }
  .js_humburgerOpen .el_humburger > span.top {
    -webkit-transform: translateY(2.66667vw) rotate(-45deg);
            transform: translateY(2.66667vw) rotate(-45deg);
    background: #fff;
    width: 8.66667vw;
  }
  .js_humburgerOpen .el_humburger > span.middle {
    opacity: 0;
  }
  .js_humburgerOpen .el_humburger > span.bottom {
    -webkit-transform: translateY(-2.66667vw) rotate(45deg);
            transform: translateY(-2.66667vw) rotate(45deg);
    background: #fff;
    width: 8.66667vw;
  }
  /* ---- header_humburger ---- */
  .header_humburger {
    z-index: 5;
    position: absolute;
    top: 5.73333vw;
    right: 6.66667vw;
    width: 7.46667vw;
    height: 5.06667vw;
  }
  .el_humburger_outer {
    position: fixed;
    top: 0;
    right: 0;
    width: 18vw;
    height: 16vw;
    background: #39518A;
    z-index: 10000;
  }
  .el_humburger {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 5vw 5.8vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 10000;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    pointer-events: auto;
  }
  .js_humburgerOpen .el_humburger > span.middle {
    opacity: 0;
  }
  .el_humburger > span {
    display: block;
    width: 100%;
    margin: 0 auto 2.26667vw;
    height: 0.4vw;
    background: #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .el_humburger > span:last-child {
    margin-bottom: 0;
  }
  .el_humburgerButton__close > span {
    display: block;
    width: 4.66667vw;
    margin: 0 auto;
    height: 4px;
    background: #fff;
  }
  /*ナビゲーション*/
  .navigation {
    display: none;
  }
  .navigation.js_appear {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 5;
  }
  .navigation_screen {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 0;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 26.66667vw;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .navigation_wrapper {
    padding: 0;
    text-align: center;
    position: relative;
    top: 18.66667vw;
    margin-bottom: 13.33333vw;
  }
  .navigation_item {
    line-height: 20.93333vw;
    padding: 0;
  }
  .navigation_item::after {
    display: block;
    content: "";
    width: 10.26667vw;
    height: 0.53333vw;
    background: #E30012;
    margin: auto;
  }
  .navigation_item:last-child::after {
    display: none;
  }
  .navigation_item > a {
    color: #153754;
    text-decoration: none;
    font-size: 5.86667vw;
    font-weight: 700;
  }
  .js_fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  #header {
    background: #2D315C;
    z-index: 1;
    position: absolute;
    width: 100%;
  }
  #header .header_wrap {
    width: 100%;
    height: 16vw;
    position: relative;
    margin: auto;
  }
  #header .header_logo_wrap {
    width: 62vw;
    height: 12.66667vw;
    display: block;
    border-bottom: 3px solid #E30012;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 3.46667vw;
    left: 5.86667vw;
    padding-left: 0.53333vw;
  }
  #header .header_link {
    display: inline-block;
  }
  #header .header_link img {
    width: 40.66667vw;
    height: 9.2vw;
  }
  #keyv .keyv_inner_wrap {
    padding-top: 31.6vw;
    background: #2D315C;
  }
  #keyv .txt_area {
    max-width: none;
    width: 100%;
    margin: auto;
  }
  #keyv .txt_area img {
    margin: auto;
    display: block;
  }
  #keyv .txt_area .txt_1 img {
    height: 31.46667vw;
  }
  #keyv .txt_area .txt_2 {
    margin-top: 2.66667vw;
  }
  #keyv .txt_area .txt_2 img {
    width: 97.6vw;
    height: 90.8vw;
  }
  #keyv .txt_area .txt_3 {
    padding-top: 17.33333vw;
    background: URL("../../assets/img/keyv_txt_3_bg_sp.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #keyv .txt_area .txt_3 img {
    width: 100vw;
    height: 43.06667vw;
    position: relative;
    top: -5.33333vw;
  }
  #keyv .keyv_inner_wrap_2 {
    padding-bottom: 9.33333vw;
    background: URL("../../assets/img/keyv_txt_bg2.svg");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #keyv .keyv_inner_wrap_2 .txt_4 {
    background: URL("../../assets/img/keyv_txt_4_bg_sp.svg");
    background-size: 101% calc(357/1366 * 101vw);
    height: 71.73333vw;
    width: 101%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    position: relative;
    top: -2.66667vw;
  }
  #keyv .keyv_inner_wrap_2 .txt_4 img {
    width: 77.2vw;
    height: 39.33333vw;
    margin: auto;
    display: block;
    position: relative;
    top: calc((60/750 * 100vw));
  }
  #keyv .keyv_inner_wrap_2 .txt_5 img {
    width: 98.66667vw;
    height: 42.4vw;
    padding-top: 0;
    margin: auto;
    display: block;
  }
  #keyv .keyv_inner_wrap_2 .txt_6 {
    position: relative;
    margin: auto;
    max-width: 1000px;
    width: 100%;
    min-height: 149.6vw;
    height: 149.6vw;
    background: URL("../../assets/img/keyv_txt_6_bg_sp.png");
    background-repeat: no-repeat;
    background-size: 99.73333vw 121.6vw;
    background-position: 1px bottom;
  }
  #keyv .keyv_inner_wrap_2 .txt_6 .txt_6_1 img {
    width: 36.93333vw;
    height: 101.6vw;
    position: absolute;
    right: 6.66667vw;
  }
  #keyv .keyv_inner_wrap_2 .txt_6 .txt_6_2 {
    width: 50.26667vw;
    height: 28vw;
    background: #BF272D;
    border-radius: 14vw;
    position: relative;
    top: 0;
    left: 6.66667vw;
  }
  #keyv .keyv_inner_wrap_2 .txt_6 .txt_6_2 p {
    color: #ffffff;
    font-size: 4.66667vw;
    line-height: 6.93333vw;
    width: 50.26667vw;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  #keyv .keyv_inner_wrap_2 .txt_7 {
    display: block;
    width: 73.33333vw;
    height: 17.33333vw;
    margin: auto;
    text-align: center;
    position: relative;
    border: solid #DF585F 1.33333vw;
    border-radius: 5.33333vw;
    background: #BF272D URL("../../assets/img/keyv_btn_arrow.svg");
    background-size: 7.6vw;
    background-repeat: no-repeat;
    background-position: 60vw center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-decoration: none;
    color: #ffffff;
  }
  #keyv .keyv_inner_wrap_2 .txt_7 div {
    width: 100%;
    font-size: 5.33333vw;
    letter-spacing: 0.2vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  #yorisou_function {
    background: URL("../img/yori_func_bg_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    max-height: 266.66667vw;
    height: 266.66667vw;
  }
  #yorisou_function .red {
    color: #BF272D;
  }
  #yorisou_function .sec_title {
    text-align: center;
  }
  #yorisou_function .sec_title img {
    width: 70.4vw;
    height: 24vw;
    padding-top: 14.66667vw;
  }
  #yorisou_function .title_bar {
    background: URL("../img/yori_func_bar.svg");
    width: 100%;
    height: calc(110/750 * 100vw);
    position: absolute;
    top: 40.53333vw;
  }
  #yorisou_function .yorisou_content_inner_wrap {
    width: 100%;
    margin: 8.53333vw auto 0;
    position: relative;
  }
  #yorisou_function .yorisou_content_inner_wrap .yorisou_content {
    width: 100%;
    height: 85.6vw;
    position: absolute;
  }
  #yorisou_function .yorisou_content_inner_wrap .yorisou_content.content_1 {
    background: URL("../img/yorisou_point_1_sp.svg");
    background-repeat: no-repeat;
    background-size: 82.4vw 82.4vw;
    background-position: -21.6vw;
  }
  #yorisou_function .yorisou_content_inner_wrap .yorisou_content.content_2 {
    background: URL("../img/yorisou_point_2_sp.svg");
    background-repeat: no-repeat;
    background-size: 88.13333vw 84.13333vw;
    top: 42vw;
    right: 0;
    background-position: 35.33333vw 0;
    text-align: right;
  }
  #yorisou_function .yorisou_content_inner_wrap .yorisou_content.content_2 .yorisou_content_ttl_wrap {
    margin-top: 34.66667vw;
    margin-left: 0;
    margin-right: 6.66667vw;
  }
  #yorisou_function .yorisou_content_inner_wrap .yorisou_content.content_2 .yorisou_content_txt {
    margin-left: 0;
    margin-right: 6.66667vw;
  }
  #yorisou_function .yorisou_content_inner_wrap .yorisou_content.content_3 {
    background: URL("../img/yorisou_point_3_sp.svg");
    background-repeat: no-repeat;
    background-size: 82.26667vw 82vw;
    background-position: -21.6vw;
    top: 85.86667vw;
  }
  #yorisou_function .yorisou_content_inner_wrap .yorisou_content .yorisou_content_ttl_wrap {
    margin-left: 7.2vw;
    margin-top: 34.66667vw;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", メイリオ, Meiryo, Osaka, serif;
  }
  #yorisou_function .yorisou_content_inner_wrap .yorisou_content .yorisou_content_ttl_wrap .content_ttl {
    font-weight: 600;
    font-size: 6.66667vw;
  }
  #yorisou_function .yorisou_content_inner_wrap .yorisou_content .yorisou_content_ttl_wrap .content_ttl .ttl_big {
    font-size: 8vw;
  }
  #yorisou_function .yorisou_content_inner_wrap .yorisou_content .yorisou_content_txt {
    color: #4D4D4D;
    margin-left: 7.2vw;
    font-size: 4vw;
    font-weight: 600;
    margin-top: 2.66667vw;
  }
  #yorisou_function .btn_online_shop_wrap {
    position: absolute;
    bottom: 12.53333vw;
    width: 100%;
    height: 32.8vw;
  }
  #yorisou_function .btn_online_shop_wrap .btn_online_shop {
    width: 87.73333vw;
    height: 32.8vw;
    border-radius: 15.2vw;
    border: solid 1.6vw #38A83F;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #258B07 URL("../img/btn_online_site_arrow.svg");
    background-repeat: no-repeat;
    background-size: 2.66667vw 3.86667vw;
    background-position: 77.46667vw center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    color: #ffffff;
    text-decoration: none;
    font-size: 7.2vw;
    line-height: 9.33333vw;
    letter-spacing: 0.26667vw;
  }
  #yorisou_function .btn_online_shop_wrap .btn_online_shop_txt_small {
    display: block;
    font-size: 4vw;
    line-height: 5.33333vw;
    padding-top: 0.8vw;
    letter-spacing: 0vw;
  }
  #yorisou_function .btn_online_shop_wrap .btn_online_shop .btn_online_shop_inner {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  #commitment {
    background: #C4D5E3 URL("../img/commitment_txt_1_bk.svg");
    background-repeat: repeat-x;
    background-position: center 7.06667vw;
    background-size: auto 43.33333vw;
  }
  #commitment .sec_title {
    padding-top: 13.06667vw;
    padding-bottom: 11.46667vw;
  }
  #commitment .sec_title img {
    width: 100%;
    height: 32vw;
    margin: auto;
    display: block;
  }
  #commitment .commitment_inner_wrap {
    background-image: URL("../img/commitment_txt_2_bk.png");
    background-repeat: no-repeat;
    background-position: 7.2vw calc(100% - 5.33333vw);
    height: 126.66667vw;
    background-size: 93.6vw 40vw;
  }
  #commitment .commitment_inner_wrap .commitment_txt_2 {
    display: block;
    margin: auto;
    width: 86.66667vw;
    height: 94.93333vw;
    position: relative;
  }
  #commitment .commitment_inner_wrap2 {
    border-top: none;
  }
  #commitment .commitment_inner_wrap2 .commitment_system {
    max-width: 100%;
    margin: auto;
    position: relative;
  }
  #commitment .commitment_inner_wrap2 .commitment_system_ttl .system_img {
    width: 513px;
    height: 507px;
    padding-bottom: 16px;
  }
  #commitment .commitment_inner_wrap2 .commitment_system_txt {
    font-size: 3.73333vw;
    line-height: 6vw;
    font-weight: 600;
    color: #1A1A1A;
    position: initial;
    padding: 4vw 6.66667vw;
    top: 0;
    background: none;
  }
  #commitment .commitment_inner_wrap2 .commitment_system_txt .white {
    background: #ffffff;
    display: inline-block;
    padding: 0 0 0 0.8vw;
    margin: 0 0.8vw;
  }
  #commitment .commitment_inner_wrap2 .system1 .commitment_system_ttl {
    background: URL("../img/commitment_system_ttl_1_sp.svg");
    width: 100%;
    height: 108.26667vw;
    background-size: 104.66667vw 108.26667vw;
    background-repeat: no-repeat;
    background-position: -6.66667vw;
  }
  #commitment .commitment_inner_wrap2 .system2 .commitment_system_ttl {
    background: URL("../img/commitment_system_ttl_2_sp.svg");
    width: 100%;
    height: 132.13333vw;
    background-size: 106.93333vw 132.13333vw;
    background-repeat: no-repeat;
    background-position: -0.66667vw;
  }
  #commitment .commitment_inner_wrap2 .system2 .commitment_system_txt {
    font-size: 3.73333vw;
    line-height: 6vw;
    font-weight: 600;
    color: #1A1A1A;
    position: initial;
    padding: 0 6.66667vw 13.33333vw;
    top: 0;
    background: none;
  }
  #commitment .commitment_inner_wrap2 .system2 .commitment_system_txt .white {
    background: #ffffff;
    display: inline-block;
    padding: 0 0 0 0.8vw;
    margin: 0 0.8vw;
  }
  #demonstration .sec_title {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 26.66667vw;
    width: 93.33333vw;
    margin: 6.66667vw 6.66667vw 0 0;
    background: URL("../img/demonstration_txt_1.svg");
    background-size: 96vw 40vw;
    background-position: -3.06667vw 0px;
    background-repeat: no-repeat;
    padding-bottom: 8.66667vw;
  }
  #demonstration .demonstration_content_wrap {
    position: relative;
    width: 86.66667vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 14px;
    top: 0;
  }
  #demonstration .demonstration_content_wrap .demonstration_content_ttl {
    width: 100%;
    margin: auto;
    height: 9.33333vw;
    background: #4F5797;
    border-radius: 4vw;
    font-size: 4.66667vw;
    color: #ffffff;
    line-height: 9.33333vw;
    text-align: center;
    font-weight: 600;
  }
  #demonstration .demonstration_content_wrap .demonstration_content_img1 {
    width: 100%;
    height: auto;
    margin: 5.2vw auto 4.26667vw;
    display: block;
  }
  #demonstration .demonstration_content_wrap .demonstration_content_img2 {
    width: 37.2vw;
    height: 21.33333vw;
    margin: 4.93333vw 3.6vw 0 1.86667vw;
    display: block;
    float: left;
  }
  #demonstration .demonstration_content_detail {
    font-size: 3.2vw;
    font-weight: 300;
    line-height: 5.86667vw;
    width: 100%;
    padding: 0;
    letter-spacing: -0.2vw;
  }
  #demonstration .demonstration_content_detail.right {
    margin: 4.93333vw 0 0;
    width: 43.46667vw;
    float: right;
  }
  #demonstration .demonstration_content {
    margin-bottom: 12vw;
  }
  #develop .develop_top_wrap {
    background: #DBE4EF;
    position: relative;
    padding-top: 7.46667vw;
  }
  #develop .sec_title {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 21.06667vw;
    width: 74.8vw;
    margin: 0 auto 0;
    background: URL("../img/develop_txt_1.svg");
    background-size: 74.8vw 21.06667vw;
    background-repeat: no-repeat;
  }
  #develop .develop_txt {
    color: #4D4D4D;
    line-height: 10.66667vw;
    font-size: 6.66667vw;
    width: 76.4vw;
    margin: 8.26667vw auto 6vw;
  }
  #develop .develop_txt .white_line {
    padding: 0 6px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #ffffff));
    background: -webkit-linear-gradient(transparent 50%, #ffffff 0%);
    background: linear-gradient(transparent 50%, #ffffff 0%);
  }
  #develop .develop_txt .white_line .l_s {
    letter-spacing: -30px;
  }
  #develop .develop_detail {
    width: 66.66667vw;
    margin: 0;
    padding: 0 0 8vw 11.46667vw;
    font-size: 3.46667vw;
    font-weight: 600;
    line-height: 5.6vw;
    color: #333333;
  }
  #develop .develop_detail .red {
    color: #EB1C24;
  }
  #develop .develop_bg {
    position: absolute;
    bottom: -24.26667vw;
    left: 39%;
    -webkit-transform: translateY(calc(-50%));
            transform: translateY(calc(-50%));
    width: 65.73333vw;
    height: 48.66667vw;
  }
  #develop .develop_btnarea_wrap {
    background: #EAEFF5;
  }
  #develop .develop_btnarea_wrap .develop_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #develop .develop_btnarea_wrap .develop_btnarea {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin: 8.93333vw auto;
  }
  #develop .develop_btnarea_wrap .btn_movie {
    display: block;
    width: 73.33333vw;
    height: 17.33333vw;
    margin: auto;
    text-align: center;
    position: relative;
    border: solid #DF585F 1.33333vw;
    border-radius: 5.33333vw;
    background: #BF272D URL("../../assets/img/keyv_btn_arrow.svg");
    background-size: 7.6vw;
    background-repeat: no-repeat;
    background-position: 60vw center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-decoration: none;
    color: #ffffff;
  }
  #develop .develop_btnarea_wrap .btn_movie div {
    width: 100%;
    font-size: 5.33333vw;
    letter-spacing: 0.2vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  #develop .develop_btnarea_wrap .develop_btnarea_who {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    color: #333333;
    font-weight: 600;
    padding-bottom: 0;
  }
  #develop .develop_btnarea_wrap .develop_btnarea_who .develop_btnarea_who_belong {
    font-size: 3.2vw;
    line-height: 4.53333vw;
    padding: 6.66667vw 0 0 12.8vw;
  }
  #develop .develop_btnarea_wrap .develop_btnarea_who .develop_btnarea_who_name {
    font-size: 5.86667vw;
    line-height: 8vw;
    width: auto;
    padding: 0.66667vw 0 0.66667vw 12.8vw;
  }
  #develop .develop_btnarea_wrap .develop_btnarea_who .develop_btnarea_who_detail {
    font-size: 2.66667vw;
    line-height: 5.73333vw;
    font-weight: 600;
    width: auto;
    padding: 0 14.13333vw 0 12.8vw;
  }
  #interview {
    background: #F5F5E7;
    padding-top: 46px;
  }
  #interview .sec_title {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 42.66667vw;
    width: 100vw;
    margin: 0 auto 0;
    padding-bottom: 4vw;
    background: URL("../img/interview_txt_1_sp.svg");
    background-size: 100vw 42.66667vw;
    background-repeat: no-repeat;
  }
  #interview .interview_sheet {
    padding-bottom: 67px;
  }
  #interview .interview_sheet .interview_sheet_inner {
    width: 86.66667vw;
    margin: auto;
    background: #ffffff;
    -webkit-box-shadow: 0 0 2vw 0.53333vw #0000001a;
            box-shadow: 0 0 2vw 0.53333vw #0000001a;
    position: relative;
  }
  #interview .interview_sheet .interview_sheet_inner .interview_sheet_txt_ttl {
    position: absolute;
    top: 10.66667vw;
    left: 7.2vw;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    color: #534741;
    font-size: 5.6vw;
    line-height: 8.66667vw;
    font-weight: 600;
  }
  #interview .interview_sheet .interview_sheet_inner .interview_sheet_txt_wrap {
    padding: 88vw 6.66667vw 24vw;
    height: auto;
    letter-spacing: 0.26667vw;
  }
  #interview .interview_sheet .interview_sheet_inner .interview_sheet_txt_wrap .space {
    float: left;
    height: 48vw;
  }
  #interview .interview_sheet .interview_sheet_inner .interview_sheet_txt_wrap .img {
    float: left;
    clear: both;
  }
  #interview .interview_sheet .interview_sheet_inner .interview_sheet_txt_wrap .interview_sheet_txt {
    font-size: 3.2vw;
    line-height: 5.33333vw;
    margin-bottom: 5.33333vw;
    color: #534741;
    font-weight: 600;
  }
  #interview .interview_sheet .interview_sheet_inner .interview_sheet_img1 {
    background: URL("../img/interview_sheet_img1_sp.png");
    margin-top: 10.66667vw;
    width: 100%;
    height: 63.86667vw;
    float: right;
    background-size: auto 63.86667vw;
    background-position: right;
    background-repeat: no-repeat;
  }
  #interview .interview_sheet .interview_sheet_inner .interview_sheet_img2 {
    background: URL("../img/interview_sheet_img2.png");
    width: 35.33333vw;
    height: 42vw;
    padding: 2.66667vw 5.33333vw 2.66667vw 0;
    background-repeat: no-repeat;
    background-position: 0 5.33333vw;
    background-size: 35.33333vw 42vw;
  }
  #order .order_wrap {
    background: #e9e7e9;
  }
  #order .order_wrap .order_hero {
    background: URL("../img/order_hero_img1.png"), URL("../img/order_hero_img2.svg");
    background-repeat: no-repeat, repeat-x;
    background-position: bottom ,bottom;
    background-size: 100vw auto, auto;
    height: 180.4vw;
  }
  #order .order_wrap .order_hero .sec_title {
    text-indent: 1000%;
    white-space: nowrap;
    overflow: hidden;
    margin: auto;
    background: URL("../img/order_hero_txt1.svg");
    background-repeat: no-repeat;
    background-size: 64vw;
    background-position: center 6.66667vw;
    width: 100%;
    height: 102.26667vw;
    padding-right: inherit;
    padding-left: unset;
    padding-top: 10.66667vw;
  }
  #order .order_product {
    background: #ffffff;
    position: relative;
    padding-bottom: 7.46667vw;
  }
  #order .order_product .order_product_txt1 {
    color: #231815;
    font-size: 3.2vw;
    line-height: 5.33333vw;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", メイリオ, Meiryo, Osaka, serif;
    font-weight: 600;
    text-align: center;
  }
  #order .order_product .order_product_txt1 .red {
    color: #E50012;
  }
  #order .order_product .order_product_txt2 {
    color: #231815;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", メイリオ, Meiryo, Osaka, serif;
    font-weight: 600;
    font-size: 7.33333vw;
    line-height: 11.73333vw;
    text-align: center;
    letter-spacing: -0.8vw;
    margin-top: 0.93333vw;
    margin-bottom: 6.66667vw;
  }
  #order .order_product .order_product_txt2 .font_1 {
    font-size: 8.8vw;
  }
  #order .order_product .order_product_txt2 .font_2 {
    font-size: 10.13333vw;
    letter-spacing: -1.33333vw;
  }
  #order .order_product .order_price {
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 6.13333vw;
  }
  #order .order_product .order_price .order_price_img {
    background: URL("../img/order_price_img1.png");
    background-repeat: no-repeat;
    background-size: 84vw;
    background-position: 9.33333vw -18vw;
    width: 100%;
    height: 34.66667vw;
  }
  #order .order_product .order_price .order_price_txt_wrap {
    width: auto;
    height: auto;
    color: #231815;
    padding: 0 12vw;
  }
  #order .order_product .order_price .order_price_txt_wrap .order_price_txt_1 {
    margin-left: 0;
    font-size: 4vw;
    font-weight: 600;
    line-height: 6.13333vw;
  }
  #order .order_product .order_price .order_price_txt_wrap .order_price_txt_2 {
    margin-left: 0;
    font-size: 5.2vw;
    font-weight: 600;
  }
  #order .order_product .order_price .order_price_txt_wrap .order_price_txt_2 .font_60 {
    font-size: 10.53333vw;
  }
  #order .order_product .order_price .order_price_txt_wrap .order_price_txt_2 .red {
    color: #EB1C24;
  }
  #order .order_product .order_price .order_price_txt_wrap .order_price_txt_2 .txt_product {
    font-size: 5.46667vw;
    font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    border: 1px solid;
    width: 21.2vw;
    height: 7.73333vw;
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 7.6vw;
    top: -1.2vw;
    margin-left: 1.86667vw;
    letter-spacing: -0.26667vw;
  }
  #order .order_product .order_price .order_price_txt_wrap .order_price_txt_3 {
    margin-left: 0;
    margin-top: 2.66667vw;
    color: #4D4D4D;
    font-size: 2.66667vw;
    line-height: 4vw;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 75.86667vw;
  }
  #order .order_product .btn_online_shop_wrap {
    width: 100%;
    height: 32.8vw;
  }
  #order .order_product .btn_online_shop_wrap .btn_online_shop {
    width: 87.73333vw;
    height: 32.8vw;
    border-radius: 15.2vw;
    border: solid 1.6vw #38A83F;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #258B07 URL("../img/btn_online_site_arrow.svg");
    background-repeat: no-repeat;
    background-size: 2.66667vw 3.86667vw;
    background-position: 77.46667vw center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    color: #ffffff;
    text-decoration: none;
    font-size: 7.2vw;
    line-height: 9.33333vw;
    letter-spacing: 0.26667vw;
  }
  #order .order_product .btn_online_shop_wrap .btn_online_shop_txt_small {
    display: block;
    font-size: 4vw;
    line-height: 5.33333vw;
    padding-top: 0.8vw;
    letter-spacing: 0vw;
  }
  #order .order_product .btn_online_shop_wrap .btn_online_shop .btn_online_shop_inner {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  #footer .footer_support {
    background: #F6F4EC;
    height: auto;
    text-align: left;
  }
  #footer .footer_support .footer_support_txt1 {
    color: #E50012;
    font-size: 4.53333vw;
    line-height: 5.33333vw;
    font-weight: 600;
    padding-top: 8.53333vw;
    padding-left: 13.33333vw;
  }
  #footer .footer_support .footer_support_txt2 {
    font-size: 3.2vw;
    line-height: 5.33333vw;
    font-weight: 300;
    color: #231815;
    margin-top: 4.26667vw;
    padding: 0 13.33333vw 8.26667vw;
  }
  #footer .footer_corp {
    height: 19.6vw;
  }
  #footer .footer_corp p {
    font-size: 4vw;
    line-height: 19.6vw;
    text-align: center;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 300;
    color: #333333;
  }
  #footer .footer_top_link {
    display: none;
    position: fixed;
    bottom: 18.66667vw;
    right: 4vw;
    width: 15.46667vw;
    height: 18.4vw;
  }
  #footer .to_shop {
    width: 50.8vw;
    height: 14.4vw;
    display: block;
    position: fixed;
    right: 0;
    top: unset;
    bottom: -16vw;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #footer .to_shop.fadein {
    bottom: -0.26667vw;
  }
  #footer .footer_band {
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    height: 13.33333vw;
    background: #BF272D;
    font-size: 3.46667vw;
    line-height: 4.66667vw;
    color: #fff;
    font-weight: 300;
    text-align: center;
    padding-top: 2.66667vw;
  }
  #footer .footer_band .copy_mark {
    font-size: 4.8vw;
    display: inline-block;
    position: relative;
    top: 0.66667vw;
  }
  .grad-wrap {
    position: relative;
  }
  .grad-wrap + .grad-wrap {
    height: 86.66667vw;
  }
  .grad-trigger {
    /*ボタンのスタイルはご自由にどうぞ*/
    position: absolute;
    bottom: 6.66667vw;
  }
  .grad-trigger::after {
    content: "くわしく見る";
    display: block;
    background: URL("../img/btn_more_txt.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 73.33333vw;
    height: 12vw;
    color: #fff;
    font-size: 4vw;
    letter-spacing: 0.93333vw;
    line-height: 12vw;
    text-align: center;
  }
  .grad-trigger .fa {
    margin-right: .5em;
  }
  .grad-item {
    position: relative;
    overflow: hidden;
    height: 213.33333vw;
  }
  .grad-item.is-hide {
    height: 86.66667vw;
  }
  .grad-item::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 40vw;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.9)), color-stop(50%, rgba(255, 255, 255, 0.9)), to(#fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  }
  .grad-trigger.is-show {
    position: absolute;
    bottom: 6.66667vw;
  }
  .grad-trigger.is-show::after {
    content: "閉じる";
    background: URL("../img/btn_more_txt_close.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .grad-trigger.is-show + .grad-item::before {
    display: none;
  }
  .is-scrollEnd .to_shop {
    opacity: 0;
  }
}
