.top-effect__fade {
    opacity: 0;
    transition: opacity .7s linear
}

.top-effect__fade.--show {
    opacity: 1
}

.top-effect__fade-up {
    opacity: 0;
    transform: translateY(40px);
    transition: all .7s cubic-bezier(.3,.03,.17,.91)
}

.top-effect__fade-up.--show {
    opacity: 1;
    transform: translateY(0)
}

@media only screen and (max-width: 768px) {
    .top-effect__fade-up {
        transform:translateY(20px)
    }

    .top-effect__fade-up.--show {
        transform: translateY(0)
    }
}

.top-l-about.--index {
    padding-top: 64px
}

.top-l-about__title {
    margin-bottom: 64px
}

.top-l-about__container {
    padding: 160px 0;
    position: relative;
    width: 100%;
    height: auto;
    background: #fff
}

@media only screen and (max-width: 768px) {
    .top-l-about__container {
        padding:76px 0
    }
}

.top-l-about__container:first-child {
    border-bottom: solid 1px #E5E1DB
}

@media only screen and (max-width: 768px) {
    .top-l-about__container:first-child {
        padding:80px 0
    }
}

.top-l-about .top-l-middle-full {
    height: auto!important
}

.top-l-about .top-l-middle-full__container {
    position: relative;
    margin-top: -782px
}

.top-l-about .top-l-middle-full__center {
    padding-top: 120px;
    padding-bottom: 120px
}

.top-l-about .top-l-middle-full__bg {
    position: sticky;
    top: 80px;
    height: 782px
}

.top-l-about .top-l-middle-full__image {
    transform: scale(1.4)
}

.top-l-about .top-l-middle-full__logo {
    padding-top: 40px
}

.top-l-about .top-l-middle-full__flex {
    padding-top: 64px;
    display: flex;
    justify-content: center;
    text-decoration: none
}

.top-l-about .top-l-middle-full__flex:hover .top-l-middle-full__movie-icon {
    transition: all .3s;
    transform: scale(1.2)
}

.top-l-about .top-l-middle-full__movie-icon {
    transition: all .3s
}

.top-l-about .top-l-middle-full__movie-text {
    padding-left: 8px;
    font-size: 12px;
    color: #fff
}

@media only screen and (min-width: 769px) and (max-width:1085px) {
    .none {
        display:none
    }
}

@media only screen and (max-width: 768px) {
    .top-l-about .top-l-middle-full__logo {
        height:100px;
        padding-top: 32px
    }

    .top-l-about .top-l-middle-full__flex {
        padding-top: 40px
    }

    .top-l-about .top-l-middle-full__bg {
        top: 0
    }
}

.top-l-contents {
    border-bottom: 1px solid #E5E1DB;
    padding-bottom: 100px;
    margin-bottom: 200px
}

@media only screen and (max-width: 768px) {
    .top-l-contents {
        padding-bottom:60px;
        margin-bottom: 80px
    }
}

.top-l-contents__padding {
    max-width: 1360px;
    padding: 0 40px;
    margin: auto;
    box-sizing: border-box
}

@media only screen and (max-width: 768px) {
    .top-l-contents__padding {
        padding-right:20px;
        padding-left: 20px
    }
}

.top-l-contents__ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

@media only screen and (max-width: 768px) {
    .top-l-contents__ul {
        display:block
    }
}

.top-l-fv__overflow {
    overflow: hidden
}

.top-l-fv__scroller {
    width: 100%;
    padding-top: 45%;
    display: block;
    position: relative
}

@media only screen and (max-width: 768px) {
    .top-l-fv__scroller {
        padding-top:120%
    }
}

.top-l-fv__text-pc {
    margin-bottom: 30px
}

@media only screen and (max-width: 768px) {
    .top-l-fv__text-pc {
        display:none
    }
}

.top-l-fv__text-sp {
    display: none
}

@media only screen and (max-width: 768px) {
    .top-l-fv__text-sp {
        display:block;
        margin-bottom: 20px;
        text-align: center
    }
}

.top-l-fv__io {
    max-width: 1140px;
    padding: 0 40px;
    margin: auto;
    display: block;
    text-decoration: none
}

@media only screen and (max-width: 768px) {
    .top-l-fv__io {
        padding-right:20px;
        padding-left: 20px
    }
}

.top-l-fv__columns {
    display: flex
}

.top-l-fv__left {
    width: 50%
}

.top-l-fv__left img {
    width: 100%;
    vertical-align: bottom
}

.top-l-fv__right {
    width: 50%;
    background-color: #F6F4F3;
    display: flex;
    align-items: center;
    justify-content: center
}

.top-l-fv__right-padding {
    padding: 0 30px
}

.top-l-fv__indicator {
    text-align: center;
    margin-bottom: 100px
}

@media only screen and (max-width: 768px) {
    .top-l-fv__indicator {
        margin-bottom:40px
    }
}

.top-l-fv__indicator-ul {
    display: inline-flex;
    transform: translateY(-15px)
}

.top-l-letter {
    margin-bottom: 200px
}

@media only screen and (max-width: 768px) {
    .top-l-letter {
        margin-bottom:80px
    }
}

.top-l-letter__padding {
    max-width: 1360px;
    padding: 0 40px;
    margin: auto;
    box-sizing: border-box
}

@media only screen and (max-width: 768px) {
    .top-l-letter__padding {
        padding-right:20px;
        padding-left: 20px
    }
}

@media only screen and (max-width: 768px) {
    .top-l-letter__padding {
        padding-left:0;
        padding-right: 0
    }
}

.top-l-letter__columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap
}

