/*----------------------------------------------------

  top.css

----------------------------------------------------*/
/*
----------------------------------------------------*/
@media (min-width: 415px) {}
@media (min-width: 960px) {}
/* main
----------------------------------------------------*/
.swiper-container {}
.swiper-wrapper .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 60vh;
}
#conPht {
  position: relative;
}
#conPht .newsBox {
  position: absolute;
  bottom: 5%;
  padding: 0 30px 0 15px;
  z-index: 10;
  width: 100%;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  text-shadow: 0 0 3px #000;
}
#conPht .newsBox .ctt {
  text-align: left;
  margin-bottom: 0 !important;
}
#conPht .newsBox .ctt h3 {
  margin-bottom: 10px;
}
#conPht .newsBox .ctt h3:before {
  height: 0;
}
#conPht .newsBox a {
  color: #fff;
}
#conPht .newsBox dt {
  font-size: 1.1rem;
  padding: 6px 0 3px;
}
#conPht .newsBox dd {
  padding: 0 0 6px;
}
@media (min-width: 415px) {
  .swiper-wrapper .swiper-slide {
    height: 80vh;
  }
  #conPht .newsBox dt {
    padding: 10px 0 5px;
  }
  #conPht .newsBox dd {
    padding: 0 0 10px;
  }
}
@media (min-width: 960px) {
  .swiper-wrapper .swiper-slide {
    height: 100vh;
  }
  #conPht .newsBox {
    padding: 0 50% 0 40px;
    bottom: 10%;
  }
  #conPht .newsBox .ctt h3 {
    padding: 0;
  }
  #conPht .newsBox dt {}
  #conPht .newsBox dd {}
}
/* common
----------------------------------------------------*/
/* sec01
----------------------------------------------------*/
#sec01 {
  /*position: relative;
  background: rgba(255, 255, 255, .8);*/
  background-image: url("../img/top01.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  padding-top: 200px;
  background-color: #000;
  color: #fff;
}
/*#sec01::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: url("../img/top01.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}*/
#sec01 .txtBox {
  text-align: center;
  line-height: 2.2;
  /*text-shadow: 0 0 3px #000;*/
  padding: 0 25px;
  text-align: left;
}
@media (min-width: 415px) {
  #sec01 {
    /*background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.9) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.9) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ccffffff', GradientType=1);*/
    background-image: url("../img/top01pc.jpg");
    background-size: 46% auto;
    background-position: left center;
    padding: 30px 0;
  }
  #sec01 .secBox {}
  #sec01 .ctt {
    padding: 0 15px 0 50%;
  }
  #sec01 .txtBox {
    padding: 0 15px 0 50%;
    background: none;
  }
}
@media (min-width: 960px) {
  #sec01 {
    padding: 60px 0;
    background-size: 49% auto;
  }
  #sec01 .ctt {
    padding-left: 52%;
  }
  #sec01 .txtBox {
    line-height: 2.8;
    padding: 0 0 0 52%;
  }
}
/* sec02
----------------------------------------------------*/
#sec02 {
  background-image: url(../img/bg.png);
  background-attachment: fixed;
}
#sec02 ul {
  padding: 0 15px;
}
#sec02 ul::after {
  content: "";
  display: block;
  clear: both;
}
#sec02 .karakami01 {
  padding-bottom: 20px;
}
#sec02 .karakami a {
  background-position: center top;
  background-repeat: no-repeat;
  display: block;
  color: #fff;
  position: relative;
  overflow: hidden;
}
#sec02 .karakami01 a:after {
  background-image: url("../img/top02-1.jpg");
}
#sec02 .karakami02 a:after {
  background-image: url("../img/top02-2.jpg");
}
#sec02 .karakami a:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .8s ease-out;
  -moz-transition: all .8s ease-out;
  -ms-transition: all .8s ease-out;
  transition: all .8s ease-out;
}
#sec02 .karakami a:hover:after {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
#sec02 .karakami h3 {
  font-size: 2rem;
  text-align: center;
  height: 110px;
  line-height: 110px;
  text-shadow: 0 0 3px #333;
  z-index: 1;
  position: relative;
}
#sec02 .txt {
  padding: 10px 0 0;
}
@media (min-width: 415px) {
  #sec02 ul {
    padding: 0 30px;
  }
  #sec02 .karakami01 {
    float: left;
    width: 46%;
    padding-bottom: 0;
  }
  #sec02 .karakami02 {
    float: right;
    width: 46%;
  }
  #sec02 .karakami h3 {
    height: 120px;
    line-height: 120px;
    font-size: 2.4rem;
  }
}
@media (min-width: 960px) {
  #sec02 ul {
    padding: 0;
  }
  #sec02 .karakami h3 {
    font-size: 2.8rem;
    height: 180px;
    line-height: 180px;
  }
}
/* sec03
----------------------------------------------------*/
#sec03 {}
#sec03 .txtBox {
  padding: 0 20px;
}
#sec03 .txtBox ul::after {
  content: "";
  display: block;
  clear: both;
}
#sec03 .txtBox li {
  float: left;
  width: 48%;
  margin: 0 4% 15px 0;
}
#sec03 .txtBox li:nth-child(2n) {
  margin-right: 0;
}
#sec03 .txtBox a {
  display: block;
  position: relative;
}
#sec03 .txtBox p {
  overflow: hidden;
}
#sec03 .txtBox p img {
  -webkit-transition: all .8s ease-out;
  -moz-transition: all .8s ease-out;
  -ms-transition: all .8s ease-out;
  transition: all .8s ease-out;
}
#sec03 .txtBox p img:hover {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
#sec03 .txtBox h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .7);
  color: #fff;
  padding: 6px 8px;
  font-size: 1.2rem;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 415px) {
  #sec03 .txtBox li {
    width: 23.5%;
    margin: 0 2% 15px 0;
  }
  #sec03 .txtBox li:nth-child(2n) {
    margin-right: 2%;
  }
  #sec03 .txtBox li:nth-child(4n) {
    margin-right: 0;
  }
}
@media (min-width: 960px) {}
/* sec04
----------------------------------------------------*/
#sec04 {
  position: relative;
  background: rgba(0, 0, 0, .4);
}
#sec04::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: url("../img/top03.jpg") no-repeat center center;
  background-size: 100% auto;
  z-index: -1;
}
#sec04 .ctt h3 {
  color: #fff;
  text-shadow: 0 0 3px #000;
}
#sec04 .ctt h3:before {
  background-color: #fff;
}
#sec04 .txtBox {
  padding: 0 20px;
  color: #fff;
}
#sec04 .txtBox br {
  display: none;
}
@media (min-width: 415px) {
  #sec04 .txtBox {
    text-align: center;
  }
  #sec04 .txtBox br {
    display: block;
  }
}
@media (min-width: 960px) {
  #sec04::before {
    background-size: cover;
    background-attachment: fixed;
  }
}
/* sec04
----------------------------------------------------*/
/*#sec05 {
}
#sec05  .follow {
    text-align: center;
    padding: 0 0 15px;
}
#sec05  .follow a   {
    display: block;
    color: #fff;
    background: #d01c1d;
    width: 140px;
    margin: 0 auto;
    border-radius: 3px;
    line-height: 1;
    padding: 8px 0;
}
#sec05 #insta-window   {
    border: 0 !important;
}
#sec05 #insta-window   .iswd-images {
    display: block !important;
}
#sec05 #insta-window   .iswd-images::after  {
    content: '';
    display: block;
    clear: both;
}
#sec05 #insta-window   .iswd-images-item   {
    width: 47% !important;
    float: left !important;
    margin: 0 6% 15px 0;
    padding: 0 !important;
}
#sec05 #insta-window   .iswd-images-item:nth-child(2n)  {
    margin-right: 0;
}

@media (min-width: 415px) {

#sec05 #insta-window   .iswd-images-item   {
    width: 23.5% !important;
    margin: 0 2% 15px 0;
}
#sec05 #insta-window   .iswd-images-item:nth-child(2n)  {
    margin-right: 2%;
}
#sec05 #insta-window   .iswd-images-item:nth-child(4n)  {
    margin-right: 0;
}
}
@media (min-width: 960px) {}*/

/* kiyaku
----------------------------------------------------*/
.kiyaku .lead {
  padding: 0 0 20px;
}
.kiyaku dt {
  font-weight: bold;
  padding: 10px 0 5px;
}
.kiyaku dd {}
.kiyaku ol {
  list-style: decimal;
  margin-left: 1em;
}
.kiyaku ol ol {
  list-style-type: lower-roman;
}
@media (min-width: 415px) {}
@media (min-width: 960px) {}