@charset "utf-8";
/*reset CSS*/
html,body,div,span,iframe,
h1,h2,h3,h4,h5,h6,p,
a,address,em,img,small,strong,
dl,dt,dd,ol,ul,li,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,figcaption,figure,
footer,header,menu,nav,section {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
article,aside,footer,header,nav,main,section {
	display: block;
}
ul,ol {
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
address,em,i {
	font-style: normal;
}
a {
	text-decoration: none;
}
img {
	vertical-align: bottom;
}
body {
	font: 100% / 1.5 'M PLUS Rounded 1c', sans-serif;
	color: #242f1f;
  overflow-x: hidden;
}
button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
/*/reset CSS*/

/* utility */
.u_no-drag{
  pointer-events: none;
}
.u_clearfix:after{
  content:"";
  display:block;
  clear:both;
}
.u_hidetext{
  display: none;
}
/* module */
.m_bg{
  background-image: url("../images/bg.png");
  position: relative;
}
.m_bg_movie video{
  position: fixed;
  z-index: -1;
}
.m_body_wrapper{
  min-height: 100vh;
  padding-bottom: 221px;
  box-sizing: border-box;
}
/* layout */
.l_outer {
  max-width: 100%;
  margin: 0 auto;
}
.l_inner{
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
  box-sizing: border-box;
}
.l_inner_2{
  margin-left: 1%;
  margin-right: 1%;
}

.l_top__inner{
  margin-left: 18%;
  margin-right: 18%;
}
.l_tcenter{
  text-align: center;
}
.l_top__title{
  margin-top: 100px;
  margin-bottom: 30px;
}

/* loading */
#loader-bg {
  background: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
}
#loader {
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
}

/*header*/
.nav-wrapper{
	display: flex;
	justify-content: space-between;
	background: rgba(114,190,73,0.8);	
	width:100%;
	height:80px;
	position: fixed;
	transition: .5s ;
	z-index:1;
}
/* header scrooll */
.nav-wrapper.hide{
  transform: translateY(-100%);
}

.m_header__logo{
	padding-left: 70px;
	margin-top: 3px;
}
.sidebarMenuInner{
	display: flex;
}
input#openSidebarMenu {
	display: none;
}
.sidebarMenuInner li{
	padding-right: 70px;
	padding-top: 45px;
  font-weight: 800;
}
.sidebarMenuInner li a{
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	position: relative;
	display: inline-block;
}
.sidebarMenu__pchide{
  display: none;
}

/*header animation*/
.sidebarMenuInner a::after {
	position: absolute;
	bottom: -8px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #FFF;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.sidebarMenuInner a:hover::after {
	bottom: 0px;
	opacity: 1;
	visibility: visible;
}

