@charset "utf-8";

/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,::before,::after{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}svg,img,embed,object,iframe{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}[type="checkbox"]{-webkit-appearance:checkbox;appearance:checkbox}[type="radio"]{-webkit-appearance:radio;appearance:radio}button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer}button:disabled,[type="button"]:disabled,[type="reset"]:disabled,[type="submit"]:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}option{padding:0}fieldset{margin:0;padding:0;min-width:0}legend{padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}

/*
font-family: 'Roboto', sans-serif;
font-family: 'Zen Kaku Gothic New', sans-serif;
*/
:root {
  --ggs: 0.8;
}
@media only screen and (max-width: 896px) {
  :root {
    --ggs: 0.5;
  }
}
.index-section{
  padding: 0;
}

.grecaptcha-badge {
  display: none;
}
html, body {
  font-family:'Zen Kaku Gothic New',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 20px;
  line-height: 2;
  font-weight :400;
  letter-spacing: 0.02em;
  font-style: normal;
  color: #505050;
  background: #dde1e0;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}

body.lang-jp .lang_jp{
  display: block;
}
body.lang-jp .lang_en{
  display: none;
}
body.lang-en .lang_jp{
  display: none;
}
body.lang-en .lang_en{
  display: block;
}
.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

@media only screen and (max-width: 896px) {
  html, body {
    cursor: auto;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  body.page {
    padding-top: 0vw;
  }
}

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

/* ::selection {
  background: #333333;
  color: #fff;
}

::-moz-selection {
  background: #ccc;
  color: #fff;
} */

/*----------------------------------------------------
 swiper
--------------------------------------------------- */

.swiper-wrapper{transition-timing-function:ease; }
/*----------------------------------------------------
 link
--------------------------------------------------- */
a:link, a:visited, a:active {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  text-decoration: none;
}

/*----------------------------------------------------
 slick
--------------------------------------------------- */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-prev{display:block;position:absolute;top:50%;z-index:10;border:none;text-indent:-9999px;cursor:pointer;-webkit-transition:all 0.5s 0s ease;transition:all 0.5s 0s ease;width:40px;height:40px;left:50%;margin-left:-540px}.slick-next{display:block;position:absolute;top:50%;z-index:10;border:none;text-indent:-9999px;cursor:pointer;-webkit-transition:all 0.5s 0s ease;transition:all 0.5s 0s ease;width:40px;height:40px;left:50%;margin-left:430px}.slide .slick-disabled{opacity:.2}@media only screen and (max-width:896px){.slide .slick-prev:hover{opacity:1}.slide .slick-next:hover{opacity:1}.slick-prev{top:50%;left:15px;margin-top:-15px;background-size:30px auto;width:30px;height:30px;z-index:10}.slick-next{top:50%;right:15px;margin-top:-15px;background-size:30px auto;width:30px;height:30px;z-index:10}.slick-prev:hover,.slick-next:hover{-webkit-transform:scale3d(1,1,1) translate(0,0) rotate(0deg);-moz-transform:scale3d(1,1,1) translate(0,0) rotate(0deg);-ms-transform:scale3d(1,1,1) translate(0,0) rotate(0deg);-o-transform:scale3d(1,1,1) translate(0,0) rotate(0deg);transform:scale3d(1,1,1) translate(0,0) rotate(0deg)}}

/*----------------------------------------------------
  .scrollview
--------------------------------------------------- */

.scrollview {
  opacity: 0;
  transform: scale(1, 1) translate(-0%, 20px);
}

.scrollview.view {
  opacity: 1;
  transition: all 1.0s 0.1s ease;
  transform: scale(1, 1) translate(-0%, 0%);
}

/*----------------------------------------------------
  .lazyload
--------------------------------------------------- */
.lazyload_set span{
  opacity: 0;
}

.lazyload_set span.lazyloaded{
  opacity: 1;
  transition: all 0.5s 0s ease;
}

/*----------------------------------------------------
 loading
--------------------------------------------------- */

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background:#FFF;
}
#loading img{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 326px;
  transform: translate(-50%, -50%);
}
#loading.out {
  opacity: 0;
  transition: all 0.8s 0s linear;
}
@media only screen and (max-width: 896px) {
  #loading img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 230px;
    margin-left: 10px;
    transform: translate(-50%, -50%);
  }
}



