iframe {
    width: 100%;
}

@import url('https://fonts.googleapis.com/css?family=Crimson+Text');
/* font-family: 'Noto Serif', serif; */
#firstLogo .logo-front-fill{
  stroke:#fff;
  fill:transparent;
  stroke-width:1;
  stroke-DASHarray: 3000;
  stroke-DASHoffset:3000;
  -moz-animation:DASH 2s ease-in-out 1s forwards;
  -webkit-animation:DASH 2s ease-in-out 1s forwards;
  -o-animation:DASH 2s ease-in-out 1s forwards;
  animation:DASH 2s ease-in-out 1s forwards;
  -webkit-transition:all 1s 1s ease-in-out;
  transition:all 1s 1s ease-in-out;
}
#firstLogo .logo-bg-fill{
  fill:transparent;
  /* -moz-animation:BG 2s ease-in-out .8s forwards;
  -webkit-animation:BG 2s ease-in-out .8s forwards;
  -o-animation:BG 2s ease-in-out .8s forwards;
  animation:BG 2s ease-in-out .8s forwards;
  -webkit-transition:all .8s ease-in-out;transition:all .8s ease-in-out; */
}
@keyframes BG{
  0%  {fill:#fff;}
  100%{fill:#811A1F;}
}

@-moz-keyframes DASH{
  0%  {fill:#fff;}
  100%{fill:#811A1F;}
}

@-webkit-keyframes DASH{
  0%  {fill:#fff;}
  100%{fill:#811A1F;}
}

@-o-keyframes DASH{
  0%  {fill:#fff;}
  100%{fill:#811A1F;}
}

@-ms-keyframes DASH{
  0%  {fill:#fff;}
  100%{fill:#811A1F;}
}



@keyframes DASH{
  0%  {stroke-DASHoffset:3000;fill:#811A1F;}
  80% {stroke-DASHoffset:2000;fill:#811A1F;}
  100%{stroke-DASHoffset:0;fill:#fff;}
}

@-moz-keyframes DASH{
    0%  {stroke-DASHoffset:3000;fill:#811A1F;}
  80% {stroke-DASHoffset:2000;fill:#811A1F;}
  100%{stroke-DASHoffset:0;fill:#fff;}
}

@-webkit-keyframes DASH{
    0%  {stroke-DASHoffset:3000;fill:#811A1F;}
  80% {stroke-DASHoffset:2000;fill:#811A1F;}
  100%{stroke-DASHoffset:0;fill:#fff;}
}

@-o-keyframes DASH{
    0%  {stroke-DASHoffset:3000;fill:#811A1F;}
  80% {stroke-DASHoffset:2000;fill:#811A1F;}
  100%{stroke-DASHoffset:0;fill:#fff;}
}

@-ms-keyframes DASH{
    0%  {stroke-DASHoffset:3000;fill:#811A1F;}
  80% {stroke-DASHoffset:2000;fill:#811A1F;}
  100%{stroke-DASHoffset:0;fill:#fff;}
}




.logo-bg-fill{
  fill:#811A1F;
}

.logo-front-fill{
  fill:#fff;
}
.number-text,
date{
}
/*LOADING*/


@-webkit-keyframes loading_anime {
  0% { -webkit-transform: translateX(0%); }
  100% { -webkit-transform: translateX(100%); }
}

@-moz-keyframes loading_anime {
  0% { -moz-transform: translateX(0%); }
  100% { -moz-transform: translateX(100%); }
}

@-o-keyframes loading_anime {
  0% { -moz-transform: translateX(0%); }
  100% { -moz-transform: translateX(100%); }
}

@keyframes loading_anime {
   0% { transform: translateX(0%); }
  100% { transform: translateX(100%); }
}

@-webkit-keyframes scroll_anime {
  0% { -webkit-transform: translateY(0px) rotate(-135deg); }
  40% { -webkit-transform: translateY(-10px) rotate(-135deg); }
  50% { -webkit-transform: translateY(0px) rotate(-135deg); }
}

@-moz-keyframes scroll_anime {
  0% { -moz-transform: translateY(0px) rotate(-135deg); }
  40% { -moz-transform: translateY(-10px) rotate(-135deg); }
  50% { -moz-transform: translateY(0px) rotate(-135deg); }
}

@-o-keyframes scroll_anime {
  0% { -moz-transform: translateY(0px) rotate(-135deg); }
  40% { -moz-transform: translateY(-10px) rotate(-135deg); }
  50% { -moz-transform: translateY(0px) rotate(-135deg); }
}

@keyframes scroll_anime {
   0% { transform: translateY(0px) rotate(-135deg); }
  40% { transform: translateY(-10px) rotate(-135deg); }
  50% { transform: translateY(0px) rotate(-135deg); }
}

@-webkit-keyframes arrow_anime {
  0% { -webkit-transform: translateY(0px); }
  40% { -webkit-transform: translateY(-20px); }
  50% { -webkit-transform: translateY(0px); }
}



/*----------------------
  common
----------------------*/
.you {
    background: url(/img/bg-renga.png) left top;
    padding: 100px 0;
}

@media print, screen and (min-width: 641px) {

    .youtube {
        width: 640px;
        margin: 0px auto;
    }

.header .instagram{
  position: absolute;
  bottom: 30px;
  width: 100%;
  left: 0;
  text-align: center;
}
.header .instagram a {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin: 0 auto;
  color: #fff;
  font-size: 12px;
}

.header .instagram a svg{
  display: inline-block;
  margin-left: 10px;
}
.header .instagram a svg path{
  fill:#fff;
}


.footer .instagram{

}
.footer .instagram a {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
  color: #802321;
  font-size: 12px;
}
.footer .instagram a svg path{
  fill:#802321;
}


}



@media print, screen and (max-width: 640px) {

  .header .instagram{
    position: absolute;
    top: 22px;
    right: 50px;
    text-align: center;
  }
  .header .instagram a {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    color: #fff;
    font-size: 12px;
  }
  .header .instagram a span{
    display: none;
  }
  .header .instagram a svg{
    display: inline-block;
    margin-left: 10px;
  }
  .header .instagram a svg path{
    fill:#fff;
  }

  .footer .instagram a {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 20px auto 0;
    color: #802321;
    font-size: 12px;
  }
  .footer .instagram a svg path{
    fill:#802321;
  }

    .youtube {
        width: 92%;
        padding: 4%;
    }

        .youtube iframe {
            width: 100%;
        }
}

.loading{
  position: fixed;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  z-index: 6000;
  background: #811A1F;
  transform: translateY(0%);
  transition:all 200ms 500ms;
  opacity: 1;
}
.loading.hide{
/* transform: translateY(-100%); */
  opacity: 0;
  z-index: 0;

}
.loading .loading-logo{
  position: absolute;
  top:50%;
  left:50%;
  margin:-100px 0 0 -100px;
  width: 200px;
  height: 200px;
}
.loading .loading-logo img{
  width: 100%;
  height: auto;
}
.loading .loading-logo:after{
  content:"";
  position: absolute;
  width:110%;
  height: 110%;
  left:-5%;
  top:-5%;
  z-index: 1;
  background: #811A1F;
  -webkit-animation: loading_anime 1300ms cubic-bezier(0.215, 0.61, 0.355, 1) 400ms normal forwards;
  -moz-animation: loading_anime 1300ms cubic-bezier(0.215, 0.61, 0.355, 1) 400ms normal forwards;
  -o-animation: loading_anime 1300ms cubic-bezier(0.215, 0.61, 0.355, 1) 400ms normal forwards;
  animation: loading_anime 1300ms cubic-bezier(0.215, 0.61, 0.355, 1) 400ms normal forwards;
}

.loading .loading-logo svg{
  width: 100%;
  transition:all 200ms;
  opacity: 1;
}
.loading.hide .loading-logo svg{
  opacity: 0;
}

@font-face{
  font-family: 'ipa-mincho';
  src: url('../fonts/ipaex/ipaexm.eot') format('eot'),
        url('../fonts/ipaex/ipaexm.woff') format('woff'),
        url('../fonts/ipaex/ipaexm.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face{
  font-family: 'ipa-gothic';
  src: url('../fonts/ipaex/ipaexg.eot') format('eot'),
        url('../fonts/ipaex/ipaexg.woff') format('woff'),
        url('../fonts/ipaex/ipaexg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/*     font-family: "ipa-gothic", "MS PGothic", sans-serif;
  font-family: 'ipa-mincho';
*/

a{
  color: #802221;
  text-decoration:none;
}
a:hover{
  color: #802221;
  text-decoration:underline;
}

a:hover img.hover{
  opacity: 0.7;
  filter: alpha(opacity=70);        /* ie 6 7 */
  -ms-filter: "alpha(opacity=70)";  /* ie 8 */
}
.ofh {
  overflow: hidden;
}
.txtUL{text-decoration: underline;}

.fwB{font-weight:bold;}

.caution{color:#C00;}
.attention span{color:#C00;}


.list-mark{
  text-indent:-1em;
  padding:0 0 0 1em;
  overflow: hidden;
}

.mgnB05,.mb05 {margin-bottom: 5px;}
.mgnB10,.mb10 {margin-bottom: 10px;}
.mgnB15,.mb15 {margin-bottom: 15px;}
.mgnB20,.mb20 {margin-bottom: 20px;}
.mgnB30,.mb30 {margin-bottom: 30px;}
.mgnB40,.mb40 {margin-bottom: 40px;}
.mgnB50,.mb50 {margin-bottom: 50px;}
.mgnB60,.mb60 {margin-bottom: 60px;}
.mgnB70,.mb70 {margin-bottom: 70px;}



.pdg05 {padding: 5px;}
.pdg15 {padding: 15px;}
.pdg10 {padding: 10px;}
.pdg20 {padding: 20px;}

.pdgS05 {padding: 0 5px;}
.pdgS10 {padding: 0 10px;}

.pdgL20 {padding: 0 0 0 20px;}
.pdgL30 {padding: 0 0 0 30px;}

.mgnS05 {margin: 0 5px;}
.mgnS10 {margin: 0 10px;}

.tal{text-align: left!important; }
.tac{text-align: center!important; }
.tar{text-align: right!important; }

.txt11{font-size:11px;}
.txt12{font-size:12px;}
.txt13{font-size:13px;}
.txt14{font-size:14px;}
.txt15{font-size:15px;}
.txt16{font-size:16px;}
.txt17{font-size:17px;}

textarea, input[type="kana_name"], input[type="kana_first"], input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select[name="prefecture"] {
  border-radius: 4px;
  border:solid 1px #d5d5d5;
  padding: 4px 6px;
  margin-bottom:7px;
}
input[type="submit"]{
  font: 14px/1.61 "Noto Sans Japanese", "MS PGothic", sans-serif;
  border:none;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}




/*----------------------
  common
----------------------*/
body{
  color:#1a1a1a;
  line-height: 1.4;
  font-family: "ipa-gothic", "MS PGothic", sans-serif;
  font-size:15px;
  font-weight: 400;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}


.wrapper {
}
.top .wrapper {
  background: #fff;
}


#mapCanvas,#mapCanvas2 {
  width: 100%;
  height: 400px;
  position: relative;
}

.flow-box img{
  width:100%;
  height:auto;

}
.contact-box{
  background:#eee;
  padding: 20px;
  box-sizing: border-box;
}
.contact-box .contact-text{
  clear: both;
  text-align: center;
  margin-bottom: 30px;
}
.contact-btns{
  box-sizing:border-box;
}
.contact-box .contact-tel{
  float:left;
  width: 48%;
  background: #2C3162;
  color: #fff;
  padding: 20px;
}
.contact-box .contact-tel .tel{
position: relative;
}
.contact-box .contact-tel .tel a{
  color:#fff;
}
.contact-box .contact-form{
  float:right;
  width: 48%;
}
.contact-box .contact-form a{
  color:#2C3162;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #2C3162;
  padding: 20px;
  color: #fff;
  box-sizing: border-box;
}

.contact-btns span{
  display: block;
  position: absolute;
  width: 25px;
  margin: 0;
  background: #fff;
  height: 1px;
  -webkit-transition: all 0;
  transition: all 0;
  right: 0;
  top: 19px;
}
.contact-btns span:before,
.contact-btns span:after{
  content:"";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #fff;
  top:0;
  }
.contact-btns span:before{
  transform: rotate(45deg);
  left: 8px;
  top: -7px;
}

.contact-btns span:after{
  transform: rotate(-45deg);
  left: 8px;
  top: 7px;
}
.contact-btns.contact-form span{
  right:40px;
  top:40px;
}

.sl-wrapper .sl-close {
    z-index: 15000!important;
}

#js-gallery .slide img{
  cursor:zoom-in;
}


.insta-wrap{
  overflow:hidden;
  zoom:1;
}

.insta-wrap > a{
  float:left;
  display:block;
  margin:0 1.5% 30px;
  width: 30%;
  height: auto;
  transition:all .1s linear;
  -webkit-transition:all .1s linear;
  overflow: hidden;
  position: relative;
}
  .insta-wrap > a:hover{
  opacity:.7;
}
.insta-wrap > a img{
  width:100%;

}
.insta-wrap a .insta-title{
  display: block;
  position: absolute;
  width: 100%;
  color:#fff;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition:all .1s linear;
  -webkit-transition:all .1s linear;
  opacity: 0;
  font-size:11px;
}
.insta-wrap a .insta-title:before{
  content:"";
  position: absolute;
  width: 100%;
  height: 1000px;
  top:0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left:0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  transition:all .1s linear;
  -webkit-transition:all .1s linear;
  z-index:-1;
}
.insta-wrap a:hover .insta-title,
.insta-wrap a:hover .insta-title:before{
  opacity: 1;
}


.news-detail{

}
.news-detail .entry-header{
  background: #fafafa;
  padding: 5%;
}
.news-detail .entry-header h1{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.news-detail .entry-header .date{
  text-align: right;
}
.news-detail .entry-detail{
  padding: 5%;
}
.news-detail .entry-detail .img{
  margin-bottom: 20px;
}
.news-detail .entry-detail .img img{
  width: 100%;
  height: auto;
}
.news-detail .entry-detail p{
  margin-bottom: 10px;
}
.news-detail .entry-detail a{
  color: #340e07;
    text-decoration: underline;
}
.news-detail .entry-detail .entry-table{
    overflow: hidden;
  width: 100%;
}
.news-detail .entry-detail .entry-table thead{}
.news-detail .entry-detail .entry-table thead th{
  background: #eee;
}
.news-detail .entry-detail .entry-table tbody tr{
  border-bottom: solid 1px #f8f8f8;

}
.news-detail .entry-detail .entry-table th{
  padding: 15px;
  width: 30%;
  margin-bottom: 15px;
  vertical-align: top;
  text-align: center;

}
.news-detail .entry-detail .entry-table tbody th{
  text-align: left;
}
.news-detail .entry-detail .entry-table tbody td{
  padding: 15px;
  vertical-align: top;
  color:#6b6a6a;
}

.company-table{
  width: 100%;
}
.company-table th,
.company-table td{
  padding: 20px;
  border-bottom: solid 1px #eee;
}
.head-line{
  transition: all 800ms;
  transform: translateY(50px);
  opacity: 0;
  position:absolute;
  width: 1em;
  right: 50px;
  top: 50px;
}
.head-line.show{
  transform: translateY(0px);
  opacity: 1;
}
.q-a-wrap .q-a dt{
  border-bottom: solid 1px #eee;
  font-size: 20px;
  position: relative;
  padding: 10px 0 10px 50px;
  color: #802221;
}
.q-a-wrap .q-a dd{
  font-size: 16px;
  padding: 20px 0 10px 50px;
  position: relative;
  border-bottom: solid 1px #eee;
  margin-bottom: 30px;
}
.q-a-wrap .q-a dt:before{
  content:"Q.";
  font-size:36px;
  font-style:italic;
  display:inline-block;
  color: #802221;
  font-family: 'ipa-mincho';
  position: absolute;
  top: 0;
  left: 0px;
}
.q-a-wrap .q-a dd:before{
  content:"A.";
  font-size:36px;
  font-style:italic;
  display:inline-block;
  color: #c1a95b;
  font-family: 'ipa-mincho';
  position: absolute;
  top: 0;
  left: 0;
}
/*pc-sp common end*/



@media print, screen and (min-width: 768px) {
.sub-page {
  padding-left:250px;
}
.sub-page:before{
  content:"";
  position:fixed;
  top:-100px;
  right:-200px;
  background:url(/img/bg-logo.svg) no-repeat right top;
  width:1000px;
  height:1000px;
  background-size:700px;
  filter:grayscale(1);
  opacity:0.06;

}
  .slide-wrap .video-wrap{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .slide-wrap .video-wrap video{
  width: 100%;
  height: auto;
  }
  .slide-wrap .video-wrap .video-cover{

    background: rgba(0,0,0,0.2);
  content:"";
  width:100%;
  height:100%;
  top:0;
  left:0;
  position: absolute;
  }
  .slide-wrap .video-wrap video{
    width: 100%;
    height: 100%;
  }

  .first-wrap{
    position:absolute;
    width:100%;
    height:100%;
    text-align: center;
    top:0;
    left:0;
    z-index: 3;
    opacity: 1;
    transition: all 1000ms;
    background: #811A1F;
    }
    .fadeout-wrap{
      z-index: -1;
      opacity: 0;
    }

    .first-wrap .logo{
      width: 235px;
      height: 235px;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      position: absolute;
      margin: auto;
    }
    .first-wrap .logo img{
      width: 100%;
      height: auto;
    }
    .slide-wrap{
    position: relative;
    opacity: 0;
    transition: all 1000ms;
    overflow: hidden;
    }
    .fadein-wrap{
      z-index: 5;
      opacity: 1;
    }
    .slide-wrap .logo{
      position: absolute;
      z-index: 10;
      top:0;
      left:0;
      width:100%;
      height: 100%;
      text-align: center;

    }
.first-view .first-scroll{
  position:absolute;
  bottom:10%;
  left:50%;
  width:50px;
  height:50px;
  margin:0 0 0 -15px;
  color: #c5c6d0;
  transition:all 500ms;
  transform:translateY(-200px);
  -webkit-transform:translateY(-200px);
  opacity: 0;
}
.first-view .first-scroll:after,
.first-view .first-scroll:before{
  content: "";
    border-color: #2d3261 #2d3261 transparent transparent;
    border-style: solid;
    border-width: 1px;
    width: 21px;
    height: 21px;
    display: block;
    position: absolute;
    transform: rotate(135deg);
  position:absolute;

}
.first-view .first-scroll:before{
  top:13px;
}
.first-view .first-scroll.show{
  transform:translateY(0px);
  -webkit-transform:translateY(0px);
  opacity: 1;
}
.first-view .first-scroll.show{

}
.top-contents{
  position: relative;
  background: #fff;
  z-index: 1;
  padding-left: 250px;
}

.sp{display:none;}
.imgMax{width:100%!important; height:auto !important;}


body{
  min-width:1000px;
  letter-spacing:0.2px;
}


.wrapper{
  position:relative;
  width:100%;
  min-height:1000px;
  overflow:hidden;
}



.inner {
  max-width: 1400px;
  min-width: 700px;
  margin: 0 auto;
  /* overflow: hidden; */
  position:relative;
  padding-right: 50px;
}




.header {
  overflow: hidden;
  position: fixed;
  z-index: 5000;
  top:0;
  left:0;
  width: 250px;
  height: 100%;
 box-sizing:border-box;
 background: rgba(128, 27, 32, 0.7);
    box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.2);
transition: all 300ms;
 }
.sub-page .header{
 background: rgba(128, 27, 32, 1);
}
.header h1{
  width:180px;
  margin:40px auto 120px;
}
.header h1 svg{
  width:100%;
  height:auto;
}
.header-inner {
  /* padding: 0px 20px 20px; */
  /* max-width: 1200px; */
  /* text-align: right; */
  width: 100%;
  box-sizing: border-box;
  transition:all 200ms;
  /* border-top: 18px #222222 solid; */
}
.header-text{
  position: fixed;
  bottom: 1%;
  left: 1%;
  font-size: 11px;
  color: #fff;
  width: 200px;
}

.header.black {
  background: rgba(128, 27, 32, 1);
}
.header .logo-bg-fill{
  fill:transparent;
}
.header.black  .logo-bg-fill{
  fill:#811A1F;
}

.black .header-logo .logo-svg,
.sub-page-header .header-logo .logo-svg{
  fill:#3a1c04;
}
.black .header-text{
  color:#3a1c04;
}

.header{
  opacity: 0;
transition: all 500ms 500ms;
transform: translateX(-250px);
}
.header.show{
  opacity: 1;
  transform: translateX(0px);
  }

.header-inner h1{
  width: 140px;
  position: absolute;
  top: 35px;
  left: 20px;
  /* margin-left: 0; */
  text-align: center;
}

.header-inner h1 svg{
    width: 100%;
    height: auto;
    transition:all 200ms;
}

.header .gnav ul {
  text-align: center;
  font-family: 'ipa-mincho';

 }
.header .gnav ul li {
  width: 1em;
  display: inline-block;
  margin-right: 10px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  vertical-align: top;
  letter-spacing: 0.2em;
}
.header .gnav ul li:before {
  content:'・';
  color:#fff;
}

.header .gnav ul li a {
  color: #fff;
  transition:all 300ms;
}
.header .gnav ul li a:hover{
color:#e6d043;
text-decoration:none;
}
/**********
TOP
***********/
#image-bloc{
  position: relative;
  padding-top: 105px;
}
#image-bloc img{
    opacity:0;
  transition:all 500ms 500ms;
  transform:scale(1.5);
}
.pace-done #image-bloc img{
  opacity:1;
  transform:scale(1);
}
.catch-area{
  position: absolute;
  top:40%;
  width: 70%;
  margin: 0 auto;
  left:10%;
}
.catch-area h1{
  font-family: 'Courgette', cursive;
  font-weight: bold;
  color:#fff;
  font-size: 30px;
  transform:translateY(-300px);
  -webkit-transform:translateY(-300px);
  opacity:0;
}
.catch-area h2{
  color:#fff;
  font-size: 18px;
  transform:translateX(-1000px);
  -webkit-transform:translateX(-1000px);
  opacity:0;
}

.pace-done .catch-area h1{
  transform:translateY(0px);
  -webkit-transform:translateY(0px);
  transition:all 0.5s;
  opacity:1;
  text-shadow: 0px 2px 3px rgba(16, 13, 22, 0.66);
  letter-spacing: 0.1em;
}
.pace-done .catch-area h2{
  transform:translateX(0px);
  -webkit-transform:translateX(0px);
  transition:all 1s 0.5s;
  opacity:1;
  text-shadow: 0px 2px 3px rgba(16, 13, 22, 0.66);
  letter-spacing: 0.1em;
}
.catch-area h2{
  color:#fff;
  font-size: 18px;
}

.news {
  min-height: 330px;
}

h2.h2-title{
  margin-bottom:20px;
}
.news-list li{
  overflow: hidden;
  /* padding-left: 15px; */
  margin-bottom: 15px;
  border-bottom: solid 1px #eee;
  padding: 0 20px 0 0;
  box-sizing: border-box;
}
.top-contents .news-list li{
  /* width:25%; */
}
.news-list li .thumb{margin-bottom: 10px;}
.news-list li .thumb img{
  width:100%;
  vertical-align:bottom;
}
.news-list li .date{
  font-size: 90%;
  float: left;
  width: 7em;
  display: block;
}
.news-list li .title{
  margin-bottom:20px;


}

/* TOP CONTENTS */
.top-common{
  padding:70px 0 100px;
  position: relative;
}
.top-common.news,.top-common.sns{
  /*background:rgba(255, 190, 0, 0.07);*/
}
.news-list {
  /* display:flex; */
  /* flex-wrap:wrap; */
  /* align-items: stretch; */
}

.head-line h1{
       font-family: 'ipa-mincho';
       font-size: 30px;
       letter-spacing: 0.1em;
       -webkit-writing-mode: vertical-rl;
       -ms-writing-mode: tb-rl;
       writing-mode: vertical-rl;
       padding-top: 50px;
       color: #802221;
}
.head-line h1:before{
  content:"";
  height: 40px;
  width:1px;
  background: #802221;
  position:absolute;
  left: 127%;
  top: 0%;
}

.top .other-page-wrap{}
.top .other-page-wrap{}

.top-common .fb{
  width:500px;
  margin:0 auto;

}
.btn {
  display:block;
  border: 1px solid#f8f8f8;
  color:#fff;
  text-align:center;
  padding:10px;
  background:#f8f8f8;
  border-radius:30px;
  width: 200px;
  margin: 40px auto 40px;
  position: relative;
}
.btn:after{
  position: absolute;
  top: 0%;
  left: 80%;
  display: block;
  /* margin-top: -5px; */
  width: 10px;
  height: 10px;
  content: '\f105';
  font-family: FontAwesome;
  color: #fff;
  font-size: 28px;
  transition:all 0.5s;
}
.btn:hover{
  color:#fff;
}
.btn:hover:after{
  left:85%;

}

.more {
  display: block;
  width: 260px;
  background: #000;
  position: relative;
  margin: 0 auto;
  text-align: center;
  color:#fff;
  height: 60px;
  line-height: 60px;
}
.more:hover{
  color:#fff;
  background: rgba(0,0,0,0.7);
}
.more span{
  display: block;
  position: absolute;
  width: 25px;
  margin: 0;
  background: #fff;
  height: 1px;
  -webkit-transition: all 0;
  transition: all 0;
  right: 25px;
  top: 29px;
}
.more span:before,
.more span:after{
  content:"";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #fff;
  top:0;
  }
.more span:before{
  transform: rotate(45deg);
  left: 8px;
  top: -7px;
}

.more span:after{
  transform: rotate(-45deg);
  left: 8px;
  top: 7px;
}

.company-table th{
  width:10em;
}




/*------------------------
  footer
------------------------*/

 .page-top{
   position:absolute;
   bottom:0%;
   width: 80px;
   background: rgba(255,255,255,0.9);
   margin: 0 auto;
   text-align: center;
   /* padding: 10px 0 10px; */
   z-index: 1;
   background: #802221;
   color: #fff;
   right: 0;
   height: 100%;
 }
.page-top p{

}


.page-top a{
   display: inline-block;
    /* background: #C30D23; */
    width: 100%;
    /* padding: 23px 0; */
    color: #fff;
    font-size: 40px;
    text-align: center;
}

.footer {
    background: #c1a95c;
    position: relative;
    color: #802321;
}
.footer-inner{
  margin:0 auto;
  width: 800px;
  text-align: center;
  padding: 30px 30px 0;
}
.footer-inner ul{
  /*overflow:hidden;
  zoom:1;
  margin:20px 0 10px 0;
  float:left;*/
}
.footer-inner nav li{
  display: inline-block;
  /* width: 130px; */
  text-align: left;
  list-style: none;
  padding:0 10px;
}
.footer-inner nav li a{

}
.footer-inner nav{

}
.footer-inner .banner-area{
overflow: hidden;
clear: both;
margin:100px 0;
}
.footer-inner .banner-area ul{
  overflow: hidden;
  text-align: center;

}
.footer-inner .banner-area ul li{
  display: inline-block;
   width: 22%;
  padding: 0 1%;
}
.footer-inner .banner-area ul li a{
}
.footer-inner .banner-area ul li a img{
  width: 100%;
  height: auto;
}
.footer-inner .detail{
  /* text-align: left; */
}
.footer-inner .detail p{
  display:inline-block;
  vertical-align:top;
}
.footer-inner .detail .footer-logo{
  width: 160px;
    margin-left: 10px;
    padding: 0 14px;
    height: 70px;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
/*    background: rgba(255,255,255,0.9);
    border-radius: 35px;*/
    line-height: 54px;

}
.footer-inner .detail .footer-logo img{
  width:100%;
  height:auto;
}
.copy p{
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0;
  /* color: #fff; */
  font-size:12px;
}




/********
SUB PAGES
******/

.catch-box{
  position: absolute;
}

.sub-contents{
  margin-bottom: 150px;
  position: relative;
  padding: 0 100px 0 50px;
  box-sizing: border-box;
}
.sub-img-box{
  margin-bottom: 50px;
}
.sub-img-box img{
  width: 100%;
  height: auto;
}
.sub-header-wrap{
  position: absolute;
  right: 25px;
}
.sub-header-title{position:absolute;right:0;top:0;height:300px;}
.sub-header-title h1{
  position:absolute;
         font-family: 'ipa-mincho';
       font-size: 30px;
       letter-spacing: 0.1em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
       padding-top: 50px;
       color: #802221;

}
.sub-header-title h1:before{
  content:"";
  height: 40px;
  width:1px;
  background: #802221;
  position:absolute;
  right: 20px;
  top: 0%;
}
.sub-header-title .sub-title{
  font-size:10px;
  /* text-align: right; */
}

.sub-contents.left-title .sub-header-title{
  float:left;
  width: 25%;
  box-sizing: border-box;
  /* background: #f3f3f3; */
}
.sub-contents.left-title .inner{
  width: 75%;
  float:right;
  min-width: 75%;
  /*padding-left: 5%;*/
  border-left: solid 1px #f8f8f8;
  box-sizing: border-box;
}
/*COMPANY*/

.greeting-txt,
.phylosophy-txt{
font-family: "Sawarabi Mincho";
}
.greeting-txt .greeting-detail{
  border-top:solid 1px #f8f8f8;
  border-bottom:solid 1px #f8f8f8;
  padding:30px;
  margin: 5%;
  line-height: 2em;
  font-size: 16px;
  color: #565555;
  position: relative;
}
.phylosophy-txt{
  text-align: center;
  line-height: 2em;
  font-size: 16px;
  color: #565555;
}
.phylosophy-txt .catch{font-size:18px;color: #802221;margin-bottom: 30px;}

/*SERVICE*/

.service-contents{}
.service-contents ul{}
.service-contents ul li{
  padding:20px 0;
  border-bottom:1px #eee solid;
  margin-bottom:30px;
}
.service-contents ul li .service-title{
     color:#f8f8f8;
}
.service-contents ul li .service-title .area-title{
    font-size:120%;
  font-weight:bold;
  margin-bottom:10px;
}
.service-contents ul li .service-title .service-txt{
  text-align:right;

}
.service-contents ul li .service-detail{}
.service-contents ul li .service-detail p{}
.service-contents ul li .service-detail ul{
  overflow:hidden;
  margin-bottom:20px;
}
.service-contents ul li .service-detail ul li{
  float:left;
  width:25%;
  border-bottom:none;
  margin-bottom:0px;



  box-sizing: border-box;
  padding:10px;
}
.service-contents ul li .service-detail ul li img{
  width:100%;
  height:auto;
}


.map iframe{
  width:100%!important;

}

.main-box .title-image img {
  width: 100%;
  height: auto;
  min-width: 1000px;
  opacity:0;
  transition:all 500ms 500ms;
  /*transform:scale(1.5);*/

}
.main-box.show .title-image img {
  /* opacity:1; */
  /* filter: saturate(0%); */
}
.main-box .title{
font-family: 'ipa-mincho';
  text-align: center;
  padding: 22px;
  font-size: 48px;
  color: #b1afaf;
  opacity:0;
  transition:all 500ms 500ms;
  transform: translateY(0px);
  height: 0px;
  width:100%;
  position: absolute;
  left:0;
  top:0;
  bottom: 0;
  right:0;
  margin: auto;
  z-index: 1;
  letter-spacing:0.2em;
}
.main-box.show .title{
  opacity:1;
  transform:translateY(0px);

}
.main-box .title:before,.main-box .title:after{
  content:"-";
  display:inline-block;
  padding:0 10px;
}


/*CONTACT*/

.contact .sub-contents.left-title .inner {
  padding: 0 5%;
}
.contact-catch{
    font-size: 30px;
    font-family: 'Noto Serif', serif;
    text-align: center;
    margin-bottom: 30px;
    width: 500px;
    margin: 0 auto 30px;
    border: solid 4px #f8f8f8;
    padding: 20px 0;
    letter-spacing: 0.1em;
    color: #2C3162;
}
.pace-inactive .main-box {

}
.main-box {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  /* background: url(/img/bg-logo.svg) no-repeat right top; */
}


.main-box .title span{
  display: inline-block;
}
.main-box .title span:after{
  content:"";
  background: #fff;
  width:100%;
  height:2px;
  display:block;
  margin:0 auto 20px;
  transform: scaleX(0);
  transition:all 500ms 500ms;

}
.main-box.show .title span:after{
  opacity:1;
  transform: scaleX(1);

}

.main-box .sub{
  font-size:10px;
  text-align: center;
  width: 150px;
  margin: 0 auto;
  position:relative;
  color: #fff;
  letter-spacing: 0.1em;
}

.main-box .sub:after{

}

.n-table {
  overflow: hidden;
  width: 100%;
  margin: 5%;
}
.n-table dt{
  padding-bottom:15px;
  padding-left: 15px;
  float: left;
  width: 10em;
  font-weight: bold;
  margin-bottom: 15px;
  min-height: 50px;
}
.n-table dd{
  border-bottom: solid 1px #ccc;
  padding-bottom:15px;
  padding-left: 11em;
  margin-bottom: 15px;
  min-height: 50px;

}
.n-table th{
  padding: 15px;
  width: 30%;
  margin-bottom: 15px;
  vertical-align: top;
  font-weight: normal;
}
.n-table tr{
  border-bottom: solid 1px #f8f8f8;

}
.n-table td{
  padding: 15px;
  vertical-align: top;
  color:#6b6a6a;

}
.n-table.price-table dt{
  width: 40em;
}
.n-table.price-table dd{
  padding-left: 41em;
}
.mini-inner {
  width: 800px;
  margin: 0 auto;
}
.contact-box {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: bold;
  overflow: hidden;
  width: 700px;
  margin: 0 auto;
}

.contact-box p {
}
.contact-box dl{
  margin-bottom: 80px;
}
.contact-box dt{
  float: left;
  width: 100px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  height: 110px;
}
.contact-box dt img{
  width: 100%;
  height: auto;
}
.contact-box dd{
  padding-left: 110px;
    padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  height: 110px;
  line-height: 110px;

}
.p-contents {width: 660px;margin: 0 auto 60px;border-bottom: solid 1px #ccc;padding-bottom: 30px;line-height: 2;font-size: 120%;}
.p-catch {
  font-size: 24px;
  /*font-weight: bold;*/
  color:#C30D23;
  margin-bottom: 40px;
  text-align: center;
}

.p-txt {

}

.map-box {
  width: 600px;
  margin: 0 auto 30px;
}


#mapCanvas,#mapCanvas2{
  height: 600px;
  margin-bottom: 60px;
}
.access-inner {
  margin: 0 auto;
  min-height: 100%;
}

/*NEWS PAGE*/
.news-list{
  margin:5%;
}

  /*SERVICE */
  .service-catch-box{
    padding: 0 5%;
    margin-bottom: 120px;
  }
  .service-catch-box h1{
    font-family: "Sawarabi Mincho";
text-align: center;
font-size: 40px;
margin-bottom: 60px;
  }

  .service-catch-box h2{
    font-family: "Sawarabi Mincho";
text-align: center;
font-size: 18px;
margin-bottom: 10px;
  }

.service-box {
  margin-bottom: 120px;
}
.service-box .service-title{
/*font-family: "Hannari";*/
font-family: "Sawarabi Mincho";
text-align: center;
font-size: 30px;
margin-bottom: 10px;
letter-spacing: 0.2em;
}
.service-box .service-sub-title{
  text-align: center;
  margin-bottom: 30px;
}
.service-box .service-sub-title-left{
  text-align: left;
  font-weight: bold;
  padding: 0 5%;
  font-size: 16px;
}
.service-box .service-sub-title-left:before{
 content: "";
 display:inline-block;
 width:1em;
 height:1em;
 background:#3e3d3d;
 margin:5px 0.5em 0 0;
 position:relative;
 top:2px;


}
.guesthouse-page .service-box .service-title{
  text-align: left;
  padding: 0 5%;
}
.service-box .service-detail-text{
  padding: 0 5%;
  margin-bottom: 50px;
}
.service-box .service-detail-text-mb0{
  padding: 0 5%;
  line-height: 1.8em;
  margin-bottom: 10px;
}
.service-inner{
  overflow:hidden;
  padding: 0 5%;
  margin-bottom: 3%;
}
.service-inner .left-box{
  float:left;
  width:60%;
  padding-right: 2%;
  box-sizing: border-box;
}
.service-inner .left-box p{
    line-height: 1.8em;
    margin-bottom: 10px;
}
.service-inner .right-box{
    float:right;
    width: 40%;
    /* padding-left: 3%; */
    box-sizing: border-box;
}
.service-inner .right-box .img-box{
  margin-bottom: 100px;
}

.image-box.column-2{

}
.image-box .column{
  display: inline-block;
  box-sizing:border-box;
}
.column-2 .column{
  width:45%;
}
.column-2 .column:nth-child(1){
  margin-right:5%;
}
.column-2 .column:nth-child(2){
  margin-right:0;
}

#mapArea{
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
}

.access-detail{
  padding: 20px;
  display: flex;
  background: #f3f6fd;
  width: 90%;
  margin: -50px auto 30px;
  box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.2);
  position: relative;
}
.access-detail .office{
  width: calc(50% - 10px);
  margin: 0 10px 0;
  padding: 15px;
  border: solid 1px #2f325f;
  position: relative;
  background: #f3f6fd;
  /* color: #fff; */
}
.access-detail .office:before{
  content:"";
  position: absolute;
  left: -10px;
  top: 10px;
  height: calc( 100% - 20px);
  width: calc( 100% + 20px);
  background: #f3f6fd;
}
.access-detail .office:after{
  content:"";
  position: absolute;
  top: -10px;
  left: 10px;
  width: calc( 100% - 20px);
  height: calc( 100% + 20px);
  background: #f3f6fd;
}
.access-detail .office h2{
  margin-bottom: 10px;
  text-align: center;
  font-family: 'Noto Serif', serif;
  letter-spacing: 0.1em;
}
.access-detail .office p{
    text-align: center;
}
.access-detail .office h2,
.access-detail .office p{
  position: relative;
  z-index: 2;
}
.works-wrap{}
.works-wrap .works-list{
    display: flex;
    flex-wrap: wrap;
}
.works-wrap .works-list li{
    width: calc(100% / 3);
    margin: 0 0 30px;
    position: relative;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
}
.works-wrap .works-list li:after{
  content:"";
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all 500ms 500ms;
  transform: translateX(0%);
}
.works-wrap .works-list li.show:after{
  transform: translateX(-100%);
}
.works-wrap .works-list li a{
text-decoration:none;
}
.works-wrap .works-list li a .works-detail{
  width:100%;
}
.works-wrap .works-list li a .works-detail .photo{
    width: 90%;
    overflow:hidden;

}
.works-wrap .works-list li a .works-detail .photo img{
    width: 100%;
    transform:scale(1);
    transition:all 300ms;
}
.works-wrap .works-list li a:hover .works-detail .photo img{
  transform:scale(1.2);
}
.works-wrap .works-list li a .works-detail .works-text-wrap{
    text-align: center;
    width: 90%;
    padding: 20px;
    box-sizing: border-box;
    background: #f5efdc;
    position: relative;
    margin: -10px 0 0 0px;
    box-shadow: 5px 10px 20px 0px rgba(0,0,0,0.1);
    transition:all 300ms;
}
.works-wrap .works-list li:hover a .works-detail .works-text-wrap{
background:#802221;
color:#fff;
}
.works-wrap .works-list li:nth-child(even) a .works-detail .works-text-wrap{


}
.works-wrap .works-list li a .works-detail .works-text-wrap .title{
    font-size: 110%;
    margin-bottom: 5px;
}
.works-wrap .works-list li a .works-detail .works-text-wrap .sekou{
    font-size: 90%;
    /* text-align: right; */
}

/* WORKS DETAIL PAGE */
.works-detail-inner{
  width: 100%;
  margin: 0 auto;
  padding-left: 60px;
  box-sizing: border-box;
}
.works-detail-box{
    position: relative;
    margin-bottom: 100px;
}
.works-detail-box .title{
    position: absolute;
    width:100%;
    text-align:center;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    letter-spacing: 0.1em;
    color: #fff;
    opacity: 0;
    transition: all 500ms;
    transform: translateY(-50px);

}
.works-detail-box .title.show{
  opacity: 1;
  transform: translateY(0px);
}
.works-detail-box .title-image{}
.works-detail-box .title-image img{
    width: 100%;

}
.works-detail-txt{
    position: relative;
    margin-bottom: 200px;
    /* display: flex; */
}
.works-detail-txt.no-detail{
  margin-bottom: 0px;
  display: none;
}
.works-detail-txt:after{
  content:"";
  position: absolute;
  left:50%;
  bottom:-150px;
  width: 1px;
  height: 80px;
  background: #000;
}
.works-detail-txt .title{
    position: absolute;
    width: 24px;
    text-align: center;
    right: -60px;
    line-height: 1.2;
    font-size: 24px;
    background: #802221;
    padding: 10px;
    font-family: 'ipa-mincho';
    color: #fff;
}
.works-detail-txt .catch{
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 120%;
}
.works-detail-txt .title span{
    display: inline-block;
    margin-bottom:10px;

}
.works-detail-txt .description{
    margin: 40px 0 40px 0;
    line-height: 1.8em;
}
.works-detail-txt .description p{
  margin-bottom: 10px;
}
.works-detail-txt .description .des-title{
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0;
}
.works-detail-txt .description .shikaku{
  font-size:24px;
}
.works-detail-txt .description .des-photo{
margin-top:20px;
}
.works-detail-txt .description .des-photo img{
  width: 100%;
  height: auto;
}
.works-detail{
    width: 100%;
    margin: 0 auto;
}
.works-detail li{
  transition: all 500ms;
  opacity: 0;
  transform: translateY(50px);
  margin-bottom: 50px;
}
.works-detail li.show{
  transform: translateY(0px);
  opacity: 1;
}

.works-detail li img{width: 100%;}


.slide-wrap .first-scroll{
  position: absolute;
  bottom:10%;
  left:50%;
  width:50px;
  height:50px;
  margin:0 0 0 -25px;
  color:#fff;
  transition:all 500ms;
  transform:translateY(0px);
  -webkit-transform:translateY(0px);
  z-index: 10;
}
.slide-wrap .first-scroll:after,
.slide-wrap .first-scroll:before{
  position:absolute;
  top:25px;
  left:-25px;
  width:50px;
  height:1px;
  content:"";
  background: #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.slide-wrap .first-scroll:before{
  left:9px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.slide-wrap .first-text{
  text-align: center;
  position: absolute;
  width: 1em;
  height: 100%;
  line-height: 1;
  top:0;
  /* bottom:0; */
  left: 50%;
  text-align: center;
  margin:auto;
  color:#fff;
  z-index: 10;
  font-family: 'ipa-mincho';
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 24px;
  letter-spacing: 0.2em;
  margin-left:  -0.5em;
}


/*
    ABOUT HISTORY
*/
.history-box{
  position: relative;
  width: 840px;
  margin: 0 auto;
}
.history-box:after{
  content:"";
  background: #802221;
  width: 1px;
  height: 100%;
  position: absolute;
  top:0;
  left:50%;
}

.history-box li{
  margin-bottom: 100px;
  position: relative;
  width: 360px;
  transition: all 500ms;

}

.history-box li:before{
      content:"";
      width: 40px;
      height: 1px;
      background: #802221;
      position: absolute;
      top:11px;
}
.history-box li.left {
  margin-left: 0;
  text-align: right;
  width: 400px;
  padding-right: 20px;
  transform: translateX(-100px);
  opacity: 0;
}

.history-box li.left.show {
  margin-left: 0;
  text-align: right;
  width: 400px;
  padding-right: 20px;
  transform: translateX(0px);
  opacity: 1;
}
.history-box li.right {
  margin-left: 400px;
  padding-left: 40px;
  text-align: left;
  transform: translateX(100px);
  opacity: 0;
}

.history-box li.right.show {
  margin-left: 400px;
  padding-left: 40px;
  text-align: left;
  transform: translateX(0px);
  opacity: 1;
}


.history-box li.left:before{left: 400px;}
.history-box li.right:before{left: 0px;}

.history-detail{}
.history-box li.left .history-detail .h-date{
  margin-right:10px;
}
.history-box li.right .history-detail .h-date{
  margin-left:10px;
}
.history-detail .h-date{
  font-size: 120%;
  margin-bottom: 20px;
}


.history-detail .h-detail-box{

}

.history-detail .photo{
  margin-bottom: 20px;
  width: 391px;
}
  .history-detail .photo img{
      width: 100%;
      height: auto;
  }


}/*end query*/
@media screen and (max-width: 767px) {

  .header .gnav ul li {

  }
  .slide-wrap .first-scroll{
    position:absolute;
    bottom: -30%;
    left:50%;
    width:50px;
    height:50px;
    margin:0 0 0 -25px;
    color:#fff;
    transition:all 500ms;
    transform:translateY(-200px);
    -webkit-transform:translateY(-200px);
    z-index: 10;
  }
  .slide-wrap .first-scroll:after,
  .slide-wrap .first-scroll:before{
    position:absolute;
    top:25px;
    left: -10px;
    width: 40px;
    height:1px;
    content:"";
    background: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .slide-wrap .first-scroll:before{
    left: 17px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .slide-wrap .first-scroll.show{
    transform:translateY(0px);
    -webkit-transform:translateY(0px);
    opacity: 1;
  }
  .slide-wrap .first-scroll.show{
    -webkit-animation: arrow_anime 2s linear infinite;
    -moz-animation: arrow_anime 2s linear infinite;
    -o-animation: arrow_anime 2s linear infinite;
    animation: arrow_anime 2s linear infinite;
  }


  .slide-wrap .first-text{
  text-align: center;
  position: absolute;
  width: 1em;
  height: 100%;
  line-height: 1;
  top:0;
  /* bottom:0; */
  left: 50%;
  text-align: center;
  margin:auto;
  color:#fff;
  z-index: 10;
  font-family: 'ipa-mincho';
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 24px;
  letter-spacing: 0.2em;
  margin-left:  -0.5em;
  }

  .slide-wrap .video-wrap{
    width: 100%;
    height: 100%;
    overflow:hidden;
}
.slide-wrap .video-wrap .sp-movie{

}
.slide-wrap .video-wrap .video-cover{

    background: rgba(0,0,0,0.2);

  background: rgba(0,0,0,0.2);
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;

}
.slide-wrap .video-wrap .sp-movie video{
  position: fixed;
    right: -100%;
    bottom: -100%;
    top: -100%;
    left: -100%;
    min-width: 100%;
    min-height: 100%;
    max-width: inherit;
    margin: auto;
    width: auto;
    height: auto;
    display:block;
}
.slide-wrap .video-wrap:after{
  content:"";
  width:100%;
  height:100%;
  top:0;
  left:0;
  position: absolute;
}





  .insta-wrap > a{
    width: 47%;
  }

.header-logo .logo-svg{
  fill:#fff;
  transition: all 200ms;
}

.black .header-logo .logo-svg,
.sub-page-header .header-logo .logo-svg{
  fill:#3a1c04;
}

.header-inner h1 img{
    width: 100%;
    height: auto;
    transition:all 200ms;
}
.header{
  padding: 10px 10px 5px;
  text-align: center;
  position: fixed;
  z-index: 10;
  width: 100%;
  box-sizing: border-box;
}
.sub-page .header{
  background:#81231f;
  box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
}
.header .logo img{
  width:50px;
}
.header .menu-trigger{
  overflow: hidden;
  position: absolute;
  top:25px;
  right: 10px;
  width:26px;
  height:26px;
  z-index: 100;
}
.header .menu-trigger span{
  position: absolute;
  right:0px;
  width:100%;
  height:2px;
  background:#fff;
  transition:all .3s linear;
  -webkit-transition:all .3s linear;
}
.header .menu-trigger:before,
.header .menu-trigger:after{
  content:'';
  position: absolute;
  right:0px;
  width:100%;
  height:2px;
  background:#fff;
  transition:all .3s linear;
  -webkit-transition:all .3s linear;
}

.header .menu-trigger:before{
  top:6px;
}
.header .menu-trigger:after{
  top:12px;
}
.menu-show .header .menu-trigger{
  z-index:5001;
}
.menu-show .header .menu-trigger span{
  background:#FFF;
  transform:rotate(45deg) translate(7px,10px);
  -webkit-transform:rotate(45deg) translate(7px,10px);
}
.menu-show .header .menu-trigger:before{
  background:#FFF;
  transform:translate(-100%);
  -webkit-transform:translate(-100%);
}
.menu-show .header .menu-trigger:after{
  background:#FFF;
  transform:rotate(-45deg) translate(-2px,-1px);
  -webkit-transform:rotate(-45deg) translate(-2px,-1px);
}
.header .gnav{
  opacity:0;
  position: fixed;
  top: 0;
  left: 0;
  padding:80px 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index:-1;
  transition:all .3s linear;
  -webkit-transition:all .3s linear;
  transform:translateY(-100%);
}
.menu-show .header .gnav{
  z-index: 5000;
  opacity:1;
  transform:translateY(0%);
}
.header .gnav a{
  display:inline-block;
  padding:5px 0;
  color:#FFF;
  font-size:16px;
  font-weight:normal;
  text-decoration: none;
}
.header .gnav a .jp{
  display:none;
}
.header.black,
.header.sub-page-header{
background:#81231f;
box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
}
.header h1{
  width:50px;
}
.header h1 svg{
  width:100%;
  height:auto;
}
.header.black .menu-trigger span,
.header.black .menu-trigger:before,
.header.black .menu-trigger:after{

}

.menu-show .header.sub-page-header .menu-trigger span,
.menu-show .header.sub-page-header .menu-trigger:before,
.menu-show .header.sub-page-header .menu-trigger:after,
.menu-show .header.black .menu-trigger span,
.menu-show .header.black .menu-trigger:before,
.menu-show .header.black .menu-trigger:after{
  background:#fff;
}
.header .gnav ul {
  text-align: center;
  font-family: 'ipa-mincho';

 }
.header .gnav ul li {
  width: 1em;
  display: inline-block;
  margin-right: 10px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  vertical-align: top;
  letter-spacing: 0.2em;
}
.header .gnav ul li:before {
  content:'・';
  color:#fff;
}
.first-wrap{
  position:absolute;
  width:100%;
  height:100%;
  text-align: center;
  top:0;
  left:0;
  z-index: 3;
  opacity: 1;
  transition: all 1000ms;
  background: #fff;
  }
  .fadeout-wrap{
    z-index: -1;
    opacity: 0;
  }

  .first-wrap .logo{
    width: 180px;
    height: 180px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
  }
  .first-wrap .logo svg{
    width: 100%;
    height: auto;
  }

  .slide-wrap{
  position: relative;
  opacity: 0;
  transition: all 1000ms;
  overflow: hidden;
  }
  .fadein-wrap{
    z-index: 0;
    opacity: 1;
  }
  .slide-wrap .logo{
    position: absolute;
    z-index: 10;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    text-align: center;

  }
  .third-wrap{

  }

  .top-contents{
    position: relative;
    background: #fff;
    z-index: 1;
    /* padding-left: 80px; */
  }

  .pc{display:none;}
  .imgMax{width:100%!important; height:auto !important;}


  body{
    width:100%;
    overflow-x:hidden;
    letter-spacing:0.2px;
  }
  .sub-page:before{
  content:"";
  position:fixed;
  top: -100px;
  right: -400px;
  background:url(/img/bg-logo.svg) no-repeat right top;
  width:700px;
  height:700px;
  background-size: 700px;
  filter:grayscale(1);
  opacity:0.06;
}

  .wrapper{
    position:relative;
    width:100%;
    overflow:hidden;
  }



  .inner {
    width: 98%;
    margin: 0 auto;
    overflow: hidden;
    position:relative;
  }



  .header {
    /* display: none; */
   }
  .header.fixed{
  }




  /**********
  TOP
  ***********/
  #image-bloc{
    position: relative;
    padding-top: 105px;
  }
  #image-bloc img{
      opacity:0;
    transition:all 500ms 500ms;
    transform:scale(1.5);
  }
  .pace-done #image-bloc img{
    opacity:1;
    transform:scale(1);
  }
  .catch-area{
    position: absolute;
    top:40%;
    width: 70%;
    margin: 0 auto;
    left:10%;
  }
  .catch-area h1{
    font-family: 'Courgette', cursive;
    font-weight: bold;
    color:#fff;
    font-size: 30px;
    transform:translateY(-300px);
    -webkit-transform:translateY(-300px);
    opacity:0;
  }
  .catch-area h2{
    color:#fff;
    font-size: 18px;
    transform:translateX(-1000px);
    -webkit-transform:translateX(-1000px);
    opacity:0;
  }

  .pace-done .catch-area h1{
    transform:translateY(0px);
    -webkit-transform:translateY(0px);
    transition:all 0.5s;
    opacity:1;
    text-shadow: 0px 2px 3px rgba(16, 13, 22, 0.66);
    letter-spacing: 0.1em;
  }
  .pace-done .catch-area h2{
    transform:translateX(0px);
    -webkit-transform:translateX(0px);
    transition:all 1s 0.5s;
    opacity:1;
    text-shadow: 0px 2px 3px rgba(16, 13, 22, 0.66);
    letter-spacing: 0.1em;
  }
  .catch-area h2{
    color:#fff;
    font-size: 18px;
  }

  .news {
    min-height: 330px;
  }

  h2.h2-title{
    margin-bottom:20px;
  }
  .news-list li{
    overflow: hidden;
    /* padding-left: 15px; */
    margin-bottom: 15px;
    border-bottom: solid 1px #eee;
    padding: 0 20px 0 0;
    box-sizing: border-box;
  }
  .top-contents .news-list li{
    /* width:25%; */
  }
  .news-list li .thumb{margin-bottom: 10px;}
  .news-list li .thumb img{
    width:100%;
    vertical-align:bottom;
  }
  .news-list li .date{
    font-size: 90%;
    float: left;
    width: 7em;
    display: block;
  }
  .news-list li .title{
    margin-bottom:20px;


  }
  .head-line {
    transition: all 800ms;
    transform: translateY(0px);
    opacity: 0;
    position: relative;
    width: 1em;
    left: 50%;
    top: 50px;
    margin-left:-0.5em;
    margin-bottom: 30px;
}
.head-line h1{
    font-family: 'ipa-mincho';
    color: #802221;
    font-size:18px;
    margin-bottom:30px;
    padding-top:30px;
}
.head-line h1:before{
  content:"";
  height: 20px;
  width:1px;
  background: #802221;
  position:absolute;
  left: 9px;
  top: 0%;
}
  /* TOP CONTENTS */
  .top-common{
    padding:30px 0 50px;

  }
  .top-common.news,.top-common.sns{
    background:rgba(255, 255, 255, 1);
  }
  .news-list {
    /* display:flex; */
    /* flex-wrap:wrap; */
    /* align-items: stretch; */
  }

  .top-common .inner{
    margin:0 auto;
  }
  .top-common .head-line{
      padding:0 0 20px;

  }
  .top-common .head-line{
  }

  .top-common .head-line p:after{
  position: absolute;
  width: 100%;
  height: 2px;
  content:"";
  background: #2C3162;
  bottom: 0;
  left:0;
  }



  .top .other-page-wrap{}
  .top .other-page-wrap{}

  .top-common .fb{
    width:280px;
    margin:0 auto;

  }
  .top-common .fb iframe{
    width: 280px;

  }
  .btn {
    display:block;
    border: 1px solid#f8f8f8;
    color:#fff;
    text-align:center;
    padding:10px;
    background:#f8f8f8;
    border-radius:30px;
    width: 200px;
    margin: 40px auto 40px;
    position: relative;
  }
  .btn:after{
    position: absolute;
    top: 0%;
    left: 80%;
    display: block;
    /* margin-top: -5px; */
    width: 10px;
    height: 10px;
    content: '\f105';
    font-family: FontAwesome;
    color: #fff;
    font-size: 28px;
    transition:all 0.5s;
  }
  .btn:hover{
    color:#fff;
  }
  .btn:hover:after{
    left:85%;

  }

  .more {
    display: block;
    width: 260px;
    background: #000;
    position: relative;
    margin: 0 auto;
    text-align: center;
    color:#fff;
    height: 60px;
    line-height: 60px;
  }
  .more:hover{
    color:#fff;
    background: rgba(0,0,0,0.7);
  }
  .more span{
    display: block;
    position: absolute;
    width: 25px;
    margin: 0;
    background: #fff;
    height: 1px;
    -webkit-transition: all 0;
    transition: all 0;
    right: 25px;
    top: 29px;
  }
  .more span:before,
  .more span:after{
    content:"";
    position: absolute;
    width: 20px;
    height: 1px;
    background: #fff;
    top:0;
    }
  .more span:before{
    transform: rotate(45deg);
    left: 8px;
    top: -7px;
  }

  .more span:after{
    transform: rotate(-45deg);
    left: 8px;
    top: 7px;
  }

  .company-table th{
    width: 8em;
  }

    .company-table th,.company-table td{
    padding: 10px;
  }




  /*------------------------
    footer
  ------------------------*/

   .page-top{
     position:absolute;
     bottom:0%;
     width: 100%;
     background: rgba(255,255,255,0.9);
     margin: 0 auto;
     text-align: center;
     /* padding: 10px 0 10px; */
     z-index: 1;
     background: #81231f;
     color: #fff;
     left: 0;
   }
  .page-top p{

  }


  .page-top a{
     display: inline-block;
      /* background: #C30D23; */
      width: 100%;
      /* padding: 23px 0; */
      color: #fff;
      font-size: 40px;
      text-align: center;
  }

  .footer {
      background: #c1a95c;
    position: relative;
    color: #802321;
      /* padding-left: 80px; */
  }
  .footer-inner{
    margin:0 auto;
    padding: 30px 30px 0;
  }
  .footer-inner ul{
    /*overflow:hidden;
    zoom:1;
    margin:20px 0 10px 0;
    float:left;*/
  }
  .footer-inner nav li{
    display: inline-block;
    /* width: 130px; */
    text-align: left;
    list-style: none;
    padding:0 10px;
  }
  .footer-inner nav li a{

  }
  .footer-inner nav{

  }
  .footer-inner .banner-area{
  overflow: hidden;
  clear: both;
  margin:30px 0;
  }
  .footer-inner .banner-area ul{
    overflow: hidden;
    text-align: center;

  }
  .footer-inner .detail{
    text-align: left;
  }
  .footer-inner .detail p{
    display:inline-block;
    vertical-align:top;
  }
  .footer-inner .detail .footer-logo{
    width: 160px;
      margin-left: 10px;
      padding: 0 14px;
      height: 70px;
      box-sizing: border-box;
      display: inline-block;
      text-align: center;
  /*    background: rgba(255,255,255,0.9);
      border-radius: 35px;*/
      line-height: 54px;

  }
  .footer-inner .detail .footer-logo img{
    width:100%;
    height:auto;
  }
  .copy p{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;
    /* color: #fff; */
    font-size:12px;
  }




  /********
  SUB PAGES
  ******/

  .catch-box{
    position: absolute;
  }

  .sub-contents{
    margin-bottom: 70px;
  }
  .sub-img-box{
    margin-bottom: 20px;
  }
  .sub-img-box img{
    width: 100%;
    height: auto;
  }
  .sub-header-title{
    width: 100%;
    display: flex;
    justify-content: center;
    /* line-height: 200px; */
    /* border-bottom: solid 1px #f8f8f8; */
    font-weight: normal;
  }
  .sub-header-title h1{font-family: 'ipa-mincho';font-size: 26px;letter-spacing: 0.1em;-webkit-writing-mode: vertical-rl;-ms-writing-mode: tb-rl;writing-mode: vertical-rl;padding: 25px 0;color: #802221;display:flex;text-align: center;/* transform: translateX(50%); */}

  .sub-header-title .sub-title{
    font-size:10px;
    /* text-align: right; */
  }



  /*COMPANY*/

  .greeting-txt,
  .phylosophy-txt{
  font-family: "Sawarabi Mincho";
  }
  .greeting-txt .greeting-detail{
    border-top:solid 1px #f8f8f8;
    border-bottom:solid 1px #f8f8f8;
    padding:30px;
    margin: 5%;
    line-height: 2em;
    font-size: 16px;
    color: #565555;
    position: relative;
  }
  .phylosophy-txt{
    text-align: center;
    line-height: 2em;
    font-size: 16px;
    color: #565555;
  }
  .phylosophy-txt .catch{
    font-size:18px;color: #81231f;margin-bottom: 30px;
    font-weight:bold;
   }

  /*SERVICE*/

  .service-contents{}
  .service-contents ul{}
  .service-contents ul li{
    padding:20px 0;
    border-bottom:1px #eee solid;
    margin-bottom:30px;
  }
  .service-contents ul li .service-title{
       color:#f8f8f8;
  }
  .service-contents ul li .service-title .area-title{
      font-size:120%;
    font-weight:bold;
    margin-bottom:10px;
  }
  .service-contents ul li .service-title .service-txt{
    text-align:right;

  }
  .service-contents ul li .service-detail{}
  .service-contents ul li .service-detail p{}
  .service-contents ul li .service-detail ul{
    overflow:hidden;
    margin-bottom:20px;
  }
  .service-contents ul li .service-detail ul li{
    float:left;
    width:25%;
    border-bottom:none;
    margin-bottom:0px;



    box-sizing: border-box;
    padding:10px;
  }
  .service-contents ul li .service-detail ul li img{
    width:100%;
    height:auto;
  }


  .map iframe{
    width:100%!important;

  }

.main-box {
  position: relative;
  width: 100%;
  margin-top: 69px;
  margin-bottom: 10px;
}

.main-box p img {
  width: 150%;
  height: auto;
  /* margin-left: -25%; */
  opacity:0;
  transition:all 500ms 500ms;
  transform:scale(1.5);
}
.main-box.show p img {


}
.main-box .title{font-family: 'ipa-mincho';text-align: center;padding: 10px;font-size: 32px;color: #b1afaf;opacity:0;transition:all 500ms 500ms;transform:translateY(-100px);position: absolute;width: 100%;height: 100%;left:0;top: 30%;right:0;margin: auto;z-index: 1;letter-spacing: 0.2em;}
.main-box.show .title{

  opacity:1;
  transform:translateY(0px);

}
.main-box .title:before,.main-box .title:after{
  content:"-";
  display:inline-block;
  padding:0 10px;
}

/* HISTORY   */
.history-box{
        position: relative;
    }
    .history-box:after{
        content:"";
        background: #802221;
        width: 1px;
        height: 100%;
        position: absolute;
        top:0;
        left:1%;
    }

    .history-box li{
        margin-bottom: 100px;
        position: relative;
        width: 90%;
    }
    .history-box li:before{
            content:"";
            width: 15px;
            height: 1px;
            background: #802221;
            position: absolute;
            top:11px;
    }



    .history-detail{}
    .h-detail-box {

    }
    .history-detail .h-date{
        font-size: 120%;
        margin-bottom: 20px;
        padding-left: 20px;
    }


    .history-detail .h-detail-box{
                -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
        padding-left: 20px;
        width: 100%;
        text-wrap:normal;
    }
    .history-detail .photo{
        margin-bottom: 20px;

    }
  /*CONTACT*/

  .contact .sub-contents.left-title .inner {
    padding: 0 5%;
  }
  .contact-catch{
      font-size: 30px;
      font-family: 'Noto Serif', serif;
      text-align: center;
      margin-bottom: 30px;
      width: 500px;
      margin: 0 auto 30px;
      border: solid 4px #f8f8f8;
      padding: 20px 0;
      letter-spacing: 0.1em;
      color: #2C3162;
  }

  .main-box .title{

  }
  .main-box .title span{
    display: inline-block;
  }
  .main-box .title span:after{
    content:"";
    background: #fff;
    width:100%;
    height:2px;
    display:block;
    margin:0 auto 20px;
    transform: scaleX(0);
    transition:all 500ms 500ms;

  }
  .pace-done .main-box .title span:after{
    opacity:1;
    transform: scaleX(1);

  }

  .main-box .sub{
    font-size:10px;
    text-align: center;
    width: 150px;
    margin: 0 auto;
    position:relative;
    color: #fff;
    letter-spacing: 0.1em;
  }

  .main-box .sub:after{

  }

  .n-table {
    overflow: hidden;
    width: 90%;
    margin:0 5%;
  }

.n-table dt{
  border-bottom: solid 1px #ccc;
  padding-bottom:15px;
  font-weight: bold;
  margin-bottom: 15px;
}
.n-table dd{
  border-bottom: solid 1px #ccc;
  padding-bottom:15px;
  margin-bottom: 15px;

}
  .n-table th{
    padding: 15px;
    width: 30%;
    margin-bottom: 15px;
    vertical-align: top;
    font-weight: normal;
  }
  .n-table tr{
    border-bottom: solid 1px #f8f8f8;

  }
  .n-table td{
    padding: 15px;
    vertical-align: top;
    color:#6b6a6a;

  }
  .n-table.price-table dt{
    width: 40em;
  }
  .n-table.price-table dd{
    padding-left: 41em;
  }
  .mini-inner {
    width: 100%;
    margin: 0 auto;
  }
  .contact-box {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: bold;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
  }

  .contact-box p {
  }
  .contact-box dl{
    margin-bottom: 80px;
  }
  .contact-box dt{
    float: left;
    width: 100px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    height: 110px;
  }
  .contact-box dt img{
    width: 100%;
    height: auto;
  }
  .contact-box dd{
    padding-left: 110px;
      padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    height: 110px;
    line-height: 110px;

  }
  .p-contents {
    width: 100%;
    margin: 0 auto 60px;border-bottom: solid 1px #ccc;padding-bottom: 30px;line-height: 2;font-size: 120%;}
  .p-catch {
    font-size: 24px;
    /*font-weight: bold;*/
    color:#C30D23;
    margin-bottom: 40px;
    text-align: center;
  }

  .p-txt {

  }


  .access-inner {
    margin: 0 auto;
    min-height: 100%;
  }

  /*NEWS PAGE*/
  .news-list{
    margin:5%;
  }


  #mapArea{
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
  }

  .access-detail{
    padding: 20px;
    /* display: flex; */
    background: #f3f6fd;
    width: 81%;
    margin: -50px auto 30px;
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
    position: relative;
  }
  .access-detail .office{
    width: 100%;
    margin: 0 auto 20px;
    padding: 15px;
    border: solid 1px #2f325f;
    position: relative;
    background: #f3f6fd;
    box-sizing: border-box;
  }
  .access-detail .office:before{
    content:"";
    position: absolute;
    left: -10px;
    top: 10px;
    height: calc( 100% - 20px);
    width: calc( 100% + 20px);
    background: #f3f6fd;
  }
  .access-detail .office:after{
    content:"";
    position: absolute;
    top: -10px;
    left: 10px;
    width: calc( 100% - 20px);
    height: calc( 100% + 20px);
    background: #f3f6fd;
  }
  .access-detail .office h2{
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Noto Serif', serif;
    letter-spacing: 0.1em;
  }
  .access-detail .office p{
      text-align: center;
  }
  .access-detail .office h2,
  .access-detail .office p{
    position: relative;
    z-index: 2;
  }
  .works-wrap{}
  .works-wrap .works-list{
      display: flex;
      flex-wrap: wrap;
  }
  .works-wrap .works-list li{
      width: calc(100% / 2);
      margin: 0 0 30px;
      position: relative;
      overflow: hidden;
      padding: 10px;
      box-sizing: border-box;
  }
  .works-wrap .works-list li:after{
    content:"";
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all 500ms 500ms;
    transform: translateX(0%);
  }
  .works-wrap .works-list li.show:after{
    transform: translateX(-100%);
  }
  .works-wrap .works-list li a{
  text-decoration:none;
  }
  .works-wrap .works-list li a .works-detail{}
  .works-wrap .works-list li a .works-detail .photo{
      width: 100%;
      overflow:hidden;
  }
  .works-wrap .works-list li a .works-detail .photo img{
      width: 100%;
      transform:scale(1);
      transition:all 300ms;
  }
  .works-wrap .works-list li a:hover .works-detail .photo img{
    transform:scale(1.2);
  }
  .works-wrap .works-list li a .works-detail .works-text-wrap{
      /* text-align: center; */
      width: 100%;
      padding: 10px;
      box-sizing: border-box;
      background: #f3f6fd;
      position: relative;
      margin: 0px 0 0 0px;
      box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
      transition:all 300ms;
      font-size: 90%;
  }
  .works-wrap .works-list li:hover a .works-detail .works-text-wrap{
  background:#2d3261;
  color:#fff;
  }
  .works-wrap .works-list li:nth-child(even) a .works-detail .works-text-wrap{


  }
  .works-wrap .works-list li a .works-detail .works-text-wrap .title{
      /* font-size: 110%; */
      margin-bottom: 5px;
  }
  .works-wrap .works-list li a .works-detail .works-text-wrap .sekou{
      font-size: 90%;
      /* text-align: right; */
  }

  /* WORKS DETAIL PAGE */
.works-detail-inner{
  width: 100%;
  margin: 0 auto;
  /* padding-left: 60px; */
}
.works-detail-box{
    position: relative;
    margin-bottom: 40px;
}
.works-detail-box .title{
    position: absolute;
    width:100%;
    text-align:center;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    letter-spacing: 0.1em;
    color: #fff;    opacity: 0;
    transition: all 500ms;
    transform: translateY(-50px);

}
.works-detail-box .title.show{
  opacity: 1;
  transform: translateY(0px);
}
.works-detail-box .title-image{}
.works-detail-box .title-image img{
    width: 200%;
}
.works-detail-txt{
    position: relative;
    margin-bottom: 200px;
    /* display: flex; */
}
.works-detail-txt.no-detail{
  margin-bottom: 0px;
  display: none;
}
.works-detail-txt:after{
  content:"";
  position: absolute;
  left:50%;
  bottom:-150px;
  width: 1px;
  height: 80px;
  background: #000;
}
.works-detail-txt.no-detail:after{
  width: 0px;
}
.works-detail-txt .title{

    line-height: 1.2;
    font-size: 18px;
        background: #802221;
        color:#fff;
    font-family: 'ipa-mincho';
    padding: 10px;
    margin-bottom: 10px;
}
.works-detail-txt .title span{}
.works-detail-txt .description{
  margin: 40px 0 40px 0;
  line-height: 1.8em;
}
.works-detail-txt .description p{
margin-bottom: 10px;
}
.works-detail-txt .description .des-title{
display: block;
font-size: 16px;
font-weight: bold;
margin: 20px 0;
}
.works-detail-txt .description .shikaku{
  font-size:24px;
}
.works-detail-txt .description .des-photo{
margin-top:20px;
}
.works-detail-txt .description .des-photo img{
width: 100%;
height: auto;
}
.works-detail-txt .catch{
  font-weight: bold;
  margin-bottom: 10px;
  font-size:110%;
}
.works-detail{
    width: 100%;
    margin: 0 auto;
}
.works-detail li{
  transition: all 500ms;
  opacity: 0;
  transform: translateY(50px);
  margin-bottom: 30px;
}
.works-detail li.show{
  transform: translateY(0px);
  opacity: 1;
}

.works-detail li img{width: 100%;}



.history-detail .photo img{
  width:100%;
}

}/* media query*/

#checkBox1 {
  display: none;
}