.top-l-letter__left {
    width: 64.5%;
    position: relative
}

@media only screen and (max-width: 768px) {
    .top-l-letter__left {
        display:none
    }
}

.top-l-letter__thumbs {
    position: absolute;
    right: 0;
    top: 0;
    width: 2000px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start
}

@media only screen and (max-width: 768px) {
    .top-l-letter__thumbs {
        position:relative;
        width: calc(100% + 200px);
        left: -230px
    }
}

.top-l-letter__thumbs-sp {
    display: none
}

@media only screen and (max-width: 768px) {
    .top-l-letter__thumbs-sp {
        display:block;
        position: relative;
        margin-bottom: 40px
    }
}

.top-l-letter__thumb {
    margin-left: 5px;
    vertical-align: bottom;
    max-width: 300px;
    width: 100%
}

.top-l-letter__thumb-link {
    position: relative;
    display: block;
    margin-left: 5px;
    max-width: 300px;
    width: 100%;
    flex: 0 0 auto
}

.top-l-letter__thumb-link .top-l-letter__thumb {
    margin-left: 0
}

.top-l-letter__thumb-zoom {
    display: block
}

.top-l-letter__thumbs > .top-l-letter__thumb-zoom {
    margin-left: 5px;
    max-width: 300px;
    width: 100%;
    flex: 0 0 auto
}

.top-l-letter__thumb-zoom .top-l-letter__thumb {
    margin-left: 0;
    display: block
}

@media only screen and (min-width: 769px) {
    .top-l-letter__thumb-zoom:hover .top-c-image-zoom__image {
        transform: scale(1.07)
    }
}

@media only screen and (max-width: 768px) {
    .top-l-letter__thumb {
        width:25%
    }

    .top-l-letter__thumb-link {
        width: 25%
    }

    .top-l-letter__thumb-link .top-l-letter__thumb {
        width: 100%
    }
}

.top-l-letter__new {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(163, 145, 135, 1);
    z-index: 2;
    margin: 0;
}

.top-l-letter__new {
    padding: 4px;
    border-radius: 4px;
}

@media only screen and (max-width: 768px) {
    .top-l-letter__new {
        padding: 2px;
        border-radius: 2px;
    }
}

.top-l-letter__new {
    font-size: 11px;
    color: #fff;
    line-height: 1;
    font-weight: 500;
}

@media only screen and (max-width: 768px) {
    .top-l-letter__new {
        font-size: 9px;
    }
}

.top-l-letter__thumb-link.is-new .top-l-letter__new {
    display: block
}

.top-l-letter__right {
    width: 29%
}

@media only screen and (max-width: 768px) {
    .top-l-letter__right {
        width:100%
    }
}

.top-l-letter__title {
    margin-bottom: 40px
}

@media only screen and (max-width: 768px) {
    .top-l-letter__title {
        padding-right:20px;
        padding-left: 20px
    }
}

.top-l-letter__text {
    margin-bottom: 100px
}

@media only screen and (max-width: 768px) {
    .top-l-letter__text {
        padding-right:20px;
        padding-left: 20px
    }
}

@media only screen and (max-width: 768px) {
    .top-l-letter__text {
        margin-bottom:30px
    }
}

.top-l-letter__link {
    text-align: right
}

@media only screen and (max-width: 768px) {
    .top-l-letter__link {
        padding-right:20px;
        padding-left: 20px
    }
}

.top-l-middle-full {
    height: 640px;
    margin-bottom: 100px;
    position: relative
}

.top-l-middle-full__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.top-l-middle-full__image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1.1)
}

.top-l-middle-full__center {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    position: relative;
    height: 100%;
    background-color: rgba(0,0,0,.07)
}

.top-l-middle-full__text {
    font-family: "Hiragino Kaku Gothic Pro";
    font-weight: 400;
    font-size: 15px;
    line-height: 200%;
    text-align: center;
    letter-spacing: .07em;
    font-feature-settings: 'palt' on;
    margin-bottom: 30px
}

@media only screen and (max-width: 768px) {
    .top-l-middle-full__text {
        font-size:14px
    }
}

.top-l-middle-full__title {
    font-family: "Hiragino Mincho ProN",YuMincho,"Yu Mincho","MS PMincho",serif;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: .15em;
    font-feature-settings: 'palt' on
}

@media only screen and (max-width: 768px) {
    .top-l-middle-full__title {
        font-size:22px
    }
}

.p-about-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    display: none
}

.p-about-modal__bg {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.7);
    display: flex;
    align-items: center;
    justify-content: center
}

.p-about-modal__width {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    padding: 0 60px
}

@media only screen and (max-width: 1085px) {
    .p-about-modal__width {
        padding:0 20px
    }
}

.p-about-modal__aspect {
    padding-top: 56.25%;
    position: relative
}

.p-about-modal__movie-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    background-color: #000
}

.p-about-modal__movie {
    width: 100%
}

.p-about-modal__btn-close {
    position: absolute;
    right: -40px;
    top: -40px;
    width: 30px;
    height: 30px;
    display: block
}

.p-about-modal__btn-close img {
    width: 100%
}

@media only screen and (max-width: 1085px) {
    .p-about-modal__btn-close {
        right:0;
        width: 24px;
        height: 24px
    }
}

.top-l-news.--index {
    background-color: #F8F8F8;
    padding-top: 80px
}

@media only screen and (max-width: 768px) {
    .top-l-news.--index {
        padding-top:40px
    }
}

.top-l-news__select-box {
    text-align: center;
    margin-bottom: 60px
}

.top-l-news__post-container {
    margin-bottom: 40px
}

