@charset "UTF-8";
/* font */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700,800");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@font-face {
  font-family: YuGothicM;
  src: local(Yu Gothic Medium);
}
/* reset css */
html {
  color: #000;
  background: #FFF;
}

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

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

fieldset,
img {
  border: 0;
}

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

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

button {
  border: none;
  background: none;
}

table {
  font-size: inherit;
  font: 100%;
}

code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

*::after,
*::before,
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

button {
  cursor: pointer;
}

main {
  display: block;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-weight: normal;
  font-family: 'Noto Sans JP', sans-serif;
  word-wrap: break-word;
  line-height: 1;
  letter-spacing: normal;
  color: #000;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  word-break: break-all;
  letter-spacing: 0.03em;
}

html {
  /* 基本375で考える スマホ568までが縦と考える */
  font-size: calc(100vw / 37.5);
}
@media print, screen and (min-width: 568px) {
  html {
    font-size: 62.5%;
  }
}
@media print, screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}
@media print, screen and (min-width: 1024px) {
  html {
    font-size: 62.5%;
  }
}

html.user-ie-11 {
  font-size: 58%;
  font-size: 60%;
}
html.user-ie-11 body {
  font-family: 'メイリオ', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック体', sans-serif;
}

.img-per-10:after,
.img-per-20:after,
.img-per-30:after,
.img-per-40:after,
.img-per-50:after,
.img-per-60:after,
.img-per-70:after,
.img-per-80:after,
.img-per-90:after,
.useful-media-item-detail-sns:after,
.bl-download-detail:after,
.cms-detail-kv_con:after,
.cms-next-prev-items:after,
.clearfix:after {
  font-size: .1em;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: .1px;
  content: ' ';
}

.img-per-10,
.img-per-20,
.img-per-30,
.img-per-40,
.img-per-50,
.img-per-60,
.img-per-70,
.img-per-80,
.img-per-90,
.useful-media-item-detail-sns,
.bl-download-detail,
.cms-next-prev-items,
.cms-detail-kv_con,
.clearfix {
  /*\*/
    /*/
display: inline-table !important;
/**/
}

a {
  text-decoration: none;
  color: #141125;
}

a:hover {
  text-decoration: none;
}

a {
  outline: none !important;
}

button:focus,
a:focus {
  outline: none !important;
}

:-moz-focusring {
  outline: 0 dotted #fff;
}

a:focus, *:focus {
  outline: none;
}

.f-bold {
  font-weight: 700 !important;
}

html {
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}

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

/************************************
form
*************************************/
select {
  outline: none;
}

option {
  outline: none;
}

select {
  outline: 0;
}

option {
  outline: 0;
}

input:-webkit-autofill,
textarea:-webkit-autofill {
  background-color: #faffbd;
  background-image: none;
  color: black;
}

select:-moz-focusring * {
  text-shadow: none;
}

select:-moz-focusring {
  color: #fff;
  text-shadow: 0px 0px 0px #fff;
  /* カラーは調整して下さい */
}

select::-moz-focus-inner,
option::-moz-focus-inner {
  border: 0px;
}

option,
select,
textarea,
input[type="number"],
input[type="button"],
input[type="submit"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="select"],
input[type="option"] {
  -webkit-appearance: none;
  border-radius: 0;
  outline: 0;
  background: #fff;
}

input[type="option"],
input[type="select"] {
  overflow: hidden;
  word-wrap: normal !important;
  white-space: normal;
  max-width: 100%;
}

input[type="select"] {
  font-size: 16px;
  font-size: 1.6rem;
}

/* for firefox */
select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

/* for ie10 ie11 */
select::-ms-expand {
  display: none;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #fff;
  background-image: none;
  color: #999;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #b1b5ba;
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 2px;
  line-height: normal !important;
}

body.user-os-iphone input::-webkit-input-placeholder {
  padding-top: 0px;
}

/* Firefox 18- */
:-moz-placeholder {
  color: #b1b5ba;
  opacity: 1;
  font-size: 16px;
  font-size: 1.6rem;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #b1b5ba;
  opacity: 1;
  font-size: 16px;
  font-size: 1.6rem;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #b1b5ba;
  font-size: 16px;
  font-size: 1.6rem;
}

textarea,
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type=text] {
  width: 100%;
  padding: 0 10px;
  height: 40px;
  font-size: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #ccc;
  line-height: 1;
}

textarea {
  height: 100px;
  padding: 10px 10px;
}

textarea:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="text"]:focus {
  border: 1px solid #999 !important;
}

/* tablet */
@media print, screen and (min-width: 768px) {
  ::-webkit-input-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }

  /* Firefox 18- */
  :-moz-placeholder {
    opacity: 1;
    font-size: 14px;
    font-size: 1.4rem;
  }

  /* Firefox 19+ */
  ::-moz-placeholder {
    opacity: 1;
    font-size: 14px;
    font-size: 1.4rem;
  }

  /* IE 10+ */
  :-ms-input-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }

  textarea,
  input[type="tel"],
  input[type="email"],
  input[type="password"],
  input[type=text] {
    width: 435px;
    padding: 2px 10px;
    height: 32px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  textarea.type-login,
  input[type="tel"].type-login,
  input[type="email"].type-login,
  input[type="password"].type-login,
  input[type=text].type-login {
    width: 100%;
    height: 40px;
  }

  textarea {
    width: 100%;
    height: 160px;
    padding: 10px 10px;
  }
}
html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

html {
  /* 基本375で考える スマホ568までが縦と考える */
  font-size: calc(100vw / 37.5);
}
@media print, screen and (min-width: 420px) {
  html {
    font-size: 62.5%;
  }
}
@media print, screen and (min-width: 568px) {
  html {
    font-size: 62.5%;
  }
}
@media print, screen and (min-width: 750px) {
  html {
    font-size: 62.5%;
  }
}

.sp-disp-br {
  display: inline;
}

.pc-disp-br {
  display: none;
}

.sp-disp {
  display: block;
}

.pc-disp {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .sp-disp-br {
    display: none;
  }

  .pc-disp-br {
    display: inline;
  }

  .sp-disp {
    display: none;
  }

  .pc-disp {
    display: block;
  }
}
/*********************************************
loader
*********************************************/
.loader {
  font-size: 10px;
  text-indent: -9999em;
  border-radius: 50%;
  background: #004389;
  background: -moz-linear-gradient(left, #004389 10%, rgba(255, 94, 16, 0) 42%);
  background: -webkit-linear-gradient(left, #004389 10%, rgba(255, 94, 16, 0) 42%);
  background: -o-linear-gradient(left, #004389 10%, rgba(255, 94, 16, 0) 42%);
  background: -ms-linear-gradient(left, #004389 10%, rgba(255, 94, 16, 0) 42%);
  background: linear-gradient(to right, #004389 10%, rgba(255, 94, 16, 0) 42%);
  position: relative;
  -webkit-animation: load3 0.35s infinite linear;
  animation: load3 0.35s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  position: absolute;
  position: fixed;
  top: 50%;
  z-index: 200000;
  width: 3em;
  height: 3em;
  margin-top: -1.5em;
  margin-left: -1.5em;
  left: 50%;
  opacity: 0;
}
@media print, screen and (min-width: 1024px) {
  .loader {
    width: 4em;
    height: 4em;
    margin-top: -2em;
    margin-left: -2em;
  }
}

.loader:before {
  width: 50%;
  height: 50%;
  background: #fff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

.loader:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
body.state-excute-01 {
  position: relative;
  height: auto;
  opacity: 1;
}
body.state-excute-01 .loader {
  opacity: 1;
}

body.state-excute-02 .loader {
  opacity: 0;
  -webkit-transition: opacity 0.5s 0s ease-out;
  -moz-transition: opacity 0.5s 0s ease-out;
  -ms-transition: opacity 0.5s 0s ease-out;
  -o-transition: opacity 0.5s 0s ease-out;
  transition: opacity 0.5s 0s ease-out;
}

body.state-excute-03 .loader {
  display: none;
}

body.state-excute-03::after {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

body.state-excute-04::after {
  display: none;
}

body.state-mouse-false::before {
  display: block;
}

body.state-active-select::before {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #cc0000;
  opacity: 0.5;
  content: "";
}

body.state-mouse-false {
  position: relative;
  background: #fff;
  width: 100%;
  overflow: hidden;
}
body.state-mouse-false::before {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #fff;
  opacity: 0;
  content: "";
}

body.page-about .header-menu-nav ul li.type-about a::after {
  transform: scaleX(1);
}
body.page-about .footer-main-nav ul li.type-about a::after {
  transform: scaleX(1);
}
body.page-about .header-menu-nav ul li.type-about a,
body.page-about .footer-main-nav ul li.type-about a {
  color: #0023c3;
}
body.page-about .header-menu-nav ul li.type-about a i::after {
  opacity: 1;
}

body.page-forbeginners .header-menu-nav ul li.type-forbeginners a::after {
  transform: scaleX(1);
}
body.page-forbeginners .footer-main-nav ul li.type-forbeginners a::after {
  transform: scaleX(1);
}
body.page-forbeginners .header-menu-nav ul li.type-forbeginners a,
body.page-forbeginners .footer-main-nav ul li.type-forbeginners a {
  color: #0023c3;
}
body.page-forbeginners .header-menu-nav ul li.type-forbeginners a i::after {
  opacity: 1;
}

body.page-game .header-menu-nav ul li.type-game a::after {
  transform: scaleX(1);
}
body.page-game .footer-main-nav ul li.type-game a::after {
  transform: scaleX(1);
}
body.page-game .header-menu-nav ul li.type-game a,
body.page-game .footer-main-nav ul li.type-game a {
  color: #0023c3;
}
body.page-game .header-menu-nav ul li.type-game a i::after {
  opacity: 1;
}

body.page-playspot .header-menu-nav ul li.has-child.type-playspot a::after {
  transform: scaleX(1);
  display: block;
}
body.page-playspot .header-menu-nav ul li.has-child.type-playspot li a::after {
  display: none;
}
body.page-playspot .footer-main-nav ul li.type-playspot a::after {
  transform: scaleX(1);
}
body.page-playspot .header-menu-nav ul li.type-playspot a,
body.page-playspot .footer-main-nav ul li.type-playspot div {
  color: #0023c3;
}
body.page-playspot .header-menu-nav ul li.type-playspot a i::after {
  opacity: 1;
}

body.page-mptj .header-menu-nav ul li.type-mptj a::after {
  transform: scaleX(1);
}
body.page-mptj .footer-main-nav ul li.type-mptj a::after {
  transform: scaleX(1);
}
body.page-mptj .header-menu-nav ul li.type-mptj a,
body.page-mptj .footer-main-nav ul li.type-mptj a {
  color: #0023c3;
}
body.page-mptj .header-menu-nav ul li.type-mptj a i::after {
  opacity: 1;
}

body.page-tournament .header-menu-nav ul li.type-tournament a::after {
  transform: scaleX(1);
}
body.page-tournament .footer-main-nav ul li.type-tournament a::after {
  transform: scaleX(1);
}
body.page-tournament .header-menu-nav ul li.type-tournament a,
body.page-tournament .footer-main-nav ul li.type-tournament a {
  color: #0023c3;
}
body.page-tournament .header-menu-nav ul li.type-tournament a i::after {
  opacity: 1;
}

body.page-bbs .header-menu-nav ul li.type-bbs a::after {
  transform: scaleX(1);
}
body.page-bbs .footer-main-nav ul li.type-bbs a::after {
  transform: scaleX(1);
}
body.page-bbs .header-menu-nav ul li.type-bbs a,
body.page-bbs .footer-main-nav ul li.type-bbs a {
  color: #0023c3;
}
body.page-bbs .header-menu-nav ul li.type-bbs a i::after {
  opacity: 1;
}

body.page-login .header-menu-nav ul li.type-mypage a::after {
  transform: scaleX(1);
}
body.page-login .footer-main-nav ul li.type-mypage a::after {
  transform: scaleX(1);
}
body.page-login .header-menu-nav ul li.type-mypage a,
body.page-login .footer-main-nav ul li.type-mypage div {
  color: #0023c3;
}
body.page-login .header-menu-nav ul li.type-mypage a i::after {
  opacity: 1;
}

/****************************************************
header
****************************************************/
body.state-header-fixed .header-inner {
  width: 100%;
}

body {
  overflow: hidden;
}

/****************************************************
header
****************************************************/
body.state-menu-active .header-bg {
  left: 0;
  opacity: 0.24;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body.state-menu-active .header-menu {
  right: 0;
}
body.state-menu-active .header-menu::after {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 0.3s ease, transform 0.3s ease;
  -moz-transition: opacity 0.3s ease, transform 0.3s ease;
  -ms-transition: opacity 0.3s ease, transform 0.3s ease;
  -o-transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
body.state-menu-active .header-menu-inner {
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.2s ease;
  -moz-transition: opacity 0.3s 0.2s ease;
  -ms-transition: opacity 0.3s 0.2s ease;
  -o-transition: opacity 0.3s 0.2s ease;
  transition: opacity 0.3s 0.2s ease;
}
body.state-menu-active .header-btn-menu a span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
body.state-menu-active .header-btn-menu a span:nth-of-type(2) {
  opacity: 0;
}
body.state-menu-active .header-btn-menu a span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}
body.state-menu-active .header-btn-menu a::after {
  background: url(../img/common/header_menu_txt.png) 0 -8px no-repeat;
  background-size: 30px 16px;
}
@media print, screen and (min-width: 768px) {
  body.state-menu-active .header-btn-menu a span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  body.state-menu-active .header-btn-menu a span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
}
body.state-menu-active .wrap-hack {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
body.state-menu-active .wrap-hack-pos {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.g-header {
  position: absolute;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  height: 50px;
}
.g-header::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #fff;
  content: "";
}

.header-inner {
  position: relative;
  width: 100%;
  height: 50px;
  z-index: 10;
}

.header-logo {
  position: absolute;
  width: 50px;
  top: 0;
  left: 0;
  background: #0325c3;
  z-index: 10;
}
.header-logo a {
  position: relative;
  display: block;
  background: #0324c3;
  width: 100%;
  height: 50px;
}
.header-logo a img {
  position: absolute;
  width: 11.2vw;
  max-width: 34px;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header-btn-search-sp {
  position: absolute;
  top: 0;
  right: 46px;
  width: 46px;
}
.header-btn-search-sp a {
  display: block;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  height: 50px;
  text-align: center;
}
.header-btn-search-sp a img {
  display: block;
  margin: 0 auto;
  width: 26px;
  height: 26px;
}

body.state-search-active .header-search {
  height: 0;
  overflow: hidden;
}

.header-search {
  height: 0;
  overflow: hidden;
}

.header-search {
  position: relative;
  display: block;
  background: #fff;
  z-index: 3;
}
.header-search form {
  width: 90.66667vw;
  margin: 0 auto;
  padding: 5.33333vw 0;
}
.header-search input {
  width: 66.66667vw;
  width: calc(100% - 30px);
  font-size: 16px;
}

.input-search-btn {
  display: inline-block;
  position: relative;
  top: 3px;
  left: 4px;
  width: 20px;
  height: 20px;
  background: url(../img/common/icon_search_g.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.header-btn-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 50px;
}
.header-btn-menu a {
  display: block;
  position: absolute;
  top: 2px;
  right: 0;
  width: 100%;
  height: 46px;
}
.header-btn-menu a span {
  position: absolute;
  top: 50%;
  top: 17px;
  left: 50%;
  width: 30px;
  height: 2px;
  margin-left: -15px;
  background: #0325c3;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: transform 0.3s ease-out, background 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out, background 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out, background 0.3s ease-out;
  -o-transition: transform 0.3s ease-out, background 0.3s ease-out;
  transition: transform 0.3s ease-out, background 0.3s ease-out;
}
.header-btn-menu a span:nth-of-type(1) {
  margin-top: -9px;
}
.header-btn-menu a span:nth-of-type(2) {
  margin-top: -1px;
}
.header-btn-menu a span:nth-of-type(3) {
  margin-top: 7px;
}
.header-btn-menu a::after {
  display: block;
  position: absolute;
  bottom: 4px;
  left: 50%;
  width: 30px;
  height: 8px;
  margin-left: -15px;
  background: url(../img/common/header_menu_txt.png) 0 0 no-repeat;
  background-size: 30px 16px;
  content: "";
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.header-menu {
  position: absolute;
  position: fixed;
  z-index: 2;
  top: 50px;
  right: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  height: calc(100% - 50px);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.header-menu::after {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
  opacity: 1;
  -webkit-transform: translateX(101%);
  -moz-transform: translateX(101%);
  -ms-transform: translateX(101%);
  -o-transform: translateX(101%);
  transform: translateX(101%);
  -webkit-transition: opacity 0.3s ease, transform 0.3s ease;
  -moz-transition: opacity 0.3s ease, transform 0.3s ease;
  -ms-transition: opacity 0.3s ease, transform 0.3s ease;
  -o-transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.header-menu-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s ease;
  -moz-transition: opacity 0.3s 0s ease;
  -ms-transition: opacity 0.3s 0s ease;
  -o-transition: opacity 0.3s 0s ease;
  transition: opacity 0.3s 0s ease;
}

.header-menu-mypage {
  position: relative;
  z-index: 1;
}
.header-menu-mypage a {
  display: block;
  padding: 4.66667vw 0.66667vw 4.66667vw 21.33333vw;
  font-size: 4.53333vw;
  font-weight: 500;
  line-height: 1.6;
  color: #2c2c2c;
  text-align: left;
  background: #ededed;
  position: relative;
}
.header-menu-mypage a i {
  display: block;
  position: absolute;
  top: 50%;
  left: 5.06667vw;
  width: 11.2vw;
  height: 10.66667vw;
  margin-top: -4.8vw;
  background: url(../img/common/icon_mypage.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.header-menu-nav {
  position: relative;
  z-index: 1;
}
.header-menu-nav ul {
  border-top: 1px solid #ededed;
}
.header-menu-nav ul li {
  border-bottom: 1px solid #ededed;
  position: relative;
  overflow: hidden;
}
.header-menu-nav ul li.state-coming::after {
  display: block;
  position: absolute;
  top: 0;
  left: 1px;
  width: calc(100% - 2px);
  height: 100%;
  background: #fff;
  content: "";
  opacity: 0.7;
  z-index: 2;
}
.header-menu-nav ul li.state-coming a {
  color: #666;
}
.header-menu-nav ul li div,
.header-menu-nav ul li a {
  display: block;
  padding: 4.66667vw 0.66667vw 4.66667vw 21.33333vw;
  font-size: 4.53333vw;
  font-weight: 500;
  line-height: 1.6;
  color: #2c2c2c;
  text-align: left;
  position: relative;
  z-index: 1;
}
.header-menu-nav ul li div i,
.header-menu-nav ul li a i {
  display: block;
  position: absolute;
  top: 50%;
  left: 5.06667vw;
  width: 11.2vw;
  height: 9.06667vw;
  margin-top: -4.26667vw;
}
.header-menu-nav ul li div i.type-about,
.header-menu-nav ul li a i.type-about {
  background: url(../img/common/icon_about.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
.header-menu-nav ul li div i.type-game,
.header-menu-nav ul li a i.type-game {
  background: url(../img/common/icon_game.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
.header-menu-nav ul li div i.type-forbeginners,
.header-menu-nav ul li a i.type-forbeginners {
  background: url(../img/common/icon_forbeginners.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
.header-menu-nav ul li div i.type-shop,
.header-menu-nav ul li a i.type-shop {
  background: url(../img/common/icon_shop.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
.header-menu-nav ul li div i.type-tournament,
.header-menu-nav ul li a i.type-tournament {
  background: url(../img/common/icon_tournament.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
.header-menu-nav ul li div i.type-mptj,
.header-menu-nav ul li a i.type-mptj {
  background: url(../img/common/icon_mptj.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
.header-menu-nav ul li div i.type-bbs,
.header-menu-nav ul li a i.type-bbs {
  background: url(../img/common/icon_bbs.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
.header-menu-nav ul li ul {
  border-top: none;
  padding-left: 21.33333vw;
  padding-bottom: 5.33333vw;
}
.header-menu-nav ul li ul li {
  border-bottom: none;
}
.header-menu-nav ul li ul li a {
  display: inline-block;
  padding: 2.66667vw 3.2vw 2.66667vw 3.33333vw;
  font-size: 3.73333vw;
  font-weight: 500;
  line-height: 1;
  color: #2c2c2c;
  text-align: left;
  position: relative;
}
.header-menu-nav ul li ul li a i {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 5.33333vw;
  height: 5.33333vw;
  margin-top: -2.4vw;
}
.header-menu-nav ul li ul li a i::after {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  left: -2vw;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(../img/common/icon-arr-b.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.header-menu-nav-sub ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid #ededed;
  padding-left: 21.33333vw;
}
.header-menu-nav-sub ul li {
  display: inline-block;
  margin: 0 6.66667vw 0 0;
  position: relative;
}
.header-menu-nav-sub ul li.state-coming::after {
  display: block;
  position: absolute;
  top: 0;
  left: 1px;
  width: calc(100% - 2px);
  height: 100%;
  background: #fff;
  content: "";
  opacity: 0.7;
  z-index: 2;
}
.header-menu-nav-sub ul li a {
  display: block;
  padding: 4.66667vw 3.2vw 4.66667vw 3.33333vw;
  font-size: 3.73333vw;
  font-weight: 500;
  line-height: 1;
  color: #2c2c2c;
  text-align: left;
  position: relative;
  z-index: 1;
}
.header-menu-nav-sub ul li a i {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 5.33333vw;
  height: 5.33333vw;
  margin-top: -2.4vw;
}
.header-menu-nav-sub ul li a i::after {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  left: -2vw;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(../img/common/icon-arr-b.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.header-menu-shop {
  padding-top: 5.86667vw;
  padding-left: 21.33333vw;
  padding-bottom: 4.53333vw;
  border-bottom: 1px solid #ededed;
}
.header-menu-shop ul {
  padding-left: 2.66667vw;
}
.header-menu-shop ul li a {
  display: inline-block;
  font-size: 3.73333vw;
  padding: 2.13333vw 2.4vw 2.13333vw 3.73333vw;
  position: relative;
}
.header-menu-shop ul li a i {
  display: block;
  position: absolute;
  top: 50%;
  left: -1.33333vw;
  width: 5.33333vw;
  height: 5.33333vw;
  margin-top: -2.13333vw;
}
.header-menu-shop ul li a i::after {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(../img/common/icon-arr-gray.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.header-menu-shop-toggle a {
  display: block;
  display: inline-block;
  padding-left: 2.4vw;
  font-size: 4.26667vw;
  margin-bottom: 4.66667vw;
  line-height: 1;
  position: relative;
  cursor: text;
  pointer-events: none;
}
.header-menu-shop-toggle a::after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 0.66667vw;
  height: 4.53333vw;
  margin-top: -2vw;
  z-index: 1;
  background: #f6432c;
}

.header-menu-sns-items {
  padding: 8.26667vw 0;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.header-menu-sns-items li {
  width: 11.46667vw;
  margin: 0 3.73333vw;
}
.header-menu-sns-items li a {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .g-header {
    height: 80px;
  }
  .g-header::after {
    height: 80px;
  }

  .header-inner {
    height: 80px;
  }

  .header-logo {
    width: 80px;
  }
  .header-logo a {
    height: 80px;
  }
  .header-logo a img {
    max-width: 54px;
  }

  .header-btn-search-sp {
    right: 74px;
    width: 74px;
    height: 80px;
  }
  .header-btn-search-sp a {
    height: 80px;
  }
  .header-btn-search-sp a img {
    width: 42px;
    height: 42px;
  }

  .header-btn-menu {
    width: 74px;
    height: 80px;
  }
  .header-btn-menu a {
    top: 2px;
    width: 100%;
    height: 76px;
  }
  .header-btn-menu a span {
    position: absolute;
    top: 50%;
    top: 30px;
    left: 50%;
    width: 44px;
    height: 2px;
    margin-left: -22px;
    background: #0325c3;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transition: transform 0.3s ease-out, background 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out, background 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out, background 0.3s ease-out;
    -o-transition: transform 0.3s ease-out, background 0.3s ease-out;
    transition: transform 0.3s ease-out, background 0.3s ease-out;
  }
  .header-btn-menu a span:nth-of-type(1) {
    margin-top: -11px;
  }
  .header-btn-menu a span:nth-of-type(2) {
    margin-top: -1px;
  }
  .header-btn-menu a span:nth-of-type(3) {
    margin-top: 9px;
  }
  .header-btn-menu a::after {
    bottom: 9px;
    transform: scale(1.2);
  }

  .header-menu {
    top: 80px;
    height: calc(100% - 80px);
  }

  .header-menu-mypage a {
    display: block;
    padding: 2.73438vw 0.39063vw 2.73438vw 12.5vw;
    font-size: 2.65625vw;
  }
  .header-menu-mypage a i {
    left: 2.96875vw;
    width: 6.5625vw;
    height: 6.25vw;
    margin-top: -2.8125vw;
  }

  .header-menu-nav ul li {
    border-bottom: 1px solid #ededed;
  }
  .header-menu-nav ul li div,
  .header-menu-nav ul li a {
    padding: 2.73438vw 0.39063vw 2.73438vw 12.5vw;
    font-size: 2.65625vw;
  }
  .header-menu-nav ul li div i,
  .header-menu-nav ul li a i {
    left: 2.96875vw;
    width: 6.5625vw;
    height: 5.3125vw;
    margin-top: -2.5vw;
  }
  .header-menu-nav ul li ul {
    padding-left: 12.5vw;
    padding-bottom: 3.125vw;
  }
  .header-menu-nav ul li ul li a {
    padding: 2.73438vw 1.875vw 2.73438vw 2.73438vw;
    font-size: 2.1875vw;
  }
  .header-menu-nav ul li ul li a i {
    width: 3.125vw;
    height: 3.125vw;
    margin-top: -1.40625vw;
  }
  .header-menu-nav ul li ul li a i::after {
    left: -0.78125vw;
  }

  .header-menu-nav-sub ul {
    padding-left: 12.5vw;
  }
  .header-menu-nav-sub ul li {
    margin: 0 3.90625vw 0 0;
  }
  .header-menu-nav-sub ul li a {
    display: block;
    padding: 2.73438vw 1.875vw 2.73438vw 1.95313vw;
    font-size: 2.1875vw;
  }
  .header-menu-nav-sub ul li a i {
    width: 3.125vw;
    height: 3.125vw;
    margin-top: -1.40625vw;
  }
  .header-menu-nav-sub ul li a i::after {
    left: -1.17188vw;
  }

  .header-menu-sns-items {
    padding: 4.6875vw 0;
  }
  .header-menu-sns-items li {
    width: 7.03125vw;
    margin: 0 2.34375vw;
  }

  .header-menu-shop {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    border-bottom: none;
    position: absolute;
    top: 16px;
    right: 40.625vw;
    z-index: 500;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .header-menu-shop {
    top: 16px;
    right: 520px;
  }
}
@media print, screen and (min-width: 768px) {
  .header-menu-shop .header-menu-shop-con {
    height: 0;
    overflow: hidden;
  }
  .header-menu-shop ul {
    width: 14.0625vw;
    width: 170px;
    padding-left: 0;
    padding: 5px 0;
    background: rgba(246, 67, 44, 0.8);
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .header-menu-shop ul {
    width: 180px;
  }
}
@media print, screen and (min-width: 768px) {
  .header-menu-shop ul li a {
    display: inline-block;
    font-size: 12px;
    padding: 7px 0 7px 24px;
    position: relative;
    color: #fff;
    font-weight: 500;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .header-menu-shop ul li a:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .header-menu-shop ul li a i {
    top: 50%;
    left: 0;
    width: 24px;
    height: 32px;
    margin-top: -11px;
  }
  .header-menu-shop ul li a i::after {
    background: url(../img/common/icon-arr-w-r.svg) 0 0 no-repeat;
    background-size: 100% auto;
  }

  .header-menu-shop-toggle a {
    display: block;
    width: 14.0625vw;
    width: 180px;
    height: 24px;
    padding-top: 5px;
    padding-left: 0;
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 500;
    background: #f6432c;
    text-align: center;
    color: #fff;
    cursor: pointer;
    pointer-events: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .header-menu-shop-toggle a {
    width: 180px;
    height: 24px;
    padding-top: 5px;
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .header-menu-shop-toggle a::after {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .g-header {
    background: #fff;
    height: auto;
  }
  .g-header::after {
    height: 140px;
    height: 90px;
  }

  .header-inner {
    position: relative;
    width: 10.78125vw;
    width: 7.03125vw;
    height: 140px;
    height: auto;
    z-index: 5;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .header-inner {
    width: 90px;
  }
}

@media screen and (min-width: 1024px) {
  .header-logo {
    width: 100%;
  }
  .header-logo a {
    height: 140px;
    height: 90px;
  }
  .header-logo a img {
    max-width: 88px;
    max-width: 66px;
    max-width: 56px;
  }

  .header-btn-menu {
    display: none;
  }

  body.state-drop-over .header-menu {
    height: 300px;
  }

  .header-menu {
    z-index: 2;
    position: absolute;
    top: 0 !important;
    right: auto !important;
    left: 0;
    height: 140px;
    height: 90px;
    overflow-y: visible;
    width: 100%;
  }

  .header-menu-inner {
    opacity: 1 !important;
  }

  .header-menu-mypage {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 15.625vw;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .header-menu-mypage {
    width: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .header-menu-mypage a {
    display: block;
    padding: 97px 0 0 0;
    padding: 54px 0 0 0;
    font-size: 1.09375vw;
    text-align: center;
    height: 140px;
    height: 90px;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .header-menu-mypage a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .header-menu-mypage a:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .header-menu-mypage a i {
    position: absolute;
    left: 50%;
    top: 3.28125vw;
    top: 42px;
    top: 20px;
    width: 7.1875vw;
    height: 2.03125vw;
    margin-left: -3.59375vw;
    margin-top: 0;
    background: url(../img/common/icon_mypage_pc.svg) 0 0 no-repeat;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .header-menu-mypage a i {
    width: 92px;
    height: 26px;
    margin-left: -46px;
  }
}

@media screen and (min-width: 1024px) {
  .header-menu-nav {
    position: absolute;
    width: calc(100% - calcvwPc(338));
    width: calc(100% - calcvwPc(0));
    width: 100%;
    left: 10.78125vw;
    left: 0;
    padding: 0 9.375vw 0 5.85938vw;
    top: 92px;
    top: 46px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .header-menu-nav {
    padding: 0 110px 0 5.85938vw;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1400px) {
  .header-menu-nav {
    padding: 0 100px 0 100px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1600px) {
  .header-menu-nav {
    padding: 0 120px 0 130px;
  }
}
@media screen and (min-width: 1024px) {
  .header-menu-nav ul {
    border-top: none;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    /* re menu */
    padding: 0 3.125vw;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .header-menu-nav ul {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1024px) {
  .header-menu-nav ul li {
    margin: 0 2% 0 0;
    /* re menu */
    border-bottom: none;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .header-menu-nav ul li {
    margin: 0 2% 0 0;
    /* re menu */
  }
}
@media screen and (min-width: 1024px) {
  .header-menu-nav ul li.type-playspot {
    position: relative;
    z-index: 2;
  }
  .header-menu-nav ul li.type-tournament {
    position: relative;
    z-index: 1;
    margin-left: -6.40625vw !important;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1400px) {
  .header-menu-nav ul li.type-tournament {
    margin-left: -82px !important;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1400px) {
  .header-menu-nav ul li {
    margin: 0 4% 0 0;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1600px) {
  .header-menu-nav ul li {
    margin: 0 6% 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .header-menu-nav ul li:last-child {
    margin: 0 0 0 0;
  }
  .header-menu-nav ul li.has-child div::after,
  .header-menu-nav ul li.has-child a::after {
    display: none;
  }
  .header-menu-nav ul li.state-coming::after {
    height: 52px;
  }
  .header-menu-nav ul li div,
  .header-menu-nav ul li a {
    padding: 0.3125vw 0.15625vw 0.3125vw 3.28125vw;
    font-size: 1.09375vw;
    height: 3.125vw;
    height: 44px;
    position: relative;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .header-menu-nav ul li div,
  .header-menu-nav ul li a {
    padding: 4px 2px 4px 42px;
    font-size: 14px;
    height: 44px;
  }
}
@media screen and (min-width: 1024px) {
  .header-menu-nav ul li div i,
  .header-menu-nav ul li a i {
    top: 0.15625vw;
    left: 0;
    width: 2.65625vw;
    height: 2.1875vw;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .header-menu-nav ul li div i,
  .header-menu-nav ul li a i {
    width: 34px;
    height: 28px;
    top: 2px;
  }
}
@media screen and (min-width: 1024px) {
  .header-menu-nav ul li div i::after,
  .header-menu-nav ul li a i::after {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .header-menu-nav ul li div i.type-about::after,
  .header-menu-nav ul li a i.type-about::after {
    background: url(../img/common/icon_about_on.svg) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .header-menu-nav ul li div i.type-game::after,
  .header-menu-nav ul li a i.type-game::after {
    background: url(../img/common/icon_game_on.svg) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .header-menu-nav ul li div i.type-forbeginners::after,
  .header-menu-nav ul li a i.type-forbeginners::after {
    background: url(../img/common/icon_forbeginners_on.svg) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .header-menu-nav ul li div i.type-shop::after,
  .header-menu-nav ul li a i.type-shop::after {
    background: url(../img/common/icon_shop_on.svg) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .header-menu-nav ul li div i.type-tournament::after,
  .header-menu-nav ul li a i.type-tournament::after {
    background: url(../img/common/icon_tournament_on.svg) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .header-menu-nav ul li div i.type-mptj::after,
  .header-menu-nav ul li a i.type-mptj::after {
    background: url(../img/common/icon_mptj_on.svg) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .header-menu-nav ul li div i.type-bbs::after,
  .header-menu-nav ul li a i.type-bbs::after {
    background: url(../img/common/icon_bbs_on.svg) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .header-menu-nav ul li div::after,
  .header-menu-nav ul li a::after {
    display: block;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.3125vw;
    z-index: 1;
    background: #0325c3;
    transform: scaleX(0);
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .header-menu-nav ul li div::after,
  .header-menu-nav ul li a::after {
    height: 4px;
  }
}
@media screen and (min-width: 1024px) {
  .header-menu-nav ul li div.state-active,
  .header-menu-nav ul li a.state-active {
    color: #0325c3;
  }
  .header-menu-nav ul li div.state-active i::after,
  .header-menu-nav ul li a.state-active i::after {
    opacity: 1 !important;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .header-menu-nav ul li div:hover,
  .header-menu-nav ul li a:hover {
    color: #0325c3;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -ms-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }
  .header-menu-nav ul li div:hover::after,
  .header-menu-nav ul li a:hover::after {
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transform: scaleX(1);
  }
  .header-menu-nav ul li div:hover i::after,
  .header-menu-nav ul li a:hover i::after {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .header-menu-nav ul li ul {
    display: block;
    padding: 0 0.39063vw 0 0.78125vw;
    background: rgba(3, 37, 195, 0.8);
    position: relative;
    width: 112%;
    left: -6%;
    top: -5px;
    height: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .header-menu-nav ul li ul {
    padding: 0 10px;
    padding: 0 5px 0 10px;
  }
}
@media screen and (min-width: 1024px) {
  .header-menu-nav ul li ul li {
    margin-bottom: 1.09375vw;
    margin-left: 0;
  }
  .header-menu-nav ul li ul li:first-child {
    padding-top: 1.71875vw;
  }
  .header-menu-nav ul li ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 1.71875vw;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .header-menu-nav ul li ul li {
    margin-bottom: 14px;
  }
  .header-menu-nav ul li ul li:first-child {
    padding-top: 22px;
  }
  .header-menu-nav ul li ul li:last-child {
    padding-bottom: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .header-menu-nav ul li ul li a {
    padding: 0 0 0 2.5vw;
    font-size: 1.09375vw;
    height: auto;
    color: #fff !important;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .header-menu-nav ul li ul li a {
    font-size: 14px;
    padding: 0 0 0 32px;
  }
}
@media screen and (min-width: 1024px) {
  .header-menu-nav ul li ul li a::after {
    display: none;
  }
  .header-menu-nav ul li ul li a:hover {
    color: #fff;
    opacity: 0.7;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .header-menu-nav ul li ul li a i {
    width: 1.875vw;
    height: 2.5vw;
    margin-top: -1.17188vw;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .header-menu-nav ul li ul li a i {
    width: 24px;
    height: 32px;
    margin-top: -15px;
  }
}
@media screen and (min-width: 1024px) {
  .header-menu-nav ul li ul li a i::after {
    left: 7px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(../img/common/icon-arr-w-r.svg) center center no-repeat;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .header-menu-nav ul li ul li a i::after {
    left: 7px;
  }
}

@media screen and (min-width: 1024px) {
  .header-btn-search-sp {
    display: none;
  }

  .header-search {
    display: block;
    position: absolute;
    width: auto;
    left: auto;
    top: 26px;
    left: auto;
    right: 28.125vw;
    height: auto;
    z-index: 20;
    overflow: visible;
  }
  .header-search form {
    padding: 0 0;
    width: auto;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .header-search {
    right: 360px;
  }
}
@media screen and (min-width: 1024px) {
  .header-search input {
    width: 15.625vw;
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .header-search input {
    width: 200px;
  }
}

@media screen and (min-width: 1024px) {
  .input-search-btn {
    display: inline-block;
    position: relative;
    z-index: 5;
    top: 3px;
    left: 4px;
    width: 22px;
    height: 22px;
    background: url(../img/common/icon_search_g.svg) 0 0 no-repeat;
    background-size: 22px 22px;
  }

  .header-menu-nav-sub {
    position: absolute;
    width: auto;
    left: auto;
    top: 35px;
    top: 20px;
    left: auto;
    right: 47.65625vw;
    right: 29.6875vw;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .header-menu-nav-sub {
    right: 610px;
    right: 380px;
  }
}
@media screen and (min-width: 1024px) {
  .header-menu-nav-sub ul {
    border-bottom: none;
    padding-left: 0;
  }
  .header-menu-nav-sub ul li {
    margin: 0 1.5625vw 0 0;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .header-menu-nav-sub ul li {
    margin: 0 20px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .header-menu-nav-sub ul li:last-child {
    margin-right: 0;
  }
  .header-menu-nav-sub ul li a {
    display: block;
    padding: 0 0 0 1.71875vw;
    font-size: 1.09375vw;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .header-menu-nav-sub ul li a {
    padding: 0 0 0 22px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .header-menu-nav-sub ul li a:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .header-menu-nav-sub ul li a:hover i {
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    -webkit-transform: translateX(2px);
    -moz-transform: translateX(2px);
    -ms-transform: translateX(2px);
    -o-transform: translateX(2px);
    transform: translateX(2px);
  }
  .header-menu-nav-sub ul li a i {
    width: 1.875vw;
    height: 1.875vw;
    margin-top: -0.85938vw;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .header-menu-nav-sub ul li a i {
    width: 24px;
    height: 24px;
    margin-top: -11px;
  }
}
@media screen and (min-width: 1024px) {
  .header-menu-nav-sub ul li a i::after {
    left: 0;
  }

  .header-menu-sns-items {
    position: absolute;
    width: auto;
    left: auto;
    right: 18.59375vw;
    top: 26px;
    top: 10px;
    top: 14px;
    padding: 0 0;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .header-menu-sns-items {
    right: 238px;
  }
}
@media screen and (min-width: 1024px) {
  .header-menu-sns-items li {
    width: 2.5vw;
    width: 2.1875vw;
    margin: 0 0.78125vw;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .header-menu-sns-items li {
    width: 32px;
    width: 28px;
    margin: 0 10px;
  }
}
@media screen and (min-width: 1024px) {
  .header-menu-sns-items li a {
    display: block;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .header-menu-sns-items li a:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
}
.content-wrap {
  position: relative;
  z-index: 1;
  padding-top: 120px;
  padding-top: 50px;
}
.page-index .content-wrap {
  padding-top: 100px;
  padding-top: 50px;
}
.page-support-contact .content-wrap {
  padding-top: 25px;
}
.bg-f7f7f7 .content-wrap {
  background: #f7f7f7;
}
@media print, screen and (min-width: 768px) {
  .content-wrap {
    padding-top: 80px;
  }
  .page-index .content-wrap {
    padding-top: 80px;
  }
  .page-support-contact .content-wrap {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .content-wrap {
    padding-top: 90px;
  }
  .page-index .content-wrap {
    padding-top: 90px;
  }
  .page-support-contact .content-wrap {
    padding-top: 45px;
  }
}

.main-content {
  position: relative;
  padding-bottom: 26.66667vw;
}
.page-index .main-content {
  padding-bottom: 0 !important;
}
@media print, screen and (min-width: 768px) {
  .main-content {
    padding-bottom: 12.5vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .main-content {
    padding-bottom: 160px;
  }
}

body.state-scroll-middle .page-top a {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
body.state-scroll-middle .page-top::after {
  display: none;
}

body.state-scroll-last-pre .page-top,
body.state-scroll-last .page-top {
  position: absolute;
  bottom: 30px;
}
body.state-scroll-last-pre .page-top a,
body.state-scroll-last .page-top a {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
body.state-scroll-last-pre .page-top::after,
body.state-scroll-last .page-top::after {
  display: none;
}

body.state-scroll-first .page-top,
body.state-scroll-first-pre .page-top {
  position: fixed;
}
body.state-scroll-first .page-top a,
body.state-scroll-first-pre .page-top a {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}
body.state-scroll-first .page-top::after,
body.state-scroll-first-pre .page-top::after {
  display: block;
}

body.state-scroll-hide .page-top {
  bottom: 30px;
}
body.state-scroll-hide .page-top a {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}
body.state-scroll-hide .page-top::after {
  display: block;
}

body.state-scroll-middle.state-scroll-hide .page-top {
  position: fixed;
}

body.state-scroll-last.state-scroll-hide .page-top {
  position: absolute;
}

body.state-scroll-last-pre.state-scroll-hide .page-top {
  position: absolute;
}

body.state-page-excute .page-top {
  display: block;
}

.page-top {
  position: fixed;
  bottom: 30px;
  right: 8px;
  z-index: 100;
  display: none;
}
.page-top a {
  display: block;
  position: relative;
  z-index: 2;
  width: 44px;
  height: 44px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #0324c3;
  opacity: 0;
  border: 1px solid #fff;
  -webkit-transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.page-top a img {
  display: block;
  position: absolute;
  z-index: 3;
  width: 28px;
  height: 28px;
  top: 50%;
  left: 50%;
  margin-top: -14px;
  margin-left: -14px;
  -webkit-transition: transform 0.3s 0s ease-out;
  -moz-transition: transform 0.3s 0s ease-out;
  -ms-transition: transform 0.3s 0s ease-out;
  -o-transition: transform 0.3s 0s ease-out;
  transition: transform 0.3s 0s ease-out;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.page-top::after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #cc0000;
  opacity: 0.0;
  z-index: 5;
}

@media print, screen and (min-width: 768px) {
  .page-top {
    bottom: 30px;
    right: 25px;
  }
  .page-top a {
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
  }
  .page-top a img {
    width: 36px;
    height: 36px;
    margin-top: -18px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .page-top a:hover {
    opacity: 0.7 !important;
    -webkit-transition: opacity 0.2s ease-out, transform 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out, transform 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out, transform 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out, transform 0.2s ease-out;
    transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  }
  .page-top a:hover img {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
  }
}

/****************************************************
footer
****************************************************/
.g-footer {
  background: #fff;
  text-align: left;
}

.footer-link-contact-support ul li {
  position: relative;
}
.footer-link-contact-support ul li.state-coming::after {
  display: block;
  position: absolute;
  top: 0;
  left: 1px;
  width: calc(100% - 2px);
  height: 100%;
  background: #fff;
  content: "";
  opacity: 0.7;
  z-index: 2;
}
.footer-link-contact-support ul li a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 3.73333vw;
  font-weight: 500;
  padding: 4vw 0;
  position: relative;
  z-index: 1;
}
.footer-link-contact-support ul li a span {
  text-align: left;
  position: relative;
  padding: 0 0 0 4.26667vw;
  width: 32vw;
  margin: 0 auto;
  display: inline-block;
}
.footer-link-contact-support ul li a span i {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.6vw;
  height: 2.4vw;
  margin-top: -1.06667vw;
  background: url(../img/common/icon-arr-w-r-ver2.svg) 0 0 no-repeat;
  background-size: 100% auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.footer-link-contact-support ul li.type-contact a {
  background: #0325c3;
}
.footer-link-contact-support ul li.type-support a {
  background: #00a2ff;
}

.footer-main {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  text-align: center;
  background: #f1f0f0;
}

.footer-main-l {
  width: 38.66667vw;
  padding-top: 8vw;
}

.footer-main-r {
  width: 56vw;
  padding: 8vw 0 8vw;
}

.footer-main-logo {
  width: 30.4vw;
  margin: 0 auto 10.66667vw;
}

.footer-main-sns-ttl {
  font-size: 3.33333vw;
  margin: 0 auto 5.06667vw;
  color: #0325c3;
}

.footer-main-sns-items {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.footer-main-sns-items li {
  width: 9.33333vw;
  margin: 0 2.93333vw;
}
.footer-main-sns-items li a {
  display: block;
}

.footer-main-nav {
  width: 46.4vw;
  margin: 0 auto;
}
.footer-main-nav ul {
  border-top: 1px solid #cbcaca;
}
.footer-main-nav ul li {
  border-bottom: 1px solid #cbcaca;
  position: relative;
}
.footer-main-nav ul li.state-coming::after {
  display: block;
  position: absolute;
  top: 0;
  left: 1px;
  width: calc(100% - 2px);
  height: 100%;
  background: #f1f0f0;
  content: "";
  opacity: 0.8;
  z-index: 2;
}
.footer-main-nav ul li.type-biz div {
  margin-top: 4.53333vw;
  border-left: 0.66667vw solid #f6432c;
  padding-top: 0;
  padding-left: 0.5em;
  line-height: 1;
  padding-bottom: 0;
  margin-bottom: 2vw;
}
.footer-main-nav ul li div,
.footer-main-nav ul li a {
  display: block;
  padding: 1.6vw 0.26667vw 1.6vw;
  padding: 2.66667vw 0.66667vw 2.66667vw;
  font-size: 3.73333vw;
  font-weight: 700;
  line-height: 1.6;
  color: #2d2d2d;
  text-align: left;
  position: relative;
}
.footer-main-nav ul li div {
  padding: 2.66667vw 0.66667vw 1.33333vw;
}
.footer-main-nav ul li ul {
  border-top: none;
  padding: 0vw 0.66667vw 4vw;
}
.footer-main-nav ul li ul li {
  border-bottom: none;
}
.footer-main-nav ul li ul li a {
  font-weight: 400;
  padding: 0.8vw 2vw 0.8vw 5.33333vw;
  position: relative;
}
.footer-main-nav ul li ul li a i {
  display: block;
  position: absolute;
  top: 50%;
  left: -1.33333vw;
  width: 5.33333vw;
  height: 5.33333vw;
  margin-top: -2.13333vw;
}
.footer-main-nav ul li ul li a i::after {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  left: 2vw;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(../img/common/icon-arr-gray.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.footer-sub {
  background: #fff;
  padding: 5.33333vw 0 8vw;
}

.footer-sub-nav {
  width: 93.33333vw;
  margin: 0 auto 5.33333vw;
}
.footer-sub-nav ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.footer-sub-nav ul li {
  width: 50%;
}
.footer-sub-nav ul li a {
  display: block;
  font-size: 3.2vw;
  color: #2d2d2d;
  padding: 3.33333vw 0vw 3.33333vw;
}

.footer-copyright {
  width: 93.33333vw;
  margin: 0 auto;
}
.footer-copyright small {
  font-size: 3.2vw;
  color: #0324c3;
  font-weight: 500;
}

@media print, screen and (min-width: 768px) {
  .footer-link-contact-support ul li a {
    font-size: 2.13333vw;
    padding: 2.66667vw 0;
  }
  .footer-link-contact-support ul li a span {
    position: relative;
    padding: 0 0 0 2.66667vw;
    width: 18.66667vw;
  }
  .footer-link-contact-support ul li a span i {
    width: 1.06667vw;
    height: 1.6vw;
    margin-top: -0.66667vw;
  }

  .footer-main-l {
    width: 25.33333vw;
    padding-top: 8vw;
  }

  .footer-main-r {
    width: 72vw;
    padding: 8vw 0 4vw;
  }

  .footer-main-logo {
    width: 14.66667vw;
    margin: 0 auto 5.33333vw;
  }

  .footer-main-sns-ttl {
    font-size: 2.13333vw;
    margin: 0 auto 2.4vw;
  }

  .footer-main-sns-items li {
    width: 4.53333vw;
    margin: 0 1.33333vw;
  }

  .footer-main-nav {
    width: 70.66667vw;
    width: 62.66667vw;
    margin: 0 8vw 0 8vw;
  }
  .footer-main-nav ul {
    border-top: none;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-left;
    -moz-justify-content: flex-left;
    -ms-justify-content: flex-left;
    -o-justify-content: flex-left;
    justify-content: flex-left;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .footer-main-nav ul li {
    border-bottom: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 2.66667vw;
    width: 45%;
    text-align: left;
  }
  .footer-main-nav ul li div,
  .footer-main-nav ul li a {
    padding: 0 0 0;
    font-size: 2.13333vw;
    font-weight: 700;
    line-height: 1.6;
    color: #2d2d2d;
    text-align: left;
  }
  .footer-main-nav ul li div {
    padding: 0 0 0;
  }
  .footer-main-nav ul li ul {
    border-top: none;
    padding: 1.33333vw 0 0;
    display: inline-block;
  }
  .footer-main-nav ul li ul li {
    border-bottom: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.66667vw;
  }
  .footer-main-nav ul li ul li:last-child {
    margin-bottom: 0;
  }
  .footer-main-nav ul li ul li a {
    font-weight: 400;
    padding: 0 0 0 2vw;
    font-size: 1.86667vw;
  }
  .footer-main-nav ul li ul li a i {
    left: 0;
    width: 2.93333vw;
    height: 2.93333vw;
    margin-top: -0.93333vw;
  }
  .footer-main-nav ul li ul li a i::after {
    left: -0.8vw;
  }

  .footer-sub {
    padding: 4vw 0 5.33333vw;
  }

  .footer-sub-nav {
    width: 93.33333vw;
    margin: 0 auto 4vw;
  }
  .footer-sub-nav ul {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .footer-sub-nav ul li {
    width: auto;
    display: inline-block;
    margin: 0 3.33333vw;
  }
  .footer-sub-nav ul li a {
    display: block;
    font-size: 2.13333vw;
    padding: 1.6vw 0vw 1.6vw;
  }

  .footer-copyright {
    width: 93.33333vw;
    margin: 0 auto;
    text-align: center;
  }
  .footer-copyright small {
    font-size: 2.13333vw;
  }
}
@media screen and (min-width: 1024px) {
  .footer-link-contact-support ul li a {
    font-size: 16px;
    padding: 20px 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .footer-link-contact-support ul li a span {
    text-align: left;
    position: relative;
    padding: 0 0 0 16px;
    width: 12.5vw;
    margin: 0 auto;
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .footer-link-contact-support ul li a span {
    width: 140px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-link-contact-support ul li a span i {
    width: 8px;
    height: 12px;
    margin-top: -5px;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
  .footer-link-contact-support ul li a:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .footer-link-contact-support ul li a:hover i {
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    -webkit-transform: translateX(2px);
    -moz-transform: translateX(2px);
    -ms-transform: translateX(2px);
    -o-transform: translateX(2px);
    transform: translateX(2px);
  }

  .footer-main-l {
    width: 13.28125vw;
    width: 13.9%;
    width: 170px;
    padding: 30px 0 30px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .footer-main-l {
    width: 13.17%;
  }
}

@media screen and (min-width: 1024px) {
  .footer-main-r {
    width: 89.0625vw;
    width: 79.06%;
    padding: 30px 30px 30px 0;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .footer-main-r {
    width: 83.45%;
  }
}

@media screen and (min-width: 1024px) {
  .footer-main-logo {
    width: 110px;
    margin: 0 auto 40px;
  }

  .footer-main-sns-ttl {
    font-size: 12px;
    margin: 0 auto 18px;
    position: relative;
    width: 120%;
    left: -10%;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .footer-main-sns-ttl {
    font-size: 12px;
  }
}

@media screen and (min-width: 1024px) {
  .footer-main-sns-items li {
    width: 38px;
    width: 34px;
    margin: 0 10px;
  }
  .footer-main-sns-items li a {
    display: block;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .footer-main-sns-items li a:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }

  .footer-main-nav {
    width: 100%;
    margin: 0 auto;
    max-width: 1100px;
  }
  .footer-main-nav ul {
    border-top: none;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .footer-main-nav ul {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .footer-main-nav ul li {
    border-bottom: none;
    margin-bottom: 20px;
    text-align: left;
  }
  .footer-main-nav ul li.type-mptj, .footer-main-nav ul li.type-about {
    width: 14%;
  }
  .footer-main-nav ul li.type-news, .footer-main-nav ul li.type-game {
    width: 22%;
  }
  .footer-main-nav ul li.type-topics, .footer-main-nav ul li.type-forbeginners {
    width: 22%;
  }
  .footer-main-nav ul li.type-movie, .footer-main-nav ul li.type-playspot {
    width: 20%;
  }
  .footer-main-nav ul li.type-biz, .footer-main-nav ul li.type-mypage, .footer-main-nav ul li.type-tournament {
    width: 22%;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .footer-main-nav ul li.type-mptj, .footer-main-nav ul li.type-about {
    width: 130px;
  }
  .footer-main-nav ul li.type-news, .footer-main-nav ul li.type-game {
    width: 250px;
  }
  .footer-main-nav ul li.type-topics, .footer-main-nav ul li.type-forbeginners {
    width: 250px;
  }
  .footer-main-nav ul li.type-movie, .footer-main-nav ul li.type-playspot {
    width: 210px;
  }
  .footer-main-nav ul li.type-biz, .footer-main-nav ul li.type-mypage, .footer-main-nav ul li.type-tournament {
    width: 180px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-main-nav ul li.type-biz div {
    margin-top: 0;
    border-left: 4px solid #f6432c;
    padding-left: 0.5em;
    line-height: 1;
    padding-bottom: 2px;
    margin-bottom: 10px;
  }
  .footer-main-nav ul li.type-biz ul {
    padding-left: 10px;
  }
  .footer-main-nav ul li div,
  .footer-main-nav ul li a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .footer-main-nav ul li div,
  .footer-main-nav ul li a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-main-nav ul li a {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .footer-main-nav ul li a:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .footer-main-nav ul li div {
    padding: 0 0 0;
  }
  .footer-main-nav ul li ul {
    padding: 5px 0 0;
    display: inline-block;
    -webkit-justify-content: flex-left;
    -moz-justify-content: flex-left;
    -ms-justify-content: flex-left;
    -o-justify-content: flex-left;
    justify-content: flex-left;
    text-align: left;
  }
  .footer-main-nav ul li ul li {
    width: auto;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0;
    text-align: left;
  }
  .footer-main-nav ul li ul li:last-child {
    margin-bottom: 0;
  }
  .footer-main-nav ul li ul li a {
    font-size: 12px;
    font-weight: 400;
    padding: 0 0 0 14px;
  }
  .footer-main-nav ul li ul li a i {
    left: 0;
    width: 22px;
    height: 22px;
    margin-top: -9px;
  }
  .footer-main-nav ul li ul li a i::after {
    left: -7px;
  }

  .footer-sub {
    padding: 30px 0 30px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .footer-sub-nav {
    width: 93.33333vw;
    width: 58.56%;
    margin: 0 0 0;
  }
  .footer-sub-nav ul {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    padding-right: 20px;
  }
  .footer-sub-nav ul li {
    width: auto;
    display: inline-block;
    margin: 0 40px 0 0;
  }
  .footer-sub-nav ul li a {
    display: block;
    font-size: 12px;
    padding: 0 0 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .footer-sub-nav ul li a:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }

  .footer-copyright {
    width: 170px;
    margin: 0 0;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .footer-copyright {
    width: 12.44%;
  }
}
@media screen and (min-width: 1024px) {
  .footer-copyright small {
    font-size: 12px;
  }
}
body.state-yaku .modal-yaku {
  left: 0;
  opacity: 1;
}
body.state-yaku .wrap-hack {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
body.state-yaku .wrap-hack-pos {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

body.state-yaku-landscape .modal-yaku {
  background: url(../img/forbeginners/poker_yaku_sp_landscape.png) center center no-repeat #003e8c;
  background-size: contain;
}

body.state-yaku-portrait .modal-yaku {
  background: url(../img/forbeginners/poker_yaku_sp_portrait.png) center center no-repeat #003e8c;
  background-size: contain;
}

.modal-yaku-close {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 0px;
  z-index: 5;
}
@media screen and (min-width: 389px) {
  .modal-yaku-close {
    right: 10px;
  }
}

.modal-yaku-close a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/common/modal-close.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.modal-yaku {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #ccc;
  z-index: 10000000;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

body.state-modal .modal {
  left: 0;
}

body.state-modal .modal-bg {
  opacity: 0.8;
  left: 0;
}

body.state-modal .modal-wrap {
  position: fixed;
  height: 100%;
  top: 0;
}

@media screen and (max-width: 769px) {
  html.state-modal {
    overflow-y: hidden !important;
  }

  body.state-modal .modal-wrap {
    width: 100vw;
    height: 100vh;
    opacity: 1;
    overflow: hidden;
    position: fixed;
  }
}
@media screen and (min-width: 768px) {
  body.state-modal .modal-wrap {
    position: fixed;
    height: 100%;
    top: 0;
  }

  body.state-modal .wrap-hack {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
  }

  body.state-modal .wrap-hack-pos {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}
.modal {
  position: relative;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 100000;
  left: -200%;
}

.modal-bg {
  position: fixed;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 1;
  left: -100%;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.modal-wrap {
  display: none;
  position: relative;
  z-index: 2;
  width: 100%;
}

.modal-box-movie {
  position: relative;
  padding-bottom: 56.25%;
}
.modal-box-movie iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.modal-box {
  width: 90%;
  margin: 0 auto;
  background: #000;
  color: #fff;
  position: absolute;
  max-width: 900px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
}

.modal-close {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -40px;
  right: 2px;
  z-index: 5;
}

@media screen and (min-width: 1024px) {
  .modal-close {
    width: 50px;
    height: 50px;
    top: -60px;
    right: 2px;
  }
  .modal-close a {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .modal-close a:hover {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0.7;
  }
}
.modal-close a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/common/modal-close.png) 0 0 no-repeat;
  background-size: 100% auto;
}

/* breadcrumb */
.breadcrumb {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.breadcrumb::-webkit-scrollbar {
  height: 2px;
}

.breadcrumb::-webkit-scrollbar-track {
  border-radius: 2px;
}

.breadcrumb::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #ccc;
}

.breadcrumb {
  width: 100%;
  padding-top: 3.34%;
  padding-bottom: 2.67%;
  background: #fff;
}
.breadcrumb.type-mb-m {
  padding-bottom: 10.66667vw;
}
.breadcrumb.type-mb-l {
  padding-bottom: 13.33333vw;
}
.breadcrumb .breadcrumb-inner {
  width: 94.66%;
  margin: 0 auto;
}
.breadcrumb ol {
  width: 100%;
  width: auto;
  position: relative;
  white-space: nowrap;
  display: table;
}
.breadcrumb ol li {
  font-size: 11px;
  font-size: 1.1rem;
  width: auto;
  padding-right: 14px;
  position: relative;
  display: table-cell;
}
.breadcrumb ol li:last-child {
  padding-right: 0;
}
.breadcrumb ol li:last-child:after {
  display: none;
}
.breadcrumb ol li:after {
  position: absolute;
  display: block;
  content: '';
  content: '>';
  font-size: 11px;
  font-size: 1.1rem;
  color: #141125;
  top: 6px;
  right: 2px;
}
.breadcrumb ol li a,
.breadcrumb ol li span {
  position: relative;
  display: inline-block;
  padding: 6px 4px;
  word-break: break-all;
}
.breadcrumb ol li span {
  color: #141125;
}
.breadcrumb ol li a {
  text-decoration: none;
  color: #0023c3;
  -webkit-transition: opacity 0.3s 0s ease;
  -moz-transition: opacity 0.3s 0s ease;
  -ms-transition: opacity 0.3s 0s ease;
  -o-transition: opacity 0.3s 0s ease;
  transition: opacity 0.3s 0s ease;
}
.breadcrumb ol li a:hover {
  -webkit-transition: opacity 0.1s 0s ease;
  -moz-transition: opacity 0.1s 0s ease;
  -ms-transition: opacity 0.1s 0s ease;
  -o-transition: opacity 0.1s 0s ease;
  transition: opacity 0.1s 0s ease;
  opacity: 0.6;
}

@media print, screen and (min-width: 768px) {
  .breadcrumb::-webkit-scrollbar {
    height: 5px;
  }

  .breadcrumb::-webkit-scrollbar-track {
    border-radius: 5px;
  }

  .breadcrumb::-webkit-scrollbar-thumb {
    border-radius: 5px;
  }

  .breadcrumb {
    padding-top: 15px;
    padding-bottom: 10px;
    margin: 0 auto;
    width: 100%;
  }
  .breadcrumb.type-mb-m {
    padding-bottom: 5.46875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .breadcrumb.type-mb-m {
    padding-bottom: 70px;
  }
}
@media print, screen and (min-width: 768px) {
  .breadcrumb.type-mb-l {
    padding-bottom: 6.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .breadcrumb.type-mb-l {
    padding-bottom: 80px;
  }
}
@media print, screen and (min-width: 768px) {
  .breadcrumb .breadcrumb-inner {
    width: 83.45%;
    width: 95%;
    max-width: 1140px;
    margin: 0 auto;
  }
  .breadcrumb ol {
    left: -4px;
  }
  .breadcrumb ol li {
    font-size: 14px;
    font-size: 1.4rem;
    width: auto;
    padding-right: 14px;
  }
  .breadcrumb ol li:after {
    font-size: 14px;
    font-size: 1.4rem;
    top: 6px;
    right: 3px;
  }
  .breadcrumb ol li a,
  .breadcrumb ol li span {
    padding: 6px 4px;
  }
  .breadcrumb ol li span#jsBreadcrumbTxt {
    display: none;
  }
  .breadcrumb ol li span#jsBreadcrumbTxt.state-show {
    display: block;
  }
}
/****************************************************
kv
****************************************************/
.kv-about {
  position: relative;
  padding-bottom: 129.34%;
  background: url(../img/about/kv-about.png) center center no-repeat #0324c3;
  background-size: cover;
  margin-bottom: 0;
}
.kv-about::before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/kv_under_bg_sp.png) center center no-repeat;
  background-size: cover;
}

.kv-about-logo {
  position: absolute;
  left: 50%;
  width: 29.33333vw;
  top: 34.03%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.kv-about-txt-en {
  position: absolute;
  top: 54.13%;
  width: 100%;
  text-align: center;
  font-size: 5.33333vw;
  font-weight: 900;
  color: #fff;
}

.kv-about-txt-ja {
  position: absolute;
  top: 62.89%;
  top: 56.71%;
  width: 100%;
  text-align: center;
  font-size: 5.33333vw;
  font-weight: 900;
  color: #fff;
  line-height: 1.8;
}

@media print, screen and (min-width: 768px) {
  .kv-about {
    padding-bottom: 0;
    height: 485px;
    background: url(../img/about/kv-about.png) center center no-repeat #0324c3;
    background-size: cover;
    margin-bottom: 0;
  }
  .kv-about::before {
    background: url(../img/common/kv_under_bg_pc.png) center center no-repeat;
    background-size: cover;
  }

  .kv-about-logo {
    position: absolute;
    left: 50%;
    width: 16.875vw;
    width: 216px;
    top: 19.8%;
    top: 106px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .kv-about-logo {
    width: 216px;
  }
}

@media print, screen and (min-width: 768px) {
  .kv-about-txt-en {
    top: 108.25%;
    font-size: 42px;
    font-size: 4.2rem;
    top: 280px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .kv-about-txt-en {
    font-size: 48px;
    font-size: 4.8rem;
  }
}

@media print, screen and (min-width: 768px) {
  .kv-about-txt-ja {
    top: 125.78%;
    top: 113.41%;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1;
    top: 320px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .kv-about-txt-ja {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

/* under */
.kv-under {
  position: relative;
  padding-bottom: 38.14%;
  background: #0221a4;
  background: url(../img/about/kv_about_sp.png) center 5% no-repeat;
  background: url(../img/common/kv_bg_sp.png) center center no-repeat #0221a4;
  background-size: cover;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.kv-under::before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/kv_under_bg_sp.png) center center no-repeat;
  background-size: cover;
}
.kv-under.type-mb-80 {
  margin-bottom: 10.66667vw;
}
.kv-under.type-mb-100 {
  margin-bottom: 13.33333vw;
}
.page-relatedvideos .kv-under {
  padding-bottom: 18.67%;
  background: #011056;
}
.page-relatedvideos .kv-under::before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/kv_bg_under.png) center center repeat;
  background-size: 8px 8px;
}
.page-goods .kv-under, .page-forbeginners .kv-under {
  padding-bottom: 18.67%;
  background: none;
}
.page-goods .kv-under::before, .page-forbeginners .kv-under::before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/kv_bg_under.png) center center repeat;
  background-size: 8px 8px;
}

.kv-under-txt {
  position: absolute;
  z-index: 5;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-size: 7.2vw;
  font-weight: 700;
  color: #fff;
}
.page-goods .kv-under-txt, .page-relatedvideos .kv-under-txt, .page-forbeginners .kv-under-txt {
  font-size: 5.6vw;
}
.kv-under-txt.type-playspot {
  font-size: 4.8vw;
  font-weight: 500;
}
.kv-under-txt.type-playspot .kv-under-txt-inner {
  display: block;
  margin-top: 2.66667vw;
  font-size: 7.2vw;
  font-weight: 700;
}
.kv-under-txt.type-playspot .kv-under-txt-inner span {
  position: relative;
}
.kv-under-txt.type-playspot .kv-under-txt-inner span::after {
  display: block;
  position: absolute;
  top: 50%;
  left: -26px;
  width: 16px;
  height: 1px;
  background: #fff;
  content: "";
  z-index: 5;
}
.kv-under-txt.type-playspot .kv-under-txt-inner span::before {
  display: block;
  position: absolute;
  top: 50%;
  right: -26px;
  width: 16px;
  height: 1px;
  background: #fff;
  content: "";
  z-index: 5;
}

@media print, screen and (min-width: 768px) {
  .kv-under {
    padding-bottom: 38.14%;
    padding-bottom: 0;
    height: 220px;
    background: url(../img/common/kv_bg_pc.png) center 0 no-repeat #0221a4;
    background-size: cover;
  }
  .kv-under::before {
    background: url(../img/common/kv_under_bg_pc.png) 0 0 repeat-x;
    background-size: auto 100%;
  }
  .kv-under.type-mb-80 {
    margin-bottom: 5.46875vw;
    margin-bottom: 70px;
  }
  .kv-under.type-mb-100 {
    margin-bottom: 6.25vw;
    margin-bottom: 80px;
  }
  .page-goods .kv-under, .page-forbeginners .kv-under {
    padding-bottom: 0;
    height: 140px;
  }
  .page-relatedvideos .kv-under {
    padding-bottom: 0;
    height: 140px;
  }

  .kv-under-txt {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%);
    font-size: 46px;
    font-size: 4.6rem;
  }
  .page-relatedvideos .kv-under-txt {
    font-size: 42px;
    font-size: 4.2rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .page-goods .kv-under-txt, .page-forbeginners .kv-under-txt {
    font-size: 42px;
    font-size: 4.2rem;
    -webkit-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -o-transform: translateY(-45%);
    transform: translateY(-45%);
  }
  .kv-under-txt.type-playspot {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .kv-under-txt.type-playspot .kv-under-txt-inner {
    margin-top: 15px;
    font-size: 46px;
    font-size: 4.6rem;
  }
  .kv-under-txt.type-playspot .kv-under-txt-inner span::after {
    left: -45px;
    width: 30px;
    height: 1px;
  }
  .kv-under-txt.type-playspot .kv-under-txt-inner span::before {
    right: -45px;
    width: 30px;
    height: 1px;
  }
}
body.page-404 .page-top {
  display: none;
}

.not-found {
  position: relative;
  width: 100%;
  padding: 33.33333vw 0 37.33333vw;
}

.not-found-ttl {
  width: 41.86667vw;
  margin: 0 auto 7.33333vw;
}

.not-found-txt {
  font-size: 3.73333vw;
  line-height: 1.8;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .not-found {
    padding: 21.09375vw 0 22.65625vw;
  }

  .not-found-ttl {
    width: 24.53125vw;
    margin: 0 auto 3.51563vw;
  }

  .not-found-txt {
    font-size: 1.875vw;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1280px) {
  .not-found {
    padding: 270px 0 290px;
  }

  .not-found-ttl {
    width: 314px;
    margin: 0 auto 45px;
  }

  .not-found-txt {
    font-size: 24px;
  }
}
/****************************************************
index-kv
****************************************************/
.index-kv {
  position: relative;
  background: #0324c3;
  padding-bottom: 24vw;
  padding-bottom: 0;
}
.index-kv::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 129.34%;
  padding-bottom: 56.25%;
  background: #000;
  content: "";
  z-index: 1;
  pointer-events: none;
}

.index-kv-slider-items .index-kv-slider-item {
  position: relative;
  padding-bottom: 129.34%;
  padding-bottom: 56.25%;
}

.index-kv-slider-item-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
}
.index-kv-slider-item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.index-kv-thumb {
  position: relative;
  background: #0324c3;
  text-align: center;
}
.index-kv-thumb.state-swiper-no-slide-thumb .swiper-wrapper {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.index-kv-thumb.state-swiper-no-slide-thumb .swiper-button-next,
.index-kv-thumb.state-swiper-no-slide-thumb .swiper-button-prev {
  display: none;
}
.index-kv-thumb.state-swiper-no-slide-thumb .index-kv-slider-thumb-item {
  margin: 0 5px;
}
.index-kv-thumb.state-swiper-no-slide-thumb-flex .index-kv-slider-thumb-item {
  margin: 0 0px;
}
.index-kv-thumb.state-swiper-no-slide-thumb-flex .swiper-wrapper {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.index-kv-thumb .swiper-container {
  position: relative;
  width: 100%;
  height: 13.33333vw;
  background: #e7e8ee;
  background: #0325c3;
  z-index: 1;
}

.index-kv-slider-thumb-items {
  position: relative;
  padding-top: 1.33333vw;
}
.index-kv-slider-thumb-items .index-kv-slider-thumb-item {
  position: relative;
  margin: 0 0.8vw;
}
.index-kv-slider-thumb-items .index-kv-slider-thumb-item-img {
  background: #fff;
}
.index-kv-slider-thumb-items .index-kv-slider-thumb-item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.index-kv-slider-thumb-items .index-kv-slider-thumb-item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: block;
}
.index-kv-slider-thumb-items .index-kv-slider-thumb-item-img a::after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #0324c3;
  content: "";
  z-index: 1;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  display: none;
}

#jsIndexKvSwiperThumb .swiper-slide {
  position: relative;
  width: 18.4vw;
  height: 10.4vw;
  background: #000;
  overflow: visible;
}

@media print, screen and (min-width: 768px) {
  .index-kv {
    padding-bottom: 15.23438vw;
    padding-bottom: 6.64063vw;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .index-kv {
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .index-kv::after {
    padding-bottom: 0;
    height: 488px;
  }

  .state-swiper-no-slide-main .index-kv-slider-items {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .index-kv-slider-items .index-kv-slider-item {
    padding-bottom: 0;
    width: 865px;
    height: 488px;
    height: 490px;
  }
}
@media print, screen and (min-width: 768px) {
  .index-kv-slider-items .index-kv-slider-item a {
    display: block;
    background: #cc0000;
  }
  .index-kv-slider-items .index-kv-slider-item a img {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .index-kv-slider-items .index-kv-slider-item a:hover img {
    opacity: 0.7;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
}

@media print, screen and (min-width: 768px) {
  .index-kv-thumb {
    position: relative;
    background: #0324c3;
    text-align: center;
  }
  .index-kv-thumb.state-swiper-no-slide-thumb .swiper-wrapper {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .index-kv-thumb.state-swiper-no-slide-thumb .swiper-button-next,
  .index-kv-thumb.state-swiper-no-slide-thumb .swiper-button-prev {
    display: none;
  }
  .index-kv-thumb.state-swiper-no-slide-thumb .index-kv-slider-thumb-item {
    margin: 0 6px;
  }
  .index-kv-thumb.state-swiper-no-slide-thumb .index-kv-slider-thumb-item a img {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .index-kv-thumb.state-swiper-no-slide-thumb .index-kv-slider-thumb-item a:hover img {
    opacity: 0.7;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
}
@media print, screen and (min-width: 768px) {
  .index-kv-thumb .swiper-container {
    position: relative;
    width: 100%;
    height: 120px;
    background: #e7e8ee;
    background: #0325c3;
    z-index: 1;
  }

  .index-kv-slider-thumb-items {
    position: relative;
    padding-top: 15px;
  }
  .index-kv-slider-thumb-items .index-kv-slider-thumb-item {
    position: relative;
  }
  .index-kv-slider-thumb-items .index-kv-slider-thumb-item-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 10;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
  .index-kv-slider-thumb-items .index-kv-slider-thumb-item-img a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #jsIndexKvSwiperThumb .swiper-slide {
    position: relative;
    width: 128px;
    height: 72px;
    width: 160px;
    height: 90px;
    background: #000;
    overflow: visible;
  }
}
/****************************************************
news-important
****************************************************/
.bl-index-news-important {
  background: #e7e7e7;
}

.index-news-important {
  display: table;
  width: 100%;
  padding: 2.66667vw 0;
  padding: 0.8vw 0;
}

.index-news-important-ttl {
  width: 9em;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  color: #0325c3;
  font-size: 12px;
  font-size: 1.2rem;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 500;
  position: relative;
}
.index-news-important-ttl i {
  display: block;
  position: absolute;
  top: 5%;
  top: 3%;
  right: 0;
  width: 1px;
  height: 90%;
  height: 94%;
  background: #0325c3;
  content: "";
  z-index: 1;
}

.index-news-important-items {
  display: table-cell;
  vertical-align: middle;
  width: auto;
}
.index-news-important-items .index-news-important-item {
  margin-bottom: 0;
}
.index-news-important-items .index-news-important-item:last-child {
  margin-bottom: 0;
}
.index-news-important-items .index-news-important-item a {
  display: block;
  padding: 0.53333vw 2.66667vw 0.53333vw 2.66667vw;
  padding: 0vw 2.66667vw 0vw 2.66667vw;
  position: relative;
}
.index-news-important-items .index-news-important-item a i {
  display: block;
  position: absolute;
  top: 50%;
  right: 1.06667vw;
  width: 20px;
  height: 20px;
  margin-top: -9px;
}
.index-news-important-items .index-news-important-item a i::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0023c3;
  content: "";
  z-index: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.index-news-important-items .index-news-important-item a i::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/icon-arr-w-r.svg) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  z-index: 1;
}

.index-news-important-item-time {
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  margin-bottom: 0.8vw;
  margin-bottom: 0.4vw;
  margin-right: 1.33333vw;
  color: #0023c3;
  font-weight: 700;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}

.index-news-important-item-ttl {
  font-size: 12px;
  font-size: 1.2rem;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5;
  display: inline-block;
  display: block;
}

.index-news-important-item-cat {
  position: relative;
  top: 1.06667vw;
  top: 0.8vw;
  display: inline-block;
  width: 22.66667vw;
  width: auto;
  padding: 2px 4px;
  letter-spacing: 0;
  overflow: hidden;
  text-align: center;
  color: #0325c3;
  font-size: 10px;
  font-size: 1rem;
  margin-right: 1.33333vw;
  font-weight: 700;
  letter-spacing: 0;
  border: 1px solid #0325c3;
}

@media print, screen and (min-width: 768px) {
  .index-news-important {
    padding: 6px 0;
  }

  .index-news-important-ttl {
    color: #0325c3;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .index-news-important-items .index-news-important-item {
    margin-bottom: 0px;
  }
  .index-news-important-items .index-news-important-item:last-child {
    margin-bottom: 0;
  }
  .index-news-important-items .index-news-important-item a {
    padding: 0px 20px 0px 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .index-news-important-items .index-news-important-item a {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .index-news-important-items .index-news-important-item a:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
}

@media print, screen and (min-width: 768px) {
  .index-news-important-item-time {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0;
    line-height: 1;
    width: 7.2em;
    text-align: center;
    margin-bottom: 0;
    margin-bottom: 0;
    margin-right: 0px;
  }

  .index-news-important-item-ttl {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    display: inline-block;
  }

  .index-news-important-item-cat {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0;
    margin-right: 16px;
    top: 4px;
    padding: 2px 4px 3px;
  }
}
/****************************************************
topics-notice
****************************************************/
.bl-index-topics-notice {
  position: relative;
  padding-bottom: 100%;
}
.bl-index-topics-notice a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bl-index-topics-notice a::after {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0324c3+0,0324c3+100&0.1+0,1+97 */
  background: -moz-linear-gradient(top, rgba(3, 36, 195, 0.1) 0%, #0324c3 97%, #0324c3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(3, 36, 195, 0.1) 0%, #0324c3 97%, #0324c3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(3, 36, 195, 0.1) 0%, #0324c3 97%, #0324c3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a0324c3', endColorstr='#0324c3',GradientType=0 );
  /* IE6-9 */
  z-index: 2;
}

.index-topics-notice-ttl {
  position: absolute;
  z-index: 10;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  top: 11.47%;
  left: 6.67%;
}

.index-topics-notice-item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.index-topics-notice-item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.index-topics-notice-item-ttl {
  position: absolute;
  z-index: 4;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 500;
  color: #fff;
  width: 86.66%;
  bottom: 25.34%;
  bottom: 25.33333vw;
  left: 6.67%;
}

.index-topics-notice-item-cat-time {
  position: absolute;
  z-index: 4;
  width: 86.66%;
  bottom: 10.67%;
  bottom: 10.66667vw;
  left: 6.67%;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}

.index-topics-notice-item-cat {
  width: 90px;
  width: auto;
  padding: 0 10px;
  height: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  text-align: center;
  background: #000;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  margin-right: 16px;
}
.index-topics-notice-item-cat.type-interview {
  background: #f56565;
}

.index-topics-notice-item-time {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  height: 20px;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  text-shadow: #0023c3 1px 1px 0, #0023c3 -1px -1px 0, #0023c3 -1px 1px 0, #0023c3 1px -1px 0;
}

@media print, screen and (min-width: 768px) {
  .bl-index-topics-notice {
    padding-bottom: 37.5vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .bl-index-topics-notice {
    padding-bottom: 480px;
  }
}
@media print, screen and (min-width: 768px) {
  .bl-index-topics-notice a::before {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: 3;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .bl-index-topics-notice a:hover::before {
    opacity: 0.4;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
}

@media print, screen and (min-width: 768px) {
  .index-topics-notice-ttl {
    font-size: 18px;
    font-size: 1.8rem;
    width: 89.06%;
    max-width: 1140px;
    top: 12.5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .index-topics-notice-item-ttl {
    font-size: 2.8125vw;
    bottom: 10.15625vw;
    line-height: 1.3;
    width: 89.06%;
    max-width: 1140px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .index-topics-notice-item-ttl {
    font-size: 36px;
    font-size: 3.6rem;
    bottom: 22.92%;
  }
}

@media print, screen and (min-width: 768px) {
  .index-topics-notice-item-cat-time {
    width: 89.06%;
    bottom: 3.90625vw;
    max-width: 1140px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .index-topics-notice-item-cat-time {
    bottom: 10.42%;
  }
}

@media print, screen and (min-width: 768px) {
  .index-topics-notice-item-cat {
    padding: 0 15px;
    height: 28px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 25px;
  }
  .index-topics-notice-item-cat span {
    position: relative;
    top: -1px;
  }

  .index-topics-notice-item-time {
    height: 28px;
    font-size: 14px;
    font-size: 1.4rem;
    text-shadow: none;
  }
}
/****************************************************
ndex-movie-tw
****************************************************/
.bl-index-bets-movie-guide {
  background: url(../img/index/index_movie_tw_bg.png) center center repeat #00a2ff;
  background-size: 3px 3px;
  padding: 8vw 0 10.66667vw;
}
.bl-index-bets-movie-guide .sec-ttl-en-ja .sec-ttl-en {
  color: #0325c3;
}
.bl-index-bets-movie-guide .sec-ttl-en-ja .sec-ttl-ja {
  color: #fff;
}

.index-bets {
  width: 85.33333vw;
  margin: 0 auto 7.33333vw;
}

.index-bets-items li {
  margin-bottom: 2.66667vw;
}
.index-bets-items li.last-child {
  margin-bottom: 0;
}

.index-guide {
  margin-bottom: 8.66667vw;
}

.index-guide-items-wrap {
  width: 85.33333vw;
  margin: 0 auto;
  background: #0483ef;
  padding: 3.33333vw 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.index-guide-items {
  width: 80vw;
  margin: 0 auto;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.index-guide-items li {
  margin-bottom: 1.33333vw;
  width: 100%;
}
.index-guide-items li a {
  display: block;
}
.index-guide-items li:last-child {
  margin-bottom: 0;
}
.index-guide-items li.type-242 {
  width: 39.2vw;
  margin-bottom: 0;
}

.index-movie-slider {
  width: 85.33333vw;
  margin: 0 auto;
  background: #0483ef;
  margin-bottom: 5.33333vw;
  padding: 2.66667vw;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.index-movie-swiper-main {
  position: relative;
}

.index-movie-items {
  margin-bottom: 1.6vw;
}
.index-movie-items .index-movie-item {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.index-movie-items .index-movie-item a {
  display: block;
  position: relative;
}
.index-movie-items .index-movie-item a i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13.6vw;
  height: 9.6vw;
  margin-top: -4.8vw;
  margin-left: -6.8vw;
  background: url(../img/common/icon_play.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.state-min .index-movie-thumb-items {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.index-movie-thumb-items .index-movie-thumb-item {
  width: 16vw;
}
.index-movie-thumb-items .index-movie-thumb-item.state-active a img {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.index-movie-thumb-items .index-movie-thumb-item a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  display: block;
  background: #000;
}
.index-movie-thumb-items .index-movie-thumb-item a img {
  opacity: 0.65;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.index-tw-frame-wrap {
  width: 85.33333vw;
  margin: 0 auto 5.33333vw;
  background: #fff;
  padding: 2.66667vw 0 2.66667vw;
}

.index-tw-frame {
  position: relative;
  height: 69.33333vw;
}
.index-tw-frame .index-tw-frame-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  overflow: auto;
}

@media screen and (min-width: 1024px) {
  .bl-index-bets-movie-guide {
    background: url(../img/index/index_movie_tw_bg.png) center center repeat #00a2ff;
    background-size: 6px 6px;
    padding: 3.90625vw 0 3.90625vw;
    margin: 0 auto 55px;
  }
  .bl-index-bets-movie-guide .sec-ttl-en-ja {
    width: 100%;
    margin: 0 auto 25px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .bl-index-bets-movie-guide {
    padding: 50px 0 50px;
  }
}

@media screen and (min-width: 1024px) {
  .index-bets {
    width: 89.06%;
    width: 89.0625vw;
    margin: 0 auto 1.95313vw;
    max-width: 1140px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .index-bets {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 1024px) {
  .index-bets-items {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .index-bets-items li {
    width: 49.12%;
    width: 43.75vw;
    margin-bottom: 1.5625vw;
    max-width: 560px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .index-bets-items li {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .index-bets-items li.last-child {
    margin-bottom: 0;
  }
  .index-bets-items li a {
    display: block;
    background: #fff;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .index-bets-items li a img {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .index-bets-items li a:hover img {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0.7;
  }
}

@media screen and (min-width: 1024px) {
  .index-guide {
    margin-bottom: 0;
  }

  .index-guide-items-wrap {
    width: 41.40625vw;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
    height: 29.53125vw;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .index-guide-items-wrap {
    padding: 0 0;
    width: 530px;
    height: 378px;
  }
}

@media screen and (min-width: 1024px) {
  .index-guide-items {
    width: 100%;
    width: 38.75vw;
    max-width: 496px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .index-guide-items li {
    margin-bottom: 0.78125vw;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .index-guide-items li {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .index-guide-items li.type-242 {
    width: 18.90625vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .index-guide-items li.type-242 {
    width: 242px;
  }
}
@media screen and (min-width: 1024px) {
  .index-guide-items li a {
    display: block;
    background: #fff;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .index-guide-items li a img {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .index-guide-items li a:hover img {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0.7;
  }
}

@media screen and (min-width: 1024px) {
  .index-movie-guide-inner {
    width: 89.06%;
    width: 89.0625vw;
    margin: 0 auto;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .index-movie-guide-inner {
    width: 1140px;
  }
}

@media screen and (min-width: 1024px) {
  .index-movie {
    width: 41.40625vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .index-movie {
    width: 530px;
  }
}

@media screen and (min-width: 1024px) {
  .index-movie-slider {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 2.34375vw;
    padding: 1.17188vw;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
    height: 29.53125vw;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .index-movie-slider {
    margin-bottom: 30px;
    padding: 15px;
    height: 378px;
  }
}

@media screen and (min-width: 1024px) {
  .index-movie-items {
    margin-bottom: 1.17188vw;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .index-movie-items {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .index-movie-items .index-movie-item {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
  }
  .index-movie-items .index-movie-item a {
    display: block;
    position: relative;
    background: #fff;
  }
  .index-movie-items .index-movie-item a i {
    width: 7.96875vw;
    height: 5.625vw;
    margin-top: -2.8125vw;
    margin-left: -3.98437vw;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .index-movie-items .index-movie-item a i {
    width: 102px;
    height: 72px;
    margin-top: -36px;
    margin-left: -51px;
  }
}
@media screen and (min-width: 1024px) {
  .index-movie-items .index-movie-item a img {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .index-movie-items .index-movie-item a:hover img {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0.7;
  }

  .index-movie-thumb-items {
    position: relative;
  }
  .index-movie-thumb-items .index-movie-thumb-item {
    width: 7.8125vw;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .index-movie-thumb-items .index-movie-thumb-item {
    width: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .index-movie-thumb-items .index-movie-thumb-item a img {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .index-movie-thumb-items .index-movie-thumb-item a:hover img {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 1;
  }

  .index-tw-frame-wrap {
    width: 41.40625vw;
    margin: 0 0 2.34375vw;
    background: #fff;
    padding: 1.5625vw 0 1.5625vw;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .index-tw-frame-wrap {
    width: 530px;
    margin-bottom: 30px;
    padding: 15px 0;
  }
}

@media screen and (min-width: 1024px) {
  .index-tw-frame {
    position: relative;
    height: 27.1875vw;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .index-tw-frame {
    height: 348px;
  }
}

/****************************************************
topics-new
****************************************************/
.bl-index-topics-new {
  background: #fff;
  padding: 40px 0 50px;
}

.bl-index-event {
  padding: 10.66667vw 0 9.33333vw;
}

.index-event-items {
  width: 94.66667vw;
  margin: 0 auto;
}
.index-event-items .index-event-item {
  margin-bottom: 2.66667vw;
  position: relative;
}
.index-event-items .index-event-item::after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
  opacity: 1;
  content: '';
  z-index: 1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.index-event-items .index-event-item:last-child {
  margin-bottom: 0;
}
.index-event-items .index-event-item a {
  position: relative;
  z-index: 2;
  display: block;
}

.bl-index-news {
  padding-bottom: 26.66667vw;
}

.index-news-con {
  background: #f5f5f5;
  padding: 10.66667vw 0 13.33333vw;
  padding: 4.66667vw 0 6.66667vw;
  background: url(../img/common/dots_bg.png) 0 0 repeat;
  background-size: 2px 2px;
}

@media print, screen and (min-width: 768px) {
  .bl-index-topics-new {
    padding: 5.46875vw 0 6.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .bl-index-topics-new {
    padding: 70px 0 80px;
  }
}

@media print, screen and (min-width: 768px) {
  .bl-index-event {
    padding: 5.46875vw 0 4.6875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .bl-index-event {
    padding: 70px 0 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .index-event-items {
    width: 89.06%;
    width: 89.0625vw;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .index-event-items {
    width: 1140px;
  }
}
@media print, screen and (min-width: 768px) {
  .index-event-items .index-event-item {
    margin-bottom: 1.5625vw;
    width: 43.75vw;
  }
  .index-event-items .index-event-item:last-child {
    margin-bottom: 1.5625vw;
  }
  .index-event-items .index-event-item a {
    display: block;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .index-event-items .index-event-item a {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .index-event-items .index-event-item a:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .index-event-items .index-event-item {
    margin-bottom: 20px;
    width: 560px;
  }
  .index-event-items .index-event-item:last-child {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .bl-index-news {
    padding: 80px 0 80px;
    padding: 80px 0 160px;
  }

  .index-news-con {
    background: url(../img/common/dots_bg.png) 0 0 repeat;
    background-size: 4px 4px;
  }

  .index-news-layout {
    text-align: left;
  }
}
/****************************************************
related-movie
****************************************************/
.bl-index-related-movie {
  background: url(../img/index/index_movie_tw_bg.png) center center repeat #00a2ff;
  background-size: 3px 3px;
  padding: 8vw 0 10.66667vw;
}
.bl-index-related-movie .sec-ttl-en-ja .sec-ttl-en {
  color: #0325c3;
}
.bl-index-related-movie .sec-ttl-en-ja .sec-ttl-ja {
  color: #fff;
}

.index-related-movie-swiper {
  position: relative;
  width: 85.33333vw;
  margin: 0 auto 8.66667vw;
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-out;
  -moz-transition: opacity 0.7s ease-out;
  -ms-transition: opacity 0.7s ease-out;
  -o-transition: opacity 0.7s ease-out;
  transition: opacity 0.7s ease-out;
}
.index-related-movie-swiper.state-swiper-excute {
  opacity: 1;
}
.index-related-movie-swiper a {
  display: block;
  padding: 2.66667vw;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.index-related-movie-swiper.state-no-swiper .swiper-button-next,
.index-related-movie-swiper.state-no-swiper .swiper-button-prev {
  display: none !important;
}
.index-related-movie-swiper .swiper-button-next,
.index-related-movie-swiper .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 2vw;
  width: 6.66667vw;
  height: 13.33333vw;
  margin-top: -12vw;
  display: block;
  background: url(../img/common/icon_slider_prev.png) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 100;
}
.index-related-movie-swiper .swiper-button-next {
  left: auto;
  right: 2vw;
  background: url(../img/common/icon_slider_next.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.index-related-movie-swiper .swiper-pagination {
  position: absolute;
  width: 100%;
  top: auto;
  bottom: -4vw !important;
  z-index: 20;
}
.index-related-movie-swiper .swiper-pagination-bullet-active {
  background: #0325c3 !important;
}
.index-related-movie-swiper .swiper-pagination-bullet {
  background: #fff;
  margin: 0 1.06667vw !important;
  width: 18.66667vw;
  height: 1.33333vw;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.index-related-movie-items .index-related-movie-item {
  text-align: left;
}

.index-related-movie-item-img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 2.66667vw;
  padding-bottom: 56.25%;
  position: relative;
}

.index-related-movie-item-img-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.index-related-movie-item-img-inner img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.index-related-movie-item-cat {
  width: auto;
  display: inline-block;
  padding: 3px 4px 2px;
  overflow: hidden;
  letter-spacing: 0;
  text-align: center;
  color: #0325c3;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  border: 1px solid #0325c3;
  margin-bottom: 1.86667vw;
}

.index-related-movie-item-time {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  letter-spacing: 0;
}

@media screen and (min-width: 1024px) {
  .bl-index-related-movie {
    background: url(../img/index/index_movie_tw_bg.png) center center repeat #00a2ff;
    background-size: 6px 6px;
    padding: 3.90625vw 0 3.90625vw;
    margin: 0 auto 55px;
  }
  .bl-index-related-movie .sec-ttl-en-ja {
    width: 100%;
    margin: 0 auto 25px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .bl-index-related-movie {
    padding: 50px 0 50px;
  }
}

@media screen and (min-width: 1024px) {
  .index-related-movie-swiper {
    width: 84.375vw;
    margin: 0 auto 5.46875vw;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .index-related-movie-swiper {
    width: 1080px;
    margin: 0 auto 70px;
  }
}
@media screen and (min-width: 1024px) {
  .index-related-movie-swiper.state-no-swiper {
    text-align: center;
  }
  .index-related-movie-swiper.state-no-swiper .swiper-container {
    display: block;
    margin: 0 auto;
  }
  .index-related-movie-swiper.state-no-swiper .index-related-movie-items {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .index-related-movie-swiper a {
    padding: 0.78125vw 0.78125vw 1.17188vw;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .index-related-movie-swiper a {
    padding: 10px 10px 15px;
  }
}
@media screen and (min-width: 1024px) {
  .index-related-movie-swiper .swiper-button-next,
  .index-related-movie-swiper .swiper-button-prev {
    left: -3.90625vw;
    width: 3.90625vw;
    height: 7.8125vw;
    margin-top: -3.90625vw;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .index-related-movie-swiper .swiper-button-next,
  .index-related-movie-swiper .swiper-button-prev {
    left: -50px;
    width: 50px;
    height: 100px;
    margin-top: -50px;
  }
}
@media screen and (min-width: 1024px) {
  .index-related-movie-swiper .swiper-button-next {
    left: auto;
    right: -3.90625vw;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .index-related-movie-swiper .swiper-button-next {
    right: -50px;
  }
}
@media screen and (min-width: 1024px) {
  .index-related-movie-swiper .swiper-pagination {
    bottom: -1.5625vw !important;
    z-index: 20;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .index-related-movie-swiper .swiper-pagination {
    bottom: -20px;
  }
}
@media screen and (min-width: 1024px) {
  .index-related-movie-swiper .swiper-pagination-bullet {
    margin: 0 0.3125vw !important;
    width: 5.46875vw;
    height: 0.39063vw;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .index-related-movie-swiper .swiper-pagination-bullet {
    margin: 0 4px;
    width: 70px;
    height: 5px;
  }
}

@media screen and (min-width: 1024px) {
  .index-related-movie-items .index-related-movie-item {
    width: 26.5625vw;
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 0.78125vw;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .index-related-movie-items .index-related-movie-item {
    width: 26.5625vw;
    width: 340px;
    margin: 0 10px;
  }
}
@media screen and (min-width: 1024px) {
  .index-related-movie-items .index-related-movie-item a {
    display: block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .index-related-movie-items .index-related-movie-item a:hover {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0.7;
  }
}

@media screen and (min-width: 1024px) {
  .index-related-movie-item-img {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 1.25vw;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .index-related-movie-item-img {
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .index-related-movie-item-cat {
    padding: 3px 8px 5px;
    margin-bottom: 0.78125vw;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .index-related-movie-item-cat {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .index-related-movie-item-time {
    font-size: 1.25vw;
    margin-left: 4px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .index-related-movie-item-time {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.bl-relatedvideos {
  padding: 6.66667vw 0 6.66667vw;
}
.bl-relatedvideos .topics-cat-filter {
  padding-top: 0;
}

.relatedvideos-items {
  width: 98.66667vw;
  margin: 0 auto;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.relatedvideos-items .relatedvideos-item {
  width: 45.33333vw;
  margin: 0 2vw 5.33333vw;
}

.relatedvideos-item-img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 2.66667vw;
  padding-bottom: 56.25%;
  position: relative;
}

.relatedvideos-item-img-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.relatedvideos-item-img-inner img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.relatedvideos-item-img-inner img.jsLoadImg {
  opacity: 0;
}
.relatedvideos-item-img-inner img.jsLoadImg.state-onload {
  opacity: 1;
}

.relatedvideos-item-ttl {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 2.13333vw;
}

.relatedvideos-item-cat {
  width: auto;
  display: inline-block;
  padding: 3px 4px 2px;
  overflow: hidden;
  letter-spacing: 0;
  text-align: center;
  color: #0325c3;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  border: 1px solid #0325c3;
  margin-bottom: 1.86667vw;
}

.relatedvideos-item-time {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  letter-spacing: 0;
}

@media screen and (min-width: 1024px) {
  .bl-relatedvideos {
    padding: 3.90625vw 0 3.90625vw;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .bl-relatedvideos {
    padding: 50px 0 50px;
  }
}
@media screen and (min-width: 1024px) {
  .bl-relatedvideos .topics-cat-filter {
    padding-top: 0;
  }

  .relatedvideos-items {
    width: 89.0625vw;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .relatedvideos-items {
    width: 1140px;
  }
}
@media screen and (min-width: 1024px) {
  .relatedvideos-items .relatedvideos-item {
    width: 26.5625vw;
    margin: 0 4.6875vw 3.125vw 0;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .relatedvideos-items .relatedvideos-item {
    width: 340px;
    margin: 0 60px 40px 0;
  }
}
@media screen and (min-width: 1024px) {
  .relatedvideos-items .relatedvideos-item:nth-child(3n) {
    margin-right: 0;
  }
  .relatedvideos-items .relatedvideos-item a {
    display: block;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .relatedvideos-items .relatedvideos-item a:hover {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0.7;
  }
}

@media screen and (min-width: 1024px) {
  .relatedvideos-item-img {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    margin-bottom: 0.78125vw;
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .relatedvideos-item-img {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .relatedvideos-item-ttl {
    font-size: 1.40625vw;
    margin-bottom: 0.9375vw;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .relatedvideos-item-ttl {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 1024px) {
  .relatedvideos-item-cat {
    padding: 3px 8px 5px;
    font-size: 1.09375vw;
    margin-bottom: 0.9375vw;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .relatedvideos-item-cat {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 1024px) {
  .relatedvideos-item-time {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .relatedvideos-item-time {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.img-l-block {
  display: block;
  margin: 20px 0 20px 0;
}

@media print, screen and (min-width: 768px) {
  .img-l-block {
    display: block;
    margin: 20px 0 20px 12px;
  }
}
code {
  display: block;
  background: #f4f4f4;
  padding: 20px 20px;
  margin: 10px 0;
}

.content-offset {
  width: 91.46667vw;
  margin: 0 auto;
}
.content-offset.type-sp-650 {
  width: 86.66667vw;
}
@media print, screen and (min-width: 768px) {
  .content-offset {
    width: 89.06%;
    max-width: 1140px;
    margin: 0 auto;
  }
}

.col-red {
  color: #cc0000 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

a.link-underline {
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  a.link-underline:hover {
    text-decoration: none;
  }
}

/****************************************************
form
****************************************************/
.topics-cat-filter {
  padding-top: 13.33333vw;
  margin-bottom: 13.33333vw;
  text-align: center;
}
.topics-cat-filter .topics-cat-items {
  display: none;
}
.page-index .topics-cat-filter {
  padding-top: 0 !important;
  margin-bottom: 8vw;
}

.topics-cat-items {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin: 0 auto 13.33333vw;
}
.topics-cat-items li {
  margin: 0 5px 10px;
  position: relative;
}
.topics-cat-items li::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0324c3;
  opacity: 0.0;
  content: "";
  z-index: 5;
  display: none;
}
.topics-cat-items li.state-active::after {
  display: block;
}
.topics-cat-items li.state-active a span {
  background: #0023c3;
  color: #fff;
}
.topics-cat-items li a {
  position: relative;
  width: 100%;
  display: block;
}
.topics-cat-items li a::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 34px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  border-radius: 17px;
  overflow: hidden;
  background: #0324c3;
  content: "";
  z-index: 1;
}
.topics-cat-items li a span {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 34px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  border-radius: 17px;
  overflow: hidden;
  color: #0023c3;
  font-weight: 700;
  border: 2px solid #0023c3;
  font-size: 12px;
  font-size: 1.2rem;
  background: #fff;
  padding: 0 20px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .mb-pc-0 {
    margin-bottom: 0 !important;
  }

  .topics-cat-filter {
    padding-top: 80px;
    margin-bottom: 70px;
  }
  .topics-cat-filter .form-select {
    display: none;
  }
  .topics-cat-filter .topics-cat-items {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
  }
  .page-index .topics-cat-filter {
    margin-bottom: 30px;
  }

  .topics-cat-items {
    width: 89.06%;
    max-width: 1140px;
    margin: 0 auto 0;
  }
  .topics-cat-items li {
    margin: 0 12px 24px;
  }
  .topics-cat-items li a {
    min-width: 160px;
  }
  .topics-cat-items li a::after {
    height: 54px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
    border-radius: 27px;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
  .topics-cat-items li a span {
    height: 54px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
    border-radius: 27px;
    border: 2px solid #0023c3;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 30px;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .topics-cat-items li a:hover span {
    color: #3150e1;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -ms-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }
  .topics-cat-items li a:hover::after {
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    -webkit-transform: translate(-8px, 8px);
    -moz-transform: translate(-8px, 8px);
    -ms-transform: translate(-8px, 8px);
    -o-transform: translate(-8px, 8px);
    transform: translate(-8px, 8px);
  }
}

.pager-item {
  text-align: center;
  margin-bottom: 0;
}
.pager-item .form-select-ul {
  display: none;
}

.pager-item-inner {
  width: 73.33333vw;
  margin: 0 auto;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
@media print, screen and (min-width: 350px) {
  .pager-item-inner {
    width: 73.33333vw;
  }
}

.pager-item-arr {
  width: 30px;
  height: 40px;
  text-align: center;
}
.pager-item-arr a {
  display: block;
  width: 30px;
  height: 40px;
  text-align: center;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.pager-item-arr a img {
  display: block;
  margin: 0 auto;
  width: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  background: #0023c3;
}

.form-select {
  display: block;
  position: relative;
  width: 49.33333vw;
  height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  margin: 0 auto;
}
.topics-cat-filter .form-select {
  width: 64vw;
}
.form-select i {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  right: 16px;
  width: 8px;
  height: 18px;
  margin-top: -8px;
  background: url(../img/common/icon_pulldown.svg) 0 0 no-repeat;
  background-size: 100% auto;
  pointer-events: none;
  z-index: 10;
}
.form-select select {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 0 0 0;
  position: relative;
  border: 1px solid #0023c3;
  z-index: 2;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  text-align: center !important;
  color: #0023c3;
  opacity: 0;
}
.form-select .form-select-label {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0 0 0 0;
  top: 0;
  border: 1px solid #0023c3;
  z-index: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  color: #0023c3;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  cursor: pointer;
}

@media print, screen and (min-width: 768px) {
  .pager-item {
    position: relative;
    z-index: 5;
    text-align: center;
    margin-bottom: 0px;
    height: 60px;
  }
  .pager-item .form-select select {
    display: none;
  }
  .pager-item .form-select-ul {
    display: block !important;
  }
  .pager-item .form-select-ul li {
    opacity: 0;
  }
  .state-active-pager .pager-item .form-select {
    height: 100%;
  }
  .state-active-pager .pager-item .form-select .form-select-ul {
    height: auto;
    -webkit-transition: height 0.2s ease-out;
    -moz-transition: height 0.2s ease-out;
    -ms-transition: height 0.2s ease-out;
    -o-transition: height 0.2s ease-out;
    transition: height 0.2s ease-out;
  }
  .state-active-pager .pager-item .form-select .form-select-ul ul {
    height: 100%;
    max-height: 300px;
    -webkit-transition: height 0.2s ease-out;
    -moz-transition: height 0.2s ease-out;
    -ms-transition: height 0.2s ease-out;
    -o-transition: height 0.2s ease-out;
    transition: height 0.2s ease-out;
  }
  .state-active-pager .pager-item .form-select .form-select-ul ul li {
    opacity: 1;
  }
  .state-active-pager .pager-item .form-select .form-select-ul .ps__thumb-y {
    opacity: 1;
  }
  .state-active-pager .pager-item .form-select .form-select-label {
    display: none;
  }
  .state-active-pager .pager-item .form-select i {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }

  .form-select-ul {
    width: 234px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #0023c3;
    padding: 16px 6px 16px 0;
    background: #fff;
    position: relative;
    height: 60px;
    overflow: hidden;
    -webkit-transition: height 0.2s ease-out;
    -moz-transition: height 0.2s ease-out;
    -ms-transition: height 0.2s ease-out;
    -o-transition: height 0.2s ease-out;
    transition: height 0.2s ease-out;
  }
  .form-select-ul ul {
    position: relative;
    -webkit-transition: height 0.2s ease-out;
    -moz-transition: height 0.2s ease-out;
    -ms-transition: height 0.2s ease-out;
    -o-transition: height 0.2s ease-out;
    transition: height 0.2s ease-out;
  }
  .form-select-ul ul li {
    position: relative;
  }
  .form-select-ul ul li:last-child {
    margin-bottom: 0;
  }
  .form-select-ul ul li a {
    position: relative;
    z-index: 1;
    width: 200px;
    margin-left: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    height: 50px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    color: #0023c3;
    -webkit-transition: color 0.3s ease-out, background 0.3s ease-out;
    -moz-transition: color 0.3s ease-out, background 0.3s ease-out;
    -ms-transition: color 0.3s ease-out, background 0.3s ease-out;
    -o-transition: color 0.3s ease-out, background 0.3s ease-out;
    transition: color 0.3s ease-out, background 0.3s ease-out;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
  }
  .form-select-ul ul li a:hover {
    background: #dadff9;
    color: #0023c3;
    -webkit-transition: color 0.2s ease-out, background 0.2s ease-out;
    -moz-transition: color 0.2s ease-out, background 0.2s ease-out;
    -ms-transition: color 0.2s ease-out, background 0.2s ease-out;
    -o-transition: color 0.2s ease-out, background 0.2s ease-out;
    transition: color 0.2s ease-out, background 0.2s ease-out;
  }
  .form-select-ul ul li.state-active::after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 2;
    opacity: 0;
  }
  .form-select-ul ul li.state-active a {
    background: #0023c3;
    color: #fff;
  }
  .form-select-ul .ps__thumb-y {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out, width 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out, width 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out, width 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out, width 0.2s ease-out;
    transition: opacity 0.2s ease-out, width 0.2s ease-out;
  }

  .pager-item-inner {
    width: 370px;
  }

  .pager-item-arr {
    width: 32px;
    height: 32px;
  }
  .pager-item-arr a {
    width: 32px;
    height: 32px;
    position: relative;
    top: 13px;
  }
  .pager-item-arr a img {
    width: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .pager-item-arr a {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .pager-item-arr a:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
}

@media print, screen and (min-width: 768px) {
  .form-select {
    width: 234px;
    height: 60px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .form-select i {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    right: 16px;
    width: 8px;
    height: 18px;
    margin-top: -8px;
    background: url(../img/common/icon_pulldown.svg) 0 0 no-repeat;
    background-size: 100% auto;
    pointer-events: none;
    z-index: 10;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .form-select select {
    font-size: 18px;
    font-size: 1.8rem;
    border: 2px solid #0023c3;
    z-index: 2;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    text-align: center !important;
    color: #0023c3;
    opacity: 1;
  }
  .form-select .form-select-label {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0 0 0 0;
    top: 0;
    border: 2px solid #0023c3;
    border: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
  }
}
/****************************************************
title
****************************************************/
.sec-ttl-en-ja {
  width: 86.66667vw;
  width: 91.46667vw;
  margin: 0 auto 7.33333vw;
}
.sec-ttl-en-ja.type-beginner {
  margin-top: 13.33333vw;
  margin-bottom: 6vw;
}
.sec-ttl-en-ja.type-beginner .sec-ttl-ja {
  color: #03b069;
  font-size: 18px;
  font-size: 1.8rem;
  font-size: 4.8vw;
}
.sec-ttl-en-ja.type-sp-650 {
  width: 86.66667vw;
}
.sec-ttl-en-ja.type-sp-650-1260 {
  width: 86.66667vw;
}
@media screen and (min-width: 1024px) {
  .sec-ttl-en-ja.type-pc-l {
    margin-left: 0 !important;
  }
}
.sec-ttl-en-ja .sec-ttl-en {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-size: 3.2vw;
  color: #0023c3;
  margin-bottom: 1.33333vw;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 500;
}
.sec-ttl-en-ja .sec-ttl-ja {
  display: block;
  font-size: 19px;
  font-size: 1.9rem;
  font-size: 5.06667vw;
  font-weight: 500;
  line-height: 1.4;
}
.sec-ttl-en-ja.type-w .sec-ttl-ja,
.sec-ttl-en-ja.type-w .sec-ttl-en {
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .sec-ttl-en-ja {
    width: 89.06%;
    max-width: 1140px;
    margin: 0 auto 2.34375vw;
  }
  .sec-ttl-en-ja.type-beginner {
    margin-top: 6.25vw;
    margin-bottom: 2.34375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .sec-ttl-en-ja.type-beginner {
    margin-top: 80px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .sec-ttl-en-ja.type-beginner .sec-ttl-ja {
    font-size: 2.1875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .sec-ttl-en-ja.type-beginner .sec-ttl-ja {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .sec-ttl-en-ja {
    margin: 0 auto 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .sec-ttl-en-ja.type-playspot {
    width: 90%;
    max-width: 1260px;
    width: 100%;
  }
  .sec-ttl-en-ja.type-pc-full {
    width: 100%;
    max-width: 100%;
  }
  .sec-ttl-en-ja .sec-ttl-en {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .sec-ttl-en-ja .sec-ttl-ja {
    font-size: 28px;
  }
}
/****************************************************
btn
****************************************************/
.btn-txt-arrow {
  width: 86.66667vw;
  width: 91.46667vw;
  margin: 0 auto;
}
.btn-txt-arrow a {
  display: block;
  position: relative;
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
  color: #000;
  font-weight: 500;
  padding-left: 26px;
}
.btn-txt-arrow a i {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.btn-txt-arrow a i::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0023c3;
  content: "";
  z-index: 0;
}
.btn-txt-arrow a i::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/icon-arr-w-r.svg) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  z-index: 1;
}

.btn-round {
  width: 32vw;
  width: 40vw;
  margin: 0 auto;
}
.playspot-area-item .btn-round {
  width: 73.33333vw;
}
.btn-round.type-l {
  margin: 0 0;
}
.btn-round.type-340 {
  width: 58.66667vw;
}
.btn-round.type-a-l {
  width: 56vw;
}
.btn-round.type-bg-blue a div {
  border: 1px solid #fff;
}
.btn-round.type-forbeginners {
  width: 58.66667vw;
}
.btn-round a {
  display: block;
}
.btn-round a div {
  height: 36px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  font-size: 3.2vw;
  color: #fff;
  background: #0023c3;
  font-weight: 500;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  position: relative;
  padding-left: 2.66667vw;
}
.btn-round a div i {
  display: block;
  position: absolute;
  top: 50%;
  left: 2.66667vw;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background: transparent !important;
}
.btn-round a div i::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  z-index: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.btn-round a div i::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/icon-arr-w-r.svg) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .btn-txt-arrow a {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 34px;
  }
  .btn-txt-arrow a i {
    width: 24px;
    height: 24px;
    margin-top: -10px;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .btn-txt-arrow a {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .btn-txt-arrow a:hover {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0.7;
  }
  .btn-txt-arrow a:hover i {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px);
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
  }
}

@media print, screen and (min-width: 768px) {
  .btn-round {
    width: 200px;
  }
  .playspot-area-item .btn-round {
    width: 400px;
  }
  .index-news-con .btn-round {
    width: 280px;
  }
  .btn-round.type-340 {
    width: 340px;
  }
  .btn-round.type-l {
    width: 300px;
  }
  .btn-round.type-forbeginners {
    width: 330px;
  }
  .btn-round.type-bg-blue a div {
    border: 2px solid #fff;
  }
  .btn-round a {
    position: relative;
    display: block;
  }
  .btn-round a::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #0324c3;
    content: "";
    z-index: 1;
    height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .btn-round a {
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -ms-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
    -webkit-transition: background 0.3s ease-out, color 0.3s ease-out;
    -moz-transition: background 0.3s ease-out, color 0.3s ease-out;
    -ms-transition: background 0.3s ease-out, color 0.3s ease-out;
    -o-transition: background 0.3s ease-out, color 0.3s ease-out;
    transition: background 0.3s ease-out, color 0.3s ease-out;
  }
  .btn-round a:hover div {
    background: #fff;
    color: #0023c3;
    -webkit-transition: background 0.2s ease-out, color 0.2s ease-out;
    -moz-transition: background 0.2s ease-out, color 0.2s ease-out;
    -ms-transition: background 0.2s ease-out, color 0.2s ease-out;
    -o-transition: background 0.2s ease-out, color 0.2s ease-out;
    transition: background 0.2s ease-out, color 0.2s ease-out;
  }
  .btn-round a:hover div i {
    background: url(../img/common/icon-arr-w-r.svg) 0 0 no-repeat #0023c3;
  }
  .btn-round a:hover::after {
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    -webkit-transform: translate(-8px, 8px);
    -moz-transform: translate(-8px, 8px);
    -ms-transform: translate(-8px, 8px);
    -o-transform: translate(-8px, 8px);
    transform: translate(-8px, 8px);
  }
}
@media print, screen and (min-width: 768px) {
  .btn-round a div {
    height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    font-size: 17px;
    border: 2px solid #0023c3;
    position: relative;
    z-index: 2;
    padding-left: 12px;
    line-height: 1;
  }
  .btn-round a div i {
    left: 10px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
}
/****************************************************
about
****************************************************/
.main-content .bl-about-contents {
  margin-bottom: 8.66667vw;
}
.main-content .bl-about-contents:last-child {
  margin-bottom: 0;
}

.bl-about-movie {
  margin-bottom: 16vw;
}

.about-movie {
  position: relative;
  width: 100%;
  margin-bottom: 5.33333vw;
  padding-bottom: 56.25%;
}
.about-movie iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.about-txts {
  margin-bottom: 8vw;
}
.about-txts .about-txt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 5.33333vw;
}
.about-txts .about-txt:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .main-content .bl-about-contents {
    margin-bottom: 40px;
  }
  .main-content .bl-about-contents:last-child {
    margin-bottom: 0;
  }

  .bl-about-movie {
    margin-bottom: 140px;
  }

  .about-movie {
    margin-bottom: 65px;
    padding-bottom: 56.25%;
  }

  .about-txts {
    margin-bottom: 50px;
  }
  .about-txts .about-txt {
    font-size: 24px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
}
/****************************************************
cms
****************************************************/
/* topics-items */
.topics-no-items {
  text-align: center;
  font-weight: 700;
  width: 91.46667vw;
  margin: 0 auto;
  padding-top: 6.66667vw;
  padding-bottom: 6.66667vw;
}

.topics-no-items-txt {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

.topics-items {
  width: 86.66667vw;
  width: 94.13333vw;
  margin: 0 auto 2.66667vw;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.topics-items .topics-item {
  width: 45.33333vw;
  margin-bottom: 8vw;
  margin-bottom: 20px;
}
.topics-items .topics-item a {
  display: block;
  padding-bottom: 2.66667vw;
}

.topics-item-img {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 4vw;
}
.topics-item-img img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.topics-item-ttl {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 2.13333vw;
}

.topics-item-txt {
  display: none;
}

.topics-item-cat-time {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}

.topics-item-cat {
  width: 22.66667vw;
  width: 74px;
  width: auto;
  padding: 0 4px;
  letter-spacing: 0;
  height: 16px;
  overflow: hidden;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  text-align: center;
  color: #0325c3;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  border: 1px solid #0325c3;
}
@media print, screen and (min-width: 340px) {
  .topics-item-cat {
    width: 85px;
    width: auto;
    padding: 0 10px;
    letter-spacing: 0.04em;
  }
}
.topics-item-cat.type-interview {
  background: #f56565;
}
.topics-item-cat.type-item {
  background: #000;
}
.topics-item-cat.type-howto {
  background: #0023c3;
}

.topics-item-time {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  height: 16px;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  letter-spacing: 0;
  text-align: right;
  margin-left: 4px;
}
@media print, screen and (min-width: 340px) {
  .topics-item-time {
    margin-left: 10px;
  }
}
.topics-item-time span {
  position: relative;
  width: 110%;
  left: -5%;
  top: 1px;
}

@media print, screen and (min-width: 768px) {
  .topics-no-items {
    text-align: center;
    font-weight: 700;
    width: 89.0625vw;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .topics-no-items {
    width: 1140px;
  }
}

@media print, screen and (min-width: 768px) {
  .topics-no-items-txt {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
  }

  .topics-items {
    width: 89.0625vw;
    margin: 0 auto 25px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .topics-items {
    width: 1140px;
  }
}
@media print, screen and (min-width: 768px) {
  .topics-items .topics-item {
    width: 26.5625vw;
    margin-right: 4.6875vw;
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .topics-items .topics-item {
    width: 340px;
    margin-right: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .topics-items .topics-item a {
    display: block;
    padding-bottom: 0.78125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .topics-items .topics-item a {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .topics-items .topics-item a:hover .topics-item-img,
  .topics-items .topics-item a:hover .topics-item-txt,
  .topics-items .topics-item a:hover .topics-item-cat-time,
  .topics-items .topics-item a:hover .topics-item-ttl {
    opacity: 0.7;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
}
@media print, screen and (min-width: 768px) {
  .topics-items .topics-item:nth-child(3n) {
    margin-right: 0;
  }

  .topics-item-img {
    position: relative;
    margin-bottom: 16px;
    position: relative;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .topics-item-img img {
    z-index: 2;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }

  .topics-item-ttl {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 16px;
    height: 3em;
    overflow: hidden;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }

  .topics-item-cat-time {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }

  .topics-item-cat {
    height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0;
  }
  .topics-item-cat span {
    position: relative;
    top: -1px;
  }

  .topics-item-time {
    height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #000;
    margin-left: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .topics-item-time {
    margin-left: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .topics-item-time span {
    position: relative;
    top: 0px;
  }

  .topics-item-txt {
    display: block;
    margin-top: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 500;
    color: #000;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
}
.bl-news-items {
  padding-top: 13.33333vw;
}

/* news-items */
.news-tab-link-items {
  width: 69.33333vw;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin: -1.33333vw auto 2.66667vw;
}
.news-tab-link-items li {
  width: 30.66667vw;
}
.news-tab-link-items li a {
  display: block;
  padding: 7px;
  font-size: 2.66667vw;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  height: 10.66667vw;
  background: #011056;
  color: #77849a;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  position: relative;
}
.news-tab-link-items li a::after {
  display: block;
  display: none;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -3px;
  content: "";
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #011056 transparent transparent transparent;
}
.news-tab-link-items li.state-active a {
  background: #00a2ff;
  color: #fff;
}
.news-tab-link-items li.state-active a::after {
  display: block;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -3px;
  content: "";
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #00a2ff transparent transparent transparent;
}
.news-tab-link-items li.state-active a:hover {
  opacity: 1 !important;
}

.news-tab-con-item {
  display: none;
}
.news-tab-con-item.state-active {
  display: block;
}

.news-items {
  width: 94.66667vw;
  margin: 0 auto 6vw;
}
.news-items .news-item a {
  display: block;
  padding: 4vw 0;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.news-item-inner {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  display: block;
}

.news-item-time-cat {
  width: 21.33333vw;
  width: 100%;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-left;
  -moz-justify-content: flex-left;
  -ms-justify-content: flex-left;
  -o-justify-content: flex-left;
  justify-content: flex-left;
  padding: 0 1.33333vw;
  margin-bottom: 1.33333vw;
}

.news-item-time {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  margin-right: 2.66667vw;
}
.news-item-time .icon-new {
  color: #ff0581;
  margin-left: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

.news-item-ttl {
  width: 72vw;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 0 1.33333vw;
}

.news-item-txt-no {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 10.66667vw 0;
  text-align: center;
}

.news-item-cat {
  width: 22.66667vw;
  width: 74px;
  width: auto;
  padding: 0 4px;
  letter-spacing: 0;
  height: 16px;
  overflow: hidden;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  text-align: center;
  color: #0325c3;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  border: 1px solid #0325c3;
  margin-top: -1.33333vw;
}
@media print, screen and (min-width: 340px) {
  .news-item-cat {
    width: 85px;
    width: auto;
    padding: 0 10px;
    letter-spacing: 0.04em;
  }
}

.topics-detail-cat {
  width: auto;
  padding: 0.53333vw 8px 0.8vw;
  letter-spacing: 0;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  color: #0325c3;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  border: 1px solid #0325c3;
  position: relative;
  top: 2.4vw;
}
@media print, screen and (min-width: 340px) {
  .topics-detail-cat {
    top: 2vw;
  }
}

@media print, screen and (min-width: 768px) {
  .bl-news-items {
    padding-top: 80px;
  }

  .news-tab-link-items {
    width: 40.625vw;
    margin: -7.03125vw auto 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .news-tab-link-items {
    width: 520px;
    margin: -90px auto 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .news-tab-link-items li {
    width: 17.96875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .news-tab-link-items li {
    width: 230px;
  }
}
@media print, screen and (min-width: 768px) {
  .news-tab-link-items li a {
    font-size: 1.5625vw;
    height: 5.3125vw;
    -webkit-transition: color 0.3s ease-out, background 0.3s ease-out;
    -moz-transition: color 0.3s ease-out, background 0.3s ease-out;
    -ms-transition: color 0.3s ease-out, background 0.3s ease-out;
    -o-transition: color 0.3s ease-out, background 0.3s ease-out;
    transition: color 0.3s ease-out, background 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .news-tab-link-items li a {
    font-size: 20px;
    height: 68px;
  }
}
@media print, screen and (min-width: 768px) {
  .news-tab-link-items li a::after {
    display: block;
    display: none;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -8px;
    content: "";
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 16px 0 16px;
    border-color: #011056 transparent transparent transparent;
  }
  .news-tab-link-items li a:hover {
    background: #00a2ff !important;
    color: #fff !important;
    -webkit-transition: color 0.2s ease-out, background 0.2s ease-out;
    -moz-transition: color 0.2s ease-out, background 0.2s ease-out;
    -ms-transition: color 0.2s ease-out, background 0.2s ease-out;
    -o-transition: color 0.2s ease-out, background 0.2s ease-out;
    transition: color 0.2s ease-out, background 0.2s ease-out;
  }
  .news-tab-link-items li.state-active a {
    background: #00a2ff;
    color: #fff;
  }
  .news-tab-link-items li.state-active a::after {
    display: block;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -8px;
    content: "";
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 16px 0 16px;
    border-color: #00a2ff transparent transparent transparent;
  }
  .news-tab-link-items li.state-active a:hover {
    opacity: 1 !important;
  }

  .news-items {
    width: 89.06%;
    max-width: 1140px;
    margin: -20px auto 60px;
  }
  .news-items .news-item a {
    padding: 30px 30px 30px 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .news-items .news-item a {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .news-items .news-item a:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
}

@media print, screen and (min-width: 768px) {
  .news-item-inner {
    display: table;
    width: 100%;
  }

  .news-item-time-cat {
    width: 230px;
    display: table-cell;
    padding: 0 0;
    margin-bottom: 0;
  }

  .news-item-time {
    font-size: 16px;
    margin-bottom: 0;
    position: relative;
    top: 1px;
    width: 100%;
    display: block;
    line-height: 1.6;
    margin-right: 0;
  }
  .news-item-time .icon-new {
    font-size: 18px;
  }

  .topics-detail-cat,
  .news-item-cat {
    width: auto;
    padding: 3px 10px 0;
    letter-spacing: 0;
    height: 24px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    color: #0325c3;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0;
    border: 1px solid #0325c3;
    margin-top: 5px;
  }

  .news-item-ttl {
    display: table-cell;
    vertical-align: top;
    width: auto;
    padding-top: 3px;
    font-size: 18px;
    line-height: 1.6;
  }

  .news-item-txt-no {
    padding-top: 30px 0 30px;
    font-size: 18px;
    line-height: 1.6;
  }
}
.index-news-layout .btn-txt-arrow {
  display: none;
}

@media screen and (min-width: 1024px) {
  .index-news-layout {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    width: 89.06%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .index-news-layout {
    width: 1140px;
  }
}
@media screen and (min-width: 1024px) {
  .index-news-layout .news-items {
    width: 100%;
    margin: 0 0 0;
  }
  .index-news-layout .btn-txt-arrow {
    display: block;
  }
  .index-news-layout .btn-round {
    display: none;
  }
  .index-news-layout .sec-ttl-en-ja {
    margin: 0 auto 35px;
  }

  .index-news-layout-l {
    width: 250px;
  }

  .index-news-layout-r {
    width: 59.375vw;
    margin: 0 0 0;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .index-news-layout-r {
    width: 760px;
  }
}

@media print, screen and (min-width: 768px) {
  .bl-index-topics-notice {
    padding-bottom: 37.5vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .bl-index-topics-notice {
    padding-bottom: 480px;
  }
}

@media print, screen and (min-width: 768px) {
  .index-topics-notice-ttl {
    font-size: 18px;
    font-size: 1.8rem;
    width: 89.06%;
    max-width: 1140px;
    top: 12.5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .index-topics-notice-item-ttl {
    font-size: 2.8125vw;
    font-size: 36px;
    font-size: 3.6rem;
    bottom: 10.15625vw;
    line-height: 1.3;
    width: 89.06%;
    max-width: 1140px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .index-topics-notice-item-ttl {
    font-size: 36px;
    font-size: 3.6rem;
    bottom: 22.92%;
  }
}

@media print, screen and (min-width: 768px) {
  .index-topics-notice-item-cat-time {
    width: 89.06%;
    bottom: 3.90625vw;
    max-width: 1140px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .index-topics-notice-item-cat-time {
    bottom: 10.42%;
  }
}

@media print, screen and (min-width: 768px) {
  .index-topics-notice-item-cat {
    padding: 0 15px;
    height: 28px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 20px;
  }
  .index-topics-notice-item-cat span {
    position: relative;
    top: -1px;
  }

  .index-topics-notice-item-time {
    height: 28px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* topics */
.topics-index-swiper {
  position: relative;
  padding-bottom: 10.66667vw;
  background: #0023c3;
}

.topics-notice-slider-item {
  position: relative;
  padding-bottom: 75.34%;
}
.topics-notice-slider-item a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.topics-notice-slider-item a::after {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0324c3+0,0324c3+100&0.1+0,1+97 */
  background: -moz-linear-gradient(top, rgba(3, 36, 195, 0.1) 0%, rgba(3, 36, 195, 0.8) 90%, rgba(3, 36, 195, 0.9) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(3, 36, 195, 0.1) 0%, rgba(3, 36, 195, 0.8) 90%, rgba(3, 36, 195, 0.9) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(3, 36, 195, 0.1) 0%, rgba(3, 36, 195, 0.8) 90%, rgba(3, 36, 195, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a0324c3', endColorstr='#0324c3',GradientType=0 );
  /* IE6-9 */
  z-index: 2;
}

.topics-notice-slider-ttl {
  position: absolute;
  z-index: 10;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  top: 8.5%;
  left: 6.67%;
}

.topics-notice-slider-item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.topics-notice-slider-item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.topics-notice-slider-item-ttl {
  position: absolute;
  z-index: 4;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 500;
  color: #fff;
  width: 86.66%;
  bottom: 24.78%;
  left: 6.67%;
}

.topics-notice-slider-item-txt {
  display: none;
}

.topics-notice-slider-item-cat-time {
  position: absolute;
  z-index: 4;
  width: 86.66%;
  bottom: 4.43%;
  left: 6.67%;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}

.topics-notice-slider-item-cat {
  width: 90px;
  width: auto;
  padding: 0 10px;
  height: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  text-align: center;
  background: #000;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
}
.topics-notice-slider-item-cat.type-interview {
  background: #f56565;
}

.topics-notice-slider-item-time {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  height: 20px;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  margin-left: 16px;
  color: #fff;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  text-shadow: #0023c3 1px 1px 0, #0023c3 -1px -1px 0, #0023c3 -1px 1px 0, #0023c3 1px -1px 0;
}

@media print, screen and (min-width: 768px) {
  .bl-topics-notice-slider {
    padding-top: 45px;
    padding-bottom: 0;
  }

  .topics-index-swiper {
    position: relative;
    padding-top: 45px;
    padding-bottom: 70px;
  }

  .topics-notice-slider-item {
    width: 100%;
    padding-bottom: 0;
    height: 360px;
    margin: 0 auto;
    text-align: left;
  }
  .topics-notice-slider-item a {
    background: #fff;
    padding: 30px;
    position: relative;
    display: table;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
  }
  .topics-notice-slider-item a::after {
    display: none;
  }

  #jsTopicsIndexSwiper .swiper-container {
    width: 680px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  #jsTopicsIndexSwiper .swiper-container {
    width: 920px;
  }
}
@media print, screen and (min-width: 768px) {
  #jsTopicsIndexSwiper .swiper-slide {
    width: 680px;
    padding: 0 10px;
    height: 360px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  #jsTopicsIndexSwiper .swiper-slide {
    width: 920px;
  }
}

@media print, screen and (min-width: 768px) {
  .topics-notice-slider-ttl {
    position: absolute;
    z-index: 10;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    top: 8.5%;
    left: 6.67%;
  }

  .topics-notice-slider-item-img {
    position: absolute;
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    width: 345px;
    padding-right: 25px;
    height: 296px;
    z-index: 1;
    display: table-cell;
    vertical-align: top;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .topics-notice-slider-item-img {
    width: 510px;
    padding-right: 34px;
  }
}
@media print, screen and (min-width: 768px) {
  .topics-notice-slider-item-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    position: static;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }

  .topics-notice-slider-item-con {
    display: table-cell;
    vertical-align: top;
    width: 255px;
    position: relative;
    height: 296px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .topics-notice-slider-item-con {
    width: 340px;
  }
}

@media print, screen and (min-width: 768px) {
  .topics-notice-slider-item-ttl {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    top: 16.9%;
    font-weight: 500;
    color: #000;
    width: 100%;
    left: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .topics-notice-slider-item-ttl {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    top: 25.34%;
  }
}

@media print, screen and (min-width: 768px) {
  .topics-notice-slider-item-txt {
    display: block;
    position: absolute;
    z-index: 4;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 500;
    color: #000;
    width: 100%;
    top: 57.44%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .topics-notice-slider-item-txt {
    top: 60.82%;
  }
}

@media print, screen and (min-width: 768px) {
  .topics-notice-slider-item-cat-time {
    width: 100%;
    top: 3.38%;
    left: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .topics-notice-slider-item-cat-time {
    top: 6.76%;
  }
}

@media print, screen and (min-width: 768px) {
  .topics-notice-slider-item-cat {
    height: 26px;
    padding: 0 10px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    border-radius: 13px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .topics-notice-slider-item-cat.type-interview {
    background: #f56565;
  }

  .topics-notice-slider-item-time {
    height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    color: #000;
    text-shadow: none;
    margin-right: 20px;
  }
}
/* topics detail */
.topics-detail {
  padding-bottom: 14.66667vw;
  padding-bottom: 0;
}

.topics-detail-kv {
  margin-bottom: 8vw;
}

.topics-detail-con {
  width: 92vw;
  margin: 0 auto 13.33333vw;
}
.topics-detail-con a.jsPageLink {
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .topics-detail-con a.jsPageLink:hover {
    text-decoration: none;
  }
}

.topics-detail-time-sns {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  padding-top: 2.66667vw;
  margin-bottom: 2.66667vw;
}

.topics-detail-time-cat {
  width: 70%;
}

.topics-detail-time {
  display: inline-block;
  margin-right: 2vw;
  position: relative;
  top: 1.06667vw;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}

.topics-detail-sns-items {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.topics-detail-sns-items li {
  margin-left: 0.66667vw;
}
.topics-detail-sns-items li.type-heart {
  width: auto;
}
.topics-detail-sns-items li.type-facebook {
  width: auto;
}
.topics-detail-sns-items li.type-twitter {
  width: auto;
}
.topics-detail-sns-items li a {
  display: block;
  height: 30px;
  padding: 0 5px;
}
.topics-detail-sns-items li a img {
  position: relative;
  top: 7px;
  width: auto;
  height: 16px;
}

.topics-detail-ttl {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 5.33333vw;
}

.topics-detail-ttl-sub {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 5.33333vw;
}

.topics-detail-body {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 8vw;
}
.topics-detail-body p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 5.33333vw;
}
.topics-detail-body p:last-child {
  margin-bottom: 0;
}
.topics-detail-body h1,
.topics-detail-body h2,
.topics-detail-body h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 5.33333vw;
}
.topics-detail-body h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 4vw;
}
.topics-detail-body h6,
.topics-detail-body h5 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 4vw;
}
.topics-detail-body strong {
  font-weight: 700;
}
.topics-detail-body em {
  font-style: italic;
}
.topics-detail-body ol,
.topics-detail-body ul {
  margin-bottom: 8vw;
}
.topics-detail-body ol li,
.topics-detail-body ul li {
  margin-bottom: 2.13333vw;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  padding-left: 2em;
}
.topics-detail-body ol li:last-child,
.topics-detail-body ul li:last-child {
  margin-bottom: 0;
}
.topics-detail-body ol li::after,
.topics-detail-body ul li::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "・";
  z-index: 1;
  width: 1.6em;
  text-align: right;
}
.topics-detail-body ol li:nth-child(1)::after {
  content: "1.";
}
.topics-detail-body ol li:nth-child(2)::after {
  content: "2.";
}
.topics-detail-body ol li:nth-child(3)::after {
  content: "3.";
}
.topics-detail-body ol li:nth-child(4)::after {
  content: "4.";
}
.topics-detail-body ol li:nth-child(5)::after {
  content: "5.";
}
.topics-detail-body ol li:nth-child(6)::after {
  content: "6.";
}
.topics-detail-body ol li:nth-child(7)::after {
  content: "7.";
}
.topics-detail-body ol li:nth-child(8)::after {
  content: "8.";
}
.topics-detail-body ol li:nth-child(9)::after {
  content: "9.";
}
.topics-detail-body ol li:nth-child(10)::after {
  content: "10.";
}
.topics-detail-body ol li:nth-child(11)::after {
  content: "11.";
}
.topics-detail-body ol li:nth-child(12)::after {
  content: "12.";
}
.topics-detail-body ol li:nth-child(13)::after {
  content: "13.";
}
.topics-detail-body ol li:nth-child(14)::after {
  content: "14.";
}
.topics-detail-body ol li:nth-child(15)::after {
  content: "15.";
}
.topics-detail-body ol li:nth-child(16)::after {
  content: "16.";
}
.topics-detail-body ol li:nth-child(17)::after {
  content: "17.";
}
.topics-detail-body ol li:nth-child(18)::after {
  content: "18.";
}
.topics-detail-body ol li:nth-child(19)::after {
  content: "19.";
}
.topics-detail-body ol li:nth-child(20)::after {
  content: "20.";
}
.topics-detail-body ol li:nth-child(21)::after {
  content: "21.";
}
.topics-detail-body ol li:nth-child(22)::after {
  content: "22.";
}
.topics-detail-body ol li:nth-child(23)::after {
  content: "23.";
}
.topics-detail-body ol li:nth-child(24)::after {
  content: "24.";
}
.topics-detail-body ol li:nth-child(25)::after {
  content: "25.";
}
.topics-detail-body ol li:nth-child(26)::after {
  content: "26.";
}
.topics-detail-body ol li:nth-child(27)::after {
  content: "27.";
}
.topics-detail-body ol li:nth-child(28)::after {
  content: "28.";
}
.topics-detail-body ol li:nth-child(29)::after {
  content: "29.";
}
.topics-detail-body ol li:nth-child(30)::after {
  content: "30.";
}
.topics-detail-body table {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-bottom: 8vw;
}
.topics-detail-body table th, .topics-detail-body table td {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 6px 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.topics-detail-body table th {
  font-weight: 700;
}

.topics-detail-movie {
  margin-bottom: 6.66667vw;
}

.topics-detail-movie-inner {
  padding-bottom: 56.25%;
  position: relative;
}
.topics-detail-movie-inner iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.topics-detail-img-items .topics-detail-img-item {
  margin-bottom: 6.66667vw;
}
.topics-detail-img-items .topics-detail-img-item:last-child {
  margin-bottom: 0;
}

.topics-detail-next-prev {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  width: 92vw;
  margin: 0 auto;
  padding-bottom: 60px;
}

.topics-detail-link-next-prev {
  width: 40vw;
  position: relative;
}
.topics-detail-link-next-prev div,
.topics-detail-link-next-prev a {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.4;
  position: relative;
  display: block;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.topics-detail-link-next-prev div i,
.topics-detail-link-next-prev a i {
  display: block;
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.topics-detail-link-next-prev.type-prev div,
.topics-detail-link-next-prev.type-prev a {
  padding-left: 20px;
}
.topics-detail-link-next-prev.type-prev div i,
.topics-detail-link-next-prev.type-prev a i {
  left: 0;
  background: url(../img/common/icon-arr-w-l.svg) 0 0 no-repeat #0023c3;
  background-size: 100% auto;
}
.topics-detail-link-next-prev.type-next div,
.topics-detail-link-next-prev.type-next a {
  padding-right: 20px;
}
.topics-detail-link-next-prev.type-next div i,
.topics-detail-link-next-prev.type-next a i {
  right: 0;
  background: url(../img/common/icon-arr-w-r.svg) 0 0 no-repeat #0023c3;
  background-size: 100% auto;
}

.topics-detail-link-back {
  position: relative;
  width: 12vw;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  -webkit-transform: translateY(120%);
  -moz-transform: translateY(120%);
  -ms-transform: translateY(120%);
  -o-transform: translateY(120%);
  transform: translateY(120%);
}
.topics-detail-link-back a {
  display: block;
  text-align: center;
}
.topics-detail-link-back a i {
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/common/icon-btn-back.svg) 0 0 no-repeat;
  margin: 0 auto 10px;
}
.topics-detail-link-back a span {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  color: #0023c3;
  position: relative;
  width: 140%;
  left: -20%;
  letter-spacing: -0.04em;
  transform-origin: center 100%;
  transform: scale(0.9);
}

@media print, screen and (min-width: 768px) {
  .topics-detail {
    padding-top: 55px;
    padding-bottom: 0;
    width: 95.6%;
    max-width: 870px;
    margin: 0 auto;
  }

  .topics-detail-kv {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 55px;
  }

  .topics-detail-con {
    width: 100%;
    margin-bottom: 120px;
  }

  .topics-detail-time-sns {
    padding-top: 0;
    margin-bottom: 2.66667vw;
  }

  .topics-detail-time {
    top: -7px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 20px;
  }

  .topics-detail-cat {
    width: auto;
    padding: 4px 8px 5px;
    letter-spacing: 0;
    color: #0325c3;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0;
    top: -1px;
  }

  .topics-detail-sns-items li {
    margin-left: 15px;
  }
  .topics-detail-sns-items li.type-heart {
    width: auto;
  }
  .topics-detail-sns-items li.type-facebook {
    width: auto;
  }
  .topics-detail-sns-items li.type-twitter {
    width: auto;
  }
  .topics-detail-sns-items li a {
    display: block;
    height: 20px;
    padding: 0 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .topics-detail-sns-items li a img {
    position: relative;
    top: 0;
    width: auto;
    height: 14px;
    height: 20px;
  }
  .topics-detail-sns-items li a:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }

  .topics-detail-ttl {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.4;
    margin-bottom: 30px;
  }

  .topics-detail-ttl-sub {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 50px;
  }

  .topics-detail-body {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 50px;
  }
  .topics-detail-body p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  .topics-detail-body h1,
  .topics-detail-body h2,
  .topics-detail-body h3 {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 25px;
  }
  .topics-detail-body h4 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 25px;
  }
  .topics-detail-body h6,
  .topics-detail-body h5 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 25px;
  }
  .topics-detail-body ol,
  .topics-detail-body ul {
    margin-bottom: 50px;
  }
  .topics-detail-body ol li,
  .topics-detail-body ul li {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .topics-detail-body table {
    margin-bottom: 50px;
  }
  .topics-detail-body table th, .topics-detail-body table td {
    padding: 10px 14px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .topics-detail-movie {
    margin-bottom: 60px;
  }

  .topics-detail-img-items .topics-detail-img-item {
    margin-bottom: 60px;
  }

  .topics-detail-next-prev {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
  }

  .topics-detail-link-next-prev {
    width: 265px;
    width: 290px;
  }
  .topics-detail-link-next-prev div,
  .topics-detail-link-next-prev a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    position: relative;
  }
  .topics-detail-link-next-prev div span,
  .topics-detail-link-next-prev a span {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .topics-detail-link-next-prev div i,
  .topics-detail-link-next-prev a i {
    width: 24px;
    height: 24px;
    margin-top: -12px;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
  .topics-detail-link-next-prev a:hover span {
    opacity: 0.6;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .topics-detail-link-next-prev.type-prev div,
  .topics-detail-link-next-prev.type-prev a {
    padding-left: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .topics-detail-link-next-prev.type-prev a:hover i {
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    -webkit-transform: translateX(-3px);
    -moz-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    -o-transform: translateX(-3px);
    transform: translateX(-3px);
  }
}
@media print, screen and (min-width: 768px) {
  .topics-detail-link-next-prev.type-next div,
  .topics-detail-link-next-prev.type-next a {
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .topics-detail-link-next-prev.type-next a:hover i {
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px);
  }
}

@media print, screen and (min-width: 768px) {
  .topics-detail-link-back {
    width: 66px;
    font-size: 10px;
    font-size: 1rem;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .topics-detail-link-back a i {
    width: 42px;
    height: 42px;
    margin: 0 auto 10px;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
  .topics-detail-link-back a span {
    font-size: 10px;
    font-size: 1rem;
    width: 100%;
    left: 0;
    letter-spacing: -0.04em;
    transform-origin: center 100%;
    transform: scale(1);
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .topics-detail-link-back a:hover i {
    -webkit-transition: transform 0.2s 0s ease-out;
    -moz-transition: transform 0.2s 0s ease-out;
    -ms-transition: transform 0.2s 0s ease-out;
    -o-transition: transform 0.2s 0s ease-out;
    transition: transform 0.2s 0s ease-out;
    transform: scale(1.1) rotate(90deg) translateX(-3px);
  }
  .topics-detail-link-back a:hover span {
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transform: scale(1.2) translateY(3px);
  }
}

/* sitemap */
.sitemap-items {
  width: 81.33333vw;
  margin: 0 auto;
}
.sitemap-items .sitemap-item-link-items {
  padding-bottom: 4vw;
}
.sitemap-items .sitemap-item-link-items:last-child {
  padding-bottom: 0;
}

.sitemap-item-link-items li {
  margin-bottom: 8vw;
}
.sitemap-item-link-items li div span {
  display: block;
  font-size: 4.93333vw;
  font-weight: 500;
  position: relative;
  padding-left: 28px;
}
.sitemap-item-link-items li div span::after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 2.66667vw;
  width: 1.06667vw;
  height: 5.33333vw;
  margin-top: -2.4vw;
  z-index: 1;
  background: #f6432c;
}
.sitemap-item-link-items li div a {
  color: #0023C3;
  font-size: 4.93333vw;
  font-weight: 500;
  position: relative;
  padding: 10px 0 10px 36px;
  display: block;
}
.sitemap-item-link-items li div a i {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.sitemap-item-link-items li div a i::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0023c3;
  content: "";
  z-index: 0;
}
.sitemap-item-link-items li div a i::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/icon-arr-w-r.svg) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  z-index: 1;
}
.sitemap-item-link-items li ul {
  padding: 5.33333vw 0 0;
}
.sitemap-item-link-items li ul li {
  margin-bottom: 4.66667vw;
}
.sitemap-item-link-items li ul li:last-child {
  margin-bottom: 0;
}
.sitemap-item-link-items li ul li a {
  display: block;
  font-size: 4vw;
  color: #191919;
  position: relative;
  padding-left: 28px;
  padding: 10px 0 10px 28px;
}
.sitemap-item-link-items li ul li a i {
  display: block;
  position: absolute;
  top: 50%;
  left: -4px;
  width: 32px;
  height: 32px;
  margin-top: -15px;
}
.sitemap-item-link-items li ul li a i::after {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(../img/common/icon-arr-b.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

@media print, screen and (min-width: 768px) {
  .sitemap-items {
    margin: 0 auto;
    width: 89.06%;
    width: 93.75%;
    max-width: 1140px;
    max-width: 900px;
    margin: 0 auto 0;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .sitemap-items .sitemap-item {
    width: 46%;
    width: 33%;
  }
  .sitemap-items .sitemap-item:nth-child(1) {
    width: 25%;
  }
  .sitemap-items .sitemap-item:nth-child(2) {
    width: 32%;
    padding-right: 1.6em;
  }
  .sitemap-items .sitemap-item:nth-child(3) {
    width: 43%;
  }
  .sitemap-items .sitemap-item-link-items {
    padding-bottom: 0;
  }
  .sitemap-items .sitemap-item-link-items:last-child {
    padding-bottom: 0;
  }

  .sitemap-item-link-items li {
    margin-bottom: 40px;
  }
  .sitemap-item-link-items li div span {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 26px;
  }
  .sitemap-item-link-items li div span::after {
    left: 8px;
    width: 6px;
    height: 32px;
    margin-top: -14px;
  }
  .sitemap-item-link-items li div a {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
    padding: 5px 0 5px 36px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .sitemap-item-link-items li div a {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .sitemap-item-link-items li div a {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .sitemap-item-link-items li div a:hover {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0.7;
  }
  .sitemap-item-link-items li div a:hover i {
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    -webkit-transform: translateX(2px);
    -moz-transform: translateX(2px);
    -ms-transform: translateX(2px);
    -o-transform: translateX(2px);
    transform: translateX(2px);
  }
}
@media print, screen and (min-width: 768px) {
  .sitemap-item-link-items li div a i {
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
  .sitemap-item-link-items li ul {
    padding: 25px 0 20px;
  }
  .sitemap-item-link-items li ul li {
    margin-bottom: 12px;
  }
  .sitemap-item-link-items li ul li:last-child {
    margin-bottom: 0;
  }
  .sitemap-item-link-items li ul li a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4 !important;
    padding: 5px 0 5px 28px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .sitemap-item-link-items li ul li a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .sitemap-item-link-items li ul li a {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .sitemap-item-link-items li ul li a:hover {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0.7;
  }
  .sitemap-item-link-items li ul li a:hover i {
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    -webkit-transform: translateX(2px);
    -moz-transform: translateX(2px);
    -ms-transform: translateX(2px);
    -o-transform: translateX(2px);
    transform: translateX(2px);
  }
}
@media print, screen and (min-width: 768px) {
  .sitemap-item-link-items li ul li a i {
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
}
/* privacy */
.section-items {
  width: 86.66667vw;
  margin: 0 auto;
}
.page-about .section-items {
  width: 90.66667vw;
}
.section-items .section-item {
  margin-bottom: 10.66667vw;
}
.page-about .section-items .section-item {
  margin-bottom: 13.33333vw;
}
.section-items .section-item:last-child {
  margin-bottom: 0;
}

.section-item-txts .section-item-txt {
  margin-bottom: 4vw;
}
.section-item-txts .section-item-txt:last-child {
  margin-bottom: 0;
}

.section-item-txt {
  font-size: 4vw;
  line-height: 1.6;
}

.section-item-ttl {
  font-size: 5.6vw;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 3.33333vw;
}

@media print, screen and (min-width: 768px) {
  .section-items {
    width: 90.9%;
    max-width: 1000px;
    margin: 0 auto 0;
  }
  .page-about .section-items {
    width: 89.06%;
    max-width: 1140px;
  }
  .section-items .section-item {
    margin-bottom: 80px;
  }
  .page-about .section-items .section-item {
    margin-bottom: 100px;
  }
  .section-items .section-item:last-child {
    margin-bottom: 0;
  }

  .section-item-txts .section-item-txt {
    margin-bottom: 20px;
  }
  .section-item-txts .section-item-txt:last-child {
    margin-bottom: 0;
  }

  .section-item-txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .section-item-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 768px) {
  .section-item-ttl {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.6;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .section-item-ttl {
    font-size: 30px;
    font-size: 3rem;
  }
}

/****************************************************
playspot
****************************************************/
/* index */
.playspot-area-items {
  width: 86.66667vw;
  margin: 13.33333vw auto 13.33333vw;
}
.playspot-area-items.type-top-news {
  margin: 6.66667vw auto 13.33333vw;
}
.playspot-area-items .playspot-area-item {
  margin-bottom: 13.33333vw;
}
.playspot-area-items .playspot-area-item:last-child {
  margin-bottom: 0;
}

.playspot-area-item-ttl {
  margin-bottom: 4vw;
  font-size: 4vw;
  font-weight: 500;
  padding-bottom: 4vw;
  position: relative;
}
.playspot-area-item-ttl::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 8vw;
  height: 1px;
  background: #191919;
  content: "";
  z-index: 1;
}

.playspot-area-item .playspot-area-item-con {
  border: 1px solid #B9B9B9;
  padding: 4.66667vw 0 6.66667vw;
  margin-bottom: 5.33333vw;
}
.playspot-area-item .playspot-area-item-con:last-child {
  margin-bottom: 0;
}
.playspot-area-item .playspot-area-item-con .btn-round {
  margin-top: 6.66667vw;
}

.playspot-area-item-con-inner {
  width: 78.93333vw;
  margin: 0 auto 0;
}

.playspot-area-item-con-shop {
  font-size: 3.2vw;
  line-height: 1.6;
  margin-bottom: 2.66667vw;
  font-weight: 500;
}

.playspot-area-item-con-txt {
  font-size: 3.2vw;
  line-height: 1.6;
}

.playspot-area-item-con-l {
  margin-bottom: 4vw;
}

.playspot-area-item-con-r .link-txt-arrow {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}

.playspot-area-item-con-map {
  position: relative;
  padding-bottom: 37.17%;
  margin-bottom: 4vw;
}
.playspot-area-item-con-map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.playspot-area-myshop {
  margin: -4.8vw 0 0 3.86667vw;
  text-align: left;
  width: 40%;
}
.playspot-area-myshop.state-active {
  position: relative;
}
.playspot-area-myshop.state-active::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  content: "";
  z-index: 2;
}
.playspot-area-myshop.state-active a {
  border: 1px solid #0623C3;
  background: #0623C3;
  color: #fff;
}
.playspot-area-myshop a {
  position: relative;
  z-index: 1;
  display: inline-block;
  border: 1px solid #0623C3;
  font-size: 2.13333vw;
  text-align: center;
  color: #0623C3;
  padding: 8px 14px;
}

@media print, screen and (min-width: 768px) {
  .playspot-area-items {
    margin: 80px auto 100px;
    width: 89.06%;
    max-width: 1140px;
  }
  .playspot-area-items.type-top-news {
    margin: 40px auto 100px;
  }
  .playspot-area-items .playspot-area-item {
    margin-bottom: 100px;
  }
  .playspot-area-items .playspot-area-item:last-child {
    margin-bottom: 0;
  }

  .playspot-area-item-ttl {
    margin-bottom: 30px;
    font-size: 30px;
    font-size: 3rem;
    padding-bottom: 32px;
  }
  .playspot-area-item-ttl::after {
    width: 60px;
  }

  .playspot-area-item .playspot-area-item-con {
    border: 1px solid #B9B9B9;
    padding: 25px 0 40px;
    margin-bottom: 50px;
  }
  .playspot-area-item .playspot-area-item-con:last-child {
    margin-bottom: 0;
  }
  .playspot-area-item .playspot-area-item-con .btn-round {
    margin-top: 30px;
  }

  .playspot-area-item-con-inner {
    width: 94.73%;
    margin: 0 auto 0;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }

  .playspot-area-item-con-l {
    width: 46.29%;
  }

  .playspot-area-item-con-r {
    width: 50.92%;
  }

  .playspot-area-item-con-shop {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    margin-bottom: 25px;
  }

  .playspot-area-item-con-txt {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4;
  }

  .playspot-area-item-con-l {
    margin-bottom: 4vw;
  }

  .playspot-area-item-con-map {
    padding-bottom: 43.64%;
    margin-bottom: 12px;
  }

  .playspot-area-myshop {
    width: 200px;
    margin: -30px 0 0 35px;
    text-align: left;
  }
  .playspot-area-myshop a {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 8px 14px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .playspot-area-myshop a {
    -webkit-transition: background 0.3s ease-out, color 0.3s ease-out;
    -moz-transition: background 0.3s ease-out, color 0.3s ease-out;
    -ms-transition: background 0.3s ease-out, color 0.3s ease-out;
    -o-transition: background 0.3s ease-out, color 0.3s ease-out;
    transition: background 0.3s ease-out, color 0.3s ease-out;
  }
  .playspot-area-myshop a:hover {
    -webkit-transition: background 0.2s ease-out, color 0.2s ease-out;
    -moz-transition: background 0.2s ease-out, color 0.2s ease-out;
    -ms-transition: background 0.2s ease-out, color 0.2s ease-out;
    -o-transition: background 0.2s ease-out, color 0.2s ease-out;
    transition: background 0.2s ease-out, color 0.2s ease-out;
    background: #0623C3;
    color: #fff;
  }
}

/* playspot new */
.playspot-kv-movie {
  position: relative;
  padding-bottom: 114.67%;
  overflow: hidden;
  background: url(../img/playspot/movie-bg-sp.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  pointer-events: none;
}
.playspot-kv-movie img,
.playspot-kv-movie video {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.playspot-kv-movie iframe {
  overflow: hidden;
  position: absolute;
  width: 120% !important;
  height: 200vh !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  display: none;
}

.playspot-kv-movie-logo {
  width: 26.66667vw;
  height: 26.66667vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}

.playspot-news-twitter {
  padding-top: 10.66667vw;
  margin-bottom: 10.66667vw;
}

.playspot-twitter-con {
  width: 86.66667vw;
  width: 91.46667vw;
  margin: -2.66667vw auto 0;
  border: 1px solid #D2D2D2;
  padding: 4vw 1.33333vw;
}

.playspot-twitter-con-inner {
  height: 300px;
  overflow: auto;
}

.bl-playspot-system {
  width: 86.66667vw;
  width: 91.46667vw;
  margin: 0 auto;
  color: #fff;
}

.playspot-system-ttl {
  font-size: 4vw;
  border-bottom: 1px solid #fff;
  padding-bottom: 4vw;
  margin-bottom: 8vw;
  font-weight: 700;
}

.playspot-system-ttl-s {
  font-size: 3.73333vw;
  margin-bottom: 5.33333vw;
  font-weight: 700;
}

.playspot-system-first {
  background: #fff;
  padding: 5.33333vw 5.33333vw;
  margin-bottom: 8vw;
}
.playspot-system-first p {
  color: #000;
  line-height: 1.6;
  font-size: 3.73333vw;
  margin-bottom: 5.33333vw;
}
.playspot-system-first p:last-child {
  margin-bottom: 0;
}
.playspot-system-first p span {
  position: relative;
  left: -0.5em;
  display: inline-block;
  margin-bottom: 1.33333vw;
}

.playspot-system-menu-ttl {
  font-size: 3.73333vw;
  font-weight: 700;
  margin-bottom: 4vw;
}

.playspot-system-items {
  width: 86.66667vw;
  margin: 0 auto 10.66667vw;
}
.playspot-system-items .playspot-system-item {
  margin-bottom: 6.66667vw;
  padding-bottom: 6.66667vw;
  border-bottom: 1px solid #636BE6;
}
.playspot-system-items .playspot-system-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.playspot-system-items .playspot-system-item.type-img .playspot-system-item-img {
  margin-bottom: 6.66667vw;
}
.playspot-system-items .playspot-system-item.type-img .playspot-system-item-img:last-child {
  margin-bottom: 0;
}

.playspot-system-item-con {
  margin-bottom: 4vw;
}

.playspot-system-item-ttl-sub {
  font-size: 3.2vw;
  margin-bottom: 5.33333vw;
  padding: 3px 8px 4px;
  background: #fff;
  color: #1722C4;
  display: inline-block;
}

.playspot-system-item-ttl {
  font-weight: 700;
  font-size: 4.26667vw;
  margin-bottom: 2.66667vw;
}
.playspot-system-item-ttl.type-parentheses {
  position: relative;
  left: -0.4em;
}

.playspot-system-item-price {
  font-weight: 700;
  font-size: 4.8vw;
  margin-bottom: 4vw;
}

.playspot-system-item-time {
  font-size: 3.73333vw;
  margin-bottom: 5.33333vw;
}

.playspot-system-item-txt {
  font-size: 3.73333vw;
  line-height: 1.6;
}

.playspot-system-inner {
  width: 86.66667vw;
  margin: 0 auto 13.33333vw;
}

.playspot-system-menu-layout-l {
  margin-bottom: 10.66667vw;
}

.playspot-system-menu-items .playspot-system-menu-item {
  margin-bottom: 10.66667vw;
}
.playspot-system-menu-items .playspot-system-menu-item:last-child {
  margin-bottom: 0;
}

.playspot-system-menu-list li {
  padding: 1.33333vw 0 1.33333vw 0;
  color: #fff;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.playspot-system-menu-list-name {
  font-size: 3.46667vw;
  line-height: 1.6;
}

.playspot-system-menu-list-price {
  font-weight: 700;
  font-size: 3.73333vw;
  width: 6em;
  line-height: 1.6;
}

.playspot-menu-item-ttl-sub {
  width: 74.66667vw;
  margin: 10.66667vw auto 4vw;
}
.playspot-menu-item-ttl-sub span {
  font-size: 3.73333vw;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  padding: 5px 10px 6px;
  background: #0023C3;
}

.playspot-system-menu-img-items {
  margin-bottom: 13.33333vw;
}
.playspot-system-menu-img-items .playspot-system-menu-img-item {
  width: 80vw;
  margin: 0 auto 10.66667vw;
}
.playspot-system-menu-img-items .playspot-system-menu-img-item:last-child {
  margin-bottom: 0;
}

.playspot-system-menu-img-item-con {
  width: 77.33333vw;
  margin: 0 auto;
}

.playspot-system-menu-img-item-img {
  margin-bottom: 4vw;
}

.playspot-system-menu-img-item-name-price {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.playspot-system-menu-img-item-name {
  font-size: 4.26667vw;
  font-weight: 700;
  line-height: 1.6;
}
.playspot-system-menu-img-item-name.type-fs-s {
  font-size: 3.73333vw;
}

.playspot-system-menu-img-item-price {
  font-size: 4.26667vw;
  font-weight: 700;
  line-height: 1.6;
}

.playspot-system-menu-img-item-txt {
  font-size: 3.73333vw;
  line-height: 1.6;
  margin-top: 5.33333vw;
}

.playspot-menu-items .playspot-system-menu-img-items {
  margin-bottom: 0;
}
.playspot-menu-items .playspot-system-menu-img-item-con {
  width: 73.33333vw;
}
.playspot-menu-items .playspot-system-menu-img-item-img {
  width: 73.33333vw;
  margin: 0 auto 0;
}
.playspot-menu-items .playspot-system-menu-img-item-name-price {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 2.66667vw;
  color: #333;
}

.event-calender-api {
  width: 91.46667vw;
  margin: 0 auto;
  padding-bottom: 240%;
  position: relative;
}
@media print, screen and (min-width: 340px) {
  .event-calender-api {
    padding-bottom: 200%;
  }
}
.event-calender-api iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.ranking-api {
  width: 91.46667vw;
  margin: 0 auto;
  height: 146.66667vw;
  height: 186.66667vw;
  position: relative;
}
@media print, screen and (min-width: 340px) {
  .ranking-api {
    height: 173.33333vw;
    height: 180vw;
  }
}
.ranking-api iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.playspot-covid-19 {
  width: 91.46667vw;
  margin: 0 auto;
  background: #f4f4f4;
  padding: 8vw 5.33333vw;
}

.playspot-covid-19-ttl {
  font-size: 3.73333vw;
  margin-bottom: 4vw;
  font-weight: 700;
}

.playspot-covid-19-ttl-s {
  font-size: 3.2vw;
  margin-bottom: 2.66667vw;
  font-weight: 700;
}

.playspot-covid-19-siaa-img {
  width: 53.33333vw;
  margin: 0 auto 8vw;
}

.playspot-covid-19-txt {
  font-size: 3.2vw;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .playspot-kv-movie {
    position: relative;
    padding-bottom: 56.25%;
    padding-bottom: 0;
    height: 574px;
    overflow: hidden;
    position: relative;
    background: url(../img/playspot/movie-bg-pc.jpg) center center no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .playspot-kv-movie {
    background: #000;
  }
}
@media print, screen and (min-width: 768px) {
  .playspot-kv-movie iframe {
    overflow: hidden;
    position: absolute;
    width: 140% !important;
    height: 140vh !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .playspot-kv-movie iframe {
    width: 130% !important;
    height: 120vh !important;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .playspot-kv-movie iframe {
    display: block;
  }
}

@media screen and (min-width: 768px) and (min-width: 1280px) {
  _::-webkit-full-page-media, _:future, :root .playspot-kv-movie iframe {
    -webkit-transform: translate(-50%, -45%);
    -moz-transform: translate(-50%, -45%);
    -ms-transform: translate(-50%, -45%);
    -o-transform: translate(-50%, -45%);
    transform: translate(-50%, -45%);
  }
}
@media print, screen and (min-width: 768px) {
  .playspot-kv-movie-logo {
    width: 15.625vw;
    height: 15.625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .playspot-kv-movie-logo {
    display: none;
    width: 200px;
    height: 200px;
  }
}

@media print, screen and (min-width: 768px) {
  .playspot-news-twitter {
    padding-top: 45px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 90%;
    max-width: 1260px;
    margin: 0 auto;
    margin-bottom: 8.59375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .playspot-news-twitter {
    margin-bottom: 110px;
  }
}

@media print, screen and (min-width: 768px) {
  .playspot-news {
    position: relative;
    width: 49.2%;
  }
  .playspot-news .playspot-news-items {
    width: 100%;
  }

  .playspot-twitter {
    position: relative;
    width: 48.09%;
  }

  .playspot-twitter-con {
    width: 100%;
    margin: 0 0;
    margin-top: -0.78125vw;
    padding: 0;
    height: 440px;
    border: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .playspot-twitter-con {
    margin-top: -10px;
    padding: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .playspot-twitter-con-inner {
    height: 440px;
    overflow: auto;
  }

  .bl-playspot-system {
    width: 90%;
    max-width: 1260px;
  }

  .playspot-system-ttl {
    border-bottom: 1px solid #fff;
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }

  .playspot-system-ttl-s {
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 700;
  }

  .playspot-system-menu-ttl {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .playspot-system-first {
    background: #fff;
    padding: 40px 60px;
    margin: 0 auto 50px;
    width: 86.5%;
  }
  .playspot-system-first p {
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .playspot-system-first p span {
    margin-bottom: 10px;
  }

  .playspot-system-items {
    width: 86.5%;
    margin: 0 auto 130px;
  }
  .playspot-system-items .playspot-system-item {
    margin-bottom: 70px;
    padding-bottom: 0;
    border-bottom: none;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .playspot-system-items .playspot-system-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .playspot-system-items .playspot-system-item.type-img {
    background: #fff;
  }
  .playspot-system-items .playspot-system-item.type-img .playspot-system-item-img {
    margin-bottom: 0;
    width: 50%;
  }
  .playspot-system-items .playspot-system-item.type-img .playspot-system-item-img:last-child {
    margin-bottom: 0;
  }

  .playspot-system-item-con {
    margin-bottom: 0;
    width: 57.79%;
  }

  .playspot-system-item-img {
    width: 38.16%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .playspot-system-item-img a {
    background: #fff;
    display: block;
  }
  .playspot-system-item-img a img {
    display: block;
    -webkit-transition: opacity 0.3s 0s ease;
    -moz-transition: opacity 0.3s 0s ease;
    -ms-transition: opacity 0.3s 0s ease;
    -o-transition: opacity 0.3s 0s ease;
    transition: opacity 0.3s 0s ease;
  }
  .playspot-system-item-img a:hover img {
    -webkit-transition: opacity 0.2s 0s ease;
    -moz-transition: opacity 0.2s 0s ease;
    -ms-transition: opacity 0.2s 0s ease;
    -o-transition: opacity 0.2s 0s ease;
    transition: opacity 0.2s 0s ease;
    opacity: 0.7;
  }
}

@media print, screen and (min-width: 768px) {
  .playspot-system-item-ttl-sub {
    padding: 3px 8px 4px;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .playspot-system-item-ttl {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
  }

  .playspot-system-item-price {
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 15px;
  }

  .playspot-system-item-time {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .playspot-system-item-txt {
    font-size: 14px;
    line-height: 1.8;
  }

  .playspot-system-inner {
    width: 86.5%;
    margin: 0 auto 80px;
  }

  .playspot-system-menu-layout {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }

  .playspot-system-menu-layout-l {
    margin-bottom: 0;
    width: 45.87%;
  }

  .playspot-system-menu-layout-r {
    width: 45.87%;
  }

  .playspot-system-menu-items .playspot-system-menu-item {
    margin-bottom: 80px;
  }
  .playspot-system-menu-items .playspot-system-menu-item:last-child {
    margin-bottom: 0 !important;
  }

  .playspot-system-menu-list li {
    padding: 5px 0 5px 0;
  }

  .playspot-system-menu-list-name {
    font-size: 19px;
    line-height: 1.6;
  }

  .playspot-system-menu-list-price {
    font-weight: 700;
    font-size: 19px;
    width: 6em;
    line-height: 1.6;
  }

  .playspot-menu-item-ttl-sub {
    font-size: 16px;
    width: 90.82%;
    margin: 0 auto 20px;
  }
  .playspot-menu-item-ttl-sub span {
    font-size: 16px;
    padding: 6px 12px 7px;
  }

  .playspot-system-menu-img-items {
    margin-bottom: 30px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    -o-justify-content: left;
    justify-content: left;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
  }
  .playspot-system-menu-img-items .playspot-system-menu-img-item {
    width: 30.27%;
    margin: 0 4.3% 3.125vw 0;
  }
  .playspot-system-menu-img-items .playspot-system-menu-img-item:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .playspot-system-menu-img-items .playspot-system-menu-img-item {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .playspot-system-menu-img-items .playspot-system-menu-img-item:last-child {
    margin-bottom: 40px;
  }

  .playspot-system-menu-img-item-con {
    width: 100%;
    margin: 0 auto;
  }

  .playspot-system-menu-img-item-img {
    margin-bottom: 10px;
  }

  .playspot-system-menu-img-item-name-price {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }

  .playspot-system-menu-img-item-name {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.6;
  }
  .playspot-system-menu-img-item-name.type-fs-s {
    font-size: 14px;
  }

  .playspot-system-menu-img-item-price {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.6;
  }

  .playspot-system-menu-img-item-txt {
    line-height: 1.6;
    margin-top: 20px;
    font-size: 14px;
  }

  .playspot-menu-items .playspot-system-menu-img-items {
    width: 90.82%;
    margin: 0 auto 0;
  }
  .playspot-menu-items .playspot-system-menu-img-items .playspot-system-menu-img-item {
    width: 30.3%;
    margin: 0 4.3% 3.125vw 0;
  }
  .playspot-menu-items .playspot-system-menu-img-items .playspot-system-menu-img-item:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .playspot-menu-items .playspot-system-menu-img-items .playspot-system-menu-img-item {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .playspot-menu-items .playspot-system-menu-img-item-con {
    width: 100%;
  }
  .playspot-menu-items .playspot-system-menu-img-item-img {
    width: 100%;
    margin: 0 auto 0;
  }
  .playspot-menu-items .playspot-system-menu-img-item-name-price {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #333;
  }

  .event-calender-api {
    width: 90%;
    max-width: 1260px;
    padding-bottom: 0;
    height: 750px;
  }

  .ranking-api {
    width: 90%;
    max-width: 1260px;
    padding-bottom: 0;
    height: 1400px;
    height: 1780px;
    height: 1760px;
    height: 1890px;
  }

  .playspot-covid-19 {
    width: 90%;
    max-width: 1260px;
    margin: 0 auto;
    background: #f4f4f4;
    padding: 50px 50px;
  }

  .playspot-covid-19-ttl {
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 700;
  }

  .playspot-covid-19-ttl-s {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
  }

  .playspot-covid-19-siaa-img {
    width: 28.90625vw;
    margin: 0 auto 5.33333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .playspot-covid-19-siaa-img {
    width: 370px;
    margin: 0 auto 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .playspot-covid-19-txt {
    font-size: 18px;
    line-height: 1.6;
  }
}
.bl-playspot-contents {
  padding: 10.66667vw 0 13.33333vw;
}
.bl-playspot-contents.type-last {
  padding: 10.66667vw 0 0;
}

.recruit-btn {
  width: 74.13333vw;
  margin: 0 auto;
  margin: 0 auto;
}
.recruit-btn a {
  display: block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .recruit-btn {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .recruit-btn a img {
    display: block;
    -webkit-transition: opacity 0.3s 0s ease;
    -moz-transition: opacity 0.3s 0s ease;
    -ms-transition: opacity 0.3s 0s ease;
    -o-transition: opacity 0.3s 0s ease;
    transition: opacity 0.3s 0s ease;
  }
  .recruit-btn a:hover img {
    -webkit-transition: opacity 0.2s 0s ease;
    -moz-transition: opacity 0.2s 0s ease;
    -ms-transition: opacity 0.2s 0s ease;
    -o-transition: opacity 0.2s 0s ease;
    transition: opacity 0.2s 0s ease;
    opacity: 0.7;
  }
}

/***************/
.bl-playspot-contents-blue {
  background: #0324c3;
  padding: 10.66667vw 0 13.33333vw;
  color: #fff;
}

.bl-playspot-contents-blue-dots {
  background: url(../img/index/index_movie_tw_bg.png) center center repeat #00a2ff;
  background-size: 3px 3px;
  padding: 10.66667vw 0 13.33333vw;
}

.playspot-kv {
  width: 100%;
  position: relative;
  padding-bottom: 49.34%;
  margin-bottom: 9.33333vw;
}
.playspot-kv img {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.playspot-concept-swiper {
  position: relative;
  padding-bottom: 13.33333vw;
  width: 110.29%;
  left: -4.8%;
}

.playspot-concept-slider-items .playspot-concept-slider-item {
  position: relative;
  padding-bottom: 61.43%;
}

.playspot-concept-slider-item-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.playspot-concept-slider-item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.playspot-concept-layout-l {
  margin-bottom: 5.33333vw;
}

.playspot-concept-ttl {
  font-size: 4vw;
  line-height: 1.5;
  margin-bottom: 2.66667vw;
  font-weight: 500;
}

.playspot-concept-txt {
  font-size: 3.2vw;
  line-height: 1.6;
  margin-bottom: 2.66667vw;
}

.tab-playspot {
  width: 100%;
  margin-bottom: 6.66667vw;
}
.tab-playspot ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.tab-playspot ul li {
  width: 50%;
  position: relative;
  border-bottom: 2px solid #191919;
}
.tab-playspot ul li.state-active {
  border-bottom: 2px solid #fff;
}
.tab-playspot ul li a {
  width: 100%;
  text-align: center;
  font-size: 3.2vw;
  font-weight: 500;
  display: block;
  padding: 4vw 0 4vw;
  color: #fff;
}

.tab-playspot-con-item section {
  margin-bottom: 6.66667vw;
}
.tab-playspot-con-item section:last-child {
  margin-bottom: 0;
}

.tab-con {
  display: none;
}
.tab-con.state-active {
  display: block;
}

.playspot-menu-con-ttl {
  font-size: 4vw;
  font-weight: 500;
  margin-bottom: 4.66667vw;
}
.playspot-menu-con-ttl.type-mb-l {
  margin-bottom: 6.66667vw;
}

.playspot-play-cost {
  font-size: 4.8vw;
  font-weight: 500;
  margin-bottom: 5.33333vw;
  line-height: 1;
}

.playspot-play-txt {
  font-size: 2.4vw;
  line-height: 1.6;
  margin-bottom: 5.33333vw;
}

.playspot-play-img {
  position: relative;
  padding-bottom: 61.91%;
}
.playspot-play-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.playspot-menu-items {
  width: 100%;
  margin: 0 auto 0;
}
.playspot-menu-items .playspot-menu-item {
  border-bottom: 1px solid #fff;
}

.playspot-menu-item-ttl {
  width: 100%;
}
.playspot-menu-item-ttl a {
  display: block;
  position: relative;
  text-align: left;
  color: #fff;
  padding: 3.2vw 36px 3.2vw 10px;
  font-size: 3.73333vw;
  font-weight: 500;
  line-height: 1.8;
  text-decoration: none;
}
.playspot-menu-item-ttl a span {
  font-size: 2.4vw;
  letter-spacing: 0;
}
.playspot-menu-item-ttl a.state-active .toggle-icon {
  transform: rotate(0) !important;
}
.playspot-menu-item-ttl a.state-active .toggle-icon:after {
  transform: rotate(-90deg);
}
.playspot-menu-item-ttl a .toggle-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  -webkit-transition: transform 0.3s 0s ease;
  -moz-transition: transform 0.3s 0s ease;
  -ms-transition: transform 0.3s 0s ease;
  -o-transition: transform 0.3s 0s ease;
  transition: transform 0.3s 0s ease;
}
.playspot-menu-item-ttl a .toggle-icon::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #191919;
  content: "";
  z-index: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.playspot-menu-item-ttl a .toggle-icon::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/icon-arr-w-r.svg) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  z-index: 1;
  transform: rotate(90deg);
}

.playspot-menu-item-con {
  height: 0;
  overflow: hidden;
}

.playspot-menu-item-con-inner {
  background: #fff;
  position: relative;
  padding: 8vw 0 8vw;
}
.playspot-menu-item-con-inner .playspot-menu-item-con-txt {
  font-size: 3.2vw;
  color: #191919;
  line-height: 1.8;
  margin-bottom: 3.33333vw;
}
.playspot-menu-item-con-inner .playspot-menu-item-con-txt:last-child {
  margin-bottom: 0;
}

.playspot-drink-menu-swiper {
  position: relative;
}
.playspot-drink-menu-swiper .swiper-container::after {
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 110%;
  background: #0023c3;
  content: "";
  z-index: 20;
}

.playspot-drink-menu-slider-items {
  position: relative;
  z-index: 1;
}

.playspot-drink-menu-slider-item {
  width: 37.33333vw !important;
  padding-right: 2.66667vw;
}

.playspot-drink-menu-slider-item-img {
  position: relative;
  padding-bottom: 62.15%;
  margin-bottom: 3.33333vw;
}
.playspot-drink-menu-slider-item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.playspot-drink-menu-slider-item-txt {
  color: #fff;
}

.playspot-drink-menu-slider-item-txt-name {
  font-size: 2.4vw;
  font-weight: 700;
  margin-bottom: 2.66667vw;
}

.playspot-drink-menu-slider-item-txt-price {
  font-size: 2.4vw;
  font-weight: 700;
}

.playspot-menu-item-con-list li {
  padding: 3.2vw 10px 3.2vw 10px;
  color: #191919;
  background: #fff;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  font-size: 3.2vw;
}
.playspot-menu-item-con-list li:last-child {
  border-bottom: none;
}

.playspot-menu-item-con-price {
  text-align: right;
}

.playspot-access-txt {
  font-size: 3.46667vw;
  line-height: 1.8;
  width: 86.66667vw;
  margin: 0 auto 0.8vw;
}
.playspot-access-txt.type-layout {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}

.access-txt-l {
  padding-right: 1em;
  width: 5.5em;
  position: relative;
  text-align: right;
}
.access-txt-l span {
  position: absolute;
  top: 0;
  right: 0.3em;
}

.playspot-contents-layout-r {
  width: 86.66667vw;
  margin: 0 auto;
}

.playspot-google-map {
  position: relative;
  padding-bottom: 50.77%;
  margin-bottom: 6.66667vw;
}
.playspot-google-map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.playspot-sns-items {
  width: 48.8vw;
  width: 56vw;
  margin: 0 auto;
}
.playspot-sns-items li {
  margin-bottom: 2.93333vw;
}
.playspot-sns-items li:last-child {
  margin-bottom: 0;
}
.playspot-sns-items li a {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  height: 10.66667vw;
  height: 11.73333vw;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  font-size: 2.53333vw;
  font-size: 3.2vw;
  font-weight: 500;
  text-align: center;
  color: #0023C3;
  position: relative;
}
.playspot-sns-items li a i {
  display: block;
  position: absolute;
  top: 50%;
  right: 2.66667vw;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.playspot-sns-items li a i::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0023c3;
  content: "";
  z-index: 0;
}
.playspot-sns-items li a i::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/icon-arr-w-r.svg) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  z-index: 1;
}

.link-txt-arrow.type-no-icon a {
  padding-left: 0;
}
.link-txt-arrow a {
  display: block;
  position: relative;
  text-align: left;
  font-size: 3.73333vw;
  color: #191919;
  font-weight: 400;
  display: inline-block;
  padding-left: 26px;
}
.link-txt-arrow a i {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.link-txt-arrow a i::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0023c3;
  content: "";
  z-index: 0;
}
.link-txt-arrow a i::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/icon-arr-w-r.svg) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  z-index: 1;
}

.dl-type-normal dt {
  font-size: 4vw;
  margin-bottom: 1.86667vw;
  line-height: 1.6;
  font-weight: 700;
}
.dl-type-normal dd {
  font-size: 4vw;
  line-height: 1.6;
  margin-bottom: 5.33333vw;
}
.dl-type-normal dd:last-child {
  margin-bottom: 0;
}

.list-indent.type-mptj li {
  font-size: 3.2vw;
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .list-indent.type-mptj li {
    margin-bottom: 0;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1280px) {
  .list-indent.type-mptj li {
    font-size: 16px;
  }
}
.list-indent.type-fs-s li {
  font-size: 3.2vw;
  margin-bottom: 1.33333vw;
}
@media print, screen and (min-width: 768px) {
  .list-indent.type-fs-s li {
    font-size: 18px;
    margin-bottom: 2px;
  }
}
.list-indent.type-fs-ss li {
  font-size: 3.2vw;
  margin-bottom: 1.33333vw;
}
@media print, screen and (min-width: 768px) {
  .list-indent.type-fs-ss li {
    font-size: 16px;
    margin-bottom: 2px;
  }
}
.list-indent.type-num li {
  padding-left: 1.6em;
}
.list-indent.type-parenthesis-num {
  position: relative;
  left: -0.5em;
}
.list-indent.type-parenthesis-num li {
  padding-left: 3.4em;
}
.list-indent.type-parenthesis-num li span.indent {
  width: 3.4em;
}
.list-indent ul {
  margin-top: 4vw;
  margin-bottom: 6.66667vw;
}
.list-indent li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0px;
  line-height: 1.8;
  font-size: 4vw;
  margin-bottom: 2.66667vw;
}
.list-indent li:last-child {
  margin-bottom: 0;
}
.list-indent li span.indent {
  position: absolute;
  text-align: left;
  display: inline-block;
  top: 0;
  left: 0;
}
.list-indent li span.indent.type-card {
  top: 0.53333vw;
}
@media print, screen and (min-width: 768px) {
  .list-indent li span.indent.type-card {
    top: 0.3125vw;
  }
}
@media screen and (min-width: 1280px) {
  .list-indent li span.indent.type-card {
    top: 4px;
  }
}
.forbeginners-glossary-detail-con .list-indent li {
  font-size: 4vw;
}
@media print, screen and (min-width: 768px) {
  .forbeginners-glossary-detail-con .list-indent li {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 1280px) {
  .forbeginners-glossary-detail-con .list-indent li {
    font-size: 20px;
  }
}
.list-indent.type-card li {
  padding-bottom: 1.33333vw;
}
@media print, screen and (min-width: 768px) {
  .list-indent.type-card li {
    padding-bottom: 0.78125vw;
  }
}
@media screen and (min-width: 1280px) {
  .list-indent.type-card li {
    padding-bottom: 10px;
  }
}
.list-indent li:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0vw;
}

.bl-news-items {
  padding-top: 13.33333vw;
}

/* news-items */
.playspot-news-items {
  width: 86.66667vw;
  margin: -2.66667vw auto 8vw;
}
.playspot-news-items .playspot-news-item {
  border-bottom: 1px solid #D2D2D2;
}
.playspot-news-items .playspot-news-item a {
  padding: 5.33333vw 0;
  display: block;
  position: relative;
}

.playspot-news {
  margin-bottom: 10.66667vw;
}

.playspot-news-item-shop-time {
  margin-bottom: 2vw;
}

.playspot-news-item-shop-time-inner {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}

.playspot-news-item-shop {
  font-size: 3.2vw;
  font-weight: 500;
  color: #0023C3;
  padding-right: 12px;
}

.playspot-news-item-time {
  padding-top: 1px;
  display: block;
  font-size: 3.2vw;
  font-weight: 700;
  color: #191919;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}

.playspot-news-item-ttl {
  font-size: 2.53333vw;
  line-height: 1.6;
}

.playspot-recruit-items {
  width: 86.66667vw;
  margin: 0 auto 0;
}
.playspot-recruit-items .playspot-recruit-item {
  margin-bottom: 8.66667vw;
}

.playspot-recruit-item-cat {
  margin-bottom: 3.73333vw;
  display: inline-block;
}
.playspot-recruit-item-cat span {
  font-size: 2.93333vw;
  height: 6.13333vw;
  font-weight: 500;
  color: #fff;
  background: #191919;
  padding: 0 15px;
  -webkit-border-radius: 2.93333vw;
  -moz-border-radius: 2.93333vw;
  -ms-border-radius: 2.93333vw;
  -o-border-radius: 2.93333vw;
  border-radius: 2.93333vw;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.playspot-recruit-item-ttl {
  color: #fff;
  font-size: 4.8vw;
  font-weight: 700;
  margin-bottom: 4.66667vw;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}

.playspot-recruit-item-txt {
  font-size: 3.2vw;
  line-height: 1.6;
  color: #fff;
}

.playspot-recruit-box {
  width: 92vw;
  margin: 0 auto;
  background: #fff;
  color: #191919;
}

.playspot-recruit-box-items {
  width: 86.66667vw;
  margin: 0 auto;
  padding-bottom: 1.33333vw;
}
.playspot-recruit-box-items .playspot-recruit-box-item {
  border-bottom: 1px solid #D2D2D2;
  padding: 5.33333vw 0;
}
.playspot-recruit-box-items .playspot-recruit-box-item .playspot-recruit-box-item-inner {
  margin-bottom: 4vw;
}
.playspot-recruit-box-items .playspot-recruit-box-item .playspot-recruit-box-item-inner:last-child {
  margin-bottom: 0;
}
.playspot-recruit-box-items .playspot-recruit-box-item:last-child {
  border-bottom: none;
}

.playspot-recruit-box-item-ttl {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.6;
  color: #0023C3;
  margin-bottom: 3.33333vw;
}

.playspot-recruit-box-item-txt {
  font-size: 3.2vw;
  line-height: 1.6;
}

.playspot-recruit-box-item-info {
  font-size: 3.2vw;
  line-height: 1.6;
}
.playspot-recruit-box-item-info dt, .playspot-recruit-box-item-info dd {
  line-height: 1.6;
}
.playspot-recruit-box-item-info.type-table {
  display: table;
}
.playspot-recruit-box-item-info.type-table dd,
.playspot-recruit-box-item-info.type-table dt {
  display: table-cell;
}

.faq-items {
  width: 92vw;
  margin: 6.66667vw auto 13.33333vw;
}

.faq-item-ttl {
  width: 100%;
  border-bottom: 1px solid #D2D2D2;
}
.faq-item-ttl a {
  display: block;
  position: relative;
  text-align: left;
  color: #191919;
  padding: 3.2vw 40px 3.2vw 10px;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.8;
  text-decoration: none;
  background: #fff;
}
.faq-item-ttl a.state-active .toggle-icon {
  transform: rotate(0) !important;
}
.faq-item-ttl a.state-active .toggle-icon:after {
  transform: rotate(-90deg);
}
.faq-item-ttl a .toggle-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  -webkit-transition: transform 0.3s 0s ease;
  -moz-transition: transform 0.3s 0s ease;
  -ms-transition: transform 0.3s 0s ease;
  -o-transition: transform 0.3s 0s ease;
  transition: transform 0.3s 0s ease;
}
.faq-item-ttl a .toggle-icon::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0023c3;
  content: "";
  z-index: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.faq-item-ttl a .toggle-icon::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/icon-arr-w-r.svg) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  z-index: 1;
  transform: rotate(90deg);
}

.faq-item-con {
  height: 0;
  overflow: hidden;
}

.faq-item-con-inner {
  padding: 3.2vw 10px 4.53333vw 10px;
  background: #F0F0F0;
  background: #fff;
  position: relative;
  border-bottom: 1px solid #D2D2D2;
}
.faq-item-con-inner .faq-item-con-txt {
  font-size: 3.2vw;
  color: #191919;
  line-height: 1.8;
  margin-bottom: 3.33333vw;
}
.faq-item-con-inner .faq-item-con-txt:last-child {
  margin-bottom: 0;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.mt-ss {
  margin-top: 1.33333vw !important;
}

.mb-ss {
  margin-bottom: 2vw !important;
}

.mb-s2 {
  margin-bottom: 4vw !important;
}

.mb-s {
  margin-bottom: 6vw !important;
}

.mb-m {
  margin-bottom: 8vw !important;
}

.mb-l {
  margin-bottom: 13.33333vw !important;
}

.mb-ll {
  margin-bottom: 16vw !important;
}

.bnr-goods {
  width: 92vw;
  margin: 0 auto 14.66667vw;
}
@media print, screen and (min-width: 768px) {
  .bnr-goods {
    width: 90%;
    max-width: 1260px;
    margin-bottom: 0 auto 17.33333vw;
  }
}
@media screen and (min-width: 1280px) {
  .bnr-goods {
    margin-bottom: 130px;
  }
}
.bnr-goods a {
  display: block;
}
@media screen and (min-width: 1024px) {
  .bnr-goods {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .bnr-goods:hover {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0.6;
  }
}

.recruit-layout {
  width: 100%;
}

.recruit-layout-l {
  margin-bottom: 10.66667vw;
}

@media print, screen and (min-width: 768px) {
  .recruit-layout {
    width: 89.06%;
    max-width: 1140px;
    margin: 0 auto;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .recruit-layout {
    width: 1140px;
  }
}

@media print, screen and (min-width: 768px) {
  .recruit-layout-r,
  .recruit-layout-l {
    width: 48.77%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .recruit-layout-r,
  .recruit-layout-l {
    width: 556px;
  }
}

@media print, screen and (min-width: 768px) {
  .recruit-layout-l {
    margin-bottom: 0;
  }

  .bl-playspot-contents {
    padding: 5.46875vw 0 4.6875vw;
  }
  .bl-playspot-contents.type-last {
    padding: 5.46875vw 0 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .bl-playspot-contents.type-last {
    padding: 70px 0 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .bl-playspot-contents {
    padding: 70px 0 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .bl-playspot-contents-blue {
    padding: 5.46875vw 0 4.6875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .bl-playspot-contents-blue {
    padding: 70px 0 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .bl-playspot-contents-blue-dots {
    background: url(../img/index/index_movie_tw_bg.png) center center repeat #00a2ff;
    background-size: 6px 6px;
    padding: 5.46875vw 0 4.6875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .bl-playspot-contents-blue-dots {
    padding: 70px 0 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .playspot-kv {
    width: 100%;
    height: 494px;
    padding-bottom: 0;
    margin-bottom: 70px;
  }

  .playspot-concept-ttl {
    line-height: 1.5;
    margin-bottom: 25px;
    font-size: 20px;
    font-size: 2rem;
  }

  .playspot-concept-txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 0;
  }

  .playspot-concept-layout {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }

  .playspot-concept-layout-l {
    position: relative;
    z-index: 2;
    width: 45.61%;
  }

  .playspot-concept-layout-r {
    position: relative;
    z-index: 1;
    width: 74.56%;
    width: 53.94%;
    position: relative;
  }

  .playspot-concept-swiper {
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
    width: 138.21%;
    left: -16.47%;
    height: 300px;
  }
  .playspot-concept-swiper::after {
    display: block;
    position: absolute;
    top: 0;
    left: -2920px;
    width: 3000px;
    height: 300px;
    background: #fff;
    content: "";
    z-index: 1;
  }
  .playspot-concept-swiper::before {
    display: block;
    position: absolute;
    top: 0;
    left: 880px;
    width: 3000px;
    height: 300px;
    background: #fff;
    content: "";
    z-index: 2;
  }
  .playspot-concept-swiper .swiper-container {
    width: 346px;
  }
  .playspot-concept-swiper .swiper-container::after {
    display: block;
    position: absolute;
    top: 0;
    left: -173px;
    width: 173px;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+50,ffffff+100&1+0,0+100 */
    background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
    /* IE6-9 */
    content: "";
    z-index: 1;
  }
  .playspot-concept-swiper .swiper-container::before {
    display: block;
    position: absolute;
    top: 0;
    left: 460px;
    width: 173px;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50&0+0,1+50 */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    /* IE6-9 */
    content: "";
    z-index: 2;
  }
  .playspot-concept-swiper .swiper-slide {
    margin: 0 10px;
  }

  .tab-playspot {
    margin: -30px 0 60px;
  }
  .tab-playspot ul li {
    border-bottom: 4px solid #191919;
  }
  .tab-playspot ul li a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 30px 0 30px;
  }
  .tab-playspot ul li.state-active {
    border-bottom: 4px solid #fff;
  }

  .tab-playspot-con-item section {
    margin-bottom: 90px;
  }
  .tab-playspot-con-item section:last-child {
    margin-bottom: 0;
  }

  .playspot-play-layout {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }

  .playspot-play-layout-l {
    width: 59.64%;
  }

  .playspot-play-layout-r {
    width: 36.84%;
  }

  .playspot-menu-con-ttl {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 32px;
  }
  .playspot-menu-con-ttl.type-mb-l {
    margin-bottom: 50px;
  }

  .playspot-play-cost {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 500;
    margin-top: -10px;
    margin-bottom: 30px;
  }

  .playspot-play-txt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 0;
  }

  .playspot-menu-items {
    width: 100%;
    margin: 0 auto 0;
  }

  .playspot-menu-item-ttl {
    width: 100%;
  }
  .playspot-menu-item-ttl a {
    color: #fff;
    padding: 15px 60px 15px 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .playspot-menu-item-ttl a span {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.04em;
  }
  .playspot-menu-item-ttl a .toggle-icon {
    right: 30px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
  }

  .playspot-menu-item-con-inner {
    background: #fff;
    position: relative;
    padding: 2.34375vw 0 0.78125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .playspot-menu-item-con-inner {
    padding: 30px 0 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .playspot-menu-item-con-inner .playspot-menu-item-con-txt {
    font-size: 18px;
    font-size: 1.8rem;
    color: #191919;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .playspot-menu-item-con-inner .playspot-menu-item-con-txt:last-child {
    margin-bottom: 0;
  }

  .playspot-drink-menu-swiper {
    width: 100% !important;
  }
  .playspot-drink-menu-swiper .swiper-container::after {
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 110%;
    background: #0023c3;
    content: "";
    z-index: 20;
  }
  .playspot-drink-menu-swiper .swiper-container::before {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 110%;
    background: #0023c3;
    content: "";
    z-index: 20;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .playspot-drink-menu-swiper {
    width: 1150px !important;
    position: relative;
    left: -10px;
  }
}

@media print, screen and (min-width: 768px) {
  .playspot-drink-menu-slider-item {
    margin: 0 !important;
    padding: 0 20px 0 0 !important;
    padding: 0 2% 0 0 !important;
    width: 32% !important;
    left: 0 !important;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .playspot-drink-menu-slider-item {
    padding: 0 10px 0 10px !important;
    width: 385px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .playspot-drink-menu-slider-item-img {
    position: relative;
    padding-bottom: 62.32%;
    margin-bottom: 25px;
  }
  .playspot-drink-menu-slider-item-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
  }

  .playspot-drink-menu-slider-item-txt-name {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .playspot-drink-menu-slider-item-txt-price {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .playspot-menu-item-con-list {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .playspot-menu-item-con-list li {
    width: 39.91%;
    padding: 18px 25px 18px 25px;
    color: #191919;
    background: #fff;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .playspot-contents-layout {
    width: 90%;
    max-width: 1260px;
    margin: 0 auto;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }

  .playspot-contents-layout-l {
    width: 50.79%;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .playspot-contents-layout-l .sec-ttl-en-ja {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 25px;
  }

  .playspot-contents-layout-l-inner {
    margin-top: -10px;
  }

  .playspot-contents-layout-r {
    width: 41.26%;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }

  .playspot-access-txt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
    margin: 0 0 3px;
    width: 100%;
  }

  .playspot-google-map {
    padding-bottom: 56.63%;
    margin-bottom: 0;
  }

  .playspot-sns-items {
    width: 81.42%;
    max-width: 1140px;
    margin: 0 auto;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .playspot-sns-items li {
    width: 48.68%;
  }
  .playspot-sns-items li a {
    height: 100px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .playspot-sns-items li a span {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .playspot-sns-items li a i {
    width: 24px;
    height: 24px;
    margin-top: -10px;
    right: 20px;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .playspot-sns-items li a:hover span {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0.6;
  }
  .playspot-sns-items li a:hover i {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px);
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
  }
}

@media print, screen and (min-width: 768px) {
  .link-txt-arrow.type-no-icon a {
    padding-left: 0;
  }
  .link-txt-arrow a {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 34px;
  }
  .link-txt-arrow a i {
    width: 24px;
    height: 24px;
    margin-top: -10px;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .link-txt-arrow a {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .link-txt-arrow a:hover {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0.7;
  }
  .link-txt-arrow a:hover i {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px);
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
  }
}

@media print, screen and (min-width: 768px) {
  .dl-type-normal dt {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.6;
  }
  .dl-type-normal dd {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .list-indent.type-mptj li {
    font-size: 3.2vw;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .list-indent.type-mptj li {
    margin-bottom: 0;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .list-indent.type-mptj li {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .list-indent.type-num li {
    padding-left: 1.6em;
  }
  .list-indent ul {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .list-indent li {
    position: relative;
    padding-left: 1.2em;
    margin-bottom: 0px;
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .list-indent li:last-child {
    margin-bottom: 0;
  }
  .list-indent li span.indent {
    position: absolute;
    text-align: left;
    display: inline-block;
    top: 0;
    left: 0;
  }
  .list-indent li:last-child {
    margin-bottom: 0 !important;
  }

  .bl-news-items {
    padding-top: 100px;
  }

  /* news-items */
  .playspot-news-items {
    margin: 0 auto;
    margin: -20px auto 90px;
  }
  .playspot-news-items .playspot-news-item {
    border-bottom: 1px solid #D2D2D2;
  }
  .playspot-news-items .playspot-news-item a {
    padding: 30px 0;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .playspot-news-items .playspot-news-item a {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .playspot-news-items .playspot-news-item a:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
}

@media print, screen and (min-width: 768px) {
  .playspot-news {
    margin-bottom: 0;
  }

  .playspot-news-item-inner {
    display: table;
    width: 100%;
  }

  .playspot-news-item-shop-time {
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0;
    width: 200px;
    padding: 0 35px 0 15px;
  }

  .playspot-news-item-shop-time-inner {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }

  .playspot-news-item-shop-time {
    margin-bottom: 0;
  }

  .playspot-news-item-shop {
    font-size: 14px;
    font-size: 1.4rem;
    padding-right: 12px;
  }

  .playspot-news-item-time {
    padding-top: 1px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .playspot-news-item-ttl {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .playspot-recruit-items {
    width: 90%;
    max-width: 1260px;
    margin: 0 auto 50px;
  }
  .playspot-recruit-items .playspot-recruit-item {
    margin-bottom: 30px;
  }
  .playspot-recruit-items .playspot-recruit-item:last-child {
    margin-bottom: 0;
  }

  .playspot-recruit-item-cat {
    margin-bottom: 22px;
  }
  .playspot-recruit-item-cat span {
    font-size: 16px;
    font-size: 1.6rem;
    height: 28px;
    padding: 0 20px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px;
  }

  .playspot-recruit-item-ttl {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 22px;
  }

  .playspot-recruit-item-txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #fff;
  }

  .playspot-recruit-box {
    width: 90%;
    max-width: 1260px;
  }

  .playspot-recruit-box-items {
    width: 93.33%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .playspot-recruit-box-items .playspot-recruit-box-item {
    border-bottom: 1px solid #D2D2D2;
    padding: 30px 0;
  }
  .playspot-recruit-box-items .playspot-recruit-box-item .playspot-recruit-box-item-inner {
    margin-bottom: 30px;
  }

  .playspot-recruit-box-item-ttl {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.6;
    color: #0023C3;
    margin-bottom: 15px;
  }

  .playspot-recruit-box-item-txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .playspot-recruit-box-item-info {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .playspot-recruit-box-item-info dt, .playspot-recruit-box-item-info dd {
    line-height: 1.6;
  }

  .faq-items {
    width: 89.06%;
    max-width: 1140px;
    width: 90%;
    max-width: 1260px;
    margin: 20px auto 80px;
  }

  .faq-item-ttl {
    width: 100%;
    border-bottom: 1px solid #D2D2D2;
  }
  .faq-item-ttl a {
    padding: 20px 50px 20px 36px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.8;
    text-decoration: none;
  }
  .faq-item-ttl a.state-active .toggle-icon {
    transform: rotate(0) !important;
  }
  .faq-item-ttl a.state-active .toggle-icon:after {
    transform: rotate(-90deg);
  }
  .faq-item-ttl a .toggle-icon {
    right: 20px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    -webkit-transition: transform 0.3s 0s ease;
    -moz-transition: transform 0.3s 0s ease;
    -ms-transition: transform 0.3s 0s ease;
    -o-transition: transform 0.3s 0s ease;
    transition: transform 0.3s 0s ease;
  }
  .faq-item-ttl a .toggle-icon::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0023c3;
    content: "";
    z-index: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
  }
  .faq-item-ttl a .toggle-icon::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/common/icon-arr-w-r.svg) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
    z-index: 1;
    transform: rotate(90deg);
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .faq-item-ttl a {
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -ms-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
  }
  .faq-item-ttl a:hover {
    background: #f4f4f4;
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -ms-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
  }
}

@media print, screen and (min-width: 768px) {
  .faq-item-con-inner {
    padding: 30px 36px 60px 36px;
  }
  .faq-item-con-inner .faq-item-con-txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 25px;
  }
  .faq-item-con-inner .faq-item-con-txt:last-child {
    margin-bottom: 0;
  }

  .mt-ss {
    margin-top: 10px !important;
  }

  .mb-ss {
    margin-bottom: 10px !important;
  }

  .mb-s2 {
    margin-bottom: 20px !important;
  }

  .mb-s {
    margin-bottom: 20px !important;
  }

  .mb-m {
    margin-bottom: 30px !important;
  }

  .mb-l {
    margin-bottom: 50px !important;
  }

  .mb-ll {
    margin-bottom: 80px !important;
  }
}
/* store-lp */
.store-lp-main-img {
  padding-top: 5.33333vw;
  width: 92vw;
  margin: 0 auto 2.66667vw;
}

.store-lp-sns-items {
  width: 92vw;
  margin: 0 auto;
}
.store-lp-sns-items .store-lp-sns-item {
  margin-bottom: 2.66667vw;
}
.store-lp-sns-items .store-lp-sns-item:last-child {
  margin-bottom: 0;
}
.store-lp-sns-items .store-lp-sns-item a {
  display: block;
  height: 13.06667vw;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  background: #0123C1;
  color: #fff;
  font-size: 3.2vw;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.store-lp-sns-items .store-lp-sns-item a span {
  position: relative;
  display: inline-block;
  padding-left: 6.4vw;
}
.store-lp-sns-items .store-lp-sns-item a .icon-tw {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 5.06667vw;
  height: 4.26667vw;
  background: url(../img/common/icon_sns_twitter_w.svg) 0 0 no-repeat;
  background-size: 100% auto;
  margin-top: -2.13333vw;
  content: "";
  z-index: 1;
}
.store-lp-sns-items .store-lp-sns-item a .icon-insta {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 4.53333vw;
  height: 4.53333vw;
  background: url(../img/common/icon_sns_instagram_w.svg) 0 0 no-repeat;
  background-size: 100% auto;
  margin-top: -2.13333vw;
  content: "";
  z-index: 1;
}
.store-lp-sns-items .store-lp-sns-item a .icon-arr {
  display: block;
  position: absolute;
  top: 50%;
  right: 5.33333vw;
  width: 4vw;
  height: 4vw;
  margin-top: -2vw;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.store-lp-sns-items .store-lp-sns-item a .icon-arr::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
  z-index: 0;
}
.store-lp-sns-items .store-lp-sns-item a .icon-arr::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/icon-arr-b.svg) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .store-lp-main-img {
    padding-top: 6.25vw;
    width: 89.06%;
    max-width: 1140px;
    margin: 0 auto 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .store-lp-main-img {
    padding-top: 80px;
    margin: 0 auto 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .store-lp-sns-items {
    width: 89.06%;
    max-width: 1140px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .store-lp-sns-items .store-lp-sns-item {
    width: 49.29%;
    margin-bottom: 0;
  }
  .store-lp-sns-items .store-lp-sns-item:last-child {
    margin-bottom: 0;
  }
  .store-lp-sns-items .store-lp-sns-item a {
    height: 6.25vw;
    font-size: 1.5625vw;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -ms-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .store-lp-sns-items .store-lp-sns-item a {
    height: 80px;
    font-size: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .store-lp-sns-items .store-lp-sns-item a span {
    position: relative;
    display: inline-block;
    padding-left: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .store-lp-sns-items .store-lp-sns-item a span {
    padding-left: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .store-lp-sns-items .store-lp-sns-item a:hover {
    background: #3b59e1;
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -ms-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
  }
  .store-lp-sns-items .store-lp-sns-item a:hover .icon-arr {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px);
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
  }
}
@media print, screen and (min-width: 768px) {
  .store-lp-sns-items .store-lp-sns-item a .icon-tw {
    width: 2.5vw;
    height: 2.03125vw;
    margin-top: -1.01563vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .store-lp-sns-items .store-lp-sns-item a .icon-tw {
    width: 32px;
    height: 26px;
    margin-top: -13px;
  }
}
@media print, screen and (min-width: 768px) {
  .store-lp-sns-items .store-lp-sns-item a .icon-insta {
    width: 2.10938vw;
    height: 2.10938vw;
    margin-top: -1.01563vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .store-lp-sns-items .store-lp-sns-item a .icon-insta {
    width: 27px;
    height: 27px;
    margin-top: -13px;
  }
}
@media print, screen and (min-width: 768px) {
  .store-lp-sns-items .store-lp-sns-item a .icon-arr {
    right: 3.125vw;
    width: 2.65625vw;
    height: 2.65625vw;
    margin-top: -1.32813vw;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .store-lp-sns-items .store-lp-sns-item a .icon-arr {
    right: 40px;
    width: 34px;
    height: 34px;
    margin-top: -17px;
  }
}

/*
forbeginners
*/
.bl-forbeginners-items {
  background: #fff;
}
.bl-forbeginners-items .bl-forbeginners {
  margin-bottom: 16vw;
}
.bl-forbeginners-items .bl-forbeginners:last-child {
  margin-bottom: 0vw;
}
.bl-forbeginners-items .bl-forbeginners .forbeginners-glossary-sec {
  margin-bottom: 12vw;
  margin-top: -13.33333vw;
  padding-top: 13.33333vw;
}
.bl-forbeginners-items .bl-forbeginners .forbeginners-glossary-sec:last-child {
  margin-bottom: 0;
}

.forbeginners-poker-box {
  width: 94.66667vw;
  margin: 0 auto;
  padding: 42.13333vw 0 1.6vw;
  background: url(../img/forbeginners/forbeginners-bg-sp.jpg) 0 0 no-repeat #d2d2d2;
  background-size: cover;
  border: 2px solid #d2d2d2;
}

.forbeginners-poker-lists {
  width: 91.2vw;
  margin: 0 auto;
}
.forbeginners-poker-lists li {
  margin-bottom: 1.33333vw;
}
.forbeginners-poker-lists li:last-child {
  margin-bottom: 0;
}
.forbeginners-poker-lists li a {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  position: relative;
  text-align: left;
  font-size: 4.8vw;
  line-height: 1.3;
  color: #000;
  font-weight: 500;
  padding: 0 10.66667vw 0 2.66667vw;
  background: #fff;
  height: 16vw;
}
.forbeginners-poker-lists li a i {
  display: block;
  position: absolute;
  top: 50%;
  right: 2.4vw;
  width: 5.33333vw;
  height: 5.33333vw;
  margin-top: -2.66667vw;
}
.forbeginners-poker-lists li a i::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0023c3;
  content: "";
  z-index: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.forbeginners-poker-lists li a i::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/icon-arr-w-r.svg) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  z-index: 1;
}

.forbeginners-glossary-ttl {
  width: 100%;
  margin-bottom: 5.33333vw;
}

.forbeginners-glossary-ttl-inner {
  display: block;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  width: 94.66667vw;
  margin: 0 auto;
  height: 9.33333vw;
  color: #fff;
  font-size: 4vw;
  position: relative;
  padding-left: 12.53333vw;
  font-weight: 700;
}
.forbeginners-glossary-ttl-inner i {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 9.33333vw;
  height: 6.13333vw;
  background: url(../img/common/logo_w.svg) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 1;
  -webkit-transform: translateY(-46%);
  -moz-transform: translateY(-46%);
  -ms-transform: translateY(-46%);
  -o-transform: translateY(-46%);
  transform: translateY(-46%);
}

.forbeginners-glossary-lists {
  width: 94.66667vw;
  margin: 0 auto;
}
.forbeginners-glossary-lists li {
  margin-bottom: 1.33333vw;
}
.forbeginners-glossary-lists li:last-child {
  margin-bottom: 0;
}
.forbeginners-glossary-lists li a {
  display: block;
  position: relative;
  padding: 2.13333vw 10.66667vw 2.13333vw 3.73333vw;
}
.forbeginners-glossary-lists li a i {
  display: block;
  position: absolute;
  top: 50%;
  right: 3.73333vw;
  width: 5.33333vw;
  height: 5.33333vw;
  margin-top: -2.66667vw;
}
.forbeginners-glossary-lists li a i::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0023c3;
  content: "";
  z-index: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.forbeginners-glossary-lists li a i::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/icon-arr-w-r.svg) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  z-index: 1;
}

.forbeginners-glossary-list-ttl {
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.8vw;
}

.forbeginners-glossary-list-txt {
  font-size: 3.73333vw;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
}

.forbeginners-glossary-detail-con {
  width: 94.66667vw;
  padding-top: 1.33333vw;
  margin: 0 auto;
}
.forbeginners-glossary-detail-con .btn-round {
  margin-top: 13.33333vw;
}
.forbeginners-glossary-detail-con section {
  margin-top: -13.33333vw;
  padding-top: 13.33333vw;
  margin-bottom: 10.66667vw;
}
.forbeginners-glossary-detail-con section section {
  margin-bottom: 6.66667vw;
}
.forbeginners-glossary-detail-con section h4 {
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.6;
  border-bottom: 1px solid #666;
  padding-top: 2.66667vw;
  padding-bottom: 2.66667vw;
  margin-bottom: 5.33333vw;
  position: relative;
  padding-left: 3.8em;
}
.forbeginners-glossary-detail-con section h4 span {
  position: absolute;
  text-align: left;
  display: block;
  top: 50%;
  left: 0.4vw;
  font-size: 6.66667vw;
  width: 2em;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.forbeginners-glossary-detail-con section h5 {
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 2.66667vw;
}
.forbeginners-glossary-detail-con section p {
  font-size: 3.73333vw;
  line-height: 1.6;
  margin-bottom: 4vw;
}
.forbeginners-glossary-detail-con section p:last-child {
  margin-bottom: 0;
}
.forbeginners-glossary-detail-con section p a {
  text-decoration: underline !important;
}
.forbeginners-glossary-detail-con section .list-indent {
  margin-bottom: 5.33333vw;
}
.forbeginners-glossary-detail-con section .list-indent li {
  margin-bottom: 0vw;
  padding-left: 1.2em;
}
.forbeginners-glossary-detail-con section .list-indent li::after {
  display: none;
}
.forbeginners-glossary-detail-con section ol,
.forbeginners-glossary-detail-con section ul {
  margin-bottom: 8vw;
}
.forbeginners-glossary-detail-con section ol li,
.forbeginners-glossary-detail-con section ul li {
  margin-bottom: 2.13333vw;
  font-size: 3.73333vw;
  position: relative;
  padding-left: 2em;
  line-height: 1.6;
}
.forbeginners-glossary-detail-con section ol li:last-child,
.forbeginners-glossary-detail-con section ul li:last-child {
  margin-bottom: 0;
}
.forbeginners-glossary-detail-con section ol li::after,
.forbeginners-glossary-detail-con section ul li::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "・";
  z-index: 1;
  width: 1.6em;
  text-align: right;
}
.forbeginners-glossary-detail-con section ol li:nth-child(1)::after {
  content: "1.";
}
.forbeginners-glossary-detail-con section ol li:nth-child(2)::after {
  content: "2.";
}
.forbeginners-glossary-detail-con section ol li:nth-child(3)::after {
  content: "3.";
}
.forbeginners-glossary-detail-con section ol li:nth-child(4)::after {
  content: "4.";
}
.forbeginners-glossary-detail-con section ol li:nth-child(5)::after {
  content: "5.";
}
.forbeginners-glossary-detail-con section ol li:nth-child(6)::after {
  content: "6.";
}
.forbeginners-glossary-detail-con section ol li:nth-child(7)::after {
  content: "7.";
}
.forbeginners-glossary-detail-con section ol li:nth-child(8)::after {
  content: "8.";
}
.forbeginners-glossary-detail-con section ol li:nth-child(9)::after {
  content: "9.";
}
.forbeginners-glossary-detail-con section ol li:nth-child(10)::after {
  content: "10.";
}
.forbeginners-glossary-detail-con section ol li:nth-child(11)::after {
  content: "11.";
}
.forbeginners-glossary-detail-con section ol li:nth-child(12)::after {
  content: "12.";
}
.forbeginners-glossary-detail-con section ol li:nth-child(13)::after {
  content: "13.";
}
.forbeginners-glossary-detail-con section ol li:nth-child(14)::after {
  content: "14.";
}
.forbeginners-glossary-detail-con section ol li:nth-child(15)::after {
  content: "15.";
}
.forbeginners-glossary-detail-con section ol li:nth-child(16)::after {
  content: "16.";
}
.forbeginners-glossary-detail-con section ol li:nth-child(17)::after {
  content: "17.";
}
.forbeginners-glossary-detail-con section ol li:nth-child(18)::after {
  content: "18.";
}
.forbeginners-glossary-detail-con section ol li:nth-child(19)::after {
  content: "19.";
}
.forbeginners-glossary-detail-con section ol li:nth-child(20)::after {
  content: "20.";
}
.forbeginners-glossary-detail-con section ol li:nth-child(21)::after {
  content: "21.";
}
.forbeginners-glossary-detail-con section ol li:nth-child(22)::after {
  content: "22.";
}
.forbeginners-glossary-detail-con section ol li:nth-child(23)::after {
  content: "23.";
}
.forbeginners-glossary-detail-con section ol li:nth-child(24)::after {
  content: "24.";
}
.forbeginners-glossary-detail-con section ol li:nth-child(25)::after {
  content: "25.";
}
.forbeginners-glossary-detail-con section ol li:nth-child(26)::after {
  content: "26.";
}
.forbeginners-glossary-detail-con section ol li:nth-child(27)::after {
  content: "27.";
}
.forbeginners-glossary-detail-con section ol li:nth-child(28)::after {
  content: "28.";
}
.forbeginners-glossary-detail-con section ol li:nth-child(29)::after {
  content: "29.";
}
.forbeginners-glossary-detail-con section ol li:nth-child(30)::after {
  content: "30.";
}
.forbeginners-glossary-detail-con section table {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-bottom: 8vw;
}
.forbeginners-glossary-detail-con section table th, .forbeginners-glossary-detail-con section table td {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 6px 10px;
  font-size: 3.73333vw;
}
.forbeginners-glossary-detail-con section table th {
  font-weight: 700;
}

.forbeginners-glossary-detail-main-ttl {
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 4vw;
}

.forbeginners-glossary-detail-main-txts {
  margin-bottom: 8vw;
  font-size: 3.73333vw !important;
  line-height: 1.6;
}
.forbeginners-glossary-detail-main-txts p {
  font-size: 3.73333vw !important;
  line-height: 1.6;
  margin-bottom: 2vw;
}
.forbeginners-glossary-detail-main-txts p:last-child {
  margin-bottom: 0;
}
.forbeginners-glossary-detail-main-txts .list-indent {
  margin-bottom: 3.33333vw;
}
.forbeginners-glossary-detail-main-txts .list-indent:last-child {
  margin-bottom: 0;
}

.forbeginners-glossary-detail-index {
  border: 1px solid #666;
  margin-bottom: 8vw;
  padding: 5.33333vw 0 6.66667vw;
}

.forbeginners-glossary-detail-img {
  margin-bottom: 5.33333vw;
}

.forbeginners-glossary-detail-index-ttl {
  width: 86.66667vw;
  font-size: 3.73333vw;
  margin: 0 auto 5.33333vw;
}

.forbeginners-glossary-detail-index-lists {
  width: 86.66667vw;
  margin: 0 auto;
  margin-bottom: 0 !important;
}
.forbeginners-glossary-detail-index-lists li {
  margin-bottom: 2.66667vw;
  padding-left: 0 !important;
}
.forbeginners-glossary-detail-index-lists li::after {
  display: none !important;
}
.forbeginners-glossary-detail-index-lists li a {
  display: block;
  color: #0325c3;
  font-size: 3.73333vw;
  line-height: 1.6;
  position: relative;
  padding-left: 7.46667vw;
  position: relative;
  padding-left: 4em;
}
.forbeginners-glossary-detail-index-lists li a span {
  position: absolute;
  text-align: left;
  display: block;
  left: 5.86667vw;
  width: 2em;
  text-align: center;
}
.forbeginners-glossary-detail-index-lists li a i {
  display: block;
  position: absolute;
  top: 1.06667vw;
  left: 0;
  width: 4.26667vw;
  height: 4.26667vw;
}
.forbeginners-glossary-detail-index-lists li a i::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0023c3;
  content: "";
  z-index: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.forbeginners-glossary-detail-index-lists li a i::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/icon-arr-w-r.svg) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  z-index: 1;
}

.icon-card {
  display: inline-block;
  margin: 0 0.3em;
  background: #fff;
  border: 2px solid #0023c3;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  top: 1.06667vw;
  width: 8.8vw;
  height: 5.33333vw;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.icon-card span {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .icon-card {
    width: 3.90625vw;
    height: 2.34375vw;
    top: 0.625vw;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .icon-card {
    width: 50px;
    height: 30px;
    top: 8px;
  }
}

.icon-card-num-01 {
  background: url(../img/common/icon-card-num-01.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.icon-card-num-02 {
  background: url(../img/common/icon-card-num-02.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.icon-card-num-03 {
  background: url(../img/common/icon-card-num-03.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.icon-card-num-04 {
  background: url(../img/common/icon-card-num-04.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.icon-card-num-05 {
  background: url(../img/common/icon-card-num-05.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.icon-card-num-06 {
  background: url(../img/common/icon-card-num-06.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.icon-card-num-07 {
  background: url(../img/common/icon-card-num-07.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.icon-card-num-08 {
  background: url(../img/common/icon-card-num-08.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.icon-card-num-09 {
  background: url(../img/common/icon-card-num-09.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.icon-card-num-10 {
  background: url(../img/common/icon-card-num-10.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.icon-card-num-11 {
  background: url(../img/common/icon-card-num-11.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.icon-card-num-12 {
  background: url(../img/common/icon-card-num-12.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.icon-card-num-13 {
  background: url(../img/common/icon-card-num-13.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.icon-card-mark-dia {
  background: url(../img/common/icon-card-mark-dia.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.icon-card-mark-heart {
  background: url(../img/common/icon-card-mark-heart.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.icon-card-mark-clover {
  background: url(../img/common/icon-card-mark-clover.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.icon-card-mark-spade {
  background: url(../img/common/icon-card-mark-spade.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.icon-card-dia::after,
.icon-card-spade::after,
.icon-card-heart::after,
.icon-card-clover::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
}

.icon-card-clover::after {
  background: url(../img/common/icon-card-clover.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.icon-card-spade::after {
  background: url(../img/common/icon-card-spade.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.icon-card-dia::after {
  background: url(../img/common/icon-card-dia.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.icon-card-heart::after {
  background: url(../img/common/icon-card-heart.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.icon-card-01::before,
.icon-card-02::before,
.icon-card-03::before,
.icon-card-04::before,
.icon-card-05::before,
.icon-card-06::before,
.icon-card-07::before,
.icon-card-08::before,
.icon-card-09::before,
.icon-card-10::before,
.icon-card-11::before,
.icon-card-12::before,
.icon-card-13::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
}

.icon-card-01::before {
  background: url(../img/common/icon-card-01.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.icon-card-02::before {
  background: url(../img/common/icon-card-02.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.icon-card-03::before {
  background: url(../img/common/icon-card-03.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.icon-card-04::before {
  background: url(../img/common/icon-card-04.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.icon-card-05::before {
  background: url(../img/common/icon-card-05.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.icon-card-06::before {
  background: url(../img/common/icon-card-06.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.icon-card-07::before {
  background: url(../img/common/icon-card-07.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.icon-card-08::before {
  background: url(../img/common/icon-card-08.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.icon-card-09::before {
  background: url(../img/common/icon-card-09.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.icon-card-10::before {
  background: url(../img/common/icon-card-10.svg) 0px 0 no-repeat;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  .icon-card-10::before {
    background: url(../img/common/icon-card-10.svg) 2px 0 no-repeat;
    background-size: 100% auto;
  }
}

.icon-card-11::before {
  background: url(../img/common/icon-card-11.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.icon-card-12::before {
  background: url(../img/common/icon-card-12.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.icon-card-13::before {
  background: url(../img/common/icon-card-13.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

@media print, screen and (min-width: 768px) {
  .bl-forbeginners-items .bl-forbeginners {
    margin-bottom: 80px;
  }
  .bl-forbeginners-items .bl-forbeginners:last-child {
    margin-bottom: 0;
  }
  .bl-forbeginners-items .bl-forbeginners .forbeginners-glossary-sec {
    margin-bottom: 100px;
    margin-top: -110px;
    padding-top: 110px;
  }
  .bl-forbeginners-items .bl-forbeginners .forbeginners-glossary-sec:last-child {
    margin-bottom: 0;
  }

  .forbeginners-poker-box {
    width: 89.06%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 15.625vw 0 0.78125vw;
    background: url(../img/forbeginners/forbeginners-bg-pc.jpg) 0 0 no-repeat #d2d2d2;
    background-size: cover;
    border: 2px solid #d2d2d2;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .forbeginners-poker-box {
    padding: 200px 0 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .forbeginners-poker-lists {
    width: 98.24%;
    margin: 0 auto;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .forbeginners-poker-lists li {
    width: 49.64%;
    margin-bottom: 10px;
  }
  .forbeginners-poker-lists li:last-child {
    margin-bottom: 10px;
  }
  .forbeginners-poker-lists li a {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    position: relative;
    text-align: left;
    font-size: 2.03125vw;
    line-height: 1.3;
    padding: 0 80px 0 20px;
    height: 90px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .forbeginners-poker-lists li a {
    font-size: 26px;
  }
}
@media print, screen and (min-width: 768px) {
  .forbeginners-poker-lists li a i {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .forbeginners-poker-lists li a {
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -ms-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
  }
  .forbeginners-poker-lists li a:hover {
    background: #e5e8f8;
  }
  .forbeginners-poker-lists li a:hover i {
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px);
  }
}

@media print, screen and (min-width: 768px) {
  .forbeginners-glossary-ttl {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .forbeginners-glossary-ttl-inner {
    width: 89.06%;
    max-width: 1140px;
    margin: 0 auto;
    height: 70px;
    font-size: 30px;
    padding-left: 94px;
  }
  .forbeginners-glossary-ttl-inner i {
    width: 70px;
    height: 46px;
    -webkit-transform: translateY(-46%);
    -moz-transform: translateY(-46%);
    -ms-transform: translateY(-46%);
    -o-transform: translateY(-46%);
    transform: translateY(-46%);
  }

  .forbeginners-glossary-lists {
    width: 89.06%;
    max-width: 1140px;
    margin: 0 auto;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .forbeginners-glossary-lists li {
    margin-bottom: 1.33333vw;
    width: 48.24%;
  }
  .forbeginners-glossary-lists li:last-child {
    margin-bottom: 0;
  }
  .forbeginners-glossary-lists li a {
    display: block;
    position: relative;
    padding: 16px 80px 16px 28px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .forbeginners-glossary-lists li a i {
    right: 23px;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .forbeginners-glossary-lists li a {
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -ms-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
  }
  .forbeginners-glossary-lists li a:hover i {
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px);
  }
}

@media print, screen and (min-width: 768px) {
  .forbeginners-glossary-list-ttl {
    font-size: 2.03125vw;
    line-height: 1.4;
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .forbeginners-glossary-list-ttl {
    font-size: 26px;
  }
}

@media print, screen and (min-width: 768px) {
  .forbeginners-glossary-list-txt {
    font-size: 1.5625vw;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .forbeginners-glossary-list-txt {
    font-size: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .forbeginners-glossary-detail-con {
    padding-top: 3.125vw;
    width: 89.06%;
    max-width: 1140px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .forbeginners-glossary-detail-con {
    padding-top: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .forbeginners-glossary-detail-con .btn-round {
    margin-top: 7.8125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .forbeginners-glossary-detail-con .btn-round {
    margin-top: 100px;
  }
}
@media print, screen and (min-width: 768px) {
  .forbeginners-glossary-detail-con section {
    margin-top: -110px;
    padding-top: 110px;
    margin-bottom: 9.375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .forbeginners-glossary-detail-con section {
    margin-bottom: 120px;
  }
}
@media print, screen and (min-width: 768px) {
  .forbeginners-glossary-detail-con section section {
    margin-bottom: 4.6875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .forbeginners-glossary-detail-con section section {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .forbeginners-glossary-detail-con section h4 {
    font-size: 2.34375vw;
    font-weight: 700;
    line-height: 1.6;
    border-bottom: 1px solid #666;
    padding-top: 1.5625vw;
    padding-bottom: 1.5625vw;
    margin-bottom: 2.34375vw;
    position: relative;
    padding-left: 3.0em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .forbeginners-glossary-detail-con section h4 {
    font-size: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .forbeginners-glossary-detail-con section h4 span {
    left: 0.23438vw;
    font-size: 3.125vw;
    width: 2em;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .forbeginners-glossary-detail-con section h4 span {
    font-size: 40px;
    left: 3px;
  }
}
@media print, screen and (min-width: 768px) {
  .forbeginners-glossary-detail-con section h5 {
    font-size: 1.875vw;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .forbeginners-glossary-detail-con section h5 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .forbeginners-glossary-detail-con section p {
    font-size: 1.5625vw;
    line-height: 1.6;
    margin-bottom: 1.5625vw;
  }
  .forbeginners-glossary-detail-con section p:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .forbeginners-glossary-detail-con section p {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .forbeginners-glossary-detail-con section p a:hover {
    text-decoration: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .forbeginners-glossary-detail-con section .list-indent {
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .forbeginners-glossary-detail-con section .list-indent {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .forbeginners-glossary-detail-con section .list-indent li {
    margin-bottom: 0vw;
  }
  .forbeginners-glossary-detail-con section ol,
  .forbeginners-glossary-detail-con section ul {
    margin-bottom: 3.90625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .forbeginners-glossary-detail-con section ol,
  .forbeginners-glossary-detail-con section ul {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .forbeginners-glossary-detail-con section ol li,
  .forbeginners-glossary-detail-con section ul li {
    margin-bottom: 0.78125vw;
    font-size: 1.5625vw;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .forbeginners-glossary-detail-con section ol li,
  .forbeginners-glossary-detail-con section ul li {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .forbeginners-glossary-detail-con section table {
    margin-bottom: 3.90625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .forbeginners-glossary-detail-con section table {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .forbeginners-glossary-detail-con section table th, .forbeginners-glossary-detail-con section table td {
    padding: 0.78125vw 1.09375vw;
    font-size: 1.5625vw;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .forbeginners-glossary-detail-con section table th, .forbeginners-glossary-detail-con section table td {
    padding: 10px 14px;
    font-size: 20px;
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .forbeginners-glossary-detail-main-ttl {
    font-size: 2.8125vw;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 2.34375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .forbeginners-glossary-detail-main-ttl {
    font-size: 36px;
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .forbeginners-glossary-detail-main-txts {
    margin-bottom: 4.6875vw;
    font-size: 2.1875vw !important;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .forbeginners-glossary-detail-main-txts {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .forbeginners-glossary-detail-main-txts {
    font-size: 20px !important;
  }
}
@media print, screen and (min-width: 768px) {
  .forbeginners-glossary-detail-main-txts p {
    font-size: 2.1875vw !important;
    line-height: 1.6;
    margin-bottom: 1.17188vw;
  }
  .forbeginners-glossary-detail-main-txts p:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .forbeginners-glossary-detail-main-txts p {
    font-size: 20px !important;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .forbeginners-glossary-detail-main-txts .list-indent {
    margin-bottom: 1.95313vw;
  }
  .forbeginners-glossary-detail-main-txts .list-indent:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .forbeginners-glossary-detail-main-txts .list-indent {
    margin-bottom: 25px;
  }
}

@media print, screen and (min-width: 768px) {
  .forbeginners-glossary-detail-img {
    margin-bottom: 2.34375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .forbeginners-glossary-detail-img {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .forbeginners-glossary-detail-index {
    border: 1px solid #666;
    margin-bottom: 6.25vw;
    padding: 2.34375vw 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .forbeginners-glossary-detail-index {
    font-size: 20px;
    margin-bottom: 80px;
    padding: 40px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .forbeginners-glossary-detail-index-ttl {
    width: 92.98%;
    max-width: 1060px;
    font-size: 2.1875vw;
    margin: 0 auto 2.34375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .forbeginners-glossary-detail-index-ttl {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .forbeginners-glossary-detail-index-lists {
    width: 92.98%;
    max-width: 1060px;
    margin: 0 auto;
  }
  .forbeginners-glossary-detail-index-lists li {
    margin-bottom: 0.78125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .forbeginners-glossary-detail-index-lists li {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .forbeginners-glossary-detail-index-lists li a {
    display: block;
    color: #0325c3;
    font-size: 1.5625vw;
    line-height: 1.6;
    position: relative;
    position: relative;
    padding-left: 3.6em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .forbeginners-glossary-detail-index-lists li a {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .forbeginners-glossary-detail-index-lists li a span {
    position: absolute;
    text-align: left;
    display: block;
    left: 2.1875vw;
    width: 2em;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .forbeginners-glossary-detail-index-lists li a span {
    left: 28px;
  }
}
@media print, screen and (min-width: 768px) {
  .forbeginners-glossary-detail-index-lists li a i {
    top: 0.46875vw;
    width: 1.71875vw;
    height: 1.71875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .forbeginners-glossary-detail-index-lists li a i {
    top: 6px;
    width: 22px;
    height: 22px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .forbeginners-glossary-detail-index-lists li a {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .forbeginners-glossary-detail-index-lists li a:hover {
    opacity: 0.7;
  }
}

.tab-nav {
  width: 100%;
  padding-top: 5.33333vw;
}
.tab-nav ul {
  width: 100%;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.tab-nav ul li {
  width: 24.53333vw;
  width: 24.53%;
}
.tab-nav ul li a {
  display: block;
  color: #0325c3;
  text-align: center;
  background: #fff;
  height: 12vw;
  padding-top: 2.13333vw;
  font-weight: 700;
  position: relative;
}
.tab-nav ul li a::before {
  border: 1px solid #0325c3;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
}
.tab-nav ul li.state-active a {
  background: #0325c3;
  color: #fff;
}
.tab-nav ul li.state-active a::after {
  border: 1px solid #0325c3;
  display: block;
  position: absolute;
  top: -2.53333vw;
  left: 0;
  width: 100%;
  height: 2.66667vw;
  background: #0325c3;
  content: "";
  z-index: 2;
}

.tab-nav-item-inner {
  overflow: hidden;
}

.tab-nav-item-ja {
  font-size: 3.2vw;
  margin-bottom: 1.73333vw;
  position: relative;
  z-index: 3;
}

.tab-nav-item-en {
  font-size: 1.33333vw;
  position: relative;
  z-index: 3;
  width: 200%;
  left: -50%;
  transform-origin: 50% 50%;
  transform: scale(0.6);
}
@media print, screen and (min-width: 350px) {
  .tab-nav-item-en {
    transform: scale(0.7);
  }
}

.tab-con-items .tab-con-item {
  height: 0;
  overflow: hidden;
}
.tab-con-items .tab-con-item.state-active {
  height: auto;
  overflow: visible;
}

.coming-txt {
  text-align: center;
  padding: 9.33333vw 0 9.33333vw;
  font-size: 5.33333vw;
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  .tab-nav {
    width: 100%;
    padding-top: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .tab-nav {
    padding-top: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .tab-nav ul {
    width: 90%;
    max-width: 1260px;
    margin: 0 auto;
  }
  .tab-nav ul li {
    width: 24.76%;
  }
  .tab-nav ul li a {
    height: 7.03125vw;
    padding-top: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .tab-nav ul li a {
    height: 90px;
    padding-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .tab-nav ul li.state-active a::after {
    top: -1.48438vw;
    height: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .tab-nav ul li.state-active a::after {
    top: -19px;
    height: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .tab-nav-item-ja {
    font-size: 1.875vw;
    margin-bottom: 0.78125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .tab-nav-item-ja {
    font-size: 24px;
    margin-bottom: 12px;
  }
}

@media print, screen and (min-width: 768px) {
  .tab-nav-item-en {
    font-size: 1.09375vw;
    transform: scale(1);
    padding-bottom: 1em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .tab-nav-item-en {
    font-size: 14px;
  }
}

@media print, screen and (min-width: 768px) {
  .coming-txt {
    padding: 5.46875vw 0 5.46875vw;
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .coming-txt {
    padding: 70px 0 70px;
    font-size: 40px;
  }
}

.forbeginners-app-bnr {
  width: 85.33333vw;
  width: 90.66667vw;
  width: 100%;
  margin: 0 auto 6.13333vw;
}
.forbeginners-app-bnr a {
  display: block;
}
.forbeginners-btm .forbeginners-app-bnr {
  width: 94.66667vw;
}

.forbeginners-app-items {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.forbeginners-app-items .forbeginners-app-item {
  margin: 0 1.33333vw;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.forbeginners-app-items .forbeginners-app-item.type-qr img {
  height: 13.06667vw;
}
.forbeginners-app-items .forbeginners-app-item a {
  display: block;
}
.forbeginners-app-items .forbeginners-app-item a img {
  width: auto;
  height: 9.86667vw;
  height: 12vw;
  height: 13.33333vw;
}
.forbeginners-btm .forbeginners-app-items .forbeginners-app-item {
  margin: 0 2vw;
}
.forbeginners-btm .forbeginners-app-items .forbeginners-app-item.type-qr {
  display: none;
}
.forbeginners-btm .forbeginners-app-items .forbeginners-app-item.type-qr img {
  height: 18.66667vw;
}
.forbeginners-btm .forbeginners-app-items .forbeginners-app-item a img {
  height: 12.8vw;
}

@media print, screen and (min-width: 768px) {
  .forbeginners-app-bnr {
    width: 50vw;
    margin: 0 auto 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .forbeginners-app-bnr {
    width: 640px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .forbeginners-app-bnr a {
    display: block;
    -webkit-transition: opacity 0.3s 0s ease;
    -moz-transition: opacity 0.3s 0s ease;
    -ms-transition: opacity 0.3s 0s ease;
    -o-transition: opacity 0.3s 0s ease;
    transition: opacity 0.3s 0s ease;
  }
  .forbeginners-app-bnr a:hover {
    -webkit-transition: opacity 0.2s 0s ease;
    -moz-transition: opacity 0.2s 0s ease;
    -ms-transition: opacity 0.2s 0s ease;
    -o-transition: opacity 0.2s 0s ease;
    transition: opacity 0.2s 0s ease;
    opacity: 0.7;
  }
  .forbeginners-btm .forbeginners-app-bnr {
    width: 42.96875vw;
    margin: 0 auto 2.73438vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .forbeginners-btm .forbeginners-app-bnr {
    width: 550px;
    margin-bottom: 35px;
  }
}

@media print, screen and (min-width: 768px) {
  .forbeginners-btm .forbeginners-app-items {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .forbeginners-btm .forbeginners-app-items {
    width: 42.96875vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .forbeginners-btm .forbeginners-app-items {
    width: 550px;
  }
}
@media print, screen and (min-width: 768px) {
  .forbeginners-app-items .forbeginners-app-item {
    margin: 0 0.78125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .forbeginners-app-items .forbeginners-app-item {
    margin: 0 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .forbeginners-app-items .forbeginners-app-item.type-qr img {
    height: 9.375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .forbeginners-app-items .forbeginners-app-item.type-qr img {
    height: 120px;
  }
}
@media print, screen and (min-width: 768px) {
  .forbeginners-app-items .forbeginners-app-item a {
    -webkit-transition: opacity 0.3s 0s ease;
    -moz-transition: opacity 0.3s 0s ease;
    -ms-transition: opacity 0.3s 0s ease;
    -o-transition: opacity 0.3s 0s ease;
    transition: opacity 0.3s 0s ease;
  }
  .forbeginners-app-items .forbeginners-app-item a img {
    height: 5.78125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .forbeginners-app-items .forbeginners-app-item a img {
    height: 74px;
  }
}
@media print, screen and (min-width: 768px) {
  .forbeginners-app-items .forbeginners-app-item a:hover {
    -webkit-transition: opacity 0.2s 0s ease;
    -moz-transition: opacity 0.2s 0s ease;
    -ms-transition: opacity 0.2s 0s ease;
    -o-transition: opacity 0.2s 0s ease;
    transition: opacity 0.2s 0s ease;
    opacity: 0.7;
  }
  .forbeginners-btm .forbeginners-app-items .forbeginners-app-item {
    margin: 0 0;
  }
  .forbeginners-btm .forbeginners-app-items .forbeginners-app-item.type-qr {
    display: block;
  }
  .forbeginners-btm .forbeginners-app-items .forbeginners-app-item.type-qr img {
    height: 8.4375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .forbeginners-btm .forbeginners-app-items .forbeginners-app-item.type-qr img {
    height: 108px;
  }
}
@media print, screen and (min-width: 768px) {
  .forbeginners-btm .forbeginners-app-items .forbeginners-app-item a img {
    height: 5.3125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .forbeginners-btm .forbeginners-app-items .forbeginners-app-item a img {
    height: 68px;
  }
}

.bl-goods {
  width: 94.66667vw;
  margin: 0 auto;
  padding-top: 6.13333vw;
  padding-bottom: 0;
}

.goods-items {
  padding-bottom: 18.66667vw;
  margin-bottom: 1.33333vw;
  border-bottom: 1px solid #a1a1a1;
}
.goods-items .goods-item {
  margin-bottom: 26.66667vw;
}
.goods-items .goods-item:last-child {
  margin-bottom: 0;
}

.goods-copy-txt {
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5;
  color: #0023c3;
  color: #0325c3;
  margin-bottom: 6.13333vw;
}

.goods-item-img-assets {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 4.26667vw;
}

.goods-item-img-thumbs {
  width: 14.13333vw;
}
.goods-item-img-thumbs .goods-item-img-thumb {
  width: 14.13333vw;
  margin-bottom: 2vw;
  position: relative;
}
.goods-item-img-thumbs .goods-item-img-thumb:last-child {
  margin-bottom: 0;
  position: relative;
  top: -0.13333vw;
}
.goods-item-img-thumbs .goods-item-img-thumb a {
  display: block;
  position: relative;
  z-index: 2;
}
.goods-item-img-thumbs .goods-item-img-thumb.state-active::after {
  opacity: 0.3;
  opacity: 1;
  z-index: 5;
  -webkit-transition: border 0.2s 0s ease;
  -moz-transition: border 0.2s 0s ease;
  -ms-transition: border 0.2s 0s ease;
  -o-transition: border 0.2s 0s ease;
  transition: border 0.2s 0s ease;
}
.goods-item-img-thumbs .goods-item-img-thumb::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #0325c3;
  -webkit-transition: border 0.3s 0s ease;
  -moz-transition: border 0.3s 0s ease;
  -ms-transition: border 0.3s 0s ease;
  -o-transition: border 0.3s 0s ease;
  transition: border 0.3s 0s ease;
  opacity: 0;
  content: "";
  z-index: 1;
}

.goods-item-img-main {
  width: 78.4vw;
  position: relative;
}
.goods-item-img-main img {
  position: relative;
  z-index: 1;
}
.goods-item-img-main.type-new::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/goods/icon_main_new.png) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  z-index: 4;
}
.goods-item-img-main.type-sold::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/goods/icon_main_sold.png) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  z-index: 4;
}

.goods-item-ttl {
  font-size: 5.33333vw;
  line-height: 1.4;
  margin-bottom: 6vw;
}

.goods-item-fee {
  font-size: 5.33333vw;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6vw;
}

.goods-item-color {
  font-size: 3.2vw;
  line-height: 1;
  margin-bottom: 3.33333vw;
}

.goods-item-size {
  margin-bottom: 5.33333vw;
}

.goods-item-size-ttl {
  font-size: 3.2vw;
  line-height: 1;
  margin-bottom: 4.26667vw;
}

.goods-item-size-items {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.goods-item-size-items li {
  width: 13.33333vw;
  height: 13.33333vw;
  text-align: center;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  font-size: 4.8vw;
  background: #e9e9e9;
  margin-right: 2.66667vw;
  position: relative;
}
.goods-item-size-items li:last-child {
  margin-right: 0;
}
.goods-item-size-items li span {
  position: relative;
  z-index: 1;
}
.goods-item-size-items li.type-sold::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/goods/icon_size_sold.png) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  z-index: 4;
}
.goods-item-size-items li.type-sold span {
  color: #727272;
}

.goods-item-table {
  width: 100%;
  border-top: 1px solid #a1a1a1;
  border-left: 1px solid #a1a1a1;
}
.goods-item-table td,
.goods-item-table th {
  width: 20%;
  padding: 2.66667vw 2.66667vw;
  border-bottom: 1px solid #a1a1a1;
  border-right: 1px solid #a1a1a1;
  font-size: 3.2vw;
  text-align: left;
}
.goods-item-table th {
  background: #e9e9e9;
}

.goods-cashless {
  padding-bottom: 8vw;
  margin-bottom: 0;
  border-bottom: 1px solid #a1a1a1;
}

.goods-cashless-txt {
  font-size: 3.2vw;
  line-height: 1.6;
  margin-bottom: 4.8vw;
}

.goods-cashless-howto-txt {
  margin-bottom: 8vw;
}
.goods-cashless-howto-txt dt {
  font-size: 3.2vw;
  font-weight: 700;
  margin-bottom: 2.13333vw;
}
.goods-cashless-howto-txt dd {
  font-size: 3.2vw;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .bl-goods {
    width: 89.06%;
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 4.6875vw;
    padding-bottom: 0vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .bl-goods {
    padding-top: 60px;
    padding-bottom: 0px;
  }
}

@media print, screen and (min-width: 768px) {
  .goods-items {
    padding-bottom: 9.375vw;
    margin-bottom: 0.78125vw;
    border-bottom: 1px solid #a1a1a1;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .goods-items {
    margin-bottom: 10px;
    padding-bottom: 120px;
  }
}
@media print, screen and (min-width: 768px) {
  .goods-items .goods-item {
    margin-bottom: 7.8125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .goods-items .goods-item {
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 768px) {
  .goods-items .goods-item:last-child {
    margin-bottom: 0;
  }

  .goods-copy-txt {
    font-size: 2.8125vw;
    line-height: 1.5;
    margin-bottom: 4.6875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .goods-copy-txt {
    font-size: 36px;
    margin-bottom: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .goods-item-layout {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }

  .goods-item-layout-l {
    width: 47.1875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .goods-item-layout-l {
    width: 604px;
  }
}

@media print, screen and (min-width: 768px) {
  .goods-item-layout-r {
    width: 38.28125vw;
    padding-top: 0.46875vw;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .goods-item-layout-r {
    width: 490px;
    padding-top: 6px;
  }
}

@media print, screen and (min-width: 768px) {
  .goods-item-img-assets {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 0;
  }

  .goods-item-img-thumbs {
    width: 7.03125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .goods-item-img-thumbs {
    width: 90px;
  }
}
@media print, screen and (min-width: 768px) {
  .goods-item-img-thumbs .goods-item-img-thumb {
    width: 7.03125vw;
    margin-bottom: 1.01563vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .goods-item-img-thumbs .goods-item-img-thumb {
    width: 90px;
    margin-bottom: 13px;
  }
}
@media print, screen and (min-width: 768px) {
  .goods-item-img-thumbs .goods-item-img-thumb:last-child {
    margin-bottom: 0;
    top: -0.07813vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .goods-item-img-thumbs .goods-item-img-thumb:last-child {
    top: -1px;
  }
}

@media print, screen and (min-width: 768px) {
  .goods-item-img-main {
    width: 39.0625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .goods-item-img-main {
    width: 500px;
  }
}

@media print, screen and (min-width: 768px) {
  .goods-item-ttl {
    font-size: 1.5625vw;
    line-height: 1.4;
    margin-bottom: 1.95313vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .goods-item-ttl {
    font-size: 20px;
    margin-bottom: 25px;
  }
}

@media print, screen and (min-width: 768px) {
  .goods-item-fee {
    font-size: 1.5625vw;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1.95313vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .goods-item-fee {
    font-size: 20px;
    margin-bottom: 25px;
  }
}

@media print, screen and (min-width: 768px) {
  .goods-item-color {
    font-size: 0.9375vw;
    line-height: 1;
    margin-bottom: 1.71875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .goods-item-color {
    font-size: 12px;
    margin-bottom: 22px;
  }
}

@media print, screen and (min-width: 768px) {
  .goods-item-size {
    margin-bottom: 7.42188vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .goods-item-size {
    margin-bottom: 95px;
  }
}

@media print, screen and (min-width: 768px) {
  .goods-item-size-ttl {
    font-size: 0.9375vw;
    line-height: 1;
    margin-bottom: 0.9375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .goods-item-size-ttl {
    font-size: 12px;
    margin-bottom: 12px;
  }
}

@media print, screen and (min-width: 768px) {
  .goods-item-size-items li {
    width: 3.90625vw;
    height: 3.90625vw;
    font-size: 1.40625vw;
    margin-right: 0.78125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .goods-item-size-items li {
    width: 50px;
    height: 50px;
    font-size: 18px;
    margin-right: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .goods-item-table {
    position: absolute;
    bottom: 2px;
  }
  .goods-item-table td,
  .goods-item-table th {
    padding: 1.09375vw 1.09375vw;
    font-size: 0.9375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .goods-item-table td,
  .goods-item-table th {
    font-size: 12px;
    padding: 14px 14px;
  }
}

@media print, screen and (min-width: 768px) {
  .goods-cashless {
    padding-bottom: 2.34375vw;
    margin-bottom: 0vw;
    border-bottom: 1px solid #a1a1a1;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .goods-cashless {
    padding-bottom: 30px;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .goods-cashless-txt {
    font-size: 1.40625vw;
    line-height: 1.6;
    margin-bottom: 3.51563vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .goods-cashless-txt {
    font-size: 18px;
    margin-bottom: 45px;
  }
}

@media print, screen and (min-width: 768px) {
  .goods-cashless-howto-txt {
    margin-bottom: 2.34375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .goods-cashless-howto-txt {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .goods-cashless-howto-txt dt {
    font-size: 1.40625vw;
    font-weight: 700;
    margin-bottom: 1.09375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .goods-cashless-howto-txt dt {
    font-size: 18px;
    margin-bottom: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .goods-cashless-howto-txt dd {
    font-size: 1.40625vw;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .goods-cashless-howto-txt dd {
    font-size: 18px;
  }
}

/********************/
.topics-article-ttl-line {
  font-size: 3.73333vw;
  font-weight: 700;
  border-top: 2px solid #00259A;
  padding-top: 5.86667vw;
}
@media print, screen and (min-width: 768px) {
  .topics-article-ttl-line {
    padding-top: 2.8125vw;
    font-size: 2.1875vw;
    border-top: 4px solid #00259A;
  }
}
@media screen and (min-width: 1280px) {
  .topics-article-ttl-line {
    padding-top: 36px;
    font-size: 28px;
  }
}

.topics-article-index {
  border: 1px solid #707070;
  padding: 4.53333vw 0 4.53333vw !important;
  margin-bottom: 8vw;
}
@media print, screen and (min-width: 768px) {
  .topics-article-index {
    padding: 2.34375vw 0 2.34375vw !important;
    margin-bottom: 3.90625vw;
  }
}
@media screen and (min-width: 1280px) {
  .topics-article-index {
    padding: 30px 0 30px !important;
    margin-bottom: 50px;
  }
}

.topics-article-index-ttl {
  width: 84vw;
  font-size: 3.73333vw;
  margin: 0 auto 4.53333vw;
}
@media print, screen and (min-width: 768px) {
  .topics-article-index-ttl {
    width: 91.95% !important;
    font-size: 2.1875vw !important;
    margin-bottom: 2.1875vw;
  }
}
@media screen and (min-width: 1280px) {
  .topics-article-index-ttl {
    width: 800px !important;
    font-size: 28px !important;
    margin-bottom: 28px;
  }
}

.topics-article-index-list {
  width: 84vw;
  margin: 0 auto 0 !important;
  list-style: none;
}
.topics-article-index-list li {
  list-style: none;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0px;
  line-height: 1.8;
  margin-bottom: 0.66667vw;
}
.topics-article-index-list li a {
  color: #0424C3;
  font-size: 2.66667vw;
  text-decoration: none !important;
}
.topics-article-index-list li::after {
  display: none !important;
}
.topics-article-index-list li:last-child {
  margin-bottom: 0 !important;
}
.topics-article-index-list li span {
  position: absolute;
  text-align: left;
  display: inline-block;
  top: 0.3em;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .topics-article-index-list {
    width: 91.95% !important;
  }
  .topics-article-index-list li {
    padding-left: 1.5em !important;
    margin-bottom: 0.3125vw;
  }
  .topics-article-index-list li a {
    font-size: 1.5625vw;
  }
  .topics-article-index-list li span {
    top: 0em;
  }
}
@media screen and (min-width: 1024px) {
  .topics-article-index-list {
    -webkit-transition: opaicty 0.3s ease-out;
    -moz-transition: opaicty 0.3s ease-out;
    -ms-transition: opaicty 0.3s ease-out;
    -o-transition: opaicty 0.3s ease-out;
    transition: opaicty 0.3s ease-out;
  }
  .topics-article-index-list a {
    -webkit-transition: opaicty 0.2s ease-out;
    -moz-transition: opaicty 0.2s ease-out;
    -ms-transition: opaicty 0.2s ease-out;
    -o-transition: opaicty 0.2s ease-out;
    transition: opaicty 0.2s ease-out;
  }
  .topics-article-index-list a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1280px) {
  .topics-article-index-list {
    width: 800px !important;
  }
  .topics-article-index-list li {
    padding-left: 1.5em !important;
    margin-bottom: 4px;
  }
  .topics-article-index-list li a {
    font-size: 20px;
  }
}

.topics-article-role-item-l img {
  margin-top: -2.66667vw !important;
  margin-bottom: 2vw !important;
}
@media print, screen and (min-width: 768px) {
  .topics-article-role-item-l img {
    margin-top: -1.5625vw !important;
    margin-bottom: 1.17188vw !important;
  }
}
@media screen and (min-width: 1280px) {
  .topics-article-role-item-l img {
    margin-top: -20px !important;
    margin-bottom: 15px !important;
  }
}

.topics-article-role-items {
  background: #00259A;
  color: #fff;
  padding: 4vw 0 5.33333vw;
  margin-bottom: 9.33333vw;
}
.topics-article-role-items .topics-article-role-item {
  width: 84vw;
  font-size: 3.73333vw;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5.33333vw;
  margin-bottom: 5.33333vw;
  border-bottom: 1px solid #fff;
}
.topics-article-role-items .topics-article-role-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .topics-article-role-items {
    padding: 1.5625vw 0 3.125vw;
    margin-bottom: 3.90625vw;
  }
  .topics-article-role-items .topics-article-role-item {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    width: 93.1% !important;
    font-size: 1.25vw;
    padding-bottom: 2.34375vw;
    margin-bottom: 2.34375vw;
    border-bottom: 2px solid #fff;
  }
}
@media screen and (min-width: 1280px) {
  .topics-article-role-items {
    padding: 20px 0 40px;
    margin-bottom: 50px;
  }
  .topics-article-role-items .topics-article-role-item {
    width: 810px;
    font-size: 16px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .topics-article-role-item p.hack-yaku {
    position: relative;
    width: 130%;
    left: -15%;
  }
}

@media print, screen and (min-width: 768px) {
  .topics-article-role-item-l {
    width: 60.49% !important;
  }
}
@media screen and (min-width: 1024px) {
  .topics-article-role-item-l {
    width: 490px;
  }
}

@media print, screen and (min-width: 768px) {
  .topics-article-role-item-r {
    width: 38.88% !important;
    padding-top: 2.34375vw;
  }
}
@media screen and (min-width: 1280px) {
  .topics-article-role-item-r {
    width: 315px;
    padding-top: 30px;
  }
}

.topics-article-step {
  background: #00259A;
  color: #fff;
  padding: 5.33333vw 0;
  margin-bottom: 2.66667vw;
}
@media print, screen and (min-width: 768px) {
  .topics-article-step {
    padding: 2.34375vw 0 2.8125vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 1280px) {
  .topics-article-step {
    padding: 30px 0 36px;
    margin-bottom: 20px;
  }
}

.topics-article-step-inner {
  width: 84vw;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  .topics-article-step-inner {
    width: 93.1% !important;
  }
}
@media screen and (min-width: 1280px) {
  .topics-article-step-inner {
    width: 810px;
  }
}

.topics-article-step-ttl {
  font-weight: 700;
}

.topics-article-step-flow {
  border: 1px solid #fff;
  margin: 4vw 0;
  padding: 4vw 0 4vw 8vw;
  background: url(../img/topics/topics_article_step_flow.png) 0.8vw center no-repeat;
  background-size: 5.46667vw 19.73333vw;
}
.topics-article-step-flow ul {
  margin-bottom: 0 !important;
}
.topics-article-step-flow ul li {
  padding-left: 21.33333vw !important;
}
.topics-article-step-flow ul li::after {
  display: none !important;
}
.topics-article-step-flow ul li div {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22.66667vw;
}
.topics-article-step-flow ul li div span {
  position: absolute;
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .topics-article-step-flow {
    margin: 2.34375vw 0;
    padding: 2.34375vw 14.375vw 2.34375vw 14.375vw;
    background: url(../img/topics/topics_article_step_flow.png) 8.4375vw center no-repeat;
    background-size: 3.28125vw 11.5625vw;
  }
  .topics-article-step-flow ul li {
    padding-left: 145px !important;
  }
  .topics-article-step-flow ul li div {
    width: 145px;
  }
}
@media screen and (min-width: 1280px) {
  .topics-article-step-flow {
    margin: 30px 0;
    padding: 30px 184px 30px 184px;
    background: url(../img/topics/topics_article_step_flow.png) 108px center no-repeat;
    background-size: 42px 148px;
  }
  .topics-article-step-flow ul li {
    padding-left: 145px !important;
  }
  .topics-article-step-flow ul li div {
    width: 145px;
  }
}

.topics-article-img-sp-big {
  position: relative;
  overflow: hidden;
  margin-bottom: 0 !important;
}
.topics-article-img-sp-big img {
  display: block;
  position: relative;
  width: 130%;
  left: -15%;
}
@media print, screen and (min-width: 768px) {
  .topics-article-img-sp-big img {
    width: 100%;
    left: 0;
  }
}

.topics-article-action {
  background: #00259A;
  color: #fff;
  padding: 5.33333vw 0;
  margin-bottom: 2.66667vw;
}
@media print, screen and (min-width: 768px) {
  .topics-article-action {
    padding: 2.34375vw 0 2.8125vw;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .topics-article-action {
    padding: 30px 0 36px;
    margin-bottom: 20px;
  }
}

.topics-article-action-items {
  width: 84vw;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #fff;
  padding: 3.2vw 2.66667vw;
  margin-bottom: 0 !important;
}
.topics-article-action-items li {
  padding-left: 20vw !important;
}
.topics-article-action-items li::after {
  display: none !important;
}
.topics-article-action-items li div {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20vw;
  text-decoration: underline;
}
.topics-article-action-items li div span {
  position: absolute;
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .topics-article-action-items {
    width: 93.1% !important;
    padding: 1.5625vw 1.5625vw;
  }
  .topics-article-action-items li {
    padding-left: 125px !important;
  }
  .topics-article-action-items li div {
    width: 125px;
  }
}
@media screen and (min-width: 1280px) {
  .topics-article-action-items {
    width: 810px;
    padding: 20px 20px;
  }
  .topics-article-action-items li {
    padding-left: 125px !important;
  }
  .topics-article-action-items li div {
    width: 125px;
  }
}

.list-indent.type-article-num li {
  padding-left: 1.1em !important;
}
.list-indent.type-article-num li::after {
  display: none !important;
}

.topics-relation-links li {
  padding-left: 1.5em !important;
}
.topics-relation-links li::after {
  display: none !important;
}
.topics-relation-links li a {
  position: relative;
  display: block;
  padding-left: 26px !important;
  -webkit-transition: opaicty 0.3s ease-out;
  -moz-transition: opaicty 0.3s ease-out;
  -ms-transition: opaicty 0.3s ease-out;
  -o-transition: opaicty 0.3s ease-out;
  transition: opaicty 0.3s ease-out;
}
.topics-relation-links li a i {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -9px;
}
.topics-relation-links li a i::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0023c3;
  content: "";
  z-index: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.topics-relation-links li a i::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/icon-arr-w-r.svg) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .topics-relation-links li a {
    padding-left: 44px !important;
  }
  .topics-relation-links li a i {
    left: 10px;
    width: 24px;
    height: 24px;
    margin-top: -11px;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
}
@media screen and (min-width: 1024px) {
  .topics-relation-links li a {
    -webkit-transition: opaicty 0.2s ease-out;
    -moz-transition: opaicty 0.2s ease-out;
    -ms-transition: opaicty 0.2s ease-out;
    -o-transition: opaicty 0.2s ease-out;
    transition: opaicty 0.2s ease-out;
  }
  .topics-relation-links li a:hover {
    opacity: 0.6;
  }
  .topics-relation-links li a:hover i {
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px);
  }
}
@media screen and (min-width: 1280px) {
  .topics-relation-links li a {
    padding-left: 44px !important;
  }
  .topics-relation-links li a i {
    left: 10px;
    width: 24px;
    height: 24px;
    margin-top: -11px;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
}

.article-movie {
  position: relative;
  width: 100%;
  background: #34A2F8;
  padding: 4.66667vw 0 6vw;
  margin: 8vw auto 8vw;
}
@media print, screen and (min-width: 768px) {
  .article-movie {
    width: 67.96875vw;
    width: 100%;
    padding: 3.51563vw 0 3.90625vw;
    margin-top: 3.90625vw;
    margin-bottom: 4.6875vw;
  }
}
@media screen and (min-width: 1280px) {
  .article-movie {
    width: 870px;
    width: 100%;
    padding: 45px 0 50px;
    margin-top: 50px;
    margin-bottom: 60px;
  }
}

.article-movie-ttl {
  font-size: 3.73333vw !important;
  color: #fff;
  font-weight: 700;
  width: 84vw;
  margin: 0 auto 3.33333vw;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .article-movie-ttl {
    font-size: 1.5625vw !important;
    width: 60.9375vw;
    width: 68.75vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 1280px) {
  .article-movie-ttl {
    font-size: 20px !important;
    width: 780px;
    width: 880px;
    margin-bottom: 20px;
  }
}

.article-movie-item {
  width: 84vw;
  margin: 0 auto;
  background: #fff;
  -webkit-border-radius: 1.6vw;
  -moz-border-radius: 1.6vw;
  -ms-border-radius: 1.6vw;
  -o-border-radius: 1.6vw;
  border-radius: 1.6vw;
  overflow: hidden;
}
.article-movie-item a {
  display: block;
  padding: 2vw 2vw 4.66667vw;
}
@media print, screen and (min-width: 768px) {
  .article-movie-item {
    width: 68.75vw;
    -webkit-border-radius: 0.9375vw;
    -moz-border-radius: 0.9375vw;
    -ms-border-radius: 0.9375vw;
    -o-border-radius: 0.9375vw;
    border-radius: 0.9375vw;
  }
  .article-movie-item a {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    padding: 1.17188vw 1.17188vw;
  }
}
@media screen and (min-width: 1280px) {
  .article-movie-item {
    width: 880px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
  }
  .article-movie-item a {
    padding: 15px;
  }
  .article-movie-item a:hover .article-movie-item-img,
  .article-movie-item a:hover .article-movie-item-txt {
    opacity: 0.7;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
}

.article-movie-item-img {
  -webkit-border-radius: 1.6vw;
  -moz-border-radius: 1.6vw;
  -ms-border-radius: 1.6vw;
  -o-border-radius: 1.6vw;
  border-radius: 1.6vw;
  overflow: hidden;
  margin-bottom: 4.66667vw;
  padding-bottom: 56.25%;
  position: relative;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media print, screen and (min-width: 768px) {
  .article-movie-item-img {
    -webkit-border-radius: 0.9375vw;
    -moz-border-radius: 0.9375vw;
    -ms-border-radius: 0.9375vw;
    -o-border-radius: 0.9375vw;
    border-radius: 0.9375vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .article-movie-item-img {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
  }
}

@media print, screen and (min-width: 768px) {
  .article-movie-item-img-wrap {
    width: 26.5625vw;
  }
}
@media screen and (min-width: 1280px) {
  .article-movie-item-img-wrap {
    width: 340px;
  }
}

.article-movie-item-img-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.article-movie-item-img-inner img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
}
.article-movie-item-img-inner img.jsLoadImg {
  opacity: 0;
}
.article-movie-item-img-inner img.jsLoadImg.state-onload {
  opacity: 1;
}
.article-movie-item-img-inner i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19.73333vw;
  height: 13.86667vw;
  margin-top: -6.93333vw;
  margin-left: -9.86667vw;
  background: url(../img/common/icon_play.png) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .article-movie-item-img-inner i {
    width: 5.78125vw;
    height: 4.0625vw;
    margin-top: -2.03125vw;
    margin-left: -2.89063vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .article-movie-item-img-inner i {
    width: 74px;
    height: 52px;
    margin-top: -26px;
    margin-left: -37px;
  }
}

p.article-movie-item-txt {
  font-size: 3.2vw !important;
  color: #000;
  line-height: 1.6;
  margin: 0 2.13333vw;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media print, screen and (min-width: 768px) {
  p.article-movie-item-txt {
    width: 32.03125vw;
    width: 39.84375vw;
    font-size: 1.40625vw !important;
    margin: 0 0;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    padding: 0 1.95313vw 0 2.73438vw;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  p.article-movie-item-txt {
    width: 410px;
    width: 510px;
    font-size: 18px;
    padding: 0 25px 0 35px;
  }
}

.beginners-video-swiper {
  position: relative;
  width: 94.66667vw;
  margin: 0 auto 4vw;
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-out;
  -moz-transition: opacity 0.7s ease-out;
  -ms-transition: opacity 0.7s ease-out;
  -o-transition: opacity 0.7s ease-out;
  transition: opacity 0.7s ease-out;
}
.beginners-video-swiper .swiper-container {
  padding-bottom: 5.33333vw;
}
.beginners-video-swiper.state-swiper-excute {
  opacity: 1;
}
.beginners-video-swiper a {
  display: block;
  padding: 2.66667vw;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.beginners-video-swiper.state-no-swiper .swiper-button-next,
.beginners-video-swiper.state-no-swiper .swiper-button-prev {
  display: none !important;
}
.beginners-video-swiper .swiper-container {
  overflow: visible;
}
.beginners-video-swiper .swiper-button-next,
.beginners-video-swiper .swiper-button-prev {
  position: absolute;
  top: 26.66667vw;
  left: 7.33333vw;
  width: 6.66667vw;
  height: 13.33333vw;
  display: block;
  background: url(../img/common/icon_slider_prev.png) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 100;
}
.beginners-video-swiper .swiper-button-next {
  left: auto;
  right: 7.33333vw;
  background: url(../img/common/icon_slider_next.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.beginners-video-swiper .swiper-pagination {
  position: absolute;
  width: 100%;
  top: auto;
  bottom: 0 !important;
  z-index: 20;
}
.beginners-video-swiper .swiper-pagination-bullet-active {
  background: #0325c3 !important;
}
.beginners-video-swiper .swiper-pagination-bullet {
  background: #d5d5d5;
  margin: 0 0.66667vw !important;
  width: 8vw;
  height: 0.8vw;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.beginners-video-items .beginners-video-item {
  text-align: left;
}
.beginners-video-items .beginners-video-item a {
  display: block;
  border: 1px solid #03b069;
  padding: 6.66667vw 0 4vw;
}

.beginners-video-item-inner {
  width: 81.33333vw;
  margin: 0 auto;
}

.beginners-video-item-img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 4.66667vw;
  padding-bottom: 56.25%;
  position: relative;
}

.beginners-video-item-img-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.beginners-video-item-img-inner img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
}
.beginners-video-item-img-inner img.jsLoadImg {
  opacity: 0;
}
.beginners-video-item-img-inner img.jsLoadImg.state-onload {
  opacity: 1;
}
.beginners-video-item-img-inner i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19.73333vw;
  height: 13.86667vw;
  margin-top: -6.93333vw;
  margin-left: -9.86667vw;
  background: url(../img/common/icon_play.png) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .beginners-video-item-img-inner i {
    width: 5.78125vw;
    height: 4.0625vw;
    margin-top: -2.03125vw;
    margin-left: -2.89063vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .beginners-video-item-img-inner i {
    width: 74px;
    height: 52px;
    margin-top: -26px;
    margin-left: -37px;
  }
}

.beginners-video-item-ttl {
  font-size: 3.73333vw;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .beginners-video-swiper {
    width: 89.0625vw;
    max-width: 1140px;
    margin: 0 auto 40px;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .beginners-video-swiper {
    width: 1140px;
    margin: 0 auto 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .beginners-video-swiper .swiper-container {
    padding-bottom: 0;
  }
  .beginners-video-swiper .swiper-container {
    overflow: visible;
  }
  .beginners-video-swiper .swiper-button-next,
  .beginners-video-swiper .swiper-button-prev {
    display: none;
  }
  .beginners-video-swiper .swiper-pagination {
    display: none;
  }

  .beginners-video-items {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
  }
  .beginners-video-items .beginners-video-item {
    width: 28.125vw;
    margin-right: 2.34375vw;
    display: block;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .beginners-video-items .beginners-video-item {
    width: 360px;
    margin-right: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .beginners-video-items .beginners-video-item:nth-child(3n) {
    margin-right: 0;
  }
  .beginners-video-items .beginners-video-item a {
    display: block;
    border: 2px solid #03b069;
    padding: 1.95313vw 0 1.95313vw;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .beginners-video-items .beginners-video-item a {
    padding: 25px 0 25px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .beginners-video-items .beginners-video-item a:hover {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0.7;
  }
}
@media print, screen and (min-width: 768px) {
  .beginners-video-items .beginners-video-item:first-child {
    display: block;
  }

  .beginners-video-item-inner {
    width: 24.21875vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .beginners-video-item-inner {
    width: 310px;
  }
}

@media print, screen and (min-width: 768px) {
  .beginners-video-item-img {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .beginners-video-item-img {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .beginners-video-item-ttl {
    font-size: 1.5625vw;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .beginners-video-item-ttl {
    font-size: 20px;
  }
}

.forbeginners-btm {
  background: #f7f7f7;
  padding: 6.66667vw 0 2.66667vw;
}

.forbeginners-btm-layout {
  width: 94.66667vw;
  margin: 0 auto;
}

.forbeginners-btm-layout-l {
  margin-bottom: 9.33333vw;
}

.forbeginners-btm-ttl {
  color: #0325c3;
  font-size: 3.46667vw;
  font-weight: 700;
  margin-bottom: 2.93333vw;
}

.forbeginners-btm-poker a {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .forbeginners-btm {
    padding: 3.90625vw 0 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .forbeginners-btm {
    padding: 50px 0 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .forbeginners-btm-layout {
    width: 89.0625vw;
    margin: 0 auto;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .forbeginners-btm-layout {
    width: 1140px;
  }
}

@media print, screen and (min-width: 768px) {
  .forbeginners-btm-layout-l {
    width: 42.96875vw;
    margin: 0 0 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .forbeginners-btm-layout-l {
    width: 550px;
  }
}

@media print, screen and (min-width: 768px) {
  .forbeginners-btm-layout-r {
    width: 42.96875vw;
    margin: 0 0 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .forbeginners-btm-layout-r {
    width: 550px;
  }
}

@media print, screen and (min-width: 768px) {
  .forbeginners-btm-ttl {
    font-size: 2.03125vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .forbeginners-btm-ttl {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .forbeginners-btm-poker a {
    display: block;
    -webkit-transition: opacity 0.3s 0s ease;
    -moz-transition: opacity 0.3s 0s ease;
    -ms-transition: opacity 0.3s 0s ease;
    -o-transition: opacity 0.3s 0s ease;
    transition: opacity 0.3s 0s ease;
  }
  .forbeginners-btm-poker a:hover {
    -webkit-transition: opacity 0.2s 0s ease;
    -moz-transition: opacity 0.2s 0s ease;
    -ms-transition: opacity 0.2s 0s ease;
    -o-transition: opacity 0.2s 0s ease;
    transition: opacity 0.2s 0s ease;
    opacity: 0.7;
  }
}
/****************************************************
mtpj
****************************************************/
.mptj-content-bg {
  background: url(../img/mptj/bg_2023.png) center 8vw repeat;
  background-size: 80vw 80vw;
}
.mptj-content-bg .breadcrumb {
  background: transparent;
}
.page-mptj-2022 .mptj-content-bg {
  background: url(../img/mptj/bg_2022.png) center 8vw repeat;
  background-size: 80vw 80vw;
}

.mptj-pagelink-nav {
  width: 100%;
  position: fixed;
  z-index: 130;
}
.mptj-pagelink-nav ul {
  position: relative;
  z-index: 3;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.mptj-pagelink-nav ul li {
  width: 20%;
  position: relative;
  position: relative;
}
.mptj-pagelink-nav ul li.comingsoon:before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  z-index: 10;
}
.mptj-pagelink-nav ul li:last-child:after {
  display: none;
}
.mptj-pagelink-nav ul li:last-child a {
  padding: 0.53333vw 0.53333vw 0.53333vw 0.53333vw;
}
.mptj-pagelink-nav ul li a {
  display: block;
  background: #011056;
  padding: 0.53333vw 0.66667vw 0.53333vw 0.53333vw;
  font-size: 2.66667vw;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  letter-spacing: -0.08em;
  z-index: 1;
  position: relative;
}
@media (max-width: 330px) {
  .mptj-pagelink-nav ul li a {
    line-height: 1.2;
  }
}
.mptj-pagelink-nav ul li a:after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  pointer-events: none;
  z-index: 100;
}
.mptj-pagelink-nav ul li a div {
  position: relative;
  height: 13.33333vw;
  border: 1px solid #0325c3;
  z-index: 1;
}
.mptj-pagelink-nav ul li a span {
  display: block;
  height: 10.66667vw;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
@media (max-width: 330px) {
  .mptj-pagelink-nav ul li a span {
    position: relative;
    width: 120%;
    left: -10%;
    letter-spacing: -0.02em;
    transform: scale(0.8);
  }
}
.mptj-pagelink-nav ul li a i {
  display: block;
  position: absolute;
  bottom: 2vw;
  left: 50%;
  width: 2.13333vw;
  height: 1.33333vw;
  margin-left: -1.06667vw;
  background: url(../img/common/icon-arr-w-b.svg) 0 0 no-repeat;
  background-size: 100% auto;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.mptj-pagelink-nav ul ul {
  display: block;
  overflow: hidden;
  height: 0;
}
.mptj-pagelink-nav ul ul li {
  width: 100%;
  position: relative;
  position: relative;
  border-bottom: 1px solid #0325c3;
}
.mptj-pagelink-nav ul ul li:after {
  display: none;
}
.mptj-pagelink-nav ul ul li:last-child {
  border-bottom: none;
}
.mptj-pagelink-nav ul ul li a {
  display: block;
  background: #011056;
  padding: 2.13333vw 0.66667vw 2.13333vw 0.53333vw !important;
  font-size: 3.2vw;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  letter-spacing: -0.08em;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .mptj-pagelink-nav ul ul li a {
    padding: 0.9375vw 0.39063vw 0.9375vw 0.3125vw !important;
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-pagelink-nav ul ul li a {
    padding: 12px 5px 12px 4px;
    font-size: 20px;
  }
}

.mptj-pagelink-nav ul ul li a:after {
  display: none;
}
@media (max-width: 330px) {
  .mptj-pagelink-nav ul ul li a {
    line-height: 1.2;
  }
}

.mptj-pagelink-nav-year {
  position: absolute;
  width: 100%;
  top: 14.4vw;
  left: 0;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  text-align: center;
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 3.73333vw;
  font-weight: 700;
  height: 8vw;
  z-index: 2;
}
.page-mptj-2023 .mptj-pagelink-nav-year {
  background: #a83df5;
  background: -moz-linear-gradient(left, #3e8cd6 0%, #a83df5 100%);
  background: -webkit-gradient(linear, left center, right center, from(#3e8cd6), to(#a83df5));
  background: -webkit-linear-gradient(left, #3e8cd6 0%, #a83df5 100%);
  background: -o-linear-gradient(left, #3e8cd6 0%, #a83df5 100%);
  background: linear-gradient(to right, #3e8cd6 0%, #a83df5 100%);
}
.page-mptj-2022 .mptj-pagelink-nav-year {
  background: #f1276f;
  background: -moz-linear-gradient(left, #dd18c1 0%, #f1276f 100%);
  background: -webkit-gradient(linear, left center, right center, from(#dd18c1), to(#f1276f));
  background: -webkit-linear-gradient(left, #dd18c1 0%, #f1276f 100%);
  background: -o-linear-gradient(left, #dd18c1 0%, #f1276f 100%);
  background: linear-gradient(to right, #dd18c1 0%, #f1276f 100%);
}

.mptj-kv {
  padding-top: 13.33333vw;
  padding-top: 21.6vw;
}

@media print, screen and (min-width: 768px) {
  .mptj-content-bg {
    background: url(../img/mptj/bg_2023.png) center 4.6875vw repeat;
    background-size: 46.875vw 46.875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-content-bg {
    background: url(../img/mptj/bg_2023.png) center 60px repeat;
    background-size: 600px 600px;
  }
}
@media print, screen and (min-width: 768px) {
  .page-mptj-2022 .mptj-content-bg {
    background: url(../img/mptj/bg_2022.png) center 4.6875vw repeat;
    background-size: 46.875vw 46.875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .page-mptj-2022 .mptj-content-bg {
    background: url(../img/mptj/bg_2022.png) center 60px repeat;
    background-size: 600px 600px;
  }
}

@media print, screen and (min-width: 768px) {
  .mptj-pagelink-nav ul li:after {
    right: 0;
    width: 1px;
  }
  .mptj-pagelink-nav ul li:last-child a {
    padding: 0.3125vw 0.3125vw 0.3125vw 0.3125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-pagelink-nav ul li:last-child a {
    padding: 4px 4px 4px 4px;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-pagelink-nav ul li.state-active a.jsMptjPagelinkDrop {
    -webkit-transition: background 0.2s 0s ease;
    -moz-transition: background 0.2s 0s ease;
    -ms-transition: background 0.2s 0s ease;
    -o-transition: background 0.2s 0s ease;
    transition: background 0.2s 0s ease;
    background: #25388e;
  }
  .mptj-pagelink-nav ul li.state-active a.jsMptjPagelinkDrop i {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
  }
  .mptj-pagelink-nav ul li.state-active a.jsMptjPagelinkDrop div {
    border: 1px solid #fff;
    -webkit-transition: border 0.2s 0s ease;
    -moz-transition: border 0.2s 0s ease;
    -ms-transition: border 0.2s 0s ease;
    -o-transition: border 0.2s 0s ease;
    transition: border 0.2s 0s ease;
  }
  .mptj-pagelink-nav ul li ul li a {
    background: #011056;
  }
  .mptj-pagelink-nav ul li a {
    padding: 0.3125vw 0.39063vw 0.3125vw 0.3125vw;
    font-size: 1.40625vw;
    line-height: 1.4;
    letter-spacing: 0em;
    -webkit-transition: background 0.3s 0s ease;
    -moz-transition: background 0.3s 0s ease;
    -ms-transition: background 0.3s 0s ease;
    -o-transition: background 0.3s 0s ease;
    transition: background 0.3s 0s ease;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-pagelink-nav ul li a {
    padding: 4px 5px 4px 4px;
    font-size: 18px;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-pagelink-nav ul li a div {
    height: 4.84375vw;
    -webkit-transition: border 0.3s 0s ease;
    -moz-transition: border 0.3s 0s ease;
    -ms-transition: border 0.3s 0s ease;
    -o-transition: border 0.3s 0s ease;
    transition: border 0.3s 0s ease;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-pagelink-nav ul li a div {
    height: 62px;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-pagelink-nav ul li a span {
    height: 100%;
  }
  .mptj-pagelink-nav ul li a:hover {
    -webkit-transition: background 0.2s 0s ease;
    -moz-transition: background 0.2s 0s ease;
    -ms-transition: background 0.2s 0s ease;
    -o-transition: background 0.2s 0s ease;
    transition: background 0.2s 0s ease;
    background: #25388e;
  }
  .mptj-pagelink-nav ul li a:hover i {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
  }
  .mptj-pagelink-nav ul li a:hover div {
    border: 1px solid #fff;
    -webkit-transition: border 0.2s 0s ease;
    -moz-transition: border 0.2s 0s ease;
    -ms-transition: border 0.2s 0s ease;
    -o-transition: border 0.2s 0s ease;
    transition: border 0.2s 0s ease;
  }
  .mptj-pagelink-nav ul li a i {
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    bottom: auto;
    top: 50%;
    left: auto;
    right: 1.875vw;
    width: 1.5625vw;
    height: 0.9375vw;
    margin-left: 0;
    margin-top: -0.46875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-pagelink-nav ul li a i {
    right: 24px;
    width: 20px;
    height: 12px;
    margin-top: -6px;
  }
}

@media print, screen and (min-width: 768px) {
  .mptj-pagelink-nav-year {
    top: 5.39063vw;
    font-size: 2.1875vw;
    height: 3.90625vw;
    border-top: 2px solid #fff;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-pagelink-nav-year {
    top: 69px;
    font-size: 28px;
    height: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .mptj-kv {
    padding-top: 5.46875vw;
    padding-top: 9.29688vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-kv {
    padding-top: 70px;
    padding-top: 119px;
  }
}

/************************************
common
*************************************/
.mptj-sec-ttl {
  text-align: center;
  margin-bottom: 12vw;
}
.mptj-sec-ttl.type-btm-date {
  margin-bottom: 2.66667vw;
}
.mptj-sec-ttl.type-txt {
  font-weight: 700;
  color: #0325c3;
  font-size: 3.73333vw;
}
@media print, screen and (min-width: 768px) {
  .mptj-sec-ttl.type-txt {
    font-size: 2.1875vw;
    margin-bottom: 3.28125vw;
  }
}
@media screen and (min-width: 1280px) {
  .mptj-sec-ttl.type-txt {
    font-size: 28px;
    margin-bottom: 42px;
  }
}
.mptj-sec-ttl.type-txt span::before, .mptj-sec-ttl.type-txt span::after {
  top: 2vw;
}
@media print, screen and (min-width: 768px) {
  .mptj-sec-ttl.type-txt span::before, .mptj-sec-ttl.type-txt span::after {
    top: 1.17188vw;
  }
}
@media screen and (min-width: 1280px) {
  .mptj-sec-ttl.type-txt span::before, .mptj-sec-ttl.type-txt span::after {
    top: 15px;
  }
}
.mptj-sec-ttl.type-mb-l {
  margin-bottom: 12vw;
}
.mptj-sec-ttl.type-mb-s {
  margin-bottom: 10.66667vw;
}
@media print, screen and (min-width: 768px) {
  .mptj-sec-ttl.type-mb-s {
    margin-bottom: 6.25vw;
  }
}
@media screen and (min-width: 1280px) {
  .mptj-sec-ttl.type-mb-s {
    margin-bottom: 80px;
  }
}
.mptj-sec-ttl.type-sec-ttl-w span::before,
.mptj-sec-ttl.type-sec-ttl-w span::after {
  background: #fff;
}
.mptj-sec-ttl.type-sec-ttl-w img {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  display: block;
  width: auto;
  height: 4.46667vw;
}
.mptj-sec-ttl span {
  display: inline-block;
  position: relative;
}
.mptj-sec-ttl span::after {
  display: block;
  position: absolute;
  content: '';
  left: -5.33333vw;
  top: 2.26667vw;
  width: 4vw;
  height: 2px;
  background: #0325c3;
  content: "";
  z-index: 2;
  pointer-events: none;
}
.mptj-sec-ttl span::before {
  display: block;
  position: absolute;
  content: '';
  right: -5.33333vw;
  top: 2.26667vw;
  margin-top: -1px;
  width: 4vw;
  height: 2px;
  background: #0325c3;
  content: "";
  z-index: 2;
  pointer-events: none;
}
.mptj-sec-ttl img {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  display: block;
  width: auto;
  height: 4.66667vw;
}

.mptj-sec-ttl-date {
  text-align: center;
  margin-bottom: 12vw;
}
.mptj-sec-ttl-date img {
  width: 36.8vw;
  display: block;
  margin: 0 auto;
}

.mptj-result-ttl {
  text-align: center;
  margin-bottom: 6.66667vw;
}
.mptj-result-ttl.mb-result-s {
  margin-bottom: 4vw;
}
.mptj-result-ttl img {
  margin: 0 auto;
  display: block;
  width: auto;
  height: 14.13333vw;
}

.mptj-event-ttl {
  text-align: left;
  margin-bottom: 2.66667vw;
}
.mptj-event-ttl.type-txt {
  font-size: 4.26667vw;
  font-weight: 800;
  color: #0325c3;
}
.mptj-event-ttl img {
  margin: 0 0;
  display: block;
  width: auto;
  height: 4.26667vw;
}
.mptj-event-ttl.type-l img {
  height: 5.33333vw;
}
.mptj-event-ttl.type-mb-img {
  margin-bottom: 4vw;
}

@media print, screen and (min-width: 768px) {
  .mptj-sec-ttl {
    margin-bottom: 7.5vw;
  }
  .mptj-sec-ttl.type-btm-date {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-sec-ttl.type-btm-date {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-sec-ttl {
    margin-bottom: 96px;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-sec-ttl.type-sec-ttl-w img {
    height: 2.73438vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-sec-ttl.type-sec-ttl-w img {
    height: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-sec-ttl span::after {
    left: -3.125vw;
    top: 1.25vw;
    width: 2.34375vw;
    height: 3px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-sec-ttl span::after {
    left: -40px;
    top: 16px;
    width: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-sec-ttl span::before {
    right: -3.125vw;
    top: 1.25vw;
    margin-top: -1px;
    width: 2.34375vw;
    height: 3px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-sec-ttl span::before {
    right: -40px;
    top: 16px;
    width: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-sec-ttl.type-mb-l {
    margin-bottom: 7.8125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-sec-ttl.type-mb-l {
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-sec-ttl img {
    height: 2.73438vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-sec-ttl img {
    height: 35px;
  }
}

@media print, screen and (min-width: 768px) {
  .mptj-sec-ttl-date {
    margin-bottom: 7.5vw;
  }
  .mptj-sec-ttl-date img {
    width: 21.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-sec-ttl-date img {
    width: 276px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-sec-ttl-date {
    margin-bottom: 96px;
  }
}

@media print, screen and (min-width: 768px) {
  .mptj-result-ttl {
    margin-bottom: 3.90625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-result-ttl {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-result-ttl img {
    height: 8.28125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-result-ttl img {
    height: 106px;
  }
}

@media print, screen and (min-width: 768px) {
  .mptj-event-ttl {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-event-ttl {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-event-ttl.type-txt {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-event-ttl.type-txt {
    font-size: 32px;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-event-ttl img {
    height: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-event-ttl img {
    height: 32px;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-event-ttl.type-l img {
    height: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-event-ttl.type-l img {
    height: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-event-ttl.type-mb-img {
    margin-bottom: 2.34375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-event-ttl.type-mb-img {
    margin-bottom: 30px;
  }
}

/************************************
INFORMATION
*************************************/
.mptj-sec-info {
  padding: 13.06667vw 0 0;
  padding: 8vw 0 0;
}

.mptj-info-items {
  width: 94.66667vw;
  margin: 0 auto 8vw;
}
.mptj-info-items .mptj-info-item {
  margin-bottom: 2vw;
}
.mptj-info-items .mptj-info-item:last-child {
  margin-bottom: 0;
}
.mptj-info-items .mptj-info-item a {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.mptj-info-item-date {
  width: 20vw;
  font-size: 3.2vw;
  line-height: 1.6;
}

.mptj-info-item-txt {
  width: 74.66667vw;
  font-size: 3.2vw;
  line-height: 1.6;
}

.mptj-tournament-poster {
  width: 94.66667vw;
  margin: 8vw auto 0;
}
.mptj-tournament-poster.type-mb {
  margin: 8vw auto 12vw;
}

@media print, screen and (min-width: 768px) {
  .mptj-sec-info {
    padding: 7.8125vw 0 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-sec-info {
    padding: 100px 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .mptj-info-items {
    width: 60.9375vw;
    margin: 0 auto 4.6875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-info-items {
    width: 780px;
    margin: 0 auto 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-info-items .mptj-info-item {
    margin-bottom: 1.17188vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-info-items .mptj-info-item {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-info-items .mptj-info-item:last-child {
    margin-bottom: 0;
  }
  .mptj-info-items .mptj-info-item a {
    -webkit-transition: opacity 0.3s 0s ease;
    -moz-transition: opacity 0.3s 0s ease;
    -ms-transition: opacity 0.3s 0s ease;
    -o-transition: opacity 0.3s 0s ease;
    transition: opacity 0.3s 0s ease;
  }
  .mptj-info-items .mptj-info-item a:hover {
    -webkit-transition: opacity 0.2s 0s ease;
    -moz-transition: opacity 0.2s 0s ease;
    -ms-transition: opacity 0.2s 0s ease;
    -o-transition: opacity 0.2s 0s ease;
    transition: opacity 0.2s 0s ease;
    opacity: 0.7;
  }

  .mptj-info-item-date {
    width: 10.9375vw;
    font-size: 1.5625vw;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-info-item-date {
    width: 140px;
    font-size: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .mptj-info-item-txt {
    width: 50vw;
    font-size: 1.5625vw;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-info-item-txt {
    width: 640px;
    font-size: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .mptj-tournament-poster {
    width: 70.3125vw;
    margin: 4.6875vw auto 0;
  }
  .mptj-tournament-poster.type-mb {
    margin: 4.6875vw auto 7.03125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-tournament-poster {
    width: 900px;
    margin-top: 60px;
    margin-bottom: 90px;
  }
}

/************************************
mptj-sec-event-intro
*************************************/
.mptj-sec-event-intro {
  padding: 12vw 0 8vw;
}
@media print, screen and (min-width: 768px) {
  .mptj-sec-event-intro {
    padding: 9.375vw 0 4.6875vw;
  }
}
@media screen and (min-width: 1280px) {
  .mptj-sec-event-intro {
    padding: 120px 0 60px;
  }
}

.mptj-event-intro-items {
  width: 94.66667vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .mptj-event-intro-items {
    width: 89.0625vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .mptj-event-intro-items {
    width: 1140px;
  }
}
.mptj-event-intro-items .mptj-event-intro-item {
  margin-bottom: 5.33333vw;
}
@media print, screen and (min-width: 768px) {
  .mptj-event-intro-items .mptj-event-intro-item {
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 1280px) {
  .mptj-event-intro-items .mptj-event-intro-item {
    margin-bottom: 40px;
  }
}
.mptj-event-intro-items .mptj-event-intro-item:last-child {
  margin-bottom: 0;
}

.mptj-event-intro-item-ttl {
  background: #0325c3;
  color: #fff;
  font-size: 3.2vw;
  font-weight: 700;
  text-align: center;
  padding: 1.6vw 0;
  margin-bottom: 2px;
}
.type-side-event .mptj-event-intro-item-ttl {
  background: #00a2ff;
}
@media print, screen and (min-width: 768px) {
  .mptj-event-intro-item-ttl {
    font-size: 1.875vw;
    padding: 0.9375vw 0;
  }
}
@media screen and (min-width: 1280px) {
  .mptj-event-intro-item-ttl {
    font-size: 24px;
    padding: 12px 0;
  }
}

.mptj-event-intro-item-con {
  background: #021d9a;
  padding: 3.33333vw 2vw 4.66667vw;
}
.type-side-event .mptj-event-intro-item-con {
  background: #017fff;
  padding: 3.33333vw 2vw 0vw;
}
.mptj-event-intro-item-con .list-indent {
  color: #fff;
  margin-top: 3.33333vw;
}
@media print, screen and (min-width: 768px) {
  .mptj-event-intro-item-con .list-indent {
    margin-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .mptj-event-intro-item-con .list-indent {
    margin-top: 0;
  }
}
.mptj-event-intro-item-con .list-indent li {
  color: #fff;
  font-size: 2.66667vw;
}
@media print, screen and (min-width: 768px) {
  .mptj-event-intro-item-con .list-indent li {
    font-size: 0.9375vw;
  }
}
@media screen and (min-width: 1280px) {
  .mptj-event-intro-item-con .list-indent li {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-event-intro-item-con {
    padding: 1.71875vw 2.34375vw 2.8125vw;
  }
  .type-side-event .mptj-event-intro-item-con {
    padding: 1.71875vw 2.34375vw 0.3125vw;
  }
}
@media screen and (min-width: 1280px) {
  .mptj-event-intro-item-con {
    padding: 22px 30px 36px;
  }
  .type-side-event .mptj-event-intro-item-con {
    padding: 22px 30px 4px;
  }
}

.mptj-event-intro-item-con-txt {
  font-size: 2.93333vw;
  color: #fff;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 3.33333vw;
}
@media print, screen and (min-width: 768px) {
  .mptj-event-intro-item-con-txt {
    font-size: 1.25vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 1280px) {
  .mptj-event-intro-item-con-txt {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.mptj-event-intro-item-con-ttl {
  background: #076aff;
  color: #fff;
  font-size: 2.93333vw;
  font-weight: 700;
  text-align: center;
  padding: 1.33333vw 0;
  margin-bottom: 3.46667vw;
}
@media print, screen and (min-width: 768px) {
  .mptj-event-intro-item-con-ttl {
    font-size: 1.5625vw;
    padding: 0.78125vw 0 1.33333vw;
    margin-bottom: 2.34375vw;
  }
}
@media screen and (min-width: 1280px) {
  .mptj-event-intro-item-con-ttl {
    font-size: 20px;
    padding: 10px 0 10px;
    margin-bottom: 30px;
  }
}

.mptj-event-intro-item-con-ttl-sub {
  text-align: center;
  margin-bottom: 2.66667vw;
  font-size: 2.93333vw;
  font-weight: 700;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .mptj-event-intro-item-con-ttl-sub {
    font-size: 1.5625vw;
    margin-bottom: 1.25vw;
  }
}
@media screen and (min-width: 1280px) {
  .mptj-event-intro-item-con-ttl-sub {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.mptj-event-intro-item-con-ttl-sub span {
  display: inline-block;
  position: relative;
}
.mptj-event-intro-item-con-ttl-sub span::after {
  display: block;
  position: absolute;
  content: '';
  left: -9.86667vw;
  top: 1.6vw;
  width: 7.2vw;
  height: 1px;
  background: #fff;
  content: "";
  z-index: 2;
  pointer-events: none;
}
@media print, screen and (min-width: 768px) {
  .mptj-event-intro-item-con-ttl-sub span::after {
    left: -4.21875vw;
    top: 0.78125vw;
    width: 2.73438vw;
  }
}
@media screen and (min-width: 1280px) {
  .mptj-event-intro-item-con-ttl-sub span::after {
    left: -54px;
    top: 10px;
    width: 35px;
  }
}
.mptj-event-intro-item-con-ttl-sub span::before {
  display: block;
  position: absolute;
  content: '';
  right: -9.86667vw;
  top: 1.6vw;
  margin-top: -1px;
  width: 7.2vw;
  height: 1px;
  background: #fff;
  content: "";
  z-index: 2;
  pointer-events: none;
}
@media print, screen and (min-width: 768px) {
  .mptj-event-intro-item-con-ttl-sub span::before {
    right: -4.21875vw;
    top: 0.78125vw;
    width: 2.73438vw;
  }
}
@media screen and (min-width: 1280px) {
  .mptj-event-intro-item-con-ttl-sub span::before {
    right: -54px;
    top: 10px;
    width: 35px;
  }
}

.layout-r {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}

.mptj-event-intro-item-con-items {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  position: relative;
  width: 110%;
  left: -5%;
}
@media print, screen and (min-width: 768px) {
  .mptj-event-intro-item-con-items {
    width: 100%;
    left: 0;
  }
  .type-main-event .mptj-event-intro-item-con-items {
    width: 64.84375vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .type-main-event .mptj-event-intro-item-con-items {
    width: 830px;
  }
}
@media print, screen and (min-width: 768px) {
  .type-main-event .mptj-event-intro-item-con-items .mptj-event-intro-item-con-item {
    margin-bottom: 2.1875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .type-main-event .mptj-event-intro-item-con-items .mptj-event-intro-item-con-item {
    margin-bottom: 28px;
  }
}

.mptj-event-intro-item-con-items .mptj-event-intro-item-con-item {
  width: auto;
  margin: 0 0.53333vw 2.13333vw;
}
@media print, screen and (min-width: 768px) {
  .mptj-event-intro-item-con-items .mptj-event-intro-item-con-item {
    margin: 0 0.39063vw 0;
  }
}
@media screen and (min-width: 1280px) {
  .mptj-event-intro-item-con-items .mptj-event-intro-item-con-item {
    margin: 0 5px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-event-intro-item-con-items .mptj-event-intro-item-con-item.type-tab-w {
    width: 28.125vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .mptj-event-intro-item-con-items .mptj-event-intro-item-con-item.type-tab-w {
    width: 360px;
  }
}

.mptj-event-intro-item-con-item-con {
  position: relative;
  overflow: hidden;
}

.mptj-event-intro-item-con-item-img {
  position: relative;
  z-index: 1;
  width: auto;
}
.mptj-event-intro-item-con-item-img img {
  width: auto;
  height: 29.33333vw;
}
@media print, screen and (min-width: 768px) {
  .mptj-event-intro-item-con-item-img img {
    height: 13.4375vw;
    height: 13.125vw;
  }
}
@media screen and (min-width: 1280px) {
  .mptj-event-intro-item-con-item-img img {
    height: 172px;
  }
}

.mptj-event-intro-item-con-item-name {
  position: absolute;
  width: 120%;
  left: -10%;
  bottom: 0;
  z-index: 5;
  height: 7.2vw;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  text-align: center;
  font-size: 2.93333vw;
  font-weight: 700;
  color: #fff;
  background-color: rgba(3, 37, 195, 0.7);
  line-height: 1.1;
  letter-spacing: 0em;
}
.type-side-event .mptj-event-intro-item-con-item-name {
  background-color: rgba(0, 145, 229, 0.7);
}
.mptj-event-intro-item-con-item-name span {
  display: block;
  position: relative;
  font-size: 2.66667vw;
  position: relative;
  transform: scale(0.9);
}
@media print, screen and (min-width: 768px) {
  .mptj-event-intro-item-con-item-name {
    height: 3.75vw;
    font-size: 1.48438vw;
  }
  .mptj-event-intro-item-con-item-name span {
    display: block;
    font-size: 1.46667vw;
  }
}
@media screen and (min-width: 1280px) {
  .mptj-event-intro-item-con-item-name {
    height: 38px;
    font-size: 19px;
  }
  .mptj-event-intro-item-con-item-name span {
    display: inline;
    font-size: 11px;
  }
}

.mptj-event-intro-layout.type-sp-flex {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  width: 90.66667vw;
  margin: 5.33333vw auto 0;
}
@media print, screen and (min-width: 768px) {
  .mptj-event-intro-layout.type-sp-flex {
    width: 100%;
    margin-top: 0;
  }
}
.mptj-event-intro-layout.type-sp-flex .mptj-event-intro-layout-r,
.mptj-event-intro-layout.type-sp-flex .mptj-event-intro-layout-l {
  width: 44vw;
}
@media print, screen and (min-width: 768px) {
  .mptj-event-intro-layout.type-sp-flex .mptj-event-intro-layout-r,
  .mptj-event-intro-layout.type-sp-flex .mptj-event-intro-layout-l {
    width: 50%;
  }
}
.mptj-event-intro-layout.type-sp-flex .mptj-event-intro-item-con-ttl-sub span {
  letter-spacing: -0.02em;
}
@media print, screen and (min-width: 768px) {
  .mptj-event-intro-layout.type-sp-flex .mptj-event-intro-item-con-ttl-sub span {
    letter-spacing: 0em;
  }
}
.mptj-event-intro-layout.type-sp-flex .mptj-event-intro-item-con-ttl-sub span::after {
  left: -4.53333vw;
  width: 3.2vw;
  top: 50%;
}
@media print, screen and (min-width: 768px) {
  .mptj-event-intro-layout.type-sp-flex .mptj-event-intro-item-con-ttl-sub span::after {
    left: -4.21875vw;
    top: 0.78125vw;
    width: 2.73438vw;
  }
}
@media screen and (min-width: 1280px) {
  .mptj-event-intro-layout.type-sp-flex .mptj-event-intro-item-con-ttl-sub span::after {
    left: -54px;
    top: 10px;
    width: 35px;
  }
}
.mptj-event-intro-layout.type-sp-flex .mptj-event-intro-item-con-ttl-sub span::before {
  right: -4.53333vw;
  width: 3.2vw;
  top: 50%;
}
@media print, screen and (min-width: 768px) {
  .mptj-event-intro-layout.type-sp-flex .mptj-event-intro-item-con-ttl-sub span::before {
    right: -4.21875vw;
    top: 0.78125vw;
    width: 2.73438vw;
  }
}
@media screen and (min-width: 1280px) {
  .mptj-event-intro-layout.type-sp-flex .mptj-event-intro-item-con-ttl-sub span::before {
    right: -54px;
    top: 10px;
    width: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-event-intro-layout {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .mptj-event-intro-layout .mptj-event-intro-layout-l {
    width: 41.25vw;
    left: -0.15625vw;
    width: 50%;
    left: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-event-intro-layout .mptj-event-intro-layout-l {
    width: 528px;
    position: relative;
    left: -2px;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-event-intro-layout .mptj-event-intro-layout-r {
    width: 40.9375vw;
    width: 49.25%;
    left: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-event-intro-layout .mptj-event-intro-layout-r {
    width: 524px;
    position: relative;
    left: 2px;
  }
}

@media print, screen and (min-width: 768px) {
  .mptj-event-intro-layout .mptj-event-intro-item-con-item {
    margin: 0 0.15625vw 0;
  }
}
@media screen and (min-width: 1280px) {
  .mptj-event-intro-layout .mptj-event-intro-item-con-item {
    margin: 0 2px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .mptj-event-intro-item-con .mptj-event-intro-layout {
    margin-bottom: 2.34375vw;
  }
}
@media screen and (min-width: 1280px) {
  .mptj-event-intro-item-con .mptj-event-intro-layout {
    margin-bottom: 30px;
  }
}

.mptj-event-intro-layout-l {
  margin-bottom: 5.33333vw;
}
@media print, screen and (min-width: 768px) {
  .mptj-event-intro-layout-l {
    margin-bottom: 0;
  }
}

/************************************
event-sche
*************************************/
.mptj-sec-event-sche {
  padding: 12vw 0 13.33333vw;
}

.mptj-event-sche-items {
  width: 94.66667vw;
  margin: 0 auto;
}
.mptj-event-sche-items .mptj-event-sche-item {
  margin-bottom: 4vw;
}
.mptj-event-sche-items .mptj-event-sche-item:last-child {
  margin-bottom: 0;
}

.mptj-event-sche-item-num {
  font-size: 2.66667vw;
  font-size: 3.73333vw;
  color: #0325c3;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 1.33333vw;
}

.mptj-event-sche-item-name {
  padding: 1.6vw 2.66667vw;
  background: #0325c3;
  font-size: 2.66667vw;
  font-size: 4vw;
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
  border-bottom: 1px solid #fff;
}

.mptj-event-sche-item-place {
  padding: 1.6vw 2.66667vw;
  background: #aecaef;
  font-size: 2.66667vw;
  font-size: 3.46667vw;
  font-weight: 500;
  line-height: 1.6;
  border-bottom: 1px solid #fff;
}

.mptj-event-sche-item-day-item {
  display: table;
  width: 100%;
}

.vi-hidden {
  visibility: hidden;
}

.mptj-event-sche-item-day-item-day {
  display: table-cell;
  vertical-align: middle;
  width: 56vw;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  font-size: 2.66667vw;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.6;
  padding: 1.6vw 2vw 1.6vw 1.33333vw;
  background: #eeeeee;
}

.mptj-event-sche-item-day-item-time {
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
  font-size: 2.66667vw;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.6;
  padding: 1.6vw 2.66667vw;
  background: #eeeeee;
}

@media print, screen and (min-width: 768px) {
  .mptj-sec-event-sche {
    padding: 7.8125vw 0 6.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-sec-event-sche {
    padding: 100px 0 80px;
  }
}

@media print, screen and (min-width: 768px) {
  .mptj-event-sche-items {
    width: 89.0625vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-event-sche-items {
    width: 1140px;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-event-sche-items .mptj-event-sche-item {
    margin-bottom: 2.34375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-event-sche-items .mptj-event-sche-item {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-event-sche-items .mptj-event-sche-item:last-child {
    margin-bottom: 0;
  }

  .mptj-event-sche-item-num {
    font-size: 1.40625vw;
    font-size: 1.5625vw;
    line-height: 1.6;
    margin-bottom: 0.78125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-event-sche-item-num {
    font-size: 18px;
    font-size: 20px;
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .mptj-event-sche-item-name {
    padding: 0.9375vw 1.5625vw;
    background: #0325c3;
    font-size: 1.40625vw;
    font-size: 1.5625vw;
    color: #fff;
    font-weight: 500;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-event-sche-item-name {
    padding: 12px 20px;
    font-size: 18px;
    font-size: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .mptj-event-sche-item-place {
    padding: 0.9375vw 1.5625vw;
    background: #aecaef;
    font-size: 1.40625vw;
    font-size: 1.5625vw;
    font-weight: 500;
    line-height: 1.6;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-event-sche-item-place {
    padding: 12px 20px;
    font-size: 18px;
    font-size: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .mptj-event-sche-item-day-item-day {
    width: 25vw;
    font-size: 1.40625vw;
    font-size: 1.5625vw;
    font-weight: 500;
    line-height: 1.6;
    padding: 0.9375vw 1.17188vw 0.9375vw 0.78125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-event-sche-item-day-item-day {
    width: 320px;
    font-size: 18px;
    font-size: 20px;
    padding: 12px 15px 12px 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .mptj-event-sche-item-day-item-time {
    font-size: 1.40625vw;
    font-size: 1.5625vw;
    font-weight: 500;
    line-height: 1.6;
    padding: 0.9375vw 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-event-sche-item-day-item-time {
    font-size: 18px;
    font-size: 20px;
    padding: 12px 20px;
  }
}

/************************************
result
*************************************/
.mptj-commingsoon {
  text-align: center;
  color: #999;
  padding: 5.33333vw 0 5.33333vw;
  font-size: 6.66667vw;
  font-weight: 700;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.6;
}
.mptj-commingsoon.type-w {
  color: #f1f1f1;
}
.mptj-commingsoon.type-pa-l {
  padding: 13.33333vw 0 13.33333vw;
}
.mptj-commingsoon.type-round {
  width: 94.66667vw;
  margin: 0 auto;
  height: 29.33333vw;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  background: #fff;
  -webkit-border-radius: 2.13333vw;
  -moz-border-radius: 2.13333vw;
  -ms-border-radius: 2.13333vw;
  -o-border-radius: 2.13333vw;
  border-radius: 2.13333vw;
  overflow: hidden;
}

.mptj-commingsoon-ja {
  text-align: center;
  color: #999;
  padding: 4vw 0 2.66667vw;
  font-size: 6.66667vw;
  font-weight: 700;
  line-height: 1.5;
}
.mptj-commingsoon-ja.type-w {
  color: #f1f1f1;
}
.mptj-commingsoon-ja.type-00a2ff {
  color: #00a2ff;
}

.mptj-sec-result {
  padding: 8vw 0 10.66667vw;
}
.mptj-sec-result section {
  padding: 6.66667vw 0 0;
  padding: 10.66667vw 0 0;
}
.mptj-sec-result section.type-first {
  padding: 0 0 0;
}

.mptj-result-movie {
  width: 94.66667vw;
  margin: 0 auto;
}

.mptj-result-movie-inner {
  position: relative;
  padding-bottom: 56.34%;
  overflow: hidden;
  background: url(../img/playspot/movie-bg-sp.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
.mptj-result-movie-inner::after {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #0324c3;
  content: "";
  z-index: 20;
  pointer-events: none;
}
.mptj-result-movie-inner img,
.mptj-result-movie-inner video {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
}
.mptj-result-movie-inner iframe {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.mptj-btn-photo {
  width: 94.66667vw;
  margin: 3.33333vw auto 0;
  text-align: center;
  font-size: 3.73333vw;
}
.mptj-btn-photo a {
  display: block;
  margin-bottom: 3.46667vw;
}

.mptj-result-items {
  width: 64vw;
  margin: 0 auto;
}
.mptj-result-items .mptj-result-item {
  margin-bottom: 6.13333vw;
}

.mptj-result-item-img {
  width: 100%;
  margin-bottom: 2.66667vw;
  position: relative;
}
.mptj-result-item-img::after {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #0324c3;
  content: "";
  z-index: 20;
  pointer-events: none;
}
.type-side .mptj-result-item-img::after {
  border: 2px solid #00a2ff;
}
.mptj-result-item-img img {
  position: relative;
  z-index: 1;
}

.mptj-result-item-team-name {
  font-size: 3.73333vw;
  font-weight: 700;
  text-align: center;
}
.mptj-result-item-team-name span {
  color: #0325c3;
  padding-right: 2.93333vw;
}
.type-side .mptj-result-item-team-name span {
  color: #00a2ff;
}

.mptj-result-item-name {
  font-size: 3.46667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}
.mptj-result-item-name span {
  color: #0325c3;
  padding-right: 2.93333vw;
}

.mptj-result-txt {
  text-align: center;
  font-size: 3.46667vw;
  line-height: 2;
  margin-top: 5.33333vw;
  font-weight: 700;
}
.mptj-result-txt span {
  color: #0325c3;
  font-weight: 700;
  padding-right: 2.93333vw;
}

@media print, screen and (min-width: 768px) {
  .mptj-commingsoon {
    padding: 4.6875vw 0 4.6875vw;
    font-size: 3.90625vw;
    font-weight: 700;
    font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-commingsoon {
    padding: 60px 0 60px;
    font-size: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-commingsoon.type-pa-l {
    padding: 7.8125vw 0 7.8125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-commingsoon.type-pa-l {
    padding: 100px 0 100px;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-commingsoon.type-round {
    width: 89.0625vw;
    height: 31.25vw;
    -webkit-border-radius: 1.25vw;
    -moz-border-radius: 1.25vw;
    -ms-border-radius: 1.25vw;
    -o-border-radius: 1.25vw;
    border-radius: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-commingsoon.type-round {
    width: 1140px;
    height: 400px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .mptj-commingsoon-ja {
    line-height: 1.5;
    padding: 4.6875vw 0 3.90625vw;
    font-size: 4.6875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-commingsoon-ja {
    padding: 60px 0 50px;
    font-size: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .mptj-sec-result {
    padding: 4.53125vw 0 7.8125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-sec-result {
    padding: 58px 0 100px;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-sec-result section {
    padding: 3.90625vw 0 0;
    padding: 6.71875vw 0 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-sec-result section {
    padding: 86px 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-sec-result section.type-first {
    padding: 0 0 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-sec-result section.type-first {
    padding: 0 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .mptj-result-movie {
    width: 70.3125vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-result-movie {
    width: 900px;
  }
}

@media print, screen and (min-width: 768px) {
  .mptj-result-movie-inner {
    position: relative;
    padding-bottom: 56.34%;
    overflow: hidden;
    background: url(../img/playspot/movie-bg-sp.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
  }
  .mptj-result-movie-inner::after {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #0324c3;
    content: "";
    z-index: 20;
    pointer-events: none;
  }
  .mptj-result-movie-inner img,
  .mptj-result-movie-inner video {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .mptj-btn-photo {
    width: 70.3125vw;
    margin: 2.8125vw auto 1.5625vw;
    text-align: center;
    font-size: 1.71875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-btn-photo {
    width: 900px;
    margin: 36px auto 20px;
    font-size: 22px;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-btn-photo a {
    display: block;
    margin-bottom: 1.25vw;
    -webkit-transition: opacity 0.3s 0s ease;
    -moz-transition: opacity 0.3s 0s ease;
    -ms-transition: opacity 0.3s 0s ease;
    -o-transition: opacity 0.3s 0s ease;
    transition: opacity 0.3s 0s ease;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-btn-photo a {
    margin-bottom: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-btn-photo a:hover {
    -webkit-transition: opacity 0.2s 0s ease;
    -moz-transition: opacity 0.2s 0s ease;
    -ms-transition: opacity 0.2s 0s ease;
    -o-transition: opacity 0.2s 0s ease;
    transition: opacity 0.2s 0s ease;
    opacity: 0.7;
  }

  .mptj-result-items {
    width: 89.0625vw;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-result-items {
    width: 1140px;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-result-items .mptj-result-item {
    margin-bottom: 0;
    width: 29.21875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-result-items .mptj-result-item {
    width: 374px;
  }
}

@media print, screen and (min-width: 768px) {
  .mptj-result-item-img {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-result-item-img {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-result-item-img::after {
    border: 4px solid #0324c3;
  }
  .type-side .mptj-result-item-img::after {
    border: 4px solid #00a2ff;
  }

  .mptj-result-item-team-name {
    font-size: 1.71875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-result-item-team-name {
    font-size: 22px;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-result-item-team-name span {
    padding-right: 1.71875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-result-item-team-name span {
    padding-right: 22px;
  }
}

@media print, screen and (min-width: 768px) {
  .mptj-result-item-name {
    font-size: 1.71875vw;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-result-item-name {
    font-size: 22px;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-result-item-name span {
    padding-right: 1.71875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-result-item-name span {
    padding-right: 22px;
  }
}

@media print, screen and (min-width: 768px) {
  .mptj-result-txt {
    font-size: 1.71875vw;
    line-height: 1.6;
    margin-top: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-result-txt {
    font-size: 22px;
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-result-txt span {
    padding-right: 1.71875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-result-txt span {
    padding-right: 22px;
  }
}

/************************************
main-event
*************************************/
.mptj-sec-event {
  padding: 12vw 0 13.33333vw;
  background: #0325c3;
}
.mptj-sec-event.type-side {
  background: #00a2ff;
}
.mptj-sec-event section {
  padding: 12vw 0 0;
}
.mptj-sec-event section.type-first {
  padding: 0 0 0;
}

.mptj-event-con {
  background: #fff;
  width: 94.66667vw;
  margin: 0 auto;
  padding: 5.6vw 0 7.46667vw;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}

.mptj-event-con-inner {
  width: 81.33333vw;
  margin: 0 auto;
}

.mptj-overview-items .mptj-overview-item {
  border-bottom: 1px solid #c6c6c6;
  padding: 2vw 0 2vw;
}
.mptj-overview-items .mptj-overview-item dl {
  display: table;
  width: 100%;
}
.mptj-overview-items .mptj-overview-item dl dt {
  display: table-cell;
  vertical-align: top;
  width: 5.5em;
  font-size: 3.2vw;
  color: #0325c3;
  line-height: 1.6;
}
.type-side .mptj-overview-items .mptj-overview-item dl dt {
  color: #00a2ff;
}
.page-mptj-2023 .mptj-overview-items .mptj-overview-item dl dt {
  width: 8.5em;
}
.mptj-overview-items .mptj-overview-item dl dd {
  display: table-cell;
  vertical-align: top;
  font-size: 3.2vw;
  line-height: 1.6;
}

.mptj-overview-map {
  margin-top: 2vw;
  position: relative;
  padding-bottom: 44.45%;
}
.mptj-overview-map iframe {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.col-0325c3 {
  color: #0325c3;
}

.col-00a2ff {
  color: #00a2ff;
}

.mptj-event-txt-items {
  margin-bottom: 8vw;
}
.mptj-event-txt-items .mptj-event-txt-item {
  margin-bottom: 0vw;
}
.mptj-event-txt-items .mptj-event-txt-item:last-child {
  margin-bottom: 0;
}
.mptj-event-txt-items .mptj-event-txt-item a {
  text-decoration: underline;
}

.mptj-event-txt {
  font-size: 3.2vw;
  line-height: 1.6;
}

.mptj-event-online-bnr {
  width: 82.13333vw;
  margin: 0 auto 2.66667vw;
}
.mptj-event-online-bnr a {
  display: block;
}

.mptj-event-online-app-items {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.mptj-event-online-app-items .mptj-event-online-app-item {
  margin: 0 1.33333vw;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.mptj-event-online-app-items .mptj-event-online-app-item.type-qr img {
  height: 13.06667vw;
}
.mptj-event-online-app-items .mptj-event-online-app-item a {
  display: block;
}
.mptj-event-online-app-items .mptj-event-online-app-item a img {
  width: auto;
  height: 9.46667vw;
}

.mptj-event-prize-img {
  width: 94.66667vw;
  margin: 0 auto;
}
.mptj-event-prize-img img {
  display: block;
  margin: 0 auto;
}

.mptj-event-structure-img {
  width: 94.66667vw;
  margin: 0 auto;
}
.mptj-event-structure-img img {
  display: block;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .mptj-sec-event {
    padding: 7.8125vw 0 7.8125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-sec-event {
    padding: 100px 0 100px;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-sec-event section {
    padding: 7.8125vw 0 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-sec-event section {
    padding: 100px 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-sec-event section.type-first {
    padding: 0 0 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-sec-event section.type-first {
    padding: 0 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .mptj-event-con {
    width: 89.0625vw;
    padding: 3.125vw 0 4.0625vw;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-event-con {
    width: 1140px;
    padding: 40px 0 52px;
  }
}

@media print, screen and (min-width: 768px) {
  .mptj-event-con-inner {
    width: 81.25vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-event-con-inner {
    width: 1040px;
  }
}

@media print, screen and (min-width: 768px) {
  .mptj-overview-items .mptj-overview-item {
    border-bottom: 1px solid #c6c6c6;
    padding: 1.17188vw 0 1.17188vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-overview-items .mptj-overview-item {
    padding: 15px 0 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-overview-items .mptj-overview-item dl dt {
    width: 5.5em;
    width: 9em;
    font-size: 1.5625vw;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-overview-items .mptj-overview-item dl dt {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .page-mptj-2023 .mptj-overview-items .mptj-overview-item dl dt {
    width: 14em;
  }
  .mptj-overview-items .mptj-overview-item dl dd {
    font-size: 1.5625vw;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-overview-items .mptj-overview-item dl dd {
    font-size: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .mptj-overview-map {
    margin-top: 1.17188vw;
    padding-bottom: 26.93%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-overview-map {
    margin-top: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .mptj-event-txt-items {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 5.46875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-event-txt-items {
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-event-txt-items .mptj-event-txt-item {
    width: 45%;
  }
  .mptj-event-txt-items .mptj-event-txt-item a:hover {
    text-decoration: none;
  }

  .mptj-side-event-rule-img {
    width: 79.0625vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-side-event-rule-img {
    width: 1012px;
  }
}

@media print, screen and (min-width: 768px) {
  .mptj-event-txt {
    font-size: 1.5625vw;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-event-txt {
    font-size: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .mptj-event-online-bnr {
    width: 54.6875vw;
    margin: 0 auto 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-event-online-bnr {
    width: 700px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-event-online-bnr a {
    display: block;
    -webkit-transition: opacity 0.3s 0s ease;
    -moz-transition: opacity 0.3s 0s ease;
    -ms-transition: opacity 0.3s 0s ease;
    -o-transition: opacity 0.3s 0s ease;
    transition: opacity 0.3s 0s ease;
  }
  .mptj-event-online-bnr a:hover {
    -webkit-transition: opacity 0.2s 0s ease;
    -moz-transition: opacity 0.2s 0s ease;
    -ms-transition: opacity 0.2s 0s ease;
    -o-transition: opacity 0.2s 0s ease;
    transition: opacity 0.2s 0s ease;
    opacity: 0.7;
  }

  .mptj-event-online-app-items .mptj-event-online-app-item {
    margin: 0 0.78125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-event-online-app-items .mptj-event-online-app-item {
    margin: 0 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-event-online-app-items .mptj-event-online-app-item.type-qr img {
    height: 7.65625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-event-online-app-items .mptj-event-online-app-item.type-qr img {
    height: 98px;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-event-online-app-items .mptj-event-online-app-item a {
    -webkit-transition: opacity 0.3s 0s ease;
    -moz-transition: opacity 0.3s 0s ease;
    -ms-transition: opacity 0.3s 0s ease;
    -o-transition: opacity 0.3s 0s ease;
    transition: opacity 0.3s 0s ease;
  }
  .mptj-event-online-app-items .mptj-event-online-app-item a img {
    height: 5.54688vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-event-online-app-items .mptj-event-online-app-item a img {
    height: 71px;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-event-online-app-items .mptj-event-online-app-item a:hover {
    -webkit-transition: opacity 0.2s 0s ease;
    -moz-transition: opacity 0.2s 0s ease;
    -ms-transition: opacity 0.2s 0s ease;
    -o-transition: opacity 0.2s 0s ease;
    transition: opacity 0.2s 0s ease;
    opacity: 0.7;
  }

  .mptj-event-prize-img {
    width: 89.0625vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-event-prize-img {
    width: 1140px;
  }
}

@media print, screen and (min-width: 768px) {
  .mptj-event-structure-img {
    width: 89.0625vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-event-structure-img {
    width: 1140px;
  }
}

/************************************
terms
*************************************/
.mptj-sec-terms {
  padding: 7.2vw 0 0;
  background: #fff;
}

.mptj-terms-ttl {
  width: 81.33333vw;
  margin: 0 auto 5.6vw;
}
.mptj-terms-ttl span {
  display: inline-block;
  position: relative;
}
.mptj-terms-ttl span::after {
  display: block;
  position: absolute;
  content: '';
  left: -5.33333vw;
  top: 2.93333vw;
  width: 4vw;
  height: 2px;
  background: #0325c3;
  content: "";
  z-index: 2;
  pointer-events: none;
}
.mptj-terms-ttl span::before {
  display: block;
  position: absolute;
  content: '';
  right: -5.33333vw;
  top: 2.93333vw;
  margin-top: -1px;
  width: 4vw;
  height: 2px;
  background: #0325c3;
  content: "";
  z-index: 2;
  pointer-events: none;
}

.mptj-terms-box {
  width: 94.66667vw;
  margin: 0 auto;
  border: 2px solid #0324c3;
  padding: 1px 1px 1px 1px;
}
.mptj-terms-box .mptj-terms-txt {
  font-size: 3.2vw;
  line-height: 1.6;
  margin-bottom: 4vw;
}
.mptj-terms-box section {
  margin-bottom: 6.66667vw;
}
.mptj-terms-box section:last-child {
  margin-bottom: 0;
}

.mptj-terms-box-scroll {
  padding: 4vw 4vw 4vw 4vw;
  height: 106.66667vw;
  position: relative;
  overflow: hidden;
}
.mptj-terms-box-scroll a {
  color: #0324c3;
  text-decoration: underline;
}
@media screen and (min-width: 1280px) {
  .mptj-terms-box-scroll a:hover {
    text-decoration: none;
  }
}

.mptj-terms-box-ttl {
  font-size: 3.2vw;
  line-height: 1.6;
  margin-bottom: 1.33333vw;
  color: #0325c3;
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  .mptj-sec-terms {
    padding: 7.8125vw 0 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-sec-terms {
    padding: 100px 0 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .mptj-terms-ttl {
    width: 50vw;
    margin: 0 auto 4.6875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-terms-ttl {
    width: 640px;
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-terms-ttl span::after {
    left: -3.125vw;
    top: 1.875vw;
    width: 2.34375vw;
    height: 3px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-terms-ttl span::after {
    left: -40px;
    top: 24px;
    width: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-terms-ttl span::before {
    right: -3.125vw;
    top: 1.875vw;
    margin-top: -1px;
    width: 2.34375vw;
    height: 3px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-terms-ttl span::before {
    right: -40px;
    top: 24px;
    width: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .mptj-terms-box {
    width: 89.0625vw;
    border: 4px solid #0324c3;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-terms-box {
    width: 1140px;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-terms-box .mptj-terms-txt {
    font-size: 1.25vw;
    line-height: 1.6;
    margin-bottom: 2.34375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-terms-box .mptj-terms-txt {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-terms-box section {
    margin-bottom: 3.90625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-terms-box section {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-terms-box section:last-child {
    margin-bottom: 0;
  }

  .mptj-terms-box-scroll-inner {
    padding: 2.34375vw 0 2.34375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-terms-box-scroll-inner {
    padding: 30px 0 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .mptj-terms-box-scroll {
    padding: 1.17188vw 4.6875vw 1.17188vw 4.6875vw;
    height: 46.875vw;
    overflow-y: scroll;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-terms-box-scroll {
    height: 600px;
    padding: 15px 60px 15px 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .mptj-terms-box-ttl {
    font-size: 1.25vw;
    line-height: 1.6;
    margin-bottom: 0.78125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-terms-box-ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

/************************************
sponsor
*************************************/
.mptj-sec-sponsor {
  padding: 7.2vw 0 0;
  background: #fff;
}

.mptj-sponsor-items {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin: 0 auto;
}
.mptj-sponsor-items li {
  width: 21.6vw;
  width: 36vw;
  margin: 0 2.66667vw 10.66667vw;
}
.mptj-sponsor-items li.type-single {
  width: 100%;
  margin: 0 auto 10.66667vw;
}
.mptj-sponsor-items li.type-single a {
  width: 36vw;
  margin: 0 auto;
}
.mptj-sponsor-items li.type-single.type-l a {
  width: 39.46667vw;
}
.mptj-sponsor-items li a {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .mptj-sec-sponsor {
    padding: 4.84375vw 0 0;
    background: #fff;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-sec-sponsor {
    padding-top: 62px;
  }
}

@media print, screen and (min-width: 768px) {
  .mptj-sponsor-items {
    width: 92.1875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-sponsor-items {
    width: 1180px;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-sponsor-items li {
    width: 20.3125vw;
    margin: 0 0.78125vw 6.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-sponsor-items li {
    width: 260px;
    margin: 0 10px 80px;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-sponsor-items li.type-single {
    width: 100%;
    margin: 0 auto 6.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-sponsor-items li.type-single {
    margin: 0 auto 80px;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-sponsor-items li.type-single a {
    width: 20.3125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mptj-sponsor-items li.type-single a {
    width: 260px;
  }
}
@media print, screen and (min-width: 768px) {
  .mptj-sponsor-items li.type-single.type-l a {
    width: 23.125vw;
  }
  .mptj-sponsor-items li a {
    display: block;
    -webkit-transition: opacity 0.3s 0s ease;
    -moz-transition: opacity 0.3s 0s ease;
    -ms-transition: opacity 0.3s 0s ease;
    -o-transition: opacity 0.3s 0s ease;
    transition: opacity 0.3s 0s ease;
  }
  .mptj-sponsor-items li a:hover {
    -webkit-transition: opacity 0.2s 0s ease;
    -moz-transition: opacity 0.2s 0s ease;
    -ms-transition: opacity 0.2s 0s ease;
    -o-transition: opacity 0.2s 0s ease;
    transition: opacity 0.2s 0s ease;
    opacity: 0.7;
  }
}
/**
 * Swiper 4.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 14, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 768px) {
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    opacity: 0.7;
  }
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  /*  pointer-events: none; */
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 1;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/*********************************************
scroll bar
*********************************************/
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 10px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}
body.page-history .ps__rail-y {
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  .ps__rail-y {
    width: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .ps__rail-y {
    width: 20px;
  }
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
  background-color: #dbdbdb;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #ccc;
  background-color: transparent;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #0325c3;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 10px;
  /* there must be 'right' for ps__thumb-y */
  right: 0px;
  /* please don't change 'position' */
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .ps__thumb-y {
    width: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .ps__thumb-y {
    width: 20px;
  }
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #4b65dd;
  width: 10px;
}
@media print, screen and (min-width: 768px) {
  .ps__rail-y:hover > .ps__thumb-y,
  .ps__rail-y:focus > .ps__thumb-y,
  .ps__rail-y.ps--clicking .ps__thumb-y {
    width: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .ps__rail-y:hover > .ps__thumb-y,
  .ps__rail-y:focus > .ps__thumb-y,
  .ps__rail-y.ps--clicking .ps__thumb-y {
    width: 20px;
  }
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.ps__rail-x,
.ps__rail-y {
  opacity: 1;
}

/* anime */
.index-movie-swiper-main,
.index-movie-swiper-thumb,
.playspot-concept-swiper,
.playspot-drink-menu-slider-items,
.topics-notice-slider-items,
.index-kv-swiper,
.index-kv-swiper-sp {
  position: relative;
  z-index: 10;
  opacity: 0;
}
.index-movie-swiper-main.state-active,
.index-movie-swiper-thumb.state-active,
.playspot-concept-swiper.state-active,
.playspot-drink-menu-slider-items.state-active,
.topics-notice-slider-items.state-active,
.index-kv-swiper.state-active,
.index-kv-swiper-sp.state-active {
  opacity: 1;
  -webkit-transition: opacity 0.8s 0s ease-out;
  -moz-transition: opacity 0.8s 0s ease-out;
  -ms-transition: opacity 0.8s 0s ease-out;
  -o-transition: opacity 0.8s 0s ease-out;
  transition: opacity 0.8s 0s ease-out;
}

.index-movie-swiper-main .swiper-ex-btn,
.index-kv-swiper .swiper-ex-btn {
  position: absolute;
  top: 50%;
  left: 0;
  width: 35px;
  height: 70px;
  margin-top: -35px;
  z-index: 100;
}
.index-movie-swiper-main .swiper-ex-btn.type-next,
.index-kv-swiper .swiper-ex-btn.type-next {
  left: auto;
  right: 0;
}
.index-movie-swiper-main .swiper-ex-btn.type-next a,
.index-kv-swiper .swiper-ex-btn.type-next a {
  background: url(../img/common/icon_slider_next.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.index-movie-swiper-main .swiper-ex-btn a,
.index-kv-swiper .swiper-ex-btn a {
  display: block;
  width: 35px;
  height: 70px;
  background: url(../img/common/icon_slider_prev.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.index-movie-swiper-main .swiper-ex-btn {
  margin-top: -35px;
}
.index-movie-swiper-main .swiper-ex-btn a {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.index-movie-swiper-main.state-first .swiper-ex-btn.type-prev a {
  opacity: 0.3;
  cursor: default;
}
.index-movie-swiper-main.state-last .swiper-ex-btn.type-next a {
  opacity: 0.3;
  cursor: default;
}

@media screen and (min-width: 1024px) {
  .index-movie-swiper-main .swiper-ex-btn,
  .index-kv-swiper .swiper-ex-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 140px;
    margin-top: -70px;
    margin-left: -440px;
  }
  .index-movie-swiper-main .swiper-ex-btn.type-next,
  .index-kv-swiper .swiper-ex-btn.type-next {
    left: 50%;
    right: auto;
    margin-left: 440px;
  }
  .index-movie-swiper-main .swiper-ex-btn a,
  .index-kv-swiper .swiper-ex-btn a {
    width: 70px;
    height: 140px;
    position: relative;
    left: -35px;
  }

  .index-movie-swiper-main .swiper-ex-btn {
    left: 5px;
    margin-left: 0;
    width: 35px;
    height: 70px;
    margin-top: -42px;
  }
  .index-movie-swiper-main .swiper-ex-btn.type-next {
    left: auto;
    right: 5px;
    margin-left: 0;
  }
  .index-movie-swiper-main .swiper-ex-btn a {
    width: 35px;
    height: 70px;
    left: 0;
  }
}
.swiper-pagination-ex {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  z-index: 20;
  pointer-events: none;
}
.swiper-pagination-ex li {
  margin: 0 4px;
  width: 25px;
  position: relative;
  top: -3px;
}
.swiper-pagination-ex li a {
  display: block;
  width: 100%;
  height: 100%;
  background: #667bdb;
  position: relative;
}
.swiper-pagination-ex li a div {
  position: absolute;
  width: 100%;
  display: none;
  height: 2px;
  top: 0;
  background: #fff;
  z-index: 2;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.swiper-pagination-ex li.active a div {
  display: block;
}

.playspot-concept-swiper .swiper-pagination-ex li a {
  background: #ccc;
}
.playspot-concept-swiper .swiper-pagination-ex li a::after {
  background: #F0F0F0;
}
.playspot-concept-swiper .swiper-pagination-ex li a div {
  background: #0023C3;
}
.playspot-concept-swiper .swiper-pagination-ex li.active a div {
  display: block;
}

#jsPlayspotConceptSwiper .swiper-container,
#jsPlayspotDrinkMenuSwiper .swiper-container,
#jsIndexKvSwiperSP .swiper-container,
#jsTopicsIndexSwiper .swiper-container {
  overflow: visible;
}
#jsPlayspotConceptSwiper .swiper-pagination-ex,
#jsPlayspotConceptSwiper .swiper-pagination,
#jsPlayspotDrinkMenuSwiper .swiper-pagination-ex,
#jsPlayspotDrinkMenuSwiper .swiper-pagination,
#jsIndexKvSwiperSP .swiper-pagination-ex,
#jsIndexKvSwiperSP .swiper-pagination,
#jsTopicsIndexSwiper .swiper-pagination-ex,
#jsTopicsIndexSwiper .swiper-pagination {
  bottom: -6.66667vw;
}
@media print, screen and (min-width: 768px) {
  #jsPlayspotConceptSwiper .swiper-pagination-ex,
  #jsPlayspotConceptSwiper .swiper-pagination,
  #jsPlayspotDrinkMenuSwiper .swiper-pagination-ex,
  #jsPlayspotDrinkMenuSwiper .swiper-pagination,
  #jsIndexKvSwiperSP .swiper-pagination-ex,
  #jsIndexKvSwiperSP .swiper-pagination,
  #jsTopicsIndexSwiper .swiper-pagination-ex,
  #jsTopicsIndexSwiper .swiper-pagination {
    bottom: -35px;
  }
}
#jsPlayspotConceptSwiper .swiper-pagination-ex li,
#jsPlayspotConceptSwiper .swiper-pagination-bullet,
#jsPlayspotDrinkMenuSwiper .swiper-pagination-ex li,
#jsPlayspotDrinkMenuSwiper .swiper-pagination-bullet,
#jsIndexKvSwiperSP .swiper-pagination-ex li,
#jsIndexKvSwiperSP .swiper-pagination-bullet,
#jsTopicsIndexSwiper .swiper-pagination-ex li,
#jsTopicsIndexSwiper .swiper-pagination-bullet {
  width: 60px;
  width: 50px;
  width: 10.66667vw;
  height: 2px !important;
  border-radius: 0%;
  margin: 0 4px !important;
}
@media print, screen and (min-width: 768px) {
  #jsPlayspotConceptSwiper .swiper-pagination-ex li,
  #jsPlayspotConceptSwiper .swiper-pagination-bullet,
  #jsPlayspotDrinkMenuSwiper .swiper-pagination-ex li,
  #jsPlayspotDrinkMenuSwiper .swiper-pagination-bullet,
  #jsIndexKvSwiperSP .swiper-pagination-ex li,
  #jsIndexKvSwiperSP .swiper-pagination-bullet,
  #jsTopicsIndexSwiper .swiper-pagination-ex li,
  #jsTopicsIndexSwiper .swiper-pagination-bullet {
    width: 60px;
  }
}
#jsPlayspotConceptSwiper .swiper-pagination-bullet,
#jsPlayspotDrinkMenuSwiper .swiper-pagination-bullet,
#jsIndexKvSwiperSP .swiper-pagination-bullet,
#jsTopicsIndexSwiper .swiper-pagination-bullet {
  opacity: 0 !important;
}
#jsPlayspotConceptSwiper .swiper-pagination-ex li a::after,
#jsPlayspotDrinkMenuSwiper .swiper-pagination-ex li a::after,
#jsIndexKvSwiperSP .swiper-pagination-ex li a::after,
#jsTopicsIndexSwiper .swiper-pagination-ex li a::after {
  height: 2px;
}
#jsPlayspotConceptSwiper .swiper-pagination-ex li a div,
#jsPlayspotDrinkMenuSwiper .swiper-pagination-ex li a div,
#jsIndexKvSwiperSP .swiper-pagination-ex li a div,
#jsTopicsIndexSwiper .swiper-pagination-ex li a div {
  height: 2px;
}
#jsPlayspotConceptSwiper .swiper-pagination-bullet,
#jsPlayspotConceptSwiper .swiper-pagination-bullet-active,
#jsPlayspotDrinkMenuSwiper .swiper-pagination-bullet,
#jsPlayspotDrinkMenuSwiper .swiper-pagination-bullet-active,
#jsIndexKvSwiperSP .swiper-pagination-bullet,
#jsIndexKvSwiperSP .swiper-pagination-bullet-active,
#jsTopicsIndexSwiper .swiper-pagination-bullet,
#jsTopicsIndexSwiper .swiper-pagination-bullet-active {
  height: 30px !important;
  -webkit-transform: translateY(40%);
  -moz-transform: translateY(40%);
  -ms-transform: translateY(40%);
  -o-transform: translateY(40%);
  transform: translateY(40%);
}

#jsTopicsIndexSwiper .swiper-pagination-ex,
#jsTopicsIndexSwiper .swiper-pagination {
  bottom: -6.66667vw;
}
@media print, screen and (min-width: 768px) {
  #jsTopicsIndexSwiper .swiper-pagination-ex,
  #jsTopicsIndexSwiper .swiper-pagination {
    bottom: -35px;
  }
}

#jsIndexKvSwiperSP .swiper-pagination-ex,
#jsIndexKvSwiperSP .swiper-pagination {
  bottom: -10.66667vw !important;
}
@media print, screen and (min-width: 768px) {
  #jsIndexKvSwiperSP .swiper-pagination-ex,
  #jsIndexKvSwiperSP .swiper-pagination {
    bottom: -35px !important;
  }
}

#jsPlayspotConceptSwiper .swiper-pagination-ex,
#jsPlayspotConceptSwiper .swiper-pagination {
  bottom: -10.66667vw !important;
}
@media print, screen and (min-width: 768px) {
  #jsPlayspotConceptSwiper .swiper-pagination-ex,
  #jsPlayspotConceptSwiper .swiper-pagination {
    bottom: -20px !important;
  }
  #jsPlayspotConceptSwiper .swiper-pagination-ex li,
  #jsPlayspotConceptSwiper .swiper-pagination li {
    position: absolute !important;
    top: 0;
    left: -4px;
    width: 100% !important;
    height: 8px !important;
  }
  #jsPlayspotConceptSwiper .swiper-pagination-ex li a,
  #jsPlayspotConceptSwiper .swiper-pagination li a {
    display: block;
    width: 100%;
    height: 100%;
    background: #F0F0F0;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
  }
  #jsPlayspotConceptSwiper .swiper-pagination-ex li a div,
  #jsPlayspotConceptSwiper .swiper-pagination li a div {
    height: 8px;
    top: 0;
    z-index: 2;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    border-radius: 16px;
    overflow: hidden;
  }
  #jsPlayspotConceptSwiper .swiper-pagination-ex li,
  #jsPlayspotConceptSwiper .swiper-pagination li {
    width: 100%;
  }
  #jsPlayspotConceptSwiper .swiper-pagination-ex li a::after,
  #jsPlayspotConceptSwiper .swiper-pagination li a::after {
    height: 8px !important;
  }
  #jsPlayspotConceptSwiper .swiper-pagination-ex li a div,
  #jsPlayspotConceptSwiper .swiper-pagination li a div {
    height: 8px !important;
  }
}

#jsIndexKvSwiperThumb .swiper-button-prev,
#jsIndexKvSwiperThumb .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  z-index: 50;
  cursor: pointer;
  left: 50%;
}
#jsIndexKvSwiperThumb .swiper-button-next {
  background: url(../img/common/icon-arr-w-r.svg) 0 0 no-repeat;
  background-size: 50px 50px;
  margin-left: 37.5vw;
}
@media screen and (min-width: 1280px) {
  #jsIndexKvSwiperThumb .swiper-button-next {
    margin-left: 480px;
  }
}
#jsIndexKvSwiperThumb .swiper-button-prev {
  background: url(../img/common/icon-arr-w-l.svg) 0 0 no-repeat;
  background-size: 50px 50px;
  margin-left: -42.1875vw;
}
@media screen and (min-width: 1280px) {
  #jsIndexKvSwiperThumb .swiper-button-prev {
    margin-left: -540px;
  }
}

.playspot-drink-menu-slider-items .swiper-button-next,
.playspot-drink-menu-slider-items .swiper-button-prev {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .playspot-drink-menu-slider-items .swiper-button-next,
  .playspot-drink-menu-slider-items .swiper-button-prev {
    display: block;
    width: 45px;
    height: 230px;
    top: 21px;
    z-index: 40;
  }
  .playspot-drink-menu-slider-items .swiper-button-next {
    background: url(../img/common/icon-arr-w-r.svg) center center no-repeat rgba(0, 35, 195, 0.7);
    background-size: 50px 50px;
    right: -45px;
  }
  .playspot-drink-menu-slider-items .swiper-button-prev {
    background: url(../img/common/icon-arr-w-l.svg) center center no-repeat rgba(0, 35, 195, 0.7);
    background-size: 50px 50px;
    left: -45px;
  }
}