
/*--------------------------------------------------------------------------
 recommend
---------------------------------------------------------------------------*/
#recommend {
    padding: 120px 0 120px;
    position: relative;
}
#recommend::before {
    content: "";
    width : -webkit-calc(100vw - 80px);
    width : calc(100vw - 80px);
    height : 100%;
    display: block;
    background: #f3f4f6;
    position: absolute;
    top: 0;
    left: 40px;
    z-index: -1;
}
.album-list {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.album-list li {
    max-width: 47.222%;
    padding-top: 120px;
    -webkit-flex: 0 1 47.222%;
    -ms-flex: 0 1 47.222%;
    flex: 0 1 47.222%;
    position: relative;
}
.album-list li:nth-child(-n+2) { padding-top: 0;}
.album-list li figure { overflow: hidden;}
.album-list li figure img {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.album-list li a:hover figure img {
    opacity: 0.8;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.album-list li .category {
    margin: -10px 0 0 -10px;
}
.album-list li .category span {
    padding: 0 1em;
    display: inline-block;
    letter-spacing: 0.1em;
    line-height: 2.8;
    color: #fff;
    font-size: 10px;
    font-family: quasimoda, sans-serif;
    font-weight: 400;
    background: #000;
    position: relative;
}
.album-list li .hand span {
    background: #8E7920;
}
.album-list li h3 {
    padding-top: 1.75em;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #000;
    font-size: 24px;
    font-family: quasimoda, sans-serif;
    font-weight: 500;
}
.album-list li h3 .ja {
    vertical-align: middle;
    letter-spacing: 0.3em;
    font-size: 22px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}
.album-list li h3 .en {
    padding-left: 0.5em;
    letter-spacing: 0.22em;
    font-size: 12px;
    font-family: quasimoda, sans-serif;
    font-weight: 500;
}
.album-list li .spec {
    padding-top: 2.5em;
    letter-spacing: 0.1em;
    line-height: 2;
    color: #333;
    font-size: 14px;
}
.album-list li .color {
    padding-top: 15px;
    line-height: 1;
}
.album-list li .color i {
    letter-spacing: 0.1em;
    padding-right: 1em;
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    color: #333;
    font-size: 14px;
    font-style: normal;
}
.color span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.color .red { background: #9E2225;}
.color .navy { background: #1b2c5b;}
.color .black { background: #111;}
.color .brown { background: #604c3f;}
.color .turquoise { background: #6aa4a4;}
.color .gold { background: #e4d0bb;}
.color .rose { background: #cb897a;}
.color .pink { background: #F9E2DD;}
.color .olive { background: #928168;}
.color .white {
    background: #fff;
    box-shadow:0 0 0 1px #BFBFBF inset;
}
.album-list li .btn {
    position: absolute;
    right: 0;
    bottom: 0;
}
.album-list li .btn span {
    padding: 0 40px;
    display: inline-block;
    letter-spacing: 0.2em;
    line-height: 44px;
    color: #333;
    font-size: 13px;
    font-family: quasimoda, sans-serif;
    font-weight: 500;
    background: #FFF;
    box-shadow:0 0 0 1px #878787 inset;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
}
.album-list li a:hover .btn span {
    color: #FFF;
    background: #878787;
}
.album-list li .btn span::before {
    content: "";
    width: 40px;
    height: 1px;
    display: block;
    background: #878787;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.album-list li a:hover .btn span::before { width: 0;}

#mDetail {
    padding: 120px 0 120px;
    position: relative;
}
.md-box p {
    display: table;
    width: 100%;
    line-height: 2;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}
.md-box p img {
    width: 40%;
    margin: 5%;
    display: inline-table;
}
#other {
    padding: 75px 0;
    background: #f7f7f7;
}
#other .swiper-slide {
    width: 25%;
    opacity: 0.55;
    padding: 0  25px;
}
#other .swiper-slide-active {
    opacity: 1;
}
#other .swiper-container {
    padding-bottom: 50px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #333;
}

