@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  border-top-width: 1px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  clear: both;
  color: inherit;
  height: 0; /* 1 */
  margin: 0;
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ---------------------------------------------------------
Qreset
--------------------------------------------------------- */
html {
  height: -webkit-fill-available;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

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

dt,
th {
  font-weight: inherit;
}

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

input[type=radio]:checked + label,
input[type=checkbox]:checked + label {
  background: red;
}

textarea {
  resize: vertical;
  vertical-align: bottom;
}

/* ---------------------------------------------------------
basefont
--------------------------------------------------------- */
html {
  font-size: 625%;
}
@media (min-width: 751px) and (max-width: 1440px) {
  html {
    font-size: 6.9444444444vw;
  }
}
@media (max-width: 750px) {
  html {
    font-size: 13.3333333333vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.26rem;
  font-weight: 400;
  hanging-punctuation: first allow-end last;
  line-height: 1.6;
  overflow-wrap: break-word;
  word-break: break-word;
}

/* ---------------------------------------------------------
common
--------------------------------------------------------- */
body.en-US footer .company_iconul .footer_iconli.footer_iconli--switch, body.id-ID footer .company_iconul .footer_iconli.footer_iconli--switch, body.zh-TW footer .company_iconul .footer_iconli.footer_iconli--switch, body.th footer .company_iconul .footer_iconli.footer_iconli--switch {
  display: none;
}

br.pc {
  display: block;
}
@media (max-width: 750px) {
  br.pc {
    display: none;
  }
}

br.sp {
  display: none;
}
@media (max-width: 750px) {
  br.sp {
    display: block;
  }
}

.wrapper {
  position: relative;
  overflow: hidden;
}
.wrapper.fixed-hide .header_logo {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media (max-width: 750px) {
  .wrapper.fixed-hide .header_logo {
    -webkit-transform: none;
            transform: none;
  }
}
.wrapper.fixed-hide .nav_global {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media (max-width: 750px) {
  .wrapper.fixed-hide .nav_global {
    -webkit-transform: translateX(7.5rem);
            transform: translateX(7.5rem);
  }
}
@media (max-width: 750px) {
  .wrapper.fixed-hide .nav_global.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.wrapper article {
  position: relative;
}

.tc {
  text-align: center;
}

html {
  margin-top: 0 !important;
}

/* ---------------------------------------------------------
header
--------------------------------------------------------- */
header {
  position: relative;
}
header .header_logo {
  position: fixed;
  left: 0.4rem;
  width: 3rem;
  z-index: 15;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 750px) {
  header .header_logo {
    width: 3.31rem;
    left: 0.1rem;
    top: 0.2rem;
  }
}

/* ナビオープン時bodyのスクロールを防ぐ */
.noscroll {
  overflow: hidden;
}

section {
  width: 14.4rem;
  margin: 0 auto;
  font-weight: 500;
}
section.footerlink {
  margin: 0 auto;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  section {
    width: 7.5rem;
  }
}

.sec_h2 {
  display: block;
  font-size: 0.4rem;
  font-weight: 800;
  color: #fff;
  clip-path: polygon(0 0%, 100% 0, 93% 100%, 0% 100%);
  background: rgb(255, 89, 24);
  background: url(../img/h2_bg.png), linear-gradient(97deg, #ff5918 0%, #fa7923 100%, black 100%, #fb7823 100%, black 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom left 0.3rem, center, center;
  padding: 0 0.8rem 0 1rem;
  font-weight: 900;
  margin-bottom: 0.4rem;
  display: inline-block;
}
@media (max-width: 750px) {
  .sec_h2 {
    padding: 0 0.6rem 0 0.3rem;
  }
}
.sec_h2 span {
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  display: block;
}

.sec_txt {
  width: 12.4rem;
  margin: 0 auto 0.4rem;
  font-size: 0.22rem;
}
@media (max-width: 750px) {
  .sec_txt {
    width: 7.1rem;
    margin: 0 auto 0.5rem;
    line-height: 1.8;
  }
}

.sec_img {
  width: 6rem;
  margin: 0 auto;
}
.sec_img img {
  border-left: solid #fb7823 0.08rem;
  border-top: solid #fb7823 0.08rem;
  border-right: solid #8346e5 0.08rem;
  border-bottom: solid #8346e5 0.08rem;
  margin-bottom: 0.2rem;
}

.sec_imgtxt {
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  font-size: 0.22rem;
}
.sec_imgtxt.end {
  margin-bottom: 1.5rem;
}
@media (max-width: 750px) {
  .sec_imgtxt {
    margin: 0 auto 0.6rem;
  }
}

.sec_imgul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.4rem;
  width: 12.4rem;
  margin: 0 auto 1.7rem;
}
@media (max-width: 750px) {
  .sec_imgul {
    width: 7.5rem;
    display: block;
    margin: 0 auto 1rem;
  }
}
.sec_imgul .sec_imgli {
  width: 6rem;
}
@media (max-width: 750px) {
  .sec_imgul .sec_imgli {
    margin: 0 auto;
  }
}
.sec_imgul .sec_imgli img {
  border-left: solid #fb7823 0.08rem;
  border-top: solid #fb7823 0.08rem;
  border-right: solid #8346e5 0.08rem;
  border-bottom: solid #8346e5 0.08rem;
  margin-bottom: 0.2rem;
}

/* ---------------------------------------------------------
toggle
--------------------------------------------------------- */
.toggle {
  position: fixed;
  top: 0.2rem;
  right: 0.2rem;
  z-index: 9999;
  width: 0.88rem;
  height: 0.88rem;
  display: none;
  background: url("../img/sp_menubg.png") no-repeat center/contain;
}
@media (max-width: 750px) {
  .toggle {
    display: block;
    top: 0.25rem;
    right: 0.25rem;
  }
}
.toggle span {
  position: absolute;
  top: 0rem;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0.5rem;
  height: 0.02rem;
  margin: auto;
  background: #fff;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}
.toggle span:nth-child(1) {
  -webkit-transform: translateY(-0.15rem);
          transform: translateY(-0.15rem);
}
.toggle span:nth-child(3) {
  -webkit-transform: translateY(0.15rem);
          transform: translateY(0.15rem);
}
.toggle.close span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.toggle.close span:nth-child(2) {
  opacity: 0;
}
.toggle.close span:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav_global {
  font-size: 0.18rem;
  font-weight: 800;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 0.8rem;
  position: fixed;
  top: 0;
  z-index: 10;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 750px) {
  .nav_global {
    background: none;
    font-size: 0.26rem;
    color: #fff;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    -webkit-transform: translateX(7.5rem);
            transform: translateX(7.5rem);
  }
  .nav_global.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    height: 100vh;
    background: -webkit-gradient(linear, left top, left bottom, from(#af40f5), color-stop(15%, #b545e3), color-stop(32%, #be4bca), color-stop(84%, #e1656b), to(#ea6c52)), -webkit-gradient(linear, left top, left bottom, from(#f7752d), color-stop(15%, #f1703f), color-stop(32%, #e86a58), color-stop(84%, #c550b7), to(#bc49d0));
    background: linear-gradient(to bottom, #af40f5 0%, #b545e3 15%, #be4bca 32%, #e1656b 84%, #ea6c52 100%), linear-gradient(to bottom, #f7752d 0%, #f1703f 15%, #e86a58 32%, #c550b7 84%, #bc49d0 100%);
    background-position: left top, right top;
    background-size: 0.6rem 100vh, 0.6rem 100vh;
    background-repeat: repeat-y, repeat-y;
    z-index: 10;
  }
  .nav_global.open .nav_ul .nav_li .nav_subul {
    position: static;
    visibility: visible;
    opacity: 1;
    height: auto;
    margin: 0.11rem auto 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.11rem;
  }
}
.nav_global .nav_ul {
  display: grid;
  place-items: center;
  margin: 0 0.1rem 0 auto;
  width: 11rem;
  grid-auto-rows: 1fr;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  height: 100%;
}
@media (max-width: 750px) {
  .nav_global .nav_ul {
    display: block;
    width: 6.3rem;
    height: 100vh;
    background: #000;
    margin: 0 auto;
    padding: 0;
    overflow: auto;
    position: relative;
    padding: 2.4rem 0 1rem;
  }
}
.nav_global .nav_ul .nav_li {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 750px) {
  .nav_global .nav_ul .nav_li {
    background: #fff;
    background: -webkit-linear-gradient(45deg, transparent 0.1rem, #fff 0.1rem), -webkit-linear-gradient(135deg, transparent 0.1rem, #fff 0.1rem), -webkit-linear-gradient(225deg, transparent 0.1rem, #fff 0.1rem), -webkit-linear-gradient(315deg, transparent 0.1rem, #fff 0.1rem);
    background-position: bottom left, bottom right, top right, top left;
    background-size: 51% 51%;
    background-repeat: no-repeat;
    width: 3.02rem;
    height: auto;
    margin: 0 auto 0.3rem;
    padding: 0.11rem;
    color: #000;
    display: block;
  }
}
.nav_global .nav_ul .nav_li.nav_li--child::after {
  content: "";
  color: #fff;
  line-height: 1;
  width: 0.1rem;
  height: 0.1rem;
  border: 0.03rem solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  top: 0;
  right: 0.1rem;
  -webkit-animation: menuarrow 0.5s infinite alternate ease-in-out;
          animation: menuarrow 0.5s infinite alternate ease-in-out;
  margin: auto 0;
  bottom: 0;
}
@media (max-width: 750px) {
  .nav_global .nav_ul .nav_li.nav_li--child::after {
    bottom: auto;
    top: 0.3rem;
    width: 0.2rem;
    height: 0.2rem;
    right: 0.15rem;
  }
}
.nav_global .nav_ul .nav_li.nav_li--child:hover .nav_subul {
  visibility: visible;
  opacity: 1;
}
.nav_global .nav_ul .nav_li.nav_li--child:hover::after {
  color: #fff;
}
.nav_global .nav_ul .nav_li.current {
  background-color: #fb7823;
  color: #fff;
}
@media (max-width: 750px) {
  .nav_global .nav_ul .nav_li.current {
    background-color: transparent;
  }
  .nav_global .nav_ul .nav_li.current a {
    color: #000;
  }
  .nav_global .nav_ul .nav_li.current a::before {
    background: #fb7823;
    border: none;
  }
}
.nav_global .nav_ul .nav_li.current::after {
  color: #fff;
}
.nav_global .nav_ul .nav_li.current .nav_subli a {
  color: #000;
}
@media (max-width: 750px) {
  .nav_global .nav_ul .nav_li.current .nav_subli a {
    color: #fff;
  }
}
.nav_global .nav_ul .nav_li.current .nav_subli a::before {
  background: #fff;
  border: 0.01rem solid #000;
}
@media (min-width: 751px) {
  .nav_global .nav_ul .nav_li.current .nav_subli a:hover {
    color: #fff;
  }
}
.nav_global .nav_ul .nav_li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 0.48rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: -0.5px;
}
@media (max-width: 750px) {
  .nav_global .nav_ul .nav_li a {
    font-weight: 900;
    width: 100%;
    line-height: 1.4;
  }
  .nav_global .nav_ul .nav_li a:hover::before {
    background: #fb7823;
    border: none;
  }
}
@media (min-width: 751px) {
  .nav_global .nav_ul .nav_li:hover:not(.support) {
    background: #fb7823;
    color: #fff;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
.nav_global .nav_ul .nav_li .nav_subul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 3rem;
  background: #fff;
  color: #000;
  top: 0.8rem;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.nav_global .nav_ul .nav_li .nav_subul .nav_subli {
  display: block;
  height: 0.7rem;
  width: 3rem;
  color: #000;
}
@media (max-width: 750px) {
  .nav_global .nav_ul .nav_li .nav_subul .nav_subli {
    background: #6c6c6c;
    background: -webkit-linear-gradient(45deg, transparent 0.1rem, #6c6c6c 0.1rem), -webkit-linear-gradient(135deg, transparent 0.1rem, #6c6c6c 0.1rem), -webkit-linear-gradient(225deg, transparent 0.1rem, #6c6c6c 0.1rem), -webkit-linear-gradient(315deg, transparent 0.1rem, #6c6c6c 0.1rem);
    background-position: bottom left, bottom right, top right, top left;
    background-size: 51% 51%;
    background-repeat: no-repeat;
    width: 100%;
    color: #fff;
  }
}
@media (min-width: 751px) {
  .nav_global .nav_ul .nav_li .nav_subul .nav_subli:hover {
    background: #fb7823;
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
.nav_global .nav_ul .nav_li .nav_subul .nav_subli a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.4;
  width: 100%;
  height: 100%;
}
@media (max-width: 750px) {
  .nav_global .nav_ul .nav_li .nav_subul .nav_subli a {
    font-size: 0.22rem;
  }
}
.nav_global .nav_ul .nav_li .nav_subul .nav_subli.current {
  background-color: #fb7823;
}
@media (max-width: 750px) {
  .nav_global .nav_ul .nav_li .nav_subul .nav_subli.current {
    background: -webkit-linear-gradient(45deg, transparent 0.1rem, #fb7823 0.1rem), -webkit-linear-gradient(135deg, transparent 0.1rem, #fb7823 0.1rem), -webkit-linear-gradient(225deg, transparent 0.1rem, #fb7823 0.1rem), -webkit-linear-gradient(315deg, transparent 0.1rem, #fb7823 0.1rem);
    background-position: bottom left, bottom right, top right, top left;
    background-size: 51% 51%;
    background-repeat: no-repeat;
  }
}
.nav_global .nav_ul .nav_li .nav_subul .nav_subli.current a {
  color: #fff;
}
@media (max-width: 750px) {
  .nav_global .nav_ul .nav_li.support {
    background: #fff !important;
    border-radius: 0.15rem;
  }
}
.nav_global .nav_ul .nav_li.support a {
  background-color: #fff;
  color: #fb7823;
  width: 90%;
  margin: auto;
  height: 0.6rem;
  border-radius: 0.1rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 0.06rem;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  position: relative;
}
@media (max-width: 750px) {
  .nav_global .nav_ul .nav_li.support a {
    width: 100%;
    height: auto;
    line-height: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.nav_global .nav_ul .nav_li.support a::before {
  content: "?";
  position: absolute;
  top: 0.08rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 0.18rem;
  height: 0.18rem;
  background-color: #fb7823;
  color: #fff;
  font-size: 0.14rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}
@media (max-width: 750px) {
  .nav_global .nav_ul .nav_li.support a::before {
    width: 0.25rem;
    height: 0.25rem;
    font-size: 0.2rem;
    position: relative;
    margin: 0 0.06rem 0 0;
    top: 0.02rem;
  }
}
.nav_global .nav_ul .nav_li.support a:hover {
  background-color: #fb7823;
  color: #fff;
}
.nav_global .nav_ul .nav_li.support a:hover::before {
  background-color: #fff;
  color: #fb7823;
}
.nav_global .nav_ul .nav_lanli {
  line-height: 1;
  position: relative;
  display: table;
  height: 100%;
  font-weight: 600;
  letter-spacing: -0.5px;
}
@media (max-width: 750px) {
  .nav_global .nav_ul .nav_lanli {
    color: #fff;
    width: 2rem;
    height: 0.88rem;
    position: absolute;
    top: 0.26rem;
    right: 0.5rem;
    z-index: 20;
  }
}
.nav_global .nav_ul .nav_lanli a {
  display: block;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}
@media (max-width: 750px) {
  .nav_global .nav_ul .nav_lanli a {
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent;
  }
}
.nav_global .nav_ul .nav_lanli span {
  display: block;
  text-align: center;
}
.nav_global .nav_ul .nav_lanli span.nav_lanli--top {
  margin-bottom: 0.2rem;
  position: relative;
}
.nav_global .nav_ul .nav_lanli span.nav_lanli--top::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 0.08rem 0 0.08rem 0.08rem;
  border-color: transparent transparent transparent #fb7823;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.23rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background: none;
}
@media (max-width: 750px) {
  .nav_global .nav_ul .nav_lanli span.nav_lanli--top::after {
    top: 0.3rem;
  }
}
.nav_global .nav_ul .nav_lanli.active .bogo-language-switcher {
  visibility: visible;
  opacity: 1;
}
.nav_global .nav_ul .nav_lanli .bogo-language-switcher {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 3rem;
  background: #fff;
  color: #000;
  top: 0.8rem;
  right: 0;
  line-height: 0.8rem;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 750px) {
  .nav_global .nav_ul .nav_lanli .bogo-language-switcher {
    top: 0.88rem;
    border-left: 0.01rem solid #000;
    border-right: 0.01rem solid #000;
    border-top: 0.01rem solid #000;
    z-index: 21;
  }
}
.nav_global .nav_ul .nav_lanli .bogo-language-switcher li a {
  display: block;
}
.nav_global .nav_ul .nav_lanli .bogo-language-switcher li a:hover {
  background: #fb7823;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.nav_global .nav_ul .nav_lanli .bogo-language-switcher li span {
  color: #ccc;
}
.nav_global .nav_ul .nav_lanli .bogo-language-switcher li span a {
  color: #000;
}
.nav_global .nav_ul .nav_lanli .bogo-language-switcher li.current {
  background-color: #fb7823;
}
.nav_global .nav_ul .nav_lanli .bogo-language-switcher li.current span a {
  color: #fff;
}
@media (max-width: 750px) {
  .nav_global .nav_ul .nav_lanli .bogo-language-switcher li {
    border-bottom: 0.01rem solid #000;
  }
}

@-webkit-keyframes menuarrow {
  from {
    -webkit-transform: translateY(-0.03rem) rotate(135deg);
            transform: translateY(-0.03rem) rotate(135deg);
  }
  to {
    -webkit-transform: translateY(0.03rem) rotate(135deg);
            transform: translateY(0.03rem) rotate(135deg);
  }
}

@keyframes menuarrow {
  from {
    -webkit-transform: translateY(-0.03rem) rotate(135deg);
            transform: translateY(-0.03rem) rotate(135deg);
  }
  to {
    -webkit-transform: translateY(0.03rem) rotate(135deg);
            transform: translateY(0.03rem) rotate(135deg);
  }
}
@-webkit-keyframes spmenuarrow {
  from {
    -webkit-transform: translateY(-0.03rem) rotate(135deg);
            transform: translateY(-0.03rem) rotate(135deg);
  }
  to {
    -webkit-transform: translateY(0.03rem) rotate(135deg);
            transform: translateY(0.03rem) rotate(135deg);
  }
}
@keyframes spmenuarrow {
  from {
    -webkit-transform: translateY(-0.03rem) rotate(135deg);
            transform: translateY(-0.03rem) rotate(135deg);
  }
  to {
    -webkit-transform: translateY(0.03rem) rotate(135deg);
            transform: translateY(0.03rem) rotate(135deg);
  }
}
@-webkit-keyframes page_top {
  from {
    -webkit-transform: translateY(-0.03rem);
            transform: translateY(-0.03rem);
  }
  to {
    -webkit-transform: translateY(0.03rem);
            transform: translateY(0.03rem);
  }
}
@keyframes page_top {
  from {
    -webkit-transform: translateY(-0.03rem);
            transform: translateY(-0.03rem);
  }
  to {
    -webkit-transform: translateY(0.03rem);
            transform: translateY(0.03rem);
  }
}
.bogo-language-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bogo-language-switcher .ja {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.bogo-language-switcher .en-US {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.bogo-language-switcher .id {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.bogo-language-switcher .th {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.bogo-language-switcher .zh-TW {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.page_top {
  width: 1.21rem;
  display: block;
  position: fixed;
  right: 0.4rem;
  bottom: 0;
}
@media (max-width: 750px) {
  .page_top {
    right: 0.2rem;
  }
}
.page_top a {
  display: block;
  position: relative;
  padding-top: 0.4rem;
}
.page_top a::before {
  content: "";
  display: inline-block;
  width: 0.3rem;
  height: 0.18rem;
  background-image: url("../img/page_topar01.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0.15rem;
  -webkit-animation: page_top 1s infinite alternate ease-in-out;
          animation: page_top 1s infinite alternate ease-in-out;
}
.page_top a span::before {
  content: "";
  display: inline-block;
  width: 0.3rem;
  height: 0.18rem;
  background-image: url("../img/page_topar02.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  -webkit-animation: page_top 1s 0.2s infinite alternate ease-in-out;
          animation: page_top 1s 0.2s infinite alternate ease-in-out;
}

.footerlink {
  width: 100%;
}
.footerlink .footerlink_ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 750px) {
  .footerlink .footerlink_ul {
    display: block;
  }
}
.footerlink .footerlink_ul .footerlink_li {
  background: #fb7823;
  height: 0.8rem;
  text-align: center;
  color: #fff;
}
@media (max-width: 750px) {
  .footerlink .footerlink_ul .footerlink_li {
    border-bottom: 0.02rem solid #000 !important;
  }
}
.footerlink .footerlink_ul .footerlink_li:first-child {
  border-right: 0.02rem solid #000;
}
@media (max-width: 750px) {
  .footerlink .footerlink_ul .footerlink_li:first-child {
    border: none;
  }
}
.footerlink .footerlink_ul .footerlink_li:nth-child(2) {
  border-left: 0.02rem solid #000;
}
@media (max-width: 750px) {
  .footerlink .footerlink_ul .footerlink_li:nth-child(2) {
    border: none;
  }
}
.footerlink .footerlink_ul .footerlink_li:hover {
  background: #000;
  cursor: pointer;
}
.footerlink .footerlink_ul .footerlink_li a {
  display: block;
  line-height: 0.8rem;
  font-size: 0.22rem;
  position: relative;
}
.footerlink .footerlink_ul .footerlink_li a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 0.1rem solid transparent;
  border-left: 0.1rem solid #fff;
  margin: 0 0 0 0.1rem;
  position: absolute;
  margin: auto 0.1rem;
  top: 0;
  bottom: 0;
}

/* ---------------------------------------------------------
footer
--------------------------------------------------------- */
footer {
  background: #000;
  padding: 0.7rem 0;
  font-size: 0.18rem;
  color: #fff;
  font-weight: normal;
  text-align: center;
  letter-spacing: -0.01rem;
  position: relative;
}
@media (max-width: 750px) {
  footer {
    font-size: 0.14rem;
  }
}
footer .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.1rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
footer .rating img {
  width: 0.8rem;
}
footer .footer_iconul {
  display: grid;
  grid-template-columns: 2.86rem 1.55rem 1.04rem 1.52rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 9rem;
  margin: 0 auto;
  padding: 0 0.5rem;
}
@media (max-width: 750px) {
  footer .footer_iconul {
    width: 7.5rem;
    display: block;
    margin: 0 auto 0.4rem;
  }
}
footer .footer_txt {
  margin-bottom: 0.2rem;
}
footer .footer_noteul {
  margin-bottom: 0.2rem;
}
footer .footer_noteul .footer_noteli::before {
  content: "※";
}

/* レイアウトのコンテナ */
.footer_container {
  width: 12.4rem;
  margin: 0 auto;
  display: grid;
  /* 横幅を 1:2 (C:D) に設定（ここで比率を変えられます） */
  grid-template-columns: 4rem 1fr;
  grid-template-rows: auto auto auto;
  grid-template-areas: "areaA areaA" "areaB areaB" "areaC areaD";
  gap: 0 0.5rem;
}
@media (max-width: 750px) {
  .footer_container {
    width: 100%;
    grid-template-columns: 3.2rem 1fr;
    gap: 0;
  }
}

/* エリアの割り当て */
.sns {
  grid-area: areaA;
  margin-bottom: 0.8rem;
}
.sns .sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.34rem;
}
@media (max-width: 750px) {
  .sns .sns_list {
    gap: 0.4rem;
  }
}
.sns .sns_list li a {
  display: block;
  width: 0.64rem;
}
@media (max-width: 750px) {
  .sns .sns_list li a {
    width: 0.75rem;
  }
}

.links {
  grid-area: areaB;
  font-size: 0.2rem;
  font-weight: 900;
  margin-bottom: 1.2rem;
  padding: 0 1rem;
}
@media (max-width: 750px) {
  .links {
    padding: 0 0.5rem;
  }
}
.links .footerlink_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem 0.9rem;
}
@media (max-width: 750px) {
  .links .footerlink_ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.links .footerlink_ul li {
  position: relative;
  padding-right: 0.33rem;
}
.links .footerlink_ul li a {
  border-bottom: 1px solid #fff;
  padding-bottom: 0.04rem;
}
.links .footerlink_ul li a:hover {
  border-bottom: 0px solid #fff;
}
.links .footerlink_ul li::after {
  position: absolute;
  right: 0;
  bottom: 0.16em;
  margin: auto 0;
  content: "";
  background: url("../img/link_arrow.svg") no-repeat center center/contain;
  width: 0.23rem;
  height: 0.23rem;
}

.company {
  grid-area: areaC;
  padding: 0 0.3rem;
}
.company .company_iconul {
  gap: 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 750px) {
  .company .company_iconul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.45rem;
  }
}
.company .company_iconul .footer_iconli.footer_iconli--company {
  width: 2.9rem;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .company .company_iconul .footer_iconli.footer_iconli--company {
    width: 2.5rem;
  }
}
.company .company_iconul .footer_iconli.footer_iconli--tencent {
  width: 1.6rem;
}
@media (max-width: 750px) {
  .company .company_iconul .footer_iconli.footer_iconli--tencent {
    width: 1.83rem;
  }
}
.company .company_iconul .footer_iconli.footer_iconli--timi {
  width: 1.04rem;
}
@media (max-width: 750px) {
  .company .company_iconul .footer_iconli.footer_iconli--timi {
    width: 1.19rem;
  }
}
.company .company_iconul .footer_iconli.footer_iconli--switch {
  width: 1.52rem;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .company .company_iconul .footer_iconli.footer_iconli--switch {
    width: 1.73rem;
  }
}

.copyright {
  grid-area: areaD;
  text-align: left;
  font-size: 0.18rem;
}
@media (max-width: 750px) {
  .copyright {
    font-size: 0.14rem;
    padding-right: 0.2rem;
  }
}

.link_ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1.45rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.18rem;
  background: #333;
  background: -webkit-linear-gradient(45deg, transparent 0.08rem, #333 0.08rem), -webkit-linear-gradient(135deg, transparent 0.08rem, #333 0.08rem), -webkit-linear-gradient(225deg, transparent 0.08rem, #333 0.08rem), -webkit-linear-gradient(315deg, transparent 0.08rem, #333 0.08rem);
  background-position: bottom left, bottom right, top right, top left;
  background-size: 51% 51%;
  background-repeat: no-repeat;
  padding: 0.17rem;
}
@media (max-width: 750px) {
  .link_ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 4.86rem;
  }
}
.link_ul .link_li {
  white-space: nowrap;
  padding: 0.05rem 1em;
  height: auto;
  line-height: 1.3;
  font-size: 0.22rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #6c6c6c;
  background: -webkit-linear-gradient(45deg, transparent 0.06rem, #6c6c6c 0.06rem), -webkit-linear-gradient(135deg, transparent 0.06rem, #6c6c6c 0.06rem), -webkit-linear-gradient(225deg, transparent 0.06rem, #6c6c6c 0.06rem), -webkit-linear-gradient(315deg, transparent 0.06rem, #6c6c6c 0.06rem);
  background-position: bottom left, bottom right, top right, top left;
  background-size: 51% 51%;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  .link_ul .link_li {
    width: 100%;
    height: 0.7rem;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    font-size: 0.28rem;
  }
}
.link_ul .link_li:hover, .link_ul .link_li.n_active {
  background: #8246e2;
  background: -webkit-linear-gradient(45deg, transparent 0.06rem, #8246e2 0.06rem), -webkit-linear-gradient(135deg, transparent 0.06rem, #8246e2 0.06rem), -webkit-linear-gradient(225deg, transparent 0.06rem, #8246e2 0.06rem), -webkit-linear-gradient(315deg, transparent 0.06rem, #8246e2 0.06rem);
  background-position: bottom left, bottom right, top right, top left;
  background-size: 51% 51%;
  background-repeat: no-repeat;
}