/* ==================================================
  base
================================================== */

.visid {
  overflow-wrap: anywhere;
  line-height: 1.375;
}
.visid.w_100vw {
  overflow-x: clip;
}
.visid img {
  height: auto;
}



/* ----------------------------------------
  breadcrumbs, title
---------------------------------------- */

.page_title_area_aem {
  display: none;
}

@media screen and (max-width: 1023px) {
  .breadcrumbs.for_mobile {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .breadcrumbs.for_pc {
    display: none;
  }
}



/* ----------------------------------------
  page_top
---------------------------------------- */

@media screen and (min-width: 1024px) {
  .page_top {
    padding: 0;
    border-top: none;
  }
  .page_top_text {
    display: none;
  }
}



/* ----------------------------------------
  button
---------------------------------------- */

.visid * + [class*="button"] {
  margin-top: 20px;
}





/* ==================================================
  color
================================================== */

:root {
  --Electric-Blue: #024ad8;
  --Power-Storm: #568393;
  --Orange-Bloom: #ff5050;
  --Standard-gray: #e6e6e6;
  --Light-gray: #f5f5f5;
  --cyan: #0096d6
}

.fc_blue { color: var(--Electric-Blue) !important; }
.fc_power_storm { color: var(--Power-Storm) !important; }
.fc_orange { color: var(--Orange-Bloom) !important; }





/* ==================================================
  common
================================================== */

/* ----------------------------------------
  section_wrap
---------------------------------------- */

.section_wrap {
  padding: 40px 20px;
}

@media (min-width: 768px) {
  .section_wrap {
    padding: 60px 30px;
  }
}



/* ----------------------------------------
  section_content
---------------------------------------- */

.visid .section_content.mw1280 {
  max-width: 1280px;
}



/* ----------------------------------------
  Slick
---------------------------------------- */

/* arrow -------------------- */

.visid .slick-prev,
.visid .slick-next {
  top: 0;
  transform: none;
  width: 30px;
  height: 30px;
}
.visid .slick-prev {
  right: 50px;
  left: auto;
}
.visid .slick-next {
  right: 0;
}
.visid .slick-prev:hover,
.visid .slick-next:hover {
  background: #000;
}
.visid .slick-prev::before,
.visid .slick-next::before {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  transition: .2s;
  width: 44px;
  height: 44px;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path d="M0,0v30h30V0H0ZM29,29H1V1h28v28Z"/><polygon points="16.09 20.11 16.8 20.82 22.6 15.02 16.75 9.18 16.05 9.89 20.69 14.53 8.03 14.53 8.03 15.53 20.67 15.53 16.09 20.11"/></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px 30px;
}
.visid .slick-prev::before {
  transform: rotate(180deg);
}
.visid .slick-prev:hover::before,
.visid .slick-next:hover::before {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><polygon points="16.09 20.11 16.8 20.82 22.6 15.02 16.75 9.18 16.05 9.89 20.69 14.53 8.03 14.53 8.03 15.53 20.67 15.53 16.09 20.11"/></svg>');
  filter: invert(1);
}


/* dots -------------------- */

.visid .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}
.visid .slick-dots li button {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 4px;
  border: 2px solid transparent;
}
.visid .slick-dots li.slick-active button {
  width: 56px;
}
.visid .slick-dots li button::before {
  display: block;
  position: static;
  transform: none;
  width: 5px;
  height: 5px;
  border-radius: 20px;
}
.visid .slick-dots li button:hover::before,
.visid .slick-dots li button:focus::before,
.visid .slick-dots li.slick-active button::before {
  background: #000;
}
.visid .slick-dots li.slick-active button::before {
  width: 100%;
}





/* ==================================================
  local_navi
================================================== */

@media screen and (max-width: 1023px) {
  .local_navi_trigger {
    display: flex;
    align-items: center;
    min-height: 62px;
  }
  .local_navi_trigger::before {
    color: #000;
  }
  .local_navi_trigger h2 {
    padding: 10px 0;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2;
  }
  .local_navi_menu > h2 {
    display: none;
  }
  .local_navi_menu_level1 > li {
    background: #fff;
    border-color: #e8e8e8;
  }
  .local_navi_menu_level1 > li a {
    color: #000;
  }
  .local_navi_menu_level1 > li a br {
    display: none;
  }
  .local_navi_menu_level1 > li > a:not(:only-child) {
    border-color: #e8e8e8;
  }
  .local_navi_menu_level1 > li.local_navi_level2_open {
    background: #fff;
  }
  .local_navi_menu_level2 > li {
    background: rgba(243,243,243,1);
    border-top: none;
  }
  .local_navi_level2_trigger::after {
    color: #000;
  }
}

