@charset "UTF-8";
.bg-main {
  background-color: #9c1f24;
}
.bg-black {
  background-color: #323232;
}
.bg-gray {
  background-color: #adadad;
}

.color-main {
  color: #9c1f24;
}
.color-black {
  color: #323232;
}
.color-gray {
  color: #adadad;
}

tml, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, animemp, 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, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  list-style: none;
  font-style: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: 400;
}

a img {
  border: none;
}

div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, input, textarea, button, table, tr, th, td, article, aside, footer, header, hgroup, nav, section, img, a, p {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-appearance: button;
  appearance: button;
  border: none;
}

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}

input, textarea {
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

input[type="submit"] {
  cursor: pointer;
}

input:focus, textarea:focus {
  outline: none;
  background-color: #fff;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
}

body, html {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  color: #1d1d1d;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 1.5px;
  overflow-y: scroll;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
}
@media screen and (max-width: 480px) {
  body {
    font-size: 3.5vw;
  }
}

a {
  color: #1d1d1d;
}

a:hover {
  color: #9c1f24;
}

::selection {
  color: #000;
  background-color: #d3d3d3;
}

::-moz-selection {
  color: #000;
  background-color: #d3d3d3;
}

input, .pullDown select {
  color: #707070;
}

/*-------------------------------------------------------

■モジュールルール
他のページでも使うような共通クラス

------------------------------------------------------- */
#all {
  min-width: 1100px;
  width: 100%;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  #all {
    min-width: inherit;
  }
}

a {
  word-wrap: break-word;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  color: #9c1f24;
}

a:hover {
  text-decoration: none;
  color: #323232;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.clear {
  clear: both;
}

.border {
  border: 1px solid #333;
  background-color: #000;
  box-shadow: 0px 0px 4px #333;
  margin-right: 2px;
  margin-left: 2px;
}

.enFont, .pager__ul {
  font-family: "Jost", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
}

.enFont400 {
  font-family: "Jost", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
}

.enFont300 {
  font-family: "Jost", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 300;
}

