/*======= common style =======*/

@charset "utf-8";

/* import font from gg font*/

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");

/* import font from gg font*/

* {
  margin: 0;

  padding: 0;

  box-sizing: border-box;
}

html.hidden {
  overflow-y: hidden;
}

html {
  scroll-behavior: smooth;
}

body {
  font-weight: 500;

  color: #373737;

  overflow-x: hidden;

  font-size: 16px;

  line-height: 1.6;

  font-family: "Yu Gothic", "Meiryo", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Arial", sans-serif;

  scroll-behavior: smooth;
}

.font-notosan {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;

  color: unset;

  transition: 0.2s ease;
}

a:hover {
  text-decoration: none;

  opacity: 0.8;
}

ul,
li {
  list-style-type: none;

  margin: 0px;
}

img {
  display: block;

  max-width: 100%;

  transition: 0.2s ease;

  object-fit: cover;
}

svg {
  transition: 0.2s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;

  transition: 0.2s;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
}

table {
  border-collapse: collapse;

  border-spacing: 0;

  transition: 0.2s;
}

input,
select,
button,
textarea {
  font-family: "Yu Gothic", "Meiryo", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
}

.container {
  max-width: 1240px;

  padding: 0 10px;

  margin: 0 auto;

  transition: 0.2s;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

.alignleft {
  float: left;

  margin: 0 10px 10px 0;
}

.alignright {
  float: right;

  margin: 0 0 10px 10px;
}

.aligncenter {
  display: block;

  margin: 0 auto;
}

.bold {
  font-weight: bold;
}

.product-blue {
  background-color: #3494d8;
}

.product-green {
  background-color: #17a64c;
}

.product-brown {
  background-color: #943d06;
}

.product-black {
  background-color: #1b1b1b;
}

.product-silver,
.product-gray {
  background-color: #7a7a7a;
}

.product-red {
  background-color: #e80101;
}

.product-orange {
  background-color: #ffa500;
}

.product-orange02 {
  background-color: #e85f08;
}

.product-yellow {
  background-color: #ffdf08;
}

.product-pink {
  background-color: #ff85d9;
}

.product-purple {
  background-color: #7700d4;
}

@media only screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }
}

.cl-white {
  color: #ffffff !important;
}

.d-flex {
  display: flex;
}

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

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

.align-center {
  align-items: center !important;
}

.align-start {
  align-items: flex-start !important;
}

.align-stretch {
  align-items: stretch;
}

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

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

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

.cl-blue {
  color: #1a7abe !important;
}

.cl-red {
  color: #ff5757 !important;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.fw500 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pdt0 {
  padding-top: 0px !important;
}

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

.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* =====start - header===== */

header {
  width: 100%;

  position: relative;

  background-color: #ffffff;
}

header.is-sticky {
  position: fixed;

  top: -100px;

  left: 0;

  right: 0;

  z-index: -1;

  width: 100%;

  visibility: hidden;

  opacity: 0;
}

header.show {
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.4);

  backdrop-filter: blur(10px);

  transition: all 0.3s linear;

  z-index: 100;

  top: 0;

  visibility: visible;

  opacity: 1;
}

header.hide {
  transition: all 0.3s linear;

  z-index: 100;
}

header.is-sticky .nav {
  height: 76px;

  background-color: #fff;

  justify-content: flex-end;
}

.menu-sp {
  display: none;
}

.wrap-header-icon {
  display: none;
}

.header__inner {
  height: auto;
}

.header__logo {
  padding: 0px 30px;
}

header.is-sticky .header__logo img.logo-first,
header.is-sticky .header__logo span.__bottom {
  display: none;
}

header .--header-sticky {
  display: none;
}

header.is-sticky .--header-sticky {
  display: block;
}

header.is-sticky .header__logo {
  padding: 0px 20px;
}

.header__logo span {
  display: block;

  font-size: 15px;

  color: #737373;

  font-weight: 500;

  letter-spacing: 1px;

  /* transition: 0.25s; */

  color: #1a7abe;
}

.header__logo span.__bottom {
  color: #737373;

  text-align: center;

  font-weight: 700;
}

