@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url(../icomoon/style.css);
@import "https://cdn.jsdelivr.net/fontawesome/4.7.0/css/font-awesome.min.css";
@import "https://use.fontawesome.com/releases/v5.0.13/css/all.css";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/**************************************************
  mixins
***************************************************/
/*
/* Custom easing functions.
/* http://easings.net/ja
/* http://webdesign-dackel.com/2015/04/04/sass-easing-variables/
*/
/**************************************************
 constants 定数やフォントを定義
***************************************************/
/* Viewport */
/* BreakPoint */
/* font mixins */
/**************************************************
  helpers
***************************************************/
.-disp-ib {
  display: inline-block !important; }

._disp-ib {
  display: inline-block !important; }

@media screen and (min-width: 961px) {
  ._disp-tb {
    display: none !important; }
  ._hide-pc {
    display: none !important; } }

@media screen and (max-width: 960px) {
  ._disp-pc {
    display: none !important; } }

@media screen and (min-width: 601px) and (max-width: 960px) {
  ._hide-tb {
    display: none !important; } }

@media screen and (min-width: 601px) {
  ._disp-sp {
    display: none !important; } }

@media screen and (max-width: 600px) {
  ._disp-tb {
    display: none !important; }
  ._hide-sp {
    display: none !important; } }

._clearfix {
  zoom: 1; }
  ._clearfix:after {
    content: '';
    display: block;
    clear: both;
    overflow: auto; }

._center {
  text-align: center !important; }

._left {
  text-align: left !important; }

._right {
  text-align: right !important; }

._float-l {
  float: left !important; }

._float-r {
  float: right !important; }

._clear {
  clear: both !important; }

._hidden {
  display: none !important; }

._disp-ib {
  display: inline-block !important; }

._margin0 {
  margin: 0 !important; }

._padding0 {
  padding: 0 !important; }

._border0 {
  border: none !important; }

._fixed {
  position: fixed !important; }

._absolute {
  position: absolute !important; }

._static {
  position: static !important; }

._xsmall {
  font-size: 75% !important; }

._small {
  font-size: 88% !important; }

._large {
  font-size: 113% !important; }

._xlarge {
  font-size: 133% !important; }

._nowrap {
  white-space: nowrap !important; }

._nobg {
  background: none !important; }

._full {
  width: 100% !important; }

