@charset "UTF-8";
/* ==========================================================
  フォント
========================================================== */
/* ===================================================================
CSS information
 file name  :shared.css
 style info :共通のスタイル
=================================================================== */
/* ==========================================================
  BASE
========================================================== */
body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #fff;
  background: #000;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 751px) {
  body {
    font-size: 16px;
    min-width: 1300px;
  }
}
@media screen and (max-height: 800px) and (min-width: 751px) {
  body {
    min-width: 1260px;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 3.4vw;
  }
}
:lang(ja) body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}
:lang(en) body {
  font-family: "Noto Sans", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}
body:focus {
  outline: none;
}
body #wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 751px) {
  body #wrap {
    min-width: 1300px;
  }
}
@media screen and (max-height: 800px) and (min-width: 751px) {
  body #wrap {
    min-width: 1260px;
  }
}

/* ==========================================================
  LINK
========================================================== */
a,
a:visited,
a:hover {
  text-decoration: none;
}

/* ==========================================================
  NEW
========================================================== */
.new {
  position: relative;
}
.new:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background: url(../img/shared/icn_new.png) no-repeat 0 0/100%;
  pointer-events: none;
}
@media screen and (min-width: 751px) {
  .new:before {
    top: 14px;
    right: 14px;
    width: 105px;
    height: 39px;
  }
}
@media screen and (max-width: 750px) {
  .new:before {
    top: 2vw;
    right: 2vw;
    width: 14vw;
    height: 5.2vw;
  }
}

