@charset "UTF-8";
/*#########################################################

【コーディングガイドライン補足】

▼サポートブラウザ
確認ブラウザ：
▼スマートフォン
確認デバイス：
▼解像度
基準モニター解像度（PC）：
基準モニター解像度（SP）：
ブレイクポイント：

▼コーディングガイドライン
・コーディングはPUG、CSSはSASS
・CSS設計手法はRSCSS
・リンクURL：ルート相対。index.htmlは記入しない
・外部サイトへのリンクは基本的に新規ウインドウ（_blank）での展開
・IDはJSのみで使い、スタイルはクラスで指定する
・フォントはremの62.50%（10px）
・余白はmargin-bottomで設定（余白でmargin-topを使わない）
・articleの中にsectionを入れる、その逆はNG
・縦や横の並びはULを使う

▼ベースSCSS
・base/_base.scss
　→他のプロジェクトでも使う汎用的な設定
　他プロジェクトでも絶対に使うというレベルでなくても良い。
・base/_generic.scss
　→変数やmixinなどの設定
・base/_global.scss
　→汎用的に使うクラス（主にElements）
・base/_ress.scss
　→リセットCSS

#########################################################*/
/*#########################################################

読み込み

#########################################################*/
/*!
 * ress.css v2.0.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/*#########################################################

基本設定

#########################################################*/
/* ========================================================
単位用設定
=========================================================*/
/* ========================================================
色用設定
=========================================================*/
/* ========================================================
フォント用設定
=========================================================*/
/*#########################################################

レイアウト用設定

#########################################################*/
/* ========================================================
mixin mq用の変数設定
=========================================================*/
/*
▼iOSデバイス
iPhone5: 320 × 568
iPhone 6-8: 375 × 667（1334x750）
iPhone 6-8 plus: 414 × 736（1920x1080）
iPhone X,XS,11Pro: 375 × 812（1125x2436）
iPhone XR,11: 414 × 896（828x1792）

iPad/iPad Mini: 768 × 1024
iPad Pro: 1024 × 1366
https://www.paintcodeapp.com/news/ultimate-guide-to-iphone-resolutions

▼ブートストラップ
xs： ～767px
sm： 768～991px
md： 992～1119px
lg： 1120px～
*/
/* ========================================================
メディアクエリ用Mixin
=========================================================*/
/*
ステップ1.モバイルファーストかデスクトップファーストかを選ぶ
ステップ2.該当する設定を有効化、その他をコメントアウトする。
ステップ3.選択したタイプにより、「▼モバイルファーストの例」、「▼デスクトップファーストの例」のどちらかを参考にブレイクポイントを設定する。
→実際の設定は_base.scssではなく、インポート元で行う。
*/
/*
// ステップ2：モバイルファースト用（デスクトップファーストの場合はコメントアウト）
$breakpoints: (
	// タブレット
	'md': 'screen and (min-width: ' + ($screen-sm-max + 1) + ') and (max-width: ' + ($screen-md-max) + ')',
	// デスクトップ
	'lg': 'screen and (min-width: ' + ($screen-sm-max + 1) + ')',
) !default;
*/
/*
// ステップ3：▼モバイルファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// モバイルファーストでは小さい画面サイズから順々に指定。
main{
	// デフォルト
	background: yellow;
	// タブレット
	@include mq(md){
		background: orange;
	}
	// デスクトップ
	@include mq(lg){
		background: red;
	}
}
//------------------------------
*/
/*
// ステップ3：▼デスクトップファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// デスクトップファーストでは大きい画面サイズから順々に指定。
main{
	// デフォルト
	background: red;
	// タブレット
	@include mq(md){
		background: orange;
	}
	// スマートフォン
	@include mq(sm){
		background: yellow;
	}
}
//------------------------------
*/
/* ========================================================
PC版・SP版専用設定(PCファースト用)
=========================================================*/
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: initial !important;
  }
}

/* ========================================================
Animation
=========================================================*/
.loading {
  z-index: 1000;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000 url("../img/loading.gif") center center no-repeat;
}

.flash {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.5;
}

/* ========================================================
文字省略3点リーダー(複数行対応)
=========================================================*/
/* ========================================================
flexbox
=========================================================*/
/* ========================================================
フォントサイズ設定
=========================================================*/
/* ========================================================
透過処理
=========================================================*/
/* ========================================================
全体を中央に配置しつつ最後の行を左揃え
=========================================================*/
li.empty {
  height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* ========================================================
その他
=========================================================*/
a.close-content {
  pointer-events: none;
}

a.disabled {
  pointer-events: none;
}
a.disabled img {
  opacity: 0.3;
}

span.visually-hidden {
  display: none;
}

/*#########################################################

要素関連（リセットCSSの種類によっては不要）

#########################################################*/
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  height: 100%;
  font-size: 1.6rem;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.8;
  color: #fff;
  background-color: #232328;
}
@media screen and (max-width: 767px) {
  body {
    line-height: 1.5;
  }
}

p {
  margin-bottom: 1rem;
}

ul {
  list-style: none;
}

