@charset "utf-8";
/* Author: Hosaka */
/* ---------------------------------------------------
	top
------------------------------------------------------ */
#contents {
  max-width: 1200px;
  padding-right: 320px;
}
@media screen and (max-width: 767px) {
	#contents {
	  padding-right: 0;
	}
}

/* ---------------------------------------------------
	mainvisual
------------------------------------------------------ */
#mainvisual {
  position: relative;
  margin-bottom: 45px;
  padding-top: 100px;
}
#mainvisual:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80%;
  background: #f8b500;
}
#mainvisual .main-slider {
  position: relative;
  background: #fff;
}
#mainvisual .main-slider .slick-slider {
	margin-bottom: 0;
	padding-bottom: 0;
}
#mainvisual .main-slider .slide {
  height: 620px;
}
#mainvisual .main-slider .slide > img {
  display: none;
}
#mainvisual .main-slider .slide01 {
  background: url(../img/home/img-main-01.jpg) no-repeat center;
  background-size: cover;
}
#mainvisual .main-slider .slide02 {
  background: url(../img/home/img-main-02.jpg) no-repeat center;
  background-size: cover;
}
#mainvisual .main-slider .slide03 {
  background: url(../img/home/img-main-03.jpg) no-repeat center;
  background-size: cover;
}
#mainvisual .main-tit {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
  line-height: 1.88;
  text-shadow: 2px 2px 6px black;
  z-index: 100;
}
#mainvisual .main-tit h2 {
  margin-bottom: 30px;
  text-align: center;
}
#mainvisual .main-tit h2 img {
  width: 510px;
}
#mainvisual .main-tit p {
  max-width: 500px;
  margin: 0 auto;
}
#mainvisual .main-scroll {
  margin-top: 10px;
  width: 100px;
  margin: 0 auto;
  color: #4c4948;
  font-size: 10px;
  line-height: 1;
  letter-spacing: .07em;
  text-align: center;
}
#mainvisual .main-scroll a {
  color: #4c4948;
  font-weight: bold;
  text-decoration: none;
}
#mainvisual .main-scroll .bar {
  position: relative;
  display: block;
  margin: 3px auto 0;
  width: 2px;
  height: 40px;
}
#mainvisual .main-scroll .bar:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 0;
  height: 100%;
  margin-left: -1px;
  border-left: 1px solid #4c4948;
  opacity: .5;
}
#mainvisual .main-scroll .bar:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 10px;
  border-left: 2px solid #4c4948;
  animation: -webkit-dotsAnime 2.4s infinite;
  animation: dotsAnime 2.4s infinite;
}

@keyframes -webkit-dotsAnime {
  0% {
    top: 0%;
  }
  80% {
    top: 80%;
  }
  100% {
    top: 80%;
  }
}
@keyframes dotsAnime {
  0% {
    top: 0%;
  }
  80% {
    top: 80%;
  }
  100% {
    top: 80%;
  }
}

