@charset "UTF-8";
/*
Theme Name: tridot
Description: tridot WordPressテーマ
Version: 1.0
Author: shimesu
*/

main {
    color: #FFFFFF;
    /* ハンバーガーメニューの前面に来るのを防止 */
    position: relative; 
    z-index: -1;
}

.mobile_header_logo {
    margin-left: 73px;
}

.content {
    width: 268px;
    margin: 0 auto;
}

/* Wordpress用 */
#loading {
    display: none;
}

/* アバウト限定 ---------------------------------------------------------- */

.about_logo {
    margin-top: 40px;
    margin-bottom: -4px;
}

.copy {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    line-height: 2.25rem;
    letter-spacing: -0.05rem;
    text-align: center;
}

.copy span {
    margin-right: 0.8rem;
} 

.dt_copy_br2 {
    display: none; /* モバイルのみ改行削除 */
}

.read {
    font-size: 1rem;
    line-height: 1.75rem;
}

.read span {
    letter-spacing: -0.35rem;
}

hr {
    margin: 2.5rem 0;
    border: none;
    height : 2px;
    border-radius: 1px;
    background-color: #FFFFFF;
}

h4 {
    font-size: 1.5rem;
    line-height: 1.5rem;
}

.circle_history {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-style: normal;
}

p {
    font-size: 1rem;
    text-align: justify;
    text-justify: auto;
}

p span {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.content p:last-of-type {
    margin-top:  2rem;
}

.banner_booth {
    margin-top: 0.5rem;
}


/* DESKTOP SIZE ============================================================================== */

@media (min-width: 768px) {

    /*main*/
    main {
        padding-right: max(var(--content-margin), calc((100% - var(--contentWidth)) / 2)); /* 右端までレイアウト */
        padding-left: max(var(--header-vw) + var(--header-margin), calc((100% - var(--contentWidth)) / 2 + var(--header-vw) + 103px + var(--content-margin)));
        padding-top: 24px;
        padding-bottom: 50px;
    }

    .about_logo {
        padding: -4px;
    }

    .read span {
        letter-spacing: 0;
    }

    @media (height <= 1080px) {
    .directory {
            margin-top: 7vh;
        }
    }
    
    @media (width <= 1200px) {

        main {
            padding-right: max(var(--header-vw) + var(--header-margin), calc((100% - var(--contentWidth)) / 2 + var(--header-vw) + 103px + var(--content-margin)));
        }

        .content {
            width: 360px;
            display: block;
        }
    }

    @media (width >= 1201px) {

        .content {
            width: auto;
            display: flex;
        }

        .circle_top {
            width: calc(100% - 432px - var(--content-margin) * 4);
            display: block;
            margin: 0 auto 0 0;
        }

        .about_logo {
            max-width: 670px;
            margin-top: 120px;
            margin-bottom: 60px;
        }

        .copy {
            margin-bottom: 3rem;
            font-size: 1.75rem;
            line-height: 2.5rem;
            letter-spacing: -0.05rem;
            text-align: center;
        }

        .read {
            text-align: center;
            letter-spacing: 0.1rem;
        }

        .circle_history {
            width: 432px;
        }

        .banner_booth {
            width: 280px;
        }
    }
}