@charset "utf-8";
/*======================
 index
=======================*/

#location .mask span::before { background-color: #f7f7f7;}
#plans .mask span::before { background-color: #efefef;}
#works .mask span::before { background-color: #fff;}
h2.ttl {
 margin: 0 auto 40px;
 padding-bottom: 25px;
 text-align: center;
 line-height: 1;
 font-family: 'Catamaran', sans-serif;
 font-size: 18px;
 font-weight: 700;
 position: relative;
}
h2.ttl::before {
 width: 40px;
 height: 1px;
 content: "";
 display: block;
 background: #f7f7f7;
 position: absolute;
 left: 50%;
 bottom: 0;
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 transform: translateX(-50%);
 transition-delay: 0.75s;
}
#location h2.ttl::before { background: #f7f7f7;}
#plans h2.ttl::before { background: #efefef;}
#works h2.ttl::before { background: #fff;}
h2.ttl.is-visible::before { background: #2d2d2d !important;}
h2.ttl +p {
 margin: -15px 0 40px;
 text-align: center;
 letter-spacing: 0.1em;
 line-height: 1.66;
 font-size: 12px;
 position: relative;
}

@media screen and (max-width: 1200px) {
 h2.ttl {
  margin: 0 auto 30px;
  padding-bottom: 20px;
  font-size: 16px;
 }
 h2.ttl +p { margin: -15px 0 30px;}
}
@media screen and (max-width: 640px) {
 #location h2.ttl { font-size: 14px !important;}
 h2.ttl +p { font-size: 10px !important;}
}
@media screen and (max-width: 420px) {
 h2.ttl +p {
  padding: 0 5%;
  text-align: left;
 }
 h2.ttl +p br { display: none;}
}

/*---------------------------
  main-visual
---------------------------*/
#main-visual {
 width: 100%;
 height: 80%;
 position: relative;
}
#main-visual::after {
 content: "";
 width: 100%;
 height: 100%;
 background: rgba(0,0,0,.2);
 position: absolute;
 top: 0;
 left: 0;
}
#main-visual .txt-wrap {
 position: absolute;
 right: 60px;
 bottom: 60px;
 z-index: 2;
}
#main-visual .txt-wrap * { color: #FFF;}
#main-visual .txt-wrap h1 {}
#main-visual .txt-wrap h1 .ch {
 display: block;
 letter-spacing: 0.1em;
 line-height: 1;
 font-family: 'Noto Sans JP',sans-serif;
 font-size: 14px;
 font-weight: 300;
}
#main-visual .txt-wrap h1 .en {
 display: block;
 margin: 0.15em 0 0 0;
 letter-spacing: 0.18em;
 line-height: 1;
 font-family: 'Catamaran', sans-serif;
 font-size: 44px;
 font-weight: 800;
}
#main-visual .txt-wrap h1 + p {
 margin-top: 0.15em;
 letter-spacing: 0.2em;
 line-height: 1;
 font-family: 'Catamaran', sans-serif;
 font-size: 11px;
 font-weight: 300;
}
@media screen and (max-width: 1200px) {
 #main-visual .txt-wrap {
  right: 30px;
  bottom: 30px;
 }
 #main-visual .txt-wrap h1 .ch { font-size: 14px;}
 #main-visual .txt-wrap h1 .en { font-size: 36px;}
 #main-visual .txt-wrap h1 + p {
  letter-spacing: 0.25em;
  font-size: 11px;
 }
}
@media screen and (max-width: 768px) {
 #main-visual {
  height: 0;
  padding-top: 100%;
 }
 #main-visual .txt-wrap {
  right: auto;
  left: 5%;
  bottom: 4%;
 }
 #main-visual .txt-wrap h1 + p { display: none;}
}
@media screen and (max-width: 640px) {
 #main-visual .txt-wrap h1 .ch { font-size: 11px;}
 #main-visual .txt-wrap h1 .en { font-size: 32px;}
}

