@charset "UTF-8";
body {
  -webkit-print-color-adjust: exact;
}

main {
  background-color: #FFFEF5;
  overflow: hidden;
}

header {
  margin-top: 2em;
  max-width: 94%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}
@media screen and (max-width: 480px) {
  header {
    margin-top: 1.5em;
  }
}

.hnl_h_logo {
  width: 100%;
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 480px) {
  .hnl_h_logo {
    justify-content: start;
  }
}
.hnl_h_logo figure {
  max-width: 275px;
}
.hnl_h_logo figure img {
  width: 100%;
}
@media screen and (max-width: 1366px) {
  .hnl_h_logo figure {
    max-width: 240px;
  }
}
@media screen and (max-width: 480px) {
  .hnl_h_logo figure {
    max-width: 150px;
  }
}

.hnl_kv {
  overflow: hidden;
  position: relative;
  z-index: 0;
  height: 100vh;
  width: 100%;
  background-image: url("../assets/kv_img.webp");
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1100px) {
  .hnl_kv {
    background-position: right -130px top 0;
  }
}
@media screen and (max-width: 480px) {
  .hnl_kv {
    background-image: url("../assets/kv_img_sp.webp");
    background-position: top;
  }
}

.hnl_kv_band01,
.hnl_kv_band02 {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 0;
}
.hnl_kv_band01 img,
.hnl_kv_band02 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hnl_kv_band01 {
  aspect-ratio: 1920/893;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .hnl_kv_band01 {
    display: none;
  }
}

.hnl_kv_band02 {
  aspect-ratio: 1920/737;
  bottom: -2em;
}

.hnl_kv_inner {
  position: relative;
  z-index: 1;
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
  align-items: center;
  height: 100vh;
}
@media screen and (max-width: 1366px) {
  .hnl_kv_inner {
    margin: 0 5em;
  }
}
@media screen and (max-width: 1100px) {
  .hnl_kv_inner {
    margin: 0 3em;
  }
}
@media screen and (max-width: 768px) {
  .hnl_kv_inner {
    align-items: end;
  }
}
@media screen and (max-width: 580px) {
  .hnl_kv_inner {
    margin: 0 2em;
  }
}
@media screen and (max-width: 480px) {
  .hnl_kv_inner {
    margin: 0 1em;
  }
}

.hnl_sub_ttl,
.hnl_main_ttl,
.hnl_lead_sentence {
  color: #251714;
}

.hnl_sub_ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (max-width: 1100px) {
  .hnl_sub_ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .hnl_sub_ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .hnl_sub_ttl {
    font-size: 14px;
    margin-bottom: 0.8em;
  }
}

.hnl_main_ttl {
  font-size: 80px;
  font-weight: bold;
  line-height: 1.2em;
}
@media screen and (max-width: 1100px) {
  .hnl_main_ttl {
    font-size: 72px;
  }
}
@media screen and (max-width: 1100px) {
  .hnl_main_ttl {
    font-size: clamp(48px, 10vw, 80px);
  }
}
@media screen and (max-width: 480px) {
  .hnl_main_ttl {
    font-size: clamp(41px, 10vw, 52px);
    line-height: 1.3em;
  }
}

