@charset "UTF-8";

/* ===================================================================
common.css
style reset
=================================================================== */

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;
}
h1{
  color:#FFF;
}
body {
    line-height:1;
}

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

nav ul {
    list-style:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

html {
/*    font: 62.5%/1.231 Noto Sans Japanese, メイリオ, Meiryo, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
*/
font-family: YuMincho,Hiragino Mincho ProN,Yu Mincho,MS PMincho,Times New Roman,serif
}

/* ===================================================================
movie
=================================================================== */
.nav-sp{
  display:none;
}
.logo {
  float:left;
}
.top_movie_wrap video {
    position: absolute;
    right: -100%;
    bottom: -100%;
    top: -100%;
    left: -100%;
    min-width: 100%;
    min-height: 100%;
    max-width: inherit;
    margin: auto;
    width: auto;
    height: auto;
}

.top_movie_wrap {
    width: 100%;
    overflow: hidden;
    min-width: 1000px;
    height: 100vh;
    min-height: 880px;
    position: relative;
    margin-bottom: 5%;
}

.movie_title {
    position: absolute;
    top: 20%;
    left: 30%;
    z-index: 2;
    font-size: 5em;
    color:#FFF;
/*    text-shadow: 5px 3px 10px #000, 0 0 20px #000, 0 0 20px #000;    
*/
}


/* ===================================================================
contents
=================================================================== */
.left{text-align: left;}
.center{text-align: center;}
.right{text-align: right;}
.mt0{margin-top: 0px;}
.pt0{padding-top: 0px;}
.mb0{margin-bottom: 0px;}
.pb0{padding-bottom: 0px;}
.pt30{padding-top:30px;}
.pt50{padding-top:50px;}
.pb15{padding-bottom:15px;}
.pb30{padding-bottom:30px;}
.pb50{padding-bottom:50px;}
.pl30{padding-left:30px;}

.spece-between{ display: flex; justify-content: space-between}


section {
    padding:10px auto;
}


/*h2 {
    font-size: 88px;
    font-weight: 600;
    text-align: center;
}
*/

/* H2 animaction*/
h2 {
    font-size: 88px;
    font-weight: 600;
    text-align: center;
    overflow: hidden;
    padding-top:40px;
    position: relative;
    display: inline-block;
    line-height: 1.2em;
}

h2:before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #333;
  position: absolute;
  left: -100%;
  bottom: 0;
  transition: 1s;
}

h2.faderight::before,
h2.faderight_02::before {
/*
     background:#004bb4;
    background:linear-gradient(to right,#ffba73,#ffb2b2);
*/}

h2 span {
  display: inline-block;
  margin-left: -100%;
  transition: 0.4s;
  transition-delay: 0.4s;
}

h2.slide_on::before {
  left: 0;
}

h2.slide_on span {
  margin-left: 0;
}


h2.service_title::before {
    background-color: #000;
}


h3 {
    font-size: 44px;
    font-weight: 600;
    line-height: 1.3em;
    text-align: center;
    padding-top:15px;
}


h4 {
    font-size: 28px;
    line-height: 1.5em;
    vertical-align: top;
}

p,
strong {
    line-height: 1.5em;
    font-size: 20px;
}

ul {
    padding-top:30px;
    list-style: none;
}

ul li {
    padding-bottom:30px;
    line-height: 1.5em;
    font-size: 22px;
}

table {
    line-height: 1.5em;
}

table th {
    width:35%;
    text-align: left;
    border:1px solid;
    padding: 10px;
    font-size:1.4em;
    line-height: 1.5em;
}

header {
    background:#000;
    width: 100%;
    margin: 0 auto;
    z-index: 100;
}

.fixed {
  position: fixed;
}

header a{
  color: #FFF;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

header a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  content: "";
}

header a:hover:after {
  transform: translate(0, 0);
}

header .float {
  display: inline-block;
  vertical-align: bottom;
  padding-top: 22px
}

header ul {
    display: inline-block;
    padding-top:15px;
    width:80%;
}

header ul li {
    display: inline-block;
    width: 16%;
    text-align: center;
    padding: 0px;
    margin: 0px auto;
}

section.top {
    min-width: 1000px;
    background:#FFF;
    color:#000;
    position: relative;
}
/*
section.top::before {
  border-color: transparent #FFF transparent transparent;
  border-style: solid;
  border-width: 50px 100vw 0 0;
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
}*/

