/*-----------
トップページ
-----------*/
/* スライドショー周り */
.top-main-area {
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 900px) {
    .top-main-area {
        height: calc(100vh - 70px);
    }
}

/* Safari用のハックは、Chromeに適用されないようにする */
@supports (-webkit-touch-callout: none) {
    .top-main-area {
        /* Safari用のハック */
        height: -webkit-fill-available;
    }
}

/* 画像をふわっと切り替える */
#slideshow {
    position: relative;
    width: 100%;
    height: 100vh;
}

#slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0.0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

#slideshow img.active {
    z-index: 10;
    opacity: 1.0;
}

#slideshow img.last-active {
    z-index: 9;
}

/* 画像をふわっと切り替えるSP */
#slideshow-sp {
    position: relative;
    width: 100%;
    height: 100vh;
}

#slideshow-sp img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0.0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

#slideshow-sp img.active {
    z-index: 10;
    opacity: 1.0;
}

#slideshow-sp img.last-active {
    z-index: 9;
}

/* スライドショーの上のテキスト */
.top-main-text-box {
    position: absolute;
    width: 100%;
    top: 75%;
    left: 0;
    z-index: 10;
    color: #fff;
}

.top-main-ttl {
    padding: 0;
    font-size: 4.8rem;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
}

.top-main-ttl-sub {
    font-size: 1.6rem;
    letter-spacing: 0.4em;
}

.t-shadow {
    /* 縁取りする */
    text-shadow: 1px 0 0 white,
    0 1px 0 white,
    -1px 0 0 white,
    0 -1px 0 white
}

@media only screen and (max-width: 900px) {
    .top-main-ttl {
        font-size: 5.8rem;
    }
}

@media only screen and (max-width: 750px) {
    .top-main-ttl {
        padding: 0 0 0 22px;
        font-size: 2.9rem;
        letter-spacing: 1.6px;
        line-height: 1.6;
    }

    .top-main-ttl-sub {
        font-size: 1.2rem;
        letter-spacing: 0.4em;
    }
}

/* ホワイトスペース */
.white-space {
    height: 96px;
}

/* About Us セクション */
.top-aboutus-ttl-box {
    padding-top: 94px;
}

.color-white .top-ct-ttl:before {
    background-color: #fff;
}

.top-ct-ttl + .top-ct-ttl-lead-box {
    margin-top: 30px;
}

.top-ct-ttl-lead-box {
    padding: 0 200px 0 0;
    margin: 0 0 26px;
}

.top-ct-ttl-lead {
    letter-spacing: 1px;
    font-size: 1.7rem;
    line-height: 1.8;
}

@media only screen and (max-width: 750px) {
    .top-ct-ttl-lead-box {
        padding: 0 0 0;
        margin: 0;
        line-height: 1.75;
    }

    .top-ct-ttl-lead {
        letter-spacing: 1px;
        font-size: 1.3rem;
    }
}

/* VIEW ALLボタン */
.ct-view-link {
    width: 180px;
    position: relative;
}

.top-ct-ttl-box .ct-view-link {
    position: absolute;
    top: 6px;
    right: 9.09091%;
}

.top-ct-ttl-lead-box .ct-view-link {
    position: absolute;
    top: auto;
    bottom: 9px;
    right: 0;
}

.top-ct-ttl-box .ct-view-link {
    right: 5%;
}

.ct-btn {
    position: relative;
    display: block;
    padding: 24px 97px 22px 33px;
    border: 2px solid #121212;
    background-color: #121212;
    transition: .3s;
    font-size: 1.3rem;
    letter-spacing: 1px;
    line-height: 1.6;
    color: #fff;
}

.top-aboutus-area .top-ct-ttl-box .ct-view-link .ct-btn {
    border: 1px solid #fff;
}

.top-ct-ttl-box .ct-view-link .ct-btn {
    padding: 18px 0 16px 33px;
}

.ct-view-link .ct-btn i {
    position: absolute;
    top: 22px;
    left: 120px;
}

@media only screen and (max-width: 750px) {
    .top-ct-ttl-box .ct-view-link {
        width: 100%;
        position: static;
        margin: 20px 0 0;
    }

    .ct-view-link .ct-btn i {
        left: 80%;
    }
}

/* Businessセクション */
.top-pickup-area {
    padding: 94px 0 0;
}

.top-ct-ttl {
    position: relative;
    line-height: 1.2;
}

.top-ct-ttl:before {
    content: '';
    position: absolute;
    left: -11%;
    top: 7px;
    height: 40px;
    width: 19px;
    background-color: #121212;
}

.top-ct-ttl .main-text {
    font-size: 5.4rem;
    line-height: 1;
}

.top-ct-ttl .main-text + .sub-text {
    margin-top: 11px;
}

.top-ct-ttl-box {
    position: relative;
    padding-bottom: 49px;
}