.top-l-news__post-columns {
    display: inline-flex;
    align-items: center;
    position: relative;
    padding-left: 40px
}

.top-l-news__post-columns:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    left: 0;
    background-color: #888
}

.top-l-news__post-count {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: .2em;
    color: #888;
    letter-spacing: .2em;
    margin-right: 5px
}

@media only screen and (max-width: 768px) {
    .top-l-news__post-count {
        font-size:15px
    }
}

.top-l-news__post-label {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #888;
    letter-spacing: .2em
}

@media only screen and (max-width: 768px) {
    .top-l-news__post-label {
        font-size:12px
    }
}

.top-l-news {
    padding-bottom: 200px
}

@media only screen and (max-width: 768px) {
    .top-l-news {
        padding-bottom:70px
    }
}

.top-l-news__padding {
    max-width: 1360px;
    padding: 0 40px;
    margin: auto;
    box-sizing: border-box
}

@media only screen and (max-width: 768px) {
    .top-l-news__padding {
        padding-right:20px;
        padding-left: 20px
    }
}

.top-l-news__title {
    margin-bottom: 60px
}

.--index .top-l-news__title {
    margin-bottom: 40px
}

.top-l-news__ul-thumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.top-l-news__ul-thumb::after {
    content: "";
    display: block;
    width: 31.25%
}

@media only screen and (max-width: 768px) {
    .top-l-news__ul-thumb {
        display:block
    }
}

@media only screen and (max-width: 768px) {
    .top-l-news__ul-thumb.--pc {
        display:none
    }
}

.top-l-news__ul-thumb.--sp {
    display: none
}

@media only screen and (max-width: 768px) {
    .top-l-news__ul-thumb.--sp {
        display:flex
    }
}

.top-l-news__info-columns {
    display: flex;
    justify-content: space-between
}

@media only screen and (max-width: 768px) {
    .top-l-news__info-columns {
        display:block
    }
}

.top-l-news__left {
    width: 65.5%
}

@media only screen and (max-width: 768px) {
    .top-l-news__left {
        width:100%;
        margin-bottom: 40px
    }
}

.top-l-news__right {
    width: 31%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end
}

@media only screen and (max-width: 768px) {
    .top-l-news__right {
        width:100%
    }
}

.top-l-news__bottom {
    text-align: center;
    padding-top: 30px
}

@media only screen and (max-width: 768px) {
    .top-l-news__bottom {
        padding-top:15px
    }
}

.top-l-product {
    margin-bottom: 150px
}

.top-l-product__padding {
    max-width: 1360px;
    padding: 0 40px;
    margin: auto;
    box-sizing: border-box
}

@media only screen and (max-width: 768px) {
    .top-l-product__padding {
        padding-right:20px;
        padding-left: 20px
    }
}

.top-l-product__title {
    margin-bottom: 60px
}

.top-l-product__ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.top-l-ranking {
    margin-bottom: 200px;
    overflow: hidden;
    position: relative
}

@media only screen and (max-width: 768px) {
    .top-l-ranking {
        margin-bottom:100px
    }
}

.top-l-ranking__padding {
    max-width: 1360px;
    padding: 0 40px;
    margin: auto;
    box-sizing: border-box
}

@media only screen and (max-width: 768px) {
    .top-l-ranking__padding {
        padding-right:20px;
        padding-left: 20px
    }
}

.top-l-ranking__padding-sp {
    overflow: hidden
}

@media only screen and (max-width: 768px) {
    .top-l-ranking__padding-sp {
        overflow:visible;
        padding-left: 18.5%;
        padding-right: 18.5%
    }
}

.top-l-ranking__title {
    margin-bottom: 60px
}

@media only screen and (max-width: 768px) {
    .top-l-ranking__title {
        margin-bottom:40px
    }
}

.top-l-ranking__button {
    position: absolute;
    top: 40%;
    z-index: 3
}

@media only screen and (max-width: 768px) {
    .top-l-ranking__button {
        display:none
    }
}

.top-l-ranking__button.--left {
    left: 40px
}

.top-l-ranking__button.--right {
    right: 40px
}

.top-l-ranking__ul {
    display: flex;
    width: 1000%;
    margin-bottom: 80px
}

@media only screen and (max-width: 768px) {
    .top-l-ranking__ul {
        margin-bottom:40px
    }
}

.top-l-ranking__bottom {
    position: relative
}

.top-l-ranking__indicator {
    text-align: center
}

@media only screen and (max-width: 768px) {
    .top-l-ranking__indicator {
        margin-bottom:30px
    }
}

.top-l-ranking__more {
    position: absolute;
    right: 0;
    top: 0
}

@media only screen and (max-width: 768px) {
    .top-l-ranking__more {
        position:static;
        text-align: right
    }
}

@media only screen and (min-width: 769px) {
    .top-p-attempt .sp {
        display:none
    }
}

.top-p-attempt__padding {
    max-width: 1360px;
    padding: 0 40px;
    margin: auto;
    box-sizing: border-box;
    padding-top: 160px
}

@media only screen and (max-width: 768px) {
    .top-p-attempt__padding {
        padding-right:20px;
        padding-left: 20px
    }
}

@media only screen and (max-width: 1085px) {
    .top-p-attempt__padding {
        padding-top:80px
    }
}

@media only screen and (min-width: 1086px) {
    .top-p-attempt__flex {
        display:flex;
        justify-content: space-between;
        align-items: flex-end
    }
}

.top-p-attempt__flex:not(:first-child) {
    padding-top: 64px
}

.top-p-attempt__thumbs {
    width: 48.28%;
    height: auto;
    margin: auto 0
}