/*----------------------------------------------------
 block_navi
--------------------------------------------------- */
.block_navi a{
  display: block;
  position: fixed;
  top: 25px;
  right: 30px;
  width: 44px;
  height: 44px;
  z-index: 110 ;
  transition: all 0.5s 0s ease;
}
.block_navi a:hover{
  opacity: 0.5;
}
.block_navi a .line01{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -21px;
  margin-top: -8px;
  width: 42px;
  height: 2px;
  background: #000;
  transform-origin: center;
  transition: all 0.4s 0s ease;
}
.block_navi a .line02{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -21px;
  margin-top: -1px;
  width: 42px;
  height: 2px;
  background: #000;
  transform-origin: left;
  transition: all 0.4s 0s ease;
}
.block_navi a .line03{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -21px;
  margin-top: 6px;
  width: 42px;
  height: 2px;
  background: #000;
  transform-origin: center;
  transition: all 0.4s 0s ease;
}
body.menu_open .block_navi a .line01{
  margin-top: 0px;
  transform:scale3d(1,1,1) translate(0,0) rotate(45deg);
}
body.menu_open .block_navi a .line02{
  transition: all 0s 0s ease;
  transform:scale3d(0,1,1) translate(0,0) rotate(0deg);
}
body.menu_open .block_navi a .line03{
  margin-top: 0px;
  transform:scale3d(1,1,1) translate(0,0) rotate(-45deg);
}

@media only screen and (max-width: 896px) {

  .block_navi a{
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
  }
  .block_navi a .line01{
    margin-left: -15px;
    margin-top: -8px;
    width: 30px;
    height: 2px;
  }
  .block_navi a .line02{
    margin-left: -15px;
    margin-top: -1px;
    width: 30px;
    height: 2px;
  }
  .block_navi a .line03{
    margin-left: -15px;
    margin-top: 6px;
    width: 30px;
    height: 2px;
  }
}
/*----------------------------------------------------
  .block_sp_menu
--------------------------------------------------- */
.menu_bg{
  display: block;
  position: fixed;
  top: 0%;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden; 
  transition: all 0.8s 0s ease;
  overflow: hidden;
}
body.menu_open .menu_bg{
  opacity: 1;
  visibility: visible;
  transform: translate(0%, 0%);
}
.block_sp_menu{
  display: block;
  position: fixed;
  top: 0%;
  right: 0px;
  width: 300px;
  height: 100%;
  z-index: 10;
  background: #eee;
  /* opacity: 0;
  visibility: hidden; */
  transition: all 0.8s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);;
  transform: translate(100%, 0%);
}
.block_sp_menu:before{
  content: "";
  position: fixed;
  bottom: 2vh;
  right: -220px;
  width: 500px;
  height: 335px;
  background: url(../img/common/megane.svg) no-repeat center center;
  background-size: contain;
  transition: all 0.8s 0s ease;
}
body.menu_open .block_sp_menu{
  opacity: 1;
  visibility: visible;
  transform: translate(0%, 0%);
}
.block_sp_menu .inner{
  padding: 35px;
}
.block_sp_menu .inner ul.menu{
  position: absolute;
  top: 140px;
  left: 33px;
}
.block_sp_menu .inner ul.menu li{
  position: relative;
  margin-bottom: 12px;
}
.block_sp_menu .inner ul.menu li a{
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  position: relative;
}
.block_sp_menu .inner ul.menu li a:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 0%;
  height: 1px;
  background: #505050;
  transition: all 0.5s 0s ease;
}
.block_sp_menu .inner ul.menu li a:hover:after{
  width: 100%;
}
@media only screen and (max-width: 896px) {
  .block_sp_menu{
    width: 200px;
    height: 100%;
    overflow: hidden;
  }
  .block_sp_menu:before{
    content: "";
    position: fixed;
    bottom: 10px;
    right: -179px;
    width: 365px;
    height: 235px;
  }
  body.menu_open .block_sp_menu{
  }
  .block_sp_menu .inner{
    padding: 35px;
  }
}

