
/****reset
*****************************************/
html {
  font-size: 62.5%; }

html, body {
  width: 100%;
  height: auto; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  -webkit-text-decoration: normal;
  text-decoration: normal;
  cursor: pointer; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

input, select {
  vertical-align: middle; }



html {
font-size: 62.5%;
}

@media only screen and (max-width: 768px) {
html {
  font-size: calc(100vw / 75);
  }
}

html, body {
  width: 100%;
  height: auto; }

body {
  color: #6c3400;
  font-family: 'M PLUS 2',Helvetica Neue,Arial,Hiragino Kaku Gothic ProN,Hiragino Sans,Meiryo,sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  background: #FFFFFF;
  }
@media screen and (max-width: 768px) {
body {
}
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto; }

a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

figure {
  line-height: 0; }

.center {
  text-align: center !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body.fixed{
  position: fixed;
  width:100%;
}

#wrapper_all{
	position:relative;
}
#wrapper{
}



#l-header_wrap a,
.footer a,
#wrapper a img {
  opacity: 1;
-webkit-transition: opacity 0.2s ease-out;
-moz-transition: opacity 0.2s ease-out;
-ms-transition: opacity 0.2s ease-out;
transition: opacity 0.2s ease-out; }

#l-header_wrap a:hover,
.footer a:hover,
#wrapper a:hover img {
  opacity: .85; }
a.mover_btn{
  opacity: 1;
-webkit-transition: opacity 0.2s ease-out;
-moz-transition: opacity 0.2s ease-out;
-ms-transition: opacity 0.2s ease-out;
transition: opacity 0.2s ease-out;}
a.mover_btn:hover{
  opacity: .5 !important;
}

@media screen and (max-width: 768px) {
#wrapper{
}
}

header{
display: none;
}
@media screen and (max-width: 768px) {
header{
display: block;
}
.head_wrap{
padding: 10px 0;
}
.head_logo_l{
float: left;
width: 20%;
max-width: 150px;
margin-left: 15px;
}
.head_logo_r{
float: right;
width: 24%;
max-width: 180px;
margin-right: 15px;
}
}

/*****フッター****/

.l-footer {
    width: 100%;
	margin-top:0px;
    padding:0 0 0;
    color: #000;
    position: relative;
    z-index: 3;
    background: #FFF;
}
.l-footer .l-footer__inner {
    width:100%;
	max-width: 1200px;
    margin: 0 auto;
    padding: 0;
	position:relative;
}
.l-footer_wrap{
display: flex;
text-align: center;
}
.foot_logo{
width: 50%;
border-left: solid 1px #e5e5e5;
border-right: solid 1px #e5e5e5;
text-align: center;
padding: 30px 0 50px;
}
.foot_logo_01{

}
.foot_logo_02{
border-left: none;
}
.foot_logo_fig{
max-width: 180px;
margin: 0 auto;
}
.foot_pd{
margin: 15px auto;
}
.foot_pd_txt{
color: #e60012;
font-size: 1.8rem;
font-weight: 700;
}
.l-footer_copy{
max-width: 340px;
font-size: 1.2rem;
margin: 3.0rem auto 0;
}
#page-top{
    height: 52px;
    width: 52px;
    position: fixed;
    right: 20px;
    bottom: 120px;
    z-index: 102;
    transition: all 0s;
    /*transition: all .2s;*/
}
.pagetop__arrow {
}
#page-top {
}
#page-top:hover {

}
@media (max-width : 768px) {
.l-footer {
}
.l-footer .l-footer__inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.foot_logo{
padding: 3rem 0 5rem;
}
.foot_logo_01{
border-left: none;
}
.foot_logo_01 img{
width: 55%;
}
.foot_logo_02{
border-left: none;
border-right: none;
}
.foot_logo_02 img{
width: 55%;
}
.foot_pd_txt{;
font-size: 1.6rem;
}
.l-footer_copy{
font-size: 2.0rem;
margin: 5.0rem auto 0;
}
#page-top{
    bottom: 2rem;
    right: 10px;
	width:30px;
    height: 30px;
}
}

