@charset "utf-8";
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;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
nav ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}ins{background-color:#ff9;color:#000;text-decoration:none;}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}del{text-decoration:line-through;}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}table{border-collapse:collapse;border-spacing:0;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input,select{vertical-align:middle;}
img{vertical-align:bottom;}
ol,ul {list-style:none;}

.index-section{
  padding: 0;
}
  
/*----------------------------
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Outfit', sans-serif;
----------------------------*/
.grecaptcha-badge {
  display: none;
}

html, body {
  font-family:'Outfit', 'Noto Sans JP',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  /* font-family:dnp-shuei-anti-std,"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; */
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  font-weight : 500;
  letter-spacing: 0.04em;
  font-style: normal;
  color: #000000;
  background: #FFF;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
  word-wrap: break-word;
  font-feature-settings: "palt";
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

@media only screen and (max-width: 896px) {
  .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;
}


/*----------------------------------------------------
 link
--------------------------------------------------- */

a:link, a:visited, a:active {
  color: #050505;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  text-decoration: none;
}


/*----------------------------------------------------
 slick
--------------------------------------------------- */

:focus {
  outline: none;
}

.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: 0.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(0px, 0px) rotate(0deg);
    -moz-transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(0deg);
    -ms-transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(0deg);
    -o-transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(0deg);
    transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(0deg);
  }
}


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

.scrollview {
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -ms-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  opacity: 0;
  -webkit-transform: scale(1, 1) translate(-0%, 10px);
  -moz-transform: scale(1, 1) translate(-0%, 10px);
  -ms-transform: scale(1, 1) translate(-0%, 10px);
  -o-transform: scale(1, 1) translate(-0%, 10px);
  transform: scale(1, 1) translate(-0%, 10px);
}

.scrollview.view {
  opacity: 1;
  -webkit-transform: scale(1, 1) translate(-0%, 0%);
  -moz-transform: scale(1, 1) translate(-0%, 0%);
  -ms-transform: scale(1, 1) translate(-0%, 0%);
  -o-transform: scale(1, 1) translate(-0%, 0%);
  transform: scale(1, 1) translate(-0%, 0%);
}

.scrollview_fix {
  -webkit-transition: all 1.2s 0s ease;
  -moz-transition: all 1.2s 0s ease;
  -ms-transition: all 1.2s 0s ease;
  -o-transition: all 1.2s 0s ease;
  transition: all 1.2s 0s ease;
  opacity: 0;
}

.scrollview_fix.view {
  opacity: 1;
}


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

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1500;
  background:#FFF;
  
  background: linear-gradient(325deg, #ffd6d6 0%, #ffffd6 10%, #d8f3e2 20%, #d6f2fc 30%,#dee3f3 40%,#e8def0 50%, #ffd6d6 60%, #ffffd6 70%, #d8f3e2 80%, #d6f2fc 90%,#dee3f3 100% );
  /* background: linear-gradient(325deg, #cddcea 0%, #e2d2de 25%, #d3ecea 50%, #cddcea 70%, #e2d2de 100%); */
  background-size: 300% 300%;
  animation: grade 3s ease infinite;
}
@-webkit-keyframes grade {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}
@keyframes grade {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}
#loading.out {
  opacity: 0;
  transition: all 0.6s 0.2s linear;
}
#top_logo{
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: url(../img/logo_mark_w.svg) no-repeat center center;
  background-size: 144px auto;
  opacity: 1;
  z-index: 3000;
}
#top_logo.out {
  opacity: 0;
  visibility: hidden;
  transition: all 0.9s 1.2s linear;
}

@media only screen and (max-width: 896px) {
  #top_logo{
    background: url(../img/logo_mark_w.svg) no-repeat center center;
    background-size: 72px auto;
  }

}
/*----------------------------------------------------
  .block_header
--------------------------------------------------- */

