@charset "UTF-8";
/*---------------------------------Index*/
/* SP */
@media screen and (max-width:767px) {
 .pcmv {
  display: none;
 }
 .pcslidemv {
  display: none;
 }
 #mv {
  margin: 0 3% 10% 3%;
  position: relative;
 }
 #mv .logo{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
 }
 .topbnr {
  margin: 5% 0 0 0;
 }
  #newsbnr {
  margin: 0 auto 5% auto;
  position: relative;
 }
 #newsbnr h2 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 5% 0;
  letter-spacing: 0.1em
 }
 #newsbnr .arrows {
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 85px;
  margin: 0 auto;
 }
 #newsbnr .arrows button {
  cursor: pointer;
  border: none;
 }
 #newsbnr .arrows .slick-prev {
  display: inline-block;
  background: url("/beer/kinmugi/img/index/slide_prev.png") no-repeat center center;
  background-size: 40px;
  width: 40px;
  height: 0;
  padding: 40px 0 0 0;
  overflow: hidden;
  margin: 0 5px 0 0;
 }
 #newsbnr .arrows .slick-next {
  display: inline-block;
  background: url("/beer/kinmugi/img/index/slide_next.png") no-repeat center center;
  background-size: 40px;
  width: 40px;
  height: 0;
  padding: 40px 0 0 0;
  overflow: hidden;
 }
 #newsbnr .newsbnr_slide .slide {
  max-width: 960px;
 }
 #newsbnr .newsbnr_slide .bnr {
  margin: 0 1%;
 }
 #newsbnr .newsbnr_slide .bnr img{
  border-radius: 10px;
 }
#newsbnr .newsbnr_slide a {
  display: block;
 }
 #newsbnr .slick-dots {
  margin: 20px 0 0 0;
  text-align: center;
 }
 #newsbnr .slick-dots li {
  display: inline-block;
  margin: 0 8px;
 }
 #newsbnr .slick-dots button{
  display: block;
  border: none;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -9999px;
  width: 10px;
  height: 0;
  padding: 10px 0 0 0;
  background: #002c63;
 }
  #newsbnr .slick-dots .slick-active button{
  background: #ffde66;
 }

 #content_index {
  background: #fcfaea;
  padding: 5% 3%;
 }
 #content_index h2 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 5% 0;
  letter-spacing: 0.1em
 }
 #content_index .leadtext {
  text-align: center;
  font-size: 13px;
  margin: 0 0 8% 0;
  line-height: 1.8;
 }