header.is-sticky .header__logo span {
  font-size: 14px;

  padding-left: 44px;

  padding-bottom: 4px;
}

.logo-img {
  display: flex;

  align-items: center;

  gap: 10px;
}

.logo-img img {
  max-width: 290px;

  object-fit: cover;
}

header.is-sticky .logo-img img {
  max-height: 24px;

  max-width: unset;
}

.h-contact {
  height: 86px;

  display: flex;

  align-items: center;

  background-color: #ffa500;

  padding: 10px 40px;

  font-size: 22px;

  color: #4b4949;

  font-weight: 600;

  column-gap: 12px;

  white-space: nowrap;

  transition: 0.25s;
}

header.is-sticky .h-contact {
  height: 76px;

  font-size: 20px;
}

header.is-sticky .h-contact img {
  max-width: 50px;
}

.menu-sticky {
  display: none;
}

header.is-sticky .menu-sticky {
  display: flex;

  align-items: center;

  column-gap: 15px;
}

.menu-sticky li a {
  display: block;

  font-size: 16px;

  white-space: nowrap;

  font-weight: 600;
}

.menu-sticky li a:hover {
  color: #1a7abe;
}

.h-contact img {
  max-width: 64px;
}

.header__right {
  flex: 1;

  align-items: stretch;

  justify-content: flex-end;

  height: 100%;
}

header.is-sticky .header__right {
  column-gap: 25px;

  align-items: center;
}

.h-search {
  display: flex;

  align-items: center;

  column-gap: 8px;
}

.h-search input {
  border: 1px solid #1a7abe;

  border-radius: 8px;

  padding: 5px 12px;

  font-size: 18px;

  font-weight: bold;

  width: 390px;

  height: 44px;

  transition: 0.25s;
}

header.is-sticky .h-search input {
  width: 300px;

  font-size: 16px;

  height: 40px;
}

header.is-sticky .h-search input::placeholder {
  font-size: 16px;
}

.h-search input:visited,
.h-search input:focus,
.h-search input:focus-visible {
  outline-color: #1a7abe;
}

.h-search input::placeholder {
  color: #737373;

  font-weight: 500;

  font-size: 20px;
}

.h-submit {
  border: 0;

  background-color: transparent;

  width: 52px;

  height: 52px;

  background-image: url(../images/search-icon.png);

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  cursor: pointer;

  transition: 0.25s;
}

header.is-sticky .h-submit {
  width: 44px;
  height: 44px;

  background-image: unset;
  background-color: #25b4a8;
  border-radius: 50%;
  position: relative;
}

header.is-sticky .h-submit::after {
  position: absolute;
  content: "";
  background-image: url(../images/search-icon-08.png);
  background-size: cover;
  background-position: center;

  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.h-submit:hover {
  background-image: url(../images/search-icon-hover.png);

  opacity: 0.8;
}

.button-text {
  display: flex;

  align-items: center;

  background-color: #1a7abe;

  border-radius: 52px;

  color: #fff;
}

.nav {
  width: 100%;

  background-color: #1a7abe;

  height: 100%;

  display: flex;

  align-items: center;

  justify-content: center;

  height: 100px;
}

.menu {
  display: flex;

  align-items: center;

  justify-content: center;

  height: 100%;

  width: 100%;
}

.menu>li {
  height: 100%;

  display: flex;

  align-items: center;

  justify-content: center;
}

header.is-sticky .nav .menu {
  width: auto;

  column-gap: 15px;
}

header.is-sticky .nav .menu li {
  width: auto;

  flex: auto;
}

header.is-sticky .nav .menu li>a {
  color: #000;

  font-size: 16px;

  white-space: nowrap;

  font-weight: 600;

  padding: 0px !important;

  border-left: unset;
}

header.is-sticky .nav .menu li>a:hover {
  color: #1a7abe;
}

.menu li>a {
  display: block;

  color: #fff;

  font-size: 18px;

  font-weight: 700;

  padding: 10.5px 10px;

  border-left: 2px solid #fff;

  letter-spacing: 1px;

  white-space: nowrap;

  width: 100%;

  text-align: center;
}

.menu>li:nth-child(1) {
  width: 22%;
}

.menu>li:nth-child(2),
.menu>li:nth-child(3),
.menu>li:nth-child(4) {
  flex: 1;
}

.menu>li:nth-child(5) {
  width: 24%;
}

.menu li>a:hover {
  background-color: #ffffff43;
}

.menu li:first-child>a {
  border-left: 0px;
}

.dropdown-content {
  position: absolute;

  left: 0;

  right: 0;

  height: -webkit-max-content;

  height: -moz-max-content;

  height: max-content;

  background-color: #f1f6fa;

  transition: all 0.25s, opacity 0.25s ease;

  z-index: 20;

  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);

  padding: 50px 0px;

  top: 100%;

  max-height: calc(100vh - 100px);

  overflow-y: auto;

  transform: translateY(40px);

  opacity: 0;

  visibility: hidden;

  z-index: -1;
}

