@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
.pc_disp {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc_disp {
    display: block !important;
  }
}

.sp_disp {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .sp_disp {
    display: none !important;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
}

header .Header_Inner {
  width: auto !important;
}

header.Header_Area .Header_Inner .SiteToggleBtn01 a {
  min-width: auto;
}

#PageTop {
  background: #fff;
}

footer {
  position: relative;
}

@media only screen and (min-width: 768px) {
  header.Header_Area,
  nav.ContentNavi01 {
    position: relative;
    z-index: 11;
  }
  header.Header_Area .Header_Inner .SiteToggleBtn01 a {
    min-width: auto;
  }
  header.Header_Area .Header_Inner {
    min-width: min(84.1666666667vw, 1010px);
    padding: 0 min(2.3333333333vw, 28px);
    box-sizing: border-box;
  }
  header.Header_Area h1 {
    min-width: min(18.5vw, 222px);
  }
  header.Header_Area h1 img {
    width: min(14.3333333333vw, 172px);
  }
  header.Header_Area .Header_Inner,
  header ul.UserMyMenu li a,
  nav {
    font-size: min(1.1666666667vw, 12px) !important;
  }
  nav.ContentNavi01 {
    min-width: max(80vw, 960px) !important;
  }
  nav.ContentNavi01 > ul li a {
    font-size: min(1.4166666667vw, 14px) !important;
    padding: 0 min(0.8333333333vw, 10px) 0 min(0.8333333333vw, 10.5px) !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  header.Header_Area .Header_Inner .SiteToggleBtn01 a {
    min-width: auto;
  }
  nav.ContentNavi01 {
    overflow: hidden;
  }
}
footer .NkFooterArea {
  position: relative;
  z-index: 1;
}

footer,
footer .FootWrap {
  min-width: min(91.6666666667vw, 960px) !important;
}

footer .KeirinLink01,
footer .NkFooterArea dl.FootSiteTitle,
footer .PCfooter .BtnPagetop {
  width: min(91.6666666667vw, 960px);
}

footer dl.NkFoot01 {
  padding: 0 min(2.5vw, 30px);
}

footer dl.NkFootCateLink {
  padding: 0 min(1vw, 12px) 0 0;
}

footer dl.NkFoot01:last-child {
  padding: 0 0 0 min(2.5vw, 30px);
}

footer dl.NkFoot02 {
  padding: min(0.5vw, 6px) min(1.8333333333vw, 22px);
}

footer dl.NkFoot02:first-child {
  padding: 0 min(1.8333333333vw, 22px) 0 0;
}

footer .NkFoot01 .Nk_Sns {
  width: min(22.5vw, 270px);
}

dl.NkFoot01 dd.SpNkInfoImg .SearchImg01 {
  width: min(16.6666666667vw, 200px);
}

dl.NkFoot01 dd.SpNkInfoImg .QrImg01 {
  width: min(5vw, 60px);
}

dl.NkFoot01 ul.AprStoreList img {
  width: min(11.5833333333vw, 140px);
}

.PCfooter .Nk_Sns ul li {
  width: min(3.75vw, 45px);
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  footer dl.NkFoot01:last-child {
    width: 15.8333333333vw;
  }
  footer dl.NkFoot01 dd.SpNkInfoImg img.QrImg01 {
    top: -9px;
  }
  footer dl.NkFoot01 dd ul li {
    font-size: min(1.25vw, 14px);
  }
  footer dl.NkFoot02 dd ul li {
    font-size: min(1.25vw, 14px);
  }
  dl.NkFoot02 dt {
    font-size: min(1.25vw, 14px);
  }
}
.MainColumn {
  position: relative;
  text-align: left;
  background: #EFECE7;
  color: #000;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
}
img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

/*===============================
	lp css
================================*/
.induction_pc_inner {
  padding-right: 60px;
  position: relative;
  z-index: 1;
}

.induction_pc {
  display: flex;
  align-items: center;
  gap: 0 min(0.8333333333vw, 18px);
  padding: min(0.3333333333vw, 4px) min(0.6666666667vw, 8px);
  width: min(25vw, 368px);
  background-color: rgba(209, 188, 122, 0.4);
  box-sizing: border-box;
  border-radius: 5px;
  margin: min(3.3333333333vw, 40px) auto 0;
}
.induction_pc .qr {
  display: inline-block;
  width: min(4.5vw, 54px);
}
.induction_pc a {
  display: inline-block;
  transition: 0.3s;
  width: min(10.75vw, 129px);
}
.induction_pc a:hover {
  opacity: 0.7;
}
.induction_sp {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 999;
  padding: 5px 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.induction_sp a {
  width: 34.6666666667vw;
}
.induction_sp a + a {
  margin-left: 4vw;
}

.fv_wrap {
  width: calc(100% - min(36.0833333333vw, 533px));
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .fv_wrap {
    position: absolute;
    bottom: auto;
    top: 0;
    width: 100%;
    height: auto;
  }
}
.fv_wrap.fixedBox {
  position: fixed;
  bottom: auto;
  top: min(7.6666666667vw, 92px);
  z-index: 10;
}
.fv_wrap.fixedBox.overHeader {
  top: 0;
}
@media (max-width: 1600px) and (min-width: 1200px) {
  .fv_wrap.fixedBox.overHeader .fv_title {
    margin-top: 0;
  }
}
@media (max-width: 1300px) and (min-width: 768px) {
  .fv_wrap.fixedBox.overHeader .lp_menu {
    bottom: -5%;
  }
}

.fv {
  position: relative;
}
.fv_inner {
  position: relative;
  z-index: 1;
  width: min(61.5vw, 738px);
  width: 100%;
  height: 100vh;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .fv_inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
}
.fv .fv_horse {
  margin-top: min(-32.9166666667vw, -395px);
}
@media screen and (max-width: 767px) {
  .fv .fv_horse {
    margin-top: -89.3333333333vw;
    width: 100%;
  }
}
.fv .fv_deco01 {
  width: 100%;
  margin: min(-5.6666666667vw, -68px) auto 0 0;
}
@media screen and (max-width: 767px) {
  .fv .fv_deco01 {
    margin: -16px auto 0 0;
    width: 100%;
  }
}
.fv .fv_deco02 {
  margin-top: min(-12.5vw, -94px);
  width: 95%;
}
@media screen and (max-width: 767px) {
  .fv .fv_deco02 {
    margin-top: -26.6666666667vw;
    width: 100%;
  }
}
.fv .fv_title {
  position: relative;
  display: block;
  width: min(18.5vw, 222px);
  margin: 0 auto;
  padding-right: 60px;
  padding-top: 8px;
}
@media (max-width: 1600px) and (min-width: 1200px) {
  .fv .fv_title {
    margin-top: min(-8.3333333333vw, -100px);
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_title {
    padding: 0;
    margin-top: 10px;
    width: 58.6666666667vw;
  }
}
.fv .fv_head {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-right: 60px;
  padding-top: min(3.5vw, 42px);
}
@media screen and (max-width: 767px) {
  .fv .fv_head {
    padding-right: 0;
    padding-top: 35.4666666667vw;
  }
}
.fv .fv_head > div {
  display: inline-block;
  padding: 8px 18px;
  background: #fff;
  margin-bottom: 7px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .fv .fv_head > div {
    margin-bottom: 7px;
  }
}
.fv .fv_head > div.font_bg span {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .fv .fv_head > div.font_bg span {
    font-size: 40px;
    font-size: 10.6666666667vw;
  }
}
.fv .fv_head span {
  color: #000;
  font-weight: bold;
  font-size: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .fv .fv_head span {
    font-size: 23px;
    font-size: 6.1333333333vw;
  }
}
.fv .ribbon10 {
  position: absolute;
  left: 0;
  bottom: 12%;
}

.lp_menu {
  position: absolute;
  right: 20px;
  top: 18%;
  z-index: 10;
  width: min(19.5833333333vw, 235px);
}
@media (max-width: 1300px) and (min-width: 768px) {
  .lp_menu {
    top: auto;
    bottom: 10%;
  }
}
@media screen and (max-width: 767px) {
  .lp_menu {
    width: 100%;
    margin: 0 auto 36px;
    position: initial;
  }
}
.lp_menu .lp_menu_inner > li {
  margin-bottom: 15px;
}
.lp_menu .lp_menu_inner > li.current a {
  background: #FFF3E5;
}
.lp_menu .lp_menu_inner > li a.current {
  background: #FFF3E5;
}
.lp_menu li:nth-of-type(1) a, .lp_menu li:nth-of-type(4) a {
  background: #fff;
  color: #000;
}
.lp_menu li:nth-of-type(2) a, .lp_menu li:nth-of-type(5) a {
  background: #3C665E;
  color: #fff;
}
.lp_menu li:nth-of-type(2) a .arrow, .lp_menu li:nth-of-type(5) a .arrow {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.5%22%20height%3D%229.514%22%20viewBox%3D%220%200%2010.5%209.514%22%3E%3Cpath%20d%3D%22M0%2C0%2C2.087%2C5.25%2C0%2C10.5%2C9.514%2C5.25Z%22%20transform%3D%22translate%2810.5%29%20rotate%2890%29%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
}
.lp_menu li:nth-of-type(3) a, .lp_menu li:nth-of-type(6) a {
  background: #B5ACA5;
  color: #000;
}
.lp_menu li:nth-of-type(2) a, .lp_menu li:nth-of-type(4) a, .lp_menu li:nth-of-type(6) a {
  margin: 0 0 0 auto;
}
.lp_menu li:nth-of-type(1), .lp_menu li:nth-of-type(3), .lp_menu li:nth-of-type(4), .lp_menu li:nth-of-type(5) {
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .lp_menu li:nth-of-type(1), .lp_menu li:nth-of-type(3), .lp_menu li:nth-of-type(4), .lp_menu li:nth-of-type(5) {
    margin-bottom: 15px;
  }
}
.lp_menu li:nth-of-type(2), .lp_menu li:nth-of-type(4) {
  position: relative;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .lp_menu li:nth-of-type(2), .lp_menu li:nth-of-type(4) {
    margin-bottom: 35px;
  }
}
.lp_menu li:nth-of-type(2)::after, .lp_menu li:nth-of-type(4)::after {
  background: url("../img/menu_dot.png") no-repeat;
  content: "";
  display: block;
  width: 4px;
  height: 9px;
  position: absolute;
  background-size: contain;
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
}
@media screen and (max-width: 767px) {
  .lp_menu li:nth-of-type(2)::after, .lp_menu li:nth-of-type(4)::after {
    width: 6px;
    height: 17px;
    bottom: -27px;
  }
}
.lp_menu li:nth-of-type(1) .menu_num, .lp_menu li:nth-of-type(3) .menu_num {
  top: 6%;
  right: -7%;
}
.lp_menu li:nth-of-type(2) .menu_num, .lp_menu li:nth-of-type(4) .menu_num {
  bottom: 4%;
  left: -6%;
}
.lp_menu li:nth-of-type(2) .icon, .lp_menu li:nth-of-type(4) .icon {
  left: 10%;
}
@media screen and (min-width: 1024px) {
  .lp_menu li:nth-of-type(5) a, .lp_menu li:nth-of-type(6) a {
    padding-left: 0;
  }
}
.lp_menu li:nth-of-type(4) a {
  line-height: 1.5;
  padding-top: 13px;
}
@media screen and (max-width: 767px) {
  .lp_menu li:nth-of-type(4) a {
    padding-top: 3.4666666667vw;
  }
}
.lp_menu li a {
  position: relative;
  display: block;
  padding: min(1.3333333333vw, 16px) 0 min(1.3333333333vw, 16px) min(1.6666666667vw, 20px);
  width: min(18vw, 216px);
  height: min(5vw, 60px);
  font-size: min(0.9166666667vw, 11px);
  border-radius: min(1.1666666667vw, 14px);
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .lp_menu li a {
    padding: 6.4vw 0;
    width: 78.6666666667vw;
    height: 21.3333333333vw;
    font-size: 16px;
    font-size: 4.2666666667vw;
    border-radius: 3.7333333333vw;
  }
}
.lp_menu li a .sub_text {
  display: block;
  margin-top: 5px;
  display: block;
  font-size: 10px;
  transform: scale(0.8);
}
@media screen and (max-width: 767px) {
  .lp_menu li a .sub_text {
    font-size: 12px;
    font-size: 3.2vw;
    transform: none;
  }
}
@media screen and (min-width: 1024px) {
  .lp_menu li a:hover {
    filter: brightness(1.1);
  }
  .lp_menu li a:hover .arrow {
    margin-top: 5px;
  }
}
.lp_menu li a .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6%;
  display: block;
  width: min(2.6666666667vw, 32px);
}
@media screen and (max-width: 767px) {
  .lp_menu li a .icon {
    width: 11.7333333333vw;
    left: 3%;
  }
}
.lp_menu li a .arrow {
  position: absolute;
  right: 9%;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: min(0.5833333333vw, 7px);
  height: min(0.6666666667vw, 8px);
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.5%22%20height%3D%229.514%22%20viewBox%3D%220%200%2010.5%209.514%22%3E%3Cpath%20d%3D%22M0%2C0%2C2.087%2C5.25%2C0%2C10.5%2C9.514%2C5.25Z%22%20transform%3D%22translate%2810.5%29%20rotate%2890%29%22%20fill%3D%22%23231815%22%2F%3E%3C%2Fsvg%3E);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .lp_menu li a .arrow {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.lp_menu li a .menu_num {
  position: absolute;
  width: min(2.3333333333vw, 28px);
  height: min(2.6666666667vw, 32px);
}
@media screen and (max-width: 767px) {
  .lp_menu li a .menu_num {
    width: 10.4vw;
    height: 12.2666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .main_cont_wrap {
    padding-top: 138px;
    margin: 0 min(6.9166666667vw, 83px) 0 auto;
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.06);
    width: min(29.1666666667vw, 450px);
    height: 100%;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 1300px) and (min-width: 768px) {
  .main_cont_wrap {
    margin-right: min(1.6666666667vw, 20px);
    width: min(35vw, 450px);
  }
}
@media screen and (max-width: 767px) {
  .main_cont_wrap {
    padding-top: 365.8666666667vw;
  }
}

.main_cont_title {
  position: absolute;
  top: -87px;
}
@media screen and (max-width: 767px) {
  .main_cont_title {
    top: -18.6666666667vw;
  }
}
.main_cont_title img {
  display: block;
}

.main_box_title {
  margin-bottom: 30px;
  overflow: hidden;
  font-weight: bold;
  text-align: center;
}
.main_box_title .title_inner {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.main_box_title .num {
  position: relative;
  margin-right: 5px;
  line-height: 1.6;
  font-size: 20px;
  display: inline-block;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .main_box_title .num {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
.main_box_title .num::after {
  background-color: #88776B;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.main_box_title .title {
  position: relative;
  line-height: 1.4;
  font-size: min(4.1666666667vw, 50px);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .main_box_title .title {
    font-size: 40px;
    font-size: 10.6666666667vw;
  }
}
.main_box_title .title::after {
  background-color: #88776B;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.main_box_title .explan {
  display: block;
  margin-top: 15px;
  font-size: min(1.75vw, 21px);
}
@media screen and (max-width: 767px) {
  .main_box_title .explan {
    font-size: 17px;
    font-size: 4.5333333333vw;
  }
}

.main_cont {
  position: relative;
  z-index: 1;
  padding-bottom: 75px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .main_cont {
    padding-bottom: 96px;
  }
}
.main_cont .cont_img {
  display: block;
}
.main_cont .main_box {
  position: relative;
}
.main_cont .main_box.box01 {
  padding-top: min(14.5833333333vw, 175px);
  margin-bottom: 117px;
  margin-bottom: min(1.6666666667vw, 20px);
}
@media screen and (max-width: 767px) {
  .main_cont .main_box.box01 {
    margin-bottom: 0;
    padding-top: 38.4vw;
    padding-bottom: 25.0666666667vw;
  }
}
.main_cont .main_box.box01 .main_cont_btn {
  position: absolute;
  bottom: 9%;
  left: 6%;
}
@media screen and (max-width: 767px) {
  .main_cont .main_box.box01 .main_cont_btn {
    position: relative;
    bottom: 0;
    left: 0;
    margin: -29.3333333333vw auto 0 25px;
  }
}
.main_cont .main_box.box02 {
  padding-bottom: 141px;
}
@media screen and (max-width: 767px) {
  .main_cont .main_box.box02 {
    padding-bottom: 32vw;
  }
}
.main_cont .main_box.box02 .cont_img {
  margin: 0 0 0 auto;
  padding-left: 10px;
  box-sizing: border-box;
  width: min(33.3333333333vw, 418px);
}
@media screen and (max-width: 767px) {
  .main_cont .main_box.box02 .cont_img {
    padding-left: 0;
    width: 92.8vw;
  }
}
.main_cont .main_box.box02 .main_cont_btn {
  margin: -48px 43px 0 auto;
}
@media screen and (max-width: 767px) {
  .main_cont .main_box.box02 .main_cont_btn {
    margin: -12.8vw 43px 0 auto;
  }
}
.main_cont .main_box.box02 .main_box_title .title {
  font-size: min(3.4166666667vw, 41px);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .main_cont .main_box.box02 .main_box_title .title {
    font-size: 33px;
    font-size: 8.8vw;
  }
}
.main_cont .main_box.box03 {
  padding-bottom: 8px;
}
.main_cont .main_box.box03 .main_box_title {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .main_cont .main_box.box03 .main_box_title {
    margin-bottom: 15px;
  }
}
.main_cont .main_box.box03 .main_box_title .title {
  font-size: min(2.6666666667vw, 32px);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .main_cont .main_box.box03 .main_box_title .title {
    font-size: 27px;
    font-size: 7.2vw;
    line-height: 1.5;
  }
}
.main_cont .main_box.box03 .main_box_title .explan {
  line-height: 1.5;
}
.main_cont .main_box.box04 {
  margin-bottom: -30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .main_cont .main_box.box04 {
    margin-bottom: -8vw;
  }
}
@media screen and (max-width: 767px) {
  .main_cont .main_box.box05 {
    padding-bottom: 54px;
  }
}
.main_cont .main_box.box05 .main_box_title .title {
  font-size: min(2.8333333333vw, 34px);
  line-height: 1.2;
  text-align: left;
  height: min(7.5vw, 90px);
}
@media screen and (max-width: 767px) {
  .main_cont .main_box.box05 .main_box_title .title {
    font-size: 30px;
    font-size: 8vw;
    height: 21.0666666667vw;
  }
}
.main_cont .main_box.box05 .main_box_title .num {
  line-height: 1.2;
  height: 32px;
}
@media screen and (max-width: 767px) {
  .main_cont .main_box.box05 .main_box_title .num {
    height: 8.5333333333vw;
  }
}
.main_cont .main_box.box05 .cont_img {
  margin: -6px 0px 0 auto;
  width: min(35.5833333333vw, 427px);
  padding-left: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .main_cont .main_box.box05 .cont_img {
    margin: -13px 0px 0 auto;
    width: 94.6666666667vw;
    padding-left: 0;
  }
}
.main_cont .main_box.box05 .main_cont_btn {
  position: absolute;
  bottom: 7%;
  right: 18%;
}
@media screen and (max-width: 767px) {
  .main_cont .main_box.box05 .main_cont_btn {
    position: relative;
    bottom: 0;
    right: 0;
    margin: -22.1333333333vw 17.8666666667vw 0 auto;
  }
}
.main_cont .main_box.box06 {
  padding-bottom: 122px;
}
@media screen and (max-width: 767px) {
  .main_cont .main_box.box06 {
    padding-bottom: 104px;
  }
}
.main_cont .main_box.box06 .main_box_title .title {
  font-size: min(3vw, 36px);
  line-height: 1.2;
  text-align: left;
  height: 95px;
}
@media screen and (max-width: 767px) {
  .main_cont .main_box.box06 .main_box_title .title {
    height: 21.0666666667vw;
    font-size: 30px;
    font-size: 8vw;
  }
}
.main_cont .main_box.box06 .main_box_title .num {
  line-height: 1.2;
  height: 32px;
}
@media screen and (max-width: 767px) {
  .main_cont .main_box.box06 .main_box_title .num {
    height: 8.5333333333vw;
  }
}
.main_cont .main_box.box06 .cont_img {
  padding-right: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .main_cont .main_box.box06 .cont_img {
    padding-right: 5.3333333333vw;
  }
}
.main_cont .main_box.box06 .main_cont_btn {
  margin: -48px 20px 0 auto;
}
@media screen and (max-width: 767px) {
  .main_cont .main_box.box06 .main_cont_btn {
    margin: -11.4666666667vw 5.3333333333vw 0 auto;
  }
}

.main_cont_btn {
  position: relative;
  display: block;
  background: #B84B4D;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 2em;
  width: min(17.0833333333vw, 205px);
  height: min(2.5vw, 30px);
  line-height: min(2.5vw, 30px);
  font-size: min(1.3333333333vw, 16px);
}
@media screen and (max-width: 767px) {
  .main_cont_btn {
    width: 44.8vw;
    height: 6.9333333333vw;
    line-height: 6.9333333333vw;
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 1024px) {
  .main_cont_btn:hover {
    filter: brightness(1.1);
  }
  .main_cont_btn:hover::after {
    right: 7%;
  }
}
.main_cont_btn::after {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.514%22%20height%3D%2210.5%22%20viewBox%3D%220%200%209.514%2010.5%22%3E%3Cpath%20d%3D%22M0%2C0%2C2.087%2C5.25%2C0%2C10.5%2C9.514%2C5.25Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
  content: "";
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 9%;
  transition: 0.3s;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .main_cont_btn::after {
    width: 9px;
    height: 10px;
  }
}

.proyoso {
  position: relative;
  padding: 0 20px 63px;
}
@media screen and (max-width: 767px) {
  .proyoso {
    padding: 0 5.3333333333vw 8vw;
  }
}
.proyoso::after {
  background: url("../img/proyoso_deco.png") no-repeat;
  content: "";
  display: block;
  width: 53px;
  height: 61px;
  position: absolute;
  background-size: contain;
  bottom: -12%;
  left: 19%;
}
.proyoso_img {
  margin-bottom: 23px;
}
.proyoso_head {
  margin-bottom: 7px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .proyoso_head {
    margin-bottom: 2.6666666667vw;
  }
}
.proyoso_head span {
  display: inline-block;
  background: #3C665E;
  padding: 10px min(0.8333333333vw, 20px);
  font-size: min(1.9166666667vw, 27px);
  text-align: center;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .proyoso_head span {
    padding: 1.8666666667vw 4vw;
    font-size: 6.1333333333vw;
  }
}
.proyoso p {
  margin-top: 10px;
  font-weight: bold;
  font-size: min(1.75vw, 21px);
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .proyoso p {
    font-size: 4.5333333333vw;
  }
}

.info {
  position: relative;
}
.info_img01 {
  padding-right: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .info_img01 {
    padding-right: 5.3333333333vw;
    margin-bottom: -5.3333333333vw;
  }
}
.info_img02 {
  padding-left: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .info_img02 {
    padding-left: 5.3333333333vw;
  }
}
.info .info_btn_inner {
  padding-right: 20px;
}
.info .main_cont_btn {
  margin: 0 0 0 auto;
}
.info .main_cont_btn.info_btn01 {
  margin-top: -40px;
}
@media screen and (max-width: 767px) {
  .info .main_cont_btn.info_btn01 {
    margin-top: -22px;
  }
}
.info .main_cont_btn.info_btn02 {
  margin-top: -52px;
}
@media screen and (max-width: 767px) {
  .info .main_cont_btn.info_btn02 {
    margin-top: -13.8666666667vw;
  }
}

.info + .info {
  margin-top: 30px;
}

.point {
  position: relative;
  z-index: 1;
  margin-bottom: 68px;
}
@media screen and (max-width: 767px) {
  .point {
    margin-bottom: 77px;
  }
}
.point_title {
  margin-top: min(-3.5vw, -42px);
  margin-bottom: -5px;
}
@media screen and (max-width: 767px) {
  .point_title {
    margin-top: -42px;
    margin-bottom: -5px;
  }
}
.point_link {
  display: block;
  margin: 0 10px 0px;
  transition: 0.3s;
}
@media screen and (min-width: 1024px) {
  .point_link:hover {
    filter: brightness(1.1);
  }
}
.point_link.disable {
  pointer-events: none;
}
.point_data {
  display: block;
  margin: -10px auto 0;
  width: 250px;
}
@media screen and (max-width: 767px) {
  .point_data {
    width: 55.7333333333vw;
  }
}

.column {
  padding: 0 0 40px;
  background: #E7DFC9;
}
.column .scroll {
  display: flex;
  overflow-x: clip;
}
.column .scroll img {
  margin-top: -25px;
  animation: scroll-text 6s linear infinite;
}
@media screen and (max-width: 767px) {
  .column .scroll img {
    margin-top: -7.4666666667vw;
  }
}
.column .column_inner {
  padding: 17px 20px 0;
}
@media screen and (max-width: 767px) {
  .column .column_inner {
    padding: 17px 25px 0;
  }
}
.column .column_text01 {
  margin: 18px auto 5px;
  text-align: center;
  font-weight: bold;
  font-size: min(1.6666666667vw, 20px);
}
@media screen and (max-width: 767px) {
  .column .column_text01 {
    margin: 25px auto 5px;
    font-size: 17px;
    font-size: 4.5333333333vw;
  }
}
.column .column_text02 {
  padding: 9px 0px;
  background: #3C665E;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: min(1.9166666667vw, 23px);
}
@media screen and (max-width: 767px) {
  .column .column_text02 {
    padding: 7px 0px;
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
.column .main_cont_btn {
  margin: -40px 0 30px 10px;
}
@media screen and (max-width: 767px) {
  .column .main_cont_btn {
    margin: -10.6666666667vw 0 8vw 10px;
  }
}

.push {
  position: relative;
  z-index: 2;
  margin: 0 auto 60px;
}
.push .main_box_title {
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .push .main_box_title {
    margin-bottom: 10px;
  }
}
.push .main_box_title .title {
  font-size: min(3.1666666667vw, 38px);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .push .main_box_title .title {
    font-size: 8.5333333333vw;
  }
}
.push_img_inner {
  position: relative;
}
.push_img_inner::before {
  background: url("../img/push_deco02.png") no-repeat;
  content: "";
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  left: 4%;
}
@media screen and (max-width: 767px) {
  .push_img_inner::before {
    width: 8.2666666667vw;
    height: 8vw;
  }
}
.push_img {
  display: block;
  margin: 0 0 0 auto;
  width: min(33.3333333333vw, 409px);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 30px 0px 0 30px;
}
@media screen and (max-width: 767px) {
  .push_img {
    width: 90.9333333333vw;
    border-radius: 5.3333333333vw 0px 0 5.3333333333vw;
  }
}
.push_deco {
  display: block;
  margin: -20px auto 15px;
  width: 135px;
}
@media screen and (max-width: 767px) {
  .push_deco {
    margin-top: -20px;
    margin-bottom: 15px;
    width: 31.2vw;
  }
}

.price {
  position: relative;
  z-index: 1;
  margin: 0 auto 85px;
}
@media screen and (max-width: 767px) {
  .price {
    margin-bottom: 70px;
  }
}
.price_title {
  display: block;
  margin: 0 auto;
  width: min(15.25vw, 183px);
}
@media screen and (max-width: 767px) {
  .price_title {
    width: 37.3333333333vw;
  }
}
.price_item {
  display: block;
  margin: 0 auto;
  width: min(33.6666666667vw, 404px);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .price_item {
    width: 89.6vw;
  }
}
@media screen and (min-width: 1024px) {
  .price_item:hover {
    filter: brightness(1.1);
  }
}

.present {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
  padding: 0 0 34px;
  border-radius: 20px;
  background: url("../img/present_bg.png") no-repeat;
  background-size: cover;
  background-position: top;
  text-align: center;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .present {
    margin-bottom: 50px;
    padding: 0 0 1px;
  }
}
.present_title img {
  width: min(35vw, 420px);
  margin: -20px min(1.4166666667vw, 17px) 20px 0;
}
@media screen and (max-width: 767px) {
  .present_title img {
    width: 94.4vw;
    margin: -15px 17px 20px 0;
  }
}
.present_img {
  display: block;
  margin: 0 auto 17px;
  width: min(27.9166666667vw, 335px);
}
@media screen and (max-width: 767px) {
  .present_img {
    margin: 0 auto 5px;
    width: 73.6vw;
  }
}
.present_name {
  font-weight: bold;
  line-height: 1.5;
  font-size: min(1.6666666667vw, 20px);
}
@media screen and (max-width: 767px) {
  .present_name {
    font-size: 17px;
    font-size: 4.5333333333vw;
  }
}
.present .notice {
  margin: 10px auto 20px;
  text-align: left;
  max-width: min(29.1666666667vw, 350px);
  font-size: min(1.25vw, 15px);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .present .notice {
    max-width: 73.6vw;
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.present_item {
  font-weight: bold;
}
.present_item .head {
  margin-bottom: 10px;
  color: #3C665E;
  font-size: min(1.3333333333vw, 16px);
}
@media screen and (max-width: 767px) {
  .present_item .head {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}
.present_item .text {
  margin-bottom: 22px;
  font-size: min(1.6666666667vw, 20px);
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .present_item .text {
    margin-bottom: 15px;
    font-size: 17px;
    font-size: 4.5333333333vw;
  }
}
.present_item .notice {
  font-weight: 500;
  font-size: min(1.0833333333vw, 13px);
}
@media screen and (max-width: 767px) {
  .present_item .notice {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
}
.present_btn {
  margin: 28px auto 30px;
  display: block;
  width: min(28.1666666667vw, 338px);
  height: min(5.75vw, 69px);
  line-height: min(5.75vw, 69px);
  font-size: min(2.4166666667vw, 29px);
  background: #B84B4D;
  color: #fff;
  border: solid 3px #fff;
  border-radius: 2em;
  text-align: center;
  font-weight: bold;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .present_btn {
    margin: 23px auto 30px;
    width: 75.2vw;
    height: 14.9333333333vw;
    line-height: 14.9333333333vw;
    font-size: 23px;
    font-size: 6.1333333333vw;
    border: solid 0.5333333333vw #fff;
  }
}
@media screen and (min-width: 1024px) {
  .present_btn:hover {
    filter: brightness(1.1);
  }
}

.note_head {
  padding: 20px 0px;
  background: #88776B;
  color: #fff;
  font-size: min(1.6666666667vw, 20px);
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .note_head {
    padding: 5.3333333333vw 0;
    width: 100%;
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.note_text {
  padding: 30px 32px 50px;
  background: #D5D1CE;
}
@media screen and (max-width: 767px) {
  .note_text {
    padding: 25px 20px 50px;
  }
}
.note_text p {
  font-size: min(1.0833333333vw, 13px);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .note_text p {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
}
.note_text p a {
  color: #000;
  border-bottom: 1px solid #000;
}

:root {
  --ease-in-out-circ: cubic-bezier(0.785,0.135,0.15,0.86);
}

.main_box_title span {
  display: inline-block;
  will-change: transform;
  transform: translateY(300%);
}
.main_box_title .num::after {
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}
.main_box_title .title::after {
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

.box03 .main_box_title span,
.box05 .main_box_title span,
.box06 .main_box_title span {
  transform: translateY(500%);
}

.main_box_title.fadein.scrollin span {
  transform: translateY(0);
  transition: transform 1s var(--ease-in-out-circ) calc(var(--char-index) * 0.02s);
}

.main_box_title.fadein.scrollin .num::after,
.main_box_title.fadein.scrollin .title::after {
  transform: scaleX(1);
  transition: transform 1s var(--ease-in-out-circ) 0.6s;
}

@keyframes scroll-text {
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
.fade_bg02 {
  animation: 0.8s fade_bg02 ease-in-out forwards;
  transform-origin: left;
  animation-delay: 1.2s;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

.fade_text02 {
  animation: 1s fade_text02 ease-in-out;
}

@keyframes fade_bg02 {
  0% {
    transform: scaleX(0);
    opacity: 1;
  }
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}
@keyframes fade_text02 {
  0% {
    clip-path: inset(0 100% 0 0);
    transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
    transition-property: clip-path;
  }
  100% {
    clip-path: inset(0);
  }
}
.scroll_img {
  display: block;
  z-index: -1;
  position: absolute;
  transition: transform 0.1s;
  transform: translateY(var(--scroll-translate, 0px));
}

.ribbon01 {
  right: 0;
  z-index: 0;
}

.ribbon03 {
  left: 0;
}

.ribbon04 {
  right: -72%;
  top: -2%;
}
@media screen and (max-width: 767px) {
  .ribbon04 {
    top: -2%;
  }
}

.ribbon06 {
  left: 0;
  top: -94%;
}
@media screen and (max-width: 767px) {
  .ribbon06 {
    top: -117%;
  }
}

.ribbon08 {
  left: 0;
  top: 0%;
}

.ribbon11 {
  top: -24%;
}/*# sourceMappingURL=style.css.map */