@charset "UTF-8";
/* -------------------------------
	default
-------------------------------- */
html {
  font-size: 100%;
  /* 16px */
}
@media print, screen and (min-width: 992px) {
  html {
    font-size: 112.5%;
    /* 18px */
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  letter-spacing: 0.05em;
}

@media screen {
  #wrapper {
    opacity: 0;
  }

  body.is-loaded #wrapper {
    opacity: 1;
  }
}
.fs-en, .telphone {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* -------------------------------
	ローディング
-------------------------------- */
.loader {
  color: rgba(0, 0, 0, 0.2);
  font-size: 8px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: load4 1.3s infinite linear;
  transform: translate(-50%, -50%);
  position: fixed;
  left: 50%;
  top: 50%;
  visibility: hidden;
}

@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
/* -------------------------------
	header
-------------------------------- */
/* 基本サイズ */
#header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
@media print {
  #header {
    position: absolute;
  }
}

/* ---  --- */
.row-head {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 15px;
}
@media print, screen and (min-width: 768px) {
  .row-head {
    padding: 0 min(calc(15px + 45 * (100vw - 768px) / 732), 60px);
  }
}
@media print, screen and (min-width: 992px) {
  .row-head {
    height: 150px;
  }
}
.row-head .logo {
  display: grid;
  align-items: center;
}
.row-head .logo h1 {
  font-size: 1rem;
  line-height: normal;
  padding: 0;
  margin: 0;
}
.row-head .logo h1 img {
  height: 32px;
}
@media print, screen and (min-width: 992px) {
  .row-head .logo {
    flex: 0 0 33.33334%;
    height: 150px;
  }
  .row-head .logo h1 img {
    height: auto;
  }
}
.row-head .head_contents {
  display: none;
}
@media print, screen and (min-width: 992px) {
  .row-head .head_contents {
    display: block;
    flex: 1 1 0;
  }
}

/**/
.head_content {
  margin-bottom: 25px;
}
.head_content > ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.head_content .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.head_content .btn-china, .head_content .btn-shop {
  font-size: min(calc(12px + 2 * (100vw - 992px) / 508), 14px);
  height: 2.85714em;
}
.head_content .btn-china {
  color: #2b2b2b;
  border-radius: 3px;
  border: solid 1px #2b2b2b;
  width: 10em;
  background-color: #fff;
}
.head_content .btn-china i {
  font-size: 1.42857em;
  line-height: 1;
  margin-right: 0.25em;
}
.head_content .btn-china:hover {
  color: #fff;
  background-color: #2b2b2b;
}
.head_content .btn-shop {
  color: #fff;
  border-radius: 3px;
  border: solid 1px #013d97;
  width: 13.14285em;
  background-color: #013d97;
}
.head_content .btn-shop i {
  font-size: 1.42857em;
  line-height: 1;
  margin-right: 0.25em;
}
.head_content .btn-shop:hover {
  color: #013d97;
  background-color: #fff;
}
.head_content .btn-sns {
  font-size: min(calc(18px + 2 * (100vw - 992px) / 508), 20px);
}

@media screen and (min-width: 992px) {
  .row-head {
    transition: height 0.3s ease;
  }
  .row-head .head_content {
    transition: margin 0.3s ease;
  }

  .fixed-nav .row-head {
    height: 100px;
  }
  .fixed-nav .row-head .head_content {
    margin-bottom: 10px;
  }
}
/* -------------------------------
	メインメニュー
-------------------------------- */
#gNavi {
  display: none;
}
@media print, screen and (min-width: 992px) {
  #gNavi {
    display: block;
  }
}

.list-gnav {
  font-size: min(calc(14px + 2 * (100vw - 992px) / 508), 16px);
  list-style: none;
  padding: 0;
  margin: 0 -1em;
  display: flex;
  justify-content: flex-end;
}
.list-gnav > li {
  padding: 0 1em;
}
.list-gnav > li > button {
  display: none;
}
.list-gnav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-gnav a {
  text-decoration: none;
}
.list-gnav > li > a {
  color: #2b2b2b;
  line-height: 2;
  display: block;
  position: relative;
}
.list-gnav > li > a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  background-color: currentColor;
  transition: transform .3s ease, visibility .3s ease;
  visibility: hidden;
}
.list-gnav > li > a:hover:after, .list-gnav > li.active > a:after {
  transform: scaleX(1);
  visibility: visible;
}

/* サブメニュー */
.list-gnav > li > ul, .list-gnav > li > div {
  display: none;
}

