/*
Theme Name: Easy Côte d'Azur Tour
Theme URI: https://easycotedazurtour.fr
Description: Easy Côte d'Azur Tour's Official Web Site
Version: 1.0
Author: Studio Lazuli
Author e-mail: info@studiolazuli.com
*/

/****************************************
　General Setting
*****************************************/
html {
  margin: 0;
  padding: 0;
  color:#000;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
body {
  font-family: Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
  position: relative;
}
figure{
  line-height: 0;
}
ul, li{
  margin: 0;
  padding: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  line-height: 1.8em;
  font-weight: bold;
}
#page-title {
  font-size: 1.8em;
}
.headline1 {
  font-size: 1em;
  font-weight: normal;
  font-style: italic;
}
.playfair-display-sc {
  font-family: 'Playfair Display SC', serif;
  font-style: italic;
}
.h-underline:after {
  display: block;
  content: "";
  border-bottom: 1px solid #333333;
  width: 50px;
  margin: 15px auto 40px;
}
.link-square {
  margin-top: 50px;
  width: auto;
}
.link-square a {
  padding: 10px 30px;
  border: 1px solid #333333;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: inline-block;
  -webkit-transition: color 0.5s linear;
  -moz-transition: color 0.5s linear;
  -ms-transition: color 0.5s linear;
  -o-transition: color 0.5s linear;
  transition: color 0.5s linear;
  -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);
}
.link-square a:hover {
  color: #fff;
}
.link-square a:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #000;
  transform-origin: right top;
  -webkit-transform: translate3d(-101%, 0, 0);
  -moz-transform: translate3d(-101%, 0, 0);
  -ms-transform: translate3d(-101%, 0, 0);
  -o-transform: translate3d(-101%, 0, 0);
  transform: translate3d(-101%, 0, 0);
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.link-square a:hover:before{
  transform-origin: left bottom;
  transform: scale(2, 2);
  content: "";
}
.post-page-description h2, .post-service header h2, .section_history h2 {
  font-family: Helvetica, sans-serif;
  letter-spacing:0.15em;
  font-weight: 300;
}
.post-service .text-left a:hover {
  text-decoration: none;
}
p{
  font-size: 1.2em;
  line-height: 1.8em;
}
.text-left p{
  text-align: justify;
  text-justify: inter-ideograph;
}
.container h2 {
  font-size: 2.0em;
}
.container h3 {
  font-size: 1.4em;
}
.container h4 {
  font-size: 1.2em;
}
.container h5 {
  font-size: 1.0em;
}
a {
  color: #000;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
}
a:hover{
  color: #333;
  text-decoration: underline;
}
a:link, a:visited, a:active {
  color:#333;
  text-decoration: none;
}
a.underline{
  text-decoration: underline;
}
a.no-underline{
  text-decoration: none;
}
figure {
    display: block;
    overflow: hidden;
    position: relative;
}
figure a, figure a img {
    display: block;
    position: relative;
}
img {
  max-width:100%;
  height: auto;
  width: auto\9;
}
img.alignleft{
  float:left;
  margin: 0 10px 10px 0;
}
.gauche {
  float: left;
  margin-bottom: 30px
}
.droite {
  float: right;
  margin-bottom: 30px
}
@media screen and (min-width: 768px){
.gauche, .droite {
  margin-bottom: 0;
}
}
.body-wrapper .contents .container .col-sm-8 p a, .post-description p a {
  color: #ff5a5f;
}
ul{
  -webkit-padding-start: 0;
}
.page-template-main{
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.light-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.inner-biggest {
  padding-top: 150px;
  padding-bottom: 150px;
}
.inner-big {
  padding-top: 80px;
  padding-bottom: 80px;
}
.inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
.inner-mini {
  padding-top: 30px;
  padding-bottom: 30px;
}
.inner-works {
  padding-top: 30px;
  padding-bottom: 160px;
}
.top10{
  margin-top: 10px;
}
.top15{
  margin-top: 15px;
}
.top30{
  margin-top: 30px;
}
.top50{
  margin-top: 50px;
}
.top60{
  margin-top: 60px;
}
.top80{
  margin-top: 80px;
}
.top90{
  margin-top: 90px;
}
.top100{
  margin-top: 100px;
}
.top130{
  margin-top: 130px;
}
.top150{
  margin-top: 150px;
}
.bottom10 {
  margin-bottom: 10px;
}
.bottom15 {
  margin-bottom: 15px;
}
.bottom20 {
  margin-bottom: 20px;
}
.bottom30 {
  margin-bottom: 30px;
}
.bottom50 {
  margin-bottom: 50px;
}
.bottom60 {
  margin-bottom: 60px;
}
.bottom80 {
  margin-bottom: 80px;
}
.bottom90 {
  margin-bottom: 90px;
}
.bottom100 {
  margin-bottom: 100px;
}
.bottom120 {
  margin-bottom: 120px;
}
.bottom150 {
  margin-bottom: 150px;
}
.opacity{
  transition: 0.5s ease-in-out;/* CSS3 */
  -webkit-transition: 0.5s ease-in-out;/* for Safari and Chrome */
  -moz-transition: 0.5s ease-in-out;/* for Firefox */
  -o-transition: 0.5s ease-in-out;/* when Opera Presto 2.3 or later is released */
  -ms-transition: 0.5s ease-in-out;/* Linux browsers */
}
.opacity:hover{
  opacity:0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
}
.rslides_nav {
  background-color: #FFF !important;
  background-color: rgba(255, 255, 255, 0.70)!important;
  color: #333 !important;
}
.headline {
  text-align: center;
}
#lien-blog span, #lien-blog i {
    display: block;
}
#lien-blog:hover {
  text-decoration: none;
}
#lien-blog i {
    font-size: 3em;
}
.triangle {
  position: relative;
  display: inline-block;
  padding: 0;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
}
.triangle:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -6px;
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
  border: none;
  text-align: center;
}
/****************************************
　Clearfix
*****************************************/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/* clearfix for ie7 */
.clearfix{
    display: inline-block;
}
.clearfix {
    display: block;
}
*:first-child+html .clearfix { zoom: 1;}
*:first-child+html .center,:first-child+html #contents-wrapper,:first-child+html #slideshow{ margin:0 50%;}
 /* IE6 */
