@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700");
@import url("https://fonts.googleapis.com/earlyaccess/sawarabimincho.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;
}

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

body {
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-animation: fadeIn 5s ease 0s 1 normal;
  -moz-animation: fadeIn 5s ease 0s 1 normal;
  animation: fadeIn 5s ease 0s 1 normal;
  overflow-x: hidden;
}

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

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}

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

img {
  display: block;
}

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

a {
  display: block;
  color: #2a075b;
}

/* --------------------
Layout
-------------------- */
/* body */
@media (max-width: 768px) {
  .l-body {
    background-image: url(../img/common/bg-bottom.png), url(../img/common/bg-middle.jpg);
    background-position: 0 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: contain;
    background-size: 100% auto;
  }
}

@media (min-width: 769px) {
  .l-body {
    background-image: url(../img/common/bg-top.png), url(../img/common/bg-bottom.png), url(../img/common/bg-middle.jpg);
    background-position: 0 850px, 0 100%, 0 0;
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: contain;
    background-size: 100% auto;
  }
}

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

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

@media (max-width: 768px) {
  .l-header_inner {
    position: relative;
    margin-top: -56%;
  }
}

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

/* mainvisual */
.l-mainvisual {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* mainvisual/mainvisual_bg */
.l-mainvisual_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-mainvisual_bg-rug {
  background: transparent url(../img/top/mainvisual_bg-rug.jpg) no-repeat fixed 0 0;
  background-size: cover;
}

.l-mainvisual_bg-flower {
  background: transparent url(../img/top/mainvisual_bg-flower.png) repeat fixed 0 100%;
  background-size: cover;
  background-size: 100% auto;
  -webkit-animation: topFlower 100s linear 0s infinite normal;
  -moz-animation: topFlower 100s linear 0s infinite normal;
  animation: topFlower 100s linear 0s infinite normal;
}

@-webkit-keyframes topFlower {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 10000px 3000px;
  }
}

@-moz-keyframes topFlower {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 10000px 3000px;
  }
}

@keyframes topFlower {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 10000px 3000px;
  }
}

.l-mainvisual_bg-decoration {
  background: transparent url(../img/top/mainvisual_bg-decoration.png) no-repeat scroll 0 100%;
  background-size: contain;
  background-size: 100% auto;
}