.block_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  z-index: 111;
  background: #FFF;
  transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
  /* mix-blend-mode: exclusion; */
  border-bottom: 1px #eee solid;
}
body.onScroll .block_header{
  height: 100px;
} 
.block_header .logo{
  position: absolute;
  top: 50%;
  left: 60px;
  width : 200px;
  transform: scale(1, 1) translate(0%, -50%);
}
.block_header .logo svg{
  vertical-align: top;
  fill:#000;
}
.block_header ul.menu{
  position: absolute;
  top: 50%;
  left: 290px;
  transform: scale(1, 1) translate(0%, -50%);
}
.block_header ul.menu > li{
  float: left;
  margin-left: 2vw;
  position: relative;
}
.block_header ul.menu > li > a{
  display: block;
  color: #000;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  position: relative;
  font-weight: 400;
  z-index: 1;
  transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
}
.block_header ul.menu > li > a:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background: #000;
  transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
}
.block_header ul.menu > li:hover > a:after,
.block_header ul.menu > li > a.active:after{
  width: 100%;
}
.block_header ul.menu > li > a.shop:after{
  display: none;
}
.block_header ul.menu > li > a.shop{
  border: 1px #000 solid;
  padding: 0 15px;
  font-size: 12px;
  border-radius: 20px;
  transition: all 0.4s 0s ease;
}
.block_header ul.menu > li > a.shop:hover{
  border: 1px #000 solid;
  background: #000;
  color: #FFF;
}
.block_header ul.menu > li .pull_menu{
  position: absolute;
  top: 0px;
  left: -10px;
  padding:0 10px;
  background: #FFF;
  opacity: 0;
  visibility: hidden;
  padding-top: 40px;
  padding-bottom: 5px;
  transition: all 0.8s 0s ease;
}
.block_header ul.menu > li.active .pull_menu{
  display: block;
  opacity: 1;
  visibility: visible;
  transition: all 0.8s 0.2s ease;
}
.block_header ul.menu > li .pull_menu li{
}
.block_header ul.menu > li .pull_menu li a{
  display: block;
  color: #000;
  font-size: 11px;
  line-height: 2;
  letter-spacing: 0.05em;
  position: relative;
  font-weight: 400;
  white-space: nowrap;
  transition: all 0.5s 0s ease;
}
.block_header ul.menu > li .pull_menu li a:hover{
  opacity: 0.5;
}
.block_header ul.sub{
  position: absolute;
  top: 50%;
  right: 40px;
  transform: scale(1, 1) translate(0%, -50%);
}
.block_header ul.sub li{
  float: left;
}
.block_header ul.sub li a{
  display: block;
  transition: all 0.6s 0s ease;
}
.block_header ul.sub li a:hover{
  opacity: 0.5;
}
.block_header ul.sub li a.insta{
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/sns_is.svg) no-repeat center center;
  background-size: 20px auto;
}
.block_header ul.sub li a.tw{
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/sns_tw.svg) no-repeat center center;
  background-size: 18px auto;
}
.block_header ul.sub li a.fb{
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/sns_fb.svg) no-repeat center center;
  background-size: 18px auto;
}
.block_header ul.sub li a.ap{
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/sns_ap.svg) no-repeat center center;
  background-size: 18px auto;
}
.block_header ul.sub li a.sp{
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/sns_sp.svg) no-repeat center center;
  background-size: 18px auto;
}
@media only screen and (min-width: 897px) and (max-width: 1200px) {
  .block_header ul.sub{
    display: none;
  }
}

.block_header ul.lang{
  position: absolute;
  top: 15px;
  right: 35px;
  width: 62px;
  letter-spacing: 0;
}
.block_header ul.lang li{
  float: left;
  position: relative;
}
.block_header ul.lang li:first-child{
  padding-right: 17px;
  position: relative;
}
.block_header ul.lang li:first-child:after{
  content: "/";
  position: absolute;
  top: 0;
  right: 6px;
  font-size: 12px;
}
.block_header ul.lang li a{
  display: block;
  font-size: 12px;
  transition: all 0.4s 0s ease;
}
.block_header ul.lang li a:hover{
  opacity: 0.5;
}
@media only screen and (max-width: 896px) {
  .block_header {
    height: 60px;
    border-bottom: none;
  }
  body.onScroll .block_header{
    height: 60px;
  } 
  .block_header .logo{
    left: 20px;
    width : 100px;
    transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
  }
  body.onScroll .block_header .logo{
    left: 20px;
  }
  .block_header .logo svg{
    vertical-align: -4px;
  }
  .block_header ul.menu{
    display: none;
  }
  .block_header ul.sub{
    display: none;
  }
  .block_header ul.lang{
    display: none;
  }
}

/*----------------------------------------------------
  .sp_menu
--------------------------------------------------- */
.block_navi a {
  display: none;
}
@media only screen and (max-width: 896px) {
  .block_navi a {
    position: absolute;
    display: block;
    top: 0%;
    right: 0px;
    width: 60px;
    height: 60px;
    background: #000;
  }
  .block_navi a:hover{
  }
  body.menu_open .block_navi a{
  }
  .block_navi a .wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    margin-top: -7px;
    margin-left: -7px;
    overflow: hidden;
    transition: all 0.4s 0s ease;
  }
  .block_navi a span.l1 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 1px;
    margin-top: -6px;
    margin-left: -7px;
    background: #FFF;
    transform-origin: center center;
    transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
  }
  .block_navi a span.l2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 1px;
    margin-top: 0px;
    margin-left: -7px;
    background: #FFF;
    transform-origin: center center;
    transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
  }
  .block_navi a span.l3 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 1px;
    margin-top: 6px;
    margin-left: -7px;
    background: #FFF;
    transform-origin: center center;
    transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
  }
  body.menu_open .block_navi a span.l1 {
    margin-top: 0px;
    transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(45deg);
  }
  body.menu_open .block_navi a span.l2 {
    margin-top: 0px;
    transform: scale3d(0, 1, 1) translate(0px, 0px) rotate(0deg);
  }

  body.menu_open .block_navi a span.l3 {
    margin-top: 0px;
    transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(-45deg);
    }
}
  
