@charset "UTF-8";

@font-face {
  font-family: "nc3Jp";
  font-weight: normal;
  font-display: swap;
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2"), url("../font/NotoSansJP-Regular.woff") format("woff");
}

@font-face {
  font-family: "nc3Jp";
  font-weight: bold;
  font-display: swap;
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2"), url("../font/NotoSansJP-Bold.woff") format("woff");
}

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

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

a {
  outline: 0;
}

a:focus,
button:focus {
  outline: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

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

caption,
th {
  text-align: left;
}

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

object,
embed {
  vertical-align: top;
}

hr,
legend {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
}

abbr,
acronym,
fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

em,
strong {
  font-style: normal;
  font-weight: bold;
}

img {
  border: 0;
  vertical-align: bottom;
}

:focus {
  outline: none;
}

a:link,
a:visited {
  outline: none;
}

a:hover,
a:active {
  outline: none;
}

html {
  width: 100%;
  height: 100%;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

html,
body,
button {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  width: 100%;
  min-height: 100%;
  margin: 0;
}

main {
  display: block;
}

*[hidden] {
  display: none !important;
}

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

em {
  color: #ce181e;
}

img {
  width: 100%;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.br-pc {
  display: none;
}

.br-pc_tab {
  display: none;
}

.br-tab {
  display: none;
}

.br-tab_sp {
  display: none;
}

.br-sp {
  display: none;
}

.no-hover {
  pointer-events: none;
}

.hover {
  transition: filter 0.15s ease-out, opacity 0.15s ease-out;
}

#main {
  font-family: "Inter", "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", "Noto Sans Thai", "Noto Sans", sans-serif;
  font-weight: 600;
  color: #3c3c3c;
  overflow-x: hidden;
}

svg,
img {
  width: 100%;
  height: auto;
}

.section-content {
  max-width: 940px;
  margin-inline-start: auto;
  margin-inline-end: auto;
  box-sizing: content-box;
}

.section-hero {
  width: 100%;
  height: 290px;
  background-color: #e60012;
}

.section-hero-logo {
  font-size: 0;
}

.section-hero-title {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-weight: 500;
}

.rich-text {
  font-size: 21px;
  line-height: 25px;
  text-align: center;
  color: #767676;
  margin-bottom: 58px;
  font-weight: 500;
}

.regionnav-wp {
  max-width: 780px;
  margin-bottom: 33px;
}

.regionnav-items {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-image: linear-gradient(to bottom, #b4b4b4 1px, transparent 1px);
  background-repeat: repeat-y;
  background-position: right top;
  background-size: 1px 3px;
}

.regionnav-item {
  width: 100%;
  height: 44px;
  background-image: linear-gradient(to bottom, #b4b4b4 1px, transparent 1px);
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 1px 3px;
}

.regionnav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: inherit;
  width: inherit;
  transition: color 150ms linear;
}

.regionnav-link:focus-visible {
  color: #e60012;
  outline: 2px solid #e60012;
  outline-offset: -1px;
}

.regionnav-label {
  font-size: 14px;
  line-height: 23px;
  text-align: center;
}

.regionnav-icon {
  margin: 0;
  margin-top: 8px;
  display: block;
  width: 9px;
  height: 5.69px;
  background-image: url("../img/icn-arrow-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.category-item:last-child {
  margin-bottom: 0;
}

.category-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.is-active .category-item-header .icn-arrow:before {
  opacity: 1;
}

.is-active .category-item-header .icn-arrow:after {
  opacity: 0;
}

.category-item-header-inner {
  padding: 36px 0 33px;
  font-weight: 500;
  letter-spacing: 0.7px;
  transition: color 150ms linear;
}

.category-item-header-inner:before {
  content: "";
  display: block;
  background-color: #e60012;
  position: absolute;
  width: 100%;
  height: 4px;
  top: 0;
}

.category-item-header:focus-visible .category-item-header-inner {
  color: #e60012;
}

.category-list {
  display: grid;
  justify-content: space-between;
}

.category-list li a {
  transition: color 150ms linear;
  display: block;
  position: relative;
}

.category-list li a:focus-visible {
  color: #e60012;
  outline: 2px solid #e60012;
  outline-offset: 1px;
}

.category-list li .name {
  display: block;
}

.category-list li .lang {
  color: #767676;
  display: block;
  transition: color 150ms linear;
  font-weight: 500;
}

.category-list li a:focus-visible .lang {
  color: #e60012;
}

.footer {
  border-top: 1px solid #e6e6e6;
}

.footer .text-privacy {
  color: #767676;
  font-weight: 500;
  font-size: 11px;
  line-height: 17px;
  margin-bottom: 35px;
}

.footer .text-privacy a {
  text-decoration: underline;
}

.footer .text-privacy .bolder {
  font-weight: 700;
}

.footer .text-caution {
  color: #767676;
  font-weight: 500;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
}

footer {
  position: relative;
  z-index: 90;
  width: 100%;
}

footer .footer-inner {
  position: relative;
  height: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

footer .footer-body {
  position: relative;
}

footer .footer-body:before {
  content: "";
  display: block;
  border-radius: 2.5px;
  background-color: #e71810;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
}

footer .foot-link a {
  position: relative;
  display: inline-block;
  font-size: 0;
}

[data-device="desktop"] footer .foot-link a:hover {
  opacity: 0.8;
}

.foot-link1 {
  font-size: 0;
}

.foot-link2 {
  font-size: 0;
}

.foot-copy {
  font-size: 0;
}

@media screen and (min-width: 760px), print {
  .br-pc_tab {
    display: inline;
  }

  .is-show-sp {
    display: none;
  }

  .hide-pc_tab {
    display: none !important;
  }

  html {
    scroll-behavior: smooth;
  }

  .section-hero {
    padding-top: 95px;
    margin-bottom: 56px;
  }

  .section-hero-logo {
    margin: 0 auto 39px;
    width: 261px;
  }

  .category {
    margin-bottom: 80px;
  }

  .category-item {
    margin-bottom: 100px;
  }

  .category-item-header {
    border-top: 4px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 47px;
  }

  .category-item-header .icn-arrow {
    display: none;
  }

  .category-item-header-inner {
    position: relative;
    margin-top: -4px;
    font-size: 27px;
    line-height: 1.4;
  }

  .category-list-wp {
    width: 100%;
  }

  .category-list {
    grid-template-columns: 28% 28% 28.5%;
    row-gap: 32px;
  }

  .category-list li a {
    width: 100%;
  }

  .category-list li .name {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 5px;
  }

  .category-list li .lang {
    font-size: 14px;
    line-height: 19px;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  footer {
    margin-top: -0.83vw;
  }

  .footer-img {
    width: 46.88vw;
    margin: -1.94vw auto 0;
    transform: translateX(-1.04vw);
  }

  footer .footer-inner {
    width: 88.89vw;
  }

  footer .footer-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  footer .foot-link a {
    margin-right: 21px;
    padding: 26px 0;
    transition: opacity 0.15s ease-out;
  }

  .foot-link1 {
    width: 117px;
    height: 11px;
  }

  .foot-link2 {
    width: 94px;
    height: 11px;
  }

  .foot-copy {
    width: 60px;
    height: 8px;
  }
}

@media screen and (min-width: 980px), print {
  .br-pc {
    display: inline;
  }

  .hover:hover {
    opacity: 0.4;
  }

  .section-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1440px), print {
  footer {
    margin-top: -12px;
  }

  .footer-img {
    width: 675px;
    margin: -28px auto 0;
    transform: translateX(-15px);
  }
}

@media screen and (max-width: 979.98px) {
  .br-tab_sp {
    display: inline;
  }
}

@media screen and (max-width: 759.98px) {
  .br-sp {
    display: inline;
  }

  .hide-sp {
    display: none !important;
  }

  .section-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-hero {
    padding-top: 68px;
    height: 200px;
    margin-bottom: 32px;
  }

  .section-hero-logo {
    margin: 0 auto 24px;
    width: 186px;
  }

  .section-hero-title {
    font-size: 12px;
  }

  .rich-text {
    font-size: 14px;
    line-height: 22px;
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 36px;
  }

  .regionnav-wp {
    display: none;
  }

  .category {
    margin-bottom: 50px;
  }

  .category-item:last-child {
    border-bottom: 2px solid #e6e6e6;
  }

  .category-item-header {
    position: relative;
    border-top: 2px solid #e6e6e6;
    border-bottom: 1px solid transparent;
    margin-bottom: 0;
  }

  .is-active .category-item-header {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
  }

  .category-item-header .icn-arrow {
    position: relative;
    margin-right: 8px;
  }

  .category-item-header .icn-arrow:before {
    content: "";
    display: block;
    width: 12px;
    height: 7.71px;
    background-image: url("../img/icn-arrow-up.svg");
    background-size: contain;
    background-repeat: no-repeat;
    transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    opacity: 0;
  }

  .category-item-header .icn-arrow:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 7.71px;
    background-image: url("../img/icn-arrow-down.svg");
    background-size: contain;
    background-repeat: no-repeat;
    transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    opacity: 1;
  }

  .category-item-header-inner {
    padding: 35px 0 35px;
    font-size: 18px;
    line-height: 1.2;
    transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }

  .category-item-header-inner:before {
    top: -2px;
  }

  .category-item-header-inner:before {
    opacity: 0;
  }

  .is-active .category-item-header-inner:before {
    opacity: 1;
  }

  .category-list-wp {
    width: calc(100% + 48px);
    margin-left: -24px;
    display: grid;
    grid-template-rows: 0fr;
    transition: 250ms grid-template-rows ease;
  }

  .is-active .category-list-wp {
    grid-template-rows: 1fr;
  }

  .category-list-inner {
    padding-left: 24px;
    padding-right: 24px;
    overflow: hidden;
  }

  .category-list {
    grid-template-columns: 41.34vw 41.2vw;
    row-gap: 24px;
    column-gap: 24px;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .category-list li .name {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 5px;
  }

  .category-list li .lang {
    font-size: 13px;
    line-height: 18px;
  }

  .footer {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer .text-privacy {
    margin-bottom: 24px;
  }

  footer {
    padding-bottom: 4.8vw;
  }

  .footer-img {
    width: 67.87vw;
    margin: 2.94vw auto -1px;
    transform: translateX(-1.86vw);
  }

  footer .footer-inner {
    width: 89.07vw;
  }

  footer .footer-body:before {
    border-radius: 0.34vw;
    height: 0.67vw;
  }

  footer .foot-link {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  footer .foot-link a {
    margin: 0 2vw;
    padding: 5.87vw 0;
  }

  .foot-link1 {
    width: auto;
    height: 2.8vw;
  }

  .foot-link1 img {
    width: auto;
    height: 100%;
  }

  .foot-link2 {
    width: auto;
    height: 2.8vw;
  }

  .foot-link2 img {
    width: auto;
    height: 100%;
  }

  .foot-copy {
    width: 14.8vw;
    margin: 0 auto;
  }
}

@media screen and (max-width: 759px) {
  .is-hide-sp {
    display: none;
  }
}

@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .br-tab {
    display: inline;
  }

  .section-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html,
  body,
  button {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@media (hover: hover) and (pointer: fine) {
  .regionnav-link:hover {
    color: #e60012;
  }

  .category-list li a:hover {
    color: #e60012;
  }

  .category-list li a:hover .lang {
    color: #e60012;
  }

  .footer .text-privacy a:hover {
    color: #e60012;
  }
}