section.top::after {
    margin-left: -29px;
    left: 50%;
    bottom: -20px;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 50px 0 50px;
    border-color: #000 transparent transparent transparent;
}

/*section.support,
section.achievement,
section.price,
section.flow */
section {
    min-width: 1000px;
    background:#fff;
    color:#000;
    padding-top:20px;
    padding-bottom:20px;
}

section.support ul li {
    padding-bottom:10px;
    font-weight: 600;
    text-decoration: underline!important;
}

section .title_lines{
  display: block;
  position: relative;
  padding: .5em 4em;
  text-align: center;
  text-decoration: none;
  outline: none;
  animation-name: title_lines;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;  
}


section .title_lines::before,
section .title_lines::after {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  z-index: 2;
  content: '';
  transition: all .3s;
}

@keyframes title_lines {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;    
    border-top: 2px solid;
    border-bottom: 2px solid;
    transform: scale(0, 1);
    border-right: 2px solid;
    border-left: 2px solid;
    transform: scale(1, 0);
    transform: scale(1);
  }
}


section.achievement {
    background: #f2f2f2;
    position: relative;    
}

section.achievement h3 {
    text-align: left;
    padding-bottom:15px;
}

section.achievement::after {
    margin-left: -29px;
    left: 50%;
    bottom: -20px;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 50px 0 50px;
    border-color: #f2f2f2 transparent transparent transparent;
}

section.price {
    background:#fff;
}

section.price h3{
    padding-top:35px;
    padding-bottom:10px;
}

section.price h3.price_top {
    text-align: left;
}

section.price .menu_title{
   margin-bottom:20px;
}

.menu_title p.sub_title {
    text-align: left;
}

section.flow {
    background:#f2f2f2;
}

input[type=submit] {
  width:50%;
  padding: 14px 0 16px 0;
  font-size: 1.2em;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  color: #fff;
  background: #444;
  line-height: 1;
  border-radius: 50px;
  transition: all .2s;
  cursor: pointer;
  border: 2px solid #444;

}

input[type=submit]:hover{
  background-color: #fff;
  border-color: #444;
  color: #444;
}

#service,
#achievement,
#price,
#flow,
#faq,
#contact {
  padding-top: 25px;
}

/* inner */

.inner {
    padding:20px;
    width: calc(100% - 100px);
    width:1000px;
    margin:30px auto;
}

.menu_title{
    margin-bottom:20px;
}

p.sub_title {
    text-align: center;
    font-size:1.4em;
    padding-bottom:25px;
}

/* PCからは非表示 */
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}


/* slide */
.satis_merit {
  display: block;
  text-align: center;
  font-size: 4em;
  color:#004bb4;
}
.faderight,
.faderight_02 {
    text-align: left;
    font-size: 2.5em;
    font-weight: bold;
}

@keyframes faderight {
  from {
      opacity: 0;
      transform: translateX(0);
  }
  to {
      opacity: 1;
  transform: translateX(150px);
  }
}
/*
.contents-01,
.contents-02,
.contents-03,
.contents-04,
.contents-05,
.contents-06,
.contents-07,
.contents-08,
.contents-09,
.contents-10,
.contents-11,
.contents-12,
.contents-13,
.contents-14,
.contents-15,
.contents-16,
.contents-17,
.contents-18,
.contents-19,
.contents-20,
.contents-21,
.contents-22,
.contents-23,
.contents-24,
.contents-25,
.contents-26,
.contents-27,
.contents-28,
.contents-29,
.contents-30,
.contents-31,
.contents-32
{
    opacity:0;
}
*/
/*.contents01 h4.slide_on,
.contents02 h4.slide_on,
.contents03 h3.slide_on,
.contents03 ul li.slide_on,
.contents04 p.slide_on,
.contents05 p.slide_on,
.contents05 div img.slide_on,
.contents06 table.slide_on,
.contents07 p.slide_on {
    animation-name:fadeInAnime;
    animation-duration:3s;
    animation-fill-mode:forwards;
    opacity:0;
}
*/
/*
.contents-06 table.slide_on,
.contents-10,
.contents-11,
.contents-21,
.contents-22,
.contents-23,
.contents-28,
.contents-29{
    animation-name:fadeInAnime;
    animation-duration:5s;
    animation-fill-mode:forwards;
    opacity:0;
}
*//*
.contents01 p.slide_on,
.contents02 p.slide_on,
.contents03 p.slide_on,
.contents04 p.slide_on,
.contents05 p.slide_on,
.contents06 p.slide_on,
.contents07 p.slide_on,
.contents08 p.slide_on,
.contents09 p.slide_on,
.contents10 p.slide_on,
.contents11 p.slide_on,
.contents12 p.slide_on,

.contents03 p.slide_on,
.contents14 p.slide_on,
.contents15 p.slide_on,
.contents16 p.slide_on,
.contents17 p.slide_on,
.contents18 p.slide_on,
.contents19 p.slide_on,
.contents20 p.slide_on,
.contents21 p.slide_on,
.contents22 p.slide_on,
.contents23 p.slide_on,
.contents25 p.slide_on,
.contents26 p.slide_on,
.contents27 p.slide_on,
.contents28 p.slide_on,
.contents29 p.slide_on,
.contents30 p.slide_on,
.contents31 p.slide_on,
.contents32 p.slide_on{
    animation-name:fadeInAnimeP;
    animation-duration:3.5s;
    animation-fill-mode:forwards;
    opacity:0;
}

.contents05 p.slide_on {
    animation-name:fadeInAnimeP;
    animation-duration:5.5s;
    animation-fill-mode:forwards;
    opacity:0;
}*/

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


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