.contentindexinner .categories {
  margin: 0 0 5% 0;
 }
 .contentindexinner .categories h3 {
  float: left;
  font-size: 15px;
  font-weight: bold;
  padding: 4px 2px 0 0;
 }
 .contentindexinner .categories .categorylabel {
  float: left;
  max-width: 62%;
  font-size: 11px;
 }
 .contentindexinner .categories .categorylabel li {
  float: left;
  width: 48%;
  margin: 0 2% 2% 0;
 }
 .contentindexinner .categories .categorylabel a {
  display: block;
  padding: 8px 2px;
  color: #fff;
  border-radius: 14px;
  text-align: center;
  white-space: nowrap;
  transition: 0.3s;
 }
 .contentindexinner .categories .categorylabel .cate01 {
  background: #002b64;
 }
 .categories .categorylabel .cate02 {
  background: #ff781e;
 }
 .contentindexinner .categories .categorylabel .cate03 {
  background: #e52825;
 }
 .contentindexinner .categories .categorylabel .cate04 {
  background: #28b46e;
 }
 .contentslist li {
  padding: 2%;
  border-radius: 5px;
  background: #fff;
  margin: 0 0 3% 0;
  position: relative;
 }
 .contentslist li.img {
  padding: 0;
 }
  .contentslist li.pcimg {
  display: none;
 }
 .contentslist li.cate01 {
  background: #002b64;
   color: #ffde66;
}
 .contentslist li a {
  display: block;
  color: #002b64;
 }
  .contentslist li.cate01 a{
   color: #ffde66;
}
 .contentslist li .bottomarrow {
  position: absolute;
  bottom: 0;
  right: 10px;
  display: block;
  width: 80px;
  height: 72px;
  background: url("/beer/kinmugi/img/index/news_link_icon_b.png") no-repeat right bottom;
  background-size: 80px auto;
  animation: sparrow 2s ease 1s infinite normal none running;
 }
 .contentslist li.new .bottomarrow {
  background: url("/beer/kinmugi/img/index/news_link_icon_y.png") no-repeat right bottom;
  background-size: 80px auto;
 }
 .contentslist li .thumb {
  border-radius: 5px;
  position: relative;
 }
 .contentslist li .thumb img{
  border-radius: 5px;
 }
 .contentslist li .thumb .arrow {
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 50px;
  width: 100%;
  background: url("/beer/kinmugi/img/index/news_thumb_arrow_w_sp.png") no-repeat center bottom;
  background-size: contain;
 }
 .contentslist li.cate01 .thumb .arrow {
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 50px;
  width: 100%;
  background: url("/beer/kinmugi/img/index/news_thumb_arrow_b_sp.png") no-repeat center bottom;
  background-size: contain;
 }
 .contentslist li .contentsinner {
  padding: 5% 8% 5% 8%;
  position: relative;
 }
 .contentslist li .newicon {
  position: absolute;
  top: 3%;
  right: 5%;
  width: 50px;
 }
 .contentslist li .proficon {
  position: absolute;
  top: 8%;
  right: 2%;
  width: 76px;
 }
 .contentslist li .label {
  display: block;
  padding: 8px 4px;
  color: #fff;
  border-radius: 14px;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
  width: 140px;
  margin: 0 0 5% 0;
 }
 .contentslist li.cate01 .label {
  color: #002b64;
  background: #fff;
 }
 .contentslist li.cate02 .label {
  background: #ff781e;
 }
 .contentslist li.cate03 .label {
  background: #e52825;
 }
 .contentslist li.cate04 .label {
  background: #28b46e;
 }
 .contentslist li h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 5% 0;
 }
 .contentslist li .text {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.8;
 }
 .contentslist li .contentsfooter {
  padding: 8% 5% 5% 5%;
  font-size: 12px;
 }
 .contentslist li .contentsfooter .date {
  background: url("/beer/kinmugi/img/common/news_cl_icon_b.png") no-repeat 0 0;
  background-size: 15px auto;
  display: inline-block;
  min-height: 15px;
  padding: 3px 0 0 17px;
 }
 .contentslist li.new .contentsfooter .date {
  background: url("/beer/kinmugi/img/common/news_cl_icon_y.png") no-repeat 0 0;
  background-size: 15px auto;
 }
 .morebtn {
  margin: 5% 0 0 0;
  display: none;
 }
 .morebtn a {
  display: block;
  padding: 5%;
  border-radius: 5px;
  background: #002b64;
  color: #fff;
  text-align: center;
  font-size: 13px;
 }
 .bottomnavbtn {
  margin: 8% 3% 0 3%;
 }
 .bottomnavbtn .bottomnavlist li {
  margin: 0 0 5% 0;
 }
 .bottomlinkbtn {
  margin: 0 3% 0 3%;
 }
 .bottomlinkbtn .bottomlinklist li {
  margin: 0 0 5% 0;
 }
 .bottombnbtn {
  margin: 0 3% 0 3%;
 }
 .bottombnbtn .bottombnlist li {
  margin: 0 0 5% 0;
 }
}
@keyframes sparrow {
 0% {
  right: 10px;
 }
 70% {
  right: -5px;
 }
 100% {
  right: 10px;
 }
}
/* SEP */
@media screen and (min-width:768px) {
 #contentsbody {
  margin: 0 auto;
 }
 .spmv {
  display: none;
 }
 .spslidemv {
  display: none;
 }
 #mv {
  max-width: 1164px;
  min-width: 960px;
  margin: 0 auto 60px auto;
  position: relative;
 }
 #mv .logo{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
 }
 .topbnr {
  margin: 20px 0 0 0;
 }
 .topbnr a{
  transition: 0.3s;
 }
 .topbnr a:hover{
  opacity: 0.7;
 }
 #newsbnr {
  min-width: 960px;
  margin: 0 auto 60px auto;
  position: relative;
 }
 #newsbnr h2 {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  margin: 0 0 30px 0;
  letter-spacing: 0.1em
 }
 #newsbnr a{
  transition: 0.3s;
 }
 #newsbnr a:hover{
  opacity: 0.7;
 }
 #newsbnr .arrows {
  position: absolute;
  bottom: -15px;
  right: 15%;
  width: 110px;
  margin: 0 auto;
 }
 #newsbnr .arrows button {
  cursor: pointer;
  transition: 0.4s;
  border: none;
 }
 #newsbnr .arrows button:hover {
  opacity: 0.6;
 }
 #newsbnr .arrows .slick-prev {
  display: inline-block;
  background: url("/beer/kinmugi/img/index/slide_prev.png") no-repeat center center;
  background-size: 50px;
  width: 50px;
  height: 0;
  padding: 50px 0 0 0;
  overflow: hidden;
  margin: 0 10px 0 0;
 }
 #newsbnr .arrows .slick-next {
  display: inline-block;
  background: url("/beer/kinmugi/img/index/slide_next.png") no-repeat center center;
  background-size: 50px;
  width: 50px;
  height: 0;
  padding: 50px 0 0 0;
  overflow: hidden;
 }
 #newsbnr .newsbnr_slide .slide {
  max-width: 960px;
 }
 #newsbnr .newsbnr_slide .bnr {
  margin: 0 1%;
 }
 #newsbnr .newsbnr_slide .bnr img{
  border-radius: 10px;
 }