a {
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
a:visited {
  color: #fff;
}
a:focus {
  color: #959595;
}
a:hover {
  color: #959595;
  opacity: 0.6;
}
a:active {
  color: #00a0e9;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.2rem;
}

h3 {
  font-size: 2.8rem;
}

h4 {
  font-size: 2.4rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.6rem;
}

textarea {
  border: 1px solid #959595;
}

input {
  border: 1px solid #959595;
}

table {
  border-collapse: collapse;
}

img {
  vertical-align: bottom;
}

/* ========================================================
外部スタイル
=========================================================*/
/* ======= ヘッダ、フッタ ======= */
/* ========================================================
サイトのヘッダ
=========================================================*/
.site-header {
  display: none;
}

/* ========================================================
サイトのフッタ
=========================================================*/
.site-footer {
  display: block;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  padding: 50px 0 50px 260px;
}
@media screen and (max-width: 767px) {
  .site-footer {
    width: 100%;
    padding: 50px 0;
  }
}
.site-footer p {
  color: #ccc;
  line-height: 1.2;
}

body.video .site-footer {
  display: none;
}

#inc-trailer .site-footer,
#inc-maeuri .site-footer,
#inc-cp3_tdc .site-footer {
  display: none;
}

/* ======= 基本要素 ======= */
/* ========================================================
左ナビ
=========================================================*/
.leftnavi {
  opacity: 0;
  position: absolute;
  left: -10px;
  top: 0;
  width: 270px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .leftnavi {
    position: relative;
    top: 0;
    width: 100%;
    background: #000 url(../img/bg.png) no-repeat left top;
    background-size: auto cover;
  }
}
.leftnavi .wrapper {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .leftnavi .wrapper .gnav {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .leftnavi .wrapper .gnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 30px;
  }
}
.leftnavi .wrapper .gnav ul li {
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .leftnavi .wrapper .gnav ul li {
    margin-bottom: 10px;
  }
}
.leftnavi .wrapper .gnav ul li:last-child {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .leftnavi .wrapper .gnav ul li:last-child {
    margin-bottom: 0;
  }
}
.leftnavi .wrapper .gnav ul li img.gnav-top {
  width: 67px;
  height: auto;
}
.leftnavi .wrapper .gnav ul li img.gnav-news {
  width: 90px;
  height: auto;
}
.leftnavi .wrapper .gnav ul li img.gnav-story {
  width: 208px;
  height: auto;
}
.leftnavi .wrapper .gnav ul li img.gnav-trailer {
  width: 136px;
  height: auto;
}
.leftnavi .wrapper .gnav ul li img.gnav-theater {
  width: 145px;
  height: auto;
}
.leftnavi .wrapper .gnav ul li img.gnav-ticket {
  width: 115px;
  height: auto;
}
.leftnavi .wrapper .spcontent {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .leftnavi .wrapper .spcontent ul {
    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;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0 20px;
  }
}
.leftnavi .wrapper .spcontent ul li {
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .leftnavi .wrapper .spcontent ul li {
    margin-bottom: 0;
  }
}
.leftnavi .wrapper .spcontent ul li img {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .leftnavi .wrapper .spcontent ul li img {
    width: 100%;
  }
}
.leftnavi .wrapper .sns ul {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 25px;
}
.leftnavi .wrapper .sns ul li img {
  width: auto;
  height: 28px;
  text-align: center;
}