@media screen and (min-width: 1024px) {
  .local_navi {
    right: 50%;
    left: 50%;
    width: 100vw;
    margin-right: -50vw;
    margin-left: -50vw;
    padding: 0 20px;
    background: #fff;
  }
  .local_navi .local_navi_menu {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    max-width: 1220px;
    margin: 0 auto;
  }
  .local_navi_menu a {
    color: #000;
  }
  .local_navi_menu > h2,
  .local_navi_menu > h2 a {
    color: #000;
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
    margin: 0;
  }
  .local_navi_menu > h2 a:hover {
    text-decoration: underline;
  }
  .local_navi_menu_level1 {
    display: flex;
    justify-content: space-between;
  }
  .local_navi_menu_level1 > li:nth-of-type(n+2) {
    margin-left: 30px;
  }
  .local_navi_menu_level1 > li.main_menu {
    height: 70px;
  }
  .local_navi_menu_level1 > li.main_menu > a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    color: #000;
    line-height: 1.4;
  }
  .local_navi_menu_level1 > li.main_menu > a::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .2s;
    width: 100%;
    height: 4px;
    background: #165dba;
    opacity: 0;
  }
  .local_navi_menu_level1 > li.current > a::after,
  .local_navi_menu_level1 > li.main_menu > a:hover::after {
    opacity: 1;
  }

  /* level2 -------------------- */
  .local_navi_menu_level2_area {
    top: 100%;
    left: -20px;
  }
  .local_navi_menu_level2 {
    min-width: 300px;
    background: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: 0 12px 12px 0 rgb(0 0 0 / 20%);
  }
  .local_navi_menu_level2 li a {
    display: block;
    padding: 10px 20px;
    text-align: left;
    transition: .2s;
    white-space: nowrap;
  }
  .local_navi_menu_level2 li a:hover {
    color: #165dba;
    text-decoration: none;
    background: #e6fcff; /*rgba(44,48,56,.05)*/
  }
}



/* ----------------------------------------
  main_menu_btn
---------------------------------------- */

.local_navi .main_menu_btn {
  padding: 1.2rem 1.6rem;
  text-align: center;
}
.local_navi .main_menu_btn .button {
  display: inline-block;
  width: 200px;
}

@media screen and (min-width: 1024px) {
  .local_navi .main_menu_btn {
    align-self: center;
    position: relative;
    padding: 0;
    margin-left: auto;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .local_navi .main_menu_btn .button {
    width: auto;
  }
}





/* ==================================================
  hero
================================================== */

.hero_text {
  padding: 20px;
}
.hero_text h2 {
  margin: 20px 0;
}
.hero_image img {
  object-fit: cover;
  width: 100%;
  height: 270px;
}

@media (min-width: 768px) {
  .hero_image img {
    height: 500px;
  }
}

@media (min-width: 1280px) {
  .hero {
    position: relative;
    max-width: 1920px;
    height: 600px;
    margin: 0 auto;
  }
  .hero_text {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    padding: 0 30px;
    margin: 0 auto;
  }
  .hero_text_inner {
    max-width: 66.6666666667%;
    padding-top: 15px;
  }
  .hero_text h2 {
    margin: 25px 0;
  }
  .hero_text h2,
  .hero_text p {
    width: 60%;
  }
  .hero_image {
    position: absolute;
    top: 0;
    left: 0;
  }
  .hero_image img {
    height: 600px;
  }
}





/* ==================================================
  watch
================================================== */

.watch {
  position: relative;
}
.watch_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  color: #fff;
  background: linear-gradient(90deg,
    rgba(0 0 0 / .05) 0%,
    rgba(0 0 0 / .05) 50%,
    rgba(0 0 0 / .05) 100%);
}
.watch_text_inner {
  padding: 0 20px;
}
.watch_text h2 {
  padding: 10px 40px 10px 0;
}
.watch_image {
  max-width: 1920px;
  margin: 0 auto;
}
.watch_image img {
  object-fit: cover;
  width: 100%;
  height: 700px;
}

@media (min-width: 768px) {
  .watch_text_inner {
    max-width: 1280px;
    padding: 0 30px;
    margin: 0 auto;
  }
}





/* ==================================================
  carousel
================================================== */