.header-button-content:hover>.dropdown-content.--contact {
  cursor: initial;

  transform: translateY(0px);

  opacity: 1;

  visibility: visible;

  pointer-events: initial;

  z-index: 100;
}

.dropdown-content.show {
  cursor: initial;

  transform: translateY(0px);

  opacity: 1;

  visibility: visible;

  pointer-events: initial;

  z-index: 80;
}

.menu li:hover>.dropdown-content {
  cursor: initial;

  transform: translateY(0px);

  opacity: 1;

  visibility: visible;

  pointer-events: initial;

  z-index: 100;
}

.dropdown-title {
  display: flex;

  align-items: center;

  column-gap: 15px;

  margin-bottom: 20px;
}

.dropdown-title img {
  max-width: 96px;

  max-height: 66px;
}

.dropdown-title .__en {
  display: block;

  line-height: 1.1;

  font-size: 22px;
}

.dropdown-title .__ja {
  font-size: 24px;

  line-height: 1;

  padding: 4px 30px 4px 0px;

  background-image: url(../images/right-icon-black.svg);

  background-size: 28px 28px;

  background-position: right center;

  background-repeat: no-repeat;
}

.dropdown__inner a {
  display: block;

  font-size: 16px;

  padding: 4px 0px;

  padding-left: 8px;
}

.dropdown__inner a:hover {
  color: #1a7abe;

  text-decoration: underline;
}

.dropdown__inner p.collumn-link-medium {
  display: block;

  margin-top: 20px;

  color: #737373;
}

.dropdown__inner .collumn-link-medium {
  font-size: 18px;

  margin-bottom: 10px;

  /* margin-top: 0px !important; */
}

.dropdown__inner {
  display: flex;

  align-items: flex-start;

  column-gap: 70px;
}

.dropdown__inner .__block {
  padding-left: 120px;
}

.dropdown__inner .__block:nth-child(2) {
  padding-left: 0px;
}

.dropdown-content.--about .dropdown__inner .__block:nth-child(2) {
  padding-top: 107px;
}

.dropdown-content.--contact .dropdown__inner .__block:nth-child(2) {
  padding-top: 81px;
}

.dropdown-content.--contact .dropdown-title img {
  max-width: 68px;
}

.dropdown-content__block-inner {
  padding-left: 80px;
}

.dropdown-wrap-link {
  margin-bottom: 60px;

  column-gap: 30px;
}

.dropdown-wrap-link a.btn {
  padding: 16px 32px;

  font-size: 18px;
}

.dropdown-wrap-link a.btn:hover {
  color: #ffffff;

  text-decoration: none;
}

.dropdown-content input {
  height: 46px;

  border-radius: 6px;

  width: 680px;
}

.wrap-header-button {
  display: flex;

  align-items: stretch;

  border-left: 1px solid #ffffff;
}

.close-box-search {
  display: flex;

  justify-content: center;

  padding-top: 25px;
}

.close-box-search button {
  border: 1px solid #e8e8e8;

  background-color: #e8e8e8;

  font-size: 20px;

  color: #737373;

  font-weight: 700;

  padding: 6px 35px;

  border-radius: 50px;

  display: flex;

  align-items: center;

  column-gap: 10px;

  cursor: pointer;

  transition: 0.3s;
}

