#latest {
	padding: 15px 0;
	background-color: #a12626;
}
#latest a {
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-decoration: none;
}
#latest a .date {
	margin-right: 10px;
}
#latest a .label {
	margin-right: 10px;
	background-color: #fff;
	color: #a12626;
}
#latest a .ttl {
	text-decoration: underline;
}
#latest a:hover .ttl {
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	#latest a .ttl {
		margin-top: 5px;
		width: 100%;
	}
}


@media all and (min-width: 768px) {
  #mv img {
    width: 100%;
    height: 800px;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;';
  }
}

#itemsearch,
#recommend {
  padding: 30px 0;
  background: url("/files/img/common/bg01.png");
}

@media all and (min-width: 768px) {
  #itemsearch,
  #recommend {
    padding: 60px 0;
    min-width: 1200px;
  }
}

#news,
#arrivals {
  padding: 30px 10px;
}

@media all and (min-width: 768px) {
  #news,
  #arrivals {
    padding: 60px 0;
  }
}

#search_writer {
  padding-bottom: 30px;
  background: url("/files/img/common/bg01.png");
}

#search_writer .hr01 {
  margin-bottom: 30px;
}

@media all and (min-width: 768px) {
  #search_writer {
      padding-top: 60px;
    padding-bottom: 60px;
  }
  #search_writer .hr01 {
    margin-bottom: 60px;
  }
}

.vBoxWrap {
  height: 100%;
  display: flex;
}

.vBoxWrap .vBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 280px;
  background: url("/files/img/common/bg01.png");
}
.vBoxWrap .vBox h2{
    font-family: "Noto Serif JP", serif;
    font-weight: normal;
	font-style:italic;
    line-height: 140%;
	font-size: 4.4rem;
}
#kaitori,
#bokusai {
  background: url("/files/img/common/bg_kaitori.jpg") center center/cover no-repeat;
}

#bokusai {
  background-image: url("/files/img/common/bg_bokusai.jpg");
}

@media screen and (max-width: 767px) {
  #kaitori,
  #bokusai {
    height: 400px;
  }
  #bokusai {
    background-position: left 18% top;
  }
  #kaitori {
    background-position: right 24% top;
  }
  .vBoxWrap {
    padding-bottom: 20px;
    justify-content: center;
    align-items: flex-end;
  }
  .vBoxWrap .vBox {
    padding: 0 20px;
    height: 180px;
  }
  .vBoxWrap .vBox .titleArea {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .vBoxWrap .vBox .titleArea h2 {
    width: 44%;
  }
  .vBoxWrap .vBox .titleArea h2 img {
    width: 80%;
  }
}

@media all and (min-width: 768px) {
  .vBoxWrap {
    align-items: center;
  }
  #kaitori,
  #bokusai {
    height: 500px;
  }
  #bokusai .vBoxWrap {
    justify-content: flex-end;
  }
}

#gmap {
  position: relative;
  line-height: normal;
  font-size: 0;
}

#gmap iframe {
  width: 100%;
  height: 600px;
  border: none;
}

#gmap .gmapBoxWrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#gmap .gmapBox {
  font-size: 1.4rem;
  padding: 20px 20px;
  width: 360px;
  display: inline-block;
  background-color: #fff;
}

#gmap .gmapBox .text {
  margin-bottom: 20px;
  line-height: 180%;
}

.loaderBox {
    position: fixed;
    background-color: #ffffff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    transition: .3s ease-in-out;
}
.loaderWrap {
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.blob {
    width: 20px;
    height: 20px;
    background: rgba(161, 38, 38, 0.85);
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
/*    box-shadow: 0 0 1rem rgba(161, 38, 38, 0.25);*/
}

.blob-2 {
    animation: animate-to-2 1.5s infinite;
}

.blob-3 {
    animation: animate-to-3 1.5s infinite;
}

.blob-1 {
    animation: animate-to-1 1.5s infinite;
}

.blob-4 {
    animation: animate-to-4 1.5s infinite;
}

.blob-0 {
    animation: animate-to-0 1.5s infinite;
}

.blob-5 {
    animation: animate-to-5 1.5s infinite;
}

@keyframes animate-to-2 {
    25%, 75% {
        transform: translateX(-15px) scale(0.75);
    }
    95% {
        transform: translateX(0) scale(1);
    }
}
@keyframes animate-to-3 {
    25%, 75% {
        transform: translateX(15px) scale(0.75);
    }
    95% {
        transform: translateX(0) scale(1);
    }
}
@keyframes animate-to-1 {
    25% {
        transform: translateX(-15px) scale(0.75);
    }
    50%, 75% {
        transform: translateX(-45px) scale(0.6);
    }
    95% {
        transform: translateX(0) scale(1);
    }
}
@keyframes animate-to-4 {
    25% {
        transform: translateX(15px) scale(0.75);
    }
    50%, 75% {
        transform: translateX(45px) scale(0.6);
    }
    95% {
        transform: translateX(0) scale(1);
    }
}
@keyframes animate-to-0 {
    25% {
        transform: translateX(-15px) scale(0.75);
    }
    50% {
        transform: translateX(-45px) scale(0.6);
    }
    75% {
        transform: translateX(-75px) scale(0.5);
    }
    95% {
        transform: translateX(0) scale(1);
    }
}
@keyframes animate-to-5 {
    25% {
        transform: translateX(15px) scale(0.75);
    }
    50% {
        transform: translateX(45px) scale(0.6);
    }
    75% {
        transform: translateX(75px) scale(0.5);
    }
    95% {
        transform: translateX(0) scale(1);
    }
}

.loaderWrap img {
    width: 240px;
    height: 93.8px;
}

.loadEnd .loaderBox {
    visibility: hidden;
    opacity: 0;
}
#news_toggle{
	display:none;
}
#news_btn{
  padding-bottom:30px;
  position: relative;
  z-index: 999;
}
#news_btn a{
	font-size:2.0rem;
  text-align:center;
  cursor: pointer;
}
#news_btn a::before,
#news_btn a.active::before{
	font-family: "Font Awesome 5 Free";
	display:inline-block;
	font-weight: 900;
}
#news_btn a::before{
	content: '\f078';
}
#news_btn a.active::before{
	content: '\f077';
}