@charset "utf-8";
/* mainvisual007 --------------------------------------*/
.mainvisual007 {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 1;
}
.mainvisual007 .bx-wrapper {
  position: absolute;
  z-index: -1;
  width: 100%;
  border: none;
  box-shadow: none;
}
.mainvisual007-slider {
  height: 100vh;
}
.mainvisual007-slider li {
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.mainvisual007-slider li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51,51,51,0.4);
}
.mainvisual007-slider li a {
  display: block;
  height: 100%;
}
.mainvisual-meta {
  color: #fff;
  position: absolute;
  bottom: 320px;
  left: 0;
  width: 100%;
  text-align: right;
  padding-right: 60px;
}
.mainvisual-title {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  padding-right: 40px;
}
.mainvisual-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.mainvisual-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(50deg) translate(-5px, -12px);
  transform: rotate(50deg) translate(-5px, -12px);
}
.mainvisual-category {
  font-size: 20px;
  padding: 2px 15px;
  letter-spacing: 0.2;
  margin-right: 10px;
}
.mainvisual-time {
  font-size: 14px;
  position: absolute;
  top: -20px;
}
.bx-controls {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99999;
}
.bx-pager-item {
  float: left;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
.bx-pager-item .bx-pager-link {
  background-color: #e5e4df;
  width: 10px;
  height: 10px;
  color: transparent;
  display: inline-block;
  font-size: 10px;
}
.bx-pager-item .bx-pager-link.active {
  background-color: #13356b;
  color: transparent;
}
.bx-prev, .bx-next {
  color: #333333;
  width: 60px;
  height: 100px;
  display: inline-block;
  background-color: #333333;
  position: relative;
}
.bx-prev::before {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 38px;
  left: 10px;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
.bx-prev::after {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 38px;
  left: 10px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}
.bx-next::before {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 38px;
  right: 10px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}
.bx-next::after {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 38px;
  right: 10px;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
.bnr-ec-wrapper {
  position: absolute;
  right: 60px;
  bottom: 100px;
}
.bnr-ec-wrapper a {
  display: inline-block;
}
.bnr-ec-wrapper img {
  width: 520px;
  max-width: 100%;
}
.bnr-ec-sp {
  display: none;
}
@media (max-width:1199px) {
  .mainvisual-meta {
    padding-right: 30px;
    bottom: 270px;
  }
  .mainvisual-title {
    font-size: 20px;
  }
  .mainvisual-time {
    font-size: 12px;
    top: -15px;
  }
  .bnr-ec-wrapper {
    right: 30px;
  }
  .bnr-ec-wrapper img {
    width: 380px;
  }
}
@media (max-width: 991px) {
  .mainvisual007 {
    margin-top: 109px;
  }
  .mainvisual-meta {
    bottom: 260px;
    text-align: left;
    padding-right: 15px;
    padding-left: 15px;
  }
  .mainvisual-title {
    font-size: 18px;
  }
  .mainvisual-time {
    letter-spacing: 0;
  }
  .bnr-ec-wrapper {
    right: 15px;
  }
  .bnr-ec-wrapper img {
    width: 300px;
  }
}
@media (max-width:767px) {
  .mainvisual007 {
    height: 360px;
  }
  .mainvisual007-slider {
    height: 360px;
  }
  .mainvisual007-slider li {
    height: 360px;
  }
  .mainvisual-meta {
    bottom: 40px;
  }
  .mainvisual-title {
    padding-bottom: 10px;
    padding-right: 30px;
  }
  .mainvisual-title::before {
    width: 20px;
    -webkit-transform: rotate(50deg) translate(-3px, -8px);
    transform: rotate(50deg) translate(-3px, -8px);
  }
  .mainvisual-time {
    font-size: 12px;
    top: -25px;
  }
  .bx-prev, .bx-next {
    width: 30px;
    height: 44px;
  }
  .bx-prev::before {
    width: 15px;
    height: 1px;
    top: 16px;
    left: 8px;
  }
  .bx-prev::after {
    width: 15px;
    height: 1px;
    bottom: 16px;
    left: 8px;
  }
  .bx-next::before {
    width: 15px;
    height: 1px;
    top: 16px;
    right: 8px;
  }
  .bx-next::after {
    width: 15px;
    height: 1px;
    bottom: 16px;
    right: 8px;
  }
  .bnr-ec-wrapper {
    display: none;
  }
  .bnr-ec-sp {
    display: block;
    text-align: center;
    background-color: #d7b681;
    padding: 20px 15px;
  }
  .bnr-ec-sp a {
    display: inline-block;
    vertical-align: bottom;
  }
  .bnr-ec-sp a img {
    width: 700px;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
}
@media (max-width:480px) {
  .mainvisual007 img.mainvisual {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: inherit;
    width: auto;
    height: 100%;
    z-index: -1;
  }
  .mainvisual-title {
    font-size: 14px;
    letter-spacing: 0;
  }
  .mainvisual-time {
    font-size: 10px;
    top: -20px;
}
}

/* スクロール促進 */
/*--------------------------------------------------*/
.explode-box {
  position: absolute;
  z-index: 9999;
  bottom: 100px;
  width: 100%;
}
.explode {
  position: absolute;
  width: 100%;
}
.explode .explode-text {
  position: absolute;
  color: #fff;
  font-size: 13px;
  left: 60px;
  letter-spacing: 0.2em;
  transform: translate(-35px,-60px) rotate(90deg);
}
.explode .explode-text i {
  font-size: 10px;
  margin-left: 5px;
  display: none;
}
.explode .explode-line {
  position: absolute;
  left: 60px;
  width: 1px;
  height: 110px;
  box-sizing: border-box;
  background-color: #ffffff;
}
.explode .explode-line::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 30px;
  margin-left: 0;
  background-color: #333333;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 80px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 80px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width:1199px) {
  .explode .explode-text {
    left: 30px;
  }
  .explode .explode-line {
    left: 30px;
  }
}
@media (max-width: 767px) {
  .explode-box {
    display: none;
  }
}


/* post001 */
/*--------------------------------------------------*/
.contents-news .container-fluid {
  /* padding-right: 60px; */
}
a.news-list {
  display: inline-block;
  height: 360px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 220px 15px 0;
}
.post001-inner {
  position: relative;
}
/* list */
.contents01 p.post001-title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  vertical-align: middle;
  margin-top: 10px;
}
.single-meta {
  /* position: absolute;
  top: 240px;
  left: 20px; */
  position: relative;
  z-index: 2;
}
/* date */
.single-time {
  color: #fff;
  font-size: 14px;
}
/* category */
.single-terms {
  color: #af6d04;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 4px 12px;
  margin-right: 10px;
}
/* eyecatching */
.eyecatching {
  margin-bottom: 20px;
  position: relative;
}
/* mask */
a.news-list .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(51,51,51,.6);
  z-index: 1;
  -webkit-transition: ease .4s;
  transition: ease .4s;
}
a.news-list:hover .mask {
  background-color: rgba(51,51,51,0);
  -webkit-transition: ease .4s;
  transition: ease .4s;
}
.tag-wrapper {
  margin-top: 20px;
}
.tag-wrapper ul li {
  color: #fff;
  float: left;
  font-size: 14px;
  margin-right: 5px;
}
.tag-wrapper ul li:last-child {
  margin-right: 0;
}
/* media query */
@media (max-width:1199px) {
  a.news-list {
    height: 300px;
    padding: 140px 15px 0;
  }
}
@media (max-width:991px) {
  a.news-list {
    height: 260px;
    padding: 100px 20px 0;
  }
  .single-meta {
    /* top: 40px; */
  }
  .contents01 p.post001-title {
    font-size: 16px;
  }
  .single-terms {
    font-size: 12px;
    padding: 2px 10px;
    margin-right: 5px;
  }
  .single-time {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  a.news-list {
  }
  .news-list:last-child {
    margin-bottom: 0;
  }
  .single-meta {
    /* top: 30px;
    left: 10px; */
  }
  .tag-wrapper ul li {
    font-size: 12px;
  }
  .contents01 p.post001-title {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .contents01 p.post001-title {
    font-size: 12px;
    margin-top: 5px;
  }
  a.news-list {
    height: 160px;
    padding: 20px 10px 0;
  }
  .tag-wrapper ul li {
    font-size: 10px;
  }
  .tag-wrapper {
    margin-top: 10px;
  }
}



/* contents01 */
.contents01 {
}
.contents01 .contents-right {
  position: relative;
  padding-right: 60px;
}
.contents01 .text-wrapper {
  padding-top: 20%;
  text-align: center;
}
.contents01 .text-wrapper a {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  letter-spacing: 0.1em;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}
.contents01 .text-wrapper a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #af6d04;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  z-index: -1;
}
.contents01 .text-wrapper a:hover {
  color: #af6d04;
}
.contents01 .text-wrapper a:hover::after {
  width: 0;
}
.contents01 h2 span {
  color: #888;
  font-size: 14px;
  display: block;
}
.contents01 p {
  line-height: 2.4em;
}
.contents01 .contents-button001-wrapper {
  right: 10px;
  top: calc(360px - 40px);
}
@media (max-width:1600px) {
  .contents01 .text-wrapper {
    padding-top: 30%;
  }
}
@media (max-width:1400px) {
  .contents01 h2 {
    text-align: left;
  }
  .contents01 p {
    text-align: left;
  }
}
@media (max-width:991px) {
  .contents01 .text-wrapper {
    margin-bottom: 60px;
    padding-top: 0;
  }
  .contents01 .contents-button001-wrapper {
    top: calc(260px - 40px);
  }
}
@media (max-width:767px) {
  .contents01 h2 {
    margin-bottom: 20px;
  }
  .contents01 p {
    line-height: 1.8em;
  }
  .contents01 .contents-button001-wrapper {
    top: calc(160px - 40px);
  }
}

/* contents02 */
.contents.contents02 {
  padding: 80px 0 80px;
}
.contents02 .contents-left {
  background-image: url('../images/index/contents02-image01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.contents02 .contents-right {
  padding-top: 60px;
  padding-bottom: 60px;
}
.contents02 .contents02-text {
  text-align: center;
}
.contents02 dl {
  margin-bottom: 25px;
}
.contents02 dl:last-child {
  margin-bottom: 0;
}
.contents02 dl dt {
  color: #af6d04;
  font-size: 20px;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}
.contents02 dl dd {
  color: #888;
  font-size: 16px;
}
.contents02 dl dd span {
  display: block;
  margin-bottom: 10px;
}
.contents02 dl dd span:last-child {
  margin-bottom: 0;
}
@media (max-width:1199px) {
  .contents02 .contents02-text {
    text-align: left;
  }
}
@media (max-width:991px) {
  .contents.contents02 {
    padding: 60px 0;
  }
  .contents02 .contents-left {
    height: 360px;
  }
  .contents02 .contents-right {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .contents02 dl dt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
}
@media (max-width:767px) {
  .contents02 .contents-left {
    height: 280px;
  }
}
/* contents02 */
.contents.contents03 {
  padding: 0 60px 80px 0;
  position: relative;
}
.contents03 .contents-button001-wrapper {
  right: 5px;
  top: calc(200px - 40px);
}
@media (max-width:991px) {
  .contents.contents03 {
    padding: 0 60px 60px 0;
  }
}

/* instagram */
.contents-instagram {
  padding: 0 60px 80px;
  position: relative;
}
.instagram-button {
  position: absolute;
  top: calc(50% - 62px);
  right: 12px;
}
.instagram-button a {
  display: inline-block;
}
.instagram-button img {
  width: 40px;
}
@media (max-width:991px) {
  .contents-instagram {
    padding: 0 60px 60px 15px;
  }
  .instagram-button {
    top: calc(50% - 45px);
    right: 17px;
  }
  .instagram-button img {
    width: 30px;
  }
}