@media only screen and (max-width: 1085px) {
    .top-p-attempt__thumbs {
        width:100%
    }
}

@media only screen and (max-width: 1085px) {
    .top-p-attempt__thumb {
        width:100%
    }
}

.top-p-attempt__texts {
    width: 42.18%
}

@media only screen and (max-width: 1085px) {
    .top-p-attempt__texts {
        width:100%;
        padding-top: 32px
    }
}

.top-p-attempt__text {
    padding-top: 24px
}

@media only screen and (max-width: 1085px) {
    .top-p-attempt__text {
        padding-top:16px
    }
}

.top-p-attempt__link {
    padding-top: 84px
}

@media only screen and (max-width: 1085px) {
    .top-p-attempt__link {
        padding-top:24px
    }
}

.top-p-attempt__right {
    text-align: right
}

@media only screen and (min-width: 1086px) {
    .top-p-ejs .sp {
        display:none
    }
}

@media only screen and (max-width: 1085px) {
    .top-p-ejs .pc {
        display:none
    }
}

.top-p-ejs__padding {
    max-width: 1360px;
    padding: 0 40px;
    margin: auto;
    box-sizing: border-box
}

@media only screen and (max-width: 768px) {
    .top-p-ejs__padding {
        padding-right:20px;
        padding-left: 20px
    }
}

@media only screen and (min-width: 1086px) {
    .top-p-ejs__flex {
        display:flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: flex-end
    }
}

.top-p-ejs__thumbs {
    width: 69.06%;
    height: auto;
    margin: auto 0;
    display: flex;
    justify-content: space-between
}

@media only screen and (max-width: 1085px) {
    .top-p-ejs__thumbs {
        width:100%;
        padding-top: 40px
    }
}

.top-p-ejs__thumbs-box {
    width: 48.86%
}

.top-p-ejs__thumb {
    width: 100%
}

.top-p-ejs__link {
    padding-top: 32px
}

@media only screen and (max-width: 1085px) {
    .top-p-ejs__link {
        padding-top:16px
    }
}

.top-p-ejs__center {
    text-align: center
}

.top-p-ejs__texts {
    width: 28.75%;
    padding-left: 28px;
    padding-bottom: 47px;
    margin: 0 auto
}

@media only screen and (max-width: 1085px) {
    .top-p-ejs__texts {
        width:100%;
        text-align: center;
        padding-left: 0;
        padding-bottom: 0
    }
}

@media only screen and (min-width: 1086px) {
    .top-p-ejs__title {
        width:fit-content;
        margin: 0 auto
    }
}

.top-p-ejs__text {
    padding-top: 40px
}

@media only screen and (min-width: 1086px) {
    .top-p-ejs__text {
        width:fit-content;
        margin: 0 auto
    }
}

