@charset "UTF-8";
/* //////////////////////////////////////////////////

　TOP のスタイル

////////////////////////////////////////////////// */
/*
  HEADER
-------------------------------------------------- */
#header .logo a {
  position: absolute;
  top: 20px;
  left: 70px;
  width: 110px;
  height: 207px;
  background-image: url("../img/common/logo_header_top.png");
}
#header.fix .logo a {
  position: static;
  width: 216px;
  height: 76px;
  background-image: url("../img/common/logo_header.png");
}
@media screen and (max-width: 1200px) {
  #header .logo a {
    position: static;
    width: 140px;
    height: 50px;
    background-image: url("../img/common/logo_header.png");
  }
  #header.fix .logo a {
    width: 140px;
    height: 50px;
  }
}

/*
  mainimg
-------------------------------------------------- */
@media screen and (max-width: 960px) {
  #mainimg {
    position: relative;
    display: block;
  }
}
#mainimg .image {
  position: relative;
  width: 77%;
}
#mainimg .image .item {
  min-height: 700px;
  background-position: center;
  background-size: cover;
}
#mainimg .image .item:nth-child(1) {
  background-image: url("../img/home/mainimg_01.jpg");
}
#mainimg .image .item:nth-child(2) {
  background-image: url("../img/home/mainimg_02.jpg");
}
#mainimg .image .item:nth-child(3) {
  background-image: url("../img/home/mainimg_03.jpg");
}
#mainimg .image .item:nth-child(4) {
  background-image: url("../img/home/mainimg_04.jpg");
}
#mainimg .image .item:nth-child(5) {
  background-image: url("../img/home/mainimg_05.jpg");
}
#mainimg .image::before {
  position: absolute;
  z-index: 90;
  top: 10px;
  right: 10px;
  content: "";
  width: 69px;
  height: 68px;
  background: url("../img/home/mrk_mainimg.png");
  background-size: 100%;
}
#mainimg .image::after {
  position: absolute;
  z-index: 90;
  top: 0;
  right: 0;
  content: "";
  width: 70px;
  height: 70px;
  background: linear-gradient(45deg, transparent 50%, #fff 0);
}
@media screen and (max-width: 960px) {
  #mainimg .image {
    width: calc(100% - 10px);
  }
  #mainimg .image .item {
    min-height: 550px;
  }
  #mainimg .image::before {
    top: 8px;
    right: 8px;
    width: 40px;
    height: 40px;
  }
  #mainimg .image::after {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 560px) {
  #mainimg .image .item {
    min-height: 380px;
  }
}
#mainimg .text {
  width: 23%;
  padding: 0 3%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#mainimg .text p {
  opacity: 0;
  transition: all 1.5s;
}
#mainimg .text p.view {
  transform: none;
  opacity: 1;
}
#mainimg .text .copy {
  margin: 30px 10px;
  transform: translateY(-30px);
}
#mainimg .text .txt {
  margin: 100px 0 30px;
  font-size: 0.8889em;
  transform: translateX(-30px);
}
#mainimg .text .button {
  display: flex;
}
#mainimg .text .button a + a {
  margin-left: 40px;
}
@media screen and (max-width: 1280px) {
  #mainimg .text .txt{
		font-size: 74%;
	}
	
  #mainimg .text .txt br{
	  display: none;
	}
}

@media screen and (max-width: 960px) {
  #mainimg .text {
    width: auto;
  }
  #mainimg .text .copy {
    position: absolute;
    top: 50px;
    left: 80px;
    margin: 0;
  }
  #mainimg .text .txt {
    position: absolute;
    bottom: 80px;
    right: 40px;
    margin: 0;
    color: #fff;
  }
  
  #mainimg .text .button {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  #mainimg .text .copy {
    top: 30px;
    left: 40px;
  }
  #mainimg .text .txt {
    bottom: 50px;
    right: 30px;
  }
  
    #mainimg .text .txt br{
	  display: block;
	}
}
#mainimg .slick-dots button {
  width: 80px;
  height: 4px;
  border-radius: 0;
}
#mainimg .slick-dots .slick-active button {
  background: #f5a100;
}
@media screen and (max-width: 560px) {
  #mainimg .slick-dots button {
    width: 40px;
  }
}


