@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  margin: 0;
}

pre {
  white-space: pre-wrap;
}

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible;
}

img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

img, svg, video, canvas {
  height: auto;
}

audio {
  width: 100%;
}

img {
  border-style: none;
  vertical-align: top;
}

svg {
  overflow: hidden;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: 100%;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

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

ol {
  margin: 0 0 1em 1em;
  padding: 0 0 0 1em;
}

ol li {
  list-style-position: outside;
}

table {
  font-size: inherit;
  border-collapse: collapse;
}

form,
input,
select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

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

/*------ 画像のパスを設定 ------*/
/*------ サポートブラウザの定義 ------*/
/*------ カラー設定 ------*/
/*------ リンクカラー設定 ------*/
/*------ カラー設定 ------*/
/*------ フォント設定 ------*/
.clear {
  clear: both;
}

.block {
  display: block;
}

.bold {
  font-weight: bold;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pd5 {
  padding: 5px;
}

.pdtb5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pd10 {
  padding: 10px;
}

.pd15 {
  padding: 15px;
}

.red,
.error {
  color: red;
}

.white {
  color: white !important;
}

.fontXXS {
  font-size: 77%;
}

.fontXS {
  font-size: 85%;
}

.fontS {
  font-size: 93%;
}

.fontM {
  font-size: 108%;
}

.fontL {
  font-size: 116%;
}

.fontXL {
  font-size: 123.1%;
}

.fontXXL {
  font-size: 131%;
}

.fontXXXL {
  font-size: 146.5%;
}

.gray {
  color: #999 !important;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.hidden {
  overflow: hidden;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/* -------------------------------

MV

------------------------------- */
#hero {
  position: relative;
  width: 100%;
  background-color: #f5eee3;
  overflow: hidden;
}

#hero:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: auto auto;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 4px, #f094ad 4px, #f094ad 6px);
  -webkit-animation: zoomOut 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
          animation: zoomOut 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}

#hero_catchphrase {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  /* z-index: 1; */
}

#hero_catchphrase img {
  max-width: 100%;
}

#hero_yumena_yanai {
  position: absolute;
  /* z-index:2; */
}

#hero_yumena_yanai img {
  max-width: 100%;
}

#hero_catchphrase,
#hero_yumena_yanai {
  opacity: 100;
}

@media screen and (min-width: 980px) {
  #hero .inner {
    height: 360px;
  }
  #hero_catchphrase {
    width: 640px;
  }
  #hero_yumena_yanai {
    top: -190px;
    right: 35px;
    width: 75%;
  }
}

@media screen and (max-width: 979px) {
  #hero .inner {
    width: 100%;
    padding-top: 40%;
  }
  #hero .inner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #hero_catchphrase {
    width: 90%;
  }
  #hero_yumena_yanai {
    top: -60%;
    right: -20px;
    width: 85%;
  }
}

/* -------------------------------

Profile

------------------------------- */
#first {
  background-image: url(../images/first_bg.png);
}

#first .first_txt_group div:last-child {
  position: relative;
}

#first .first_txt_group div:last-child .sns-lists {
  position: absolute;
  bottom: 0;
  left: 10%;
}

/* .sns-lists{
display:flex;
align-items: center;

	li{
		margin-right: 25px;

		&:first-child{
			width:36px;
		}

		&:nth-child(2){
			width: 50%;
		}
	}
} */
@media screen and (min-width: 980px) {
  #first {
    margin: 60px 0;
    padding: 0 0 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #first .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #first .inner figure img {
    width: 324px;
    height: 600px;
  }
  #first .first_txt_group {
    width: calc(100% - 324px);
  }
  #first .first_txt_group > div {
    margin-bottom: 30px;
  }
  #first .first_txt_group div:first-child {
    width: 60%;
  }
  #first .first_txt_group div:nth-child(2) {
    width: 80%;
  }
  #first .first_txt_group div:last-child {
    width: 90%;
    margin-top: 30px;
  }
}