.close-box-search button svg {
  margin-top: 2px;
}

.close-box-search button:hover {
  background-color: #1a7abe;

  color: #fff;

  border-color: #1a7abe;
}

.close-box-search button:hover svg {
  stroke: #fff;
}

header.is-sticky .wrap-header-button {
  display: none;
}

.header-button {
  width: 112px;

  height: 100%;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  padding-top: 2px;
}

.header-button span.__txt {
  font-size: 15px;

  font-weight: 600;
}

.header-button img {
  max-width: 36px;

  margin-bottom: 6px;
}

.header-button:hover {
  opacity: 0.7;
}

.header-button.--search {
  color: #fff;
  background-color: #25b4a8;
}

/* .header-button.--search:hover {
  background-color: #25b4a8;
} */

.header-button.--contact {
  color: #4b4949;

  background-color: #f4a01b;
}

.header-button.--contact img {
  max-width: 56px;
}

/* =====end - header===== */

/* =========start - footer========= */

footer {
  position: relative;
}

.footer__inner {
  padding: 52px 0px 90px;

  background-color: #f1f6fa;
}

.footer__inner .container {
  position: relative;
}

.footer__inner .container::after {
  position: absolute;

  content: "";

  background-image: url(../images/home-icon-03.png);

  width: 85px;

  height: 110px;

  background-size: contain;

  background-repeat: no-repeat;

  background-position: center;

  top: -24px;

  right: 40px;
}

.footer__collumns {
  display: flex;

  flex-wrap: wrap;

  row-gap: 30px;

  align-items: flex-start;

  justify-content: space-between;

  padding-top: 30px;

  color: #222222;
}

.footer-logo {
  display: inline-block;
}

.footer-logo img {
  max-width: 380px;
}

.footer-logo .en {
  font-size: 30px;

  color: #044b7d;

  font-weight: bold;
}

.collumn-link-top {
  font-size: 20px;

  font-weight: 600;

  padding: 0px 0px 3px 10px;

  border-bottom: 1px solid #222222;

  display: block;

  margin-bottom: 12px;

  width: 340px;

  border-left: 0px !important;
}

.footer__collumns .collumn-link-top~.collumn-link-top {
  margin-top: 40px;
}

.collumn-link-medium {
  display: block;

  font-size: 18px;

  font-weight: 600;

  padding: 4px 0px;
}

a.collumn-link-medium:hover,
.footer__collumns .__link:hover {
  text-decoration: underline;

  color: #1a7abe;
}

.collumn-link-medium.--mt {
  margin-top: 15px;
}

.collumn-link-medium.--mt40 {
  margin-top: 40px;
}

.footer__collumns .__link {
  display: block;

  font-size: 16px;

  padding: 4px 0px;

  padding-left: 8px;
}

.footer__bottom {
  background-color: #044b7d;
}

.footer__bottom .__inner {
  flex-wrap: wrap;

  padding: 24px 0px;
}

.ft-menu {
  display: flex;

  align-items: center;
}

.ft-menu li a {
  color: #fff;

  padding-right: 17px;

  margin-right: 17px;

  display: block;

  border-right: 1px solid #fff;

  font-weight: 300;

  line-height: 1.4;
}

.ft-menu li a:hover {
  text-decoration: underline;
}

.ft-menu li:last-child a {
  border: unset;

  margin: unset;
}

.copyright {
  color: #a5bfd1;
}

/* =========end - footer========= */

/* css button back to top */

#fixed-control {
  position: fixed;

  bottom: 15px;

  right: 15px;

  z-index: 2;
}

#back-to-top {
  width: 80px;

  height: 80px;

  border-radius: 50%;

  text-align: center;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  transition: background-image 0.3s, opacity 0.5s, visibility 0.5s;

  opacity: 0;

  visibility: hidden;

  margin: 0 auto;

  background-image: url(../images/to-top.png);

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center;

  transition: 0.3s;
}

#back-to-top:hover {
  background-image: url(../images/to-top-hover.png);

  box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.2);
}

