@charset "UTF-8";
/* ------------------------------
* モジュールファイル
------------------------------ */
/* 変数用 */
/* ------------------------------
* 変数設定用SCSS
------------------------------ */
/* カラー */
/* break point */
/* 英字フォントのウェイトを1.5xに設定 */
/* mixin関数 */
/* ------------------------------
* mixin設定用SCSS
------------------------------ */
/* 画像パス */
/* 背景色をホバーで暗くする */
/* ------------------------------
* トップページ用SCSS
------------------------------ */
/* ------------------------------
* Key Visual
------------------------------ */
.kv {
  background: radial-gradient(117.75% 95.27% at 57.29% 34.94%, rgba(255, 255, 255, 0) 0%, rgba(43, 57, 68, 0.4) 72.69%, #2B3944 100%), #F5F5F7;
  min-height: 840px;
  overflow: hidden;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .kv {
    aspect-ratio: 41/39;
    background: radial-gradient(117.75% 95.27% at 57.29% 34.94%, rgba(255, 255, 255, 0) 0%, rgba(43, 57, 68, 0.4) 72.69%, #2B3944 100%), #F5F5F7;
    min-height: 780px;
  }
}
@media screen and (max-width: 430px) {
  .kv {
    aspect-ratio: 125/218;
    background: radial-gradient(118.28% 94% at 60.4% 51.53%, rgba(255, 255, 255, 0) 0%, rgba(43, 57, 68, 0.4) 65.53%, #2B3944 100%), #F5F5F7;
    min-height: 654px;
  }
}
.kv_textBlock {
  /* desktop,tablet */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
  position: absolute;
  top: 190px;
  left: 9.45%;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .kv_textBlock {
    top: 158px;
    left: 6.1%;
  }
}
.kv_text {
  /* mobile */
  position: absolute;
  top: 100px;
  left: 6.76%;
}

@media screen and (max-width: 430px) {
  .kv .link_wrap {
    background-color: rgba(17, 17, 17, 0.1);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px 0;
    width: 100%;
    position: absolute;
    bottom: 0;
  }
}
.kv .link {
  background-color: #757E85;
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.06em;
  padding: 20px 40px;
}

#kv_frame_wrap .kv_frame_img {
  aspect-ratio: 1560.62/815.78;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  mix-blend-mode: multiply;
  width: 92%;
  position: absolute;
  top: 14%;
}

@media screen and (max-width: 1024px) {
  #kv_frame_wrap .kv_frame_img {
    width: 120%;
    top: 35%;
  }
}
@media screen and (max-width: 430px) {
  #kv_frame_wrap .kv_frame_img {
    width: 146%;
    top: 40%;
  }
}
/* KV Anime */
.-is_resizing .kv .link_wrap,
.-is_resizing .kv_frame_img {
  -webkit-transition: none !important;
  transition: none !important;
}

.kv .link_wrap,
.kv_frame_img {
  opacity: 0;
}

.kv .link_wrap {
  visibility: hidden;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.kv_frame_img {
  right: -3.5%;
  -webkit-transform: translateX(3.5%);
  transform: translateX(3.5%);
}

@media screen and (max-width: 1024px) {
  .kv_frame_img {
    -webkit-transform: translateX(6.5%);
    transform: translateX(6.5%);
    right: -6.5%;
  }
}
@media screen and (max-width: 430px) {
  .kv_frame_img {
    -webkit-transform: translateX(12%);
    transform: translateX(12%);
    right: -12%;
  }
}
.kv.-is_loaded .link_wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 430px) {
  .kv.-is_loaded .link_wrap {
    -webkit-transition-delay: 2.4s;
    transition-delay: 2.4s;
  }
}
.kv.-is_loaded .kv_frame_img {
  opacity: 1;
  -webkit-transition: all 1.4s ease-out;
  transition: all 1.4s ease-out;
  -webkit-transition-delay: 1.56s;
  transition-delay: 1.56s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* ------------------------------
* SurgiTelが選ばれる理由
------------------------------ */
.reason_title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/bg-reason_title.png) no-repeat;
  background-size: cover;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 100%;
  gap: 4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.08em;
  height: 122px;
  position: relative;
}

@media screen and (max-width: 430px) {
  .reason_title {
    background-image: url(../img/m-bg-reason_title.png);
    font-size: 1.125rem;
    height: 82px;
  }
}
.reason_title::after {
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 24px solid #2B3944;
  border-bottom: 0;
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  left: calc(50% - 25px);
  bottom: -23px;
  z-index: 1;
}