@media screen and (max-width: 979px) {
  #first {
    position: relative;
    margin: 30px 0;
    padding: 30px 0 15px;
    background-repeat: no-repeat;
    background-position: center 15%;
    background-size: 150%;
  }
  #first:before, #first:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/first_bg.png);
    background-repeat: no-repeat;
    background-size: 150%;
    z-index: -20;
  }
  #first:before {
    bottom: 0;
    background-position: right bottom;
  }
  #first:after {
    top: 0;
    background-image: url(../images/first_bg.png);
    background-position: left 70%;
  }
  #first .inner figure img {
    width: 270px;
    height: 500px;
    margin: 0 auto 30px;
  }
  #first .first_txt_group {
    width: 80%;
    margin: 0 auto;
  }
  #first .first_txt_group > div {
    margin-bottom: 30px;
  }
  #first .first_txt_group div:first-child {
    width: 100%;
  }
  #first .first_txt_group div:nth-child(2) {
    width: 100%;
  }
  #first .first_txt_group div:last-child {
    width: 100%;
  }
}

/* -------------------------------

message

------------------------------- */
#second {
  margin-bottom: 60px;
}

#second .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #f3f2d2;
}

#second .inner .second_txt_group {
  margin-left: 450px;
}

#second .inner .second_txt_group div:last-child img {
  width: 100%;
}

#second .inner a.mv_message {
  position: absolute;
  /* display: block; */
  width: 450px;
  height: 250px;
  z-index: 9999;
}

#second .inner .prof_btm {
  /* min-height: 100px; */
  margin-top: 30px;
  width: 100%;
}

#second .inner .prof_btm img {
  height: 80px;
}

#second .inner .prof_btm .sns-lists {
  position: absolute;
  top: 340px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#second .inner .prof_btm .sns-lists li {
  margin-right: 25px;
}

#second .inner .prof_btm .sns-lists li img {
  height: 30px;
}

@media screen and (min-width: 980px) {
  #second .inner {
    padding: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 10px;
  }
  #second .inner:after {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 3px #000 solid;
    border-radius: 10px;
    z-index: -10;
  }
  #second .inner figure {
    width: 50%;
  }
  #second .inner .second_txt_group {
    width: 60%;
    margin-left: 450px;
  }
  #second .inner .second_txt_group div {
    padding: 0 30px;
    margin: 0 auto 20px;
  }
  #second .inner .second_txt_group div:first-child {
    width: 60%;
  }
  #second .inner .second_txt_group div:last-child {
    width: 90%;
    margin-bottom: 0;
  }
  #second .inner a.mv_message {
    position: absolute;
    /* display: block; */
    width: 450px;
    top: 30px;
  }
  #second .inner .prof_btm {
    /* width: 95%;
				margin: 50px auto; */
    position: relative;
  }
  #second .inner .prof_btm img {
    height: 80px;
  }
  #second .inner .prof_btm .sns-lists {
    position: absolute;
    top: 40px;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #second .inner .prof_btm .sns-lists li {
    margin-right: 25px;
  }
  #second .inner .prof_btm .sns-lists li img {
    height: 30px;
  }
}

@media screen and (max-width: 979px) {
  #second .inner {
    padding: 15px;
    display: block;
  }
  #second .inner figure {
    width: 100%;
  }
  #second .inner .second_txt_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
    margin-left: 0px;
  }
  #second .inner .second_txt_group div {
    margin: 0 auto;
  }
  #second .inner .second_txt_group div:first-child {
    width: 70%;
    margin: 30px auto;
  }
  #second .inner .second_txt_group div:last-child {
    width: 95%;
  }
  #second .inner a.mv_message {
    width: 90%;
    position: inherit;
    margin-top: 0;
    height: inherit;
  }
  #second .inner .prof_btm {
    min-height: inherit;
    margin-top: 20px;
    width: 90%;
  }
  #second .inner .prof_btm img {
    height: 100%;
  }
  #second .inner .prof_btm .sns-lists {
    position: inherit;
    top: inherit;
    right: inherit;
    left: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px;
  }
  #second .inner .prof_btm .sns-lists li {
    margin-right: 25px;
  }
  #second .inner .prof_btm .sns-lists li img {
    height: 30px;
  }
}