/**************************************************
 components
***************************************************/
/**************************************************
 components - title
***************************************************/
/* 基本タイトル */
.basic-title {
  margin: 0;
  font-weight: bold;
  line-height: 1.4;
  font-size: 150%; }
  .basic-title.-style1 {
    padding-bottom: 8px;
    border-bottom: 1px dashed #FFF100; }
  .basic-title.-style2 {
    padding-left: 20px;
    border-left: 4px solid #FFF100; }
  .basic-title.-style3 {
    position: relative;
    padding-left: 120px; }
    .basic-title.-style3::after {
      position: absolute;
      top: 1.1em;
      left: 0;
      display: block;
      width: 100px;
      height: 2px;
      background-color: #000;
      content: ''; }
  .basic-title.-center {
    text-align: center; }
  .basic-title.-paint {
    color: #FFF100; }
  .basic-title.-small {
    font-size: 112.5%; }
  .basic-title.-medium, .basic-title.basic-btn.-style1 {
    font-size: 125%; }
  .basic-title.-large {
    font-size: 200%; }
  @media screen and (max-width: 960px) {
    .basic-title {
      font-size: 125%; }
      .basic-title.-medium, .basic-title.basic-btn.-style1, .basic-title.-large {
        font-size: 150%; }
      .basic-title.-style3 {
        padding-left: 70px; }
        .basic-title.-style3::after {
          width: 50px; } }
  @media screen and (max-width: 600px) {
    .basic-title {
      font-size: 112.5%; }
      .basic-title.-medium, .basic-title.basic-btn.-style1, .basic-title.-large {
        font-size: 125%; }
      .basic-title.-style3 {
        padding-left: 32px; }
        .basic-title.-style3::after {
          width: 24px; } }

/* ページタイトル */
.page-title {
  font-size: 187.5%;
  text-align: center;
  margin: 0;
  padding: 0.67em 10px; }
  .page-title .jp, .page-title .en {
    display: block;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px; }
  .page-title .jp {
    padding-top: 10px; }
  .page-title .en {
    color: #717171;
    font-size: 53.33333%; }
  @media screen and (max-width: 600px) {
    .page-title {
      font-size: 130%; } }

/* セクションタイトル */
.section-title {
  font-size: 150%;
  text-align: center; }
  .section-title .jp, .section-title .en {
    display: block; }
  .section-title.-mt0 {
    margin-top: 0; }
  .section-title.-border {
    color: #E4007F;
    text-align: left;
    letter-spacing: 1px;
    padding-bottom: 3px;
    border-bottom: solid 1px #E4007F; }
    .section-title.-border::after {
      content: "";
      display: block;
      width: 100%;
      border-bottom: solid 3px #E4007F;
      margin-bottom: 3px;
      margin-top: 10px; }
  .section-title.-borderA {
    text-align: left;
    letter-spacing: 1px;
    padding-bottom: 20px;
    background: url("../../img2/common/border-a.png") repeat-x bottom; }
  .section-title.-check {
    color: #E4007F;
    text-align: left;
    letter-spacing: 2px;
    position: relative;
    padding-left: 1.8em;
    line-height: 1.2; }
    .section-title.-check::before {
      position: absolute;
      width: 1em;
      height: 1em;
      left: 0;
      top: 0;
      font-weight: normal;
      line-height: 1;
      font-family: "fontAwesome";
      content: "";
      border: dashed 1px #E4007F;
      margin-right: 0.7em;
      padding: 3px; }
  .section-title.-star {
    text-align: center;
    letter-spacing: 2px;
    font-weight: 900; }
    .section-title.-star::before, .section-title.-star::after {
      font-size: 2.2em;
      color: #FBC935;
      vertical-align: middle;
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      vertical-align: middle;
      display: inline-block; }
  @media screen and (max-width: 600px) {
    .section-title {
      font-size: 120%; } }

/* リボンタイトル */
.ribon-title {
  color: #66442A;
  font-size: 137.5%;
  text-align: center; }
  .ribon-title span {
    background: url(../../images/ribon_bg.png) repeat-x left bottom;
    display: inline-block;
    text-align: center;
    position: relative;
    padding-bottom: 4px; }
    .ribon-title span::before {
      content: "";
      display: inline-block;
      background: url(../../images/ribon_lf.png) no-repeat left 4px;
      width: 55px;
      height: 65px;
      vertical-align: middle;
      padding-right: 0.8em; }
    .ribon-title span::after {
      content: "";
      display: inline-block;
      background: url(../../images/ribon_rg.png) no-repeat right 4px;
      width: 55px;
      height: 65px;
      vertical-align: middle;
      padding-left: 0.8em; }
  @media screen and (max-width: 480px) {
    .ribon-title {
      font-size: 100%; }
      .ribon-title span::before {
        padding-right: 0; }
      .ribon-title span::after {
        padding-left: 0; } }

/* Flagタイトル */
.flag-title {
  background: url("../../img2/common/bg-flag.png") no-repeat;
  width: 276px;
  height: 126px;
  position: relative;
  font-size: 150%;
  font-weight: normal;
  margin: auto; }
  .flag-title > .text {
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    text-align: center;
    position: absolute;
    display: block;
    top: 0.8em;
    left: 5px;
    right: 0;
    margin: auto;
    letter-spacing: 2px; }

/**************************************************
 components - btn
***************************************************/
.basic-btn {
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 1em 3em 1em;
  min-width: 15em;
  font-size: 125%;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background-color: #E4007F;
  -webkit-box-shadow: 0px 4px #7e0046;
  box-shadow: 0px 4px #7e0046;
  margin-bottom: 4px;
  color: #fff;
  border-radius: 2em;
  text-decoration: none;
  cursor: pointer; }
  @media screen and (max-width: 480px) {
    .basic-btn {
      font-size: 100%; } }
  .basic-btn.-noclick {
    cursor: default; }
  .basic-btn.-iconUp::after, .basic-btn.-iconRight::after, .basic-btn.-style1::after, .basic-btn.-style2::after, .basic-btn.-iconDown::after, .basic-btn.-iconLeft::after {
    position: absolute;
    width: 1em;
    height: 1em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 1em;
    left: auto; }
  .basic-btn.-iconUp::after {
    vertical-align: middle;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
  .basic-btn.-iconRight::after, .basic-btn.-style1::after, .basic-btn.-style2::after {
    vertical-align: middle;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
  .basic-btn.-iconDown::after {
    vertical-align: middle;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
  .basic-btn.-iconLeft::after {
    vertical-align: middle;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
  .basic-btn.-left::after, .basic-btn.-style2::after {
    right: auto;
    left: 1em; }
  .basic-btn.-gray {
    background-color: #999;
    color: #fff;
    -webkit-box-shadow: 0px 4px #666666;
    box-shadow: 0px 4px #666666; }
  .basic-btn.-black {
    background-color: #000;
    color: #fff;
    -webkit-box-shadow: 0px 4px #333333;
    box-shadow: 0px 4px #333333; }
  .basic-btn.-orange {
    background-color: #e24408;
    color: #fff;
    -webkit-box-shadow: 0px 4px #7f2605;
    box-shadow: 0px 4px #7f2605; }
  .basic-btn.-ghost {
    background-color: transparent; }
  .basic-btn.-bdr1, .basic-btn.-style2 {
    border-width: 1px; }
  .basic-btn.-bdr2 {
    border-width: 2px; }
  .basic-btn.-bdr4 {
    border-width: 4px; }
  .basic-btn.-small {
    font-size: 87.5%; }
  .basic-btn.-medium, .basic-btn.-style1 {
    font-size: 112.5%; }
  .basic-btn.-large {
    font-size: 150%; }
  .basic-btn.-slim {
    padding-top: .5em;
    padding-bottom: .5em; }
  .basic-btn.-heavy {
    padding-top: 1.5em;
    padding-bottom: 1.5em; }
  @media screen and (max-width: 960px) {
    .basic-btn.-small {
      font-size: 100%; }
    .basic-btn.-medium, .basic-btn.-style1 {
      font-size: 100%; }
    .basic-btn.-slim {
      font-size: 100%; } }
  @media screen and (max-width: 480px) {
    .basic-btn {
      padding: 0.8em 3em;
      min-width: 12em; } }

.btn-container {
  margin: 10px auto;
  text-align: center; }
  .btn-container .basic-btn:not(:first-child) {
    margin-left: 15px; }

/**************************************************
 components - box
***************************************************/
.basic-box {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  border-radius: 5px;
  background-color: #e3e3e3;
  position: relative; }
  .basic-box.-white {
    background-color: #fff; }
  .basic-box.-red {
    background-color: #E84608;
    color: #fff; }
  .basic-box.-yellow {
    background-color: #FBC935;
    color: #fff; }
  .basic-box.-green {
    background-color: #ABCD28;
    color: #fff; }
  .basic-box.-blue {
    background-color: #2CA8E6;
    color: #fff; }
  .basic-box.-center {
    text-align: center; }
  .basic-box.-padding0 {
    padding: 0; }
  .basic-box.-fill, .basic-box.basic-btn.-style1 {
    background-color: #f8f9fa; }
  .basic-box.-rad0 {
    border-radius: 0; }
  .basic-box.-border {
    border: solid 2px #FFF100; }
  .basic-box.-bdr1, .basic-box.basic-btn.-style2 {
    border-width: 1px; }
  .basic-box.-bdr4 {
    border-width: 4px; }
  .basic-box.-heavy {
    border-width: 10px; }
  .basic-box.-bdrGray {
    border-color: #999; }
  @media screen and (max-width: 600px) {
    .basic-box {
      padding: 10px; }
      .basic-box.-heavy {
        border-width: 6px; }
      .basic-box.-bdr4 {
        border-width: 2px; } }
  .basic-box p:last-child {
    margin-bottom: 0; }
  .basic-box > .title {
    font-weight: bold; }

.dottedBox,
.dotted-box {
  border: 1px dotted #666;
  padding: 20px;
  margin-top: 15px; }
  .dottedBox > p,
  .dotted-box > p {
    background-image: url(../../images/arrow-pink_s.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: left 7px; }

/**************************************************
 components - table
***************************************************/
.basic-table {
  border-collapse: collapse; }
  .basic-table.-nobg th, .basic-table.-nobg td {
    background: none; }
  .basic-table th, .basic-table td {
    padding: 1em;
    font-size: 100%;
    border: solid 1px #ccc;
    text-align: left;
    line-height: 1.5;
    vertical-align: top; }
    .basic-table th.-txtl, .basic-table td.-txtl {
      text-align: left; }
    .basic-table th.-txtc, .basic-table td.-txtc {
      text-align: center; }
    .basic-table th.-txtr, .basic-table td.-txtr {
      text-align: right; }
    .basic-table th.-top, .basic-table td.-top {
      vertical-align: top; }
    .basic-table th.-nobg, .basic-table td.-nobg {
      background-color: transparent; }
  .basic-table th {
    background-color: #f8f9fa;
    white-space: nowrap; }
  @media screen and (max-width: 600px) {
    .basic-table th, .basic-table td {
      display: block;
      padding-left: 0;
      padding-right: 0; }
    .basic-table th {
      width: auto !important; } }

.underline-table {
  border-collapse: collapse;
  border: none; }
  .underline-table th, .underline-table td {
    padding: 14px 0 15px;
    background: url(../img/line-dash-horizon.png) repeat-x 0 bottom;
    text-align: left;
    line-height: 1.75; }
  .underline-table th {
    padding-right: 1em;
    vertical-align: top; }
  .underline-table .bdrTop th, .underline-table .bdrTop td {
    background: url(../img/line-dash-horizon.png) repeat-x 0 bottom, url(../img/line-dash-horizon.png) repeat-x 0 0; }
  .underline-table .nobdr th, .underline-table .nobdr td {
    background: none; }
  @media screen and (max-width: 600px) {
    .underline-table th, .underline-table td {
      font-size: 87.5%; } }

/**************************************************
 components - list
***************************************************/
p.-indention,
ul.-indention li {
  margin-left: 1em;
  text-indent: -1em; }

ul.-indention {
  list-style: none;
  padding-left: 0; }
  ul.-indention li {
    line-height: 1.75; }
  ul.-indention > .noindent {
    margin-left: 0;
    text-indent: 0; }

ul.basic-list {
  list-style: none;
  padding-left: 0;
  line-height: 1.5;
  margin: 1em 0; }
  ul.basic-list > li {
    text-align: left; }
    ul.basic-list > li:not(:first-child) {
      margin-top: 0.5em; }
  ul.basic-list.-disc {
    list-style: disc;
    padding-left: 1.5em; }
  ul.basic-list.-disc2 > li {
    position: relative;
    padding-left: 1.5em; }
  ul.basic-list.-disc2 > li::before {
    position: absolute;
    top: .25em;
    left: 0;
    font-weight: normal;
    line-height: 1;
    font-family: "fontAwesome";
    content: "";
    color: #E4007F; }
  ul.basic-list.-check > li {
    position: relative;
    padding-left: 1.5em; }
  ul.basic-list.-check > li::before {
    position: absolute;
    top: .25em;
    left: 0;
    font-weight: normal;
    line-height: 1;
    font-family: "fontAwesome";
    content: "";
    color: #E4007F; }
  ul.basic-list.-arrow > li {
    position: relative;
    padding-left: 1em; }
  ul.basic-list.-arrow > li::before {
    position: absolute;
    top: .25em;
    left: 0;
    font-weight: normal;
    line-height: 1;
    font-family: "fontAwesome";
    content: ""; }
  ul.basic-list.-arrow2 > li {
    background-image: url(../../images/arrow-pink_s.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: left 7px; }
  ul.basic-list.-arrow3 > li {
    position: relative;
    padding-left: 1.5em; }
  ul.basic-list.-arrow3 > li::before {
    position: absolute;
    top: .35em;
    left: 0;
    vertical-align: middle;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #E4007F; }
  ul.basic-list.-annotation > li {
    padding-left: 1.2em;
    position: relative; }
    ul.basic-list.-annotation > li::before {
      content: "※";
      position: absolute;
      left: 0; }

ul.flex-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0; }
  ul.flex-list > li:not(:first-child) {
    margin-left: 1em; }

.ib-list {
  list-style: none;
  padding-left: 0; }
  .ib-list > li {
    display: inline-block; }
    .ib-list > li:not(:last-child) {
      margin-right: 1em; }

.column-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin-left: -15px; }
  .column-list.-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .column-list.-column2 > * {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 50%; }
  .column-list.-column3 > * {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 33.33%;
    /*width: calc(100% / 3);*/ }
  .column-list.-column4 > * {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 25%; }
  .column-list.-column5 > * {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 20%; }
  .column-list.-white > .list-item > * {
    background-color: #fff; }
  .column-list > .list-item > *.-nobg {
    background-color: transparent; }
  .column-list > * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px; }
  @media screen and (min-width: 961px) {
    .column-list.-gap5 {
      margin-left: -5px; }
    .column-list.-gap5 > * {
      padding-left: 5px; }
    .column-list.-gap10 {
      margin-left: -10px; }
    .column-list.-gap10 > * {
      padding-left: 10px; }
    .column-list.-gap15 {
      margin-left: -15px; }
    .column-list.-gap15 > * {
      padding-left: 15px; }
    .column-list.-gap20 {
      margin-left: -20px; }
    .column-list.-gap20 > * {
      padding-left: 20px; }
    .column-list.-gap25 {
      margin-left: -25px; }
    .column-list.-gap25 > * {
      padding-left: 25px; }
    .column-list.-gap30 {
      margin-left: -30px; }
    .column-list.-gap30 > * {
      padding-left: 30px; }
    .column-list.-gap35 {
      margin-left: -35px; }
    .column-list.-gap35 > * {
      padding-left: 35px; }
    .column-list.-gap40 {
      margin-left: -40px; }
    .column-list.-gap40 > * {
      padding-left: 40px; }
    .column-list.-gap45 {
      margin-left: -45px; }
    .column-list.-gap45 > * {
      padding-left: 45px; }
    .column-list.-gap50 {
      margin-left: -50px; }
    .column-list.-gap50 > * {
      padding-left: 50px; } }
  @media screen and (max-width: 960px) {
    .column-list {
      margin-left: -10px; }
      .column-list > * {
        padding-left: 10px; } }
  @media screen and (max-width: 600px) {
    .column-list {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-left: 0; }
      .column-list > * {
        padding-left: 0; }
      .column-list > *:not(:last-child) {
        margin-bottom: 30px; }
      .column-list.-column2 > *, .column-list.-column3 > *, .column-list.-column4 > *, .column-list.-column5 > * {
        width: 100%; } }

.vertical-list {
  padding-left: 0;
  margin: 0;
  list-style: none; }
  .vertical-list.-white > .item > * {
    background-color: #fff; }
  .vertical-list.-beige > .item > * {
    background-color: #f8f9fa; }
  .vertical-list > .item > *.-nobg {
    background-color: transparent; }
  .vertical-list > * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .vertical-list > *:not(:last-child) {
      margin-bottom: 30px; }
  @media screen and (max-width: 600px) {
    .vertical-list > *:not(:last-child) {
      margin-bottom: 20px; } }

.article-card {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  text-decoration: none; }
  .article-card .title {
    font-size: 100%; }
    .article-card .title > .main {
      display: block;
      font-size: 112.5%;
      font-weight: 700;
      letter-spacing: 1px; }
    .article-card .title > .sub {
      display: block;
      font-size: 87.5%;
      font-weight: 400;
      letter-spacing: 1px; }
  .article-card .category {
    background-color: #000;
    color: #fff;
    padding: 0.5em 2em;
    display: inline-block;
    font-size: 81.25%; }
  .article-card .tag {
    background-color: #fff;
    color: #000;
    padding: 0.5em 2em;
    display: inline-block;
    font-size: 81.25%; }
  .article-card .excerpt {
    font-size: 87.5%;
    line-height: 1.5; }
  .article-card .date {
    font-size: 81.25%;
    letter-spacing: 1px; }
  .article-card .more {
    font-size: 87.5%;
    text-align: right;
    color: #E4007F; }
    .article-card .more > .icon {
      font-size: 0.7em;
      margin-left: 0.5em;
      vertical-align: middle; }
  .article-card > .title {
    text-align: center; }
    .article-card > .title > .main {
      margin-bottom: 0.5em; }
    .article-card > .title > .sub {
      margin-bottom: 0.5em; }
  .article-card > .image {
    position: relative; }
    .article-card > .image img {
      width: 100%; }
    .article-card > .image > .tag {
      position: absolute;
      left: 0;
      bottom: 20px;
      padding: 0.5em;
      margin: 0;
      width: calc(100% - 20px - 1em); }
  .article-card > .detail {
    padding: 10px 0; }
    .article-card > .detail > *:not(:last-child) {
      margin-bottom: .5em; }
    .article-card > .detail .title > .main {
      margin-bottom: 0.5em; }
    .article-card > .detail .title > .sub {
      margin-bottom: 0.5em; }
    .article-card > .detail .category, .article-card > .detail .tag {
      margin-bottom: 1em; }

/**************************************************
 components - news
***************************************************/
.news-card {
  display: block; }
  .news-card .posted {
    display: block;
    margin-bottom: 10px; }
  .news-card .date {
    font-size: 87.5%;
    margin-right: 1em; }
  .news-card .category, .news-card .tag {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 3px;
    padding: 4px 1em;
    font-size: 75%;
    text-align: center;
    line-height: 1; }
  .news-card .category {
    background-color: #FFF100;
    font-size: 75%;
    color: #fff; }
  .news-card .tag {
    background-color: #f8f9fa; }
  .news-card .title {
    font-size: 100%;
    font-weight: normal;
    line-height: 1.25; }
  .news-card .newmark {
    background-color: #ae031a;
    color: #fff;
    border-radius: 2px;
    padding: 0.2em 0.8em;
    font-size: 0.65em;
    letter-spacing: 1px;
    margin-left: 0.5em;
    margin-top: -3px;
    display: inline-block;
    vertical-align: middle; }
  .news-card .pdf {
    margin-left: 1em; }
    .news-card .pdf > .icon {
      color: #9F0318;
      margin-right: 0.5em; }
    .news-card .pdf > .pdftitle {
      font-size: 0.8em; }
  .news-card .image {
    position: relative;
    text-align: center; }
  .news-card.-header .posted {
    margin-bottom: 40px; }
  .news-card.-header .title {
    margin-bottom: 1em;
    font-size: 150%;
    font-weight: 700; }
  @media screen and (max-width: 600px) {
    .news-card .date {
      display: block; } }

/**************************************************
 components - nav
***************************************************/
.bc-nav .bc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 10px;
  max-width: 1020px; }
  .bc-nav .bc-list a {
    display: block;
    color: #E4007F; }
    .bc-nav .bc-list a.-home {
      padding: .5em; }
  .bc-nav .bc-list li {
    position: relative;
    font-size: 75%;
    line-height: 1; }
  .bc-nav .bc-list li:not(:first-child) {
    margin-left: 1.5em;
    padding-left: 1.5em; }
  .bc-nav .bc-list li:not(:first-child)::after {
    position: absolute;
    top: 50%;
    left: -0.15em;
    margin-top: -0.5em;
    font-weight: normal;
    line-height: 1;
    font-family: "fontAwesome";
    content: "";
    font-size: 133.33333%; }

@media screen and (max-width: 600px) {
  .bc-nav .bc-list {
    padding-top: 6px;
    padding-bottom: 6px; }
    .bc-nav .bc-list li:not(:first-child) {
      margin-left: 1em;
      padding-left: 1em; } }

.page-nav {
  padding: 20px 0; }
  .page-nav .pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding-left: 0;
    margin: 0 auto; }
    .page-nav .pager li {
      margin: 5px;
      font-size: 100%;
      text-align: center; }
    .page-nav .pager .num {
      display: block;
      width: 42px;
      height: 42px;
      background-color: #f8f9fa;
      line-height: 42px;
      text-decoration: none; }
      .page-nav .pager .num.-current {
        background-color: #E4007F;
        color: #fff; }
  @media screen and (max-width: 600px) {
    .page-nav li.disp-pc {
      display: none; } }
  @media screen and (max-width: 600px) {
    .page-nav {
      padding: 10px 0; }
      .page-nav .pager li {
        margin: 2px;
        font-size: 87.5%; }
      .page-nav .pager .num {
        width: 36px;
        height: 36px;
        line-height: 36px; } }

.tabs-nav {
  border-bottom: 4px solid #FFF100; }
  .tabs-nav .tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding-left: 0;
    margin: 0 auto; }
    .tabs-nav .tab-list > .tab {
      padding: 0 3px;
      font-size: 87.5%;
      text-align: center;
      line-height: 1.2;
      min-width: 110px; }
  @media screen and (max-width: 960px) {
    .tabs-nav .tab-list {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .tabs-nav .tab-list > .tab {
        width: 33.33333%;
        padding: 1px;
        min-width: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }

.tab-btn {
  display: block;
  padding: 0.7em 1em  0.6em;
  background-color: #f8f9fa;
  border-radius: 8px 8px 0 0;
  cursor: pointer; }
  .tab-btn.-current {
    background-color: #FFF100;
    color: #fff; }
  @media screen and (max-width: 960px) {
    .tab-btn {
      border-radius: 0; } }

.tab-content {
  padding: 20px; }

.side-nav {
  position: relative;
  z-index: 10;
  min-width: 240px; }
  .side-nav > .head {
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
    font-size: 100%;
    font-weight: bold; }
  .side-nav > .side-list {
    margin: 0 auto;
    padding-left: 0;
    list-style: none;
    background: #fff;
    font-size: 87.5%;
    overflow: hidden; }
    .side-nav > .side-list > .item {
      line-height: 1.25; }
      .side-nav > .side-list > .item:not(:last-child) {
        border-bottom: 1px dotted #999; }
      .side-nav > .side-list > .item.-return {
        background-color: #f8f9fa;
        text-align: right; }
    .side-nav > .side-list .btn {
      display: block;
      padding: 14px; }
    .side-nav > .side-list a:hover,
    .side-nav > .side-list .btn.-current {
      background-color: #f8f9fa;
      opacity: 1; }

/**************************************************
 components - form
***************************************************/
form input + .prefix, form textarea + .prefix, form select + .prefix {
  margin-left: 5px; }

form input + .note, form textarea + .note, form select + .note {
  margin-top: 5px; }

form input + .input-group, form textarea + .input-group, form select + .input-group {
  margin-top: 5px; }

form label {
  cursor: pointer; }

form textarea {
  line-height: 1.2;
  resize: vertical; }

form .error-msg {
  display: block; }
  form .error-msg > .error {
    display: inline-block;
    position: relative;
    margin: 10px 0 0;
    padding: 12px 10px;
    border-radius: 3px;
    background-color: rgba(159, 3, 24, 0.15);
    color: #9F0318;
    font-weight: bold;
    line-height: 1.15; }

form .error-text {
  display: block;
  margin-bottom: 40px;
  padding: 0.3em 1em;
  border-radius: 8px;
  background-color: rgba(159, 3, 24, 0.15);
  color: #9F0318;
  font-weight: bold; }
  form .error-text > .error {
    display: block;
    margin: 0;
    background-color: transparent; }

form .note {
  font-size: 87.5%;
  color: #333;
  margin: 0 0 0.5em; }

form .prefix {
  margin-right: 5px;
  display: inline-block; }

form .infix {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block; }

form .suffix {
  margin-left: 5px;
  display: inline-block; }

@media screen and (max-width: 480px) {
  form input, form textarea, form select,
  form .prefix, form .infix, form .suffix {
    font-size: 81.25%; } }

fieldset {
  border: none;
  padding: 0; }
  fieldset:not(:first-child) {
    margin: 40px 0 0px; }

.input-group.-inline {
  display: inline-block; }

.input-group + .input-group {
  margin-top: 5px; }

*:placeholder-shown {
  color: #aaa; }

*::-webkit-input-placeholder {
  color: #aaa; }

*:-moz-placeholder {
  color: #aaa;
  opacity: 1; }

*::-moz-placeholder {
  color: #aaa;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #aaa; }

:focus::-webkit-input-placeholder {
  color: transparent; }

:focus::-moz-placeholder {
  color: transparent; }

.input-text, .pg-storyproject .keywordSearch-container > input {
  width: 100%;
  padding: 10px 10px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .input-text.-veryshort, .pg-storyproject .keywordSearch-container > input.-veryshort {
    max-width: 70px; }
  .input-text.-short, .pg-storyproject .keywordSearch-container > input.-short {
    max-width: 140px; }
  .input-text.-middle, .pg-storyproject .keywordSearch-container > input.-middle {
    max-width: 240px; }
  .input-text.-long, .pg-storyproject .keywordSearch-container > input.-long {
    max-width: 400px; }
  .input-text.-active, .pg-storyproject .keywordSearch-container > input.-active {
    ime-mode: active; }
  .input-text.-inactive, .pg-storyproject .keywordSearch-container > input.-inactive {
    ime-mode: inactive; }
  .input-text.-error, .pg-storyproject .keywordSearch-container > input.-error {
    border-color: #9F0318; }
  .input-text:focus, .pg-storyproject .keywordSearch-container > input:focus {
    background-color: #fffccc; }
  @media screen and (max-width: 480px) {
    .input-text.-short, .pg-storyproject .keywordSearch-container > input.-short {
      max-width: 90px; } }

.label-checkbox {
  cursor: pointer; }
  .label-checkbox:hover .text::before {
    border-color: #6c757d; }
  .label-checkbox > input {
    display: none; }
  .label-checkbox .text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    padding-left: calc(1.1em + 10px);
    position: relative;
    display: inline-block; }
    @media screen and (max-width: 480px) {
      .label-checkbox .text {
        font-size: 81.25%; } }
    .label-checkbox .text::before {
      display: block;
      content: "";
      width: 1.1em;
      height: 1.1em;
      border: solid 1px #adb5bd;
      border-radius: 3px;
      position: absolute;
      top: 4px;
      left: 0; }
  .label-checkbox > input:checked + .text::after {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 5px;
    width: 8px;
    height: 16px;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    border-bottom: 3px solid #000;
    border-right: 3px solid #000; }
  @media screen and (max-width: 960px) {
    .label-checkbox {
      background-position: 0 2px; } }

.label-radio {
  cursor: pointer; }
  .label-radio:hover .text::before {
    border-color: #6c757d; }
  .label-radio > input {
    display: none; }
  .label-radio .text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    padding-left: calc(1.1em + 10px);
    position: relative;
    display: inline-block; }
    @media screen and (max-width: 480px) {
      .label-radio .text {
        font-size: 81.25%; } }
    .label-radio .text::before {
      display: block;
      content: "";
      width: 1.1em;
      height: 1.1em;
      border: solid 1px #adb5bd;
      border-radius: 1.1em;
      position: absolute;
      top: 4px;
      left: 0; }
  .label-radio > input:checked + .text::after {
    display: block;
    content: "";
    width: 0.7em;
    height: 0.7em;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: calc(0.4em / 2 + 1px + 4px);
    left: calc(0.4em / 2 + 1px); }
  @media screen and (max-width: 960px) {
    .label-radio {
      background-position: 0 2px; } }

.select-box, .pg-storyproject .select-container > select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  padding: 8px 42px 8px 12px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background: #fff url(../img/icon-select.png) no-repeat right 50%; }
  .select-box::-ms-expand, .pg-storyproject .select-container > select::-ms-expand {
    display: none; }
  .select-box.-short, .pg-storyproject .select-container > select.-short {
    min-width: 140px; }
  .select-box.-middle, .pg-storyproject .select-container > select.-middle {
    min-width: 200px; }
  .select-box.-long, .pg-storyproject .select-container > select.-long {
    min-width: 400px; }

.form-list {
  margin: 0;
  padding-left: 0;
  list-style: none; }
  .form-list > li {
    line-height: 1.5; }
    .form-list > li:not(:last-child) {
      padding-bottom: 10px; }
  .form-list.-inline > li {
    display: inline-block; }
    .form-list.-inline > li:not(:last-child) {
      padding-right: 20px; }
  .form-list.-column2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style: none;
    padding-left: 0;
    margin-left: -15px; }
    .form-list.-column2 li {
      width: 50%;
      padding-left: 15px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  @media screen and (max-width: 480px) {
    .form-list.-inline > li {
      display: block;
      padding: 0; }
    .form-list.-inline > li {
      display: inline-block; }
      .form-list.-inline > li:not(:last-child) {
        padding-right: 10px; }
    .form-list.-inline .input-text.-short, .form-list.-inline .pg-storyproject .keywordSearch-container > input.-short, .pg-storyproject .form-list.-inline .keywordSearch-container > input.-short {
      width: auto; } }

.form-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding-left: 0; }
  .form-btns > .btn {
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    border-radius: 5px;
    font-size: 112.5%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 2px solid #FFF100;
    background-color: #FFF100;
    color: #fff;
    border-color: #E4007F;
    background-color: #E4007F;
    padding: 0.8em 3em;
    margin: 10px; }
    @media screen and (max-width: 600px) {
      .form-btns > .btn {
        width: 100%;
        padding: 0.8em 0.5em; } }
    .form-btns > .btn.-back {
      border-color: #9F8E77;
      background-color: #9F8E77; }

.form-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  background: #f8f9fa;
  overflow: hidden;
  list-style: none; }
  .form-step > li {
    position: relative;
    width: 33.333%;
    padding: 10px 10px 12px;
    font-size: 100%;
    color: #ababab;
    font-weight: 500;
    line-height: 1.5;
    text-align: center; }
  .form-step > li:not(:last-child)::before, .form-step > li:not(:last-child)::after {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    border: transparent solid;
    border-width: 40px 0 40px 30px;
    content: ''; }
  .form-step > li:not(:last-child)::before {
    right: -20px;
    z-index: 1;
    border-left-color: #f8f9fa; }
  .form-step > li:not(:last-child)::after {
    right: -22px;
    z-index: 0;
    border-left-color: #ababab; }
  .form-step > li.-stay {
    background-color: #FFF100;
    color: #fff; }
    .form-step > li.-stay::before {
      border-left-color: #FFF100; }
    .form-step > li.-stay::after {
      border-left-color: #FFF100; }
  .form-step .txt {
    position: relative;
    z-index: 2; }
  @media screen and (max-width: 960px) {
    .form-step > li {
      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;
      padding: 16px 5px;
      font-size: 85.71429%; }
      .form-step > li .txt {
        margin-right: -30px; }
      .form-step > li:first-child .txt {
        margin-right: -10px; }
      .form-step > li:last-child .txt {
        margin-right: -20px; }
    .form-step > li:not(:last-child)::before {
      right: -20px; }
    .form-step > li:not(:last-child)::after {
      right: -22px; } }

tr.required > th::after,
th.required::after,
span.required::after {
  display: inline-block;
  content: "必須";
  margin-left: .5em;
  color: #fff;
  background-color: #E4007F;
  border-radius: 3px;
  padding: 2px 7px 3px;
  line-height: 1;
  font-size: 0.75rem;
  border-radius: 3px; }

.form-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse; }
  .form-table th, .form-table td {
    padding: 10px 1em;
    text-align: left;
    vertical-align: top;
    line-height: 2; }
  .form-table th {
    font-size: 93.75%;
    font-weight: 700;
    position: relative;
    white-space: nowrap; }
  .form-table td.top {
    padding-top: 18px;
    vertical-align: top; }
  .form-table .txt:not(:last-child) {
    margin-bottom: 1em; }
  .form-table.-confirm th, .form-table.-confirm td {
    padding-top: 15px;
    padding-bottom: 15px; }
  .form-table.-confirm th {
    font-weight: bold; }
  @media screen and (max-width: 960px) {
    .form-table th, .form-table td {
      display: block;
      padding-left: 0;
      padding-right: 0;
      line-height: 1.5; }
    .form-table th {
      width: auto !important;
      padding-bottom: 0 !important;
      border-bottom: none; }
    .form-table td {
      padding-top: 8px !important; }
    .form-table .required {
      padding-right: 0; }
      .form-table .required::after {
        position: relative;
        top: auto;
        margin-left: .5em; } }

.form-privacy > .lead {
  margin-bottom: 1em;
  font-size: 93.75%;
  line-height: 2; }

.form-privacy > .privacy {
  margin: 0 auto;
  padding: 23px;
  border: 2px solid #dcdcdc;
  max-height: 300px;
  overflow-y: auto; }

.form-privacy > .agree {
  text-align: center;
  margin: 20px auto; }

.form-privacy > .agree > .inner {
  padding: 10px;
  background: #f8f9fa; }
  .form-privacy > .agree > .inner > .label-checkbox {
    display: inline-block; }

/**************************************************
components - form
***************************************************/
.pg-form .form-header {
  margin-bottom: 30px;
  zoom: 1; }
  .pg-form .form-header:after {
    content: '';
    display: block;
    clear: both;
    overflow: auto; }
  .pg-form .form-header .info {
    font-size: 87.5%; }

.pg-form ul.flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
  max-width: 800px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 40px;
  background-color: #EBE6DE;
  padding: 5px;
  border-radius: 6px; }
  .pg-form ul.flow > li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(33.33% - 5px);
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    padding: 1em 5px;
    border: dashed 1px #a6937c;
    font-weight: 500;
    color: #8e7a61; }
    @media screen and (max-width: 600px) {
      .pg-form ul.flow > li {
        padding: 0.5em 0; } }
    .pg-form ul.flow > li > .step {
      font-size: 0.8em;
      margin-right: 1em;
      color: #f98457; }
      @media screen and (max-width: 768px) {
        .pg-form ul.flow > li > .step {
          display: block; } }
    .pg-form ul.flow > li.-current {
      background-color: #a6937c;
      border: solid 1px #a6937c;
      color: #fff; }
      .pg-form ul.flow > li.-current > .step {
        color: #fff; }

.pg-form span.require {
  color: #fff;
  background-color: #E4007F;
  border-radius: 3px;
  padding: 2px 7px;
  line-height: 1;
  font-size: 0.75rem;
  display: inline-block; }

.form-fieldset.-style1 {
  background-color: #EBE6DE;
  border-radius: 6px;
  margin-bottom: 30px;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border: 3px solid #000; }
  .form-fieldset.-style1 .form-table tr:not(:last-child) {
    background: url(../../story-project/images/line-black.gif) repeat-x left bottom; }
  .form-fieldset.-style1 .form-table th, .form-fieldset.-style1 .form-table td {
    padding: 15px;
    font-weight: normal; }
  .form-fieldset.-style1 .form-table tr:last-child th, .form-fieldset.-style1 .form-table tr:last-child td {
    padding-bottom: 0; }
  .form-fieldset.-style1 .form-table th {
    white-space: normal;
    font-weight: bold;
    font-size: 87.5%; }
  .form-fieldset.-style1 .form-table .input-text:focus, .form-fieldset.-style1 .form-table .pg-storyproject .keywordSearch-container > input:focus, .pg-storyproject .form-fieldset.-style1 .form-table .keywordSearch-container > input:focus {
    background-color: #F499CC; }
  @media screen and (max-width: 960px) {
    .form-fieldset.-style1 {
      background-color: transparent;
      padding: 0px;
      border: none; }
      .form-fieldset.-style1:not(:first-child) {
        margin-top: 0; }
      .form-fieldset.-style1 .form-table tr:not(:last-child) {
        background: transparent; }
      .form-fieldset.-style1 .form-table th, .form-fieldset.-style1 .form-table td {
        padding: 15px 0; } }
  .form-fieldset.-style1 .label-radio {
    cursor: pointer; }
    .form-fieldset.-style1 .label-radio:hover .text::before {
      border-color: #a77a94;
      -webkit-box-shadow: 0 0 0px 1px #a77a94;
      box-shadow: 0 0 0px 1px #a77a94; }
    .form-fieldset.-style1 .label-radio .text {
      padding-left: calc(1.2em + 10px); }
      .form-fieldset.-style1 .label-radio .text::before {
        width: 1.2em;
        height: 1.2em;
        border-radius: 1.2em;
        top: 3px; }
    .form-fieldset.-style1 .label-radio > input:checked + .text::before {
      background-color: #a77a94;
      border-color: #a77a94; }
    .form-fieldset.-style1 .label-radio > input:checked + .text::after {
      border-radius: 0;
      top: 0.4em;
      left: 0.4em;
      background-color: transparent;
      width: 0.3em;
      height: 0.5em;
      -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
      transform: rotate(40deg);
      border-bottom: 3px solid #fff;
      border-right: 3px solid #fff; }

/**************************************************
 components - plugin
***************************************************/
.swiper-carousel {
  padding: 0 30px;
  margin: 0 -30px; }
  .swiper-carousel::before, .swiper-carousel::after {
    position: absolute;
    top: 0;
    display: block;
    width: 30px;
    height: 100%;
    background-color: #fff;
    content: '';
    z-index: 2; }
  .swiper-carousel::before {
    left: 0; }
  .swiper-carousel::after {
    right: 0; }
  .swiper-carousel .swiper-slide {
    height: auto; }
  .swiper-carousel .swiper-button-next, .swiper-carousel .swiper-button-prev {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%; }
    .swiper-carousel .swiper-button-next.swiper-button-disabled, .swiper-carousel .swiper-button-prev.swiper-button-disabled {
      pointer-events: auto; }
  .swiper-carousel .swiper-button-next {
    right: 0; }
    .swiper-carousel .swiper-button-next::after {
      vertical-align: middle;
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      display: block;
      margin-left: 0;
      width: 100%;
      line-height: 60px;
      color: #fff; }
  .swiper-carousel .swiper-button-prev {
    left: 0; }
    .swiper-carousel .swiper-button-prev::after {
      vertical-align: middle;
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      display: block;
      margin-left: 0;
      width: 100%;
      line-height: 60px;
      color: #fff; }
  @media screen and (max-width: 1100px) {
    .swiper-carousel {
      margin-left: -5px;
      margin-right: -5px; } }
  @media screen and (max-width: 960px) {
    .swiper-carousel {
      padding: 0 20px; }
      .swiper-carousel::before, .swiper-carousel::after {
        width: 20px; }
      .swiper-carousel .swiper-button-next, .swiper-carousel .swiper-button-prev {
        width: 40px;
        height: 40px;
        margin-top: -20px; }
        .swiper-carousel .swiper-button-next::after, .swiper-carousel .swiper-button-prev::after {
          line-height: 40px; } }

.separaterA {
  background: url("../../img2/common/border-a.png") repeat-x bottom;
  padding-bottom: 40px;
  margin-bottom: 40px; }

.caution {
  color: #E4007F; }

.ac-head {
  position: relative;
  cursor: pointer; }
  .ac-head::after {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    vertical-align: middle;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    color: #E4007F;
    font-size: 28px; }
  .ac-head.-open::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); }

/**************************************************
 base
***************************************************/
/* -----------------------------------------------
　Body
-------------------------------------------------- */
html {
  -webkit-font-smoothing: antialiased; }

body {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 1px;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", 'メイリオ', sans-serif;
  min-width: 320px;
  padding: 0px;
  color: #000;
  background-color: #FFF100; }
  body.-fixed {
    position: fixed;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 960px) {
    body {
      min-width: 320px; } }

body, input, textarea {
  font-size: 16px; }

@media screen and (max-width: 600px) {
  body, input, textarea {
    font-size: 14px; } }

/* -----------------------------------------------
　Elements
-------------------------------------------------- */
input,
textarea,
select,
button {
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "游ゴシック", "游ゴシック体", "YuGothic", "Yu Gothic", "メイリオ", Meiryo, Helvetica, sans-serif; }

input,
textarea,
select,
button optgroup {
  padding: 0.5em 0.5em;
  border: solid 1px #adb5bd;
  border-radius: 3px; }

button,
input[type="button"],
input[type="submit"] {
  -webkit-transition: opacity 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out; }
  button:hover,
  input[type="button"]:hover,
  input[type="submit"]:hover {
    opacity: 0.7; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  color: #E4007F;
  -webkit-transition: opacity 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out; }
  a:hover {
    opacity: 0.7; }

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important; }

/* -----------------------------------------------
　Common Class
-------------------------------------------------- */
a.-noline {
  text-decoration: none; }

a.-underline {
  text-decoration: underline; }

a.-telink {
  cursor: default;
  opacity: 1 !important; }

a.icon-left {
  display: inline-block;
  position: relative;
  padding-left: 45px;
  font-weight: 500; }
  a.icon-left::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1em;
    height: 0.8em;
    margin: auto 0;
    vertical-align: middle;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

a.icon-pdf {
  display: inline-block;
  position: relative; }
  a.icon-pdf::after {
    width: 1em;
    margin: auto 0;
    margin-left: .5em;
    font-weight: normal;
    line-height: 1;
    font-family: "fontAwesome";
    content: "";
    font-size: 112.5%;
    color: #9F0318; }

p.basic {
  margin: 0 0 2em;
  line-height: 1.8; }
  p.basic strong {
    color: #E4007F; }
  @media screen and (max-width: 960px) {
    p.basic {
      font-size: 93.75%;
      line-height: 1.8; } }

p.notes {
  font-size: 87.5%;
  line-height: 1.7; }

hr.basic-hr {
  margin: 30px 0; }

hr.tricolor {
  background-image: url(../../images/border-a.png);
  background-repeat: repeat-x;
  height: 5px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  margin: 2em 0; }

hr.dot {
  height: 6px;
  background: url(../../img2/common/hr-dot.png) repeat-x 0 0;
  border: 0;
  margin: 30px 0; }

.disp-ib {
  display: inline-block; }

.disp-blk {
  display: block; }

@media screen and (max-width: 480px) {
  .disp-pc {
    display: none; } }

@media screen and (min-width: 481px) {
  .disp-sp {
    display: none; } }

/**************************************************
 structure 構造を定義
***************************************************/
.inbox {
  background-color: #FFF100;
  padding-top: 0px; }
  @media screen and (max-width: 960px) {
    .inbox {
      padding-top: 0px; } }

/* ----- パンくずリスト ---- */
.breadcrumbs-list {
  list-style: none;
  margin: 20px 0;
  padding: 0 10px;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto; }
  .breadcrumbs-list > li {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 87.5%; }
    .breadcrumbs-list > li:not(:first-child):before {
      content: ">";
      margin: 0 0.5em; }
  @media screen and (max-width: 480px) {
    .breadcrumbs-list {
      margin: 0;
      padding: 5px; } }

.page-container {
  padding-top: 80px; }
  .pg-home .page-container {
    padding-top: 0; }

.main-content {
  padding: 0 20px 40px; }
  .main-content > .inner {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 29px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #EEE900; }
  .main-content > .inner2 {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto; }
  @media screen and (max-width: 600px) {
    .main-content {
      padding: 0 5px; }
      .main-content > .inner {
        padding: 10px; }
      .main-content > .inner2 {
        padding: 10px; } }

/* サイトヘッダー
-------------------------------------------------- */
.site-header {
  top: 0;
  right: 0;
  z-index: 200;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .site-header {
      position: fixed; } }
  .site-header.-open {
    height: 100%; }
  .site-header .swiper-container {
    max-height: 100%; }
  .site-header .swiper-wrap {
    height: auto; }
  .site-header .swiper-slide {
    height: auto; }

/* global-nav */
.global-nav {
  background-color: #fff;
  background-image: url(../../img2/common/bg_film.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: auto 100%;
  height: 120px;
  position: relative; }
  .global-nav .inner {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0 10px; }
  .global-nav a {
    display: block;
    color: #fff;
    text-decoration: none; }
  .global-nav .logo a {
    display: inline-block; }
  .global-nav .close-btn {
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 15px;
    cursor: pointer;
    color: #fff;
    padding: 15px 0;
    display: none; }
    .global-nav .close-btn .btn::before {
      font-size: 28px;
      font-weight: 900;
      line-height: 1;
      font-family: "Font Awesome 5 Free";
      content: ""; }
  .global-nav ul.mainmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    padding-left: 0;
    list-style: none;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .global-nav ul.mainmenu > li {
      margin: 0; }
      .global-nav ul.mainmenu > li.other .submenu-container {
        width: 25%;
        right: 0;
        left: auto; }
        .global-nav ul.mainmenu > li.other .submenu-container ul {
          padding: 20px 0 20px 0; }
          .global-nav ul.mainmenu > li.other .submenu-container ul li {
            display: block;
            font-size: 100%;
            padding: 5px 20px; }
      .global-nav ul.mainmenu > li .jp, .global-nav ul.mainmenu > li .en {
        display: block;
        text-align: center;
        font-size: 112.5%;
        font-weight: bold;
        margin-bottom: 5px; }
      .global-nav ul.mainmenu > li .en {
        color: #717171;
        font-size: 68.75%; }
      .global-nav ul.mainmenu > li > a {
        padding: calc((120px - 10px - 1em - 0.6875em)/2) 15px; }
      .global-nav ul.mainmenu > li.logo > a {
        padding: 21px 0; }
  .global-nav .submenu-container {
    display: none;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    top: 125px;
    z-index: 2; }
    .global-nav .submenu-container.-disp {
      display: block; }
    .global-nav .submenu-container ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      list-style: none;
      padding-left: 0;
      max-width: 1020px;
      margin-left: auto;
      margin-right: auto;
      -webkit-box-pack: left;
      -ms-flex-pack: left;
      justify-content: left; }
    .global-nav .submenu-container li {
      font-size: 112.5%;
      font-weight: bold;
      margin: 0;
      padding: 20px; }
    .global-nav .submenu-container a {
      display: block;
      padding: 10px 0; }
      .global-nav .submenu-container a:hover {
        border-bottom: solid 1px #fff; }
  @media screen and (min-width: 961px) {
    .global-nav {
      display: block !important; } }
  @media screen and (max-width: 960px) {
    .global-nav {
      max-width: 300px;
      position: fixed;
      z-index: 200;
      top: 0;
      right: 0;
      -webkit-transition: max-height 0.5s ease-out;
      -o-transition: max-height 0.5s ease-out;
      transition: max-height 0.5s ease-out;
      max-height: 0;
      height: auto;
      background: rgba(0, 0, 0, 0.9); }
      .global-nav li {
        width: 100%; }
      .global-nav .close-btn {
        display: block; }
      .global-nav ul.mainmenu li > a {
        padding: 0.8em; }
        .global-nav ul.mainmenu li > a .en {
          display: none; }
      .global-nav ul.mainmenu li.logo {
        text-align: center; }
        .global-nav ul.mainmenu li.logo > a {
          padding: 5px; }
      .global-nav ul.mainmenu li:not(:first-child) {
        border-top: solid 1px rgba(255, 255, 255, 0.1); }
      .global-nav ul.mainmenu li.other .submenu-container {
        width: 100%; }
        .global-nav ul.mainmenu li.other .submenu-container ul {
          padding: 0 !important; }
          .global-nav ul.mainmenu li.other .submenu-container ul li {
            display: block;
            font-size: 100%;
            padding: 0 !important; }
      .global-nav ul.mainmenu li.parent .jp {
        position: relative; }
      .global-nav ul.mainmenu li.parent .jp::after {
        font-weight: 900;
        line-height: 1;
        font-family: "Font Awesome 5 Free";
        content: "";
        color: #fff;
        position: absolute;
        right: 0px;
        top: 3px;
        font-size: 14px; }
      .global-nav ul.mainmenu li.parent.-open .jp::after {
        content: "\f056"; }
      .global-nav .submenu-container {
        position: static;
        display: block;
        display: none; }
        .global-nav .submenu-container.-disp {
          display: none; }
        .global-nav .submenu-container.-open {
          display: block; }
      .global-nav ul.submenu li {
        padding: 0;
        font-size: 1em; }
        .global-nav ul.submenu li > a {
          padding: 20px; }
      .global-nav.-open {
        max-height: 400vh; } }

.global-nav {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  height: 100%; }
  .global-nav .swiper-container {
    overflow: visible; }
    @media screen and (max-width: 960px) {
      .global-nav .swiper-container {
        overflow: hidden; } }
  @media screen and (max-width: 960px) {
    .global-nav {
      right: -100%; }
      .global-nav.-open {
        right: 0; } }

.sp-nav {
  display: none;
  position: fixed;
  top: -12px;
  height: 0;
  z-index: 100;
  width: 100%;
  height: 80px; }
  @media screen and (min-width: 961px) {
    .sp-nav {
      display: none !important; } }
  @media screen and (max-width: 960px) {
    .sp-nav {
      display: block; } }
  .sp-nav > .logo {
    margin: 0;
    padding: 20px 10px 15px;
    width: 70px; }
  .sp-nav > .menu-btn {
    position: absolute;
    z-index: 200;
    top: 10px;
    right: 15px;
    cursor: pointer;
    color: #fff;
    padding: 15px 0; }
    .sp-nav > .menu-btn .btn::before {
      font-size: 28px;
      font-weight: 900;
      line-height: 1;
      font-family: "Font Awesome 5 Free";
      content: ""; }
    @media screen and (max-width: 600px) {
      .sp-nav > .menu-btn .btn::before {
        font-size: 28px; } }
  @media screen and (max-width: 960px) {
    .sp-nav {
      background-color: #fff;
      background-image: url(../../img2/common/bg_film.png);
      background-repeat: repeat-x;
      background-position: left top;
      height: 80px;
      background-size: auto 100%; } }
  .pg-home .sp-nav {
    background: none; }
    .pg-home .sp-nav > .logo {
      display: none; }
    .pg-home .sp-nav > .menu-btn {
      color: #000; }

.social-nav {
  position: absolute;
  top: 10px;
  right: 10px;
  display: none; }
  .social-nav a {
    display: block;
    color: #fff;
    text-decoration: none; }
  .social-nav ul.social-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding-left: 0;
    list-style: none;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .social-nav ul.social-btns > li {
      padding: 0 5px; }
      .social-nav ul.social-btns > li a {
        background-color: #000;
        border-radius: 50%;
        padding: 3px 4px 5px; }
  .social-nav .btn {
    font-size: 137.5%;
    vertical-align: middle; }
  @media screen and (max-width: 960px) {
    .social-nav {
      background-color: #fff;
      background-image: url(../../img2/common/bg_film.png);
      background-repeat: repeat-x;
      background-position: left top;
      height: 80px;
      background-size: auto 100%;
      position: static; }
      .social-nav ul.social-btns {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .social-nav ul.social-btns > li {
          padding: 0 10px; }
          .social-nav ul.social-btns > li a {
            line-height: 60px;
            padding: 7px 10px 13px;
            background-color: transparent;
            -webkit-box-shadow: none;
            box-shadow: none; }
      .social-nav .btn {
        font-size: 225%;
        vertical-align: middle; } }
  @media screen and (max-width: 960px) {
    .pg-home .social-nav {
      display: block; } }

/* グローバルメニュー
-------------------------------------------------- */
/* スマホメニュー
-------------------------------------------------- */
/* サイトフッター
-------------------------------------------------- */
.site-footer {
  padding: 10px;
  color: #fff;
  background-color: #333;
  background-image: url(../../img2/common/bg_foot.png);
  background-repeat: repeat-x;
  background-position: left top;
  position: relative;
  font-size: 100%; }
  .site-footer a {
    color: #fff;
    text-decoration: none; }
  .site-footer > .inner {
    max-width: 835px;
    margin-left: auto;
    margin-right: auto; }
  .site-footer .fnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    padding-left: 0;
    padding: 30px 60px;
    border-bottom: solid 1px #fff;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .site-footer .fnav {
        padding: 10px 0px; }
        .site-footer .fnav li {
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          width: 50%;
          margin: 0.5em 0; } }
    @media screen and (max-width: 374px) {
      .site-footer .fnav li {
        font-size: 81.25%; } }
  .site-footer .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style: none;
    padding-left: 0;
    padding: 0px 60px 30px; }
    @media screen and (max-width: 768px) {
      .site-footer .columns {
        padding: 0 10px 10px; } }
    .site-footer .columns > .column {
      width: 50%; }
      .site-footer .columns > .column.bnr {
        text-align: right; }
      .site-footer .columns > .column > p:first-child {
        margin-top: 0; }
    @media screen and (max-width: 600px) {
      .site-footer .columns > .column {
        width: 100%; }
        .site-footer .columns > .column.bnr {
          text-align: center; } }
  .site-footer .address,
  .site-footer .mail,
  .site-footer .tel {
    line-height: 1.5; }
  .site-footer .copyright {
    text-align: center;
    margin: 0;
    font-size: 81.25%; }
    @media screen and (max-width: 480px) {
      .site-footer .copyright {
        font-size: 68.75%;
        text-align: left;
        line-height: 1.25; } }
  @media screen and (max-width: 480px) {
    .site-footer .address,
    .site-footer .mail,
    .site-footer .tel {
      font-size: 87.5%; } }
  .site-footer .social-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    list-style: none;
    padding-left: 0; }
    @media screen and (max-width: 600px) {
      .site-footer .social-btns {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .site-footer .social-btns li {
      padding: 5px; }
    .site-footer .social-btns a {
      color: #333;
      background-color: #fff;
      border-radius: 50%;
      width: 1em;
      height: 1em;
      padding: 0.3em;
      line-height: 1;
      display: block;
      font-size: 24px; }

.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  -o-transition: transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease; }
  .page-top.-avoid {
    -webkit-transform: translateX(120px);
    -ms-transform: translateX(120px);
    transform: translateX(120px); }
  .page-top a {
    width: 100px;
    display: block; }
  @media screen and (max-width: 960px) {
    .page-top {
      display: none; } }

/* コンテンツ
-------------------------------------------------- */
.site-container {
  position: relative;
  background-color: #fff;
  z-index: 1;
  overflow: hidden; }

.basic-section {
  overflow: hidden; }
  .basic-section.-bgGray {
    background-color: #f8f9fa; }
  .basic-section > .section-inner {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    padding: 0; }
    .basic-section > .section-inner.-small {
      max-width: 800px; }
    .basic-section > .section-inner.-contentTop {
      padding-top: 40px; }
    .basic-section > .section-inner.-contentBottom {
      padding-bottom: 120px; }

.page-header {
  position: relative; }
  .page-header > .inner {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 40px 0;
    z-index: 5; }
  .page-header .bgImage {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    overflow: hidden; }
    .page-header .bgImage.-addStripe::after {
      display: block;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url(../img/bg-stripe-white.png) repeat; }
    .page-header .bgImage img {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: auto;
      margin: auto;
      max-width: none;
      width: auto;
      min-width: 100%;
      display: block; }
      .page-header .bgImage img.-centerAll {
        top: 50%;
        bottom: auto;
        left: 50%;
        right: auto;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .page-header .bgImage img.-centerHorizontal {
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      .page-header .bgImage img.-centerVertical {
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .page-header .bgImage img.-fitTop {
        top: 0;
        bottom: auto; }
      .page-header .bgImage img.-fitBottom {
        top: auto;
        bottom: 0; }
      .page-header .bgImage img.-fitLeft {
        left: 0;
        right: auto; }
      .page-header .bgImage img.-fitRight {
        left: auto;
        right: 0; }
  @media screen and (max-width: 960px) {
    .page-header > .inner {
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (max-width: 600px) {
    .page-header > .inner {
      padding-top: 30px;
      padding-bottom: 30px; } }

.sect-supporters {
  padding: 0 20px 45px; }
  .sect-supporters > .section-inner {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #EEE900; }
  @media screen and (max-width: 600px) {
    .sect-supporters {
      padding: 30px 5px 45px; } }

.supporter-box {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  position: relative; }
  .supporter-box .lead {
    margin: 0 0 1em; }
  .supporter-box .btn-more {
    display: block;
    text-align: center;
    position: relative;
    margin-top: -30px;
    bottom: -60px; }
  @media screen and (max-width: 768px) {
    .supporter-box {
      padding: 15px 15px 30px; } }
  .supporter-box .supporters-list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style: none;
    padding-left: 0;
    margin: 0 -10px; }
    .supporter-box .supporters-list li {
      padding: 10px;
      max-width: 50%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .supporter-box .supporters-list.-small li {
      max-width: 33.33%; }
    .supporter-box .supporters-list a {
      border: solid 1px #ccc;
      height: 60px;
      display: block;
      text-align: center;
      vertical-align: middle;
      padding: 4px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .supporter-box .supporters-list a span {
        width: 100%;
        height: 100%;
        position: relative;
        display: block; }
      .supporter-box .supporters-list a img {
        max-height: 100%;
        width: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
    .supporter-box .supporters-list.-large a {
      width: 210px;
      max-width: 100%; }
    .supporter-box .supporters-list.-small a {
      width: 160px;
      max-width: 100%; }

/**************************************************
 animations アニメーションのスタイルを定義
***************************************************/
.-fadein, .-fadeinUp, .-fadeinDown, .-fadeinLeft, .-fadeinRight {
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .-fadein.-visible, .-fadeinUp.-visible, .-fadeinDown.-visible, .-fadeinLeft.-visible, .-fadeinRight.-visible {
    opacity: 1;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

.-visible.-fadeinUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.-visible.-fadeinDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

.-visible.-fadeinLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

.-visible.-fadeinRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

.-delay1 {
  -webkit-transition-delay: 0.1s !important;
  -o-transition-delay: 0.1s !important;
  transition-delay: 0.1s !important;
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important; }

.-delay2 {
  -webkit-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important; }

.-delay3 {
  -webkit-transition-delay: 0.3s !important;
  -o-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important; }

.-delay4 {
  -webkit-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important; }

.-delay5 {
  -webkit-transition-delay: 0.5s !important;
  -o-transition-delay: 0.5s !important;
  transition-delay: 0.5s !important;
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important; }

.-delay6 {
  -webkit-transition-delay: 0.6s !important;
  -o-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
  -webkit-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important; }

.-delay7 {
  -webkit-transition-delay: 0.7s !important;
  -o-transition-delay: 0.7s !important;
  transition-delay: 0.7s !important;
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important; }

.-delay8 {
  -webkit-transition-delay: 0.8s !important;
  -o-transition-delay: 0.8s !important;
  transition-delay: 0.8s !important;
  -webkit-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important; }

.-delay9 {
  -webkit-transition-delay: 0.9s !important;
  -o-transition-delay: 0.9s !important;
  transition-delay: 0.9s !important;
  -webkit-animation-delay: 0.9s !important;
  animation-delay: 0.9s !important; }

.-delay10 {
  -webkit-transition-delay: 1.0s !important;
  -o-transition-delay: 1.0s !important;
  transition-delay: 1.0s !important;
  -webkit-animation-delay: 1.0s !important;
  animation-delay: 1.0s !important; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes fadeInUpFull {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fadeInUpFull {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes fadeInDownFull {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fadeInDownFull {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes fadeInLeftFull {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fadeInLeftFull {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes fadeInRightFull {
  0% {
    -webkit-transform: translateX(100);
    transform: translateX(100);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fadeInRightFull {
  0% {
    -webkit-transform: translateX(100);
    transform: translateX(100);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

/* ボタンエフェクト
-------------------------------------------------- */
@media screen and (min-width: 961px) {
  .basic-btn {
    vertical-align: middle;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    overflow: hidden; }
    .basic-btn.-effect {
      opacity: 1; }
  .echoEffect {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); }
    .echoEffect::before {
      position: relative;
      content: '';
      display: block;
      margin-top: 100%; }
    .echoEffect::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      border-radius: 50%; }
  .basic-btn:hover > .echoEffect {
    -webkit-animation: btnEffect .7s ease-out;
    animation: btnEffect .7s ease-out; }
  .basic-btn:hover > .echoEffect::after {
    -webkit-animation: btnEffect-echo .7s ease-out;
    animation: btnEffect-echo .7s ease-out; }
  @-webkit-keyframes btnEffect {
    0% {
      width: 0%; }
    100% {
      width: 150%; } }
  @keyframes btnEffect {
    0% {
      width: 0%; }
    100% {
      width: 150%; } }
  @-webkit-keyframes btnEffect-echo {
    0% {
      background: rgba(255, 255, 255, 0.25); }
    100% {
      background: transparent; } }
  @keyframes btnEffect-echo {
    0% {
      background: rgba(255, 255, 255, 0.25); }
    100% {
      background: transparent; } }
  .mirrorEffect {
    position: absolute;
    top: -50%;
    height: 200%;
    left: -100px;
    width: 30px;
    background: #fff;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
    opacity: .2;
    z-index: 1;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg); }
  .basic-btn:hover > .mirrorEffect {
    -webkit-animation: btnEffect-mirror 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    animation: btnEffect-mirror 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  @-webkit-keyframes btnEffect-mirror {
    0% {
      left: -100px; }
    100% {
      left: 125%; } }
  @keyframes btnEffect-mirror {
    0% {
      left: -100px; }
    100% {
      left: 125%; } } }

/**************************************************
 pages ページ別のスタイルを定義
***************************************************/
/**************************************************
 home トップページ
***************************************************/
.pg-home .mfp-content > .caution-box {
  max-width: 500px;
  margin: auto;
  padding: 20px;
  border-radius: 5px;
  background-color: #FFD9EE;
  position: relative; }
  .pg-home .mfp-content > .caution-box .title {
    color: #E4007F;
    text-align: center; }
  .pg-home .mfp-content > .caution-box .text {
    font-size: 93.75%;
    line-height: 1.4;
    margin: 2em 0; }
  .pg-home .mfp-content > .caution-box .footer {
    text-align: center;
    padding-bottom: 10px; }
  .pg-home .mfp-content > .caution-box .close {
    font-size: 87.5%;
    color: #fff;
    background-color: #E4007F;
    padding: 0.2em 1em;
    line-height: 1;
    border-radius: 5px;
    text-decoration: none; }

.pg-home .main-content {
  padding: 0; }

.pg-home .sec-base > .inner {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto; }

.pg-home .sec-base .caution-box a {
  position: relative;
  display: block;
  height: 100%;
  background-color: #E4007F;
  color: #fff;
  vertical-align: middle; }

.pg-home .sec-base .caution-box .text {
  padding: 10px;
  margin: auto;
  text-align: center;
  font-size: 150%;
  line-height: 1.8; }

.pg-home .sec-base .caution-box .icon-stop {
  display: block;
  text-align: center; }
  .pg-home .sec-base .caution-box .icon-stop img {
    max-width: 48px; }

.pg-home .sec-base .bnr-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .pg-home .sec-base .bnr-box a {
    display: block;
    background-color: #FFF100;
    padding: 10px;
    color: #000;
    text-decoration: none; }
  .pg-home .sec-base .bnr-box .title {
    display: block;
    padding: 10px 2px 4px;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 112.5%; }
    .pg-home .sec-base .bnr-box .title::after {
      font-weight: 900;
      line-height: 1;
      font-family: "Font Awesome 5 Free";
      content: "";
      float: right; }

.pg-home .sec-base .btn-more a:hover {
  opacity: 1; }

.pg-home .sec-base .card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: solid 1px #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0; }
  .pg-home .sec-base .card-list .card-box {
    width: calc(50% - 1px);
    border: solid 1px #666;
    border-top: none;
    border-left: none; }
    .pg-home .sec-base .card-list .card-box:nth-of-type(2n) {
      border-right: none; }
    @media screen and (max-width: 480px) {
      .pg-home .sec-base .card-list .card-box .title {
        padding: 0.5em; }
      .pg-home .sec-base .card-list .card-box .description {
        display: none; } }
    .pg-home .sec-base .card-list .card-box a {
      text-decoration: none;
      color: #000; }

.pg-home .sec-base .card-box .image {
  margin: 0; }
  .pg-home .sec-base .card-box .image img {
    width: 100%; }

.pg-home .sec-base .card-box .title {
  margin: 0;
  padding: 1em 1em 0;
  font-weight: bold; }

.pg-home .sec-base .card-box .description {
  margin: 0;
  padding: 1em;
  line-height: 1.5;
  font-size: 87.5%; }

.pg-home .sec-base.sec-information {
  background-color: #fff; }
  .pg-home .sec-base.sec-information > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    padding-left: 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .pg-home .sec-base.sec-information > .inner > * {
      margin-bottom: 30px; }
    .pg-home .sec-base.sec-information > .inner > .news-box {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: calc(100% - 292px - 30px);
      position: relative; }
      .pg-home .sec-base.sec-information > .inner > .news-box > .inner {
        padding: 20px;
        background-color: #E7E7E7;
        padding: 20px;
        height: 220px; }
      .pg-home .sec-base.sec-information > .inner > .news-box .btn-more {
        text-align: center;
        margin-top: -30px; }
        .pg-home .sec-base.sec-information > .inner > .news-box .btn-more .basic-btn {
          background-color: #474747;
          color: #fff;
          -webkit-box-shadow: 0px 4px #141414;
          box-shadow: 0px 4px #141414; }
        @media screen and (min-width: 768px) {
          .pg-home .sec-base.sec-information > .inner > .news-box .btn-more {
            position: absolute;
            top: 0.5em;
            right: 0;
            margin: 0; }
            .pg-home .sec-base.sec-information > .inner > .news-box .btn-more .basic-btn {
              background-color: transparent;
              -webkit-box-shadow: none;
              box-shadow: none;
              color: #000;
              display: inline;
              padding: 0 1.5em 0 0;
              font-size: 87.5%; }
              .pg-home .sec-base.sec-information > .inner > .news-box .btn-more .basic-btn::after {
                right: 0; } }
        @media screen and (max-width: 768px) {
          .pg-home .sec-base.sec-information > .inner > .news-box .btn-more {
            position: absolute;
            bottom: -30px;
            left: 0;
            right: 0;
            margin: auto; } }
        @media screen and (max-width: 480px) {
          .pg-home .sec-base.sec-information > .inner > .news-box .btn-more {
            bottom: -20px; } }
    .pg-home .sec-base.sec-information > .inner .caution-box {
      width: 292px;
      min-height: 100%; }
      .pg-home .sec-base.sec-information > .inner .caution-box .text {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 5.25em; }
    .pg-home .sec-base.sec-information > .inner .bnr-box {
      width: calc(50% - 15px); }
      @media screen and (max-width: 960px) {
        .pg-home .sec-base.sec-information > .inner .bnr-box .title {
          font-size: 100%; } }
    @media screen and (max-width: 768px) {
      .pg-home .sec-base.sec-information > .inner > .news-box {
        width: 100%; }
        .pg-home .sec-base.sec-information > .inner > .news-box > .inner {
          height: auto; }
        .pg-home .sec-base.sec-information > .inner > .news-box .btn-more {
          display: block; }
      .pg-home .sec-base.sec-information > .inner .caution-box,
      .pg-home .sec-base.sec-information > .inner .bnr-box {
        display: none; } }

.pg-home .sec-base.sec-picup {
  background-color: #fff; }
  .pg-home .sec-base.sec-picup > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    padding-left: 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .pg-home .sec-base.sec-picup > .inner .bnr-box {
      margin-top: 20px;
      width: calc(50% - 15px); }
      @media screen and (max-width: 768px) {
        .pg-home .sec-base.sec-picup > .inner .bnr-box {
          width: 100%;
          padding: 10px;
          margin-top: 0; } }
      .pg-home .sec-base.sec-picup > .inner .bnr-box a {
        display: block;
        background-color: #eeeae3;
        padding: 10px;
        color: #000;
        text-decoration: none; }

.pg-home .sec-base.sec-contents {
  background-color: #fff;
  display: none; }
  @media screen and (max-width: 768px) {
    .pg-home .sec-base.sec-contents {
      display: block; } }

.pg-home .sec-base.sec-bnrs {
  background-color: #fff;
  display: none; }
  @media screen and (max-width: 768px) {
    .pg-home .sec-base.sec-bnrs {
      display: block; } }
  .pg-home .sec-base.sec-bnrs > .inner {
    padding: 10px; }
    @media screen and (max-width: 480px) {
      .pg-home .sec-base.sec-bnrs > .inner {
        padding: 10px 0; } }
  .pg-home .sec-base.sec-bnrs .caution-box {
    padding: 10px; }
    .pg-home .sec-base.sec-bnrs .caution-box a {
      text-decoration: none;
      padding: 10px; }
    .pg-home .sec-base.sec-bnrs .caution-box .text {
      position: static;
      font-size: 100%;
      padding: 0; }
    .pg-home .sec-base.sec-bnrs .caution-box .disp-block {
      display: block; }
  .pg-home .sec-base.sec-bnrs .bnr-box {
    padding: 10px; }
    .pg-home .sec-base.sec-bnrs .bnr-box img {
      width: 100%; }
    .pg-home .sec-base.sec-bnrs .bnr-box .title {
      font-size: 150%; }
      @media screen and (max-width: 600px) {
        .pg-home .sec-base.sec-bnrs .bnr-box .title {
          font-size: 112.5%; } }
      @media screen and (max-width: 480px) {
        .pg-home .sec-base.sec-bnrs .bnr-box .title {
          font-size: 87.5%; } }
      @media screen and (max-width: 374px) {
        .pg-home .sec-base.sec-bnrs .bnr-box .title {
          font-size: 75%; } }

.pg-home .sec-base.sec-supporters {
  padding-bottom: 100px; }
  .pg-home .sec-base.sec-supporters > .inner {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    position: relative; }
    .pg-home .sec-base.sec-supporters > .inner .lead {
      margin: 0 0 1em; }
    .pg-home .sec-base.sec-supporters > .inner .btn-more {
      display: block;
      text-align: center;
      position: relative;
      margin-top: -30px;
      bottom: -60px; }
  @media screen and (max-width: 768px) {
    .pg-home .sec-base.sec-supporters {
      padding: 10px 10px 100px; }
      .pg-home .sec-base.sec-supporters > .inner {
        padding: 20px; }
        .pg-home .sec-base.sec-supporters > .inner .udon-nou {
          display: none; } }

.pg-home .main-visual {
  text-align: center;
  padding: 40px; }
  @media screen and (max-width: 600px) {
    .pg-home .main-visual {
      padding: 40px 10px; } }
  .pg-home .main-visual .logomark-box {
    max-width: 730px;
    margin: 0 auto; }
    .pg-home .main-visual .logomark-box > .logomark {
      padding: 0 10px; }
      .pg-home .main-visual .logomark-box > .logomark > img {
        max-width: 54.79452%; }
    .pg-home .main-visual .logomark-box::before {
      content: "";
      display: inline-block;
      max-width: 142px;
      width: 24.93151%;
      padding-top: 30.41096%;
      height: 0px;
      background: url("../../img2/common/chara04.png") no-repeat bottom;
      background-size: contain; }
    .pg-home .main-visual .logomark-box::after {
      content: "";
      display: inline-block;
      max-width: 119px;
      width: 24.65753%;
      padding-top: 28.76712%;
      height: 0px;
      background: url("../../img2/common/chara03.png") no-repeat bottom;
      background-size: contain; }
  .pg-home .main-visual .logo {
    margin: 0.67em 10px; }
  @media screen and (max-width: 480px) {
    .pg-home .main-visual {
      padding: 20px 20px 10px; }
      .pg-home .main-visual .logomark-box {
        max-width: 80%; }
        .pg-home .main-visual .logomark-box::before {
          width: 20.54795%; }
        .pg-home .main-visual .logomark-box::after {
          width: 20.27397%; }
      .pg-home .main-visual .logo {
        margin: 0.67em auto;
        max-width: 80%; } }
  .pg-home .main-visual.onseason {
    background: url("../../img2/common/bg_2020.png") center center no-repeat;
    background-size: cover; }
    .pg-home .main-visual.onseason .logomark-box::after {
      content: "";
      display: inline-block;
      max-width: 119px;
      width: 24.65753%;
      padding-top: 28.76712%;
      height: 0px;
      background: url(../../img2/common/chara03.png) no-repeat bottom;
      background-size: contain; }
    @media screen and (max-width: 600px) {
      .pg-home .main-visual.onseason .logomark-box {
        max-width: 100%;
        padding: 15% 0 1%; }
        .pg-home .main-visual.onseason .logomark-box::before {
          width: 28.08219%; }
        .pg-home .main-visual.onseason .logomark-box::after {
          background: url(../../img2/common/chara03.png) no-repeat bottom;
          background-size: contain;
          width: 25.34247%; }
        .pg-home .main-visual.onseason .logomark-box > .logomark img {
          max-width: 40%; } }
  .pg-home .main-visual .flash-link {
    max-width: 106px;
    width: 24.65753%;
    padding-top: 28.76712%;
    color: #FFF100;
    position: absolute;
    z-index: 3; }

.pg-home .sect-supporters {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media screen and (max-width: 600px) {
    .pg-home .sect-supporters {
      margin-top: 0; } }

dl.news-list {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px; }
  dl.news-list .header {
    border-bottom: dashed 1px #000;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 15px; }
    dl.news-list .header > .icon {
      position: absolute;
      top: 0px;
      left: 0px; }
      @media screen and (max-width: 768px) {
        dl.news-list .header > .icon {
          top: 15px;
          left: 20px; } }
    dl.news-list .header > .title {
      padding-left: 50px; }
  dl.news-list dd {
    line-height: 1.5;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 87.5%; }
    dl.news-list dd p {
      font-size: 100%;
      margin-top: 7px; }
    dl.news-list dd strong {
      color: #E4007F; }
      dl.news-list dd strong.black {
        color: #000; }
    dl.news-list dd a,
    dl.news-list dd a:hover,
    dl.news-list dd .newsArea a,
    dl.news-list dd .newsArea a:hover {
      color: #EC4CA5; }
    dl.news-list dd:last-child {
      margin-bottom: 0px; }
    dl.news-list dd .time {
      background-color: #333333;
      padding-top: 3px;
      padding-bottom: 3px;
      padding-left: 10px;
      padding-right: 10px;
      color: #fff;
      font-size: 85.71%; }

.snswidget-list {
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding-left: 0; }
  .snswidget-list .facebook {
    width: 55.55556%; }
  .snswidget-list .twitter {
    width: 44.44444%; }
  @media screen and (max-width: 768px) {
    .snswidget-list {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .snswidget-list .facebook {
        width: 100%;
        max-width: 500px; }
      .snswidget-list .twitter {
        margin-top: 30px;
        padding-top: 15px;
        border-top: dotted 1px #666;
        width: 100%;
        overflow: hidden; }
        .snswidget-list .twitter > iframe {
          width: 768px !important; } }

.social-area {
  padding: 0 10px; }

.social-area > .inner {
  width: calc(100% - 30px);
  max-width: 920px;
  border-style: solid;
  border-width: 10px;
  -webkit-border-image: url(../../img2/common/bg_whitebord960.png) 10 stretch;
  -o-border-image: url(../../img2/common/bg_whitebord960.png) 10 stretch;
  border-image: url(../../img2/common/bg_whitebord960.png) 10 fill stretch;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto; }

.social-area .snswidget-list {
  margin: 0;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  height: 100%; }

@media screen and (max-width: 600px) {
  .social-area > .inner {
    width: calc(100% - 20px);
    border: none;
    padding: 0;
    background-color: #fff;
    border-radius: 5px; } }

/**************************************************
 about
***************************************************/
.pg-about .main-content {
  padding: 0; }
  .pg-about .main-content > .inner2 {
    padding: 0 20px 10px; }
    @media screen and (max-width: 600px) {
      .pg-about .main-content > .inner2 {
        padding: 10px; } }

.pg-about .basic-box {
  border-radius: 0px; }
  .pg-about .basic-box.-white {
    border: solid 1px #eee900;
    padding: 30px;
    font-size: 93.75%; }

.pg-about .boxes-block {
  position: relative;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding-left: 0; }
  .pg-about .boxes-block > .title {
    position: absolute;
    right: 50%;
    top: 0;
    bottom: 80px;
    margin: auto;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    z-index: 1;
    width: 3.3em;
    height: 3.3em;
    padding: 1em;
    color: #E84608;
    background-color: #fff;
    font-size: 162.5%;
    font-weight: 500; }
    .pg-about .boxes-block > .title > span {
      display: block; }
      .pg-about .boxes-block > .title > span.text3:first-letter {
        margin-right: 1em; }
    @media screen and (max-width: 1020px) {
      .pg-about .boxes-block > .title {
        position: static;
        z-index: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        width: 100%;
        height: auto;
        text-align: center;
        margin-bottom: 10px;
        padding: 0.5em;
        font-size: 125%; }
        .pg-about .boxes-block > .title > span {
          display: inline; } }
  .pg-about .boxes-block > .basic-box {
    width: calc(50% - 5px);
    padding: 20px 80px 60px;
    margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      .pg-about .boxes-block > .basic-box {
        width: 100%; } }
    @media screen and (max-width: 1020px) {
      .pg-about .boxes-block > .basic-box {
        padding: 20px 20px 60px; } }
    .pg-about .boxes-block > .basic-box > .title {
      font-size: 125%;
      text-align: center;
      margin: 0 0 0.5em; }
    .pg-about .boxes-block > .basic-box > .subtitle {
      font-size: 93.75%;
      margin: 0.75em 0; }
      .pg-about .boxes-block > .basic-box > .subtitle::before {
        content: "●";
        margin-right: 5px; }
    .pg-about .boxes-block > .basic-box > .text {
      font-size: 93.75%;
      margin: 0;
      line-height: 1.75; }
    .pg-about .boxes-block > .basic-box > .btns {
      text-align: center;
      position: absolute;
      bottom: 20px;
      left: 0;
      width: 100%; }
    .pg-about .boxes-block > .basic-box .btn {
      background-color: #fff;
      text-decoration: none;
      padding: 0.3em 1em;
      border-radius: 5px;
      font-weight: bold;
      font-size: 87.5%; }
      .pg-about .boxes-block > .basic-box .btn::before {
        font-weight: 900;
        line-height: 1;
        font-family: "Font Awesome 5 Free";
        content: "";
        margin-right: 5px; }
    .pg-about .boxes-block > .basic-box.-blue .btn {
      color: #2CA8E6; }
    .pg-about .boxes-block > .basic-box.-green .btn {
      color: #ABCD28; }
    .pg-about .boxes-block > .basic-box.-yellow .btn {
      color: #FBC935; }

.pg-about .sect-character {
  background-color: #ABCD28;
  color: #fff;
  overflow: hidden; }
  .pg-about .sect-character > .inner {
    padding: 20px;
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 600px) {
      .pg-about .sect-character > .inner {
        padding: 10px; } }
  .pg-about .sect-character .section-title {
    font-weight: 400;
    line-height: 1.25; }
  .pg-about .sect-character .flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    padding-left: 0; }
    .pg-about .sect-character .flex-box > .box1 {
      width: 239px; }
    .pg-about .sect-character .flex-box > .box2 {
      width: calc(100% - 239px - 40px);
      font-size: 87.5%;
      line-height: 1.75; }
      .pg-about .sect-character .flex-box > .box2 a {
        color: #FFF100; }
    @media screen and (max-width: 600px) {
      .pg-about .sect-character .flex-box > .box1 {
        width: 100%;
        text-align: center; }
      .pg-about .sect-character .flex-box > .box2 {
        width: 100%; } }

.pg-about .sect-archives {
  background-color: #fff; }
  .pg-about .sect-archives > .inner {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0; }
  .pg-about .sect-archives .section-title {
    color: #E4007F; }
  .pg-about .sect-archives .archive-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding-left: 0; }
    .pg-about .sect-archives .archive-list > li {
      padding: 5px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .pg-about .sect-archives .archive-list > li a {
        text-align: center;
        background-color: #e3e3e3;
        display: block;
        padding: 1em;
        border-radius: 5px;
        -webkit-box-shadow: 1px 1px 1px #999;
        box-shadow: 1px 1px 1px #999;
        text-decoration: none;
        color: #000;
        min-width: 6em; }
    .pg-about .sect-archives .archive-list.-report a {
      color: #fff;
      background-color: #E4007F; }
    @media screen and (max-width: 480px) {
      .pg-about .sect-archives .archive-list > li {
        width: 25%; }
        .pg-about .sect-archives .archive-list > li a {
          min-width: 0; }
      .pg-about .sect-archives .archive-list.-lineup > li {
        width: 33.33%; } }
  .pg-about .sect-archives .archive-list + .section-title {
    margin-top: 60px; }

/**************************************************
 event
***************************************************/
.pg-event {
  /* ----- 2017 ショートムービー ----- */
  /* ----- インタビュー ----- */
  /* ----- 詳細ページ ----- */ }
  .pg-event .event-card {
    position: relative;
    padding: 29px;
    border: 1px solid #EEE900;
    background-color: #FFF;
    margin-bottom: 20px; }
    .pg-event .event-card .sp {
      display: none; }
    .pg-event .event-card .columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      list-style: none;
      padding-left: 0; }
      .pg-event .event-card .columns .image {
        width: 30%; }
      .pg-event .event-card .columns .detail {
        width: 70%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 20px; }
      @media screen and (max-width: 960px) {
        .pg-event .event-card .columns .image {
          width: 40%; }
        .pg-event .event-card .columns .detail {
          width: 60%; } }
      @media screen and (max-width: 768px) {
        .pg-event .event-card .columns .image {
          width: 50%; }
        .pg-event .event-card .columns .detail {
          width: 50%; } }
      @media screen and (max-width: 600px) {
        .pg-event .event-card .columns .image {
          width: 100%;
          margin-bottom: 20px; }
          .pg-event .event-card .columns .image img {
            width: 100%; }
        .pg-event .event-card .columns .detail {
          width: 100%;
          padding: 0 10px; } }
    .pg-event .event-card .detail-list {
      margin: 0;
      padding: 0; }
      .pg-event .event-card .detail-list > li {
        font-size: 87.5%;
        line-height: 1.75; }
  .pg-event .event_end {
    background-color: #E4007F;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 100%; }
  @media screen and (max-width: 600px) {
    .pg-event .event-card {
      padding: 5px; }
      .pg-event .event-card h3 {
        font-size: 110%;
        margin-top: 20px;
        text-align: center; }
      .pg-event .event-card .box-a {
        padding: 10px; }
      .pg-event .event-card br.sp {
        display: block; }
      .pg-event .event-card .btn-container {
        margin: 20px auto; } }
  .pg-event .arrow {
    background-image: url(../../images/arrow-pink.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-left: 20px; }
  .pg-event .box-a {
    background-color: #EAE6DD;
    padding: 20px;
    font-size: 100%;
    line-height: 1.75; }
    .pg-event .box-a p {
      margin-top: 0; }
  .pg-event h3 {
    color: #E4007F;
    font-size: 130%;
    margin-top: 0px; }
  .pg-event h2.past-title {
    margin-top: 50px;
    color: #996600; }
  .pg-event h4.multiple {
    font-size: 120%;
    color: #66442A;
    margin: 20px 0; }
  .pg-event #event_list .event-card {
    cursor: pointer; }
  .pg-event .end-event {
    background-color: #EAE6DD;
    z-index: 50; }
  .pg-event .event-card .SNSlink {
    position: absolute;
    right: 20px;
    top: 10px; }
  .pg-event .event-card li {
    list-style: none; }
  .pg-event li.tag {
    background-image: url(../../images/list_tag.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    margin-top: 10px; }
  .pg-event .accordion_head p.arrow {
    margin-top: 20px; }
  .pg-event .accordion_head .txtc span {
    display: block;
    text-align: left;
    padding-left: 142px;
    padding-top: 5px; }
  .pg-event .basic-box {
    margin-bottom: 20px; }
    .pg-event .basic-box h4 {
      margin-top: 5px; }
  .pg-event div.box-a p {
    margin-bottom: 0; }
  .pg-event div.box-a h4 {
    margin-top: 0; }
  .pg-event table.basic dl,
  .pg-event table.basic dd {
    margin-top: 0px;
    margin-left: 0px; }
  .pg-event table.basic {
    margin-top: 30px; }
  .pg-event table.basic dt {
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: -7px;
    font-size: 100%; }
  .pg-event table.basic dd {
    margin-bottom: 5px;
    font-size: 100%; }
  .pg-event table.basic ul,
  .pg-event table.basic h4 {
    margin-top: 0;
    margin-bottom: 0; }
  .pg-event table.basic li {
    margin-bottom: 10px;
    font-size: 100%; }
  .pg-event table.basic li:last-child {
    margin-bottom: 0px; }
  .pg-event table.basic .tour li {
    margin-bottom: 5px; }
  .pg-event p.arrow {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px; }
  .pg-event .col-profile:after {
    content: "";
    display: block;
    clear: both; }
  .pg-event .col-profile .col-l {
    width: 300px; }
  .pg-event .col-profile .col-r {
    width: 580px;
    padding-left: 20px; }
  .pg-event .col-profile h4 {
    margin-top: 0px;
    margin-bottom: 0px; }
  .pg-event ul.work-shop li {
    width: 440px;
    float: left;
    padding-right: 20px;
    margin-bottom: 10px; }
  .pg-event ul.work-shop li:nth-child(even) {
    padding-right: 0px; }
  .pg-event .work-shop h4 {
    margin-top: 5px;
    text-align: center; }
  .pg-event h4.finish {
    margin-bottom: 5px; }
  .pg-event .fotorama {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px; }
  .pg-event #digicon .fotorama {
    width: 800px; }
  .pg-event .soldout {
    position: relative; }
  .pg-event .soldout > img {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0; }
  .pg-event #event26 .box-gray {
    text-align: center;
    background-color: #FFD9EE; }
  .pg-event #event26 h4.title-special {
    font-size: 120%;
    margin-bottom: 10px;
    color: #66442A; }
  .pg-event .box-gray h4 {
    margin: 0 0 10px 0;
    color: #E4007F; }
  .pg-event .interviw p.size-m {
    font-size: 100%;
    line-height: 1.8; }
  .pg-event .interviw h3 {
    font-size: 160%;
    line-height: 1.8; }
  .pg-event .interviw h4 {
    text-align: center; }
  .pg-event .interviw h4 span {
    color: #66442A;
    text-align: center;
    font-size: 120%;
    letter-spacing: 0.1em;
    border-bottom: 2px dotted #66442A;
    padding-bottom: 12px;
    display: inline-block; }
  .pg-event .interviw table h4 {
    text-align: left; }
  .pg-event .interviw span.moto {
    color: #DE0083;
    font-weight: bold; }
  .pg-event .interviw span.iwa {
    color: #0099CC;
    font-weight: bold; }
  .pg-event .interviw .box-half p {
    width: 48.4%;
    float: left; }
  .pg-event .interviw .box-half p:first-child {
    margin-right: 25px; }
  .pg-event .description {
    margin-bottom: 20px; }
    .pg-event .description h4 {
      margin-bottom: 10px; }
    .pg-event .description p {
      margin: 0; }
  .pg-event .basic-table {
    width: 100%; }
    .pg-event .basic-table th {
      background-color: #EBE6DE;
      width: 20%;
      font-weight: normal; }
    .pg-event .basic-table td h4 {
      margin: 0 auto 20px; }
    .pg-event .basic-table td .time-table {
      padding: 0;
      margin: 0 10px; }
      .pg-event .basic-table td .time-table li {
        list-style: none;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc; }
        .pg-event .basic-table td .time-table li:last-child {
          padding-bottom: 0;
          margin-bottom: 0;
          border-bottom: none; }
    .pg-event .basic-table dl {
      margin: 0; }
      .pg-event .basic-table dl dd {
        margin: 0; }
    @media screen and (max-width: 600px) {
      .pg-event .basic-table th, .pg-event .basic-table td {
        padding: 10px; } }
  .pg-event .btn-container {
    margin: 30px auto 0; }
  .pg-event .box-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px auto; }
    .pg-event .box-flex h4 {
      margin: 0 auto 20px; }
    .pg-event .box-flex div {
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .pg-event .box-flex .col-l {
      width: 25%; }
    .pg-event .box-flex .col-r {
      width: 75%;
      padding-left: 20px; }
  @media screen and (max-width: 600px) {
    .pg-event.-detail .section-title {
      font-size: 110%;
      margin-top: 20px;
      text-align: center; }
    .pg-event.-detail .box-a {
      padding: 10px; }
    .pg-event.-detail br.sp {
      display: block; }
    .pg-event.-detail .basic-btn {
      min-width: 7em; } }

/**************************************************
 supporter サポーター募集
***************************************************/
.pg-supporter .basic-box > .section-title {
  font-size: 112.5%; }

.pg-supporter .greeting p.basic {
  margin-bottom: 10px;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .pg-supporter .greeting p.basic {
      font-size: 106.25%; } }

.pg-supporter .greeting .benefit-txt {
  text-align: center; }
  .pg-supporter .greeting .benefit-txt span {
    font-size: 112.5%;
    color: #FF3399;
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFCCFF));
    background: -webkit-linear-gradient(transparent 60%, #FFCCFF 60%);
    background: -o-linear-gradient(transparent 60%, #FFCCFF 60%);
    background: linear-gradient(transparent 60%, #FFCCFF 60%);
    padding: 0 20px; }
    @media screen and (max-width: 480px) {
      .pg-supporter .greeting .benefit-txt span {
        font-size: 125%;
        line-height: 2; } }

.pg-supporter .sorry-chara {
  text-align: center; }
  .pg-supporter .sorry-chara img {
    max-width: 106px; }

.pg-supporter .btns {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding-left: 0; }
  .pg-supporter .btns .basic-btn {
    margin: 1em; }
  @media screen and (max-width: 600px) {
    .pg-supporter .btns .basic-btn {
      margin: 0.5em 0; } }

@media screen and (max-width: 480px) {
  .pg-supporter .sect-howto .basic-btn {
    font-size: 87.5%; } }

.pg-supporter .pre-box {
  text-align: center;
  padding: 10px;
  font-size: 120%;
  background-color: #e24408;
  font-weight: bold;
  color: #fff; }

.pg-supporter .index-menu .crowdfunding,
.pg-supporter .index-menu .bank {
  position: relative; }
  .pg-supporter .index-menu .crowdfunding .soon,
  .pg-supporter .index-menu .bank .soon {
    position: absolute;
    z-index: 4;
    top: 22%;
    left: 17%;
    font-size: 150%;
    background-color: #000;
    padding: 10px;
    color: #fff;
    opacity: 0.8; }
    @media screen and (max-width: 480px) {
      .pg-supporter .index-menu .crowdfunding .soon,
      .pg-supporter .index-menu .bank .soon {
        top: 16%;
        left: 10%; } }
  .pg-supporter .index-menu .crowdfunding .card,
  .pg-supporter .index-menu .bank .card {
    position: relative;
    /*    &:before{
    background-color: #000;
    z-index:2;
    opacity:0.6;
    position:absolute;
    content:"";
    top:0;
    left:0;
    display:block;
    width:100%;
    height:100%;
    border-radius:5px;
    }  aをdivに変更して使用*/ }

.pg-supporter .index-menu .bank .soon {
  top: 17%; }

.pg-supporter .index-menu .card h3 strong {
  font-size: 100% !important; }

.end-caution {
  font-size: 150%;
  color: #E4007F; }

.benefits-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0; }
  .benefits-list li {
    width: 33.3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2em 10px calc(2em + 20px); }
    @media screen and (max-width: 960px) {
      .benefits-list li {
        width: 50%; } }
    @media screen and (max-width: 480px) {
      .benefits-list li {
        width: 100%;
        padding: 1.5em 0px calc(1.5em + 20px); } }
  .benefits-list .benefit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style: none;
    padding-left: 0;
    height: 100%;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: solid 10px #E4007F;
    border-radius: 0 5px 5px 5px;
    padding: 10px; }
    @media screen and (max-width: 480px) {
      .benefits-list .benefit {
        padding: 0; } }
  .benefits-list .title {
    color: #fff;
    background-color: #E4007F;
    display: inline-block;
    padding: 0.5em 20px;
    border-radius: 5px 5px 0 0;
    margin: 0;
    position: absolute;
    top: -2em;
    left: -10px;
    line-height: 1; }
  .benefits-list .detail {
    width: 100%;
    margin: 0;
    text-align: center;
    font-weight: bold;
    line-height: 1.8em; }
    .benefits-list .detail strong {
      color: #E4007F; }
  .benefits-list .disp-ib {
    display: block; }

.furikomi-box {
  position: relative;
  padding-bottom: 50px; }
  @media screen and (max-width: 960px) {
    .furikomi-box {
      padding-bottom: 85px; } }
  @media screen and (max-width: 400px) {
    .furikomi-box {
      padding-bottom: 60px; } }
  .furikomi-box .inner {
    padding: 1em;
    background-color: #fff; }
  .furikomi-box .message {
    position: absolute;
    right: 0;
    bottom: 0; }

.section-banner ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding: 0; }
  .section-banner ul li {
    margin: 10px;
    padding: 5px;
    border: solid 1px #ccc;
    max-height: 70px;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .section-banner ul li img {
      max-hight: 58px; }

.section-banner .company_l li {
  min-width: 213px; }
  .section-banner .company_l li a {
    width: 210px;
    max-width: 100%; }
    .section-banner .company_l li a span {
      width: 100%;
      height: 100%;
      position: relative;
      display: block;
      text-align: center; }
      .section-banner .company_l li a span img {
        max-height: 45px;
        width: auto; }
  @media screen and (max-width: 480px) {
    .section-banner .company_l li {
      width: 41%;
      min-width: 100px;
      margin: 10px 5px 10px 10px; } }

.section-banner .company_s li {
  min-width: 174px; }
  .section-banner .company_s li a {
    width: 170px;
    max-width: 100%; }
    .section-banner .company_s li a span {
      width: 100%;
      height: 100%;
      position: relative;
      display: block;
      text-align: center; }
      .section-banner .company_s li a span img {
        max-height: 45px;
        width: auto; }
  @media screen and (max-width: 480px) {
    .section-banner .company_s li {
      width: 25%;
      min-width: 50px;
      margin: 10px 5px 10px 10px; } }

.supporter_name {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0; }
  .supporter_name li {
    width: 50%;
    padding: 5px 0; }
    @media screen and (max-width: 480px) {
      .supporter_name li {
        width: 100%; } }

/* ----- company_s li{
  width:164px;
  vertical-align:bottom;
}
.company_s li span,
.company_l li
#supporter .btmArea ul.company_l,
#supporter .btmArea ul.company_s,
.btmArea ul.company_l,
.btmArea ul.company_s{
  margin-top:0px;
  margin-bottom:0px;
}---- */
/**************************************************
 faq Q&A
***************************************************/
.pg-faq .section-title {
  margin-top: 10px; }

.faq-list > .q {
  margin: 0;
  padding: 0.8em 0 1em 60px;
  position: relative;
  min-height: 3em;
  color: #E4007F; }
  .faq-list > .q::before {
    content: "Q";
    font-size: 2em;
    background-color: #E4007F;
    border-radius: 5px;
    width: 1em;
    height: 1em;
    padding: 0.1em 0.2em 0.3em;
    line-height: 1;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0; }

.faq-list > .a {
  margin: 0 0 2em;
  padding: 0.8em 0 2em 60px;
  border-bottom: dashed 2px #999;
  position: relative; }
  .faq-list > .a::before {
    content: "A";
    font-size: 2em;
    background-color: #2CA8E6;
    border-radius: 5px;
    width: 1em;
    height: 1em;
    padding: 0.2em;
    line-height: 1;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0; }

/**************************************************
 storyproject ストーリープロジェクト
***************************************************/
.pg-storyproject .search-menu {
  position: relative;
  background-color: #cc3300;
  color: #fff;
  text-align: center;
  margin-top: -1px;
  font-size: 150%;
  font-weight: bold;
  letter-spacing: 4px;
  padding: 1em; }
  @media screen and (max-width: 600px) {
    .pg-storyproject .search-menu {
      font-size: 137.5%; } }
  @media screen and (max-width: 480px) {
    .pg-storyproject .search-menu {
      font-size: 112.5%; } }
  @media screen and (max-width: 768px) {
    .pg-storyproject .search-menu {
      cursor: pointer; } }
  .pg-storyproject .search-menu::before {
    vertical-align: middle;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 166.66667%;
    margin-right: 5px; }
  @media screen and (max-width: 768px) {
    .pg-storyproject .search-menu::after {
      position: absolute;
      width: 1em;
      height: 1em;
      top: 0;
      bottom: 0;
      margin: auto 0;
      right: 1em;
      left: auto;
      vertical-align: middle;
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      -webkit-transition: -webkit-transform 0.3s ease-out;
      transition: -webkit-transform 0.3s ease-out;
      -o-transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; } }
  .pg-storyproject .search-menu.-disp::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); }

.pg-storyproject .select-container {
  text-align: center;
  padding: 0 10px; }
  @media screen and (max-width: 600px) {
    .pg-storyproject .select-container > select {
      width: 100%;
      margin: 5px 0; } }

.pg-storyproject .keywordSearch-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  text-align: center;
  padding: 0 10px;
  margin: 1em 0; }
  .pg-storyproject .keywordSearch-container > input {
    max-width: 400px;
    width: calc(100% - 70px);
    margin-right: 5px; }

.pg-storyproject .search-btn {
  position: relative;
  background-color: #333;
  color: #fff;
  text-align: center;
  font-size: 100%;
  padding: 0.6em 1em;
  cursor: pointer;
  border-radius: 5px; }

.pg-storyproject .search-box {
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  @media screen and (max-width: 768px) {
    .pg-storyproject .search-box {
      overflow: hidden;
      max-height: 0; } }
  .pg-storyproject .search-box.-disp {
    max-height: 1000px; }

.sect-intro .header img {
  width: 100%; }

.sect-intro .section-title {
  font-size: 125%;
  font-weight: 500; }
  .sect-intro .section-title strong {
    color: #e24408; }
  .sect-intro .section-title::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 149px;
    height: 61px;
    background: url("../../img2/common/h-prefix-star.png") no-repeat; }
  .sect-intro .section-title::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 149px;
    height: 61px;
    background: url("../../img2/common/h-suffix-star.png") no-repeat; }

.sect-intro .message {
  text-align: center; }

.sect-intro .index-menu .card .icon {
  display: block;
  min-width: 0;
  width: 100px;
  height: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .sect-intro .index-menu .card .icon img {
    width: 80px;
    height: 80px; }

.sect-intro .index-menu .card h3 {
  font-size: 112.5%; }

.sect-intro .index-menu .card .text {
  font-size: 81.25%;
  text-align: left; }

.sect-intro .director-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
  border: solid 5px #e24408;
  max-width: 930px;
  margin: auto;
  border-radius: 5px; }
  .sect-intro .director-card .detail {
    padding: 13px 20px; }
  .sect-intro .director-card .comment {
    font-size: 100%;
    margin: 0; }
  .sect-intro .director-card img {
    margin: 10px; }
  .sect-intro .director-card .profile {
    font-size: 81.25%;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 0; }
  @media screen and (max-width: 600px) {
    .sect-intro .director-card {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      .sect-intro .director-card .image {
        width: 100%;
        text-align: center;
        padding-bottom: 10px; } }

@media screen and (max-width: 960px) {
  .sect-intro .section-title {
    margin: 1.5em 0; }
    .sect-intro .section-title::before, .sect-intro .section-title::after {
      display: none; }
  .sect-intro .message {
    text-align: left;
    font-size: 87.5%; }
    .sect-intro .message br {
      display: none; } }

@media screen and (max-width: 600px) {
  .sect-intro .section-title {
    font-size: 112.5%;
    line-height: 1.4;
    text-align: left; }
  .sect-intro .index-menu .card h3 {
    font-size: 81.25%; } }

.sect-btns .index-menu .card h3 {
  font-size: 112.5%;
  text-align: left; }

.sect-btns .index-menu .card .icon {
  display: block;
  min-width: 0;
  height: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .sect-btns .index-menu .card .icon img {
    width: 80px;
    height: 80px; }

.sect-btns .index-menu .card .text {
  font-size: 81.25%;
  text-align: left; }

.pg-storyproject.-all-list .main-content > .inner {
  padding: 0; }

.pg-storyproject.-all-list .flag-title {
  margin-top: 40px; }

.story-card {
  border: solid 2px #cc3300;
  border-radius: 5px;
  margin: 20px 0 0;
  padding: 20px;
  position: relative; }
  @media screen and (max-width: 600px) {
    .story-card {
      padding: 10px; } }
  .story-card > .header {
    border-bottom: solid 2px #cc3300;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .story-card > .header > .no,
    .story-card > .header > .title {
      display: block;
      text-align: center;
      color: #cc3300;
      font-size: 125%;
      font-weight: bold; }
    .story-card > .header > .no {
      margin-bottom: 10px; }
      .story-card > .header > .no::before {
        content: "No."; }
    .story-card > .header > .title::before {
      content: "【"; }
    .story-card > .header > .title::after {
      content: "】"; }
    .story-card > .header .creator {
      display: block;
      text-align: right; }
  .story-card > .outline {
    line-height: 1.75; }
  .story-card > .category {
    margin: 1em 0; }
    .story-card > .category > .tag {
      background-color: #e3e3e3;
      border-radius: 5px;
      padding: 0.3em 1.2em; }
      @media screen and (max-width: 600px) {
        .story-card > .category > .tag {
          padding: 0.1em 0.7em;
          font-size: 0.9em; } }
  .story-card > .btn {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 15em;
    font-size: 87.5%;
    bottom: -20px; }
    @media screen and (max-width: 768px) {
      .story-card > .btn {
        font-size: 100%;
        bottom: -18px; } }
    .story-card > .btn:hover {
      opacity: 1;
      background-color: #f86730; }

.sect-stories > .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
  padding: 0 30px; }
  @media screen and (max-width: 600px) {
    .sect-stories > .section-inner {
      padding: 0 10px; } }
  .sect-stories > .section-inner::after {
    content: "";
    display: block;
    width: calc(33.33% - 10px); }
  .sect-stories > .section-inner > .story-card {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(33.33% - 10px); }
    @media screen and (max-width: 768px) {
      .sect-stories > .section-inner > .story-card {
        width: calc(50% - 10px); } }
    @media screen and (max-width: 768px) {
      .sect-stories > .section-inner > .story-card {
        width: 100%; } }

.sect-story .story-card > .header > .no,
.sect-story .story-card > .header > .title {
  display: inline-block; }

.sect-story .story-card > .header > .category {
  text-align: right;
  font-weight: bold;
  font-size: 112.5%;
  margin-top: 1em; }

.more-box {
  margin: 4em 0 3em;
  width: 100%;
  text-align: center; }

.more-btn {
  display: block;
  max-width: 16em;
  margin: auto;
  border: solid 2px #cc3300;
  border-radius: 5px;
  color: #cc3300;
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 1em;
  letter-spacing: 4px; }
  @media screen and (max-width: 600px) {
    .more-btn {
      font-size: 125%;
      padding: 0.7em; } }

.sect-story > .section-inner {
  padding: 0 30px; }
  @media screen and (max-width: 600px) {
    .sect-story > .section-inner {
      padding: 0 10px; } }

.pg-storyproject.-detail .page-container {
  position: relative; }

.pg-storyproject.-detail .main-content > .inner {
  padding-top: 0;
  padding-bottom: 80px;
  padding-left: 0;
  padding-right: 0; }

.pg-storyproject.-story .sect-interesting .section-title {
  margin-top: 0; }
  .pg-storyproject.-story .sect-interesting .section-title span {
    display: block;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px; }
    .pg-storyproject.-story .sect-interesting .section-title span.sub {
      color: #717171;
      font-size: 53.33333%; }
    .pg-storyproject.-story .sect-interesting .section-title span.main {
      padding-top: 5px;
      color: #E4007F;
      font-weight: normal;
      font-size: 120%; }

.pg-storyproject.-story .sect-interesting .basic-box {
  position: relative;
  padding: 30px 15px; }
  @media screen and (max-width: 600px) {
    .pg-storyproject.-story .sect-interesting .basic-box {
      margin-top: 120px; } }
  .pg-storyproject.-story .sect-interesting .basic-box .basic {
    margin: 0; }
  .pg-storyproject.-story .sect-interesting .basic-box .motohiro_coment {
    position: absolute;
    right: 0;
    top: -129px; }

.pg-storyproject.-story .sect-stories.-three {
  margin: 30px 0 0; }
  .pg-storyproject.-story .sect-stories.-three .section-inner {
    padding: 0; }
    .pg-storyproject.-story .sect-stories.-three .section-inner .section-title {
      margin: 0;
      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;
      width: 100%; }
      .pg-storyproject.-story .sect-stories.-three .section-inner .section-title .right-btn {
        margin-left: auto; }
        .pg-storyproject.-story .sect-stories.-three .section-inner .section-title .right-btn .basic-btn {
          min-width: 11em;
          padding: 0.8em; }
          .pg-storyproject.-story .sect-stories.-three .section-inner .section-title .right-btn .basic-btn.-small {
            font-size: 80%; }
    .pg-storyproject.-story .sect-stories.-three .section-inner .story-card {
      margin: 0 0 40px; }

.pg-storyproject.-story .sect-step {
  margin: 30px 0 0; }
  .pg-storyproject.-story .sect-step .section-title {
    margin-top: 0; }
    .pg-storyproject.-story .sect-step .section-title span {
      display: block;
      text-align: center;
      font-weight: bold;
      margin-bottom: 5px; }
      .pg-storyproject.-story .sect-step .section-title span.sub {
        color: #E4007F;
        font-size: 80%; }
      .pg-storyproject.-story .sect-step .section-title span.main {
        padding-top: 5px; }
  .pg-storyproject.-story .sect-step .index-menu {
    margin: 20px -10px 0 -10px; }
    .pg-storyproject.-story .sect-step .index-menu .card h3 {
      font-size: 112.5%; }
  .pg-storyproject.-story .sect-step .btns {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding-left: 0; }
    .pg-storyproject.-story .sect-step .btns .basic-btn {
      margin: 1em; }
    @media screen and (max-width: 600px) {
      .pg-storyproject.-story .sect-step .btns .basic-btn {
        margin: 0.5em 0; } }
  .pg-storyproject.-story .sect-step .address {
    border: dotted 1px #000;
    margin: auto;
    padding: 20px;
    position: relative; }
    .pg-storyproject.-story .sect-step .address .basic-list {
      margin: 0; }
    .pg-storyproject.-story .sect-step .address .message {
      position: absolute;
      right: 0;
      bottom: 0; }
      @media screen and (max-width: 768px) {
        .pg-storyproject.-story .sect-step .address .message {
          position: relative;
          text-align: center; } }

.pg-storyproject.-story .basic-box.outline {
  position: relative; }
  .pg-storyproject.-story .basic-box.outline .ribon {
    position: absolute;
    top: -40px; }
  .pg-storyproject.-story .basic-box.outline dl {
    padding-top: 40px; }
    .pg-storyproject.-story .basic-box.outline dl dt {
      background-color: #E4007F;
      display: inline;
      border-radius: 3px;
      padding: 4px 10px;
      color: #FFF;
      line-height: 2; }
    .pg-storyproject.-story .basic-box.outline dl dd {
      line-height: 2;
      margin: 0;
      margin-bottom: 10px;
      word-break: break-all; }
      .pg-storyproject.-story .basic-box.outline dl dd .lecturer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        list-style: none;
        padding: 0; }
        .pg-storyproject.-story .basic-box.outline dl dd .lecturer li {
          margin: 0; }
          @media screen and (max-width: 768px) {
            .pg-storyproject.-story .basic-box.outline dl dd .lecturer li {
              width: 100%;
              padding: 10px 0; } }
          .pg-storyproject.-story .basic-box.outline dl dd .lecturer li:nth-child(1) {
            width: 25%; }
          .pg-storyproject.-story .basic-box.outline dl dd .lecturer li:nth-child(2) {
            width: 75%; }
          .pg-storyproject.-story .basic-box.outline dl dd .lecturer li p {
            margin: 0 10px; }
  @media screen and (max-width: 480px) {
    .pg-storyproject.-story .basic-box.outline {
      padding-top: 40px; }
      .pg-storyproject.-story .basic-box.outline .ribon {
        top: -25px; }
      .pg-storyproject.-story .basic-box.outline dl dt {
        padding: 1px 8px 3px; }
      .pg-storyproject.-story .basic-box.outline dl dd .content {
        overflow: hidden;
        position: relative;
        margin-bottom: 30px;
        padding-bottom: 30px; }
        .pg-storyproject.-story .basic-box.outline dl dd .content.-close {
          max-height: 50px; }
        .pg-storyproject.-story .basic-box.outline dl dd .content::before {
          content: "";
          display: block;
          position: absolute;
          bottom: 0;
          width: 100%;
          height: 80px;
          background-image: -webkit-linear-gradient(top, transparent 0%, #e3e3e3 100%);
          background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#e3e3e3));
          background-image: -o-linear-gradient(top, transparent 0%, #e3e3e3 100%);
          background-image: linear-gradient(to bottom, transparent 0%, #e3e3e3 100%);
          background-repeat: repeat-x;
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#FFE3E3E3', GradientType=0);
          -pie-background: linear-gradient(to bottom, transparent 0%, #e3e3e3 100%); }
        .pg-storyproject.-story .basic-box.outline dl dd .content .more {
          text-align: center;
          position: absolute;
          bottom: 0;
          width: 100%;
          cursor: pointer;
          margin: 0 auto; }
          .pg-storyproject.-story .basic-box.outline dl dd .content .more > .btn {
            display: inline-block;
            color: #E4007F;
            background-color: #fff;
            border-radius: 0.8em;
            padding: 0 1em;
            line-height: 1.6;
            border: solid 1px #E4007F; } }

.pg-storyproject.-moviecompe .commentary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .pg-storyproject.-moviecompe .commentary .basic {
    margin: 0 30px 0 0; }
  .pg-storyproject.-moviecompe .commentary div:last-child {
    position: relative; }
    .pg-storyproject.-moviecompe .commentary div:last-child img {
      min-width: 405px; }
    .pg-storyproject.-moviecompe .commentary div:last-child .message {
      position: absolute;
      right: 0;
      bottom: 0;
      margin: 0; }
      .pg-storyproject.-moviecompe .commentary div:last-child .message img {
        min-width: 175px;
        z-index: 100; }

@media screen and (max-width: 768px) {
  .pg-storyproject.-moviecompe .commentary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .pg-storyproject.-moviecompe .commentary .basic {
      margin: 0; }
    .pg-storyproject.-moviecompe .commentary div:last-child img {
      min-width: 100px; } }

.pg-storyproject.-moviecompe .basic-section.sect-top10 {
  margin-top: 30px;
  overflow: visible; }
  .pg-storyproject.-moviecompe .basic-section.sect-top10 .section-title {
    margin-top: 0; }
    .pg-storyproject.-moviecompe .basic-section.sect-top10 .section-title span {
      display: block;
      font-weight: bold;
      margin-bottom: 5px; }
      .pg-storyproject.-moviecompe .basic-section.sect-top10 .section-title span.sub {
        color: #717171;
        font-size: 53.33333%; }
      .pg-storyproject.-moviecompe .basic-section.sect-top10 .section-title span.main {
        padding-top: 5px;
        color: #E4007F;
        font-size: 120%; }
  .pg-storyproject.-moviecompe .basic-section.sect-top10 .grandprix {
    position: relative; }
    .pg-storyproject.-moviecompe .basic-section.sect-top10 .grandprix iframe {
      width: 100%;
      min-height: 400px; }
      @media screen and (max-width: 768px) {
        .pg-storyproject.-moviecompe .basic-section.sect-top10 .grandprix iframe {
          min-height: 200px; } }
    .pg-storyproject.-moviecompe .basic-section.sect-top10 .grandprix .character {
      position: absolute;
      right: 230px;
      top: -118px; }
      @media screen and (max-width: 768px) {
        .pg-storyproject.-moviecompe .basic-section.sect-top10 .grandprix .character {
          top: -97px;
          max-width: 70px;
          right: 0; } }
    .pg-storyproject.-moviecompe .basic-section.sect-top10 .grandprix .detail {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 20px; }
      .pg-storyproject.-moviecompe .basic-section.sect-top10 .grandprix .detail .ranking {
        padding: 0 20px 0 0; }
        @media screen and (max-width: 600px) {
          .pg-storyproject.-moviecompe .basic-section.sect-top10 .grandprix .detail .ranking {
            position: absolute;
            top: -10px;
            left: -10px; } }
      .pg-storyproject.-moviecompe .basic-section.sect-top10 .grandprix .detail .name {
        width: 100%; }
        @media screen and (max-width: 600px) {
          .pg-storyproject.-moviecompe .basic-section.sect-top10 .grandprix .detail .name {
            text-align: center; }
            .pg-storyproject.-moviecompe .basic-section.sect-top10 .grandprix .detail .name dl {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -ms-flex-direction: column;
              flex-direction: column; } }
        .pg-storyproject.-moviecompe .basic-section.sect-top10 .grandprix .detail .name dl {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .pg-storyproject.-moviecompe .basic-section.sect-top10 .grandprix .detail .name dl.directer {
            color: #E4007F; }
            .pg-storyproject.-moviecompe .basic-section.sect-top10 .grandprix .detail .name dl.directer dt {
              font-weight: 400;
              font-size: 150%; }
              .pg-storyproject.-moviecompe .basic-section.sect-top10 .grandprix .detail .name dl.directer dt.long {
                padding-top: 30px; }
            .pg-storyproject.-moviecompe .basic-section.sect-top10 .grandprix .detail .name dl.directer dd {
              font-size: 130%;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
              -ms-flex-pack: justify;
              justify-content: space-between;
              color: #E4007F; }
              @media screen and (max-width: 600px) {
                .pg-storyproject.-moviecompe .basic-section.sect-top10 .grandprix .detail .name dl.directer dd {
                  padding: 10px 0;
                  margin: 0;
                  -webkit-box-orient: vertical;
                  -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                  flex-direction: column; }
                  .pg-storyproject.-moviecompe .basic-section.sect-top10 .grandprix .detail .name dl.directer dd span {
                    padding-left: 0; }
                    .pg-storyproject.-moviecompe .basic-section.sect-top10 .grandprix .detail .name dl.directer dd span.heart {
                      margin-left: 0;
                      padding-top: 10px; } }
              .pg-storyproject.-moviecompe .basic-section.sect-top10 .grandprix .detail .name dl.directer dd .heart {
                margin-left: auto; }
                .pg-storyproject.-moviecompe .basic-section.sect-top10 .grandprix .detail .name dl.directer dd .heart::before {
                  vertical-align: middle;
                  font-family: 'icomoon' !important;
                  speak: none;
                  font-style: normal;
                  font-weight: normal;
                  font-variant: normal;
                  text-transform: none;
                  line-height: 1;
                  /* Better Font Rendering =========== */
                  -webkit-font-smoothing: antialiased;
                  -moz-osx-font-smoothing: grayscale;
                  content: "";
                  margin-right: 5px; }
    .pg-storyproject.-moviecompe .basic-section.sect-top10 .grandprix .original {
      background-color: #fff;
      border-radius: 6px;
      margin-bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      list-style: none;
      padding-left: 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      flex-flow: row wrap; }
      @media screen and (max-width: 600px) {
        .pg-storyproject.-moviecompe .basic-section.sect-top10 .grandprix .original dt {
          width: 100%;
          text-align: center;
          font-size: 120%;
          font-weight: bold; }
        .pg-storyproject.-moviecompe .basic-section.sect-top10 .grandprix .original dd {
          margin: 0;
          padding: 10px;
          text-align: center;
          width: 100%; }
          .pg-storyproject.-moviecompe .basic-section.sect-top10 .grandprix .original dd span {
            display: block;
            padding: 10px 0; }
          .pg-storyproject.-moviecompe .basic-section.sect-top10 .grandprix .original dd .btnStory {
            padding-left: 0; } }
      .pg-storyproject.-moviecompe .basic-section.sect-top10 .grandprix .original dt {
        background-color: #583926;
        color: #fff;
        border-radius: 6px;
        padding: 20px; }
    .pg-storyproject.-moviecompe .basic-section.sect-top10 .grandprix dd {
      color: #583926;
      font-size: 140%;
      padding: 0px 20px 0px 0px; }
      .pg-storyproject.-moviecompe .basic-section.sect-top10 .grandprix dd span {
        padding-left: 20px; }
        .pg-storyproject.-moviecompe .basic-section.sect-top10 .grandprix dd span.btnStory {
          padding-left: 60px; }
          .pg-storyproject.-moviecompe .basic-section.sect-top10 .grandprix dd span.btnStory .basic-btn {
            font-size: 70%;
            min-width: 1em;
            padding: 0.7em 2em 0.7em; }

.pg-storyproject.-moviecompe .ranking-box ul {
  margin: 0 -10px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0; }
  @media screen and (max-width: 600px) {
    .pg-storyproject.-moviecompe .ranking-box ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .pg-storyproject.-moviecompe .ranking-box ul li {
        width: 100%; } }
  .pg-storyproject.-moviecompe .ranking-box ul li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(50%); }
    @media screen and (max-width: 600px) {
      .pg-storyproject.-moviecompe .ranking-box ul li {
        width: calc(100%); } }
    .pg-storyproject.-moviecompe .ranking-box ul li iframe {
      width: 100%;
      min-height: 200px; }
    .pg-storyproject.-moviecompe .ranking-box ul li .basic-box {
      margin: 20px 10px 0; }
      .pg-storyproject.-moviecompe .ranking-box ul li .basic-box .detail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        list-style: none;
        padding-left: 0; }
        .pg-storyproject.-moviecompe .ranking-box ul li .basic-box .detail .name {
          width: calc( 100% - 83px); }
        .pg-storyproject.-moviecompe .ranking-box ul li .basic-box .detail .ranking {
          padding-right: 15px; }
        @media screen and (max-width: 600px) {
          .pg-storyproject.-moviecompe .ranking-box ul li .basic-box .detail .ranking {
            position: absolute;
            top: -10px;
            left: -10px; }
          .pg-storyproject.-moviecompe .ranking-box ul li .basic-box .detail .name {
            width: 100%;
            text-align: center; } }
        .pg-storyproject.-moviecompe .ranking-box ul li .basic-box .detail .directer dt {
          color: #E4007F;
          font-size: 150%;
          padding-top: 4px;
          padding-bottom: 10px;
          border-bottom: dotted 1px #000; }
        .pg-storyproject.-moviecompe .ranking-box ul li .basic-box .detail .directer dd {
          font-size: 120%;
          color: #E4007F;
          padding-top: 10px;
          margin: 0; }
          .pg-storyproject.-moviecompe .ranking-box ul li .basic-box .detail .directer dd .heart {
            margin-left: auto; }
            .pg-storyproject.-moviecompe .ranking-box ul li .basic-box .detail .directer dd .heart::before {
              vertical-align: middle;
              font-family: 'icomoon' !important;
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              /* Better Font Rendering =========== */
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              content: "";
              margin-right: 5px; }
    .pg-storyproject.-moviecompe .ranking-box ul li .basic-box.-white {
      text-align: center;
      margin: 20px 0 0;
      height: 100%; }
      .pg-storyproject.-moviecompe .ranking-box ul li .basic-box.-white .original {
        display: block;
        margin-top: -30px; }
    .pg-storyproject.-moviecompe .ranking-box ul li .btns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      list-style: none;
      padding-left: 0; }
      .pg-storyproject.-moviecompe .ranking-box ul li .btns .basic-btn {
        margin: 0; }
      @media screen and (max-width: 600px) {
        .pg-storyproject.-moviecompe .ranking-box ul li .btns .basic-btn {
          margin: 0.5em 0; } }

.pg-storyproject.-moviecompe .ranking-box.-m6-10 ul li {
  width: calc(33.3333333%);
  padding-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .pg-storyproject.-moviecompe .ranking-box.-m6-10 ul li {
      width: calc(100%); }
      .pg-storyproject.-moviecompe .ranking-box.-m6-10 ul li .basic-box.-gray .rankIcon {
        left: -10px; }
        .pg-storyproject.-moviecompe .ranking-box.-m6-10 ul li .basic-box.-gray .rankIcon img {
          min-width: 68px; } }
  .pg-storyproject.-moviecompe .ranking-box.-m6-10 ul li .basic-box.-gray {
    position: relative;
    height: 100%; }
    .pg-storyproject.-moviecompe .ranking-box.-m6-10 ul li .basic-box.-gray .rankIcon {
      position: absolute;
      left: 0;
      top: -10px; }
    .pg-storyproject.-moviecompe .ranking-box.-m6-10 ul li .basic-box.-gray .directer {
      width: 100%;
      text-align: center; }
    .pg-storyproject.-moviecompe .ranking-box.-m6-10 ul li .basic-box.-gray .basic-box.-white {
      height: auto; }
    .pg-storyproject.-moviecompe .ranking-box.-m6-10 ul li .basic-box.-gray .btns .basic-btn {
      min-width: 10em; }

.pg-storyproject.-moviecompe .sect-btns {
  text-align: center;
  margin-top: 30px; }

.pg-storyproject.-shortmovie .section-title {
  font-size: 125%; }
  @media screen and (max-width: 600px) {
    .pg-storyproject.-shortmovie .section-title::before, .pg-storyproject.-shortmovie .section-title::after {
      display: none; } }

.pg-storyproject.-shortmovie a.btn-type-green {
  color: #fff;
  background-color: #9BBA24;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 0px 2px #8AA71F;
  box-shadow: 3px 3px 0px 2px #8AA71F;
  display: block;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 12px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.pg-storyproject.-shortmovie a.btn-type-green:hover {
  filter: alpha(opacity=0.8);
  opacity: 0.8; }

.pg-storyproject.-shortmovie .compe-btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin-left: -20px;
  overflow: hidden; }
  @media screen and (max-width: 960px) {
    .pg-storyproject.-shortmovie .compe-btnArea {
      margin-left: 0; } }

.pg-storyproject.-shortmovie .compe-btnArea li {
  width: calc(50% - 5px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  margin-bottom: 20px; }
  @media screen and (max-width: 960px) {
    .pg-storyproject.-shortmovie .compe-btnArea li {
      width: calc(100% - 5px);
      padding-left: 0; } }

.pg-storyproject.-shortmovie .compe-btnArea li a span.year {
  font-size: 100%;
  display: block; }

.pg-storyproject.-shortmovie .compe-btnArea li a span.year:before,
.pg-storyproject.-shortmovie .compe-btnArea li a span.year:after {
  content: "　★　";
  color: yellow;
  font-size: 70%; }

.pg-storyproject.-shortmovie .txtc,
.pg-storyproject.-shortmovie h3.step {
  text-align: center; }

.pg-storyproject.-shortmovie ul.white {
  background-color: #FFF;
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
  behavior: url("/PIE.htc");
  padding: 15px; }

.pg-storyproject.-shortmovie dd ul {
  padding-left: 0; }

.pg-storyproject.-shortmovie h4, .pg-storyproject.-shortmovie dl {
  margin: 0; }

.pg-storyproject.-shortmovie .aboutMovie dd ul {
  list-style: none; }

.pg-storyproject.-shortmovie .aboutMovie dd li {
  background-image: url(../../images/list_pink.png);
  background-repeat: no-repeat;
  background-position: left 5px;
  padding-left: 20px;
  margin-bottom: 10px;
  margin-left: 0; }

.pg-storyproject.-shortmovie .aboutMovie dd li:last-child {
  margin-bottom: 0px; }

.pg-storyproject.-shortmovie table.basic {
  width: 100%;
  border-collapse: collapse; }

.pg-storyproject.-shortmovie table.basic th,
.pg-storyproject.-shortmovie table.basic td {
  border: 1px solid #999;
  padding: 15px;
  font-size: 87.5%;
  text-align: left;
  background-color: #FDFDFC; }

.pg-storyproject.-shortmovie table.basic th {
  background-color: #EBE6DE;
  width: 20%;
  font-weight: normal; }

.pg-storyproject.-shortmovie table.basic td > .rank {
  display: inline-block;
  margin-right: 1em; }

.pg-storyproject.-shortmovie table.basic td > .prize {
  display: inline-block; }

.pg-storyproject.-shortmovie .txt-pink {
  color: #E4007F; }

.pg-storyproject.-shortmovie .txt-brown {
  color: #583926; }

.pg-storyproject.-shortmovie .txt-emphasis {
  font-size: 120%;
  font-weight: bold; }

.pg-storyproject.-shortmovie .step3-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  overflow: hidden;
  margin-left: -20px; }
  .pg-storyproject.-shortmovie .step3-list li {
    padding-left: 20px;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .pg-storyproject.-shortmovie .step3-list .dottedBox {
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .pg-storyproject.-shortmovie .step3-list {
      margin-left: 0px; }
      .pg-storyproject.-shortmovie .step3-list li {
        padding-left: 0px;
        width: 100%;
        margin-bottom: 20px; } }

@media screen and (max-width: 768px) {
  .pg-storyproject.-shortmovie table.basic td {
    padding: 5px; }
    .pg-storyproject.-shortmovie table.basic td > .rank,
    .pg-storyproject.-shortmovie table.basic td > .prize {
      display: block; } }

.movie-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  overflow: hidden;
  margin-left: -20px; }
  .movie-list li {
    padding-left: 20px;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.movie-card {
  border: dotted 1px #212529;
  height: 100%;
  position: relative;
  padding: 20px 20px 5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .movie-card p {
    margin: 0; }
  .movie-card .subtitle {
    text-align: center;
    font-weight: bold; }
  .movie-card .title {
    text-align: center;
    color: #E4007F;
    margin: 0.5em 0;
    font-weight: 700; }
  .movie-card .youtube {
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 56.2341%; }
    .movie-card .youtube iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .movie-card .description {
    font-size: 87.5%;
    line-height: 1.5;
    margin: 0.5em 0; }
  .movie-card .link {
    text-align: right;
    margin: 0.5em 0; }
  .movie-card .time {
    background-color: #eeeae3;
    color: #524637;
    padding: 0.8em;
    border-radius: 2px;
    line-height: 1.2; }
  .movie-card > .footer {
    font-size: 87.5%;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    height: 4.8em; }

@media screen and (max-width: 768px) {
  .pg-storyproject.-shortmovie .section-title {
    font-size: 112.5%; }
  .movie-list {
    margin-left: 0px; }
    .movie-list li {
      padding-left: 0px;
      width: 100%;
      margin-bottom: 20px; } }

.btn-container.-footerNav {
  margin: 0; }
  .btn-container.-footerNav > .inner {
    width: 100%;
    position: fixed;
    z-index: 2;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
    .btn-container.-footerNav > .inner .basic-btn {
      font-size: 100%; }
    @media screen and (max-width: 768px) {
      .btn-container.-footerNav > .inner .disp-pc {
        display: none; }
      .btn-container.-footerNav > .inner .basic-btn-.half {
        min-width: 11em; } }
    @media screen and (max-width: 600px) {
      .btn-container.-footerNav > .inner .basic-btn-.half {
        min-width: 7em; } }
  .btn-container.-footerNav.-disp > .inner {
    opacity: 1;
    visibility: visible; }
  .btn-container.-footerNav.-end > .inner {
    position: absolute; }

/**************************************************
 report
***************************************************/
.pg-report .main-content > .inner {
  padding-bottom: 0; }

.pg-report .mainvisual {
  position: relative; }
  .pg-report .mainvisual img {
    width: 100%; }
  .pg-report .mainvisual .comment {
    position: absolute;
    bottom: 0;
    right: 5px; }
    .pg-report .mainvisual .comment img {
      width: auto; }
  @media screen and (max-width: 960px) {
    .pg-report .mainvisual {
      margin-top: 0; }
      .pg-report .mainvisual .comment {
        position: relative;
        z-index: 1;
        display: block;
        text-align: center;
        margin-top: -30px;
        right: 0; } }

.pg-report.report2016 .bnr {
  text-align: center;
  margin: 30px 0 50px; }

.pg-report .report-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding-left: 0; }
  .pg-report .report-list > .report {
    width: calc(50% - 10px); }
    .pg-report .report-list > .report.-double {
      width: 100%; }
    @media screen and (max-width: 600px) {
      .pg-report .report-list > .report {
        width: 100%; } }

.pg-report .report p {
  margin: 0; }

.pg-report .report > .head {
  position: relative;
  margin-top: 40px;
  padding-top: 20px; }
  .pg-report .report > .head.-chara01, .pg-report .report > .head.-chara01a, .pg-report .report > .head.-chara01b, .pg-report .report > .head.-chara02 {
    background: url("../../img2/common/h-chara01.png") no-repeat left bottom;
    min-height: 72px;
    margin-bottom: -7px; }
  .pg-report .report > .head.-chara01a {
    background-image: url("../../img2/common/h-chara01a.png");
    margin-top: 33px;
    margin-bottom: 0px; }
    .pg-report .report > .head.-chara01a .date {
      top: 7px; }
  .pg-report .report > .head.-chara01b {
    background-image: url("../../img2/common/h-chara01b.png"); }
  .pg-report .report > .head.-chara02 {
    background-image: url("../../img2/common/h-chara02.png"); }
  .pg-report .report > .head .date {
    background-color: #FBC935;
    color: #343a40;
    font-weight: 500;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 87.5%;
    position: absolute;
    top: 0;
    left: 0; }
    .pg-report .report > .head .date::before {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      width: 0;
      height: 0;
      border: solid 10px transparent;
      border-top: solid 10px #FBC935;
      margin-left: -10px; }
  .pg-report .report > .head .title {
    color: #E4007F;
    font-weight: normal;
    position: absolute;
    left: 65px;
    bottom: 1em;
    margin: auto;
    font-size: 125%; }
    .pg-report .report > .head .title > .main {
      vertical-align: middle;
      display: block;
      line-height: 1.15; }
    .pg-report .report > .head .title > .sub {
      font-size: 70%;
      vertical-align: middle;
      display: block;
      line-height: 1.15;
      margin: 5px 0; }

.pg-report .report > .body .image {
  zoom: 1; }
  .pg-report .report > .body .image:after {
    content: '';
    display: block;
    clear: both;
    overflow: auto; }
  .pg-report .report > .body .image img {
    width: 100%; }
  .pg-report .report > .body .image > span {
    display: block; }
    .pg-report .report > .body .image > span.main {
      float: left;
      width: 71.11111%; }
    .pg-report .report > .body .image > span.sub {
      float: right;
      width: 27.77778%; }
      .pg-report .report > .body .image > span.sub.sub2 {
        margin-top: 10px; }
    @media screen and (max-width: 600px) {
      .pg-report .report > .body .image > span.main {
        width: 100%; }
      .pg-report .report > .body .image > span.sub {
        float: left;
        width: calc(50% - 3px);
        padding-right: 3px;
        margin-top: 6px; }
        .pg-report .report > .body .image > span.sub.sub2 {
          margin-top: 6px;
          padding-right: 0;
          padding-left: 3px; } }

.pg-report .report > .body .youtube {
  padding-top: 63.63636%;
  height: 0;
  position: relative; }
  .pg-report .report > .body .youtube iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; }

.pg-report .report > .body .copyright {
  margin-top: 2px;
  font-size: 62.5%;
  text-align: right; }
  @media screen and (max-width: 600px) {
    .pg-report .report > .body .copyright {
      text-align: left; } }

.pg-report .report > .body .text {
  margin-top: 1em;
  border-radius: 5px;
  padding: 1em 1.2em;
  background-color: #eeeae3;
  font-size: 87.5%;
  line-height: 1.8; }
  @media screen and (max-width: 600px) {
    .pg-report .report > .body .text {
      font-size: 100%; } }

.pg-report .sect-thanks .title {
  text-align: center;
  color: #EB3F9F;
  font-weight: 500;
  background: url("../../img2/common/icon-thankyou.png") no-repeat center top;
  padding-top: 55px;
  font-size: 137.5%; }

.pg-report .sect-thanks .twins {
  text-align: center;
  margin-bottom: 0; }

.pg-report .bnrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
  margin-top: 0; }
  .pg-report .bnrs li {
    width: calc(50% - 10px);
    margin-bottom: 20px; }
    @media screen and (max-width: 600px) {
      .pg-report .bnrs li {
        width: 100%;
        margin-bottom: 0;
        margin-top: 20px; } }

.pg-report .page-nav {
  padding: 0;
  margin: 10px 0; }
  .pg-report .page-nav > .pager > li {
    width: calc(25% - 10px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 600px) {
      .pg-report .page-nav > .pager > li {
        width: calc(25% - 4px); } }
  .pg-report .page-nav .num {
    width: auto; }

/**************************************************
 award
***************************************************/
.pg-award {
  position: relative; }

.sect-flash .page-header {
  position: relative; }
  .sect-flash .page-header > .title > img {
    width: 100%; }
  .sect-flash .page-header > .title.-muro {
    margin-top: -9px; }
    @media screen and (max-width: 600px) {
      .sect-flash .page-header > .title.-muro {
        margin-top: -2px; } }
  .sect-flash .page-header > .stamp {
    position: absolute;
    left: -20px;
    top: -20px;
    max-width: 25%; }
    @media screen and (max-width: 600px) {
      .sect-flash .page-header > .stamp {
        left: -10px;
        top: -10px; } }

.sect-flash .message {
  text-align: center;
  margin: 1em 0;
  font-size: 87.5%; }

.sect-flash .pamph {
  text-align: center; }

.lineup-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 0 -10px;
  overflow: hidden; }
  .lineup-list > li {
    width: 33.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 20px; }
    .lineup-list > li img {
      width: 100%; }
  @media screen and (max-width: 960px) {
    .lineup-list > li {
      width: 50%; } }
  @media screen and (max-width: 480px) {
    .lineup-list > li {
      width: 100%; } }

.lineup-list.-guest {
  margin: 0 180px; }
  .lineup-list.-guest > li {
    width: 50%; }
  @media screen and (max-width: 960px) {
    .lineup-list.-guest {
      margin: 0 -10px; } }
  @media screen and (max-width: 480px) {
    .lineup-list.-guest {
      margin: 0 -10px; } }

.lineup-card .title-block {
  font-size: 87.5%;
  margin-bottom: 0.5em; }

.lineup-card .date {
  font-size: 85.71429%;
  display: inline-block;
  color: #fff;
  background-color: #E4007F;
  line-height: 1.2;
  border-radius: 0.8em;
  padding: 0.2em 0.8em;
  margin-right: 0.8em; }

.lineup-card .title {
  color: #E4007F;
  font-weight: bold;
  line-height: 1.8; }

.lineup-card .director {
  margin: 0.5em 0; }

.flash-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0; }
  .flash-list > li {
    width: 100%;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .flash-list > li {
        margin-bottom: 20px; } }

.flash-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 0 -10px; }
  .flash-card > .image {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px; }
    .flash-card > .image img {
      width: 100%; }
  .flash-card > .detail {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px; }
  .flash-card .header {
    position: relative;
    padding-left: 22%;
    border-bottom: solid 10px #E4007F;
    margin-top: 10px;
    margin-bottom: 10%; }
    .flash-card .header > .title {
      color: #E4007F;
      font-size: 100%;
      letter-spacing: 0;
      margin-top: 0; }
      .flash-card .header > .title > .sub {
        font-size: 0.8em; }
      .flash-card .header > .title > .main {
        display: block; }
    .flash-card .header > .stamp {
      position: absolute;
      z-index: 3;
      left: -40px;
      top: -30px;
      max-width: 30%; }
  .flash-card .summary {
    padding: 0 10px; }
    @media screen and (max-width: 768px) {
      .flash-card .summary {
        padding: 0; } }
  .flash-card .cast {
    margin-top: 20px;
    margin-bottom: 20px;
    border: #CCC solid 1px;
    padding: 15px; }
  .flash-card .description {
    font-size: 87.5%;
    line-height: 1.4; }
  .flash-card.-styleA > .image {
    background-image: url(../../flash/images/bg_stripe-a.png);
    background-repeat: no-repeat;
    background-position: 10px top;
    background-size: contain;
    padding-top: 2.5%;
    padding-right: 3%; }
  .flash-card.-styleB {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .flash-card.-styleB > .image {
      background-image: url(../../flash/images/bg_stripe-b.png);
      background-repeat: no-repeat;
      background-position: left top;
      padding-top: 2.5%;
      padding-left: 3%; }
  @media screen and (max-width: 768px) {
    .flash-card {
      margin: 30px 0; }
      .flash-card.-styleA > .image,
      .flash-card.-styleA > .detail, .flash-card.-styleB > .image,
      .flash-card.-styleB > .detail {
        width: 100%;
        padding: 0;
        background: none; }
      .flash-card .header {
        margin-top: 20px;
        margin-bottom: 40px;
        padding-left: 19%; }
        .flash-card .header > .title {
          margin-bottom: 10px; } }
  @media screen and (max-width: 480px) {
    .flash-card {
      margin: 0; }
      .flash-card .header {
        margin-top: 10px;
        margin-bottom: 20px; } }

.pg-flash .basic-table {
  width: 100%; }
  @media screen and (max-width: 480px) {
    .pg-flash .basic-table th, .pg-flash .basic-table td {
      padding: 5%; } }

.pg-flash .pre_access .traffic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0; }
  .pg-flash .pre_access .traffic div .description {
    padding-left: 30px; }
    .pg-flash .pre_access .traffic div .description h3 {
      padding: 10px;
      font-size: 120%;
      background-color: #E4007F;
      font-weight: bold;
      color: #fff;
      margin-top: 0; }
    .pg-flash .pre_access .traffic div .description .basic-list li.train {
      background-image: url(../../flash/images/icon_train.png);
      background-repeat: no-repeat;
      background-position: left center;
      padding-left: 30px; }
    .pg-flash .pre_access .traffic div .description .basic-list li.parking {
      background-image: url(../../flash/images/icon_p.png);
      background-repeat: no-repeat;
      background-position: left center;
      padding-left: 30px; }
    @media screen and (max-width: 480px) {
      .pg-flash .pre_access .traffic div .description {
        padding-left: 0; }
        .pg-flash .pre_access .traffic div .description h3 {
          margin-top: 20px;
          width: 100%; }
        .pg-flash .pre_access .traffic div .description .basic-list li {
          padding: 10px 0 10px 30px; } }

/**************************************************
 scenario
***************************************************/
.outline-data > .title,
.outline-data > dt {
  background-color: #E4007F;
  display: inline;
  border-radius: 3px;
  padding: 4px 10px;
  color: #FFF;
  line-height: 1.4; }

.outline-data > .data,
.outline-data > dd {
  line-height: 1.4;
  margin: 1em 0; }
  .outline-data > .data strong,
  .outline-data > dd strong {
    color: #E4007F; }
  .outline-data > .data.strong,
  .outline-data > dd.strong {
    font-weight: bold;
    color: #E4007F;
    font-size: 112.5%; }
  .outline-data > .data .lecturer,
  .outline-data > dd .lecturer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0; }
    .outline-data > .data .lecturer li,
    .outline-data > dd .lecturer li {
      margin: 0; }
      @media screen and (max-width: 768px) {
        .outline-data > .data .lecturer li,
        .outline-data > dd .lecturer li {
          width: 100%;
          padding: 10px 0; } }
      .outline-data > .data .lecturer li:nth-child(1),
      .outline-data > dd .lecturer li:nth-child(1) {
        width: 25%; }
      .outline-data > .data .lecturer li:nth-child(2),
      .outline-data > dd .lecturer li:nth-child(2) {
        width: 75%; }
      .outline-data > .data .lecturer li p,
      .outline-data > dd .lecturer li p {
        margin: 0 10px; }

.pg-scenario .basic-box {
  padding: 20px; }
  @media screen and (max-width: 480px) {
    .pg-scenario .basic-box {
      padding: 10px; } }
  .pg-scenario .basic-box .intro-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    padding-left: 0;
    padding: 0; }
    .pg-scenario .basic-box .intro-box li {
      width: 50%;
      margin: 0; }
      .pg-scenario .basic-box .intro-box li.img p {
        margin-left: 30px; }
      .pg-scenario .basic-box .intro-box li .basic-title {
        font-size: 140%;
        padding-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .pg-scenario .basic-box .intro-box {
        display: culmn; }
        .pg-scenario .basic-box .intro-box li {
          width: 100%;
          padding: 10px 0; }
          .pg-scenario .basic-box .intro-box li.img p {
            margin-left: 0; } }
  .pg-scenario .basic-box .event-end {
    background-color: #E4007F;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 0; }

.sect-kekka {
  margin: 1em 0; }
  .sect-kekka .basic-box {
    padding-top: 30px; }
    .sect-kekka .basic-box.-pink {
      background-color: #FFD9EE; }
    .sect-kekka .basic-box > .title {
      margin-top: 0;
      font-size: 112.5%;
      color: #188dc7; }
      @media screen and (max-width: 480px) {
        .sect-kekka .basic-box > .title {
          font-size: 100%; } }
  .sect-kekka#sect-kekka .ribon-title {
    margin-bottom: -8px; }
    @media screen and (max-width: 600px) {
      .sect-kekka#sect-kekka .ribon-title {
        margin: 2em 0 1em; }
        .sect-kekka#sect-kekka .ribon-title span {
          background: none; }
          .sect-kekka#sect-kekka .ribon-title span::before, .sect-kekka#sect-kekka .ribon-title span::after {
            display: none; } }
  .sect-kekka#sect-kekka3 {
    margin-bottom: 40px; }

.prize-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }
  .prize-list li {
    background: url(../../img2/common/icon_crown-b.png) no-repeat left top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 36px;
    width: 50%;
    color: #E4007F;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 1em;
    line-height: 1.4; }
    .prize-list li span {
      font-size: 0.8em; }
    .prize-list li.-full {
      width: 100%; }
    .prize-list li:first-child {
      margin-left: 0;
      background-image: url(../../img2/common/icon_crown-a.png); }

.sect-scenario {
  position: relative; }
  .sect-scenario > .header {
    position: relative;
    overflow: hidden; }
    .sect-scenario > .header::before {
      content: "";
      display: block;
      background: url("../../img2/common/bg_hand.png") no-repeat;
      width: 261px;
      height: 459px;
      position: absolute;
      right: -30px;
      top: 0;
      z-index: 0;
      -webkit-transform: translateY(42%);
      -ms-transform: translateY(42%);
      transform: translateY(42%); }
      @media screen and (max-width: 960px) {
        .sect-scenario > .header::before {
          background: none; } }
    .sect-scenario > .header > .title > img {
      width: 100%; }
    .sect-scenario > .header > .stamp {
      position: absolute;
      left: -5px;
      top: 80px;
      max-width: 20%; }
      @media screen and (max-width: 480px) {
        .sect-scenario > .header > .stamp {
          top: 120px; } }
  .sect-scenario > .main {
    position: relative; }
    .sect-scenario > .main .illustBook {
      position: absolute;
      right: 40px;
      top: -20px; }
      @media screen and (max-width: 600px) {
        .sect-scenario > .main .illustBook {
          display: none; } }
  .sect-scenario .section-title {
    color: #E4007F;
    font-size: 125%;
    font-weight: 700; }
    .sect-scenario .section-title::before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      width: 149px;
      height: 61px;
      background: url("../../img2/common/h-prefix-star.png") no-repeat; }
    .sect-scenario .section-title::after {
      content: "";
      display: inline-block;
      vertical-align: middle;
      width: 149px;
      height: 61px;
      background: url("../../img2/common/h-suffix-star.png") no-repeat; }
    @media screen and (max-width: 768px) {
      .sect-scenario .section-title::before, .sect-scenario .section-title::after {
        display: none; } }
  .sect-scenario .message {
    position: relative;
    text-align: center;
    z-index: 2;
    font-size: 87.5%; }
    @media screen and (max-width: 960px) {
      .sect-scenario .message {
        text-align: left; }
        .sect-scenario .message br {
          display: none; } }
  .sect-scenario .outline-data dt,
  .sect-scenario .outline-data dd {
    margin: 1.5em 0; }
    @media screen and (max-width: 600px) {
      .sect-scenario .outline-data dt,
      .sect-scenario .outline-data dd {
        font-size: 87.5%; } }

.contact-box {
  border: dotted 1px #212529;
  margin: 1em 0;
  padding: 1em; }

.caution {
  font-size: 0.8em;
  color: #E4007F; }

.download-btn {
  text-align: center; }

.sect-flow .title {
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  color: #E4007F;
  font-size: 125%;
  margin-top: 2em; }

.sect-flow .outline-data {
  margin: 0; }
  .sect-flow .outline-data > dt,
  .sect-flow .outline-data > dd {
    font-size: 87.5%; }

.sect-flow .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0; }
  .sect-flow .profile > .image {
    width: 25%; }
  .sect-flow .profile > .detail {
    width: 75%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px; }
    .sect-flow .profile > .detail p {
      margin-top: 0;
      line-height: 1.8; }
  @media screen and (max-width: 600px) {
    .sect-flow .profile > .image {
      width: 100%; }
    .sect-flow .profile > .detail {
      width: 100%;
      padding-left: 0; } }

.sect-flow hr.tricolor {
  background-image: url(../../images/border-a.png);
  background-repeat: repeat-x;
  height: 5px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  margin: 2em 0; }

/**************************************************
 form　フォーム
***************************************************/
/* フォーム共通
-------------------------------------------------- */
body .formError .formErrorContent {
  padding-right: 15px;
  width: auto; }

.pg-form .basic-section .basic-title {
  margin: 0 0 30px; }
  .pg-form .basic-section .basic-title:not(.-first) {
    margin-top: 30px; }

.pg-form .form-table {
  width: 100%; }
  .pg-form .form-table th {
    width: 18em; }

.pg-form .form-privacy {
  margin: 40px auto; }

.pg-form .block-form + .block-form {
  margin-top: 80px; }

.pg-form .btn-form {
  margin-top: 40px;
  text-align: center; }
  .pg-form .btn-form > .basic-btn {
    min-width: 280px; }
  .pg-form .btn-form > .basic-btn + .basic-btn {
    margin-left: 10px; }

@media screen and (max-width: 600px) {
  .pg-form .basic-section .basic-title {
    margin-bottom: 15px; }
    .pg-form .basic-section .basic-title:not(.-first) {
      margin-top: 15px; }
  .pg-form .form-privacy {
    margin: 20px auto; }
  .pg-form .block-form + .block-form {
    margin-top: 40px; }
  .pg-form .btn-form {
    margin-top: 30px; }
    .pg-form .btn-form > .basic-btn + .basic-btn {
      margin-left: auto;
      margin-top: 15px; } }

.pg-form .caution-box {
  position: relative; }
  .pg-form .caution-box .message {
    position: relative;
    display: inline-block;
    background-color: #eeeae3;
    padding: 10px;
    border-radius: 5px;
    vertical-align: bottom;
    text-align: left;
    font-size: 87.5%;
    line-height: 1.5; }
  .pg-form .caution-box.-chara06 {
    padding-right: 100px;
    text-align: right;
    float: left; }
    .pg-form .caution-box.-chara06 .message::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 100%;
      margin-top: -5px;
      border: 5px solid transparent;
      border-left: 10px solid #eeeae3; }
    .pg-form .caution-box.-chara06::after {
      content: "";
      display: block;
      background: url("../../img2/common/udonnou06.png") no-repeat;
      width: 88px;
      height: 97px;
      position: absolute;
      right: 0;
      bottom: 0; }

.pg-form .thanks-area {
  background-color: #EAE6DD;
  padding: 40px;
  border-radius: 5px; }
  .pg-form .thanks-area > .title {
    color: #a6937c;
    text-align: center;
    font-size: 175%;
    margin-bottom: 1.5em; }
  .pg-form .thanks-area .info {
    font-size: 87.5%; }
  .pg-form .thanks-area .payment-box {
    background-color: #fff;
    padding: 20px 40px;
    border-radius: 5px;
    position: relative; }
    .pg-form .thanks-area .payment-box > .title {
      color: #E4007F; }
      .pg-form .thanks-area .payment-box > .title::before {
        content: "●";
        font-size: 0.6em;
        display: inline-block;
        vertical-align: middle;
        margin-top: -0.2em;
        margin-right: 0.2em; }
    .pg-form .thanks-area .payment-box .udonnou {
      position: absolute;
      right: -20px;
      top: -20px; }
    .pg-form .thanks-area .payment-box .basic-list li {
      text-indent: -1em;
      margin-left: 1em;
      font-size: 87.5%;
      margin-bottom: 1em; }
  @media screen and (max-width: 600px) {
    .pg-form .thanks-area {
      padding: 10px 20px; }
      .pg-form .thanks-area > .title {
        font-size: 137.5%;
        margin-bottom: 1em; }
      .pg-form .thanks-area .payment-box {
        padding: 10px 20px 10px; }
      .pg-form .thanks-area .udonnou {
        display: none; } }

/* お問い合わせ
-------------------------------------------------- */
.pg-contact .info {
  text-align: center;
  margin-top: 2em; }

.pg-contact .privacy {
  text-align: center; }
  .pg-contact .privacy a {
    color: #000; }

@media screen and (max-width: 480px) {
  .pg-contact .basic-box > .basic {
    font-size: 87.5%; }
  .pg-contact .info {
    font-size: 87.5%; } }

/* サポーター募集
-------------------------------------------------- */
.pg-supporter-form .form-header {
  margin-bottom: 0; }

.pg-supporter-form .input-group.-lot .prefix {
  width: 7.5em;
  font-weight: bold; }

.pg-supporter-form .input-group.-lot .infix {
  margin-right: 1em; }

.pg-supporter-form #confirm-supporter_publish td {
  min-height: 4em; }

.pg-supporter-form .form-fieldset {
  position: relative; }
  .pg-supporter-form .form-fieldset > .udonnou07 {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 30px; }
    @media screen and (max-width: 960px) {
      .pg-supporter-form .form-fieldset > .udonnou07 {
        bottom: -50px;
        z-index: 2; } }

/* ストーリーオブジェクト募集
-------------------------------------------------- */
.pg-storyproject-form .thanks-area {
  margin-bottom: 20px; }
  .pg-storyproject-form .thanks-area > .title {
    line-height: 1.4;
    margin: 0 0 20px;
    font-size: 150%; }
    @media screen and (max-width: 480px) {
      .pg-storyproject-form .thanks-area > .title {
        font-size: 118.75%; } }
  .pg-storyproject-form .thanks-area > .chara {
    text-align: center;
    margin: 0; }

/* ショートムービー募集
-------------------------------------------------- */
.pg-shortmovie-form .form-list.job {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0; }
  .pg-shortmovie-form .form-list.job > li {
    width: 33.3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .pg-shortmovie-form .form-list.job > li.-full {
      width: 100%; }

.pg-shortmovie-form .thanks-area {
  margin-bottom: 20px; }
  .pg-shortmovie-form .thanks-area > .title {
    line-height: 1.4;
    margin: 0 0 20px;
    font-size: 150%; }
    @media screen and (max-width: 480px) {
      .pg-shortmovie-form .thanks-area > .title {
        font-size: 118.75%; } }
  .pg-shortmovie-form .thanks-area > .chara {
    text-align: center;
    margin: 0; }

/**************************************************
 タイムスケジュール
***************************************************/
.pg-timeschedule .contents-header .basic-box {
  background-color: #EAE6DD; }
  .pg-timeschedule .contents-header .basic-box > p {
    margin: 0; }
  .pg-timeschedule .contents-header .basic-box > .illust {
    float: right; }

.pg-timeschedule ul.day-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 20px -5px; }
  .pg-timeschedule ul.day-list > li {
    width: 33.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px 10px; }
    @media screen and (max-width: 768px) {
      .pg-timeschedule ul.day-list > li {
        width: 50%; } }
    .pg-timeschedule ul.day-list > li > a {
      display: block;
      padding: 10px 20px;
      background-color: #000;
      color: #fff;
      border-radius: 3px;
      text-align: center;
      text-decoration: none; }
      .pg-timeschedule ul.day-list > li > a:hover {
        background-color: #E4007F; }

.pg-timeschedule .time-schedule {
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap; }
  .pg-timeschedule .time-schedule::-webkit-scrollbar {
    height: 5px; }
  .pg-timeschedule .time-schedule::-webkit-scrollbar-track {
    background: #F1F1F1; }
  .pg-timeschedule .time-schedule::-webkit-scrollbar-thumb {
    background: #BCBCBC; }
  .pg-timeschedule .time-schedule > .inner {
    width: 960px; }
  .pg-timeschedule .time-schedule table.time {
    margin-bottom: 2px;
    border-collapse: collapse;
    border-spacing: 0px;
    background-image: url(../../schedule/images/bg-time-schedule.png);
    background-repeat: repeat;
    background-position: right top; }
    .pg-timeschedule .time-schedule table.time th {
      color: #FFF;
      background-color: #E4007F;
      padding: 10px;
      width: 130px;
      line-height: 1.2;
      font-weight: normal;
      font-size: 85%; }
    .pg-timeschedule .time-schedule table.time td {
      padding: 0; }

/**************************************************
 others その他
***************************************************/
/* ページタイトル
-------------------------------------------------- */
/* タイトル
-------------------------------------------------- */
/* ボタン
-------------------------------------------------- */
/* リスト
-------------------------------------------------- */
.index-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0; }
  .index-menu li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding: 10px; }
    @media screen and (max-width: 768px) {
      .index-menu li {
        width: 100%;
        padding: 10px 0; } }
  .index-menu .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style: none;
    padding-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #eeeae3;
    -webkit-box-shadow: 2px 2px #d6d4cf;
    box-shadow: 2px 2px #d6d4cf;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    color: #000;
    text-decoration: none; }
    .index-menu .card .icon {
      min-width: 140px;
      width: 140px;
      height: 140px;
      border-radius: 50%;
      border: dashed 2px #999;
      background-color: #fff;
      position: relative;
      margin: 0; }
    .index-menu .card .icon > img {
      position: absolute;
      margin: auto;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    .index-menu .card .detail {
      padding-left: 25px; }
    .index-menu .card h3 {
      margin-top: 0;
      font-size: 150%;
      font-weight: normal; }
      .index-menu .card h3 strong {
        font-size: 116.66667%; }
    .index-menu .card .text {
      margin: 0;
      font-size: 100%;
      color: #495057;
      line-height: 1.25; }
    @media screen and (max-width: 480px) {
      .index-menu .card {
        padding: 15px; }
        .index-menu .card .icon {
          min-width: 100px;
          width: 100px;
          height: 100px; }
        .index-menu .card .icon > img {
          width: 71.42857%; }
        .index-menu .card .detail {
          padding-left: 15px; }
        .index-menu .card h3 {
          font-size: 100%; } }

/**************************************************
 pages ページ別のスタイルを定義
***************************************************/
/**************************************************
 privacy
***************************************************/
.pg-privacy li, .pg-privacy p {
  font-size: 0.875rem; }

.pg-privacy .section-title {
  margin-top: 50px; }

.linkBnr textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  border: solid 1px #ccc;
  font-size: 0.75rem;
  line-height: normal; }

.linkBnr h4 {
  margin-bottom: 10px; }

/**************************************************
 school 映像塾
***************************************************/
.pg-school .section-title:not(:first-child) {
  margin-top: 50px; }

.pg-school .basic-box {
  padding: 20px; }
  .pg-school .basic-box .outline dt {
    background-color: #E4007F;
    display: inline;
    border-radius: 3px;
    padding: 4px 10px;
    color: #FFF;
    line-height: 2; }
  .pg-school .basic-box .outline dd {
    line-height: 2;
    margin: 0;
    margin-bottom: 10px; }
    .pg-school .basic-box .outline dd .lecturer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      list-style: none;
      padding-left: 0;
      padding: 0; }
      .pg-school .basic-box .outline dd .lecturer li {
        margin: 0; }
        .pg-school .basic-box .outline dd .lecturer li:nth-child(1) {
          width: 25%; }
        .pg-school .basic-box .outline dd .lecturer li:nth-child(2) {
          width: 75%; }
        .pg-school .basic-box .outline dd .lecturer li.photo h3 {
          text-align: center;
          color: #e24408;
          padding-bottom: 10px; }
        @media screen and (max-width: 600px) {
          .pg-school .basic-box .outline dd .lecturer li {
            width: 100% !important;
            padding: 10px 0;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; }
            .pg-school .basic-box .outline dd .lecturer li.photo {
              text-align: center; } }
        .pg-school .basic-box .outline dd .lecturer li p {
          margin: 0; }
        .pg-school .basic-box .outline dd .lecturer li h3 {
          color: #a6937c;
          margin: 0;
          font-size: 100%; }
  .pg-school .basic-box .intro-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    padding-left: 0;
    padding: 0; }
    .pg-school .basic-box .intro-box li {
      width: 50%;
      margin: 0; }
      .pg-school .basic-box .intro-box li.img p {
        margin-left: 30px; }
      .pg-school .basic-box .intro-box li .basic-title {
        font-size: 140%;
        padding-bottom: 20px; }
  .pg-school .basic-box .event-end {
    background-color: #E4007F;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 0; }

@media screen and (max-width: 600px) {
  .pg-school .basic-box {
    padding: 5px; }
    .pg-school .basic-box .intro-box {
      display: culmn;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%; }
      .pg-school .basic-box .intro-box li {
        width: 100%;
        padding: 10px 0; }
        .pg-school .basic-box .intro-box li.img p {
          margin-left: 0; } }

/**************************************************
 press プレス
***************************************************/
@media screen and (max-width: 600px) {
  .pg-press ul.basic-list li {
    font-size: 85.4%; }
    .pg-press ul.basic-list li:not(:first-child) {
      margin-top: 1em; } }

/**************************************************
 info
***************************************************/
.pg-info {
  /*ul.pager {
      margin: 10px;
      display: flex;
      flex-wrap: wrap;
      li{
        margin-right: 5px;
        font-weight: bold;
        list-style:none;
        background-color: #fff;
        &.prev{border: none;}
        &.next{border: none;}
        em {
        display: block;
        padding: 5px 8px;
        color: #FFFFFF;
        background-color: #E8461D;
        }
        a{
        position: relative;
        display: block;
        padding: 5px 8px;
        color: #E8461D;
        text-decoration: none;
        }
        &::hover{
          background-color: #FFC9AA;
          text-decoration: none;
        }
        &::active{
          background-color: #FFC9AA;
          text-decoration: none;}
      }
}
*/ }
  .pg-info .inner {
    margin-bottom: 20px; }
    .pg-info .inner .sect-news .section-title {
      margin-top: 0; }
    .pg-info .inner .sect-news .photo {
      margin-bottom: 20px;
      text-align: center; }
    .pg-info .inner .sect-news p {
      line-height: 1.5;
      font-size: 100%; }
    .pg-info .inner .sect-news a {
      position: relative;
      padding-left: 1.5em; }
      .pg-info .inner .sect-news a::before {
        position: absolute;
        top: .35em;
        left: 0;
        vertical-align: middle;
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        color: #E4007F; }

/**************************************************
 優秀企画
***************************************************/
.pg-planning .event-end {
  background-color: #E4007F;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin-bottom: 0; }

.pg-planning .basic-box {
  padding: 20px; }
  @media screen and (max-width: 600px) {
    .pg-planning .basic-box {
      padding: 10px; } }
  .pg-planning .basic-box .outline dt {
    background-color: #E4007F;
    display: inline;
    border-radius: 3px;
    padding: 4px 10px;
    color: #FFF;
    line-height: 2; }
  .pg-planning .basic-box .outline dd {
    line-height: 2;
    margin: 0;
    margin-bottom: 10px; }
    .pg-planning .basic-box .outline dd .lecturer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      list-style: none;
      padding-left: 0;
      padding: 0; }
      .pg-planning .basic-box .outline dd .lecturer li {
        margin: 0; }
        .pg-planning .basic-box .outline dd .lecturer li span {
          padding-right: 10px; }
        @media screen and (max-width: 600px) {
          .pg-planning .basic-box .outline dd .lecturer li {
            width: 100%;
            padding: 10px 0;
            text-align: center; }
            .pg-planning .basic-box .outline dd .lecturer li span {
              padding-right: 0; } }
        .pg-planning .basic-box .outline dd .lecturer li p {
          margin: 0 10px; }
  .pg-planning .basic-box .event-end {
    background-color: #E4007F;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 0; }

.pg-planning article {
  text-align: center; }
  .pg-planning article .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style: none;
    padding-left: 0; }

.pg-planning.-award .sect-movie-story {
  margin-top: 20px; }
  .pg-planning.-award .sect-movie-story .ac-head::after {
    font-size: 125%;
    top: 5px;
    right: 2px; }
    @media screen and (max-width: 600px) {
      .pg-planning.-award .sect-movie-story .ac-head::after {
        display: none; } }
  .pg-planning.-award .sect-movie-story .sect-title {
    margin: 0;
    border-bottom: dotted 2px #786955;
    padding-bottom: 15px; }
    .pg-planning.-award .sect-movie-story .sect-title .main {
      padding-left: 15px;
      color: #E4007F; }
      @media screen and (max-width: 480px) {
        .pg-planning.-award .sect-movie-story .sect-title .main {
          font-size: 87.5%; } }
      @media screen and (max-width: 374px) {
        .pg-planning.-award .sect-movie-story .sect-title .main {
          font-size: 81.25%; } }
  .pg-planning.-award .sect-movie-story .-txtcenter {
    text-align: center; }
    .pg-planning.-award .sect-movie-story .-txtcenter .btns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      list-style: none;
      padding-left: 0; }
  .pg-planning.-award .sect-movie-story .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    padding-left: 0; }
    .pg-planning.-award .sect-movie-story .column li {
      width: calc(50% - 10px); }
      @media screen and (max-width: 600px) {
        .pg-planning.-award .sect-movie-story .column li {
          width: calc(100%); } }
      .pg-planning.-award .sect-movie-story .column li h3 {
        color: #786854; }
      .pg-planning.-award .sect-movie-story .column li .boxDetail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        list-style: none;
        padding-left: 0; }
        .pg-planning.-award .sect-movie-story .column li .boxDetail .name dl {
          margin: 0;
          padding-left: 20px; }
          .pg-planning.-award .sect-movie-story .column li .boxDetail .name dl dt {
            background-color: #E4007F;
            display: inline;
            border-radius: 3px;
            padding: 4px 10px;
            color: #FFF;
            line-height: 2; }
          .pg-planning.-award .sect-movie-story .column li .boxDetail .name dl dd {
            margin: 0;
            padding: 10px 0; }
        @media screen and (max-width: 600px) {
          .pg-planning.-award .sect-movie-story .column li .boxDetail .name {
            width: 100%; }
            .pg-planning.-award .sect-movie-story .column li .boxDetail .name dl {
              padding: 10px 0 0; } }
      .pg-planning.-award .sect-movie-story .column li .synopsis dt {
        background-color: #E4007F;
        display: inline;
        border-radius: 3px;
        padding: 4px 10px;
        color: #FFF;
        line-height: 2; }
      .pg-planning.-award .sect-movie-story .column li .synopsis dd {
        margin: 0;
        padding: 10px 0; }
      .pg-planning.-award .sect-movie-story .column li .basic-box.-white h5 {
        margin: 0; }
    .pg-planning.-award .sect-movie-story .column .granprix h3 {
      color: #786854;
      vertical-align: top; }
      .pg-planning.-award .sect-movie-story .column .granprix h3 .sub {
        padding-right: 10px; }
    .pg-planning.-award .sect-movie-story .column .granprix .boxDetail {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .pg-planning.-award .sect-movie-story .column .granprix .boxDetail .poster {
        min-width: 300px; }
        .pg-planning.-award .sect-movie-story .column .granprix .boxDetail .poster.-small {
          min-width: 200px; }
      .pg-planning.-award .sect-movie-story .column .granprix .boxDetail .name {
        max-width: 620px; }
        .pg-planning.-award .sect-movie-story .column .granprix .boxDetail .name dl {
          margin: 0;
          padding-left: 20px; }
          .pg-planning.-award .sect-movie-story .column .granprix .boxDetail .name dl dt {
            background-color: #E4007F;
            display: inline;
            border-radius: 3px;
            padding: 4px 10px;
            color: #FFF;
            line-height: 2; }
          .pg-planning.-award .sect-movie-story .column .granprix .boxDetail .name dl dd {
            margin: 0;
            padding: 10px 0; }
        .pg-planning.-award .sect-movie-story .column .granprix .boxDetail .name .basic-box.-white {
          margin: 20px 20px 0; }
          .pg-planning.-award .sect-movie-story .column .granprix .boxDetail .name .basic-box.-white h5 {
            margin: 0; }
    @media screen and (max-width: 600px) {
      .pg-planning.-award .sect-movie-story .column .granprix .sub {
        display: block; }
      .pg-planning.-award .sect-movie-story .column .granprix .main {
        display: block;
        margin-top: 10px; }
      .pg-planning.-award .sect-movie-story .column .granprix .boxDetail {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%; }
        .pg-planning.-award .sect-movie-story .column .granprix .boxDetail .name {
          margin-top: 20px; }
          .pg-planning.-award .sect-movie-story .column .granprix .boxDetail .name dl {
            padding-left: 0; }
          .pg-planning.-award .sect-movie-story .column .granprix .boxDetail .name .basic-box.-white {
            margin: 0; } }

/**************************************************
 lineup
***************************************************/
.pg-lineup .sect-lineup-intro {
  overflow: visible; }
  .pg-lineup .sect-lineup-intro > .inner {
    padding: 20px 30px; }
    .pg-lineup .sect-lineup-intro > .inner .message {
      padding-right: 170px; }
      @media screen and (max-width: 480px) {
        .pg-lineup .sect-lineup-intro > .inner .message {
          padding-right: 0; } }
    .pg-lineup .sect-lineup-intro > .inner .text {
      display: inline-block; }
    .pg-lineup .sect-lineup-intro > .inner .illust {
      position: absolute;
      top: -5px;
      right: -15px; }
      @media screen and (max-width: 480px) {
        .pg-lineup .sect-lineup-intro > .inner .illust {
          position: static;
          display: block;
          text-align: center;
          margin-top: 20px; } }
    .pg-lineup .sect-lineup-intro > .inner p.basic {
      margin-bottom: 20px; }

.pg-lineup .sect-lineup-select > .inner {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #000;
  padding: 5px;
  text-align: center;
  border-radius: 6px; }
  .pg-lineup .sect-lineup-select > .inner > .select-box, .pg-lineup .pg-storyproject .sect-lineup-select > .select-container.inner > select, .pg-storyproject .pg-lineup .sect-lineup-select > .select-container.inner > select {
    margin: 5px; }
    @media screen and (max-width: 768px) {
      .pg-lineup .sect-lineup-select > .inner > .select-box, .pg-lineup .pg-storyproject .sect-lineup-select > .select-container.inner > select, .pg-storyproject .pg-lineup .sect-lineup-select > .select-container.inner > select {
        width: calc(100% - 10px); } }

.pg-lineup .sect-lineup-list > .inner .lineup-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  padding-left: 2px;
  margin-right: -4px; }
  .pg-lineup .sect-lineup-list > .inner .lineup-cards > .card {
    width: calc(25% - 12px - 4px);
    padding: 6px;
    border: dashed 2px #333;
    margin-left: -2px;
    margin-bottom: -2px;
    position: relative; }
    @media screen and (max-width: 1020px) {
      .pg-lineup .sect-lineup-list > .inner .lineup-cards > .card {
        width: calc(33.3% - 12px - 4px); } }
    @media screen and (max-width: 768px) {
      .pg-lineup .sect-lineup-list > .inner .lineup-cards > .card {
        width: calc(50% - 12px - 4px); } }
    @media screen and (max-width: 374px) {
      .pg-lineup .sect-lineup-list > .inner .lineup-cards > .card {
        width: calc(100% - 12px - 6px); } }
    .pg-lineup .sect-lineup-list > .inner .lineup-cards > .card::before {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      border: solid 6px #333;
      border-right: none;
      border-bottom: none;
      position: absolute;
      top: -2px;
      left: -2px; }
    .pg-lineup .sect-lineup-list > .inner .lineup-cards > .card::after {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      border: solid 6px #333;
      border-left: none;
      border-bottom: none;
      position: absolute;
      top: -2px;
      right: -2px; }
    .pg-lineup .sect-lineup-list > .inner .lineup-cards > .card > .inner {
      height: 100%;
      position: relative;
      z-index: 2; }
      .pg-lineup .sect-lineup-list > .inner .lineup-cards > .card > .inner::before {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border: solid 6px #333;
        border-right: none;
        border-top: none;
        position: absolute;
        bottom: -8px;
        left: -8px; }
      .pg-lineup .sect-lineup-list > .inner .lineup-cards > .card > .inner::after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border: solid 6px #333;
        border-left: none;
        border-top: none;
        position: absolute;
        bottom: -8px;
        right: -8px; }
      .pg-lineup .sect-lineup-list > .inner .lineup-cards > .card > .inner a {
        display: block;
        height: 100%;
        position: relative;
        z-index: 3;
        background-color: #fff;
        border: solid 1px #fff;
        -webkit-transition: -webkit-transform 0.5s;
        transition: -webkit-transform 0.5s;
        -o-transition: transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s;
        color: #080808;
        text-decoration: none; }
        .pg-lineup .sect-lineup-list > .inner .lineup-cards > .card > .inner a:hover {
          opacity: 1;
          -webkit-transform: scale(1.08);
          -ms-transform: scale(1.08);
          transform: scale(1.08); }
        .pg-lineup .sect-lineup-list > .inner .lineup-cards > .card > .inner a .soldout {
          position: absolute;
          left: 0px;
          top: 0px;
          z-index: 4; }
        .pg-lineup .sect-lineup-list > .inner .lineup-cards > .card > .inner a .head {
          position: relative; }
          .pg-lineup .sect-lineup-list > .inner .lineup-cards > .card > .inner a .head > img {
            width: 100%; }
          .pg-lineup .sect-lineup-list > .inner .lineup-cards > .card > .inner a .head .date_box {
            position: absolute;
            right: 5px;
            bottom: 5px;
            background-color: #DFDFDF;
            padding-top: 5px;
            padding-right: 10px;
            padding-bottom: 5px;
            padding-left: 10px;
            font-size: 12px;
            margin-top: 0px;
            margin-bottom: 0px;
            font-weight: bold; }
        .pg-lineup .sect-lineup-list > .inner .lineup-cards > .card > .inner a .body dl {
          padding: 10px; }
          .pg-lineup .sect-lineup-list > .inner .lineup-cards > .card > .inner a .body dl dt {
            font-weight: bold;
            text-align: center;
            padding-bottom: 5px;
            padding-top: 10px;
            min-height: 67px; }
          .pg-lineup .sect-lineup-list > .inner .lineup-cards > .card > .inner a .body dl dd {
            font-size: 76%;
            margin-top: 0px;
            text-align: center;
            margin-left: 0; }
            .pg-lineup .sect-lineup-list > .inner .lineup-cards > .card > .inner a .body dl dd.multiple {
              text-align: left;
              text-indent: -3.3em;
              padding-left: 3.3em;
              margin-left: 20px; }

.movie_pickup li a:hover,
.movie_pickup li a:active {
  background: #fffccc; }

.pg-lineup .film-title {
  color: #E4007F;
  font-size: 130%;
  margin-top: 0px; }
  .pg-lineup .film-title .subtitle {
    font-size: 80%; }

.pg-lineup h4 {
  margin-bottom: 10px;
  font-size: 120%; }
  .pg-lineup h4.more-title {
    color: #996600;
    margin-top: 20px; }

.pg-lineup .multiple {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.5;
  margin-left: 0;
  padding-left: 0; }
  .pg-lineup .multiple li {
    list-style: none; }
    .pg-lineup .multiple li.ticket {
      background-color: #F9D7C8;
      padding: 10px;
      text-indent: 0em;
      margin-bottom: 15px;
      margin-top: 10px;
      font-size: 88%; }

.pg-lineup .photo .copyright {
  font-size: 80%; }

.pg-lineup .photo .slide .copyright {
  margin-top: 3px; }

.pg-lineup .detail ul {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.5;
  margin-left: 10px;
  padding-left: 0; }
  .pg-lineup .detail ul.set {
    margin-top: 20px;
    margin-bottom: 20px;
    border: #CCC solid 1px;
    padding: 15px; }
  .pg-lineup .detail ul li {
    list-style: none; }
    .pg-lineup .detail ul li.guest {
      padding: 5px 0; }
    .pg-lineup .detail ul li.separate_line {
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: solid 1px #ccc; }
    .pg-lineup .detail ul li.tag {
      padding-bottom: 15px; }
      .pg-lineup .detail ul li.tag span {
        margin-right: 10px;
        font-size: 88%;
        font-weight: bold; }
        .pg-lineup .detail ul li.tag span.tag-new {
          border: solid 2px #669933;
          border-radius: 8px;
          padding: 3px 10px;
          color: #669933; }
        .pg-lineup .detail ul li.tag span.tag-drama {
          border: solid 2px #0066CC;
          border-radius: 8px;
          padding: 3px 10px;
          color: #0066CC; }
        .pg-lineup .detail ul li.tag span.tag-guest {
          border: solid 2px #FF9900;
          border-radius: 8px;
          padding: 3px 10px;
          color: #FF9900; }
        .pg-lineup .detail ul li.tag span.tag-young {
          border: solid 2px #99CC33;
          border-radius: 8px;
          padding: 3px 10px;
          color: #99CC33; }
        .pg-lineup .detail ul li.tag span.tag-anime {
          border: solid 2px #3399CC;
          border-radius: 8px;
          padding: 3px 10px;
          color: #3399CC; }
        .pg-lineup .detail ul li.tag span.tag-stage {
          border: solid 2px #990066;
          border-radius: 8px;
          padding: 3px 10px;
          color: #990066; }
    .pg-lineup .detail ul li.ticket {
      background-color: #F9D7C8;
      padding: 10px;
      text-indent: 0em;
      margin-bottom: 15px;
      margin-top: 10px;
      font-size: 88%; }

.pg-lineup .detail .filmlist {
  margin-left: 0; }
  .pg-lineup .detail .filmlist h4 {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 100%; }
  .pg-lineup .detail .filmlist .guest {
    margin-left: 5px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ccc; }

.pg-lineup .movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden; }
  .pg-lineup .movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media screen and (max-width: 768px) {
  .pg-lineup .detail ul {
    margin-left: 0px; }
    .pg-lineup .detail ul.set {
      margin-bottom: 0; } }

.pg-lineup .btn-container {
  margin: 30px auto 0; }

/* -----------------------------------------------
  SNSシェアボタン
-------------------------------------------------- */
.sns-btns {
  text-align: center;
  margin: 50px auto 20px; }

.sns-btns a {
  display: inline-block;
  position: relative;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: white;
  border-radius: 5px;
  padding: 14px 0px;
  width: 180px; }

.facebook-btn-foot {
  background-color: #2e4a88;
  -webkit-box-shadow: 0 4px 0 #1B3D82;
  box-shadow: 0 4px 0 #1B3D82;
  text-shadow: 0 -1px -1px #1B3D82; }

.facebook-btn-foot {
  background-color: #354F84; }

.facebook-btn-foot {
  top: 2px;
  -webkit-box-shadow: 0 2px 0 #1B3D82;
  box-shadow: 0 2px 0 #1B3D82; }

.twitter-btn-foot {
  background-color: #008DDE;
  -webkit-box-shadow: 0 4px 0 #0078BD;
  box-shadow: 0 4px 0 #0078BD; }

.twitter-btn-foot:active {
  top: 2px;
  -webkit-box-shadow: 0 2px 0 #0078BD;
  box-shadow: 0 2px 0 #0078BD; }

.twitter-btn-foot:hover {
  background-color: #1397D8; }

.line-btn-foot {
  background-color: #25af00;
  -webkit-box-shadow: 0 4px 0 #219900;
  box-shadow: 0 4px 0 #219900; }

.line-btn-foot:active {
  top: 2px;
  -webkit-box-shadow: 0 2px 0 #208f02;
  box-shadow: 0 2px 0 #208f02; }

.line-btn-foot:hover {
  background-color: #28b403; }

@media (max-width: 768px) {
  .sns-btns a {
    width: 27%; } }

/* -----------------------------------------------
  slick
-------------------------------------------------- */
/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
  color: #000; }

/*左右の矢印の位置を変える*/
.slick-next {
  right: 20px;
  z-index: 99; }

.slick-prev {
  left: 15px;
  z-index: 100; }

/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
  color: #fff; }

/*スライド画像の横幅可変*/
img {
  max-width: 100%;
  height: auto; }

/**************************************************
 ticket
***************************************************/
.pg-ticket .release {
  text-align: center;
  margin-bottom: 0; }
  .pg-ticket .release dt {
    background-color: #E4007F;
    padding: 20px;
    font-size: 150%;
    font-weight: bold;
    color: #fff; }
  .pg-ticket .release dd {
    border: solid 5px #E4007F;
    margin: 0;
    padding: 20px;
    font-size: 140%;
    color: #E4007F; }

.pg-ticket .-suporter {
  margin-top: 50px; }

.pg-ticket .howto-buy {
  border: solid 10px #ccc;
  border-radius: 5px;
  padding: 10px 20px 20px 20px;
  margin-top: 50px; }
  .pg-ticket .howto-buy.coupon {
    margin-top: 20px; }
  .pg-ticket .howto-buy .place {
    background-color: #E4007F;
    color: #fff;
    padding: 6px;
    margin-right: 10px;
    font-size: 85%;
    font-weight: bold; }
  .pg-ticket .howto-buy h2 {
    font-size: 120%; }
  .pg-ticket .howto-buy hr.dot {
    margin-top: 20px; }
  .pg-ticket .howto-buy .btn-container {
    margin-top: 20px; }
  .pg-ticket .howto-buy .release-day {
    font-weight: bold;
    font-size: 120%;
    color: #E4007F; }
  .pg-ticket .howto-buy .soldout {
    background-color: #E4007F;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 100%; }

.pg-ticket .attention {
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0; }
  .pg-ticket .attention li {
    list-style: none;
    padding-bottom: 10px; }

@media screen and (max-width: 480px) {
  .pg-ticket .release dd {
    padding: 20px 0;
    font-size: 130%; }
  .pg-ticket .howto-buy {
    border: solid 5px #ccc;
    padding: 10px; }
    .pg-ticket .howto-buy h2 {
      text-align: center; }
    .pg-ticket .howto-buy .basic-list > li {
      font-size: 110%; }
    .pg-ticket .howto-buy p {
      font-size: 110%;
      line-height: 2.5; }
  .pg-ticket .-suporter p {
    font-size: 110%;
    line-height: 1.5; }
  .pg-ticket .attention li {
    line-height: 1.5; } }

/**************************************************
 place
***************************************************/
.pg-place .theater {
  margin-left: -10px;
  margin-right: -10px; }
  .pg-place .theater .basic-box {
    border: solid 10px #ccc;
    border-radius: 5px;
    padding: 20px;
    background-color: #fff; }
    .pg-place .theater .basic-box h3 {
      margin: 10px 0; }
    .pg-place .theater .basic-box .access {
      background-color: #eeeae3;
      padding: 20px; }
      .pg-place .theater .basic-box .access h4 {
        margin: 0; }
    .pg-place .theater .basic-box .btn-container {
      margin: 20px 10px auto; }

.pg-place .traffic {
  margin-left: -10px;
  margin-right: -10px; }

@media screen and (max-width: 480px) {
  .pg-place .theater {
    margin: 0; }
    .pg-place .theater .basic-box {
      border: solid 5px #ccc;
      padding: 10px; }
  .pg-place .traffic {
    margin: 0; } }