@media screen and (max-width: 430px) {
  .reason_title::after {
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
    border-top: 16px solid #2B3944;
    left: calc(50% - 16px);
    bottom: -15px;
  }
}
.reason_title img {
  height: 32px;
}

.reason_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.reason_content_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 585px;
  position: relative;
}

.reason_content_block:nth-child(even) {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 1024px) {
  .reason_content_block {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    gap: 40px;
    min-height: 554px;
  }
}
.reason_content_block_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 480px;
  margin-left: 9.45%;
}

@media screen and (max-width: 1280px) {
  .reason_content_block_inner {
    margin-left: 2.5%;
  }
}
.reason_content_block_inner.-right {
  margin-left: 0;
  margin-right: 9.45%;
}

@media screen and (max-width: 1280px) {
  .reason_content_block_inner.-right {
    margin-right: 2.5%;
  }
}
@media screen and (max-width: 1024px) {
  .reason_content_block_inner {
    margin: 0 !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 32px;
    width: 375px;
  }
}
.reason_content_block_title {
  font-size: 2.25rem;
  font-weight: 200;
  line-height: 100%;
  letter-spacing: 0.08em;
}

.reason_content_block_title.-l_140 {
  line-height: 140%;
}

.reason_content_block_title.-l_160 {
  line-height: 160%;
}

@media screen and (max-width: 430px) {
  .reason_content_block_title.-l_160 {
    line-height: 140%;
  }
}
@media screen and (max-width: 1024px) {
  .reason_content_block_title {
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 0.18em;
  }
}
.reason_content_block_text {
  font-size: 1rem;
  font-weight: 300;
  font-weight: 300;
}

.reason_content_block_text .--en {
  font-weight: 330;
}

.reason_content_block_text {
  line-height: 220%;
  letter-spacing: 0.08em;
  width: 432px;
}