/* ======= 静的ページ ======= */
/* ========================================================
ストーリーページ
=========================================================*/
body.index {
  background: #000 url(../img/bg.png);
  background-repeat: no-repeat;
  background-size: 100vw auto;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  body.index {
    background-size: auto 100vh;
  }
}
body.index .gradationline {
  opacity: 0;
  width: 100%;
  height: 5px;
  background: rgb(0, 249, 246);
  background: -webkit-gradient(linear, left top, right top, from(#c07ff9), color-stop(50%, rgb(255, 201, 0)), to(rgb(255, 0, 22)));
  background: linear-gradient(90deg, #c07ff9 0%, rgb(255, 201, 0) 50%, rgb(255, 0, 22) 100%);
}
body.index main {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  z-index: 0;
  /* ========================================================
  メインビジュアル
  =========================================================*/
  /* ========================================================
  kv下のコンテンツエリア
  =========================================================*/
}
@media screen and (max-width: 767px) {
  body.index main {
    width: 100%;
  }
}
body.index main h2, body.index main h3 {
  display: none;
}
body.index main .kv {
  opacity: 0;
  width: 940px;
  margin-left: auto;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  body.index main .kv {
    width: 100%;
    margin-left: 0;
  }
}
body.index main .kv .wrapper {
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.index main .kv .wrapper {
    margin-bottom: 0;
  }
}
body.index main .kv .wrapper img {
  width: 100%;
}
body.index main .kv .tokuten {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  body.index main .kv .tokuten {
    margin-bottom: 0;
  }
}
body.index main .kv .tokuten img {
  width: 100%;
}
body.index main .kv .tokuten2_3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  body.index main .kv .tokuten2_3 {
    margin-bottom: 0;
  }
}
body.index main .kv .tokuten2_3 img {
  width: 100%;
}
body.index main .content-top {
  width: 940px;
  text-align: center;
  margin-left: auto;
  background-color: #000;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  body.index main .content-top {
    width: 100%;
    text-align: left;
    margin-left: 0;
    margin-bottom: 0;
  }
}
body.index main .content-top .wrapper {
  text-align: center;
}
body.index main .content-top .wrapper img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.index main .content-top .wrapper img {
    width: 90%;
  }
}
body.index main .content-middle {
  width: 940px;
  text-align: right;
  margin-left: auto;
  margin-bottom: 10px;
  padding: 30px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  body.index main .content-middle {
    width: 100%;
    text-align: left;
    margin-left: 0;
  }
}
body.index main .content-middle .wrapper {
  text-align: center;
}
body.index main .content-bottom {
  width: 940px;
  text-align: right;
  margin-left: auto;
  margin-bottom: 0;
  padding: 30px 30px 20px 30px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  body.index main .content-bottom {
    width: 100%;
    text-align: left;
    margin-left: 0;
    margin-bottom: 0;
  }
}
body.index main .content-bottom .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  body.index main .content-bottom .wrapper {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  body.index main .content-bottom .wrapper .block {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #272727;
  }
}
@media screen and (max-width: 767px) {
  body.index main .content-bottom .wrapper .block ul.level3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0 10px;
  }
}
body.index main .content-bottom .wrapper .block ul li {
  margin-bottom: 10px;
}
body.index main .content-bottom .wrapper .block ul li.bnr-maepre {
  display: block;
  text-align: center;
}
body.index main .content-bottom .wrapper .block ul li.bnr-maepre img {
  width: 100%;
  height: auto;
}
body.index main .content-bottom .wrapper .block ul li.bnr-maepre img:first-child {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  body.index main .content-bottom .wrapper .block ul li.bnr-maepre img {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
}
body.index main .content-bottom .wrapper .block ul li.bnr-mir, body.index main .content-bottom .wrapper .block ul li.bnr-mws {
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.index main .content-bottom .wrapper .block ul li.bnr-mir, body.index main .content-bottom .wrapper .block ul li.bnr-mws {
    background-color: inherit;
  }
}
body.index main .content-bottom .wrapper .block ul li.bnr-mir img, body.index main .content-bottom .wrapper .block ul li.bnr-mws img {
  width: 250px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body.index main .content-bottom .wrapper .block ul li.bnr-mir img, body.index main .content-bottom .wrapper .block ul li.bnr-mws img {
    width: 70%;
    height: auto;
    margin: 0 auto;
  }
}
body.index main .content-bottom .wrapper .block ul li.bnr-rider img {
  width: auto;
  height: 100px;
}
@media screen and (max-width: 767px) {
  body.index main .content-bottom .wrapper .block ul li.bnr-rider img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
body.index main .content-bottom .wrapper .block ul li.bnr-sentai img {
  width: auto;
  height: 100px;
}
@media screen and (max-width: 767px) {
  body.index main .content-bottom .wrapper .block ul li.bnr-sentai img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
body.index main .content-bottom .wrapper .block h3 {
  display: block;
  color: #000;
  font-size: 12px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 10px;
}
body.index main .content-bottom .wrapper .block h3 span {
  font-size: 12px;
  font-weight: normal;
  margin-left: 5px;
}
body.index main .content-hellomovie {
  width: 940px;
  text-align: right;
  margin-left: auto;
  margin-bottom: 20px;
  padding: 30px 30px 20px 30px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  body.index main .content-hellomovie {
    width: 100%;
    text-align: left;
    margin-left: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
body.index main .content-hellomovie .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: mowrap;
      flex-wrap: mowrap;
  gap: 10px 20px;
}
@media screen and (max-width: 767px) {
  body.index main .content-hellomovie .wrapper {
    display: block;
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  body.index main .content-hellomovie .wrapper ul.level1 {
    text-align: center;
    margin-bottom: 20px;
  }
}
body.index main .content-hellomovie .wrapper ul.level1 li img.hellomovie {
  width: auto;
  height: 70px;
}
body.index main .content-hellomovie .wrapper ul.level2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: mowrap;
      flex-wrap: mowrap;
  gap: 10px 20px;
}
body.index main .content-hellomovie .wrapper ul.level2 li img.eiteki-rider {
  width: auto;
  height: 78px;
}
body.index main .content-hellomovie .wrapper ul.level2 li img.eiteki-sentai {
  width: auto;
  height: 78px;
}

/* ========================================================
サービスロゴ(HELLO!MOVIEや映適マーク)
=========================================================*/
/* ========================================================
ムビチケウィジェット
購入開始前は表示されないので注意
=========================================================*/
.movie-ticket {
  text-align: center;
}
.movie-ticket #mvtk-widgets-container {
  margin: 0 auto;
}

/* ========================================================
チケットページ
=========================================================*/
body.ticket {
  background: #000 url(../img/bg.png);
  background-repeat: no-repeat;
  background-size: 100vw auto;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  body.ticket {
    background-size: auto 100vh;
  }
}
body.ticket .gradationline {
  opacity: 0;
  width: 100%;
  height: 5px;
  background: rgb(0, 249, 246);
  background: -webkit-gradient(linear, left top, right top, from(#c07ff9), color-stop(50%, rgb(255, 201, 0)), to(rgb(255, 0, 22)));
  background: linear-gradient(90deg, #c07ff9 0%, rgb(255, 201, 0) 50%, rgb(255, 0, 22) 100%);
}
body.ticket main {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  z-index: 0;
  /* ========================================================
  メインビジュアル
  =========================================================*/
}
@media screen and (max-width: 767px) {
  body.ticket main {
    width: 100%;
  }
}
body.ticket main h2, body.ticket main h3 {
  display: none;
}
body.ticket main .kv {
  opacity: 0;
  width: 940px;
  margin-left: auto;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  body.ticket main .kv {
    width: 100%;
    margin-left: 0;
  }
}
body.ticket main .kv .wrapper {
  width: 100%;
  background-color: #fff;
  color: #000;
  padding: 30px;
}
body.ticket main .kv .wrapper h1 {
  margin-bottom: 30px;
  text-align: center;
}
body.ticket main .kv .wrapper article {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  body.ticket main .kv .wrapper article {
    margin-bottom: 50px;
  }
}
body.ticket main .kv .wrapper article h2 {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
  padding: 20px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  body.ticket main .kv .wrapper article h2 {
    font-size: 21.6px;
  }
}
@media screen and (max-width: 767px) {
  body.ticket main .kv .wrapper article h2 {
    font-size: 14px;
    padding: 15px;
  }
}
body.ticket main .kv .wrapper article h3 {
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  body.ticket main .kv .wrapper article h3 {
    font-size: 16.2px;
  }
}
body.ticket main .kv .wrapper article figure img {
  width: 100%;
  margin-bottom: 30px;
}
body.ticket main .kv .wrapper article figure figcaption {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
  margin-bottom: 20px;
  padding: 15px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  body.ticket main .kv .wrapper article figure figcaption {
    font-size: 18px;
  }
}
body.ticket main .kv .wrapper article figure figcaption span {
  display: inline-block;
  letter-spacing: -1px;
  border-radius: 5px;
  line-height: 1 !important;
  padding: 3px 10px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  body.ticket main .kv .wrapper article figure figcaption span {
    display: block;
    margin-bottom: 10px;
  }
}
body.ticket main .kv .wrapper article figure figcaption span.onsale {
  color: #bb0000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  border: 1px solid #bb0000;
}
@media screen and (max-width: 767px) {
  body.ticket main .kv .wrapper article figure figcaption span.onsale {
    font-size: 16.2px;
  }
}
body.ticket main .kv .wrapper article figure figcaption span.tokuten {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  border: 1px solid #6a6a6a;
  background-color: #e8e8e8;
}
@media screen and (max-width: 767px) {
  body.ticket main .kv .wrapper article figure figcaption span.tokuten {
    font-size: 16.2px;
  }
}
body.ticket main .kv .wrapper article section {
  display: block;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body.ticket main .kv .wrapper article section {
    width: 100%;
  }
}
body.ticket main .kv .wrapper article section dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0 10px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  body.ticket main .kv .wrapper article section dl {
    display: block;
    margin-bottom: 10px;
  }
}
body.ticket main .kv .wrapper article section dl dt {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  width: 90px;
  letter-spacing: -1px;
  text-align: center;
  background-color: #515151;
  padding: 5px 10px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  body.ticket main .kv .wrapper article section dl dt {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 767px) {
  body.ticket main .kv .wrapper article section dl dt {
    display: block;
    margin-bottom: 5px;
  }
}
body.ticket main .kv .wrapper article section dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  body.ticket main .kv .wrapper article section dl dd {
    font-size: 16.2px;
  }
}
body.ticket main .kv .wrapper article section dl dd span.size-s {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  body.ticket main .kv .wrapper article section dl dd span.size-s {
    font-size: 13.5px;
  }
}
body.ticket main .kv .wrapper article section dl dd span.highlight {
  background-color: yellow;
}
body.ticket main .kv .wrapper article section dl dd span.line {
  text-decoration: underline;
}
body.ticket main .kv .wrapper article section dl dd .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
body.ticket main .kv .wrapper article section dl dd .wrap .sec p {
  margin-bottom: 5px;
}
body.ticket main .kv .wrapper article section ul {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: inline-block;
  border: 2px dotted #ccc;
  border-radius: 10px;
  padding: 15px 15px 10px;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  body.ticket main .kv .wrapper article section ul {
    font-size: 12.6px;
  }
}
@media screen and (max-width: 767px) {
  body.ticket main .kv .wrapper article section ul {
    margin: 0 auto 0;
  }
}
body.ticket main .kv .wrapper article section ul li {
  position: relative;
  display: block;
  padding-left: 1.5em;
  margin-bottom: 5px;
}
body.ticket main .kv .wrapper article section ul li::before {
  content: "※";
  display: block;
  width: 1em;
  position: absolute;
  left: 0;
  top: 0;
}
body.ticket main .kv .wrapper article section .btn {
  text-align: center;
  padding: 20px 0 0;
}
body.ticket main .kv .wrapper article section .btn a {
  display: inline-block;
  text-decoration: none;
}
body.ticket main .kv .wrapper article section .btn a:hover {
  text-decoration: none;
}
body.ticket main .kv .wrapper article section .btn a p {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  body.ticket main .kv .wrapper article section .btn a p {
    font-size: 12.6px;
  }
}
body.ticket main .kv .wrapper article section .btn a.bnr-animate, body.ticket main .kv .wrapper article section .btn a.bnr-mir, body.ticket main .kv .wrapper article section .btn a.bnr-mws {
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  body.ticket main .kv .wrapper article section .btn a.bnr-animate, body.ticket main .kv .wrapper article section .btn a.bnr-mir, body.ticket main .kv .wrapper article section .btn a.bnr-mws {
    margin: 10px 0;
  }
}
body.ticket main .kv .wrapper article section .btn a.bnr-animate img, body.ticket main .kv .wrapper article section .btn a.bnr-mir img, body.ticket main .kv .wrapper article section .btn a.bnr-mws img {
  height: 80px;
}
@media screen and (max-width: 767px) {
  body.ticket main .kv .wrapper article section .btn a.bnr-animate img, body.ticket main .kv .wrapper article section .btn a.bnr-mir img, body.ticket main .kv .wrapper article section .btn a.bnr-mws img {
    width: 70%;
    height: auto;
  }
}
body.ticket main .kv .wrapper article section .btn a.btn-ticket {
  display: inline-block;
  background-color: #bb0000;
  color: #fff;
  font-size: 30px;
  letter-spacing: -1px;
  font-weight: bold;
  border-radius: 10px;
  text-decoration: none;
  padding: 10px 30px;
}
@media screen and (max-width: 767px) {
  body.ticket main .kv .wrapper article section .btn a.btn-ticket {
    font-size: 20px;
  }
}

/* ========================================================
ストーリー
=========================================================*/
body.story {
  background: #000 url(../img/bg.png);
  background-repeat: no-repeat;
  background-size: 100vw auto;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  body.story {
    background-size: auto 100vh;
  }
}
body.story .gradationline {
  opacity: 0;
  width: 100%;
  height: 5px;
  background: rgb(0, 249, 246);
  background: -webkit-gradient(linear, left top, right top, from(#c07ff9), color-stop(50%, rgb(255, 201, 0)), to(rgb(255, 0, 22)));
  background: linear-gradient(90deg, #c07ff9 0%, rgb(255, 201, 0) 50%, rgb(255, 0, 22) 100%);
}
body.story main {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  z-index: 0;
  /* ========================================================
  メインビジュアル
  =========================================================*/
}
@media screen and (max-width: 767px) {
  body.story main {
    width: 100%;
  }
}
body.story main h2, body.story main h3 {
  display: none;
}
body.story main .kv {
  opacity: 0;
  width: 940px;
  margin-left: auto;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  body.story main .kv {
    width: 100%;
    margin-left: 0;
  }
}
body.story main .kv .wrapper {
  width: 100%;
  background-color: #fff;
  color: #000;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  body.story main .kv .wrapper {
    padding: 30px 0 0;
  }
}
body.story main .kv .wrapper h1 {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.story main .kv .wrapper h1 img {
    width: 80%;
  }
}
body.story main .kv .wrapper .storytxt {
  display: none;
}
body.story main .kv .wrapper figure {
  width: 100%;
}
body.story main .kv .wrapper figure img {
  width: 100%;
}

body.cp1 {
  color: #000;
  background-color: #fff;
}
body.cp1 header {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  body.cp1 header {
    margin-bottom: 40px;
  }
}
body.cp1 header h1 {
  width: 100%;
  height: 233px;
  text-align: center;
  background: #ffdd24 url("../img/cp1/ttl.png") no-repeat center top;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  body.cp1 header h1 {
    height: 22.7vw;
    background-size: contain;
    background-color: #ffdd24;
  }
}
body.cp1 header h2 {
  width: 100%;
  height: 99px;
  text-align: center;
  background: #583e20 url("../img/cp1/subttl.png") no-repeat center top;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  body.cp1 header h2 {
    height: 9.78vw;
    background-size: contain;
  }
}
body.cp1 header p.subtxt {
  display: none;
}
body.cp1 main {
  background-color: #fff;
}
body.cp1 .method {
  width: 1000px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  body.cp1 .method {
    width: 100%;
    text-align: center;
    margin: 0 auto 20px;
  }
  body.cp1 .method img {
    width: 90%;
    height: auto;
  }
}
body.cp1 .method h3, body.cp1 .method p.subtxt {
  display: none;
}
body.cp1 .toformpage {
  width: 100%;
  text-align: center;
  background-color: #fff8d2;
  padding: 60px 0;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  body.cp1 .toformpage {
    width: 100%;
    text-align: center;
    padding: 20px 0 15px;
    margin: 0 auto 30px;
  }
  body.cp1 .toformpage img {
    width: 70%;
    height: auto;
  }
}
body.cp1 .toformpage h3 {
  display: none;
}
body.cp1 .method_flow {
  width: 1000px;
  margin: 0 auto;
}
body.cp1 .method_flow img.img_methodflow1 {
  width: 454px;
}
body.cp1 .method_flow img.img_methodflow1 img {
  width: 90%;
}
body.cp1 .method_flow img.img_methodflow2 {
  width: 546px;
}
body.cp1 .method_flow img.img_methodflow2 img {
  width: 90%;
}
@media screen and (max-width: 767px) {
  body.cp1 .method_flow {
    width: 100%;
    text-align: center;
  }
  body.cp1 .method_flow img {
    width: 90%;
    height: auto;
  }
}
body.cp1 .method_flow h3 {
  display: none;
}
body.cp1 .method_flow_branch {
  width: 1000px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body.cp1 .method_flow_branch {
    width: 100%;
    text-align: center;
  }
  body.cp1 .method_flow_branch img {
    width: 90%;
    height: auto;
  }
}
body.cp1 .method_flow_branch h3 {
  display: none;
}
body.cp1 .method_2way {
  width: 100%;
  background-color: #fff8d2;
  margin: -155px 0 80px;
  padding: 185px 0 30px;
}
body.cp1 .method_2way .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body.cp1 .method_2way .wrap {
    display: block;
    width: 100%;
    text-align: center;
  }
  body.cp1 .method_2way .wrap section {
    margin-bottom: 20px;
  }
  body.cp1 .method_2way .wrap section img.method_2way_img1,
  body.cp1 .method_2way .wrap section img.method_2way_img2,
  body.cp1 .method_2way .wrap section img.method_2way_btn1,
  body.cp1 .method_2way .wrap section img.method_2way_btn1 {
    width: 80%;
    height: auto;
  }
}
body.cp1 .method_2way .wrap h3, body.cp1 .method_2way .wrap p {
  display: none;
}
body.cp1 .privilege {
  position: relative;
  width: 1000px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  body.cp1 .privilege {
    width: 100%;
    text-align: center;
    margin: 0 auto 20px;
  }
  body.cp1 .privilege img {
    width: 90%;
    height: auto;
  }
}
body.cp1 .privilege a.link-mailto {
  position: absolute;
  left: 220px;
  bottom: 30px;
  display: block;
  width: 320px;
  height: 40px;
  text-indent: -9999px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body.cp1 .privilege a.link-mailto {
    left: 32vw;
    bottom: 7vw;
    width: 57vw;
  }
}
body.cp1 .privilege section {
  display: none;
}
body.cp1 .back {
  width: 1000px;
  text-align: left;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  body.cp1 .back {
    width: 90%;
    text-align: left;
    margin: 0 auto 20px;
  }
  body.cp1 .back img {
    width: 30%;
    height: auto;
  }
}
body.cp1 .notes {
  width: 100%;
  background-color: #583e20;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  body.cp1 .notes {
    padding: 25px 0;
  }
}
body.cp1 .notes .wrapper {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body.cp1 .notes .wrapper {
    width: 90%;
  }
}
body.cp1 .notes .wrapper h3 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
body.cp1 .notes .wrapper ul li {
  position: relative;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  body.cp1 .notes .wrapper ul li {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
body.cp1 .notes .wrapper ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
body.cp1 footer.site-footer {
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  background-color: #1e1e1e;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  body.cp1 footer.site-footer {
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  body.cp1 footer.site-footer img {
    width: 60%;
  }
}

/* ========================================================
塗り絵 結果発表
=========================================================*/
li.empty {
  height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

body.cp1_result {
  background-color: #000;
}
body.cp1_result header h1 {
  text-align: center;
  padding: 20px 0 0;
}
body.cp1_result header h1 img {
  display: block;
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body.cp1_result header h1 img {
    width: 80%;
  }
}
body.cp1_result article.best_award {
  width: 100%;
  max-width: 1200px;
  background: url("../img/cp1_result/bg_hero.png") no-repeat center top;
  background-size: 100% auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body.cp1_result article.best_award {
    min-height: inherit;
    background: url("../img/cp1_result/bg_hero_sp.png") no-repeat center top;
    background-size: 100vw auto;
  }
}
body.cp1_result article.best_award h1, body.cp1_result article.best_award p.subtxt {
  display: none;
}
body.cp1_result article.best_award .wrap {
  padding-top: 30%;
}
@media screen and (max-width: 767px) {
  body.cp1_result article.best_award .wrap {
    padding-top: 83%;
  }
}
body.cp1_result article.best_award .wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2vw 2vw;
}
@media screen and (max-width: 767px) {
  body.cp1_result article.best_award .wrap ul {
    display: block;
  }
}
body.cp1_result article.best_award .wrap ul li {
  width: 35vw;
  max-width: 474px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.cp1_result article.best_award .wrap ul li {
    max-width: inherit;
  }
}
@media screen and (max-width: 767px) {
  body.cp1_result article.best_award .wrap ul li {
    width: 95%;
    margin: 0 auto 20px;
    max-width: inherit;
  }
}
body.cp1_result article.best_award .wrap ul li h2, body.cp1_result article.best_award .wrap ul li dl {
  display: none;
}
body.cp1_result article.best_award .wrap ul li img {
  width: 100%;
}
body.cp1_result article.excellence_award h2 {
  height: 18vw;
  max-height: 276px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../img/cp1_result/yushusho_ttl.png") no-repeat center top;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  body.cp1_result article.excellence_award h2 {
    height: 30vw;
    max-height: inherit;
  }
}
body.cp1_result article.excellence_award .wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 10px;
}
body.cp1_result article.excellence_award .wrap ul li {
  width: 25vw;
  max-width: 400px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.cp1_result article.excellence_award .wrap ul li {
    max-width: inherit;
  }
}
@media screen and (max-width: 767px) {
  body.cp1_result article.excellence_award .wrap ul li {
    width: 45vw;
    max-width: inherit;
    margin-bottom: 10px;
  }
}
body.cp1_result article.excellence_award .wrap ul li img {
  width: 100%;
}
body.cp1_result article.winningaprize_award h2 {
  height: 18vw;
  max-height: 276px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../img/cp1_result/nyusen_ttl.png") no-repeat center top;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  body.cp1_result article.winningaprize_award h2 {
    height: 30vw;
    max-height: inherit;
  }
}
body.cp1_result article.winningaprize_award .wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 10px;
}
@media screen and (max-width: 767px) {
  body.cp1_result article.winningaprize_award .wrap ul {
    gap: 0 3px;
  }
}
body.cp1_result article.winningaprize_award .wrap ul li {
  width: 20vw;
  max-width: 300px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.cp1_result article.winningaprize_award .wrap ul li {
    max-width: inherit;
  }
}
@media screen and (max-width: 767px) {
  body.cp1_result article.winningaprize_award .wrap ul li {
    width: calc(33.3% - 6px);
    max-width: inherit;
  }
}
body.cp1_result article.winningaprize_award .wrap ul li img {
  width: 100%;
}
body.cp1_result article.back {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  body.cp1_result article.back img {
    width: 30vw;
  }
}
body.cp1_result .copyright {
  width: 100%;
  text-align: center;
  background-color: #1e1e1e;
  padding: 40px 0;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  body.cp1_result .copyright {
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  body.cp1_result .copyright img {
    width: 60%;
  }
}

body.cp3 {
  color: #000;
  background-color: #fff;
}
body.cp3 header {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  text-align: center;
  padding-top: 3vw;
  background-color: #3DBCD4;
  background-image: url("../img/cp3/cloud_bottom.png"), url("../img/cp3/cloud_left.png"), url("../img/cp3/cloud_right.png");
  background-position: center bottom, left bottom, right bottom;
  background-size: 100% auto, 30vw auto, 30vw auto;
  background-repeat: no-repeat, no-repeat, no-repeat;
}
@media screen and (max-width: 767px) {
  body.cp3 header {
    max-height: inherit;
    background-size: 100% auto, 30vw auto, 30vw auto;
  }
}
body.cp3 header h1, body.cp3 header h2, body.cp3 header p.subtxt {
  display: none;
}
body.cp3 header section.kv {
  width: 50vw;
  max-width: 629px;
  margin: 0 auto 2vw;
}
@media screen and (max-width: 767px) {
  body.cp3 header section.kv {
    width: 80vw;
    max-width: inherit;
  }
}
body.cp3 header section.kv img {
  width: 100%;
  height: auto;
}
body.cp3 article.waytoparticipate {
  text-align: center;
}
body.cp3 article.waytoparticipate h3 {
  width: 50vw;
  max-width: 333px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body.cp3 article.waytoparticipate h3 {
    width: 60vw;
    max-width: inherit;
  }
}
body.cp3 article.waytoparticipate h3 img {
  width: 100%;
  max-width: 333px;
}
@media screen and (max-width: 767px) {
  body.cp3 article.waytoparticipate h3 img {
    max-width: inherit;
  }
}
body.cp3 article.waytoparticipate p.subtxt {
  display: none;
}
body.cp3 article.waytoparticipate section {
  background-color: #f6f6f6;
  padding: 5vw 0 2.5vw;
  margin-top: -2.5vw;
}
@media screen and (max-width: 767px) {
  body.cp3 article.waytoparticipate section {
    padding: 13vw 0 2.5vw;
    margin-top: -7vw;
  }
}
body.cp3 article.waytoparticipate section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 0;
  gap: 2vw;
}
@media screen and (max-width: 767px) {
  body.cp3 article.waytoparticipate section ul li {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  body.cp3 article.waytoparticipate section ul li img {
    width: 70vw;
  }
}
body.cp3 article.shoplist {
  text-align: center;
  margin-bottom: 5vw;
  padding-top: 5vw;
  padding-bottom: 5vw;
  background-color: #3DBCD4;
}
@media screen and (max-width: 767px) {
  body.cp3 article.shoplist {
    margin-bottom: 10vw;
  }
}
body.cp3 article.shoplist h3 {
  width: 50vw;
  max-width: 428px;
  margin: 0 auto 2vw;
}
@media screen and (max-width: 767px) {
  body.cp3 article.shoplist h3 {
    width: 60vw;
    max-width: inherit;
    margin: 0 auto 4vw;
  }
}
body.cp3 article.shoplist h3 img {
  width: 100%;
  max-width: 428px;
}
@media screen and (max-width: 767px) {
  body.cp3 article.shoplist h3 img {
    max-width: inherit;
  }
}
body.cp3 article.shoplist h4 {
  color: #fff;
  font-size: 40px;
  padding: 0 50px;
}
body.cp3 article.shoplist p.subtxt {
  display: none;
}
body.cp3 article.shoplist section {
  width: 90%;
  margin: 0 auto;
}
body.cp3 article.shoplist section ul {
  display: inline-block;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 0;
  gap: 2vw;
}
body.cp3 article.shoplist section ul li {
  width: 16vw;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.cp3 article.shoplist section ul li {
    width: 20vw;
  }
}
@media screen and (max-width: 767px) {
  body.cp3 article.shoplist section ul li {
    width: 48%;
    margin-bottom: 2vw;
  }
}
body.cp3 article.shoplist section ul li img {
  width: 100%;
}
body.cp3 article.shoplist section ul li.finish {
  position: relative;
}
body.cp3 article.shoplist section ul li.finish::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/cp3/finish.png");
  background-size: contain;
}
body.cp3 article.back {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  body.cp3 article.back img {
    width: 30vw;
  }
}
body.cp3 article.copyright {
  padding: 20px 0;
  background-color: #3a3a3a;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.cp3 article.copyright img {
    width: 90vw;
  }
}

