@charset "UTF-8";
i, em {
  font-style: normal;
}

.bg1 {
  background: url("../img/bg1.jpg") center center/cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
}

.r_top, .r_btm, .l_top, .l_btm {
  position: absolute;
  width: 76px;
  height: auto;
}

.r_top {
  top: 10px;
  right: 20px;
}

.r_btm {
  bottom: 10px;
  right: 20px;
}

.l_top {
  top: 10px;
  left: 20px;
}

.l_btm {
  bottom: 10px;
  left: 20px;
}

.lh_line {
  position: absolute;
  width: 12px;
  height: calc(100% - 178px);
  right: 24px;
  top: 89px;
}
.lh_line:before, .lh_line:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1.5px;
  height: 100%;
  background: linear-gradient(to bottom, #E0D1A8 0%, #B7A46D 100%);
}
.lh_line:after {
  width: 2px;
  left: 0;
  right: unset;
}

.rh_line {
  position: absolute;
  width: 10px;
  height: calc(100% - 178px);
  left: 26px;
  top: 89px;
}
.rh_line:before, .rh_line:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5px;
  height: 100%;
  background: linear-gradient(to bottom, #DCCD95 0%, #E0D1A8 100%);
}
.rh_line:after {
  width: 2px;
  left: unset;
  right: 0;
}

.tw_line {
  position: absolute;
  width: calc(100% - 192px);
  height: 9.3px;
  right: 96px;
  top: 16px;
}
.tw_line:before, .tw_line:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 1.5px;
  background: linear-gradient(to right, #DCCD95 0%, #EBDDB8 100%);
}
.tw_line:after {
  top: unset;
  bottom: 0;
  height: 2px;
}

.bw_line {
  position: absolute;
  width: calc(100% - 192px);
  height: 9px;
  right: 96px;
  bottom: 15.5px;
}
.bw_line:before, .bw_line:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 1.5px;
  background: linear-gradient(to right, #F4E8C1 0%, #B9A671 100%);
}
.bw_line:after {
  top: unset;
  bottom: 0;
  height: 2px;
}

.sp_wrap_out {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  background: #0B312D;
  width: 413px;
  padding: 19px;
  box-sizing: border-box;
  margin: 36px auto 0 auto;
  position: relative;
  z-index: 5;
}
@media all and (max-width: 1000px) {
  .sp_wrap_out {
    padding: 0;
    margin: 0 auto;
  }
}
@media all and (max-width: 413px) {
  .sp_wrap_out {
    width: unset;
    background: none;
    padding: 0;
  }
}

.sp_wrap {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  background: white;
}
@media all and (max-width: 413px) {
  .sp_wrap {
    max-width: 100%;
  }
}

.pcl {
  width: calc(50vw - 188px);
  height: 100vh;
  place-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
}
.pcl .im1 {
  width: 78%;
  max-width: 420px;
  margin: 0 auto 0 auto;
}
@media all and (max-width: 1000px) {
  .pcl {
    display: none;
  }
}