/* -------------------------------

NEW

------------------------------- */
#third {
  margin-top: 60px;
}

#third .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 10px;
  /* background-color: rgba(243, 236, 224, 0.25); */
  background-size: auto auto;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 4px, rgba(237, 145, 170, 0.2) 4px, rgba(237, 145, 170, 0.2) 6px);
}

#third .label-new {
  position: absolute;
}

#movie-new {
  padding-top: 50px;
  margin-top: -50px;
}

@media screen and (max-width: 979px) {
  #movie-new {
    padding-top: 80px;
    margin-top: -80px;
  }
}

@media screen and (min-width: 980px) {
  #third .inner {
    padding: 30px;
  }
  #third .inner figure {
    width: 50%;
  }
  #third .inner figure a img {
    -webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.2);
  }
  #third .inner .third_txt_group {
    width: 50%;
  }
  #third .inner .third_txt_group div {
    padding: 0 30px 15px 30px;
  }
  #third .inner .third_txt_group div:first-child {
    width: 95%;
  }
  #third .inner .third_txt_group div:last-child {
    width: 100%;
    margin-bottom: 0;
  }
  #third .inner .third_txt_group div a.other_lnk {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    display: block;
    padding: 10px;
    border-radius: 25px;
    background: #e96d8e;
    text-align: center;
  }
  #third .inner .third_txt_group div a.other_lnk:hover {
    background: #ff779b;
    text-decoration: none;
  }
  #third .label-new {
    top: -55px;
    left: -25px;
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 979px) {
  #third .inner {
    margin: 0 30px;
    padding: 15px;
  }
  #third .inner figure {
    width: 100%;
    margin-bottom: 15px;
  }
  #third .inner .third_txt_group {
    width: 100%;
  }
  #third .inner .third_txt_group div {
    padding: 15px 0;
  }
  #third .inner .third_txt_group div:first-child {
    width: 100%;
  }
  #third .inner .third_txt_group div:last-child {
    width: 100%;
    margin-bottom: 0;
  }
  #third .inner .third_txt_group div a.other_lnk {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    display: block;
    padding: 10px;
    border-radius: 25px;
    background: #e96d8e;
    text-align: center;
  }
  #third .inner .third_txt_group div a.other_lnk:hover {
    background: #ff779b;
    text-decoration: none;
  }
  #third .label-new {
    top: -45px;
    left: -25px;
    width: 70px;
    height: 70px;
  }
}

/* -------------------------------

MOVIE

------------------------------- */
#local-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}

#local-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.movie-wrapper {
  margin-bottom: 60px;
}

#movie-01 .movie-detail:before, #movie-03 .movie-detail:before, #movie-05 .movie-detail:before, #movie-07 .movie-detail:before,
#movie-02 .movie-detail:before,
#movie-04 .movie-detail:before,
#movie-06 .movie-detail:before,
#movie-08 .movie-detail:before,
#movie-03 .movie-detail:before,
#movie-04 .movie-detail:before,
#movie-05 .movie-detail:before,
#movie-06 .movie-detail:before,
#movie-07 .movie-detail:before,
#movie-08 .movie-detail:before {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

#movie-01 .image-yumena, #movie-03 .image-yumena, #movie-05 .image-yumena, #movie-07 .image-yumena {
  background: url(../images/fourth_image_01_01_bg.png) no-repeat center bottom;
  background-size: contain;
}

#movie-02 .image-yumena, #movie-04 .image-yumena, #movie-06 .image-yumena, #movie-08 .image-yumena {
  background: url(../images/fourth_image_02_01_bg.png) no-repeat center bottom;
  background-size: contain;
}