.carousel {
  margin-top: 30px;
}
.carousel_image_item img {
  object-fit: cover;
  width: 100%;
  height: 320px;
  border-radius: 12px;
}
.carousel_text {
  margin: 0 -15px;
}
.carousel_text_item {
  transition: .3s;
  cursor: pointer;
  padding: 20px 15px 0;
  opacity: .2;
}
.carousel_text_item:hover,
.carousel_text_item.slick-current {
  opacity: 1;
}
.carousel_text_indicator {
  transition: .3s;
  width: 60px;
  height: 4px;
  margin-bottom: 20px;
  background: #b3f2fd;
  opacity: 0;
}
.slick-current .carousel_text_indicator {
  opacity: 1;
}
.carousel_text_title {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}

@media (min-width: 768px) {
  .carousel_text_desc {
    font-size: 18px;
  }
}

@media (min-width: 1280px) {
  .carousel_image_item img {
    height: 400px;
  }
  .carousel_text_desc {
    font-size: 20px;
  }
}





/* ==================================================
  offset
================================================== */

.offset {
  background: #fafafa;
}
.offset_list {
  margin-top: 40px;
}
.offset_list_item {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 20px;
}
.offset_list_item + .offset_list_item {
  margin-top: 40px;
}
.offset_list_image img {
  width: 100%;
  border-radius: 12px;
}

@media (min-width: 768px) {
  .offset_list {
    margin-top: 60px;
  }
  .offset_list_item:nth-child(odd) {
    flex-direction: row;
  }
  .offset_list_item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .offset_list_item + .offset_list_item {
    margin-top: 60px;
  }
  .offset_list_text {
    align-self: center;
    width: 30%;
  }
  .offset_list_item:nth-child(odd) .offset_list_text {
    padding: 0 20px 40px 0;
  }
  .offset_list_item:nth-child(even) .offset_list_text {
    padding: 0 0 40px 20px;
  }
  .offset_list_image {
    width: 70%;
  }
}





/* ==================================================
  features
================================================== */

.features_slider_item > * + * {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .features_slider {
    padding-top: 50px;
    margin-top: 40px;
  }
  .features_slider .slick-list {
    margin: 0 -15px;
  }
  .features_slider_item {
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  .features_slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
  }
  .features_slider_desc {
    font-size: 18px;
  }
}

@media (min-width: 1280px) {
  .features_slider_desc {
    font-size: 20px;
  }
}





/* ==================================================
  spec_price
================================================== */

.spec_price {
  color: #fff;
  background: #000;
}
.spec_price .section_wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}
.spec_price_list {
  display: grid;
  grid-template-columns: 1fr;
}
.spec_price_list > li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 0;
}
.spec_price_desc {
  margin-top: 10px;
}
.spec_price_cta {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .spec_price_list > li + li {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid rgba(255 255 255 / .3);
  }
}

@media (min-width: 768px) {
  .spec_price_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

@media (min-width: 1280px) {
  .spec_price_list {
    grid-template-columns: repeat(4, 1fr);
  }
}



/* ----------------------------------------
  modal
---------------------------------------- */

.spec_price .modal_content {
  color: #000;
}



/* ----------------------------------------
  price_table
---------------------------------------- */

.price_table {
  width: 100%;
}
.price_table th,
.price_table td {
  vertical-align: middle;
  padding: 8px;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  border: 1px solid #000;
}
.price_table th {
  background: var(--Standard-gray);
}
.price_table td:last-child {
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .price_table th,
  .price_table td {
    font-size: 13px;
  }
}





/* ==================================================
  register
================================================== */

.register_flow {
  counter-reset: register_count;
  margin-top: 40px;
  border: 1px solid #000;
}
.register_flow > div:not(:last-child) {
  border-bottom: 1px solid #000;
}
.register_flow dt::before {
  counter-increment: register_count;
  content: counter(register_count) ". ";
}

@media (max-width: 767px) {
  .register_flow > div {
    display: grid;
    gap: 10px;
    padding: 20px;
  }
}

@media (min-width: 768px) {
  .register_flow {
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .register_flow > div {
    display: contents;
  }
  .register_flow dt,
  .register_flow dd {
    padding: 15px;
  }
  .register_flow > div:not(:last-child) dt,
  .register_flow > div:not(:last-child) dd {
    border-bottom: 1px solid #000;
  }
  .register_flow dt {
    display: flex;
    align-items: center;
    gap: .5em;
    max-width: 250px;
  }
  .register_flow dd {
    border-left: 1px solid #000;
  }
}





/* ==================================================
  disclaimer
================================================== */

.disclaimer {
  padding-top: 30px;
  padding-bottom: 30px;
  background: var(--Standard-gray);
}
.disclaimer_content {
  padding: 20px;
  background: #fff;
}
.disclaimer_content .notes_num > li + li {
  margin-top: 16px;
}

@media (min-width: 768px) {
  .disclaimer_content {
    padding: 30px;
  }
}