@media screen and (max-width: 1024px) {
  .reason_content_block_text {
    width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .reason_content_block_text {
    font-size: 0.875rem;
    padding: 0 12.8%;
  }
}
.reason_content_block:nth-child(1) {
  background: url(../img/bg-reason_block_1.png) #F5F5F7 no-repeat;
  background-size: clamp(480px, 55%, 772px);
  background-position: right 4% center;
}

@media screen and (max-width: 1024px) {
  .reason_content_block:nth-child(1) {
    background-position: center bottom;
    background-size: 370px auto;
    padding-top: 64px;
  }
}
@media screen and (max-width: 430px) {
  .reason_content_block:nth-child(1) {
    background-size: 343px auto;
  }
}
.reason_content_block:nth-child(2) {
  background: url(../img/bg-reason_block_2.png) no-repeat;
  background-size: clamp(480px, 44%, 772px);
  background-position: left 9.45% center;
}

@media screen and (max-width: 1024px) {
  .reason_content_block:nth-child(2) {
    background-position: center bottom 15%;
    background-size: 370px auto;
    padding-top: 64px;
  }
}
@media screen and (max-width: 430px) {
  .reason_content_block:nth-child(2) {
    background-size: 343px auto;
  }
}
.reason_content_block:nth-child(3) {
  background: url(../img/bg-reason_block_3.png) #F5F5F7 no-repeat;
  background-size: auto 100%;
  background-position: right center;
}

@media screen and (max-width: 1024px) {
  .reason_content_block:nth-child(3) {
    background: url(../img/m-bg-reason_block_3.png) #F5F5F7 no-repeat;
    background-size: auto 65%;
    background-position: right bottom;
    padding-top: 124px;
  }
}
@media screen and (max-width: 430px) {
  .reason_content_block:nth-child(3) {
    background-size: auto 55%;
    padding-top: 72px;
  }
}
.reason_content_block:nth-child(4) {
  background: url(../img/bg-reason_block_4.png) no-repeat;
  background-size: clamp(480px, 40%, 772px);
  background-position: left 9.45% center;
}

@media screen and (max-width: 1024px) {
  .reason_content_block:nth-child(4) {
    background-position: center bottom 8%;
    background-size: 370px auto;
    padding-top: 78px;
  }
}
@media screen and (max-width: 430px) {
  .reason_content_block:nth-child(4) {
    background-size: 320px auto;
    padding-top: 72px;
  }
}
.reason_content_block:nth-child(2)::after, .reason_content_block:nth-child(4)::after {
  content: "";
  background: radial-gradient(103.12% 112.2% at 37.21% 38.38%, #FFF 0%, rgba(227, 227, 228, 0.3) 100%), #E9E9EC;
  height: 585px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .reason_content_block:nth-child(2)::after, .reason_content_block:nth-child(4)::after {
    height: 554px;
  }
}
/* ------------------------------
* Set Price
------------------------------ */
.setPrice {
  padding-top: 124px;
}

@media screen and (max-width: 1024px) {
  .splide {
    overflow-x: hidden;
  }
}
.setPrice_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  max-width: 1360px;
  margin: 0 auto;
}

@media screen and (max-width: 430px) {
  .setPrice_list {
    gap: 8px;
  }
}
.setPrice_list_item {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60.42%, #F8F8FA), to(#EAEAEE));
  background: linear-gradient(180deg, #F8F8FA 60.42%, #EAEAEE 100%);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 36px;
  padding: 56px 28px 42px;
}

@media screen and (max-width: 1024px) {
  .setPrice_list_item {
    min-width: 328px;
  }
}
.setPrice_list_item_head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.setPrice_list_item_head_img {
  width: 113px;
}

.setPrice_list_item_head_name {
  font-family: "Helvetica Neue";
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 140%;
  text-align: center;
}

.setPrice_list_productList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.setPrice_list_productList_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.setPrice_list_productList_item:not(:last-child) {
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  padding-bottom: 16px;
}

.setPrice_list_productList_item_name {
  font-family: "Helvetica Neue";
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.05em;
}

.setPrice_list_productList_item_price {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2px 8px;
}

.setPrice_list_productList_item_price .category {
  background-color: #FFF;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 48px;
  font-family: "Helvetica Neue";
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 140%;
  padding: 4px 8px;
}

.setPrice_list_productList_item_price .category_img {
  margin-right: 3px;
  vertical-align: middle;
  width: 18px;
}

.setPrice_list_productList_item_price .price {
  font-family: "Helvetica Neue";
  font-size: 1rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.05em;
}

.setPrice_list_productList_item_price .taxin {
  font-size: 0.75rem;
  line-height: 160%;
  letter-spacing: 0;
  margin-left: 0.25em;
}

/* splideスライダー設定 */
@media screen and (max-width: 1024px) {
  .splide__pagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #F5F5F7;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 76px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 16px;
    padding: 4px;
    width: 375px;
  }
}
@media screen and (max-width: 430px) {
  .splide__pagination {
    width: 328px;
  }
}
.splide__pagination li {
  font-family: "Helvetica Neue";
  font-size: 0.75rem;
  text-align: center;
  line-height: 120%;
  letter-spacing: 0.05em;
}

.splide__pagination__page.is-active {
  -webkit-transition: background-color 0.5s ease-out, color 0.25s ease-out;
  transition: background-color 0.5s ease-out, color 0.25s ease-out;
  background-color: #2B3944;
  border-radius: 6px;
  color: #FFF;
  font-weight: 700;
  padding: 20px 30px;
}

/* ------------------------------
* Products
------------------------------ */
.products {
  padding-top: 124px;
}

.products_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 32px;
}

@media screen and (max-width: 1024px) {
  .products_nav {
    gap: 12px;
    margin: 0 auto;
    width: 386px;
  }
}
@media screen and (max-width: 430px) {
  .products_nav {
    width: 344px;
  }
}
.products_navItem_link {
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 8px;
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 100%;
  padding: 12px 28px;
}

@media screen and (max-width: 1024px) {
  .products_navItem_link {
    font-size: 0.75rem;
    padding: 12px 22.5px;
  }
}
.products_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 160px;
  margin-top: 128px;
}

@media screen and (max-width: 1024px) {
  .products_content {
    gap: 80px;
    margin-top: 56px;
  }
}
.products_content_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  padding: 0 8.403%;
}

@media screen and (max-width: 430px) {
  .products_content_block {
    gap: 32px;
    padding: 0 4.267%;
  }
}
.products_content_block_main_img {
  aspect-ratio: 1/1;
  width: 464px;
}

.products_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 80px 24px;
}

@media screen and (max-width: 430px) {
  .products_list {
    gap: 48px 24px;
  }
}
.products_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  width: calc(33.3333333333% - 16px);
}

@media screen and (max-width: 430px) {
  .products_list_item {
    width: calc(50% - 12px);
  }
}
.products_list_item .thumb_wrap {
  aspect-ratio: 383/360;
  overflow: hidden;
}

.products_list_item .thumb {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  width: 100%;
}

.products_list_item .name {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 160%;
  word-break: break-all;
}