@media screen and (max-width: 767px) {
  #mainvisual {
    margin-bottom: 100px;
    padding-top: 80px;
    padding-bottom: 30px;
  }
  #mainvisual:before {
    height: 100%;
  }
  #mainvisual .main-slider {
    position: relative;
    background: none;
  }
  #mainvisual .main-slider .slide {
    height: auto;
    background: none;
  }
  #mainvisual .main-slider .slide > img {
    display: block;
  }
  #mainvisual .main-tit {
    position: relative;
    display: block;
    height: auto;
    margin-top: -45px;
    font-size: 16px;
  }
  #mainvisual .main-tit h2 {
    margin-bottom: 30px;
    text-align: center;
  }
  #mainvisual .main-tit h2 img {
    width: 510px;
  }
  #mainvisual .main-tit p {
    max-width: 500px;
    margin: 0 auto;
  }
  #mainvisual .main-scroll {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 15px);
  }
}
/* ---------------------------------------------------
	main-bnr
------------------------------------------------------ */
#main-bnr {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
#main-bnr .bnr-slide {
  width: 662px;
  max-width: 75.3%;
  padding: 6px;
  background: #dcdddd;
  font-size: 0;
  line-height: 1;
	margin-bottom: 0;
}
#main-bnr .bnr-thumb {
  width: 212px;
  max-width: 24.1%;
  margin-bottom: -4px;
  font-size: 0;
  line-height: 1;
	padding-bottom: 0;
}
#main-bnr .bnr-thumb .slick-slide {
  border: none;
}
#main-bnr .bnr-thumb .slide {
  margin: 0 0 4px;
  padding: 0;
  border: none;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  #main-bnr {
    display: block;
  }
  #main-bnr .bnr-slide {
    width: 100%;
    max-width: 100%;
    padding: 4px;
  }
  #main-bnr .bnr-slide .slide img {
    width: 100%;
  }
  #main-bnr .bnr-thumb {
    width: calc(100% + 4px);
    max-width: calc(100% + 4px);
    margin: 4px -2px 0;
  }
  #main-bnr .bnr-thumb .slide {
    margin: 0;
    padding: 0 2px;
  }
  #main-bnr .bnr-thumb .slide img {
    width: 100%;
  }
}
/* ---------------------------------------------------
	sec01
------------------------------------------------------ */
#sec01 {
  padding-top: 30px;
}
#sec01 h2 {
  margin: 0;
  padding: 0;
  line-height: 1;
  text-align: left;
}
#sec01 .sec-list li + li {
  border-top: 1px solid #aaa;
}
#sec01 .sec-list li a {
  display: flex;
  width: 100%;
  padding: 16px 25px;
  line-height: 1.5;
  text-decoration: none;
}
#sec01 .sec-list li a:hover .tit {
  color: #eb5c01;
}
#sec01 .sec-list li .date {
  width: 130px;
}
#sec01 .sec-list li .tit {
  width: calc(100% - 130px);
  font-weight: bold;
  transition: color .2s;
}
#sec01 .sec-btn {
  margin-top: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #sec01 {
    padding-top: 30px;
  }
  #sec01 .sec-list li a {
    width: 100%;
    padding: 12px 10px;
  }
  #sec01 .sec-list li a:hover .tit {
    color: #231815;
  }
  #sec01 .sec-list li .date {
    width: 130px;
  }
}
/* ---------------------------------------------------
	sec02
------------------------------------------------------ */
#sec02 {
  padding-top: 20px;
}
#sec02:after {
  content: "";
  display: block;
  width: 100px;
  height: 0;
  margin: 0 auto;
  border-top: 2px solid #000;
}
#sec02 h2 {
  margin: 0 0 15px;
  padding: 0;
  line-height: 1;
  text-align: left;
}
#sec02 .sec-list {
  justify-content: flex-start;
}
#sec02 .sec-list li {
  width: 283px;
  max-width: 32.2%;
  margin: 0 1.7% 15px 0;
	position: relative;
	overflow: hidden;
	height: 183px;
}
#sec02 .sec-list li:nth-of-type(3n) {
  margin-right: 0;
}
#sec02 .sec-list li a {
	position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: auto; height: auto; min-width: 100%; min-height: 100%;
}
#sec02 .sec-btn {
  margin-top: 10px;
  text-align: center;
}
#sec02 .sec-bnr {
  padding: 60px 0 70px;
}
#sec02 .sec-bnr .bnr-big {
  width: 47.5%;
}
#sec02 .sec-bnr .bnr-small {
  width: 47.5%;
}
#sec02 .sec-bnr .bnr-small a {
  display: block;
}
#sec02 .sec-bnr .bnr-small a + a {
  margin-top: 5.98%;
}