/*----------------------------------------------------
 block_bg
--------------------------------------------------- */
.block_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: all 1.4s 0s linear;
}
.block_bg:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #dde1e0;
}
body.loadStart .block_bg:after{
  opacity: 0;
  transition: all 0.8s 0s linear;
}
.block_bg ul li{
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  opacity: 0;
  transition: all 0.8s 0s ease;
}
.block_bg ul li.view{
  opacity: 1;
}
.block_bg ul li span{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center 80%;
}
.block_bg .bottom{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.8s 0s ease;
}
body.footer_view .block_bg .bottom{
  opacity: 1;
}
.block_bg .bottom span{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center 80%;
}
.scroll{
  position: fixed;
  bottom: 60px;
  left: 50%;
  margin-left: -25px;
  z-index: 5;
  width: 50px;
  height: 40px;
}
body.page_scroll .scroll{
  opacity: 0;
  transition: all 0.8s 0.1s ease;
}
.scroll a{
  display: block;
}
.scroll a img{
  vertical-align: top;
}
.scroll a .t{
  display: block;
  width: 50px;
  height: 12px;
  color: #505050;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  margin-bottom: 15px;
}
.scroll a .arrow{
  display: block;
  width: 26px;
  height: 32px;
  margin: 0 auto;
  overflow: hidden;
}
.scroll a .arrow svg{
  display: block;
  animation:lineMove 3.0s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990) infinite;
}
@keyframes lineMove{
  0%  {transform: translate(0%,-34px);opacity: 1;}
  30% {transform: translate(0%,0px);opacity: 1;}
  70% {transform: translate(0%,0px);opacity: 1;}
  100%{transform: translate(0%,34px);opacity: 1;}
}
@media only screen and (max-width: 896px) {
  .block_bg {
    height: 100vh;
  }
  .block_bg:after{
    height: 100vh;
  }
  body.loadStart .block_bg:after{
  }
  .block_bg ul li{
    position: absolute;
    top: 40vh;
    bottom: auto;
    left: 0;
    width: 55%;
    height: 60vh;
  }
  .block_bg ul li.pos01{
    position: absolute;
    top: 20vh;
    bottom: auto;
    left: 0;
    width: 75%;
    height: 80vh;
  }
  .block_bg ul li.view{
  }
  .block_bg ul li span{
    background-size: cover;
    background-position: right 80%;
  }
  .block_bg .bottom{
    height: 100vh;
  }
  body.footer_view .block_bg .bottom{
  }
  .block_bg .bottom span{
  }
  .scroll{
    position: fixed;
    bottom: 60px;
    left: auto;
    right: 20px;
    margin-left: 0;
    z-index: 5;
    width: 50px;
    height: 40px;
  }
  body.page_scroll .scroll{
    opacity: 0;
    transition: all 0.8s 0.1s ease;
  }
  .scroll a{
    display: block;
  }
  .scroll a img{
    vertical-align: top;
  }
  .scroll a .t{
    display: block;
    width: 50px;
    height: 12px;
    color: #505050;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    margin-bottom: 15px;
  }
  .scroll a .arrow{
    display: block;
    width: 26px;
    height: 32px;
    margin: 0 auto;
    overflow: hidden;
  }
  .scroll a .arrow svg{
    display: block;
    animation:lineMove 3.0s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990) infinite;
  }
}

/*----------------------------------------------------
  .wrapper
--------------------------------------------------- */