/* ======= 自動、手動ポップアップ動画 ======= */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  position: absolute;
  right: -5px;
  top: -5px;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 50px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
  * Remove all paddings around the image on small screen
  */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* ========================================================
ポップアップ
=========================================================*/
body.video #wrapper {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  z-index: 9999;
}
body.video #wrapper:before {
  content: "";
  display: block;
  padding-top: 55%;
  /* 高さと幅の比を16:9に固定（縦スクロールバーが出ないようにやや縦を繰り下げる）。 */
}
body.video #wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.white-popup-movie {
  position: relative;
  background: #fff;
  border: 5px solid #fff;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: auto;
  max-width: 900px;
  /* 特報のモーダルサイズ */
  margin: 20px auto;
  /* Youtube埋め込み動画のサイズをwindow幅に合わせて動的にリサイズ*/
}
.white-popup-movie .backnumber {
  height: 40px;
  text-align: left;
}
.white-popup-movie .backnumber .btn-switch {
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  border-radius: 3px;
  margin-right: 2px;
  padding: 10px 12px;
  background: #000;
}
.white-popup-movie .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.white-popup-movie .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.white-popup-movie .img-container {
  position: relative;
}
.white-popup-movie .img-container img {
  width: 100%;
  height: auto;
}

/* ======= ペコ ======= */
/* ========================================================
pecpエリア | インフォメーション
=========================================================*/
#inc_peco {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #inc_peco {
    pointer-events: auto;
  }
}