.pcr {
  width: calc(50vw - 188px);
  height: 100vh;
  place-content: center;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
}
.pcr .im1 {
  width: 55%;
  margin: 0 auto 0 auto;
}
.pcr .pc_navs {
  max-width: 316px;
  margin: 0 auto;
}
.pcr .pc_navs .btns {
  display: block;
  text-decoration: none;
  color: white;
  font-weight: 900;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1;
  border-top: 1px dashed #ADC7A9;
  padding: 28px 0;
  box-sizing: border-box;
  background: url(../img/tri.png) center right no-repeat;
  background-size: 7px auto;
}
.pcr .pc_navs .bsl {
  border-bottom: 1px dashed #ADC7A9;
}
.pcr .pc_navs .btn_1 {
  line-height: 1;
  text-align: center;
  position: relative;
  margin: 30px auto 0 auto;
}
.pcr .pc_navs .btn_1 em {
  font-size: 2.2rem;
}
.pcr .pc_navs .btn_1 i {
  margin-top: 3px;
  background: none;
  display: block;
  font-size: 1.5rem;
  padding-right: 0;
}
.pcr .pc_navs .btn_1 span {
  position: absolute;
  width: 7px;
  top: 30px;
  right: 20px;
}
@media all and (max-width: 1280px) {
  .pcr .pc_navs {
    max-width: 230px;
  }
  .pcr .pc_navs .btns {
    font-size: 1.5rem;
    padding: 20px 0;
  }
}
@media all and (max-width: 1000px) {
  .pcr {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .flame_pc, .pcl, .pcr {
    display: none;
  }
}
.mv {
  background: url("../img/mv_bg.jpg") center center/cover;
  position: relative;
  overflow: hidden;
  color: white;
}
.mv .flame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.mv .flame img {
  width: 93.5%;
  margin: 10px auto 0 auto;
}
.mv .ttls {
  position: relative;
  z-index: 2;
  width: 77%;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0;
  box-sizing: border-box;
  background: url(../img/script1.png) center top 5px/cover;
}
.mv .ttls h1 {
  font-size: 1.7rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-shadow: 0 0 3px rgb(10, 36, 32);
}
.mv .ttls i {
  margin: 0 5px;
}
.mv .mv2 {
  position: relative;
  margin: -30px 0 0 33px;
  z-index: 2;
  display: grid;
  grid-template-columns: 140px 1fr;
}
.mv .mv2 .ls2 {
  width: 115px;
  position: relative;
  z-index: 2;
  margin: 50px auto 100px auto;
}
.mv .mv2 .rs {
  position: absolute;
  width: 123%;
  top: -11px;
  right: -27%;
}
.mv .badge3 {
  position: relative;
  z-index: 2;
  width: 83%;
  margin: 6px auto 0 auto;
}
.mv .btn_1 {
  position: relative;
  z-index: 2;
  margin: 10px auto 0 auto;
}
.mv .in {
  position: relative;
  padding-bottom: 50px;
}
.mv .r_top {
  top: 10px;
  right: 14px;
}
.mv .r_btm {
  bottom: 10px;
  right: 14px;
}
.mv .l_top {
  top: 10px;
  left: 14px;
}
.mv .l_btm {
  bottom: 10px;
  left: 14px;
}
.mv .lh_line {
  right: 18px;
}
.mv .rh_line {
  left: 20px;
}
.mv .rh_line:after {
  width: 1.7px;
  left: unset;
  right: 0.3px;
}
.mv .tw_line {
  width: calc(100% - 177px);
  right: 90px;
}
.mv .bw_line {
  width: calc(100% - 177px);
  right: 90px;
}
@media all and (max-width: 1000px) {
  .mv {
    margin-top: 50px;
  }
}

.btn_1 {
  margin: 5px auto 0 auto;
  display: block;
  text-align: center;
  color: white;
  letter-spacing: 0.1em;
  font-weight: 900;
  border-radius: 100px;
  font-size: 1.6rem;
  background: #CF9A05;
  padding: 2px;
  text-decoration: none;
  max-width: 323px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease;
}
.btn_1 em {
  display: block;
  border: 1px solid white;
  box-sizing: border-box;
  border-radius: 100px;
  padding: 9px 0 11px 0;
  background: linear-gradient(270deg, #752020 0%, #B42A2A 25%, #3B1010 50%, #B42A2A 100%);
  background-position: 0% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease;
}
.btn_1 i {
  font-size: 1.3rem;
  background: url("../img/tri.png") center right no-repeat;
  background-size: 7px auto;
  padding-right: 20px;
  box-sizing: border-box;
}
.btn_1:hover {
  box-shadow: none;
}
.btn_1:hover em {
  background-position: 100% 50%;
}

.btn_st {
  max-width: 315px;
  font-weight: 900;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  line-height: 2;
  position: relative;
  margin: 5px auto 0 auto;
}
.btn_st em {
  padding: 7px 0;
}
.btn_st span {
  top: 27px;
  right: 27px;
  width: 9px;
  height: 11px;
  position: absolute;
  background: url("../img/arw_w.png") center center/cover;
}

.about {
  position: relative;
  top: -2px;
  overflow: hidden;
  background: url("../img/bg_about.jpg") center top/cover;
  padding-bottom: 100px;
}
.about .ttl_bx {
  padding-top: 30px;
  text-align: center;
  color: #EDCF5E;
}
.about .ttl_bx h2 {
  padding-top: 5px;
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.about .ttl_bx img {
  display: inline-block;
  height: 33px;
  width: auto;
}
.about .sides {
  position: relative;
}
.about .sides .sider {
  position: absolute;
  right: -21px;
  bottom: 0;
  width: 16px;
}
.about .sides .sidel {
  position: absolute;
  left: -21px;
  bottom: 0;
  width: 16px;
}
.about .about_img1 .ai1 {
  margin: 0px 0 0 0;
  position: relative;
  left: 18%;
  width: 61%;
}
.about .sub1 {
  position: relative;
  border-radius: 100px;
  background: #0A2420;
  width: 270px;
  margin: -20px auto 0 auto;
  z-index: 2;
  color: #EDCF5E;
  font-weight: 900;
  font-size: 1.4rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
.about .sub1 i {
  margin: 0 5px;
}
.about h3 {
  margin-top: 10px;
  text-align: center;
  position: relative;
  z-index: 2;
  font-weight: 900;
  font-size: 3rem;
  color: #EDCF5E;
  line-height: 1.3;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
}
.about .flame_stra {
  width: 235px;
  margin: 10px auto 0 auto;
}
.about .txt_cm {
  margin: 20px 0 0 0;
  padding-bottom: 30px;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 2;
  color: white;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.26);
}
.about .txt_cm i {
  color: #EDCF5E;
}
.about .about_c2 {
  position: relative;
  margin-top: 10px;
}
.about .about_c2 .hum {
  position: absolute;
  width: 170px;
  left: -25px;
  top: -30px;
}
.about .about_c2 .txt {
  margin: 0 15px 0 auto;
  width: 247px;
  height: 240px;
  font-weight: 900;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 0 26px;
  place-content: center;
  box-sizing: border-box;
  background: url("../img/bord.png") center center/cover;
}
.about .about3 {
  margin-top: 10px;
  position: relative;
  z-index: 2;
  aspect-ratio: 319/232.66;
  place-content: center;
  text-align: center;
  background: url("../img/bord2.png") center center/cover;
}
.about .about3 .ym {
  display: inline-block;
  border-radius: 100px;
  background: #000;
  text-align: center;
  color: white;
  font-size: 1.3rem;
  font-weight: 900;
}
.about .about3 .ym1 {
  width: 74px;
  margin-top: 10px;
}
.about .about3 .ym2 {
  width: 158px;
  margin-top: 20px;
}
.about .about3 .days {
  font-size: 1.9rem;
  line-height: 1;
  font-weight: 900;
}
.about .about3 .days i {
  font-size: 3.2rem;
}
.about .about3 .days em {
  background: linear-gradient(transparent 60%, #71C5B4 60%);
}
.about .sld1 {
  overflow: hidden;
  margin: 10px 0;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.present {
  margin-top: -100px;
  padding-top: 60px;
  padding-bottom: 60px;
  box-sizing: border-box;
  background: url("../img/present_bg.png") center top no-repeat;
  background-size: 101% auto;
  position: relative;
}
.present:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 50%;
  background: url("../img/present_bg2.png") center bottom no-repeat;
  background-size: 101% auto;
  z-index: 1;
}
.present .inner {
  text-align: center;
  position: relative;
  z-index: 2;
}
.present .bx {
  background: linear-gradient(to bottom, #5CCFBB 0%, #EEDB83 40%, #00AA93 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid #CF9A05;
  border-radius: 10px;
}
.present .bx1 {
  margin-top: -30px;
  padding: 30px 16px;
  box-sizing: border-box;
}
.present .bx2 {
  margin-top: -30px;
  padding: 30px 16px 20px 16px;
  box-sizing: border-box;
}
.present .bx2 .names {
  letter-spacing: -0.1em;
}
.present .bx3 {
  margin-top: -30px;
  padding: 30px 16px 20px 16px;
  box-sizing: border-box;
}
.present .bx3 .names {
  letter-spacing: -0.1em;
}
.present .bx_ttl {
  width: 300px;
  margin: 0 auto;
}
.present .ttl_bx {
  text-align: center;
  padding: 11px 0;
  box-sizing: border-box;
  background: url("../img/pre_ttl1_bg.png") center center no-repeat;
  background-size: 305px auto;
  margin-bottom: 0;
}
.present .ttl_bx .eg {
  margin: 5px 0 0 0;
}
.present .ttl_bx .eg img {
  display: inline-block;
  height: 30px;
}
.present .ttl_bx p {
  margin-top: 5px;
  color: #266D5F;
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.present .lead {
  margin-top: 20px;
  text-align: center;
  font-weight: 900;
  font-size: 1.4rem;
  letter-spacing: -0.1em;
  line-height: 1;
  display: inline;
  color: #306D26;
  background: linear-gradient(transparent 60%, #EDCF5E 60%);
}
.present .lead i {
  display: block;
  padding-bottom: 3px;
  background: linear-gradient(transparent 60%, #EDCF5E 60%);
}
.present .badg1 {
  width: 240px;
  margin: 0 auto 0 auto;
}
.present .in_ttl {
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 1.2;
  margin-top: 5px;
  margin-bottom: 10px;
  position: relative;
  padding: 7px 0;
}
.present .in_ttl i {
  font-size: 2rem;
}
.present .in_ttl:before, .present .in_ttl:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 74px;
}
.present .in_ttl:before {
  left: -5px;
  top: 0;
  background: url("../img/l1.png") center center/cover;
}
.present .in_ttl:after {
  right: -5px;
  top: 0;
  background: url("../img/r1.png") center center/cover;
}
.present .in_ttl2 {
  font-weight: 900;
  font-size: 2rem;
  letter-spacing: -0.05em;
  line-height: 1.7;
  padding: 20px 0;
}
.present .in_ttl11 {
  margin: 5px 0 15px 0;
}
.present .in_ttl11 img {
  width: 100%;
}
.present .sara {
  width: 250px;
  margin: 30px auto 0 auto;
}
.present .ttl2 {
  margin: -16px auto 0 auto;
  position: relative;
  width: 162px;
  color: #0A2420;
  border-radius: 100px;
  text-align: center;
  background: linear-gradient(to right, #EDCF5E 0%, #F9E495 40%, #CF9A05 100%);
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.present .ref_cont {
  margin: 10px auto 0 auto;
}
.present .ref_cont_tp, .present .ref_cont_btm {
  width: 100%;
  max-width: 192px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.present .ref_cont_btm {
  position: relative;
  margin-top: -3px;
}
.present .ref_cont .ref_bx {
  border-radius: 15px;
  padding: 8px 12px;
  box-sizing: border-box;
  margin-bottom: 5px;
  background: radial-gradient(#FFF5D1 0%, #EED98A 100%);
}
.present .ref_cont .rf1 {
  margin-top: -3px;
}
.present .ref_cont .rfl {
  margin-bottom: 0;
}
.present .ref_cont .fb1 {
  font-weight: 900;
  font-size: 1.6rem;
  border-bottom: 1px solid white;
  padding-bottom: 5px;
  margin-bottom: 7px;
}
.present .ref_cont .fb11 {
  font-size: 1.5rem;
}
.present .ref_cont .fb2 {
  color: #306D26;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
.present .ref_cont .fb21 {
  font-size: 1.3rem;
}
.present .ref_cont .fb3 {
  font-size: 1.9rem;
  letter-spacing: 0;
  font-weight: 900;
}
.present .min_ref {
  font-size: 1rem;
  text-align: center;
  transform: scale(0.8);
  font-weight: bold;
  color: white;
  white-space: nowrap;
  transform-origin: left top;
  padding-left: 10px;
  margin: 5px 0 10px 0;
}
.present .ref_cont2_ct {
  color: white;
  padding: 5px 10px;
  box-sizing: border-box;
  line-height: 1.4;
}
.present .ref_cont2_line {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 0 40px;
  text-align: left;
  font-weight: 900;
  font-size: 1.3rem;
  margin-bottom: 6px;
}
.present .ref_cont2_line:last-of-type {
  margin-bottom: 0;
}
.present .ref_cont2_line i {
  font-size: 2.6rem;
  line-height: 1;
}
.present .ref_cont2_line em {
  font-size: 1.1rem;
}
.present .fe {
  align-items: flex-end;
}
.present .dots {
  position: relative;
  padding-left: 16px;
  color: white;
  font-size: 1.5rem;
  font-weight: 900;
  text-align: left;
  line-height: 1.4;
  margin-top: 10px;
}
.present .dots:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  width: 9px;
  height: 9px;
  background: white;
  border-radius: 100%;
}
.present .dots1 {
  margin-top: 20px;
}
.present .cap {
  margin-top: 20px;
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  color: white;
  letter-spacing: 0.025em;
}
.present .cap_v2 {
  margin-top: 0;
}
.present .bx_ttl2 {
  margin-top: 10px;
}
.present .award {
  position: relative;
}
.present .award .aw {
  width: 155px;
  margin: 0 auto;
  position: relative;
  left: -5px;
}
.present .award .num {
  position: absolute;
  right: 0;
  top: 20px;
}
.present .award .num img {
  width: auto;
  height: 37px;
}
.present .names {
  background: url("../img/fl2.png") top left no-repeat;
  background-size: 100% auto;
  font-weight: 900;
  font-size: 2rem;
  letter-spacing: 0.025em;
  line-height: 1.4;
  padding: 23px 0 5px 0;
  box-sizing: border-box;
  margin-bottom: 5px;
}
.present .border1 {
  font-weight: 900;
  font-size: 3rem;
  letter-spacing: 0;
  line-height: 1;
  margin: 10px auto 20px auto;
}
.present .cap2 {
  text-align: left;
  position: relative;
  font-weight: 900;
  font-size: 1.3rem;
  letter-spacing: 0.025em;
  line-height: 1.6;
  margin-top: 20px;
  padding-left: 16px;
  box-sizing: border-box;
}
.present .cap2:before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}
.present .bx_ttl3 {
  margin-top: 10px;
}
.present .txt {
  font-weight: 900;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  line-height: 1.4;
  color: white;
  margin-top: 20px;
}

.cta {
  background: url("../img/cta_bg.jpg") center top/cover;
  margin-top: -100px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.cta .inner {
  width: 93%;
}
.cta .ttl_bg {
  max-width: 350px;
  margin: 0 auto;
}
.cta .set_info {
  background: url("../img/cta_bg1_1.png") top center no-repeat, url("../img/cta_bg1_2.png") bottom center no-repeat;
  background-size: 100% auto, 100% auto;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  padding: 10px 6px 24px 6px;
  margin-top: -35px;
  position: relative;
  z-index: 3;
  box-sizing: border-box;
}
.cta .set_info .cta_fl {
  width: 91%;
  margin: 0 auto;
}
.cta .set_info .cf12 {
  margin-top: -16px;
}
.cta .set_info .in {
  margin-top: -7px;
  position: relative;
  box-sizing: border-box;
  z-index: 2;
  background: url("../img/cta_bg21.png") top center no-repeat, url("../img/cta_bg22.png") bottom center no-repeat;
  background-size: 100% auto, 100% auto;
}
.cta .set_info .top {
  display: grid;
  grid-template-columns: 96px 1fr;
  align-items: center;
  gap: 0 10px;
  padding: 17px 8px 0 8px;
  box-sizing: border-box;
}
.cta .set_info .p_mini {
  font-weight: 900;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
.cta .set_info .p_mini i {
  font-size: 2.4rem;
  position: relative;
}
.cta .set_info .p_mini i:before {
  content: "";
  position: absolute;
  top: 19px;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 120%;
  height: 3px;
  transform: rotate(-10deg);
  background: #D13333;
}
.cta .set_info .p_mini span {
  font-size: 1.3rem;
}
.cta .set_info .tri {
  text-align: center;
  line-height: 1;
}
.cta .set_info .tri img {
  display: inline-block;
  width: 13px;
}
.cta .set_info .p_big {
  font-weight: 900;
  font-size: 6.1rem;
  line-height: 1;
  color: #D13333;
}
.cta .set_info .p_big i {
  font-size: 3.9rem;
}
.cta .set_info .p_sub {
  display: inline-block;
  text-align: center;
  font-weight: 900;
  font-size: 1.7rem;
  width: 200px;
  line-height: 1;
  padding: 0 0 3px 0;
  margin-top: 10px;
  box-sizing: border-box;
  background: radial-gradient(#FFF5D1, #EED98A);
}
.cta .set_info .p_sub .in1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: baseline;
  place-content: center;
}
.cta .set_info .p_sub i {
  font-size: 2.4rem;
  color: #D13333;
}
.cta .set_info .p_sub span {
  white-space: nowrap;
  position: relative;
  top: -2px;
  left: -2px;
  width: 41px;
  height: 19px;
}
.cta .set_info .p_sub .fs1 {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  color: #131717;
  font-size: 1rem;
  line-height: 1;
  transform: scale(0.75);
  transform-origin: top left;
}
.cta .set_info .p_sub .fs2 {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  color: #131717;
  font-size: 1rem;
  line-height: 1;
  transform: scale(0.9);
}
.cta .set_info .p_sub em {
  font-size: 1.4rem;
}
.cta .set_info .mid {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  transform-origin: center center;
  transform: scale(0.8);
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 8px;
}
.cta .set_info .cap {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  transform-origin: top left;
  transform: scale(0.8);
  padding: 15px 0 8px 22px;
  width: 120%;
}
.cta .set_info .cap i {
  color: #D13333;
  display: inline-block;
  line-height: 1.6;
}
.cta .set_info .prices {
  text-align: center;
}
.cta .btms {
  position: relative;
  top: -21px;
  z-index: 2;
}
.cta .sets {
  margin: 10px auto 0 auto;
  max-width: 93%;
}
.cta .sets .line {
  border-radius: 100px;
  background: radial-gradient(#FFF5D1, #EED98A);
  font-weight: 900;
  font-size: 2rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 10px;
  gap: 0 20px;
  margin-bottom: 5px;
}
.cta .sets .line:last-of-type {
  margin-bottom: 0;
}
.cta .sets .line .tl {
  border-radius: 100px;
  color: white;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1;
  background: #000;
  padding: 7px 11px;
  box-sizing: border-box;
}
.cta .sets .line .tx {
  position: relative;
  top: -3px;
}
.cta .sets .line i {
  font-size: 3.4rem;
}
.cta .sets .line .red {
  color: #721C1C;
}
.cta .tx_mid {
  text-align: center;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  line-height: 1.4;
  margin-top: 10px;
  color: white;
}
.cta .tx_mid i {
  background: linear-gradient(transparent 70%, #CF9A05 60%);
}

.cta_parts {
  background: none;
  margin: 0;
  padding: 0;
}

.sld2 {
  margin-top: 40px;
  overflow: hidden;
}

.product {
  margin-top: -50px;
}
.product .und {
  background: #FAFAEE;
  padding-bottom: 10px;
}
.product .ttl_bx {
  text-align: center;
}
.product .ttl_bx img {
  display: inline-block;
  height: 33px;
  width: auto;
}
.product .ttl_bx h2 {
  color: #266D5F;
  font-weight: 900;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 10px;
}
.product h3 {
  text-align: center;
  padding: 30px 0;
  box-sizing: border-box;
  font-weight: 900;
  font-size: 2.6rem;
  line-height: 1;
}
.product h3 i {
  font-size: 1.5rem;
  letter-spacing: 0.15em;
}
.product .fb {
  text-align: center;
  font-weight: 900;
  padding: 40px 0;
  box-sizing: border-box;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  line-height: 1;
}
.product .tx {
  text-align: center;
  font-weight: 900;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
.product .tx i {
  color: #266D5F;
}
.product .egt {
  width: 300px;
  margin: 30px auto 20px auto;
}
.product .im1 {
  position: relative;
  margin-top: -30px;
}
.product .flt, .product .flb {
  width: 213px;
  margin: 0 auto 10px auto;
}
.product .flb {
  margin-bottom: 0;
}
.product .fb2 {
  margin-bottom: 10px;
  border-radius: 10px;
  border: 2px solid #917013;
  box-sizing: border-box;
  background: linear-gradient(to right, #EED164 0, #FFF4D5 50%, #E6C66B 100%);
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1;
  padding: 10px 0;
  text-align: center;
}
.product .fb2 i {
  font-size: 2.1rem;
}
.product .fb2 .mn {
  margin-top: 8px;
  font-size: 1.1rem;
  font-weight: 700;
}

.fourteen {
  position: relative;
  background: url("../img/fout.jpg") center center/cover;
  padding: 60px 0 0 0;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
}
.fourteen .pro_under {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.fourteen .lead {
  text-align: center;
  font-weight: 900;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #266D5F;
}
.fourteen .lead i {
  font-size: 1.6rem;
}
.fourteen .set1 {
  width: 226px;
  margin: 0 auto;
}
.fourteen .teiki {
  margin-top: 10px;
  color: #131717;
  font-weight: 900;
  font-size: 3.6rem;
  letter-spacing: 0.15em;
  line-height: 1;
  position: relative;
}
.fourteen .teiki:before, .fourteen .teiki:after {
  content: "";
  position: absolute;
  top: 0;
  width: 57px;
  height: 28px;
}
.fourteen .teiki:before {
  left: -15px;
  top: 15px;
  background: url("../img/win1.png") center center/cover;
}
.fourteen .teiki:after {
  right: -15px;
  top: 15px;
  background: url("../img/win2.png") center center/cover;
}
.fourteen .teiki i {
  color: #306D26;
  font-weight: 900;
  font-size: 4.6rem;
  letter-spacing: 0.02em;
  line-height: 1;
}
.fourteen .cap {
  margin-top: 20px;
  color: #266D5F;
  text-align: center;
  font-weight: 900;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
.fourteen .cap i {
  position: relative;
}
.fourteen .cap i:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #266D5F;
}
.fourteen .cap i:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #266D5F;
}
.fourteen .sld3 {
  margin-top: 26px;
  position: relative;
}
.fourteen .sld3 .fuki {
  color: white;
  border-radius: 100px;
  background: linear-gradient(to bottom, #266D5F 0, #1C5147 50%, #266D5F 100%);
  position: relative;
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  padding: 10px 0;
  box-sizing: border-box;
  height: 56px;
  place-content: center;
}
.fourteen .sld3 .fuki:before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-top: 0;
  margin-left: -6.5px;
  background-color: #266D5F;
  width: 13px;
  height: 11px;
  clip-path: polygon(0 0, 50% 100%, 100% 0%);
}

.swn {
  position: absolute;
  width: 100%;
  top: 56%;
}
.swn .swiper-button-next, .swn .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: unset;
  color: unset;
}
.swn .swiper-button-prev {
  left: -22px;
  right: unset;
}
.swn .swiper-button-next {
  left: unset;
  right: -22px;
}

.mitu_about {
  overflow: hidden;
  position: relative;
  padding: 110px 0 40px 0;
  box-sizing: border-box;
  background: radial-gradient(#37A59E, #05604D);
}
.mitu_about .inner {
  width: 86.5%;
}
.mitu_about .mitu_bg1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.mitu_about .sld4 {
  position: relative;
  margin-bottom: 40px;
}
.mitu_about .bx {
  padding: 16px 14px;
  box-sizing: border-box;
  border-radius: 10px;
  height: 100%;
  background: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.mitu_about .top {
  position: relative;
  padding-bottom: 10px;
}
.mitu_about .top:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #EDCF5E;
}
.mitu_about .top:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #EDCF5E;
}
.mitu_about .top img {
  width: 200px;
  display: block;
  margin: 0 auto;
}
.mitu_about .img {
  margin: 16px auto;
  max-width: 98%;
}
.mitu_about .cap {
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 1.7;
  color: #869191;
}
.mitu_about .swn {
  top: 50%;
  margin-top: -25px;
}
.mitu_about .bx_i42 {
  padding: 20px 22px;
  box-sizing: border-box;
}
.mitu_about .bx_i42 .img {
  max-width: 93%;
  margin: 10px auto;
}
.mitu_about .bx_i42 .tx1 {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  line-height: 1;
  font-family: sans-serif;
}
.mitu_about .bx_i42 .tx2 {
  margin-top: 10px;
  text-align: center;
  font-weight: 900;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
.mitu_about .bx_i42 .tx2 i {
  color: #266D5F;
}
.mitu_about .bx_i42 .tx2 em {
  color: #131717;
  font-size: 1.9rem;
}
.mitu_about .bx_i42 .tx2 em span {
  font-size: 2.5rem;
}
.mitu_about .bx_i42 .btm {
  text-align: center;
  font-weight: 900;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  line-height: 1;
}
.mitu_about .bx_i42 .btm i {
  font-size: 2rem;
}
.mitu_about .bx_i43 {
  padding: 20px 22px;
  box-sizing: border-box;
}
.mitu_about .bx_i43 .img {
  max-width: 93%;
  margin: 10px auto;
}
.mitu_about .bx_i43 .tx1 {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  line-height: 1;
  font-family: sans-serif;
  color: #CF9A05;
}
.mitu_about .bx_i43 .tx2 {
  margin-top: 20px;
  text-align: center;
  font-weight: 900;
  font-size: 2.5rem;
  letter-spacing: 0.2em;
  line-height: 1;
}
.mitu_about .bx_i43 .tx2 i {
  color: #266D5F;
}
.mitu_about .bx_i43 .tx2 em {
  color: #131717;
  font-size: 2rem;
}
.mitu_about .bx_i43 .tx2 span {
  display: block;
  margin-top: 10px;
  font-size: 3.6rem;
}
.mitu_about .bx_i43 .btm {
  text-align: center;
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  line-height: 1;
}
.mitu_about .bx_i43 .btm i {
  font-size: 2rem;
}
.mitu_about .bx_i43 .btm .txb1 {
  font-family: sans-serif;
  color: #266D5F;
  letter-spacing: 0.2em;
  font-weight: 700;
  margin-bottom: 5px;
  padding-bottom: 5px;
  background: linear-gradient(transparent 50%, #EDCF5E 60%);
}
.mitu_about .bx_i43 .btm .txb2 span {
  font-family: sans-serif;
  color: #266D5F;
  letter-spacing: 0.2em;
  font-weight: 700;
  background: linear-gradient(transparent 50%, #EDCF5E 60%);
}
.mitu_about .bx_i43 .btm .txb2 i {
  font-size: 1.9rem;
  letter-spacing: 0.1em;
}
.mitu_about .bx_i43 .btm .txb2 em {
  font-size: 3.4rem;
  letter-spacing: 0.1em;
}
.mitu_about .bx_i43 .txb2 {
  text-align: left;
}
.mitu_about .swiper-slide {
  height: auto;
}
.mitu_about .swiper-slide-item {
  height: 100%;
}
.mitu_about .swiper-horizontal > .swiper-pagination-bullets, .mitu_about .swiper-pagination-bullets.swiper-pagination-horizontal, .mitu_about .swiper-pagination-custom, .mitu_about .swiper-pagination-fraction {
  bottom: -32px;
  left: 0;
  width: 100%;
}
.mitu_about .swiper-pagination-bullet {
  background: #96CBC4;
  opacity: 1;
}
.mitu_about .swiper-pagination-bullet-active {
  opacity: 1;
  background: white;
}

.flex {
  margin-top: -40px;
  position: relative;
  background: url("../img/flex_bg.png") top center/cover;
  padding: 60px 0 70px 0;
  box-sizing: border-box;
}
.flex .lad {
  width: 190px;
  margin: 0 auto;
}
.flex h2 {
  margin-top: 30px;
  text-align: center;
  line-height: 1;
  color: #131717;
  font-weight: 900;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
.flex h2 i {
  color: #266D5F;
  background: linear-gradient(transparent 70%, #EDCF5E 60%);
}
.flex h2 em {
  display: inline-block;
  margin-top: 10px;
  color: #266D5F;
  font-weight: 900;
  font-size: 3.4rem;
  letter-spacing: 0.2em;
  background: linear-gradient(transparent 70%, #EDCF5E 60%);
}
.flex h2 em span {
  color: #131717;
}
.flex .img {
  margin: 16px 0;
}
.flex .mid_txt {
  text-align: center;
  line-height: 1;
  color: #131717;
  font-weight: 900;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}
.flex .mid_txt i {
  color: #266D5F;
  background: linear-gradient(transparent 70%, #EDCF5E 60%);
}
.flex .mid_txt em {
  display: inline-block;
  margin-top: 10px;
  color: #131717;
  font-weight: 900;
  font-size: 2.8rem;
  letter-spacing: 0;
}
.flex .mid_txt em span {
  font-size: 2.2rem;
}
.flex .cta_parts {
  margin-top: 30px;
}

.how {
  position: relative;
  margin-top: -40px;
  padding-top: 70px;
  padding-bottom: 70px;
  box-sizing: border-box;
  background: url("../img/how_bg.png") top center/cover;
}
.how:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: url("../img/how_bg2.png") top center/cover;
}
.how .ttl_bx {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 11px 0;
  box-sizing: border-box;
  background: url("../img/pre_ttl1_bg.png") center center no-repeat;
  background-size: 305px auto;
  margin-bottom: 0;
}
.how .ttl_bx .eg {
  margin: 5px 0 0 0;
}
.how .ttl_bx .eg img {
  display: inline-block;
  height: 30px;
}
.how .ttl_bx p {
  margin-top: 5px;
  color: #266D5F;
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.how .about3 {
  margin-top: 10px;
  position: relative;
  z-index: 2;
  aspect-ratio: 319/232.66;
  place-content: center;
  text-align: center;
  background: url("../img/bord2.png") center center/cover;
}
.how .about3 .ym {
  display: inline-block;
  border-radius: 100px;
  background: #000;
  text-align: center;
  color: white;
  font-size: 1.3rem;
  font-weight: 900;
}
.how .about3 .ym1 {
  width: 74px;
  margin-top: 10px;
}
.how .about3 .ym2 {
  width: 158px;
  margin-top: 20px;
}
.how .about3 .days {
  font-size: 1.9rem;
  line-height: 1;
  font-weight: 900;
}
.how .about3 .days i {
  font-size: 3.2rem;
}
.how .about3 .days em {
  background: linear-gradient(transparent 60%, #71C5B4 60%);
}
.how .ribon {
  width: 300px;
  margin: 0 auto 0 auto;
  position: relative;
  z-index: 2;
}
.how .bx {
  position: relative;
  margin-top: -26px;
  border-radius: 10px;
  border: 2px solid #CF9A05;
  box-sizing: border-box;
  background: linear-gradient(160deg, #ECC98D 0, #D4B84C 70%, #BC853A 100%);
}
.how .inb .step {
  width: 90px;
  margin: 0 auto;
}
.how .inb .step img {
  width: 100%;
}
.how .inb .img {
  width: 214px;
  margin: 0 auto;
}
.how .inb .txt {
  text-align: center;
  margin: 20px 0;
  font-weight: 900;
  font-size: 1.5rem;
  letter-spacing: 0.0255em;
  line-height: 1.5;
}
.how .inb .btn_1 {
  width: 280px;
  margin: 0 auto;
}
.how .inb .btn_1 em {
  font-size: 1.6rem;
  padding: 10px 0;
}
.how .inb .btn_st span {
  top: 27px;
  right: 27px;
  width: 9px;
  height: 7px;
  position: absolute;
  background: url(../img/tri.png) center right no-repeat;
  background-size: 7px auto;
}
.how .inb1 {
  border-radius: 10px 10px 0 0;
  padding-bottom: 10px;
  background: #FAFAEE;
  padding-top: 30px;
  box-sizing: border-box;
}
.how .inb2 {
  position: relative;
  padding-top: 60px;
}
.how .inb2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 43px;
  background: #FAFAEE;
  clip-path: polygon(0 0, 50% 100%, 100% 0%);
}
.how .inb2 .txt {
  color: white;
}

.first {
  background: url("../img/first_bg.png") top center/cover;
  margin-top: -40px;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.first .bx {
  background: radial-gradient(#FFFFFF, #F6F0DA);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 30px 10px 15px 10px;
  box-sizing: border-box;
  margin-top: -23px;
}
.first .bx_ttl {
  width: 300px;
  margin: 0 auto;
}
.first .ttl_bx {
  text-align: center;
  padding: 11px 0;
  box-sizing: border-box;
  background: url("../img/pre_ttl1_bg.png") center center no-repeat;
  background-size: 305px auto;
  margin-bottom: 20px;
}
.first .ttl_bx .eg {
  margin: 5px 0 0 0;
}
.first .ttl_bx .eg img {
  display: inline-block;
  height: 30px;
}
.first .ttl_bx p {
  margin-top: 5px;
  color: #266D5F;
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.first .in_ttl {
  text-align: center;
  font-weight: 900;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 15px;
}
.first .in_ttl em {
  display: inline-block;
  font-weight: 900;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 5px;
  box-sizing: border-box;
  background: linear-gradient(transparent 70%, #EDCF5E 60%);
}
.first .in_ttl i {
  color: #266D5F;
}
.first .txt {
  text-align: center;
  font-weight: 900;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.6;
  margin-top: 5px;
}

.secon {
  position: relative;
  margin-top: -25px;
  background: url("../img/secon_bg1.png") top center no-repeat, url("../img/secon_bg2.png") bottom center no-repeat;
  background-size: 100% auto, 100% auto;
  padding: 20px 0 70px 0;
}
.secon .bx {
  background: linear-gradient(to bottom, #5CCFBB 0%, #EEDB83 40%, #00AA93 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid #CF9A05;
  border-radius: 10px;
}
.secon .bx3 {
  margin-top: -20px;
  padding: 16px 16px 20px 16px;
  box-sizing: border-box;
}
.secon .bx3 .names {
  letter-spacing: -0.1em;
}
.secon .bx_ttl {
  width: 300px;
  margin: 0 auto;
}
.secon .ttl_bx {
  text-align: center;
  padding: 11px 0;
  box-sizing: border-box;
  background: url("../img/pre_ttl1_bg.png") center center no-repeat;
  background-size: 305px auto;
  margin-bottom: 20px;
}
.secon .ttl_bx .eg {
  margin: 5px 0 0 0;
}
.secon .ttl_bx .eg img {
  display: inline-block;
  height: 30px;
}
.secon .ttl_bx p {
  margin-top: 5px;
  color: #266D5F;
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.secon .in_ttl {
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 1.2;
  margin-top: 5px;
  margin-bottom: 10px;
  position: relative;
  padding: 7px 0;
}
.secon .in_ttl i {
  font-size: 2rem;
}
.secon .in_ttl:before, .secon .in_ttl:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 74px;
}
.secon .in_ttl:before {
  left: -5px;
  top: 0;
  background: url("../img/l1.png") center center/cover;
}
.secon .in_ttl:after {
  right: -5px;
  top: 0;
  background: url("../img/r1.png") center center/cover;
}
.secon .in_ttl2 {
  text-align: center;
  font-weight: 900;
  font-size: 2rem;
  letter-spacing: -0.05em;
  line-height: 1.7;
  padding: 20px 0;
}
.secon .txt {
  text-align: center;
  font-weight: 900;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  line-height: 1.4;
  color: white;
  margin-top: 15px;
}

.prof {
  margin-top: -40px;
  padding-top: 60px;
  box-sizing: border-box;
  background: url("../img/prof_bg.jpg") center top no-repeat, #FAFAEE;
  background-size: 100% auto;
}
.prof .prof_txt {
  color: white;
}
.prof .prof_txt .tops {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  font-weight: 900;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-top: 20px;
}
.prof .prof_txt a {
  display: block;
  width: 45px;
  transition: all 0.3s ease;
}
.prof .prof_txt a:hover {
  opacity: 0.6;
}
.prof .prof_txt .txt {
  font-weight: 900;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  line-height: 2;
  margin-top: 20px;
}
.prof .cta_parts {
  margin-top: 30px;
}

.aten {
  background: #FAFAEE;
  padding: 40px 0 10px 0;
  box-sizing: border-box;
}
.aten .ttl_bx {
  text-align: center;
  margin-bottom: 15px;
}
.aten .ttl_bx h2 {
  font-weight: 900;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #266D5F;
  margin-top: 10px;
}
.aten .ttl_bx img {
  display: inline-block;
  height: 33px;
  width: auto;
}
.aten .fq_bx {
  margin-top: 25px;
  border-radius: 10px;
  border: 1px solid #96CBC4;
  background: white;
  padding: 0 16px 0 16px;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.aten .fq_bx:nth-of-type(1) {
  margin-top: 40px;
}
.aten .q {
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  line-height: 1.3;
  padding: 20px 0;
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
  position: relative;
}
.aten .q i {
  position: absolute;
  width: 12px;
  height: 12px;
  right: 0px;
  top: 24px;
  transition: all 0.3s ease;
}
.aten .q i:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1.5px;
  width: 100%;
  height: 3px;
  background: #CF9A05;
}
.aten .q i:after {
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1.5px;
  margin-top: 0;
  width: 3px;
  height: 100%;
  background: #CF9A05;
}
.aten .open i {
  transform: rotate(180deg);
}
.aten .open i:after {
  opacity: 0;
}
.aten .a {
  border-top: 1px solid #CF9A05;
  padding-bottom: 40px;
}
.aten .in1 {
  margin-top: 40px;
}
.aten .in0 {
  margin-top: 20px;
}
.aten .fb {
  font-weight: 900;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.7;
  margin-bottom: 10px;
}
.aten .txt {
  font-weight: 900;
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1.7;
}

.foot {
  padding: 120px 0 0 0;
  position: relative;
  background: radial-gradient(#37A59E, #05604D);
}
.foot .imb {
  position: absolute;
  top: 0;
  left: 0;
}
.foot .ttl_bx {
  text-align: center;
}
.foot .ttl_bx h2 {
  font-weight: 900;
  color: #EDCF5E;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 10px;
}
.foot .ttl_bx img {
  display: inline-block;
  width: auto;
  height: 31px;
}
.foot .ud {
  margin-top: 30px;
  border-top: 2px solid #000;
  box-sizing: border-box;
}
.foot .ud .ttls {
  text-align: center;
  color: white;
  font-weight: 900;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  line-height: 1.2;
  padding: 16px 0;
  box-sizing: border-box;
}
.foot .ud .bxx {
  display: block;
  border-top: 2px dotted #000;
  padding: 24px 0;
  text-decoration: none;
  color: white;
  text-align: center;
  font-weight: 900;
}
.foot .ud a {
  transition: all 0.3s ease;
}
.foot .ud a:hover {
  opacity: 0.6;
}
.foot .ud .tll {
  font-weight: 900;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1;
  color: #EDCF5E;
  margin-bottom: 5px;
}
.foot .ud .time {
  font-weight: 900;
  font-size: 2.6rem;
  letter-spacing: 0;
  line-height: 1;
  margin: 5px 0 3px 0;
}
.foot .copys {
  mix-blend-mode: screen;
}

.stic {
  position: fixed;
  bottom: 10px;
  left: 0;
  width: 100%;
  z-index: 10;
}
.stic.is-hidden {
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.stic .btn_stt2 {
  opacity: 0;
  visibility: hidden;
  transition: unset !important;
}
.stic .btn_stt2.act {
  opacity: 1;
  visibility: visible;
}

/*# sourceMappingURL=top.css.map */