* html .clearfix { zoom: 1;}
/****************************************
　Eye Catch Image size for Responsive Design
*****************************************/
img.size-thumbnail,
img.size-medium,
img.size-large,
img.size-full {
max-width: 100%;
width: auto\9; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
/****************************************
  Basic Layout
*****************************************/
#header{
  position:fixed;
  width: 100%;
  height: 60px;
  padding: 19px 0;
  z-index: 299;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.80);
  border-bottom-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: rgb(0 0 0 / 5%) 0px 1px 0px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 0px 0px;
  box-shadow: rgb(0 0 0 / 5%) 0px 1px 0px 0px;
  transition: all 0.2s;
}
.header-scroll {
  top: -80px;
}
.no-header-scroll {
  top: 0px;
}
.fixed-to-top{
  top: 0px;
}
.body-wrapper{
  padding-top: 60px;
  padding-bottom: 657px;
}
.home .body-wrapper{
  padding-top: 0px;
}
.contents{
  padding: 50px 0 80px;
}
#sidebar {
  text-align: left;
  margin-top: 50px;
}
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    padding: 120px 0px;
    background-color: #BAD3DE;
    color: #333;
    z-index: 100;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e1e5ed;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
}
#footer a{
  color: #f1f1f1;
  text-decoration: none;
}
#footer .sns {
  display: inline-block;
  margin: 0 -1.0em;
}
#footer .sns li {
    float: left;
    padding: 0 1.0em;
    font-size: 1.5em;
    line-height: 21px;
}
.copyright {
  font-size: 0.95em;
  margin: 0;
}
.post-page li, .post-description li {
  list-style: disc;
  margin-left: 1.5em;
  font-size: 1.2em;
  line-height: 1.8em;
}
@media screen and (min-width: 768px){
#header{
  height: 80px;
  padding: 29px 0;
}
.body-wrapper{
  padding-top: 80px;
  padding-bottom: 427px;
}
.home .body-wrapper{
  padding-top: 0px;
}
#sidebar {
  margin: 0;
}
}
/****************************************
　Navitation
*****************************************/
.global-header__menu {
  height: 22px;
}
.global-header__menu li:not(.menu-item-32)  {
  display: none;
}
.principal {
  display: inline-block;
  margin: 0 -1.1em;
}
.principal li {
  display: inline-block;
  font-size: 1.0em;
  margin: 0 1.1em;
  line-height: 22px;
}
.principal li img{
  height: 20px;
  width: auto !important;
  vertical-align: top;
  margin-top: 0px;
}
.principal li a:hover{
  text-decoration: none;
}
.principal li.current_page_item a{
  font-weight: bold;
}
/*
.hover-line
---------------------------------------*/
.hover-line span,
.hover-line > span{
  display:inline-block;
  position:relative;
  white-space: nowrap;
}

.hover-line span:after,
.hover-line > span:after{
  content:'';
  height:1px;
  width:0%;
  position:absolute;
  bottom:-10%;
  left:100%;
  background-color:#000;
  -webkit-transition: width 500ms, left 500ms;
     -moz-transition: width 500ms, left 500ms;
       -o-transition: width 500ms, left 500ms;
          transition: width 500ms, left 500ms;
}

.hover-line:hover span:after,
.hover-line.current span:after,
.hover-line:hover > span:after,
.hover-line.active > span:after{
  width:100%;
  left:0%;
  -webkit-transition: width 500ms;
     -moz-transition: width 500ms;
       -o-transition: width 500ms;
          transition: width 500ms;
}
ul.category {
  display:inline-block;
  font-size:1.0em;
  margin-top:0px;
}
ul.category li {
  zoom:1;
  line-height: 2.2;
  margin-bottom: 1em;
}
ul.category > li:first-child {
  border-left:none;
}
ul.category li > a {
  text-decoration:none;
  display:block;
}
ul.category > li.current-menu-item > a {
  color: #C10404;
}
ul.category > li.current_page_ancestor > a {
  font-weight:700;
  text-decoration:none;
}
@media screen and (min-width: 768px){
ul.category li {
  float:left;
  margin-right:1em;
  padding-left:1em;
  line-height: 1;
  margin-bottom: 0;
  border-left:solid 1px #333;
}
}
.blog-menu .sns  {
    display: block;
    clear: both;
    padding: 30px 0 0 25px;
    margin: 0 -1.5em;
    white-space: nowrap;
}
.blog-menu .sns li {
    float: left;
    list-style: none;
    padding: 0 1.0em;
    margin: 0;
    font-size: 1.5em;
    line-height: 1;
}
#footer a {
  color: #333;
  text-decoration: underline;
}
#footer h2 {
  font-family: 'Lekton', sans-serif;
  text-decoration: underline;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1;
}
#footer .textwidget {
  font-size: 95%;
}
#footer .col-md-4 {
  margin-bottom: 30px;
}
#footer .sns li a{
  text-decoration: none;
}
@media screen and (min-width: 768px){
.global-header__menu li:not(.menu-item-32)  {
  display: inline-block;
}
#footer .col-md-4 {
  text-align: left;
}
}
/****************************************
  Vertical Drawer
*****************************************/
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  z-index: 1;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.side-open .wrapper {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: perspective(500px) rotateY(4deg);
  transform: perspective(500px) rotateY(4deg);
}
.side-open.page .wrapper,.side-open.archive .wrapper,.side-open.single .wrapper, .side-open #header {
  -webkit-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  z-index: 100;
}
.side-open .overlay {
  visibility: visible;
  background: rgba(0,0,0,.50);
  opacity: 1;
}
.overlay:after {
  position: fixed;
  top: 35%;
  left: 0px;
  display: block;
  width: 100%;
  height: 100px;
  visibility: hidden;
  font-size: 100px;
  text-align: center;
  color: rgba(255,255,255,0);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}