.list-gnav > li.child, .list-gnav > li.has-child {
  position: relative;
}
.list-gnav > li.child > ul, .list-gnav > li.has-child > ul {
  position: absolute;
  left: 0;
  min-width: 100%;
  padding: .5em 0;
  white-space: nowrap;
}
.list-gnav > li.child > ul > li > a, .list-gnav > li.has-child > ul > li > a {
  display: block;
  padding: 1em;
  background-color: #fff;
}

/* メガメニュー */
.list-gnav > li.mega-child {
  position: static;
}
.list-gnav > li.mega-child > div {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #fff;
}

/* -------------------------------
	main
-------------------------------- */
/* -------------------------------
	main title
-------------------------------- */
.main_ttl {
  display: flex;
  align-items: center;
  height: min(calc(200px + 360 * (100vw - 320px) / 1180), 560px);
  overflow: hidden;
  position: relative;
  z-index: 0;
  padding-top: 50px;
}
.main_ttl:before, .main_ttl:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}
.main_ttl:before {
  top: 0;
  height: calc(100% - min(6vw, 125px));
  background-color: #013d97;
}
.main_ttl:after {
  bottom: 0;
  height: min(6vw, 125px);
  background: url("../images/common/nami_bottom.svg") no-repeat center bottom/cover;
}
@media print, screen and (min-width: 992px) {
  .main_ttl {
    padding-top: 150px;
  }
}
.main_ttl h2 {
  color: #fff;
  font-size: min(calc(25px + 35 * (100vw - 320px) / 1180), 60px);
  line-height: 1.5;
  text-align: center;
  margin: 0;
}
.main_ttl h2 > .txt {
  letter-spacing: 0.1em;
  text-shadow: -1px -1px 0 #2b2b2b, -1px 1px 0 #2b2b2b, 1px -1px 0 #2b2b2b, 1px 1px 0 #2b2b2b, 1px 0px 0 #2b2b2b, 0px 1px 0 #2b2b2b;
  display: block;
}
.main_ttl h2 > .fs-en {
  font-size: min(calc(18px + 6 * (100vw - 320px) / 1180), 24px);
  line-height: 1;
  text-transform: uppercase;
  display: block;
  text-shadow: -1px -1px 0 #2b2b2b, -1px 1px 0 #2b2b2b, 1px -1px 0 #2b2b2b, 1px 1px 0 #2b2b2b, 1px 0px 0 #2b2b2b, 0px 1px 0 #2b2b2b;
}
@media print, screen and (min-width: 992px) {
  .main_ttl h2 {
    margin-bottom: 1em;
  }
}

/* -------------------------------
	pagetop
-------------------------------- */
#pagetop {
  position: fixed;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
  z-index: 10;
}
#pagetop.is-active {
  opacity: 1;
  visibility: visible;
}