#fixed-control.show #back-to-top {
  opacity: 1;

  visibility: visible;
}

#back-to-top:hover {
  opacity: 0.7;
}

.email-fixed {
  width: 100px;

  height: 100px;

  background-image: url(../images/email-fixed.png);

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center;

  display: block;

  margin-bottom: 15px;

  opacity: 0;

  visibility: hidden;

  transition: background-image 0.3s, opacity 0.5s, visibility 0.5s;
}

.email-fixed:hover {
  background-image: url(../images/email-fixed-hover.png);
}

#fixed-control.show .email-fixed {
  opacity: 1;

  visibility: visible;
}

/* css button back to top */

/*=== breadcrumb style ===*/

.breadcrumb {
  display: flex;

  flex-wrap: wrap;

  align-items: flex-start;

  justify-content: flex-end;

  font-size: 14px;

  padding: 12px 0px;
}

.breadcrumb a {
  padding-right: 24px;

  position: relative;

  display: block;

  white-space: nowrap;
}

.breadcrumb li {
  white-space: nowrap;
}

.breadcrumb a:hover {
  text-decoration: underline;

  color: #1a7abe;
}

.breadcrumb a::before {
  position: absolute;

  content: "＞";

  font-family: "Yu Gothic", "Meiryo", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Arial", sans-serif;

  font-size: 15px;

  line-height: 1;

  right: 4px;

  top: 4px;
}

/*=== breadcrumb style ===*/

main.header-fixed {
  padding-top: 100px;
}

/*========= Responsive style =========*/

@media only screen and (max-width: 1600px) {
  .nav {
    height: 96px;
  }

  header.is-sticky .h-contact {
    font-size: 18px;

    padding: 10px 30px;
  }

  header.is-sticky .h-contact img {
    max-width: 44px;
  }

  header.is-sticky .h-search input {
    width: 240px;

    border-radius: 6px;

    height: 38px;
  }

  header.is-sticky .header__right {
    column-gap: 20px;
  }

  header.is-sticky .h-submit {
    width: 42px;

    height: 42px;
  }

  .menu-sticky li a {
    font-size: 15px;
  }

  header.is-sticky .logo-img img {
    max-height: 20px;
  }

  header.is-sticky .header__logo span {
    font-size: 11.5px;

    padding-left: 37px;
  }

  .menu li>a {
    font-size: 17px;

    padding: 11px 10px;
  }

  header.is-sticky .nav .menu li>a {
    font-size: 15px;
  }
}

/* end1600 */

@media only screen and (max-width: 1400px) {
  header.is-sticky .header__right {
    column-gap: 18px;
  }

  .header__logo {
    padding: 0px 20px;
  }

  .menu li>a {
    font-size: 16px;

    padding: 12px 10px;
  }

  /* .header__right {

    column-gap: 30px;

  } */

  .header-button img {
    max-width: 34px;
  }

  .header-button.--contact img {
    max-width: 52px;
  }

  .header-button span.__txt {
    font-size: 14px;
  }

  .h-search input {
    width: 360px;
  }

  .h-contact {
    font-size: 20px;

    padding: 9px 36px;
  }

  .h-contact img {
    max-width: 58px;
  }

  header.is-sticky .nav {
    height: 70px;
  }

  header.is-sticky .h-contact {
    height: 70px;
  }

  main.header-fixed {
    padding-top: 155px;
  }

  header.is-sticky .h-contact {
    font-size: 16px;

    padding: 10px 25px;
  }

  header.is-sticky .h-search input {
    width: 210px;
  }

  header.is-sticky .logo-img img {
    max-height: 18px;
  }

  header.is-sticky .header__logo span {
    font-size: 10.5px;
  }

  .dropdown-content input {
    width: 500px;
  }
}

/* end 1400px */