.side-open .overlay:after {
  visibility: visible;
  color: rgba(255,255,255,1);
}
/* android browser */
@media screen and (max-width: 500px) {
  .overlay:after {
    display: none;
  }
}
/* --------------------------------------------------- blog side menu */
.blog-menu {
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 60px;
  width: 200px;
  height: 100%;
  margin: none;
  text-align: left;
  background: #fff;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: perspective(-500px) rotateY(90deg);
  transform: perspective(-500px) rotateY(90deg);
  opacity: 0;
  display: none;
}
.side-open .blog-menu {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  z-index: 200;
  display: block;
}
.blog-menu__list {
  width: 100%;
  height: 100%;
  display: block;
  overflow: auto;
  clear: both;
  padding: 30px 10px;
}
.blog-menu__list * {
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
}
.side-open .blog-menu__list * {
  opacity: 100;
}
.blog-menu__list--child {
  display: none;
}
.active .blog-menu__list--child {
  display: block;
}
.active .blog-menu__list--child li {
  display: block;
  padding: 8px 0 8px 32px;
  font-size: 12px;
  color: #000;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.blog-menu__list > li h2,
.blog-menu__list > li {
  display: block;
  position: relative;
  white-space: nowrap;
  margin-bottom: 15px;
  line-height: 40px;
  height: 40px;
  padding: 0 0 0 15px;
  font-weight: bold;
  font-size: 1.1em;
}
.blog-menu__list h2 {
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.blog-menu__list > li > h2:after {
  content: ' +';
  color: #000;
  font-size: 20px;
}
.blog-menu__list > li.active h2:after {
  content: ' -';
}
.blog-menu__list > li > h2:hover,
.blog-menu__list > li:after {
    content: '';
    height: 1px;
    width: 0%;
    position: absolute;
    top: 50%;
    left: 110%;
    background-color: #000;
    -webkit-transition: width 500ms, left 500ms;
    -moz-transition: width 500ms, left 500ms;
    -o-transition: width 500ms, left 500ms;
    transition: width 500ms, left 500ms;
}
.blog-menu__list > li.menu-item-32 {
  display: none;
}
/* --------------------------------------------------- ellipsis btn */
.side-menu__btn {
  position: fixed;
  left: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 300;
  display: inline-block;
  transition: all 0.2s;
}
.btn-scroll {
  top: -80px;
}
.no-btn-scroll {
  top: 15px;
}
.fixed-to-top15{
  top: 15px;
}
.ellipsis-v {
  position: relative;
  display: block;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.ellipsis-v .point {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  height: 3px;
  margin: auto 0;
  background: #000;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}
.ellipsis-v .point.top {
  top: 0;
  left: 0;
  width: 30px;
}
.ellipsis-v .point.mid {
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
}
.ellipsis-v .point.bot {
  bottom: 0;
  left: 0;
  width: 10px;
}
.side-menu__btn:hover .point.top {
  -webkit-transform: translate3d(0,-2px,0);
  transform: translate3d(0,-2px,0);
}
.side-menu__btn:hover .point.bot {
  -webkit-transform: translate3d(0,2px,0);
  transform: translate3d(0,2px,0);
}
.side-open .side-menu__btn:hover .point.top,
.side-open .point.top {
  width: 41px;
  height: 1px;
  background: #000;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.side-open .point.mid {
  opacity: 0;
}
.side-open .side-menu__btn:hover .point.bot,
.side-open .point.bot {
  width: 41px;
  height: 1px;
  background: #000;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.side-open .side-menu__btn:hover .point.bot,
.side-open .side-menu__btn:hover .point.top {
  background: #ccc;
}
@media screen and (min-width: 768px){
.side-menu__btn {
  display: none;
}
}
/****************************************
　Home
*****************************************/
#photoslider {
  position:relative;
  width:100%;
  height:100%;
  margin:0 auto;
  text-align:center;
}
#photoslider div.logo{
  z-index: 15;
  position:absolute; /* 絶対配置 */
    top:50%; /* 上から半分 */
    left:50%; /* 左から半分 */
    /* 要素の大きさの半分引く（CSS3） */
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}
.animation-fadein {
  display: none;
}
.home #concept {
  padding: 100px 0 180px;
  background-size: cover;
  background-position: center center;
}
.home #concept .container {
  position: relative;
}
.home #concept .concept-contents {
  position: relative;
  float: left;
  width: 90%;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 50px;
  z-index: 10;
}
.home #concept .concept-image {
  position: absolute;
  right: 0;
  top: 370px;
  width: 65%;
  z-index: 5;
}
.home #concept h1{
  font-family: 'Playfair Display', serif;
  font-size: 1.8em;
  font-style: italic;
  position: relative;
  margin: 0 auto 20px;
  display: inline-block;
  line-height: 1.6;
}
.home #concept h1:before, .home #concept h1:after {
    content: "";
    position: absolute;
    width: auto;
    display: inline-block;
    font-size: 2.3rem;
    color: #b4b4b4;
    z-index: 2;
}
.home #concept h1:before {
    content: "\201C";
    top: -1.5rem;
    left: auto;
    margin-left: -1.825rem;
}
.home #concept h1:after {
    content: "\201C";
    bottom: -1.5rem;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    padding-right: 0.9375rem;
}
.home #concept h2{
  font-family: 'Playfair Display', serif;
  font-size: 1.6em;
  font-style: italic;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-weight: 600;
}
.home #services .service-image{
  width: 100%;
  height: auto;
  overflow: hidden;
  transform-origin: center center;
}
.home #services .service-image .mask {
  overflow: hidden;
  position: relative;
  background-color: #000;
}
.home #services .service-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-width: 100%;
  transform-origin: center center;
  opacity: 1.0;
  transform: scale(1.0);
  transition: all 0.35s ease-out;
}
.home #services .service-image img:hover{
  opacity: .5;
  transform: scale(1.10);
}
.home #services .service-image .mask span{
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  margin: auto;
  width: 65%;
  padding: 10px;
  text-align: center;
  background-color: #fff;
  background-color: rgba(255,255,255,0.95);
  border: solid 1px #fff;
  color: #333;
  transition: all 0.35s ease-out;
}
.home #services .service .mask:hover span{
  background-color: #000;
  background-color: rgba(0,0,0,0.30);
  color: #fff;
}
.home #services p{
  text-align: justify;
  text-justify: inter-ideograph;
}
.home #company {
  position: relative;
  padding: 85px 0 80px;
}
.home #company .company-contents {
  position: relative;
  float: right;
  width: 95%;
  background-color: #FFF;
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 10;
}
.home #company .company-contents h2{
  font-style: italic;
  font-size: 1.3em;
  margin-bottom: 30px;
}
.home #company .company-contents h3{
  font-size: 2.1em;
  font-weight: 300;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px){
.home #concept .concept-contents {
  width: 75%;
  padding: 120px 200px 120px 100px;
  z-index: 5;
}
.home #concept h1{
  font-size: 3.3em;
}
.home #concept h1:before, .home #concept h1:after {
  font-size: 5.625rem;
}
.home #concept h1:before {
  top: -2.5rem;
  margin-left: -3.125rem;
}
.home #concept h1:after {
  bottom: -3.5rem;
  padding-right: 0.9375rem;
}
.home #concept .concept-image{
  top: 100px;
  width: 35%;
  z-index: 10;
}
.home #company {
  padding: 150px 0 150px 0;
}
.home #company .company-contents {
  width: 60%;
  padding: 100px;
}
}
/****************************************
　Slick Slider
*****************************************/
/* fadein */
.fadeout {
  opacity: 1;
  animation-name: fadeout;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 1.0s;
  animation-fill-mode: forwards;
  z-index: 1;
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* fadein */
.fadein {
  opacity: 0;
  animation-name: fadein;
  animation-duration: 1.8s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  z-index: 10;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/***************************************************
 * Generated by SVG Artista on 11/4/2021, 1:04:28 AM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
  .st0{fill:#C00000;}
  .st1{fill:#002544;}
  .st2{fill:none;stroke:#002544;stroke-width:8;stroke-miterlimit:14.2223;}
  .st3{fill:none;stroke:#C00000;stroke-width:8;stroke-miterlimit:14.2223;}

@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 66.22718811035156px;
    stroke-dasharray: 66.22718811035156px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 66.22718811035156px;
  }
}

@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 66.22718811035156px;
    stroke-dasharray: 66.22718811035156px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 66.22718811035156px;
  }
}

@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(192, 0, 0);
  }
}

@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(192, 0, 0);
  }
}

.svg-elem-1 {
  -webkit-animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
                       animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
          animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
               animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 96.8747329711914px;
    stroke-dasharray: 96.8747329711914px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 96.8747329711914px;
  }
}

@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 96.8747329711914px;
    stroke-dasharray: 96.8747329711914px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 96.8747329711914px;
  }
}

@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(192, 0, 0);
  }
}

@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(192, 0, 0);
  }
}

.svg-elem-2 {
  -webkit-animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
                       animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
          animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
               animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}

@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 77.67646026611328px;
    stroke-dasharray: 77.67646026611328px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 77.67646026611328px;
  }
}

@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 77.67646026611328px;
    stroke-dasharray: 77.67646026611328px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 77.67646026611328px;
  }
}

@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(192, 0, 0);
  }
}

@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(192, 0, 0);
  }
}

.svg-elem-3 {
  -webkit-animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
                       animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
               animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 92.39996337890625px;
    stroke-dasharray: 92.39996337890625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 92.39996337890625px;
  }
}

@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 92.39996337890625px;
    stroke-dasharray: 92.39996337890625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 92.39996337890625px;
  }
}

@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(192, 0, 0);
  }
}

@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(192, 0, 0);
  }
}

.svg-elem-4 {
  -webkit-animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both,
                       animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
          animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both,
               animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}

@-webkit-keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 42px;
    stroke-dasharray: 42px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 42px;
  }
}

@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 42px;
    stroke-dasharray: 42px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 42px;
  }
}

@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(192, 0, 0);
  }
}

@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(192, 0, 0);
  }
}

.svg-elem-5 {
  -webkit-animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both,
                       animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
          animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both,
               animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
}

@-webkit-keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 136.8372039794922px;
    stroke-dasharray: 136.8372039794922px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 136.8372039794922px;
  }
}

@keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 136.8372039794922px;
    stroke-dasharray: 136.8372039794922px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 136.8372039794922px;
  }
}

@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(192, 0, 0);
  }
}

@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(192, 0, 0);
  }
}

.svg-elem-6 {
  -webkit-animation: animate-svg-stroke-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both,
                       animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
          animation: animate-svg-stroke-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both,
               animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}

@-webkit-keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 42px;
    stroke-dasharray: 42px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 42px;
  }
}

@keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 42px;
    stroke-dasharray: 42px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 42px;
  }
}

@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(192, 0, 0);
  }
}

@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(192, 0, 0);
  }
}

.svg-elem-7 {
  -webkit-animation: animate-svg-stroke-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both,
                       animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
          animation: animate-svg-stroke-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both,
               animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
}

@-webkit-keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 49.4000244140625px;
    stroke-dasharray: 49.4000244140625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 49.4000244140625px;
  }
}

@keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 49.4000244140625px;
    stroke-dasharray: 49.4000244140625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 49.4000244140625px;
  }
}

@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 37, 68);
  }
}

@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 37, 68);
  }
}

.svg-elem-8 {
  -webkit-animation: animate-svg-stroke-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both,
                       animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
          animation: animate-svg-stroke-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both,
               animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
}

@-webkit-keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 80.03633880615234px;
    stroke-dasharray: 80.03633880615234px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 80.03633880615234px;
  }
}

@keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 80.03633880615234px;
    stroke-dasharray: 80.03633880615234px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 80.03633880615234px;
  }
}

@-webkit-keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 37, 68);
  }
}

@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 37, 68);
  }
}

.svg-elem-9 {
  -webkit-animation: animate-svg-stroke-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both,
                       animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
          animation: animate-svg-stroke-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both,
               animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
}

@-webkit-keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 96.07659912109375px;
    stroke-dasharray: 96.07659912109375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 96.07659912109375px;
  }
}

@keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 96.07659912109375px;
    stroke-dasharray: 96.07659912109375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 96.07659912109375px;
  }
}

@-webkit-keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 37, 68);
  }
}

@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 37, 68);
  }
}

.svg-elem-10 {
  -webkit-animation: animate-svg-stroke-10 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s both,
                       animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s both;
          animation: animate-svg-stroke-10 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s both,
               animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s both;
}

@-webkit-keyframes animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 90.94779968261719px;
    stroke-dasharray: 90.94779968261719px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 90.94779968261719px;
  }
}

@keyframes animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 90.94779968261719px;
    stroke-dasharray: 90.94779968261719px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 90.94779968261719px;
  }
}

@-webkit-keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 37, 68);
  }
}

@keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 37, 68);
  }
}

.svg-elem-11 {
  -webkit-animation: animate-svg-stroke-11 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both,
                       animate-svg-fill-11 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
          animation: animate-svg-stroke-11 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both,
               animate-svg-fill-11 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
}

@-webkit-keyframes animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 81.70084381103516px;
    stroke-dasharray: 81.70084381103516px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 81.70084381103516px;
  }
}

@keyframes animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 81.70084381103516px;
    stroke-dasharray: 81.70084381103516px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 81.70084381103516px;
  }
}

@-webkit-keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 37, 68);
  }
}

@keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 37, 68);
  }
}

.svg-elem-12 {
  -webkit-animation: animate-svg-stroke-12 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s both,
                       animate-svg-fill-12 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s both;
          animation: animate-svg-stroke-12 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s both,
               animate-svg-fill-12 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s both;
}

@-webkit-keyframes animate-svg-stroke-13 {
  0% {
    stroke-dashoffset: 121.84628295898438px;
    stroke-dasharray: 121.84628295898438px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 121.84628295898438px;
  }
}

@keyframes animate-svg-stroke-13 {
  0% {
    stroke-dashoffset: 121.84628295898438px;
    stroke-dasharray: 121.84628295898438px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 121.84628295898438px;
  }
}

@-webkit-keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 37, 68);
  }
}

@keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 37, 68);
  }
}

.svg-elem-13 {
  -webkit-animation: animate-svg-stroke-13 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s both,
                       animate-svg-fill-13 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
          animation: animate-svg-stroke-13 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s both,
               animate-svg-fill-13 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
}

@-webkit-keyframes animate-svg-stroke-14 {
  0% {
    stroke-dashoffset: 80.03633117675781px;
    stroke-dasharray: 80.03633117675781px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 80.03633117675781px;
  }
}

@keyframes animate-svg-stroke-14 {
  0% {
    stroke-dashoffset: 80.03633117675781px;
    stroke-dasharray: 80.03633117675781px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 80.03633117675781px;
  }
}

@-webkit-keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 37, 68);
  }
}

@keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 37, 68);
  }
}

.svg-elem-14 {
  -webkit-animation: animate-svg-stroke-14 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s both,
                       animate-svg-fill-14 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both;
          animation: animate-svg-stroke-14 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s both,
               animate-svg-fill-14 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both;
}

@-webkit-keyframes animate-svg-stroke-15 {
  0% {
    stroke-dashoffset: 35.20001220703125px;
    stroke-dasharray: 35.20001220703125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 35.20001220703125px;
  }
}

@keyframes animate-svg-stroke-15 {
  0% {
    stroke-dashoffset: 35.20001220703125px;
    stroke-dasharray: 35.20001220703125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 35.20001220703125px;
  }
}

@-webkit-keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 37, 68);
  }
}

@keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 37, 68);
  }
}

.svg-elem-15 {
  -webkit-animation: animate-svg-stroke-15 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s both,
                       animate-svg-fill-15 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
          animation: animate-svg-stroke-15 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s both,
               animate-svg-fill-15 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
}

@-webkit-keyframes animate-svg-stroke-16 {
  0% {
    stroke-dashoffset: 96.07659912109375px;
    stroke-dasharray: 96.07659912109375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 96.07659912109375px;
  }
}

@keyframes animate-svg-stroke-16 {
  0% {
    stroke-dashoffset: 96.07659912109375px;
    stroke-dasharray: 96.07659912109375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 96.07659912109375px;
  }
}

@-webkit-keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 37, 68);
  }
}

@keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 37, 68);
  }
}

.svg-elem-16 {
  -webkit-animation: animate-svg-stroke-16 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7999999999999998s both,
                       animate-svg-fill-16 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both;
          animation: animate-svg-stroke-16 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7999999999999998s both,
               animate-svg-fill-16 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both;
}

@-webkit-keyframes animate-svg-stroke-17 {
  0% {
    stroke-dashoffset: 81.79998779296875px;
    stroke-dasharray: 81.79998779296875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 81.79998779296875px;
  }
}

@keyframes animate-svg-stroke-17 {
  0% {
    stroke-dashoffset: 81.79998779296875px;
    stroke-dasharray: 81.79998779296875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 81.79998779296875px;
  }
}

@-webkit-keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 37, 68);
  }
}

@keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 37, 68);
  }
}

.svg-elem-17 {
  -webkit-animation: animate-svg-stroke-17 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s both,
                       animate-svg-fill-17 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s both;
          animation: animate-svg-stroke-17 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s both,
               animate-svg-fill-17 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s both;
}

@-webkit-keyframes animate-svg-stroke-18 {
  0% {
    stroke-dashoffset: 88.53191375732422px;
    stroke-dasharray: 88.53191375732422px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 88.53191375732422px;
  }
}

@keyframes animate-svg-stroke-18 {
  0% {
    stroke-dashoffset: 88.53191375732422px;
    stroke-dasharray: 88.53191375732422px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 88.53191375732422px;
  }
}

.svg-elem-18 {
  -webkit-animation: animate-svg-stroke-18 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s both,
                       animate-svg-fill-18 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both;
          animation: animate-svg-stroke-18 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s both,
               animate-svg-fill-18 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both;
}

@-webkit-keyframes animate-svg-stroke-19 {
  0% {
    stroke-dashoffset: 575.97900390625px;
    stroke-dasharray: 575.97900390625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 575.97900390625px;
  }
}

@keyframes animate-svg-stroke-19 {
  0% {
    stroke-dashoffset: 575.97900390625px;
    stroke-dasharray: 575.97900390625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 575.97900390625px;
  }
}

.svg-elem-19 {
  -webkit-animation: animate-svg-stroke-19 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s both,
                       animate-svg-fill-19 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both;
          animation: animate-svg-stroke-19 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s both,
               animate-svg-fill-19 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both;
}

@-webkit-keyframes animate-svg-stroke-20 {
  0% {
    stroke-dashoffset: 638.7438354492188px;
    stroke-dasharray: 638.7438354492188px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 638.7438354492188px;
  }
}

@keyframes animate-svg-stroke-20 {
  0% {
    stroke-dashoffset: 638.7438354492188px;
    stroke-dasharray: 638.7438354492188px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 638.7438354492188px;
  }
}

.svg-elem-20 {
  -webkit-animation: animate-svg-stroke-20 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.28s both,
                       animate-svg-fill-20 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s both;
          animation: animate-svg-stroke-20 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.28s both,
               animate-svg-fill-20 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s both;
}


#photoslider {
  position:relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
#svg-animation{
  position: absolute;
  top: 0;
  left: 0;
}
#svg-animation svg{
  width: 100vw;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height:100vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}

#photoslider .slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height:100vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
#photoslider .slider-item {
  width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height:100vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat;/*背景画像をリピートしない*/
  background-position: center;/*背景画像の位置を中央に*/
  background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}
/*矢印の設定*/
#photoslider .slick-prev, #photoslider .slick-next {
  position: absolute;
  z-index: 3;
  top:50%;
  transform:translate(-50%,-50%);
  cursor: pointer;/*マウスカーソルを指マークに*/
  outline: none;/*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #fff;/*矢印の色*/
  border-right: 2px solid #fff;/*矢印の色*/
  height: 25px;
  width: 25px;
}
#photoslider .slick-prev {/*戻る矢印の位置と形状*/
  left:2.5%;
  transform: rotate(-135deg);
}
#photoslider .slick-next {/*次へ矢印の位置と形状*/
  right:2.5%;
  transform: rotate(45deg);
}
/*ドットナビゲーションの設定*/
#photoslider .slick-dots {
  position: absolute;
  z-index: 3;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  bottom: 20px;
  margin: 0 -10px;
}
#photoslider .slick-dots li {
  display:inline-block;
  padding: 0 10px;
}
#photoslider .slick-dots button {
    color: transparent;
    outline: none;
    width: 10px;
    height: 10px;
    display:block;
    border-radius:50%;
    background:#fff;
}
#photoslider .slick-dots .slick-active button{
  background: #bbccd5;
}
.photo-boulangere {
  margin-bottom: 50px;
}
.info-photo-boulangere {
  padding-top: 20px;
}
.info-photo-boulangere .boulangere-cat{
  font-size: 1em;
  font-weight: bold;
  margin: 0;
}
.info-photo-boulangere h3 {
  font-size: 1.7em;
  font-weight: normal;
  line-height: 1.5;
  margin: 5px 0 0;
}
.home #boulangere .link-square {
  margin-top: 0px;
}
.slick-prev i, .slick-next i {
  font-size: 3em;
  color: #333;
  font-weight: lighter;
}
#art-gallery .slick-prev {/*戻る矢印の位置と形状*/
  left: 0;
}
#art-gallery .slick-next {/*次へ矢印の位置と形状*/
  right: 0;
}
/****************************************
　Image Hover Effects
*****************************************/
.effect-lazuli {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
  cursor: pointer;
  z-index: 1;
}