.top-p-obsession {
    overflow: hidden;
    background: linear-gradient(180deg,#F8F6EE 0,#F7F1E4 50%,#F8F0E3 100%)
}

.top-p-obsession__padding {
    max-width: 1360px;
    padding: 0 40px;
    margin: auto;
    box-sizing: border-box;
    padding-top: 80px;
    padding-bottom: 80px
}

@media only screen and (max-width: 768px) {
    .top-p-obsession__padding {
        padding-right:20px;
        padding-left: 20px
    }
}

@media only screen and (max-width: 1085px) {
    .top-p-obsession__padding {
        padding-top:80px
    }
}

@media only screen and (min-width: 1086px) {
    .top-p-obsession__flex {
        display:flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: flex-end
    }
}

.top-p-obsession__thumbs {
    width: 58.28%;
    height: auto;
    margin: auto 0
}

@media only screen and (max-width: 1085px) {
    .top-p-obsession__thumbs {
        width:120%;
        margin-left: -7%
    }
}

@media only screen and (max-width: 1085px) {
    .top-p-obsession__thumb {
        width:100%
    }
}

.top-p-obsession__texts {
    width: 42.18%
}

@media only screen and (max-width: 1085px) {
    .top-p-obsession__texts {
        width:100%;
        padding-top: 64px
    }
}

.top-p-obsession__text {
    padding-top: 40px
}

@media only screen and (max-width: 1085px) {
    .top-p-obsession__text {
        padding-top:32px
    }
}

.top-p-obsession__link {
    padding-top: 64px
}

@media only screen and (max-width: 1085px) {
    .top-p-obsession__link {
        padding-top:32px
    }
}

.top-p-obsession__right {
    text-align: right
}

.top-p-think__padding {
    max-width: 1360px;
    padding: 0 40px;
    margin: auto;
    box-sizing: border-box;
    padding-bottom: 160px
}

@media only screen and (max-width: 768px) {
    .top-p-think__padding {
        padding-right:20px;
        padding-left: 20px
    }
}

@media only screen and (max-width: 1085px) {
    .top-p-think__padding {
        padding:0 20px 80px 0
    }
}

@media only screen and (min-width: 1086px) {
    .top-p-think__flex {
        display:flex;
        justify-content: space-between;
        align-items: flex-end
    }
}

.top-p-think__thumbs {
    width: 59.45%;
    height: auto;
    margin: auto 0
}

@media only screen and (max-width: 1085px) {
    .top-p-think__thumbs {
        width:100%
    }
}

.top-p-think__thumb:last-child {
    padding-top: 8px
}

.top-p-think__texts {
    width: 31.6%
}

@media only screen and (max-width: 1085px) {
    .top-p-think__texts {
        width:100%;
        padding-left: 20px;
        padding-top: 64px
    }
}

.top-p-think__text {
    padding-top: 40px
}

@media only screen and (max-width: 1085px) {
    .top-p-think__text {
        padding-top:32px
    }
}

.top-p-think__link {
    padding-top: 64px
}

@media only screen and (max-width: 1085px) {
    .top-p-think__link {
        padding-top:32px
    }
}

.top-p-think__right {
    text-align: right
}

.top-p-item-contents {
    width: 29%
}

@media only screen and (max-width: 768px) {
    .top-p-item-contents {
        margin-bottom:40px
    }
}

.top-p-item-contents:nth-child(1),.top-p-item-contents:nth-child(2) {
    width: 47%;
    margin-bottom: 60px
}

@media only screen and (max-width: 768px) {
    .top-p-item-contents:nth-child(1),.top-p-item-contents:nth-child(2) {
        width:100%;
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 768px) {
    .top-p-item-contents {
        width:100%
    }
}

.top-p-item-contents__link {
    display: block;
    text-decoration: none
}

.top-p-item-contents__relative {
    position: relative
}

.top-p-item-contents__text-vertical {
    position: absolute;
    top: 0;
    right: 0;
    transform-origin: 100% 0;
    transform: rotateZ(90deg) translateX(100%);
    display: flex
}

.top-p-item-contents__text-no {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    align-items: center;
    letter-spacing: .2em;
    color: #A39187;
    margin-right: 15px
}

@media only screen and (max-width: 768px) {
    .top-p-item-contents__text-no {
        font-size:12px
    }
}

.top-p-item-contents__text-name-en {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: .2em;
    color: #A39187;
    position: relative;
    padding-left: 40px;
    white-space: nowrap
}

@media only screen and (max-width: 768px) {
    .top-p-item-contents__text-name-en {
        font-size:12px
    }
}

.top-p-item-contents__text-name-en:before {
    content: '';
    position: absolute;
    background-color: #A39187;
    width: 30px;
    height: 1px;
    left: 0;
    top: 50%
}

.top-p-item-contents__text-name-jp {
    font-family: "Hiragino Kaku Gothic Pro";
    font-weight: 300;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: .07em;
    font-feature-settings: 'palt' on;
    margin-bottom: 10px
}

@media only screen and (max-width: 768px) {
    .top-p-item-contents__text-name-jp {
        font-size:12px
    }
}

.top-p-item-contents__text {
    font-family: "Hiragino Kaku Gothic Pro";
    font-weight: 300;
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: .07em;
    font-feature-settings: 'palt' on;
    color: #434343;
    transition: color .2s linear;
    width: calc(100% - 40px)
}

a:hover .top-p-item-contents__text {
    color: #A39187
}

@media only screen and (max-width: 768px) {
    .top-p-item-contents__text {
        font-size:15px
    }
}

.top-p-item-contents:nth-child(1) .top-p-item-contents__text,.top-p-item-contents:nth-child(2) .top-p-item-contents__text {
    font-size: 22px
}

@media only screen and (max-width: 768px) {
    .top-p-item-contents:nth-child(1) .top-p-item-contents__text,.top-p-item-contents:nth-child(2) .top-p-item-contents__text {
        font-size:17px
    }
}

.top-p-item-contents__image {
    width: calc(100% - 35px);
    margin-bottom: 30px
}

@media only screen and (max-width: 768px) {
    .top-p-item-contents__image {
        width:calc(100% - 25px)
    }
}

@media only screen and (max-width: 768px) {
    .top-p-item-contents:nth-child(1) .top-p-item-contents__image,.top-p-item-contents:nth-child(2) .top-p-item-contents__image {
        width:calc(100% - 25px);
        position: relative;
        padding-top: 110%
    }
}

.top-p-item-fv {
    width: 10%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0
}

.top-p-item-fv__link {
    text-decoration: none;
    display: block;
    position: relative
}

.top-p-item-fv__image img {
    width: 100%;
    vertical-align: bottom
}

.top-p-item-fv__image video {
    width: 100%;
    vertical-align: bottom
}

@media only screen and (max-width: 768px) {
    .top-p-item-fv__image.--pc {
        display:none
    }
}

.top-p-item-fv__image.--sp {
    display: none
}

@media only screen and (max-width: 768px) {
    .top-p-item-fv__image.--sp {
        display:block
    }
}

.top-p-item-info {
    border-top: 1px solid #E5E1DB
}

.top-p-item-info:last-child {
    border-bottom: 1px solid #E5E1DB
}

.top-p-item-info__link {
    text-decoration: none;
    display: block;
    padding: 40px 0;
    transition: opacity .25s linear
}

@media only screen and (max-width: 768px) {
    .top-p-item-info__link {
        padding:30px 0
    }
}

@media only screen and (min-width: 769px) {
    .top-p-item-info__link:hover {
        opacity:.7
    }
}

.top-p-item-info__header {
    margin-bottom: 10px
}

.top-p-item-thumb {
    width: 31.25%;
    margin-bottom: 50px
}

@media only screen and (max-width: 768px) {
    .top-p-item-thumb {
        width:100%
    }
}

.top-p-item-thumb__link {
    text-decoration: none;
    display: block
}

.top-p-item-thumb__image {
    margin-bottom: 20px
}

.top-p-item-thumb__image img {
    width: 100%;
    vertical-align: bottom
}

.top-p-item-thumb__header {
    margin-bottom: 15px
}

.top-p-item-product {
    width: 23%;
    margin-bottom: 30px
}

@media only screen and (max-width: 768px) {
    .top-p-item-product {
        width:48%
    }
}

.top-p-item-product__link {
    text-decoration: none;
    display: block;
    position: relative
}

.top-p-item-product__image {
    margin-bottom: 10px
}

.top-p-item-product__image img {
    width: 100%;
    vertical-align: bottom
}

@media only screen and (max-width: 768px) {
    .top-p-item-product__image.--pc {
        display:none
    }
}

.top-p-item-product__image.--sp {
    display: none
}

@media only screen and (max-width: 768px) {
    .top-p-item-product__image.--sp {
        display:block
    }
}

.top-p-item-product__name-en {
    position: absolute;
    left: 10px;
    top: 10px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: .2em;
    color: #FFF
}

@media only screen and (max-width: 768px) {
    .top-p-item-product__name-en {
        line-height:1.2;
        font-size: 12px
    }
}

.top-p-item-ranking {
    width: 2.5%
}

@media only screen and (max-width: 768px) {
    .top-p-item-ranking {
        width:10%
    }
}

.top-p-item-ranking__link {
    text-decoration: none;
    display: block;
    position: relative
}

.top-p-item-ranking__image {
    margin-bottom: 20px;
    overflow: hidden
}

@media only screen and (max-width: 768px) {
    .top-p-item-ranking__image {
        margin-bottom:15px
    }
}

.top-p-item-ranking__image img {
    width: 100%;
    vertical-align: bottom;
    transition: transform .25s cubic-bezier(.06,.22,.12,1)
}

@media only screen and (max-width: 768px) {
    .top-p-item-ranking__image img {
        transform:scale(1.07)
    }
}

@media only screen and (min-width: 769px) {
    a:hover .top-p-item-ranking__image img {
        transform:scale(1.05)
    }
}

.top-p-item-ranking__text-container {
    text-align: center
}

.top-p-item-ranking__brand {
    font-family: "Hiragino Kaku Gothic Pro";
    font-weight: 300;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: .04em;
    color: #666;
    margin-bottom: 20px
}

@media only screen and (max-width: 768px) {
    .top-p-item-ranking__brand {
        font-size:12px;
        margin-bottom: 10px
    }
}

.top-p-item-ranking__name {
    font-family: "Hiragino Kaku Gothic Pro";
    font-weight: 600;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: .04em;
    color: #434343;
    margin-bottom: 15px;
    transition: color .2s linear
}

@media only screen and (max-width: 768px) {
    .top-p-item-ranking__name {
        font-size:14px;
        width: 100%;
        line-height: 1.6;
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (min-width: 769px) {
    a:hover .top-p-item-ranking__name {
        color:#A39187
    }
}

.top-p-item-ranking__type {
    font-family: "Hiragino Kaku Gothic Pro";
    font-weight: 300;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: .04em;
    color: #434343
}

@media only screen and (max-width: 768px) {
    .top-p-item-ranking__type {
        font-size:12px
    }
}

.top-p-item-ranking__rank {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    border-radius: 100px;
    background: #A39187;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    letter-spacing: .1em
}

@media only screen and (max-width: 768px) {
    .top-p-item-ranking__rank {
        font-size:12px;
        width: 30px;
        height: 30px
    }
}

.top-p-item-ranking__rank.--rank1 {
    background-color: #D9B340
}

.top-c-about-s-title-h2__text {
    font-family: "Hiragino Kaku Gothic Pro";
    font-weight: 300;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: .15em;
    font-feature-settings: 'palt' on;
    color: #A39187
}

@media only screen and (max-width: 768px) {
    .top-c-about-s-title-h2__text {
        font-size:12px
    }
}

.top-c-about-s-title-h2__title {
    padding-top: 16px;
    font-family: "Hiragino Kaku Gothic Pro";
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 140%;
    letter-spacing: .15em;
    font-feature-settings: 'palt';
    color: #434343
}

@media only screen and (max-width: 768px) {
    .top-c-about-s-title-h2__title {
        font-size:17px
    }
}

.top-c-about-title-h2__text {
    font-family: "Hiragino Kaku Gothic Pro";
    font-weight: 300;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: .15em;
    font-feature-settings: 'palt' on;
    color: #A39187
}

@media only screen and (max-width: 768px) {
    .top-c-about-title-h2__text {
        font-size:15px
    }
}

.top-c-about-title-h2__title {
    padding-top: 16px;
    font-family: "Hiragino Kaku Gothic Pro";
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 140%;
    letter-spacing: .15em;
    font-feature-settings: 'palt';
    color: #434343
}

@media only screen and (max-width: 768px) {
    .top-c-about-title-h2__title {
        font-size:22px
    }
}

.top-c-carousel-button {
    width: 58px;
    height: 58px;
    transition: opacity .2s linear
}

.top-c-carousel-button__body {
    width: 100%;
    height: 100%;
    background: #FFF;
    border: 1px solid #A39187;
    border-radius: 100px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .25s ease-in-out
}

.top-c-carousel-button__body.--left {
    transform: scale(-1,1)
}

@media only screen and (min-width: 769px) {
    button:hover .top-c-carousel-button__body.--left {
        transform:scale(-1,1) translateX(5px)
    }
}

@media only screen and (min-width: 769px) {
    button:hover .top-c-carousel-button__body.--right {
        transform:translateX(5px)
    }
}

.top-c-carousel-button.--hide {
    opacity: 0;
    pointer-events: none
}

.top-c-image-zoom {
    overflow: hidden
}

.top-c-image-zoom__image {
    width: 100%;
    transition: transform .7s cubic-bezier(.37,.01,.12,1)
}

@media only screen and (min-width: 769px) {
    a:hover .top-c-image-zoom__image {
        transform:scale(1.07)
    }
}

.--fit-sp .top-c-image-zoom__image {
    object-fit: cover;
    width: 100%;
    height: 100%
}

@media only screen and (max-width: 768px) {
    .top-c-image-zoom.--fit-sp {
        position:absolute;
        width: 100%;
        height: 100%;
        top: 0
    }
}

.top-c-percent-indicator {
    width: 240px;
    height: 2px;
    background: #E5E1DB;
    display: inline-block;
    position: relative
}

.top-c-percent-indicator__bar {
    position: absolute;
    width: 50px;
    height: 2px;
    background: #A39187
}

.top-c-rect-button {
    text-decoration: none;
    border: 1px solid #A39187;
    background-color: #fff;
    padding: 15px 70px;
    min-width: 260px;
    display: inline-block
}

.top-c-rect-button__text {
    font-family: "Hiragino Kaku Gothic Pro";
    font-weight: 300;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: .15em;
    font-feature-settings: 'palt' on;
    color: #A39187
}

.top-c-select-box {
    display: inline-block;
    background-color: #fff;
    position: relative;
    z-index: 3
}

.top-c-select-box__body {
    min-width: 280px
}

@media only screen and (max-width: 768px) {
    .top-c-select-box__body {
        min-width:255px
    }
}

.top-c-select-box__button {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center
}

@media only screen and (max-width: 768px) {
    .top-c-select-box__button {
        height:40px
    }
}

.top-c-select-box__name {
    flex: 1;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: .2em;
    color: #A39187
}

@media only screen and (max-width: 768px) {
    .top-c-select-box__name {
        font-size:15px
    }
}

.top-c-select-box__name.--select {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: .2em;
    color: #666
}

@media only screen and (max-width: 768px) {
    .top-c-select-box__name.--select {
        font-size:12px
    }
}

.--current .top-c-select-box__name.--select {
    font-weight: 600;
    color: #A39187
}

.top-c-select-box__arrow {
    display: flex;
    width: 28px;
    justify-content: center;
    align-items: center
}

.top-c-select-box__arrow-image {
    transition: transform .3s ease-in-out
}

.top-c-select-box__arrow-image.--open {
    transform: scale(1,-1)
}

.top-c-select-box__button {
    display: flex;
    text-align: left;
    justify-content: space-between;
    padding: 0 20px;
    position: relative
}

.top-c-select-box__count {
    min-width: 28px;
    padding: 0 5px 0 6px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D8D4CF;
    border-radius: 14px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    color: #FFF
}

.--current .top-c-select-box__count {
    background-color: #A39187
}

.top-c-select-box__relative {
    position: relative;
    z-index: 2
}

.top-c-select-box__select {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow: hidden;
    height: 0
}

.top-c-select-box__select .top-c-select-box__button:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    width: calc(100% - 20px);
    height: 1px;
    background-color: #E5E1DB
}

.top-c-select-box__select .top-c-select-box__button:last-child:after {
    display: none
}

.top-c-select-box__select {
    border-top: 1px solid #E5E1DB
}

.top-c-text-arrow {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: opacity .25s ease-in-out
}

@media only screen and (max-width: 768px) {
    .top-c-text-arrow.--sp-new-line {
        display:block
    }
}

.top-c-text-arrow__overflow {
    display: inline-block;
    overflow: hidden;
    position: relative
}

.top-c-text-arrow__text {
    font-family: 'Hiragino Kaku Gothic Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 1;
    letter-spacing: .07em;
    font-feature-settings: 'palt' on;
    color: #A39187;
    margin-right: 20px;
    padding-top: 3px;
    padding-bottom: 2px;
    display: block;
    white-space: nowrap
}

@media only screen and (max-width: 768px) {
    .top-c-text-arrow__text {
        font-size:12px
    }

    .--sp-new-line .top-c-text-arrow__text {
        margin-right: 0;
        text-align: center
    }
}

.top-c-text-arrow__text.--hover {
    position: absolute;
    left: 0
}

@media only screen and (max-width: 768px) {
    .top-c-text-arrow__text.--hover {
        display:none
    }
}

.top-c-text-arrow__hover-scroll {
    display: block;
    transition: transform .7s cubic-bezier(.43,.05,.17,1)
}

@media only screen and (min-width: 769px) {
    .top-c-text-arrow:hover .top-c-text-arrow__hover-scroll,a:hover .top-c-text-arrow .top-c-text-arrow__hover-scroll {
        transform:translateY(-100%)
    }
}

.top-c-text-arrow__arrow {
    display: inline-flex;
    align-items: center;
    transition: transform .25s ease-in-out
}

.top-c-text-arrow__arrow img {
    vertical-align: center
}

@media only screen and (max-width: 768px) {
    .--sp-new-line .top-c-text-arrow__arrow {
        display:block;
        text-align: center
    }
}

@media only screen and (min-width: 769px) {
    .top-c-text-arrow:hover .top-c-text-arrow__arrow {
        transform:translateX(5px)
    }
}

@media only screen and (min-width: 769px) {
    a:hover .top-c-text-arrow .top-c-text-arrow__arrow {
        transform:translateX(5px)
    }
}

.top-c-text-body {
    font-family: "Hiragino Kaku Gothic Pro";
    font-weight: 300;
    font-size: 15px;
    line-height: 200%;
    letter-spacing: .07em;
    font-feature-settings: 'palt' on;
    color: #666;
    transition: color .2s linear
}

@media only screen and (max-width: 768px) {
    .top-c-text-body {
        font-size:14px
    }
}

@media only screen and (min-width: 769px) {
    a:hover .top-c-text-body {
        color:#A39187
    }
}

.top-c-text-junle-date {
    display: flex
}

.top-c-text-junle-date__junle {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: .2em;
    color: #A39187;
    margin-right: 10px
}

@media only screen and (max-width: 768px) {
    .top-c-text-junle-date__junle {
        font-size:12px
    }
}

.top-c-text-junle-date__date {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: .2em;
    color: #888;
    position: relative;
    padding-left: 15px
}

.top-c-text-junle-date__date:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 12px;
    background: #A39187
}

@media only screen and (max-width: 768px) {
    .top-c-text-junle-date__date {
        font-size:12px
    }
}

.top-c-text-line__overflow {
    overflow: hidden
}

.top-c-text-line__scroll-hover {
    position: relative;
    transition: transform .7s cubic-bezier(.43,.05,.17,1)
}

@media only screen and (min-width: 769px) {
    a:hover .top-c-text-line__scroll-hover {
        transform:translateY(-100%)
    }
}

.top-c-text-line__text {
    font-family: "Hiragino Kaku Gothic Pro";
    font-weight: 300;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: .15em;
    font-feature-settings: 'palt' on;
    color: #A39187;
    text-align: right;
    padding-bottom: 5px
}

.top-c-text-line__text.--hover {
    position: absolute;
    width: 100%
}

@media only screen and (max-width: 768px) {
    .top-c-text-line__text.--hover {
        display:none
    }
}

@media only screen and (max-width: 768px) {
    .top-c-text-line__text {
        font-size:12px
    }
}

.top-c-text-line__name-line {
    position: relative
}

.top-c-text-line__name-line:before {
    content: '';
    position: absolute;
    left: -40px;
    top: 50%;
    width: 30px;
    height: 1px;
    background: #A39187
}

.top-c-text-s-arrow {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: opacity .25s ease-in-out
}

@media only screen and (max-width: 768px) {
    .top-c-text-s-arrow.--sp-new-line {
        display:block
    }
}

.top-c-text-s-arrow__overflow {
    display: inline-block;
    overflow: hidden;
    position: relative
}

.top-c-text-s-arrow__text {
    font-family: 'Hiragino Kaku Gothic Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 1;
    letter-spacing: .07em;
    font-feature-settings: 'palt' on;
    color: #A39187;
    margin-right: 8px;
    padding-top: 3px;
    padding-bottom: 2px;
    display: block;
    white-space: nowrap
}

@media only screen and (max-width: 768px) {
    .top-c-text-s-arrow__text {
        font-size:10px
    }

    .--sp-new-line .top-c-text-s-arrow__text {
        margin-right: 4px;
        text-align: center
    }
}

.top-c-text-s-arrow__text.--hover {
    position: absolute;
    left: 0
}

@media only screen and (max-width: 768px) {
    .top-c-text-s-arrow__text.--hover {
        display:none
    }
}

.top-c-text-s-arrow__hover-scroll {
    display: block;
    transition: transform .7s cubic-bezier(.43,.05,.17,1)
}

@media only screen and (min-width: 769px) {
    .top-c-text-s-arrow:hover .top-c-text-s-arrow__hover-scroll,a:hover .top-c-text-s-arrow .top-c-text-s-arrow__hover-scroll {
        transform:translateY(-100%)
    }
}

.top-c-text-s-arrow__arrow {
    display: inline-flex;
    align-items: center;
    transition: transform .25s ease-in-out
}

.top-c-text-s-arrow__arrow img {
    vertical-align: center
}

@media only screen and (max-width: 768px) {
    .--sp-new-line .top-c-text-s-arrow__arrow {
        display:block;
        text-align: center
    }
}

@media only screen and (min-width: 769px) {
    .top-c-text-s-arrow:hover .top-c-text-s-arrow__arrow {
        transform:translateX(5px)
    }
}

@media only screen and (min-width: 769px) {
    a:hover .top-c-text-s-arrow .top-c-text-s-arrow__arrow {
        transform:translateX(5px)
    }
}

.top-c-timer-indicator {
    width: 40px;
    margin-right: 35px;
    position: relative;
    transition: opacity .25s linear
}

@media only screen and (min-width: 769px) {
    .top-c-timer-indicator:hover {
        opacity:.7
    }
}

.top-c-timer-indicator:last-child {
    margin-right: 0
}

.top-c-timer-indicator__line-container {
    height: 32px
}

.top-c-timer-indicator__line {
    width: 1px;
    height: 100%;
    margin: auto;
    background-color: #A39187;
    transform: scale(0);
    transition: transform .35s ease-in-out;
    transform-origin: 0 100%
}

.top-c-timer-indicator__line.--show {
    transform: scale(1)
}

.top-c-timer-indicator__relative {
    position: relative;
    width: 40px;
    height: 40px;
    margin-top: -8px
}

.top-c-timer-indicator__svg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    transform: scale(1,1)
}

.top-c-timer-indicator__circle {
    stroke-linecap: round;
    stroke-dasharray: 122px;
    stroke-dashoffset: 122px
}

.top-c-timer-indicator__button {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: .1em;
    color: #A39187
}

.top-c-title-h2 {
    text-align: center
}

.top-c-title-h2.--center {
    text-align: left
}

.top-c-title-h2__title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: .2em;
    color: #4D4D4D;
    margin-bottom: 12px
}

@media only screen and (max-width: 768px) {
    .top-c-title-h2__title {
        font-size:20px
    }
}

.top-c-title-h2__text {
    font-family: 'Hiragino Kaku Gothic Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: .15em;
    font-feature-settings: 'palt' on;
    color: #434343
}

@media only screen and (max-width: 768px) {
    .top-c-title-h2__text {
        font-size:12px
    }
}