/*---------------------------
  lead
---------------------------*/
#lead {
 min-height: 380px;
 padding: 100px 0;
}
#lead .col-left {
 width: 18.5%;
 float: left;
}
#lead .col-right {
 width: 75%;
 float: right;
}
#lead .mask span::before { background-color: #FFF;}
#lead .title {
 padding-left: 40px;
 display: inline-block;
 letter-spacing: 0.18em;
 line-height: 2.2;
 color: #878787;
 font-family: 'Catamaran', sans-serif;
 font-size: 11px;
 font-weight: 300;
 position: relative;
}
#lead .title::before {
 width: 30px;
 height: 1px;
 content: "";
 display: block;
 background: #fff;
 position: absolute;
 left: 0;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
 transition-delay: 0.75s;
}
#lead .is-visible.title::before { background: #c0c0c0;}
#lead h2 {
 letter-spacing: 0.06em;
 line-height: 1.33;
 font-family : "Arapey" , serif;
 font-size: 28px;
 font-weight: 300;
}
#lead p {
 letter-spacing: 0.06em;
 line-height: 1.8;
 font-size: 14px;
}
#lead p .sp-only { display: none;}
#lead h2 + p { padding-top: 1.5em;}

@media screen and (max-width: 1200px) {
 #lead {
  min-height: 270px;
  padding: 60px 0;
 }
 #lead h2 {
  line-height: 1.4;
  font-size: 22px;
  font-weight: 400;
 }
 #lead p { font-size: 12px;}
 #lead p + p { padding-top: 2em;}
}
@media screen and (max-width: 920px) {
 #lead {
  min-height: none;
  padding: 8% 0 50px;
 }
 #lead .col-left {
  width: 100%;
  float: none;
 }
 #lead .col-right {
  width: 100%;
  float: none;
 }
 #lead .title {
  margin-bottom: 15px;
  padding-bottom: 20px;
  line-height: 1;
  padding-left: 0;
 }
 #lead .title::before {
  top: auto;
  bottom: 0;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
 }
}
@media screen and (max-width: 640px) {
 #lead .title { font-size: 10px;}
}

/*---------------------------
  location
---------------------------*/
#location {
 padding: 100px 0;
 background: #f7f7f7;
}
#location ul {
 width: 90%;
 margin: 0 auto;
 letter-spacing: -5px;
 font-size: 0;
}
#location ul.hide {
 margin-top: 50px;
 display: none;
}
#location ul li {
 width: 31%;
 margin: 50px 0 0 3.5%;
 display: inline-block;
 vertical-align: top;
 position: relative;
}
#location ul li:nth-child(3n+1) { margin-left: 0;}
#location ul li:nth-child(-n+3) { margin-top: 0;}
#location ul li:nth-child(3n-1) {
 -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
     -ms-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
}
#location ul li:nth-child(3n) {
 -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
     -ms-transition-delay: 0.4s;
      -o-transition-delay: 0.4s;
}
#location ul li a { display: block;}
#location ul li a figure {
 line-height: 0;
 overflow: hidden;
 position: relative;
}
#location ul li a figure .sp { display: none;}
#location ul li a figure span {
 display: block;
 -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
     -ms-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
         transition: all 0.4s ease-out;
}
#location ul li a:hover figure span {
 -moz-transform: scale(1.075,1.075);
 -webkit-transform: scale(1.075,1.075);
 -o-transform: scale(1.075,1.075);
 -ms-transform: scale(1.075,1.075);
 transform: scale(1.075,1.075);
}
#location ul li .txt-wrap {
 padding: 25px 0 0;
 position: relative;
}
#location ul li .txt-wrap h3 .ch {
 display: block;
 letter-spacing: 0.06em;
 line-height: 1.5;
 font-size: 20px;
 font-weight: 400;
}
#location ul li .txt-wrap .en {
 padding-top: 1em;
 display: block;
 letter-spacing: 0.1em;
 line-height: 1;
 font-size: 11px;
 font-weight: 300;
}
#location ul li .txt-wrap h3 + p {
 padding-top: 16px;
 display: block;
 letter-spacing: 0.06em;
 line-height: 1.8;
 font-size: 12px;
}
#location ul li .txt-wrap .add {
 margin-top: 0.8em;
 letter-spacing: 0.1em;
 line-height: 1.5;
 font-size: 12px;
}
#location ul li .icon {
 position: absolute;
 top: 18px;
 right: 25px;
}
#location ul li .icon span {
 width: 32px;
 margin-left: 5px;
 display: inline-block;
 line-height: 0;
}
#location ul li .txt-wrap .btn {
 margin-top: 35px;
 display: inline-block;
 letter-spacing: 0.1em;
 line-height: 2;
 font-family: 'Catamaran', sans-serif;
 font-size: 14px;
 font-weight: 400;
 position: relative;
}
#location ul li .txt-wrap .btn::after {
 content: "";
 width: 100%;
 height: 1px;
 display: inline-block;
 background: #1d1d1d;
 position: absolute;
 left: 0;
 bottom: 0;
}
#location ul li .txt-wrap .fade-in {}