/*----------------------------------------------------
  .block_sp_menu
--------------------------------------------------- */
.block_sp_menu{
  display: none;
}
@media only screen and (max-width: 896px) {
  .block_sp_menu{
    display: block;
    position: fixed;
    top: 0;
    right: 0px;
    width: 65vw;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    background: #FFF;
    border-left: 1px #eee solid;
    z-index: 110;
    transform:translate(100%, 0%);
    transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
}
  body.menu_open .block_sp_menu{
    transform:translate(0%, 0%);
  }
  .block_sp_menu .inner{
    padding: 70px 30px;
  }
  .block_sp_menu .inner ul.menu{
    margin-bottom: 20px;
  }
  .block_sp_menu .inner ul.menu > li{
    margin-bottom: 25px;
  }
  .block_sp_menu .inner ul.menu > li a{
    display: block;
    font-size: 18px;
    line-height: 1;
  }
  .block_sp_menu .inner ul.menu > li ul.pull_menu{
    padding-top: 15px;
  }
  .block_sp_menu .inner ul.menu > li ul.pull_menu li{
    padding-left: 18px;
    position: relative;
    margin-bottom: 15px;
  }
  .block_sp_menu .inner ul.menu > li ul.pull_menu li::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 2px;
    background: #000;
    margin-top: -1px;
  }
  .block_sp_menu .inner ul.menu > li ul.pull_menu li a{
    font-size: 14px;
  }
  .block_sp_menu .inner ul.sub_menu{
    margin-bottom: 25px;
  }
  .block_sp_menu .inner ul.sub_menu > li{
    margin-bottom: 15px;
  }
  .block_sp_menu .inner ul.sub_menu > li a{
    display: block;
    font-size: 9px;
    line-height: 1;
  }
  .block_sp_menu .inner ul.menu > li a.shop{
    display: block;
    font-size: 14px;
    line-height: 1;
    border: 1px #000 solid;
    text-align: center;
    padding: 10px 0;
    border-radius: 20px;
  }
  .block_sp_menu .inner ul.sub{
    overflow: hidden;
    margin-bottom: 20px;
  }
  .block_sp_menu .inner ul.sub > li{
    float: left;
    width: 22px;
    margin-right: 10px;
  }
  .block_sp_menu ul.sub li a.insta{
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/sns_is.svg) no-repeat center center;
    background-size: 20px auto;
  }
  .block_sp_menu ul.sub li a.tw{
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/sns_tw.svg) no-repeat center center;
    background-size: 18px auto;
  }
  .block_sp_menu ul.sub li a.fb{
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/sns_fb.svg) no-repeat center center;
    background-size: 18px auto;
  }
  .block_sp_menu ul.sub li a.ap{
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/sns_ap.svg) no-repeat center center;
    background-size: 18px auto;
  }
  .block_sp_menu ul.sub li a.sp{
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/sns_sp.svg) no-repeat center center;
    background-size: 18px auto;
  }
  
  .block_sp_menu .inner ul.lang{
  }
  .block_sp_menu .inner ul.lang li{
    float: left;
    position: relative;
  }
  .block_sp_menu .inner ul.lang li:first-child{
    padding-right: 17px;
    position: relative;
  }
  .block_sp_menu .inner ul.lang li:first-child:after{
    content: "/";
    position: absolute;
    top: 0;
    right: 6px;
    font-size: 12px;
  }
  .block_sp_menu .inner ul.lang li a{
    display: block;
    font-size: 12px;
    transition: all 0.4s 0s ease;
  }
  .block_sp_menu .inner ul.lang li a:hover{
    opacity: 0.5;
  }
}



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

.wrapper {
  overflow: hidden;
  position: relative;
  padding-top: 150px;
}
@media only screen and (max-width: 896px) {
  .wrapper {
    overflow: hidden;
    position: relative;
    padding-top: 60px;
  }
}

/*----------------------------------------------------
 block_mainvisual
--------------------------------------------------- */
.block_mainvisual {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  overflow: hidden;
  height: 100vw;
}

.block_mainvisual .slide_area{
  width: 100%;
  position: relative;
  z-index: 1;
}
.block_mainvisual .slide_area .column{
  width: 100%;
  position: relative;
  float: left;
}
.block_mainvisual .slide_area .column:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  /* background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%); */
  z-index: 2;
}
.block_mainvisual .slide_area .column figure{
}
.block_mainvisual .slide_area .column figure span{
  display: block;
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: scale(1.1, 1.1);
}
.block_mainvisual .slide_area .column.slick-continue figure span {
  transition: all 6s 0.0s linear;
  transform: scale(1, 1);
}
@keyframes image_zoom {
  0% {
    transform: scale(1.2, 1.2)
  }
  100% {
    transform: scale(1, 1)
  }
}
.block_mainvisual .slide_area .column .textarea{
  position: absolute;
  bottom: 34px;
  left: 34px;
  color: #FFF;
  z-index: 3;
}
.block_mainvisual .slide_area .column .textarea .en{
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 10px;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}
.block_mainvisual .slide_area .column.slick-continue .textarea .en{
  opacity: 1;
  transition: all 0.7s 0.5s ease;
  transform: translate3d(0, 0, 0);
}
.block_mainvisual .slide_area .column .textarea .jp{
  font-size: 34px;
  line-height: 46px;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}