.wrapper {
  overflow: hidden;
  position: relative;
  /* margin-top: 100vh; */
  transition: all 0.8s 0s ease;
  z-index: 3;
  padding-left: 50%;
}
.wrapper:before{
  content: "";
  position: fixed;
  bottom: 2vh;
  right: -5vw;
  width: 30vw;
  height: 20vw;
  background: url(../img/common/megane.svg) no-repeat center center;
  background-size: contain;
  transition: all 0.8s 0s ease;
}
body.megane .wrapper:before{
  opacity: 0.2;
}
@media only screen and (max-width: 896px) {
  .wrapper {
    padding-left:20%;
  }
  .wrapper:before{
    bottom: auto;
    top: 61vw;
    right: -26vw;
    width: 78vw;
    height: 55vw;
    background: url(../img/common/megane.svg) no-repeat center center;
    background-size: contain;
  }
  body.megane .wrapper:before{
    opacity: 0;
  }
}
/*----------------------------------------------------
 block_mainvisual
--------------------------------------------------- */
.block_mainvisual {
  position: relative;
  height: 100vh;
}
.block_mainvisual .logo{
  position: absolute;
  top: 20%;
  left: 50%;
  width: 20px;
  margin-left: 160px;
  margin-top: -40px;
}
.block_mainvisual .name{
  position: absolute;
  top: 20%;
  left: 50%;
  width: 120px;
}
@media only screen and (max-width: 896px) {
  .block_mainvisual {
    height: 100vh;
  }
  .block_mainvisual .logo{
    top: 90px;
    left: 50%;
    width: 20px;
    margin-left: 75px;
    margin-top: 0px;
  }
  .block_mainvisual .name{
    position: absolute;
    top: 120px;
    left: 50%;
    width: 70px;
    margin-left: -20px;
  }
}
/*----------------------------------------------------
 block_entry
--------------------------------------------------- */
.block_entry {
  position: relative;
  padding: 40px 0;
}
.block_entry .inner{
  position: relative;
  padding: 0 120px 0 40px;
}
.block_entry .inner .title{
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
.block_entry .inner .title span{
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.block_entry .inner .title span:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: -100vw;
  width: 100vw;
  height: 1px;
  background: #505050;
  opacity: 0.5;
}
.block_entry .inner .name{
  font-size: 26px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.block_entry .inner .name small{
  font-size: 14px;
}
.block_entry .inner p{
  font-size: 16px;
  color: #000;
}
.block_entry .inner .btn{
  margin-top: 40px;
  margin-bottom: 40px;
}
.block_entry .inner .btn a{
  display: inline-block;
  background: #505050;
  color: #FFF;
  padding: 10px 40px 10px 20px;
  font-size: 14px;
  border-radius: 5px;
  position: relative;
  transition: all 0.5s 0s ease;
}
.block_entry .inner .btn a:hover{
  background: #ccc;
}
.block_entry .inner .btn a svg{
  fill: #FFF;
  width: 15px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: scale(1, 1) translate(-0%, -50%);
}
.block_entry .inner .img_list{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.block_entry .inner .img_list .column{
  width: 46%;
  margin-right: 8%;
  margin-bottom: 5%;
}
.block_entry .inner .img_list .column:nth-child(2n){
  margin-right: 0;
}
.block_entry .inner .img_list .column a{
  display: block;
}
.block_entry .inner .img_list .column a figure:after{
  content: "詳しくはコチラ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  font-size: 14px;
  border-radius: 50px;
  background: #505050 url(../img/common/blank.svg) no-repeat right 15px center;
  background-size: 15px auto;
  color: #FFF;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  padding: 10px 30px 10px 20px;
  transform: scale(1, 1) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s 0s ease;
  margin-top: 10px;
}
.block_entry .inner .img_list .column a:hover figure:after{
  opacity: 1;
  margin-top: 0px;
}
.block_entry .inner .img_list .column a:hover figure span{
  opacity: 0.5;
}
.block_entry .inner .img_list .column figure{
  position: relative;
  padding-top: 100%;
  margin-bottom: 20px;
}
.block_entry .inner .img_list .column figure span{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.5s 0s ease;
}
.block_entry .inner .img_list .column .c_title{
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 5px;
}

.block_entry .inner .img_list .column .meta{
  font-size: 12px;
  line-height: 1.6;
}


.block_entry .inner .movie_list{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.block_entry .inner .movie_list .column{
  width: 100%;
  margin-bottom: 5%;
}
.block_entry .inner .movie_list .column figure{
  position: relative;
  padding-top: 56.66666%;
  margin-bottom: 20px;
}
.block_entry .inner .movie_list .column figure iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block_entry .inner .movie_list .column .c_title{
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 5px;
}

.block_entry .inner .movie_list .column .meta{
  font-size: 12px;
  line-height: 1.6;
}



.block_entry .conf_message{
  font-size: 14px;
  margin-bottom: 20px;
}
.block_entry .form_list{
  padding-top: 40px;
}
.block_entry .form_list .column{
  margin-bottom: 20px;
}
.block_entry .form_list .column .column_title{
  font-size: 14px;
  font-weight: 700;
}
.block_entry .form_list .column .column_title small{
  color:#dc3232;
}
.block_entry .form_list .column .column_form{
}
.block_entry .form_list .column .column_form input[type="text"],
.block_entry .form_list .column .column_form input[type="email"],
.block_entry .form_list .column .column_form input[type="tel"],
.block_entry .form_list .column .column_form textarea{
  border:none;
  background: #FFF;
  color: #000;
  font-size: 16px;
  border-radius: 0px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  padding: 9px 15px;
  width : -webkit-calc(100% - 30px) ;
  width : calc(100% - 30px) ;
  box-shadow: none;
  margin-top: 15px;
  margin-bottom: 5px;
  font-family:'Zen Kaku Gothic New',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.block_entry .form_list .column .column_form .conf{
  border:none;
  background: #eee;
  font-weight: bold;
  font-size: 16px;
  border-radius: 5px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  padding: 14px 15px;
  width : -webkit-calc(100% - 30px) ;
  width : calc(100% - 30px) ;
  box-shadow: none;
  margin-top: 15px;
  margin-bottom: 5px;
  font-family:'Zen Kaku Gothic New',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;

}
.block_entry .form_list .btn_area{
  padding-top: 20px;
}
.block_entry .form_list .btn_area input[type="submit"],
.block_entry .form_list .btn_area input[type="button"]{
  border:none;
  border-radius: 0px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  background: #505050;
  color: #FFF;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 10px 40px;
  cursor: pointer;
  font-family:'Zen Kaku Gothic New',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  transition: all 0.5s ease;
}
.block_entry .form_list .btn_area input[type="submit"]:hover,
.block_entry .form_list .btn_area input[type="button"]:hover{
  background: #ccc;
}
.block_entry .form_list .column .attention{
  color: #dc3232;
  font-size: 12px;
  text-indent: -20px;
  padding-left: 20px;
}
.block_entry .form_list .column .attention svg{
  fill: #dc3232;
  width: 15px;
  margin-right: 5px;
  vertical-align: middle;
}
.block_entry .form_list .column ::placeholder {
  color: #ccc;
}
.block_entry .comp{
  font-size: 26px;
  font-weight: bold;
}
.wpcf7-response-output{
  border: none !important;
  background: #e60012;
  color: #fff;
  text-align: center;
  font-size: 14px;
  border-radius: 50px;
}
.wpcf7-not-valid-tip{
  padding: 5px;
  display: block;
  font-weight: bold;
}

.block_entry .inner .sns{
  padding-bottom: 100px;
  line-height: 1;
  display: flex;
  flex-direction: column; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
.block_entry .inner .sns p{
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  margin-right: 20px;
  padding-top: 4px;
  margin-bottom: 20px;
}
.block_entry .inner .sns ul{
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
.block_entry .inner .sns ul li{
  margin-right: 40px;
}
.block_entry .inner .sns ul li a{
  fill: #000;
  transition: all 0.5s ease;
  font-size: 16px;
}
.block_entry .inner .sns ul li a:hover{
  opacity: 0.5;
}
.block_entry .inner .sns ul li a span{
  display: inline-block;
  vertical-align: 5px;
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (max-width: 896px) {
  .block_entry {
    position: relative;
    padding: 40px 0;
  }
  .block_entry .inner{
    padding: 0 20px 0 20px;
  }
  .block_entry .inner .title{
    font-size: 14px;
    margin-bottom: 20px;
  }
  .block_entry .inner .title span{
  }
  .block_entry .inner .title span:after{
  }
  .block_entry .inner .name{
    font-size: 24px;
    margin-bottom: 20px;
  }
  .block_entry .inner .name small{
    font-size: 14px;
  }
  .block_entry .inner p{
    font-size: 14px;
  }
  .block_entry .inner .btn{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .block_entry .inner .btn a{
    padding: 10px 40px 10px 20px;
    font-size: 12px;
  }
  .block_entry .inner .btn a:hover{
  }
  .block_entry .inner .btn a svg{
  }
  .block_entry .inner .img_list{
  }
  .block_entry .inner .img_list .column{
    width: 100%;
    margin-right: 0%;
    margin-bottom: 10%;
  }
  .block_entry .inner .img_list .column:nth-child(2n){
    margin-right: 0;
  }
  .block_entry .inner .img_list .column a{
  }
  .block_entry .inner .img_list .column a figure:after{
    display: none;
  }
  .block_entry .inner .img_list .column figure{
  }
  .block_entry .inner .img_list .column figure span{
  }
  .block_entry .inner .img_list .column .c_title{
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 5px;
  }
  
  .block_entry .inner .img_list .column .meta{
    font-size: 10px;
  }
  
  .block_entry .inner .movie_list{
  }
  .block_entry .inner .movie_list .column{
  }
  .block_entry .inner .movie_list .column figure{
  }
  .block_entry .inner .movie_list .column figure iframe{
  }
  .block_entry .inner .movie_list .column .c_title{
    font-size: 14px;
    margin-bottom: 5px;
  }
  
  .block_entry .inner .movie_list .column .meta{
    font-size: 10px;
    line-height: 1.6;
  }
  
  .block_entry .inner .sns{
    padding-bottom: 100px;
  }
  .block_entry .inner .sns p{
  }
  .block_entry .inner .sns ul{
    display: flex;
    flex-direction: column; /* row row-reverse column */
    justify-content: flex-start; /* flex-start  center  space-between */
    align-items: flex-start; /* flex-start  center  */
  }
  .block_entry .inner .sns ul li{
    margin-right:0px;
    margin-bottom: 20px;
  }
}

/*----------------------------------------------------
 block_footer
--------------------------------------------------- */
.block_footer {
  position: relative;
  padding: 80vh 0 40px 0;
}
.block_footer .inner{
  position: relative;
  padding: 0 120px 0 40px;
  font-size: 12px;
}