#movie-03 .image-yumena {
  background: url(../images/fourth_image_03_01_bg.png) no-repeat center bottom;
  background-size: contain;
}

#movie-04 .image-yumena {
  background: url(../images/fourth_image_04_01_bg.png) no-repeat center bottom;
  background-size: contain;
}

#movie-05 .image-yumena {
  background: url(../images/fourth_image_05_01_bg.png) no-repeat center bottom;
  background-size: contain;
}

#movie-06 .image-yumena {
  background: url(../images/fourth_image_06_01_bg.png) no-repeat center bottom;
  background-size: contain;
}

#movie-07 .image-yumena {
  background: url(../images/fourth_image_07_01_bg.png) no-repeat center bottom;
  background-size: contain;
}

#movie-08 .image-yumena {
  background: url(../images/fourth_image_08_01_bg.png) no-repeat center bottom;
  background-size: contain;
}

#movie-01 .movie-detail:before, #movie-03 .movie-detail:before, #movie-05 .movie-detail:before, #movie-07 .movie-detail:before,
#movie-02 .movie-detail:before,
#movie-04 .movie-detail:before,
#movie-06 .movie-detail:before,
#movie-08 .movie-detail:before {
  background-image: url(../images/movie_bg.png);
  opacity: 0.5;
}

#movie-03 .movie-detail:before,
#movie-04 .movie-detail:before {
  background-image: url(../images/movie_bg_blue.png);
}

#movie-05 .movie-detail:before,
#movie-06 .movie-detail:before {
  background-image: url(../images/movie_bg_orenge.png);
}

#movie-05 .movie-detail a.other_lnk,
#movie-06 .movie-detail a.other_lnk {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  display: block;
  padding: 10px;
  border-radius: 25px;
  background: #e96d8e;
  text-align: center;
}

#movie-05 .movie-detail a.other_lnk:hover,
#movie-06 .movie-detail a.other_lnk:hover {
  background: #ff779b;
  text-decoration: none;
}

#movie-07 .movie-detail:before,
#movie-08 .movie-detail:before {
  background-image: url(../images/movie_bg_green.png);
}

@media screen and (min-width: 980px) {
  #local-nav li div:last-child {
    margin: 50px 0 0 -35px;
  }
  .movie-wrapper .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .movie-wrapper .movie-detail {
    width: 50%;
  }
  .movie-wrapper .movie-detail div:first-of-type {
    width: 60%;
    margin: 0 auto 30px;
  }
  .movie-wrapper .movie-detail div:nth-of-type(2) {
    width: 100%;
    margin-bottom: 30px;
  }
  .movie-wrapper .movie-detail div:nth-of-type(2) img {
    margin: 0 auto;
  }
  .movie-wrapper .movie-detail div:last-of-type {
    width: 100%;
  }
  .movie-wrapper .movie-detail figure {
    margin-bottom: 30px;
  }
  .movie-wrapper .movie-detail figure a img {
    -webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.2);
  }
  .movie-wrapper .movie-image {
    position: relative;
    width: calc(50% - 30px);
  }
  .movie-wrapper .movie-image div:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }
  .movie-wrapper .movie-image div div {
    width: 200px;
    height: auto;
  }
  .movie-wrapper .movie-image div div img {
    width: 100%;
  }
  .movie-wrapper .movie-image div div:first-child {
    margin-top: 104px;
  }
  .movie-wrapper .movie-image div div:last-child {
    margin-left: -120px;
  }
  .row-reverse .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #movie-01 .movie-detail:before, #movie-03 .movie-detail:before, #movie-05 .movie-detail:before, #movie-07 .movie-detail:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-25%, 0);
            transform: translate(-25%, 0);
    background-position: center center;
  }
  #movie-01 .image-yumena, #movie-03 .image-yumena, #movie-05 .image-yumena, #movie-07 .image-yumena {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 250px;
  }
  
  #movie-02 .movie-detail:before,
  #movie-04 .movie-detail:before,
  #movie-06 .movie-detail:before,
  #movie-08 .movie-detail:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(25%, 0);
            transform: translate(25%, 0);
    background-position: center center;
  }
  #movie-02 .movie-image > div:first-child, #movie-04 .movie-image > div:first-child, #movie-06 .movie-image > div:first-child, #movie-08 .movie-image > div:first-child {
    position: absolute;
    top: 30px;
    left: 250px;
  }
  #movie-02 .image-yumena, #movie-04 .image-yumena, #movie-06 .image-yumena, #movie-08 .image-yumena {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 350px;
  }
  #movie-05 .image-yumena {
    width: 320px;
  }
}