/***** pg wrap ****/
.pg_wrap{
width: 100%;
margin: 0 auto;
    /*margin-top: 80px;*/
}
@media screen and (max-width: 768px) {
.pg_wrap{
    /*margin-top: 60px;*/
}
}
/***** head ****/

.header_wrap{
position: relative;
text-align: center;
background: linear-gradient(90deg, #e60012 0%, #e60012 50%, #6c3400 50%, #6c3400 100%);
width: 100%;
height: 720px;
overflow: hidden;
}
.mv{
position: absolute;
bottom: 0;
left: 50%;
width: 1440px;
margin-left: -720px;
}
.mv_grade{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 120px;
background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.mv_head_catch{
position: absolute;
width: 100%;
max-width: 600px;
top: 40px;
left: 50%;
transform: translate(-50%, 0);
}
.mv_head_catch2{
position: absolute;
max-width: 220px;
top: 28%;
left: 50%;
margin-left: -380px;
}
.mv_head_catch3{
position: absolute;
width: 100%;
max-width: 1440px;
bottom: -40px;
left: 50%;
transform: translate(-50%, 0);
}
.mv_pd_01{
position: absolute;
max-width: 150px;
top: 250px;
left: 50%;
margin-left: -540px;
animation: kakukaku1 1.5s linear infinite;
}
.mv_pd_02{
position: absolute;
max-width: 270px;
top: 280px;
left: 50%;
margin-left: 310px;
animation: kakukaku2 1.5s linear infinite;
}
.mv_bgen{
position: absolute;
top: -320px;
left: 50%;
width: 1980px;
margin-left: -990px;
opacity: 0.6;
mix-blend-mode: hard-light;
animation:30s linear infinite rotation1;
}
.mv_head_circle_l{
position: absolute;
left: -290px;
top:  -290px;
animation:30s linear infinite rotation1;
}
.mv_head_circle_r{
position: absolute;
right: -290px;
top:  -290px;
animation:30s linear infinite rotation2;
}
.logo_kagome{
position: absolute;
top: 20px;
left: 20px;
max-width: 180px;
}
.logo_house{
position: absolute;
top: 20px;
right: 20px;
max-width: 180px;
}

@media screen and (max-width: 1200px) {
.mv{
position: absolute;
bottom: 0;
left: -10%;
width: 120%;
margin-left: 0;
}
.mv_head_catch{
width: 50%;
top: 40px;
left: 50%;
transform: translate(-50%, 0);
}
.mv_head_catch2{
width: 18%;
max-width: 220px;
top: auto;
bottom: 23vw;
left: 19%;
margin-left: 0;
}
.mv_head_catch3{
width: 100%;
max-width: 1440px;
bottom: -20px;
left: 0%;
transform: translate(0, 0);
}
.mv_pd_01{
width: 15%;
max-width: 150px;
top: auto;
bottom: 20vw;
left: 5%;
margin-left: 0;
}
.mv_pd_02{
width: 23%;
max-width: 270px;
top: auto;
bottom: 23vw;
left: auto;
right: 3%;
margin-left: 0;
}
.mv_head_circle_l{
width: 50vw;
left: -25vw;
top:  -25vw;
}
.mv_head_circle_r{
width: 50vw;
right: -25vw;
top:  -25vw;
}
.logo_kagome{
width: 15vw;
}
.logo_house{
width: 15vw;
}

}
@media screen and (max-width: 768px) {
.header_wrap{
height: 85vh;
min-height: 450px;
}
.mv{
bottom: 0;
left: 50%;
width: 110%;
transform: translate(-50%, 0);
}
.mv_head_catch{
width: 70%;
top: 22%;
left: 50%;
transform: translate(-50%, 0);
}
.mv_head_catch2{
width: 18%;
max-width: 220px;
top: auto;
bottom: 45vw;
left: 18%;
}
.mv_head_catch3{
bottom: -5px;
}
.mv_pd_01{
width: 15%;
bottom: 48vw;
left: 4%;
}
.mv_pd_02{
width: 23%;
bottom: 50vw;
right: 3%;
}
.mv_head_circle_l{
width: 70vw;
left: -35vw;
top:  -40vw;
}
.mv_head_circle_r{
width: 70vw;
right: -35vw;
top:  -40vw;
}
.logo_kagome{
top: 20px;
left: 8px;
width: 20vw;
}
.logo_house{
top: 20px;
right: 8px;
width: 20vw;
}
}
@media screen and (max-width: 400px) {
.header_wrap{
height: 65vh;
min-height: 450px;
}
.mv_head_catch{
top: 24%;
}
.mv_bgen{
position: absolute;
top: -100vw;
left: 50%;
width: 380vw;
margin-left: -190vw;
}
}


.loadani{
animation: topani01 0.8s 0s ease both;
}
.mv_head_catch img{
animation: scale1 0.5s 0.3s ease both;
}
.mv_head_catch3 img{
animation: scale1 0.5s 0.5s ease both;
}
@keyframes topani01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes kakukaku1 {
  0% ,20%,80%, 100%{
      transform: rotate(5deg);
  }
  25%,75%{
      transform: rotate(-5deg);
  }
}
@keyframes kakukaku2 {
  0% ,20%,80%, 100%{
      transform: rotate(-5deg);
  }
  25%,75%{
      transform: rotate(5deg);
  }
}
@keyframes scale1 {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1.0);
    opacity: 1;
  }
}