.more-btn {
 width: 400px;
 margin: 50px auto 0;
 text-align: center;
 letter-spacing: 0.1em;
 line-height: 80px;
 font-size: 14px;
 border: 1px solid #808080;
 -webkit-border-radius: 40px;
         border-radius: 40px;
 position: relative;
 cursor: pointer;
 background: #FFF;
 -webkit-transition: .4s ease-out;
 -moz-transition: .4s ease-out;
 transition: .4s ease-out;
}
.more-btn span::after {
 content: "";
 width: 10px;
 height: 10px;
 position: absolute;
 right: 28px;
 top: 34px;
 border-top: 1px solid #231815;
 border-right: 1px solid #231815;
 -webkit-transform: rotate(135deg);
 transform: rotate(135deg);
}
.more-btn:hover {
 background: #231815;
 color: #FFF;
}
.more-btn:hover span::after {
 border-color: #FFF;
}

@media screen and (max-width: 1200px) {
 #location { padding: 80px 0;}
 #location ul li .txt-wrap { padding: 20px 0 0;}
 #location ul li .txt-wrap h3 .ch { font-size: 16px;}
 #location ul li .txt-wrap h3 .en { font-size: 10px;}
 #location ul li .txt-wrap h3 + p { font-size: 10px;}
 #location ul li .txt-wrap .add { font-size: 10px;}
 #location ul li .txt-wrap .btn {
  margin-top: 25px;
  font-size: 12px;
 }
 #location ul li .icon {
  top: 20px;
  right: 0;
 }
 #location ul li .icon span { width: 24px;}
 .more-btn {
  width: 360px;
  margin: 50px auto 0;
  text-align: center;
  line-height: 70px;
  font-size: 12px;
 }
 .more-btn span::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 28px;
  top: 29px;
 }
}
@media screen and (max-width: 920px) {
 #location ul.hide { margin-top: 40px;}
 #location ul li {
  width: 48%;
  margin: 40px 0 0 4%;
  display: inline-block;
  position: relative;
 }
 #location ul li:nth-child(3n+1) { margin-left: 4%;}
 #location ul li:nth-child(2n+1) { margin-left: 0;}
 #location ul li:nth-child(-n+3) { margin-top: 40px;}
 #location ul li:nth-child(-n+2) { margin-top: 0;}
 #location ul li:nth-child(3) { margin-top: 40px;}
 #location ul li:nth-child(2),
 #location ul li:nth-child(3n-1) {
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
      -ms-transition-delay: 0s;
       -o-transition-delay: 0s;
 }
 #location ul li:nth-child(3),
 #location ul li:nth-child(3n) {
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
      -ms-transition-delay: 0s;
       -o-transition-delay: 0s;
 }
 #location ul li:nth-child(even) {
  -webkit-transition-delay: 0.2s;
     -moz-transition-delay: 0.2s;
      -ms-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
 }
}
@media screen and (max-width: 640px) {
 #location { padding: 50px 0;}
 #location ul.hide {
  margin-top: 12px;
  padding-top: 12px;
  background: url(../../../img/common/dotline.png) left top repeat-x;
  -webkit-background-size: 4px 1px;
       -o-background-size: 4px 1px;
          background-size: 4px 1px;
 }
 #location ul li {
  width: 100%;
  display: block;
  margin: 12px auto 0 !important;
  padding-top: 12px;
  background: url(../../../img/common/dotline.png) left top repeat-x;
  -webkit-background-size: 4px 1px;
       -o-background-size: 4px 1px;
          background-size: 4px 1px;
 }

 #location ul li:nth-child(even) {
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
      -ms-transition-delay: 0s;
       -o-transition-delay: 0s;
 }
 #location ul li:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
  background: none;
 }
 #location ul { overflow: visible;}
 #location ul li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #1d1d1d;
  border-right: 1px solid #1d1d1d;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
 }
 #location ul li figure {
  width: 33.333%;
  display: inline-block;
  vertical-align: middle;
 }
 #location ul li a figure .pc { display: none;}
 #location ul li a figure .sp { display: block;}
 #location ul li .txt-wrap {
  width: 66.666%;
  padding: 0 0 0 5%;
  display: inline-block;
  vertical-align: middle;
 }
 #location ul li .txt-wrap h3 .ch { font-size: 14px;}
 #location ul li .txt-wrap h3 .en {
  padding-top: 0.5em;
  font-size: 9px;
 }
 #location ul li .txt-wrap h3 + p { display: none;}
 #location ul li .txt-wrap .add { display: none; /* font-size: 9px; */}
 #location ul li .icon span { width: 24px;}
 #location ul li .txt-wrap .btn { display: none;}
 #location ul li .icon {
  margin-top: 9px;
  position: static;
 }
 #location ul li .icon span {
  width: 18px;
  margin-left: 0;
  margin-right: 3px;
 }
 .more-btn {
  width: 90%;
  margin: 24px auto 0;
  line-height: 58px;
  font-size: 10px;
  -webkit-border-radius: 29px;
          border-radius: 29px;
 }
 .more-btn span::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 24px;
 }
}

