@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;700&display=swap");
:root {
  --nav-height: 70px;
  --outer: 1440px;
}

@media only screen and (max-width: 1440px) {
  :root {
    --nav-height: 50px;
    --outer: 1024px;
  }
}
@media only screen and (max-width: 1024px) {
  :root {
    --nav-height: 50px;
    --outer: 90%;
  }
}
@media only screen and (max-width: 640px) {
  :root {
    --nav-height: 40px;
  }
}
:root {
  --nav-height: 70px;
  --outer: 1440px;
}

@media only screen and (max-width: 1440px) {
  :root {
    --nav-height: 50px;
    --outer: 1024px;
  }
}
@media only screen and (max-width: 1024px) {
  :root {
    --nav-height: 50px;
    --outer: 90%;
  }
}
@media only screen and (max-width: 640px) {
  :root {
    --nav-height: 40px;
  }
}
nav {
  position: relative;
  z-index: 1;
  font-size: 1rem;
}
@media only screen and (max-width: 480px) {
  nav {
    font-size: 3.5vw;
  }
}

.nav-top {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  padding: 0 5%;
  background: #f5f5f5;
}
.nav-top .logo {
  display: block;
  width: 300px;
}
.nav-top .nav-top-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-top .nav-top-flex .nav-warranty {
  display: block;
  letter-spacing: 0;
  color: #272b33;
  margin-right: 1rem;
}
.nav-top .nav-top-flex .nav-social {
  display: block;
  width: 1.5rem;
  margin-right: 1rem;
}

.nav-bottom {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #FFF;
  gap: 1px;
}
.nav-bottom > div {
  cursor: pointer;
  position: relative;
  flex: 1 0 0;
}
.nav-bottom > div a {
  display: block;
  background: #a9aaaa;
  padding: 1rem 0;
  opacity: 0.8;
  transition: background 0.5s;
}
.nav-bottom > div .nav-a img {
  display: inline-block;
  width: 1.25rem;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 1rem;
}
.nav-bottom > div .nav-bottom-sub {
  display: none;
  position: absolute;
  bottom: 100%;
  width: 100%;
  left: 0;
}
.nav-bottom > div .nav-bottom-sub a {
  margin: 1px 0;
}

