@charset "UTF-8";

/* CSS Document */
/*



PC



*/

@media (min-width: 750px) {

    .top-wrap {
        margin: 0 auto;
        width: 980px;
    }

    .top-wrap h1 {
        font-size: 24px;
        line-height: 1.5;
        text-align: center;
    }

    .top-information {
        background: #ffffffab;
        border: 2px solid #f00;
        margin: 0 auto;
        padding: 20px 1em;
        width: calc(980px - 2px - 2em);
    }

    .top-information h2 {
        margin-bottom: 20px;
    }

    .top-information a.link {
        color: #ff0000 !important;
        text-decoration: underline;
    }

    .top-information a.link:hover {
        border: none;
        text-decoration: none !important;
    }

    .top-information a.btn {
        background: #fff;
        border: 1px solid #f00;
        color: #ff0000 !important;
        display: block;
        font-size: 20px;
        font-weight: 700;
        margin: 20px auto 0;
        padding: 10px;
        text-align: center;
        width: 500px;
    }

    .top-information a.red {
        background: #ff0000;
        border: none;
        color: #fff !important;
    }

    .top-information > .caution-text-red {
        padding-left: 0;
    }

    .information-attention {
        width: calc(980px - 2px - 2em);
        margin: 0 auto 20px;
        text-align: center;
        font-weight: 700;
        border: 2px solid #ff0000;
        padding: 16px;
        color: #ff0000;
    }

    /*-------------------------------------------------------------------------------------
top main visual
--------------------------------------------------------------------------------------*/

    .top-main-visual {
        overflow: hidden;
        width: 100%;
        position: relative;
    }

    .top-main-visual .mv-logo {
        position: absolute;
        left: 180px;
        top: 0px;
        z-index: 60;
    }

    .top-main-visual p.image {
        display: block;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: absolute;
        transition: all 0.6s;
        width: 100%;
    }

    .top-main-visual p.image img {
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100vw;
    }

    .item-container {
        position: relative;
        margin-bottom: 0px;
    }

    .item-container .items div img {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .item-container p {
        background: #808287;
        font-size: 14px;
        padding: 0.5em;
    }

    .top-main-visual .slick-pagination {
        display: flex;
        justify-content: center;
        width: 100%;
        height: 30px;
        position: relative;
    }

    .top-main-visual .slick-dotted.slick-slider {
        margin-bottom: 5px;
    }

    .top-main-visual .slick-dots {
        position: relative !important;
        order: 2;
        width: auto !important;
        bottom: 2px !important;
    }

    .top-main-visual .slick-dots li button {
        background: #666 !important;
        -webkit-border-radius: 7px !important;
        -moz-border-radius: 7px !important;
        border-radius: 7px !important;
        display: block;
        height: 14px !important;
        margin: 5px 6px 0;
        padding: 0 !important;
        width: 14px !important;
    }

    .top-main-visual .slick-dots li button:before {
        display: none !important;
    }

    .top-main-visual .slick-dots li.slick-active button {
        background: #ff0000 !important;
    }

    .top-main-visual .slick-prev,
    .top-main-visual .slick-next {
        position: relative !important;
        width: 30px !important;
        height: 30px !important;
    }

    .top-main-visual .slick-prev {
        position: absolute !important;
        order: 1;
        left: 0px;
        bottom: 0;
        z-index: 50;
        width: 180px !important;
        height: 100% !important;
        background-color: rgba(0, 0, 0, 0.50);
    }

    .top-main-visual .slick-next {
        position: absolute !important;
        order: 1;
        right: 0px;
        bottom: 0;
        z-index: 50;
        width: 180px !important;
        height: 100% !important;
        background-color: rgba(0, 0, 0, 0.50);
    }

    .top-main-visual .slick-prev::before {
        content: url(../common/images/main_visual_arrow_left.svg) !important;
        background-size: 80px 99px !important;
        width: 80px !important;
        height: 99px !important;
        display: inline-block;
    }

    .top-main-visual .slick-next::before {
        content: url(../common/images/main_visual_arrow_right.svg) !important;
        background-size: 80px 99px !important;
        width: 80px !important;
        height: 99px !important;
        display: inline-block;
    }


    .top-main-visual .main-title-wrap {
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        padding: 5px 0 30px;
        width: 100%;
    }

    .top-main-visual .main-title-wrap h2.main-title {
        font-size: 3.2rem;
        font-weight: 700;
        line-height: 40px;
        margin: 32px auto 0 auto;
        width: 980px;
    }

    .top-main-visual .main-title-wrap h2.main-title img {
        width: auto;
        text-align: center;
    }

    .top-main-visual .main-title-wrap h3.sub-title {
        color: #000;
        font-size: 1.6rem;
        font-weight: 700;
        margin: 0 auto;
        width: 980px;
    }

    /*-------------------------------------------------------------------------------------
top information
--------------------------------------------------------------------------------------*/

    .top-information-area {
        margin: 0 auto;
        width: 980px;
    }

    .top-information-btn {
        width: 100%;
        margin: 20px auto;
        text-align: center;
    }

    .top-information-btn a {
        background: #e00;
        color: #fff !important;
        display: block;
        text-align: center;
        font-weight: bold;
        font-size: 20px;
        padding: 20px 20px;
        border: 2px #fff solid;
        transition: .3s;
        text-decoration: none;
    }

    .top-information-btn a:hover {
        background: #800;
        opacity: 1;
        border: 2px #fff solid;
    }

    .top-information-btn.simple a {
        background: none;
        color: #e00 !important;
        border: 2px #e00 solid;
        text-decoration: underline;
        font-size: 16px;
    }

    .top-information-btn.simple a:hover {
        text-decoration: none;
    }


    /*-------------------------------------------------------------------------------------
top caution
--------------------------------------------------------------------------------------*/

    .top-caution {
        padding: 80px 0 60px 0;
    }

    .top-caution .cuation-block {
        margin: 0 auto;
        width: 980px;
    }

    .top-caution .cuation-block h3 {
        font-size: 3.3rem;
        margin-bottom: 0;
        text-align: center;
    }

    .top-caution .cuation-block h3 span {
        color: black;
    }

    .top-caution .cuation-block p {
        font-size: 2.2rem;
        margin: 0 auto;
        text-align: center;
        width: 780px;
    }

    /*-------------------------------------------------------------------------------------
top 3column
--------------------------------------------------------------------------------------*/

    .top-3-column {
        padding: 40px 0 80px 0;
    }

    .top-3-column h2 {
        color: #000;
        font-size: 2.5rem;
        margin-bottom: 10px;
        text-align: center;
    }

    .top-3-column ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        list-style-type: none;
        margin: 0 auto;
        overflow: hidden;
        width: 980px;
    }

    .top-3-column ul li {
        display: block;
        font-size: 2rem;
        line-height: 26px;
        transition: all 0.6s;
        background: #f4f4f4;
        margin: 0 0.5% 20px;
        width: calc(100% / 3.0001 - 1%);
        /*width: calc(100% / 2 - 1%);*/
    }

    .top-3-column ul li:nth-child(-n + 2) {
        /*width: calc(100% / 2 - 1%);*/
    }

    /*.top-3-column ul li:nth-child(n + 4){
    width: calc(100% / 2 - 1%);
}*/


    /*.top-3-column ul li:nth-child(-n + 3) {
    margin-top: 0;
}

.top-3-column ul li:nth-child(n + 4) {
    background: #f4f4f4;
}*/

    .top-3-column ul a {
        display: block;
        text-decoration: none !important;
        height: 100%;
        min-height: 340px;
    }


    .top-3-column ul a:hover {
        background: #696969;
        overflow: hidden;
    }

    .top-3-column ul a:hover p {
        color: #fff;
        transition: all 0.6s;
    }

    .top-3-column ul a p {
        line-height: 26px;
        margin: 18px 20px;
        text-decoration: none !important;
        font-size: 18px;
    }

    .top-3-column ul a p.smalltext {
        font-size: 1.9rem;
        line-height: 1.2;
    }

    .top-3-column ul li img {
        height: auto;
        width: 100%;
    }


    .top-3-column ul div {
        display: block;
        text-decoration: none !important;
        height: 100%;
        min-height: 340px;
    }

    .top-3-column ul div p {
        line-height: 26px;
        margin: 18px 20px;
        text-decoration: none !important;
        font-size: 18px;
        color: #4A4A4A !important;
    }

    .top-3-column ul div p.smalltext {
        font-size: 1.9rem;
        line-height: 1.2;
    }



    /*-------------------------------------------------------------------------------------
更新情報
--------------------------------------------------------------------------------------*/

    .update-wrap {
        background: #fff;
        padding: 80px 0;
        position: relative;
        text-align: center;
        width: 100%;

    }

    .update-wrap .update-block {
        margin: 40px auto;
    }

    .update-wrap .update-title {
        color: #1d1d1b;
        font-size: 2.5rem;
        font-weight: 700;
        max-width: 980px;
        margin: 0 auto 10px;
        position: relative;
    }

    .update-wrap .update-title span {
        position: absolute;
        right: 0;
    }

    .update-wrap ul {
        border-top: 1px solid #888888;
        border-bottom: 1px solid #888888;
        margin: 0 auto;
        overflow: hidden;
        width: 980px;
    }

    .update-wrap ul li span,
    .update-wrap ul li a {
        display: block;
        padding: 7px 0 0;
        text-decoration: none !important;
        color: #4A4A4A;
    }

    .update-wrap ul li {
        display: block;
        font-size: 1.6rem;
        margin: 0;
        overflow: hidden;
        width: 100%;
    }

    .update-wrap ul li:nth-child(n + 7) {
        display: none;
    }

    .update-wrap ul li span:after,
    .update-wrap ul li a:after {
        border-bottom: 1px dotted #888888;
        content: '';
        display: block;
        margin-top: 10px;
    }

    .update-wrap ul li:last-child a:after,
    .update-wrap ul li:nth-child(6) a:after {
        border-bottom: none;
    }

    .update-wrap ul li dl {
        margin: 0 20px;
        text-align: left;
        text-decoration: none !important;
    }

    .update-wrap ul li dl dt {
        display: inline-block;
        vertical-align: text-top;
        text-decoration: none !important;
        width: 130px;
    }

    .update-wrap ul li dl dt:after {
        content: '\00bb';
        color: #f44321;
        display: inline;
        margin-left: 6px;
        text-decoration: none !important;
    }

    .update-wrap ul li dl dd {
        display: inline-block;
        text-decoration: none !important;
        vertical-align: text-top;
        width: calc(100% - 140px);
    }

    .update-wrap ul li a:hover dl dd {
        text-decoration: underline !important;
    }

    .update-wrap .more-btn {
        background: #c31c3b;
        line-height: 50px;
        margin: 35px auto 0;
        width: 390px;
    }

    .update-wrap .more-btn a {
        color: #fff !important;
        display: block;
        font-size: 1.4rem;
        text-decoration: none !important;
        transition: all 0.6s;
    }

    .update-wrap .more-btn a:hover {
        background: #c31c3b;
        color: #fff !important;
        display: block;
        text-decoration: none !important;
    }

    .update-wrap .att {
        font-size: 12px;
        text-align: right;
        margin: 5px auto 0;
        max-width: 940px;
    }

    /*-------------------------------------------------------------------------------------
top twitter
--------------------------------------------------------------------------------------*/

    .top-twitter_blk {
        text-align: center;
        background-color: #E8E9EF;
        margin-top: -35px;
        padding-bottom: 100px;
    }

    .top-twitter_blk .blk_inr {
        min-width: 980px;
        margin: 0 auto;
    }

    .top-twitter_blk .ttl {
        padding-top: 80px;
        margin: 30px 0;
        font-family: "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, "ＭＳ Ｐ明朝", MS PMincho, serif;
        font-size: 28px;
        font-weight: bold;
        line-height: 1.4;
    }

    .top-twitter_blk .text .txt_blue {
        color: #1DA1F2;
    }

    .top-twitter_blk .text.-sm {
        font-size: 12px;
        margin-top: 10px;
    }

    .top-twitter_blk .twitter_tl {
        width: 640px;
        margin: 50px auto 0;
    }

    .top-twitter_blk .btn_red {
        margin-top: 20px;
    }

    .top-twitter_blk .btn_red a {
        background: #e10600;
    }

    .top-twitter_blk .btn a {
        display: inline-block;
        min-width: 450px;
        padding: 18px 30px;
        color: #fff !important;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
        border-radius: 5px;
        text-decoration: none;
        transition-duration: .5s;
    }

    .top-twitter_blk .btn a:hover {
        opacity: 0.8;
    }

    /*-------------------------------------------------------------------------------------
top shortcut link
--------------------------------------------------------------------------------------*/
    .top-shortcut-link {
        margin: 0 auto 40px;
        width: 980px;
    }

    .shortcut-3-column {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .shortcut-link-box {
        /*width: calc((100% - 30px) / 3);*/
        width: calc((100% - 30px) / 2);
        margin: 0;
        list-style: none;
        min-height: 240px;
        margin-top: 15px;
    }

    .shortcut-link-box:nth-child(-n + 2) {
        /*width: calc((100% - 15px) / 2);*/
		/*width: calc((100% - 30px) / 3);*/
    }

    .shortcut-link-box:nth-child(n+4) {
		width: calc((100% - 15px) / 2);
        /*margin-top: 15px;*/
    }

    .shortcut-link-box a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        text-decoration: none;
        padding: 5px;
        box-sizing: border-box;
    }

    .shortcut-link-box .linkoff {
        cursor: default;
    }

    .shortcut-link-box a:hover {
        background: rgba(225, 225, 225, 0.3);
        opacity: 0.8;
    }

    .shortcut-link-box a img {
        width: 100px;
        height: auto;
    }

    .shortcut-link-box a img.su {
        width: 150px;
    }

    .shortcut-link-box.map img {
        width: 180px;
    }

    .shortcut-link-box.pic img {
        width: 150px;
    }

    .shortcut-link-box a .text {
        font-size: 28px;
        margin-top: 15px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        line-height: 1.2;
    }

    .shortcut-link-box a .text em {
        font-style: normal;
        font-size: 18px;
    }

    .shortcut-link-box a .text .fs-sm {
        font-size: 18px;
    }
	
	
	
	.shortcut-link-box.club_s img {
        width: 140px;
		margin-bottom: 20px;
    }
	.shortcut-link-box.club_s a .text {
        font-size: 20px;
		color: #fff;
		text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
    }
	

    .shortcut-link-box.color01 {
        background-color: #f35c5a;
    }

    .shortcut-link-box.color02 {
        background-color: #31AA27;
    }

    .shortcut-link-box.color03 {
        background-color: #22A8DD;
    }

    .shortcut-link-box.color04 {
        background-color: #FF4066;
    }

    .shortcut-link-box.color05 {
        background-color: #D3AB30;
    }

    .shortcut-link-box.color06 {
        background-color: #333D94;
    }

    .shortcut-link-box.color07 {
        background-color:#1b7578;
    }

    .shortcut-link-box.color08 {
        background-color: #31E0B2;
    }

    .shortcut-link-box.color09 {
        background-color: #31aa27;
    }
	
	.shortcut-link-box.color10 {
        background-color: #fff;
		background-image: url("../images/poster-present.jpg");
		background-size: cover;
		background-position: center bottom;
    }


    /* --------------------- TOP YOUTUBE動画 --------------------- */

    .top-movie-container {
        width: 980px;
        margin: 0px auto 80px auto;
    }

    .top-movie-inner {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
    }

    .top-movie-inner iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

    /* --------------------- TOP MV --------------------- */
    .mv-container {
        width: 100%;
    }

    .mv-container img {
        width: 100%;
    }


    /* --------------------- TOP MV下タイトル --------------------- */
    .race-ttl {
        text-align: center;
        background-color: #fff;
        padding: 16px 0px 16px 0px;
		
		font-weight: bold;
    }

    .race-ttl img {
        vertical-align: bottom;
		width: 600px;
		height: auto;
    }


    /* ----------- モースポ登録 --------------- */


    .top-ml-registration {
        width: 980px;
        background: #fff;
        border: 1px solid #f00;
        color: #000;
        margin: 0 auto;
        padding: 1em;
        text-align: center;

        box-sizing: border-box;
    }

    .top-ml-registration h2 {
        font-size: 3rem;
        margin-bottom: 20px;
    }

    .top-ml-registration a {
        color: #f00;
        text-decoration: underline;
    }

    .top-ml-registration a:after {
        content: '\00bb';
        color: #f00;
        display: inline;
        margin-left: 6px;
        text-decoration: none !important;
    }

    .top-ml-registration a.regist-btn {
        background: #f00;
        color: #fff !important;
        display: block;
        font-weight: 700;
        margin: 20px auto 0;
        padding: 16px 0;
        text-decoration: none;
        transition: all .7s;
        width: 360px;
    }

    .top-ml-registration a.regist-btn:after {
        content: '\00bb';
        color: #fff;
        display: inline;
        margin-left: 6px;
        text-decoration: none !important;
    }


    .top-ml-registration a.regist-btn:hover {
        opacity: .7;
    }

    /*-------------------------------------------------------------------------------------
退出時のアクセス
--------------------------------------------------------------------------------------*/

    .access-btn a {
        background: #01948A;
        color: #fff !important;
        display: block;
        font-size: 20px;
        font-weight: 700;
        margin: 40px auto 20px;
        padding: 15px 10px;
        text-align: center;
        border: 2px solid #01948A;
        border-radius: 10px;
        transition: .3s;
        text-decoration: none;
        max-width: 808px;
        width: 80%;
    }

    .access-btn a:hover {
        color: #01948A !important;
        background-color: #fff;
    }


    /*-------------------------------------------------------------------------------------
注意事項
--------------------------------------------------------------------------------------*/


    .notes-text {
        border: 2px solid #ff0000;
        background-color: #fff;
        color: #ff0000;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        margin: 0px auto 96px auto;
        padding: 24px 24px;
        width: 980px;
        box-sizing: border-box;
    }

}






