@charset "utf-8";

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

　   COMMON

--------------------------------------------------------------------------------------------- */
.read {
  text-align: center;
}
.link {
  color: #2743d0;
  text-decoration: underline;
}
@media only screen and ( max-width : 768px ) {
  .read {
  }
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 769px ) {
  .read {
    font-size: 35px;
  }
  section p {
    font-size: 20px;
  }
}

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

　   TOP

--------------------------------------------------------------------------------------------- */
#mainImage {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#mainImage .ttl {
  -webkit-animation-delay:0.5s;
  -moz-animation-delay:0.5s;
  -o-animation-delay:0.5s;
  animation-delay:0.5s;
  z-index: 99999;
  position: absolute;
  top: 50%;
  left: 25%;
  width: 50%;
}
#mainImage .ttl h1 {
  z-index: 3;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.mask {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.36);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.slider {
	width: 100%;
}
.slide01 {
 background: url(../img/slide01.jpg) no-repeat center;
  background-size: cover;
}
.slide02 {
 background: url(../img/slide02.jpg) no-repeat center;
  background-size: cover;
}
.slide03 {
 background: url(../img/slide03.jpg) no-repeat center;
  background-size: cover;
}
@media only screen and ( max-width : 768px ) {
  .slick-track {
    height: 400px;
  }
  #mainImage .ttl h1 img {
    width: 100%;
	  	font-size: 100%;
  }
		#mainImage .ttl {
		left: 0;
		width: 100%;
	}
}

@media only screen and ( max-width : 480px ) {
  .slick-track {
    height: 250px;
  }
	#mainImage .ttl {
		left: 0;
		width: 100%;
	}
  #mainImage .ttl h1 img {
    width: 100%;
  }
}

@media print, screen and ( min-width : 769px ) {
  .slick-track {
	  height: 580px;
  }
}


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

　   READ

--------------------------------------------------------------------------------------------- */
#read {
}
#read p {
  line-height: 2em;
  text-align: center;
}
.ph li {
  float: left;
  width: 50%;
}
.brand,.brand02 {
    -js-display : flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.brand li {
  width: 40%;
  text-align: center;
}
.brand02 li {
  width: 30%;
}

@media only screen and ( max-width : 768px ) {
  #read {
    background-size: 80%;
    background-position: center;
  }
  .brand li {
    margin-right: 8%;
    /*width: 30.66666666666667%;*/
    width: 15%;
  }
  .brand02 li {
    margin-bottom: 30px;
    margin-right: 4%;
    width: 30.66666666666667%;
  }
  .brand li:last-child,.brand02 li:last-child {
    margin-right: 0;
  }
}

@media only screen and ( max-width : 480px ) {
  #read p {
    text-align: left;
  }
  .brand li {
  }
}

@media print, screen and ( min-width : 769px ) {
  .brand li,.brand02 li {
    margin-bottom: 60px;
  }
}

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

　   INT

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

.intbox {
  position: relative;
  z-index: 1;
}
.intbox a {
  display: block;
}
.position {
  background: #000;
  color: #fff;
  position: absolute;
  z-index: 3;
  left: 10px;
  top: -10px;
  padding: 0 10px;
  font-size: 15px;
}
.name {
  background: #f4f4f4;
  position: absolute;
  z-index: 3;
  bottom: -15px;
  width: 260px;
  left: -100%;
  right: -100%;
  margin: auto;
  text-align: center;
}

.intbox .image {
  overflow: hidden;
  z-index: 2;
}

@media only screen and ( max-width : 768px ) {
  .intbox {
    margin: 0 auto 60px;
    width: 330px;
  }
  .intbox:last-child {
    margin-bottom: 20px;
  }
  .name {
    font-size: 20px;
  }
  .entry_year {
    font-size: 14px;
    margin-left: 20px;
  }
}
@media only screen and ( max-width : 480px ) {
  .intbox {
    margin-bottom: 50px;
  }
  .name {
    font-size: 18px;
  }
  .entry_year {
    font-size: 13px;
    margin-left: 20px;
  }
}

@media print, screen and ( min-width : 769px ) {
  .interview {
    -js-display : flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
  }
  .intbox {
    width: 30%;
  }
  .intbox .image img {
    -moz-transition: -moz-transform 0.5s linear;
      -webkit-transition: -webkit-transform 0.5s linear;
      -o-transition: -o-transform 0.5s linear;
      -ms-transition: -ms-transform 0.5s linear;
      transition: transform 0.5s linear;
  }
  .intbox a:hover .image img {
    -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
  }
  .name {
    font-size: 22px;
  }
  .entry_year {
    font-size: 15px;
    margin-left: 20px;
  }
}

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

　   AREA

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

.area_ph li {
  float: left;
  width: 25%;
}


@media only screen and ( max-width : 768px ) {
  #area .txt p {
    text-align: center;
  }
}

@media only screen and ( max-width : 480px ) {
  #area .txt p {
    text-align: left;
  }
  .area_ph li {
    width: 50%;
  }
}

@media print, screen and ( min-width : 769px ) {
  #area .image {
    float: left;
    margin-right: 2%;
  }
  #area .txt {
    float: right;
  }
  #area .image,#area .txt {
    width: 49%;
  }
}



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

　   ENTRY

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

.entry_ph li {
  float: left;
  width: 48.5%;
  margin-right: 3%;
}
.entry_ph li:last-child {
  margin-right: 0;
}
.entry_link {
  display: block;
  color: #fff;
  text-align: center;
background: #ab0d28; /* Old browsers */
background: -moz-linear-gradient(top, #ab0d28 0%, #801224 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ab0d28 0%,#801224 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ab0d28 0%,#801224 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab0d28', endColorstr='#801224',GradientType=0 ); /* IE6-9 */
}
.entry_link:hover {
  filter: alpha(opacity=40);
  -moz-opacity:0.40;
  opacity:0.40;
}



@media only screen and ( max-width : 768px ) {
  .entry_link {
    font-size: 17px;
    padding: 15px 10px;
    width: 60%;
    margin: 0 auto;
  }
  .entry_link strong {
    font-size: 19px;
  }
}

@media only screen and ( max-width : 480px ) {
  .entry_link {
    width: 100%;
  }
}

@media print, screen and ( min-width : 769px ) {
  .entry_link {
    font-size: 24px;
    padding: 30px 20px;
    width: 450px;
  }
  .entry_link strong {
    font-size: 24px;
  }
  .btn_col li {
    margin-right: 3%;
  }
  .btn_col li:last-child {
    margin-right: 0;
  }
  .btn_col {
    -js-display : flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
}



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

　   XXXX

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

@media only screen and ( max-width : 768px ) {
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 769px ) {
}