@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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, img, 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;
}

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

html {
  font-size: 10px;
}

body {
  line-height: 1.4;
  color: #000;
  background-color: #fff;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, 'MS PGothic', arial, helvetica, sans-serif;
}

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;
}

th, td {
  margin: 0;
  padding: 0;
}

div {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

a {
  color: #78b0fc;
}
a:hover {
  color: #78b0fc;
}
a:visited {
  color: #78b0fc;
}

/* variables, sprites, snipet */
/* base layout */
#mv.no_event {
  pointer-events: none;
}

header#global_header {
  position: fixed;
  background-color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 100;
}
header#global_header #header_menu_icon {
  position: relative;
  width: 10.66%;
  padding-top: 10.66%;
  margin-left: 4%;
  font-size: 4rem;
  color: #fff;
  font-size: 1.0rem;
  background-image: url("../img/top/menu_icon.png");
  background-size: 100% 100%;
  -webkit-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
  -moz-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
  -ms-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
  transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
}
header#global_header #header_menu_icon.close {
  background-image: url("../img/top/menu_icon_close.png");
}
header#global_header h2 {
  width: 36%;
  margin: 0 auto;
  padding: 5.56% 0;
}
header#global_header h2 img {
  width: 100%;
}
header#global_header .header_menu {
  position: absolute;
  top: 100%;
  width: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  -webkit-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
  -moz-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
  -ms-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
  transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
}
header#global_header .header_menu.active {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
header#global_header .header_menu nav ul li {
  position: relative;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-size: 1.8rem;
}
header#global_header .header_menu nav ul li.new:before {
  content: ' ';
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  top: 16px;
  left: 80px;
  background-image: url("../img/top/sp-stage-newbadge-64.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 100;
}
header#global_header .header_menu nav ul li a,
header#global_header .header_menu nav ul li span {
  display: block;
  width: 100%;
  padding: 5% 0;
  text-decoration: none;
  color: #fff;
}
header#global_header .header_menu nav ul li span {
  color: #828282;
}
header#global_header .header_lang {
  padding: 5% 0;
}
header#global_header .header_lang ul {
  position: relative;
  display: flex;
  justify-content: space-around;
  width: 44%;
  margin: 0 auto;
  z-index: 100;
}
header#global_header .header_lang ul li {
  width: 50%;
  align-self: center;
  border-bottom: none !important;
}
header#global_header .header_lang ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 2% 0;
  background-color: #fff;
  border-top: 1px solid #e5107d;
  border-bottom: 1px solid #e5107d;
  font-size: 1.2rem;
  color: #000 !important;
  text-decoration: none;
  text-align: center;
}
header#global_header .header_lang ul li:nth-child(1) a {
  border-left: 1px solid #e5107d;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
}
header#global_header .header_lang ul li:nth-child(1) a.active {
  background-color: #e5107d;
  color: #fff !important;
}
header#global_header .header_lang ul li:nth-child(2) a {
  border-right: 1px solid #e5107d;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
}
header#global_header .header_lang ul li:nth-child(2) a.active {
  background-color: #e5107d;
  color: #fff !important;
}
header#global_header .header_sns {
  width: 8%;
  margin-right: 4%;
}
header#global_header .header_sns a img {
  width: 100%;
}

.section_bnr {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  margin: 8% auto;
}
.section_bnr a {
  width: 92%;
  margin: 0 auto;
  display: block;
  margin: 5% auto;
}
.section_bnr a img {
  width: 100%;
}

#notice {
  background-color: #f2f2f2;
  margin: 8% auto;
  padding: 1% 4% 8%;
}
#notice h3 {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin: 5% 0 5%;
}
#notice h3.privacy a {
  color: #000;
}
#notice h3.privacy span {
  font-size: 1.0rem;
}
#notice h4 {
  font-weight: bold;
  font-size: 1.1rem;
}
#notice p, #notice ul, #notice dl {
  font-size: 1.0rem;
}
#notice p {
  margin-bottom: 1em;
}
#notice ul li {
  text-indent: -0.7em;
  padding-left: 1em;
}
#notice dl dt {
  font-weight: bold;
  margin-bottom: 0.2em;
}
#notice dl dd {
  margin-bottom: 1em;
}

footer {
  background-color: #e5107d;
  text-align: center;
  color: #fff;
  padding: 8% 0;
}

#totop {
  position: fixed;
  width: 36px;
  height: 37px;
  bottom: 40px;
  right: 10px;
  background-image: url("../img/top/btn_top.png");
  background-size: 100%;
  opacity: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: opacity 1s ease-out;
  z-index: 9000;
}
#totop.fade-in {
  color: #000;
  opacity: 1;
  transition: opacity 1s ease-out;
}
#totop:hover {
  cursor: pointer;
}

.twitter-widget-wrapper iframe {
  width: 750px;
  max-width: 100%;
}

.italic {
  font-style: italic;
}

/*--------------------------------------------
■ GDPR
--------------------------------------------*/
/*下モーダル調整*/
#CybotCookiebotDialogBody #CybotCookiebotDialogPoweredbyLink {
  background-size: contain;
}

#CybotCookiebotDialogPoweredbyLink img {
  display: none;
}

#CybotCookiebotDialogPoweredbyLink {
  display: none;
}

#CybotCookiebotDialogBodyContentText, #CybotCookiebotDialogBodyContentText *, #CybotCookiebotDialogBodyContentTitle, #CybotCookiebotDialogDetail *, #CybotCookiebotDialogBodyButtons a {
  font-size: 10px !important;
  line-height: 1.35 !important;
}

#CybotCookiebotDialogBodyLevelButtons #CybotCookiebotDialogBodyLevelDetailsButton {
  font-size: 11px;
  line-height: 1.25;
  width: 4.25em;
  margin: 0;
  padding: 0 0 0 3px;
}

#CybotCookiebotDialogBody #CybotCookiebotDialogBodyContent {
  padding-left: 8px;
}

#CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons {
  padding-left: 0;
}

[class*="cookieconsent-optout"] {
  text-align: center;
}
[class*="cookieconsent-optout"] a {
  display: block;
  font-size: 14px;
}
#special [class*="cookieconsent-optout"] a {
  font-size: 11px;
}