.effect-lazuli img {
  position: relative;
  max-width: 100%;
}

figure.effect-lazuli h3 {
  word-spacing: -0.15em;
  font-weight: 300;
}

figure.effect-lazuli h3 span {
  font-weight: 800;
}

figure.effect-lazuli h3,
figure.effect-lazuli p {
  margin: 0;
}

.effect-lazuli figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
figure.effect-lazuli img {
  -webkit-transition: 0.35s, -webkit-transform 0.35s;
  transition: 0.35s, transform 0.35s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-lazuli:hover img {
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}
figure.effect-lazuli figcaption::before,
figure.effect-lazuli p {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
figure.effect-lazuli figcaption {
  position: absolute;
  bottom: 15px;
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  margin: 0 30px;
  text-align: center;
  display: none;
  z-index: 3;
}
figure.effect-lazuli figcaption h3 {
  font-size: 1.0em;
  line-height: 2.3em;
  margin: 0;
  padding: 0;
}
figure.effect-lazuli figcaption p {
  display: block;
  font-size: .7em;
  margin: 0 auto;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.lazuli {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
}
figure.lazuli figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  color: #000;
}

figure.lazuli h3 {
  word-spacing: -0.15em;
  font-weight: 100;
}

figure.lazuli h3 span {
}

figure.lazuli h3,
figure.lazuli p {
  margin: 0;
}

.lazuli figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
figure.lazuli figcaption::before,
figure.lazuli p {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
figure.lazuli figcaption {
  position: absolute;
  top: 45%;
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  margin: 0 30px;
  text-align: center;
}
figure.lazuli figcaption h3 {
  font-size: 1.3em;
  line-height: 1em;
  margin: 0;
  padding: 0;
}
figure a .text-overlay {
    opacity: 0;
    height: 100%;
    position: absolute;
    text-decoration: none;
    width: 100%;
    z-index: 1;
    padding: 20px;
    background: #fff;
    background: rgba(255,255,255,0.50);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
figure a .text-overlay {
    background: #fff;
    background: rgba(255,255,255,0.90);
}
figure a .text-overlay:hover {
  opacity:0.9;
  -moz-opacity:0.9;
  filter:alpha(opacity = 90);
}
figure a .text-overlay:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid rgba(0,0,0,0.3);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
figure a .text-overlay:before {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
figure a:hover .text-overlay:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
figure a .text-overlay .info {
    text-align: center;
    top: 50%;
    width: 100%;
    left: 0;
    position: absolute;
    margin-top: -11px;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}
#filters li {
  display: inline-block;
  padding: 10px 18px;
  margin-bottom: 10px;
  background: #EEE;
  border: none;
  border-radius: 7px;
  background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
  color: #222;
  font-size: 16px;
  text-shadow: 0 1px white;
  cursor: pointer;
}

#filters li:hover {
  background-color: #8CF;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  color: #222;
}

#filters li:active,
#filters li.is-checked {
  background-color: #28F;
}

#filters li.is-checked {
  color: white;
  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

#filters li:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}
article.masonry-item {
  opacity: 0;
  animation: fadeBottom 1.5s forwards 0s;
}
.mix{
  display: none;
  overflow-y: hidden;
}
.filter {
  cursor : pointer;
}
.fadebottom{
  opacity: 0;
  animation-name: fadeBottom;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: pause;
}
@keyframes fadeBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1000%);
    -ms-transform: translateY(1000%);
    transform: translateY(1000%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1000%);
    -ms-transform: translateX(1000%);
    transform: translateX(1000%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.mix figure img{
  width: 100%;
  height: auto;
}
.imagezoom {
  color: #fff;
}
.imagezoom a{
  color: #fff;
}
.imagezoom figure:after {
    position: absolute;
    background: #fff;
    content: "";
    display: block;
    width: 50%;
    height: 1px;
    left: 25%;
    top: 50%;
    transform: scale(0);
    transition: all 0.35s ease-out;
    opacity: 0;
}
.imagezoom figure:hover {
    background-color: #000;
}
.imagezoom figure:hover:after {
    transform: scale(1);
    opacity: 1;
}
.imagezoom figcaption p,
.imagezoom figcaption h3 {
    position: absolute;
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: all 0.35s ease-out 0.05s;
}
.imagezoom figcaption h3 {
  bottom: 51%;
  font-size: 1.2em;
  transform: translateY(-30px);
}
.imagezoom figcaption p {
    top: 52%;
    transform: translateY(30px);
}
.imagezoom figure:hover figcaption p,
.imagezoom figure:hover figcaption h3 {
    opacity: 1;
    transform: translateY(0);
}

.imagezoom figure img {
  transition: all 0.35s ease-out;
}
.imagezoom figure:hover img {
  opacity: .4;
  transform: scale(1.2);
}
#lightcase-content {
  border: solid 1px #CCC;
}
#lightcase-info {
  padding-top: 0;
  z-index: 9999;
  right: 0;
}
#lightcase-case {
    font-family: 'Montserrat','Lato','Open Sans', sans-serif;
    line-height: 18px;
    text-align: right;
    text-shadow: none;
}
#lightcase-info #lightcase-title {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 5px;
}
/****************************************
　PHOTO WEDDING
*****************************************/
.blog .imagezoom{
  margin: 0 -15px;
}
.blog header h3 {
    font-size: 1.15em;
    font-weight: bold;
    margin-top: 20px;
}
.blog header h3 a {
  text-decoration:underline;
}
.padding-text p {
  margin-bottom: 0;
}
a .imagezoom {
  color: #fff;
}
figure.imagezoom:after {
    position: absolute;
    background: #fff;
    content: "";
    display: block;
    width: 50%;
    height: 1px;
    left: 25%;
    top: 50%;
    transform: scale(0);
    transition: all 0.35s ease-out;
    opacity: 0;
}
figure.imagezoom:hover:after {
    transform: scale(1);
    opacity: 1;
}
figure.imagezoom:hover {
    background-color: #000;
}
figure.imagezoom figcaption p,
figure.imagezoom figcaption h3 {
    position: absolute;
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: all 0.35s ease-out 0.05s;
}
figure.imagezoom figcaption h3 {
  bottom: 51%;
  font-size: 1.2em;
  transform: translateY(-30px);
  margin: 0;
}
figure.imagezoom figcaption p {
    top: 52%;
    transform: translateY(30px);
}
figure.imagezoom:hover figcaption p,
figure.imagezoom:hover figcaption h3 {
    opacity: 1;
    transform: translateY(0);
}

