@charset 'utf-8';
@media screen and (max-width: 640px){/* Sp ***************/



.boxIndex01{
  overflow: hidden;
}
.boxIndex01 img{
  float: left;
  width: 50%;
}
.boxIndex02{
  position: relative;
  top: -1px;
  margin-bottom: 20%;
}
.boxIndex02 ul{
  overflow: visible;
}
.boxIndex02 li{
  overflow: hidden;
  position: relative;
  float: none;
  width: 100%;
  border-right: 0;
  border-bottom: 1px #bfbfbf solid;
  text-align: center;
  font-size: 0;
}
.boxIndex02 li a{
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 24%;
  font-size: 1.0rem;
  transition: none;
}
.boxIndex02 li img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  width: 100%;
  transition: none;
}
.boxIndex02 li a:hover,
.boxIndex02 li img:hover{
  opacity: 1;
}
.boxIndex02 li:nth-child(3n){
  border-right: 0;
}
.boxIndex03{
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20%;
  border-bottom: 1px #c3c3c3 solid;
}
.boxIndex03 > .ttl{
  width: 94%;
  margin: 0 auto;
  padding-bottom: 5%;
  background-image: url('/images/index/index-border01.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center;
  letter-spacing: 0.12em;
  font-size: 2.0rem;
  font-size: 8.0vw;
  color: #c40e18;
}
.boxIndex03 .boxList{
  width: 94%;
  margin: 0 auto;
  height: auto;
  overflow-y: visible;
}
.boxIndex03 .boxList::-webkit-scrollbar{
  width: 12px;
  padding: 0 2px;
  background-color: #ebebeb;
}
.boxIndex03 .boxList::-webkit-scrollbar-thumb{
  background-color: #b7b7b7;
  border: 3px #ebebeb solid;
  border-top: 7px #ebebeb solid;
  border-bottom: 7px #ebebeb solid;
}
.boxIndex03 .boxListLine{
  padding: 5% 0;
  background-image: url('/images/index/index-border01.png');
  background-repeat: no-repeat;
  background-position: center bottom;
}
.boxIndex03 .boxListOne{
}
.boxIndex03 .boxList .txtCat{
  display: inline-block;
  width: auto;
  margin-right: 15px;
  padding: 0 3%;
  background-color: #c40e18;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 1.0rem;
  font-size: 4.5vw;
  color: #fff;
}
.boxIndex03 .boxList .txtDate{
  display: inline-block;
  width: 100%;
  letter-spacing: 0.1em;
  font-size: 1.13rem;
  font-size: 5.0vw;
}
.boxIndex03 .boxList .txtTtl{
  display: inline-block;
  width: 100%;
  padding-top: 3%;
  letter-spacing: 0.1em;
  font-size: 1.03rem;
  font-size: 4.5vw;
}
.boxIndex03 .boxToArchive{
  width: 94%;
  margin: 0 auto;
  padding: 6% 10% 6% 0;
  background-image: url('/images_sp/index/sp-index-arrow-icn01.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 3%;
  text-align: right;
  font-size: 5.0vw;
}
.boxIndex04{
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10%;
}
.boxIndex04 > .ttl{
  width: 94%;
  margin: 0 auto;
  padding-bottom: 5%;
  background-image: url('/images/index/index-border01.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center;
  letter-spacing: 0.15em;
  font-size: 2.0rem;
  font-size: 8.0vw;
  color: #c40e18;
}
.boxIndex04 .boxList{
  width: 94%;
  margin: 0 auto;
  height: auto;
  overflow-y: visible;
}
.boxIndex04 .boxList::-webkit-scrollbar{
  width: 12px;
  padding: 0 2px;
  background-color: #ebebeb;
}
.boxIndex04 .boxList::-webkit-scrollbar-thumb{
  background-color: #b7b7b7;
  border: 3px #ebebeb solid;
  border-top: 7px #ebebeb solid;
  border-bottom: 7px #ebebeb solid;
}
.boxIndex04 .boxListLine{
  overflow: visible;
  padding: 0;
  background: none;
}
.boxIndex04 .boxListOne{
  float: none;
  width: 100%;
  margin-right: 0;
  padding: 5% 0;
  background-image: url('/images/index/index-border01.png');
  background-repeat: no-repeat;
  background-position: center bottom;
}
.boxIndex04 .boxListOne.last{
}
.boxIndex04 .boxListOneLR{
  display: table;
  width: 100%;
}
.boxIndex04 .boxListOneL{
  display: table-cell;
  width: 27%;
  vertical-align: top;
}
.boxIndex04 .boxListOneL .boxImg{
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: none;
  height: 35vw;
  border: 1px #ddd solid;
}
.boxIndex04 .boxListOneL .boxImg img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  width: auto;
  max-width: none;
  height: 100%;
}
.boxIndex04 .boxListOneL .boxImg img.horizontalImg{
  width: auto;
  height: 100%;
}
.boxIndex04 .boxListOneL .boxImg img.verticalImg{
  width: 100%;
  height: auto;
}
.boxIndex04 .boxListOneR{
  display: table-cell;
  width: 73%;
  padding-left: 4%;
  vertical-align: top;
}
.boxIndex04 .boxListOneR > .ttl{
  margin-bottom: 13px;
  padding-bottom: 10px;
  border-bottom: 1px #ccc dotted;
  letter-spacing: 0.1em;
  font-size: 1.15rem;
  font-size: 4.5vw;
}
.boxIndex04 .boxListOneR dl{
  display: table;
  width: 100%;
  margin-bottom: 2%;
  font-size: 0.9rem;
  font-size: 3.5vw;
}
.boxIndex04 .boxListOneR dt{
  display: table-cell;
  width: 23%;
  padding-left: 12px;
  background-image: url('/images/common/footer-menu-head-icn.png');
  background-repeat: no-repeat;
  background-position: left top 0.5em;
  letter-spacing: 0.1em;
}
.boxIndex04 .boxListOneR dd{
  display: table-cell;
  width: 77%;
  letter-spacing: 0.2em;
  line-height: 1.2;
}
.boxIndex04 .boxToArchive{
  width: 94%;
  margin: 0 auto;
  padding: 6% 10% 6% 0;
  background-image: url('/images_sp/index/sp-index-arrow-icn01.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 3%;
  text-align: right;
  font-size: 5.0vw;
}
.boxIndex05{
  overflow: visible;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 8%;
  text-align: center;
}
.boxIndex05 img{
  float: none;
  width: 94%;
  margin-bottom: 5%;
}
.boxIndex05 .first{
  margin-right: 0;
}



}/* /Sp ****************/