@media only screen and (max-width: 1280px) {
  header.is-sticky .h-contact {
    font-size: 15px;
  }

  header.is-sticky .header__right {
    column-gap: 18px;
  }

  header.is-sticky .h-search input {
    width: 200px;
  }

  header.is-sticky .nav .menu li>a {
    font-size: 14px;
  }

  .menu-sticky li a {
    font-size: 14px;
  }

  header.is-sticky .h-contact {
    font-size: 15px;
  }

  header.is-sticky .h-contact img {
    max-width: 38px;
  }

  header.is-sticky .h-search input {
    width: 200px;
  }

  header.is-sticky .header__right {
    column-gap: 18px;
  }

  header.is-sticky .header__logo {
    padding-left: 16px;
  }

  .footer__inner .container {
    max-width: 1200px;
  }

  .container {
    max-width: 1140px;
  }

  .dropdown-content {
    top: 88px;
  }

  .logo-img img {
    max-width: 240px;
  }

  .header__logo span {
    font-size: 11.5px;
  }

  .h-submit {
    width: 50px;

    height: 50px;
  }

  .h-contact {
    font-size: 18px;

    padding: 9px 30px;
  }

  .h-contact img {
    max-width: 54px;
  }

  .h-search input {
    width: 280px;
  }

  .email-fixed {
    width: 80px;

    height: 80px;
  }

  #back-to-top {
    width: 60px;

    height: 60px;
  }

  .nav {
    height: 88px;
  }

  .menu li>a {
    font-size: 15px;

    padding: 10px 10px;
  }

  .header-button {
    width: 102px;
  }

  .header-button span.__txt {
    font-size: 13px;
  }

  .header-button img {
    max-width: 30px;
  }

  .header-button.--contact img {
    max-width: 46px;
  }

  .dropdown-content input {
    width: 400px;
  }
}

/* end 1280 */

@media only screen and (max-width: 1200px) {
  /* menu mobile */

  main.header-fixed {
    padding-top: 80px;
  }

  header {
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
  }

  header.is-sticky.show-sp {
    top: 0;

    visibility: visible;

    opacity: 1;
  }

  .wrap-header-icon .__item img {
    max-width: 36px;
  }

  .dropdown-content {
    display: none;

    top: 80px;

    position: fixed;

    width: 100%;

    height: auto;

    left: 0;

    right: 0;

    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2) inset;
  }

  .wrap-header-icon .dropdown-content {
    display: block;
  }

  .header__right,
  .nav {
    display: none;
  }

  .header__inner {
    height: 80px;
  }

  .wrap-header-icon {
    display: flex;

    align-items: stretch;

    position: absolute;

    top: 0;

    right: 0;

    width: fit-content;

    height: 100%;
  }

  .wrap-header-icon .__item {
    height: 100%;

    background-color: #1a7abe;

    width: 80px;

    border: unset;
  }

  .wrap-header-icon .open-search-sp.__item {
    background-color: #25b4a8;
  }

  .open-search-sp.__item {
    display: flex;

    align-items: center;

    justify-content: center;

    border-right: 1px solid #ffffff;
  }

  .burger {
    display: block;

    padding: 3px 6px;

    cursor: pointer;

    width: 45px;

    background-color: transparent;

    position: relative;

    z-index: 20000;

    transition: 0.3s;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;
  }

  .burger.show {
    background-color: #044b7d;
  }

  .burger span {
    width: 40px;

    height: 4px;

    background-color: #fff;

    border-radius: 4px;

    display: block;

    margin: 5px 0px;

    transition: 0.3s ease;
  }

  .burger.show span:nth-child(1) {
    transform: rotate(45deg) translate(6px, -6px);

    transform-origin: top left;

    transition-delay: 0.2s;
  }

  .burger.show span:nth-child(2) {
    transform: translateX(8px);

    opacity: 1;

    visibility: hidden;
  }

  .burger.show span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, 6px);

    transform-origin: bottom left;

    transition-delay: 0.2s;
  }

  .menu-sp {
    display: block;

    position: fixed;

    width: 100%;

    top: 80px;

    width: 100%;

    left: 0px;

    right: 0px;

    background-color: #fff;

    padding: 10px 15px 10px 15px;

    row-gap: 0px;

    flex: unset;

    height: calc(100vh - 80px);

    overflow-y: auto;

    opacity: 0;

    visibility: hidden;

    z-index: -1;

    transform: scaleY(0.7);

    transition: 0.4s ease-in;

    transform-origin: top;

    z-index: 10;

    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2) inset;
  }

  .menu-sp.show {
    z-index: 1000;

    opacity: 1;

    visibility: visible;

    transform: scaleY(1);
  }

  .menu-sp ul li a {
    display: block;

    font-size: 16px;

    padding: 8px 0px;

    border-bottom: 1px solid #ececec;

    color: #222222;

    position: relative;
  }

  .menu-sp ul li ul a {
    padding-left: 10px;
  }

  .menu-sp ul li a.--fw500 {
    font-weight: 600;
  }

  .menu-sp ul li a::after {
    position: absolute;

    content: "";

    right: 0;

    top: 9px;

    width: 24px;

    height: 24px;

    background-size: cover;

    background-repeat: no-repeat;

    background-position: center;

    transition: all 0.3s;
  }

  .menu-sp ul li a.active {
    font-weight: 500;
  }

  .menu-sp ul li a.active::after {
    background-image: url(../images/bx-minus.svg);
  }

  a.link01::after {
    background-image: url(../images/bx-chevron-right.svg);
  }

  a.link02::after {
    background-image: url(../images/bx-minus.svg);
  }

  a.link03::after {
    background-image: url(../images/bx-plus.svg);
  }

  .link-menu-sp {
    padding: 30px 20px 80px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    row-gap: 20px;
  }

  .link-menu-sp .btn {
    font-size: 18px;

    width: 258px;

    height: 63px;

    justify-content: center;
  }

  .link-menu-sp .btn.--blue:hover {
    background-color: #1a7abe;

    color: #ffffff !important;

    opacity: 0.7;
  }

  .link-menu-sp .btn.--orange {
    column-gap: 14px;
  }

  .link-menu-sp .btn.--orange:hover {
    opacity: 0.7;

    background-color: #ffa500 !important;

    color: #4b4949 !important;

    border-color: #ffa500 !important;
  }

  /* menu mobile */
}

