@charset "UTF-8";

#container {
overflow: hidden; }

blockquote {font-size: 100%; }
embed,
iframe,
object {
max-width: 100%; }
.section {
padding-top: 50px;
padding-bottom: 50px; }
.section .section {
padding-top: 0;
padding-bottom: 0; }
body {
-webkit-font-smoothing: antialiased; }
img {
height: auto;
max-width: 100%; }
a {
transition: color 0.4s, background-color 0.4s, border-color 0.4s, text-decoratin 0.4s; }

ul.iconButton{
top: 4rem;
right: -1.2rem;
width: 60px;
font-size: 2rem;
position: fixed;
transition: all 0.3s;
z-index: 500;
text-align: center;
margin-bottom: 0;
}
ul.iconButton li{
display: inline-block;
writing-mode: vertical-rl;
}
ul.iconButton li a{
padding: 1.5rem 2rem 1.5rem 0;
width: 60px;
letter-spacing: 0.05em;
font-weight: bold;
border-radius: 8px;
background: #ffba00;
display: inline-block;
color: #fff;
opacity: 1;
margin-bottom: 1rem;
}
ul.iconButton li:nth-child(2) a{
/* padding: 1rem 1.3rem 1rem 0; */
}
ul.iconButton li a:hover {
opacity: 0.8;
transition: all 0.3s;
}

#loading {
position: fixed;
top: 0;
left: 0;
bottom: 0;
z-index: 99999;
width: 100%;
height: 100%;
background: #ffba00;
}
#loading_box {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
text-align: center;
}
.loading-one {
display: inline-block;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
}
.loading-one p.loading-txt {
color: #fff;
font-size: 2rem;
letter-spacing: 0.25rem;
line-height: 2.0;
padding: 2rem 0;
font-family: sans-serif;
}
.animation_loading {
animation: equalizer_loading 7000ms infinite;
animation-iteration-count: 10;
}
@keyframes equalizer_loading {
0% {width: 70%;}
10% {width: 50%;}
20% {width: 100%;}
30% {width: 30%;}
40% {width: 50%;}
50% {width: 70%;}
60% {width: 50%;}
70% {width: 30%;}
80% {width: 100%;}
90% {width: 30%;}
100% {width: 70%;}
}

#pagetop {
position: fixed;
bottom: 1rem;
right: 1rem;
z-index: 100;
width: 5rem;
height: 5rem;
border-radius: 8px;
display: inline-flex;
justify-content: center;
align-items: center;
background: #ffba00;
}
#pagetop a {
color: #fff;
font-size: 3rem;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
}
.al_c {
text-align: center !important;
}
#product .al_c,
#spec h2 {
  color: #fff;
}
.al_l {
text-align: left;
}
.mg_auto {
margin: 0 auto;
text-align: center;
}
.po_r {
position: relative;
}
.flex {
display: flex;
flex-wrap: wrap;
}
.fd_re {
flex-direction: row-reverse;
}
.jc_c {
justify-content: center;
}
.jc_sb {
justify-content: space-between;
}
.jc_sa {
justify-content: space-around;
}
.ai_c {
align-items: center;
}
.as_fs {
align-self: flex-start;
}
.mb_s {
margin-bottom: 5rem !important;
}
.mb_ss {
  margin-bottom: 2rem;
}
.mb_m {
margin-bottom: 8rem !important;
}
.mb_l {
margin-bottom: 12rem !important;
}
.mt_m {
margin-top: 8rem !important;
}
.pt_m {
padding-top: 5rem;
}
.mr_3 {
margin-right: 3rem;
}
.mb_-2 {
margin-bottom: -2rem;
}
.mr_-2 {
margin-right: -2rem;
}
.mr_-3 {
margin-right: -3rem;
}
.ml_-2 {
margin-left: -2rem;
}
.ml_-3 {
margin-left: -3rem;
}
.mt_-3{
margin-top: -3rem;
}
.mt_-6{
margin-top: -6rem;
}
.txt_l {
font-size: 2.6rem;
}
.txt_s {
font-size: 2rem !important;
}
p.note {
font-size: 1.5rem;
font-weight: 300;
line-height: 1.3;
text-align: left;
}
.di_b {
display: block;
}
.z-1 {
z-index: -1;
}
.z10 {
z-index: 10;
position: relative;
}
br.nopc {
display: none;
}
.only_sp{
display: none;
}

