.title-en {
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    text-align: center;
}
.title-en::after {
    background: #f99;
    content: "";
    display: block;
    height: 1px;
    width: 40px;
    margin: 15px auto 45px;
}

/**
* top-slide
============================== */
.top-slide {
    position: relative;
    margin-bottom: 30px;
}
.top-slide .swiper-slide img {
    width: 100%;
}
.top-slide-text {
    margin: auto;
    max-width: 125px;
    position: absolute;
        bottom: auto;
        right: 10%;
        top: 30px;
    z-index: 1;
}
#topSlider .swiper-wrapper {
    padding-bottom: 30px;
}
#topSlider .swiper-pagination {
    bottom: 0;
}
@media screen and (min-width: 960px) and (min-width: 60em) {
    .top-slide {
        margin-bottom: 60px;
    }
    .top-slide-text {
        max-width: 168px;
        bottom: 0;
        right: 20%;
        top: 0;
    }
}

/**
* news
============================== */
.news {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin: 15px auto;
    padding: 15px;
    max-width: 1460px;
}
.news-title {
    font-size: 1.8rem;
    margin-bottom: 10px;
}
@media screen and (min-width: 960px) and (min-width: 60em) {
    .news {
        display: flex;
            justify-content: center;
        margin: 60px auto 90px;
        padding: 25px;
    }
    .news-title {
        width: 160px;
        margin-bottom: 0;
    }
    .news-content {max-width: calc(100% - 160px);}
}