@media screen and (max-width: 767px) {
  #sec02 {
    padding-top: 40px;
  }
  #sec02 .sec-list {
    justify-content: space-between;
  }
  #sec02 .sec-list li {
    width: calc(50% - 5px);
    max-width: 50%;
    margin: 0 0 10px 0;
  }
  #sec02 .sec-list li img {
    width: 100%;
  }
  #sec02 .sec-btn {
    margin-top: 10px;
    text-align: center;
  }
  #sec02 .sec-bnr {
    padding: 40px 0 40px;
  }
  #sec02 .sec-bnr img {
    width: 100%;
  }
  #sec02 .sec-bnr .bnr-big {
    width: 100%;
  }
  #sec02 .sec-bnr .bnr-big img {
    width: 100%;
  }
  #sec02 .sec-bnr .bnr-small {
    width: 100%;
    margin-top: 4%;
  }
  #sec02 .sec-bnr .bnr-small a {
    width: 100%;
  }
  #sec02 .sec-bnr .bnr-small a + a {
    margin-top: 4%;
  }
  #sec02 .sec-bnr .bnr-small img {
    width: 100%;
  }
}
/* ---------------------------------------------------
	sec03
------------------------------------------------------ */
#sec03 {
  margin: 70px 0 60px;
  padding: 50px 60px 45px;
  background: #f9f6f1;
  color: #4e2d23;
  font-size: 22px;
}
#sec03 h2 {
  padding: 0;
  margin: 0 0 25px;
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
}
#sec03 h2 .big {
  display: inline-block;
  margin-top: 20px;
  font-size: 40px;
  font-weight: bold;
}
.is_tablet #sec03 h2 .big {
  font-size: 38px;
}
#sec03 .sec-btn {
  margin-top: 30px;
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #sec03 {
    margin: 40px 0 40px;
    padding: 30px 20px 30px;
    font-size: 18px;
  }
  #sec03 h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  #sec03 h2 .big {
    margin-top: 15px;
    font-size: 30px;
  }
  #sec03 .sec-btn {
    margin-top: 20px;
  }
}
/* ---------------------------------------------------
	sec04
------------------------------------------------------ */
#sec04 .sec-row01 {
  padding-bottom: 80px;
}
#sec04 .sec-row01 .row-bnr01 {
  margin-bottom: 60px;
}
#sec04 .sec-row01 .row-bnr01 .bnr-tit {
  margin-bottom: 25px;
  line-height: 1;
  text-align: center;
}
#sec04 .sec-row01 .row-bnr01 .bnr-pic {
  justify-content: flex-start;
}
#sec04 .sec-row01 .row-bnr01 .bnr-pic > div {
  width: 200px;
  max-width: 22.73%;
  margin: 0 3% 20px 0;
}
#sec04 .sec-row01 .row-bnr01 .bnr-pic > div:nth-of-type(4n) {
  margin-right: 0;
}
#sec04 .sec-row01 .row-bnr02 {
  align-items: flex-start;
}
#sec04 .sec-row01 .row-bnr02 .bnr-movie {
  position: relative;
  width: 590px;
  max-width: 67.05%;
  height: 0;
  padding-top: calc(230 / 590 * 100%);
}
#sec04 .sec-row01 .row-bnr02 .bnr-movie iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#sec04 .sec-row01 .row-bnr02 .bnr-small {
  width: 284px;
  max-width: 32.28%;
}
#sec04 .sec-row01 .row-bnr02 .bnr-small a {
  display: block;
}
#sec04 .sec-row01 .row-bnr02 .bnr-small a + a {
  margin-top: 2.2%;
}
#sec04 .sec-row02 {
  position: relative;
  padding: 70px 0;
}
#sec04 .sec-row02:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  width: 100px;
  height: 0;
  margin: 0 auto;
  border-top: 2px solid #000;
}
#sec04 .sec-row03 {
  position: relative;
  padding: 70px 0 20px;
}
#sec04 .sec-row03:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  width: 100px;
  height: 0;
  margin: 0 auto;
  border-top: 2px solid #000;
}
#sec04 .sec-row03 .bnr-small {
  width: 47.5%;
  margin-bottom: 50px;
}
#sec04 .sec-row03 .bnr-big {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  overflow: hidden;
}
#sec04 .sec-row03 .bnr-big:hover .bnr-bg {
  transform: scale(1.04);
}
#sec04 .sec-row03 .bnr-big .bnr-bg {
  transition: all .4s;
}
#sec04 .sec-row03 .bnr-big .bnr-tit {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}
#sec04 .sec-row03 .bnr-big .bnr-tit .tit-txt {
  display: block;
  color: #fff;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: .15em;
  line-height: 1.2;
}
#sec04 .sec-row03 .bnr-big .bnr-tit .tit-txt .icon {
  display: block;
  margin: 5px auto 0;
}
#sec04 .sec-row03 .bnr-big .bnr-tit .tit-tit {
  display: block;
  margin: 10px 0;
  color: #f8b500;
  font-size: 68px;
  font-weight: bold;
  letter-spacing: .2em;
  line-height: 1.2;
}
#sec04 .sec-row03 .bnr-big .bnr-tit .tit-more {
  display: block;
  color: #f8b500;
  font-weight: bold;
  line-height: 1.2;
}
#sec04 .sec-row03 .bnr-big .bnr-tit .tit-more .icon {
  margin-left: 10px;
}
#sec04 .sec-row04 {
  position: relative;
  padding: 15px 0 135px;
}
#sec04 .sec-row04:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  width: 100px;
  height: 0;
  margin: 0 auto;
  border-top: 2px solid #000;
}
#sec04 .sec-row04 h2 {
  margin: 0 0 15px;
  padding: 0;
  line-height: 1;
  text-align: left;
}
#sec04 .sec-row04 .row-list {
  justify-content: flex-start;
}
#sec04 .sec-row04 .row-list .list-item {
  position: relative;
  display: block;
  width: 280px;
  max-width: 31.82%;
  margin: 0 2.25% 30px 0;
  text-decoration: none;
}
#sec04 .sec-row04 .row-list .list-item:hover .item-tit {
  opacity: 1;
}
#sec04 .sec-row04 .row-list .list-item:nth-of-type(3n) {
  margin-right: 0;
}
#sec04 .sec-row04 .row-list .list-item .item-tit {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 12% 0 0 10%;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.1875;
  text-shadow: 2px  2px 0px #231815, -2px  2px 0px #231815, 2px -2px 0px #231815, -2px -2px 0px #231815, 2px  0px 0px #231815, 0px  2px 0px #231815, -2px  0px 0px #231815, 0px -2px 0px #231815;
  opacity: 0;
  transition: opacity .3s;
}

