* {
    margin: 0;
    padding: 0;
}

/* ナビゲーションデザイン */
.main_logo {
    width: 10%;
    display: block;
    margin: 0 auto;
}

.nav_main_box {
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
}

.flex_box {
    display: flex;
    justify-content: space-around;
}

.flex_box li {
    list-style-type: none;
    padding: 28px 0;
}

.flex_box a {
    text-decoration: none;
    display: block;
    color: #4d4d4d;
    font-family: poynter-oldstyle-display, yu-mincho-pr6, "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.flex_box a:hover {
    color: black;
}

/* メインデザイン */
.main_box {
    display: flex;
}

/* フワッとデザイン */
/* 全体 */
.main_box {
    animation-name: fadeInAnime;
    animation-duration: 5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeInAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* フワッとデザイン */
/* 下から */
.main_box_title p {
    animation-name: fadeUpAnime;
    animation-duration: 6s;
    animation-fill-mode: forwards;
    opacity: 0;
    font-size: 100px;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.main_box_title {
    width: 50%;
    padding-top: 200px;
}

.main_box_title h1,
.main_box_title p {
    text-align: center;
    font-family: poynter-oldstyle-display, yu-mincho-pr6, "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.main_box_title h1 {
    font-size: 90px;
}

.top_logo {
    width: 50%;
}

/* インフォメーションボックスデザイン */
.info_box {
    display: flex;
}

.info_photo {
    width: 33.33%;
    height: auto;
    border-radius: 15px;
    margin-bottom: 70px;
}

/* メインサブボックスデザイン */
.main_suv_box {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 50px auto;
    width: 90%;
    /* box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5); */
    /* border-radius: 10px; */
    /* background: rgb(244, 243, 243); */
}

.main_suv_box_photo {
    width: 55%;
    border-radius: 15px;
}

.main_suv_article,
.suv_box_title {
    font-family: poynter-oldstyle-display, yu-mincho-pr6, "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding: 10px;
}

.suv_box_title {
    font-size: 50px;
}

/* ボタンデザイン */
button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    margin-top: 15px;
    font-size: inherit;
    font-family: inherit;
}

button.learn-more {
    width: 12rem;
    height: auto;
}

button.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #282936;
    border-radius: 1.625rem;
}

button.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

button.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}

button.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #282936;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
}

button:hover .circle {
    width: 100%;
}

button:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}

button:hover .button-text {
    color: #fff;
}

/* ゲームボックス*/
.game_main_box {
    padding: 20px 0 60px 0;
    background-color: beige;
}

.game_box {
    display: flex;
    justify-content: space-around;
    width: 70%;
    margin: 0 auto;
}

.game_title {
    text-align: center;
    padding: 1.5em;
}

.game_suv_box {
    width: 30%;
    background-color: white;
    border-radius: 15px;
    padding-bottom: 15px;

}

.game_photo {
    width: 100%;
    border-radius: 15px 15px 0 0;
}

.game_suv_title {
    text-align: center;
    color: #4d4d4d;
    padding: 5px;
    font-size: 20px;
}

.game_article {
    color: #666;
    font-size: 13px;
    padding: 0 10px;
    line-height: 1.8em;
}

/* アクセスマップデザイン*/
.top_access_map_box {
    /* background-color: rgb(166, 162, 162); */
    padding: 40px;
}

.top_access_title {
    /* color: aliceblue; */
    font-family: poynter-oldstyle-display, yu-mincho-pr6, "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.top_access_suv_map_box {
    width: 80%;
    margin: 0 auto;
}

.top_access_title {
    font-size: 40px;
}

.top_access_map {
    border: 0;
    display: block;
    width: 100%;
    height: 400px;
}

.map_article {
    /* color: white; */
    font-family: poynter-oldstyle-display, yu-mincho-pr6, "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* フッターデザイン*/
.namu {
    background-color: #f5f5f5;
    border-top: #dcdcdc solid 1px;
    border-bottom: #dcdcdc solid 1px;
    padding: 40px;
}

.footer_up_logo {
    width: 15%;
}

.foot_main_box {
    background-color: black;
    display: flex;
    justify-content: space-around;
    padding: 30px;
}

.copy_right {
    text-align: center;
    background-color: black;
    color: white;
    padding: 20px;
    font-family: poynter-oldstyle-display, yu-mincho-pr6, "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.footer_logo {
    width: 100%;
}

.footer_suv_box {
    width: 38%;
}

.footer_suv_box_article {
    padding-top: 45px;
    width: 38%;
}

.footer_address {
    color: white;
    text-align: center;
    font-family: poynter-oldstyle-display, yu-mincho-pr6, "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.footer_article {
    color: white;
    text-align: center;
    line-height: 2em;
    font-family: poynter-oldstyle-display, yu-mincho-pr6, "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.footer_up_logo_namu {
    width: 8.5%;
}

.footer_up_logo_namu:hover {
    opacity: 0.6;
    transition-duration: 0.3s;
}

.footer_up_logo:hover {
    opacity: 0.6;
    transition-duration: 0.3s;
}

.footer_up_logo_beji {
    width: 27%;
}

.footer_up_logo_beji:hover {
    opacity: 0.6;
    transition-duration: 0.3s;
}

@media screen and (max-width:850px) {
    .main_box_title {
        padding-top: 110px;
    }

    .main_box_title h1 {
        font-size: 65px;
    }

    .main_box_title p {
        font-size: 65px;
    }

    .game_box {
        width: 90%;
    }

    .footer_suv_box_article {
        padding-top: 5px;
    }
}

@media screen and (max-width:420px) {

    /* メイン画面 */
    .main_box_title {
        padding-top: 60px;
    }

    .main_box_title h1 {
        font-size: 30px;
    }

    .main_box_title p {
        font-size: 30px;
    }

    /* インフォメーション */
    .info_photo {
        width: 33.33%;
        height: 170px;
        border-radius: 15px;
        margin-bottom: 0px;
        margin-top: 15px;
    }

    /* システム、トーナメントデザイン */
    .main_suv_box {
        display: block;
        margin: 30px auto;
    }

    .suv_box_title {
        font-size: 25px;
        padding: 0;
    }

    .main_suv_article {
        font-size: 10px;
        padding: 0;
    }

    .main_suv_box_photo {
        width: 75%;
        display: block;
        margin: 10px auto;
        border-radius: 15px;
    }

    /* カードゲーム */
    .game_main_box {
        padding: 20px 0 20px 0;
    }

    .game_title {
        padding: 0;
    }

    .game_box {
        display: block;
    }

    .game_suv_box {
        width: 80%;
        margin: 15px auto;
    }

    /* アクセスデザイン */
    .top_access_title {
        font-size: 30px;
    }

    .map_article {
        font-size: 11px;
    }

    .top_access_map {
        height: 180px;
    }

    /* フッターデザイン */

    .footer_article,
    .footer_address,
    .copy_right {
        font-size: 8px;
    }

    .namu_system {
        padding: 10px;
    }

    .footer_up_logo_namu {
        width: 15%;
    }

    .footer_up_logo {
        width: 26%;
    }

    .footer_up_logo_beji {
        width: 46%;
    }

    .namu {
        padding: 15px;
    }
}