.bg01 .bg-wrap,
.bg02 .bg-wrap,
.bg03 .bg-wrap,
.bg04 .bg-wrap,
.bg05 .bg-wrap,
.bg06 .bg-wrap {
  position: relative;
  margin-top: 5px;
  text-align: center;
  display:inline-block;
}
.bg01.slide_on .bg-wrap::before,
.bg02.slide_on .bg-wrap::before,
.bg03.slide_on .bg-wrap::before,
.bg04.slide_on .bg-wrap::before,
.bg05.slide_on .bg-wrap::before,
.bg06.slide_on .bg-wrap::before {
  animation: bg 3.6s cubic-bezier(0.8, 1, 0.36, 1) forwards;
  background: linear-gradient(to right, #485563 0%,#485563 50%,#29323c 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
}
.bg01 .bg-wrap span,
.bg02 .bg-wrap span,
.bg03 .bg-wrap span,
.bg04 .bg-wrap span,
.bg05 .bg-wrap span,
.bg06 .bg-wrap span {
  color: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-right:30px;
}

.bg01,
.bg02,
.bg03,
.bg04,
.bg05,
.bg06 {
    text-align: center;
}

@keyframes bg, bg02 {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}


@keyframes fadeIn {
    to { opacity: 1; }
}
.c1, .c2, .c3, .c4, .c5, .c6, .c2-1, .c2-2 {
    opacity: 0;
    animation: 2.0s linear forwards fadeIn;
}
.c1 { animation-delay: 0.5s; }
.c2 { animation-delay: 0.8s; }
.c3 { animation-delay: 1.1s; }
.c4 { animation-delay: 1.4s; }
.c5 { animation-delay: 1.7s; }
.c6 { animation-delay: 2.0s; }

.c2-1 { animation-delay: 1.0s; }
.c2-2 { animation-delay: 1.5s; }


.img_box {
    padding:30px 0px 10px 0px;
}

.img_box img {
    display: inline-block;
    vertical-align: middle;
    width:48%;    
}

.img_box img.slide_on,
.img_box_camera img.slide_on,
.img_box_camera table.slide_on {
    -webkit-transform: scale(1) translate(0,0)!important;
    transform: scale(1) translate(0,0)!important;
    opacity: 1!important;
    transition: opacity .5s ease-in,-webkit-transform .5s;
    transition: transform .5s,opacity .5s linear;
    transition: transform .5s,opacity .5s linear,-webkit-transform 1s;
}

/*.img_box_image01,
.img_box_image02,
.img_box_image03,
.img_box_image04,
.img_box_image05,
.img_box_image06
{
    opacity: 0;
}
*/

.img_box p,
.img_box_camera p
{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding-left: 3%;
    padding-right: 3%;
    width: 42%;
}

.img_box p {
    font-size: 1.2em;
}

.img_box p.left {
    text-align: left;
    padding-right: 0;
    padding-left: 3%;    
}

.img_box_camera {
    padding:30px 0px 50px 0px;
    text-align: center;    
}

.img_box_camera img {
    display: inline-block;
    vertical-align: middle;
    width:30%;
}


.img_box_camera table {
    display:inline-block;
    vertical-align: middle;
    width:65%;
    padding-left:5%;
}

.price table {
    width:100%;
    margin-bottom: 20px;
}

.img_box_camera table td,
.price table td {
    text-align: left;
    font-size: 22px;
    padding: 10px;
    border: 1px solid;
    line-height: 1.5em;
    vertical-align: middle;
}

.img_box_camera table th,
.price table th {
    background:#333;
    color:#FFF;
    border:1px solid;

}
section.flow .img_box p {
    text-align: left;
}

/* fullpage */
.fp-tableCell {
    width:100%;
}
.fp-section.fp-table, .fp-slide.fp-table {
    min-width: 0;
}

.contact_box {
    margin-top:10px;
}

.contact_box a {
  display: block;
  width: 50%;
  padding: 20px 0;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: linear-gradient(
    to right,
    #a48c61 0%,
    #a48c61 50%,
    #000000 50%,
    #000000 100%
  );
  box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
  transition: background-position ease 0.6s;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  margin:0px auto;
}

.contact_box a:hover {
  background-position: 0 0;
}


/*modal*/
.modal-open{
position: fixed;
display: flex;
align-items: center;
justify-content: center;
top: 50%;
left: 50%;
width: 300px;
height: 50px;
font-weight: bold;
color: #fff;
background: #000;
margin: auto;
cursor: pointer;
transform: translate(-50%,-50%);
}

.modal-container{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
background: rgba(0,0,0,50%);
padding: 40px 20px;
overflow: auto;
opacity: 0;
visibility: hidden;
transition: .3s;
  box-sizing: border-box;
}

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

.modal-container.active{
opacity: 1;
visibility: visible;
}

.modal-body{
position: relative;
display: inline-block;
vertical-align: middle;
max-width: 500px;
width: 90%;
}

.modal-close{
  cursor: pointer;
  margin: 40px 0px 20px 0px;  
  padding: 10px 30px;
  background: #000;
  color: #FFF;
  border-radius: 20px;
}
.modal-close-block {
  margin: 40px 0px 20px 0px;
  text-align: center;  
}

.modal-content{
background: #fff;
text-align: left;
padding: 30px;
}

/*faq*/
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.cp_qa .cp_actab {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 0 1em 0;
    color: #1b2538;
}

.cp_qa .cp_actab input {
    position: absolute;
    opacity: 0;
}

.cp_qa .cp_actab label {
    font-weight: bold;
    line-height: 1.6em;
    position: relative;
    display: block;
    margin: 0 0 0 0;
    padding: 1em 2em 1em 2.5em;
    cursor: pointer;
    text-indent: 1em;
    border-radius: 0.5em;
    background: rgba(27,37,56,0.1);
}

.cp_qa .cp_actab label::before {
    font-family: serif;
    font-size: 1.5em;
    margin-left: -2em;
    padding-right: 0.5em;
    content: 'Q';
}

.cp_qa .cp_actab label:hover {
    transition: all 0.3s;
    color: #00838f;
}

.cp_qa .cp_actab label::after {
    font-size: 1.7em;
    font-weight: bold;
    line-height: 2em;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 2em;
    height: 2em;
    -webkit-transition: transform 0.4s;
            transition: transform 0.4s;
}

.cp_qa .cp_actab .cp_actab-content {
    position: relative;
    overflow: hidden;
    max-height: 0;
    padding: 0 0 0 2.5em;
    -webkit-transition: max-height 0.2s;
            transition: max-height 0.2s;
    border-radius: 0 0 0.5em 0.5em;
}

.cp_qa .cp_actab .cp_actab-content::before {
    font-family: serif;
    font-size: 1.5em;
    position: absolute;
    margin: 0.4em 0 0 -1em;
    padding: 0;
    content: 'A';
}
.cp_qa .cp_actab .cp_actab-content p {
    margin: 1em 1em 1em 0;
}

.cp_qa .cp_actab input:checked ~ .cp_actab-content {
    max-height: 40em;
    border: 10px solid rgba(27,37,56,0.1);
}

.cp_qa .cp_actab input:checked ~ label {
    color: #00838f;
    border-radius: 0.5em 0.5em 0 0;
}

.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

p.is-error-name,
p.is-error-your_name,
p.is-error-email,
p.is-error-tel,
p.is-error-email,
p.is-error-subject,
p.is-error-message,
p.is-error-privacy_policy {
  color: #FF0000;
  font-weight: 600;
  font-size: 1em;
}

/*contact*/
table.contact {
  width:100%;
}

table.contact th {
    vertical-align: middle;
    background: #333;
    color: #FFF;
    padding-left: 20px;    
}

table.contact td {
    border: 1px solid;
    padding: 20px;
    line-height: 1.5em;
    margin-left: 0px;
}

table.contact td input {
    padding: 8px 6px;
    border:1px solid #ccc;
    font-weight: normal;
}

table.contact th span {
  color:#FF0000;
  padding-left:2px;
}

table.contact textarea {
  border-radius: 5px;
  box-shadow: none;
  font-size: 1em;
  letter-spacing: 0.05em;
  padding: 10px;
  line-height: 1.78571;
  border:1px solid #ccc;

}
@media (max-width: 768px) {

    .tel-btn {
      position: fixed;
      right: 20px;
      bottom: 35px;
      z-index: 1;
      display: inline-block;
      color: #fff;
      background-color: #B1221A;
      padding: 15px 15px;
      border-radius: 20px;
      font-weight: bold;
      font-size: 2em;
      text-align: center;
      line-height: 1.2em;
      text-decoration: none;
      width:35%;
      opacity: 0.7;
    }

    .tel-btn:hover{
      opacity: 1;
    }

    .tel-btn span{
      font-family: 62.5%/1.231 Noto Sans Japanese, メイリオ, Meiryo, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
      text-decoration: underline;
    }    
    header ul {
        width:100%;
    }
    header ul li {
      font-size:20px;
    }

    .inner {
        width:90%;
    }
    .movie_title {
        left: 20%;
    }
    .img_box_camera table {
        width:61%;
    }
    .img_box_camera img {
        width:35%;
    }

  p.is-error-name,
  p.is-error-your_name,
  p.is-error-email,
  p.is-error-tel,
  p.is-error-email,
  p.is-error-subject,
  p.is-error-message,
  p.is-error-privacy_policy {
    font-size: 13px;
  }

  input[type=text] {
    font-size:16px;
  }
}

@media (max-width: 568px) {
  header ul li {
    font-size:22px;
  }

  body {
    overflow-x: hidden;
  }

.nav-pc {
  display:none;
}
.nav-sp {
  display:block;
}
.fixed{
  padding-bottom:3%;
}
header .float{
  vertical-align: middle;
  z-index: 9999;
}

/* ハンバーガーメニュー */
.hamburger-menu{
  position: fixed;
  top: 15px;
  right: 35px;  
  display: flex;
  align-items: center;
  width: 70px;
  height: 70px;
  cursor: pointer;
  z-index: 9999;
}

.hamburger-menu__line{
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #FFF;
  position: relative;
  transition: all 0.5s;
}

.hamburger-menu__line::before,
.hamburger-menu__line::after{
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  border-radius: 4px;
  background-color: #FFF;
  position: absolute;
  transition: all 0.5s;
}

.hamburger-menu__line::before{
  transform: translateY(-23px);
}
.hamburger-menu__line::after{
  transform: translateY(23px);
}
.hamburger-menu.open .hamburger-menu__line{
  background-color: transparent;
}
.hamburger-menu.open .hamburger-menu__line::before{
  transform: rotate(45deg);
}
.hamburger-menu.open .hamburger-menu__line::after{
  transform: rotate(-45deg);
}
  /* ナビゲーション */
  .nav-sp {
    box-sizing: border-box;
    position: absolute;
    padding: 95px 10px 0;
    background-color: rgba(1,1,1,0.5);
    text-align: left;
    left: 100%;    
    width: 100%;
    height: 406px;
    transition: right 0.5s;
  }

  .nav-sp a{
    display: inline-block;
    padding: 5px 0;
  }

  .nav-sp.open{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: rgba(1,1,1,0.5);
    transition: all 0.5s;
  }

  #wrap::-webkit-scrollbar {
    display:none;
  }
  .top_movie_wrap{
    margin-bottom:0px;    
    min-height: 0px;
    height: 30vh;

/*    background-image: url('../img/title_img.jpg');
*/    background-size:100%;
    background-repeat:no-repeat;
    background-position: 50% 0px;
  }
  .top_movie_wrap video {
    display:none;
  }
  .movie_title {

  }
  header {
    padding:0px 10px 0px 20px;
  }
  header ul {
    width:100%;
  }
  header ul li {
    white-space: nowrap;
    display: block;
  }
}

@media (max-width: 412px) {
    .movie_title {
        left: 24%;
        font-size: 4em;
    }
}