@charset "utf-8";
#fs_Top .fs-pt-carousel {
    margin-top: 116px;
}

.fs-pt-carousel__slide {
    margin: 0;
    padding: 0;
    position: relative;
}

.fs-c-slick .slick-dots {
    margin-top: 30px;
    margin-bottom: 40px;
}

#top-intro h2 {
    font-size: 165%;
    letter-spacing: 2px;
    margin: 0;
    margin-bottom: 20px;
}

#top-intro p, #top-about p {
    font-size: 97%;
    line-height: 2;
}

#news-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 30px;
    background: #F8F6F1;
}

#news-title-container {
    width: 20%;
}

#news-title-container h2 {
    width: 100%;
    font-size: 130%;
    letter-spacing: 5px;
    color: #444444;
    text-align: center;
    margin-bottom: 5px;
}

#news-title-container span {
    text-align:center;
    color: #886433;
    font-size: 90%;
    letter-spacing: 2px;
    width:100%;
}

#news-container ul {
    width: 75%;
}

#news-container li {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    margin-top: 0;
}

#news-container a {
    color: #333;
    text-decoration: none;
}

#news-container time {
    color: #000;
}

.top-title-jp {
    text-align: center;
    color: #444444;
    font-size: 25px;
    letter-spacing: 2px;
    margin: 0;
    margin-bottom: 5px;
    margin-top: 30px;
}

.top-title-sub {
    text-align: center;
    color: #886433;
    font-size: 90%;
    letter-spacing: 2px;
    display: block;
}

span.top-title-sub::after {
    content:url(https://shooken.itembox.design/item/title_underline.svg);
    position: relative;
    display: block;
    margin-bottom: 30px;
    margin-top: 20px;
}

.top-column-4,.top-column-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.top-column-4 .fs-pt-column__item {
    width: 23%;
}

.top-column-3 .fs-pt-column__item {
    width: 31%;
}

.top-column-4 a,.top-column-3 a {
    text-decoration: none;
    color: #000;
}

h4.title-lv-h4 {
    font-size: 20px;
    letter-spacing: 5px;
    color: #444444;
    border-bottom: 1px solid #C7C7C7;
    padding: 15px 0;
    margin-bottom: 50px;
}

#top-teiban .fs-pt-column__heading {
    font-size: 90%;
    letter-spacing: 1px;
}

#top-teiban .fs-pt-column__description {
    font-size: 112%;
    letter-spacing: 1px;
}

#top-season .fs-pt-column__heading {
    margin: 10px 0 5px 0;
    display: block;
    letter-spacing: 1px;
}

#top-season .fs-pt-column__description {
    font-size: 75%;
    letter-spacing: 1px;
}

#top-other .fs-pt-column__description {
    font-size: 90%;
    margin-top: 10px;
}

#top-scene .fs-pt-column__heading {
    font-size: 120%;
    letter-spacing: 1px;
    text-align: center;
    display: block;
    margin: 10px;
}

#top-scene .fs-pt-column__description {
    font-size: 90%;
    letter-spacing: 1px;
}

.title-border {
    display: flex;
    align-items: center;
    font-size: 120%;
    color: #A28B3A;
    letter-spacing: 5px;
    margin-bottom: 50px;
}

.title-border:before,
.title-border:after {
    border-top: 1px solid #A28B3A;
    content: "";
    flex-grow: 1;
}

.title-border:before {
    margin-right: 25px;
}

.title-border:after {
    margin-left: 25px;
}

.top-recommend-list a {
    display: flex;
    flex-direction: column-reverse;
}

.top-recommend-list .fs-pt-column__description {
    font-size: 115%;
    letter-spacing: 1px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.top-recommend-list .fs-pt-column__description img {
    margin-right: 15px;
    width: 30px !important;
}

#top-about {
    margin-top: 130px;
}

#top-about-feature {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}

.top-about-left {
    width: 56%;
}

.top-about-right {
    width: 40%;
}

.top-about-btn a {
    background: #716041;
    padding: 20px 0px;
    display: inline-block;
    width: 65%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 4px;
    margin-top: 25px;
}