.index .firstmovie{
display: none;
}

.header {
position: fixed;
z-index: 3;
}
header {
width: 100%;
display: block;
padding: 0;
}
header .inner {
width: 100%;
height: 100px;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 2rem;
}
header .logo {
width: 280px;
position: fixed;
}
header nav ul{
width: 100%;
align-items: center;
justify-content: space-around;
margin-bottom: 0;
}

header nav ul{
  width: 100%;
  /* display: flex; */
  align-items: center;
  justify-content: space-around;
  margin-bottom: 0;
  }
  .gnavi li::before,
  .gnavi li::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  }
  .gnavi li,
  .gnavi li::before,
  .gnavi li::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  }
  .gnavi li{
  display: block;
  margin: 0;
  padding: 1.5rem 0;
  font-size: 2.4rem;
  text-align: center;
  position: relative;
  z-index: 2;
  color: #fff;
  line-height: 50px;
  line-height: 1.2;
  }
  .gnavi li.cs{
  opacity: 0.6;
  }
  .gnavi li a {
  color: #ffffff;
  display:block;
  font-family:'Josefin Sans', sans-serif;
  font-weight: 400;
  white-space:nowrap;
  transition: all .3s;
  line-height: 1.2;
  }
  .gnavi li a:hover{
  transform: translate(3px,3px);
  }
  .gnavi li span {
  margin-top: 0;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  font-family:'M PLUS 1p',"Yu Gothic", "游ゴシック";
  }
  header nav{
  width: 20rem;
  top:100px;
  right: 0;
  display: none;
  position: fixed;
  background: rgba(233, 99, 158, 0.9);
  
  }
  header nav ul{
  display: block;
  margin: 0 auto;
  width: 100%;
  }
  header nav ul li{
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px #fff dashed;
  }
  header nav ul li:last-child{
  border: none;
  }
  header nav ul li a{
  display: block;
  color: #fff !important;
  }
  #nav_toggle{
  right: 1rem;
  top: 2rem;
  padding: 0 8px 0 8px;
  display: block;
  position: fixed;
  width: 60px;
  height: 60px;
  z-index: 100;
  background: #e9639e;
  zoom: 1;
  }
  #nav_toggle div {
  position: relative;
  margin-top: 10px;
  }
  #nav_toggle span{
  display: block;
  height: 3px;
  background: #fff;
  position:absolute;
  width: 100%;
  left: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  }
  #nav_toggle span:nth-child(1){
  top:0;
  }
  #nav_toggle span:nth-child(2){
  top:18px;
  }
  #nav_toggle span:nth-child(3){
  top:37px;
  }
  .open #nav_toggle span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
  }
  .open #nav_toggle span:nth-child(2) {
  width: 0;
  left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
  }

.main {
padding-top: 15rem;
}
.index .main {
padding-top: 0;
}
section.hero {
width: 100%;
background-image: url(../images/mv_blur.webp);
background-repeat: no-repeat;
background-size: cover;
overflow: hidden;
position: relative;
padding-bottom: 0;
text-align: center;
background-color: #fff;
margin-top: -120px;
}
.hero figure.fg_hero {
background-image: url(../images/hero_01.png);
background-size: contain;
background-position: center bottom;
background-repeat: no-repeat;
width: 100%;
height: 1300px;
overflow: hidden;
text-indent: -9999px;
}
.hero .box h1,.hero p{
margin: 0;
}
.hero .box{
position: absolute;
bottom: 0rem;
left: 0;
right: 0;
margin: 0 auto 3rem;
width: 100%;
}

.hero figure{
animation-delay: 1s;
}
.hero h1{
animation-delay: 1.5s;
}
.hero .vol2{
animation-delay: 3s;
margin-left: 36%;
margin-bottom: -7rem;
}

/* @media screen and (max-width:1600px){
.hero figure.fg_hero {
  background-image: url(../images/hero_md.png);
  background-size: cover;
}
} */

@media screen and (max-width:980px){
.hero figure.fg_hero {
    background-position: top center; 
    background-size: cover;
    }
.hero .vol2{
margin-left: 62%;
}
}


