* {
  font-family: 'Noto Sans JP', sans-serif !important;
}
@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
  height: 1px;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
input,
textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
}
.cl:after {
  width: 1px;
  height: 0px;
  content: "";
  line-height: 0;
  display: block;
  clear: both;
}
.tel {
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .tel {
    pointer-events: auto;
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
:root {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  :root {
    background: #fff;
    font-size: 20px;
    -webkit-text-size-adjust: 100%;
  }
}
@media screen and (max-width: 768px) {
  :root {
    font-size: 15px;
  }
}
body {
  background: #fff;
}
@media screen and (min-width: 768px) {
  a:focus {
    outline: none;
  }
}
@media screen and (min-width: 768px) {
  a:hover {
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  a:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  a:visited,
  a:link {
    color: #333;
  }
}
@media screen and (max-width: 768px) {
  a:visited,
  a:link {
    color: #333;
  }
}
.deadLink,
.deadlink {
  pointer-events: none !important;
  cursor: default !important;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  color: #000;
}
.u_line {
  text-decoration: underline;
}
.rBg {
  background: #b8358f;
  padding: 10px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .pad {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .pad {
    padding: 25px 0;
  }
}
header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  header {
    width: 100%;
    background: #fff;
    -webkit-filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.05));
            filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.05));
  }
}
@media screen and (max-width: 768px) {
  header {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  header .navBox {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header .navBox {
    display: block;
    width: 25px;
    height: 25px;
    position: relative;
    margin-right: 10px;
  }
  header .navBox span {
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    left: 10px;
  }
  header .navBox span:nth-of-type(1) {
    top: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .navBox span:nth-of-type(2) {
    top: 25px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .navBox span:nth-of-type(3) {
    top: 35px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .navBox.onMenu span:nth-of-type(1) {
    top: 25px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .navBox.onMenu span:nth-of-type(2) {
    top: 25px;
    left: -100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .navBox.onMenu span:nth-of-type(3) {
    top: 25px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
header .headerLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  header .headerLeft {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  header .headerLeft {
    width: 100%;
    background: #fff;
  }
}
header .headerLeft h1 {
  position: relative;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  header .headerLeft h1 {
    padding: 15px;
    display: block;
    width: 112px;
  }
}
@media screen and (max-width: 768px) {
  header .headerLeft h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header .headerLeft h1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  header .headerLeft h1 a {
    padding: 15px;
  }
}
@media screen and (min-width: 768px) {
  header .headerLeft h1 a img {
    width: 97px;
    height: 34px;
  }
}
@media screen and (max-width: 768px) {
  header .headerLeft h1 a img {
    width: 67px;
    height: 22px;
  }
}
header .headerLeft .s_lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  header .headerLeft .s_lang {
    width: 90px;
  }
}
header .headerLeft .s_lang .langnum a {
  background: #000;
  color: #fff;
}
header .headerLeft .s_lang a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #bebebe;
  font-weight: bold;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 26px;
  height: 26px;
  color: #414141;
  margin: 2px;
}
@media screen and (min-width: 768px) {
  header .headerLeft .s_menu {
    width: calc(100% - 292px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  header .headerLeft .s_menu {
    width: 100%;
    position: fixed;
    top: 52px;
    left: -120%;
    background: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    height: calc(100vh - 52px);
  }
  header .headerLeft .s_menu.onMenu {
    left: 0%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
header .headerLeft .s_menu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  header .headerLeft .s_menu > li {
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  header .headerLeft .s_menu > li {
    padding: 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  header .headerLeft .s_menu > li ul {
    display: none;
    position: absolute;
    top: 45px;
    left: 50%;
    margin-left: -110px;
    width: 220px;
  }
}
@media screen and (max-width: 768px) {
  header .headerLeft .s_menu > li ul {
    margin-left: 0;
    width: 100%;
    padding-left: 15px;
    border-left: 3px solid #000;
    border-bottom: 1px solid #000;
  }
}
header .headerLeft .s_menu > li ul .third {
  display: none;
}
header .headerLeft .s_menu > li ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #fff;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  header .headerLeft .s_menu > li ul li {
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  header .headerLeft .s_menu > li ul li {
    padding: 5px;
  }
  header .headerLeft .s_menu > li ul li a {
    border-bottom: 1px solid #bbb;
  }
}
@media screen and (min-width: 768px) {
  header .headerLeft .s_menu > li:hover ul {
    display: block;
  }
  header .headerLeft .s_menu > li:hover ul .deadLink {
    color: #999;
  }
}
@media screen and (min-width: 768px) {
  header .headerLeft .s_menu > li:hover {
    background: #000;
  }
  header .headerLeft .s_menu > li:hover > a {
    color: #fff;
  }
}
header .headerLeft .s_menu > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.8rem;
  font-weight: bold;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  header .headerLeft .s_menu > li a {
    padding: 20px;
    display: block;
    width: 100%;
  }
}
header .headerLeft .s_menu > li a ul {
  display: none;
}
@media screen and (max-width: 768px) {
  header .headerLeft .s_menu > li > a {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  header .headerLeft .s_menu > li > a:nth-of-type(1) {
    border-top: 0px solid #000;
  }
}
header a {
  text-decoration: none;
  display: block;
}
p > a {
  text-decoration: underline;
  color: #000;
  padding: 0 10px 0 30px;
  background: url("../images/arrow_r_B.svg") left 15px center no-repeat;
  background-size: 7px;
}
.s_wrap {
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .s_wrap {
    width: 1280px;
    padding: 1px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .s_wrap {
    width: 100%;
    padding: 1px 4%;
  }
}
.s_wrap_sml {
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .s_wrap_sml {
    width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  .s_wrap_sml {
    width: 100%;
    padding: 0 4%;
  }
}
.relative {
  position: relative;
}
.channelChengeR {
  background: #000;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -60px;
}
.channelChengeR a {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 20px 10px;
  height: 120px;
}
.channelChengeR a img {
  width: 20px;
}
.channelChengeL {
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -60px;
}
.channelChengeL a {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 20px 10px;
  height: 120px;
}
.channelChengeL a img {
  width: 20px;
}
.sns,
.emergency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f00;
  position: relative;
  margin-bottom: 5px;
  line-height: 1.3;
}
.sns.displaynone,
.emergency.displaynone {
  display: none;
}
.sns .closeWrap,
.emergency .closeWrap {
  position: absolute;
  right: 10px;
  width: 30px;
  height: 30px;
  top: 50%;
  display: block;
}
.sns .close,
.emergency .close {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  z-index: 10;
}
.sns .close span,
.emergency .close span {
  width: 30px;
  height: 3px;
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.sns .close span:nth-of-type(1),
.emergency .close span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sns .close span:nth-of-type(2),
.emergency .close span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.sns a,
.emergency a {
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
  display: block;
  padding: 15px;
}
.emergency2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ccc;
  position: relative;
  margin-bottom: 5px;
}
.emergency2.displaynone {
  display: none;
}
.emergency2 .closeWrap {
  position: absolute;
  right: 10px;
  width: 30px;
  height: 30px;
  top: 50%;
  display: block;
}
.emergency2 .close {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  z-index: 10;
}
.emergency2 .close span {
  width: 30px;
  height: 3px;
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.emergency2 .close span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.emergency2 .close span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.emergency2 a {
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 15px;
  display: block;
}
.emergency2 .s_wrap {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .emergency2 .s_wrap img {
    width: 100%;
  }
}
h2 .contents {
  text-align: center;
  font-weight: bold;
  padding: 32px 0 32px;
  max-width: 1000px;
  position: relative;
}
@media screen and (min-width: 768px) {
  h2 .contents {
    margin: 120px auto 30px;
    font-size: 2.5rem;
    letter-spacing: 0.42em;
  }
}
@media screen and (max-width: 768px) {
  h2 .contents {
    margin: 60px auto 30px;
    font-size: 2rem;
    letter-spacing: 0.2em;
  }
}
h2 .contents:after {
  content: '';
  background: #000;
  height: 3px;
  display: block;
  width: 288px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -144px;
}
h3 .contents {
  position: relative;
  text-align: center;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  h3 .contents {
    margin: 50px auto 30px;
    padding: 32px 0 48px;
    font-size: 1.75rem;
    max-width: 1000px;
    letter-spacing: 0.42em;
  }
}
@media screen and (max-width: 768px) {
  h3 .contents {
    margin: 30px auto 10px;
    padding: 22px 0 28px;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
}
h3 .contents:after {
  content: '';
  background: #000;
  display: block;
  width: 16px;
  height: 8px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -8px;
}
h4 .contents {
  font-size: 1.25rem;
  padding: 20px 0 20px;
  margin: 60px auto 20px;
  text-align: center;
  letter-spacing: 0.02em;
  font-weight: 700;
}
h4 .contents.left {
  text-align: left;
}
h4 .contents p {
  display: inline-block;
  position: relative;
  padding: 0 10px 15px;
  line-height: 1.4;
}
h4 .contents p:after {
  content: '';
  background: #000;
  display: block;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  position: absolute;
}
h5 .contents {
  font-size: 1rem;
  padding: 32px 0 48px;
  max-width: 1000px;
  margin: 30px auto;
  position: relative;
  text-align: center;
  letter-spacing: 0.42em;
}
.snsBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.snsBox ul li {
  width: 64px;
  margin: 0 17px;
}
.snsBox ul li img {
  width: 100%;
}
.adBox1 {
  background: #f2f2f2;
  position: relative;
}
@media screen and (min-width: 768px) {
  .adBox1 {
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .adBox1 {
    padding: 20px 0;
  }
}
.adBox1:after {
  content: "AD";
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  color: #fff;
  padding: 5px 10px;
  font-size: 0.6rem;
}
.adBox1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .adBox1 ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .adBox1 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .adBox1 ul li {
    width: 1000px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .adBox1 ul li {
    width: 100%;
    margin-top: 15px;
  }
}
.adBox1 ul a {
  display: block;
}
.adBox1 ul a img {
  width: 100%;
}
.adBox2 {
  background: #f2f2f2;
  position: relative;
}
@media screen and (min-width: 768px) {
  .adBox2 {
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .adBox2 {
    padding: 20px 0;
  }
}
.adBox2:after {
  content: "AD";
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  color: #fff;
  padding: 5px 10px;
  font-size: 0.6rem;
}
.adBox2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .adBox2 ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .adBox2 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .adBox2 ul li {
    width: 520px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .adBox2 ul li {
    width: 100%;
    margin-top: 15px;
  }
}
.adBox2 ul a {
  display: block;
}
.adBox2 ul a img {
  width: 100%;
}
.adBox3 {
  background: #f2f2f2;
  position: relative;
}
@media screen and (min-width: 768px) {
  .adBox3 {
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .adBox3 {
    padding: 20px 4%;
  }
  .adBox3 div {
    text-align: center;
  }
}
.adBox3:after {
  content: "AD";
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  color: #fff;
  padding: 5px 10px;
  font-size: 0.6rem;
}
.adBox3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .adBox3 ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .adBox3 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .adBox3 ul li {
    width: 300px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .adBox3 ul li {
    width: 100%;
    margin-top: 15px;
  }
}
.adBox3 ul a {
  display: block;
}
.adBox3 ul a img {
  width: 100%;
}
.adBox3noad {
  background: #f2f2f2;
  position: relative;
}
@media screen and (min-width: 768px) {
  .adBox3noad {
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .adBox3noad {
    padding: 20px 4%;
  }
  .adBox3noad div {
    text-align: center;
  }
}
.adBox3noad ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .adBox3noad ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .adBox3noad ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .adBox3noad ul li {
    width: 300px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .adBox3noad ul li {
    width: 100%;
    margin-top: 15px;
  }
}
.adBox3noad ul a {
  display: block;
}
.adBox3noad ul a img {
  width: 100%;
}
.adBox4 {
  background: #f2f2f2;
  position: relative;
}
@media screen and (min-width: 768px) {
  .adBox4 {
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .adBox4 {
    padding: 20px 0;
  }
}
.adBox4:after {
  content: "AD";
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  color: #fff;
  padding: 5px 10px;
  font-size: 0.6rem;
}
.adBox4 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .adBox4 ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .adBox4 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .adBox4 ul li {
    width: 305px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .adBox4 ul li {
    width: 100%;
    margin-top: 15px;
  }
}
.adBox4 ul a {
  display: block;
}
.adBox4 ul a img {
  width: 305px;
  margin: 0 10px;
  height: 210px;
}
.adBoxMv {
  background: #f2f2f2;
  position: relative;
}
@media screen and (min-width: 768px) {
  .adBoxMv {
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .adBoxMv {
    padding: 20px 0;
  }
}
.adBoxMv:after {
  content: "AD";
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  color: #fff;
  padding: 5px 10px;
  font-size: 0.6rem;
}
.adBoxMv ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .adBoxMv ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 750px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .adBoxMv ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .adBoxMv ul li {
    width: 1000px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .adBoxMv ul li {
    width: 100%;
    margin-top: 15px;
  }
}
.adBoxMv ul a {
  display: block;
}
.adBoxMv ul a img {
  width: 100%;
}
.proglamBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.proglamBox ul li {
  width: calc(20% - 14px);
  margin: 7px;
}
.proglamBox ul li a {
  display: block;
}
.proglamBox ul li img {
  width: 100%;
}
.tabArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.tabArea li {
  width: 222px;
  font-size: 1rem;
  font-weight: bold;
  border: 1px solid #b3b3b3;
  color: #000;
  text-align: center;
  padding: 22px;
  margin: 0 10px;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.2));
          filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.2));
  margin-bottom: 30px;
}
.tabArea .active {
  background: #b3b3b3;
  color: #fff;
  position: relative;
}
.tabArea .active:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 28px;
  height: 10px;
  margin-left: -14px;
  background: url("../images/tabarrow.svg") no-repeat center center;
}
.borderbox {
  border: 1px solid #000;
  padding: 3px;
}
.imgRight {
  width: 400px;
  float: right;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .imgRight {
    width: 100%;
    float: none;
    margin-left: 0px;
  }
}
.imgRight img {
  width: 100%;
}
.btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btnArea li {
  font-size: 1rem;
  font-weight: bold;
  border: 1px solid #b3b3b3;
  color: #000;
  text-align: center;
  padding: 22px;
  margin: 0 10px;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.2));
          filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.2));
  margin-bottom: 30px;
}
.btnArea li a {
  text-decoration: none;
  background: url("../images/arrow_r.svg") left center no-repeat;
  background-size: 10px;
  padding-left: 30px;
  line-height: 1.5;
  color: #000;
}
.listBtnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.listBtnArea li {
  font-weight: bold;
  color: #000;
  text-align: center;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.2));
          filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.2));
}
@media screen and (min-width: 768px) {
  .listBtnArea li {
    font-size: 1rem;
    padding: 12px 5px;
    margin: 0 10px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .listBtnArea li {
    font-size: 0.8rem;
    padding: 8px 4px;
    margin: 0 5px;
  }
}
.listBtnArea li a {
  text-decoration: none;
  background: url("../images/arrow_r.svg") left center no-repeat;
  line-height: 1.5;
  display: block;
  border-bottom: 2px solid #000;
}
@media screen and (min-width: 768px) {
  .listBtnArea li a {
    width: 98px;
    padding: 10px 30px 10px;
    background-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .listBtnArea li a {
    width: 100%;
    padding: 10px 15px 10px;
    background-size: 5px;
  }
}
.bg_r {
  background: #ff3d3d;
}
.bg_b {
  background: #00adbd;
}
.bg_o {
  background: #ff7800;
}
.line {
  margin: 30px auto;
  display: block;
  background: #000;
  height: 1px;
}
.col2_s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.col2_s li {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .col2_s li {
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 768px) {
  .col2_s li {
    width: 100%;
  }
}
.col2_s li img {
  width: 100%;
}
.col2_s li h4 .contents {
  margin-top: 0;
}
.col2_s25 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.col2_s25 li {
  margin-top: 30px;
  width: calc(75% - 25px);
}
.col2_s25 li:nth-of-type(1) {
  width: calc(25% - 25px);
}
.col2_s25 li img {
  width: 100%;
}
.col2_s35 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.col2_s35 li {
  margin-top: 30px;
  width: calc(65% - 25px);
}
.col2_s35 li:nth-of-type(1) {
  width: calc(35% - 25px);
}
.col2_s35 li img {
  width: 100%;
}
.col2_s35uniq　> li {
  width: 100%;
  padding: 40px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  position: relative;
}
.col2_s35uniq　> li:nth-of-type(2n) {
  border-left: 1px solid #000;
  border-right: 0px solid #000;
}
.col2_s35uniq　> li:nth-of-type(num) :before {
  content: 1;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2_s35uniq　> li:nth-of-type(num) :before {
  content: 2;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2_s35uniq　> li:nth-of-type(num) :before {
  content: 3;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2_s35uniq　> li:nth-of-type(num) :before {
  content: 4;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2_s35uniq　> li:nth-of-type(num) :before {
  content: 5;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2_s35uniq　> li:nth-of-type(num) :before {
  content: 6;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2_s35uniq　> li:nth-of-type(num) :before {
  content: 7;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2_s35uniq　> li:nth-of-type(num) :before {
  content: 8;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2_s35uniq　> li:nth-of-type(num) :before {
  content: 9;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2_s35uniq　> li:nth-of-type(num) :before {
  content: 10;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2_s35uniq　> li:nth-of-type(num) :before {
  content: 11;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2_s35uniq　> li:nth-of-type(num) :before {
  content: 12;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2_s35uniq　> li:nth-of-type(num) :before {
  content: 13;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2_s35uniq　> li:nth-of-type(num) :before {
  content: 14;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2_s35uniq　> li:nth-of-type(num) :before {
  content: 15;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2_s35uniq　> li:nth-of-type(num) :before {
  content: 16;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2_s35uniq　> li:nth-of-type(num) :before {
  content: 17;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2_s35uniq　> li:nth-of-type(num) :before {
  content: 18;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2_s35uniq　> li:nth-of-type(num) :before {
  content: 19;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2_s35uniq　> li:nth-of-type(num) :before {
  content: 20;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2_s35uniq　> li:nth-of-type(num) :before {
  content: 21;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2_s35uniq　> li:nth-of-type(num) :before {
  content: 22;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2_s35uniq　> li:nth-of-type(num) :before {
  content: 23;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2_s35uniq　> li:nth-of-type(num) :before {
  content: 24;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2_s35uniq　> li:nth-of-type(num) :before {
  content: 25;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2_s35uniq　> li:nth-of-type(num) :before {
  content: 26;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2_s35uniq　> li:nth-of-type(num) :before {
  content: 27;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2_s35uniq　> li:nth-of-type(num) :before {
  content: 28;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2_s35uniq　> li:nth-of-type(num) :before {
  content: 29;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2_s35uniq　> li:nth-of-type(num) :before {
  content: 30;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2_s35uniq dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.col2_s35uniq dd {
  margin-top: 30px;
  width: calc(65% - 25px);
}
.col2_s35uniq dt {
  width: calc(35% - 25px);
}
.col2_s35uniq dt img {
  width: 100%;
}
.col3_s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.col3_s:after {
  -webkit-box-ordinal-group: 1000;
      -ms-flex-order: 999;
          order: 999;
  content: "";
  width: calc(33.3% - 25px);
}
.col3_s.bgw li {
  background: #fff;
  padding-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .col3_s li {
    margin-top: 30px;
    width: calc(33.3% - 25px);
  }
}
@media screen and (max-width: 768px) {
  .col3_s li {
    margin-top: 30px;
    width: 100%;
  }
}
.col3_s li img {
  width: 100%;
}
.col3_s a {
  color: #000;
  text-decoration: none;
}
.col3_s a.deadLink {
  color: #ccc;
  text-decoration: none;
}
.col3_s a.deadLink img {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.col4_s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.col4_s li {
  margin-top: 30px;
  width: calc(25% - 25px);
}
.col4_s li img {
  width: 100%;
}
.col6_s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.col6_s li {
  margin-top: 30px;
  width: calc(16.6% - 25px);
}
.col6_s li img {
  width: 100%;
}
.col6_s li a {
  display: block;
}
.largeBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .largeBtn {
    width: 100%;
    max-width: 1280px;
  }
}
@media screen and (max-width: 768px) {
  .largeBtn {
    width: 100%;
  }
}
.largeBtn.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.largeBtn.center li {
  margin: 30px 15px 0;
}
.largeBtn li {
  margin-top: 30px;
  background: #666;
  color: #fff;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.2));
          filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.2));
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
@media screen and (min-width: 768px) {
  .largeBtn li {
    width: calc(33.3% - 25px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .largeBtn li {
    width: 100%;
  }
}
.largeBtn li img {
  width: 100%;
}
.largeBtn li a {
  text-decoration: none;
  color: #fff;
  background: url("../images/arrow_r_w.svg") left 30px center no-repeat;
  background-size: 15px;
  padding: 15px 60px;
  display: block;
}
.midBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin: 20px auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.midBtn.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.midBtn.center li {
  margin: 30px 15px 0;
}
.midBtn.indie81 {
  margin-top: 13px;
  padding-top: 10px;
  border-top: 1px dotted #333;
}
.midBtn.indie81 li {
  margin: 10px 15px 0;
}
.midBtn li {
  margin-top: 30px;
  width: calc(33.3% - 25px);
  background: #fff;
  color: #333;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.2));
          filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.2));
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
.midBtn li img {
  width: 100%;
}
.midBtn li a {
  text-decoration: none;
  color: #333;
  background: url("../images/arrow_r_w.svg") left 30px center no-repeat;
  background-size: 15px;
  padding: 8px 30px;
  display: block;
}
.longBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1280px;
  margin: 20px auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.longBtn p {
  background: #666;
  color: #fff;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.2));
          filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.2));
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  max-width: 650px;
}
.longBtn p a {
  text-decoration: none;
  color: #fff;
  background: url("../images/arrow_r_w.svg") left 30px center no-repeat;
  background-size: 15px;
  padding: 15px 60px;
  display: block;
}
.longBtnfree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .longBtnfree {
    margin: 20px auto;
  }
}
@media screen and (max-width: 768px) {
  .longBtnfree {
    margin: 10px auto;
  }
}
@media screen and (min-width: 768px) {
  .longBtnfree li {
    min-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .longBtnfree li {
    min-width: auto;
    width: 100% !important;
  }
}
.longBtnfree p {
  background: #666;
  color: #fff;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.2));
          filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.2));
}
@media screen and (min-width: 768px) {
  .longBtnfree p {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    min-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .longBtnfree p {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    min-width: auto;
    width: 100%;
  }
}
.longBtnfree p a {
  text-decoration: none;
  color: #fff;
  display: block;
}
@media screen and (min-width: 768px) {
  .longBtnfree p a {
    min-width: 200px;
    padding: 15px 60px;
    background: url("../images/arrow_r_w.svg") left 30px center no-repeat;
    background-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .longBtnfree p a {
    padding: 10px 10px 10px 30px;
    min-width: auto;
    width: 100%;
    background: url("../images/arrow_r_w.svg") left 15px center no-repeat;
    background-size: 8px;
  }
}
.tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 50px auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section,
artcle {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  section,
  artcle {
    min-width: 1300px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  section,
  artcle {
    width: 100%;
    min-width: 100%;
  }
}
.imgBox,
.imgbox {
  width: 100%;
}
.imgBox img,
.imgbox img {
  width: 100%;
}
.imgbox_s {
  width: 100%;
  text-align: center;
}
.imgbox_s img {
  width: 60%;
}
@media screen and (min-width: 768px) {
  main {
    margin-top: 64px;
  }
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 52px;
  }
}
@media screen and (min-width: 768px) {
  .wrap {
    width: 100%;
    max-width: 1300px;
    min-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    width: 90%;
    max-width: 90%;
    min-width: 90%;
    margin: 0 auto;
  }
}
.wrap .rightPB {
  padding: 40px;
}
@media screen and (min-width: 768px) {
  .wrap_s {
    width: 100%;
    max-width: 1000px;
    min-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .wrap_s {
    width: 90%;
    max-width: 90%;
    min-width: 90%;
    margin: 0 auto;
  }
}
.dot_b {
  border-bottom: 1px dotted #000;
}
.dot_t {
  border-top: 1px dotted #000;
}
h2 {
  line-height: 1.3;
}
h2.def {
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  h2.def {
    padding-top: 88px;
  }
}
@media screen and (max-width: 768px) {
  h2.def {
    padding-top: 50px;
  }
}
h2.def strong {
  display: block;
  position: relative;
  z-index: 10;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  h2.def strong .subtext2 {
    font-size: 1.5rem;
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  h2.def strong .subtext2 {
    font-size: 1rem;
    margin-left: 15px;
  }
}
@media screen and (min-width: 768px) {
  h2.def strong span {
    font-size: 2.5rem;
    margin-left: 165px;
  }
}
@media screen and (max-width: 768px) {
  h2.def strong span {
    font-size: 1.75rem;
    margin-left: 75px;
  }
}
h2.def strong span.subText {
  display: block;
  line-height: 1.4;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  h2.def strong span.subText {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  h2.def strong span.subText {
    font-size: 1rem;
  }
}
h2.def strong:before {
  position: absolute;
  content: "";
  display: block;
  background: #000;
}
@media screen and (min-width: 768px) {
  h2.def strong:before {
    top: calc(50% - 3px);
    width: 130px;
    height: 6px;
  }
}
@media screen and (max-width: 768px) {
  h2.def strong:before {
    top: calc(50% - 2px);
    width: 50px;
    height: 4px;
  }
}
h2.def span.en {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  font-family: 'Poppins', sans-serif !important;
}
@media screen and (min-width: 768px) {
  h2.def span.en {
    font-size: 7.5rem;
  }
}
@media screen and (max-width: 768px) {
  h2.def span.en {
    font-size: 3rem;
  }
}
h2.def span.en.l2line {
  font-size: 4.25rem;
}
h2.def.whB span.en {
  color: #fff;
}
h2.def.b10 span.en {
  color: rgba(0,0,0,0.1);
}
.g_wrap {
  background: url("../images/g_wrap.png");
}
.w_box {
  background: #fff;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.2));
          filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.2));
}
@media screen and (min-width: 768px) {
  .w_box {
    padding: 10px 50px 50px;
  }
}
@media screen and (max-width: 768px) {
  .w_box {
    padding: 10px 6% 25px;
  }
}
.gl_wrap {
  background: #ccc;
}
.gn_wrap {
  background: #aaa;
}
.gd_wrap {
  background: #777;
}
h3.def {
  position: relative;
  border-left: 6px solid #000;
  font-weight: bold;
  padding-left: 38px;
  margin-bottom: 30px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  h3.def {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  h3.def {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 768px) {
  h3.def span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  h3.def span {
    font-size: 1.1rem;
  }
}
h4 {
  line-height: 1.3;
}
h4.def {
  position: relative;
  font-weight: bold;
  padding-left: 38px;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  h4.def {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  h4.def {
    font-size: 1.4rem;
  }
}
h4.def span {
  font-size: 1rem;
}
h4.def:before {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #000;
  content: '';
  left: 0;
  top: 50%;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
p {
  line-height: 1.8;
}
.darkBox {
  background: #404040;
  color: #fff;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .darkBox {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .darkBox {
    padding: 20px;
  }
}
.font_ss {
  font-size: 0.6rem;
}
.font_s {
  font-size: 0.7rem;
}
.font_sr {
  font-size: 0.8rem;
}
.font_r {
  font-size: 0.9rem;
  line-height: 1.3;
}
.font_ri {
  font-size: 1rem;
}
.font_m {
  font-size: 1.1rem;
}
.font_l {
  font-size: 1.3rem;
}
.font_xl {
  font-size: 1.5rem;
}
.font_xxl {
  font-size: 1.7rem;
}
.font_3l {
  font-size: 1.9rem;
}
.font_4l {
  font-size: 2.1rem;
}
.font_5l {
  font-size: 2.3rem;
}
.font_6l {
  font-size: 2.5rem;
}
.font_7l {
  font-size: 2.7rem;
}
.font_8l {
  font-size: 2.9rem;
}
.font_9l {
  font-size: 3.1rem;
}
.in_h {
  padding-left: 0.5em;
}
.in_s {
  padding-left: 1em;
}
.in_sh {
  padding-left: 1.5em;
}
.in_d {
  padding-left: 2em;
}
.m_drop {
  -webkit-filter: drop-shadow(0 0 3px #000);
          filter: drop-shadow(0 0 3px #000);
}
.red {
  color: #e00;
}
.wh {
  color: #fff;
}
.bgB {
  background: #333;
  color: #fff;
  padding: 2px 5px;
}
.bgBg {
  background: #666;
  color: #fff;
  padding: 2px 5px;
}
.center {
  text-align: center;
}
.fB {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.right {
  text-align: right;
}
.mar_h {
  margin-top: 0.5em;
}
.mar_s {
  margin-top: 1em;
}
.mar_sh {
  margin-top: 1.5em;
}
.mar_d {
  margin-top: 2em;
}
.mar_dh {
  margin-top: 2.5em;
}
.mar_t {
  margin-top: 3em;
}
.mar_th {
  margin-top: 3.5em;
}
.mar_q {
  margin-top: 4em;
}
.mar_qh {
  margin-top: 4.5em;
}
.pad_h {
  padding-top: 0.5em;
}
.pad_s {
  padding-top: 1em;
}
.pad_sh {
  padding-top: 1.5em;
}
.pad_d {
  padding-top: 2em;
}
.pad_dh {
  padding-top: 2.5em;
}
.pad_t {
  padding-top: 3em;
}
.pad_th {
  padding-top: 3.5em;
}
.pad_q {
  padding-top: 4em;
}
.pad_qh {
  padding-top: 4.5em;
}
.rightPB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .rightPB {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .rightPB dt {
    width: 694px;
  }
}
@media screen and (max-width: 768px) {
  .rightPB dt {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .rightPB dd {
    width: 415px;
  }
}
@media screen and (max-width: 768px) {
  .rightPB dd {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .rightPB.nop > dt {
    width: 100%;
  }
}
.rightPB.nop > dd {
  display: none;
}
.IconList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.IconList li {
  margin-right: 15px;
}
.catIcon {
  background: #d00;
  color: #fff;
  text-align: center;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5%;
  -webkit-border-radius: 5%;
  -moz-border-radius: 5%;
}
.catIconB {
  background: #00d;
  color: #fff;
  text-align: center;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5%;
  -webkit-border-radius: 5%;
  -moz-border-radius: 5%;
}
.dayIcon {
  background: #000;
  color: #fff;
  text-align: center;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.catIcon_s {
  background: #d00;
  color: #fff;
  text-align: center;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5%;
  -webkit-border-radius: 5%;
  -moz-border-radius: 5%;
}
.catIconB_s {
  background: #00d;
  color: #fff;
  text-align: center;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5%;
  -webkit-border-radius: 5%;
  -moz-border-radius: 5%;
}
.dayIcon_s {
  background: #000;
  color: #fff;
  text-align: center;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.gb {
  background: #f7d2d3 !important;
}
.lg {
  background: #f3f2f7;
}
.italic {
  font-style: oblique;
}
#mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 0;
}
#mv dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  #mv dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#mv dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  #mv dl dt {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 768px) {
  #mv dl dt {
    width: 100%;
  }
}
#mv dl dt .slider {
  width: 100%;
}
#mv dl dt .slider img {
  width: 100%;
}
#mv dl dt .h1Box {
  width: 100%;
}
#mv dl dt h1 {
  width: 100%;
}
#mv dl dt h1 img {
  width: 100%;
}
#mv dl dt h2 {
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.7;
}
#mv dl dt h2:nth-of-type(1) {
  margin-top: 20px;
}
#mv dl dt h3 {
  background: #000;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding: 10px;
  clear: both;
  font-size: 1.4rem;
  margin-top: 10px;
  line-height: 1.3;
}
#mv dl dt h3:nth-of-type(1) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #mv dl dd {
    width: 280px;
    padding: 15px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #mv dl dd {
    width: 100%;
    padding: 20px 5%;
  }
}
#mv dl dd .mvMenu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#mv dl dd .mvMenu li {
  height: 9%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
}
#mv dl dd .mvMenu li.title {
  height: 4.5%;
  border: 0;
}
#mv dl dd .mvMenu li.titleR {
  margin-top: 4%;
  height: 4.5%;
  border: 0;
}
#mv dl dd .mvMenu li a {
  text-decoration: none;
  background: url("../images/arrow_r_B.svg") left center no-repeat;
  background-size: 5px;
  padding-left: 20px;
  font-size: 0.9rem;
}
#mv dl dd .mvMenu li a.deadLink {
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
}
#mv dl dd .mvMenu li a:link,
#mv dl dd .mvMenu li a:visited {
  color: #000;
}
#mv dl dd .eXtopNewList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#mv dl dd .eXtopNewList li {
  padding: 6px;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  #mv dl dd .eXtopNewList li {
    border: 1px solid #fff;
    width: 274px;
  }
}
@media screen and (max-width: 768px) {
  #mv dl dd .eXtopNewList li {
    width: 48%;
    border: 1px solid #333;
  }
}
#mv dl dd .eXtopNewList li:nth-of-type(1),
#mv dl dd .eXtopNewList li:nth-of-type(2) {
  margin-top: 0px;
}
#mv dl dd .eXtopNewList li a {
  display: block;
  padding: 16px;
  opacity: 0.8;
  color: #000;
  text-decoration: none;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #mv dl dd .eXtopNewList li a {
    background: -ms-linear-gradient(-90deg, #fff 0%, #fff 73.81%, rgba(255,255,255,0.5) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF' ,GradientType=0)";
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(73.81%, #fff), to(rgba(255,255,255,0.5)));
    background: linear-gradient(180deg, #fff 0%, #fff 73.81%, rgba(255,255,255,0.5) 100%);
  }
}
@media screen and (max-width: 768px) {
  #mv dl dd .eXtopNewList li a {
    background: #eee;
  }
}
#mv dl dd .eXtopNewList li a .eXtopNewBox {
  background-image: url("../images/exNews.svg");
  background-position: center top 5px;
  background-repeat: no-repeat;
  background-size: 28px 26px;
  padding-top: 55px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #mv dl dd .eXtopNewList li a .eXtopNewBox {
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  #mv dl dd .eXtopNewList li a .eXtopNewBox {
    height: auto;
    padding-bottom: 50px;
  }
}
#mv dl dd .eXtopNewList li a h4 {
  font-size: 0.9rem;
  line-height: 1.6;
}
#mv dl dd .eXtopNewList li a h4.font_s {
  font-size: 0.65rem;
}
#mv dl dd .eXtopNewList li a h5 {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  font-size: 0.65rem;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 10px;
}
#subMv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  #subMv {
    width: 100%;
    min-width: 1300px;
    padding-bottom: 0;
    height: 270px;
    background: url("../images/subMv.svg") center center no-repeat;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 768px) {
  #subMv {
    width: 100%;
    min-width: 100%;
    min-height: 25vw;
    background: url("../images/subMv.svg") center center no-repeat;
    background-size: auto 120%;
    padding: 20px 30px;
  }
}
#subMv h1 {
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.25em;
}
@media screen and (min-width: 768px) {
  #subMv h1 {
    font-size: 2.5rem;
    padding: 10px 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  #subMv h1 {
    font-size: 2rem;
    padding: 10px 20px 20px;
  }
}
@media screen and (min-width: 768px) {
  #exTopRead {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  #exTopRead {
    padding: 50px 0;
  }
}
.exList {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .exList {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .exList {
    margin-top: 30px;
  }
}
.exList li {
  width: 100%;
  padding: 25px 0;
  border-top: 1px dotted #333;
}
.exList li:nth-of-type(1) {
  border-top: 0;
}
.exList li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .exList li dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .exList li dl dt {
    width: 230px;
  }
}
@media screen and (max-width: 768px) {
  .exList li dl dt {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .exList li dl dd {
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 768px) {
  .exList li dl dd {
    width: 100%;
  }
}
.col2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .col2 li {
    margin-top: 35px;
    width: calc(48% - 25px);
  }
}
@media screen and (max-width: 768px) {
  .col2 li {
    margin-top: 35px;
    width: 100%;
  }
}
.col2 li img {
  width: 100%;
}
.col3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .col3 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .col3 {
    margin-top: 30px;
  }
}
.col3 li {
  background: rgba(255,255,255,0.5);
}
@media screen and (min-width: 768px) {
  .col3 li {
    margin-top: 35px;
    width: calc(33% - 25px);
  }
}
@media screen and (max-width: 768px) {
  .col3 li {
    margin-top: 35px;
    width: 100%;
  }
}
.col3 li img {
  width: 100%;
}
.col3c {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .col3c {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .col3c {
    margin-top: 30px;
  }
}
.col3c li {
  background: rgba(255,255,255,0.8);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .col3c li {
    margin-top: 35px;
    width: calc(33% - 40px);
    padding: 20px;
    margin: 35px 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .col3c li {
    margin-top: 35px;
    width: 100%;
  }
}
.col3c li img {
  width: 100%;
}
.indieList li {
  background: #f3f2f7;
}
@media screen and (min-width: 768px) {
  .text {
    padding: 15px 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  .text {
    padding: 10px 15px 15px;
  }
}
@media screen and (min-width: 768px) {
  .text.vP {
    padding: 35px 50px 50px;
  }
}
@media screen and (max-width: 768px) {
  .text.vP {
    padding: 20px 35px 35px;
  }
}
.text p {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .text p {
    height: 100px;
  }
}
@media screen and (min-width: 768px) {
  .textB {
    padding: 15px 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  .textB {
    padding: 10px 15px 15px;
  }
}
@media screen and (min-width: 768px) {
  .textB.vP {
    padding: 35px 50px 50px;
  }
}
@media screen and (max-width: 768px) {
  .textB.vP {
    padding: 20px 35px 35px;
  }
}
.textB p {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .textB .textBox {
    min-height: 50px;
    height: auto;
  }
}
.col4 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .col4 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .col4 {
    margin-top: 30px;
  }
}
.col4 li {
  background: rgba(255,255,255,0.5);
}
@media screen and (min-width: 768px) {
  .col4 li {
    margin-top: 35px;
    width: calc(25% - 25px);
  }
}
@media screen and (max-width: 768px) {
  .col4 li {
    margin-top: 35px;
    width: 48%;
  }
}
.col4 li img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .col4 li .text {
    min-height: 200px;
  }
}
.col4 li.blk {
  background: rgba(255,255,255,0);
}
.col4f {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .col4f {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .col4f {
    margin-top: 0px;
  }
}
.col4f li {
  margin-top: 35px;
  background: #f0f0f0;
}
@media screen and (min-width: 768px) {
  .col4f li {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .col4f li {
    width: 48%;
  }
}
.col4f li:nth-of-type(2n) {
  background: #e6e6e6;
}
.col4f li img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .col4f li .text {
    padding: 15px 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  .col4f li .text {
    padding: 10px;
  }
}
.col4f li .text p {
  line-height: 1.5;
}
.textBox {
  min-height: 100px;
}
.bottomBtn {
  background: #fff;
  border: 2px solid #b8358f;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .bottomBtn:hover {
    background: #b8358f;
    -webkit-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.57, 1.24);
    transition: all 0.3s cubic-bezier(0.17, 0.67, 0.57, 1.24);
  }
  .bottomBtn:hover a {
    color: #fff;
    background: url("../images/arrow_w_s.svg") left 0 center no-repeat;
    background-size: 27px 16px;
    -webkit-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.57, 1.24);
    transition: all 0.3s cubic-bezier(0.17, 0.67, 0.57, 1.24);
  }
}
.bottomBtn a {
  text-decoration: none;
  font-size: 1rem;
  color: #b8358f;
  display: block;
}
@media screen and (min-width: 768px) {
  .bottomBtn a {
    padding: 10px 10px 10px 45px;
    background: url("../images/arrow_r_l.svg") left 10px center no-repeat;
    background-size: 27px 16px;
  }
}
@media screen and (max-width: 768px) {
  .bottomBtn a {
    padding: 10px 10px 10px 35px;
    background: url("../images/arrow_r_l.svg") left 10px center no-repeat;
    background-size: 17px 10px;
  }
}
.application {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .application {
    padding: 70px 0;
  }
}
@media screen and (max-width: 768px) {
  .application {
    padding: 50px 0;
  }
}
.application .applicationBox {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .application .applicationBox {
    width: 636px;
    background: url("../images/arrow_r_l.svg") right 10px center no-repeat;
    background-size: 70px 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .application .applicationBox:hover {
    background: url("../images/arrow_r_l.svg") right 20px center no-repeat;
    background-size: 70px 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .application .applicationBox {
    width: 90%;
  }
}
.application .applicationInBox {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .application .applicationInBox {
    width: 608px;
    height: 88px;
    background: url("../images/exBtn.svg") center center no-repeat;
    background-size: 608px 88px;
  }
}
@media screen and (max-width: 768px) {
  .application .applicationInBox {
    width: 100%;
    background: #b8358f url("../images/arrow_w_s.svg") right 10px center no-repeat;
    background-size: 25px;
    padding: 10px;
  }
}
.application .applicationInBox a {
  text-decoration: none;
  font-size: 1.7rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .application .applicationInBox a {
    color: #ab0050;
    width: 95%;
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .application .applicationInBox a {
    color: #fff;
  }
}
footer {
  background: #4a4a4a;
}
@media screen and (min-width: 768px) {
  footer {
    margin-top: 80px;
    width: 100%;
    padding: 75px 0 100px;
    min-width: 1300px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    margin-top: 60px;
    width: 100%;
    padding: 40px 0 60px;
  }
}
@media screen and (min-width: 768px) {
  footer h2 {
    width: 130px;
    height: 45px;
  }
}
@media screen and (max-width: 768px) {
  footer h2 {
    width: 90px;
    height: 30px;
  }
}
footer h2 img {
  width: 100%;
}
footer ul.footerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  footer ul.footerList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  footer ul.footerList > li {
    margin-top: 15px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  footer ul.footerList > li {
    width: 100%;
    border-top: 1px solid #fff;
    padding: 10px 0;
  }
  footer ul.footerList > li:nth-of-type(1) {
    border-top: 0;
  }
}
footer ul.footerList > li dl dt {
  width: 100%;
  display: block;
  font-weight: 700;
  font-size: 0.75rem;
}
footer ul.footerList > li dl dd {
  width: 100%;
  display: block;
  font-size: 0.65rem;
}
footer ul.footerList > li dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer ul.footerList > li dl dd ul a {
  color: #fff;
  text-decoration: none;
  background: url("../images/arrow_r_w.svg") left center no-repeat;
  background-size: 26px 15px;
}
@media screen and (min-width: 768px) {
  footer ul.footerList > li dl dd ul a {
    padding: 10px 0px 10px 30px;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  footer ul.footerList > li dl dd ul a {
    padding: 10px 0px 10px 30px;
    display: block;
    line-height: 1.5;
    font-size: 0.85rem;
  }
}
footer ul.footerList a {
  color: #fff;
  text-decoration: none;
  background-size: 26px 15px;
}
@media screen and (min-width: 768px) {
  footer ul.footerList a {
    padding: 10px 0px 10px 0px;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  footer ul.footerList a {
    padding: 10px 0px 10px 0px;
    display: block;
    line-height: 1.5;
    font-size: 0.85rem;
  }
}
.adBox4c {
  background: #f2f2f2;
  position: relative;
}
@media screen and (min-width: 768px) {
  .adBox4c {
    padding: 70px 0;
  }
}
@media screen and (max-width: 768px) {
  .adBox4c {
    padding: 20px 0;
  }
}
.adBox4c:after {
  content: "AD";
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  color: #fff;
  padding: 5px 10px;
  font-size: 0.6rem;
}
.adBox4c ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .adBox4c ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .adBox4c ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .adBox4c ul li {
    width: 300px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .adBox4c ul li {
    width: 100%;
    margin-top: 15px;
  }
}
.adBox4c ul a {
  display: block;
}
.adBox4c ul a img {
  width: 100%;
}
.adBox1c {
  background: #f2f2f2;
  position: relative;
}
@media screen and (min-width: 768px) {
  .adBox1c {
    padding: 70px 0;
  }
}
@media screen and (max-width: 768px) {
  .adBox1c {
    padding: 20px 0;
  }
}
.adBox1c:after {
  content: "AD";
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  color: #fff;
  padding: 5px 10px;
  font-size: 0.6rem;
}
.adBox1c ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .adBox1c ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .adBox1c ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .adBox1c ul li {
    width: 728px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .adBox1c ul li {
    width: 100%;
    margin-top: 15px;
  }
}
.adBox1c ul a {
  display: block;
}
.adBox1c ul a img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #download,
  #Schedule,
  #pressrelease,
  #ad_application,
  #oldones,
  #exExhibit {
    padding: 70px 0;
  }
}
@media screen and (max-width: 768px) {
  #download,
  #Schedule,
  #pressrelease,
  #ad_application,
  #oldones,
  #exExhibit {
    padding: 30px 0;
  }
}
.scheduleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .scheduleBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .scheduleBox dt {
    width: 125px;
  }
}
@media screen and (max-width: 768px) {
  .scheduleBox dt {
    width: 100%;
  }
}
.scheduleBox dt .scheduleBoxTime {
  background: #000;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .scheduleBox dt .scheduleBoxTime {
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .scheduleBox dt .scheduleBoxTime {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.scheduleBox dt .scheduleBoxTime p {
  line-height: 1.2;
}
.scheduleBox dt .scheduleBoxTime .month {
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .scheduleBox dt .scheduleBoxTime .month {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .scheduleBox dt .scheduleBoxTime .month {
    font-size: 2.35rem;
    margin-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .scheduleBox dd {
    width: calc(100% - 165px);
  }
}
@media screen and (max-width: 768px) {
  .scheduleBox dd {
    width: 100%;
    padding: 20px 0%;
  }
}
.eXNewList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .eXNewList li {
    width: calc(100% / 3);
    background: #e9e9e9;
  }
  .eXNewList li:nth-of-type(2n) {
    background: #f2f2f2;
  }
}
@media screen and (max-width: 768px) {
  .eXNewList li {
    width: 100%;
    background: #e9e9e9;
    margin-top: 20px;
  }
}
.eXNewList li a {
  display: block;
  opacity: 0.8;
  color: #000;
  text-decoration: none;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .eXNewList li a {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .eXNewList li a {
    padding: 20px;
  }
}
.eXNewList li a .eXNewBox {
  background-image: url("../images/exNews.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 28px 26px;
  padding-top: 55px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .eXNewList li a .eXNewBox {
    min-height: 280px;
  }
}
@media screen and (max-width: 768px) {
  .eXNewList li a .eXNewBox {
    height: auto;
    padding-bottom: 50px;
  }
}
.eXNewList li h4 {
  font-size: 1.15rem;
  line-height: 1.5;
  padding-bottom: 60px;
}
.eXNewList li h5 {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  font-size: 0.95rem;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.elem {
  position: relative;
  opacity: 0.01;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
.elem2 {
  position: relative;
  opacity: 0.01;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  -webkit-transition-delay: 80ms;
          transition-delay: 80ms;
}
.elem3 {
  position: relative;
  opacity: 0.01;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  -webkit-transition-delay: 160ms;
          transition-delay: 160ms;
}
.elem4 {
  position: relative;
  opacity: 0.01;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  -webkit-transition-delay: 240ms;
          transition-delay: 240ms;
}
.isAnimate {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  #exIndexbnr {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #exIndexbnr {
    display: block;
  }
}
.colum {
  border: 1px solid #888;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .colum {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 768px) {
  .colum {
    padding: 20px 30px;
  }
}
a.textLink {
  color: #000;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .imgR {
    float: right;
  }
}
@media screen and (max-width: 768px) {
  .imgR {
    width: 100%;
    text-align: center;
  }
  .imgR img {
    width: 50%;
  }
}
.clear {
  clear: both;
}
.exSownSimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.exSownSimg img {
  width: 150px;
}
.exSownLogo dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.exSownLogo dl dt,
.exSownLogo dl dd {
  margin: 0 20px;
}
@media screen and (min-width: 768px) {
  .exSownLogo dl dt,
  .exSownLogo dl dd {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .exSownLogo dl dt,
  .exSownLogo dl dd {
    width: 48%;
  }
}
.exSownLogo dl dt img,
.exSownLogo dl dd img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .pcbr {
    display: inline;
  }
}
.plasp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .plasp ul li {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .plasp ul li {
    width: 47%;
  }
}
.plasp ul li img {
  width: 100%;
}
.plasp ul li figcaption {
  text-align: center;
  font-size: 1rem;
  padding: 15px;
}
.glsp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .glsp ul li {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .glsp ul li {
    width: 47%;
  }
}
.glsp ul li img {
  width: 100%;
}
.glsp ul li figcaption {
  text-align: center;
  font-size: 1rem;
  padding: 15px;
}
.itsp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .itsp ul li {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .itsp ul li {
    width: 47%;
  }
}
.itsp ul li img {
  width: 100%;
}
.itsp ul li figcaption {
  text-align: center;
  font-size: 1rem;
  padding: 15px;
}
#smpMenu .mvMenu .title h2,
#smpMenu .mvMenu .titleR h2 {
  text-align: center;
  padding: 10px;
  display: block;
}
#smpMenu .mvMenu li {
  padding: 5px;
}
@media screen and (max-width: 768px) {
  #smpMenu .mvMenu li {
    border-bottom: 1px dotted #000;
    padding: 10px;
  }
  #smpMenu .mvMenu li:nth-of-type(1) {
    border-bottom: 0px solid #000;
  }
}
#smpMenu .mvMenu li a {
  text-decoration: none;
}
#smpMenu ul.touch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  #smpMenu ul.touch {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  #smpMenu ul.touch li {
    width: 15%;
  }
}
@media screen and (max-width: 768px) {
  #smpMenu ul.touch li {
    width: 31%;
    margin-top: 15px;
  }
}
#smpMenu ul.touch a {
  display: block;
  color: #000;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  padding: 1.3em 0.5em;
  background: rgba(0,0,0,0.2);
  border: 1px solid transparent;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 360px;
  margin: 0 auto;
  position: relative;
}
#smpMenu ul.touch a span {
  position: relative;
  display: block;
  -webkit-transform: translate(-3px, -3px);
          transform: translate(-3px, -3px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
#smpMenu ul.touch a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: #fff;
  border: #888 solid 1px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translate(-3px, -3px);
          transform: translate(-3px, -3px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#smpMenu ul.touch a:hover span {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#smpMenu ul.touch a:hover:after {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.mcBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mcBox ul li {
  margin: 0 15px;
  width: 300px;
}
.mcBox ul li img {
  width: 100%;
}
.ofBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ofBox ul li {
  margin: 0 15px;
  width: 300px;
}
.ofBox ul li img {
  width: 100%;
}
.mediaBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mediaBox ul li {
  margin: 15px 15px;
  width: 150px;
}
.mediaBox ul li img {
  width: 100%;
}
.textAdBox {
  background: #f2f2f2;
  position: relative;
/*
	& .bnrAd
		& dl
			display: flex
			& dt
				width: 100px
				margin-right: 20px
			& dd
				width: calc(100% - 120px)
				& .text
					+pc()
						display: block
					+sp()
						display: none*/
}
@media screen and (min-width: 768px) {
  .textAdBox {
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .textAdBox {
    padding: 20px 0;
  }
}
.textAdBox:after {
  content: "AD";
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  color: #fff;
  padding: 5px 10px;
  font-size: 0.6rem;
}
@media screen and (min-width: 768px) {
  .textAdBox ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .textAdBox ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .textAdBox ul.pcOnly {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .textAdBox ul.pcOnly {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .textAdBox ul.spOnly {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .textAdBox ul.spOnly {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .textAdBox ul li {
    width: 100%;
    padding: 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .textAdBox ul li {
    width: 100%;
    margin-top: 15px;
  }
}
.textAdBox ul a {
  display: block;
  color: #000;
  text-decoration: none;
}
.textAdBox ul a img {
  width: 100%;
}
.textAdBox ul a dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.textAdBox ul a dl dt {
  width: 105px;
  margin-right: 15px;
}
.textAdBox ul a dl dd {
  width: calc(100% - 130px);
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .pcOnly {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pcOnly {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .spOnly {
    display: block;
  }
}
.rankFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rankFlex dd {
  margin-left: 10px;
}
.rankFlexLong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rankFlexLong li {
  margin-right: 15px;
}
.rankFlexCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rankFlexCenter dd {
  margin-left: 10px;
}
.fancybox-content {
  width: 1100px;
}
.fancybox-content section {
  min-width: 1012px;
  max-width: 1012px;
  width: 1012px;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
#press a {
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 768px) {
  .exhibitorList li {
    border: solid #000 1px;
    padding: 10px;
    margin-top: 5px;
  }
  .exhibitorList li .exhibitors {
    font-size: 1.4rem;
  }
  .exhibitorList li .corner {
    margin-top: 10px;
    font-size: 1.1rem;
  }
}
.sownDlLi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sownDlLi > li {
  background: #f5f5f5;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .sownDlLi > li {
    width: 49%;
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sownDlLi > li {
    width: 100%;
    padding: 20px;
  }
}
.sownDlLi .sownDlLiDl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 13px;
  padding-top: 10px;
  border-top: 1px dotted #333;
}
@media screen and (max-width: 768px) {
  .sownDlLi .sownDlLiDl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sownDlLi .sownDlLiDl:nth-of-type(1) {
  border-top: 0px dotted #333;
  margin-top: 0px;
  padding-top: 0px;
}
@media screen and (min-width: 768px) {
  .sownDlLi .sownDlLiDl dt {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .sownDlLi .sownDlLiDl dt {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .sownDlLi .sownDlLiDl dd {
    display: block;
    width: calc(100% - 180px);
    overflow-wrap: break-word;
  }
}
@media screen and (max-width: 768px) {
  .sownDlLi .sownDlLiDl dd {
    width: 100%;
  }
}
.sownDlLi .sownDlLiDl dd a {
  text-decoration: underline;
  color: #333;
}
.sownDlLi figure {
  display: block;
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sownDlLi figure img {
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .sownDlLi figure img {
    width: 100%;
  }
}
.sownDlLi .sownText {
  border-top: 1px dotted #333;
  margin-top: 13px;
  padding-top: 10px;
}
.freeplay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1em;
}
.freeplay:after {
  content: '';
  width: 32%;
}
@media screen and (max-width: 768px) {
  .freeplay:after {
    width: 49%;
  }
}
.freeplay li {
  background: #fff;
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .freeplay li {
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  .freeplay li {
    width: 49%;
  }
}
.freePlayListLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px auto 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.freePlayListLink li {
  background: #fff;
  color: #000;
  padding: 15px;
  margin: 15px 15px 0 0;
}
.freePlayListLink li a {
  text-decoration: underline;
  color: #000;
  padding: 0 10px 0 30px;
  background: url("../images/arrow_r_B.svg") left 15px center no-repeat;
  background-size: 7px;
}
.freePlayList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .freePlayList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.freePlayList li {
  background: #eee;
  color: #000;
}
@media screen and (min-width: 768px) {
  .freePlayList li {
    padding: 10px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .freePlayList li {
    margin-top: 3px;
    padding: 5px;
    width: 100%;
  }
}
.freeSlider li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.freeSlider li img {
  width: 100%;
}
.freeBox {
  padding: 0px 15px 15px;
}
.gameLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gameLink li {
  background: #333;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .gameLink li {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .gameLink li {
    margin-bottom: 20px;
    margin-right: 20px;
  }
}
.gameLink li a {
  text-decoration: none;
  color: #fff;
  padding: 15px;
  display: block;
}
.gameLink li a:before {
  content: '> ';
}
.sub {
  vertical-align: sub;
  bottom: 0;
}
.mediaSliderA,
.mediaSliderB {
  margin: 40px auto;
}
@media screen and (min-width: 768px) {
  .mediaSliderA,
  .mediaSliderB {
    max-width: 1200px;
  }
}
@media screen and (max-width: 768px) {
  .mediaSliderA,
  .mediaSliderB {
    max-width: 100%;
  }
}
.mediaSliderA ul,
.mediaSliderB ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px auto;
}
@media screen and (max-width: 768px) {
  .mediaSliderA ul,
  .mediaSliderB ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .mediaSliderA ul li,
  .mediaSliderB ul li {
    width: calc(100% / 10);
    margin: 10px 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .mediaSliderA ul li,
  .mediaSliderB ul li {
    width: calc(30%);
    margin: 10px 1.5% 0;
  }
}
.mediaSliderA ul li img,
.mediaSliderB ul li img {
  width: 100%;
}
#newsArea.top ul > li {
  display: none;
}
#newsArea.top ul > li:nth-of-type(1),
#newsArea.top ul > li:nth-of-type(2),
#newsArea.top ul > li:nth-of-type(3),
#newsArea.top ul > li:nth-of-type(4),
#newsArea.top ul > li:nth-of-type(5) {
  display: block;
}
.col2News > li {
  width: 100%;
  position: relative;
  margin-top: 20px;
}
.col2News > li:nth-of-type(num) :before {
  content: 1;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2News > li:nth-of-type(num) :before {
  content: 2;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2News > li:nth-of-type(num) :before {
  content: 3;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2News > li:nth-of-type(num) :before {
  content: 4;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2News > li:nth-of-type(num) :before {
  content: 5;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2News > li:nth-of-type(num) :before {
  content: 6;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2News > li:nth-of-type(num) :before {
  content: 7;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2News > li:nth-of-type(num) :before {
  content: 8;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2News > li:nth-of-type(num) :before {
  content: 9;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2News > li:nth-of-type(num) :before {
  content: 10;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2News > li:nth-of-type(num) :before {
  content: 11;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2News > li:nth-of-type(num) :before {
  content: 12;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2News > li:nth-of-type(num) :before {
  content: 13;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2News > li:nth-of-type(num) :before {
  content: 14;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2News > li:nth-of-type(num) :before {
  content: 15;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2News > li:nth-of-type(num) :before {
  content: 16;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2News > li:nth-of-type(num) :before {
  content: 17;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2News > li:nth-of-type(num) :before {
  content: 18;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2News > li:nth-of-type(num) :before {
  content: 19;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2News > li:nth-of-type(num) :before {
  content: 20;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2News > li:nth-of-type(num) :before {
  content: 21;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2News > li:nth-of-type(num) :before {
  content: 22;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2News > li:nth-of-type(num) :before {
  content: 23;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2News > li:nth-of-type(num) :before {
  content: 24;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2News > li:nth-of-type(num) :before {
  content: 25;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2News > li:nth-of-type(num) :before {
  content: 26;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2News > li:nth-of-type(num) :before {
  content: 27;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2News > li:nth-of-type(num) :before {
  content: 28;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2News > li:nth-of-type(num) :before {
  content: 29;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2News > li:nth-of-type(num) :before {
  content: 30;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
}
.col2News dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .col2News dd {
    width: calc(75% - 25px);
  }
}
@media screen and (max-width: 768px) {
  .col2News dd {
    width: calc(60% - 25px);
  }
}
@media screen and (min-width: 768px) {
  .col2News dt {
    width: calc(25% - 25px);
  }
}
@media screen and (max-width: 768px) {
  .col2News dt {
    width: calc(40% - 25px);
  }
}
.col2News dt img {
  width: 100%;
}
.sownFinal > li {
  border-top: 1px solid #999;
  padding: 30px;
  margin-top: 30px;
}
.sownFinal > li:nth-of-type(1) {
  border-top: 0px solid #999;
}
.sownFinal > li iframe {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sownFinal > li iframe {
    height: 51.25%;
  }
}
.sownFinal > li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .sownFinal > li dl dd {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .sownFinal > li dl dd {
    width: 50px;
  }
}
.sownFinal > li dl dd img {
  width: 100%;
}
.sownFinal.bgw li {
  background: #fff;
}