.hnl_lead_sentence {
  font-size: 26px;
  font-weight: bold;
  margin-top: 0.5em;
  margin-bottom: 2em;
}
@media screen and (max-width: 1100px) {
  .hnl_lead_sentence {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .hnl_lead_sentence {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .hnl_lead_sentence {
    font-size: 14px;
    margin-top: 0.8em;
  }
}

.hnl_sec_inner,
.hnl_cont_item {
  max-width: 1200px;
  margin: 0 auto;
}

.hnl_kv_app_btn {
  display: flex;
  gap: 2em;
}
@media screen and (max-width: 1100px) {
  .hnl_kv_app_btn {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .hnl_kv_app_btn {
    margin: 1em 1em 4em;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(3px);
    padding: 2em;
    align-items: center;
    justify-content: end;
  }
}
@media screen and (max-width: 480px) {
  .hnl_kv_app_btn {
    padding: 0;
    margin: 0;
    backdrop-filter: unset;
    background-color: transparent;
    gap: 1em;
  }
}

@media screen and (max-width: 768px) {
  .hnl_kv_l {
    height: 86vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .hnl_kv_l {
    height: 87vh;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
  }
  .hnl_kv_l::after {
    content: "";
    position: absolute;
    width: 80%;
    background-image: url("../assets/spkv_bghouse.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 354/329;
    top: 2em;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
}

@media screen and (max-width: 1100px) {
  .hnl_kv_app_btn--l {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .hnl_kv_app_btn--l {
    width: 160px;
    position: absolute;
    top: 50%;
    left: 0;
    left: 1em;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 580px) {
  .hnl_kv_app_btn--l {
    width: 123px;
  }
}
@media screen and (max-width: 480px) {
  .hnl_kv_app_btn--l {
    position: unset;
    transform: translateY(0);
    width: 200px;
  }
}

@media screen and (max-width: 1100px) {
  .hnl_kv_app_btn--r {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .hnl_kv_app_btn--r {
    width: calc(100% - 160px);
    display: flex;
    gap: 1em;
    position: relative;
    justify-content: center;
  }
}
@media screen and (max-width: 580px) {
  .hnl_kv_app_btn--r {
    width: calc(100% - 122px);
  }
}
@media screen and (max-width: 480px) {
  .hnl_kv_app_btn--r {
    flex-direction: column;
    gap: 0.5em;
  }
}

.hnl_kv_app_btn--l--img {
  aspect-ratio: 251/270;
}
.hnl_kv_app_btn--l--img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hnl_kv_app_btn--wrap {
  display: flex;
  gap: 1em;
  align-items: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .hnl_kv_app_btn--wrap {
    margin-bottom: 0;
  }
}

.hnl_kv_app_btn--qr {
  aspect-ratio: 1/1;
  width: 32%;
}
@media screen and (max-width: 1100px) {
  .hnl_kv_app_btn--qr {
    width: 73px;
  }
}
@media screen and (max-width: 768px) {
  .hnl_kv_app_btn--qr {
    display: none;
  }
}
.hnl_kv_app_btn--qr img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hnl_kv_app_btn--os {
  display: flex;
  flex-direction: column;
  gap: 0.2em;
  width: 68%;
}
@media screen and (max-width: 1100px) {
  .hnl_kv_app_btn--os {
    width: calc(100% - 73px);
  }
}
@media screen and (max-width: 768px) {
  .hnl_kv_app_btn--os {
    width: 100%;
  }
}

.hnl_kv_app_btn--os--name {
  font-weight: bold;
}

.hnl_kv_app_btn--os--name,
.hnl_kv_app_btn--os--var {
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .hnl_kv_app_btn--os--name,
  .hnl_kv_app_btn--os--var {
    font-size: 12px;
  }
}

.hnl_kv_app_btn--os--btn {
  transition: all 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  .hnl_kv_app_btn--os--btn:hover {
    opacity: 0.8;
  }
}

.hnl_kv_app_btn--os--btn--and {
  aspect-ratio: 199/59;
  max-width: 181px;
}
@media screen and (max-width: 480px) {
  .hnl_kv_app_btn--os--btn--and {
    max-width: 140px;
  }
}
.hnl_kv_app_btn--os--btn--and img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hnl_kv_app_btn--os--btn--ios {
  aspect-ratio: 145/53;
  max-width: 159px;
}
@media screen and (max-width: 480px) {
  .hnl_kv_app_btn--os--btn--ios {
    max-width: 119px;
  }
}
.hnl_kv_app_btn--os--btn--ios img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

/* アプリ説明 */
.hnl_disc {
  position: relative;
  margin-top: 8em;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .hnl_disc {
    padding: 0 1em;
  }
}
@media screen and (max-width: 768px) {
  .hnl_disc {
    margin-top: 6em;
  }
}
@media screen and (max-width: 480px) {
  .hnl_disc {
    margin-top: 4em;
  }
}

.hnl_disc_inner {
  border: 5px solid #FFF1D9;
  padding: 3em;
  position: relative;
  background-image: url("../assets/hnl_app_logo_disc.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .hnl_disc_inner {
    padding: 2em 1em;
  }
}

.hnl_disc_ttl {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 1100px) {
  .hnl_disc_ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .hnl_disc_ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .hnl_disc_ttl {
    font-size: 20px;
  }
}

.hnl_disc_txt {
  word-break: break-all;
  font-size: 18px;
  padding: 0 7em;
  line-height: 2em;
}
@media screen and (max-width: 1100px) {
  .hnl_disc_txt {
    padding: 0 2em;
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .hnl_disc_txt {
    padding: 0 1em;
  }
}

/* タブエリア */
.hnl_tab {
  margin: 8em 0 4em;
}
@media screen and (max-width: 1100px) {
  .hnl_tab {
    padding: 0 1em;
  }
}
@media screen and (max-width: 768px) {
  .hnl_tab {
    margin: 6em 0 3em;
  }
}
@media screen and (max-width: 480px) {
  .hnl_tab {
    margin: 4em 0 2em;
  }
}

.hnl_tabttl {
  font-size: 32px;
  background-color: #BC2100;
  text-align: center;
  color: #FFFEF5;
  font-weight: bold;
  padding: 0.2em 1em;
}
@media screen and (max-width: 1100px) {
  .hnl_tabttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .hnl_tabttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .hnl_tabttl {
    font-size: 20px;
  }
}

.hnl_tabli {
  margin-top: 4em;
  display: flex;
  gap: 0.5em;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .hnl_tabli {
    flex-wrap: wrap;
    gap: 1em;
    justify-content: center;
    margin-top: 3em;
  }
}
@media screen and (max-width: 480px) {
  .hnl_tabli {
    justify-content: start;
    margin-top: 2em;
  }
}

.hnl_tab_item {
  width: calc(20% - 1em);
  cursor: pointer;
  background-color: #fff;
  padding: 1.5em;
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: center;
  border-radius: 8px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.29);
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  border: 2px solid #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .hnl_tab_item {
    width: calc(33.3333333333% - 1em);
  }
}
@media screen and (max-width: 480px) {
  .hnl_tab_item {
    width: calc(50% - 0.5em);
    padding: 1em;
  }
}
.hnl_tab_item::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 1px;
  background-color: #FFF1D9;
  top: 40%;
  left: 50%;
  transition: all 0.5s;
  z-index: 0;
  border-radius: 5em;
}
@media (hover: hover) and (pointer: fine) {
  .hnl_tab_item:hover {
    box-shadow: none;
    border-color: #BC2100;
  }
  .hnl_tab_item:hover::after {
    transform: scale(200);
  }
}

.hnl_tab_item--img {
  aspect-ratio: 107/112;
  position: relative;
  z-index: 1;
}
.hnl_tab_item--img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hnl_tab_item--txt {
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #BC2100;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .hnl_tab_item--txt {
    font-size: 14px;
  }
}

.hnl_tab_item.is-active {
  box-shadow: none;
  background-color: #FFF1D9;
  border: 2px solid #BC2100;
}

/* タブコンテンツ */
.hnl_cont_sec {
  padding: 8em 0;
  background-color: #FFFEF5;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .hnl_cont_sec {
    padding: 8em 1em;
  }
}
@media screen and (max-width: 768px) {
  .hnl_cont_sec {
    padding: 6em 1em;
  }
}
.hnl_cont_sec::after {
  content: "";
  position: absolute;
  background-image: url(../assets/cont_bg_wave.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  aspect-ratio: 1920/498;
  width: 100%;
  z-index: 0;
}

.hnl_cont_item {
  display: none;
  background-color: #fff;
  position: relative;
  padding: 5em 3em;
  z-index: 1;
  border-radius: 2.5em;
}
@media screen and (max-width: 768px) {
  .hnl_cont_item {
    padding: 6em 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .hnl_cont_item {
    padding: 4em 1em;
  }
}

.hnl_cont_item.is-active {
  display: block;
}

.hnl_cont_genre {
  background-color: #FFF1D9;
  padding: 2em;
  text-align: center;
  margin-bottom: 4em;
}
@media screen and (max-width: 480px) {
  .hnl_cont_genre {
    padding: 2em 1.5em;
    margin-bottom: 3em;
  }
}

.hnl_cont_genre_inner {
  display: inline-block;
  position: relative;
  font-size: 28px;
  font-weight: bold;
  color: #313131;
}

.hnl_cont_genre_img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hnl_cont_genre_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1100px) {
  .hnl_cont_genre_txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .hnl_cont_genre_txt {
    font-size: 20px;
  }
}

.hnl_cont_genre_img01 {
  padding-left: 140px;
}
@media screen and (max-width: 1100px) {
  .hnl_cont_genre_img01 {
    padding-left: 110px;
  }
}
@media screen and (max-width: 480px) {
  .hnl_cont_genre_img01 {
    padding-left: 84px;
  }
}
.hnl_cont_genre_img01 .hnl_cont_genre_img {
  aspect-ratio: 106/161;
  width: 106px;
}
@media screen and (max-width: 1100px) {
  .hnl_cont_genre_img01 .hnl_cont_genre_img {
    width: 86px;
  }
}
@media screen and (max-width: 480px) {
  .hnl_cont_genre_img01 .hnl_cont_genre_img {
    width: 69px;
  }
}

.hnl_cont_genre_img02 {
  padding-left: 140px;
}
@media screen and (max-width: 1100px) {
  .hnl_cont_genre_img02 {
    padding-left: 110px;
  }
}
@media screen and (max-width: 480px) {
  .hnl_cont_genre_img02 {
    padding-left: 86px;
  }
}
.hnl_cont_genre_img02 .hnl_cont_genre_img {
  aspect-ratio: 114/161;
  width: 114px;
}
@media screen and (max-width: 1100px) {
  .hnl_cont_genre_img02 .hnl_cont_genre_img {
    width: 91px;
  }
}
@media screen and (max-width: 480px) {
  .hnl_cont_genre_img02 .hnl_cont_genre_img {
    width: 72px;
  }
}

.hnl_cont_genre_img03 {
  padding-left: 133px;
}
@media screen and (max-width: 1100px) {
  .hnl_cont_genre_img03 {
    padding-left: 106px;
  }
}
@media screen and (max-width: 480px) {
  .hnl_cont_genre_img03 {
    padding-left: 85px;
  }
}
.hnl_cont_genre_img03 .hnl_cont_genre_img {
  aspect-ratio: 104/161;
  width: 104px;
}
@media screen and (max-width: 1100px) {
  .hnl_cont_genre_img03 .hnl_cont_genre_img {
    width: 83px;
  }
}
@media screen and (max-width: 480px) {
  .hnl_cont_genre_img03 .hnl_cont_genre_img {
    width: 69px;
  }
}

.hnl_cont_genre_img04 {
  padding-left: 202px;
}
@media screen and (max-width: 1100px) {
  .hnl_cont_genre_img04 {
    padding-left: 145px;
  }
}
@media screen and (max-width: 480px) {
  .hnl_cont_genre_img04 {
    padding-left: 105px;
  }
}
.hnl_cont_genre_img04 .hnl_cont_genre_img {
  aspect-ratio: 173/161;
  width: 173px;
}
@media screen and (max-width: 1100px) {
  .hnl_cont_genre_img04 .hnl_cont_genre_img {
    width: 125px;
  }
}
@media screen and (max-width: 480px) {
  .hnl_cont_genre_img04 .hnl_cont_genre_img {
    width: 92px;
  }
}

.hnl_cont_genre_img05 {
  padding-left: 160px;
}
@media screen and (max-width: 1100px) {
  .hnl_cont_genre_img05 {
    padding-left: 125px;
  }
}
@media screen and (max-width: 480px) {
  .hnl_cont_genre_img05 {
    padding-left: 94px;
  }
}
.hnl_cont_genre_img05 .hnl_cont_genre_img {
  aspect-ratio: 132/161;
  width: 132px;
}
@media screen and (max-width: 1100px) {
  .hnl_cont_genre_img05 .hnl_cont_genre_img {
    width: 107px;
  }
}
@media screen and (max-width: 480px) {
  .hnl_cont_genre_img05 .hnl_cont_genre_img {
    width: 85px;
  }
}

.hnl_cont_ttl {
  padding: 0.5em;
  background-color: #251714;
  font-weight: bold;
  margin-bottom: 4em;
}
@media screen and (max-width: 480px) {
  .hnl_cont_ttl {
    margin-bottom: 3em;
  }
}

.hnl_cont_ttl--sub {
  padding: 0.4em;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 1100px) {
  .hnl_cont_ttl--sub {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .hnl_cont_ttl--sub {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .hnl_cont_ttl--sub {
    font-size: 14px;
  }
}

.hnl_cont_ttl--main {
  text-align: center;
  color: #bc2100;
  padding: 0.5em 0;
  font-size: 32px;
  background-color: #fff;
}
@media screen and (max-width: 1100px) {
  .hnl_cont_ttl--main {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .hnl_cont_ttl--main {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .hnl_cont_ttl--main {
    font-size: 19px;
  }
}

.hnl_function_desc {
  display: flex;
  gap: 1em;
  justify-content: space-between;
  margin-bottom: 2em;
}
@media screen and (max-width: 480px) {
  .hnl_function_desc {
    margin-bottom: 1em;
  }
}

.hnl_function_desc_img {
  aspect-ratio: 609/370;
  width: calc(60% - 0.5em);
  height: 100%;
}
.hnl_function_desc_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hnl_function_desc_iconimg {
  aspect-ratio: 456/370;
  width: calc(40% - 0.5em);
  height: 100%;
}
.hnl_function_desc_iconimg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hnl_cont_txt {
  font-size: 18px;
  line-height: 1.8em;
  margin-bottom: 4em;
}
@media screen and (max-width: 1100px) {
  .hnl_cont_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .hnl_cont_txt {
    font-size: 16px;
    margin-bottom: 2em;
  }
}

.hnl_cont_img {
  text-align: center;
}

.hnl_cont02_ttl {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .hnl_cont02_ttl {
    font-size: 20px;
  }
}

.hnl_hr_dashed {
  border: none;
  border-top: 2px dashed #251714;
  margin-bottom: 5em;
}
@media screen and (max-width: 768px) {
  .hnl_hr_dashed {
    margin-bottom: 4em;
  }
}
@media screen and (max-width: 480px) {
  .hnl_hr_dashed {
    margin-bottom: 3em;
  }
}

.hnl_cont03_ttl01 {
  font-size: 24px;
  font-weight: bold;
  color: #D93715;
  margin-bottom: 3em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hnl_cont03_ttl01 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .hnl_cont03_ttl01 {
    font-size: 18px;
    margin-bottom: 2em;
  }
}

.hnl_cont03_maintain--li01 {
  margin-bottom: 4em;
}
@media screen and (max-width: 480px) {
  .hnl_cont03_maintain--li01 {
    margin-bottom: 3em;
  }
}
.hnl_cont03_maintain--li01 ul {
  display: flex;
  gap: 1em;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .hnl_cont03_maintain--li01 ul {
    gap: 2em;
    flex-direction: column;
  }
}

.hnl_cont03_maintain--li01--item {
  width: calc(33.3333333333% - 0.5em);
  border-radius: 15px;
  background-color: #fff;
  padding: 1.5em;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.32);
  position: relative;
}
@media screen and (max-width: 768px) {
  .hnl_cont03_maintain--li01--item {
    width: 100%;
    display: flex;
    gap: 1em;
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  .hnl_cont03_maintain--li01--item {
    flex-direction: column;
  }
}
.hnl_cont03_maintain--li01--item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 0.3em);
  transform: translateY(-50%);
  width: 7px;
  height: 26px;
  background: #d93715;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media screen and (max-width: 768px) {
  .hnl_cont03_maintain--li01--item::after {
    top: calc(100% + 0.8em);
    left: 50%;
    width: 26px;
    height: 7px;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    transform: translate(-50%, 0);
  }
}
.hnl_cont03_maintain--li01--item:last-child::after {
  display: none;
}

.hnl_cont03_maintain--li01--item--img {
  aspect-ratio: 322/137;
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .hnl_cont03_maintain--li01--item--img {
    width: 50%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .hnl_cont03_maintain--li01--item--img {
    width: 100%;
  }
}
.hnl_cont03_maintain--li01--item--img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .hnl_cont03_maintain--li01--item--txt,
  .hnl_cont03_maintain--li02--item--txt {
    width: 50%;
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .hnl_cont03_maintain--li01--item--txt,
  .hnl_cont03_maintain--li02--item--txt {
    width: 100%;
  }
}

.hnl_cont03_maintain--li01--item--txt,
.hnl_cont03_maintain--li02--item--txt {
  font-weight: bold;
  text-align: center;
}

.hnl_cont03_maintain--more {
  text-align: center;
  font-weight: bold;
  color: #251714;
  font-size: 24px;
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  .hnl_cont03_maintain--more {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .hnl_cont03_maintain--more {
    font-size: 18px;
    margin-bottom: 2em;
  }
}

.hnl_cont03_maintain--li02 {
  margin-bottom: 8em;
}
@media screen and (max-width: 768px) {
  .hnl_cont03_maintain--li02 {
    margin-bottom: 6em;
  }
}
@media screen and (max-width: 480px) {
  .hnl_cont03_maintain--li02 {
    margin-bottom: 4em;
  }
}
.hnl_cont03_maintain--li02 ul {
  display: flex;
  gap: 4em;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .hnl_cont03_maintain--li02 ul {
    gap: 2em;
    flex-direction: column;
  }
}

.hnl_cont03_maintain--li02--item {
  width: calc(50% - 2em);
  border-radius: 15px;
  background-color: #fff;
  padding: 1.5em;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.32);
  position: relative;
}
@media screen and (max-width: 768px) {
  .hnl_cont03_maintain--li02--item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1em;
  }
}
@media screen and (max-width: 480px) {
  .hnl_cont03_maintain--li02--item {
    flex-direction: column;
  }
}

.hnl_cont03_maintain--li02--item--img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hnl_cont03_maintain--li02--item--img {
    width: 49%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .hnl_cont03_maintain--li02--item--img {
    width: 100%;
  }
}
.hnl_attention {
  margin-top: 1em;
}
.hnl_attention p {
  font-size: 14px;
  display: flex;
}
@media screen and (max-width: 480px) {
  .hnl_attention p {
    font-size: 12px;
  }
}
.hnl_attention p span {
  display: inline-block;
  margin-right: 0.5em;
}

.hnl_cont03_ttl02 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 4em;
}
@media screen and (max-width: 480px) {
  .hnl_cont03_ttl02 {
    margin-bottom: 3em;
  }
}
.hnl_cont03_ttl02 span {
  display: inline-block;
  padding: 0.3em 1em;
  font-size: 24px;
  font-weight: bold;
  background-color: #251714;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .hnl_cont03_ttl02 span {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .hnl_cont03_ttl02 span {
    padding: 0.5em 2em;
    font-size: 18px;
    text-align: center;
    width: 100%;
  }
}

.hnl_cont03_ttl03 {
  font-size: 24px;
  font-weight: bold;
  color: #251714;
  text-align: center;
  margin: 3em 0;
}
@media screen and (max-width: 768px) {
  .hnl_cont03_ttl03 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .hnl_cont03_ttl03 {
    font-size: 18px;
    margin: 2em 0;
  }
}

.hnl_btn-video::before {
  background-image: url(https://aterm.jp/product/atermstation/cmn_v2/images/icn-video.svg) !important;
}

.hnl_cont_main-contents .inner-narrow {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.hnl_bottom_band {
  background-color: #fff;
  margin-top: 8em;
}
@media screen and (max-width: 768px) {
  .hnl_bottom_band {
    margin-top: 6em;
  }
}
@media screen and (max-width: 480px) {
  .hnl_bottom_band {
    margin-top: 4em;
  }
}

.hnl_bottom_band--inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2em 0;
}

.hnl_bottom_band--ttl {
  display: flex;
  gap: 2em;
  align-items: center;
  justify-content: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 580px) {
  .hnl_bottom_band--ttl {
    flex-direction: column;
    gap: 1em;
  }
}

.hnl_bottom_band--ttl--icon {
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 160px;
}
@media screen and (max-width: 768px) {
  .hnl_bottom_band--ttl--icon {
    max-width: 100px;
  }
}
@media screen and (max-width: 480px) {
  .hnl_bottom_band--ttl--icon {
    max-width: 80px;
  }
}
.hnl_bottom_band--ttl--icon img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hnl_bottom_band--ttl--txt {
  text-align: center;
  font-size: 36px;
  color: #251714;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .hnl_bottom_band--ttl--txt {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .hnl_bottom_band--ttl--txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .hnl_bottom_band--ttl--txt {
    font-size: 20px;
  }
}

.hnl_bottom_band--dlbtn {
  display: flex;
  gap: 4em;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .hnl_bottom_band--dlbtn {
    gap: 1em;
  }
}
@media screen and (max-width: 480px) {
  .hnl_bottom_band--dlbtn {
    flex-direction: column;
  }
}

.hnl_bottom_band--dlbtn--inner {
  display: flex;
  gap: 1em;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .hnl_bottom_band--dlbtn--inner {
    width: calc(50% - 0.5em);
  }
}
@media screen and (max-width: 480px) {
  .hnl_bottom_band--dlbtn--inner {
    width: 100%;
    justify-content: center;
  }
}

.hnl_bottom_band--dlbtn--btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .hnl_bottom_band--dlbtn--btn {
    width: calc(75% - 0.5em);
    align-items: flex-start;
  }
}
@media screen and (max-width: 480px) {
  .hnl_bottom_band--dlbtn--btn {
    width: calc(60% - 0.5em);
    align-items: flex-start;
  }
}

.hnl_bottom_band--dlbtn--os {
  margin-bottom: 0.5em;
  font-weight: bold;
}

.hnl_bottom_band--dlbtn--img {
  max-width: 200px;
  width: 100%;
  height: 58px;
}
@media screen and (max-width: 768px) {
  .hnl_bottom_band--dlbtn--img {
    display: flex;
    align-items: center;
    justify-content: start;
  }
}
.hnl_bottom_band--dlbtn--img a {
  display: flex;
  height: 100%;
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .hnl_bottom_band--dlbtn--img a:hover {
    opacity: 0.8;
  }
}
.hnl_bottom_band--dlbtn--img a img {
  object-fit: contain;
  height: 100%;
}

.hnl_dlbtn--img--and {
  aspect-ratio: 199/59;
}

.hnl_dlbtn--img--ios {
  aspect-ratio: 145/53;
}

.hnl_bottom_band--dlbtn--support {
  margin-top: 0.5em;
  font-weight: bold;
}
@media screen and (max-width: 580px) {
  .hnl_bottom_band--dlbtn--support {
    font-size: 12px;
  }
}

.hnl_bottom_band--dlbtn--qr {
  aspect-ratio: 1/1;
  max-width: 110px;
  min-width: 110px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .hnl_bottom_band--dlbtn--qr {
    max-width: 25%;
    min-width: auto;
  }
}
.hnl_bottom_band--dlbtn--qr img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hnl-table {
  width: 100%;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  table-layout: fixed;
  margin-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  .hnl-table.hnl-table02 {
    display: block;
    overflow-x: unset;
  }
  .hnl-table.hnl-table02 tbody {
    width: 100%;
  }
  .hnl-table.hnl-table02 tr {
    width: 100%;
  }
  .hnl-table.hnl-table02 tr:first-child th:nth-child(1) {
    width: 40%;
  }
  .hnl-table.hnl-table02 tr:first-child th:nth-child(2) {
    width: 30%;
  }
  .hnl-table.hnl-table02 tr:first-child th:nth-child(3) {
    width: 30%;
  }
  .hnl-table.hnl-table02 tr th {
    width: 40%;
  }
  .hnl-table.hnl-table02 tr td {
    width: 30%;
  }
}
@media screen and (max-width: 1100px) {
  .hnl-table {
    display: block;
    overflow-x: auto;
    overflow-scrolling: touch;
  }
}
.hnl-table th, .hnl-table td {
  padding: 1.2em !important;
  font-size: 16px;
  word-break: break-all;
  border-radius: 0 !important;
}
@media screen and (max-width: 1100px) {
  .hnl-table th, .hnl-table td {
    padding: 1em 0.6em !important;
  }
}
.hnl-table th.center, .hnl-table td.center {
  text-align: center;
}
.hnl-table th {
  background: #EFEFEF !important;
  font-weight: normal;
}
@media screen and (max-width: 1100px) {
  .hnl-table tr th:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    background: #EFEFEF !important;
    box-shadow: 1px 0 0 #CCCCCC;
    word-break: break-all;
  }
}
.hnl-table td {
  background: #FFFFFF;
}
@media screen and (max-width: 1100px) {
  .hnl-table tbody, .hnl-table thead, .hnl-table tr {
    display: block;
    width: fit-content;
  }
  .hnl-table tr {
    display: flex;
  }
  .hnl-table th, .hnl-table td {
    display: block;
    flex-shrink: 0;
  }
  .hnl-table th:nth-child(1), .hnl-table td:nth-child(1) {
    width: 150px;
  }
  .hnl-table th:nth-child(n+2), .hnl-table td:nth-child(n+2) {
    width: 150px;
  }
  .hnl-table th, .hnl-table td {
    word-break: break-all;
  }
}

.hnl_tab_under {
  max-width: 1200px;
  margin: 5em auto 0;
}
@media screen and (max-width: 480px) {
  .hnl_tab_under {
    margin: 2em auto 0;
  }
}
.hnl_tab_under ul {
  display: flex;
  gap: 1em;
}
@media screen and (max-width: 768px) {
  .hnl_tab_under ul {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .hnl_tab_under_li {
    width: calc(50% - 0.5em);
  }
}
@media screen and (max-width: 480px) {
  .hnl_tab_under_li {
    width: 100%;
  }
}

.hnl_tab_item_under {
  display: flex;
  padding: 1em;
  font-size: 14px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.29);
  border: 2px solid #fff;
  color: #BC2100;
  background-color: #fff;
  transition: all 0.5s;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  justify-content: center;
  width: 100%;
}
.hnl_tab_item_under.is-active {
  box-shadow: none;
  background-color: #FFF1D9;
  border: 2px solid #BC2100;
}
@media (hover: hover) and (pointer: fine) {
  .hnl_tab_item_under:hover {
    box-shadow: none;
    background-color: #FFF1D9;
    border-color: #BC2100;
  }
}

.hnl_mb0 {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .hnl_mb0 {
    margin-bottom: 0;
  }
}

.hnl_mb4 {
  margin-bottom: 4em;
}
@media screen and (max-width: 480px) {
  .hnl_mb4 {
    margin-bottom: 3em;
  }
}

.hnl_mb8 {
  margin-bottom: 8em;
}
@media screen and (max-width: 768px) {
  .hnl_mb8 {
    margin-bottom: 6em;
  }
}
@media screen and (max-width: 480px) {
  .hnl_mb8 {
    margin-bottom: 4em;
  }
}

.hnl_vsm--only {
  display: none;
}
@media screen and (max-width: 480px) {
  .hnl_vsm--only {
    display: block;
  }
}/*# sourceMappingURL=hnl_style.css.map */