/* .hero .vol1{
animation-delay: 3s;
} */
.fadeUp {
animation-name:fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpAnime{
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}

.intro p.lead{
margin: 0;
top: 40%;
color: #434499;
position: absolute;
bottom: auto;
right: auto;
z-index: 2;
width: 100%;
text-align: center;
}

.intro ul{
/* display: flex; */
flex-wrap: wrap;
z-index: 5;
/* margin-bottom: 3rem; */
margin-top: -1px;
}
.intro .box{
margin: 4rem auto 8rem;
}
.intro p.first{
font-size: 4rem;
display: block;
margin: 6rem 0 3rem;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.intro p{
font-size: 2.4rem;
font-weight: 500;
letter-spacing: 0.02em;
text-align: center;
color: #44240a;
margin: 2rem auto;
}
.intro .btn3{
margin: 4rem 0 7rem;
}

.point .block {
padding-top: 2rem;
}
.point h3 {
color:#47addd;
font-size: 4rem;
font-weight: 700;
margin: 8rem 0 2rem;
}
.point p {
font-size: 2.4rem;
}
.point p b {
font-weight: 700;
}
.point p .ls1 {
letter-spacing: -0.1rem;
}
.point ul  {
margin: 2rem 0 8rem;
}
.point ul li {
margin: 1rem;
}
@media screen and (max-width: 768px) {
  .point .flex {
    display: block;
  }
}

.product .star{
position: absolute;
top: 1rem;
left: 1rem;
}

.product .box h3{
font-size: 2.8rem;
font-weight: 800;
color: #ffffff;
margin-bottom: 5rem;
padding: 2rem;

}
.product .box dl{
margin: 3rem 3rem 0;
font-size: 2.4rem;
}
.product .box dl:last-child{
margin-bottom: 6rem;
}
.product .box dl dt{
color: #47addd;
font-weight: 400;
margin-bottom: 1rem;
}
.product .box dl dd{
font-weight: 800;
}

.privilege ul {
flex-wrap: wrap;
}
.privilege ul li{
border: 2px solid #ae9553;
width: 48%;
position: relative;
/* background-color: #fff; */
}

.privilege ul:after,
.privilege ul:before{
content: "";
display: block;
width: 48%;
height: 0;
}
.privilege ul:before{
order: 1;
}
.privilege ul li{
padding: 4rem 0 3rem;
width: 48%;
margin-bottom: 5rem;
}
.privilege ul li.type1{
width: 100%;
}
.privilege ul li.type1 figure{
margin-right:1rem;
margin-left:1rem;
}
.privilege ul li h3{
font-size: 3rem;
font-weight: bold;
margin-bottom: 3rem;
}
.privilege ul li h3 span{
font-size: 2rem;
font-weight: 800;
margin-left: 0.5rem;
}
.privilege p{
font-size: 1.5rem;
font-weight: 700;
margin: 0 0 1.5rem;
background-color: #fff;
display: inline-block;
padding: 0 1rem 0;
color: #9e3522;
}
.privilege figure{
margin-bottom: 1rem;
}
.privilege .btn2{
margin-bottom: 1rem;
}
.pr_ex {
  display: block;
  font-size: 1.45rem;
  font-weight: 700;
  color: #ee7a08;
}

.index .movie ul{
margin: 4rem auto 2rem !important;
display: flex;
justify-content: center;
text-align: center;
}
.index .movie ul li p{
color: #fff;
}
.index .movie ul.slider{
margin: 0 auto 4rem;
display: flex;
justify-content: space-between;
text-align: center;
}
.index .movie ul li{
margin-right: 2rem;
margin-left: 2rem;
}

.comment h2 {
  color: #fff;
}
.comment .block {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.comment ul.slider{
  width: 1200px;
  margin: 6rem auto 8rem;
  display: flex;
  justify-content: space-between;
  text-align: center;
  }
.comment ul.slider .slick-list li{
  margin: 0 2rem;
  filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.3));
  padding-bottom: 1rem;
  }


  .intro ul.slider{
    width: 1200px;
    margin: 6rem auto 8rem;
    display: flex;
    justify-content: space-between;
    text-align: center;
    }

  .intro ul.slider .slick-list li{
    margin: 0 2rem;
    filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.3));
    padding-bottom: 1rem;
    }
  
  #intro {
    position: relative;
    border-bottom: 3px solid;
    border-image: linear-gradient(to right,#c7c5be 0%,#75623b 50%,#c7c5be 100%);
    border-image-slice: 1;
  }
  .info-dec {
    width: 50px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -28px;
}
  