figure.imagezoom img {
  transition: all 0.35s ease-out;
}
figure.imagezoom:hover img {
  opacity: .4;
  transform: scale(1.2);
}
figure.services figcaption {
    position: absolute;
    bottom: 30px;
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    margin: 0 30px;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    background-color: rgba(255,255,255,0.95);
    border: solid 1px #fff;
    color: #333;
    transition: all 0.35s ease-out;
}
figure.services:hover figcaption{
    background-color: #000;
    background-color: rgba(0,0,0,0.30);
    color: #fff;
}
figure.services figcaption h3 {
  font-size: 1.2em;
  margin-top: 0px;
  margin-bottom: 0px;
}
figure.services figcaption p {
  line-height: 1.3;
  margin: 0px;
}

figure.services img {
  transition: all 0.35s ease-out;
}
figure.services:hover img {
  transform: scale(1.2);
}
.post-article header h2 {
    font-size: 1.5em;
    margin: 10px 0 10px;
    line-height: 1.5;
}
@media screen and (min-width: 768px){
.post-article header h2 {
    font-size: 1.5em;
    margin: 0 0 10px;
}
}
.post-article header h3 {
  font-size: 1.5em;
  margin: 0;
}
.post-article header h3 a{
  text-decoration: underline;
}
.post-article a:hover{
  text-decoration: none;
}
h2.works{
  font-size: 1.1em;
  margin: 0px;
  line-height:1;
}
.youtube {
position: relative;
width: 100%;
padding-top: 56.25%;
}
.youtube iframe{
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}
.bordered {
  border: 1px solid rgba(0,0,0,0.1);
}
.bordered {
    border: 1px solid rgba(0,0,0,0.1);
    padding: 0 15px 15px 15px;
    background: #fff;
}
/****************************************
　Blog
*****************************************/
.addtoany_shortcode {
  float: right;
}
.space {
    padding: 50px 15px 80px;
}
.post-article p.description {
    text-align: justify;
    text-justify: inter-ideograph;
}
.spacer-line {
    margin: 0 auto;
    height: 16px;
    width: 100%;
    display: table;
    margin-top: 60px;
    margin-bottom: 60px;
    border-top: 1px solid #404040;
    text-align: center;
    clear: both;
    position: relative;
}
.spacer-line:last-child {
  display: none;
}
.spacer-line img {
    margin: 0 auto;
    padding: 0;
    top: -1px;
    left: 0;
    right: 0;
    position: absolute;
    width: 31px;
}
.galerie {
  margin-bottom: 30px;
}
.entry-header h1 {
  font-size: 1.8em;
line-height: 1.5;
  margin: 0 0 15px;
}
.entry-header div.info {
  width: 100%;
  clear: both;
}
.entry-header div.info p {
  line-height: 1;
  margin: 0 0 10px;
display: inline-block;
}
.post-description h2 {
    display: inline-block;
    border-top: 0;
    padding: 0;
    border-bottom: 1px solid #cdcdd1;
    margin: 40px 0 20px;
    line-height: 1.8;
    font-size: 1.3em;
    font-weight: bold;
}
.post-description h3 {
    border-top: 0;
    padding: 0;
    margin: 30px 0 15px;
    line-height: 1.8;
    font-size: 1.2em;
    font-weight: bold;
}
.post-description .centeringwrapper h2 {
    margin: 0px 0 20px;
}
.post-description .centeringwrapper h3 {
    margin: 0px 0 15px;
}
.post-description p {
  font-size: 1.2em;
}
.history-year p {
  font-weight: bold;
}
.nav-single-side h3 {
  margin-top: 30px;
}
.nav-single-side li {
  margin-bottom: 20px;
}
.nav-single-side li img {
  margin: 0 15px 0 0;
  width: 70px;
  float: left;
}
.nav-single-side li h4 {
  font-size: 1.0em;
  line-height: 1.4;
  margin: 0;
}
.youtube {
position: relative;
width: 100%;
padding-top: 56.25%;
}
.youtube iframe{
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}
@media screen and (min-width: 768px){
.nav-single-side h3 {
  margin-top: 60px;
}
}
/****************************************
　Pagination
*****************************************/
.pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 14px;
    line-height: 14px;
}
.pagination span, .pagination a {
    display: block;
    float: left;
    width: auto;
    margin: 2px 2px 2px 0;
    padding: 5px 9px 5px 9px;
    background-color: #fff;
    color: #555;
    text-decoration: none;
}
.pagination a {
    border: 1px solid #ccc;
}
.pagination a:hover{
    background-color: #f5d0d2;
    border: 1px solid #f5d0d2;
    color: #fff;
}
.pagination .current{
    padding: 5px 9px 5px 9px;
    background-color: #F4868B;
    border: 1px solid #F4868B;
    color: #fff;
}