/*---------------------------
  plan
---------------------------*/
#plans {
 margin: 0 auto;
 padding: 100px 0;
 background: #efefef;
}
.plan-list {
 margin: 0 auto;
 overflow: visible;
}
.plan-list li {
 height: auto;   
 background: #FFF;
}
.plan-list li a {
 padding: 4% 4% 30px;
 display: block;
}
.plan-list li a:hover { opacity: 0.8;}
.plan-list  a img {
 width: 100%;
 height: auto;
 line-height: 0;
}
.plan-list li a figure {}
.plan-list li a .txt-wrap {
 padding-top: 45px;
 text-align: center;
 position: relative;
}
.plan-list li a .txt-wrap dl {
 margin: 0 auto;
 text-align: center;
}
.plan-list li a .txt-wrap dl dt {
 margin: 0 auto;
}
.plan-list li a .txt-wrap dl dt img {
 width: auto;
 height: 52px;
}
.plan-list li:nth-child(6) a .txt-wrap dl dt img {
 width: auto;
 margin: 8px auto;
 height: 36px;
}
.plan-list li a .txt-wrap dl dd {
 margin-top: 20px;
 letter-spacing: 0.06em;
 line-height: 1.6;
 color: #878787;
 font-size: 14px;
}
.plan-list li a .txt-wrap dl dd span {
    display: inline-block;
    margin-top: 20px;
    letter-spacing: 0.075em;
    line-height: 1;
    color: #1d1d1d;
    font-size: 12px;
    background: #eee;
    padding: 5px 10px;
    line-height: 1.5;
    border-radius: 8px;
}    
.plan-list li a .txt-wrap .btn {
 width: 122px;
 margin: 0 auto;
 text-align: center;
 line-height: 2.2;
 color: #FFF;
 font-size: 12px;
 background: #1d1d1d;
}
.plan-list li a .txt-wrap .budge {
 width: 60px;
 margin-top: -30px;
 margin-left: -30px;
 position: absolute;
 top: 0;
 left: 50%;
}
.plan-list li a  .ribbon{
  position: absolute;
  right: 0;
  top: 0;
}
.plan-list li a  .ribbon img{
  width: 100%;
  max-width: 106px;
}

.swiper-container {
 width: 100%;
 max-width: 1308px;
 padding: 0 54px;
}
.swiper-wrapper {}
.swiper-button-prev { left: 0px !important;}
.swiper-button-next { right: 0px !important;}

@media screen and (max-width: 1200px) {
 #plans { padding: 80px 0;}
 .plan-list li a .txt-wrap { padding-top: 34px;}
 .plan-list li a .txt-wrap dl dt img { height: 40px;}
 .plan-list li:nth-child(6) a .txt-wrap dl dt img {
  margin: 6px auto;
  height: 28px;
 }
 .plan-list li a .txt-wrap dl dd { font-size: 12px;}
 .plan-list li a .txt-wrap .btn { font-size: 10px;}
 .plan-list li a .txt-wrap .budge {
  width: 48px;
  margin-top: -24px;
  margin-left: -24px;
 }
 .plan-list li a .ribbon img { width: 88px;}
}