@media screen and (max-width:600px){
.intro ul.slider {
  width: 480px;
  margin: 2em auto 0;
}
}

@media screen and (max-width: 426px) {
    .intro ul.slider {
        width: 380px;
        margin: 2em auto 0;
    }
    .slick-prev, 
    .slick-next {
      display: none;
    }
}

.slick-slide img {
width: 100%;
height: auto;
}
.index .movie ul.slider li p{
color: #fff;
}
.slick-prev, .slick-next {
z-index: 1;
width: 4rem !important;
height: 4rem !important;
}
.slick-arrow:before{
content:""!important;
width: 100%!important;
height: 100%!important;
position: absolute;
top: 0;
left: 0;
}
.slick-prev:before {
content: "" !important;
background-image: url(../images/arrow-priv@1x.png) !important;
background-size: contain!important;
/* transform: rotate(-40deg); */
}
.slick-next:before {
content: "" !important;
background-image: url(../images/arrow-priv@1x.png) !important;
background-size: contain!important;
transform: rotate(180deg);
}
.slick-prev {
left: -60px !important;
}
.slick-next {
right: -60px !important;
}
.thumb {
margin: 20px 0 0;
}
.thumb .slick-slide {
cursor: pointer;
}
.thumb .slick-slide:hover {
opacity: .7;
}
.slick-prev:before, .slick-next:before{
color: #fff !important;
font-size: 5rem !important;
}
/* .slick-dots{
bottom: -3rem !important;
}
.slick-dots li button:before{
font-size: 1.5rem !important;
color: #fff !important;
} */