/*** SNS Navigation ***/
ul.sns-before {
  float: right;
}
ul.sns-before li{
  font-size: 120%;
  float: left;
  margin-left: 10px;
  line-height: 28px;
  transition: 0.5s ease-in-out;/* CSS3 */
  -webkit-transition: 0.5s ease-in-out;/* for Safari and Chrome */
  -moz-transition: 0.5s ease-in-out;/* for Firefox */
  -o-transition: 0.5s ease-in-out;/* when Opera Presto 2.3 or later is released */
  -ms-transition: 0.5s ease-in-out;/* Linux browsers */
}
ul.sns-before li a{
  transition: 0.5s ease-in-out;/* CSS3 */
  -webkit-transition: 0.5s ease-in-out;/* for Safari and Chrome */
  -moz-transition: 0.5s ease-in-out;/* for Firefox */
  -o-transition: 0.5s ease-in-out;/* when Opera Presto 2.3 or later is released */
  -ms-transition: 0.5s ease-in-out;/* Linux browsers */
}
ul.sns-before li a:hover {
  opacity:0.5;
  -moz-opacity:0.5;
  filter:alpha(opacity = 50);
}
ul.sns-after {
  width: 100%;
  margin-top: 50px;
}
.single #main ul.sns-after li a{
  color: #666666;
  width: 25%;
  height: 70px;
  font-size: 170%;
  float: left;
  background-color: #eeeeee;
  line-height: 70px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  transition: 0.5s ease-in-out;/* CSS3 */
  -webkit-transition: 0.5s ease-in-out;/* for Safari and Chrome */
  -moz-transition: 0.5s ease-in-out;/* for Firefox */
  -o-transition: 0.5s ease-in-out;/* when Opera Presto 2.3 or later is released */
  -ms-transition: 0.5s ease-in-out;/* Linux browsers */
}
.single #main ul.sns-after li a:hover {
  opacity:0.5;
  -moz-opacity:0.5;
  filter:alpha(opacity = 50);
  text-decoration: none;
}
.gutter-60.row {
  margin-right: -30px;
  margin-left: -30px;
}
.gutter-60 > [class^="col-"], .gutter-60 > [class^=" col-"] {
  padding-right: 30px;
  padding-left: 30px;
}
.gutter-100.row {
  margin-right: -50px;
  margin-left: -50px;
}
.gutter-100 > [class^="col-"], .gutter-100 > [class^=" col-"] {
  padding-right: 50px;
  padding-left: 50px;
}
.gutter-130.row {
  margin-right: -65px;
  margin-left: -65px;
}
.gutter-130 > [class^="col-"], .gutter-130 > [class^=" col-"] {
  padding-right: 65px;
  padding-left: 65px;
}
.layout .galerie{
  margin-bottom: 100px;
}
.layout .entry-header h1{
  float: none;
  font-size: 3.8em;
  margin-bottom: 0.65em;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.35em;
  font-weight: 600;
}
.layout .entry-header h2{
  float: none;
  font-size: 1.8em;
  margin-bottom: 0.85em;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}
