@charset "utf-8";
/* CSS Document */

#top {
  background: url(../img/top/top.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100vh;
}
.snsList {
  position: fixed;
  left: 45px;
  bottom: 60px;
  z-index: 2;
}
.snsList li {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #top {
    background: url(../img/top/top.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: auto;
    padding-top: 90%;
    margin-top: 60px;
  }
  .snsList {
    display: none;
  }
}


#menu li {
  position: relative;
  float: left;
  width: 25%;
  height: auto;
}
#menu li a:before {
  content: "";
  display: block;
  padding-top: 118.75%;
}
#menu li .inner {
  position: absolute;
  bottom: 10px;
  width: 63.4375%;
  left: 50%;
  margin-left: -31.7%;
  background: rgba(230,74,116,0.4);
  padding: 25px 0 5px;
  text-align: center;
  color: #fff;
  transform: rotate(0.05deg);
}
#menu li .inner:hover {
  background: rgba(230,74,116,0.8);
}
#menu li .inner .menu_title {
  font-size: 32px;
  background: url(../img/common/title_u02.png) no-repeat 50% 65%;
  margin-bottom: 5px;
}
#menu li .inner .menu_title span {
  display: block;
  font-size: 14px;
  padding-top: 27px;
}
#menu li .inner .menu_btn {
  display: inline-block;
  font-size: 12px;
  background: url(../img/common/ico_arrow02.png) no-repeat 9px 50%;
  padding: 3px 18px 3px 26px;
  border: 1px solid #fff;
}
#menu li:first-child {
  background: url(../img/top/menu01_b.jpg) no-repeat left top;
  background-size: cover;
}
#menu li:nth-child(2) {
  background: url(../img/top/menu02_b.jpg) no-repeat left top;
  background-size: cover;
}
#menu li:nth-child(3) {
  background: url(../img/top/menu03_b.jpg) no-repeat left top;
  background-size: cover;
}
#menu li:last-child {
  background: url(../img/top/menu04_b.jpg) no-repeat left top;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  #menu li {
    width: 50%;
  }
  #menu li .inner {
    padding: 10px 0 5px;
  }
  #menu li .inner .menu_title {
    font-size: 16px;
    background: url(../img/common/title_u02.png) no-repeat 50% 60%;
    background-size: 80px;
  }
  #menu li .inner .menu_title span {
    display: block;
    font-size: 11px;
    padding-top: 15px;
  }
  #menu li:nth-child(2) .menu_title {
    background: url(../img/common/title_u02.png) no-repeat 50% 40%;
    background-size: 80px;
  }
}


#news {
  padding: 80px 0 125px;
}
#news .c_title01:before {
  bottom: -34px;
}
#news dl {
  margin-bottom: 50px;
  line-height: 1.75;
}
#news dt {
  float: left;
  width: 195px;
}
#news dt span {
  display: inline-block;
  margin-left: 10px;
  color: #FFFFFF;
  background: #FF0004;
  font-size: 14px;
  padding: 0 3px;
  line-height: 1.2;
}
#news dd {
  float: left;
  width: 620px;
}
@media only screen and (max-width: 767px) {
  #news {
    padding: 40px 0 50px;
  }
  #news dl {
    margin-bottom: 25px;
    line-height: 1.5;
  }
  #news dt {
    float: none;
    width: 100%;
  }
  #news dd {
    float: none;
    width: 100%;
  }
}


#kizuna {
  text-align: center;
  padding-bottom: 70px;
}
#kizuna .title {
  margin-bottom: 25px;
}
#kizuna .text01 {
  margin-bottom: 40px;
  transform: rotate(0.05deg);
}
#kizuna .gallery-cell {
  width: 100%;
}
#kizuna .gallery-cell img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #kizuna {
    padding-bottom: 35px;
  }
  #kizuna .title {
    margin-bottom: 15px;
  }
  #kizuna .title img {
    width: 80%;
  }
  #kizuna .text01 {
    margin: 0 15px 20px;
    text-align: left;
  }
}

#kiai {
  text-align: center;
  padding-bottom: 70px;
}
#kiai .title {
  margin-bottom: 25px;
}
#kizuna .text01 {
  margin-bottom: 40px;
  transform: rotate(0.05deg);
}
#kiai .gallery-cell {
  width: 100%;
}
#kiai .gallery-cell img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #kiai {
    padding-bottom: 35px;
  }
  #kiai .title {
    margin-bottom: 15px;
  }
  #kiai .title img {
    width: 80%;
  }
  #kiai .text01 {
    margin: 0 15px 20px;
    text-align: left;
  }
}




#produced {
  text-align: center;
  padding-bottom: 90px;
  font-size: 18px;
}
#produced .text01 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  #produced {
    padding-bottom: 45px;
    font-size: 14px;
  }
  #produced .text01 {
    margin-bottom: 40px;
  }
}



#access {
  font-size: 18px;
  margin-bottom: 70px;
}
#access .text01 {
  margin-bottom: 40px;
  text-align: center;
}
#access .textBox {
  margin-bottom: 40px;
}
#access .textBox ul {
  float: left;
  width: 50%;
}
#access .textBox li {
  margin-bottom: 5px;
}
#access .textBox li span {
  display: inline-block;
  width: 75px;
}
#access .textBox li dfn {
  font-style: normal;
}
#access .textBox .text02 {
  float: left;
  width: 50%;
  text-align: center;
}
#access .gmap iframe {
  width: 100%;
  height: 485px;
}
@media only screen and (max-width: 767px) {
  #access {
    font-size: 14px;
    margin-bottom: 35px;
  }
  #access .text01 {
    margin-bottom: 20px;
  }
  #access .textBox {
    margin-bottom: 10px;
  }
  #access .textBox ul {
    float: none;
    width: 100%;
  }
  #access .textBox li span {
    float: left;
    width: 20%;
  }
  #access .textBox li dfn {
    float: left;
    width: 80%;
    font-style: normal;
  }
  #access .textBox .text02 {
    float: none;
    width: 100%;
    text-align: left;
    margin-top: 10px;
  }
  #access .gmap iframe {
    height: 230px;
  }
}