img {
vertical-align: bottom;
margin: 0;
padding: 0;
}
img {
display: block;
margin: 0 auto;
padding: 0;
}

/*****コンテンツ****/
.contents{
	margin-top:0em;
	min-height:500px;
	margin-bottom:0;
}
.main_contents{
background: linear-gradient(90deg, #e60012 0%, #e60012 50%, #6c3400 50%, #6c3400 100%);
position: relative;
z-index: 2;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
.contents{
	margin-top:0em;
	margin-bottom:0em;

}
.main_contents{
    width: 100%;
}
}

.main_contents a{
color: #170a09;
text-decoration: underline;
text-underline-offset: 0.2em;
text-decoration-thickness: 1px;
}
.main_contents a:hover{
opacity: 0.8;
/*color: #000000;*/
}


.foot_bgen{
position: absolute;
bottom: -400px;
left: 50%;
width: 1980px;
margin-left: -990px;
opacity: 0.6;
mix-blend-mode: hard-light;
animation:30s linear infinite rotation1;
}
@media screen and (max-width: 768px) {
.foot_bgen{
bottom: -120vw;
left: 50%;
width: 400vw;
margin-left: -200vw;
}
}

@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
@keyframes rotation2{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(-360deg); }
}
/***** drop shadow ****/
.ds_wrap{
position: relative;
}
.ds{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url("../img/ds.png");
background-size: 100% 100%;
transform: translate(8px , 8px);
}
.ds_w{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url("../img/ds_w.png");
background-size: 100% 100%;
}
.ds_wn{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #FFF;
border-radius: 12px;
}
.ds_in{
position: relative;
}
.ds_wrap_mrp .ds{
background-image: url("../img/ds_yoko2.png");
}
.ds_wrap_mrp .ds_w{
background-image: url("../img/ds_yoko2_w.png");
}
.ds_wrap_mrp.open .ds{
background-image: url("../img/ds_yoko.png");
}
.ds_wrap_mrp.open .ds_w{
background-image: url("../img/ds_yoko_w.png");
}
@media screen and (max-width: 768px) {
.ds{
transform: translate(5px , 5px);
}
.ds_wrap_mrp .ds{
background-image: url("../img/ds_yoko2.png");
}
.ds_wrap_mrp .ds_w{
background-image: url("../img/ds_yoko2_w.png");
}
.ds_wrap_mrp.open.open .ds{
background-image: url("../img/ds_tate.png");
}
.ds_wrap_mrp.open .ds_w{
background-image: url("../img/ds_tate_w.png");
}
}