.layout .post-description h2,
.layout .post-description h3,
.layout .post-description h4,
.layout .post-description h5{
  text-align: left;
}
.layout p {
  text-align: justify;
  text-justify: inter-ideograph;
}
.layout p.wp-caption-text{
  text-align: center;
  text-justify: auto;
  margin: 10px 0 0;
  font-size: 0.9em;
}
.layout #entry-meta p{
  margin-bottom: 20px;
}
.layout #entry-meta a{
  color: #00AEEF;
}
.layout a.triangle{
  color: #333;
}
.emaillist {
  clear: both;
  overflow:hidden;
}
.es-field-wrap {
  float: left;
  margin-right: 1em;
}
.works {
 display: flex;
 justify-content: center;
 align-items: center;
 margin-bottom: 80px;
}
.desc-exhibition {
  display: flex;
  justify-content: center;
  align-items: center;
}
.desc-exhibition h1{
  font-size: 2.1em;
  font-weight: 300;
  margin: 0;
}
.desc-exhibition p{
  font-size: 1.1em;
  font-weight: 500;;
}
/*** Bottom Navigation, Comment Navigation ***/
.post_neighbors_container_wrapper {
       display: table;
       border-top: 1px solid #dcdcdc;
       border-bottom: #dcdcdc 1px solid;
       width: 100%;
       margin-top: 30px;
}
.post_neighbors_container {
       padding: 10px 0;
       display: table-row;
}
.post_neighbors_container a {
       padding: 20px 50px;
       display: block;
       text-align: center;
       display: table-cell;
       vertical-align: center;
       vertical-align: middle;
       width: 49.9%;
}
a.previous_post {
  vertical-align: middle;
  width: 49.9%;
  background: url(images/small-right.png) 97% center no-repeat;
  color: #666666;
}
a.previous_post:hover {
  background-color: #f5f5f5;
  text-decoration: underline;
}
a.next_post {
  border-right: 1px dashed #dcdcdc;
  background: url(images/small-left.png) 3% center no-repeat;
  color: #666666;
}
a.next_post:hover {
  background-color: #f5f5f5;
  text-decoration: underline;
}

div.nav-below{margin: 40px 0 0;overflow:auto;}
div.navigation{overflow:auto;}
  div.navigation a{margin-bottom:10px}

  .nav-previous a, .nav-next a,
  div.navigation .alignleft a, div.navigation .alignright a{
  color:#00A3D9;
  font-size:85%;
  text-decoration:none;
    }
    .nav-previous a:hover, .nav-next a:hover,
    div.navigation .alignleft a:hover, div.navigation .alignright a:hover{
  text-decoration:underline
      }

  .nav-previous a, div.navigation .alignleft a{
    float:left;
    }
  .nav-next a, div.navigation .alignright a{
    float:right;
    }
.reservation {
    text-align: center;
    position: fixed;
    bottom: 25px;
    width: 100%;
    transition: .3s;
    z-index: 150;
}
.reservation a {
    display: inline-block;
    border-color: #ff5a5f;
    border-bottom-color: #e00007;
    background-color: #ff5a5f;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 20px;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: .05em;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
}
.is-hide {
  transform: translateY(250px);
}
#sidebar img.wp-post-image {
margin: 0 10px 0 0;
width: 100px;
float: left;
}
#sidebar img.wp-post-image {
  width: 100px;
}
#sidebar .textwidget img{
  vertical-align: top;
}
.widget-container h3 {
  font-size: 1.2em;
}
.widget-area h4{
    font-size: 1.0em;
    font-weight: normal;
}
@media screen and (min-width: 768px){
#sidebar img.wp-post-image {
  width: 65px;
}
}
.red{
  color: red;
}
/****************************************
　Contact
*****************************************/
.wpcf7 p{
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  text-align: left;
}
.wpcf7-text, .wpcf7-date, .wpcf7-form select, .wpcf7-textarea {
    width: 100%;
    margin-bottom: 2.0em;
    border-color: #1a1e24;
    border-width: 1px;
    padding: 0.5em;
}
.wpcf7-text, .wpcf7-date, .wpcf7-form select {
    height: 3.0em;
    border-radius: 0;    /* CSS3草案 */
  -webkit-border-radius: 0;  /* Safari,Google Chrome用 */
  -moz-border-radius: 0; /* Firefox用 */
}
div.wpcf7-mail-sent-ok {
  border: none;
}
.btn__box input.wpcf7-form-control.wpcf7-submit,.cool-button {
    display: block;
    width: 198px;
    height: 38px;
    margin: 0 auto;
    padding: 0 !important;
    line-height: 40px;
    font-size: 14px;
    color: #1a1e24;
    background: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #1a1e24;
}
.btn__box input.wpcf7-form-control.wpcf7-submit:hover,.cool-button:hover {
    color: #fff !important;
    background: #1a1e24;
}
/* ---------------------------------------------------btn */
.btn__box {
  position: relative;
  text-align: center;
}