@media screen and (max-width: 640px) {
 #plans { padding: 50px 0;}
 .plan-list li { width: 100%;}
 .plan-list li a { padding: 4% 4% 30px;}
 .plan-list li a .pc { display: none;}
 .plan-list li a .sp { display: block;}
 .plan-list li a figure {
  width: 100%;
  display: block;
 }
 .plan-list li a .txt-wrap {
  width: 100%;
  padding-top: 35px;
  display: block;
 }
  .plan-list li a .txt-wrap dl dt img { height: 40px;}
  .plan-list li a .txt-wrap dl dd {
  margin-top: 15px;
  font-size: 10px;
 }
  .plan-list li a .txt-wrap .btn {
  width: 100px;
  font-size: 9px;
 }
  .plan-list li a .txt-wrap .budge {
  width: 52px;
  margin-top: 0 !important;
  margin-left: -26px !important;
  margin-right: 0 !important;
  top: -26px !important;
  left: 50% !important;
  right: auto !important;
 }
 .plan-list li a .txt-wrap .btn { font-size: 9px;}
 .swiper-container {
  width: 80%;
  padding: 0 10%;
 }
 .swiper-button-prev { left: 2% !important;}
 .swiper-button-next { right: 2%!important;}
}

/*----------------------
  WORKS
----------------------*/
#works { padding: 100px 0 0;}
#works .portfolio-list {
 margin: 0 auto;
 text-align: center;
 font-size: 0;
 letter-spacing: 0;
}
#works .portfolio-list li {
 width: 30.6666%;
 margin: 0 0 60px 4%;
 display: inline-block; *display: inline; *zoom: 1;
 vertical-align: top;
}
#works .portfolio-list li:nth-child(3n+1) { margin-left: 0;}
#works .portfolio-list li:nth-child(3n-1) {
 -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
     -ms-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
}
#works .portfolio-list li:nth-child(3n) {
 -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
     -ms-transition-delay: 0.4s;
      -o-transition-delay: 0.4s;
}
#works .portfolio-list li a {
 display: block;
 position: relative;
}
#works .portfolio-list li a .thumbnail { overflow: hidden;}
#works .portfolio-list li a .thumbnail img {
 width: 100%;
 height: auto;
 line-height: 0;
 vertical-align: bottom;
 -webkit-transition: 0.5s ease;
 -moz-transition: 0.5s ease;
 -o-transition: 0.5s ease;
 transition: 0.5s ease;
 backface-visibility: hidden;
}
#works .portfolio-list li a:hover .thumbnail img {
-ms-transform: scale(1.075);
transform: scale(1.075);
-webkit-transition: 1s all; -moz-transition: 1s all; -o-transition: 1s all; transition: 1s all;
}
#works .portfolio-list li a h3 {
padding: 24px 0 0 15px;
text-align: left;
}
#works .portfolio-list li a h3 span {
 display: block;
 line-height: 1;
}
#works .portfolio-list li a h3 .loc-info {
 letter-spacing: 0.12em;
 vertical-align: baseline;
 font-size: 18px;
 font-weight: 300;
 text-transform: uppercase;
}
#works .portfolio-list li a h3 .loc-info i {
 vertical-align: baseline;
 line-height: 1;
 font-size: inherit;
 font-weight: inherit;
 font-style: normal;
 font-family: 'Open Sans',Helvetica,Arial,'Noto Sans JP',sans-serif;
}
#works .portfolio-list li a h3 .name {
 margin-top: 10px;
 letter-spacing: 0.05em;
 font-size: 12px;
 font-weight: 500;
}

@media screen and (max-width: 1200px) {
#works { padding: 80px 0 0}
#works .portfolio-list li a h3 { padding: 20px 0 0 0;}
#works .portfolio-list li a h3 .loc-info { font-size: 16px;}
#works .portfolio-list li a h3 .name { margin-top: 8px; font-size: 9px;}
}

@media screen and (max-width: 640px) {
#works { padding: 50px 0 0;width: 90%;margin:0 auto;}
#works .portfolio-list li {
 width: 49%;
 margin: 0 0 30px;
}
#works .portfolio-list li:nth-child(3n-1) {
 -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
     -ms-transition-delay: 0s;
      -o-transition-delay: 0s;
}
#works .portfolio-list li:nth-child(3n) {
 -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
     -ms-transition-delay: 0s;
      -o-transition-delay: 0s;
}
#works .portfolio-list li:nth-child(even) {
  margin-left: 2%;
 -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
     -ms-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
}
#works .portfolio-list li a h3 { height: auto; margin-top: 12px; padding: 0;}
#works .portfolio-list li a h3 .loc-info { padding-top: 0; font-size: 14px;}
#works .portfolio-list li a h3 .name { margin-top: 5px; font-size: 9px; opacity: 0.5;}
}