.block_mainvisual .slide_area .column.slick-continue .textarea .jp{
  opacity: 1;
  transition: all 0.7s 0.7s ease;
  transform: translate3d(0, 0, 0);
}
.block_mainvisual .slide_area .slick-dots{
  position: absolute;
  top: 30px;
  right: 30px;
}
.block_mainvisual .slide_area .slick-dots li{
  float: left;
  width: 10px;
  height: 10px;
  border: 1px #FFF solid;
  box-sizing: border-box;
  overflow: hidden;
  margin-left: 12px;
  border-radius: 50%;
}
.block_mainvisual .slide_area .slick-dots li.slick-active{
  background: #FFF;
}
.block_mainvisual .slide_area .slick-dots li button{
  width: 10px;
  height: 10px;
  opacity: 0;
}
@media only screen and (max-width: 896px) {
  .block_mainvisual {
    height: 100vw;
  }
  .block_mainvisual .slide_area{
  }
  .block_mainvisual .slide_area .column{
  }
  .block_mainvisual .slide_area .column figure{
  }
  .block_mainvisual .slide_area .column figure span{
  }
  .block_mainvisual .slide_area .column .textarea{
    bottom: 15px;
    left: 15px;
  }
  .block_mainvisual .slide_area .column .textarea .en{
    font-size: 3vw;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  .block_mainvisual .slide_area .column .textarea .jp{
    font-size: 4vw;
    line-height: 1.5;
  }
  .block_mainvisual .slide_area .slick-dots{
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .block_mainvisual .slide_area .slick-dots li{
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 10px;
  }
  .block_mainvisual .slide_area .slick-dots li.slick-active{
  }
  .block_mainvisual .slide_area .slick-dots li button{
  }
  
}

/*----------------------------------------------------
 block_list
--------------------------------------------------- */
.block_list {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 80px 0;
}
.block_list .inner{
  margin:0 60px;
  position: relative;
}
.block_list .inner .title{
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2vw;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 300;
}
.block_list .inner .title span:after{
  content: "";
  position: absolute;
  top: 50%;
  width: 100vw;
  height: 1px;
  background: #000;
  right: -102vw;
}
.block_list .inner .list_title{
  padding-top: 80px;
  font-size: 2vw;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 300;
}
.block_list .inner .list_title span{
  position: relative;
  color: #ccc;
}
.block_list .inner .list_title span:after{
  content: "";
  position: absolute;
  top: 50%;
  width: 100vw;
  height: 1px;
  background: #ccc;
  right: -102vw;
}
.block_list .inner .list{
  padding-top: 80px;
  margin-left: 35%;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  width : -webkit-calc(100% - 35%) ;
  width : calc(100% - 35%) ;
}
.block_list .inner .list .column{
  width: 46%;
  margin-right: 8%;
  margin-bottom: 60px;
  background: #FFF;
}
.block_list .inner .list .column:nth-child(2n){
  margin-right: 0;
}
.block_list .inner .list.small{
  padding-top: 20px;
}
.block_list .inner .list.small .column{
  width: 31.2%;
  margin-right: 3%;
  margin-bottom: 0.1vw;
  background: #FFF;
}
.block_list .inner .list.small .column:nth-child(2n){
  margin-right: 3%;
}
.block_list .inner .list.small .column:nth-child(3n){
  margin-right: 0%;
}
.block_list .inner .list .column a{
  display: block;
  transition: all 0.5s 0s ease;
}
.block_list .inner .list .column a:hover{
  opacity: 0.5;
}
.block_list .inner .list .column a figure{
  margin-bottom: 15px;
}
.block_list .inner .list .column a figure.thum_wrap{
  padding-top: 100%;
  position: relative;
}
.block_list .inner .list .column a figure.thum_wrap span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position:  center center;
  background-size: cover;
}
.block_list .inner .list .column a time{
  display: block;
  font-size: 11px;
}
.block_list .inner .list .column a h2{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

/*text_list*/
.block_list .inner .list_wrap{
  padding-top: 70px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
.block_list .inner .list_wrap .side{
  width: 30%;
}
.block_list .inner .list_wrap .side .en_profile{
  
}
.block_list .inner .list_wrap .side .en_profile .en_title{
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.block_list .inner .list_wrap .side .en_profile figure{
  margin-bottom: 20px;
}
.block_list .inner .list_wrap .text_list{
  width: 65%;
}
.block_list .inner .list_wrap .text_list .column{
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px #eee solid;
}
.block_list .inner .list_wrap .text_list .column h3{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.block_list .inner .list_wrap .text_list .column a{
  display: block;
  transition: all 0.5s 0s ease;
}
.block_list .inner .list_wrap .text_list .column a:hover{
  opacity: 0.5;
}
.block_list .inner .list_wrap .text_list .column .meta{
  overflow: hidden;
}
.block_list .inner .list_wrap .text_list .column .meta .date{
  margin-right: 10px;
  font-size: 14px;
  letter-spacing: 0.1em;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.block_list .inner .list_wrap .text_list .column .meta .category{
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.block_list .inner .list_wrap .text_list .column .meta .category li{
  font-size: 10px;
  display: inline-block;
  vertical-align: 4px;
  background: #000;
  color: #FFF;
  padding: 2px 5px;
  line-height: 1;
}
.block_list .inner .list_wrap .text_list .column time{
  display: block;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.block_list .inner .list_wrap .text_list .column .column_title{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
.block_list .inner .list_wrap .text_list .column .place{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.block_list .inner .list_wrap .text_list .column p{
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.block_list .inner .list_wrap .side .en_profile .entry{
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 2;
  font-family: 'Noto Sans JP',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.block_list .inner .list_wrap .text_list .column ul.gallery{
  overflow: hidden;
  padding: 20px 0;
}
.block_list .inner .list_wrap .text_list .column ul.gallery li{
  float: left;
  width: 23%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.block_list .inner .list_wrap .text_list .column ul.gallery li figure{
  position: relative;
  padding-top: 100%;
}
.block_list .inner .list_wrap .text_list .column ul.gallery li figure span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

/*discography*/
.block_list .inner .list_wrap .text_list .category_title{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px #000 solid;
}
.block_list .inner .list_wrap .text_list.image_list .column{
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */

} 
.block_list .inner .list_wrap .text_list.image_list .column .jacket{
  width: 25%;
}
.block_list .inner .list_wrap .text_list.image_list .column .jacket .img_wrap{
  position: relative;
  padding-top: 100%;
}
.block_list .inner .list_wrap .text_list.image_list .column .jacket .img_wrap span{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position:center center;
}
.block_list .inner .list_wrap .text_list.image_list .column .jacket + .detail{
  width: 70%;
}
.block_list .inner .list_wrap .text_list.image_list .column .detail h3{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.block_list .inner .list_wrap .text_list.image_list .column .detail h3 .sub{
  font-size: 14px;
}
.block_list .inner .list_wrap .text_list.image_list .column .detail .meta{
  font-size: 12px;
  margin-bottom: 10px;
}
.block_list .inner .list_wrap .text_list.image_list .column .detail ul.track{
  font-size: 11px;
  margin-bottom: 10px;
}
.block_list .inner .list_wrap .text_list.image_list .column .detail .entry{
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
  font-family: 'Noto Sans JP',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.block_list .inner .list_wrap .text_list.image_list .column .detail .entry p{
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 2;
  font-family: 'Noto Sans JP',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.block_list .inner .list_wrap .text_list.image_list .column ul.list{
  font-size: 12px;
  margin-bottom: 10px;
}
.block_list .inner .list_wrap .text_list.image_list .column .detail ul.store{
}
.block_list .inner .list_wrap .text_list.image_list .column .detail ul.store li a{
  display: inline-block;
  background: #000;
  color: #FFF;
  font-size: 12px;
  padding: 5px 10px;
}
.block_list .inner .list_wrap .text_list.image_list .column .detail ul.store li a:hover{
  background: #FFF;
  color: #000;

}
.block_list .inner .list_wrap .text_list.image_list .column .detail ul.buy{
  overflow: hidden;
  padding-top: 40px;
}
.block_list .inner .list_wrap .text_list.image_list .column .detail ul.buy li{
  float: left;
  margin:0 10px 10px 0;
}
.block_list .inner .list_wrap .text_list.image_list .column .detail ul.buy li a{
  display: inline-block;
  background: #000 url(../img/arrow_next_w.svg) no-repeat right 10px center;
  background-size: 8px auto;
  font-size: 14px;
  color: #FFF;
  width: 140px;
  border-radius: 40px;
  padding: 10px 40px 10px 20px;
  transition: all 0.5s 0s ease;
}
.block_list .inner .list_wrap .text_list.image_list .column .detail ul.buy li a:hover{
  background: #FFF url(../img/arrow_next.svg) no-repeat right 10px center;
  background-size: 8px auto;
  color: #000;
}

.block_list .inner .back_list{
  padding-top: 40px;
  padding-bottom: 40px;
}
.block_list .inner .back_list a{
  display: inline-block;
  background: #000 url(../img/arrow_prev_w.svg) no-repeat 10px center;
  background-size: 8px auto;
  font-size: 14px;
  color: #FFF;
  border-radius: 40px;
  padding: 10px 20px 10px 40px;
  transition: all 0.5s 0s ease;
}
.block_list .inner .back_list a:hover{
  background: #FFF url(../img/arrow_prev.svg) no-repeat 10px center;
  background-size: 8px auto;
  color: #000;
}


/*sort*/
.block_list .inner .list_wrap .side .sort{
  margin-bottom: 40px;
}
.block_list .inner .list_wrap .side .sort .sort_now{
  display: block;
  position: relative;
  font-size: 16px;
  transition: all 0.5s ease;
  padding: 4px 0;
  border-bottom: 1px #999999 solid;
  /* cursor: pointer; */
}
.block_list .inner .list_wrap .side .sort .sort_now:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 10px;
  margin-top: -3px;
  /* background: url(../img/arrow_down.svg) no-repeat center center;
  background-size: contain; */
}
.block_list .inner .list_wrap .side .sort ul.sort_list{
  background: #FFF;
  /* display: none; */
}
.block_list .inner .list_wrap .side .sort ul.sort_list li{
  border-bottom: 1px #eee solid;
}
.block_list .inner .list_wrap .side .sort ul.sort_list li:last-child{
  border-bottom: none;
}
.block_list .inner .list_wrap .side .sort ul.sort_list li a{
  display: block;
  font-size: 14px;
  transition: all 0.5s ease;
  padding: 10px 0px;
  color: #aaa;
  position: relative;
}
.block_list .inner .list_wrap .side .sort ul.sort_list li a:hover{
  color: #000;
}
.block_list .inner .list_wrap .side .sort ul.sort_list li a.active{
  color: #000;
  background: url(../img/arrow_next.svg) no-repeat right 10px center;
  background-size: 6px auto;
}



@media only screen and (max-width: 896px) {
  .block_list {
    padding: 40px 0;
  }
  .block_list .inner{
    margin:0 15px;
    position: relative;
  }
  .block_list .inner .title{
    position: relative;
    top: 0;
    left: 0;
    font-size: 4vw;
    line-height: 1;
    margin-bottom: 20px;
  }
  .block_list .inner .title span{
    display: inline-block;
    position: relative;
  }
  .block_list .inner .title span:after{
    content: "";
    position: absolute;
    top: 50%;
    width: 100vw;
    height: 1px;
    background: #000;
    right: -104vw;
  }
  
  .block_list .inner .list_title{
    padding-top: 20px;
    font-size: 3vw;
  }
  .block_list .inner .list_title span{
  }
  .block_list .inner .list_title span:after{
  }
  .block_list .inner .list{
    padding-top:0px;
    margin-left: 0%;
    width: 100%;
  }
  .block_list .inner .list .column{
    position: relative;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .block_list .inner .list .column:after{
    content: "";
    position: absolute;
    bottom: 0;
    right: -15px;
    width: 100%;
    width : -webkit-calc(100% + 15px) ;
    width : calc(100% + 15px) ;
    height: 1px;
    background: #000;

  }
  .block_list .inner .list .column:nth-child(2n){
    margin-right: 0;
  }
  /* .block_list .inner .list .column{
    width: 46%;
    margin-right: 8%;
    margin-bottom: 40px;
  }
  .block_list .inner .list .column:nth-child(2n){
    margin-right: 0;
  } */
  .block_list .inner .list .column a{
  }
  .block_list .inner .list .column a:hover{
  }
  .block_list .inner .list .column a figure{
    margin-bottom: 15px;
  }
  .block_list .inner .list .column a time{
    display: block;
    font-size: 11px;
  }
  .block_list .inner .list .column a h2{
    font-size: 16px;
  }
  
  /*text_list*/
  .block_list .inner .list_wrap{
    padding-top: 0px;
    display: flex;
    flex-direction: column-reverse; /* row row-reverse column */
    justify-content: space-between; /* flex-start  center  space-between */
    align-items: flex-start; /* flex-start  center  */
  }
  .block_list .inner .list_wrap .side{
    width: 100%;
    margin-bottom: 20px;
  }
  .block_list .inner .list_wrap .text_list{
    width: 100%;
  }
  .block_list .inner .list_wrap .text_list .column{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px #eee solid;
  }
  .block_list .inner .list_wrap .text_list .column a{
  }
  .block_list .inner .list_wrap .text_list .column a:hover{
  }
  .block_list .inner .list_wrap .text_list .column .meta{
  }
  .block_list .inner .list_wrap .text_list .column .meta .date{
    margin-right: 10px;
  }
  .block_list .inner .list_wrap .text_list .column .meta .category{
  }
  .block_list .inner .list_wrap .text_list .column .meta .category li{
    padding: 2px 5px;
  }
  .block_list .inner .list_wrap .text_list .column .column_title{
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .block_list .inner .list_wrap .text_list .column .place{
    font-size: 12px;
  }

  .block_list .inner .list_wrap .side .sort{
    margin-bottom: 10px;
  }
  .block_list .inner .list_wrap .side .sort .sort_now{
    font-size: 12px;
    padding: 2px 0;
    padding-bottom: 5px;
  }
  .block_list .inner .list_wrap .side .sort .sort_now:after{
  }
  .block_list .inner .list_wrap .side .sort ul.sort_list{
  }
  .block_list .inner .list_wrap .side .sort ul.sort_list li{
  }
  .block_list .inner .list_wrap .side .sort ul.sort_list li:last-child{
  }
  .block_list .inner .list_wrap .side .sort ul.sort_list li a{
    display: block;
    font-size: 12px;
    padding: 10px 5px;
  }
  .block_list .inner .list_wrap .side .sort ul.sort_list li a:after{
  }
  
  .block_list .inner .list_wrap .text_list .column ul.gallery{
    padding: 20px 20px;
  }
  .block_list .inner .list_wrap .text_list .column ul.gallery li{
    float: left;
    width: 46%;
    margin-right: 8%;
    margin-bottom: 7vw;
  }
  .block_list .inner .list_wrap .text_list .column ul.gallery li:nth-child(2n){
    margin-right: 0;
  }
  .block_list .inner .list_wrap .text_list.image_list .column .detail ul.buy li a{
    font-size: 12px;
    width: 30vw;
  }
}
/*----------------------------------------------------
 block_footer
--------------------------------------------------- */
.block_footer {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 40px 60px;
  border-top: 1px #eee solid;
}
.block_footer .copyright{
  font-size: 11px;
}
@media only screen and (max-width: 896px) {
  .block_footer {
    padding: 20px 15px;
  }
  .block_footer .copyright{
    font-size: 10px;
  }
}
/*----------------------------------------------------
 page_top
--------------------------------------------------- */
.page_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 20;
  width: 60px;
  height: 60px;
  background: #000;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items:center; /* flex-start  center  */
  border-radius: 50%;
  transition: all 0.5s 0s ease;
  opacity: 0;
  visibility: hidden;
}
body.onScroll .page_top{
  opacity: 1;
  visibility: visible;
}
.page_top svg{
  fill: none;
  stroke: #FFF;
  width: 15px;
  transition: all 0.5s 0s ease;
}
.page_top:hover{
  background: #FFF;
}
.page_top:hover svg{
  stroke: #000;
}
@media only screen and (max-width: 896px) {
  .page_top:hover{
    background: #000;
  }
  .page_top:hover svg{
    stroke: #FFF;
  }
}


/*----------------------------------------------------
.block_pager
--------------------------------------------------- */
.block_pager{
  overflow: hidden;
  text-align: center;
  margin-top: 40px;
  letter-spacing: -0.4em;
}
.block_pager .page-numbers{
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin:0 10px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #000;
  background: #eee;
  font-weight: 700;
  -webkit-transition: all 0.5s 0s ease;
          transition: all 0.5s 0s ease;
}
.block_pager .page-numbers.current{
  background: #000;
  color: #FFF;
}
.block_pager .page-numbers:hover{
  opacity: 0.5;
}
.block_pager .page-numbers.dots{
  background: #FFF;
}
.block_pager .page-numbers.prev{
  text-indent: -9999px;
  background: url(../img/arrow_next.svg) no-repeat center center;
  background-size: 12px;
          transform:rotate(-180deg);
}
.block_pager .page-numbers.next{
  text-indent: -9999px;
  background: url(../img/arrow_next.svg) no-repeat center center;
  background-size: 12px;
          transform:rotate(-0deg);
}

.block_pager a.prev{
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin:0 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-style: normal;
          transition: all 0.5s 0s ease;
          text-indent: -9999px;
          background: url(../img/arrow_next.svg) no-repeat center center;
          background-size: 12px;
                  transform:rotate(-180deg);
}
.block_pager a.next{
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin:0 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  
  font-family: 'Lato', sans-serif;
  font-style: normal;
  -webkit-transition: all 0.5s 0s ease;
          transition: all 0.5s 0s ease;
          text-indent: -9999px;
          background: url(../img/arrow_next.svg) no-repeat center center;
          background-size: 12px;
          -webkit-transform:rotate(-0deg);
                  transform:rotate(-0deg);
}
.block_pager a.list{
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin:0 20px;
  width: auto;
  height: 25px;
  line-height: 25px;
  border:none;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  -webkit-transition: all 0.5s 0s ease;
          transition: all 0.5s 0s ease;
}
.block_pager a:hover{
  opacity: 0.5;
}

@media only screen and (max-width: 768px) {
  .block_pager .page-numbers{
    margin:0 4px;
    width: 8vw;
    height: 8vw;
    line-height: 8vw;
    font-size: 12px;
  }
  
  .block_pager a.prev{
    width: 8vw;
    height: 8vw;
    line-height: 8vw;
  }
  .block_pager a.next{
    width: 8vw;
    height: 8vw;
    line-height: 8vw;
  }
  .block_pager a.list{
    margin:0 10px;
    width: auto;
    height: 8vw;
    line-height: 8vw;
  }
}

/*----------------------------------------------------
 block_entry
--------------------------------------------------- */
.block_entry {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 80px 0;
}
.block_entry .inner{
  margin:0 60px;
  position: relative;
  padding-top: 80px;
}
.block_entry .inner .title{
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2vw;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 300;
}
.block_entry .inner .title span:after{
  content: "";
  position: absolute;
  top: 50%;
  width: 100vw;
  height: 1px;
  background: #000;
  right: -102vw;
}

.block_entry .inner .meta{
  overflow: hidden;
}
.block_entry .inner .meta .date{
  margin-right: 10px;
  font-size: 18px;
  letter-spacing: 0.1em;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.block_entry .inner .meta .category{
  overflow: hidden;
  display: inline-block;
  vertical-align: -2px;
  line-height: 1;
}
.block_entry .inner .meta .category li{
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  background: #000;
  color: #FFF;
  padding: 2px 5px;
  line-height: 1;
}
.block_entry .inner .place{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
}


.block_entry .inner .wrap{
  padding: 0 40px;
  max-width: 700px;
  margin:0 auto;
  border-left: 1px #000 solid;
  border-right: 1px #000 solid;
  padding-bottom: 40px;
  border-bottom: 1px #000 solid;

}
.block_entry .inner .back{
  position: absolute;
  top: -10px;
  right: 40px;
}
.block_entry .inner .back a{
  display: inline-block;
  border:1px #000 solid;
  background: #FFF url(../img/arrow_prev.svg) no-repeat 10px center;
  background-size: 10px auto;
  font-size: 14px;
  color: #000;
  border-radius: 40px;
  padding: 10px 20px 10px 40px;
  transition: all 0.5s 0s ease;
}
.block_entry .inner .back a:hover{
  background: #000 url(../img/arrow_prev_w.svg) no-repeat 10px center;
  background-size: 10px auto;
  color: #FFF;
}
.block_entry .inner .textarea{
}
.block_entry .inner .textarea time{
  display: block;
  font-size: 11px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px #eee solid;
}
.block_entry .inner .textarea h2{
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.block_entry .inner .entry{
  padding-top: 40px;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
  font-family:'Noto Sans JP',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.block_entry .inner .entry p{
  margin-bottom: 30px;
}
.block_entry .inner .entry a{
  /* text-decoration: underline; */
  border-bottom: 1px #000 dotted;
  color: #000;
  font-weight: bold;
}
.block_entry .inner .entry a:hover{
  border-bottom: 1px #ccc dotted;
  color: #ccc;
}
.block_entry .inner .entry .mainvisual{
  margin-bottom: 40px;
}
.block_entry .inner .entry img{
  max-width: 100%;
}

.block_entry .inner .entry dl.history{
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
  border-top: 1px #eee solid;
  padding-top: 10px;
  margin-top: 10px;
}
.block_entry .inner .entry dl.history dt{
  width: 10%;
}
.block_entry .inner .entry dl.history dd{
  width: 90%;

}
.block_entry .inner .back_list{
  text-align: center;
  padding-top: 40px;
}
.block_entry .inner .back_list a{
  display: inline-block;
  background: #000 url(../img/arrow_prev_w.svg) no-repeat 10px center;
  background-size: 10px auto;
  font-size: 14px;
  color: #FFF;
  border-radius: 40px;
  padding: 10px 20px 10px 40px;
  transition: all 0.5s 0s ease;
}
.block_entry .inner .back_list a:hover{
  background: #FFF url(../img/arrow_prev.svg) no-repeat 10px center;
  background-size: 10px auto;
  color: #000;
}
/*info*/
.block_entry .inner .entry .info{
  padding-top: 40px;
}
.block_entry .inner .entry .info dl{
  display: table;
  width: 100%;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
.block_entry .inner .entry .info dl dt{
  display: table-cell;
  width: 20%;
  padding: 10px;
  font-size: 14px;
  background: #eee;
  border-bottom: 1px #000 solid;
  font-family: 'Outfit', 'Noto Sans JP',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.block_entry .inner .entry .info dl dd{
  display: table-cell;
  width: 80%;
  padding: 10px;
  font-size: 14px;
  background: #FFF;
  border-bottom: 1px #ccc solid;
}
.block_entry .inner .entry input[type="text"],
.block_entry .inner .entry input[type="email"],
.block_entry .inner .entry input[type="tel"],
.block_entry .inner .entry textarea{
      border: 1px #c1c1c1 solid;
      background: #FFF;
      font-size: 16px;
      border-radius: 0px;
      -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;
      font-family: 'Noto Sans JP',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
.block_entry .inner .entry input[type="submit"]{
    border:none;
    background: #000;
    color: #FFF;
    border-radius: 0px;
    width: 100%;
    margin:0 auto;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-size: 14px;
    letter-spacing: 0.06em;
    text-align: center;
    padding: 15px 30px;
    cursor: pointer;
    font-family:'Noto Sans JP',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
  }
.block_entry .inner .entry input[type="submit"]:hover{
    opacity: 0.5;
  }
@media only screen and (max-width: 896px) {
  .block_entry {
    padding: 40px 0;
  }
  .block_entry .inner{
    margin:0 15px;
    position: relative;
    padding: 0;
    overflow: hidden;
  }
  .block_entry .inner .title{
    position: relative;
    top: 0;
    left: 0;
    font-size: 4vw;
    line-height: 1;
    margin-bottom: 20px;
  }
  .block_entry .inner .title span{
    display: inline-block;
    position: relative;
  }
  .block_entry .inner .title span:after{
    content: "";
    position: absolute;
    top: 50%;
    width: 100vw;
    height: 1px;
    background: #000;
    right: -104vw;
  }
  .block_entry .inner .wrap{
    padding: 0 20px;
    padding-bottom: 40px;
  
  }
  .block_entry .inner .back{
    position: absolute;
    top: -12px;
    right: 0px;
  }
  .block_entry .inner .back a{
    display: inline-block;
    background: #000 url(../img/arrow_prev_w.svg) no-repeat 10px center;
    background-size: 6px auto;
    font-size: 10px;
    color: #FFF;
    border-radius: 40px;
    padding: 5px 10px 5px 30px;
  }
  .block_entry .inner .back a:hover{
  }
  .block_entry .inner .textarea{
  }
  .block_entry .inner .textarea time{
    margin-bottom: 20px;
  }
  .block_entry .inner .textarea h2{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .block_entry .inner .entry{
    padding-top: 10px;
  }
  .block_entry .inner .entry p{
    margin-bottom: 30px;
  }
  .block_entry .inner .entry a{
  }
  
  /*info*/
  .block_entry .inner .entry .info{
    padding-top: 20px;
  }
  .block_entry .inner .entry .info dl{
    display: block;
    flex-direction: row; /* row row-reverse column */
    justify-content: space-between; /* flex-start  center  space-between */
    align-items: flex-start; /* flex-start  center  */
  }
  .block_entry .inner .entry .info dl dt{
    display: block;
    width: auto;
    padding:5px 10px;
    font-size: 10px;
    border-bottom: none;
    border-top: 1px #000 solid;
  }
  .block_entry .inner .entry .info dl dd{
    display: block;
    width: auto;
    padding:5px 10px;
    font-size: 12px;
  }
  .block_entry .inner .back_list a{
    background: #000 url(../img/arrow_prev_w.svg) no-repeat 10px center;
    background-size: 8px auto;
    font-size: 12px;
  }
  
  .block_entry .inner .entry dl.history{
    flex-direction: column; /* row row-reverse column */
    border-top: none;
    padding-top: 10px;
    margin-top: 10px;
  }
  .block_entry .inner .entry dl.history dt{
    width: 100%;
    font-size: 12px;
  }
  .block_entry .inner .entry dl.history dt span{
    position: relative;
  }
  .block_entry .inner .entry dl.history dt span:after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 100vw;
    height: 1px;
    background: #000;
    margin-right: -101vw;
  }
  .block_entry .inner .entry dl.history dd{
    width: 100%;

  }
}


.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }
#fancy_left{
	visibility:hidden;
}#fancy_right{
	visibility:hidden;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


  /* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 20px;
}
@media (max-width: 767px){

.lb-container {
  padding: 10px;
}
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 11px;
  line-height: 1em;
  padding-top: 5px;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
  opacity: 0;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