.btn__box a {
  display: block;
  width: 198px;
  height: 38px;
  margin: 0 auto;
  line-height: 40px;
  font-size: 14px;
  color: #1a1e24;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border: 1px solid #1a1e24;
}

.btn__box a:hover {
  color: #fff !important;
  background: #1a1e24;
  text-decoration: none;
}

.btn__box--svg {
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  width: 214px;
  height: 54px;
  margin: 0 auto;
  z-index: -1;
}

.btn__box--svg rect {
  fill: transparent;
  stroke: #1a1e24;
  stroke-width: 1px;
  stroke-dasharray: 242px;
  stroke-dashoffset: 256px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.btn__box:hover .btn__box--svg rect {
  stroke-width: 2px;
  stroke-dasharray: 600px;
  stroke-dashoffset: 0;
}
.btn__box--svg rect {
    stroke-dasharray: 120px;
    stroke-dashoffset: 125px;
}
.btn__box:hover .btn__box--svg rect {
    stroke-width: 1px;
}
.wpcf7 .contact__more p{
  text-align: center;
}
.blanc .btn__box {
  position: relative;
  text-align: center;
  z-index: 3;
}

.blanc .btn__box a {
  display: block;
  width: 198px;
  height: 38px;
  margin: 0 auto;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border: 1px solid #fff;
  z-index: 3;
}

.blanc .btn__box a:hover {
  color: #1a1e24 !important;
  background: #fff;
  text-decoration: none;
  z-index: 3;
}

.blanc .btn__box--svg {
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  width: 214px;
  height: 54px;
  margin: 0 auto;
  z-index: -1;
}

.blanc .btn__box--svg rect {
  fill: transparent;
  stroke: #fff;
  stroke-width: 1px;
  stroke-dasharray: 242px;
  stroke-dashoffset: 256px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  z-index: 3;
}

.blanc .btn__box:hover .btn__box--svg rect {
  stroke-width: 2px;
  stroke-dasharray: 600px;
  stroke-dashoffset: 0;
  z-index: 3;
}
.blanc .btn__box--svg rect {
    stroke-dasharray: 120px;
    stroke-dashoffset: 125px;
  z-index: 3;
}
.blanc .btn__box:hover .btn__box--svg rect {
    stroke-width: 1px;
  z-index: 3;
}
div.wpcf7-mail-sent-ok {
    border: none !important;
    text-align: center !important;
}
.post-page {
  width: 100%;
  position: relative;
  margin-bottom: 100px;
}
.post-page-description {
  width: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-color: #fff;
  padding: 20px 30px;
  z-index: 10;
}
.post-page-description h2{
  font-size: 1.5em;
}
.post-page-description h3{
  font-size: 1.3em;
}
.post-page:nth-child(odd) .post-page-description{
  float: right!important;
}
.post-page:nth-child(even) .post-page-description{
  float: left!important;
}
.post-page-image {
  position: absolute;
  top: -50px;
  margin: 0 -15px;
  width: auto;
  height: auto;
  max-width: 80%;
  font-size: 0;
  line-height: 0;
  text-align: center;
  z-index: -10;
}
.post-page:nth-child(odd) .post-page-image {
  left: 0;
}
.post-page:nth-child(even) .post-page-image {
  right: 0;
}
.post-page-image img {
  max-width :100%;
  max-height: 100%;
  object-fit: cover;
}
.post-service header h2 {
  font-size: 1.5em;
  margin: 0;
}
@media screen and (min-width: 768px){
.post-page {
  margin-bottom: 120px;
}
.post-page-description {
  width: 75%;
  margin: 0 -15px 0;
  padding: 80px 100px;
}
.post-page-image {
  max-width: 35%;
}
}
.side-gallery{
  width: 45%;
  margin: 5%;
}
.side-gallery img {
  width: 100%;
}
.page-template-default .col-sm-8 h2:nth-child(n + 2), .page-template-text-left .text-left h2:nth-child(n + 2) {
  margin-top: 30px;
}
#gallery {
  margin-top: 130px;
}
.grecaptcha-badge {
    display: none;
}
/****************************************
　Page Online Exhibition
*****************************************/
.page-template-online-exhibition .contents {
  padding: 0 0 80px;
}
.page-template-online-exhibition h1 {
  font-family: Helvetica;
  font-size: 36pt;
  padding-bottom: 16px;
  line-height: 1em;
  letter-spacing: 12px;
}
.page-template-online-exhibition .galerie {
  margin-bottom: 120px;
}
.page-template-online-exhibition h2 {
  margin-bottom: 24px;
  font-size: 1.8rem;
  line-height: 1.4em;
}
/****************************************
　Single Online Exhibition
*****************************************/
.single-online-exhibition .wpcf7-textarea {
  width: 100%;
  margin-bottom: 2.0em;
  border-color: #1a1e24;
  border-width: 1px;
  padding: 0.5em;
}
.single-online-exhibition .wpcf7-text,
.single-online-exhibition .wpcf7-date,
.single-online-exhibition .wpcf7-form select,
.single-online-exhibition .wpcf7-textarea {
  margin-bottom: 1.0em;
}
.single-online-exhibition .wpcf7 p {
  width: 100%;
  max-width: 100%;
}
p#title-inquire {
  font-size: 1.6em;
  font-weight: 500;
  white-space: pre-wrap;
}
html.modalset {
  overflow: hidden;
}
.samplemodal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}
.samplemodal-wrap {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 20px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  white-space: nowrap;
}
.samplemodal-wrap::-webkit-scrollbar {
  display: none;
}
.samplemodal-wrap:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
}
.samplemodal-bg {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(51, 51, 51, 0.8);
  width: 100%;
  height: 100%;
}
.samplemodal-box {
  width: 100%;
  max-width: 45rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.samplemodal-box .inner {
  background: #fff;
  padding: 15px 0;
  text-align: left;
}
.samplemodal-box .inner > :first-child {
  margin-top: 0;
}
.samplemodal-close span {
  position: absolute;
  right: 15px;
  top: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-image: url(images/icon-close.svg);
}
.samplemodal-box h2 {
  font-size: 1.8em;
  line-height: 1;
}
#links-back-list-wrapper {
  display: table;
  width: 230px;
  margin: 50px auto 0;
  clear: both;
}
#links-back-list {
  padding: 0;
  display: table-row;
}
#links-back-list a {
    padding: 0;
    line-height: 1;
    display: block;
    text-align: center;
    display: table-cell;
    vertical-align: center;
    vertical-align: middle;
    width: 49.9%;
}
a.back {
    vertical-align: middle;
    width: 49.9%;
    background: url(images/small-left.png) 3% center no-repeat;
    color: #666666;
}
a.list {
    border-left: 1px solid #dcdcdc;
    background: url(images/small-right.png) 97% center no-repeat;
    color: #666666;
}
@media screen and (min-width: 768px){
.samplemodal-box .inner {
  padding: 15px;
}
}
/****************************************
　Entrepreneur
*****************************************/
.company-article {
  margin-bottom: 50px;
}
.company-article h2 {
 font-size: 1.35em;
}
.company-article p {
 font-size: 1.0em;
}
/****************************************
　Media
*****************************************/
.media-article {
  margin-bottom: 20px;
}
.media-category p {
  font-size: 1em;
  margin: 0;
}
.media-title h2 {
  font-size: 1em;
  margin: 0;
}




