
@charitem_detail "utf-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:700,300");
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');
.container {
  width: 100%;
}

#wrapper {
  width: 100%; 
  padding: 0; 
}
div#page-header {
  padding-left: 10px;
  padding-right: 10px;
}

.breadcrumb {
  max-width: 1000px;
  margin: 0 auto;
}

#Area {
  margin: 0 auto;
  display: block;
  text-align: center;
}
#Area *{
  letter-spacing: 0.1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#Area img.bnr {
  height: auto;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  border: 0;
}
#Area img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}
a:hover {
  opacity: 0.7;
  text-decoration: none;
  border: none;
  transition-duration: 1s;
}
body {
  padding: 0;
}
.breadcrumb {
  max-width: 100%;
  padding: 0 14.5%;
  background: #fff;
}
.content-area{
  margin: 0 auto 10%;
}
.main {
  margin-bottom: 5%;
}
.contents-container {
  /* max-width: 1160px; */
  margin: 0 auto;
  text-align: left;
}
.main-visual{
  margin:0 auto 10%;
}
.item-box {
  width: 100%;
  margin: 5% auto;
}
.item-box h2{}
.item-box h2 figure{
  width: 95%;
  float: right;
  overflow: hidden;
}
.item-box h2 figure img{}
.item-box h2 figcaption{
  width: 40%;
  float: left;
  margin: 3% auto;
  line-height: 2.2em;
  transform: translateX(18%);
  font-size: 13px;
  /* font-weight: bold; */
  text-align: justify;
}
.item-box .item-img{
  justify-content: space-between;
  width: 85%;
  margin: 0 auto;
  display: -webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:nowrap;
  -moz-flex-wrap:nowrap;
  -ms-flex-wrap:nowrap;
  flex-wrap:nowrap;
}
.item-box .item-img figure{
  text-align: center;
  width: calc((100% / 2) - 40px);
  overflow: hidden;
  z-index: 1;
}
.item-box .item-img figure:first-child{
}
.item-box .item-img figure:nth-child(2){
  transform: translateY(-100px);
}
.item-credit{
  background-color: #e3e3e3;
  width: 92.5%;
  padding: 3% 0;
  transform: translateY(-50px);
}
.item-box .item-credit ul{width: 30%;margin: 0 57.5%;}
.item-box .item-credit ul li{
  margin: 0 auto 2%;
}
.item-box .item-credit ul li a{
  display: -webkit-flex;
  display:    -moz-flex;
  display:      -o-flex;
  display:     -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-pack: start;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: space-between;
  -moz-align-items: space-between;
  -o-align-items: space-between;
  -ms-align-items: space-between;
  -webkit-box-align: start;
  -ms-flex-align: space-between;
  align-items: space-between;
}
.item-box .item-credit ul li a p{
  padding-right: 3%;
  margin: 0;
  font-weight: bold;
  font-size: 13px;
}
.item-box .item-credit ul li a p span{
  font-weight: normal;
}
.item-box .item-credit ul li a button{
  background-color: #000;
  border: none;
  color: #fff;
  padding: 0 12px;
  height: 22px;
}
.item-box .item-credit ul li a button:hover{
  transition-duration:0.5s;
  transition-timing-function:ease-in-out;
  background-color:#a0a8bf; padding: 0 20px; height:22px;
}
.contents-btn{
  margin: 0 auto;
  text-align: center;
}
.contents-btn p{
}
.contents-btn a{
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 25px 0;
  /*border-radius: 3px;*/
  color: #fff;
  max-width: 700px;
  margin: 0 auto 2%;
  display: block;
  background-color:#222;
}



@media (max-width: 1024px) {
  .item-box .item-credit ul{
    padding-right: 22%;
  }
}



@media (max-width: 896px){
  .item-box .item-credit ul{
    padding-right: 15%;
  }
}


@media (max-width: 768px) {
  .content-area{
    margin: 0 auto 20%;
  }
  .main-visual{
    margin: 0 auto 15%;
  }
  .item-box{
    margin: 0 auto;
  }
  .item-box h2 figcaption{
    width: 90%;
    transform: initial;
    margin: 0 auto;
    float: unset;
    font-size: 14px;
    clear: both;
    padding: 5% 0;
  }
  .item-box .item-img{
    display: block;
    width: 90%;
    margin:0 auto;
    position: relative;
    z-index: 9;
  }
  .item-box .item-img figure{
    width: 100%;
    margin: 0 auto 6%;
  }
  .item-box .item-img figure:first-child{
  }
  .item-box .item-img figure:nth-child(2){
    transform: none;
    margin-bottom:0;
    z-index: 9999;
  }
  .item-credit{
    width: 100%;
    transform: scale(1.2) translateY(-30%);
    padding: 40% 0 10%;
    overflow: hidden;
    z-index: 1;
    position: relative;
    margin: 0 auto;
  }
  .item-box .item-credit ul{
    padding: 0;
    max-width: 280px;
    margin: 0 auto;
    width: 100%;
  }
  .item-box .item-credit ul li{
    margin: 0 auto 2%;
  }
  .item-box .item-credit ul li a{
    justify-content: space-between;
  }
  .contents-btn{
    width: 90%;
  }
}




@media (max-width: 320px) {
  .item-credit{
    transform: scale(1) translateY(-30%) ;
  }
}