/***** gym ****/
.gym_area_wrap2{
position: relative;
width: 100%;
overflow: hidden;
}
.movie_bg{
position: absolute;
top: 250px;
left: 50%;
margin-left: -1300px;

}
.gym_area_wrap{
position: relative;
max-width: 1240px;
margin: 0px auto;
padding: 40px 20px;
}
.gym_ttl{
max-width: 920px;
margin: 0 auto 20px;
}
.gym_area{
}
.gym_mv_box{
margin: 0 auto;
max-width: 900px;
}
.gym_sttl{
margin: 25px auto 0;
max-width: 700px;
}
video.mov_main {
width: 100%;
border-radius: 10px;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
.movie_bg{
display: none;
}
.gym_area_wrap{
width: 90%;
margin: 0px auto;
padding: 5rem 0 5rem;
}
.gym_ttl{
width: 90%;
margin: 0 auto 3rem;
}
.gym_area{
}
.gym_mv_box{
float: none;
width: 100%;
}
.gym_fig{
float: none;
width: 80%;
margin: 0 auto;
}
.gym_sttl{
margin: 2rem auto 6rem;
}
}


/***** tcmenu ****/
.tcmenu_area_wrap{
position: relative;
max-width: 1240px;
margin: 0px auto 0;
padding: 90px 20px;
}
.tcmenu_ttl{
max-width: 770px;
margin: 0 auto 30px;
}
.tcmenu_rp_wrap{
margin: 20px auto 0;
}
.tcmenu_box{
margin-top: -130px;
}
.tcmenu_box2{
margin: 80px auto 0;
}
.tcmenu_rp_head{
padding: 0 20px 20px;
text-align: center;
cursor: pointer;
display: block;
background: url("../img/tcmenu_arrow_bg.png") top center no-repeat;
}

.tcmenu_rp_head_btn{
transform: rotate(180deg);
}
.open .tcmenu_rp_head_btn{
transform: rotate(0deg);
}
.tcmenu_rp_head_txt{
font-size: 3.2rem;
margin: 5px auto 0;
}
.tcmenu_rp_head_txt span{
font-size: 2.4rem;
}
.open .tcmenu_rp_head_txt{
display: none;
}

.tcmenu_rp_inn{
margin: 0px auto;
padding: 0 40px 40px;
display: none;
}
.tcmenu-list_wrap{
display: inline-block;
width: 47%;
vertical-align: top;
}
.tcmenu-list{
  display: flex;
  flex-wrap: wrap;
  font-size: 2.0rem;
}
.tcmenu-list dt {
  width: 80%;
  padding: 12px 0 ;
  border-bottom: solid 2px #f7b52c;
}
.tcmenu-list dd {
  width: 20%;
  border-bottom: solid 2px #f7b52c;
  padding: 12px 0;
  text-align: right;
}
.tcmenu-list dt.list_head{
width: 100%;
border: none;
}
.tcmenu-list dt.list_head:after {
    background-color: #f7b52c;
    border-radius: 3px;
    content: "";
    display: block;
    height: 6px;
    margin-top: 10px;
}
.tcmenu-list dt span{
font-size: 3.0rem;
margin-right: 0.5rem;
vertical-align: baseline;
}
.list_time{
float: right;
margin-top: 1.5rem;
}

