﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/earlyaccess/mplus1p.css");
/* --------------------
Normalize
-------------------- */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
body {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* --------------------
Reset
-------------------- */
header,
nav,
main,
footer {
  width: 100%;
  display: block;
}

ul,
li {
  list-style-type: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

button,
button::before,
button::after {
  border: 0;
  outline: 0;
}

:focus {
  outline: 0;
}

small {
  font-size: inherit;
}

iframe {
  outline: none;
  border: none;
  background-color: transparent;
}

button {
  display: block;
  margin: 0;
  padding: 0;
  background: transparent;
}

select {
  border: none;
}

em {
  font-style: normal;
}

/* --------------------
Base
-------------------- */
html {
  font-size: 62.5%;
  font-family: "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.75;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  body {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media (min-width: 769px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

img {
  display: block;
}

@media (max-width: 768px) {
  img {
    width: 100%;
  }
}

a {
  color: #000;
}

/* --------------------
Layout
-------------------- */
/* body */
.l-body {
  position: relative;
}

@media (max-width: 768px) {
  .l-body {
    -webkit-animation: fadeIn 2s ease-in-out 0s 1 normal;
    -moz-animation: fadeIn 2s ease-in-out 0s 1 normal;
    animation: fadeIn 2s ease-in-out 0s 1 normal;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* header */
.l-header {
  position: relative;
}

@media (max-width: 768px) {
  .l-header {
    background-color: white;
  }
}

@media (min-width: 769px) {
  .l-header {
    height: 932px;
  }
}

/* header/inner */
@media (max-width: 768px) {
  .l-header_inner {
    position: relative;
  }
}

@media (min-width: 769px) {
  .l-header_inner {
    width: 960px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
}

/* header/border */
.l-header_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e72f77;
}

.l-header_bg > * {
  background-color: white;
  border-radius: 30px;
  width: 50%;
  height: 55%;
  position: absolute;
}

.l-header_bg > *:nth-of-type(1) {
  top: 0;
  left: 0;
  margin: 25px 0 0 25px;
}

.l-header_bg > *:nth-of-type(2) {
  top: 0;
  right: 0;
  margin: 25px 25px 0 0;
}

.l-header_bg > *:nth-of-type(3) {
  bottom: 0;
  left: 0;
  margin: 0 0 0 25px;
}

.l-header_bg > *:nth-of-type(4) {
  right: 0;
  bottom: 0;
  margin: 0 25px 0 0;
}

/* header/item*/
.l-header_item--logo {
  position: absolute;
}

@media (max-width: 768px) {
  .l-header_item--logo {
    width: 80%;
    top: 31%;
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media (min-width: 769px) {
  .l-header_item--logo {
    top: 500px;
    left: 15px;
  }
}

@media (max-width: 768px) {
  .l-header_item--trailer {
    padding: 0 18% 6%;
  }
}

@media (min-width: 769px) {
  .l-header_item--trailer {
    position: absolute;
    top: 200px;
    right: 0;
  }
}

@media (max-width: 768px) {
  .l-header_item--special {
    padding: 0 15% 6%;
  }
}

@media (min-width: 769px) {
  .l-header_item--special {
    position: absolute;
    top: 200px;
    left: -85px;
  }
}

@media (max-width: 768px) {
  .l-header_item--campaign {
    padding: 0 15% 6%;
  }
}

@media (min-width: 769px) {
  .l-header_item--campaign {
    position: absolute;
    top: 400px;
    right: -70px;
  }
}

@media (max-width: 768px) {
  .l-header_item--saikabou {
    padding: 0 15% 10%;
  }
}

@media (min-width: 769px) {
  .l-header_item--saikabou {
    position: absolute;
    top: 420px;
    left: -40px;
  }
}

@media (max-width: 768px) {
  .l-header_item--modeks {
    padding: 0 15% 5%;
  }
}

@media (min-width: 769px) {
  .l-header_item--modeks {
    position: absolute;
    top: 348px;
    left: -60px;
  }
}

@media (max-width: 768px) {
  .l-header_item--news {
    padding: 0 4% 4%;
  }
}

@media (min-width: 769px) {
  .l-header_item--news {
    position: absolute;
    top: 725px;
    right: 0;
  }
}

.l-header_item--pcMain {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.l-header_item--line {
  width: 100%;
  display: table;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
}

.l-header_item--line img {
  width: 100%;
}

.l-header_item--deco-1 {
  position: absolute;
  top: 0;
  left: 10%;
}

.l-header_item--deco-2 {
  position: absolute;
  top: 240px;
  left: -100px;
}

@media (min-width: 1200px) {
  .l-header_item--deco-2 {
    left: 0;
  }
}

.l-header_item--deco-3 {
  position: absolute;
  bottom: 0;
  left: 20px;
}

.l-header_item--deco-4 {
  position: absolute;
  top: 20px;
  right: 0;
}

.l-header_item--deco-5 {
  position: absolute;
  top: 375px;
  right: 5%;
}

.l-header_item--deco-6 {
  position: absolute;
  top: 600px;
  right: -50px;
}

@media (min-width: 1200px) {
  .l-header_item--deco-6 {
    right: 0;
  }
}

.l-header_item--gearLeft {
  width: 236px;
  height: 392px;
}

.l-header_item--gearLeft > * {
  position: absolute;
}

.l-header_item--gearLeft > *:nth-of-type(1) {
  top: 0;
  left: -40px;
}

.l-header_item--gearLeft > *:nth-of-type(2) {
  top: 94px;
  left: 66px;
}

.l-header_item--gearLeft > *:nth-of-type(3) {
  top: 202px;
  left: 58px;
}

.l-header_item--gearLeft > *:nth-of-type(4) {
  top: 250px;
  left: 139px;
}

.l-header_item--gearLeft > *:nth-of-type(5) {
  right: 0;
  bottom: 0;
}

.l-header_item--gearRight {
  width: 167px;
  height: 335px;
}

.l-header_item--gearRight > * {
  position: absolute;
}

.l-header_item--gearRight > *:nth-of-type(1) {
  top: -4px;
  left: -1px;
}

.l-header_item--gearRight > *:nth-of-type(2) {
  top: 22px;
  left: 55px;
}

.l-header_item--gearRight > *:nth-of-type(3) {
  top: 108px;
  left: 15px;
}

.l-header_item--gearRight > *:nth-of-type(4) {
  right: -40px;
  bottom: 0;
}

/* First Animations */
@media (min-width: 769px) {
  .loaded .l-header_item {
    visibility: visible;
  }
  .l-header_item {
    visibility: hidden;
  }
  .loaded .l-header_item--pcMain {
    -webkit-animation: pcMain 0.75s ease-in-out 0s 1 normal;
    -moz-animation: pcMain 0.75s ease-in-out 0s 1 normal;
    animation: pcMain 0.75s ease-in-out 0s 1 normal;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .loaded .l-header_item--logo {
    -webkit-animation: logo 1.5s cubic-bezier(0.4, 0, 0.2, 1) 2.25s 1 normal;
    -moz-animation: logo 1.5s cubic-bezier(0.4, 0, 0.2, 1) 2.25s 1 normal;
    animation: logo 1.5s cubic-bezier(0.4, 0, 0.2, 1) 2.25s 1 normal;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .loaded .l-header_item--news,
  .loaded .l-header_item--trailer img,
  .loaded .l-header_item--campaign img,
  .loaded .l-header_item--special img,
  .loaded .l-header_item--saikabou img,
  .loaded .l-header_item--modeks img {
    -webkit-animation: other 0.5s ease-in-out 3.5s 1 normal;
    -moz-animation: other 0.5s ease-in-out 3.5s 1 normal;
    animation: other 0.5s ease-in-out 3.5s 1 normal;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .loaded .l-header_item--line {
    -webkit-animation: line 0.25s ease 4s 1 normal;
    -moz-animation: line 0.25s ease 4s 1 normal;
    animation: line 0.25s ease 4s 1 normal;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .loaded .l-header_item--deco-1 {
    -webkit-animation: deco-1 0.25s ease-in 1.4s 1 normal;
    -moz-animation: deco-1 0.25s ease-in 1.4s 1 normal;
    animation: deco-1 0.25s ease-in 1.4s 1 normal;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .loaded .l-header_item--deco-2 {
    -webkit-animation: deco-2 1s cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1 normal;
    -moz-animation: deco-2 1s cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1 normal;
    animation: deco-2 1s cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1 normal;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .loaded .l-header_item--deco-3 {
    -webkit-animation: deco-3 1.5s cubic-bezier(0.4, 0, 0.2, 1) 1.75s 1 normal;
    -moz-animation: deco-3 1.5s cubic-bezier(0.4, 0, 0.2, 1) 1.75s 1 normal;
    animation: deco-3 1.5s cubic-bezier(0.4, 0, 0.2, 1) 1.75s 1 normal;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .loaded .l-header_item--deco-4 {
    -webkit-animation: deco-4 0.75s cubic-bezier(0.4, 0, 0.2, 1) 1.5s 1 normal;
    -moz-animation: deco-4 0.75s cubic-bezier(0.4, 0, 0.2, 1) 1.5s 1 normal;
    animation: deco-4 0.75s cubic-bezier(0.4, 0, 0.2, 1) 1.5s 1 normal;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .loaded .l-header_item--deco-5 {
    -webkit-animation: deco-5 1s ease-in 2s 1 normal;
    -moz-animation: deco-5 1s ease-in 2s 1 normal;
    animation: deco-5 1s ease-in 2s 1 normal;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .loaded .l-header_item--deco-6 {
    -webkit-animation: deco-6 1s cubic-bezier(0.4, 0, 0.2, 1) 1s 1 normal;
    -moz-animation: deco-6 1s cubic-bezier(0.4, 0, 0.2, 1) 1s 1 normal;
    animation: deco-6 1s cubic-bezier(0.4, 0, 0.2, 1) 1s 1 normal;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .loaded .l-header_item--gearLeft > * {
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation-duration: 10s;
    -moz-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  .loaded .l-header_item--gearLeft > *:nth-of-type(1) {
    -webkit-animation-name: rotate-r;
    -moz-animation-name: rotate-r;
    animation-name: rotate-r;
  }
  .loaded .l-header_item--gearLeft > *:nth-of-type(2) {
    -webkit-animation-name: rotate-l;
    -moz-animation-name: rotate-l;
    animation-name: rotate-l;
  }
  .loaded .l-header_item--gearLeft > *:nth-of-type(3) {
    -webkit-animation-name: rotate-r;
    -moz-animation-name: rotate-r;
    animation-name: rotate-r;
  }
  .loaded .l-header_item--gearLeft > *:nth-of-type(4) {
    -webkit-animation-name: rotate-l;
    -moz-animation-name: rotate-l;
    animation-name: rotate-l;
  }
  .loaded .l-header_item--gearLeft > *:nth-of-type(5) {
    -webkit-animation-name: rotate-r;
    -moz-animation-name: rotate-r;
    animation-name: rotate-r;
  }
  .loaded .l-header_item--gearRight > * {
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation-duration: 10s;
    -moz-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  .loaded .l-header_item--gearRight > *:nth-of-type(1) {
    -webkit-animation-name: rotate-r;
    -moz-animation-name: rotate-r;
    animation-name: rotate-r;
  }
  .loaded .l-header_item--gearRight > *:nth-of-type(2) {
    -webkit-animation-name: rotate-l;
    -moz-animation-name: rotate-l;
    animation-name: rotate-l;
  }
  .loaded .l-header_item--gearRight > *:nth-of-type(3) {
    -webkit-animation-name: rotate-r;
    -moz-animation-name: rotate-r;
    animation-name: rotate-r;
  }
  .loaded .l-header_item--gearRight > *:nth-of-type(4) {
    -webkit-animation-name: rotate-l;
    -moz-animation-name: rotate-l;
    animation-name: rotate-l;
  }
}

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

@-moz-keyframes pcMain {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

@-webkit-keyframes logo {
  0% {
    opacity: 0;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  50% {
    -webkit-transform: scale(1.15, 1.15);
    -moz-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
  }
  75% {
    -webkit-transform: scale(0.85, 0.85);
    -moz-transform: scale(0.85, 0.85);
    -ms-transform: scale(0.85, 0.85);
    transform: scale(0.85, 0.85);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-moz-keyframes logo {
  0% {
    opacity: 0;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  50% {
    -webkit-transform: scale(1.15, 1.15);
    -moz-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
  }
  75% {
    -webkit-transform: scale(0.85, 0.85);
    -moz-transform: scale(0.85, 0.85);
    -ms-transform: scale(0.85, 0.85);
    transform: scale(0.85, 0.85);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes logo {
  0% {
    opacity: 0;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  50% {
    -webkit-transform: scale(1.15, 1.15);
    -moz-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
  }
  75% {
    -webkit-transform: scale(0.85, 0.85);
    -moz-transform: scale(0.85, 0.85);
    -ms-transform: scale(0.85, 0.85);
    transform: scale(0.85, 0.85);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes other {
  0% {
    opacity: 0;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-moz-keyframes other {
  0% {
    opacity: 0;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes other {
  0% {
    opacity: 0;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

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

@-moz-keyframes line {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

@-webkit-keyframes deco-1 {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes deco-1 {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes deco-1 {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes deco-2 {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(-15%);
    -moz-transform: translateX(-15%);
    -ms-transform: translateX(-15%);
    transform: translateX(-15%);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes deco-2 {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(-15%);
    -moz-transform: translateX(-15%);
    -ms-transform: translateX(-15%);
    transform: translateX(-15%);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes deco-2 {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(-15%);
    -moz-transform: translateX(-15%);
    -ms-transform: translateX(-15%);
    transform: translateX(-15%);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes deco-3 {
  0% {
    -webkit-transform: translateX(-150%);
    -moz-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
  }
  50% {
    -webkit-transform: translateX(15%);
    -moz-transform: translateX(15%);
    -ms-transform: translateX(15%);
    transform: translateX(15%);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes deco-3 {
  0% {
    -webkit-transform: translateX(-150%);
    -moz-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
  }
  50% {
    -webkit-transform: translateX(15%);
    -moz-transform: translateX(15%);
    -ms-transform: translateX(15%);
    transform: translateX(15%);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes deco-3 {
  0% {
    -webkit-transform: translateX(-150%);
    -moz-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
  }
  50% {
    -webkit-transform: translateX(15%);
    -moz-transform: translateX(15%);
    -ms-transform: translateX(15%);
    transform: translateX(15%);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes deco-4 {
  0% {
    -webkit-transform: translateX(120%) rotate(60deg);
    -moz-transform: translateX(120%) rotate(60deg);
    -ms-transform: translateX(120%) rotate(60deg);
    transform: translateX(120%) rotate(60deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0);
    -moz-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
}

@-moz-keyframes deco-4 {
  0% {
    -webkit-transform: translateX(120%) rotate(60deg);
    -moz-transform: translateX(120%) rotate(60deg);
    -ms-transform: translateX(120%) rotate(60deg);
    transform: translateX(120%) rotate(60deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0);
    -moz-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
}

@keyframes deco-4 {
  0% {
    -webkit-transform: translateX(120%) rotate(60deg);
    -moz-transform: translateX(120%) rotate(60deg);
    -ms-transform: translateX(120%) rotate(60deg);
    transform: translateX(120%) rotate(60deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0);
    -moz-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
}

@-webkit-keyframes deco-5 {
  0% {
    -webkit-transform: translateY(-550px);
    -moz-transform: translateY(-550px);
    -ms-transform: translateY(-550px);
    transform: translateY(-550px);
  }
  33% {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  66% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes deco-5 {
  0% {
    -webkit-transform: translateY(-550px);
    -moz-transform: translateY(-550px);
    -ms-transform: translateY(-550px);
    transform: translateY(-550px);
  }
  33% {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  66% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes deco-5 {
  0% {
    -webkit-transform: translateY(-550px);
    -moz-transform: translateY(-550px);
    -ms-transform: translateY(-550px);
    transform: translateY(-550px);
  }
  33% {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  66% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes deco-6 {
  0% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(15%);
    -moz-transform: translateX(15%);
    -ms-transform: translateX(15%);
    transform: translateX(15%);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes deco-6 {
  0% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(15%);
    -moz-transform: translateX(15%);
    -ms-transform: translateX(15%);
    transform: translateX(15%);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes deco-6 {
  0% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(15%);
    -moz-transform: translateX(15%);
    -ms-transform: translateX(15%);
    transform: translateX(15%);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes rotate-r {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes rotate-r {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-r {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate-l {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-moz-keyframes rotate-l {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes rotate-l {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

/* main */
@media (max-width: 768px) {
  .l-main {
    padding: 24px 0;
  }
}

@media (min-width: 769px) {
  .l-main {
    padding: 40px 0;
  }
}

/* footer */
.l-footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .l-footer {
    padding: 16px 8px;
  }
}

@media (min-width: 769px) {
  .l-footer {
    padding: 40px 0;
  }
}

@media (min-width: 769px) {
  .l-footer_inner {
    width: 960px;
    margin: 0 auto;
  }
}

/* pcNavi */
.l-pcNavi {
  width: 100%;
  background-color: #e62f76;
  padding: 16px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.l-pcNavi a {
  display: block;
}

.l-pcNavi.is-active {
  position: fixed;
}

/* pcNavi/list */
.l-pcNavi_list {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* pcNavi/item */
.l-pcNavi_item.is-closed {
  opacity: 0.65;
  cursor: default;
  pointer-events: none;
}

/* pcNavi/hover-action */
.l-pcNavi a {
  position: relative;
}

.l-pcNavi span {
  width: 0;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  margin: auto;
  background-color: white;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.l-pcNavi a:hover span {
  width: 100%;
}

/* spNaviButton */
.l-spNaviButton {
  width: 40px;
  height: 32px;
  position: fixed;
  top: 8px;
  right: 8px;
  z-index: 9;
}

.l-spNaviButton.is-active {
  height: 42px;
}

/* spNaviButton/item */
.l-spNaviButton_item {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background-color: #000;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.l-spNaviButton_item:nth-of-type(1) {
  top: 0;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.l-spNaviButton_item:nth-of-type(2) {
  top: 15px;
}

.l-spNaviButton_item:nth-of-type(3) {
  top: 30px;
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}

.l-spNaviButton.is-active .l-spNaviButton_item {
  width: 56px;
}

.l-spNaviButton.is-active .l-spNaviButton_item:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-spNaviButton.is-active .l-spNaviButton_item:nth-of-type(2) {
  opacity: 0;
}

.l-spNaviButton.is-active .l-spNaviButton_item:nth-of-type(3) {
  top: 40px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* spNavi */
.l-spNavi {
  width: 100%;
  height: 100%;
  padding: 0 8px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*@include rotateY(-90);*/
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.l-spNavi.is-active {
  opacity: 1;
  /*@include rotateY(0);*/
  visibility: visible;
}

.l-spNavi.is-active .l-spNavi_list {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* spNavi/list */
.l-spNavi_list {
  width: 100%;
  display: table;
  margin: 60px 0 0;
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  -webkit-transition: all 0.5s ease 0.2s;
  -moz-transition: all 0.5s ease 0.2s;
  transition: all 0.5s ease 0.2s;
}

.l-spNavi_list::after {
  content: '';
  display: block;
  clear: both;
}

/* spNavi/item */
.l-spNavi_item {
  width: 49%;
  margin-right: 2%;
  float: left;
}

.l-spNavi_item:nth-of-type(2n) {
  margin-right: 0;
  margin-bottom: 2%;
}

.l-spNavi_item.is-closed {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

/* --------------------
Component
-------------------- */
/* flexBox */
.c-flexBox {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.c-flexBox--rowReverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.c-flexBox--rowCenter {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-flexBox--rowSpace {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-flexBox--columnCenter {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .c-flexBox--spDefault {
    display: block;
  }
}

/* button */
@media (min-width: 769px) {
  .c-button--a:hover {
    opacity: 0.65;
  }
}

@media (min-width: 769px) {
  .c-button--b {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  .c-button--b:hover {
    opacity: 0.65;
  }
}

/* button/a */
.c-button a {
  display: block;
}

/* grid */
.c-grid {
  width: 100%;
  letter-spacing: -1em;
  display: table;
}

/* grid/item */
.c-grid_item {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .c-grid--col1-2 .c-grid_item {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .c-grid--col1-2 .c-grid_item {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .c-grid--col2-3 .c-grid_item {
    width: 50%;
  }
}

@media (min-width: 769px) {
  .c-grid--col2-3 .c-grid_item {
    width: 33.3%;
  }
}

@media (max-width: 768px) {
  .c-grid--col2-4 .c-grid_item {
    width: 50%;
  }
}

@media (min-width: 769px) {
  .c-grid--col2-4 .c-grid_item {
    width: 25%;
  }
}

/* grid/inner */
.c-grid_inner {
  display: table;
  margin: 0 auto;
}

/* movie */
.c-movie {
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  margin-right: auto;
  margin-left: auto;
}

/* movie/iframe */
.c-movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

@media (max-width: 768px) {
  .c-heading-a {
    width: 64%;
    margin: 0 auto 24px;
  }
}

@media (min-width: 769px) {
  .c-heading-a {
    width: 960px;
    margin: 0 auto 48px;
  }
}

.c-box-a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .c-box-a {
    padding: 24px 8px;
  }
}

@media (min-width: 769px) {
  .c-box-a {
    padding: 40px 0;
  }
}

.c-border {
  border-style: solid;
}

@media (max-width: 768px) {
  .c-border {
    border-width: 2px;
    border-radius: 16px;
  }
}

@media (min-width: 769px) {
  .c-border {
    border-width: 3px;
    border-radius: 26px;
  }
}

.c-border--green {
  border-color: #00a43a;
}

.c-border--orange {
  border-color: #f35600;
}

.c-border--brightyellow {
  border-color: #ee9c00;
}

.c-border--blue {
  border-color: #363a90;
}

.c-border--lightblue {
  border-color: #00a9ec;
}

.c-border--pink {
  border-color: #e01f7f;
}

.c-border--deeppink {
  border-color: #e2006b;
}

/* --------------------
Project
-------------------- */
/* linkBannerOuter */
.p-bannerOuter a {
  display: block;
}

/* otherLinkBanner */
.p-otherLinkBanner::after {
  content: '';
  display: block;
  clear: both;
}

@media (min-width: 769px) {
  .p-otherLinkBanner {
    width: 930px;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-otherLinkBanner > * {
  float: left;
}

@media (max-width: 768px) {
  .p-otherLinkBanner > * {
    width: 49.5%;
    margin-right: 1%;
  }
  .p-otherLinkBanner > *:nth-of-type(2n) {
    margin-right: 0;
    margin-bottom: 1%;
  }
}

@media (min-width: 769px) {
  .p-otherLinkBanner > * {
    margin-right: 6px;
  }
  .p-otherLinkBanner > *:nth-of-type(5n) {
    margin-right: 0;
    margin-bottom: 6px;
  }
}

/* spLinkBanner */
.p-spLinkBanner::after {
  content: '';
  display: block;
  clear: both;
}

.p-spLinkBanner > * {
  width: 49.5%;
  margin-right: 1%;
  float: left;
}

.p-spLinkBanner > *:nth-of-type(2n) {
  margin-right: 0;
  margin-bottom: 1%;
}

.p-spLinkBanner > *:last-of-type {
  margin: 0;
}

/* snsShare */
.p-snsShare {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .p-snsShare {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 769px) {
  .p-snsShare {
    position: absolute;
    top: 35px;
    right: 35px;
    z-index: 99;
  }
}

.p-snsShare_item {
  line-height: 1;
  margin-right: 8px;
}

.p-snsShare_item:last-of-type {
  margin-right: 0;
}

/* news */
.p-news {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .p-news {
    position: relative;
  }
}

/* news/body */
.p-news_body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .p-news_body {
    padding: 11% 7.5% 7% 7.5%;
  }
}

@media (min-width: 769px) {
  .p-news_body {
    padding: 40px 15px 12px 15px;
  }
}

/* news/date */
.p-news_date {
  color: black;
  letter-spacing: 0.5px;
  border-top: 1px black solid;
  margin-top: 8px;
  padding-top: 6px;
}

.p-news_date:first-of-type {
  border: none;
  margin-top: 0;
  padding-top: 0;
}

/* news/topic */
.p-news_topic {
  color: black;
  text-indent: -14px;
  padding-left: 14px;
}

.p-news_topic::before {
  content: '▶';
  margin-right: 2px;
}

.p-news_topic a {
  color: black;
  text-decoration: none;
}

.p-news_topic a:hover {
  text-decoration: underline;
}

/* news/scrollbar */
.p-news .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #e72f77;
  background-color: rgba(231, 47, 119, 0.6);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.p-news .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #e72f77;
  background-color: rgba(231, 47, 119, 0.6);
  filter: "alpha(opacity=70)";
  -ms-filter: "alpha(opacity=70)";
}

.p-news .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #e72f77;
  background-color: rgba(231, 47, 119, 0.6);
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.p-news .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.p-news .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #e72f77;
  background-color: rgba(231, 47, 119, 0.6);
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

/* copyright */
.p-copyright {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .p-copyright {
    text-shadow: white 2px 0px 10px, white -2px 0px 10px, white 0px -2px 10px, white -2px 0px 10px, white 2px 2px 10px, white -2px 2px 10px, white 2px -2px 10px, white -2px -2px 10px, white 1px 2px 10px, white -1px 2px 10px;
  }
}

/* bg-gear */
@media (max-width: 768px) {
  .p-bg-spGear {
    background: transparent url(../img/common/bg-gear-sp.png) repeat scroll 0 0;
    background-size: contain;
  }
}

.p-bg-gear {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -99;
}

.p-bg-gear_item {
  position: absolute;
}

.p-bg-gear_item--1 {
  width: 15%;
  top: 0;
  left: -3%;
  -webkit-animation: gear-right 20s linear 0s infinite normal;
  -moz-animation: gear-right 20s linear 0s infinite normal;
  animation: gear-right 20s linear 0s infinite normal;
}

@media (min-width: 1400px) {
  .p-bg-gear_item--1 {
    width: 18%;
  }
}

.p-bg-gear_item--2 {
  width: 4%;
  top: 45%;
  left: 5%;
  -webkit-animation: gear-right 7.5s linear 0s infinite normal;
  -moz-animation: gear-right 7.5s linear 0s infinite normal;
  animation: gear-right 7.5s linear 0s infinite normal;
}

@media (min-width: 1400px) {
  .p-bg-gear_item--2 {
    width: 5%;
  }
}

.p-bg-gear_item--3 {
  width: 8%;
  top: 60%;
  left: 3.5%;
  display: none;
}

@media (min-width: 1150px) {
  .p-bg-gear_item--3 {
    display: block;
  }
}

@media (min-width: 1400px) {
  .p-bg-gear_item--3 {
    width: 9%;
    left: 7%;
  }
}

@media (min-width: 1600px) {
  .p-bg-gear_item--3 {
    width: 10%;
    left: 10%;
  }
}

.p-bg-gear_item--4 {
  width: 4%;
  top: 10%;
  right: 1%;
  -webkit-animation: gear-left 7.5s linear 0s infinite normal;
  -moz-animation: gear-left 7.5s linear 0s infinite normal;
  animation: gear-left 7.5s linear 0s infinite normal;
}

@media (min-width: 1400px) {
  .p-bg-gear_item--4 {
    width: 5%;
  }
}

.p-bg-gear_item--5 {
  width: 9%;
  top: 22.5%;
  right: 2.5%;
}

@media (min-width: 1400px) {
  .p-bg-gear_item--5 {
    width: 11%;
    right: 5%;
  }
}

.p-bg-gear_item--6 {
  width: 5.5%;
  top: 55%;
  right: 1.5%;
  -webkit-animation: gear-right 10s linear 0s infinite normal;
  -moz-animation: gear-right 10s linear 0s infinite normal;
  animation: gear-right 10s linear 0s infinite normal;
}

@media (min-width: 1400px) {
  .p-bg-gear_item--6 {
    width: 7.5%;
  }
}

.p-bg-gear_item--7 {
  width: 13%;
  top: 77.5%;
  left: -5%;
  -webkit-animation: gear-right 15s linear 0s infinite normal;
  -moz-animation: gear-right 15s linear 0s infinite normal;
  animation: gear-right 15s linear 0s infinite normal;
}

@media (min-width: 1400px) {
  .p-bg-gear_item--7 {
    width: 15%;
  }
}

.p-bg-gear_item--8 {
  width: 4%;
  top: 85%;
  right: 5%;
  -webkit-animation: gear-left 7.5s linear 0s infinite normal;
  -moz-animation: gear-left 7.5s linear 0s infinite normal;
  animation: gear-left 7.5s linear 0s infinite normal;
}

@media (min-width: 1400px) {
  .p-bg-gear_item--8 {
    width: 5%;
  }
}

@-webkit-keyframes gear-right {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes gear-right {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes gear-right {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes gear-left {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-moz-keyframes gear-left {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes gear-left {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.p-bg-gear_item img {
  width: 100%;
}

/* introduction */
.p-introduction {
  position: relative;
}

@media (max-width: 768px) {
  .p-introduction {
    margin-top: 24px;
  }
  .p-introduction > * {
    margin-bottom: 16px;
  }
  .p-introduction > *:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 769px) {
  .p-introduction {
    width: 960px;
    margin: 48px auto 0;
  }
  .p-introduction > * {
    margin-bottom: 40px;
  }
  .p-introduction > *:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 769px) {
  .p-introduction_item--1 {
    width: 640px;
    margin-left: auto;
  }
}

@media (min-width: 769px) {
  .p-introduction_item--2 {
    padding-top: 40px;
  }
}

@media (min-width: 769px) {
  .p-introduction_item--5 {
    width: 520px;
    margin-left: auto;
    padding: 32px 0;
  }
}

@media (max-width: 768px) {
  .p-introduction_title {
    margin-bottom: 8px;
  }
}

@media (min-width: 769px) {
  .p-introduction_title {
    margin-bottom: 16px;
  }
}

@media (max-width: 768px) {
  .p-introduction_text {
    line-height: 1.75;
    text-shadow: white 2px 0px 10px, white -2px 0px 10px, white 0px -2px 10px, white -2px 0px 10px, white 2px 2px 10px, white -2px 2px 10px, white 2px -2px 10px, white -2px -2px 10px, white 1px 2px 10px, white -1px 2px 10px;
  }
}

@media (min-width: 769px) {
  .p-introduction_text {
    line-height: 1.5;
  }
}

@media (min-width: 769px) {
  .p-introduction_text--2 {
    width: 520px;
  }
}

@media (min-width: 769px) {
  .p-introduction_text--4 {
    width: 544px;
  }
}

@media (min-width: 769px) {
  .p-introduction_image {
    position: absolute;
    z-index: -1;
  }
}

@media (min-width: 769px) {
  .p-introduction_image--1 {
    top: -80px;
    left: 20px;
    z-index: 0;
  }
}

@media (min-width: 769px) {
  .p-introduction_image--2 {
    top: 300px;
    right: 0;
  }
}

@media (min-width: 769px) {
  .p-introduction_image--3 {
    top: 875px;
    right: 20px;
  }
}

@media (min-width: 769px) {
  .p-introduction_image--4 {
    top: 1225px;
    left: 0;
  }
}

/* cast */
@media (max-width: 768px) {
  .p-cast > * {
    margin-bottom: 16px;
  }
  .p-cast > *:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 769px) {
  .p-cast {
    width: 928px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-cast > * {
    margin-bottom: 32px;
  }
  .p-cast > *:last-child {
    margin-bottom: 0;
  }
}

.p-cast_item {
  position: relative;
}

@media (max-width: 768px) {
  .p-cast_item {
    padding: 16px 8px;
  }
}

@media (min-width: 769px) {
  .p-cast_item {
    padding: 24px 32px;
  }
}

.p-cast_body > * {
  margin-bottom: 12px;
}

.p-cast_body > *:last-child {
  margin-bottom: 0;
}

.p-cast_body--1 {
  width: 600px;
}

.p-cast_body--3 {
  width: 560px;
  margin-left: auto;
}

.p-cast_description {
  line-height: 1.5;
}

.p-cast_profile {
  line-height: 1.6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 12px 16px;
}

.p-cast_profile::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: skewY(-1deg);
  -moz-transform: skewY(-1deg);
  -ms-transform: skewY(-1deg);
  transform: skewY(-1deg);
}

.p-cast_profile--green {
  color: #00a82a;
}

.p-cast_profile--green::before {
  background-color: #ddf9c9;
}

.p-cast_profile--orange {
  color: #e44b00;
}

.p-cast_profile--orange::before {
  background-color: #ffebaa;
}

.p-cast_profile--blue {
  color: #0049b2;
}

.p-cast_profile--blue::before {
  background-color: #a3def7;
}

.p-cast_profile--2 {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 300px;
}

.p-cast_profileTitle {
  font-weight: 500;
  margin-bottom: 2px;
  font-size: 16px;
  font-size: 1.6rem;
}

.p-cast_profileText {
  font-size: 13px;
  font-size: 1.3rem;
}

.p-cast_image {
  position: absolute;
  z-index: -1;
}

.p-cast_image--1 {
  right: 0;
  bottom: 0;
}

.p-cast_image--3 {
  bottom: 0;
  left: 0;
}

.p-cast_positionText {
  position: absolute;
}

.p-cast_positionText--1 {
  left: 24px;
  bottom: 24px;
  width: 300px;
}

.p-cast_positionText--2 {
  top: 88px;
  right: 48px;
  width: 350px;
}

/* chart */
@media (max-width: 768px) {
  .p-chart {
    margin: 16px auto;
  }
}

@media (min-width: 769px) {
  .p-chart {
    margin: 32px auto;
  }
}

/* staff */
.p-staff {
  line-height: 1.5;
  font-size: 12px;
  font-size: 1.2rem;
}

/* story */
@media (min-width: 769px) {
  .p-story {
    width: 900px;
    margin: 0 auto;
  }
}

/* storyNavi */
@media (max-width: 768px) {
  .p-storyNavi {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 24px;
  }
}

@media (min-width: 769px) {
  .p-storyNavi {
    margin-bottom: 40px;
  }
}

/* storyNavi/list */
@media (max-width: 768px) {
  .p-storyNavi_list::after {
    content: '';
    display: block;
    clear: both;
  }
}

@media (min-width: 769px) {
  .p-storyNavi_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

/* storyNavi/item */
.p-storyNavi_item {
  cursor: pointer;
}

@media (max-width: 768px) {
  .p-storyNavi_item {
    margin-bottom: 8px;
  }
  .p-storyNavi_item:last-of-type {
    margin-bottom: 0;
  }
}

.p-storyNavi_item.is-closed {
  position: relative;
  pointer-events: none;
  opacity: 0.35;
  /*&::before {
			content: '';
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
			background-color: rgba(#000, 0.3);
		}*/
}

/* episode */
.p-episode {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.p-episode.is-active {
  height: auto;
  overflow: visible;
  opacity: 1;
}

/* episode/item */
.p-episode_item {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.p-episode_item.is-active {
  height: auto;
  overflow: visible;
  opacity: 1;
}

/* episode/body */
@media (max-width: 768px) {
  .p-episode_body {
    text-shadow: white 2px 0px 10px, white -2px 0px 10px, white 0px -2px 10px, white -2px 0px 10px, white 2px 2px 10px, white -2px 2px 10px, white 2px -2px 10px, white -2px -2px 10px, white 1px 2px 10px, white -1px 2px 10px;
  }
}

@media (min-width: 769px) {
  .p-episode_body {
    width: 460px;
  }
}

/* episode/title */
.p-episode_title {
  color: #ff66a6;
  font-weight: bold;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .p-episode_title {
    margin-bottom: 4px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
  }
}

@media (min-width: 769px) {
  .p-episode_title {
    margin-bottom: 8px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.p-episode_title small {
  font-size: 14px;
  font-size: 1.4rem;
}

.p-episode_title b {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  vertical-align: -1px;
  margin: 0 1px;
}

.p-episode_title span {
  font-size: 16px;
  font-size: 1.6rem;
}

/* episode/text */
@media (max-width: 768px) {
  .p-episode_text {
    margin-bottom: 8px;
  }
}

/* episodeNavi */
.p-episodeNavi {
  display: table;
  margin-right: auto;
  margin-left: auto;
  padding: 1.5em 0;
}

.p-episodeNavi::after {
  content: '';
  display: block;
  clear: both;
}

@media (max-width: 768px) {
  .p-episodeNavi {
    width: 96%;
  }
}

/* episodeNavi/item */
.p-episodeNavi_item {
  width: 0;
  height: auto;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  border-radius: 8px;
  float: left;
  position: relative;
  cursor: pointer;
}

@media (max-width: 768px) {
  .p-episodeNavi_item {
    padding: 8%;
    margin-right: 5%;
  }
  .p-episodeNavi_item:nth-of-type(5n) {
    margin-right: 0;
  }
}

@media (min-width: 769px) {
  .p-episodeNavi_item {
    padding: 20px;
    margin-right: 12px;
  }
}

.p-episodeNavi_item:hover {
  color: #fff;
  background-color: #ff66a6;
}

.p-episodeNavi_item.is-active {
  pointer-events: none;
  color: #fff;
  background-color: #ff66a6;
}

.p-episodeNavi_item span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  margin: auto;
  text-align: center;
  display: table;
}

/* production */
.p-production {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-size: 24px 24px;
  background-position: 0 -8px;
}

@media (max-width: 768px) {
  .p-production {
    margin-bottom: 32px;
    padding: 16px 8px;
  }
  .p-production:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 769px) {
  .p-production {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 64px;
    padding: 24px 0;
  }
  .p-production:last-child {
    margin-bottom: 0;
  }
}

.p-production--blue {
  background-image: url(../img/production/bg-lattice-blue.png);
}

.p-production--orange {
  background-image: url(../img/production/bg-lattice-orange.png);
}

.p-production--pink {
  background-image: url(../img/production/bg-lattice-pink.png);
}

.p-production--yellow {
  background-image: url(../img/production/bg-lattice-yellow.png);
}

@media (max-width: 768px) {
  .p-production_title {
    margin: -28px auto 16px;
    width: 48%;
  }
}

@media (min-width: 769px) {
  .p-production_title {
    position: absolute;
    top: -24px;
    right: -16px;
  }
}

.p-production_list {
  font-family: "Mplus 1p";
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 768px) {
  .p-production_list {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media (min-width: 769px) {
  .p-production_list {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.p-production_list--delivery {
  color: #e43376;
}

.p-production_list--delivery a {
  color: #e43376;
}

.p-production_list--onair {
  color: #ee9c00;
}

.p-production_list--onair a {
  color: #ee9c00;
}

@media (min-width: 769px) {
  .p-production_list a {
    text-decoration: none;
  }
  .p-production_list a:hover {
    text-decoration: underline;
  }
}

/* product */
.p-product {
  margin-bottom: 40px;
}

.p-product:last-child {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .p-product {
    width: 825px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 768px) {
  .p-product_body {
    padding: 0 4px;
  }
}

@media (max-width: 768px) {
  .p-product_image {
    width: 95%;
    margin: 0 auto 16px;
  }
}

.p-product_title {
  margin-bottom: 16px;
}

.p-product_text {
  line-height: 1.5;
}

@media (max-width: 768px) {
  .p-product_text {
    text-shadow: white 2px 0px 10px, white -2px 0px 10px, white 0px -2px 10px, white -2px 0px 10px, white 2px 2px 10px, white -2px 2px 10px, white 2px -2px 10px, white -2px -2px 10px, white 1px 2px 10px, white -1px 2px 10px;
  }
}

@media (max-width: 768px) {
  .p-product_indent {
    padding-left: 24px;
    text-indent: -12px;
  }
}

@media (min-width: 769px) {
  .p-product_indent {
    padding-left: 28px;
    text-indent: -14px;
  }
}

/* movie */
@media (max-width: 768px) {
  .p-movie {
    padding: 0 2%;
  }
}

@media (min-width: 769px) {
  .p-movie {
    width: 1024px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-movie::after {
    content: '';
    display: block;
    clear: both;
  }
}

@media (min-width: 769px) {
  .p-movie__item {
    width: 50%;
    float: left;
  }
}

@media (max-width: 768px) {
  .p-movie__item:not(:last-child) {
    margin-bottom: 24px;
  }
}

@media (min-width: 769px) {
  .p-movie__item:nth-of-type(2n) {
    margin-bottom: 40px;
  }
}

@media (min-width: 769px) {
  .p-movie__item:only-of-type {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-movie a {
  display: block;
}

@media (min-width: 769px) {
  .p-movie a {
    display: table;
    margin: 0 auto;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
  }
  .p-movie a:hover {
    opacity: 0.75;
  }
}

/* largeMovie */
.p-largeMovie {
  margin: 0 auto 4%;
}

@media (min-width: 769px) {
  .p-largeMovie {
    display: table;
  }
}

.p-largeMovie a {
  display: block;
}

@media (min-width: 769px) {
  .p-largeMovie a {
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
  }
  .p-largeMovie a:hover {
    opacity: 0.75;
  }
}

/* saikabou,modeks */
.p-saikabou,
.p-modeks {
  color: #333;
  background: white;
  border: 1px solid #e62f76;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .p-saikabou,
  .p-modeks {
    padding: 2em 1em;
  }
}

@media (min-width: 769px) {
  .p-saikabou,
  .p-modeks {
    padding: 2em;
  }
}

.p-saikabou > :not(:last-child),
.p-modeks > :not(:last-child) {
  margin-bottom: 1em;
}

.p-saikabou__title,
.p-modeks__title {
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  color: #444;
}

@media (max-width: 768px) {
  .p-saikabou__title,
  .p-modeks__title {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media (min-width: 769px) {
  .p-saikabou__title,
  .p-modeks__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.p-saikabou__overview,
.p-modeks__overview {
  line-height: 1.65;
  font-weight: 500;
  letter-spacing: 0.03em;
}

@media (max-width: 768px) {
  .p-saikabou__overview,
  .p-modeks__overview {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media (min-width: 769px) {
  .p-saikabou__overview,
  .p-modeks__overview {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-saikabou__subTitle,
.p-modeks__subTitle {
  font-weight: bold;
  margin-bottom: 0.5em;
}

@media (max-width: 768px) {
  .p-saikabou__subTitle,
  .p-modeks__subTitle {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media (min-width: 769px) {
  .p-saikabou__subTitle,
  .p-modeks__subTitle {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  .p-saikabou__text,
  .p-modeks__text {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media (min-width: 769px) {
  .p-saikabou__text,
  .p-modeks__text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.p-saikabou__text > :not(:last-child),
.p-modeks__text > :not(:last-child) {
  margin-bottom: 1em;
}

.p-saikabou__image,
.p-modeks__image {
  padding: 1em 0;
}

@media (max-width: 768px) {
  .p-saikabou__image,
  .p-modeks__image {
    width: 90%;
  }
}

.p-saikabou__border,
.p-modeks__border {
  height: 1px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 1em 0;
  position: relative;
}

.p-saikabou__border::before,
.p-modeks__border::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background: #e62f76;
}

.p-saikabou__link,
.p-modeks__link {
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  .p-saikabou__link,
  .p-modeks__link {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (min-width: 769px) {
  .p-saikabou__link,
  .p-modeks__link {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.p-saikabou__link a,
.p-modeks__link a {
  text-decoration: none;
  color: #e62f76;
}

.p-saikabou__link a:hover,
.p-modeks__link a:hover {
  text-decoration: underline;
}

/* --------------------
Utility
-------------------- */
/* margin-top */
.u-mt-8 {
  margin-top: 8px;
}

.u-mt-16 {
  margin-top: 16px;
}

.u-mt-24 {
  margin-top: 24px;
}

.u-mt-32 {
  margin-top: 32px;
}

.u-mt-40 {
  margin-top: 40px;
}

.u-nmt-8 {
  margin-top: -8px;
}

.u-nmt-16 {
  margin-top: -16px;
}

/* margin-right */
.u-mr-8 {
  margin-right: 8px;
}

.u-mr-16 {
  margin-right: 16px;
}

.u-mr-24 {
  margin-right: 24px;
}

.u-mr-32 {
  margin-right: 32px;
}

.u-mr-40 {
  margin-right: 40px;
}

/* margin-bottom */
.u-mb-4 {
  margin-bottom: 4px;
}

.u-mb-6 {
  margin-bottom: 6px;
}

.u-mb-8 {
  margin-bottom: 8px;
}

.u-mb-16 {
  margin-bottom: 16px;
}

.u-mb-24 {
  margin-bottom: 24px;
}

.u-mb-32 {
  margin-bottom: 32px;
}

.u-mb-40 {
  margin-bottom: 40px;
}

.u-mbc-8 > * {
  margin-bottom: 8px;
}

.u-mbc-8 > *:last-child {
  margin-bottom: 0;
}

.u-mbc-16 > * {
  margin-bottom: 16px;
}

.u-mbc-16 > *:last-child {
  margin-bottom: 0;
}

.u-mbc-24 > * {
  margin-bottom: 24px;
}

.u-mbc-24 > *:last-child {
  margin-bottom: 0;
}

.u-mbc-32 > * {
  margin-bottom: 32px;
}

.u-mbc-32 > *:last-child {
  margin-bottom: 0;
}

.u-mbc-40 > * {
  margin-bottom: 40px;
}

.u-mbc-40 > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .u-mbc-8-32 > * {
    margin-bottom: 8px;
  }
  .u-mbc-8-32 > *:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 769px) {
  .u-mbc-8-32 > * {
    margin-bottom: 32px;
  }
  .u-mbc-8-32 > *:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .u-mbc-16-24 > * {
    margin-bottom: 16px;
  }
  .u-mbc-16-24 > *:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 769px) {
  .u-mbc-16-24 > * {
    margin-bottom: 24px;
  }
  .u-mbc-16-24 > *:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .u-mbc-16-32 > * {
    margin-bottom: 16px;
  }
  .u-mbc-16-32 > *:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 769px) {
  .u-mbc-16-32 > * {
    margin-bottom: 32px;
  }
  .u-mbc-16-32 > *:last-child {
    margin-bottom: 0;
  }
}

/* margin-left */
.u-ml-8 {
  margin-left: 8px;
}

.u-ml-16 {
  margin-left: 16px;
}

.u-ml-24 {
  margin-left: 24px;
}

.u-nml-8 {
  margin-left: -8px;
}

.u-nml-16 {
  margin-left: -16px;
}

.u-nml-24 {
  margin-left: -24px;
}

.u-mColumn-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.u-mColumn-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.u-mColumn-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.u-mColumn-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.u-mColumn-48 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.u-mRow-24 {
  margin-right: 24px;
  margin-left: 24px;
}

@media (min-width: 769px) {
  .u-margin-sp {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .u-margin-pc {
    margin: 0;
  }
}

/* display */
.u-d-b {
  display: block;
}

.u-d-n {
  display: none;
}

.u-d-i {
  display: inline;
}

.u-d-t {
  display: table;
}

/* font-size */
.u-fs-50 {
  font-size: 50%;
}

.u-fs-60 {
  font-size: 60%;
}

.u-fs-70 {
  font-size: 70%;
}

.u-fs-80 {
  font-size: 80%;
}

.u-fs-90 {
  font-size: 90%;
}

.u-fs-100 {
  font-size: 100%;
}

.u-fs-110 {
  font-size: 110%;
}

.u-fs-120 {
  font-size: 120%;
}

.u-fs-130 {
  font-size: 130%;
}

.u-fs-140 {
  font-size: 140%;
}

.u-fs-150 {
  font-size: 150%;
}

.u-fs-160 {
  font-size: 160%;
}

.u-fs-170 {
  font-size: 170%;
}

.u-fs-180 {
  font-size: 180%;
}

.u-fs-190 {
  font-size: 190%;
}

.u-fs-200 {
  font-size: 200%;
}

/* font-weight */
.u-fw-b {
  font-weight: bold;
}

.u-fw-m {
  font-weight: 500;
}

/* font-style */
.u-fs-i {
  font-style: italic;
}

/* line-height */
.u-lh-1 {
  line-height: 1;
}

/* color */
.u-c-black {
  color: #000;
}

.u-c-white {
  color: #fff;
}

/* text-align */
.u-ta-l {
  text-align: left;
}

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

/* text-bullet */
.u-tb-12 {
  padding-left: 12px;
  text-indent: -12px;
}

.u-tb-14 {
  padding-left: 14px;
  text-indent: -14px;
}

/* text-shadow */
.u-ts-black {
  text-shadow: 0 0 5px #000;
}

.u-ts-white {
  text-shadow: 0 0 5px #fff;
}

/* layout */
.u-fl-l {
  float: left;
}

@media (max-width: 768px) {
  .u-fl-l-pc {
    float: none;
  }
}

.u-center {
  display: table;
  margin-right: auto;
  margin-left: auto;
}

.u-wide-full {
  width: 100%;
}

@media (min-width: 769px) {
  .u-pcWide-960 {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
  .u-pcWide-1024 {
    width: 1024px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 768px) {
  .u-spRowSpace-8 {
    padding-right: 8px;
    padding-left: 8px;
  }
}

/* icon */
.u-icon-r {
  vertical-align: super;
  font-size: 95%;
  line-height: 1;
}

/* action */
@media (min-width: 769px) {
  .u-hvr-opacity:hover {
    opacity: 0.7;
  }
  .u-hvr-opacity-transition {
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
  }
}

/* other */
.u-nolink {
  opacity: 0.65 !important;
  cursor: default !important;
  pointer-events: none !important;
}

.u-clearfix::after {
  content: '';
  display: block;
  clear: both;
}

@media (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

@media (min-width: 769px) {
  .u-sp {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */