@charset "utf-8";

/*----------------------------------------------------
keyVisual
----------------------------------------------------*/

#keyVisual {
  position: relative;
}
#keyVisual h1 img {
  width: 100%;
}
#keyVisual .shoulder {
  position: absolute;
  top: 850px;
  left: 800px;
  color: #000000;
  font-size: 12px;
  line-height: 1.2;
  padding: 5px 10px;
  text-align: left;
}
@media screen and (min-width: 751px) {
  #keyVisual .shoulder {
    font-size: 13px;
  }
}


/*----------------------------------------------------
news
----------------------------------------------------*/

#news {
  margin-top: 55px;
}
#news2 {
  margin-top: 15px;
}

#news ul {
  padding-top: 10px;
}
#news2 ul {
  padding-top: 10px;
}

#news li {
  position: relative;
  margin-top: 12px;
}
#news2 li {
  position: relative;
  margin-top: 12px;
}

#news li a {
  display: block;
  color: #000000;
}
#news2 li a {
  display: block;
  color: #000000;
}
#news li .date {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 112px;
  height: 22px;
  color: #ffffff;
  background: #e35246;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  padding: 0 1em;
  box-sizing: border-box;
}
#news2 li .date {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 112px;
  height: 22px;
  color: #ffffff;
  background: #e35246;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  padding: 0 1em;
  box-sizing: border-box;
}
#news li .title {
  color: #000000;
  text-align: left;
  margin-left: 120px;
  font-size: 14px;
  line-height: 22px;
}
#news2 li .title {
  color: #000000;
  text-align: left;
  margin-left: 120px;
  font-size: 14px;
  line-height: 22px;
}

@media screen and (min-width: 751px) {
  #news {
    margin-top: 110px;
  }
  #news2 {
    margin-top: 15px;
  }
  #news li a:hover .title {
    text-decoration: underline;
  }
  #news2 li a:hover .title {
    text-decoration: underline;
  }
}

/*----------------------------------------------------
twitter
----------------------------------------------------*/

#twitter {
  margin-top: 60px;
}
#twitter .body {
  padding: 0 6.8% 4%;
  background: url(../images/home/twitter_bg.png) no-repeat center bottom;
  background-size: 100% auto;
}
#twitter .body .forIE {
  display: none;
}
#twitter .body.ie .forIE {
  display: block;
  text-align: center;
  padding: 30px 0;
}
#twitter .body.ie .forIE a {
  display: inline-block;
  color: #e35246;
  font-size: 16px;
  line-height: 1.1;
  font-weight: bold;
  padding: 1.3em 1.3em 1em;
  border: solid 1px #e35246;
}
#twitter .body.ie .forIE a:hover {
  text-decoration: none;
}
#twitter .body.ie .noIE {
  display: none;
}
@media screen and (min-width: 751px) {
  #twitter {
    margin-top: 120px;
  }
  #twitter .body {
    padding: 0 0 40px;
  }
  #twitter .body.ie .forIE a {
    position: relative;
    padding: 1.3em 3em 1em;
    letter-spacing: 0.05em;
    transition: all 0.3s;
  }
  #twitter .body.ie .forIE a::after {
    position: absolute;
    top: 50%;
    right: 1.8em;
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    margin-top: -3px;
    border-top: 2px solid #e35246;
    border-right: 2px solid #e35246;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.3s;
  }
  #twitter .body.ie .forIE a:hover {
    color: #ffffff;
    background: #A88131;
  }
  #twitter .body.ie .forIE a:hover::after {
    border-top-color: #ffffff;
    border-right-color: #ffffff;
    right: 1.4em;
  }
}

/*----------------------------------------------------
gallery
----------------------------------------------------*/