@media screen and (max-width: 1280px) {
  #sec04 .sec-row04 .row-list .list-item .item-tit {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  #sec04 .sec-row01 {
    padding-bottom: 40px;
  }
  #sec04 .sec-row01 .row-bnr01 {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  #sec04 .sec-row01 .row-bnr01 .bnr-pic > div {
    margin-bottom: 10px;
  }
  #sec04 .sec-row01 .row-bnr01 .bnr-pic img {
    width: 100%;
  }
  #sec04 .sec-row01 .row-bnr01 .bnr-tit {
    width: 100%;
    max-width: 100%;
    margin-bottom: 3%;
    text-align: center;
  }
  #sec04 .sec-row01 .row-bnr01 .bnr-tit img {
    max-width: 48%;
  }
  #sec04 .sec-row01 .row-bnr02 .bnr-movie {
    width: 100%;
    max-width: 100%;
    margin-bottom: 5%;
    padding-top: 56.25%;
  }
  #sec04 .sec-row01 .row-bnr02 .bnr-small {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
  }
  #sec04 .sec-row01 .row-bnr02 .bnr-small a {
    display: block;
    width: 47.5%;
  }
  #sec04 .sec-row01 .row-bnr02 .bnr-small a + a {
    margin-top: 0;
  }
  #sec04 .sec-row01 .row-bnr02 .bnr-small img {
    width: 100%;
  }
  #sec04 .sec-row02 {
    padding: 40px 0;
  }
  #sec04 .sec-row03 {
    padding: 40px 0 20px;
  }
  #sec04 .sec-row03 .bnr-small {
    width: 47.5%;
    margin-bottom: 5%;
  }
  #sec04 .sec-row03 .bnr-small img {
    width: 100%;
  }
  #sec04 .sec-row03 .bnr-big {
    width: 100%;
    margin-bottom: 5%;
  }
  #sec04 .sec-row03 .bnr-big:hover .bnr-bg {
    transform: scale(1);
  }
  #sec04 .sec-row03 .bnr-big .bnr-bg {
    width: 120%;
    max-width: 120%;
    margin: 0 -10%;
  }
  #sec04 .sec-row03 .bnr-big .bnr-tit .tit-txt {
    font-size: 6vw;
  }
  #sec04 .sec-row03 .bnr-big .bnr-tit .tit-tit {
    font-size: 11vw;
  }
  #sec04 .sec-row03 .bnr-big .bnr-tit .tit-more {
    font-size: 3.75vw;
  }
  #sec04 .sec-row04 {
    padding: 30px 0 40px;
  }
  #sec04 .sec-row04 .row-list {
    justify-content: space-between;
  }
  #sec04 .sec-row04 .row-list .list-item {
    position: relative;
    display: block;
    width: 47.5%;
    max-width: 47.5%;
    margin: 0 0 5% 0;
  }
  #sec04 .sec-row04 .row-list .list-item .item-tit {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 12% 0 0 10%;
    font-size: 6vw;
    opacity: 1;
  }
}
/*-------------------------------------------*/
/*
/*　　IE用cssハック
/*
/*-------------------------------------------*/
/*-------------------------------------------*/
/*
/*　　print
/*
/*-------------------------------------------*/