/* end 1200 */

@media only screen and (max-width: 1024px) {
  .footer__inner {
    padding: 40px 0px;
  }

  .collumn-link-top {
    font-size: 18px;
  }

  .collumn-link-medium {
    font-size: 17px;
  }

  .h-submit {
    width: 40px;

    height: 40px;
  }

  .dropdown-content input {
    height: 40px;

    font-size: 16px;
  }

  .dropdown-content input::placeholder {
    font-size: 16px;
  }
}

/* end 1024 */

@media only screen and (max-width: 768px) {
  .wrap-header-icon .__item img {
    max-width: 28px;
  }

  .container.sp-pd0 {
    padding: 0px;
  }

  .dropdown-content {
    top: 60px;

    padding: 40px 0px;
  }

  .close-box-search button {
    font-size: 16px;

    padding: 5px 20px;

    column-gap: 6px;
  }

  .dropdown-content input {
    width: 320px !important;
  }

  main.header-fixed {
    padding-top: 60px;
  }

  body {
    font-size: 14px;
  }

  .menu-sp {
    top: 60px;

    height: calc(100vh - 60px);
  }

  .logo-img img {
    /* max-height: 18px; */

    max-width: 200px;
  }

  .logo-img {
    gap: 8px;
  }

  .header__logo span {
    font-size: 9.5px;

    /* padding-left: 32px; */
  }

  .header__inner {
    height: 60px;
  }

  .wrap-header-icon .__item {
    width: 60px;
  }

  .burger span {
    height: 3px;

    margin: 4px 0px;

    width: 36px;
  }

  .burger.show span:nth-child(1) {
    transform: rotate(45deg) translate(3.5px, -6px);
  }

  .burger.show span:nth-child(3) {
    transform: rotate(-45deg) translate(3.5px, 6px);
  }

  .email-fixed {
    width: 60px;

    height: 60px;
  }

  #back-to-top {
    width: 45px;

    height: 45px;
  }

  .copyright {
    flex: unset;

    width: 100%;

    font-size: 12px;

    text-align: center;

    padding-top: 10px;

    margin-top: 10px;

    border-top: 1px solid #a5bfd1;
  }

  .footer__bottom .__inner {
    padding: 15px 0px;
  }

  .ft-menu li a {
    font-size: 12px;

    padding-right: 10px;

    margin-right: 10px;
  }

  .collumn-link-top {
    width: 100%;
  }

  .footer__collumns .__collumn {
    width: 100%;
  }

  .collumn-link-top {
    font-size: 16px;
  }

  .collumn-link-medium {
    font-size: 15px;
  }

  .footer__collumns .__link {
    font-size: 14px;
  }

  .footer__collumns .collumn-link-top~.collumn-link-top,
  .collumn-link-medium.--mt40 {
    margin-top: 30px;
  }

  .footer-logo .en {
    font-size: 18px;
  }

  .footer-logo img {
    max-width: 280px;
  }

  .footer__inner .container::after {
    width: 45px;

    height: 60px;

    top: -32px;

    right: 10px;
  }

  .breadcrumb {
    font-size: 12px;

    padding: 10px 0px;
  }

  .breadcrumb a::before {
    font-size: 11px;

    right: 5px;

    top: 4px;
  }

  .breadcrumb a {
    padding-right: 20px;
  }
}