@media screen and (max-width: 480px) {
#works .portfolio-list li a h3 .loc-info { font-size: 11px;}
}

/*----------------------
 BLOG
----------------------*/

#blog {
 width: 90%;
 max-width: 1380px;
 padding-top: 100px;
 margin: 100px auto 0;
 border-top: 1px solid #efefef;
}
#blog .blog-list {
 padding-top: 40px;
 display: flex;
 -webkit-justify-content: space-between;
         justify-content: space-between;
}
#blog .blog-list li {
 max-width: 17.66%;
 -webkit-flex: 17.66%;
     -ms-flex: 17.66%;
         flex: 17.66%;
}
#blog .blog-list li figure {
 line-height: 0;
 overflow: hidden;
}
#blog .blog-list li figure img {
width: 225px;
height: 225px;
object-fit: cover;
margin: 0 auto;
 -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
     -ms-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
         transition: all 0.4s ease-out;
}
#blog .blog-list li a:hover figure img {
 opacity: 0.8;
 -moz-transform: scale(1.075,1.075);
 -webkit-transform: scale(1.075,1.075);
 -o-transform: scale(1.075,1.075);
 -ms-transform: scale(1.075,1.075);
 transform: scale(1.075,1.075);
}
#blog .blog-list li .txt-wrap { padding-top: 25px;}
#blog .blog-list li .txt-wrap .date {
 padding-bottom: 0.666em;
 letter-spacing: 0.1em;
 line-height: 1;
 font-size: 12px;
 opacity: 0.5;
}
#blog .blog-list li .txt-wrap h3 {
 line-height: 1.66;
 font-size: 16px;
 font-weight: 300;
}
#blog .btn,
#fair .btn {
 padding-top: 60px;
  letter-spacing: 0.1em;
  line-height: 2;
  font-family: 'Catamaran', sans-serif;
  font-size: 14px;
  font-weight: 400;
 text-align: center;
}
#blog .btn a,
#fair .btn a {
 padding-bottom: 5px;
 border-bottom: 1px solid #1d1d1d;
}
/*#blog .btn a:hover,
#fair .btn a:hover {
 color: #ff0000;
 border-bottom: 2px solid #ff0000;
}*/
@media screen and (max-width: 1200px) {
 #blog {
  padding-top: 80px;
  margin: 80px auto 0;
 }
 #blog .blog-list { padding-top: 30px;}
 #blog .blog-list li .txt-wrap { padding-top: 20px;}
 #blog .blog-list li .txt-wrap .date { font-size: 10px;}
 #blog .blog-list li .txt-wrap h3 { font-size: 14px;}
 #blog .btn,
 #fair .btn {
  padding-top: 40px;
  font-size: 14px;
 }
 #blog .btn a,
 #fair .btn a { padding-bottom: 3px;}
}
@media screen and (max-width: 768px) {
 #blog .blog-list {
  padding-top: 30px;
  display: block;
 }
 #blog .blog-list li {
  width: 100%;
  max-width: initial;
  padding-top: 30px;
  letter-spacing: -5px;
  font-size: 0;
 }
 #blog .blog-list li:first-child { padding-top: 0;}
 #blog .blog-list li figure {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
 }
 #blog .blog-list li figure img {
width: 100px;
height: 100px;
}
 #blog .blog-list li .txt-wrap {
  width: 70%;
  margin-top: -10px;
  padding: 0 0 0 20px;
  display: inline-block;
  vertical-align: middle;
 }
 #blog .blog-list li .txt-wrap .date {
  letter-spacing: 0.1em;
  font-size: 9px;
 }
 #blog .blog-list li .txt-wrap h3 {
  letter-spacing: 0.1em;
  font-size: 12px;
 }
 #blog .btn,
 #fair .btn {
  text-align: center;
  padding-top: 30px;
 }
}
@media screen and (max-width: 640px) {
 #blog {
  padding-top: 50px;
  margin-top: 50px;
 }
 #blog .blog-list li { padding-top: 15px;}
}