/**
* about
============================== */
.about {
    background: url(https://file003.shop-pro.jp/PA01456/224/images/bg_02.jpg) repeat 0 0;
    margin-bottom: 60px;
}
.about-container {
    background: url(https://file003.shop-pro.jp/PA01456/224/images/obj_01.png) no-repeat 85% 75%;
    position: relative;
}
.about-title {
    letter-spacing: 0.1em;
}
.about-title span {
    display: block;
    font-size: 45.5%;
}
a.about-btn {
    background: url(https://file003.shop-pro.jp/PA01456/224/svg/btn_about_bg.svg) no-repeat 100% 100%;
    display: block;
    font-size: 1.4rem;
    text-decoration: none;
    margin: auto;
    width: 255px;
    height: 55px;
    position: relative;
}
.about-btn > span {
    background: url(https://file003.shop-pro.jp/PA01456/224/svg/btn_about.svg) no-repeat 0 0 / contain;
    display: flex;
        align-items: center;
        justify-content: center;
    width: 251px;
    height: 51px;
    transition: all 0.2s ease;
}
.about-btn:hover > span {
    transform: translate(4px,4px);
}
@media screen and (max-width: 720px) and (max-width: 45em) {
    .about { padding: 30px 0; }
    .about-container {
        background-size: contain;
        overflow: hidden;
    }
    .about-image {
        float: right;
        margin: 10px 0 10px 10px;
        width: 140px;
    }
    .about-title-en {
        font-size: 0.9rem;
        margin-bottom: 5px;
    }
    .about-title {
        font-size: 2.4rem;
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 720px) and (min-width: 45em) {
    .about {
        padding: 50px 0;
        margin-bottom: 100px;
    }
    .about-header {
        text-align: center;
    }
    .about-image {
        margin: 0 auto 20px;
        width: calc(100% - 450px);
        max-width: 360px;
    }
    .about-wrap {
        display: flex;
            flex-direction: column;
    }
    .about-inner {
        writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        margin: 0 auto 30px;
        position: relative;
    }
    .about-inner p {
        line-height: 2;
        margin-top: 1em;
        margin-left: 1.5em;
    }
    .about-header {
        margin-left: 36px;
        text-align: left;
    }
    .about-title-en {
        font-size: 1rem;
        margin-bottom: 10px;
    }
    .about-title {
        font-size: 3.2rem;
        margin-bottom: 30px;
    }
}
@media screen and (min-width: 960px) and (min-width: 60em) {
    .about-container {
        background-position: 80% 60%;
        display: flex;
            flex-wrap: wrap;
            align-items: flex-start;
            justify-content: center;
    }
    .about-image {
        margin: 0 0 20px;
    }
    .about-wrap {
        margin: 0;
        width: 620px;
    }
    .about-inner p {
        margin-left: 2em;
    }
}

/**
* feature
============================== */
.feature {
    margin-bottom: 60px;
}
a.feature-box {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-decoration: none;
    padding: 40px;
    position: relative;
    z-index: 1;
    transition: background-size 0.5s ease-out;
}
a.feature-box.feature-01 {background-image: url(https://file003.shop-pro.jp/PA01456/224/images/feature_01.jpg);}
a.feature-box.feature-02 {background-image: url(https://file003.shop-pro.jp/PA01456/224/images/feature_02.jpg);}
a.feature-box.feature-03 {background-image: url(https://file003.shop-pro.jp/PA01456/224/images/feature_03.jpg);}
.feature-box::before {
    background: #000;
    content: "";
    opacity: 0.5;
    position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
    transition: opacity 0.2s ease-out;
}
.feature-box:hover::before {
    opacity: 0.7;
}
.feature-title {
    color: #fff;
    font-size: 2rem;
    position: relative;
}
.feature-title::before {
    content: attr(data-en);
    display: block;
    font-family: Lora, serif;
    font-size: 1.2rem;
}
.feature-arrow {
    fill: #fff;
    margin: auto;
    position: absolute;
        bottom: 30px;
        left: 0;
        right: 0;
}
@media screen and (max-width: 720px) and (max-width: 45em) {
    .feature-box {
        justify-content: center;
        text-align: center;
    }
    .feature-box + .feature-box {
        margin-top: 5px;
    }
}
@media screen and (min-width: 720px) and (min-width: 45em) {
    .feature {
        margin-bottom: 90px;
    }
    .feature-content {
        display: flex;
            justify-content: space-between;
    }
    a.feature-box {
        writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        background-size: auto 100%;
        padding: 40px 0 0;
        height: 400px;
        width: 33%;
        max-width: 480px;
    }
    a.feature-box:hover {
        background-size: auto 110%;
    }
    .feature-title {
        letter-spacing: 0.24em;
    }
}

/**
* pickup
============================== */
.pickup {
    margin-bottom: 80px;
}
#pickupSlider .swiper-wrapper {
    justify-content: center;
}
#pickupSlider .swiper-slide {
    max-width: 460px;
}
@media screen and (min-width: 720px) and (min-width: 45em) {
    .pickup {
        margin-bottom: 200px;
    }
    #pickupSlider .swiper-slide {
        margin-right: 40px;
    }
}

/**
* recommend
============================== */
.recommend {
    padding: 0 15px;
    margin: 0 auto 60px;
}
.recommend-title {
    background: url(https://file003.shop-pro.jp/PA01456/224/svg/horse.svg) no-repeat 50% 0 / 54px;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 60px;
}
.recommend-title-ja {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    margin-bottom: 10px;
}
.recommend-title-en {
    font-size: 1.2rem;
}
@media screen and (min-width: 720px) and (min-width: 45em) {
    .recommend {
        margin-bottom: 120px;
    }
    .recommend-title {
        margin-bottom: 55px;
    }
    .recommend-title-ja {
        font-size: 2.4rem;
        margin-bottom: 15px;
    }
}
@media screen and (min-width: 1160px) and (min-width: 72.5em) {
    .recommend {
        padding: 0 60px;
        max-width: 1580px
    }
}

/**
* homeinfo
============================== */
.homeinfo {
    border-top: 1px solid #ddd;
    max-width: 1460px;
}
.homeinfo-wrap {
    counter-reset: infonum;
}
.homeinfo-title {
    display: flex;
        align-items: flex-end;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 10px;
}
.homeinfo-title::before {
    counter-increment: infonum;
    content: '0' counter(infonum);
    font: 500 3rem/1 'Lora';
    margin-right: 0.4em;
}
.homeinfo p {
    font-size: 1.3rem;
}
.homeinfo-image {
    display: block;
    margin: 0 auto 15px;
    max-width: 390px;
    position: relative;
}
@media screen and (max-width: 720px) and (max-width: 45em) {
    .homeinfo {
        margin: 0 auto 60px;
        padding: 30px 10px;
    }
    .homeinfo-box + .homeinfo-box {
        margin-top: 30px;
    }
    .homeinfo-i03 {
        display: block;
        margin: 0 auto 15px;
    }
}
@media screen and (min-width: 720px) and (min-width: 45em) {
    .homeinfo {
        margin: 0 auto 140px;
        padding: 60px 10px;
    }
    .homeinfo-box {
        display: flex;
            align-items: flex-start;
            justify-content: space-between;
    }
    .homeinfo-box + .homeinfo-box {
        margin-top: 120px;
    }
    .homeinfo-image {margin: 0;}
    .odd .homeinfo-image {order: 1}
    .homeinfo-content {
        width: calc(100% - 430px);
    }
    .homeinfo-i03 {
        float: right;
        margin-left: 2em;
    }
}
@media screen and (min-width: 960px) and (min-width: 60em) {
    .homeinfo {
        padding: 60px 60px;
    }
}
@media screen and (min-width: 1260px) and (min-width: 80em) {
    .homeinfo {
        padding: 60px 160px;
    }
}

/**
* homega
============================== */
.homega {
    margin: 80px 0;
}
.homega-text {
    font-size: 1.3rem;
    margin: 0 auto;
    padding: 0 10px;
    max-width: 640px;
}
#gallerySlider {
    padding-bottom: 80px;
}
#gallerySlider .swiper-slide {
    max-width: 650px;
}
@media screen and (min-width: 720px) and (min-width: 45em) {
    .homega {
        margin-bottom: 120px 0;
    }
}

/**
* store
============================== */
.store {
    background: url(https://file003.shop-pro.jp/PA01456/224/images/contact_bg.jpg) no-repeat 100% 100% / cover;
    color: #fff;
    font-size: 1.4rem;
    padding: 30px 0;
}
.store a {color: #fff;}
.store a:hover {color: #f99;}
.store-title {
    border-bottom: 1px solid;
    padding-bottom: 10px;
    max-width: 350px;
}
.store-name {
    font-size: 1.8rem;
    padding: 20px 0;
}
.store-address {
    margin-bottom: 10px;
    line-height: 1.8;
}
.store-address a {
    font-size: 1.2rem;
}
.store-info {
    margin-bottom: 35px;
}
.store-info > li {margin-top: 5px;}
.store-info > li.e { margin-top: 20px; }
.store-info-icon {
    padding-left: 26px;
    position: relative;
}
.store-info-icon::before {
    border: 1px solid;
    border-radius: 50%;
    content: attr(data-label);
    display: flex;
        align-items: center;
        justify-content: center;
    line-height: 1;
    height: 20px;
    width: 20px;
    position: absolute;
        left: 0;
        top: 0;
}
.store-btn {
    border: 1px solid;
    display: inline-block;
    padding: 1.2em 2em;
    position: relative;
}
.store-btn::after {
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #fff transparent;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
        bottom: 0;
        right: 0;
    transition: inherit;
}
.store-btn:hover::after {
    border-bottom-color: #f99;
}
@media screen and (min-width: 720px) and (min-width: 45em) {
    .store {
        background: url(https://file003.shop-pro.jp/PA01456/224/images/contact_bg.jpg) no-repeat 100% 50% / cover;
        padding: 70px 0 80px;
    }
}