#newsbnr .newsbnr_slide a {
  display: block;
 }
 #newsbnr .slick-dots {
  margin: 30px 0 0 0;
  text-align: center;
 }
 #newsbnr .slick-dots li {
  display: inline-block;
  margin: 0 15px;
 }
 #newsbnr .slick-dots button{
  display: block;
  border: none;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -9999px;
  width: 12px;
  height: 0;
  padding: 12px 0 0 0;
  background: #002c63;
 }
  #newsbnr .slick-dots .slick-active button{
  background: #ffde66;
 }
 #content_index {
  min-width: 960px;
  margin: 0 auto 60px auto;
  background: #fcfaea;
  padding: 55px 0 50px 0;
 }
 #content_index .contentindexinner {
  max-width: 1164px;
  margin: 0 auto;
 }
 #content_index h2 {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  margin: 0 0 30px 0;
  letter-spacing: 0.1em
 }
 #content_index .leadtext {
  text-align: center;
  font-size: 16px;
  margin: 0 0 50px 0;
  line-height: 1.8;
 }
 .contentindexinner .categories {
  margin: 0 0 35px 0;
 }
 .contentindexinner .categories h3 {
  float: left;
  font-size: 22px;
  font-weight: bold;
  padding: 4px 2px 0 0;
  letter-spacing: 0.1em
 }
 .contentindexinner .categories .categorylabel {
  float: left;
  font-size: 15px;
 }
 .contentindexinner .categories .categorylabel li {
  float: left;
  width: 170px;
  margin: 0 5px 0 0;
 }
 .contentindexinner .categories .categorylabel a {
  display: block;
  padding: 8px 2px;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  white-space: nowrap;
  transition: 0.3s;
 }
 .contentindexinner .categories .categorylabel .cate01 {
  background: #002b64;
 }
 .contentindexinner .categories .categorylabel .cate02 {
  background: #ff781e;
 }
 .contentindexinner .categories .categorylabel .cate03 {
  background: #e52825;
 }
 .contentindexinner .categories .categorylabel .cate04 {
  background: #28b46e;
 }
 .contentslist {
  position: relative;
 }
 .contentslist li {
  padding: 5px;
  border-radius: 10px;
  background: #fff;
  position: relative;
  float: left;
 }
 .contentslist li.cate01 {
  background: #002b64;
   color: #ffde66;
}
 .contentslist li a {
  display: block;
  color: #002b64;
 }
 .contentslist li.cate01 a{
   color: #ffde66;
}
 .contentslist li .thumb {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
 }
 .contentslist li .thumb img {
  border-radius: 5px;
  transition: 0.3s;
 }
 .contentslist li a:hover .thumb img {
  transform: scale(1.1);
  transition: 0.3s;
 }
 .contentslist li .thumb .arrow {
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 50px;
  width: 100%;
  background: url("/beer/kinmugi/img/index/news_thumb_arrow_w_sp.png") no-repeat center bottom;
  background-size: contain;
 }
 .contentslist li.cate01 .thumb .arrow {
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 50px;
  width: 100%;
  background: url("/beer/kinmugi/img/index/news_thumb_arrow_b_sp.png") no-repeat center bottom;
  background-size: contain;
 }
 .contentslist li .contentsinner {
  padding: 5% 5% 16% 5%;
  position: relative;
 }
 .contentslist li .newicon {
  position: absolute;
  top: 3%;
  right: 5%;
  width: 50px;
 }
 .contentslist li .proficon {
  position: absolute;
  top: 5%;
  right: 5%;
  width: 76px;
 }
 .contentslist li .label {
  display: block;
  padding: 8px 4px;
  color: #fff;
  border-radius: 14px;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
  width: 140px;
  margin: 0 0 5% 0;
 }
 .contentslist li.cate01 .label {
  color: #002b64;
  background: #fff;
 }
 .contentslist li.cate02 .label {
  background: #ff781e;
 }
 .contentslist li.cate03 .label {
  background: #e52825;
 }
 .contentslist li.cate04 .label {
  background: #28b46e;
 }
 .contentslist li h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 5% 0;
 }
 .contentslist li a:hover h3 {
  text-decoration: underline;
 }
 .contentslist li .text {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.8;
 }
 .contentslist li .contentsfooter {
  position: absolute;
  bottom: 5%;
  left: 6%;
  font-size: 12px;
 }
 .contentslist li .contentsfooter .date {
  background: url("/beer/kinmugi/img/common/news_cl_icon_b.png") no-repeat 0 0;
  background-size: 15px auto;
  display: inline-block;
  min-height: 15px;
  padding: 3px 0 0 17px;
 }
 .contentslist li.cate01 .contentsfooter .date {
  background: url("/beer/kinmugi/img/common/news_cl_icon_y.png") no-repeat 0 0;
  background-size: 15px auto;
 }
 .contentslist li.img {
  padding: 0;
  width: 33%;
  display: none;
 }
 .contentslist li .bottomarrow {
  position: absolute;
  bottom: 0;
  right: 5px;
  display: block;
  width: 80px;
  height: 72px;
  background: url("/beer/kinmugi/img/index/news_link_icon_b.png") no-repeat right bottom;
  background-size: 80px auto;
  transition: 0.3s;
 }
 .contentslist li a:hover .bottomarrow {
  position: absolute;
  bottom: 0;
  right: 0;
 }
 .contentslist li.cate01 .bottomarrow {
  background: url("/beer/kinmugi/img/index/news_link_icon_y.png") no-repeat right bottom;
  background-size: 80px auto;
 }
 .contentslist li.pcimg {
  display: none;
 }
 .morebtn {
  margin: 48px auto 0 auto;
  width: 60%;
  display: none;
 }
 .morebtn a {
  display: block;
  padding: 20px;
  border-radius: 10px;
  background: #002b64;
  color: #fff;
  text-align: center;
  font-size: 16px;
  transition: 0.4s;
 }
 .morebtn a:hover {
  background: #004db3;
 }
 .bottomnavbtn {
  max-width: 1164px;
  margin: 0 auto;
 }
 .bottomnavbtn a {
  transition: 0.4s;
 }
 .bottomnavbtn a:hover {
  opacity: 0.7;
 }
 .bottomnavbtn .bottomnavlist .btn01 {
  float: left;
  width: 49.8%;
 }
 .bottomnavbtn .bottomnavlist .btn02 {
  float: right;
  width: 49.8%;
  margin: 0 0 0.2% 0;
 }
 .bottomnavbtn .bottomnavlist .btn03 {
  float: right;
  width: 49.8%;
 }
 .bottomlinkbtn {
  max-width: 1164px;
  margin: 30px auto 0 auto;
 }
 .bottomlinkbtn a {
  transition: 0.3s;
 }
 .bottomlinkbtn a:hover {
  opacity: 0.7;
 }
 .bottomlinkbtn .bottomlinklist li {
  margin: 0;
 }
 .bottomlinkbtn .bottomlinklist .btn01 {
  float: left;
  width: 49.8%;
 }
 .bottomlinkbtn .bottomlinklist .btn02 {
  float: right;
  width: 49.8%;
 }
  .bottombnbtn {
   max-width: 1164px;
  min-width: 960px;
  margin: 30px auto 0 auto;
   text-align: center;
 }
 .bottombnbtn .bottombnlist li {
  display: inline-block;
  width: 80%;
 }
 .bottombnbtn a {
  transition: 0.3s;
 }
 .bottombnbtn a:hover {
  opacity: 0.7;
 }
 .contentslist {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
 }
 .contentslist li {
  width: 32.7%;
  margin: 0 0.3% 1% 0.3%;
 }
 .contentslist li.pcimg {
  display: none;
 }
}
/* PC */
/*
@media screen and (min-width:1164px) {
 .contentslist {
  position: relative;
  width: 1164px;
  height: 2900px;
 }
 .contentslist li {
  width: 385px;
  height: 635px;
  float: none;
  position: absolute;
 }
 .contentslist li .contentsinner {
  padding: 18px 22px;
 }
 .contentslist li .contentsbox {
  padding: 0;
 }
 .contentslist li .contentsfooter {
  position: absolute;
  bottom: 25px;
  left: 25px;
  font-size: 12px;
 }
 .contentslist li.yp .thumb .arrow {
  display: block;
  position: absolute;
  bottom: 0px;
  left: auto;
  right: 0;
  height: 100%;
  width: 40px;
  background: url("/beer/kinmugi/img/index/news_thumb_arrow_w02_pc.png") no-repeat center bottom;
  background-size: contain;
 }
 .contentslist li.yp.cate01 .thumb .arrow {
  background: none;
 }
 .contentslist li.yp {
  width: 775px;
  height: 315px;
 }
 .contentslist li.yp .thumb {
  float: left;
  width: 49%;
 }
 .contentslist li.yp .contentsbox {
  float: right;
  width: 50%;
 }
 .contentslist li.yp .contentsfooter {
  left: 410px;
 }
 .contentslist li.pcimg {
  display: block;
  position: absolute;
  width: 384px;
  height: auto;
  padding: 0;
 }
 #c0101 {
  top: 0;
  left: 0;
 }
 #c0201 {
  top: 0;
  right: 0;
 }
 #c0401 {
  top: 320px;
  left: 0;
 }
 #c0301 {
  top: 640px;
  right: 0;
 }
 #c0202 {
  top: 960px;
  left: 0;
 }
 #c0302 {
  top: 960px;
  right: 0;
 }
 #c0402 {
  top: 1280px;
  left: 0;
 }
 #c0203 {
  top: 1600px;
  right: 0;
 }
 #c0303 {
  top: 1920px;
  left: 0;
 }
 #c0403 {
  top: 1920px;
  right: 0;
 }
 #c0204 {
  top: 2240px;
  left: 0;
 }
 #c0304 {
  top: 2560px;
  right: 0;
 }
 .pcimg01 {
  top: 320px;
  left: 390px;
 }
 .pcimg02 {
  top: 1280px;
  left: 390px;
 }
 .pcimg03 {
  top: 2240px;
  left: 390px;
 }
 .bottomnavbtn .bottomnavlist {
  min-width: 1164px;
 }
 .bottomnavbtn .bottomnavlist .btn01 {
  float: left;
  width: 580px;
 }
 .bottomnavbtn .bottomnavlist .btn02 {
  float: right;
  width: 580px;
  margin: 0 0 4px 0;
 }
 .bottomnavbtn .bottomnavlist .btn03 {
  float: right;
  width: 580px;
 }
 .bottomlinkbtn .bottomlinklist {
  min-width: 1164px;
 }
 .bottomlinkbtn .bottomlinklist li {
  margin: 0 0 5% 0;
 }
 .bottomlinkbtn .bottomlinklist .btn01 {
  float: left;
  width: 580px;
 }
 .bottomlinkbtn .bottomlinklist .btn02 {
  float: right;
  width: 580px;
 }
}*/