/* end 768 */

@media only screen and (max-width: 479px) {
  header.is-sticky .logo-img img {
    max-height: 14.5px;
  }

  header.is-sticky .header__logo span {
    padding-left: 28px;

    font-size: 9px;
  }

  .dropdown-content input {
    width: 240px !important;
  }

  .logo-img img {
    /* max-height: 14px; */

    max-width: 180px;
  }

  .header__inner {
    column-gap: 10px;
  }

  .wrap-header-icon .__item img {
    max-width: 24px;
  }

  .header__logo {
    padding-left: 10px;
  }

  .header__logo span {
    /* padding-left: 26px; */

    font-size: 9px;
  }

  header.is-sticky .header__logo {
    padding: 0px 10px;
  }
}

/* end 479 */

@media only screen and (max-width: 360px) {
  .logo-img img {
    /* max-height: 12px; */

    max-width: 175px;
  }

  .header__logo span {
    padding-left: 0px;
  }

  header.is-sticky .header__logo span {
    padding-left: 20px;

    font-size: 8px;
  }

  header.is-sticky .logo-img img {
    max-height: 12px;
  }

  header.is-sticky .logo-img {
    gap: 6px;
  }

  .menu-sp ul li a {
    font-size: 15px;
  }
}

/* end 360 */

@media only screen and (max-width: 320px) {

  html,
  body {
    min-width: 320px;

    overflow-x: hidden;
  }
}

/* end 320 */

/*========= Responsive style =========*/



/* Print Style */
@media print {

  body {
    background-color: #FFFFFF;
    /* transform-origin: center 0; */
    width: 1248px !important;
    min-width: 0 !important;
    margin: 0 auto !important;
  }

  body[data-browser] {
    width: 1248px !important;
    min-width: 0 !important;
    margin: 0 auto !important;
  }

  body:not([data-browser]) {
    width: auto !important;
    min-width: 0 !important;
  }

  body[data-browser="chrome"] {
    zoom: .85;
  }

  #header,
  footer,
  .page-block,
  .contact-banner,
  .wrap-breadcrumb,
  .link-common,
  .banner-youtube,
  .contact-part,
  .p-show-flyer,
  .container>.title-page,
  aside,
  .wrap-total-result,
  .box-note,
  .wrap-paginate {
    display: none !important;
  }

  @page {
    /* size: A4 landscape; */
    /* size: A4 portrait; */
    size: auto;
    margin: 0mm;
    page-orientation: upright;
    max-height: 100%;
    max-width: 100%;

  }

  .page-content {
    padding: 30px;
    min-width: 1200px;
    overflow-x: hidden;
  }

  .wrap-content-product {
    column-gap: 30px;
  }

  .product-table tr td:first-child {
    background-color: unset !important;
  }

  table th,
  table td {
    border: 1px solid #e9e9e9 !important;
  }

  .wrap-slide-thumb .gallery-img:nth-child(3)~.gallery-img {
    display: none;
  }

}