.top-ct-ttl .sub-text {
    margin-left: 4px;
    font-size: 1.1rem;
    letter-spacing: 1px;
}

.ct-inner {
    padding-left: 9.09091%;
    padding-right: 9.09091%;
}

@media only screen and (max-width: 750px) {
    .top-ct-ttl:before {
        left: -9.52381%;
        top: 4px;
        height: 26px;
        width: 13px;
    }

    .top-ct-ttl .main-text {
        font-size: 3.4rem;
        line-height: 1;
    }
}

/* 4カラムの箇所 */
.news-col4-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: 1px;
}

.news-col4-list .list-elm {
    width: 25%;
    margin-left: -1px;
    box-sizing: border-box;
    border: 1px solid #D5D5D5;
}

.news-col4-list a {
    box-sizing: border-box;
    height: 100%;
}

.news-col4-list .img {
    margin: 0 0 0;
    padding-top: 96.36364%;
    border-bottom: 1px solid #D5D5D5;
}

.news-col4-list .text-box {
    padding: 30px 10.94891% 73px;
}

.news-col4-list .single-info {
    margin: 0 0 16px;
}

.news-col4-list .single-info-text {
    font-size: 1.1rem;
}

.news-col4-list .single-info-date {
    font-size: 1.2rem;
}

.news-col4-list .ttl {
    font-size: 1.7rem;
    letter-spacing: 1px;
    line-height: 1.55;
}

@media only screen and (max-width: 750px) {
    .news-col4-list .list-elm {
        width: 50%;
        margin-bottom: -1px;
    }
}

/* MORE & KOTICA */
.top-toggle-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.top-toggle-btn-wrap .list-elm {
    width: 100%;
}

.top-toggle-btn-wrap .ttl {
    margin: 0 0 32px;
    font-size: 3.2rem;
}

@media only screen and (min-width: 751px) {
    .top-toggle-btn-wrap .text-box-toggle-ttl .hover_anime {
        padding: 80px 18.18182% 127px;
        position: relative;
        z-index: 2;
        overflow: hidden;
    }
}

.top-toggle-btn-wrap .lead {
    font-size: 1.7rem;
    letter-spacing: 1px;
    line-height: 1.7;
}

@media only screen and (max-width: 750px) {
    .top-toggle-btn-wrap {
        display: block;
    }

    .top-toggle-btn-wrap .text-box-toggle-ttl {
        padding: 40px 10.66667% 60px;
    }
}

/* ワインレッドの＋記号 */
.top-toggle-btn-wrap .text-box-toggle-ttl {
    position: relative;
}

.top-toggle-btn-wrap .text-box-toggle-ttl:before {
    content: "";
    position: absolute;
    bottom: 67px;
    left: 0;
    right: 0;
    height: 6px;
    width: 30px;
    margin: 0 auto;
    background-color: #a50e2d;
}

.top-toggle-btn-wrap .text-box-toggle-ttl:after {
    content: "";
    position: absolute;
    bottom: 55px;
    left: 0;
    right: 0;
    height: 30px;
    width: 6px;
    margin: 0 auto;
    background-color: #a50e2d;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.top-toggle-btn-wrap .text-box-toggle-ttl:hover {
    opacity: 0.3;
}

@media only screen and (max-width: 750px) {
    .top-toggle-btn-wrap .text-box-toggle-ttl:before {
        bottom: 30px;
        height: 5px;
        width: 27px;
    }

    .top-toggle-btn-wrap .text-box-toggle-ttl:after {
        bottom: 19px;
        height: 27px;
        width: 5px;
    }
}

/* ハッシュタグ */
.hash-tag-area {
    padding: 50px 0;
}

.hash-tag-area p {
    padding: 5px 20px;
    font-size: 4rem;
    display: inline-block;
}

.hash-tag-area p small {
    padding: 0 10px 0 0;
    font-size: 3.6rem;
}

@media only screen and (max-width: 750px) {
    .hash-tag-area p {
        padding: 5px 12px;
        font-size: 2.6rem;
    }
}

/* ハッシュタグをmarqueeっぽく流すアニメーしょん */
.hash-tag-area {
    z-index: 1;
}

.marquee .slide-line {
    margin: 0;
    padding-left: 100%;
    display: inline-block;
    white-space: nowrap;
    animation-name: marquee;
    animation-timing-function: linear;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}

.marquee .slide-line.speed1 {
    animation-duration: 15s;
}

.marquee .slide-line.speed2 {
    animation-duration: 20s;
}

@keyframes marquee {
    from {
        transform: translate(0%);
    }
    99%, to {
        transform: translate(-100%);
    }
}

/* 時計と9マスのスクエア画像 */
.top-col2-area {
    padding: 5.45455% 0;
}

@media only screen and (max-width: 750px) {
    .top-col2-area {
        padding: 8% 0 0;
    }
}