#gallery {
  margin-top: 65px;
}
#gallery .bx-wrapper {
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}
#sliderWrap {
  position: relative;
  width: 100%;
  border: 1px solid #bb963e;
  box-sizing: border-box;
}
#gallery .bxPager {
  display: flex;
  flex-wrap: wrap;
  width: 101.66666%;
  margin-left: 7.66666%;
  overflow: hidden;
}
#gallery .bxPager a {
  display: block;
  width: 15%;
  margin-top: 1.66666%;
  margin-left: 1.66666%;
  box-sizing: border-box;
}
#gallery .detail .titleOrange {
  color:#e35246;
  font-size: 17px;
  margin-top: 60px;}

#gallery .detail .text {
  margin-top: 30px;
}
#gallery .detail .text.ja {
  font-size: 16px;
  text-align: justify;
}
#gallery .detail .text.eng {
  font-size: 11px;
  text-align: justify;
  word-break: break-all;
}

@media screen and (min-width: 751px) {
  #gallery {
    margin-top: 130px;
  }
  #gallery .bxPager {
    width: 102.66666%;
    margin-left: 5.66666%;
  }
  #gallery .bxPager a {
  	width: 14%;
	  margin-top: 2.66666%;
  	margin-left: 2.66666%;
  }
  #gallery .bxPager a img {
    -webkit-transition: all 0.3s;
  	transition: all 0.3s;
	}
	#gallery .bxPager a:hover img {
		opacity: 0.8;
	}
  #gallery .detail .titleOrange {
    font-size: 22px;
  }
}

/* bxText */
#bxText {
  margin-top: 20px;
  padding-bottom: 5px;
  position: relative;
  width: 100%;
  height: 0;
}
#bxText li {
  opacity: 0;
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#bxText li.view {
  opacity: 1;
  top: 0;
}
#bxText h3 {
  color: #e35246;
  font-size: 16px;
  line-height: 1.2;
}
#bxText p {
  margin-top: 1em;
  padding-top: 0.7em;
  border-top: dashed 1px #786e46;
  color: #786e46;
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
}
@media screen and (min-width: 751px) {
  #bxText {
    margin-top: 30px;
    padding-bottom: 15px;
  }
  #bxText h3 {
    font-size: 18px;
  }
}
/*----------------------------------------------------
banner
----------------------------------------------------*/

#banner {
  margin-top: 65px;
}
#banner .bx-wrapper {
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}
#sliderWrap {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
#banner .bxbtn {
  display: flex;
  flex-wrap: wrap;
  width: 101.66666%;
  overflow: hidden;
}
#banner .bxbtn a {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
#banner .detail .titleOrange {
  color:#e35246;
  font-size: 17px;
  margin-top: 60px;}

#banner .detail .text {
  margin-top: 30px;
}
#banner .detail .text.ja {
  font-size: 16px;
  text-align: justify;
}
#banner .detail .text.eng {
  font-size: 11px;
  text-align: justify;
  word-break: break-all;
}

@media screen and (min-width: 751px) {
  #banner {
    margin-top: 130px;
  }
  #banner .bxbtn {
    width: 102.66666%;
  }
  #banner .bxbtn a {
  	width: 100%;
  }
  #banner .bxbtn a img {
    -webkit-transition: all 0.3s;
  	transition: all 0.3s;
	}
	#banner .bxbtn a:hover img {
		opacity: 0.6;
	}
  #banner .detail .titleOrange {
    font-size: 22px;
  }
}

/* bxText */
#bxText {
  margin-top: 20px;
  padding-bottom: 5px;
  position: relative;
  width: 100%;
  height: 0;
}
#bxText li {
  opacity: 0;
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#bxText li.view {
  opacity: 1;
  top: 0;
}
#bxText h3 {
  color: #e35246;
  font-size: 16px;
  line-height: 1.2;
}
#bxText p {
  margin-top: 1em;
  padding-top: 0.7em;
  border-top: dashed 1px #786e46;
  color: #786e46;
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
}
@media screen and (min-width: 751px) {
  #bxText {
    margin-top: 30px;
    padding-bottom: 15px;
  }
  #bxText h3 {
    font-size: 18px;
  }
}

/*----------------------------------------------------
movie
----------------------------------------------------*/

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