/* ==========================================================
  HEADER
========================================================== */
header {
  width: 100%;
  background: #000;
  text-align: left;
  position: relative;
  z-index: 9999;
}
header.show {
  -webkit-animation: fade 0.4s 1s 1 forwards;
          animation: fade 0.4s 1s 1 forwards;
}
header .inner {
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 751px) {
  header .inner {
    width: 1260px;
    height: 46px;
  }
}
@media screen and (max-height: 800px) and (min-width: 751px) {
  header .inner {
    width: 1200px;
  }
}
@media screen and (max-width: 750px) {
  header .inner {
    height: 12vw;
    padding: 0 3vw;
  }
}
@media screen and (min-width: 751px) {
  header .inner .logo {
    width: 170px;
  }
}
@media screen and (max-width: 750px) {
  header .inner .logo {
    width: 36vw;
  }
}
header .inner .logo img {
  vertical-align: baseline;
}
header .inner .rBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .inner .rBox .x,
header .inner .rBox .fb {
  border-right: solid 1px #565454;
  padding-right: 1em;
  margin-right: 1em;
}
@media screen and (min-width: 751px) {
  header .inner .rBox .x img,
  header .inner .rBox .fb img {
    width: auto;
    height: 22px;
    vertical-align: sub;
  }
}
@media screen and (max-width: 750px) {
  header .inner .rBox .x img,
  header .inner .rBox .fb img {
    width: auto;
    height: 5vw;
    vertical-align: bottom;
  }
}
header .inner .rBox .series {
  border-right: solid 1px #565454;
  padding-right: 1em;
  margin-right: 1em;
}
@media screen and (min-width: 751px) {
  header .inner .rBox .series {
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  header .inner .rBox .series {
    display: none;
  }
}
header .inner .rBox .series a {
  color: #fff;
}
header .inner .rBox .langBox {
  position: relative;
  color: #fff;
  text-align: right;
}
@media screen and (min-width: 751px) {
  header .inner .rBox .langBox {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  header .inner .rBox .langBox {
    font-size: 3.4vw;
  }
}
header .inner .rBox .langBox p {
  cursor: pointer;
  background-image: url(../img/shared/icn_language.svg);
  background-repeat: no-repeat;
}
@media screen and (min-width: 751px) {
  header .inner .rBox .langBox p {
    background-size: 20px;
    background-position: top 2px left;
    padding-left: 26px;
  }
}
@media screen and (max-width: 750px) {
  header .inner .rBox .langBox p {
    background-size: 4vw;
    background-position: top 0.8vw left;
    padding-left: 5.6vw;
  }
}
header .inner .rBox .langBox ul {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 9999;
}
@media screen and (min-width: 751px) {
  header .inner .rBox .langBox ul {
    width: 80px;
    top: 34px;
    right: -10px;
  }
}
@media screen and (max-width: 750px) {
  header .inner .rBox .langBox ul {
    width: 19vw;
    top: 8vw;
    right: -3vw;
  }
}
header .inner .rBox .langBox ul li a {
  display: block;
  color: #fff;
  background: #000;
  text-align: right;
  text-decoration: none;
}
@media screen and (min-width: 751px) {
  header .inner .rBox .langBox ul li a {
    padding: 14px 12px 18px;
  }
}
@media screen and (max-width: 750px) {
  header .inner .rBox .langBox ul li a {
    padding: 2.6vw 3.2vw 3.4vw;
  }
}
header .inner .rBox .langBox ul li a:hover {
  background: #4b4e56;
  color: #fff;
}

.line {
  background: url(../img/shared/bg_line_rep.png) repeat-x 0 0;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 751px) {
  .line {
    height: 13px;
  }
}
@media screen and (max-width: 750px) {
  .line {
    background-size: auto 100%;
    height: 3vw;
  }
}

/* ==========================================================
    FOOTER
  ========================================================== */
footer {
  width: 100%;
  position: relative;
}
footer .innerB {
  background: #212121;
}
@media screen and (min-width: 751px) {
  footer .innerB {
    padding: 40px 0;
  }
}
@media screen and (max-width: 750px) {
  footer .innerB {
    padding-bottom: 4vw;
  }
}
footer .innerB .inner {
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  footer .innerB .inner {
    width: 80%;
  }
}
@media screen and (min-width: 751px) {
  footer .innerB .inner .productBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 750px) {
  footer .innerB .inner .productBox {
    padding: 6vw 0;
  }
}
footer .innerB .inner .productBox table {
  line-height: 1.9;
  border-collapse: collapse;
  text-align: left;
}
@media screen and (min-width: 751px) {
  footer .innerB .inner .productBox table {
    display: inline-block;
    margin: 0 20px;
  }
}
@media screen and (min-width: 751px) {
  footer .innerB .inner .productBox table tbody {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  footer .innerB .inner .productBox table tbody {
    font-size: 3vw;
  }
}
footer .innerB .inner .productBox table tbody tr th {
  white-space: nowrap;
  vertical-align: top;
  border-collapse: collapse;
}
@media screen and (max-width: 750px) {
  footer .innerB .inner .productBox table tbody tr th {
    padding: 1vw 0;
    width: 6.6em;
  }
}
@media screen and (max-width: 750px) {
  footer .innerB .inner .productBox table tbody tr th:lang(en) {
    width: 10em;
  }
}
footer .innerB .inner .productBox table tbody tr td {
  vertical-align: top;
  border-collapse: collapse;
  text-indent: -0.5em;
}
@media screen and (max-width: 750px) {
  footer .innerB .inner .productBox table tbody tr td {
    padding: 1vw 2vw 1vw 4vw;
  }
}
footer .innerB .inner .productBox table tbody tr td:before {
  content: "：";
  position: relative;
  left: -0.4em;
  top: 0;
}
@media screen and (min-width: 751px) {
  footer .innerB .inner .productBox table.lBox th {
    width: 8em;
  }
}
@media screen and (min-width: 751px) {
  footer .innerB .inner .productBox table.lBox th:lang(en) {
    width: 11.5em;
  }
}
@media screen and (min-width: 751px) {
  footer .innerB .inner .productBox table.rBox th {
    width: 6em;
  }
}
@media screen and (min-width: 751px) {
  footer .innerB .inner .productBox table.rBox th:lang(en) {
    width: 10.5em;
  }
}
@media screen and (min-width: 751px) {
  footer .innerB .inner .bnrBox {
    margin: 40px 0;
  }
}
@media screen and (max-width: 750px) {
  footer .innerB .inner .bnrBox {
    margin: 4vw 0 10vw;
  }
}
footer .innerB .inner .bnrBox .bnr {
  border-radius: 8px;
  border: 1px solid #4d4d4d;
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  footer .innerB .inner .bnrBox .bnr {
    width: 600px;
    margin: 0 auto 26px;
  }
}
@media screen and (max-width: 750px) {
  footer .innerB .inner .bnrBox .bnr {
    margin-bottom: 4vw;
  }
}
footer .innerB .inner .bnrBox .bnr img {
  width: 100%;
}
@media screen and (min-width: 751px) {
  footer .innerB .inner .bnrBox .in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 26px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 751px) {
  footer .innerB .inner .bnrBox .in .bnr {
    margin: 0;
  }
}
footer .innerB .inner .bnrBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  footer .innerB .inner .bnrBox ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 26px;
    width: 506px;
  }
}
@media screen and (max-width: 750px) {
  footer .innerB .inner .bnrBox ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4vw 0;
  }
}
footer .innerB .inner .bnrBox ul li {
  border-radius: 8px;
  border: 1px solid #4d4d4d;
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  footer .innerB .inner .bnrBox ul li {
    width: 240px;
  }
}
footer .innerB .inner .bnrBox ul li img {
  width: 100%;
}
@media screen and (min-width: 751px) {
  footer .innerB .inner .link {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 750px) {
  footer .innerB .inner .link {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 751px) {
  footer .innerB .inner .link li.l5 {
    width: 100px;
    margin: 0 auto 8px;
  }
}
@media screen and (max-width: 750px) {
  footer .innerB .inner .link li.l5 {
    width: 30%;
    margin: 0 auto 2vw;
  }
}
@media screen and (min-width: 751px) {
  footer .innerB .inner .link li.txtLink {
    display: inline-block;
    width: 310px;
    margin: 0 8px;
  }
}
@media screen and (max-width: 750px) {
  footer .innerB .inner .link li.txtLink {
    margin-bottom: 3vw;
  }
}
footer .innerB .inner .link li.txtLink a {
  color: #fff;
  display: block;
  border: solid 1px #4d4d4d;
  text-align: center;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
@media screen and (min-width: 751px) {
  footer .innerB .inner .link li.txtLink a {
    font-size: 14px;
    padding: 10px 0 12px;
  }
}
@media screen and (max-width: 750px) {
  footer .innerB .inner .link li.txtLink a {
    background: url(../img/shared/bg_arrow_right.png) no-repeat left 3vw center/4vw;
    padding: 2vw 0;
  }
}
@media screen and (min-width: 751px) {
  footer .innerB .inner .link li.txtLink a span {
    background: url(../img/shared/bg_arrow_right.png) no-repeat left center;
    padding-left: 24px;
  }
}
footer .innerB .inner .link li.txtLink a:hover {
  border: solid 1px #999;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
footer .innerB .inner .bnrLink {
  display: inline-block;
}
@media screen and (min-width: 751px) {
  footer .innerB .inner .bnrLink {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  footer .innerB .inner .bnrLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 751px) {
  footer .innerB .inner .bnrLink li {
    display: inline-block;
    width: 160px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 750px) {
  footer .innerB .inner .bnrLink li {
    width: 48%;
    margin-bottom: 3vw;
  }
}
footer .innerB .inner .bnrLink li img {
  width: 100%;
}
@media screen and (min-width: 751px) {
  footer .innerB .inner .bnrLink li:first-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 751px) {
  footer .innerB .inner .bnrLink li:last-child {
    margin-right: 0;
  }
}
footer .innerB .inner .notes {
  color: #6a6a6a;
  line-height: 1.8;
}
@media screen and (min-width: 751px) {
  footer .innerB .inner .notes {
    font-size: 12px;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  footer .innerB .inner .notes {
    font-size: 2.2vw;
    margin-bottom: 4vw;
    text-align: left;
  }
}
footer .innerB .inner .notes li {
  padding-left: 1em;
  text-indent: -1em;
}
footer .innerB .inner .notes li:lang(en) {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
footer .innerB .inner .notes li img {
  width: auto;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 751px) {
  footer .innerB .inner .notes li img {
    margin: 0 2px;
    top: -3px;
  }
}
@media screen and (max-width: 750px) {
  footer .innerB .inner .notes li img {
    position: relative;
  }
}
@media screen and (max-width: 750px) {
  footer .innerB .inner .notes li img:nth-of-type(1) {
    width: 3.4vw;
    top: -0.6vw;
  }
}
@media screen and (max-width: 750px) {
  footer .innerB .inner .notes li img:nth-of-type(2), footer .innerB .inner .notes li img:nth-of-type(3) {
    width: 8vw;
    padding: 0 0.4vw;
    top: -1vw;
  }
}
footer .innerB .inner .copyRight {
  color: #cdcdcd;
  text-align: center;
}
@media screen and (min-width: 751px) {
  footer .innerB .inner .copyRight {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  footer .innerB .inner .copyRight {
    text-align: center;
    font-size: 2.2vw;
  }
}
footer .innerB .inner .copyRight li {
  padding-left: 1em;
  text-indent: -1em;
}