@media screen and (max-width: 430px) {
  .products_list_item .name {
    font-size: 0.875rem;
  }
}
.products_list_item .color-chips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2px;
}

.products_list_item .color-chips .chip {
  border: 1px solid transparent;
  border-radius: 56px;
  padding: 4px;
}

.products_list_item .color-chips .chip.-active {
  border: 1px solid rgba(17, 17, 17, 0.1);
  -webkit-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
}

.products_list_item .color-chips .chip img {
  border-radius: 56px;
  height: auto;
  vertical-align: top;
  width: 100%;
}

/* SurgiTelヘッドライト */
#led_headlight .products_content_block_inner {
  gap: 9.5%;
}

@media screen and (max-width: 430px) {
  #led_headlight .products_content_block_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
}
#led_headlight .l-item_1 {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}

@media screen and (max-width: 1024px) {
  #led_headlight .l-item_1 {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    height: 100%;
    width: 343px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 430px) {
  #led_headlight .l-item_1 {
    width: 100%;
  }
}
#led_headlight .l-item_2 {
  -webkit-box-flex: 6;
  -ms-flex: 6;
  flex: 6;
}

@media screen and (max-width: 1024px) {
  #led_headlight .l-item_2 img {
    width: 100%;
  }
}
/* SurgiCam HD */
#surgicam_hd .feature {
  background-color: #E9E9EC;
  background-image: url(../img/products/bg-surgicamHD.png);
  background-repeat: no-repeat;
  background-size: 606px auto;
  background-position: 40px calc(50% + 32px);
  height: 518px;
}

@media screen and (max-width: 1024px) {
  #surgicam_hd .feature {
    background-position: 15% 56px;
    background-size: 320px auto;
    height: auto;
    padding: 70.7px 0;
  }
}
@media screen and (max-width: 430px) {
  #surgicam_hd .feature {
    background-position: calc(50% + 16px) 56px;
    padding: 256px 16px 16px;
  }
}
#surgicam_hd .list {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding-right: 4.67%;
}

@media screen and (max-width: 1024px) {
  #surgicam_hd .list {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 32px;
    padding-right: 0;
  }
}
@media screen and (max-width: 430px) {
  #surgicam_hd .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }
}
#surgicam_hd .list_item {
  background-color: rgba(255, 255, 255, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  width: 40.81%;
}

@media screen and (max-width: 1024px) {
  #surgicam_hd .list_item:first-child {
    margin-left: 44.5%;
  }
}
@media screen and (max-width: 430px) {
  #surgicam_hd .list_item {
    width: 100%;
  }
  #surgicam_hd .list_item:first-child {
    margin-left: 0;
  }
}
#surgicam_hd .list_item_title {
  font-size: 1.25rem;
  font-weight: 300;
}

#surgicam_hd .list_item_title .--en {
  font-weight: 330;
}

#surgicam_hd .list_item_title {
  letter-spacing: 0.08em;
  line-height: 160%;
}

@media screen and (max-width: 1024px) {
  #surgicam_hd .list_item_title {
    font-size: 1.125rem;
  }
}
#surgicam_hd .list_item_title .text {
  font-weight: 400;
  margin-right: 8px;
}

#surgicam_hd .list_item_text {
  font-size: 1rem;
  font-weight: 200;
  letter-spacing: 0.05em;
  line-height: 160%;
}

@media screen and (max-width: 1024px) {
  #surgicam_hd .list_item_text {
    font-size: 0.875rem;
  }
}
#surgicam_hd .video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

#surgicam_hd .video_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  width: 50%;
}

@media screen and (max-width: 430px) {
  #surgicam_hd .video_content {
    width: 100%;
  }
}
#surgicam_hd .video_content_inner {
  position: relative;
}

#surgicam_hd .video_content_inner .video_player_btn {
  background-image: url("../img/icn-video_player_btn.png");
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 56px;
  cursor: pointer;
  height: 74px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  overflow: hidden;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 74px;
  top: 50%;
  left: 50%;
}

#surgicam_hd .video_content_inner .video_player_btn.-is_playing {
  opacity: 0;
  pointer-events: none;
}

#surgicam_hd .video_content video {
  aspect-ratio: 16/9;
  width: 100%;
}

#surgicam_hd .video_caption {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 160%;
  text-align: center;
}

@media screen and (max-width: 430px) {
  #surgicam_hd .video_caption {
    font-size: 0.875rem;
  }
}
#surgicam_hd .video_caption span {
  color: rgba(17, 17, 17, 0.6);
  display: block;
  font-size: 0.875rem;
  line-height: 120%;
  margin-top: 4px;
}