.info-peco {
  pointer-events: auto;
  width: 940px;
  margin-left: auto;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .info-peco {
    width: 100%;
    margin-left: inherit;
  }
}
.info-peco h2 {
  display: block !important;
  background-color: #272727;
  padding: 10px;
}
.info-peco h2 span {
  display: block;
  width: 154px;
  height: 16px;
  text-indent: -9999px;
  background: url(../img/top_peco/info_ttl.png) no-repeat 0 0;
  background-size: contain;
}
.info-peco .wrapper {
  height: 420px;
  padding: 30px;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .info-peco .wrapper {
    padding: 20px;
    height: 420px;
  }
}
.info-peco .wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 30px;
}
@media screen and (max-width: 767px) {
  .info-peco .wrapper ul {
    gap: 20px 20px;
  }
}
.info-peco .wrapper ul li {
  width: calc(33.33% - 30px);
}
@media screen and (max-width: 767px) {
  .info-peco .wrapper ul li {
    width: calc(50% - 10px);
  }
}
.info-peco .wrapper ul li a {
  text-decoration: none;
}
.info-peco .wrapper ul li a dl dt {
  margin-bottom: 10px;
}
.info-peco .wrapper ul li a dl dt img {
  width: 100%;
  vertical-align: bottom;
}
.info-peco .wrapper ul li a dl dd {
  color: #000;
}
.info-peco .wrapper ul li a dl dd .date {
  color: #959595;
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 8px;
}
.info-peco .wrapper ul li a dl dd .ctg {
  display: inline-block;
  margin-bottom: 8px;
  padding: 5px 10px;
  border-radius: 12px;
  background-color: #ffd000;
  vertical-align: middle;
}
.info-peco .wrapper ul li a dl dd .ctg span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: -1px;
}
@media screen and (max-width: 767px) {
  .info-peco .wrapper ul li a dl dd .ctg span {
    font-size: 12px;
  }
}
.info-peco .wrapper ul li a dl dd p.txt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 1.6;
  font-size: 14px;
}
/*# sourceMappingURL=style.css.map */