@charset "euc-jp";
.slider {
  position: relative;
}
.bx-viewport {
  border: none !important;
  left: 0 !important;
}
#slider div {
  width: 100% !important;
}

.more_prd {
  display: none;
  background-color: #aaa;
  color: #fff;
  font-size: 123.076%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.free_space_block {
  margin-top: 3em;
}

.top-message{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 50px auto 0;
}
.top-message p{
	background: red;
	display: block;
    padding: 15px 30px;
    font-size: 22px;
    font-weight: bold;
    font-feature-settings: "palt";
    color: white;
    line-height: 1.5;
    text-align:center;
}
@media (max-width: 767px) {
.top-message p{
    padding: 10px;
    font-size: 17px;
    line-height: 1.4;
    margin:0 10px  0 10px;
    text-align:center;
	}
}




.sns{
 width:500px;
  margin-left:auto;
  margin-right:auto;
  margin-top:40px;
  height: 30px;
}
@media (max-width: 767px) {
.sns{
 width:100%;
  margin-left:auto;
  margin-right:auto;
  margin-top:0px;
  height: 130px;
}
}

.sns-col2-left{
width:250px;
float:left;
text-align:center;
}
@media (max-width: 767px) {
.sns-col2-left{
width:auto;
margin-bottom: 20px;
float: inherit;
}
}

.sns-col2-right{
width:250px;
float:left;
text-align:center;
}
@media (max-width: 767px) {
.sns-col2-right{
width:auto;
float: inherit;
}
}

.btn-02{
margin-top: 30px;
display: flex;
justify-content: center;
align-items: center;
border: 1px solid black;
width: 205px;
height: 64px;
position: relative;
  font-weight: bold;
}

@media (max-width: 767px) {
  .btn-02{
margin-left: auto;
margin-right: auto;
}
 }

.base-bnr-01{
margin-bottom: 120px;
margin-top: 120px;
text-align: center;
}
@media (max-width: 767px) {
.base-bnr-01{
margin-bottom: 80px;
margin-top: 80px;
}
}

.base-bnr-01 img{
width:auto;
}
@media (max-width: 767px) {
  .base-bnr-01 img{
width:95%;
}
 }

/* コンテンツの３行表示 */
.-_top .sec2 .list li .txt-area h3 + p.list-line3 , .__archive .sec-archive .list li .txt-area h3 + p.list-line3 {
  line-height: calc(4 / 3); 
}