/* ------------------------------
* Modal Base
------------------------------ */
.modal {
  inset: 0;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 9999;
}

.modal.-is_open {
  opacity: 1;
  visibility: visible;
}

.modal-overlay {
  background-color: rgba(17, 17, 17, 0.5);
  inset: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.modal.-is_open .modal-overlay {
  opacity: 1;
}

.modal_inner {
  background-color: #FFF;
  border-radius: 8px;
  margin: 10vh auto;
  max-height: 90vh;
  overflow: hidden;
  width: min(90%, 980px);
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 430px) {
  .modal_inner {
    border-radius: 12px 12px 0 0;
    margin: 40px auto 0;
    max-height: 100vh;
    width: 100%;
  }
}
.modal_content {
  max-height: calc(90vh - 40px - 40px);
  overflow-y: auto;
}

@media screen and (max-width: 430px) {
  .modal_content {
    max-height: 100vh;
  }
}
.modal-close_btn.--circle {
  cursor: pointer;
  background-image: url("../img/icn-modal_close_btn.svg");
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 56px;
  font-size: 0;
  height: 32px;
  overflow: hidden;
  width: 32px;
  position: absolute;
  top: 20px;
  right: 16px;
  z-index: 1;
}

@media screen and (max-width: 430px) {
  .modal-close_btn.--circle {
    height: 24px;
    width: 24px;
    top: 16px;
  }
}
.modal-close_btn.--box {
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  padding: 12px 0;
  text-align: center;
  width: 101px;
  position: relative;
  left: calc(50% - 50.5px);
  bottom: 32px;
}

@media screen and (max-width: 430px) {
  .modal-close_btn.--box {
    bottom: 72px;
  }
}
.modal-category_title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(17, 17, 17, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  font-weight: 400;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.05em;
  height: 72px;
  text-align: center;
}

@media screen and (max-width: 430px) {
  .modal-category_title {
    font-size: 1rem;
    height: 56px;
  }
}
.modal-product_name {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #F5F5F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Helvetica Neue";
  font-size: 1.5rem;
  font-weight: 600;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.05em;
  height: 56px;
  text-align: center;
}

@media screen and (max-width: 430px) {
  .modal-product_name {
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
    font-size: 0.875rem;
    height: 40px;
  }
}
.modal-selected_color {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Helvetica Neue";
  letter-spacing: 0.05em;
  line-height: 100%;
  margin-top: 16px;
}

.modal-product_lead {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 180%;
}

/* ------------------------------
* Modal Item
------------------------------ */
.modal_item {
  display: none;
}

.modal_item.-active {
  display: block;
}

.modal_item_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 42px;
  padding: 32px 48px 96px;
}

@media screen and (max-width: 430px) {
  .modal_item_contents {
    padding: 0 0 120px;
  }
  .modal_item_contents .m-padding_box {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.modal_item_contents .l-flex--horizon {
  gap: 48px;
}

@media screen and (max-width: 430px) {
  .modal_item_contents .l-flex--horizon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.modal_item_contents .l-flex--horizon div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.modal_item_contents .l-flex--horizon div .title:not(:first-child) {
  margin-top: 32px;
}

.modal_item_image .modal-main_image {
  width: 100%;
  max-width: 418px;
}

.modal_item .list + .list {
  margin-top: 16px;
}

/* ------------------------------
* 特定商取引法に基づく表記
------------------------------ */
.info {
  background-color: #F5F5F7;
  margin-top: 96px;
  padding: 112px 0 80px;
}

@media screen and (max-width: 1024px) {
  .info {
    padding-top: 80px;
  }
}
@media screen and (max-width: 430px) {
  .info {
    margin-top: 56px;
    padding: 80px 0 64px;
  }
}
.info .title {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.info .list {
  margin: 64px auto 0;
  width: 708px;
}

@media screen and (max-width: 1024px) {
  .info .list {
    margin-top: 56px;
    width: 375px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 430px) {
  .info .list {
    padding: 0 48px;
    width: 100%;
  }
}
.info .list_item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 16px;
  font-size: 1rem;
  line-height: 160%;
}

.info .list_item:not(:first-child) {
  margin-top: 24px;
}

@media screen and (max-width: 1024px) {
  .info .list_item:not(:first-child) {
    margin-top: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .info .list_item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }
}
.info .list_item dt {
  font-weight: 600;
  min-width: 144px;
}

.info .list_item dd {
  font-weight: 400;
}