.slick-dots {
    position: absolute;
    bottom: -35px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
@media screen and (max-width:550px) {
  .slick-dots {
    bottom: -15px;
  }
}
.slick-dots li {
    position: relative;
    display:inline-block;
    width: 8px;
    height: 8px;
    margin:0 10px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button::before {
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 12px;
    height: 12px;
    content: "◆";
    text-align: center;
    opacity: 0.25;
    color: rgb(0, 0, 0);
    /* -webkit-font-smoothing: antialiased; */
}


.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #3c2819;}

.spec .wrap{
margin: 0 auto;
}
.spec .block{
width: 100%;
}
.spec dl{
display: flex;
justify-content: center;
font-size: 1.7rem;
align-items: flex-start;
margin-bottom: 1.5rem;
}
.spec dl dt{
width: 20%;
text-align: center;
/* padding-right: 2rem; */
color: #fff;
background-color: #3f2c1d;
/* border-radius: 20px; */
}
.spec dl dd{
width: 50%;
text-align: left;
font-weight: 600;
margin-left: 6rem;
}
.spec span {
  font-size: 1.25rem;
}
footer {
padding: 4rem 0;
width: 100%;
font-weight: 300;
text-align: center;
background: #44240a;
filter: drop-shadow(-3px 0 3px rgba(0,0,0,0.1));
}

footer small {
width: auto;
display: inline-block;
color:#fff;
}
footer small a {
color:#fff;
}
/********* pc下層ページ *********/

.yurayura1{
z-index: 1;
transform-origin: center bottom;
animation: yurayura1 4s linear infinite;
}
@keyframes yurayura1 {
0% , 100%{transform: rotate(4deg);}
50%{transform: rotate(-4deg);}
}

.kaiten1:hover {
animation: kaiten1 1s linear infinite;
animation-iteration-count: 1;
}

@keyframes kaiten1 {
0%  { transform: rotateY(0deg); }
100% { transform: rotateY(360deg); }
}
.bound{
transform: scale(1);
}
.bound:hover{
-webkit-animation: bound 1s ease-in; 
-moz-animation:    bound 1s ease-in; 
animation: bound 1s ease-in;
}
@keyframes bound {
/** 開始時は１倍の大きさ */
from { transform: scale(1); }
/** 0%～25%にかけて1.15倍する */
25% { transform: scale(1.15); }
/** 25%～50%にかけて0.95倍する */
50% { transform: scale(0.95); }
/** 50%～75%にかけて1.05倍する */
75% { transform: scale(1.05); }
/** 終了時は元の大きさに戻す */
to { transform: scale(1); }
}

.flash1{
animation: flash1 5s linear infinite;
}
@keyframes flash1 {
0%,60%,70%,80%,100% {opacity: 1;}
65%,75% {opacity: 0;}
}
.flash2{
animation: flash2 8s linear infinite;
}
@keyframes flash2 {
0%,80%,100% {opacity: 1;}
90% {opacity: 0.2;}
}
.flash3{
animation: flash3 4s linear infinite;
}
@keyframes flash3 {
0%,30%,40%,60%,100% {opacity: 1;}
25%,35% {opacity: 0;}
}

.modaal-wrapper [tabindex="0"] {
max-width: 100%;
margin: 0 auto;
}
.modaal-container{
  max-width: 950px;
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
background: #f2ab21 !important;
}

@media screen and (max-height: 900px){
.modaal-video-container {
  max-width: 1200px !important;
max-height:731px !important;
}
}
/* .gallery  ul {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin: 10rem 0;
}
.gallery  ul:after,
.gallery  ul:before{
content:"";
display:block;
width: 23%;
height:0;
}
.gallery ul:before{
order:1;
}
.gallery  ul li {
width: 30%;
margin-bottom: 7rem;
}
.gallery ul li span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(1, 132, 193, 0.8);
  color: #ffffff;
  padding: 0.2rem 0.6rem;
  font-size: 1.6rem;
  font-weight: 500;
} */
.gallery ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 2rem auto 4rem;
}
.gallery ul:after,
.gallery ul:before{
content:"";
display:block;
width: 30%;
height:0;
}
.gallery ul li {
width: 30%;
margin:0 0 5rem;
}
.gallery ul:before{
order:1;
}
.gallery ul li a {
position: relative;
border: solid 2px #3D2711;
box-shadow: 4px 4px 0 2px #3a26138e;
}
.gallery ul li span {
position: absolute;
top: 0;
left: 0;
z-index: 10;
background: #ffcc00;
color: #ffffff;
padding: 0.2rem 0.6rem;
font-size: 1.6rem;
font-weight: 800;
} 
/* .gallery ul li img {
filter: drop-shadow(0.7rem 0.7rem 0px rgba(79, 181, 230, 0.8));
} */

.youtube {
position: relative;
width: 100%;
padding-top: 56.25%;
}
.youtube iframe {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}
/*==================1400==================*/
@media screen and (max-width:1400px){

section.hero {
zoom: 0.8;
}
}
/*==================1220==================*/
@media screen and (max-width:1220px){

.container.header {
height: 100px;
}
header .logo {
width: 200px;
}
section.hero {
zoom: 0.6;
}
.main {
padding-top: 10rem;
}
.intro p.lead{
top: 40%;
zoom: 0.8;
}
.intro p{
zoom: 0.8;
}
}
@media screen and (max-width: 1220px) {
  .comment ul.slider {
      width: 98%;
  }
  .comment .box img{
    zoom: 0.8;
    }
}
/*==================980==================*/
@media screen and (max-width:980px){

header .logo {
width: 150px;
}
.intro p.lead{
top: 35%;
}
.info{
margin-top: -3rem;
font-size: 80%;
}
.info h3{
display: none;
}
section.hero {
zoom: 0.50;
}
.intro p.lead{
font-size: 2rem;
}
.point ul{
flex-direction: column;
}

.privilege ul {
flex-direction: column;
}
.privilege ul li{
width: 100%;
}
.spec .wrap{
width: auto;
flex-direction: column;
}
.spec .block{
width: auto;
}
.download .main dl {
flex-direction: column;
width: 100%;
}
}
/*==================600==================*/
@media screen and (max-width:600px){

html{
font-size: 50%;
}
.mr_3 {
margin-right: 0;
}
.mb_-2 {
margin-bottom: 0;
}
.mr_-2 {
margin-right: 0;
}
.mr_-3 {
margin-right: 0;
}
.ml_-2 {
margin-left: 0;
}
.ml_-3 {
margin-left: 0;
}
.mt_-3{
margin-top: 0;
}
.mt_-6{
margin-top: 0;
}
h2{
zoom: 0.8;
/* margin: 4rem 0 3.5rem; */
}
.intro p{
zoom: 0.8;
letter-spacing: 1;
}
.intro p.first{
font-size: 3.2rem;
letter-spacing: -0.1rem;
}
.flex_d_c{
flex-direction:column !important;
width: 100% !important;
text-align: center;
}
.flex_d_c li{
margin-bottom: 5rem;
}
.only_pc,
.chara .main p.intro br{
display: none;
}
.only_sp{
display: block;
}
.ta_l_onlysp{
text-align: left !important;
}

br.nosp,
p.nosp br{
display: none;
}
.mb_m{
margin-bottom: 4rem!important;
}
.modaal-wrapper [tabindex="0"] {
width: auto;
}
/*------------------*/
.container.header{
height: auto;
background-image: none;
filter: none;
padding: 0;
}
header .inner {
height: 50px;
padding: 0;
}
header .logo {
width: 110px;
margin: 0 0 0 5px;
}
header {
padding: 0;
}
header nav{
width: 50%;
top:85px;
}
ul.iconButton{
top: 0.5rem;
width: 48px;
}
ul.iconButton li:first-child{
display: none;
}
ul.iconButton li a{
padding: 1.5rem 4.3rem 1.5rem 0;
font-size: 2rem;
}
ul.iconButton li:nth-child(2) a{
padding: 1.2rem 3.5rem 1.2rem 0;
}
.main{
padding-top: 4rem;
}
.header {
height: 85px;
}
.container.header header .inner {
width: 100%;
padding: 0;
justify-content: space-between;
align-items:flex-start;
}
#nav_toggle{
right: 0.8em;
}
.block.sp100 {
width: 100% !important;
}
#content {
margin: 3em 0 3em;
}

