@media screen and (min-width: 1024px){
.visible-md,.visible-sm{
display:none;
}

.visible-lg{
display:inherit;
}
}

@media screen and (min-width: 750px)and (max-width: 1023px){
.visible-lg,
.visible-sm{
display:none;
}

.visible-md{
display:inherit;
}
}

@media screen and (max-width: 749px){
.visible-lg,.visible-md{
display:none;
}

.visible-sm{
display:inherit;
}
}

.bg-white{
background:#fff;
}

.bg-black{
background:#000;
}

.bg-gray{
background:#ececec;
}

.bg-darkGray{
background:#1b1b1b;
}

.bg-blue{
background:#003088;
}

.bg-deepblue{
background:#07266e;
}

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;
vertical-align:bottom;
background:rgba(0,0,0,0);
scroll-behavior: smooth;
}

*{
-webkit-box-sizing:border-box;
box-sizing:border-box;
line-height:1.5;
}

@media screen and (min-width: 750px){
html{
font-size:10px;
}
}

@media screen and (max-width: 749px){
html{
font-size:1.33333333vw;
}
}

body{
width:100%;
overflow-x:hidden;
background:#fff;
font-family:YuGothic,"Yu Gothic","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",sans-serif;
color:#000;
background-image: url(../img/bg.png);
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}


main{
display:block;
}

li{
list-style-type:none;
}

a{
text-decoration:none;
color:inherit;
display:block;
}

@media screen and (min-width: 750px){
a{
-webkit-transition:all .3s;
transition:all .3s;
}

a::before,a::after{
-webkit-transition:all .3s;
transition:all .3s;
}
}

img{
vertical-align:bottom;
width:100%;
height:auto;
}

svg{
width:100%;
height:auto;
}

sup{
font-size:.5em;
vertical-align:super;
}

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

table{
border-collapse:collapse;
border-spacing:0;
width:100%;
}

address{
font-style:normal;
}

video{
vertical-align:bottom;
}

@media screen and (min-width: 750px){
.l-inner{
width:750px;
margin:0 auto;
vertical-align:bottom;
display: block;
}
}