/* mainvisual/mainvisual_image */
.l-mainvisual_image {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.l-mainvisual_image-cast {
  top: 40px;
}

.l-mainvisual_image-cast img {
  position: relative;
  right: -16px;
}

.l-mainvisual_image-text {
  top: 0px;
}

/* top animation */
@media (min-width: 769px) {
  .l-mainvisual_image-cast img {
    -webkit-transition: all 1s ease 0.5s;
    -moz-transition: all 1s ease 0.5s;
    transition: all 1s ease 0.5s;
  }
  .l-mainvisual_image-cast.is-anime-hidden img {
    opacity: 0;
    -webkit-transform: translateY(24px);
    -moz-transform: translateY(24px);
    -ms-transform: translateY(24px);
    transform: translateY(24px);
  }
  .l-mainvisual_image-cast.is-anime-visible img {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .l-mainvisual_image-text img {
    -webkit-transition: all 1.5s ease 1.25s;
    -moz-transition: all 1.5s ease 1.25s;
    transition: all 1.5s ease 1.25s;
  }
  .l-mainvisual_image-text.is-anime-hidden img {
    opacity: 0;
    -webkit-transform: scale(1.25, 1.25);
    -moz-transform: scale(1.25, 1.25);
    -ms-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25);
  }
  .l-mainvisual_image-text.is-anime-visible img {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .p-topLogo img {
    -webkit-transition: all 1.5s ease 1.75s;
    -moz-transition: all 1.5s ease 1.75s;
    transition: all 1.5s ease 1.75s;
  }
  .p-topLogo.is-anime-hidden img {
    opacity: 0;
    -webkit-transform: scale(1.25, 1.25);
    -moz-transform: scale(1.25, 1.25);
    -ms-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25);
  }
  .p-topLogo.is-anime-visible img {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .p-topButton,
  .p-topNews {
    -webkit-transition: all 1s ease 3.5s;
    -moz-transition: all 1s ease 3.5s;
    transition: all 1s ease 3.5s;
  }
  .p-topButton.is-anime-hidden,
  .p-topNews.is-anime-hidden {
    opacity: 0;
    -webkit-transform: translateY(-24px);
    -moz-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    transform: translateY(-24px);
  }
  .p-topButton.is-anime-visible,
  .p-topNews.is-anime-visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/* pc navigation */
.l-pcNavi {
  background: -webkit-gradient(linear, left top, right top, from(#ffd75b), color-stop(30%, #fff5a0), color-stop(50%, #fff59b), color-stop(70%, #fff5a0), to(#ffd75b));
  background: -webkit-linear-gradient(left, #ffd75b 0%, #fff5a0 30%, #fff59b 50%, #fff5a0 70%, #ffd75b 100%);
  background: -moz-linear-gradient(left, #ffd75b 0%, #fff5a0 30%, #fff59b 50%, #fff5a0 70%, #ffd75b 100%);
  background: -o-linear-gradient(left, #ffd75b 0%, #fff5a0 30%, #fff59b 50%, #fff5a0 70%, #ffd75b 100%);
  background: linear-gradient(to right, #ffd75b 0%, #fff5a0 30%, #fff59b 50%, #fff5a0 70%, #ffd75b 100%);
  width: 100%;
  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-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.35);
  -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.is-active {
  position: fixed;
}

.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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-pcNavi_item a {
  position: relative;
}

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

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

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

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

.l-spNaviButton_item {
  width: 40px;
  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 {
  height: 42px;
}

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

.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;
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

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

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

.l-spNavi.is-active {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

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

/* main */
.l-main {
  overflow: hidden;
}

@media (max-width: 768px) {
  .l-main {
    padding: 0 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/* footer */
.l-footer {
  padding: 16px 0;
}

.l-footer_inner {
  margin-right: auto;
  margin-left: auto;
}

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

/* jQuery */
html {
  overflow: visible;
  -webkit-overflow-scrolling: auto;
  overflow-scrolling: auto;
}

html.is-fixed {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

/* --------------------
Component
-------------------- */
.c-snsShare {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

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

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

.c-news {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.c-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) {
  .c-news_body {
    padding: 11% 8% 11% 8%;
  }
}

@media (min-width: 769px) {
  .c-news_body {
    padding: 40px 20px 25px 27px;
  }
}

.c-news_date {
  color: #ee4e8a;
  letter-spacing: 0.5px;
  border-top: 1px #ee4e8a dashed;
  margin-top: 6px;
  padding-top: 6px;
}

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

.c-news_topic {
  text-indent: -14px;
  padding-left: 14px;
}

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

.c-news_topic a {
  display: inline;
  text-decoration: none;
}

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

.c-news .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #ee4e8a;
  background-color: rgba(238, 78, 138, 0.6);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.c-news .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #ee4e8a;
  background-color: rgba(238, 78, 138, 0.6);
  filter: "alpha(opacity=70)";
  -ms-filter: "alpha(opacity=70)";
}

.c-news .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #ee4e8a;
  background-color: rgba(238, 78, 138, 0.6);
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.c-news .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.c-news .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #ee4e8a;
  background-color: rgba(238, 78, 138, 0.6);
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

@media (max-width: 768px) {
  .c-largeBox {
    padding: 40px 0;
  }
}

@media (min-width: 769px) {
  .c-largeBox {
    padding: 80px 0;
  }
}

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

@media (max-width: 768px) {
  .c-smallBox {
    padding: 2%;
  }
}

@media (min-width: 769px) {
  .c-smallBox {
    padding: 16px;
  }
}

.c-horizontalBox {
  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;
}

.c-horizontalBox-reverse {
  -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-primaryTitle {
  display: table;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 768px) {
  .c-primaryTitle {
    width: 64%;
    margin-bottom: 16px;
  }
}

@media (min-width: 769px) {
  .c-primaryTitle {
    margin-bottom: 32px;
  }
}

.c-description_title {
  line-height: 1.5;
  margin-bottom: 8px;
}

.c-wrapGrid {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.c-wrapGrid::after {
  content: '';
  display: block;
  clear: both;
}

.c-wrapGrid > * {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.c-wrapGrid-2col {
  /*margin: 0 -1% -2%;*/
}

.c-wrapGrid-2col > * {
  width: 50%;
  padding: 0 1% 2%;
}

@media (min-width: 769px) {
  .c-frame {
    width: 961px;
  }
}

@media (min-width: 769px) {
  .c-frame-half {
    width: 474px;
  }
}

/* --------------------
Project
-------------------- */
.p-otherLinkBanner {
  margin-bottom: 0 !important;
}

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

@media (max-width: 768px) {
  .p-otherLinkBanner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 2%;
  }
}

@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: 50%;
    padding: 0 1% 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media (min-width: 769px) {
  .p-otherLinkBanner > * {
    margin-right: 6px;
  }
}

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

@media (min-width: 769px) {
  .p-topButton {
    position: absolute;
  }
}

@media (max-width: 768px) {
  .p-topButton {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .p-topButton:not(:last-child) {
    margin-bottom: 16px;
  }
}

@media (min-width: 769px) {
  .p-topButton--hover a:hover {
    opacity: 0.7;
  }
}

@media (min-width: 769px) {
  .p-topButton-trailer {
    top: 340px;
    left: 0;
  }
}

@media (min-width: 769px) {
  .p-topButton-twicam {
    top: 125px;
    left: -30px;
  }
}

@media (min-width: 769px) {
  .p-topSnsShare {
    position: absolute;
    top: 8px;
    right: 8px;
  }
}

@media (min-width: 769px) {
  .p-topNews {
    position: absolute;
    top: 560px;
    right: 0;
  }
}

@media (min-width: 769px) {
  .p-topLogo {
    position: absolute;
    bottom: 64px;
    left: 0;
  }
}

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

@media (max-width: 768px) {
  .p-introductionCatchs {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-introductionCatchs > * {
    margin-bottom: 24px;
  }
  .p-introductionCatchs > *:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 769px) {
  .p-introductionCatchs {
    position: relative;
    margin-top: -200px;
  }
  .p-introductionCatchs > * {
    margin-bottom: 16px;
  }
  .p-introductionCatchs > *:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 769px) {
  .p-introductionCatch_text {
    width: 944px;
  }
}

@media (max-width: 768px) {
  .p-introductionCatch_image {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 8px;
  }
}

@media (min-width: 769px) {
  .p-introductionCatch_body {
    margin-top: -40px;
    margin-left: 24px;
    position: relative;
  }
}

@media (min-width: 769px) {
  .p-introductionCatch_body-horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-introductionCatch_body-horizontal > * {
    margin: 0 8px;
  }
}

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

@media (min-width: 769px) {
  .p-introductionCatch_body-horizontal-reverse {
    -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;
  }
}

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

.p-castBox_text {
  color: #634602;
  text-shadow: 0 0 5px #fff;
}

.p-castBackground {
  background-color: #fff;
}

@media (min-width: 769px) {
  .p-castBackground {
    background-repeat: no-repeat;
    background-size: contain;
    background-size: auto 100%;
  }
}

@media (min-width: 769px) {
  .p-castBackground-1 {
    background-image: url(../img/cast/cast-1_pc.jpg);
  }
  .p-castBackground-2 {
    background-image: url(../img/cast/cast-2_pc.jpg);
  }
  .p-castBackground-3 {
    background-image: url(../img/cast/cast-3_pc.jpg);
  }
  .p-castBackground-4 {
    background-image: url(../img/cast/cast-4_pc.jpg);
  }
}

@media (min-width: 769px) {
  .p-castBackground-left {
    background-position: 0 0;
  }
}

@media (min-width: 769px) {
  .p-castBackground-right {
    background-position: 100% 0;
  }
}

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

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

.p-castBox_inner-left {
  margin-right: auto;
}

.p-castBox_inner-right {
  margin-left: auto;
}

.p-castDescription {
  color: #de376a;
}

.p-castDescription .c-description_title {
  font-family: "Sawarabi Mincho";
  font-size: 40px;
  font-size: 4rem;
  border-bottom: 2px solid #de376a;
}

@media (max-width: 768px) {
  .p-castDescription .c-text-small {
    font-size: 50%;
  }
}

@media (max-width: 768px) {
  .p-castFrame .c-frame_item:nth-of-type(2) {
    background: transparent url(../img/common/frame-pink-middle_sp.png) repeat-y scroll 0 0;
    background-size: contain;
    background-size: 100% auto;
  }
}

@media (min-width: 769px) {
  .p-castFrame .c-frame_item:nth-of-type(2) {
    background: transparent url(../img/common/frame-pink-middle_pc.png) repeat-y scroll 0 0;
    background-size: contain;
    background-size: 100% auto;
  }
}

@media (max-width: 768px) {
  .p-storyNavi {
    width: 88%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 769px) {
  .p-storyNavi {
    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: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.p-storyNavi_item {
  cursor: pointer;
  margin: 0 4px;
}

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

.p-storyNavi_item.is-active {
  pointer-events: none;
}

.p-storyNavi_item.is-closed {
  position: relative;
  pointer-events: none;
}

.p-storyNavi_item.is-closed::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-episode {
  display: none;
}

.p-episode.is-active {
  display: block;
}

@media (max-width: 768px) {
  .p-episode .c-horizontalBox {
    display: block;
  }
}

.p-episode_list {
  margin: 32px 0;
}

.p-episode_item {
  display: none;
}

.p-episode_item.is-active {
  display: block;
}

.p-episode_body {
  font-weight: 500;
}

@media (min-width: 769px) {
  .p-episode_body {
    width: 464px;
    margin-right: -24px;
  }
}

.p-episode_title {
  border-bottom: 1px dashed #2a075b;
  margin-bottom: 8px;
  padding-bottom: 2px;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .p-episode_title {
    text-align: center;
  }
}

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

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

.p-episode_text {
  text-shadow: 0 0 5px #fff;
}

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

.p-episodeNavi {
  display: table;
  margin-right: auto;
  margin-left: auto;
}

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

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

.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 span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: auto;
  text-align: center;
  display: table;
}

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

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

@media (max-width: 768px) {
  .p-productionBox_body {
    padding: 0 4%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

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

@media (min-width: 769px) {
  .p-productionBox_body-wideFull {
    padding: 24px 20px;
  }
}

@media (min-width: 769px) {
  .p-productionBox_body-half {
    padding: 16px 24px;
    height: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media (max-width: 768px) {
  .p-productionHorizontalBox {
    display: block;
  }
}

@media (max-width: 768px) {
  .p-productionFrame .c-frame_item:nth-of-type(2) {
    background: transparent url(../img/common/frame-gold-half-middle.png) repeat-y scroll 0 0;
    background-size: contain;
    background-size: 100% auto;
  }
}

@media (min-width: 769px) {
  .p-productionFrame .c-frame_item:nth-of-type(2) {
    background: transparent url(../img/common/frame-gold-full-middle.png) repeat-y scroll 0 0;
    background-size: contain;
    background-size: 100% auto;
  }
}

.p-productionFrame-half .c-frame_item:nth-of-type(2) {
  background: transparent url(../img/common/frame-gold-half-middle.png) repeat-y scroll 0 0;
  background-size: contain;
  background-size: 100% auto;
}

@media (min-width: 769px) {
  .p-onairListOuter--scroll {
    height: 100px;
  }
}

.p-onairListOuter .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #6c48d3;
  background-color: rgba(108, 72, 211, 0.6);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.p-onairListOuter .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #6c48d3;
  background-color: rgba(108, 72, 211, 0.6);
  filter: "alpha(opacity=70)";
  -ms-filter: "alpha(opacity=70)";
}

.p-onairListOuter .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #6c48d3;
  background-color: rgba(108, 72, 211, 0.6);
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.p-onairListOuter .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.p-onairListOuter .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #6c48d3;
  background-color: rgba(108, 72, 211, 0.6);
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.p-onairList {
  color: #6c48d3;
  line-height: 1.5;
  font-weight: bold;
  font-family: "Sawarabi Mincho";
  text-indent: -1em;
  padding-left: 1em;
}

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

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

.p-onairList > * {
  margin-bottom: 0.5em;
}

.p-onairList > *::before {
  content: '●';
}

.p-onairList a {
  color: #6c48d3;
  text-decoration: none;
  display: inline;
}

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

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

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

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

@media (min-width: 769px) {
  .p-largeMovie a {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
}

@media (min-width: 769px) {
  .p-largeMovie a:hover {
    opacity: 0.6;
  }
}

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

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

/* movieList/item */
@media (max-width: 768px) {
  .p-movieList_item {
    margin-bottom: 24px;
  }
}

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

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

.p-movieList_item:last-child {
  margin: 0;
}

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

/* movieList/a */
@media (min-width: 769px) {
  .p-movieList a {
    display: table;
    margin: 0 auto;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
  .p-movieList a:hover {
    opacity: 0.65;
  }
}

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

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

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

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

.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-40 > * {
  margin-bottom: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-fl-l {
  float: left;
}

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

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

.u-hvr-opacity:hover {
  opacity: 0.6;
}

.u-hvr-opacity.-tratision {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.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 */