/*:root {
  --global-color: #015aab;
  --global-colorA: 1, 90, 171;
  --global-color-dark: #07274a;
  --font-body: "Segoe UI", system-ui, -apple-system, sans-serif;
  --g-blue: linear-gradient(180deg,
      rgba(10, 124, 220, 0) 23.17%,
      rgba(5, 92, 165, 0.95) 88.61%);
}*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

img {
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

strong {
  font-weight: 700;
}


body {
  font-family: var(--font-body);
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  color: #000;
}

a {
  text-decoration: none;
 color: #000;
}

input,
button,
textarea {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  font-family: var(--font-body);
}

button {
  cursor: pointer;
}

.hide {
  display: none !important;
}

.no-scroll {
  height: 100%;
  overflow: hidden;
}

.page,
.section {
  width: 100%;
  height: auto;
}

.container,
.container-full {
  width: 100%;
  height: auto;
}

.section {
  position: relative;
  /*overflow: hidden;*/
}

h1,
.h1 {
  font-weight: 600;
  font-size: 3.5rem;
  line-height: 1.035714286;
}

.mini-title {
  font-size: 1.875rem;
  font-weight: 600;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.no-wrap {
  flex-wrap: nowrap;
}

.ali-s {
  align-items: flex-start;
}

.ali-c {
  align-items: center;
}

.ali-e {
  align-items: flex-end;
}

.jus-s {
  justify-content: flex-start;
}

.jus-c {
  justify-content: center;
}

.jus-e {
  justify-content: end;
}

.jus-b {
  justify-content: space-between;
}

.text-c {
  text-align: center;
}

.text-f {
  text-align: left;
}

.text-r {
  text-align: right;
}

.text-j {
  text-align: justify;
}

.hide-text {
  font-size: 0;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.box-center {
  text-align: center;
}

.img {
  line-height: 0;
}

lottie-player {
  width: 100% !important;
  height: 100% !important;
}

.main {
  width: 100%;
  height: auto;
}

.link-but {
  display: inline-flex;
  background-color: var(--global-color);
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  align-items: center;
  gap: 0.5rem;
  height: 3rem;
  border: 1px solid var(--global-color);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
  text-decoration: none;
  padding: 0 1.125rem;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  font-family: "Montserrat", sans-serif;
}
.link-but.transparent {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.link-but.full {
  width: 100%;
  justify-content: center;
}
.link-but.blue {
  color: var(--global-color);
}
.link-but.white {
  background-color: #fff;
  color: #344054;
  border-color: #d0d5dd;
}
.link-but.underline {
  text-decoration: underline;
  height: auto;
}
.link-but svg {
  width: 1rem;
  height: 1rem;
}

.title_block .sub-title {
  color: var(--global-color);
  font-weight: 400;
  font-size: 2.25rem;
}
.title_block h2 {
  color: var(--global-color);
  font-weight: 700;
  font-size: 2.25rem;
}
.title_block .sub-search {
  padding-top: 1.5625rem;
}
.title_block .sub-search input {
  width: 100%;
  height: 3rem;
  background: #fff url(//cdn.hstatic.net/themes/1000380002/1001390203/14/search-icon.svg?v=3622) no-repeat 1rem center;
  background-size: 1.0625rem auto;
  max-width: 27.875rem;
  font-size: 1rem;
  color: #000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0 3rem;
}
.title_block .sub-search input::placeholder {
  color: #6D6D6D;
}

.sub-banner {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 3.75rem;
}
.sub-banner--img {
  position: relative;
  width: 100%;
  height: auto;
  line-height: 0;
}
.sub-banner--img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38.6%, rgba(0, 0, 0, 0.5) 84.16%);
}
.sub-banner--img img {
  width: 100%;
  height: auto;
}
.sub-banner--txt {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.sub-banner--txt .title_block .sub-title,
.sub-banner--txt .title_block h1 {
  color: #fff;
  font-size: 2.25rem;
}
.sub-banner--txt .title_block h1 {
  font-weight: 700;
}

.select {
  position: relative;
  width: 100%;
  height: auto;
  font-size: 0.875rem;
  font-weight: 500;
}
.select.open .select-box {
  display: block;
}
.select-selected {
  font-weight: 600;
}
.select-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.select-arrow {
  width: 1.125rem;
  height: 1.125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.625rem;
}
.select-arrow svg {
  width: 0.75rem;
  height: 0.375rem;
}
.select-box {
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  height: auto;
  min-width: 12.5rem;
  box-shadow: 2px 4px 20px 0px rgba(0, 0, 0, 0.1019607843);
  background-color: #fff;
  padding: 0.5rem 0.3125rem;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  z-index: 10;
  display: none;
}
.select-box ul {
  padding: 0.3125rem;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
  max-height: 400px;
}
.select-box ul li {
  padding: 0.4375rem 0.75rem;
  color: #000;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.select-box ul li a,
.select-box ul li span {
  color: inherit;
  text-decoration: none;
}
.select-box ul li.selected, .select-box ul li:active {
  color: var(--global-color);
}

@media screen and (min-width: 1025px) {
  .select-box ul li:hover {
    color: var(--global-color);
  }
}
@media screen and (min-width: 1024px) {
  .mainproduct .gallery_thumb, .mainproduct .gallery_main {
    top: 115px;
    position: sticky;
  }
  html {
    font-size: 1.125vw;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  h1,
  .h1 {
    font-size: 2rem;
    line-height: 1.2;
  }
  .pc {
    display: none !important;
  }
  .title_block .sub-title {
    font-size: 1.5rem;
  }
  .title_block h2 {
    font-size: 1.5rem;
  }
  .title_block .sub-search {
    padding-top: 0.625rem;
  }
  .title_block .sub-search input {
    height: 2.625rem;
    background-position: 0.75rem center;
    max-width: 14.375rem;
    font-size: 0.875rem;
    padding: 0 2.5rem;
  }
  .sub-banner {
    margin-bottom: 1.25rem;
  }
  .sub-banner--img {
    aspect-ratio: 375/180;
  }
  .sub-banner--img img {
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
  }
  .sub-banner--txt .title_block .sub-title,
  .sub-banner--txt .title_block h1 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 4.2875vw;
  }
}
