@font-face {
  font-family: 'Font-EN-Regular';
  src: url("../fonts/Noto_Sans/static/NotoSans-Regular.ttf");
}

@font-face {
  font-family: 'Font-EN-Bold';
  src: url("../fonts/Noto_Sans/static/NotoSans-Bold.ttf");
}

@font-face {
  font-family: 'Font-JP-Regular';
  src: url("../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Regular.ttf");
}

@font-face {
  font-family: 'Font-JP-Bold';
  src: url("../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Bold.ttf");
}

.lng-en .lng-regular {
  font-family: 'Font-EN-Regular';
}

.lng-en .lng-bold {
  font-family: 'Font-EN-Bold';
}

.lng-jp .lng-regular {
  font-family: 'Font-JP-Regular';
}

.lng-jp .lng-bold {
  font-family: 'Font-JP-Bold';
}

html {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

body div {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, nav, section, details, summary {
  display: block;
}

html {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}

*:before, *:after {
  box-sizing: inherit;
}

img, object, embed {
  max-width: 100%;
}

html {
  overflow: scroll;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select, input, textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td {
  vertical-align: top;
}

td img {
  vertical-align: top;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

.clickable {
  cursor: pointer;
}

input[type=button], input[type=submit], input[type=file] {
  cursor: pointer;
}

button {
  cursor: pointer;
  margin: 0;
}

input, select, textarea {
  margin: 0;
}

button, input[type=button] {
  width: auto;
  overflow: visible;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

html {
  overflow-x: hidden;
}

html::after {
  content: '';
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #25282B;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

html, .scrollbar {
  scrollbar-color: #E7E4E4 #F5F5F5;
  scrollbar-width: thin;
}

html::-webkit-scrollbar, .scrollbar::-webkit-scrollbar {
  width: .5rem;
  height: 0;
}

html::-webkit-scrollbar-track, .scrollbar::-webkit-scrollbar-track {
  background: #F5F5F5;
}

html::-webkit-scrollbar-thumb, .scrollbar::-webkit-scrollbar-thumb {
  background-color: #E7E4E4;
  background-clip: padding-box;
}

html.scrollbar-disable, .scrollbar.scrollbar-disable {
  scrollbar-width: none;
}

html.scrollbar-disable::-webkit-scrollbar, .scrollbar.scrollbar-disable::-webkit-scrollbar {
  display: none;
}

body {
  padding: 0;
  margin: 0;
  min-height: 100vh;
  width: inherit;
  color: #25282B;
  background-color: #FFFFFF;
}

.page-content {
  margin: 0 auto;
  font-family: inherit;
}

#maincontent {
  background-color: white;
}

.container {
  padding: 0 1.25rem;
  max-width: 992px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col {
  padding: 0 0.25rem;
}

.icon {
  display: inherit;
}

a {
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  text-decoration: none;
}

a, a:hover {
  color: #25282B;
  outline: 0;
}

a:focus, a:active, a:hover, a:hover:focus, a:hover:active, a:hover:hover {
  text-decoration: none;
}

input, button, select, textarea {
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
  color: #25282B;
  border-radius: 0;
}

input:hover, input:active, input:focus, button:hover, button:active, button:focus, select:hover, select:active, select:focus, textarea:hover, textarea:active, textarea:focus {
  outline: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

:focus {
  outline: none;
}

.hide {
  display: none !important;
}

.aspect-ratioapt-global {
  position: relative;
  overflow: hidden;
}

.aspect-ratioapt-global::before {
  content: '';
  padding-top: calc(100% / var(--aspect-ratioapt-global));
  display: block;
  background-color: #F5F5F5;
}

.aspect-ratioapt-global .img-aspect-ratioapt {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  transform: translateY(-50%);
}

::-webkit-input-placeholder {
  color: #ADADAD;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ADADAD;
  opacity: 1;
}

::placeholder {
  color: #ADADAD;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ADADAD;
}

::-ms-input-placeholder {
  color: #ADADAD;
}

img {
  height: auto;
  display: block;
}

.pc {
  display: none;
}

.opacity-0 {
  opacity: 0;
  visibility: hidden;
}

.display-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}

.bg-none {
  background-color: white;
}

.full-image {
  width: 100%;
}

.noclick {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 460;
  background-color: #FFFFFF;
  display: none;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none !important;
}

.header .container {
  padding: 0;
}

.header .header-wapper {
  padding-top: 3.5rem;
  padding-bottom: 1rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  border-bottom: 1px solid #E7E4E4;
}

.footer .container {
  padding: 0;
}

.footer .top-footer {
  padding-bottom: 5rem;
}

.footer .bottom-footer {
  padding-top: 5.375rem;
  border-top: 0;
}

.footer .list-item {
  padding: 0 1.25rem;
}

.footer .list-item .item {
  border-top: 1px solid #ADADAD;
}

.footer .list-item .item:first-child {
  border-top: 0;
}

.footer .list-item .item:last-child {
  border-bottom: 1px solid #ADADAD;
}

.footer .list-item .item a {
  padding: 1rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 700;
  color: #25282B;
  font-size: 1.125rem;
  line-height: 2rem;
  letter-spacing: .1125rem;
}

.footer .back-top {
  width: 100%;
  text-align: right;
  padding: 0 1.25rem;
  display: none;
}

.footer .back-top span {
  cursor: pointer;
}

.footer .g-lng {
  background-color: #F5F5F5;
  padding: 1rem 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: .625rem;
  line-height: 1.68;
}

.footer .g-lng .label-lng {
  text-transform: uppercase;
  color: #ADADAD;
}

.footer .g-lng .list-lng {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer .g-lng .list-lng .item {
  padding: 0 .125rem;
  color: #ADADAD;
}

.footer .g-lng .list-lng .item a {
  color: inherit;
}

.footer .g-lng .list-lng .item.active, .footer .g-lng .list-lng .item:hover {
  color: #3D3D3D;
  font-weight: 700;
}

.footer .cp-right {
  background-color: #E7E4E4;
  padding: 0.5rem 1.25rem;
  color: #ADADAD;
  text-transform: uppercase;
  font-size: .625rem;
  font-weight: 700;
  line-height: 1.68;
  letter-spacing: .125rem;
}

.back-index {
  padding-bottom: .625rem;
}

.back-index .back-index-wapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 1.25rem;
  font-size: .875rem;
  line-height: 1.6;
  letter-spacing: .0875rem;
}

.back-index .back-index-wapper .wl-back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.back-index .back-index-wapper .wl-back .icon {
  margin-left: .5rem;
}