.jpFont {
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

hr {
  border: none;
  border-top: 1px solid #999;
  margin-top: 80px;
  margin-bottom: 0px;
  padding-bottom: 80px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex-nowrap {
  display: flex;
}
.flex-flex1 {
  flex: 1;
}
.flex-top {
  align-items: flex-start;
}
.flex-middle {
  align-items: center;
}
.flex-bottom {
  align-items: flex-end;
}
.flex-left {
  justify-content: flex-start;
}
.flex-center {
  justify-content: center;
}
.flex-right {
  justify-content: flex-end;
}
.flex-between {
  justify-content: space-between;
}

.pcNon {
  display: none;
}

@media screen and (max-width: 480px) {
  .pcNon {
    display: inline;
  }

  .spNon {
    display: none;
  }
}
.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.p50 {
  padding: 50px 0;
}
@media screen and (max-width: 480px) {
  .p50 {
    padding: 25px 0;
  }
}

.pt50 {
  padding-top: 50px;
}
@media screen and (max-width: 480px) {
  .pt50 {
    padding-top: 25px;
  }
}

.pt60 {
  padding-top: 60px;
}
@media screen and (max-width: 480px) {
  .pt60 {
    padding-top: 30px;
  }
}

.pt80 {
  padding-top: 80px;
}
@media screen and (max-width: 480px) {
  .pt80 {
    padding-top: 50px;
  }
}

.commonWidth {
  min-width: 1100px;
  max-width: 1250px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 480px) {
  .commonWidth {
    min-width: inherit;
    max-width: inherit;
    width: auto;
    margin: auto;
  }
}

.commonPadding {
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 480px) {
  .commonPadding {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.in {
  transform: translateY(-50px);
  opacity: 0;
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
}

.active {
  transform: translateY(0);
  opacity: 1;
}

.youtubeFull {
  position: relative;
  width: 100%;
  padding-top: 56.3%;
  height: 100%;
}
.youtubeFull iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.common-head {
  margin-bottom: 65px;
}
@media screen and (max-width: 480px) {
  .common-head {
    margin-bottom: 40px;
  }
}
.common-head__en {
  font-family: "Jost", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 8.0rem;
  line-height: 0.8;
  font-weight: 300;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .common-head__en {
    font-size: 12vw;
  }
}
.common-head__jp {
  font-size: 120%;
}
.common-head__jp::before, .common-head__jp span::before {
  content: "●";
  display: inline-block;
}
.common-head__jp::before {
  color: #9c1f24;
  margin-right: 2px;
}
.common-head__jp span::before {
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  .common-head__jp span::before {
    margin-right: 2vw;
  }
}

.box-link {
  border: 1px solid #323232;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  min-width: 260px;
}
@media screen and (max-width: 480px) {
  .box-link {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
.box-link a {
  position: relative;
  padding: 15px 50px;
  display: block;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  text-decoration: none;
  color: #323232;
}
.box-link::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #323232;
  top: 0;
  left: 0;
  width: 130%;
  height: 110%;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .4s;
}
.box-link:hover a {
  color: #fff;
}
.box-link:hover:before {
  transform: scale(1, 1);
  transform-origin: left top;
}
.box-link i {
  font-size: 125%;
  transform: translateY(1px);
  margin-right: 10px;
  display: inline-block;
}

.second {
  padding-top: 80px;
}
@media screen and (max-width: 480px) {
  .second {
    padding-top: 50px;
  }
}

.link-box__link {
  height: 320px;
  width: 320px;
  margin: 20px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .link-box__link {
    width: 100%;
    height: auto;
    margin: 0 0 30px;
  }
}
.link-box__link p {
  font-size: 180%;
  font-family: "Jost", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 5px;
  width: 100%;
}
.link-box__link span {
  font-size: 90%;
  display: block;
  color: #999;
  width: 100%;
}
.link-box__link i {
  position: absolute;
  bottom: 15px;
  left: 50%;
  font-size: 200%;
  transform: translateX(-50%);
  color: #999;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
@media screen and (max-width: 480px) {
  .link-box__link i {
    bottom: 10px;
    font-size: 160%;
  }
}
.link-box__area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 30px;
  text-decoration: none;
  text-align: center;
  color: #323232;
  border: 1px solid #adadad;
}
@media screen and (max-width: 480px) {
  .link-box__area {
    padding: 40px 10px 60px;
  }
}
.link-box__a {
  width: 100%;
  height: 100%;
}
.link-box__a:hover {
  background-color: #f0f0f0;
}
.link-box__a:hover i {
  transform: translate(-50%, 10px);
}
.link-box__txt {
  font-size: 90%;
  margin-top: 40px;
}

.txt-box {
  margin: 40px 0;
}
@media screen and (max-width: 480px) {
  .txt-box {
    margin: 30px 0;
  }
}
.txt-box__head {
  font-size: 170%;
  font-weight: bold;
  margin: 50px 0 10px;
}
@media screen and (max-width: 480px) {
  .txt-box__head {
    font-size: 140%;
    line-height: 1.4;
    margin: 40px 0 5px;
  }
}
.txt-box__h1 {
  font-size: 120%;
  font-weight: bold;
  line-height: 1.4;
  margin: 25px 0 0px;
}
@media screen and (max-width: 480px) {
  .txt-box__h1 {
    font-size: 110%;
    margin-top: 20px;
  }
}
.txt-box p {
  margin: 10px 0;
}
@media screen and (max-width: 480px) {
  .txt-box p {
    margin: 5px 0;
  }
}

.dot-list {
  margin: 20px 0;
}
@media screen and (max-width: 480px) {
  .dot-list {
    margin: 15px 0;
  }
}
.dot-list__mb {
  margin-top: 3px;
}
.dot-list li {
  margin-bottom: 5px;
  padding-left: 10px;
}
@media screen and (max-width: 480px) {
  .dot-list li {
    margin-bottom: 3px;
  }
}
.dot-list li:before {
  content: '';
  display: block;
  float: left;
  width: 4px;
  height: 4px;
  margin-top: 0.7em;
  margin-left: -10px;
  border-radius: 10px;
  background-color: #323232;
}

.pager {
  width: 100%;
  font-size: 110%;
}
.pager__ul {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding-top: 30px;
}
@media screen and (max-width: 480px) {
  .pager__ul {
    margin-top: 0px;
  }
}
.pager .anon {
  pointer-events: none;
  opacity: 0.3;
}
.pager__li {
  margin: 0 3px;
}
.pager__li > a {
  padding: 1px 9px;
  display: inline-block;
  text-decoration: none;
  color: #323232;
}
@media screen and (max-width: 480px) {
  .pager__li > a {
    font-size: 4vw;
  }
}
.pager__li > a:hover {
  color: #999;
}
.pager__active {
  background-color: #323232;
  color: #fff !important;
}
.pager__active:hover {
  background-color: #323232 !important;
  color: #fff !important;
}

.news-head {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .news-head {
    margin-bottom: 40px;
    overflow: visible;
  }
}
.news-head::before {
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-left: -50px;
}
@media screen and (max-width: 480px) {
  .news-head::before {
    width: 100px;
    height: 100px;
    margin-left: -24vw;
  }
}
.news-head.news-head__topics:before {
  background-color: #323232;
}
.news-head.news-head__info:before {
  background-color: #9c1f24;
}
.news-head__box {
  flex: 1;
  padding-left: 30px;
}
@media screen and (max-width: 480px) {
  .news-head__box {
    padding-left: 15px;
  }
}
.news-head__day {
  font-size: 115%;
  letter-spacing: 0px;
  line-height: 1;
  margin-bottom: 5px;
}
.news-head__title {
  font-size: 160%;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 2px;
}
@media screen and (max-width: 480px) {
  .news-head__title {
    font-size: 140%;
  }
}

.news-return {
  border-top: 1px solid #adadad;
  margin-top: 100px;
  padding-top: 60px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .news-return {
    margin-top: 60px;
  }
}

.article {
  font-size: 110%;
  line-height: 1.8;
}
@media screen and (max-width: 480px) {
  .article {
    font-size: 100%;
  }
}
.article__head {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .article__head {
    margin-bottom: 30px;
  }
}
.article__img {
  margin: 50px 0;
}
@media screen and (max-width: 480px) {
  .article__img {
    margin: 30px 0;
  }
}
.article__link {
  text-align: center;
}
.article__link .box-link {
  margin: 0 15px;
}
@media screen and (max-width: 480px) {
  .article__link .box-link {
    margin: 10px 0;
  }
}

.global-header {
  position: relative;
  padding: 25px 30px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 480px) {
  .global-header {
    padding: 20px 20px;
  }
}
.global-header__logo {
  width: 250px;
  line-height: 0;
}
@media screen and (max-width: 480px) {
  .global-header__logo {
    width: 50%;
  }
}

.global-footer {
  background-color: #323232;
  margin-top: 160px;
  padding: 60px 0 120px;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .global-footer {
    margin-top: 100px;
    padding: 45px 0 60px;
  }
}
.global-footer__left {
  width: 310px;
}
@media screen and (max-width: 480px) {
  .global-footer__left {
    width: 100%;
    order: 2;
    margin-top: 40px;
  }
}
.global-footer__copyright {
  font-size: 1.0rem;
  margin: 10px 0 40px;
  letter-spacing: 1px;
}
@media screen and (max-width: 480px) {
  .global-footer__copyright {
    text-align: center;
  }
}
.global-footer__banner {
  width: 70%;
}
@media screen and (max-width: 480px) {
  .global-footer__banner {
    width: 60%;
    margin: auto;
  }
}
.global-footer__banner a {
  display: block;
  border: 1px solid #fff;
}
.global-footer__banner a:hover {
  opacity: 0.5;
}
.global-footer__right {
  flex: 1;
  padding-left: 7%;
}
@media screen and (max-width: 480px) {
  .global-footer__right {
    padding-left: 0;
    flex: auto;
    order: 1;
  }
}
.global-footer__li {
  width: 25%;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .global-footer__li {
    width: 50%;
  }
}
.global-footer__li a {
  color: #fff;
  display: block;
  padding-left: 13px;
  border-left: 4px solid #fff;
  text-decoration: none;
}
.global-footer__li a:hover {
  border-color: #9c1f24;
}
.global-footer__li span {
  font-family: "Jost", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  display: block;
  font-size: 90%;
  margin-top: 5px;
}
.global-footer__small {
  font-size: 90%;
  padding-bottom: 2px;
  letter-spacing: 1px;
}
@media screen and (max-width: 480px) {
  .global-footer__small {
    font-size: 100%;
    padding-bottom: 0;
    letter-spacing: 1.5px;
  }
}

.nav__link {
  text-decoration: none;
  color: #323232;
}
.nav__link::before {
  content: "";
  display: inline-block;
  font-size: 80%;
  width: 10px;
  height: 10px;
  background-color: #9c1f24;
  border-radius: 3px;
  margin-right: 10px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media screen and (min-width: 481px) {
  .nav li {
    margin-left: 30px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .nav__link {
    display: flex;
    align-items: center;
  }
  .nav__link::before {
    content: "";
    display: block;
    font-size: 80%;
    width: 10px;
    height: 10px;
    background-color: #9c1f24;
    border-radius: 3px;
    margin-right: 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .nav__link:hover {
    color: #9c1f24;
  }
  .nav__link:hover::before {
    transform: scale(1.2) rotate(45deg);
    border-radius: 0px;
  }
}
@media screen and (max-width: 480px) {
  .nav {
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    overflow: hidden;
    transform: translateX(100%);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
  }
  .nav.open {
    transform: translateX(0%);
  }
  .nav:after {
    display: block;
    content: "";
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
  }
  .nav__bg {
    width: 65%;
    height: 100%;
    transform: translateX(100vw);
    background-color: #fff;
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition-delay: .3s;
    right: 0;
  }
  .open .nav__bg {
    transform: translateX(0%);
  }
  .nav ul {
    max-height: 1000px;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    height: 45%;
    max-height: 600px;
    align-content: space-between;
    display: flex;
    padding-left: 11vw;
  }
  .nav ul li {
    display: inline-block;
    margin: 0px 1%;
    vertical-align: top;
    width: 100%;
  }
  .nav ul li:last-child {
    margin-right: 0%;
    margin-top: 0;
  }
  .nav__link {
    font-size: 4vw;
    font-weight: 200;
    display: block;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
  }
  .nav__link::before {
    content: "";
    display: inline-block;
    font-size: 80%;
    width: 10px;
    height: 10px;
    background-color: #9c1f24;
    border-radius: 3px;
    margin-right: 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .nav__link:hover {
    color: #9c1f24;
  }
  .nav__link:hover::before {
    width: 100%;
    left: 0;
  }
}

/********************************************************************************
レスポンシブ用スマホナビ
*********************************************************************************/
#smpNavi {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
  cursor: pointer;
  width: 45px;
  padding: 10px;
  border-radius: 5px;
  transition: all 0s ease;
  -webkit-transition: all 0s ease;
}
@media screen and (max-width: 480px) {
  #smpNavi {
    display: block;
  }
}
#smpNavi .b1, #smpNavi .b2, #smpNavi .b3 {
  background: #9c1f24;
  margin-top: 15px;
  height: 2px;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
#smpNavi .b1 {
  margin-top: 0;
}
#smpNavi.selected .b1 {
  transform: rotate(135deg);
  top: 10px;
}
#smpNavi.selected .b2 {
  top: 10px;
  margin-top: 20px;
  transform: rotate(-135deg) translate(15px, 15px);
}

::placeholder {
  color: #ccc;
}

input:focus, textarea:focus {
  outline: none;
  border: 1px solid #9c1f24;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
}

.circle {
  display: inline-block;
  margin-right: 15px;
  font-size: 90%;
}
.circle::before {
  content: "●";
  display: inline-block;
  color: #9c1f24;
}

.contact {
  /*言語切り替え ------------------*/
}
.contact__main {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .contact__main {
    width: 100%;
  }
}
.contact__lang {
  width: 120px;
  position: relative;
  z-index: 100;
  letter-spacing: 0;
  line-height: 1;
  font-size: 1.2rem;
  color: #fff;
  margin-right: 20px;
  margin-top: 20px;
  /* 右三角 ▼ */
}
.contact__lang::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  position: absolute;
  right: 10px;
  top: 11px;
  z-index: 1;
}
.contact__lang .btm {
  position: relative;
  cursor: pointer;
  padding: 7px 7px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(156, 31, 36, 0.83);
  z-index: 1;
  font-size: 110%;
}
.contact__lang .is-select {
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  margin-left: 0px;
  opacity: 0;
  width: auto;
  transform: translate(0px, -5px);
  position: absolute;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-top: none;
  z-index: 0;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.contact__lang .is-select li {
  width: 100%;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
}
.contact__lang .is-select li:last-of-type {
  border-bottom: none;
}
.contact__lang .is-select a {
  text-decoration: none;
  padding: 10px 7px;
  display: block;
  color: #fff;
}
.contact__lang .is-select a:hover {
  background-color: #fff;
  color: #000;
}
.contact__lang .is-select.show {
  opacity: 1;
  transform: translate(0px, -1px);
  pointer-events: auto;
}
.contact__head {
  margin: 60px 0 40px;
  font-size: 200%;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .contact__head {
    margin: 0 0 20px;
    line-height: 1.4;
    font-size: 180%;
  }
}
.contact__head > p {
  border-left: 10px solid #9c1f24;
  padding-left: 20px;
  line-height: 1.4;
}
.contact__border {
  display: inline-block;
  padding: 13px 30px 15px;
  background-color: #f0f0f0;
  word-break: break-all;
}
@media screen and (max-width: 480px) {
  .contact__border {
    padding: 15px 20px;
    display: block;
  }
}
.contact__tel {
  margin: 15px 0 50px;
}
@media screen and (max-width: 480px) {
  .contact__tel {
    margin-bottom: 30px;
  }
}
.contact__tel > b {
  font-size: 150%;
}
@media screen and (max-width: 480px) {
  .contact__tel > b {
    font-size: 140%;
  }
}
.contact-txt {
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .contact-txt {
    margin-bottom: 60px;
  }
}
.contact-txt__head {
  font-size: 120%;
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .contact-txt__head {
    font-size: 110%;
    margin-bottom: 15px;
  }
}
.contact-txt small {
  display: block;
}
.contact-pullDown {
  overflow: hidden;
  position: relative;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
}
.contact-pullDown select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  padding: 10px 38px 10px 10px;
  -webkit-appearance: none;
  appearance: none;
}
.contact-pullDown select::-ms-expand {
  display: none;
}
.contact-pullDown::before {
  position: absolute;
  top: 1em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #d8d8d8;
  pointer-events: none;
}
.contact-radio label {
  margin-right: 10px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 4px 5px 4px 20px;
  border-radius: 2px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.6px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.contact-radio label:before {
  position: absolute;
  content: "";
  top: 65%;
  left: 0px;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  border: 1px solid #999;
  border-radius: 50%;
}
.contact-radio input {
  display: none;
}
.contact-radio input[type="radio"]:checked + label:after {
  position: absolute;
  content: "";
  top: 64%;
  left: 3px;
  width: 8px;
  height: 8px;
  margin-top: -7px;
  border-radius: 50%;
  background: #9c1f24;
}
.contact-radio input[type="radio"]:checked + label {
  color: #9c1f24;
}
.contact-submit {
  margin: 50px 0 0;
}
.contact-submit input, .contact-btm {
  width: 49%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  background-color: #323232;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 15px 10px;
  text-decoration: none;
  display: block;
  text-align: center;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.contact-submit input:hover, .contact-submit input.return:hover, .contact-btm:hover, .contact-btm.return:hover {
  background-color: #9c1f24 !important;
  color: #fff;
}
.contact-submit input.return, .contact-btm.return {
  background-color: #7e7e7e !important;
}
.contact-input-jp input, .contact-input-jp textarea {
  border: 1px solid #d8d8d8;
  background-color: #fff;
  width: 100%;
  padding: 8px 10px;
  line-height: 1.4;
}
.contact-input-jp dl {
  margin-bottom: 35px;
  display: flex;
  justify-content: flex-start;
}
.contact-input-jp dl:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .contact-input-jp dl {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .contact-input-jp dl dt, .contact-input-jp dl dd {
    width: 100%;
  }
}
.contact-input-jp dl > dt {
  width: 200px;
  position: relative;
  margin-right: 30px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .contact-input-jp dl > dt {
    margin-bottom: 10px;
    width: 100%;
    padding-left: 40px;
  }
}
.contact-input-jp dl > dt:after {
  content: "必須";
  font-size: 1rem;
  color: #fff;
  padding: 0px 3px;
  position: absolute;
  top: 2px;
  right: 0px;
  background-color: #9c1f24;
}
@media screen and (max-width: 480px) {
  .contact-input-jp dl > dt:after {
    padding: 1px 5px;
    top: 3px;
    left: 0px;
    right: inherit;
  }
}
.contact-input-jp dl > dt.none:after {
  content: "任意";
  background-color: #acacac;
}
.contact-input-jp dl > dd {
  flex: 1;
}
.contact-input-jp dl > dd input {
  width: 100%;
  padding: 8px;
}
@media screen and (max-width: 480px) {
  .contact-input-jp dl > dd input {
    width: 100%;
  }
}
.contact-input-jp dl > dd textarea {
  width: 100%;
  resize: vertical;
  padding: 8px;
}
.contact-input-jp dl > dd span {
  font-size: 12px;
  color: #888;
}
.contact-input-jp__submit {
  margin-left: 230px;
}
@media screen and (max-width: 480px) {
  .contact-input-jp__submit {
    margin-left: 0;
  }
}
.contact-input-jp__submit input {
  width: 100%;
}
.contact-input-en input, .contact-input-en textarea {
  border: 1px solid #d8d8d8;
  background-color: #fff;
  width: 100%;
  padding: 8px 10px;
  line-height: 1.4;
}
.contact-input-en dl {
  margin-bottom: 35px;
  display: flex;
  justify-content: flex-start;
}
.contact-input-en dl:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .contact-input-en dl {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .contact-input-en dl dt, .contact-input-en dl dd {
    width: 100%;
  }
}
.contact-input-en dl > dt {
  width: 200px;
  position: relative;
  margin-right: 30px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .contact-input-en dl > dt {
    margin-bottom: 10px;
    width: 100%;
    padding-left: 40px;
  }
}
.contact-input-en dl > dt:after {
  content: "Required";
  font-size: 1rem;
  color: #fff;
  padding: 0px 3px;
  position: absolute;
  top: 2px;
  right: 0px;
  background-color: #9c1f24;
}
@media screen and (max-width: 480px) {
  .contact-input-en dl > dt:after {
    padding: 1px 5px;
    top: 3px;
    left: 0px;
    right: inherit;
  }
}
.contact-input-en dl > dt.none:after {
  content: "Optional";
  background-color: #acacac;
}
.contact-input-en dl > dd {
  flex: 1;
}
.contact-input-en dl > dd input {
  width: 100%;
  padding: 8px;
}
@media screen and (max-width: 480px) {
  .contact-input-en dl > dd input {
    width: 100%;
  }
}
.contact-input-en dl > dd textarea {
  width: 100%;
  resize: vertical;
  padding: 8px;
}
.contact-input-en dl > dd span {
  font-size: 12px;
  color: #888;
}
.contact-input-en__submit {
  margin-left: 230px;
}
@media screen and (max-width: 480px) {
  .contact-input-en__submit {
    margin-left: 0;
  }
}
.contact-input-en__submit input {
  width: 100%;
}
.contact-check__txt {
  margin-bottom: 40px;
  display: block;
}
@media screen and (max-width: 480px) {
  .contact-check__txt {
    margin-bottom: 30px;
  }
}
.contact-check dl {
  border: 1px solid #ccc;
  border-top: none;
}
.contact-check dl:first-of-type {
  border-top: 1px solid #ccc;
}
.contact-check dt {
  margin-bottom: 0;
  line-height: 1.2;
  padding: 10px 15px;
  background-color: #f0f0f0;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}
.contact-check dd {
  padding: 20px 15px;
  margin: 0;
}
.contact-check dd p {
  margin-bottom: 15px;
}
.contact-complete {
  text-align: center;
  padding-top: 50px;
}
.contact-complete__head {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 190%;
}
@media screen and (max-width: 480px) {
  .contact-complete__head {
    font-size: 160%;
  }
}
.contact-complete__txt {
  font-size: 120%;
  margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .contact-complete__txt {
    font-size: 100%;
  }
}
@media screen and (max-width: 480px) {
  .contact-complete .contact-btm {
    width: 100%;
  }
}

.product {
  /*
  プラットフォームの配色一覧 //////////////////////////////
  以下は「.product__ps5」のようなクラス名になります。
  前に「.product__」を付けているのは「.3ds」のように数字始まりのクラス名は作れないので、
  数字始まり対策用に「.product__ps5」のようになっています。
  */
}
.product__ps5, .product__ps4, .product__ps3, .product__vita, .product__psp {
  background-color: #375daa;
}
.product__switch, .product__3ds {
  background-color: #bd2424;
}
.product__xbox360, .product__xboxone, .product__xboxseriesxs {
  background-color: #358632;
}
.product__windows, .product__steam {
  background-color: #000000;
}
.product a {
  text-decoration: none;
}
.product__li {
  position: relative;
  overflow: hidden;
  width: 24%;
  margin: 0 1% 1% 0;
  border: 1px solid #ddd;
}
@media screen and (max-width: 480px) {
  .product__li {
    overflow: auto;
    width: 49%;
    margin: 0 0 4%;
    background-color: #f0f0f0;
    border: none;
  }
  .product__li:nth-of-type(odd) {
    margin-right: 2%;
  }
}
@media screen and (min-width: 481px) {
  .product__li:hover .product__txt {
    bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .product__img {
    border: 1px solid #f0f0f0;
  }
}
.product__txt {
  position: absolute;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  bottom: -100%;
  left: 0px;
  background-color: rgba(31, 31, 31, 0.8);
  color: #fff;
  width: 100%;
  padding: 15px 20px;
}
@media screen and (max-width: 480px) {
  .product__txt {
    position: relative;
    bottom: auto;
    background-color: transparent;
    color: #323232;
    padding: 15px 10px;
  }
}
.product__platform li {
  font-size: 80%;
  padding: 3px 8px;
  color: #fff;
  font-family: "Jost", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  line-height: 1;
  margin: 0 5px 5px 0;
}
@media screen and (max-width: 480px) {
  .product__platform li {
    padding: 3px 5px 1px;
    letter-spacing: 0.5px;
  }
}
.product__title {
  font-weight: bold;
  margin: 4px 0 5px;
  font-size: 110%;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .product__title {
    line-height: 1.4;
    font-size: 100%;
  }
}
.product__release {
  font-size: 90%;
}

.company__main {
  padding-top: 30px;
  border-top: 1px solid #f0f0f0;
}
@media screen and (max-width: 480px) {
  .company__main {
    padding-top: 25px;
  }
}
.company__dl {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
}
@media screen and (max-width: 480px) {
  .company__dl {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
.company__dt {
  font-weight: bold;
  width: 10em;
}
@media screen and (max-width: 480px) {
  .company__dt {
    width: 6em;
  }
}
.company__dd {
  flex: 1;
}
.company__link {
  margin: 15px 0 0;
  font-size: 80%;
  min-width: 200px;
}
@media screen and (max-width: 480px) {
  .company__link {
    min-width: auto;
  }
}
.company__link a {
  padding: 10px;
}
.company-access__map {
  border: 1px solid #adadad;
  line-height: 0;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .company-access__map iframe {
    height: 50vh;
  }
}
.company-access__main {
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  .company-access__main {
    margin-top: 40px;
  }
  .company-access__main .company__dt {
    width: 100%;
    margin-bottom: 5px;
    font-size: 110%;
  }
  .company-access__main .company__link {
    font-size: 90%;
  }
}

/*------------------------------------------------------
トピックス
※トップの表示にも使用しています
-------------------------------------------------------*/
.topics__ul {
  width: 100%;
}
.topics__li {
  width: 23%;
  margin: 0 2% 2% 0;
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
  line-height: 1.4;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
@media screen and (max-width: 480px) {
  .topics__li {
    width: 100%;
    margin: 0 0 7%;
  }
}
.topics__li:hover {
  transform: scale(1.02);
  border-color: #9c1f24;
}
.topics__link {
  text-decoration: none;
  color: #323232;
}
.topics__link:hover {
  color: #323232;
}
.topics__img {
  border-bottom: 4px solid #9c1f24;
}
.topics__img img {
  object-fit: cover;
  height: 120px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .topics__img img {
    height: 40vw;
  }
}
.topics__txt {
  padding: 15px 15px 17px;
}
.topics__day {
  color: #747474;
  margin-bottom: 5px;
}

/*------------------------------------------------------
インフォメーション
※トップの表示にも使用しています
-------------------------------------------------------*/
.info__li {
  border-bottom: 1px solid #ebebeb;
  width: 100%;
  padding: 25px 0px;
}
@media screen and (max-width: 480px) {
  .info__li {
    padding: 22px 0;
  }
}
.info__li:first-of-type {
  padding-top: 0;
}
.info__left {
  color: #fff;
  width: 225px;
  font-size: 90%;
}
@media screen and (max-width: 480px) {
  .info__left {
    width: 100%;
    margin-bottom: 10px;
  }
}
.info__midashi, .info__day {
  padding: 3px 15px;
  letter-spacing: 1px;
}
@media screen and (max-width: 480px) {
  .info__midashi, .info__day {
    padding: 2px 13px;
  }
}
.info__midashi {
  background-color: #9c1f24;
}
.info__day {
  background-color: #323232;
}
.info__title {
  flex: 1;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .info__title {
    flex: auto;
  }
}
.info__link {
  display: inline-block;
  color: #323232;
  text-decoration: none;
}
.info__link:hover {
  color: #9c1f24;
}

.top-youtube {
  margin: 60px auto;
  position: relative;
  max-width: 1300px;
  overflow: hidden;
  background-color: #000;
}
@media screen and (max-width: 480px) {
  .top-youtube {
    margin: 0px auto 30px;
    height: 81vh;
  }
}
@media screen and (min-width: 1300px) {
  .top-youtube {
    width: 104%;
  }
}
.top-youtube__cover {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #fff;
  width: 104%;
  left: -2%;
}
@media screen and (min-width: 1300px) {
  .top-youtube__cover {
    width: 100%;
    left: 0%;
  }
}
@media screen and (max-width: 480px) {
  .top-youtube__cover {
    position: absolute;
    bottom: -1px;
    left: 0%;
    width: 100%;
  }
}
.top-youtube__movie {
  position: absolute;
  top: -5%;
  left: -3.5%;
  width: 107%;
  height: 110%;
}
@media screen and (max-width: 480px) {
  .top-youtube__movie {
    position: relative;
    top: -12%;
    height: 124%;
  }
}
.top-youtube__movie::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 100;
  transition: all 1s 0.5s ease;
}
.top-youtube__movie.active::before {
  opacity: 0;
}
.top-youtube__txt {
  position: absolute;
  font-family: "Jost", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  z-index: 10;
  font-size: 9.6rem;
  color: #fff;
  line-height: 1;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
  text-shadow: 4px 2px 0px #000;
}
@media screen and (max-width: 480px) {
  .top-youtube__txt {
    font-size: 10vw;
    text-align: center;
    width: 100%;
    left: 0;
  }
}
.top-topics {
  margin: 120px 0 100px;
}
@media screen and (max-width: 480px) {
  .top-topics {
    margin: 60px 0 80px;
  }
}
.top-topics__ul {
  width: calc(100% - 270px);
}
@media screen and (max-width: 480px) {
  .top-topics__ul {
    width: 100%;
  }
}
.top-topics__li {
  width: 31.33%;
  margin: 0 0 0 2%;
}
@media screen and (max-width: 480px) {
  .top-topics__li {
    width: 100%;
    margin: 0 0 7%;
  }
}
.top-more {
  text-align: right;
  width: 100%;
  margin-top: 25px;
}
@media screen and (max-width: 480px) {
  .top-more {
    margin-top: 0;
  }
}
.top-more__link {
  display: inline-block;
  text-decoration: none;
  color: #323232;
}
.top-more__link:hover .top-more__img {
  transform: translateX(10px);
}
.top-more__txt {
  display: inline-block;
  transform: translateY(11px);
  font-size: 1.8rem;
  margin-right: 5px;
}
.top-more__img {
  display: inline-block;
  width: 60px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.top-info__head {
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .top-info__head {
    margin-bottom: 40px;
  }
}
.top-info__more {
  margin: 60px 0;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .top-info__more {
    margin: 40px 0 20px;
  }
}

/*------------------------------------------------------
エラーページ
-------------------------------------------------------*/
.error__head {
  font-size: 400%;
  margin-bottom: 30px;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .error__head {
    font-size: 10vw;
    text-align: center;
  }
}
.error__txt {
  border: 1px solid #ccc;
  padding: 120px 0px 100px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .error__txt {
    padding: 70px 25px 60px;
    text-align: left;
  }
}
.error__link {
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  .error__link {
    margin-top: 40px;
  }
}

/*# sourceMappingURL=common.css.map */