.tcmenu-kata_wrap{
display: inline-block;
width: 47%;
margin-left: 5%;
vertical-align: top;
}
.tcmenu-kata_ttl{
font-size: 3.0rem;
  padding: 8px 0 12px;
}
.tcmenu-kata_ttl:after {
    background-color: #f7b52c;
    border-radius: 3px;
    content: "";
    display: block;
    height: 6px;
    margin-top: 10px;
}
.tcmenu-kata li {
  padding: 10px 0 15px;
  vertical-align: top;
  font-size: 2.0rem;
  overflow: hidden;
zoom: 1;
}
.tcmenu-kata li span{
font-size: 3.4rem;
vertical-align: top;
float: left;
margin-right: 2rem;
line-height: 1.2;
}
.tcmenu-kata li p{
font-weight: 700;
overflow: hidden;
zoom: 1;
}

.tcmenu-point_wrap{
display: flex;
align-items:center;
}
.tcmenu-point_head{
font-size: 2.4rem;
padding: 0 15px 0 0;
margin-right: 15px;
border-right: solid 2px #f7b52c;
}
.tcmenu-point_read{
font-size: 1.6rem;
font-weight: 700;
}

@media screen and (max-width: 768px) {
.tcmenu_area_wrap{
width: 90%;
margin: 0px auto;
padding: 3rem 0 3rem;
}
.tcmenu_ttl{
margin: 0 auto 3rem;
}
.tcmenu_rp_wrap{
margin: 1.5rem auto 0;
}
.tcmenu_box{
margin-top: 0;
}
.tcmenu_box2{
margin: 5rem auto 0;
}
.tcmenu_rp_head{
padding: 0 2rem 2rem;

}
.open .tcmenu_rp_head_btn{
transform: rotate(0deg) translateY(0px);
}
.tcmenu_rp_head_txt{
font-size: 3.6rem;
margin: 1.0rem auto 0;
}
.tcmenu_rp_head_txt span{
font-size: 2.8rem;
}
.tcmenu_rp_inn{
margin: 0 auto;
padding: 0 4rem 4rem;
}
.tcmenu-list_wrap{
width: 100%;
}
.tcmenu-list{
  font-size: 2.6rem;
}
.tcmenu-list dt {
  width: 80%;
  padding: 2.0rem 0 2.0rem;
}
.tcmenu-list dd {
  width: 20%;
  padding: 2.0rem 0 2.0rem;
  text-align: right;
}
.tcmenu-list dt.list_head{
width: 100%;
}
.tcmenu-list dt span{
font-size: 4.0rem;
margin-right: 1rem;
}
.list_time{
float: right;
margin-top: 2.0rem;
}

.tcmenu-kata_wrap{
width: 100%;
margin-left: 0%;
margin-top: 2.5rem;
}
.tcmenu-kata_ttl{
font-size: 4.0rem;
  padding: 2.0rem 0 2.0rem;
}
.tcmenu-kata li {
  padding: 1.5rem 0 2.5rem;
  font-size: 2.6rem;
}
.tcmenu-kata li span{
font-size: 4.6rem;
margin-right: 3rem;
line-height: 1.2;
}
.tcmenu-kata li p{
}

.tcmenu-point_wrap{
}
.tcmenu-point_head{
font-size: 2.6rem;
padding: 0 10px 0 0;
margin-right: 10px;
}
.tcmenu-point_read{
font-size: 2.0rem;
}

}


/***** recipe ****/
.foot_en_area_wrap{
position: relative;
width: 100%;
overflow: hidden;
}

.recipe_area_wrap{
position: relative;
max-width: 1240px;
margin: 0px auto;
padding: 40px 20px;
}
.recipe_ttl_head{
max-width: 1200px;
margin: 0 auto 30px;
}
.recipe_block{
letter-spacing: -0.4em;
    display: flex;
    flex-wrap: wrap; /* 折返し可 */ 
    justify-content: space-between;
    margin-top: -120px;
}
.recipe_box{
display: inline-block;
width: 48%;
max-width: 590px;
letter-spacing: normal;
margin: 0 1% 20px;
}
.recipe_fig img{
border-radius: 12px 12px 0 0;
}
.recipe_btm{
position: relative;
background: #FFF;
padding: 20px 30px 20px;
border-radius: 0 0 12px 12px;
}
.recipe_ttl{
float: left;
width: calc(100% - 180px);
font-size: 2.4rem;
line-height: 1.4;
}
.recipe_btn{
float: right;
margin: 30px 0 0 0;
font-size: 1.6rem;
}
a.recipe_link{
color: #6c3400;
padding: 8px 40px 10px 20px;
text-decoration: none;
border-radius: 24px;
background:  #f7b52c url("../img/icon_blank.png") 90% center no-repeat;
background-size: 20px 20px;
}