.btn-buy {
  position: fixed;
  bottom: 4.5rem;
  right: 1rem;
  display: block;
  width: 7rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.popup-temp {
  display: none;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup-temp .popup-black {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}
.popup-temp .popup-content {
  width: 80%;
  max-width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
.popup-temp .popup-content .popup-close {
  position: absolute;
  top: -3.5rem;
  right: 0;
  width: 3rem;
  filter: brightness(0) invert(1);
}

@media only screen and (min-width: 1025px) {
  .nav-bottom > div:hover .nav-a {
    background: #7D7D7D;
  }
  .nav-bottom > div:hover a:hover {
    background: #7D7D7D;
  }
}
@media only screen and (max-width: 1024px) {
  nav {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 480px) {
  nav {
    font-size: 4.5vw;
  }
}
@media only screen and (max-width: 1024px) {
  .nav-top {
    height: var(--nav-height);
    padding: 0 4% 0 6%;
  }
  .nav-top .logo {
    width: 150px;
  }
  .nav-top .nav-top-flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav-top .nav-top-flex .nav-social {
    display: block;
    width: 2rem;
    margin-right: 0.5rem;
  }
  .nav-top .hamburger,
  .nav-top .close {
    display: block;
    width: 25px;
  }
  .nav-top .close {
    display: none;
  }
  .nav-bottom > div a {
    opacity: 1;
    font-size: 4vw;
  }
  .nav-top-dropdown {
    display: none;
    position: fixed;
    top: var(--nav-height);
    right: 0;
  }
  .nav-top-dropdown.language-en {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 480px) {
  .nav-top-dropdown.language-en {
    font-size: 3.5vw;
  }
}
@media only screen and (max-width: 1024px) {
  .nav-top-dropdown > div {
    position: relative;
    width: 45vw;
    max-width: 15rem;
    text-align: center;
    color: #FFF;
    background: #a9aaaa;
    padding: 8% 0;
    margin: 1px 0;
  }
  .nav-top-dropdown > div::before {
    position: absolute;
    display: block;
    content: "";
    width: 10%;
    padding-top: 10%;
    top: 50%;
    left: 8%;
    background: url("../img/icon/icon-nav-arrow.svg") no-repeat center center;
    background-size: contain;
    transform: translateY(-55%);
  }
  .nav-top-dropdown > div a {
    display: block;
    font-size: 4vw;
  }
  .nav-top-dropdown > div .nav-top-sub {
    display: none;
    position: absolute;
    right: 100%;
    top: 0;
    width: 100%;
  }
  .nav-top-dropdown > div .nav-top-sub a {
    background: #a9aaaa;
    padding: 8% 0;
    margin-bottom: 1px;
    margin-right: 1px;
  }
  .nav-top-dropdown .nav-dropdown-social::before {
    display: none;
  }
  .nav-top-dropdown .nav-dropdown-social a {
    display: inline-block;
    width: 15%;
    max-width: 22px;
    margin: 0 3%;
    filter: invert(1);
  }
  .nav-top-dropdown .nav-dropdown-language::before {
    display: none;
  }
  .nav-top-dropdown .nav-dropdown-language a {
    display: inline;
  }
  .btn-buy {
    width: 4rem;
    right: 0.75rem;
    bottom: 4rem;
  }
}
:root {
  --nav-height: 70px;
  --outer: 1440px;
}

@media only screen and (max-width: 1440px) {
  :root {
    --nav-height: 50px;
    --outer: 1024px;
  }
}
@media only screen and (max-width: 1024px) {
  :root {
    --nav-height: 50px;
    --outer: 90%;
  }
}
@media only screen and (max-width: 640px) {
  :root {
    --nav-height: 40px;
  }
}
footer {
  width: 100%;
  padding: 5rem;
  background: #dde4e8;
  text-align: center;
  line-height: 150%;
  font-size: 0.85rem;
}
footer .footer-flex {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 5%;
}
footer .footer-flex article {
  white-space: nowrap;
}
footer .footer-flex div {
  width: 7rem;
}
footer .footer-flex div p {
  margin-top: 0.5rem;
  color: #272b33;
}
footer .copyright {
  margin-top: 5rem;
}

@media only screen and (max-width: 1024px) {
  footer {
    padding: 3rem 3rem 5rem 3rem;
    text-align: left;
    letter-spacing: 0.1vw;
  }
  footer .footer-flex {
    justify-content: space-between;
    align-items: center;
    gap: 0;
  }
  footer .footer-flex article {
    line-height: 150%;
  }
  footer .footer-flex div {
    width: 7rem;
  }
  footer .footer-flex div p {
    margin-top: 0.5rem;
    color: #272b33;
  }
  footer .copyright {
    margin-top: 1.5rem;
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  footer {
    padding: 10% 3% 15% 3%;
    font-size: 2.75vw;
  }
  footer .footer-flex div {
    width: 20vw;
    font-size: 2.5vw;
    text-align: center;
  }
}
:root {
  --nav-height: 70px;
  --outer: 1440px;
}

@media only screen and (max-width: 1440px) {
  :root {
    --nav-height: 50px;
    --outer: 1024px;
  }
}
@media only screen and (max-width: 1024px) {
  :root {
    --nav-height: 50px;
    --outer: 90%;
  }
}
@media only screen and (max-width: 640px) {
  :root {
    --nav-height: 40px;
  }
}
.article-style {
  text-align: justify;
  line-height: 175%;
  word-break: break-all;
}
.article-style h1, .article-style h2, .article-style h3, .article-style h4, .article-style h5, .article-style h6 {
  font-weight: normal;
  line-height: 175%;
}
.article-style h1, .article-style h2 {
  font-size: 2rem;
}
@media only screen and (max-width: 480px) {
  .article-style h1, .article-style h2 {
    font-size: 6.75vw;
  }
}
.article-style h3 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 480px) {
  .article-style h3 {
    font-size: 5.5vw;
  }
}
.article-style h4 {
  font-size: 1.25rem;
}
@media only screen and (max-width: 480px) {
  .article-style h4 {
    font-size: 4.5vw;
  }
}
.article-style h5 {
  font-size: 1rem;
}
@media only screen and (max-width: 480px) {
  .article-style h5 {
    font-size: 3.5vw;
  }
}
.article-style h6 {
  font-size: 0.85rem;
}
.article-style img {
  display: block;
  max-width: 100%;
  width: 90%;
  margin: auto;
  height: auto !important;
}
.article-style a {
  text-decoration: underline;
}
.article-style .article-yt {
  position: relative;
  width: 70%;
  padding-top: 39.2%;
  margin: 0.5rem auto;
}
.article-style .article-yt iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1024px) {
  .article-style img {
    width: 100%;
  }
  .article-style .article-yt {
    width: 100%;
    padding-top: 56%;
  }
  .article-style h1, .article-style h2, .article-style h3, .article-style h4, .article-style h5, .article-style h6, .article-style p {
    padding: 0 5%;
  }
}
html {
  font-size: 17px;
}

body {
  position: relative;
  width: 100%;
  margin: auto;
  color: #6c7987;
  background: #FFF;
  font-family: "ar-mingb5std", serif;
  letter-spacing: 0.15rem;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
}
@media only screen and (max-width: 480px) {
  body {
    font-size: 3.5vw;
  }
}
body.en {
  font-family: "Shippori Mincho B1";
  font-weight: 500;
}
body.en * {
  letter-spacing: -0.2px !important;
}
body.en .language-cn {
  display: none !important;
}
body.en .language-jp {
  display: none !important;
}
body.jp {
  font-family: "Shippori Mincho B1";
  font-weight: normal;
}
body.jp .language-cn {
  display: none !important;
}
body.jp .language-en {
  display: none !important;
}
body:not(.en, .jp) .language-en {
  display: none !important;
}
body:not(.en, .jp) .language-jp {
  display: none !important;
}

.wrap {
  position: relative;
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.fullimg {
  display: block;
  width: 100%;
}

.fullimgHeight {
  display: block;
  height: 100%;
  margin: auto;
}

input {
  background: none;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "ar-mingb5std", serif;
  padding: 0.25rem 0.5rem;
  border-bottom: 1px solid #6c7987;
  border-radius: 0;
  -webkit-border-radius: 0;
  font-size: 1rem;
}
@media only screen and (max-width: 480px) {
  input {
    font-size: 3.5vw;
  }
}
input:focus {
  outline: none;
}
input.alert {
  border-color: #e75959;
}

select {
  font-family: "ar-mingb5std", serif;
  padding: 0.25rem 2rem 0.25rem 1rem;
  background: url("../img/icon/icon-select.svg") no-repeat center right 0.75rem;
  background-size: auto 25%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #6c7987;
  color: inherit;
  font-size: 1rem;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
@media only screen and (max-width: 480px) {
  select {
    font-size: 3.5vw;
  }
}
select.alert {
  border-color: #e75959;
}

textarea {
  font-family: "ar-mingb5std", serif;
  background: none;
  resize: none;
  border: 1px solid #6c7987;
  width: 100%;
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
}
@media only screen and (max-width: 480px) {
  textarea {
    font-size: 3.5vw;
  }
}
textarea:focus {
  outline: none;
}
textarea.alert {
  border-color: #e75959;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label {
  position: relative;
  display: block;
  padding-left: 1.5rem;
  cursor: pointer;
}
input[type=checkbox] + label p {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  width: 1rem;
  height: 1rem;
  margin: 0;
  transform: translateY(-55%);
  border: 1px solid #6c7987;
}
input[type=checkbox] + label span {
  display: inline-block;
}

input[type=checkbox] + label a {
  border-bottom: 1px solid #6c7987;
}

input[type=checkbox] + label.alert p {
  border-color: #e75959;
}

input[type=checkbox]:checked + label p {
  background-color: #6c7987;
}

input::-webkit-date-and-time-value {
  color: #000;
  text-align: left;
}

ul {
  list-style: none;
  margin-left: 1rem;
}
ul li {
  position: relative;
}
ul li::before {
  position: absolute;
  content: "・";
  left: -1rem;
}

.ytVideo {
  display: block;
  width: 1920px;
  height: 1080px;
  overflow: hidden;
}

.symbol-plus {
  display: inline-block;
  font-size: 0.8em;
  transform: translateY(-25%);
}

@media only screen and (min-width: 1025px) {
  .for-m {
    display: none !important;
  }
}
@media only screen and (max-width: 1440px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1280px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .for-pc {
    display: none !important;
  }
  html {
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (max-width: 480px) {
  html {
    font-size: 14px;
  }
  body {
    letter-spacing: 0.1vw;
  }
}/*# sourceMappingURL=style.css.map */