@media screen and (max-width: 979px) {
  #local-nav {
    width: calc(100% - 30px);
    margin: 0 auto 60px;
  }
  #local-nav li {
    width: 50%;
  }
  #local-nav li div {
    width: 50%;
  }
  #local-nav li div:last-child {
    margin: 20% 0 0 -20%;
  }
  #local-nav li:nth-child(even) {
    margin-left: -20%;
  }
  #local-nav li:nth-child(3), #local-nav li:nth-child(4) {
    margin-top: -20px;
  }
  .movie-wrapper .movie-detail {
    width: calc(100% - 60px);
    margin: 0 auto 15px;
  }
  .movie-wrapper .movie-detail div:first-of-type {
    width: 60%;
    margin: 0 auto 15px;
  }
  .movie-wrapper .movie-detail div:nth-of-type(2) {
    width: 100%;
    margin-bottom: 15px;
  }
  .movie-wrapper .movie-detail div a.other_lnk {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    display: block;
    padding: 10px;
    border-radius: 25px;
    background: #e96d8e;
    text-align: center;
  }
  .movie-wrapper .movie-detail div a.other_lnk:hover {
    background: #ff779b;
    text-decoration: none;
  }
  .movie-wrapper .movie-detail figure {
    margin-bottom: 15px;
  }
  .movie-wrapper .movie-image {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 80%;
  }
  .movie-wrapper .movie-image > div:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin: 15px 0 0 0;
  }
  .movie-wrapper .movie-image > div div {
    height: auto;
  }
  .movie-wrapper .movie-image > div div:first-child {
    margin-top: 78px;
  }
  .movie-wrapper .movie-image > div div:last-child {
    margin-left: -90px;
  }
  #movie-01 .movie-detail:before, #movie-03 .movie-detail:before, #movie-05 .movie-detail:before, #movie-07 .movie-detail:before,
  #movie-02 .movie-detail:before,
  #movie-04 .movie-detail:before,
  #movie-06 .movie-detail:before,
  #movie-08 .movie-detail:before,
  #movie-03 .movie-detail:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
  }
  #movie-01 .movie-image, #movie-03 .movie-image, #movie-05 .movie-image, #movie-07 .movie-image,
  #movie-02 .movie-image,
  #movie-04 .movie-image,
  #movie-06 .movie-image,
  #movie-08 .movie-image,
  #movie-03 .movie-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #movie-01 .movie-image, #movie-03 .movie-image, #movie-05 .movie-image, #movie-07 .movie-image,
  #movie-02 .movie-image,
  #movie-04 .movie-image,
  #movie-06 .movie-image,
  #movie-08 .movie-image {
    background-image: url(../images/movie_bg.png);
  }
  #movie-01 .movie-image, #movie-03 .movie-image, #movie-05 .movie-image, #movie-07 .movie-image {
    background-position: -100px top;
  }
  #movie-01 .image-yumena, #movie-03 .image-yumena, #movie-05 .image-yumena, #movie-07 .image-yumena {
    width: 40%;
  }
  
  #movie-02 .movie-image,
  #movie-04 .movie-image,
  #movie-06 .movie-image,
  #movie-08 .movie-image {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    background-position: right -100px top 30px;
  }
  #movie-02 .image-yumena, #movie-04 .image-yumena, #movie-06 .image-yumena, #movie-08 .image-yumena {
    width: 50%;
  }
  #movie-03 .movie-image,
  #movie-04 .movie-image {
    background-image: url(../images/movie_bg_blue.png);
  }
  #movie-05 .movie-image,
  #movie-06 .movie-image {
    background-image: url(../images/movie_bg_orenge.png);
  }
  #movie-05 .image-yumena {
    width: 350px;
  }
  #movie-07 .movie-image,
  #movie-08 .movie-image {
    background-image: url(../images/movie_bg_green.png);
  }
}