#pagetop .scroll {
  position: absolute;
  bottom: 106px;
  right: min(3.91vw, calc(30px + 16px + 10px));
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-size: 12px;
  color: #7c888c;
  letter-spacing: 0.1em;
  z-index: 4;
  cursor: pointer;
}
#pagetop .scroll::before {
  content: "";
  position: absolute;
  bottom: -106px;
  left: calc(16px + 10px);
  width: 1px;
  height: 160px;
  background: none;
}
#pagetop .scroll::after {
  content: "";
  position: absolute;
  bottom: -106px;
  left: calc(16px + 10px);
  width: 1px;
  height: 160px;
  background: #7c888c;
  animation: lineAnime2 3s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes lineAnime2 {
  100% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  0% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/* -------------------------------
	スクロールバー
-------------------------------- */
div, .scrollbar {
  scrollbar-color: #111 #eeeeee;
  scrollbar-width: thin;
}
div::-webkit-scrollbar, .scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
div::-webkit-scrollbar-track, .scrollbar::-webkit-scrollbar-track {
  background: #eeeeee;
}
div::-webkit-scrollbar-thumb, .scrollbar::-webkit-scrollbar-thumb {
  background: #111;
}

/* -------------------------------
	サイドメニュー
-------------------------------- */
#sidebar {
  position: fixed;
  top: 50px;
  bottom: 0;
  right: -280px;
  width: 280px;
  text-align: left;
  background-color: #fff;
  transition: transform 0.5s ease;
  overflow-y: auto;
  z-index: 9900;
}
.side-open #sidebar {
  transform: translate3d(-100%, 0, 0);
}
@media print, screen and (min-width: 992px) {
  #sidebar {
    display: none !important;
  }
}
#sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sidebar a {
  text-decoration: none;
}
#sidebar .list-sidenav {
  width: 100%;
  padding: 15px;
}
#sidebar .list-sidenav > li {
  text-align: left;
  border-bottom: solid 1px #ccc;
  position: relative;
}
#sidebar .list-sidenav > li > a {
  color: #2b2b2b;
  line-height: 1.5;
  display: block;
  padding: 0.75em 2em 0.75em 1em;
  position: relative;
  transition: color 0.3s ease, background 0.3s ease;
}
#sidebar .list-sidenav > li > a:after {
  content: "\F138";
  font-family: 'bootstrap-icons';
  font-weight: 400;
  line-height: 1;
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -.5em;
}
#sidebar .list-sidenav > li.active {
  border-bottom-color: #fff;
}
#sidebar .list-sidenav > li.active > a, #sidebar .list-sidenav > li > a:hover {
  color: #fff;
  background-color: #013d97;
}
#sidebar .side_box {
  margin: 30px 15px;
}
#sidebar .btn-shop {
  color: #013d97;
  border-radius: 3px;
  border: solid 1px #013d97;
  background-color: #fff;
}
#sidebar .btn-shop i {
  font-size: 1.42857em;
  line-height: 1;
  margin-right: 0.25em;
}
#sidebar .btn-shop:hover {
  color: #fff;
  background-color: #013d97;
}
#sidebar .btn-china {
  color: #2b2b2b;
  font-size: 0.88888em;
  border-radius: 3px;
  border: solid 1px #2b2b2b;
  width: 10em;
  height: 2.85714em;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
#sidebar .btn-china i {
  font-size: 1.42857em;
  line-height: 1;
  margin-right: 0.25em;
}
#sidebar .btn-china:hover {
  color: #fff;
  background-color: #2b2b2b;
}
#sidebar .side_list_sns {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

/*
 * 下層メニュー用ボタン
 */
#sidebar .list-sidenav > li .toggle-submenu {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(1.5em + 0.55em + 0.55em);
  height: calc(1.5em + 0.55em + 0.55em);
  border: none;
  outline: none;
  background-color: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#sidebar .list-sidenav > li .toggle-submenu:before, #sidebar .list-sidenav > li .toggle-submenu:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 14px;
  height: 2px;
  margin: auto;
  background: #fff;
  transition: transform 0.3s ease;
}
#sidebar .list-sidenav > li .toggle-submenu:after {
  transform: rotate(90deg);
}
#sidebar .list-sidenav > li.open > .toggle-submenu:before {
  transform: rotate(360deg);
}
#sidebar .list-sidenav > li.open > .toggle-submenu:after {
  transform: rotate(0deg);
}

/* 
 * 下層メニュー
 */
#sidebar .list-sidenav li > ul {
  display: none;
}

#sidebar .list-sidenav > ul {
  position: relative;
}
#sidebar .list-sidenav > ul > a:after {
  display: none;
}
#sidebar .list-sidenav > ul > ul {
  background-color: #fff;
}
#sidebar .list-sidenav > ul > ul > li {
  position: relative;
}
#sidebar .list-sidenav > ul > ul > li > a {
  color: #333;
  font-size: 0.875em;
  line-height: 1.5;
  padding: 0.65em 2em 0.65em 1.3em;
  display: block;
  background-color: #fff;
  position: relative;
}
#sidebar .list-sidenav > ul > ul > li > a:before {
  content: "\f0da";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  line-height: 1;
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -.5em;
}
#sidebar .list-sidenav > ul > ul > li.active > a, #sidebar .list-sidenav > ul > ul > li > a:hover {
  background-color: #ddd;
}

/* -------------------------------
	半透明
-------------------------------- */
.overlay {
  content: '';
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 20;
}
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 992px) {
  .overlay {
    display: none;
  }
}

/* -------------------------------
	三本線
-------------------------------- */
.menuWrapper {
  position: fixed;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  transform: translate3d(0, 0, 0);
  z-index: 9999;
}
@media print, screen and (min-width: 992px) {
  .menuWrapper {
    display: none;
  }
}

