@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

body {
  font-size: 12px;
  line-height: 1.5;
  background-color: #fff;
}

ul {
  list-style: none;
}

dt {
  display: block;
  width: auto;
}

table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

td,
th {
  vertical-align: top;
}

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

caption {
  text-align: left;
}

img {
  background-color: transparent;
  vertical-align: top;
}

a img {
  border: none;
}

img {
  -ms-interpolation-mode: bicubic;
}

em {
  font-style: normal;
}

hr {
  height: 1px;
}

input,
textarea,
select,
option,
optgroup {
  vertical-align: middle;
  letter-spacing: 0em;
}

select {
  min-width: 2em;
}

option,
optgroup {
  padding-right: 0.4em;
}

label[for],
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=image],
input[type=reset],
input[type=submit],
select,
option {
  cursor: pointer;
}

optgroup {
  cursor: default;
}

html, body {
  background-color: #F4F3F0;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", sans-serif;
  font-size: 1.6em;
  letter-spacing: 0.1rem;
  color: #333;
}
body.lang-en {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", sans-serif;
}

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

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  color: #333;
}
a:link, a:visited, a:hover {
  text-decoration: none;
}

sup {
  vertical-align: super;
  font-size: smaller;
  line-height: 1;
}

img {
  width: 100%;
}

@media all and (min-width: 835px) {
  a,
  input[type=button],
  button {
    transition: ease 0.3s;
  }
  html {
    font-size: 62.5%;
  }
  .sp-view {
    display: none !important;
  }
}
@media all and (max-width: 834px) {
  a,
  button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
  }
  .pc-view {
    display: none !important;
  }
  html, body {
    -webkit-text-size-adjust: none;
  }
  * {
    box-sizing: border-box;
  }
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 2.8rem;
  }
  body {
    line-height: 1.3;
  }
}
.ftYuB {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 600;
}