#fifth {
  background-image: url(../images/fifth_bg.png);
  background-repeat: repeat-x;
  background-size: cover;
  overflow: hidden;
}

#fifth div {
  width: 50%;
  margin: 0 auto;
  opacity: 0;
}

@media screen and (min-width: 980px) {
  #fifth {
    background-position: center bottom -200px;
  }
}

@media screen and (max-width: 979px) {
  #fifth {
    background-position: center bottom -150px;
  }
}

@media screen and (max-width: 767px) {
  #fifth {
    background-position: center bottom -60px;
  }
  #fifth div {
    width: 80%;
  }
}

.btn_cptop {
  width: 90%;
  margin: 3vw auto 0;
  text-align: center;
}

.btn_cptop img {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .btn_cptop {
    margin: 8vw auto 0;
  }
}

#content-body-wrapper .line-ban {
  font-size: 0;
  line-height: 0;
  text-align: center;
  padding-top: 30px;
}

#content-body-wrapper .line-ban img {
  opacity: 1.0;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #content-body-wrapper .line-ban {
    padding: 20px 10px 0 10px;
  }
}

#content-all-wrapper {
  overflow-x: hidden;
}

#content-all-wrapper img {
  max-width: 100%;
}

.inner {
  position: relative;
}

@media screen and (min-width: 980px) {
  .inner {
    width: 980px;
    margin: 0 auto;
  }
}

/* -------------------------------

アニメーション

------------------------------- */
.fade-in,
.slide-up,
.clip-txt {
  opacity: 0;
}

.is-fade-in {
  -webkit-animation: fadeIn 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
          animation: fadeIn 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}

.is-slide-up {
  -webkit-animation: slideUp 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
          animation: slideUp 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}

.is-zoom-in {
  -webkit-animation: zoomIn 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
          animation: zoomIn 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}

.is-swing {
  animation: swing 1500ms alternate-reverse cubic-bezier(0.45, 0, 0.55, 1) forwards;
}

.is-bottom-up {
  -webkit-animation: bottomUp 600ms cubic-bezier(0.15, 1.29, 0.87, 1.03) forwards;
          animation: bottomUp 600ms cubic-bezier(0.15, 1.29, 0.87, 1.03) forwards;
}

.is-hero:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: auto auto;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 4px, #f094ad 4px, #f094ad 6px);
  -webkit-animation: zoomOut 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
          animation: zoomOut 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}

.is-clip-txt-left {
  -webkit-animation: clipTxtLeft 800ms cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: clipTxtLeft 800ms cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

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

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

@-webkit-keyframes slideUp {
  0% {
    opacity: 0;
    margin-top: 15px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

@keyframes slideUp {
  0% {
    opacity: 0;
    margin-top: 15px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes clipTxtLeft {
  0% {
    opacity: 1;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0 -10px -10px 0);
    clip-path: inset(0 -10px -10px 0);
  }
}

@keyframes clipTxtLeft {
  0% {
    opacity: 1;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0 -10px -10px 0);
    clip-path: inset(0 -10px -10px 0);
  }
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes bottomUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes bottomUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/*# sourceMappingURL=main.css.map */