/*main visual*/
.m_mv video,.m_mv img{
  width:100vw;
  vertical-align: bottom;
}
.m_mv{
  text-align: center;
  position: relative;
}
.m_mv::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width:100vw;
  height:100%;
  background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 30%);
  background-repeat: no-repeat;
  background-position:  left bottom;
  background-size: 100% 100%;
  pointer-events: none;
}
.l_mv__add-img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/*
.l_mv__banner-img{
  position: absolute;
  top: 0;
  left: 0;
}
*/
/*banner slide*/
.m_mv__bannerBG{
  position: absolute;
  top: 0;
  left: 0;
}
.m_mv__banner{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*footer*/
.m_footer{
  background-color: #72be49;
  margin-top: 100px;
}
.m_footer__fixed{
  position: absolute;
  bottom: 0;
  width: 100%;
}
.m_footer__link,.m_footer__link-icon,.m_footer__copyright,.m_footer__page-top{
  float: left;
}
.m_footer__link,.m_footer__page-top{
  width:37%;
  padding-top: 25px;
}
.m_footer__link-icon{
  margin-right: 25px;
}
.m_footer__link-icon img{
  transition: all .5s;
  transform: rotateZ( 0deg )
}
.m_footer__link-icon:hover img{
  transform: rotateZ( 360deg );
}
.m_footer__copyright{
  text-align: center;
  width:26%;
  padding-top: 12px;
  padding-bottom: 10px;
}
.m_footer__copyright small{
  font-size: 0.75rem;
  color: #fff;
}
.m_footer__page-top a{
  float:right;
  transition: all .3s;
}
.m_footer__page-top a:hover{
  transform: translateY(-7px);
}

/* module */
.m_top__title::before{
  content: '';
  display: inline-block;
  width: 158px;
  height: 34px;
  background-image: url("../images/top/flame.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);

}
.m_top__title{
  font-size: 2rem;
  font-weight: 800;
  position: relative;
}
.m_newinfo__category{
  color: #FFF;
  background-color: #717680;
  border-radius: 3px;
  font-size: .625rem;
  width: 60px;
  height: 14px;
  display: inline-block;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}
.m_newinfo__category-shop{
  background-color: #e07061;
}
.m_newinfo__category-news{
  background-color: #72be49;
}
.m_newinfo__category-gallery{
  background-color: #618ee0;
}
.m_arrow::after{
  content: '';
  display: inline-block;
  width: 9px;
  height: 15px;
  background-image: url("../images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  transition: all .3s;
}
.m_arrow2::after{
  content: '';
  display: inline-block;
  width: 9px;
  height: 15px;
  background-image: url("../images/contact/arrow3.png");
  background-size: contain;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 160px;
  transition: all .3s;
  margin-left: 3px;

}
.m_arrow,.m_arrow2{
  position: relative;
}

/* 新着情報 */
.m_newinfo__container{
  display: flex;
  align-items: center;
}
.m_newinfo__content{
  display: flex;
  align-items: center;
}
.m_newinfo__link{
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #242f1f;
}
.m_newinfo__link:hover .m_arrow::after{
  right:-1%;
}
.m_newinfo__box{
  border-bottom: 1px solid #242f1f;
}
.m_newinfo__show .m_newinfo__box:first-of-type{
  border-top: 1px solid #242f1f;
}
.m_newinfo__text{
  width: 35rem;
  white-space: nowrap;  
  overflow: hidden;  
  text-overflow: ellipsis; 
  }

/* Read more */
.m_newinfo__readmore{
  background-color: #717680;
  border-style: none;
  color: #FFF;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  padding: 7px 15px;
  margin-top: 20px;
  font-size: 1rem;
}
.m_newinfo__readmore:focus{
  outline: 0;
}
.m_newinfo__readmore::after{
  content: '';
  display: inline-block;
  width: 13px;
  height: 9px;
  background-image: url("../images/arrow2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .3s;
  padding-left: 2px;
  /*
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 13px;
  */
}
.on-click::after{
  transform: rotate(180deg);
  top: 40%;
;}

/* intro */
.m_round{
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}
.m_plofile__title{
  font-size: 1.5rem;
  background: linear-gradient(transparent 70%, #72be49 70%);
  display: inline-block;
}
.m_plofile__introcontainer{
  border-top: 1px solid #242f1f;
  border-bottom: 1px solid #242f1f;
  margin-top: 30px;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.m_plofile__linkcontainer{
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.m_plofile__linkicon{
  padding-right: 10px;
  padding-left: 10px;
}
.m_plofile__linkicon img{
  transition: all .3s;
}
.m_plofile__linkicon img:hover{
  transform: scale(1.1, 1.1);
}

/* 下部ページ */
/* utility */
/* layout */
/* module */
.m_sv video{
  width: 100vw;
  min-height: 240px;
  vertical-align: bottom;
  object-fit: cover;
}
.m_sv{
  text-align: center;
  position: relative;
}
.m_sv__title{
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: .9rem;
  text-indent: .9rem;
  display: inline-block;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.m_sv__title:after{
  background-color: #242f1f;
  border-radius: 4px; /* 線幅の半分 */
  content: "";
  display: block;
  height: 8px;
}

/* news */
.m_news__date{
  font-weight: 800;
}
.m_news__title{
  font-size: 2rem;
  font-weight: 800;
  color: #72be49;
  line-height: 2.5rem;
}
.m_news__link{
  color:#72be49;
  font-weight: 600;
  transition: all .3s;
}
.m_news__link:hover{
  color: #6daacb;
}
.m_news__linkicon{
  margin-right: 3px;
  margin-left: 3px;
}
.m_news__line-space{
  margin-top:1rem;
}
.m_news__item{
  border-bottom: 1px solid #242f1f;
  margin-top: 66px;
  padding-bottom: 50px;
}
.m_news__frame{
  text-align: center;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 5px rgba(20,20,20,0.2);
}
.m_news__embedded-container{
  position:relative;
  width:100%;
  height:0;
  padding-top:55%;
}
.m_news__embedded{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

/* pagenation */
#hiddenresult{
  display: none;
}
.m_pagenation__container{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.pagination a{
  border: solid 1px #72be49;
  color: #242f1f;
}
.pagination .current {
  background: #72be49;
}

/* contact */
.m_contact__rede{
  border-bottom: 1px solid #242f1f;
  margin-top: 66px;
  padding-bottom: 30px;
}
.m_form{
  padding-top: 10px;
}
.m_form__textbox{
  display: block;
  width: 100%;
  height: 40px;
  border: 0px;
}
.m_form__textarea{
  display: block;
  width :100%;
  border: 0px;
  height: 200px;
  resize: vertical;
}
.m_form__textbox,.m_form__textarea{
  margin-top: 5px;
}
.m_form__button{
  width: 50%;
  height: 50px;
  background-color: #242f1f;
  color: #fff;
  font-size: 1rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  border-radius: 5px;
  cursor: pointer;
  transition: all .3s;
  border: none;
}
.m_form__buttonBox:hover .m_arrow2::after{
  transform: translate(5px,-50%)
}
.m_form__button:hover{
  background-color: #72be49;
}
.m_form__required{
  color: #e07061;
}
.m_form__item{
  margin-top: 30px;
  display: block;
}
.m_form__submit{
  margin-top: 60px;
}
.m_form__alert{
  color: #e07061;
  font-size: 0.8rem;
}
#thxMessage,#dummyIFrame{
  display: none;
}

/* gallery */
.m_gallery{
  margin-top: 66px;
}
.m_gallery__container{
  width: 100%;
  text-align: justify;
}
.m_gallery__container .mix,.m_gallery__container{
  display: inline-block;
  vertical-align: top;
}
.mix,.gap{
  margin:0px 0px 50px 0px;
  width:calc(33.3333333% - 25px);
}
.mix img{
  width: 100%;
  transition: all .3s;
}
.gap{
  display: inline-block;
}
.m_gallery__container img{
  border-radius: 10px;
}
.m_galleryitem__name{
  font-weight: 900;
}
.m_galleryitem__category{
  font-size: 0.75rem;
  font-weight: 900;
}
.mix a{
  background-color: #fff;
  display: block;
  border-radius: 10px;
}
.mix a img:hover{
  opacity: .6;
}
/* category color */
.m_galleryitem__category-movie{
  color: #6f9dec;
}
.m_galleryitem__category-3d{
  color: #f74e6b;
}
.m_galleryitem__category-web{
  color: #6ab85d;
}
.m_galleryitem__category-2d{
  color: #ff9642;
}
/* controls button */
.m_gallery__controls{
  text-align: center;
  margin-bottom: 50px;
}
.m_gallery__controls i{
  font-size: 2.5rem;
  padding: 0px 10px;
  transition: all .3s;
}
.m_gallery__controls i:hover{
  transform: scale(1.2, 1.2);
}
.m_gallery__controls-movie i{
  color:#6f9dec;
}
.m_gallery__controls-web i{
  color:#6ab85d;
}
.m_gallery__controls-3d i{
  color:#f74e6b;
}
.m_gallery__controls-2d i{
  color:#ff9642;
}

/* qr */
.m_qr__title{
  margin-top: 26px;
  font-size: 2rem;
  font-weight: 800;
  color: #72be49;
  line-height: 2.5rem;
}
.m_qr__line-space{
  margin-top:1rem;
}

/*sp*/
@media only screen and (max-width:640px){
  /* reset */
  html{
    font-size: 87.5%;
  }
/*ヘッダー*/
html, body {
  overflow-x: hidden;
}
body {
  background: #fff;
  padding: 0;
  margin: 0;
}
.nav-wrapper{
  height: 60px!important;
  z-index: 10;
}
.m_header__logo{
	margin-right: auto;
	margin-left: auto;
	padding-left:0px;
	margin-top: 4px;
  text-align: center;
}
.m_header__logo img{
	width:50px;
	height:auto;
}
.siteheader_wrap {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  position: fixed;
  overflow: hidden;
}
#sidebarMenu {
  height: 100vh;
  position: fixed;
  left: 0;
  width: 180px;
  margin-top: 60px;
  transform: translateX(-250px);
  transition: transform 250ms ease-in-out;
  background: rgba(114,190,73,0.8);	
}
.sidebarMenuInner{
  display:block;
  margin:0;
  padding:0;
  border-top: 1px solid rgba(255, 255, 255, 1);
}
.sidebarMenuInner li{
  list-style: none;
  color: #fff;
  text-transform: uppercase;
  padding: 20px;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}
.sidebarMenuInner li a{
  width:100%;
}
.sidebarMenuInner a::after {
	width: 0px;
	height: 0px;
}
input[type="checkbox"]:checked ~ #sidebarMenu {
	transform: translateX(0);
}
input[type=checkbox] {
	transition: all 0.3s;
	box-sizing: border-box;
}
.sidebarIconToggle {
	transition: all 0.3s;
	box-sizing: border-box;
	cursor: pointer;
	position: absolute;
	z-index: 99;
	top: 22px;
	left: 15px;
	height: 22px;
	width: 22px;
}
.spinner {
	transition: all 0.3s;
	box-sizing: border-box;
	position: absolute;
	height: 3px;
	width: 100%;
	background-color: #fff;
}
.horizontal {
	transition: all 0.3s;
	box-sizing: border-box;
	position: relative;
	float: left;
	margin-top: 3px;
}
.diagonal.part-1 {
	position: relative;
	transition: all 0.3s;
	box-sizing: border-box;
	float: left;
}
.diagonal.part-2 {
	transition: all 0.3s;
	box-sizing: border-box;
	position: relative;
	float: left;
	margin-top: 3px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
	transition: all 0.3s;
	box-sizing: border-box;
	opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
	transition: all 0.3s;
	box-sizing: border-box;
	transform: rotate(135deg);
	margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
	transition: all 0.3s;
	box-sizing: border-box;
	transform: rotate(-135deg);
	margin-top: -9px;
}
.sidebarMenu__pchide{
  display: block;
}
  
  /*main visual*/
  .m_mv{
    margin-top: 60px;
  }
  
  /*footer*/
  .m_footer__container{
    position: relative;
  }
  .m_footer__link,.m_footer__page-top{
    float: none;
  }
  .m_footer__link{
  display: flex;
  justify-content: center;
  }
  .m_footer__link{
    padding-top: 10px;
    margin: 0 auto;
    width: 93px;
  }
  .m_footer__link-icon{
    margin-right: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .m_footer__copyright{
    width: 100%;
  }
  .m_footer__copyright img{
    width: 15%;
  }
  .m_footer__page-top{
    width: 26px;
    position: absolute;
    top: 0px;
    right:15px;
  }
  
  /* 新着情報 */
  .l_top__title{
    margin-top:60px;
    margin-bottom: 15px;
  }
  .m_newinfo__text{
    width: 10rem;
  }
  
  /* intro */
  .m_round{
    width:30%;
  }
  .l_top__inner{
    margin-left: 0px;
    margin-right: 0px;
  }
  .m_plofile__linkicon{
    padding-left: 5px;
    padding-right: 5px;
  }
  .m_plofile__linkicon img{
    max-width: 60px;
    width:100%;
  }
  .m_plofile__linkcontainer{
	margin-top: 15px;
	margin-bottom: 15px;
	}
  .m_plofile__introcontainer{
	margin-top: 0px;	
	}

	
  /* 下部ページ */
  /* news */
  .m_news__item{
    margin-top: 26px;
    padding-bottom: 30px;
  }
  /* contact */
  .m_contact__rede{
    margin-top:26px;
  }
  .m_sv__title-contact{
    letter-spacing: 0;
    text-indent: 0;
  }
  .m_form{
    padding-top:0px;
  }
  
  /* gallery */
  .m_sv__title-gallery{
    letter-spacing: .4rem;
    text-indent: .4rem;
  }
  .mix,.gap{
    margin:0 0 20px 0;
    width:calc(50% - 10px / 2);
  }
  .m_gallery__container img{
    width:calc(100% - 10px / 2);
  }
  .mix a{
    display: contents;
  }


}