.cInner--min{
  padding:0px 5px;
}
.js-more li:nth-child(n+7){
  display: none;
}

.cTable{
  width:100%;
  table-layout: fixed;
  margin-bottom:20px;
}
.cTable td{
  padding:15px 10px;
}
.cTable tr td:nth-child(1){
  width:30%;
}
.cTable tr td:nth-child(2){
  width:70%;
}
.cTable tr:nth-child(odd) td{
  background:#f2f2f2;
}

.arrivals {
  padding: 15px 0;
}
.arrivals h2 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 0;
}
.arrivals h2 span {
  color:#C1272D;
}

.info {
  height: inherit;
}
.info dt {
  font-size: 16px;
  font-weight: bold;
}
.info dd {
  margin-bottom: 5px;
}

.blog .bnrList__unit {
  text-align: left;
}
.blog .bnrList__unit dl {
  margin-top: 15px;
}
.blog .bnrList__unit dl dt {
  font-size: 14px;
  font-weight: bold;
}
.blog .bnrList__unit dl dd {
  margin-top: 10px;
}
.blog .bnrList__unit dl dd:last-of-type {
  text-align: right;
}
.blog .bnrList__unit dl dd:last-of-type a {
  text-decoration: underline;
}

.recommend .bnrList__unit {
  text-align: left;
}

.about {
  text-align: center;
  color: #000000;
  background: url(https://img12.shop-pro.jp/PA01066/072/etc/%A5%D6%A5%E9%A5%F3%A5%C9%B3%B5%CD%D7foSM.jpg?cmsp_timestamp=20210521222342) bottom center no-repeat;
  background-size: cover;
}
.square_btn {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 12px 0 8px;
    text-decoration: none;
    color: #002238;
    transition: .4s;
}

.square_btn:before{
   position: absolute;
   content: '';
   width: 100%;
   height: 4px;
   top:100%;
   left: 0;
   border-radius: 3px;
   background:#002238;
   transition: .2s;
}

.square_btn:after{
   position: absolute;
   content: '';
   width: 100%;
   height: 4px;
   top:0;
   left: 0;
   border-radius: 3px;
   background:#002238;
   transition: .2s;
}

.square_btn:hover:before {
    top: -webkit-calc(100% - 3px);
    top: calc(100% - 3px);
}

.square_btn:hover:after {
    top: 3px;
}

/*blog*/
a.blogImg {
    width: 100%;
    height: 120px;
    background: #ffffff;
    overflow: hidden;
    display: block;
}
a.blogImg img {
    display: block;
    margin: 0 auto;
    height: 100%;
    width: auto;
}