@-webkit-keyframes fadeUp{
0%{
opacity:0;
-webkit-transform:translate(0%, 5%);
transform:translate(0%, 5%);
}

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

@keyframes fadeUp{
0%{
opacity:0;
-webkit-transform:translate(0%, 5%);
transform:translate(0%, 5%);
}

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

.bnr__float{
position:fixed;
z-index:10;
right:0;
top:90%;
-webkit-transform:translateY(-50%);
transform:translateY(-50%);
width:26.6%;display:none;
}

@media screen and (min-width: 750px){
.bnr__float{
max-width:100px;
}
}

@media screen and (max-width: 749px){
.bnr__float{
max-width:60px;
}
}

.bnr__float a{
display:block;
}

.fadeUp{
opacity:0;
}

.fadeUp.js-scroll.is-active{
-webkit-animation:fadeUp 800ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
animation:fadeUp 800ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

.video-wrap{
position:relative;
width:100%;
height:auto;
}

.video-wrap .video{
-o-object-fit:cover;
object-fit:cover;
position:absolute;
height:100%;
width:100%;
top:0;
left:0;
}

.mv .movie01{
aspect-ratio:1/1;
}

.point .movie01{
aspect-ratio:786/468;
}

.point .movie02{
aspect-ratio:786/432;
margin:9.6rem 6.4rem 0;
width:calc(100% - 12.8rem);
}

.point .movie02 .video{
border-radius:1rem;
}

.point .movie03{
aspect-ratio:786/432;
}

.idea .movie01{
aspect-ratio:786/432;
}

.story .movie01{
aspect-ratio:786/376;
}

.story .movie02{
aspect-ratio:786/368;
}

.story .movie03{
aspect-ratio:786/442;
}

#ems{
background:url("../img/img_ems_bg.jpg") center/cover no-repeat;
}

.how_to_use{
background:url("../img/how_to_use_bg.jpg") center/cover no-repeat;
}

.mv__title{
background:url("../img/img_makuake_bg.png") center/cover no-repeat;
}

.mv__title_02{
background:url("../img/img_makuake_bg_02.jpg") center/cover no-repeat;
}

.project{
background:url("../img/bg_project.png") center/cover no-repeat;
}

.story{
background:url("../img/bg_sonic.png") center/cover no-repeat;
margin-top: -9%;
}

.point_bg{
background:url("../img/bg_point.png") center/cover no-repeat;
}

.effect{
background:url("../img/bg_effect.png") center/cover no-repeat;
}

.bg_end{
background:url("../img/bg_end.png") center/cover no-repeat;
}

.answer{
background:url("../img/answer_background.png") center/cover no-repeat;
}

.question{
background:url("../img/question_background.png") center/cover no-repeat;
}

.design{
background-color:#f4f4f4;
}

.product{
background:url("../img/product_background.png") center/cover no-repeat;
}

.cv{
position:relative;
}

.cv__btn{
position:absolute;
z-index:inherit;
bottom:clamp(2rem,9vw,4rem);
left:20%;
width:63.6132315522%;
}

.cv__btn img{
width:100%;
-webkit-animation:lr-s 2s infinite;
animation:lr-s 2s infinite;
}

.cv__btn_02{
position:absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: 42% auto;
width:60%;
}

@-webkit-keyframes lr-s{
0%{
-webkit-transform:translateX(0);transform:translateX(0);
}
60%{
-webkit-transform:translateX(-15px);transform:translateX(-15px);
}
70%{
-webkit-transform:translateX(15px);transform:translateX(15px);
}
80%{
-webkit-transform:translateX(-10px);transform:translateX(-10px);
}
90%{
-webkit-transform:translateX(5px);transform:translateX(5px);
}
100%{
-webkit-transform:translateX(0);transform:translateX(0);
}
}

@keyframes lr-s{
0%{
-webkit-transform:translateX(0);transform:translateX(0);
}
60%{
-webkit-transform:translateX(-15px);transform:translateX(-15px);
}
70%{
-webkit-transform:translateX(15px);transform:translateX(15px);
}
80%{
-webkit-transform:translateX(-10px);transform:translateX(-10px);
}
90%{
-webkit-transform:translateX(5px);transform:translateX(5px);
}
100%{
-webkit-transform:translateX(0);transform:translateX(0);
}
}

.relative{
position: relative;
}
.point_movie{
position: absolute;
bottom: 17.5%;
}

.mt_5{
margin-top: 5%;
}

.mt_10{
margin-top: 10%;
}

.mt_15{
margin-top: 15%;
}






@media screen and (min-width: 750px){/*------------------ハンバーガーPC------------------*/
.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    border: 2px solid #666;
    border-radius: 10px;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #666;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check {
    display: none;
}



#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}


.menu-content {
    width: 20%;
    height: 50%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    margin-left: 81%;
    z-index: 80;
    background-color: #fff;
    opacity: 0.6;
    transition: all 0.5s;/*アニメーション設定*/
}

.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#000;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
}/*------------------ハンバーガーPC------------------*/


@media screen and (max-width: 749px){/*------------------ハンバーガーSP------------------*/
.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 30px;
    width: 30px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    border: 2px solid #666;
    border-radius: 10px;
}
.menu-btn span,
.menu-btn span:before,    
.menu-btn span:after {
    content: '';
    display: block;
    height: 2px;
    width: 15px;
    border-radius: 2px;
    background-color: #666;
    position: absolute;
}
.menu-btn span:before {
    bottom: 6px;
}
.menu-btn span:after {
    top: 6px;
}

#menu-btn-check {
    display: none;
}

#menu-btn-check li{
    display: none;
}



#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}


.menu-content {
    width: 100%;
    height: 50vh;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #fff;
    opacity: 0.9;
    transition: all 0.5s;/*アニメーション設定*/
}

.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#000;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
}/*------------------ハンバーガーSP------------------*/



footer {
    font-weight: 400;
    color: #323232;
    margin: 0 auto;
}

footer .footer_menu {
    padding: 10px 0;
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

footer .footer_menu a {
    display: inline-block;
    padding: 3px 0;
    font-weight: 600;
    vertical-align: middle;
    font-size: 12px;
    margin-top: 3%;
}

footer .footer_menu a:after {
    content: "";
    display: inline-block;
    margin: 0 5px 0 10px;
    width: 1px;
    height: 15px;
    background: #000;
    transform: translateY(2px);
}

.copyright .logo {
    text-align: center;
}
.footer_logo {
    width: 20%;
    margin:3% auto 1%;
}

.copyright .text {
    font-size: .8rem;
    text-align: right;
    padding-bottom: 5%;
}
.centering_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}


.img_11_text{
width: 90%;
top: 0;
left:0;
right:0;
bottom: 0;
margin:20% auto;
display: block;
position: absolute;
}

.img_14_text{
width: 90%;
top: 0;
left:0;
right:0;
bottom: 0;
margin:10% 0 0 7%;
display: block;
}

@media screen and (min-width: 750px){/*------------------ハンバーガーPC------------------*/
.h4040{
height: 4040px;
}
}

@media screen and (max-width: 749px){/*------------------ハンバーガーPC------------------*/
.h4040{
height: 538vw;
}
}