@media only screen and (min-width: 751px) {
    .table-style-pc {
        display: table;
        table-layout: fixed;
        width: 100%;
    }

    .table-cell-pc {
        display: table-cell;
    }
}

.clock-info-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 240px;
    margin: 28% auto;
    padding: 43px 28px 46px;
    background-color: rgba(255, 255, 255, 0.9);
}

.clock-info-ttl {
    margin: 0 0 14px;
    line-height: 1.1;
    font-size: 3.6rem;
    letter-spacing: 0.7px;
}

@media only screen and (min-width: 1280px) {
    .clock-info-box {
        max-width: inherit;
        width: 24vw;
        padding: 3.4vw 2.2vw 3.4vw;
    }

    .clock-info-box .day {
        font-size: 3.4vw;
    }

    .clock-info-ttl {
        margin: 0 0 0.5vw;
        font-size: 2vw;
    }

    .clock-elem:first-child {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 750px) {
    .clock-cell {
        padding: 12% 0 12.5%;
    }

    .clock-info-box {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: inherit;
        width: 76vw;
        margin: 0 auto;
        padding: 9.3vw 26px 6.9vw;
    }

    .clock-elem:first-child {
        margin-bottom: 30px;
    }
}

/* スクエア画像 */

.trend-cell {
    background-color: rgba(18, 18, 18, 0.7);
}

.trend-cell-inner {
    width: 65.81818%;
    margin: 6.36364% auto;
}

.trend-cell-ttl {
    position: static;
    margin: -9px 0 9.11602% 5px;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.9px;
}

.trend-list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -5.24862%;
}

.trend-list.type-posi-set {
    padding-top: 100%;
    margin-bottom: 0;
}

.trend-list.type-posi-set .list-elm {
    position: absolute;
    margin: 0;
}

.trend-list.type-posi-set .list-elm:nth-child(1) {
    top: 0;
    left: 0;
}

.trend-list.type-posi-set .list-elm:nth-child(2) {
    top: 0;
    left: 0;
    margin: 35.08287% 0 0;
}

.trend-list.type-posi-set .list-elm:nth-child(3) {
    top: 0;
    left: 35.08287%;
}

.trend-list.type-posi-set .list-elm:nth-child(4) {
    top: 0;
    left: 35.08287%;
    margin: 35.08287% 0 0;
}

.trend-list.type-posi-set .list-elm:nth-child(5) {
    top: 0;
    right: 0;
}

.trend-list.type-posi-set .list-elm:nth-child(6) {
    top: 0;
    right: 0;
    margin: 35.08287% 0 0;
}

.trend-list.type-posi-set .list-elm:nth-child(7) {
    bottom: 0;
    left: 0;
}

.trend-list.type-posi-set .list-elm:nth-child(8) {
    bottom: 0;
    left: 35.08287%;
}

.trend-list.type-posi-set .list-elm:nth-child(9) {
    bottom: 0;
    right: 0;
}

.trend-list .list-elm {
    width: 29.83425%;
    margin: 0 5.24862% 5.24862% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trend-list .list-elm:nth-child(3n) {
    margin-right: 0;
}

.trend-list .img {
    padding-top: 100%;
}

.trend-list .ttl-overlay {
    z-index: 9;
    background-color: rgba(24, 24, 24, 0.9);
}

.trend-list .ttl-overlay .posi-center {
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}

.trend-list .ttl-overlay .posi-center .icon {
    margin: 2px 0;
    padding-top: 0;
}

.trend-list .ttl-overlay .posi-center .icon + .ttl {
    margin-top: 13px;
}

.trend-list .icon {
    margin: 0 0 13px;
    padding-top: 27.77778%;
}

.trend-list .icon:after {
    content: "";
    display: block;
    height: 18px;
    width: 18px;
    margin: auto;
    background-size: 18px auto;
}

.trend-list .ttl {
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

@media only screen and (max-width: 750px) {
    .trend-cell {
        padding: 11.4% 0 11.2%;
    }

    .trend-cell-inner {
        width: 69%;
        margin: 0 auto;
    }

    .trend-cell-ttl {
        position: static;
        margin: 0 0 9% 5px;
        font-size: 1.5rem;
        letter-spacing: 0.9px;
    }

    .trend-list {
        margin-bottom: -5%;
    }

    .trend-list .list-elm {
        width: 30%;
        margin: 0 5% 5% 0;
    }

    .trend-list .icon {
        margin: 0 0 12px;
        padding-top: 33.33333%;
    }

    .trend-list .icon img {
        width: 14px;
    }

    .trend-list .ttl {
        font-size: 1rem;
        letter-spacing: 0.7px;
    }
}

/* スクエア画像のマウスオーバー時アニメーション */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.trend-list .ttl-overlay {
    opacity: 0;
}

.trend-list .ttl-overlay:hover {
    animation-name: fadeIn;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}