/*
  特集記事
-------------------------------------------------- */
/* 一覧 */
#special_list {
  padding-top: 70px;
}
#special_list h3 {
  margin-bottom: 60px;
}

#special_list .more.right {
    justify-content: flex-end;
}

#special_list .more {
    margin-top: 40px;
    display: flex;
    align-items: center;
    color: #606060;
    font-size: 1.1111em;
    text-decoration: none;
    transition: all .3s;
}

#special_list .more::after {
    margin-left: 0.6em;
    content: "";
    width: 72px;
    height: 7px;
    background: url(../img/common/arrow_more.png) no-repeat center;
    background-size: 100%;
}

#special_list .more:hover {
  opacity: .5;
}
@media screen and (max-width: 560px) {
  #special_list .more::after {
    width: 54px;
    height: 6px;
  }
}
@media screen and (max-width: 560px) {
  ##special_list {
    margin: 50px 0;
  }
  ##special_list  .more {
    justify-content: center;
    margin-top: 30px;
  }
}


#special_list li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 30px;
  margin-top: 30px;
}
#special_list li a {
  width: 34%;
}
#special_list li a img {
  width: 100%;
}
#special_list li .text {
  width: 66%;
  padding-left: 60px;
}
#special_list li .text time {
  color: #BFBFBF;
}
#special_list li .text h4 {
  margin: 0.5em 0;
  font-size: 1.3333em;
  line-height: 1.7;
}

#special_list li .text h4 a:hover{
  text-decoration: none;
  opacity: .5;
}

#special_list li .text span {
  color: #666;
  font-size: 0.8889em;
}
#special_list li:first-child a {
  width: 55%;
}
#special_list li:first-child .text {
  width: 45%;
  padding-left: 45px;
}
@media screen and (max-width: 960px) {
  #special_list li .text {
    padding-left: 30px;
  }
  #special_list li:first-child .text {
    padding-left: 30px;
  }
}
@media screen and (max-width: 560px) {
  #special_list {
    padding-top: 40px;
  }
  #special_list h3 {
    margin-bottom: 40px;
  }
  #special_list li {
    flex-direction: column;
  }
  #special_list li a {
    width: 100%;
  }
  #special_list li .text {
    width: 100%;
    padding: 10px 0 0;
  }
  #special_list li:first-child a {
    width: 100%;
  }
  #special_list li:first-child .text {
    width: 100%;
    padding: 10px 0 0;
  }
}



/*
  ずかん
-------------------------------------------------- */
#zukan {
  margin: 80px 0 120px;
}
#zukan .more {
  margin-top: 40px;
  display: flex;
  align-items: center;
  color: #606060;
  font-size: 1.1111em;
  text-decoration: none;
  transition: all .3s;
}
#zukan .more.right {
  justify-content: flex-end;
}
#zukan .more.center {
  justify-content: center;
}
#zukan .more::after {
  margin-left: 0.6em;
  content: "";
  width: 72px;
  height: 7px;
  background: url("../img/common/arrow_more.png") no-repeat center;
  background-size: 100%;
}
#zukan .more:hover {
  opacity: .5;
}
@media screen and (max-width: 560px) {
  #zukan .more::after {
    width: 54px;
    height: 6px;
  }
}
@media screen and (max-width: 560px) {
  #zukan {
    margin: 50px 0;
  }
  #zukan .more {
    justify-content: center;
    margin-top: 30px;
  }
}


/* bnr_area 
-------------------------------------------------- */
#bnr_area {
	margin: 80px 0 120px;
	display: flex;
    justify-content: center;
}

#bnr_area img{
	border: 1px solid #BFBFBF;
}


/*
  bg_fix
-------------------------------------------------- */
.bg_fix {
  height: 500px;
  background: url("../img/home/background.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}


@media screen and (max-width: 1366px) {
  .bg_fix {
    height: 400px;
    background-attachment: inherit;
  }
}

@media screen and (max-width: 1024px) {
  .bg_fix {
    height: 400px;
    background-attachment: inherit;
  }
}

@media screen and (max-width: 960px) {
  .bg_fix {
    height: 400px;
  }
}
@media screen and (max-width: 560px) {
  .bg_fix {
    height: 300px;
    background-attachment: inherit;
  }
}