.intro p.lead{
top: 38%;
zoom: 0.4;
}
.hero {
min-width: 0;
}
section.hero,
header .logo {
zoom: 1;
}
.hero .vol2{
zoom: 0.37;
margin-left: 50%;
margin-bottom: -5rem;
}
.hero figure.fg_hero {
background-image: url(../images/fg_hero_s.png);
height: 340px;
margin-top: 0;
}
.hero .box{
bottom: 2rem;
}
.hero .box h1{
width: 68%;
margin: 0 auto;
/* padding-right: 5rem; */
}
.hero .box ul{
margin: 0 -1rem 0 2rem;
}
.point h3{
zoom: 0.7;
margin-top: 4rem;
}
.point p{
font-size: 2rem;
}
.point ul{
margin-bottom: 4rem;
}
.product .box h3,.product dl dt,.product dl dd{
zoom: 0.8;
}
.product .star{
zoom: 0.4;
}
/* .product .box dl.spec dt,.product .box dl.spec dd,.product .box dl.spec span{
zoom: 1;
font-size: 1.7rem;
padding-top: 0;
} */

.privilege ul li{
width: 100%;
}
.privilege ul li figure{
zoom: 0.7;
}
.privilege ul li:last-child{
margin-bottom: 0;
}
.movie ul li{
width: 90%;
margin: 1rem auto 4rem;
}
.spec .wrap {
display: flex;
}
.spec .block {
width: 100%;
}
.spec dl{
font-size: 1.5rem;
}
.spec dl dt{
width: 30%;
}
.spec dl dd{
width: 70%;
}
footer {
padding: 4rem 0;
}

#pagetop.btn::after {
margin: 0 0 0.2em;
}

}
@media screen and (max-width: 600px) {
  .flex_d_c {
      flex-direction: column !important;
      /* margin: 0 !important; */
      width: 100% !important;
      text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .gallery ul li {
      width: 60%;
      margin: 0 auto 4rem;
  }
}
@media screen and (max-width: 600px) {
  .gallery ul li:last-child {
      margin-bottom: 10rem;
  }
}
@media screen and (max-width: 600px) {
  .comment ul.slider {
      margin: 1rem auto;
  }
  .comment .box img{
    left: 0;
    }
    
  .comment ul.slider .slick-list li{
  margin: 0 0.5rem;
  }
}


@media screen and (max-width:600px){
  .hero {
  min-width: 0;
  }
  section.hero,
  header .logo {
  zoom: 1;
  }
  .hero .vol2{
  zoom: 0.7;
  margin-left: 80%;
  margin-bottom: -5rem;
  }
  .hero figure.fg_hero {
  background-image: url(../images/hero_sp.png);
  background-position: top center; 
  background-size: cover;
  height: 96vh;
  margin-top: 0;
  }

  .hero .box{
  /* bottom: 2rem; */
  margin-bottom: 2rem;
  width: 90%;
  }
  .hero .box h1{
  width: 98%;
  margin: 0 auto;
  }
  .hero .box ul{
  margin: 0 -1rem 0 2rem;
  }
}