/*



SP



*/

@media (max-width: 749px) {

    .top-wrap {
        margin: 0 auto;
        width: 100%;
    }

    .top-wrap h1 {
        font-size: 18px;
        text-align: center;
    }

    .top-information {
        background: #ffffffab;
        border: 2px solid #f00;
        margin: 0 auto;
        padding: 10px 1em;
        width: calc(94% - 2px - 2em);
    }

    .top-information h2 {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 1.5;
    }

    .top-information .text {
        font-size: 14px;
    }

    .top-information a.link {
        color: #ff0000 !important;
        text-decoration: underline;
    }

    .top-information a.btn {
        background: #fff;
        border: 1px solid #f00;
        color: #f00 !important;
        display: block;
        font-size: 16px;
        font-weight: 700;
        margin: 20px auto 0;
        padding: 10px;
        text-align: center;
        width: 90%;
    }

    .top-information a.red {
        background: #ff0000;
        border: none;
        color: #fff !important;
    }

    .top-information > .caution-text-red {
        padding-left: 0;
    }

    .information-attention {
        width: calc(94% - 2px - 2em);
        margin: 0 auto 20px;
        text-align: center;
        font-weight: 700;
        border: 2px solid #ff0000;
        padding: 4px;
        color: #ff0000;
    }

    /*-------------------------------------------------------------------------------------
top main visual
--------------------------------------------------------------------------------------*/

    .top-main-visual {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .top-main-visual .mv-logo {
        position: absolute;
        left: 40px;
        top: 0px;
        z-index: 60;

        width: 80px;
        height: 60px;
    }

    .top-main-visual p.image {
        display: block;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: absolute;
        transition: all 0.6s;
        width: 100vw;
    }

    .top-main-visual p.image img {
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100vw;
    }


    .item-container {
        position: relative;
        margin-bottom: 0px;
    }

    .item-container .items div img {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .item-container p {
        background: #808287;
        font-size: 14px;
        padding: 0.5em;
    }

    .top-main-visual .slick-pagination {
        display: flex;
        height: 30px;
        justify-content: center;
        margin: -30px 0 30px;
        position: relative;
        width: 100%;
    }

    .top-main-visual .slick-dotted.slick-slider {
        margin-bottom: 5px;
    }

    .top-main-visual .slick-dots {
        position: relative !important;
        order: 2;
        width: auto !important;
        bottom: 2px !important;
    }

    .top-main-visual .slick-dots li button {
        background: #666 !important;
        -webkit-border-radius: 7px !important;
        -moz-border-radius: 7px !important;
        border-radius: 7px !important;
        display: block;
        height: 14px !important;
        margin: 5px 6px 0;
        padding: 0 !important;
        width: 14px !important;
    }

    .top-main-visual .slick-dots li button:before {
        display: none !important;
    }

    .top-main-visual .slick-dots li.slick-active button {
        background: #ff0000 !important;
    }

    .top-main-visual .slick-prev,
    .top-main-visual .slick-next {
        position: relative !important;

    }

    .top-main-visual .slick-prev {
        position: absolute !important;
        order: 1;
        left: 0px;
        bottom: 0;
        z-index: 50;
        width: 40px !important;
        height: 100% !important;
        background-color: rgba(0, 0, 0, 0.50);
    }

    .top-main-visual .slick-next {
        position: absolute !important;
        order: 1;
        right: 0px;
        bottom: 0;
        z-index: 50;
        width: 40px !important;
        height: 100% !important;
        background-color: rgba(0, 0, 0, 0.50);
    }

    .top-main-visual .slick-prev::before {
        content: url(../common/images/main_visual_arrow_left.svg) !important;
        background-size: 20px 25px !important;
        width: 20px !important;
        height: 25px !important;
        display: inline-block;
    }

    .top-main-visual .slick-next::before {
        content: url(../common/images/main_visual_arrow_right.svg) !important;
        background-size: 20px 25px !important;
        width: 20px !important;
        height: 25px !important;
        display: inline-block;
    }


    .top-main-visual .main-title-wrap {
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        padding: 0px 0 0px;
        width: 100%;
    }

    .top-main-visual .main-title-wrap h2.main-title {
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 40px;
        margin: 16px auto 0 auto;
        width: 94%;
    }

    .top-main-visual .main-title-wrap h2.main-title img {
        width: 60%;
        text-align: center;
    }

    .top-main-visual .main-title-wrap h3.sub-title {
        color: #000;
        font-size: 1.4rem;
        font-weight: 700;
        margin: 0 auto;
        width: 94%;
    }

    /*-------------------------------------------------------------------------------------
top information
--------------------------------------------------------------------------------------*/

    .top-information-area {
        margin: 0 auto;
        width: 94%;
    }

    .top-information-btn {
        width: 100%;
        margin: 0 auto 10px;
        text-align: center;
    }

    .top-information-btn a {
        background: #e00;
        color: #fff !important;
        text-align: center;
        font-weight: bold;
        font-size: 15px;
        padding: 20px 0;
        border: 2px #fff solid;
        transition: .3s;
        display: block;
        text-decoration: none !important;
    }

    .top-information-btn.simple a {
        background: none;
        color: #e00 !important;
        border: 2px #e00 solid;
        text-decoration: underline !important;
        font-size: 13px;
        padding: 10px;
    }

    .top-information-btn.simple a:hover {
        text-decoration: none !important;
    }

    /*-------------------------------------------------------------------------------------
top caution
--------------------------------------------------------------------------------------*/

    .top-caution {
        padding: 22px 0 2px 0;
    }

    .top-caution .cuation-block {
        margin: 0 auto;
        width: 94%;
    }

    .top-caution .cuation-block h3 {
        font-size: 1.6rem;
        text-align: center;
    }

    .top-caution .cuation-block h3 span {
        color: black;
    }

    .top-caution .cuation-block p {
        margin: 0 auto;
    }


    /*-------------------------------------------------------------------------------------
top 3column
--------------------------------------------------------------------------------------*/

    .top-3-column {
        padding: 20px 0;
    }

    .top-3-column ul {
        margin: 0 auto;
        overflow: hidden;
        width: 94%;
    }

    .top-3-column h2 {
        margin-bottom: 10px;
        text-align: center;
    }


    .top-3-column ul li a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 0;
        width: 100%;
        text-decoration: none !important;
    }

    .top-3-column ul li {
        background: #f4f4f4;
        color: #000;
        margin: 5px auto;
    }

    .top-3-column ul a img {
        height: auto;
        min-width: 120px;
        width: 120px;
    }

    .top-3-column ul a p {
        font-size: 1.3rem;
        line-height: 1.3;
        margin: 5px 14px;
        text-decoration: none !important;
    }

    .top-3-column ul a .smalltext {
        font-size: 1.2rem;
    }


    .top-3-column ul li div {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 0;
        width: 100%;
        text-decoration: none !important;
    }

    .top-3-column ul div img {
        height: auto;
        min-width: 120px;
        width: 120px;
    }

    .top-3-column ul div p {
        font-size: 1.3rem;
        line-height: 1.3;
        margin: 5px 14px;
        text-decoration: none !important;
        color: #4A4A4A !important;
    }

    .top-3-column ul div .smalltext {
        font-size: 1.2rem;
    }

    /*-------------------------------------------------------------------------------------
更新情報
--------------------------------------------------------------------------------------*/

    .update-wrap {
        background: #fff;
        padding: 20px 0;
        text-align: center;
        width: 100%;
    }

    .update-wrap .update-block {
        margin: 20px auto;
    }

    .update-wrap .update-title {
        color: #1d1d1b;
        font-size: 22px;
        font-weight: 700;
        width: 94%;
        margin: 0 auto 10px;
        position: relative;
    }

    .update-wrap .update-title span {
        position: relative;
        right: 0;
        bottom: 0;
        display: block;
    }


    .update-wrap .update-title span img {
        width: 130px;
    }

    .update-wrap ul {
        border-top: 1px solid #888888;
        border-bottom: 1px solid #888888;
        margin: 0 auto;
        overflow: hidden;
        width: 94%;
    }

    .update-wrap ul li span,
    .update-wrap ul li a {
        color: #000 !important;
        display: block;
        padding: 7px 0 0;
        text-decoration: none !important;
        color: #4A4A4A;
    }

    .update-wrap ul li {
        display: block;
        margin: 0;
        overflow: hidden;
        width: 100%;
    }

    .update-wrap ul li:nth-child(5) a:after {
        border-bottom: none;
    }

    .update-wrap ul li:nth-child(n + 6) {
        display: none;
    }

    .update-wrap ul li span:after,
    .update-wrap ul li a:after {
        border-bottom: 1px dotted #888888;
        content: '';
        display: block;
        margin-top: 10px;
    }

    .update-wrap ul li:last-child span:after,
    .update-wrap ul li:last-child a:after {
        border-bottom: none;
    }

    .update-wrap ul li dl {
        margin: 0 20px;
        text-align: left;
        text-decoration: none !important;
    }

    .update-wrap ul li dl dt {
        display: inline-block;
        vertical-align: text-top;
        text-decoration: none !important;
    }

    .update-wrap ul li dl dt:after {
        content: '\00bb';
        color: #f44321;
        display: inline;
        margin-left: 6px;
        text-decoration: none !important;
    }

    .update-wrap ul li dl dd {
        display: block;
        text-decoration: none !important;
        vertical-align: text-top;
        width: 100%;
    }

    .update-wrap ul li a:hover dl dd {
        text-decoration: underline !important;
    }

    .update-wrap .more-btn {
        background: #fff;
        line-height: 50px;
        margin: 20px auto 0;
        width: 90%;
    }

    .update-wrap .more-btn a {
        background: #c31c3b;
        color: #fff !important;
        display: block;
        font-size: 14px;
        text-decoration: none !important;
        transition: all 0.6s;
    }

    .update-wrap .att {
        font-size: 12px;
        text-align: right;
        margin: 5px auto 0;
        max-width: 94%;
    }

    /*-------------------------------------------------------------------------------------
top twitter
--------------------------------------------------------------------------------------*/

    .top-twitter_blk {
        text-align: center;
        background-color: #E8E9EF;
        margin-top: 5px;
        padding-bottom: 50px;
    }

    .top-twitter_blk .blk_inr {
        margin: 0 auto;
        width: 94%;
    }

    .top-twitter_blk .ttl {
        padding-top: 40px;
        font-family: "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, "ＭＳ Ｐ明朝", MS PMincho, serif;
        font-weight: bold;
        line-height: 1.4;
        margin: 0 0 10px;
        font-size: 20px;
    }

    .top-twitter_blk .text .txt_blue {
        color: #1DA1F2;
    }

    .top-twitter_blk .text.-sm {
        font-size: 12px;
        margin-top: 10px;
    }

    .top-twitter_blk .twitter_tl {
        width: 100%;
        margin: 30px auto;
    }

    .top-twitter_blk .btn_red {
        margin-top: 20px;
    }

    .top-twitter_blk .btn_red a {
        background: #e10600;
    }

    .top-twitter_blk .btn a {
        display: inline-block;
        border-radius: 5px;
        padding: 18px 28px;
        color: #fff !important;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
        text-decoration: none !important;
    }


    /*-------------------------------------------------------------------------------------
top shortcut link
--------------------------------------------------------------------------------------*/
    .top-shortcut-link {
        margin: 0 auto 20px;
        width: 94%;
    }

    .shortcut-3-column {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
    }

    .shortcut-link-box {
        /*width: calc((100% - 20px) / 3);*/
        width: calc((100% - 10px) / 2);
        /*width: calc((100% - 10px) / 3);*/
        margin: 0;
        list-style: none;
        margin-top: 10px;
    }

    .shortcut-link-box:nth-child(n+4) {
        /*margin-top: 10px;*/
    }

    .shortcut-link-box a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        text-decoration: none !important;
        min-height: 100px;
        padding: 5px;
        box-sizing: border-box;
    }

    .shortcut-link-box a:hover {
        background: rgba(225, 225, 225, 0.3);
        opacity: 0.8;
    }

    .shortcut-link-box .linkoff {
        cursor: default;
    }

    .shortcut-link-box a img {
        width: 35%;
        min-width: 40px;
        height: auto;
    }

    .shortcut-link-box.map img {
        width: 60%;
    }

    .shortcut-link-box.pic img {
        width: 60%;
    }

    .shortcut-link-box a .text {
        font-size: 14px;
        margin-top: 7px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        line-height: 1.2;
    }


    .shortcut-link-box a .text em {
        font-style: normal;
        font-size: 12px;
    }

    .shortcut-link-box a .text .fs-sm {
        font-size: 10px;
    }

/*    .shortcut-link-box.color01 {
        background-color: #283641;
    }

    .shortcut-link-box.color02 {
        background-color: #31AA27;
    }

    .shortcut-link-box.color03 {
        background-color: #22A8DD;
    }

    .shortcut-link-box.color04 {
        background-color: #FF4066;
    }

    .shortcut-link-box.color05 {
        background-color: #D3AB30;
    }

    .shortcut-link-box.color06 {
        background-color: #333D94;
    }

    .shortcut-link-box.color07 {
        background-color: #333D94;
    }

    .shortcut-link-box.color08 {
        background-color: #31E0B2;
    }

    .shortcut-link-box.color09 {
        background-color: #009E8B;
    }*/

    /* --------------------- TOP YOUTUBE動画 --------------------- */

    .top-movie-container {
        width: calc(100% - 20px);
        margin: 0px 10px 40px 10px;
    }

    .top-movie-inner {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
    }

    .top-movie-inner iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

    /* スライダー */
    .slick-track .slick-slide {
        margin: 0 !important;
    }

    /* --------------------- TOP MV --------------------- */
    .mv-container {
        width: 100%;
        margin: 0px 0px 0px 0px !important;
    }

    .mv-container img {
        width: 100% !important;
    }

    /* --------------------- TOP MV下タイトル --------------------- */
    .race-ttl {
        text-align: center;
        background-color: #fff;
        padding: 12px 0px 12px 0px;
    }

    .race-ttl img {
        vertical-align: bottom;
        width: 300px;
        height: auto;
    }

    /* ----------- モースポ登録 --------------- */


    .top-ml-registration {
        background: #fff;
        border: 1px solid #f00;
        color: #000;
        margin: 30px auto 0px;
        padding: 1em;
        text-align: center;
        width: 94%;
        box-sizing: border-box;
    }

    .top-ml-registration h2 {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .top-ml-registration a {
        color: #f00;
        text-decoration: underline;
    }

    .top-ml-registration a:after {
        content: '\00bb';
        color: #f00;
        display: inline;
        margin-left: 6px;
        text-decoration: none !important;
    }

    .top-ml-registration a.regist-btn {
        background: #f00;
        color: #fff !important;
        display: block;
        font-weight: 700;
        margin: 20px auto 0;
        max-width: 320px;
        padding: 16px 0;
        text-decoration: none;
        width: 90%;
    }

    .top-ml-registration a.regist-btn:after {
        content: '\00bb';
        color: #fff;
        display: inline;
        margin-left: 6px;
        text-decoration: none !important;
    }

    /*-------------------------------------------------------------------------------------
退出時のアクセス
--------------------------------------------------------------------------------------*/

    .access-btn a {
        background: #01948A;
        color: #fff !important;
        display: block;
        font-size: 16px;
        font-weight: 700;
        margin: 20px auto 20px;
        padding: 15px 10px;
        text-align: center;
        border: 2px solid #01948A;
        border-radius: 10px;
        transition: .3s;
        text-decoration: none !important;
        width: 90%;
    }


    /*-------------------------------------------------------------------------------------
注意事項
--------------------------------------------------------------------------------------*/


    .notes-text {
        border: 2px solid #ff0000;
        background-color: #fff;
        color: #ff0000;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        margin: 0px auto 32px auto;
        padding: 12px 12px;
        width: 94%;
        box-sizing: border-box;
    }


}



    /*-------------------------------------------------------------------------------------
top warning
--------------------------------------------------------------------------------------*/

    .top-warning {
        padding: 80px 0 60px 0;
    }

    .top-warning .cuation-block {
        margin: 0 auto;
        width: 980px;
		border: 2px solid #ff0000;
		background-color: #fff;
		color: #000;
		padding: 16px 16px;
		box-sizing: border-box;
    }

    .top-warning .cuation-block h3 {
        font-size: 2rem;
        margin-bottom: 16px;
        text-align: center;
    }

.top-warning .cuation-block h4 {
        font-size: 1.6rem;
        margin-bottom: 0;
        text-align: center;
    }


/* --------------------- アンケート --------------------- */


.questionnaire-btn a {
    background: #0080e3;
	border: 2px solid #0080e3;
    color: #fff !important;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin: 20px auto 0px;
    padding: 15px 10px;
    text-align: center;
    transition: .3s;
    text-decoration: none;
    width: 800px;
	border-radius: 10px;
}

.questionnaire-btn a:hover{
    color: #0080e3 !important;
    background-color: #fff;
}



.questionnaire-btn span {
    background: #0080e3;
	border: 2px solid #0080e3;
    color: #fff !important;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin: 20px auto 0px;
    padding: 15px 10px;
    text-align: center;
    transition: .3s;
    text-decoration: none;
    width: 800px;
	border-radius: 10px;
}

.questionnaire-btn span:hover{

}


/* --------------------- 払い戻しボタン --------------------- */


.questionnaire-btn2 a {
    background: #0080e3;
	border: 2px solid #0080e3;
    color: #fff !important;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin: 20px auto;
    padding: 15px 10px;
    text-align: center;
    transition: .3s;
    text-decoration: none;
    width: 800px;
	border-radius: 10px;
}

.questionnaire-btn2 a:hover{
    color: #0080e3 !important;
    background-color: #fff;
}






/* --------------------- 大会紹介・チケット販売予告 --------------------- */

.tournament-details {
	text-align: center;
	margin: 40px 0px 20px 0px;
}

.tournament-details h2 {
	display: block;
	margin: 0px 0px 12px 0px;
	font-size: 32px;
	font-weight: bold;
}

.tournament-details h2 span {
	font-size: 20px;
}

.tournament-details h3 {
	display: block;
	margin: 0px 0px 16px 0px;
	font-size: 24px;
	font-weight: bold;
}

.tournament-details p{
	font-size: 24px;
	margin: 0px 0px 12px 0px;
}

.tournament-details .ticket-btn {
	display: inline-block;
	padding: 8px 16px 8px 16px;
	background-color: #0030CB;
	color: #fff!important;
	text-decoration: none;
	font-size: 24px;
}


/* ------------------- ピックアップ ------------------- */

.pickup-container {
	width: 980px;
	margin: 0px auto 64px auto;
}

.pickup-container h3 {
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	margin: 0px 0px 24px 0px;
}

.pickup-container ul {
	display: flex;
	justify-content: center;
	list-style: none;
	
	margin: 0px 0px 0px -32px;
}

.pickup-container ul li {
	width: calc(33.3% - 32px);
	margin: 0px 0px 0px 32px;
	background-color: #fff;
	border-radius:10px;
}

.pickup-container ul li a {
	display: block;
	text-decoration: none!important;
}

.pickup-container ul li a:hover {
	opacity: 0.7;
}

.pickup-container ul li figure {
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #ccc;
	
}

.pickup-container ul li figure img {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: bottom;
	border-radius:10px 10px 0 0;
}

.pickup-container ul li p {
	font-size: 18px;
	padding: 16px 16px;
	text-align: center;
	line-height: 1.4;
}

.pickup-container ul li p span {
	font-size: 14px;
	line-height: 1.2;
}