.ftYuM {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

.ftKn3 {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 600;
}

.ftKn2 {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

@media all and (min-width: 835px) {
  .header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    mix-blend-mode: difference;
  }
  .header-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 110px;
  }
  .header__title {
    width: 205px;
    margin: 25px 0 0 38px;
  }
  .header__menu {
    padding: 12px 40px 0 0;
    justify-content: flex-end;
  }
  .header__menu__language {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
  }
  .header__menu__language-title {
    display: inline-block;
    font-size: 0.8vw;
    letter-spacing: 0;
    color: #c4c4c4;
    margin-right: 18px;
  }
}
@media (min-width: 835px) and (min-width: 1500px) {
  .header__menu__language-title {
    font-size: 12px;
  }
}
@media all and (min-width: 835px) {
  .header__menu__language ul {
    display: flex;
    justify-content: flex-end;
  }
  .header__menu__language ul li {
    font-size: 1vw;
    line-height: 1.2;
  }
}
@media (min-width: 835px) and (min-width: 1500px) {
  .header__menu__language ul li {
    font-size: 15px;
  }
}
@media all and (min-width: 835px) {
  .header__menu__language ul li:nth-of-type(1) {
    padding-right: 12px;
    border-right: 1px solid #666666;
    margin-right: 12px;
  }
  .header__menu__language ul li span {
    color: #6187d4;
  }
  .header__menu__language ul li span.nolink {
    color: #c4c4c4;
    opacity: 0.4;
  }
  .header__menu__language ul li a {
    color: #c4c4c4;
  }
  .header__menu__language ul li a:hover {
    opacity: 0.3;
  }
  .header__menu__list ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 24vw;
  }
}
@media (min-width: 835px) and (min-width: 1500px) {
  .header__menu__list ul {
    margin-right: 360px;
  }
}
@media all and (min-width: 835px) {
  .header__menu__list ul li {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    letter-spacing: -0.01rem;
    font-size: 1vw;
    margin-right: 2vw;
  }
}
@media (min-width: 835px) and (min-width: 1500px) {
  .header__menu__list ul li {
    font-size: 15px;
    margin-right: 30px;
  }
}
@media all and (min-width: 835px) {
  .lang-en .header__menu__list ul li {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    letter-spacing: 0.05rem;
  }
  .header__menu__list ul li a,
  .header__menu__list ul li span.deactive {
    position: relative;
    color: #c1c1c1;
    display: inline-block;
    line-height: 35px;
  }
  .header__menu__list ul li.text a::after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #c1c1c1;
    transition: all 0.3s;
    transform: scale(0, 1);
    transform-origin: left top;
  }
  .header__menu__list ul li.text a:hover::after {
    transform: scale(1, 1);
  }
  .header__menu__list ul li.text span.deactive {
    color: #c1c1c1;
    opacity: 0.5;
  }
  .header__menu__list ul li.text span.deactive.current {
    opacity: 1;
  }
  .header__menu__list ul li.text span.deactive.current::after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #c1c1c1;
  }
  .header__menu__list ul li.text a.current::after {
    transform: scale(1, 1);
  }
  .header__overlap {
    display: flex;
    position: fixed;
    z-index: 1000;
    top: 38px;
    right: 40px;
  }
  .header__overlap a {
    pointer-events: none;
    opacity: 0.8;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    width: 10.6666666667vw;
    height: 2.6666666667vw;
    border: 1px solid #717171;
    padding-left: 1.0666666667vw;
    background: linear-gradient(75deg, #2c2c2c 0%, #464646 16.75%, #5a5a5a 50.74%, #6e6e6e 85.22%, #888 100%);
    border-radius: 5px;
  }
}
@media (min-width: 835px) and (min-width: 1500px) {
  .header__overlap a {
    width: 160px;
    height: 40px;
    padding-left: 16px;
  }
}
@media all and (min-width: 835px) {
  .lang-en .header__overlap a {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    padding-left: 0.8666666667vw;
  }
}
@media (min-width: 835px) and (min-width: 1500px) {
  .lang-en .header__overlap a {
    padding-left: 13px;
  }
}
@media all and (min-width: 835px) {
  .header__overlap a span {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    position: relative;
    color: #cccccc;
    font-size: 1vw;
  }
}
@media (min-width: 835px) and (min-width: 1500px) {
  .header__overlap a span {
    font-size: 15px;
  }
}
@media all and (min-width: 835px) {
  .lang-en .header__overlap a span {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    font-size: 0.9333333333vw;
    letter-spacing: 0.05rem;
  }
}
@media (min-width: 835px) and (min-width: 1500px) {
  .lang-en .header__overlap a span {
    font-size: 14px;
  }
}
@media all and (min-width: 835px) {
  .header__overlap a::after {
    position: absolute;
    top: 0.8vw;
    right: 0.6vw;
    content: "";
    width: 0.8vw;
    height: 0.8666666667vw;
    background-image: url(../images/common/ico-blank.png);
    background-size: 0.8vw 0.8666666667vw;
    opacity: 0.6;
  }
}
@media (min-width: 835px) and (min-width: 1500px) {
  .header__overlap a::after {
    right: 9px;
    top: 12px;
    width: 12px;
    height: 13px;
    background-size: 12px 13px;
  }
}
@media all and (min-width: 835px) {
  .header__overlap a::before {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    opacity: 0;
    z-index: 0;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: #888;
    border-radius: 5px;
    transition: 0.6s ease;
  }
  .header__overlap a:hover::before {
    opacity: 1;
  }
  .header__overlap a + a {
    margin-left: 2vw;
  }
  .header2 {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    mix-blend-mode: difference;
  }
  .header2-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 110px;
  }
  .header2__title {
    margin: 10px 0 0 10px;
  }
  .header2__title img {
    width: 155px;
  }
  .header2__menu {
    padding: 8px 10px 0 0;
    justify-content: flex-end;
  }
  .header2__menu__language-title {
    text-align: center;
    display: block;
    font-size: 0.8vw;
    letter-spacing: 0.05rem;
    line-height: 1.3;
    color: #dddddd;
    margin-bottom: 6px;
  }
}
@media (min-width: 835px) and (min-width: 1500px) {
  .header2__menu__language-title {
    font-size: 12px;
  }
}
@media all and (min-width: 835px) {
  .header2__menu__language ul {
    display: flex;
    justify-content: flex-end;
    letter-spacing: 0.05rem;
  }
  .header2__menu__language ul li {
    font-size: 1vw;
    line-height: 1.2;
  }
}
@media (min-width: 835px) and (min-width: 1500px) {
  .header2__menu__language ul li {
    font-size: 15px;
  }
}
@media all and (min-width: 835px) {
  .header2__menu__language ul li:nth-of-type(1) {
    padding-right: 12px;
    border-right: 1px solid #666666;
    margin-right: 12px;
  }
  .header2__menu__language ul li span {
    color: #6187d4;
  }
  .header2__menu__language ul li span.nolink {
    color: #c4c4c4;
    opacity: 0.4;
  }
  .header2__menu__language ul li a {
    color: #c4c4c4;
  }
  .header2__menu__language ul li a:hover {
    opacity: 0.3;
  }
  .footer2 {
    position: relative;
    z-index: 20;
    overflow: hidden;
    padding: 55px 0 38px;
    color: #333333;
    background-color: #F4F3F0;
  }
  .footer2-wrap-top, .footer2-wrap-bottom {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 1370px;
    padding: 0 100px;
    margin: 0 auto;
  }
  .footer2-wrap-top {
    margin-bottom: 12px;
  }
  .footer2-wrap-bottom {
    align-items: flex-end;
  }
  .footer2-wrap-copyright {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    font-size: 0.875vw;
    letter-spacing: 0;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .footer2-wrap-copyright {
    font-size: 12px;
  }
}
@media all and (min-width: 835px) {
  .lang-en .footer2-wrap-copyright {
    margin-left: 6.9343065693vw;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .lang-en .footer2-wrap-copyright {
    margin-left: 95px;
  }
}
@media all and (min-width: 835px) {
  .footer2__info {
    width: 19.7080291971vw;
    line-height: 1.2;
    margin-right: auto;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .footer2__info {
    width: 270px;
  }
}
@media all and (min-width: 835px) {
  .footer2__info__logo {
    margin-bottom: 23px;
  }
  .footer2__info__lead {
    font-size: 1.021vw;
    line-height: 1.714;
    letter-spacing: 0.04rem;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .footer2__info__lead {
    font-size: 14px;
  }
}
@media all and (min-width: 835px) {
  .footer2__sitemap {
    display: flex;
    width: 29.2vw;
  }
  .lang-en .footer2__sitemap {
    width: 12.4vw;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .footer2__sitemap {
    width: 400px;
  }
  .lang-en .footer2__sitemap {
    width: 170px;
  }
}
@media all and (min-width: 835px) {
  .footer2__sitemap ul:nth-of-type(1) {
    width: 40%;
  }
  .footer2__sitemap ul:nth-of-type(2) {
    width: 60%;
  }
  .footer2__sitemap ul li {
    font-size: 1.094vw;
    margin-bottom: 18px;
  }
  .lang-en .footer2__sitemap ul li {
    margin-bottom: 20px;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .footer2__sitemap ul li {
    font-size: 15px;
  }
}
@media all and (min-width: 835px) {
  .footer2__sitemap ul li a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
  }
  .footer2__sitemap ul li a:hover {
    opacity: 0.3;
  }
  .footer2__sitemap ul li span.deactive {
    opacity: 0.5;
  }
  .footer2__contact {
    width: 14.6vw;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .footer2__contact {
    width: 200px;
  }
}
@media all and (min-width: 835px) {
  .footer2__contact__term {
    font-size: 1.021vw;
    letter-spacing: -0.02rem;
    margin-bottom: 10px;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .footer2__contact__term {
    font-size: 14px;
  }
}
@media all and (min-width: 835px) {
  .lang-en .footer2__contact__term {
    letter-spacing: 0;
  }
  .footer2__contact__link {
    font-size: 1.021vw;
    letter-spacing: 0.05rem;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .footer2__contact__link {
    font-size: 14px;
  }
}
@media all and (min-width: 835px) {
  .footer2__contact__link ul li {
    margin-bottom: 10px;
  }
  .footer2__contact__link a {
    position: relative;
    display: inline-block;
  }
  .footer2__contact__link a::after {
    display: inline-block;
    margin-left: 0.2189781022vw;
    content: "";
    width: 0.8759124088vw;
    height: 0.9489051095vw;
    background-image: url(../images/common/ico-blank-bk.png);
    background-size: 0.8759124088vw 0.9489051095vw;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .footer2__contact__link a::after {
    width: 12px;
    height: 13px;
    background-size: 12px 13px;
  }
}
@media all and (min-width: 835px) {
  .footer2__contact__link a:hover {
    opacity: 0.3;
  }
  .footer2__contact__btn {
    padding-top: 10px;
  }
  .footer2__contact__btn a {
    pointer-events: none;
    opacity: 0.8;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.0948905109vw;
    line-height: 1.1;
    color: #cccccc;
    width: 100%;
    height: 2.9197080292vw;
    padding-right: 0.7299270073vw;
    border-radius: 5px;
    background: linear-gradient(75deg, #2c2c2c 0%, #464646 16.75%, #5a5a5a 50.74%, #6e6e6e 85.22%, #888 100%);
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .footer2__contact__btn a {
    font-size: 15px;
    padding-right: 10px;
    height: 40px;
  }
}
@media all and (min-width: 835px) {
  .footer2__contact__btn a span {
    position: relative;
    z-index: 1;
    letter-spacing: 0.03rem;
  }
  .footer2__contact__btn a::before {
    content: "";
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #888;
    transition: 0.6s ease;
  }
  .footer2__contact__btn a::after {
    opacity: 0.6;
    position: absolute;
    top: 0.9489051095vw;
    right: 1.3138686131vw;
    content: "";
    width: 0.8759124088vw;
    height: 0.9489051095vw;
    background-image: url(../images/common/ico-blank.png);
    background-size: 0.8759124088vw 0.9489051095vw;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .footer2__contact__btn a::after {
    top: 13px;
    right: 18px;
    width: 12px;
    height: 13px;
    background-size: 12px 13px;
  }
}
@media all and (min-width: 835px) {
  .footer2__contact__btn a:hover::before {
    opacity: 1;
  }
  .footer2__contact__btn + .footer2__contact__btn {
    padding-top: 20px;
  }
  .footer2__expologo {
    width: 70px;
  }
  .footer2__link {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .footer2__link__pagetop {
    margin-bottom: 10px;
  }
  .footer2__link__pagetop a {
    display: inline-block;
    font-size: 1.1678832117vw;
    padding-right: 1.897810219vw;
    background: url(../images/common/ico-pagetop.png) right center no-repeat;
    background-size: 1.6058394161vw 1.6058394161vw;
  }
  .footer2__link__pagetop a:hover {
    opacity: 0.3;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .footer2__link__pagetop a {
    font-size: 16px;
    padding-right: 26px;
    background-size: 22px 22px;
  }
}
@media all and (min-width: 835px) {
  .footer2__link ul {
    display: flex;
    align-items: center;
    width: 43.795620438vw;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .footer2__link ul {
    width: 600px;
  }
}
@media all and (min-width: 835px) {
  .footer2__link ul li {
    margin-right: 3.503649635vw;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .footer2__link ul li {
    margin-right: 48px;
  }
}
@media all and (min-width: 835px) {
  .footer2__link ul li:nth-of-type(2) {
    margin-right: auto;
  }
  .footer2__link ul li:last-child {
    margin-right: 0;
    position: relative;
    top: 2px;
  }
  .footer2__link ul li a {
    position: relative;
    display: inline-block;
    font-size: 0.949vw;
    letter-spacing: 0;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .footer2__link ul li a {
    font-size: 13px;
  }
}
@media all and (min-width: 835px) {
  .footer2__link ul li a::after {
    position: absolute;
    top: 0.1459854015vw;
    right: -1.3138686131vw;
    content: "";
    width: 0.8759124088vw;
    height: 0.9489051095vw;
    background-image: url(../images/common/ico-blank-bk.png);
    background-size: 0.8759124088vw 0.9489051095vw;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .footer2__link ul li a::after {
    top: 2px;
    right: -18px;
    width: 12px;
    height: 13px;
    background-size: 12px 13px;
  }
}
@media all and (min-width: 835px) {
  .footer2__link ul li a:hover {
    opacity: 0.3;
  }
}
/* リンク無効 */
.footer2__link ul li:nth-of-type(2) a {
  pointer-events: none;
  opacity: 0.5;
}
.footer2__link ul li:nth-of-type(2) a::after {
  opacity: 0.6;
}
@media all and (max-width: 834px) {
  .header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    mix-blend-mode: difference;
    padding: 20px 0 0 20px;
  }
  .header__title {
    width: 158px;
  }
  .header__menu {
    display: none;
  }
  .header__overlap {
    display: none;
  }
  .header2 {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    mix-blend-mode: difference;
  }
  .header2-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 110px;
  }
  .header2__title {
    padding: 20px 0 0 15px;
  }
  .header2__title img {
    width: 158px;
  }
  .header2__menu {
    display: none;
  }
  .footer2 {
    position: relative;
    z-index: 20;
    color: #333333;
    background-color: #F4F3F0;
  }
  .footer2-wrap-top, .footer2-wrap-bottom {
    padding: 0 35px;
  }
  .footer2-wrap-top {
    padding-top: 55px;
    margin-bottom: 50px;
  }
  .footer2-wrap-bottom {
    padding-bottom: 35px;
  }
  .footer2-wrap-copyright {
    display: block;
    font-size: 10px;
    line-height: 1.7 !important;
  }
  .footer2__info {
    margin-bottom: 45px;
  }
  .footer2__info__logo {
    margin-bottom: 10px;
  }
  .footer2__info__logo img {
    width: 230px;
  }
  .footer2__info__lead {
    font-size: 14px;
    line-height: 1.714;
  }
  .footer2__sitemap {
    margin-bottom: 50px;
  }
  .footer2__sitemap ul li {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .footer2__sitemap ul li a {
    text-decoration: underline;
  }
  .footer2__sitemap ul li a:active {
    opacity: 0.3;
  }
  .footer2__sitemap ul li span.deactive {
    opacity: 0.5;
  }
  .footer2__contact {
    position: relative;
  }
  .footer2__contact__term {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .footer2__contact__btn {
    margin-bottom: 20px;
  }
  .footer2__contact__btn a {
    pointer-events: none;
    opacity: 0.8;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    overflow: hidden;
    position: relative;
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 46px;
    color: #cccccc;
    width: 100%;
    height: 46px;
    border-radius: 5px;
    background: linear-gradient(75deg, #2c2c2c 0%, #464646 16.75%, #5a5a5a 50.74%, #6e6e6e 85.22%, #888 100%);
  }
  .lang-en .footer2__contact__btn a {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  }
  .footer2__contact__btn a::after {
    opacity: 0.6;
    position: absolute;
    top: 14px;
    right: 18px;
    content: "";
    width: 12px;
    height: 13px;
    background-image: url(../images/common/ico-blank.png);
    background-size: 12px 13px;
  }
  .footer2__contact__link {
    font-size: 14px;
  }
  .footer2__contact__link ul li {
    margin-bottom: 15px;
  }
  .footer2__contact__link a {
    position: relative;
    display: inline-block;
  }
  .footer2__contact__link a::after {
    position: absolute;
    top: 4px;
    right: -18px;
    content: "";
    width: 12px;
    height: 13px;
    background-image: url(../images/common/ico-blank-bk.png);
    background-size: 12px 13px;
  }
  .footer2__contact__link a:hover {
    opacity: 0.3;
  }
  .footer2__expologo {
    position: absolute;
    top: 134px;
    right: 0;
    width: 67px;
  }
  .footer2__link__pagetop {
    position: absolute;
    bottom: 35px;
    right: 35px;
  }
  .footer2__link__pagetop a {
    font-size: 14px;
    display: inline-block;
    padding-right: 26px;
    background: url(../images/common/ico-pagetop.png) right center no-repeat;
    background-size: 22px 22px;
  }
  .footer2__link__pagetop a:active {
    opacity: 0.3;
  }
  .footer2__link ul li {
    line-height: 1;
  }
  .footer2__link ul li:last-child {
    padding-top: 15px;
  }
  .footer2__link ul li a {
    position: relative;
    display: inline-block;
    font-size: 13px;
  }
  .footer2__link ul li a::after {
    position: absolute;
    top: -2px;
    right: -18px;
    content: "";
    width: 12px;
    height: 13px;
    background-image: url(../images/common/ico-blank-bk.png);
    background-size: 12px 13px;
  }
  .footer2__link ul li a:active {
    opacity: 0.3;
  }
  .spmodal__btn {
    mix-blend-mode: difference;
    position: fixed;
    z-index: 1001;
    right: 20px;
    top: 20px;
  }
  .spmodal__btn a {
    display: block !important;
    width: 73px;
    height: 15px;
    text-indent: -9999px;
    background-image: url(../images/common/btn-menu.png);
    background-size: 73px 15px;
  }
  .spmodal__menu {
    text-align: left;
    padding: 70px 35px 0;
  }
}
@media screen and (max-width: 834px) and (max-width: 330px) {
  .spmodal__menu {
    padding: 25px;
  }
}
@media all and (max-width: 834px) {
  .spmodal__menu__list {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 834px) and (max-width: 330px) {
  .spmodal__menu__list {
    margin-bottom: 25px;
  }
}
@media all and (max-width: 834px) {
  .spmodal__menu__list ul li {
    border-bottom: 1px solid #636363;
  }
  .spmodal__menu__list ul li a,
  .spmodal__menu__list ul li span.deactive {
    display: block;
    height: 60px;
    font-size: 14px;
    line-height: 60px;
    color: #ffffff;
    padding-left: 10px;
    background-image: url(../images/common/ico-arrow.png);
    background-size: 19px 7px;
    background-position: right 10px center;
    background-repeat: no-repeat;
  }
  .spmodal__menu__list ul li span.deactive {
    opacity: 0.3;
  }
  .spmodal__menu__contact {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 834px) and (max-width: 330px) {
  .spmodal__menu__contact {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 834px) {
  .spmodal__menu__contact ul li {
    margin-bottom: 20px;
  }
  .spmodal__menu__contact ul li:nth-of-type(2) {
    margin-bottom: 0px;
  }
  .spmodal__menu__contact ul li a {
    pointer-events: none;
    opacity: 0.8;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    position: relative;
    display: block;
    text-align: center;
    font-size: 15px;
    color: #cccccc;
    line-height: 46px;
    width: 100%;
    height: 46px;
    background: linear-gradient(75deg, #2c2c2c 0%, #464646 16.75%, #5a5a5a 50.74%, #6e6e6e 85.22%, #888 100%);
    border: 1px solid #717171;
    border-radius: 6px;
  }
  .lang-en .spmodal__menu__contact ul li a {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  }
  .spmodal__menu__contact ul li a::after {
    opacity: 0.6;
    position: absolute;
    top: calc(50% - 6px);
    right: 20px;
    content: "";
    width: 12px;
    height: 13px;
    background-image: url(../images/common/ico-blank.png);
    background-size: 12px 13px;
  }
  .spmodal__menu__language {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
  }
  .spmodal__menu__language-title {
    display: inline-block;
    font-size: 14px;
    margin-right: 16px;
  }
  .spmodal__menu__language ul {
    display: flex;
    justify-content: flex-end;
  }
  .spmodal__menu__language ul li {
    font-size: 15px;
    line-height: 1.2;
  }
  .spmodal__menu__language ul li:nth-of-type(1) {
    padding-right: 12px;
    border-right: 1px solid #ffffff;
    margin-right: 12px;
  }
  .spmodal__menu__language ul li span {
    color: #A77C1C;
  }
  .spmodal__menu__language ul li span.nolink {
    color: #c4c4c4;
    opacity: 0.4;
  }
  .spmodal__menu__language ul li a {
    color: #ffffff;
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.topPage {
  background-image: url(../images/common/bg-body.png);
  background-size: 400px 400px;
  background-position: top center;
  background-repeat: repeat;
  overflow-x: hidden;
}
@media all and (min-width: 835px) {
  .topPage .header__overlap {
    opacity: 0;
  }
  .topPage .mainvisual__movie {
    position: relative;
    height: 92.11vh;
    background-color: #141414;
  }
  .topPage .mainvisual__movie video {
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  .topPage .mainvisual__movie__detail {
    position: absolute;
    top: 70px;
    left: 7.3206442167vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: calc(100% - 70px);
    color: #ffffff;
  }
}
@media (min-width: 835px) and (min-width: 1366px) {
  .topPage .mainvisual__movie__detail {
    left: 100px;
  }
}
@media all and (min-width: 835px) {
  .topPage .mainvisual__movie__detail__title {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    font-size: 3.953147877vw;
    line-height: 1.1;
    margin-bottom: 5.2rem;
  }
}
@media (min-width: 835px) and (min-width: 1366px) {
  .topPage .mainvisual__movie__detail__title {
    font-size: 54px;
  }
}
@media all and (min-width: 835px) {
  .topPage .mainvisual__movie__detail__text {
    margin-bottom: 4rem;
  }
  .topPage .mainvisual__movie__detail__text p {
    font-size: 1.4641288433vw;
    line-height: 2;
  }
}
@media (min-width: 835px) and (min-width: 1366px) {
  .topPage .mainvisual__movie__detail__text p {
    font-size: 20px;
  }
}
@media all and (min-width: 835px) {
  .topPage .mainvisual__movie__detail__text p + p {
    padding-top: 1.5rem;
  }
  .topPage .mainvisual__movie__detail__btns {
    opacity: 0;
    display: flex;
  }
  .topPage .mainvisual__movie__detail__btns a {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15.3733528551vw;
    height: 3.3674963397vw;
    background: linear-gradient(75deg, #2c2c2c 0%, #464646 16.75%, #5a5a5a 50.74%, #6e6e6e 85.22%, #888 100%);
    border-radius: 5px;
    border: 1px solid #717171;
  }
}
.topPage .mainvisual__movie__detail__btns a:nth-of-type(2) {
  pointer-events: none;
  opacity: 0.8;
}
.topPage .mainvisual__movie__detail__btns a:nth-of-type(2) span {
  color: #cccccc;
}
@media (min-width: 835px) and (min-width: 1366px) {
  .topPage .mainvisual__movie__detail__btns a {
    width: 210px;
    height: 46px;
  }
}
@media all and (min-width: 835px) {
  .topPage .mainvisual__movie__detail__btns a span {
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-size: 1.0980966325vw;
    line-height: 1;
  }
}
@media (min-width: 835px) and (min-width: 1366px) {
  .topPage .mainvisual__movie__detail__btns a span {
    font-size: 15px;
  }
}
@media all and (min-width: 835px) {
  .lang-en .topPage .mainvisual__movie__detail__btns a span {
    letter-spacing: 0.01rem;
  }
  .topPage .mainvisual__movie__detail__btns a::before {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    opacity: 0;
    z-index: 0;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: #888;
    border-radius: 5px;
    transition: 0.6s ease;
  }
  .topPage .mainvisual__movie__detail__btns a:hover::before {
    opacity: 1;
  }
  .topPage .mainvisual__movie__detail__btns a + a {
    margin-left: 2.196193265vw;
  }
}
@media (min-width: 835px) and (min-width: 1366px) {
  .topPage .mainvisual__movie__detail__btns a + a {
    margin-left: 30px;
  }
}
@media all and (min-width: 835px) {
  .topPage .mainvisual__movie__detail__btns a:nth-of-type(1)::after {
    position: absolute;
    top: 1.2vw;
    right: 1.0666666667vw;
    content: "";
    width: 1.2vw;
    height: 0.4vw;
    background-image: url(../images/common/ico-arrow.png);
    background-size: 1.2vw 0.4vw;
    opacity: 1;
  }
}
@media (min-width: 835px) and (min-width: 1500px) {
  .topPage .mainvisual__movie__detail__btns a:nth-of-type(1)::after {
    top: 18px;
    right: 16px;
    width: 18px;
    height: 6px;
    background-size: 18px 6px;
  }
}
@media all and (min-width: 835px) {
  .topPage .mainvisual__movie__detail__btns a:nth-of-type(2)::after {
    position: absolute;
    top: 1vw;
    right: 1.2vw;
    content: "";
    width: 0.8vw;
    height: 0.8666666667vw;
    background-image: url(../images/common/ico-blank.png);
    background-size: 0.8vw 0.8666666667vw;
    opacity: 0.6;
  }
}
@media (min-width: 835px) and (min-width: 1500px) {
  .topPage .mainvisual__movie__detail__btns a:nth-of-type(2)::after {
    top: 15px;
    right: 18px;
    width: 12px;
    height: 13px;
    background-size: 12px 13px;
  }
}
@media all and (min-width: 835px) {
  .topPage .mainvisual__banner {
    text-align: center;
    padding: 30px 0;
    background-color: rgba(167, 167, 167, 0.2);
  }
  .topPage .mainvisual__banner a,
  .topPage .mainvisual__banner span {
    position: relative;
    display: block;
    width: 41.8%;
    margin-inline: auto;
  }
  .topPage .mainvisual__banner a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: ease 0.3s;
    background-image: url(../images/index/bnr-virtual-hover.png);
    background-size: 100% 100%;
  }
  .lang-en .topPage .mainvisual__banner a::after {
    background-image: url(../images/index/bnr-virtual-en-hover.png);
  }
  .topPage .mainvisual__banner a:hover::after {
    opacity: 1;
  }
  .topPage .mainvisual__scroll {
    opacity: 0;
    position: fixed;
    right: 30px;
    bottom: 11vh;
    width: 1.375vw;
  }
}
@media (min-width: 835px) and (min-width: 1600px) {
  .topPage .mainvisual__scroll {
    width: 22px;
  }
}
@media all and (min-width: 835px) {
  .topPage .lead {
    position: relative;
    background-image: url(../images/index/bg-lead.png);
    background-size: 2000px 100%;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .topPage .lead-wrap {
    max-width: 1070px;
    padding: 210px 50px 0;
    margin-inline: auto;
    margin-bottom: 280px;
  }
  .topPage .lead__message {
    margin-bottom: 15rem;
  }
  .lang-en .topPage .lead__message {
    margin-bottom: 10rem;
  }
  .topPage .lead__message p {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    font-size: 2.635431918vw;
    line-height: 2.5;
  }
}
@media (min-width: 835px) and (min-width: 1366px) {
  .topPage .lead__message p {
    font-size: 36px;
  }
}
@media all and (min-width: 835px) {
  .topPage .lead__message p + p {
    padding-top: 12rem;
  }
  .topPage .lead__sign {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .lang-en .topPage .lead__sign {
    align-items: flex-end;
  }
  .topPage .lead__sign p {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    font-size: 1.756954612vw;
    line-height: 2.5;
  }
}
@media (min-width: 835px) and (min-width: 1366px) {
  .topPage .lead__sign p {
    font-size: 24px;
  }
}
@media all and (min-width: 835px) {
  .lang-en .topPage .lead__sign p {
    line-height: 1.8;
  }
  .topPage .lead__sign img {
    width: 198px;
    margin-left: 23px;
  }
  .lang-en .topPage .lead__sign img {
    width: 274px;
  }
  .topPage .movie {
    margin-bottom: 480px;
  }
  .topPage .movie-wrap {
    width: 63.3967789165vw;
    margin-inline: auto;
  }
}
@media (min-width: 835px) and (min-width: 1366px) {
  .topPage .movie-wrap {
    width: 866px;
  }
}
@media all and (min-width: 835px) {
  .topPage .movie__content {
    position: relative;
    z-index: 5;
  }
  .topPage .movie__content video {
    width: 100%;
  }
  .topPage .pavilion {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .topPage .pavilion__image {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
  }
  .topPage .pavilion__image-overview {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    transform-origin: center;
    aspect-ratio: 1/0.5;
  }
  .topPage .pavilion__image-innerview {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 90%;
       object-position: center 90%;
    transform-origin: bottom;
    opacity: 0;
  }
  .topPage .pavilion__copyright {
    position: absolute;
    bottom: 12px;
    right: 16px;
    font-size: 7px;
    letter-spacing: 0;
  }
  .topPage .pavilion__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0;
  }
  .topPage .pavilion__title {
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
  }
  .topPage .pavilion__title-sub {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    font-size: 2.0497803807vw;
    line-height: 1.1;
    margin-bottom: 10px;
  }
}
@media (min-width: 835px) and (min-width: 1366px) {
  .topPage .pavilion__title-sub {
    font-size: 28px;
  }
}
@media all and (min-width: 835px) {
  .lang-en .topPage .pavilion__title-sub {
    margin-bottom: 15px;
  }
  .topPage .pavilion__title-main {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    font-size: 3.2210834553vw;
    line-height: 1.1;
  }
}
@media (min-width: 835px) and (min-width: 1366px) {
  .topPage .pavilion__title-main {
    font-size: 44px;
  }
}
@media all and (min-width: 835px) {
  .lang-en .topPage .pavilion__title-main {
    line-height: 1.45;
  }
  .topPage .pavilion__text-overview, .topPage .pavilion__text-innerview {
    position: absolute;
    top: 0;
    left: 0;
    width: 41.7276720351vw;
  }
}
@media (min-width: 835px) and (min-width: 1366px) {
  .topPage .pavilion__text-overview, .topPage .pavilion__text-innerview {
    width: 570px;
  }
}
@media all and (min-width: 835px) {
  .topPage .pavilion__text p {
    color: #ffffff;
    font-size: 1.317715959vw;
    line-height: 2.66;
  }
}
@media (min-width: 835px) and (min-width: 1366px) {
  .topPage .pavilion__text p {
    font-size: 18px;
  }
}
@media all and (min-width: 835px) {
  .topPage .pavilion__text p span {
    font-size: 1.0248901903vw;
  }
}
@media (min-width: 835px) and (min-width: 1366px) {
  .topPage .pavilion__text p span {
    font-size: 14px;
  }
}
@media all and (min-width: 835px) {
  .topPage .pavilion__text p small {
    display: inline-block;
    font-size: 1.1713030747vw;
  }
}
@media (min-width: 835px) and (min-width: 1366px) {
  .topPage .pavilion__text p small {
    font-size: 16px;
  }
}
@media all and (min-width: 835px) {
  .topPage .pavilion__text__in_btn {
    padding: 40px 0 150px;
  }
  .topPage .pavilion__text__in_btn a {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 1.0980966325vw;
    letter-spacing: 0.06rem;
    line-height: 1.46;
    color: #ffffff;
    width: 49.12%;
    height: 3.3674963397vw;
    padding-left: 1.317715959vw;
    border-radius: 5px;
    background: linear-gradient(75deg, #2c2c2c 0%, #464646 16.75%, #5a5a5a 50.74%, #6e6e6e 85.22%, #888 100%);
    border: 1px solid #717171;
  }
}
@media (min-width: 835px) and (min-width: 1366px) {
  .topPage .pavilion__text__in_btn a {
    font-size: 15px;
    width: 280px;
    height: 46px;
    padding-left: 18px;
  }
}
@media all and (min-width: 835px) {
  .lang-en .topPage .pavilion__text__in_btn a {
    letter-spacing: 0.05rem;
    width: 52%;
    height: 4.39238653vw;
  }
}
@media (min-width: 835px) and (min-width: 1366px) {
  .lang-en .topPage .pavilion__text__in_btn a {
    height: 60px;
  }
}
@media all and (min-width: 835px) {
  .topPage .pavilion__text__in_btn a span {
    position: relative;
    z-index: 1;
  }
  .topPage .pavilion__text__in_btn a::before {
    content: "";
    position: absolute;
    opacity: 0;
    left: -2px;
    top: -2px;
    z-index: 0;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: #888;
    transition: 0.6s ease;
  }
  .topPage .pavilion__text__in_btn a::after {
    position: absolute;
    top: calc(50% - 3px);
    right: 0.7320644217vw;
    content: "";
    width: 1.317715959vw;
    height: 0.439238653vw;
    background-image: url(../images/common/ico-arrow.png);
    background-size: 1.317715959vw 0.439238653vw;
  }
}
@media (min-width: 835px) and (min-width: 1366px) {
  .topPage .pavilion__text__in_btn a::after {
    right: 10px;
    height: 6px;
    width: 18px;
    background-size: 18px 6px;
  }
}
@media all and (min-width: 835px) {
  .lang-en .topPage .pavilion__text__in_btn a::after {
    top: calc(50% + 6px);
  }
  .topPage .pavilion__text__in_btn a:hover::before {
    opacity: 1;
  }
  .topPage .overview {
    background-image: url(../images/index/bg-overview.png);
    background-size: 2000px 100%;
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 130px;
  }
  .topPage .overview__title {
    max-width: 1270px;
    padding: 230px 50px 0;
    margin-inline: auto;
    margin-bottom: 40px;
  }
  .topPage .overview__title h2 {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    font-size: 3.2210834553vw;
    line-height: 1.1;
  }
}
@media (min-width: 835px) and (min-width: 1366px) {
  .topPage .overview__title h2 {
    font-size: 44px;
  }
}
@media all and (min-width: 835px) {
  .lang-en .topPage .overview__title h2 {
    font-size: 3.074670571vw;
    letter-spacing: 0.02rem;
  }
}
@media (min-width: 835px) and (min-width: 1366px) {
  .lang-en .topPage .overview__title h2 {
    font-size: 42px;
  }
}
@media all and (min-width: 835px) {
  .topPage .overview__list {
    max-width: 1070px;
    padding: 0 50px;
    margin-inline: auto;
  }
  .topPage .overview__list__thumb {
    position: relative;
    display: block;
    margin-bottom: 35px;
  }
  .topPage .overview__list__thumb::before {
    content: "";
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 16px;
    border: 1px solid rgba(204, 204, 204, 0);
    transition: ease 0.3s;
  }
  .topPage .overview__list__title {
    display: block;
    margin-bottom: 20px;
    background-image: url(../images/common/ico-link.png);
    background-position: right 2.196193265vw top 0.5856515373vw;
    background-repeat: no-repeat;
    background-size: 2.9282576867vw 0.9516837482vw;
    transition: ease 0.3s;
  }
}
@media (min-width: 835px) and (min-width: 1366px) {
  .topPage .overview__list__title {
    background-position: right 30px top 8px;
    background-size: 40px 13px;
  }
}
@media all and (min-width: 835px) {
  .topPage .overview__list__title-ja {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    display: block;
    font-size: 2.0497803807vw;
    line-height: 1.1;
    margin-bottom: 8px;
  }
}
@media (min-width: 835px) and (min-width: 1366px) {
  .topPage .overview__list__title-ja {
    font-size: 28px;
  }
}
@media all and (min-width: 835px) {
  .lang-en .topPage .overview__list__title-ja {
    letter-spacing: 0.01rem;
    font-size: 1.6105417277vw;
  }
}
@media (min-width: 835px) and (min-width: 1366px) {
  .lang-en .topPage .overview__list__title-ja {
    font-size: 22px;
  }
}
@media all and (min-width: 835px) {
  .topPage .overview__list__title-ja span:first-child {
    display: inline-block;
    width: 37px;
  }
  .lang-en .topPage .overview__list__title-ja span:first-child {
    width: 25px;
  }
  .topPage .overview__list__title-en {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    display: block;
    font-size: 1.1713030747vw;
    line-height: 1.1;
    padding-left: 37px;
  }
}
@media (min-width: 835px) and (min-width: 1366px) {
  .topPage .overview__list__title-en {
    font-size: 16px;
  }
}
@media all and (min-width: 835px) {
  .topPage .overview__list__text {
    font-size: 1.1713030747vw;
    line-height: 2;
  }
}
@media (min-width: 835px) and (min-width: 1366px) {
  .topPage .overview__list__text {
    font-size: 16px;
  }
}
@media all and (min-width: 835px) {
  .topPage .overview__list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .topPage .overview__list ul li {
    width: 48.45%;
    margin-bottom: 65px;
  }
  .topPage .overview__list ul li a {
    display: block;
  }
  .topPage .overview__list ul li a:hover .overview__list__thumb::before {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #cccccc;
  }
  .topPage .overview__list ul li a:hover .overview__list__title {
    opacity: 0.5;
  }
  .topPage .overview__list ul li:nth-of-type(2) a:hover .overview__list__thumb::before {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .topPage .news {
    margin-bottom: 165px;
  }
  .topPage .news__title {
    max-width: 1270px;
    padding: 0 50px;
    margin-inline: auto;
    margin-bottom: 40px;
  }
  .topPage .news__title h2 {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    font-size: 3.2210834553vw;
    line-height: 1.1;
  }
}
@media (min-width: 835px) and (min-width: 1366px) {
  .topPage .news__title h2 {
    font-size: 44px;
  }
}
@media all and (min-width: 835px) {
  .topPage .news__list {
    max-width: 1070px;
    padding: 0 50px;
    margin-inline: auto;
  }
  .topPage .news__list__date {
    display: block;
    width: 9.1508052709vw;
    text-align: center;
  }
}
@media (min-width: 835px) and (min-width: 1366px) {
  .topPage .news__list__date {
    width: 125px;
  }
}
@media all and (min-width: 835px) {
  .topPage .news__list__title {
    width: calc(100% - 9.1508052709vw);
    padding: 0 75px 0 6.9546120059vw;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
@media (min-width: 835px) and (min-width: 1366px) {
  .topPage .news__list__title {
    width: calc(100% - 125px);
  }
}
@media all and (min-width: 835px) {
  .topPage .news__list ul {
    border-top: 1px solid #CCCCCC;
  }
  .topPage .news__list ul li {
    border-bottom: 1px solid #CCCCCC;
  }
  .topPage .news__list ul li a {
    position: relative;
    display: flex;
    line-height: 1.875;
    padding: 40px 0;
    font-size: 1.167vw;
    /*
    &::before{
    	position: absolute;
    	content: "";
    	right: 15px;
    	top: calc(50% - 20px);
    	width: 40px;
    	height: 40px;
    	background-image: url(../images/common/btn-pager-bk.png);
    	background-size: 40px 40px;
    	transform: scale(-1, 1);
    	opacity: 0;
    	transition: ease .3s;
    }
    	*/
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .topPage .news__list ul li a {
    font-size: 16px;
  }
}
@media all and (min-width: 835px) {
  .topPage .news__list ul li a::after {
    position: absolute;
    content: "";
    right: 15px;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    background-image: url(../images/common/btn-pager.png);
    background-size: 40px 40px;
    transform: scale(-1, 1);
    opacity: 1;
    transition: ease 0.3s;
  }
  .topPage .news__list ul li a:hover {
    background-color: rgba(255, 255, 255, 0.3);
    /*
    &::before{
    	opacity: 1;
    }
    &::after{
    	opacity: 0;
    }
    */
  }
  .topPage .news__list__index {
    text-align: center;
    padding-top: 50px;
  }
  .topPage .news__list__index a {
    position: relative;
    font-size: 1.216vw;
  }
}
@media (min-width: 835px) and (min-width: 1480px) {
  .topPage .news__list__index a {
    font-size: 18px;
  }
}
@media all and (min-width: 835px) {
  .topPage .news__list__index a:hover {
    opacity: 0.3;
  }
  .topPage .partner {
    margin-bottom: 200px;
  }
  .topPage .partner__title {
    max-width: 1270px;
    padding: 0 50px;
    margin-inline: auto;
    margin-bottom: 40px;
  }
  .topPage .partner__title h2 {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    font-size: 3.2210834553vw;
    line-height: 1.1;
  }
}
@media (min-width: 835px) and (min-width: 1366px) {
  .topPage .partner__title h2 {
    font-size: 44px;
  }
}
@media all and (min-width: 835px) {
  .topPage .partner__list {
    max-width: 1070px;
    padding: 0 50px;
    margin-inline: auto;
  }
  .topPage .partner__list dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 60px;
  }
  .topPage .partner__list dl dt {
    width: 20.66%;
  }
  .topPage .partner__list dl dt span {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    position: relative;
    display: inline-block;
    padding-left: 40px;
    font-size: 1.317715959vw;
  }
}
@media (min-width: 835px) and (min-width: 1366px) {
  .topPage .partner__list dl dt span {
    font-size: 18px;
  }
}
@media all and (min-width: 835px) {
  .topPage .partner__list dl dt span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    height: 1px;
    background-color: #CCCCCC;
  }
}
@media (min-width: 835px) and (max-width: 1220px) {
  .topPage .partner__list dl dt span {
    padding-left: 35px;
  }
  .topPage .partner__list dl dt span::before {
    width: 25px;
  }
}
@media (min-width: 835px) and (max-width: 980px) {
  .topPage .partner__list dl dt span {
    padding-left: 25px;
  }
  .topPage .partner__list dl dt span::before {
    width: 15px;
  }
}
@media all and (min-width: 835px) {
  .topPage .partner__list dl dd {
    width: 38.1%;
  }
  .topPage .partner__list dl dd + dd {
    margin-left: auto;
  }
  .topPage .partner__list dl dd a img {
    border: 1px solid rgba(112, 112, 112, 0);
    transition: ease 0.3s;
  }
  .topPage .partner__list dl dd a:hover img {
    border: 1px solid #707070;
  }
  .topPage .partner__list dl.narrow dd {
    width: 24.5%;
  }
  .topPage .partner__list dl.narrow dd + dd {
    margin-left: 2.8%;
  }
  .topPage .slidetext {
    margin-bottom: 10px;
  }
  .topPage .slidetext__en {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    width: 100vw;
  }
  .topPage .slidetext__en ul {
    display: flex;
    flex-flow: row nowrap;
  }
  .topPage .slidetext__en ul:first-child {
    animation: loop 60s -15s linear infinite;
  }
  .topPage .slidetext__en ul + ul {
    animation: loop2 60s 15s linear infinite;
  }
  .topPage .slidetext__en ul li {
    width: 120vw;
    margin-right: 9.375vw;
  }
}
@media (min-width: 835px) and (min-width: 1600px) {
  .topPage .slidetext__en ul li {
    width: 1920px;
    margin-right: 150px;
  }
}
@media all and (max-width: 834px) {
  .topPage .mainvisual__movie {
    position: relative;
    height: 90.6svh;
    background-color: #141414;
  }
  .topPage .mainvisual__movie::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40.17%;
    background-image: url(../images/index/mv-mask--sp.png);
    background-size: 100% 100%;
  }
  .topPage .mainvisual__movie video {
    width: 100%;
    height: auto;
  }
  .topPage .mainvisual__movie__detail {
    position: absolute;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48svh;
    padding: 0 9.33vw;
    color: #ffffff;
  }
  .topPage .mainvisual__movie__detail__title {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 2rem;
  }
  .lang-en .topPage .mainvisual__movie__detail__title {
    letter-spacing: 0.02rem;
  }
  .topPage .mainvisual__movie__detail__text {
    margin-bottom: 2.2rem;
  }
  .topPage .mainvisual__movie__detail__text p {
    font-size: 15px;
    line-height: 2;
  }
  .lang-en .topPage .mainvisual__movie__detail__text p {
    letter-spacing: 0.02rem;
    line-height: 1.5;
  }
  .topPage .mainvisual__movie__detail__text p + p {
    padding-top: 1.4rem;
  }
  .topPage .mainvisual__movie__detail__btns {
    opacity: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .topPage .mainvisual__movie__detail__btns a {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 47.7%;
    height: 40px;
    line-height: 1.1;
    padding-right: 3.2vw;
    background: linear-gradient(75deg, #2c2c2c 0%, #464646 16.75%, #5a5a5a 50.74%, #6e6e6e 85.22%, #888 100%);
    border-radius: 5px;
    border: 1px solid #717171;
  }
}
@media screen and (max-width: 834px) and (min-width: 375px) {
  .topPage .mainvisual__movie__detail__btns a {
    padding-right: 12px;
  }
}
@media all and (max-width: 834px) {
  .topPage .mainvisual__movie__detail__btns a span {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    color: #ffffff;
    font-size: 4vw;
    letter-spacing: 0.01rem;
  }
}
@media screen and (max-width: 834px) and (min-width: 375px) {
  .topPage .mainvisual__movie__detail__btns a span {
    font-size: 15px;
  }
}
@media all and (max-width: 834px) {
  .lang-en .topPage .mainvisual__movie__detail__btns a span {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    letter-spacing: 0.01rem;
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 834px) and (min-width: 375px) {
  .lang-en .topPage .mainvisual__movie__detail__btns a span {
    font-size: 13px;
  }
}
@media all and (max-width: 834px) {
  .topPage .mainvisual__movie__detail__btns a:nth-of-type(1)::after {
    position: absolute;
    top: calc(50% - 2px);
    right: 6px;
    content: "";
    width: 15px;
    height: 5px;
    background-image: url(../images/common/ico-arrow.png);
    background-size: 15px 5px;
  }
  .topPage .mainvisual__movie__detail__btns a:nth-of-type(2)::after {
    position: absolute;
    top: calc(50% - 6px);
    right: 8px;
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(../images/common/ico-blank.png);
    background-size: 12px 12px;
    opacity: 0.6;
  }
  .topPage .mainvisual__banner {
    text-align: center;
    padding: 20px 0;
    background-color: rgba(167, 167, 167, 0.2);
  }
  .topPage .mainvisual__banner img {
    width: 89%;
  }
  .topPage .mainvisual__scroll {
    opacity: 0;
    position: fixed;
    right: 5px;
    bottom: 11svh;
    width: 10px;
  }
  .topPage .lead {
    position: relative;
    background-image: url(../images/index/bg-lead--sp.png);
    background-size: 100% 100%;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .topPage .lead-wrap {
    padding: 120px 9.33vw 160px;
  }
  .topPage .lead__message {
    margin-bottom: 5rem;
  }
  .topPage .lead__message p {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    font-size: 20px;
    line-height: 2.3;
    letter-spacing: 0;
  }
  .topPage .lead__message p + p {
    padding-top: 6rem;
  }
  .topPage .lead__sign {
    text-align: right;
  }
  .lang-en .topPage .lead__sign {
    overflow: hidden;
    text-align: left;
  }
  .topPage .lead__sign p {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 12px;
  }
  .lang-en .topPage .lead__sign p {
    line-height: 1.75;
  }
  .topPage .lead__sign img {
    width: 140px;
  }
  .lang-en .topPage .lead__sign img {
    width: 207px;
    float: right;
  }
  .topPage .movie {
    margin-bottom: 160px;
  }
  .topPage .movie-wrap {
    width: 89vw;
    margin-inline: auto;
  }
  .topPage .movie__content {
    position: relative;
    z-index: 5;
  }
  .topPage .movie__content video {
    width: 100%;
  }
  .topPage .pavilion {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    margin-top: -40vh;
  }
  .topPage .pavilion__image {
    position: absolute;
  }
  .topPage .pavilion__image-overview, .topPage .pavilion__image-innerview {
    -o-object-fit: cover;
       object-fit: cover;
    transform-origin: bottom;
  }
  .topPage .pavilion__image-innerview {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .topPage .pavilion__copyright {
    position: absolute;
    bottom: -20px;
    right: 8px;
    font-size: 7px;
    letter-spacing: 0;
  }
  .topPage .pavilion__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0;
  }
  .topPage .pavilion__title {
    width: 80.6%;
    position: absolute;
    top: 0;
    color: #ffffff;
  }
  .topPage .pavilion__title-sub {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    font-size: 15px;
    line-height: 1.1;
    margin-bottom: 10px;
  }
  .lang-en .topPage .pavilion__title-sub {
    letter-spacing: 0.02rem;
  }
  .topPage .pavilion__title-main {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    font-size: 30px;
    line-height: 1.1;
  }
  .lang-en .topPage .pavilion__title-main {
    letter-spacing: 0;
    line-height: 1.4;
  }
  .topPage .pavilion__text {
    width: 80.6%;
    margin-top: 140px;
    margin-inline: auto;
    position: absolute;
    top: 0;
    bottom: 30px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to top, #fff 80%, #fff 90%, transparent 100%);
    mask-image: linear-gradient(to top, #fff 80%, #fff 90%, transparent 100%);
  }
  .lang-en .topPage .pavilion__text {
    margin-top: 230px;
  }
  .topPage .pavilion__text-overview, .topPage .pavilion__text-innerview {
    position: absolute;
    top: 40px;
  }
  .topPage .pavilion__text p {
    color: #ffffff;
    font-size: 15px;
    line-height: 2.66;
  }
  .topPage .pavilion__text p span {
    font-size: 11px;
  }
  .topPage .pavilion__text p small {
    display: inline-block;
    font-size: 14px;
    line-height: 2;
  }
  .topPage .pavilion__text__in_btn {
    padding: 45px 0 160px;
  }
  .topPage .pavilion__text__in_btn a {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #ffffff;
    width: 100%;
    height: 46px;
    border-radius: 5px;
    padding-left: 20px;
    background: linear-gradient(75deg, #2c2c2c 0%, #464646 16.75%, #5a5a5a 50.74%, #6e6e6e 85.22%, #888 100%);
  }
  .lang-en .topPage .pavilion__text__in_btn a {
    height: 60px;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.57;
    padding-left: 10px;
  }
  .topPage .pavilion__text__in_btn a span {
    position: relative;
    z-index: 1;
  }
  .topPage .pavilion__text__in_btn a::after {
    position: absolute;
    top: 18px;
    right: 13px;
    content: "";
    width: 18px;
    height: 6px;
    background-image: url(../images/common/ico-arrow.png);
    background-size: 18px 6px;
  }
  .lang-en .topPage .pavilion__text__in_btn a::after {
    top: 34px;
  }
  .topPage .overview {
    padding-top: 155px;
    padding-bottom: 125px;
    background-image: url(../images/index/bg-overview--sp.png);
    background-size: 100% 100%;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .topPage .overview__title {
    padding: 0 5.33vw;
    margin-bottom: 40px;
  }
  .topPage .overview__title h2 {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    font-size: 28px;
    line-height: 1.1;
  }
  .lang-en .topPage .overview__title h2 {
    line-height: 1.42;
  }
  .topPage .overview__list {
    padding: 0 9.33vw;
  }
  .topPage .overview__list__thumb {
    display: block;
    margin-bottom: 25px;
  }
  .topPage .overview__list__thumb-caption {
    display: block;
    text-align: right;
    font-size: 7px;
    letter-spacing: 0;
    line-height: 1.57;
    padding-top: 5px;
  }
  .topPage .overview__list__title {
    display: block;
    background-image: url(../images/common/ico-link.png);
    background-position: right top 8px;
    background-repeat: no-repeat;
    background-size: 30px 10px;
    margin-bottom: 20px;
  }
  .topPage .overview__list__title-ja {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    display: block;
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 8px;
  }
  .lang-en .topPage .overview__list__title-ja {
    display: flex;
    letter-spacing: 0.02rem;
    font-size: 21px;
    line-height: 1.27;
  }
  .topPage .overview__list__title-ja span:first-child {
    display: inline-block;
    width: 32px;
  }
  .lang-en .topPage .overview__list__title-ja span:first-child {
    width: 25px;
  }
  .topPage .overview__list__title-en {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    display: block;
    font-size: 14px;
    line-height: 1.1;
    padding-left: 32px;
  }
  .topPage .overview__list__text {
    font-size: 14px;
    line-height: 2;
  }
  .topPage .overview__list ul li {
    margin-bottom: 50px;
  }
  .topPage .overview__list ul li a {
    display: block;
  }
  .topPage .news {
    margin-bottom: 90px;
  }
  .topPage .news__title {
    padding: 0 5.33vw;
    margin-bottom: 30px;
  }
  .topPage .news__title h2 {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    font-size: 28px;
    line-height: 1.1;
  }
  .topPage .news__list {
    padding: 0 5.33vw;
  }
  .topPage .news__list__date {
    display: block;
    width: 25.6vw;
    font-size: 12px;
    letter-spacing: 0;
  }
}
@media (max-width: 834px) and (min-width: 375px) {
  .topPage .news__list__date {
    width: 96px;
  }
}
@media all and (max-width: 834px) {
  .lang-en .topPage .news__list__date {
    padding-top: 0.5rem;
  }
  .topPage .news__list__title {
    display: block;
    width: calc(100% - 25.6vw);
    padding: 0 25px 0 5px;
    font-size: 13px;
    line-height: 1.84;
  }
}
@media (max-width: 834px) and (min-width: 375px) {
  .topPage .news__list__title {
    width: calc(100% - 96px);
  }
}
@media all and (max-width: 834px) {
  .topPage .news__list ul {
    border-top: 1px solid #CCCCCC;
  }
  .topPage .news__list ul li {
    border-bottom: 1px solid #CCCCCC;
  }
  .topPage .news__list ul li a {
    position: relative;
    display: flex;
    line-height: 1.5;
    padding: 18px 0;
  }
  .topPage .news__list__index {
    padding-top: 18px;
    text-align: center;
  }
  .topPage .news__list__index a {
    font-size: 14px;
  }
  .topPage .partner {
    margin-bottom: 110px;
  }
  .topPage .partner__title {
    padding: 0 5.33vw;
    margin-bottom: 30px;
  }
  .topPage .partner__title h2 {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    font-size: 28px;
    line-height: 1.1;
  }
  .topPage .partner__list {
    padding: 0 5.33vw;
  }
  .topPage .partner__list dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .topPage .partner__list dl dt {
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
  }
  .topPage .partner__list dl dt span {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    font-size: 3.46vw;
  }
  .topPage .partner__list dl dd {
    width: 42.13vw;
  }
  .topPage .partner__list dl.narrow {
    justify-content: flex-start;
  }
  .topPage .partner__list dl.narrow dd {
    width: 26.3vw;
  }
  .topPage .partner__list dl.narrow dd + dd {
    margin-left: 5vw;
  }
  .topPage .slidetext {
    padding-bottom: 5px;
  }
  .topPage .slidetext__en {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    width: 100vw;
  }
  .topPage .slidetext__en ul {
    display: flex;
    flex-flow: row nowrap;
  }
  .topPage .slidetext__en ul:first-child {
    animation: loop 60s -20s linear infinite;
  }
  .topPage .slidetext__en ul + ul {
    animation: loop2 60s 10s linear infinite;
  }
  .topPage .slidetext__en ul li {
    width: 309.3vw;
    margin-right: 13.33vw;
  }
}

@media all and (min-width: 835px) {
  .newsPage {
    padding-top: 190px;
    background-image: url(../images/news/bg-body.png), url(../images/common/bg-body.png);
    background-size: 1955px 1015px, 400px 400px;
    background-position: center 70px, top center;
    background-repeat: no-repeat, repeat;
  }
  .newsPage .news {
    margin: 0 auto 85px;
  }
  .newsPage .news__title {
    position: relative;
    max-width: 1370px;
    padding: 0 100px;
    margin: 0 auto 100px;
  }
  .newsPage .news__title h2 {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    font-size: 3.941vw;
    line-height: 1.1;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .newsPage .news__title h2 {
    font-size: 54px;
  }
}
@media all and (min-width: 835px) {
  .lang-en .newsPage .news__title h2 {
    width: 30.07vw;
  }
  .newsPage .news-wrap {
    padding: 0 140px;
    margin-bottom: 180px;
  }
}
@media (min-width: 835px) and (min-width: 1600px) {
  .newsPage .news-wrap {
    width: 1250px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 835px) {
  .newsPage .news__list {
    max-width: 970px;
    margin: 0 auto;
  }
  .newsPage .news__list__midashi {
    font-size: 2vw;
    margin-bottom: 40px;
  }
}
@media (min-width: 835px) and (min-width: 1600px) {
  .newsPage .news__list__midashi {
    font-size: 32px;
  }
}
@media all and (min-width: 835px) {
  .newsPage .news__list__date {
    display: block;
    width: 9.1240875912vw;
    text-align: center;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .newsPage .news__list__date {
    width: 125px;
  }
}
@media all and (min-width: 835px) {
  .newsPage .news__list__title {
    width: calc(100% - 9.1240875912vw);
    padding: 0 75px 0 6.9343065693vw;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .newsPage .news__list__title {
    width: calc(100% - 125px);
    padding: 0 75px 0 95px;
  }
}
@media all and (min-width: 835px) {
  .newsPage .news__list ul {
    border-top: 1px solid #CCCCCC;
  }
  .newsPage .news__list ul li {
    border-bottom: 1px solid #CCCCCC;
  }
  .newsPage .news__list ul li a {
    position: relative;
    display: flex;
    padding: 40px 0;
    line-height: 1.875;
    font-size: 1.167vw;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .newsPage .news__list ul li a {
    font-size: 16px;
  }
}
@media all and (min-width: 835px) {
  .newsPage .news__list ul li a::after {
    position: absolute;
    content: "";
    right: 15px;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    background-image: url(../images/common/btn-pager.png);
    background-size: 40px 40px;
    transform: scale(-1, 1);
    opacity: 1;
    transition: ease 0.3s;
  }
  .newsPage .news__list ul li a:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .newsPage .news__list__pager {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1170px;
    height: 40px;
    margin: 40px auto -100px;
  }
  .newsPage .news__list__pager__num {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    margin-top: 5px;
  }
  .newsPage .news__list__pager__num a,
  .newsPage .news__list__pager__num span {
    display: inline-block;
    font-size: 1.538vw;
    line-height: 30px;
    margin: 0 10px;
  }
}
@media (min-width: 835px) and (min-width: 1170px) {
  .newsPage .news__list__pager__num a,
  .newsPage .news__list__pager__num span {
    font-size: 18px;
  }
}
@media all and (min-width: 835px) {
  .newsPage .news__list__pager__num a.current,
  .newsPage .news__list__pager__num span.current {
    border-bottom: 1px solid #333;
  }
  .newsPage .news__list__pager__num a:hover {
    opacity: 0.3;
  }
  .newsPage .news__list__pager__prev a,
  .newsPage .news__list__pager__prev span, .newsPage .news__list__pager__next a,
  .newsPage .news__list__pager__next span {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
  }
  .newsPage .news__list__pager__prev a::after,
  .newsPage .news__list__pager__prev span::after, .newsPage .news__list__pager__next a::after,
  .newsPage .news__list__pager__next span::after {
    content: "";
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    background-image: url(../images/common/btn-pager.png);
    background-size: 40px 40px;
    opacity: 1;
    transition: ease 0.3s;
  }
  .newsPage .news__list__pager__prev a:hover, .newsPage .news__list__pager__next a:hover {
    opacity: 0.3;
  }
  .newsPage .news__list__pager__prev span, .newsPage .news__list__pager__next span {
    opacity: 0.3;
  }
  .newsPage .news__list__pager__prev {
    margin-right: 10px;
  }
  .newsPage .news__list__pager__prev a::before, .newsPage .news__list__pager__prev a::after,
  .newsPage .news__list__pager__prev span::before,
  .newsPage .news__list__pager__prev span::after {
    left: 0;
  }
  .newsPage .news__list__pager__next {
    margin-left: 10px;
  }
  .newsPage .news__list__pager__next a::before, .newsPage .news__list__pager__next a::after,
  .newsPage .news__list__pager__next span::before,
  .newsPage .news__list__pager__next span::after {
    right: 0;
    transform: scale(-1, 1);
  }
  .newsPage .news__detail {
    max-width: 1170px;
    padding: 0 100px;
    margin: 0 auto;
  }
  .newsPage .news__detail__head__info {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  .newsPage .news__detail__head__info__date {
    display: inline-block;
    font-size: 1.538vw;
    margin-right: 20px;
  }
}
@media (min-width: 835px) and (min-width: 1170px) {
  .newsPage .news__detail__head__info__date {
    font-size: 18px;
  }
}
@media all and (min-width: 835px) {
  .newsPage .news__detail__head__info__category {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    font-size: 1.196vw;
    border: 1px solid #cccccc;
    border-radius: 4px;
  }
}
@media (min-width: 835px) and (min-width: 1170px) {
  .newsPage .news__detail__head__info__category {
    font-size: 14px;
  }
}
@media all and (min-width: 835px) {
  .newsPage .news__detail__head__title {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    font-size: 3.076vw;
    letter-spacing: 0;
    line-height: 1.5;
    padding-bottom: 40px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 53px;
  }
}
@media (min-width: 835px) and (min-width: 1170px) {
  .newsPage .news__detail__head__title {
    font-size: 36px;
  }
}
@media all and (min-width: 835px) {
  .newsPage .news__detail__mainpct {
    margin-bottom: 40px;
  }
  .newsPage .news__detail__text {
    padding-bottom: 65px;
    border-bottom: 1px solid #cccccc;
  }
  .newsPage .news__detail__text .center {
    text-align: center;
  }
  .newsPage .news__detail__text p, .newsPage .news__detail__text dl {
    max-width: 770px;
    letter-spacing: 0.06rem;
    line-height: 2.13;
    margin-inline: auto;
    font-size: 1.167vw;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .newsPage .news__detail__text p, .newsPage .news__detail__text dl {
    font-size: 16px;
  }
}
@media all and (min-width: 835px) {
  .newsPage .news__detail__text p + p, .newsPage .news__detail__text dl + p {
    padding-top: 1.5em;
  }
  .newsPage .news__detail__text p + .news__detail__text-pct, .newsPage .news__detail__text dl + .news__detail__text-pct {
    margin-top: 40px;
  }
  .newsPage .news__detail__text p a, .newsPage .news__detail__text dl a {
    text-decoration: underline;
  }
  .newsPage .news__detail__text p a:hover, .newsPage .news__detail__text dl a:hover {
    text-decoration: none;
    opacity: 0.5;
  }
  .newsPage .news__detail__text p a[target=_blank], .newsPage .news__detail__text dl a[target=_blank] {
    position: relative;
    text-decoration: none;
  }
  .newsPage .news__detail__text p a[target=_blank]::after, .newsPage .news__detail__text dl a[target=_blank]::after {
    display: inline-block;
    content: "";
    width: 12px;
    height: 13px;
    background-image: url(../images/common/ico-blank-bk.png);
    background-size: 12px 13px;
    margin-left: 5px;
  }
  .newsPage .news__detail__text p a[target=_blank]:hover, .newsPage .news__detail__text dl a[target=_blank]:hover {
    opacity: 0.5;
  }
  .newsPage .news__detail__text p + dl {
    padding-top: 1.5em;
  }
  .newsPage .news__detail__text dl {
    display: flex;
  }
  .newsPage .news__detail__text dl dt {
    white-space: nowrap;
  }
  .newsPage .news__detail__text dl dd {
    word-break: break-all;
  }
  .newsPage .news__detail__text-pct + p {
    padding-top: 1.5em;
  }
  .newsPage .news__detail__text-pct + .news__detail__text-pct {
    margin-top: 40px;
  }
  .newsPage .news__detail__text-pct.paragraph + p {
    padding-top: 3.7em;
  }
  .newsPage .news__detail__text-pct p {
    font-size: 1.546vw;
    padding-top: 0.7em;
  }
}
@media (min-width: 835px) and (min-width: 970px) {
  .newsPage .news__detail__text-pct p {
    font-size: 15px;
  }
}
@media all and (min-width: 835px) {
  .newsPage .news__detail__youtube {
    max-width: 770px;
    margin-inline: auto;
    margin-top: 38px;
  }
  .newsPage .news__detail__youtube + .news__detail__text-pct {
    padding-top: 80px;
  }
  .newsPage .news__detail__youtube-wrap {
    position: relative;
  }
  .newsPage .news__detail__youtube-wrap::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .newsPage .news__detail__youtube-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .newsPage .news__detail__youtube__caption {
    padding-top: 20px;
    text-align: right;
    font-size: 14px;
    line-height: 1.2;
  }
  .newsPage .news__detail__movie {
    max-width: 770px;
    margin-inline: auto;
    margin-top: 38px;
  }
  .newsPage .news__detail__movie + .news__detail__text-pct {
    padding-top: 80px;
  }
  .newsPage .news__detail__movie-wrap {
    position: relative;
  }
  .newsPage .news__detail__movie-wrap::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .newsPage .news__detail__movie-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .newsPage .news__detail__movie__caption {
    padding-top: 20px;
    text-align: right;
    font-size: 14px;
    line-height: 1.2;
  }
  .newsPage .news__detail__entry {
    padding-bottom: 80px;
    border-bottom: 1px solid #CCCCCC;
  }
  .newsPage .news__detail__entry-center {
    text-align: center;
    max-width: 770px;
    font-size: 1.649vw;
    letter-spacing: 0.06rem;
    line-height: 2;
    margin: 0 auto 40px;
  }
}
@media (min-width: 835px) and (min-width: 970px) {
  .newsPage .news__detail__entry-center {
    font-size: 16px;
  }
}
@media all and (min-width: 835px) {
  .newsPage .news__detail__entry-center-pc {
    text-align: center;
    max-width: 770px;
    font-size: 1.649vw;
    letter-spacing: 0.06rem;
    line-height: 2.5;
    margin: 0 auto 40px;
  }
}
@media (min-width: 835px) and (min-width: 970px) {
  .newsPage .news__detail__entry-center-pc {
    font-size: 16px;
  }
}
@media all and (min-width: 835px) {
  .newsPage .news__detail__entry-pct {
    margin-bottom: 40px;
  }
  .newsPage .news__detail__entry-pct p {
    font-size: 1.237vw;
    letter-spacing: 0.06rem;
    text-align: right;
    padding-top: 5px;
  }
}
@media (min-width: 835px) and (min-width: 970px) {
  .newsPage .news__detail__entry-pct p {
    font-size: 12px;
  }
}
@media all and (min-width: 835px) {
  .newsPage .news__detail__entry-movie {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 760px;
    height: 426px;
    background-color: #C9C9C9;
    margin: 0 auto 50px;
  }
  .newsPage .news__detail__entry-movie .video {
    width: 100%;
    height: auto;
  }
  .newsPage .news__detail__entry-comment {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 760px;
    margin: 0 auto 55px;
  }
  .newsPage .news__detail__entry-comment p {
    font-size: 1.649vw;
    letter-spacing: 0.06rem;
    line-height: 2.5;
  }
}
@media (min-width: 835px) and (min-width: 970px) {
  .newsPage .news__detail__entry-comment p {
    font-size: 16px;
  }
}
@media all and (min-width: 835px) {
  .newsPage .news__detail__entry-comment figure {
    width: 29.47%;
  }
  .newsPage .news__detail__entry-btn a {
    overflow: hidden;
    position: relative;
    display: block;
    text-align: center;
    font-size: 1.649vw;
    line-height: 70px;
    color: #ffffff;
    border: 1px solid #707070;
    width: 370px;
    height: 70px;
    border-radius: 10px;
    background-color: #404040;
    margin: 0 auto 20px;
  }
}
@media (min-width: 835px) and (min-width: 970px) {
  .newsPage .news__detail__entry-btn a {
    font-size: 16px;
  }
}
@media all and (min-width: 835px) {
  .newsPage .news__detail__entry-btn a::before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: left 0.3s ease;
  }
  .newsPage .news__detail__entry-btn a::after {
    position: absolute;
    top: 28px;
    right: 34px;
    content: "";
    width: 12px;
    height: 13px;
    background-image: url(../images/common/ico-blank.png);
    background-size: 12px 13px;
  }
  .newsPage .news__detail__entry-btn a:hover span {
    position: relative;
    z-index: 1;
    color: #333333;
  }
  .newsPage .news__detail__entry-btn a:hover::before {
    left: 0;
  }
  .newsPage .news__detail__entry-btn a:hover::after {
    background-image: url(../images/common/ico-blank-bk.png);
  }
  .newsPage .news__detail__entry-btn p {
    text-align: center;
    font-size: 1.546vw;
    letter-spacing: 0.06rem;
  }
}
@media (min-width: 835px) and (min-width: 970px) {
  .newsPage .news__detail__entry-btn p {
    font-size: 15px;
  }
}
@media all and (min-width: 835px) {
  .newsPage .news__pager {
    position: relative;
    max-width: 1170px;
    height: 40px;
    margin: 30px auto 0;
  }
  .newsPage .news__pager a,
  .newsPage .news__pager span {
    position: absolute;
    top: 0;
    display: inline-block;
    font-size: 1.538vw;
    line-height: 40px;
    transition: ease 0.3s;
  }
}
@media (min-width: 835px) and (min-width: 1170px) {
  .newsPage .news__pager a,
  .newsPage .news__pager span {
    font-size: 18px;
  }
}
@media all and (min-width: 835px) {
  .newsPage .news__pager a::after,
  .newsPage .news__pager span::after {
    content: "";
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    background-image: url(../images/common/btn-pager.png);
    background-size: 40px 40px;
    opacity: 1;
  }
  .newsPage .news__pager a:hover {
    opacity: 0.5;
  }
  .newsPage .news__pager span {
    opacity: 0.3;
  }
  .newsPage .news__pager__prev a,
  .newsPage .news__pager__prev span {
    left: 100px;
    padding-left: 35px;
  }
  .newsPage .news__pager__prev a::after,
  .newsPage .news__pager__prev span::after {
    left: -9px;
  }
  .newsPage .news__pager__next a,
  .newsPage .news__pager__next span {
    right: 100px;
    padding-right: 35px;
  }
  .newsPage .news__pager__next a::after,
  .newsPage .news__pager__next span::after {
    right: -9px;
    transform: scale(-1, 1);
  }
  .newsPage .news__pager__index {
    text-align: center;
  }
  .newsPage .news__pager__index a {
    position: relative;
    font-size: 1.538vw;
  }
}
@media (min-width: 835px) and (min-width: 1170px) {
  .newsPage .news__pager__index a {
    font-size: 18px;
  }
}
@media all and (min-width: 835px) {
  .newsPage .news__pager__index a::after {
    content: none;
  }
  .newsPage .news__pager__index a:hover {
    opacity: 0.3;
  }
}
@media all and (max-width: 834px) {
  .newsPage {
    background-image: url(../images/news/bg-body--sp.png), url(../images/common/bg-body.png);
    background-size: 842px 1073px, 400px 400px;
    background-position: center 50px, top center;
    background-repeat: no-repeat, repeat;
  }
  .newsPage .news {
    padding: 120px 20px 0;
  }
  .newsPage .news__title {
    margin-bottom: 65px;
  }
  .newsPage .news__title h2 {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    font-size: 32px;
  }
  .newsPage .news-wrap {
    padding: 0 5.33vw;
    margin-bottom: 80px;
  }
  .newsPage .news__list.lower .news__list__date {
    width: 85px;
    text-align: left;
    font-size: 12px;
    letter-spacing: 0.03rem;
  }
  .newsPage .news__list.lower .news__list__title {
    width: calc(100% - 85px);
    padding: 0;
    font-size: 13px;
  }
  .newsPage .news__list__midashi {
    font-size: 20px;
    margin-bottom: 26px;
  }
  .newsPage .news__list__date {
    display: block;
    width: 25.6vw;
    text-align: center;
  }
  .lang-en .newsPage .news__list__date {
    padding-top: 0.5rem;
  }
  .newsPage .news__list__title {
    display: block;
    width: calc(100% - 25.6vw);
    padding: 0 25px 0 5px;
    line-height: 1.84;
  }
  .newsPage .news__list ul {
    border-top: 1px solid #CCCCCC;
  }
  .newsPage .news__list ul li {
    border-bottom: 1px solid #CCCCCC;
  }
  .newsPage .news__list ul li a {
    position: relative;
    display: flex;
    font-size: 16px;
    line-height: 1.5;
    padding: 18px 0;
  }
  .newsPage .news__list__pager {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 36px;
    margin: 30px auto 0;
  }
  .newsPage .news__list__pager__num {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  }
  .newsPage .news__list__pager__num a,
  .newsPage .news__list__pager__num span {
    display: inline-block;
    font-size: 14px;
    line-height: 36px;
    margin: 0 6px;
  }
  .newsPage .news__list__pager__num a.current,
  .newsPage .news__list__pager__num span.current {
    border-bottom: 1px solid #333;
  }
  .newsPage .news__list__pager__prev a,
  .newsPage .news__list__pager__prev span, .newsPage .news__list__pager__next a,
  .newsPage .news__list__pager__next span {
    font-size: 14px;
    line-height: 36px;
    display: inline-block;
    position: relative;
    width: 36px;
    height: 36px;
    text-indent: -9999px;
  }
  .newsPage .news__list__pager__prev a::before,
  .newsPage .news__list__pager__prev span::before, .newsPage .news__list__pager__next a::before,
  .newsPage .news__list__pager__next span::before {
    content: "";
    position: absolute;
    top: 0;
    width: 36px;
    height: 36px;
    background-image: url(../images/common/btn-pager-bk.png);
    background-size: 36px 36px;
    opacity: 0;
    transition: ease 0.3s;
  }
  .newsPage .news__list__pager__prev a::after,
  .newsPage .news__list__pager__prev span::after, .newsPage .news__list__pager__next a::after,
  .newsPage .news__list__pager__next span::after {
    content: "";
    position: absolute;
    top: 0;
    width: 36px;
    height: 36px;
    background-image: url(../images/common/btn-pager.png);
    background-size: 36px 36px;
    opacity: 1;
    transition: ease 0.3s;
  }
  .newsPage .news__list__pager__prev span, .newsPage .news__list__pager__next span {
    opacity: 0.3;
  }
  .newsPage .news__list__pager__prev {
    margin-right: 10px;
  }
  .newsPage .news__list__pager__prev a::before, .newsPage .news__list__pager__prev a::after,
  .newsPage .news__list__pager__prev span::before,
  .newsPage .news__list__pager__prev span::after {
    left: 0;
  }
  .newsPage .news__list__pager__next {
    margin-left: 10px;
  }
  .newsPage .news__list__pager__next a::before, .newsPage .news__list__pager__next a::after,
  .newsPage .news__list__pager__next span::before,
  .newsPage .news__list__pager__next span::after {
    right: 0;
    transform: scale(-1, 1);
  }
  .newsPage .news__detail {
    padding: 0 17px;
  }
}
@media screen and (max-width: 834px) and (max-width: 355px) {
  .newsPage .news__detail {
    padding: 0 10px;
  }
}
@media all and (max-width: 834px) {
  .newsPage .news__detail__head__info {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  .newsPage .news__detail__head__info__date {
    display: inline-block;
    font-size: 13px;
    margin-right: 15px;
  }
  .newsPage .news__detail__head__info__category {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 26px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 2px;
  }
  .newsPage .news__detail__head__title {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    font-size: 20px;
    letter-spacing: -0.02rem;
    line-height: 1.6;
    padding-bottom: 25px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 30px;
  }
  .newsPage .news__detail__mainpct {
    margin-bottom: 20px;
  }
  .newsPage .news__detail__text {
    padding-bottom: 45px;
    border-bottom: 1px solid #cccccc;
  }
  .newsPage .news__detail__text .center {
    text-align: center;
  }
  .newsPage .news__detail__text p, .newsPage .news__detail__text dl {
    font-size: 14px;
    line-height: 2.28;
  }
  .lang-en .newsPage .news__detail__text p, .lang-en .newsPage .news__detail__text dl {
    letter-spacing: 0.03rem;
  }
  .newsPage .news__detail__text p + p, .newsPage .news__detail__text dl + p {
    padding-top: 1.5em;
  }
  .newsPage .news__detail__text p + .news__detail__text-pct, .newsPage .news__detail__text dl + .news__detail__text-pct {
    margin-top: 20px;
  }
  .newsPage .news__detail__text p a, .newsPage .news__detail__text dl a {
    text-decoration: underline;
  }
  .newsPage .news__detail__text p a[target=_blank], .newsPage .news__detail__text dl a[target=_blank] {
    text-decoration: none;
    position: relative;
  }
  .newsPage .news__detail__text p a[target=_blank]::after, .newsPage .news__detail__text dl a[target=_blank]::after {
    display: inline-block;
    content: "";
    width: 12px;
    height: 13px;
    background-image: url(../images/common/ico-blank-bk.png);
    background-size: 12px 13px;
    margin-left: 3px;
  }
  .newsPage .news__detail__text p + dl {
    padding-top: 1.5em;
  }
  .newsPage .news__detail__text dl {
    display: flex;
  }
  .newsPage .news__detail__text dl dt {
    white-space: nowrap;
  }
  .newsPage .news__detail__text dl dd {
    word-break: break-all;
  }
  .newsPage .news__detail__text-pct + p {
    padding-top: 1.5em;
  }
  .newsPage .news__detail__text-pct + .news__detail__text-pct {
    margin-top: 20px;
  }
  .newsPage .news__detail__text-pct.paragraph + p {
    padding-top: 2.3em;
  }
  .newsPage .news__detail__text-pct p {
    padding-top: 0.5em;
  }
  .newsPage .news__detail__youtube {
    width: 100%;
    margin-top: 19px;
  }
  .newsPage .news__detail__youtube + .news__detail__text-pct {
    padding-top: 40px;
  }
  .newsPage .news__detail__youtube-wrap {
    position: relative;
  }
  .newsPage .news__detail__youtube-wrap::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .newsPage .news__detail__youtube-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .newsPage .news__detail__youtube__caption {
    padding-top: 17px;
    text-align: right;
    font-size: 13px;
    line-height: 1.2;
  }
  .newsPage .news__detail__movie {
    width: 100%;
    margin-top: 38px;
  }
  .newsPage .news__detail__movie + .news__detail__text-pct {
    padding-top: 40px;
  }
  .newsPage .news__detail__movie-wrap {
    position: relative;
  }
  .newsPage .news__detail__movie-wrap::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .newsPage .news__detail__movie-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .newsPage .news__detail__movie__caption {
    padding-top: 17px;
    text-align: right;
    font-size: 13px;
    line-height: 1.2;
  }
  .newsPage .news__detail__entry {
    padding-bottom: 50px;
    border-bottom: 1px solid #CCCCCC;
  }
  .newsPage .news__detail__entry-center {
    text-align: center;
    font-size: 14px;
    line-height: 2.28;
    letter-spacing: 0.06rem;
    margin-bottom: 20px;
  }
  .newsPage .news__detail__entry-center-pc {
    font-size: 14px;
    line-height: 2.28;
    letter-spacing: 0.06rem;
    margin-bottom: 20px;
  }
  .newsPage .news__detail__entry-pct {
    margin-bottom: 32px;
  }
  .newsPage .news__detail__entry-pct p {
    font-size: 10px;
    letter-spacing: 0.06rem;
    text-align: right;
    padding-top: 3px;
  }
  .newsPage .news__detail__entry-movie {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 170px;
    background-color: #C9C9C9;
    margin-bottom: 22px;
  }
  .newsPage .news__detail__entry-movie .video {
    width: 100%;
    height: auto;
  }
  .newsPage .news__detail__entry-comment {
    margin-bottom: 40px;
  }
  .newsPage .news__detail__entry-comment p {
    font-size: 14px;
    line-height: 2.28;
    letter-spacing: 0.06rem;
    margin-bottom: 24px;
  }
  .newsPage .news__detail__entry-comment figure {
    width: 150px;
    margin: 0 auto;
  }
  .newsPage .news__detail__entry-btn a {
    overflow: hidden;
    position: relative;
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 70px;
    color: #ffffff;
    border: 1px solid #707070;
    width: 100%;
    height: 70px;
    border-radius: 6px;
    background-color: #404040;
    margin-bottom: 10px;
  }
  .newsPage .news__detail__entry-btn a::after {
    position: absolute;
    top: 28px;
    right: 25px;
    content: "";
    width: 12px;
    height: 13px;
    background-image: url(../images/common/ico-blank.png);
    background-size: 12px 13px;
  }
  .newsPage .news__detail__entry-btn p {
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.06rem;
  }
  .newsPage .news__pager {
    position: relative;
    height: 36px;
    margin: 38px auto 72px;
  }
  .newsPage .news__pager a,
  .newsPage .news__pager span {
    position: absolute;
    top: 0;
    display: inline-block;
    font-size: 14px;
    line-height: 36px;
  }
  .newsPage .news__pager a::after,
  .newsPage .news__pager span::after {
    content: "";
    position: absolute;
    top: 0;
    width: 36px;
    height: 36px;
    background-image: url(../images/common/btn-pager.png);
    background-size: 36px 36px;
  }
  .newsPage .news__pager span {
    opacity: 0.5;
  }
  .newsPage .news__pager__prev a,
  .newsPage .news__pager__prev span {
    left: 10px;
    padding-left: 45px;
  }
}
@media screen and (max-width: 834px) and (max-width: 355px) {
  .newsPage .news__pager__prev a,
  .newsPage .news__pager__prev span {
    font-size: 13px;
    left: 5px;
    padding-left: 35px;
  }
}
@media all and (max-width: 834px) {
  .newsPage .news__pager__prev a::after,
  .newsPage .news__pager__prev span::after {
    left: 0;
  }
  .newsPage .news__pager__next a,
  .newsPage .news__pager__next span {
    right: 10px;
    padding-right: 45px;
  }
}
@media screen and (max-width: 834px) and (max-width: 355px) {
  .newsPage .news__pager__next a,
  .newsPage .news__pager__next span {
    font-size: 13px;
    right: 5px;
    padding-right: 35px;
  }
}
@media all and (max-width: 834px) {
  .newsPage .news__pager__next a::after,
  .newsPage .news__pager__next span::after {
    right: 0;
    transform: scale(-1, 1);
  }
  .newsPage .news__pager__index {
    text-align: center;
  }
  .newsPage .news__pager__index a {
    position: relative;
    top: -6px;
    font-size: 14px;
  }
  .newsPage .news__pager__index a::after {
    content: none;
  }
}

@media all and (min-width: 835px) {
  .conceptPage {
    padding-top: 190px;
    background-image: url(../images/concept/bg-body.png), url(../images/common/bg-body.png);
    background-size: 2081px 1600px, 400px 400px;
    background-position: center 150px, top center;
    background-repeat: no-repeat, repeat;
  }
  .conceptPage .concept #Fukuoka,
  .conceptPage .concept #Hashimoto,
  .conceptPage .concept #Takram {
    position: absolute;
    top: -100px;
  }
  .conceptPage .concept__title {
    position: relative;
    max-width: 1370px;
    padding: 0 100px;
    margin: 0 auto 190px;
  }
  .conceptPage .concept__title h2 {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    font-size: 3.941vw;
    line-height: 1.1;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .conceptPage .concept__title h2 {
    font-size: 54px;
  }
}
@media all and (min-width: 835px) {
  .lang-en .conceptPage .concept__title h2 {
    letter-spacing: 0.3rem;
  }
  .conceptPage .concept__title::after {
    content: "";
    position: absolute;
    left: 100px;
    bottom: -90px;
    width: calc(100% - 200px);
    height: 1px;
    background-color: #cccccc;
  }
  .conceptPage .concept__movie {
    margin-bottom: 130px;
  }
  .conceptPage .concept__movie-wrap {
    width: 61.02vw;
    margin-inline: auto;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .conceptPage .concept__movie-wrap {
    width: 836px;
  }
}
@media all and (min-width: 835px) {
  .conceptPage .concept__movie__content {
    position: relative;
  }
  .conceptPage .concept__movie__content video {
    width: 100%;
  }
  .conceptPage .concept__movie__content video button {
    cursor: pointer;
  }
  .conceptPage .concept__lead {
    max-width: 1370px;
    padding: 0 100px;
    margin: 0 auto 140px;
  }
  .conceptPage .concept__lead__title {
    font-size: 3.211vw;
    line-height: 1.454;
    margin-bottom: 90px;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .conceptPage .concept__lead__title {
    font-size: 44px;
  }
}
@media all and (min-width: 835px) {
  .conceptPage .concept__lead__detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 65px;
  }
  .conceptPage .concept__lead__detail__pct {
    width: 31.62%;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .conceptPage .concept__lead__detail__pct {
    width: 370px;
  }
}
@media all and (min-width: 835px) {
  .conceptPage .concept__lead__detail__text {
    width: 57.26%;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .conceptPage .concept__lead__detail__text {
    width: 670px;
  }
}
@media all and (min-width: 835px) {
  .conceptPage .concept__lead__detail__text p {
    font-size: 1.167vw;
    line-height: 2.5;
  }
  .lang-en .conceptPage .concept__lead__detail__text p {
    letter-spacing: 0.05rem;
  }
  .conceptPage .concept__lead__detail__text p + p {
    padding-top: 1.5rem;
  }
  .conceptPage .concept__lead__detail__text p:nth-last-of-type(1) {
    text-align: right;
    padding-top: 3rem;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .conceptPage .concept__lead__detail__text p {
    font-size: 16px;
  }
}
@media all and (min-width: 835px) {
  .conceptPage .concept__lead__info {
    position: relative;
    padding: 25px 40px 40px;
    background-color: #ffffff;
    border-radius: 15px;
  }
  .conceptPage .concept__lead__info__name {
    text-align: right;
    font-size: 1.751vw;
    color: #D1D1D1;
    margin-bottom: 5px;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .conceptPage .concept__lead__info__name {
    font-size: 24px;
  }
}
@media all and (min-width: 835px) {
  .conceptPage .concept__lead__info__title {
    margin-bottom: 17px;
  }
  .conceptPage .concept__lead__info__title span:nth-of-type(1) {
    font-size: 1.24vw;
    margin-right: 18px;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .conceptPage .concept__lead__info__title span:nth-of-type(1) {
    font-size: 17px;
  }
}
@media all and (min-width: 835px) {
  .lang-en .conceptPage .concept__lead__info__title span:nth-of-type(1) {
    margin-right: 0;
  }
  .conceptPage .concept__lead__info__title span:nth-of-type(2) {
    font-size: 1.605vw;
    margin-right: 15px;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .conceptPage .concept__lead__info__title span:nth-of-type(2) {
    font-size: 22px;
  }
}
@media all and (min-width: 835px) {
  .conceptPage .concept__lead__info__title span:nth-of-type(3) {
    color: #666666;
    font-size: 1.167vw;
  }
  .lang-en .conceptPage .concept__lead__info__title span:nth-of-type(3) {
    color: #333;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .conceptPage .concept__lead__info__title span:nth-of-type(3) {
    font-size: 16px;
  }
}
@media all and (min-width: 835px) {
  .conceptPage .concept__lead__info p {
    font-size: 1.021vw;
    line-height: 1.857;
  }
  .lang-en .conceptPage .concept__lead__info p {
    letter-spacing: 0.05rem;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .conceptPage .concept__lead__info p {
    font-size: 14px;
  }
}
@media all and (min-width: 835px) {
  .conceptPage .concept__design {
    margin-bottom: 100px;
  }
  .conceptPage .concept__design-wrap {
    max-width: 1370px;
    padding: 0 100px;
    margin: 0 auto;
  }
  .conceptPage .concept__design__title {
    position: relative;
    left: -38px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    font-size: 3.795vw;
    line-height: 1.1;
    margin-bottom: 45px;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .conceptPage .concept__design__title {
    font-size: 52px;
  }
}
@media all and (min-width: 835px) {
  .lang-en .conceptPage .concept__design__title {
    margin-bottom: 60px;
  }
  .conceptPage .concept__design__subtitle {
    font-size: 3.211vw;
    line-height: 1.454;
    margin-bottom: 30px;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .conceptPage .concept__design__subtitle {
    font-size: 44px;
  }
}
@media all and (min-width: 835px) {
  .conceptPage .concept__design__text {
    position: relative;
    margin-bottom: -330px;
  }
}
@media (min-width: 835px) and (max-width: 1190px) {
  .conceptPage .concept__design__text {
    margin-bottom: -230px;
  }
}
@media (min-width: 835px) and (max-width: 795px) {
  .conceptPage .concept__design__text {
    margin-bottom: -180px;
  }
}
@media all and (min-width: 835px) {
  .conceptPage .concept__design__text p {
    font-size: 1.167vw;
    line-height: 2.5;
  }
  .conceptPage .concept__design__text p + p {
    padding-top: 1.5rem;
  }
  .conceptPage .concept__design__text p:nth-last-of-type(1) {
    padding-top: 3rem;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .conceptPage .concept__design__text p {
    font-size: 16px;
  }
}
@media all and (min-width: 835px) {
  .conceptPage .concept__design__pct {
    position: relative;
    mix-blend-mode: darken;
  }
  .conceptPage .concept__design__pct p {
    position: absolute;
    bottom: 3.649vw;
    right: 2.189vw;
    font-size: 7px;
    letter-spacing: 0;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .conceptPage .concept__design__pct p {
    bottom: 50px;
    right: 30px;
  }
}
@media all and (min-width: 835px) {
  .conceptPage .concept__design__info {
    position: relative;
    padding: 25px 40px 28px;
    background-color: #ffffff;
    border-radius: 15px;
  }
  .lang-en .conceptPage .concept__design__info {
    padding-top: 25px;
  }
  .conceptPage .concept__design__info__name {
    text-align: right;
    font-size: 1.751vw;
    color: #D1D1D1;
    margin-bottom: 2px;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .conceptPage .concept__design__info__name {
    font-size: 24px;
  }
}
@media all and (min-width: 835px) {
  .conceptPage .concept__design__info-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .conceptPage .concept__design__info__pct {
    width: 32.11%;
  }
  .lang-en .conceptPage .concept__design__info__pct {
    padding-top: 15px;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .conceptPage .concept__design__info__pct {
    width: 350px;
  }
}
@media all and (min-width: 835px) {
  .conceptPage .concept__design__info__text {
    width: 64.22%;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .conceptPage .concept__design__info__text {
    width: 700px;
  }
}
@media all and (min-width: 835px) {
  .conceptPage .concept__design__info__title {
    margin-bottom: 5px;
  }
  .lang-en .conceptPage .concept__design__info__title {
    margin-bottom: -3px;
  }
  .conceptPage .concept__design__info__title + .concept__design__info__title {
    margin-bottom: 15px;
  }
  .conceptPage .concept__design__info__title span:nth-of-type(1) {
    font-size: 1.24vw;
    margin-right: 18px;
  }
  .lang-en .conceptPage .concept__design__info__title span:nth-of-type(1) {
    font-size: 1.605vw;
    margin-right: 0;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .conceptPage .concept__design__info__title span:nth-of-type(1) {
    font-size: 17px;
  }
  .lang-en .conceptPage .concept__design__info__title span:nth-of-type(1) {
    font-size: 22px;
  }
}
@media all and (min-width: 835px) {
  .conceptPage .concept__design__info__title span:nth-of-type(2) {
    font-size: 1.605vw;
    margin-right: 15px;
  }
  .lang-en .conceptPage .concept__design__info__title span:nth-of-type(2) {
    font-size: 1.24vw;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .conceptPage .concept__design__info__title span:nth-of-type(2) {
    font-size: 22px;
  }
  .lang-en .conceptPage .concept__design__info__title span:nth-of-type(2) {
    font-size: 17px;
  }
}
@media all and (min-width: 835px) {
  .conceptPage .concept__design__info p {
    font-size: 1.021vw;
    line-height: 1.857;
  }
  .lang-en .conceptPage .concept__design__info p {
    letter-spacing: 0.03rem;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .conceptPage .concept__design__info p {
    font-size: 14px;
  }
}
@media all and (min-width: 835px) {
  .conceptPage .concept__staging {
    overflow: hidden;
    padding: 105px 0 120px;
    background-color: #0E0F10;
  }
  .lang-en .conceptPage .concept__staging {
    background-position: center 200px;
  }
  .conceptPage .concept__staging-wrap {
    max-width: 1370px;
    padding: 0 100px;
    margin: 0 auto;
  }
  .conceptPage .concept__staging__title {
    position: relative;
    left: -33px;
    color: #D1D1D1;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    font-size: 3.795vw;
    line-height: 1.1;
    margin-bottom: 65px;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .conceptPage .concept__staging__title {
    font-size: 52px;
  }
}
@media all and (min-width: 835px) {
  .conceptPage .concept__staging__subtitle {
    font-size: 3.211vw;
    line-height: 1.454;
    color: #ffffff;
    margin-bottom: 30px;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .conceptPage .concept__staging__subtitle {
    font-size: 44px;
  }
}
@media all and (min-width: 835px) {
  .conceptPage .concept__staging__text {
    position: relative;
    color: #ffffff;
  }
  .conceptPage .concept__staging__text p {
    font-size: 1.167vw;
    line-height: 2.5;
  }
  .conceptPage .concept__staging__text p + p {
    padding-top: 1.6rem;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .conceptPage .concept__staging__text p {
    font-size: 16px;
  }
}
@media all and (min-width: 835px) {
  .conceptPage .concept__staging__text p:nth-last-of-type(1) {
    padding-top: 2.5rem;
  }
  .conceptPage .concept__staging__pct {
    margin-top: -215px;
    margin-left: -100px;
    margin-right: -100px;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .conceptPage .concept__staging__pct {
    margin-left: calc(585px - 50vw);
    margin-right: calc(585px - 50vw);
  }
}
@media all and (min-width: 835px) {
  .conceptPage .concept__staging__info {
    position: relative;
    padding: 20px 40px 30px;
    background-color: #ffffff;
    border-radius: 15px;
    margin-top: -25px;
  }
  .conceptPage .concept__staging__info__name {
    text-align: right;
    font-size: 1.751vw;
    color: #D1D1D1;
    margin-bottom: 8px;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .conceptPage .concept__staging__info__name {
    font-size: 24px;
  }
}
@media all and (min-width: 835px) {
  .conceptPage .concept__staging__info-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 40px;
  }
  .conceptPage .concept__staging__info-wrap + .concept__staging__info-wrap {
    padding-top: 15px;
    padding-bottom: 0;
    border-top: 1px solid #CCCCCC;
  }
  .conceptPage .concept__staging__info-wrap + .concept__staging__info-wrap .concept__staging__info__pct {
    padding-top: 8px;
  }
  .conceptPage .concept__staging__info__pct {
    width: 15.59%;
    padding-top: 25px;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .conceptPage .concept__staging__info__pct {
    width: 170px;
  }
}
@media all and (min-width: 835px) {
  .conceptPage .concept__staging__info__text {
    width: 79.63%;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .conceptPage .concept__staging__info__text {
    width: 868px;
  }
}
@media all and (min-width: 835px) {
  .conceptPage .concept__staging__info__title {
    font-size: 1.605vw;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .conceptPage .concept__staging__info__title {
    font-size: 22px;
  }
}
@media all and (min-width: 835px) {
  .conceptPage .concept__staging__info p {
    font-size: 1.021vw;
    line-height: 1.857;
    padding-top: 10px;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .conceptPage .concept__staging__info p {
    font-size: 14px;
  }
}
@media all and (min-width: 835px) {
  .conceptPage .concept__overview {
    padding-top: 115px;
    margin-bottom: 115px;
  }
  .conceptPage .concept__overview-wrap {
    max-width: 1370px;
    padding: 0 100px;
    margin: 0 auto;
  }
  .conceptPage .concept__overview__title {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    font-size: 2.189vw;
    line-height: 1.1;
    margin-bottom: 42px;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .conceptPage .concept__overview__title {
    font-size: 30px;
  }
}
@media all and (min-width: 835px) {
  .conceptPage .concept__overview__lead {
    margin-bottom: 35px;
  }
  .conceptPage .concept__overview__lead p {
    font-size: 1.167vw;
    line-height: 2.5;
  }
  .lang-en .conceptPage .concept__overview__lead p {
    letter-spacing: 0.03rem;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .conceptPage .concept__overview__lead p {
    font-size: 16px;
  }
}
@media all and (min-width: 835px) {
  .conceptPage .concept__overview__list__title {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    color: #ffffff;
  }
  .conceptPage .concept__overview__list__title-ja {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    font-size: 1.459vw;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .conceptPage .concept__overview__list__title-ja {
    font-size: 20px;
  }
}
@media all and (min-width: 835px) {
  .conceptPage .concept__overview__list__title-ja span:first-child {
    display: inline-block;
    width: 25px;
  }
  .lang-en .conceptPage .concept__overview__list__title-ja {
    display: flex;
    line-height: 1.2;
  }
  .conceptPage .concept__overview__list__title-en {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    font-size: 0.875vw;
    letter-spacing: 0;
    padding-left: 25px;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .conceptPage .concept__overview__list__title-en {
    font-size: 12px;
  }
}
@media all and (min-width: 835px) {
  .conceptPage .concept__overview__list__thumb {
    display: block;
    position: relative;
  }
  .conceptPage .concept__overview__list__thumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: ease 0.3s;
    background-color: rgba(102, 102, 102, 0.3);
    border-radius: 12px;
  }
  .conceptPage .concept__overview__list__thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: ease 0.3s;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 12px;
  }
  .conceptPage .concept__overview__list__caption {
    position: absolute;
    bottom: -1.8248175182vw;
    right: 0;
    text-align: right;
    font-size: 0.5109489051vw;
    letter-spacing: 0;
    line-height: 1.57;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .conceptPage .concept__overview__list__caption {
    bottom: -25px;
    font-size: 7px;
  }
}
@media all and (min-width: 835px) {
  .conceptPage .concept__overview__list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .conceptPage .concept__overview__list ul li {
    position: relative;
    width: 23.07%;
  }
  .conceptPage .concept__overview__list ul li::after {
    content: "";
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 30px;
    height: 10px;
    background-image: url(../images/common/ico-arrow2.png);
    background-size: 30px 10px;
  }
  .conceptPage .concept__overview__list ul li:nth-of-type(2) .concept__overview__list__title {
    text-shadow: 0px 0px 5px #6a6a6a;
  }
  .conceptPage .concept__overview__list ul li a:hover .concept__overview__list__thumb::after {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
@media all and (max-width: 834px) {
  .conceptPage {
    background-image: url(../images/concept/bg-body--sp.png), url(../images/common/bg-body.png);
    background-size: 450px 1736px, 400px 400px;
    background-position: center 350px, top center;
    background-repeat: no-repeat, repeat;
    background-color: #F4F3F0;
  }
  .conceptPage .concept {
    padding-top: 140px;
  }
  .conceptPage .concept #Fukuoka,
  .conceptPage .concept #Hashimoto,
  .conceptPage .concept #Takram {
    position: absolute;
    top: -100px;
  }
  .conceptPage .concept__title {
    position: relative;
    padding: 0 20px;
    margin-bottom: 100px;
  }
  .lang-en .conceptPage .concept__title {
    margin-bottom: 90px;
  }
  .conceptPage .concept__title h2 {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    font-size: 32px;
    line-height: 1.1;
  }
  .conceptPage .concept__title::after {
    content: "";
    position: absolute;
    left: 35px;
    bottom: -55px;
    width: calc(100% - 70px);
    height: 1px;
    background-color: #cccccc;
  }
  .conceptPage .concept__movie {
    margin-bottom: 70px;
  }
  .conceptPage .concept__movie-wrap {
    width: 89vw;
    margin-inline: auto;
  }
  .conceptPage .concept__movie__content {
    position: relative;
  }
  .conceptPage .concept__movie__content video {
    width: 100%;
  }
  .conceptPage .concept__lead {
    padding: 0 35px;
    margin-bottom: 100px;
  }
  .conceptPage .concept__lead__title {
    font-size: 26px;
    line-height: 1.538;
    margin-bottom: 30px;
  }
  .lang-en .conceptPage .concept__lead__title {
    letter-spacing: 0;
    margin-bottom: 80px;
  }
  .conceptPage .concept__lead__detail {
    margin-bottom: 50px;
  }
  .conceptPage .concept__lead__detail__pct {
    width: 225px;
    margin: 0 auto 35px;
  }
  .conceptPage .concept__lead__detail__text p {
    font-size: 14px;
    letter-spacing: -0.01rem;
    line-height: 2.428;
  }
  .lang-en .conceptPage .concept__lead__detail__text p {
    letter-spacing: 0.05rem;
  }
  .conceptPage .concept__lead__detail__text p + p {
    padding-top: 3rem;
  }
  .conceptPage .concept__lead__detail__text p:nth-last-of-type(1) {
    text-align: right;
    padding-top: 3rem;
  }
}
@media (max-width: 834px) and (min-width: 1250px) {
  .conceptPage .concept__lead__detail__text p {
    font-size: 16px;
  }
}
@media all and (max-width: 834px) {
  .conceptPage .concept__lead__info {
    position: relative;
    padding: 15px 30px 30px;
    background-color: #ffffff;
    margin: 0 -15px;
    border-radius: 7px;
  }
  .conceptPage .concept__lead__info__name {
    text-align: right;
    font-size: 20px;
    color: #D1D1D1;
    margin-bottom: 25px;
  }
  .lang-en .conceptPage .concept__lead__info__name {
    margin-bottom: 12px;
  }
  .conceptPage .concept__lead__info__title {
    margin-bottom: 17px;
  }
  .lang-en .conceptPage .concept__lead__info__title {
    margin-bottom: 24px;
  }
  .conceptPage .concept__lead__info__title span:nth-of-type(1) {
    display: block;
    font-size: 14px;
    line-height: 1.1;
  }
  .conceptPage .concept__lead__info__title span:nth-of-type(2) {
    font-size: 18px;
    margin-right: 13px;
  }
  .conceptPage .concept__lead__info__title span:nth-of-type(3) {
    color: #666666;
    font-size: 12px;
  }
  .lang-en .conceptPage .concept__lead__info__title span:nth-of-type(3) {
    color: #333;
    display: block;
    padding-top: 7px;
  }
  .conceptPage .concept__lead__info p {
    font-size: 13px;
    line-height: 1.84;
  }
  .lang-en .conceptPage .concept__lead__info p {
    letter-spacing: 0;
  }
  .conceptPage .concept__design {
    position: relative;
    margin-bottom: 80px;
  }
  .conceptPage .concept__design::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -65px;
    width: 100%;
    height: 184px;
    background-image: url(../images/concept/bg-body2--sp.png);
    background-size: 450px 184px;
    background-position: center top;
  }
  .conceptPage .concept__design__title {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    font-size: 28px;
    line-height: 1.1;
    padding: 0 20px;
    margin-bottom: -85px;
  }
  .lang-en .conceptPage .concept__design__title {
    font-size: 30px;
    line-height: 1.2;
  }
  .conceptPage .concept__design__pct {
    position: relative;
    mix-blend-mode: darken;
  }
  .conceptPage .concept__design__pct p {
    position: absolute;
    bottom: 45px;
    left: 14px;
    font-size: 7px;
    letter-spacing: 0;
  }
  .conceptPage .concept__design__subtitle {
    font-size: 26px;
    line-height: 1.454;
    padding: 0 35px;
    margin-bottom: 25px;
  }
  .conceptPage .concept__design__text {
    padding: 0 35px;
    margin-bottom: 50px;
  }
  .conceptPage .concept__design__text p {
    font-size: 14px;
    line-height: 2.42;
  }
  .lang-en .conceptPage .concept__design__text p {
    letter-spacing: 0.05rem;
  }
  .conceptPage .concept__design__text p + p {
    padding-top: 1.5rem;
  }
  .conceptPage .concept__design__text p:nth-last-of-type(1) {
    text-align: right;
    padding-top: 3rem;
  }
}
@media (max-width: 834px) and (min-width: 1250px) {
  .conceptPage .concept__design__text p {
    font-size: 16px;
  }
}
@media all and (max-width: 834px) {
  .conceptPage .concept__design__info {
    position: relative;
    z-index: 2;
    padding: 13px 30px 38px;
    background-color: #ffffff;
    border-radius: 7px;
    margin: 0 20px;
  }
  .conceptPage .concept__design__info__name {
    text-align: right;
    font-size: 20px;
    color: #D1D1D1;
    margin-bottom: 22px;
  }
  .conceptPage .concept__design__info__pct {
    margin-bottom: 22px;
  }
  .conceptPage .concept__design__info__text p {
    font-size: 13px;
    line-height: 1.846;
  }
  .conceptPage .concept__design__info__title {
    margin-bottom: 8px;
  }
  .conceptPage .concept__design__info__title + .concept__design__info__title {
    margin-bottom: 20px !important;
  }
  .lang-en .conceptPage .concept__design__info__title {
    margin-bottom: 5px;
  }
  .conceptPage .concept__design__info__title span:nth-of-type(1) {
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
  }
  .lang-en .conceptPage .concept__design__info__title span:nth-of-type(1) {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .conceptPage .concept__design__info__title span:nth-of-type(2) {
    display: block;
    font-size: 18px;
  }
  .lang-en .conceptPage .concept__design__info__title span:nth-of-type(2) {
    font-size: 14px;
    line-height: 1.6;
  }
  .conceptPage .concept__staging {
    padding: 60px 0 80px;
    background-color: #0E0F10;
  }
  .conceptPage .concept__staging__title {
    padding: 0 0 0 20px;
    color: #D1D1D1;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    font-size: 28px;
    line-height: 1.1;
  }
  .lang-en .conceptPage .concept__staging__title {
    font-size: 30px;
    line-height: 1.2;
  }
  .conceptPage .concept__staging__pct {
    position: relative;
    margin-bottom: 15px;
  }
  .lang-en .conceptPage .concept__staging__pct {
    margin-bottom: 32px;
  }
  .conceptPage .concept__staging__pct p {
    position: absolute;
    right: 12px;
    bottom: 8px;
    font-size: 11px;
    color: #CCCCCC;
  }
  .lang-en .conceptPage .concept__staging__pct p {
    letter-spacing: 0.02rem;
    text-align: right;
    line-height: 1.8;
  }
  .conceptPage .concept__staging__subtitle {
    font-size: 26px;
    line-height: 1.538;
    color: #ffffff;
    padding: 0 35px;
    margin-bottom: 30px;
  }
  .lang-en .conceptPage .concept__staging__subtitle {
    letter-spacing: 0.02rem;
    margin-bottom: 32px;
  }
  .conceptPage .concept__staging__text {
    color: #ffffff;
    padding: 0 35px;
    margin-bottom: 65px;
  }
  .conceptPage .concept__staging__text p {
    font-size: 14px;
    letter-spacing: 0.05rem;
    line-height: 2.428;
  }
  .lang-en .conceptPage .concept__staging__text p {
    letter-spacing: 0.05rem;
  }
  .conceptPage .concept__staging__text p + p {
    padding-top: 3rem;
  }
  .conceptPage .concept__staging__text p:nth-last-of-type(1) {
    text-align: right;
  }
}
@media (max-width: 834px) and (min-width: 1250px) {
  .conceptPage .concept__staging__text p {
    font-size: 16px;
  }
}
@media all and (max-width: 834px) {
  .conceptPage .concept__staging__info {
    position: relative;
    padding: 15px 25px 30px;
    background-color: #ffffff;
    border-radius: 7px;
    margin: 0 20px;
  }
  .conceptPage .concept__staging__info__name {
    text-align: right;
    font-size: 20px;
    color: #D1D1D1;
    margin-bottom: 8px;
  }
  .conceptPage .concept__staging__info-wrap {
    padding-bottom: 20px;
  }
  .conceptPage .concept__staging__info-wrap + .concept__staging__info-wrap {
    padding-top: 15px;
    padding-bottom: 0;
    border-top: 1px solid #CCCCCC;
  }
  .conceptPage .concept__staging__info__pct {
    margin-bottom: 10px;
  }
  .conceptPage .concept__staging__info__text p {
    font-size: 13px;
    line-height: 1.846;
    padding-top: 10px;
  }
}
@media (max-width: 834px) and (min-width: 1250px) {
  .conceptPage .concept__staging__info__text p {
    font-size: 14px;
  }
}
@media all and (max-width: 834px) {
  .conceptPage .concept__staging__info__title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .conceptPage .concept__overview {
    padding-top: 75px;
    padding-bottom: 65px;
  }
  .conceptPage .concept__overview-wrap {
    width: 81.06%;
    margin-inline: auto;
  }
  .conceptPage .concept__overview__title {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 24px;
  }
  .lang-en .conceptPage .concept__overview__title {
    line-height: 1.58;
  }
  .conceptPage .concept__overview__lead {
    margin-bottom: 30px;
  }
  .conceptPage .concept__overview__lead p {
    font-size: 14px;
    line-height: 2;
  }
  .conceptPage .concept__overview__list__title {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    color: #ffffff;
  }
  .conceptPage .concept__overview__list__title-ja {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    font-size: 20px;
  }
  .conceptPage .concept__overview__list__title-ja span:first-child {
    display: inline-block;
    width: 25px;
  }
  .lang-en .conceptPage .concept__overview__list__title-ja {
    display: flex;
    line-height: 1.2;
  }
  .conceptPage .concept__overview__list__title-en {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    font-size: 13px;
    letter-spacing: 0;
    padding-left: 25px;
  }
  .conceptPage .concept__overview__list__thumb {
    display: block;
    position: relative;
  }
  .conceptPage .concept__overview__list__caption {
    position: absolute;
    bottom: -25px;
    right: 0;
    text-align: right;
    font-size: 7px;
    letter-spacing: 0;
    line-height: 1.57;
  }
  .conceptPage .concept__overview__list ul li {
    position: relative;
    margin-bottom: 20px;
  }
  .conceptPage .concept__overview__list ul li::after {
    content: "";
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 30px;
    height: 10px;
    background-image: url(../images/common/ico-arrow2.png);
    background-size: 30px 10px;
  }
  .conceptPage .concept__overview__list ul li:nth-of-type(2) {
    margin-bottom: 45px;
  }
  .conceptPage .concept__overview__list ul li:nth-of-type(2) .concept__overview__list__title {
    text-shadow: 0px 0px 5px #6a6a6a;
  }
}

@media all and (min-width: 835px) {
  .overviewPage .contents {
    position: relative;
    padding-bottom: 100px;
  }
  .overviewPage .contents::before {
    content: "";
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: url(../images/overview/bg.jpg);
    background-position: center center;
    background-size: 2000px auto;
  }
  .overviewPage .contents-wrap {
    position: relative;
    z-index: 5;
    left: 50px;
    display: flex;
    justify-content: space-between;
    width: 78.102189781vw;
    margin-inline: auto;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .overviewPage .contents-wrap {
    width: 1070px;
  }
}
@media all and (min-width: 835px) {
  .overviewPage .contents__sub {
    width: 41.6058394161vw;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .overviewPage .contents__sub {
    width: 570px;
  }
}
@media all and (min-width: 835px) {
  .overviewPage .contents__movie {
    position: sticky;
    top: calc(50% - 19.1240875912vw + 20px);
    left: 0;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .overviewPage .contents__movie {
    top: calc(50% - 262px + 20px);
  }
}
@media all and (min-width: 835px) {
  .overviewPage .contents__movie__thumb {
    position: relative;
    height: 30.6569343066vw;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .overviewPage .contents__movie__thumb {
    height: 420px;
  }
}
@media all and (min-width: 835px) {
  .lang-en .overviewPage .contents__movie__thumb {
    height: 27.7372262774vw;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .lang-en .overviewPage .contents__movie__thumb {
    height: 380px;
  }
}
@media all and (min-width: 835px) {
  .overviewPage .contents__movie__thumb-pct {
    position: absolute;
    top: 0;
    left: 0;
  }
  .overviewPage .contents__movie__thumb-pct.current {
    z-index: 5;
  }
  .overviewPage .contents__movie__thumb-pct.current a, .overviewPage .contents__movie__thumb-pct.current span {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  .overviewPage .contents__movie__thumb-pct a, .overviewPage .contents__movie__thumb-pct span {
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.7s -webkit-clip-path cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.7s clip-path cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.7s clip-path cubic-bezier(0.23, 1, 0.32, 1), 0.7s -webkit-clip-path cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
  }
  .overviewPage .contents__movie__thumb-pct a {
    position: relative;
    display: block;
  }
  .overviewPage .contents__movie__thumb-pct a::before {
    content: "";
    width: 5.1094890511vw;
    height: 5.1094890511vw;
    position: absolute;
    z-index: 10;
    top: calc(50% - 2.5547445255vw);
    left: calc(50% - 2.5547445255vw);
    background-image: url(../images/overview/ico-play.png);
    background-size: 100% 100%;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .overviewPage .contents__movie__thumb-pct a::before {
    width: 70px;
    height: 70px;
  }
}
@media all and (min-width: 835px) {
  .overviewPage .contents__movie__thumb-pct a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: ease 0.3s;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 20px;
  }
  .overviewPage .contents__movie__thumb-pct a:hover::after {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .overviewPage .contents__movie__thumb-link {
    display: none;
    position: absolute;
    top: 27.0072992701vw;
    left: 0;
    width: 100%;
    font-size: 1.1678832117vw;
    text-align: right;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .overviewPage .contents__movie__thumb-link {
    top: 370px;
    font-size: 16px;
  }
}
@media all and (min-width: 835px) {
  .overviewPage .contents__movie__thumb-link.current {
    display: block;
  }
  .overviewPage .contents__movie__thumb-link a {
    position: relative;
    display: inline-block;
    padding-right: 2.1897810219vw;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .overviewPage .contents__movie__thumb-link a {
    padding-right: 30px;
  }
}
@media all and (min-width: 835px) {
  .overviewPage .contents__movie__thumb-link a::after {
    position: absolute;
    right: 0;
    top: 1px;
    content: "";
    width: 1.6058394161vw;
    height: 1.6058394161vw;
    background-image: url(../images/overview/ico-plus.png);
    background-size: 100% 100%;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .overviewPage .contents__movie__thumb-link a::after {
    width: 22px;
    height: 22px;
  }
}
@media all and (min-width: 835px) {
  .overviewPage .contents__movie__thumb-link a:hover {
    opacity: 0.7;
  }
  .overviewPage .contents__movie__member__title {
    font-size: 1.1678832117vw;
    margin-bottom: 10px;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .overviewPage .contents__movie__member__title {
    font-size: 16px;
  }
}
@media all and (min-width: 835px) {
  .overviewPage .contents__movie__member__list.last ul li:nth-of-type(2),
  .overviewPage .contents__movie__member__list.last ul li:nth-of-type(3) {
    opacity: 0;
  }
  .overviewPage .contents__movie__member__list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .overviewPage .contents__movie__member__list ul li {
    transition: ease 0.3s;
  }
  .overviewPage .contents__movie__member__list ul li:nth-of-type(1) {
    width: 37%;
  }
  .overviewPage .contents__movie__member__list ul li:nth-of-type(2) {
    width: 33%;
  }
  .overviewPage .contents__movie__member__list ul li:nth-of-type(3) {
    width: 30%;
  }
  .overviewPage .contents__movie__member__list ul li dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .lang-en .overviewPage .contents__movie__member__list ul li dl {
    display: block;
  }
  .overviewPage .contents__movie__member__list ul li dl dt {
    width: 5.1094890511vw;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .overviewPage .contents__movie__member__list ul li dl dt {
    width: 70px;
  }
}
@media all and (min-width: 835px) {
  .overviewPage .contents__movie__member__list ul li dl dd {
    width: calc(100% - 5.8394160584vw);
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .overviewPage .contents__movie__member__list ul li dl dd {
    width: calc(100% - 80px);
  }
}
@media all and (min-width: 835px) {
  .lang-en .overviewPage .contents__movie__member__list ul li dl dd {
    width: 100%;
    padding-top: 5px;
  }
  .overviewPage .contents__movie__member__list ul li dl dd a {
    font-size: 1.4598540146vw;
    text-decoration: underline;
    text-decoration-thickness: 1px;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .overviewPage .contents__movie__member__list ul li dl dd a {
    font-size: 20px;
  }
}
@media all and (min-width: 835px) {
  .lang-en .overviewPage .contents__movie__member__list ul li dl dd a {
    letter-spacing: 0.03rem;
    font-size: 1.2408759124vw;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .lang-en .overviewPage .contents__movie__member__list ul li dl dd a {
    font-size: 17px;
  }
}
@media all and (min-width: 835px) {
  .overviewPage .contents__movie__member__list ul li dl dd a:hover {
    text-decoration: none;
  }
  .overviewPage .contents__movie__member__list ul li dl dd small {
    display: block;
    font-size: 1.0218978102vw;
    padding-top: 3px;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .overviewPage .contents__movie__member__list ul li dl dd small {
    font-size: 14px;
  }
}
@media all and (min-width: 835px) {
  .overviewPage .contents__main {
    width: 34.3065693431vw;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .overviewPage .contents__main {
    width: 470px;
  }
}
@media all and (min-width: 835px) {
  .overviewPage .contents__main__block {
    position: relative;
    height: 150vh;
    padding-top: 36vh;
  }
  .overviewPage .contents__main__block #jp1, .overviewPage .contents__main__block #jp2, .overviewPage .contents__main__block #jp3, .overviewPage .contents__main__block #jp4, .overviewPage .contents__main__block #jp5,
  .overviewPage .contents__main__block #en1, .overviewPage .contents__main__block #en2, .overviewPage .contents__main__block #en3, .overviewPage .contents__main__block #en4 {
    position: absolute;
    top: 0;
    left: 0;
  }
  .overviewPage .contents__main__block__title {
    margin-bottom: 12.7737226277vw;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .overviewPage .contents__main__block__title {
    margin-bottom: 175px;
  }
}
@media all and (min-width: 835px) {
  .overviewPage .contents__main__block__title-ja {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    font-size: 3.2116788321vw;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .overviewPage .contents__main__block__title-ja {
    font-size: 44px;
  }
}
@media all and (min-width: 835px) {
  .overviewPage .contents__main__block__title-ja span:first-child {
    display: inline-block;
    width: 4.1605839416vw;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .overviewPage .contents__main__block__title-ja span:first-child {
    width: 57px;
  }
}
@media all and (min-width: 835px) {
  .lang-en .overviewPage .contents__main__block__title-ja {
    display: flex;
  }
  .overviewPage .contents__main__block__title-en {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    font-size: 1.1678832117vw;
    padding-left: 4.1605839416vw;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .overviewPage .contents__main__block__title-en {
    font-size: 16px;
    padding-left: 60px;
  }
}
@media all and (min-width: 835px) {
  .overviewPage .contents__main__block__text {
    text-align: justify;
    font-size: 1.1678832117vw;
    letter-spacing: 0.05rem;
    line-height: 2.5;
    margin-bottom: 60px;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .overviewPage .contents__main__block__text {
    font-size: 16px;
  }
}
@media all and (min-width: 835px) {
  .overviewPage .contents__main__block__text a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
  }
  .overviewPage .contents__main__block__text a:hover {
    text-decoration: none;
  }
  .overviewPage .contents__main__block__sns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
  }
  .overviewPage .contents__main__block__sns p {
    font-size: 1.1678832117vw;
    margin-right: 5px;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .overviewPage .contents__main__block__sns p {
    font-size: 16px;
  }
}
@media all and (min-width: 835px) {
  .overviewPage .contents__main__block__sns a {
    margin-left: 5px;
  }
  .overviewPage .contents__main__block__sns a:hover {
    opacity: 0.7;
  }
  .overviewPage .contents__main__block__sns a img {
    width: 40px;
  }
  .overviewPage .contents__pager {
    position: fixed;
    z-index: 5;
    top: calc(50% - 100px);
    left: 10px;
  }
  .lang-en .overviewPage .contents__pager {
    top: calc(50% - 80px);
  }
  .overviewPage .contents__pager ul li {
    padding-left: 13px;
  }
  .overviewPage .contents__pager ul li a {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    display: inline-block;
    font-size: 1.1666666667vw;
    line-height: 40px;
    height: 40px;
  }
}
@media (min-width: 835px) and (min-width: 1200px) {
  .overviewPage .contents__pager ul li a {
    font-size: 14px;
  }
}
@media all and (min-width: 835px) {
  .lang-en .overviewPage .contents__pager ul li a {
    display: flex;
    align-items: center;
    line-height: 1.28;
  }
  .overviewPage .contents__pager ul li a span {
    display: inline-block;
  }
  .overviewPage .contents__pager ul li a span:first-child {
    width: 18px;
  }
  .overviewPage .contents__pager ul li a span:last-child {
    opacity: 0;
    transition: 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .overviewPage .contents__pager ul li a.current span:last-child, .overviewPage .contents__pager ul li a:hover span:last-child {
    opacity: 1;
  }
  .overviewPage .contents__pager__scrollbar {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 200px;
    background-color: #CCCCCC;
  }
  .lang-en .overviewPage .contents__pager__scrollbar {
    height: 160px;
  }
  .overviewPage .contents__pager__scrollbar span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 40px;
    background-color: #222222;
  }
  .overviewPage .modal {
    display: none;
    position: fixed;
    z-index: 5000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 50px;
  }
  .overviewPage .modal-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
  }
  .overviewPage .modal-wrap {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .overviewPage .modal__youtube {
    position: relative;
    width: 100%;
    max-width: 970px;
    max-height: 75vh;
  }
  .overviewPage .modal__youtube::before {
    content: "";
    display: block;
    padding-top: 56.18%;
  }
  .overviewPage .modal__youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .overviewPage .modal__youtube__close {
    position: absolute;
    top: -50px;
    right: 0;
  }
  .overviewPage .modal__youtube__close button {
    display: block;
    text-indent: -9999px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0px;
    width: 34px;
    height: 40px;
    background-image: url(../images/overview/btn-close.png);
    background-color: transparent;
    background-size: 34px 40px;
  }
  .overviewPage .modal__youtube__close button:hover {
    opacity: 0.5;
  }
  .lang-en .overviewPage .modal__youtube__close button {
    width: 36px;
    background-image: url(../images/overview/btn-close-en.png);
    background-size: 36px 40px;
  }
  .overviewPage .modal__content {
    position: relative;
    width: 100%;
    max-width: 970px;
    height: 83%;
    background-color: #FFFFFF;
    border-radius: 20px;
  }
  .overviewPage .modal__content-wrap {
    height: 100%;
    overflow-y: auto;
    padding: 0 7.299270073vw;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .overviewPage .modal__content-wrap {
    padding: 0 100px;
  }
}
@media all and (min-width: 835px) {
  .overviewPage .modal__content-wrap::-webkit-scrollbar {
    display: none;
  }
  .overviewPage .modal__content__title {
    padding-top: 50px;
    margin-bottom: 25px;
  }
  .overviewPage .modal__content__title-ja {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    font-size: 2.9197080292vw;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .overviewPage .modal__content__title-ja {
    font-size: 40px;
  }
}
@media all and (min-width: 835px) {
  .overviewPage .modal__content__title-ja span:first-child {
    display: inline-block;
    width: 3.6496350365vw;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .overviewPage .modal__content__title-ja span:first-child {
    width: 50px;
  }
}
@media all and (min-width: 835px) {
  .overviewPage .modal__content__title-en {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    font-size: 1.1678832117vw;
    padding-left: 3.6496350365vw;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .overviewPage .modal__content__title-en {
    font-size: 16px;
    padding-left: 50px;
  }
}
@media all and (min-width: 835px) {
  .overviewPage .modal__content__member {
    display: flex;
    margin-bottom: 3.6496350365vw;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .overviewPage .modal__content__member {
    margin-bottom: 50px;
  }
}
@media all and (min-width: 835px) {
  .overviewPage .modal__content__member dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 24.8175182482vw;
    margin-right: 10px;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .overviewPage .modal__content__member dl {
    width: 340px;
  }
}
@media all and (min-width: 835px) {
  .overviewPage .modal__content__member dl dt {
    width: 5.1094890511vw;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .overviewPage .modal__content__member dl dt {
    width: 70px;
  }
}
@media all and (min-width: 835px) {
  .overviewPage .modal__content__member dl dd {
    width: calc(100% - 5.8394160584vw);
  }
  .overviewPage .modal__content__member dl dd span {
    font-size: 1.4598540146vw;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .overviewPage .modal__content__member dl dd span {
    font-size: 20px;
  }
}
@media all and (min-width: 835px) {
  .overviewPage .modal__content__member dl dd small {
    display: block;
    font-size: 1.0218978102vw;
    padding-top: 3px;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .overviewPage .modal__content__member dl dd small {
    font-size: 14px;
  }
}
@media all and (min-width: 835px) {
  .overviewPage .modal__content__subtitle {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    font-size: 1.897810219vw;
    line-height: 1.1;
    border-left: 4px solid #CCCCCC;
    padding-left: 10px;
    margin-bottom: 1.8248175182vw;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .overviewPage .modal__content__subtitle {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
@media all and (min-width: 835px) {
  .overviewPage .modal__content__text {
    margin-bottom: 5.8394160584vw;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .overviewPage .modal__content__text {
    margin-bottom: 80px;
  }
}
@media all and (min-width: 835px) {
  .overviewPage .modal__content__text dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: justify;
    font-size: 1.1678832117vw;
    line-height: 2.5;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .overviewPage .modal__content__text dl {
    font-size: 16px;
  }
}
@media all and (min-width: 835px) {
  .overviewPage .modal__content__text dl + dl {
    padding-top: 2.9197080292vw;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .overviewPage .modal__content__text dl + dl {
    padding-top: 40px;
  }
}
@media all and (min-width: 835px) {
  .overviewPage .modal__content__text dl dt {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    width: 7.299270073vw;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .overviewPage .modal__content__text dl dt {
    width: 100px;
  }
}
@media all and (min-width: 835px) {
  .overviewPage .modal__content__text dl dd {
    width: calc(100% - 7.299270073vw);
  }
  .overviewPage .modal__content__text dl dd p + p {
    padding-top: 3.8rem;
  }
  .overviewPage .modal__content__text-pct {
    padding: 3.2846715328vw 0;
    text-align: center;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .overviewPage .modal__content__text-pct {
    padding: 45px 0;
  }
}
@media all and (min-width: 835px) {
  .overviewPage .modal__content__text-pct img {
    width: 85.55%;
  }
  .overviewPage .modal__content__text-pct .large {
    display: inline-block;
  }
  .overviewPage .modal__content__text-pct .small {
    display: none;
  }
  .overviewPage .modal__content__pager {
    position: relative;
    height: 80px;
    font-size: 1.1678832117vw;
  }
}
@media (min-width: 835px) and (min-width: 1370px) {
  .overviewPage .modal__content__pager {
    font-size: 16px;
  }
}
@media all and (min-width: 835px) {
  .overviewPage .modal__content__pager a {
    text-decoration: underline;
  }
  .overviewPage .modal__content__pager a:hover {
    text-decoration: none;
  }
  .overviewPage .modal__content__pager-prev {
    position: absolute;
    top: 0;
    left: 0;
  }
  .overviewPage .modal__content__pager-next {
    position: absolute;
    top: 0;
    right: 0;
  }
  .overviewPage .modal__content__close {
    position: absolute;
    top: -50px;
    right: 0;
  }
  .overviewPage .modal__content__close button {
    display: block;
    text-indent: -9999px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0px;
    width: 34px;
    height: 40px;
    background-image: url(../images/overview/btn-close.png);
    background-color: transparent;
    background-size: 34px 40px;
  }
  .overviewPage .modal__content__close button:hover {
    opacity: 0.5;
  }
  .lang-en .overviewPage .modal__content__close button {
    width: 36px;
    background-image: url(../images/overview/btn-close-en.png);
    background-size: 36px 40px;
  }
}
@media all and (max-width: 834px) {
  .overviewPage .contents {
    position: relative;
    padding-bottom: 10px;
  }
  .overviewPage .contents::before {
    content: "";
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: url(../images/overview/bg--sp.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .overviewPage .contents__sub {
    display: none;
  }
  .overviewPage .contents__main {
    padding: 115px 40px 0;
  }
  .overviewPage .contents__main__block {
    position: relative;
    z-index: 5;
    margin-bottom: 95px;
  }
  .overviewPage .contents__main__block #jp1, .overviewPage .contents__main__block #jp2, .overviewPage .contents__main__block #jp3, .overviewPage .contents__main__block #jp4, .overviewPage .contents__main__block #jp5,
  .overviewPage .contents__main__block #en1, .overviewPage .contents__main__block #en2, .overviewPage .contents__main__block #en3, .overviewPage .contents__main__block #en4 {
    display: inline-block;
    width: 1px;
    height: 1px;
    position: absolute;
    top: -115px;
    left: 0;
  }
  .overviewPage .contents__main__block__title {
    margin-bottom: 30px;
  }
  .overviewPage .contents__main__block__title-ja {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    font-size: 28px;
    margin-bottom: 5px;
  }
  .overviewPage .contents__main__block__title-ja span:first-child {
    padding-left: 13px;
    display: inline-block;
    width: 50px;
  }
  .lang-en .overviewPage .contents__main__block__title-ja {
    display: flex;
    letter-spacing: 0.02rem;
  }
  .overviewPage .contents__main__block__title-en {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    padding-left: 50px;
  }
  .overviewPage .contents__main__block-pct-caption {
    display: block;
    text-align: right;
    font-size: 7px;
    letter-spacing: 0;
    line-height: 1.57;
    padding-top: 5px;
  }
  .overviewPage .contents__main__block-pct + .contents__main__block__text {
    padding-top: 20px;
  }
  .overviewPage .contents__main__block-link {
    text-align: right;
    margin-bottom: 30px;
  }
  .overviewPage .contents__main__block-link a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    padding-right: 30px;
  }
  .overviewPage .contents__main__block-link a::after {
    position: absolute;
    right: 0;
    top: 1px;
    content: "";
    width: 22px;
    height: 22px;
    background-image: url(../images/overview/ico-plus.png);
    background-size: 22px 22px;
  }
  .overviewPage .contents__main__block__text {
    text-align: justify;
    font-size: 14px;
    letter-spacing: 0.05rem;
    line-height: 2.14;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .overviewPage .contents__main__block__text a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
  }
  .overviewPage .contents__main__block__list {
    padding: 0 15px;
    margin-bottom: 24px;
  }
  .overviewPage .contents__main__block__list__title {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .overviewPage .contents__main__block__list ul li dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .overviewPage .contents__main__block__list ul li dl dt {
    width: 70px;
  }
  .overviewPage .contents__main__block__list ul li dl dd {
    width: calc(100% - 70px);
    padding-left: 10px;
  }
  .overviewPage .contents__main__block__list ul li dl dd a {
    font-size: 16px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
  }
  .overviewPage .contents__main__block__list ul li dl dd small {
    display: block;
    font-size: 12px;
    padding-top: 3px;
  }
  .overviewPage .contents__main__block__sns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
  }
  .overviewPage .contents__main__block__sns p {
    font-size: 14px;
    margin-right: 5px;
  }
  .overviewPage .contents__main__block__sns a {
    margin-left: 5px;
  }
  .overviewPage .contents__main__block__sns a:active {
    opacity: 0.7;
  }
  .overviewPage .contents__main__block__sns a img {
    width: 36px;
  }
  .overviewPage .contents__pager {
    position: fixed;
    z-index: 5;
    top: calc(50% - 112px);
    left: 8px;
  }
  .lang-en .overviewPage .contents__pager {
    top: calc(50% - 90px);
  }
  .overviewPage .contents__pager ul li {
    line-height: 1;
    padding-left: 8px;
  }
  .overviewPage .contents__pager ul li a {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    height: 45px;
  }
  .overviewPage .contents__pager ul li a span {
    display: inline-block;
  }
  .overviewPage .contents__pager ul li a span:last-child {
    display: none;
  }
  .overviewPage .contents__pager__scrollbar {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 225px !important;
    background-color: #CCCCCC;
  }
  .lang-en .overviewPage .contents__pager__scrollbar {
    height: 180px !important;
  }
  .overviewPage .contents__pager__scrollbar span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 45px;
    background-color: #222222;
  }
  .overviewPage .modal {
    display: none;
    position: fixed;
    z-index: 5000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .overviewPage .modal-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .overviewPage .modal-wrap.sp {
    align-items: flex-end;
    padding-bottom: 1.25%;
  }
  .overviewPage .modal__youtube {
    position: relative;
    width: 96%;
  }
  .overviewPage .modal__youtube::before {
    content: "";
    display: block;
    padding-top: 56.18%;
  }
  .overviewPage .modal__youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .overviewPage .modal__youtube__close {
    position: absolute;
    top: -30px;
    right: 0;
  }
  .overviewPage .modal__youtube__close button {
    display: block;
    text-indent: -9999px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0px;
    width: 59px;
    height: 21px;
    background-image: url(../images/overview/btn-close--sp.png);
    background-color: transparent;
    background-size: 59px 21px;
  }
  .overviewPage .modal__youtube__close button:active {
    opacity: 0.5;
  }
  .lang-en .overviewPage .modal__youtube__close button {
    width: 62px;
    background-image: url(../images/overview/btn-close-en--sp.png);
    background-size: 62px 21px;
  }
  .overviewPage .modal__content {
    position: relative;
    width: 96%;
    height: 92%;
    background-color: #FFFFFF;
    border-radius: 10px;
  }
  .overviewPage .modal__content .pseudo-scrollbar {
    right: 10px !important;
  }
  .overviewPage .modal__content-wrap {
    height: 100%;
    overflow-y: auto;
    padding: 34px 27px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .overviewPage .modal__content-wrap::-webkit-scrollbar {
    display: none;
  }
  .overviewPage .modal__content__title {
    margin-bottom: 25px;
  }
  .overviewPage .modal__content__title-ja {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    font-size: 28px;
  }
  .overviewPage .modal__content__title-ja span:first-child {
    display: inline-block;
    width: 35px;
  }
  .overviewPage .modal__content__title-en {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    font-size: 14px;
    padding-left: 35px;
  }
  .overviewPage .modal__content__member {
    padding-bottom: 25px;
  }
  .overviewPage .modal__content__member dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .overviewPage .modal__content__member dl dt {
    width: 70px;
  }
  .overviewPage .modal__content__member dl dd {
    width: calc(100% - 70px);
    padding-left: 10px;
  }
  .overviewPage .modal__content__member dl dd span {
    font-size: 16px;
  }
  .overviewPage .modal__content__member dl dd small {
    display: block;
    font-size: 12px;
    padding-top: 3px;
  }
  .overviewPage .modal__content__subtitle {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    border-left: 4px solid #CCCCCC;
    padding-left: 8px;
    margin-bottom: 20px;
  }
  .overviewPage .modal__content__text {
    margin-bottom: 45px;
  }
  .overviewPage .modal__content__text-name {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    position: relative;
    margin-right: 60px;
  }
  .overviewPage .modal__content__text-name::after {
    position: absolute;
    right: -50px;
    top: 1rem;
    content: "";
    width: 40px;
    height: 1px;
    background-color: #666666;
  }
  .overviewPage .modal__content__text dl {
    text-align: justify;
    font-size: 14px;
    line-height: 2.14;
  }
  .overviewPage .modal__content__text dl + dl {
    padding-top: 2.5rem;
  }
  .overviewPage .modal__content__text dl dt {
    display: none;
  }
  .overviewPage .modal__content__text dl dd p + p {
    padding-top: 2.5rem;
  }
  .overviewPage .modal__content__text-pct {
    padding: 30px 0;
  }
  .overviewPage .modal__content__text-pct .large {
    display: none;
  }
  .overviewPage .modal__content__text-pct .small {
    display: block;
  }
  .overviewPage .modal__content__pager {
    position: relative;
    height: 50px;
    font-size: 14px;
  }
  .overviewPage .modal__content__pager a {
    text-decoration: underline;
  }
  .overviewPage .modal__content__pager a:hover {
    text-decoration: none;
  }
  .overviewPage .modal__content__pager-prev {
    position: absolute;
    top: 0;
    left: 0;
  }
  .overviewPage .modal__content__pager-next {
    position: absolute;
    top: 0;
    right: 0;
  }
  .overviewPage .modal__content__link {
    text-align: right;
    font-size: 14px;
  }
  .overviewPage .modal__content__link a {
    text-decoration: underline;
  }
  .overviewPage .modal__content__link a:hover {
    text-decoration: none;
  }
  .overviewPage .modal__content__close {
    position: absolute;
    top: -30px;
    right: 0;
  }
  .overviewPage .modal__content__close button {
    display: block;
    text-indent: -9999px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0px;
    width: 59px;
    height: 21px;
    background-image: url(../images/overview/btn-close--sp.png);
    background-color: transparent;
    background-size: 59px 21px;
  }
  .overviewPage .modal__content__close button:active {
    opacity: 0.5;
  }
  .lang-en .overviewPage .modal__content__close button {
    width: 62px;
    background-image: url(../images/overview/btn-close-en--sp.png);
    background-size: 62px 21px;
  }
}

@media all and (min-width: 835px) {
  .errorPage {
    padding-top: 120px;
  }
  .errorPage-bg {
    background-image: url(../images/common/bg-body.png);
    background-size: 400px 400px;
    background-position: top center;
    background-repeat: repeat;
  }
  .errorPage .error {
    margin: 0 auto;
  }
  .errorPage .error-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1280px;
    padding: 0 100px;
    margin: 0 auto 20px;
  }
  .errorPage .error__detail {
    padding-top: 60px;
  }
  .errorPage .error__title {
    width: calc(100% - 20vw);
  }
  .errorPage .error__title-main {
    position: relative;
    left: -42px;
    width: 56.25vw;
  }
}
@media (min-width: 835px) and (min-width: 1280px) {
  .errorPage .error__title-main {
    width: 720px;
  }
}
@media all and (min-width: 835px) {
  .errorPage .error__text {
    padding: 38px 0 0 5.85vw;
    font-size: 1.25vw;
    line-height: 1.875;
  }
}
@media (min-width: 835px) and (min-width: 1280px) {
  .errorPage .error__text {
    font-size: 16px;
    padding-left: 75px;
  }
}
@media all and (min-width: 835px) {
  .errorPage .error__text__title {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    font-size: 2.5vw;
    margin-bottom: 2.34375vw;
  }
}
@media (min-width: 835px) and (min-width: 1280px) {
  .errorPage .error__text__title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media all and (min-width: 835px) {
  .errorPage .error__illust {
    width: 19.53vw;
  }
}
@media (min-width: 835px) and (min-width: 1280px) {
  .errorPage .error__illust {
    width: 250px;
  }
}
@media (min-width: 835px) and (max-width: 860px) {
  .errorPage .error__illust {
    width: 16.5vw;
  }
}
@media all and (min-width: 835px) {
  .errorPage .error__btn {
    width: 23.43vw;
    margin-inline: auto;
  }
}
@media (min-width: 835px) and (min-width: 1280px) {
  .errorPage .error__btn {
    width: 300px;
  }
}
@media all and (min-width: 835px) {
  .errorPage .error__btn a {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 4.6875vw;
    background: linear-gradient(75deg, #2c2c2c 0%, #464646 16.75%, #5a5a5a 50.74%, #6e6e6e 85.22%, #888 100%);
    border-radius: 5px;
  }
}
@media (min-width: 835px) and (min-width: 1280px) {
  .errorPage .error__btn a {
    height: 60px;
  }
}
@media all and (min-width: 835px) {
  .errorPage .error__btn a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #888;
    transition: 0.6s ease;
  }
  .errorPage .error__btn a::after {
    position: absolute;
    content: "";
    right: 20px;
    top: calc(50% - 3px);
    width: 18px;
    height: 6px;
    background-image: url(../images/common/ico-arrow.png);
    background-size: 18px 6px;
  }
  .errorPage .error__btn a span {
    position: relative;
    color: #ffffff;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    font-size: 1.17vw;
    line-height: 1.5;
  }
}
@media (min-width: 835px) and (min-width: 1280px) {
  .errorPage .error__btn a span {
    font-size: 15px;
  }
}
@media all and (min-width: 835px) {
  .errorPage .error__btn a span small {
    display: block;
    font-size: 1.09vw;
  }
}
@media (min-width: 835px) and (min-width: 1280px) {
  .errorPage .error__btn a span small {
    font-size: 14px;
  }
}
@media all and (min-width: 835px) {
  .errorPage .error__btn a:hover::before {
    opacity: 1;
  }
  .errorPage .error__copyright {
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.03em;
    padding: 95px 0 28px;
    color: #777777;
  }
}
@media all and (max-width: 834px) {
  .errorPage {
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .errorPage-bg {
    background-image: url(../images/common/bg-body.png);
    background-size: 200px 200px;
    background-position: top center;
    background-repeat: repeat;
  }
  .errorPage .error-wrap {
    width: 80.8%;
    margin-inline: auto;
  }
  .errorPage .error__title {
    margin-bottom: 34px;
  }
  .errorPage .error__title-main {
    width: 271px;
    margin-left: -10px;
  }
  .errorPage .error__text {
    margin-bottom: 34px;
  }
  .errorPage .error__text p {
    font-size: 14px;
    line-height: 1.714;
  }
  .errorPage .error__text p + p {
    padding-top: 1rem;
  }
  .errorPage .error__text__title {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    font-size: 24px;
    padding: 0 6vw;
    margin-bottom: 30px;
  }
  .errorPage .error__illust {
    width: 150px;
    margin: 0 auto;
  }
  .errorPage .error__btn {
    margin-bottom: 37px;
  }
  .errorPage .error__btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 60px;
    background: linear-gradient(75deg, #2c2c2c 0%, #464646 16.75%, #5a5a5a 50.74%, #6e6e6e 85.22%, #888 100%);
    border-radius: 5px;
  }
  .errorPage .error__btn a::after {
    position: absolute;
    content: "";
    right: 10px;
    top: calc(50% - 3px);
    width: 18px;
    height: 6px;
    background-image: url(../images/common/ico-arrow.png);
    background-size: 18px 6px;
  }
  .errorPage .error__btn a span {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  	font-weight: 600;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.5;
  }
  .errorPage .error__btn a span small {
    display: block;
    font-size: 14px;
  }
  .errorPage .error__copyright {
    text-align: center;
    font-size: 10px;
    letter-spacing: 0.03em;
    padding-top: 38px;
    color: #777777;
  }
}