.recipe_box1{
}
.recipe_box2{
}
.recipe_box3{
}
.recipe_box4{
}

@media screen and (max-width: 1280px) {
.recipe_ttl{
font-size: 1.7vw;
}
.recipe_btn{
margin: 20px 0 0 0;
}
}

@media screen and (max-width: 980px) {
.recipe_ttl{
font-size: 2.4vw;
float: none;
width: 100%;
}
.recipe_btn{
margin: 20px auto 10px;
}
}
@media screen and (max-width: 768px) {
.recipe_area_wrap{
width: 90%;
margin: 0px auto;
padding: 5rem 0 3rem;
}
.recipe_block{
margin-top: -50px;
}
.recipe_ttl_head{
margin: 0 -12% 3rem;
}
.recipe_box{
width: 100%;
max-width: inherit;
margin: 0 0 2rem;
}
.recipe_btm{
position: relative;
padding: 3rem 3rem 3rem;
}
.recipe_ttl{
float: left;
width: calc(100% - 22rem);
font-size: 2.8rem;
}
.recipe_btn{
float: right;
margin: 2.8rem 0 0 0;
font-size: 2.0rem;
}
a.recipe_link{
padding: 1rem 5.5rem 1rem 2rem;
text-decoration: none;
border-radius: 3rem;
background-size: 12px 12px;
}
.recipe_box1{
}
.recipe_box2{
}
.recipe_box3{
}
.recipe_box4{
}
}


/***** loop slide ****/
.slide_area_wrap2{
width: 100%;
overflow: hidden;
position: relative;
z-index: 2;
}
.slide_area_wrap{
  display: flex;
  width: 100%;
  height: auto;
  overflow: hidden;
  vertical-align: bottom;
}
.loopSlide {
    display: flex;
    overflow: hidden;
    }

.loopSlide img {
  width: auto;
  height: 100%;
  vertical-align: bottom;
}
.loopSlide img:first-child {
            animation: slide1 60s -30s linear infinite;
        }
.loopSlide img:last-child {
            animation: slide2 60s linear infinite;
        }
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.motta_fig_wrap{
position: relative;
z-index: 1;
margin-top: -30px;
}
.motta_fig{
margin: 0 auto;
}

@media screen and (max-width: 768px) {
.slide_area_wrap{
  width: 200%;
}
.motta_fig_wrap{
margin-top: -10px;
}
}


/***** powerup ****/
.powerup_area_warp{
background: url("../img/powerup_bg.png") repeat;
position: relative;
z-index: 2;
}
.powerup_fig{
position: relative;
transform: translateY(-30px);
margin-bottom: -30px;
}
@media screen and (max-width: 768px) {
.powerup_fig{
transform: translateY(0px);
margin-bottom: 0px;
}
}



/***** anime ****/
.anime {
    opacity : 0.01;
    transform : translate(0, 30px);
    transition : all 800ms;
    }
.anime.fadein {
    opacity : 1;
    transform : translate(0, 0);
    }


/* ==========================================================================
   Helper classes
   ========================================================================== */

.pc-only{ display:inline;}
.sp-only{ display:none;}
.pc-b-only{ display: block;}
.sp-b-only{ display:none;}
@media screen and (max-width: 768px) {
.pc-only{ display:none;}
.sp-only{ display:inline;}
.pc-b-only{ display: none;}
.sp-b-only{ display:block;}
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