#menuButton {
  overflow: hidden;
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#menuButton span, #menuButton:before, #menuButton:after {
  display: block;
  position: absolute;
  top: -10px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30px;
  height: 3px;
  margin: auto;
  background: #000;
}
#menuButton span {
  overflow: hidden;
  z-index: 1;
  color: #000;
}
#menuButton:before {
  z-index: 2;
  transform: translate(0, -9px);
  content: "";
}
#menuButton:after {
  z-index: 2;
  transform: translate(0, 9px);
  content: "";
}
#menuButton small {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  color: #000;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  display: block;
}

/* アニメーション */
#menuButton span {
  opacity: 1;
  transition: opacity 150ms 50ms;
}
#menuButton::before, #menuButton::after {
  transition: transform 200ms;
}
.side-open #menuButton span {
  opacity: 0;
  transition: opacity 150ms;
}
.side-open #menuButton::before {
  transform: rotate(45deg);
}
.side-open #menuButton::after {
  transform: rotate(-45deg);
}

/* -------------------------------
	footer
-------------------------------- */
#footer {
  padding: 60px 0;
  background-color: #fff;
  page-break-inside: avoid;
}

.footer_content h2 {
  font-size: 1rem;
  padding: 0 5%;
  max-width: 500px;
  margin: 0 auto 30px;
}
.footer_content h2 img {
  width: 100%;
}
.footer_content h2, .footer_content p {
  font-size: 0.88888rem;
  line-height: 1.875;
  text-align: center;
}
@media print, screen and (min-width: 992px) {
  .footer_content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .footer_content h2 {
    max-width: inherit;
    margin: 0 0 40px;
    padding: 0;
  }
  .footer_content h2, .footer_content p {
    text-align: left;
  }
}

/**/
.foot_blank_nav {
  margin-top: 30px;
}
.foot_blank_nav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.foot_blank_nav .btn-shop {
  color: #fff;
  font-size: 14px;
  height: 2.85714em;
  border-radius: 3px;
  border: solid 1px #013d97;
  padding: 0;
  width: 13.14285em;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #013d97;
}
.foot_blank_nav .btn-shop i {
  font-size: 1.42857em;
  line-height: 1;
  margin-right: 0.25em;
}
.foot_blank_nav .btn-shop:hover {
  color: #013d97;
  background-color: #fff;
}
.foot_blank_nav .btn-sns {
  font-size: 20px;
}
@media print, screen and (min-width: 992px) {
  .foot_blank_nav > ul {
    justify-content: flex-start;
  }
}

/**/
.f_navi {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .f_navi {
    display: block;
    margin-top: 30px;
  }
  .f_navi > ul {
    font-size: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 10px 50px;
    justify-content: center;
  }
  .f_navi > ul > li > a {
    text-decoration: none;
    display: block;
    transition: opacity 0.3s ease;
  }
  .f_navi > ul > li > a:hover {
    opacity: 0.65;
  }
}
@media print, screen and (min-width: 992px) {
  .f_navi {
    margin-top: 0;
  }
  .f_navi > ul {
    justify-content: flex-end;
  }
}

.foot_link_china {
  text-align: center;
  margin-top: 30px;
}
.foot_link_china .btn-china {
  color: #2b2b2b;
  font-size: 14px;
  border-radius: 3px;
  border: solid 1px #2b2b2b;
  width: 10em;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: #fff;
}
.foot_link_china .btn-china i {
  font-size: 1.42857em;
  line-height: 1;
  margin-right: 0.25em;
}
.foot_link_china .btn-china:hover {
  color: #fff;
  background-color: #2b2b2b;
}
@media print, screen and (min-width: 992px) {
  .foot_link_china {
    text-align: right;
  }
}

.copyright {
  font-size: 12px;
  text-align: center;
  margin-top: auto;
  padding-top: 30px;
}
@media print, screen and (min-width: 992px) {
  .copyright {
    font-size: 14px;
    text-align: right;
  }
}

/* 印刷用 */
@page {
  margin: 10mm 4mm 10mm 4mm;
}
@media print {
  body {
    min-width: 1500px !important;
  }

  .container {
    min-width: 1200px !important;
  }

  .container-fluid-xl {
    min-width: 1500px !important;
  }

  .row {
    overflow: visible !important;
  }

  [class^="col"], [class*=" col"], [class^="col-"], [class*=" col-"] {
    page-break-inside: avoid;
  }

  #pagetop {
    opacity: 0;
    visibility: hidden;
  }

  .page-break {
    page-break-inside: avoid;
    page-break-after: avoid;
  }
}
/* firefox　ハック */
@-moz-document url-prefix() {
  @page {
    margin: auto;
  }
}

/*# sourceMappingURL=screen.css.map */
