@charset "UTF-8";
/* Noto Serif ＆ Noto Sans */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

::selection {
    background: #5492d1;
    color: #fff;
}

::-moz-selection {
    background: #5492d1;
    color: #fff;
}

html {
    font-size: 62.5%;
    line-height: 1.3em;
    font-family: "Noto Sans JP", YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
}

.headInner {
    line-height: 0;
}

/*------------------------------------------------------------
    同一色を指定する箇所をまとめて変更
-------------------------------------------------------------*/
/* テキストエリアの背景色 */
/* body .bg-w {
    background: rgb(21 9 2 / 89%);
} */
@media screen and (max-width: 768px) {
	body .bg-w {
		background: rgb(0 0 0 / 95%);
	}
}

/* ブログ記事の文字色 */
p {
	color: #fff;
}

#main section a {
    text-decoration: underline;
    color: #00eeff;
}


#main section a:hover {
    text-decoration: none;
}

/* youtubeの帯の背景色 */
#main section .title_area {
  position: relative;
  background: linear-gradient(315deg, #436eff, #275ae3), padding-box, linear-gradient(59deg, #fef236 25%, #f9ecb3 45%, #f1f0dd 60%, #ffd07f 80%) border-box;
  /* border: 2px solid transparent;
  text-shadow: 1px 1px 1px #00000040;
  box-shadow: 8px 8px 20px 0px #45090059; */
}

/* youtubeの帯の文字色 */
#main section .youtube_title {
    background: linear-gradient(0deg, rgb(215 110 61) 0%, rgb(255 242 82) 50%, rgb(249 156 89) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    color: #fffc4c;
    font-weight: 900;
    /* text-shadow: 0 0 10px #000000ab; */
/*     font-family: "Noto Serif JP", serif; */
    filter: drop-shadow(0px 2px 1px #000000f7)drop-shadow(0px 0px 2px #000000ab)drop-shadow(0px 0px 1px #000000ab);
}

/* コメント入力フォーム */
#form_comment {
    background: #000;
    border: 1px solid #f02a0f;
}

/* ユーザー/サポートのコメントエリア */
#comment_list .comment .comment_normal .comment_content p,
#comment_list .comment .comment_re .comment_content p,
#comment_list .comment .comment_normal .comment_content,
#comment_list .comment .comment_re .comment_content {
    color: #000;
    font-weight: normal;
    background: #77ffff;
}

/* サポート側 */
#comment_list .comment .comment_re .comment_content {
    border-top: dashed 1px #000;
}

/* ユーザー/事務局名 */
#comment_list .comment .comment_normal .comment_name,
#comment_list .comment .comment_re .comment_name_re {
    background: none;
    border: 2px solid #000;
    font-weight: bold;
}

/* コメントリロードのアニメーションカラー */
#main section .reloadMess {
	border: solid 4px;
border-color: #ffffff #ffffff10 #ffffff10;
}

    /*---------------------------------------------------------
        PC・SP基本設定
	---------------------------------------------------------*/
	img {
		width: 100%;
	}

	a:hover img {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

	.clf {
		overflow: hidden;
	}

	.youtube {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
		margin-bottom: 0;
	}

	.youtube iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}

    #main .panel #comment_send form p {
        color: #fff;
    }

	a {
		text-decoration: none;
	}

#comment_list h4 {
    color: #ffb204;
}

@media screen and (min-width: 769px) {
    /*---------------------------------------------------------
        PC基本設定
	---------------------------------------------------------*/
    body {
        letter-spacing: -0.001em;
        -webkit-text-size-adjust: 100%;
    }

    body .bg-w {
        display: flex;
        justify-content: center;
    }

    #wrapper {
        background: none;
    }

    #gHeader {
        width: 100%;
    }

    #main {
        padding: 0;
        background: url(../img/background.jpg) no-repeat center center fixed;
        background-size: cover;
        width: 100%;
    }

    #main #article {
    width: 70%;
    max-width: 1200px;
    background: rgb(0 0 0 / 90%);
    padding: 8rem 9rem 2rem;
    margin-top: 3vw;
    /* box-shadow: 0 0 15px #ff0000; */
    }

    #main section {
        margin-bottom: 0;
    }

    #main section p {
        margin-bottom: 30px;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 170%;
    }

    #main section p:last-child {
        margin: 0;
    }

	#main section .contact-h3 {
		color: #fff;
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 1;
	}

	#comment_list h4 {
		font-size: 2.2rem;
		margin-bottom: 2%;
	}
    /*---------------------------------------------------------
        youtube
	---------------------------------------------------------*/
    #main section .title_area {
        margin-top: 2%;
		padding: 1.5% 1%;
    }

    #main section .youtube_title {
        font-size: 25px;
        font-size: 2.5rem;
    }

    /*---------------------------------------------------------
        お問い合わせページのアイコン
	---------------------------------------------------------*/
    #main section .icon-necessary {
        padding: 5px;
        color: #fff;
        background: #ea384d;
        font-size: 10px;
        /*font-size: 0.625rem;*/
    }

    #main section .example {
        padding: 5px;
        background: #dcdddd;
        font-size: 1.4rem;
        color: #000;
    }

    /*---------------------------------------------------------
        LINEバナー
	---------------------------------------------------------*/
    .flex-regist {
        position: fixed;
        right: 0.5%;
        top: 18%;
        width: 17%;
        max-width: 540px;
    }
    .flex-regist p a {
        box-shadow: 0 0 8px #000000f0;
    }

    /*---------------------------------------------------------
        メニューバー
	---------------------------------------------------------*/
    #gHeaderNavi nav #aside {
        width: 100%;
    }

    #gHeaderNavi #aside #asideInner ul {
        display: flex;
        justify-content: right;
        align-items: center;
    }

    #gHeaderNavi nav #aside #asideInner ul li a {
    color: #fff;
    font-size: 20px;
    font-size: 2.0rem;
    text-decoration: none;
    display: block;
    margin-right: 10px;
    padding: 14px 16px;
    background: none;
/*     font-family: "Noto Serif JP", serif; */
    }

    #gHeaderNavi nav #aside #asideInner ul .released a {
    font-weight: bold;
    transition: .7s;
    border: 1px solid #c0b6a1;
    border-image: linear-gradient(315deg, #d7ff58, #10d2e5);
    border-image-slice: 1;
    position: relative;
    z-index: 0;
    background: none;
    font-weight: 700;
    }

    #gHeaderNavi nav #aside #asideInner ul .released a:hover {
    color: #231b84;
    text-shadow: 0 2px 1px #fff,0 0px 4px #fff,0 0px 7px #fff,0 0px 10px #fff;
    transition: 0.5s;
    }

    #gHeaderNavi nav #aside #asideInner ul .released a::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(315deg, #d7ff58, #10d2e5);
    opacity: 0;
    transition: opacity 0.5s;
    }

    #gHeaderNavi nav #aside #asideInner ul .released a:hover::before {
        opacity: 1;
    }

    #gHeaderNavi nav #aside #asideInner ul .comming a .title {
        background: none;
        color: #aaa;
        font-weight: normal;
        text-shadow: none;
        border: none;
    }

    #gHeaderNavi nav #aside #asideInner ul .side-contact a {
        background: none;
        margin-right: 0;
        border: solid 1px #fff;
        position: relative;
        transition: 0.5s;
    }

    #gHeaderNavi nav #aside #asideInner ul .side-contact a:hover {
    background: #f82f22;
    color: #fff;
    }

    #gHeaderNavi nav #aside #asideInner p {
        padding: 4%;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5em;
    }

    #gHeaderNavi nav #aside #asideInner p:last-child {
        margin: 0;
    }

    /*---------------------------------------------------------
        コメント
	---------------------------------------------------------*/
    #comment_send {
        margin-bottom: 50px;
    }

    #form_comment {
        padding: 2.5rem 4rem;
        margin-bottom: 5%;
    }

    #form_comment .comment_message {
        margin-bottom: 30px;
    }

    #form_comment .comment_input #comment_name,
    #form_comment .comment_input #comment_mail,
    .wpcf7-text {
        padding: 15px 10px;
        width: 100%;
        min-width: 500px;
        background: #fffce3;
        border: 1px solid #cccccc;
        font-size: 18px;
        font-size: 1.8rem;
        -webkit-appearance: none;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }

    #form_comment .comment_input .form_required {
        padding: 5px;
        color: #ffffff;
        background: #ea384d;
        font-size: 14px;
        font-size: 1.4rem;
    }

    #form_comment .comment_input #comment_text,
    .wpcf7-textarea {
        padding: 15px 10px;
        background: #fffce3;
        border: 1px solid #cccccc;
        width: 100%;
        min-width: 500px;
        min-height: 250px;
        font-size: 18px;
        font-size: 1.8rem;
        -webkit-appearance: none;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }

    #form_comment .comment_input #comment_name,
    #form_comment .comment_input #comment_mail,
    #form_comment .comment_input #comment_text {
        margin-top: 10px;
    }

    #form_comment #comment-submit,
    .wpcf7-submit {
        padding: 15px 50px;
        width: auto;
        color: #fff;
        border: none;
        cursor: pointer;
        background: #ea384d;
        font-size: 18px;
        font-size: 1.8rem;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        box-shadow: 0 5px 0 0 #840000;
        position: relative;
        top: 0;
        margin-bottom: 3%;
    }

    #form_comment #comment-submit:hover {
        box-shadow: 0 1px 0 0 #840000;
        top: 4px;
    }

    #form_comment p {
        margin-bottom: 15px;
    }

    #comment_list .comment {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px dotted #cccccc;
    }

    /* ユーザー/サポートのコメントエリア */
    #comment_list .comment .comment_normal .comment_content,
    #comment_list .comment .comment_re .comment_content {
        padding: 80px 30px 25px;
        position: relative;
        z-index: 0;
    }

    /* ユーザー/事務局名 */
    #comment_list .comment .comment_normal .comment_name,
    #comment_list .comment .comment_re .comment_name_re {
        padding: 5px;
        top: 30px;
        position: absolute;
        font-size: 16px;
        font-size: 1.6rem;
    }

    /*---------------------------------------------------------
        ページトップへのボタン
    ---------------------------------------------------------*/
    #page-top {
        position: fixed;
        right: 20px;
    }

    #page-top a {
        padding: 20px;
        background: #000;
        color: #fff;
        text-decoration: none;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
		font-size: 1.8rem;
    }

    #page-top a:hover {
        background: #333;
    }

    /*---------------------------------------------------------
        フッター
    ---------------------------------------------------------*/
    #gFooter {
        width: 100%;
        background: #333;
    }

    #gFooter #gFooterNavi {
        padding: 15px 0;
        font-size: 13px;
        font-size: 1.3rem;
        -webkit-font-smoothing: antialiased;
    }

    #gFooter #gFooterNavi .copyright,
    #gFooter #gFooterNavi .attention {
        text-align: center;
        line-height: 1.5em;
        color: #fff;
    }

    #main .list {
        background: #dedede;
        padding: 25px;
        color: #333;
        margin-bottom: 30px;
    }

    body .sp {
        display: none!important;
    }

    body .pc {
        display: block!important;
    }
}

@media screen and (max-width: 768px) {
    /*---------------------------------------------------------
        SP基本設定
	---------------------------------------------------------*/
    body {
        color: #fff;
        letter-spacing: -0.001em;
        -webkit-text-size-adjust: 100%;
    }

    #gHeader {
        margin: 0 auto;
        width: 100%;
    }
	
	#main {
		padding: 0;
		background: url(../img/background.jpg) no-repeat center center fixed;
		background-size: cover;
	}

    #main #article {
        width: 100%;
    }
	
	#main section {
		padding: 5% 2% 2%;
		margin-bottom: 5%;
	}

    #main section p {
		margin-bottom: 5%;
		font-size: 15px;
		font-size: 1.6rem;
		line-height: 1.6;
    }

    #main section p:last-child {
        margin: 0;
    }


	#main section .contact-h3 {
		color: #fff;
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 1;
	}
	
    /*---------------------------------------------------------
        youtube
	---------------------------------------------------------*/
    #main section .youtube {
        margin-bottom: 5%
    }

    #main section .title_area {
        position: relative;
        margin-top: 5%;
		padding: 3%;
    }

	#main section .title_area:first-of-type {
		margin-top: -5%;
	}

    #main section .youtube_title {
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 1.3;
    }
	#comment_list h4 {
		font-size: 5vw;
		margin-bottom: 3%;
	}
    /*---------------------------------------------------------
        LINEバナー
	---------------------------------------------------------*/
    .flex-regist {
        text-align: center;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: block;
		z-index: 9999;
    }

    /*---------------------------------------------------------
        お問い合わせページのアイコン
	---------------------------------------------------------*/
    #main section .icon-necessary {
        padding: 5px;
        color: #ffffff;
        background: #ea384d;
        font-size: 10px;
        font-size: 1.0rem;
    }

    #main section .example {
        padding: 5px;
        color: #000;
        font-weight: bold;
        background: #dcdddd;
        font-size: 10px;
        font-size: 1.2rem;
    }

    /*---------------------------------------------------------
        はんばーがーめにゅー
	---------------------------------------------------------*/
    #main #spNav-trigger {
        margin: 2%;
        padding: 3%;
        text-align: center;
    }

    #main #spNav-trigger:hover {
        cursor: pointer;
    }

    #main .spMenuClose {
        background: #ffffff;
        /*color: #ea384d;*/
        border: 1px solid #ea384d;
    }

    #main .spMenuOpen {
        background: #555555;
        background: -moz-linear-gradient(left, #555555 0%, #333333 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #555555), color-stop(100%, #333333));
        background: -webkit-linear-gradient(left, #555555 0%, #333333 100%);
        background: -o-linear-gradient(left, #555555 0%, #333333 100%);
        background: -ms-linear-gradient(left, #555555 0%, #333333 100%);
        background: linear-gradient(to right, #555555 0%, #333333 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$start-color', endColorstr='$end-color', GradientType=1);
        color: #ffffff;
        border: 1px solid #444444;
    }

    /*---------------------------------------------------------
        メニューバー
	---------------------------------------------------------*/
    #main #aside {
        width: 100%;
        display: none;
    }

    #main #aside #asideInner {
        padding: 2%;
    }

    #main #aside #asideInner ul::after {
        content: "";
        display: block;
        clear: both;
    }

    #main #aside #asideInner ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        overflow-x: scroll;
    }

    #main #aside #asideInner ul li {
        margin-right: 4%;
        min-width: 70%;
        padding: 2%;
    }

    #main #aside #asideInner ul li:nth-child(odd) {
        margin-right: 4%;
    }

    #main #aside #asideInner ul li a {
        color: #ffffff;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.7em;
        text-decoration: none;
    }

    #main #aside #asideInner ul li a .title {
        padding: 3%;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #main #aside #asideInner ul .side-contact {
        background: #ffffff;
        border: 11px solid #c9c9c9;
        padding: 4vw 2vw;
    }

    #main #aside #asideInner ul .side-contact .mail {
        padding: 3%;
        display: block;
        color: #ffffff;
        font-size: 13px;
        font-size: 3.5vw;
        background: #444444;
        background: -moz-linear-gradient(left, #444444 0%, #222222 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #444444), color-stop(100%, #222222));
        background: -webkit-linear-gradient(left, #444444 0%, #222222 100%);
        background: -o-linear-gradient(left, #444444 0%, #222222 100%);
        background: -ms-linear-gradient(left, #444444 0%, #222222 100%);
        background: linear-gradient(to right, #444444 0%, #222222 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$start-color', endColorstr='$end-color', GradientType=1);
    }

    #main #aside #asideInner ul .side-contact .mail i {
        font-size: 11px;
        font-size: 3.875vw;
    }

    #main #aside #asideInner ul .side-contact .mail-bottom {
        padding: 3%;
        display: block;
        color: #444;
        font-size: 11px;
        font-size: 3vw;
        line-height: 1.2rem;
    }

    #main #aside #asideInner p {
        padding: 4%;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5em;
    }

    #main #aside #asideInner p:last-child {
        margin: 0;
    }

    /*---------------------------------------------------------
        コメント
	---------------------------------------------------------*/
    #main .panel h3 {
        padding: 3% !important;
        background: #781507 !important;
        color: #fff;
        font-size: 18px;
        font-size: 2.0rem;
        line-height: 1;
        margin-bottom: 4% !important;
    }

	#main .panel h3 span {
		font-size: 1.5rem;
	}

    #form_comment {
        padding: 3%;
        margin-bottom: 5%;
    }

    #form_comment .comment_message {
        margin-bottom: 30px;
    }

	#form_comment .comment_input #comment_name,
	#form_comment .comment_input #comment_mail,
	.wpcf7-text {
		padding: 15px 10px;
		width: 100%;
		background: #fffce3;
		border: 1px solid #cccccc;
		font-size: 16px;
		font-size: 1.6rem;
		-webkit-appearance: none;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		margin-top: 1%;
	}

    #form_comment .comment_input .form_required {
        padding: 5px;
        color: #ffffff;
        background: #ea384d;
        font-size: 14px;
        font-size: 1.4rem;
    }

    #form_comment .comment_input #comment_text,
    .wpcf7-textarea {
        padding: 15px 10px;
        background: #fffce3;
        border: 1px solid #cccccc;
        width: 100%;
        min-height: 50px;
        font-size: 16px;
        font-size: 1.6rem;
        -webkit-appearance: none;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }

    #form_comment .comment_input #comment_name,
    #form_comment .comment_input #comment_mail,
    #form_comment .comment_input #comment_text {
        margin-top: 10px;
    }

    #form_comment #comment-submit,
    .wpcf7-submit {
        padding: 5%;
        width: 100%;
        color: #fff;
        border: none;
        cursor: pointer;
        background: #ea384d;
        font-size: 18px;
        font-size: 2.5rem;
        border-radius: 200px;
        -webkit-border-radius: 200px;
        -moz-border-radius: 200px;
		box-shadow: 0 5px 0 #73141f;
		margin: 0 0 5%;
    }

    #comment_list .comment {
        margin-bottom: 5%;
        padding-bottom: 5%;
        border-bottom: 1px dotted #cccccc;
    }

    /* コメントエリア */
    #comment_list .comment .comment_normal .comment_content,
    #comment_list .comment .comment_re .comment_content {
        padding: 5%;
        padding-top: 70px;
        position: relative;
        z-index: 0;
    }

    /* ユーザー/事務局名 */
    #comment_list .comment .comment_normal .comment_name,
    #comment_list .comment .comment_re .comment_name_re {
        padding: 5px;
        font-weight: bold;
        line-height: 1;
        font-size: 1.4rem;
		position: absolute;
        top: 18px;
    }

    /*---------------------------------------------------------
        ページトップへ戻るボタン
	---------------------------------------------------------*/
    #page-top a {
		padding: 4%;
		display: block;
		text-align: center;
		color: #ffffff;
		background: #012465;
		text-decoration: none;
		font-size: 1.6rem;
    }

    /*---------------------------------------------------------
        フッター
	---------------------------------------------------------*/
    #gFooter {
        width: 100%;
        background: #333;
        font-size: 13px;
        font-size: 0.8125rem;
    }

    #gFooter #gFooterNavi {
        padding: 3% 4%;
        font-size: 13px;
        font-size: 1.3rem;
        -webkit-font-smoothing: antialiased;
    }

    #gFooter #gFooterNavi .copyright,
    #gFooter #gFooterNavi .attention {
        line-height: 1.5em;
        color: #fff;
    }

    #gFooter #gFooterNavi .copyright {
        margin-bottom: 2%;
        text-align: center;
    }

    #main .list {
        background: #dedede;
        padding: 25px;
        color: #333;
        margin-bottom: 30px;
    }

    body .pc {
        display: none!important;
    }
    body .sp {
        display: block!important;
    }
}







ul.gnavi li {
    float: left;
    width: 20%;
    margin: 0;
}

ul.gnavi {
    padding: 0;
    margin: 15px 2vw 0 2vw;
}

ul.gnavi::after {
    content: "";
    display: block;
    clear: both;
}

ul.gnavi a {
    margin: 0;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

ul.gnavi a:hover img {
    -webkit-filter: brightness(1.5);
    -moz-filter: brightness(1.5);
    -o-filter: brightness(1.5);
    -ms-filter: brightness(1.5);
    filter: brightness(1.5);
}

ul.gnavi li {
    float: left;
    width: 20%;
    margin: 0;
}

ul.gnavi li:last-child {
    margin-bottom: 0%;
}

ul.gnavi li img {
    width: 100%;
    height: auto;
    margin: 0;
}

/*プッシュ通知ボタン*/
@media screen and (max-width: 769px) {
    .btn-push {
        margin: 0 auto;
        padding: 0 5% 5%;
        width: 100%;
    }

    .btn-push a {
        margin: 20px auto;
        padding: 4%;
        width: 100%;
        font-size: 20px;
        font-size: 4.8vw;
        color: #fff;
        line-height: 160%;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        display: block;
        background-color: #1ca800;
        background-size: 100%;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#1ca800), to(#0b8e14));
        background-image: linear-gradient(to bottom, #1ca800 0%, #0b8e14 100%);
        border-radius: 50px;
        box-shadow: 0 2.6666666667vw 0 #176802;
        text-shadow: 0 0.2666666667vw 0 #333;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        cursor: pointer;
    }

    .btn-push a:hover {
        box-shadow: none;
        -webkit-transform: translate3d(0, 2.6666666667vw, 0);
        transform: translate3d(0, 2.6666666667vw, 0);
    }

    .btn-push a span {
        font-weight: bold;
    }
}

@media screen and (min-width: 769px) {
    .btn-push {
        margin: 0 auto;
        padding: 0 0 40px;
        width: 640px;
    }

    .btn-push a {
        margin: 0 auto;
        padding: 20px;
        display: block;
        background-color: #1ca800;
        background-size: 100%;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#1ca800), to(#0b8e14));
        background-image: linear-gradient(to bottom, #1ca800 0%, #0b8e14 100%);
        width: 60%;
        text-align: center;
        color: #fff;
        border-radius: 50px;
        text-decoration: none;
        font-size: 20px;
        font-size: 1.25rem;
        box-shadow: 0 12px 0 #176802;
        line-height: 140%;
        font-weight: bold;
        text-shadow: 0px 1px 0px #333;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        cursor: pointer;
    }

    .btn-push a:hover {
        box-shadow: none;
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    .btn-push a span {
        font-weight: bold;
        color: #fff !important;
    }
}

.comment_input {
    font-weight: bold;
}

/*-------------------------------------------------------------
  　　　　　　　　　chatwork誘導セクション装飾
  -------------------------------------------------------------*/
@media screen and (max-width: 769px) {
    .chatwork-form {
        border: 1px solid #c9c9c9;
        padding: 1rem;
        text-align: center;
        font-feature-settings: "palt";
        margin-bottom: 2rem;
    }

    .chatwork-form strong {
        font-size: 15px;
        font-size: 0.9rem;
        font-weight: bold;
        font-feature-settings: "palt";
    }

    .chatwork-form-notice {
        font-size: 0.8rem;
    }
}

@media screen and (min-width: 769px) {
    .chatwork-form {
        border: 1px solid #c9c9c9;
        padding: 1.5rem;
        text-align: center;
        font-feature-settings: "palt";
        margin-bottom: 2rem;
    }

    .chatwork-form strong {
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: bold;
        font-feature-settings: "palt";
    }

    .chatwork-form-notice {
        font-size: 0.8rem;
    }

    .addMail {
        font-size: 18px !important;
        text-align: center;
    }
}

/*-------------------------------------------------------------
      　　　　　　　　　スペシャル特典内容の帯
      -------------------------------------------------------------*/
.bonus {
    color: #fff;
    background: rgb(50 176 215);
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
    border-radius: 6px;
    font-weight: 600;
    text-align: center;
    font-feature-settings: "palt";
}

.bonus_title h3 {
    font-size: 1.3rem !important;
    margin-bottom: 0px !important;
    background: none !important;
}

.bonus_title::after {
    content: " ";
    display: block;
    background: #fff;
    width: 90%;
    height: 1.3px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
}

.bonus_text_area {
    padding: 1.5rem !important;
}

.bonus_text_area p {
    font-size: 2rem !important;
    line-height: 1.4 !important;
}


/*-------------------------------------------------------------
      　　　　　　　　　セグメント分け登録フォーム
      -------------------------------------------------------------*/
@media screen and (max-width: 769px) {
    .regist-form {
        /* text-align:center; */
        margin-bottom: 3%;
    }

    .regist-form p {
        font-size: 3.5vw !important;
        color: #fff;
    }

    .regist-form p.otherMail {
        font-weight: normal;
        font-size: 3.0vw !important;
        color: #fff;
    }

    .regist-form p.otherMail a {
        color: #fff;
    }

    .regist-form p.otherMail a:hover {
        text-decoration: none;
    }

    .regist-form form {
        padding: 1rem 2rem 1rem;
        /*margin: 0 5%;*/
        background: #000;
        /*box-shadow: 0 0 5px #000;*/
        border: 0.4rem solid #fff;
        border-image: linear-gradient(to right, rgb(165 129 50) 0%, rgb(251 254 234) 50%, rgb(179 153 104) 100%);
        border-image-slice: 1;
    }

    .mail-form input[type=text] {
        margin: 0 auto 2%;
        padding: 2%;
        width: 100%;
        font-size: 18px;
        font-size: 4.8vw;
        color: #272f6b;
        line-height: 160%;
        border: 2px solid #272f6b;
        background: #fff;
    }

    /*----------------------------------------------
      * 
      * 緑ボタン
      * 
     ---------------------------------------------- */
    .btn-green {
        margin: 0 auto;
        padding: 0 2%;
        width: 100%;
    }

    .btn-green button,
    .btn-green a {
        margin: 20px auto;
        padding: 4%;
        width: 100%;
        font-size: 20px;
        font-size: 4.8vw;
        color: #fff;
        line-height: 160%;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        display: block;
        background-color: #1ca800;
        background-size: 100%;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#1ca800), to(#0b8e14));
        background-image: linear-gradient(to bottom, #1ca800 0%, #0b8e14 100%);
        border-radius: 50px;
        box-shadow: 0 2.6666666667vw 0 #176802;
        text-shadow: 0 0.2666666667vw 0 #333;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        cursor: pointer;
        border: none;
    }

    .btn-green button:hover,
    .btn-green a:hover {
        box-shadow: none;
        -webkit-transform: translate3d(0, 2.6666666667vw, 0);
        transform: translate3d(0, 2.6666666667vw, 0);
    }

    .btn-green button span,
    .btn-green a span {
        font-weight: bold;
    }

    /*----------------------------------------------
     * 
     * 赤ボタン
     * 
     ---------------------------------------------- */
    .btn-red {
        margin: 0 auto;
        padding: 0 2%;
        width: 100%;
    }

    .btn-red button,
    .btn-red a {
        margin: 20px auto;
        padding: 4%;
        width: 100%;
        font-size: 20px;
        font-size: 4.8vw;
        color: #fff;
        line-height: 160%;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        display: block;
        background-color: #ff3333;
        background-size: 100%;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#ff3333), to(#c62c2c));
        background-image: linear-gradient(to bottom, #ff3333 0%, #c62c2c 100%);
        border-radius: 50px;
        box-shadow: 0 2.6666666667vw 0 #7f1c1c;
        text-shadow: 0 0.2666666667vw 0 #333;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        cursor: pointer;
        border: none;
    }

    .btn-red button:hover,
    .btn-red a:hover {
        box-shadow: none;
        -webkit-transform: translate3d(0, 2.6666666667vw, 0);
        transform: translate3d(0, 2.6666666667vw, 0);
    }

    .btn-red button span,
    .btn-red a span {
        font-weight: bold;
    }

    /*----------------------------------------------
     * 
     * 青ボタン
     * 
     ---------------------------------------------- */
    .btn-blue {
        margin: 0 auto;
        padding: 0 5% 5%;
        width: 100%;
    }

    .btn-blue a {
        margin: 0 auto;
        padding: 5%;
        width: 100%;
        font-size: 2px;
        font-size: 4.8vw;
        color: #fff;
        line-height: 160%;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        display: block;
        background-color: #0000ce;
        background-size: 100%;
        background-image: linear-gradient(to bottom, #0000ff 0%, #0000ce 100%);
        border-radius: 50px;
        box-shadow: 0 2.6666666667vw 0 #000070;
        text-shadow: 0 0.2666666667vw 0 #333;
        transition: all .3s ease;
        cursor: pointer;
    }

    .btn-blue a:hover {
        box-shadow: none;
        -webkit-transform: translate3d(0, 2.6666666667vw, 0);
        transform: translate3d(0, 2.6666666667vw, 0);
    }

    .btn-blue a span {
        font-weight: bold;
    }
}


@media screen and (min-width: 769px) {
    .regist-form {
        text-align: center;
    }

    .regist-form strong {
        color: #fefefe;
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: bold;
        font-feature-settings: "palt";
    }

    .regist-form p {
        font-size: 0.8rem !important;
        color: #fff;
    }

    .regist-form p.otherMail {
        font-weight: normal;
        font-size: 1.0rem !important;
        color: #fff;
    }

    .regist-form p.otherMail a {
        color: #fff;
    }

    .regist-form p.otherMail a:hover {
        text-decoration: none;
    }

    .regist-form form {
        margin: 0 auto 2%;
        padding: 7% 5% 3%;
        width: 100%;
        text-align: center;
        background: #000;
        border: .5rem solid #fff;
        /*box-shadow: 0 0 5px #000;*/
        border-image: linear-gradient(to right, rgb(165 129 50) 0%, rgb(251 254 234) 50%, rgb(179 153 104) 100%);
        border-image-slice: 1;
    }

    .mail-form input[type=text] {
        margin: 0 auto 3% auto;
        padding: .2em 3%;
        width: 80%;
        text-align: left;
        font-size: 29px;
        font-size: 1.8rem;
        color: #272f6b;
        line-height: 160%;
        border: 2px solid #272f6b;
        background: #fff;
    }

    /*----------------------------------------------
      * 
      * 緑ボタン
      * 
     ---------------------------------------------- */
    .btn-green {
        margin: 0 auto;
        padding: 0 0 40px;
        width: 640px;
    }

    .btn-green button,
    .btn-green a {
        margin: 0 auto;
        padding: 20px;
        display: block;
        background-color: #1ca800;
        background-size: 100%;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#1ca800), to(#0b8e14));
        background-image: linear-gradient(to bottom, #1ca800 0%, #0b8e14 100%);
        width: 60%;
        text-align: center;
        color: #fff;
        border-radius: 50px;
        text-decoration: none;
        font-size: 20px;
        font-size: 1.25rem;
        box-shadow: 0 12px 0 #176802;
        line-height: 140%;
        font-weight: bold;
        text-shadow: 0px 1px 0px #333;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        cursor: pointer;
        border: none;
    }

    .btn-green button:hover,
    .btn-green a:hover {
        box-shadow: none;
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    .btn-green button span,
    .btn-green a span {
        font-weight: bold;
        color: #fff !important;
    }

    /*----------------------------------------------
     * 
     * 赤ボタン
     * 
     ---------------------------------------------- */
    .btn-red {
        margin: 0 auto;
        /*        padding: 0 0 40px; */
        width: 640px;
    }

    .btn-red button,
    .btn-red a {
        margin: 0 auto;
        padding: 20px;
        display: block;
        background-color: #ff3333;
        background-size: 100%;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#ff3333), to(#c62c2c));
        background-image: linear-gradient(to bottom, #ff3333 0%, #c62c2c 100%);
        width: 60%;
        text-align: center;
        color: #fff;
        border-radius: 50px;
        text-decoration: none;
        font-size: 20px;
        font-size: 1.25rem;
        box-shadow: 0 12px 0 #7f1c1c;
        line-height: 140%;
        font-weight: bold;
        text-shadow: 0px 1px 0px #333;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        cursor: pointer;
        border: none;
    }

    .btn-red button:hover,
    .btn-red a:hover {
        box-shadow: none;
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    .btn-red button span,
    .btn-red a span {
        font-weight: bold;
        color: #fff !important;
    }

    /*----------------------------------------------
     * 
     * 青ボタン
     * 
     ---------------------------------------------- */
    .btn-blue {
        margin: 0 auto;
        padding: 0 0 40px;
        width: 660px;
    }

    .btn-blue a {
        margin: 0 auto;
        padding: 20px;
        display: block;
        background-color: #00f;
        background-size: 100%;
        background-image: linear-gradient(to bottom, #0000ff 0%, #0000ce 100%);
        width: 90%;
        text-align: center;
        color: #fff;
        border-radius: 50px;
        text-decoration: none;
        font-size: 20px;
        font-size: 1.25rem;
        box-shadow: 0 12px 0 #000070;
        line-height: 140%;
        font-weight: bold;
        text-shadow: 0px 1px 0px #333;
        transition: all .3s ease;
        cursor: pointer;
    }

    .btn-blue a:hover {
        box-shadow: none;
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    .btn-blue a span {
        font-weight: bold;
        color: #fff !important;
    }

}


/*---------------------------------------------------------
　追加設定
---------------------------------------------------------*/
#main section h3 {
    background: none;
    margin-bottom: 0;
    padding: 0;
}

/*
article.top-page{
background: rgba(0,0,0,0.5);
}*/

#main .top-page {
    background: rgba(0, 0, 0, 0.5);
}

.show-more {
    text-align: center;
    margin-bottom: 10%;
}

.show-more a {
    border: solid 1px #000;
    padding: 1% 15%;
    border-radius: 30px;
    font-size: 24px;
    background: #fff;
    color: #000;
    transition: 0.3s;
}

.show-more a:hover {
    background: #000;
    color: #fff;
    transition: 0.3s;
    border: solid 1px #fff;
}

@media screen and (max-width: 768px) {
    .show-more a {
        font-size: 5vw;
        padding: 3% 5%;
        display: block;
    }

}

.down-scroll {
    text-align: center;
    font-size: 48px;
    position: absolute;
    bottom: 5%;
    left: 49%;
}

.down-scroll a {
    color: #fff;
}

@media screen and (max-width: 768px) {
    .down-scroll {
        display: none;
    }
}

.remodal {
    max-width: 70% !important;
    padding: 3% !important;
}

.remodal img {
    margin-bottom: 2%;
}

.remodal-close:before {
    font-size: 48px !important;
}

@media screen and (max-width: 768px) {
    .remodal {
        max-width: 95% !important;
    }
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
}

/*==================================
 * 
 * #gHeaderNavi
 * 
 * ================================*/

#gHeaderNavi {
    position: fixed;
    z-index: 992;
}

@media screen and (min-width: 769px) {
    #gHeaderNavi {
        background: rgba(0, 0, 0, .7);
		width: 100%;
		top: -100px;
    }
}

nav {
    padding: 1% 7%;
}

.logo {
    display: none;
}

.logo h1 {
    max-width: 50vw;
}


/* nav-links */
.nav-links {
    display: flex;
    height: var(--nav-height);
    align-items: center;
    margin-left: auto;
}

.nav-links li {
    list-style: none;
    /*      margin: 0 15px; */
    height: var(--nav-height);
    line-height: var(--nav-height);
    text-align: center;
}

.nav-links li a {
    text-decoration: none;
    color: #fff;
    position: relative;
}

.nav-links li a:hover {
    text-decoration: underline;
    opacity: 0.9;
}

.nav-links li.notification a {
    border: solid 1px #900;
    background: #fff;
    color: #900;
    transition: 0.3s ease;
    padding: 10px;
    border-radius: 5px;
}

.nav-links li.notification a:hover {
    border: solid 1px #fff;
    background: #900;
    color: #fff;
    transition: 0.3s ease;
    text-decoration: none;
}

/* menu */

.menu {
    cursor: pointer;
    background: var(--nav-background);
    border: none;
    outline: none;
    display: none;
}

.menu .bar {
    width: 100%;
    height: 3px;
    background: #fff;
    /*      border-radius: 5px; */
    opacity: 1;
    visibility: visible;
    transition: 0.5s ease;
    transform-origin: left;
}

.menu.toggle .bar1 {
    transform-origin: left;
    transform: rotate(45deg);
    top: -30%;
}

.menu.toggle .bar2 {
    opacity: 0;
    visibility: hidden;
}

.menu.toggle .bar3 {
    transform-origin: left;
    transform: rotate(-45deg);
    top: 50%;
}

/* responsive */

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

	#gHeaderNavi {
		right: 2%;
	}
	
    nav {
		padding: 18.5% 18.5%;
		height: 42px;
		background: rgba(0, 0, 0, .7);
		width: 45px;
    }

    .logo {
        display: none;
    }

    .nav-links {
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 100%;
        width: 300px;
        height: 100%;
        background: var(--nav-background);
        margin-top: var(--nav-height);
        transition: 0.5s ease-out;
        background: #000;
        padding: 12% 5% 0;
        z-index: 99;
    }

    .nav-links li,
    .nav-links .comming {
        height: var(--nav-height);
        line-height: var(--nav-height);
        text-align: left;
        width: 100%;
        display: block;
    }

    .nav-links li a {
        width: 100%;
        display: block;
        padding: 8% 0 8% 8%;
        border-bottom: dotted 1px #ccc;
        color: #fff;
        font-weight: bold;
		font-size: 1.6rem;
    }

    .nav-links .comming a {
        font-weight: normal;
    }

    .nav-links li a:hover {
        opacity: .8;
        text-decoration: none;
    }

    /* 	.nav-links .side-contact a:hover {
		background: #b51414;
		color: #fff;
	} */
    .nav-links .comming a:hover {
        background: none;
        color: #ccc;
        text-decoration: none;
    }

    .nav-links li a .title {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .nav-links .comming a .title {
        color: #ccc;
        text-shadow: none;

    }

    .nav-links li a .mail {
        color: #f02a0f;
    }

    .menu {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-wrap: nowrap;
        height: 100%;
    }

    .menu.toggle+#aside #asideInner .nav-links {
        transform: translateX(-100%);
    }

    .menu.toggle {
        position: relative;
        z-index: 100;
    }

    .menu.toggle .bar {
        background: #fff;
        position: absolute;
    }
}

#comment_list .return a {
    padding: 1% 2%;
    background: #fff;
    border-radius: 10px;
    font-weight: bold;
}

#comment_list .return a:hover {
    text-decoration: underline;
}

@media screen and (min-width: 768px) {
    #main .panel {
        width: 100%;
        margin: 0 auto;
        max-width: 960px;
        margin-top: 50px;
    }

    #main .panel h3 {
        margin-bottom: 30px !important;
        padding: 3% 2% !important;
		background: #911a09 !important;
        color: #fff;
        line-height: 1 !important;
        font-size: 2.0vw !important;
    }
	
    #main .panel h3 span {
        font-size: 0.5em;
    }

}

.notice {
    border: dotted 1px #222;
    padding: 3%;
    margin-top: 5%;
    background: #fff;
}

.notice p {
    font-size: .9vw;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .notice p {
        font-size: 3.3vw;
    }
}

/*----------------------------------------
    #regist-bottom
----------------------------------------*/

@media screen and (max-width: 769px) {
    #regist-bottom {
        margin-top: 5%;
    }

    #regist-bottom a {
        padding: 4%;
        text-align: center;
        display: block;
        text-align: center;
        color: #ffffff;
        background: #1ca800;
        text-decoration: none;
    }
}

@media screen and (min-width: 769px) {
    #regist-bottom {
        position: fixed;
        right: 20px;
    }

    #regist-bottom a {
        padding: 20px;
        background: #e1322f;
        color: #fff;
        text-decoration: none;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }

    #regist-bottom a:hover {
        background: #e35f5d;
    }
}

@media screen and (min-width: 770px) {
    .profile-honma {
        max-width: 500px;
        border: solid 3px #000;
        margin-bottom: 30px;
        padding-top: 30px;
    }

    .profile-honma-inner {
        padding-left: 50px;
    }
}

@media screen and (max-width: 769px) {
    #ct_form {
        padding-top: 60px;
    }

    .profile-honma {
        max-width: 400px;
        border: solid 3px #000;
        margin-bottom: 30px;
        padding-top: 20px;
    }

    .profile-honma-inner {
        padding: 20px;
    }
}

.fc-r {
    color: #f00;
}

.flex-inner {
    width: 60%;
}

@media screen and (max-width: 769px) {
    .flex-inner {
        width: 100%
    }

}

/*-------------------------------------------------------------
          LINE・CW・メールの登録導線
    -------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    .form {
        background: radial-gradient(circle, rgba(92, 92, 92, 1) 0%, rgba(38, 38, 37, 1) 100%);
        padding: 1em 0.5em;
        margin-bottom: 2rem;
        border: solid #333;
    }

    #main section .form p {
        text-align: center;
        color: #fff;
    }

    .message {
        text-align: center;
        margin: 0 auto 1em auto;
        width: 100%;
    }

    #main section .form h4 {
        font-size: 4vw;
        font-feature-settings: "palt";
        letter-spacing: .1em;
        text-align: center;
    }

    #main section .form h4 br {
        display: block;
    }

    #main section h4::after {
        position: absolute;
        left: 0;
        bottom: 0;
        content: '';
        width: 100%;
        height: 0;
        border-bottom: 1px solid #707070;
    }

    #main section .form ul {
        margin-bottom: 2rem;
    }

    .flex-regist {
        text-align: center;
    }

    .flex-inner img {
        width: 100%;
        text-align: center;
        max-width: 100%;
    }

    .icon-size {
        margin: auto;
        width: 50%;
    }

    .btn-red,
    .btn-blue,
    .btn-green {
        margin: 0 auto;
        padding: 0 2%;
        width: 100%;
        width: 100%;
    }

    .btn-red button,
    .btn-red a {
        margin: 10px auto;
        padding: 3% 0;
        width: 70%;
        font-size: 13px;
        font-size: 5vw;
        color: #fff;
        line-height: 160%;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        display: block;
        background-color: #ff3333;
        background-size: 100%;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#ff3333), to(#c62c2c));
        background-image: linear-gradient(to bottom, #ff3333 0%, #c62c2c 100%);
        border-radius: 50px;
        box-shadow: 0 0.9vw 0 #7f1c1c;
        text-shadow: 0 0.2666666667vw 0 #333;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        cursor: pointer;
        border: none;
    }

    .btn-blue button,
    .btn-blue a {
        margin: 20px auto;
        padding: 5% 0;
        width: 100%;
        font-size: 13px;
        font-size: 7vw;
        color: #fff;
        line-height: 160%;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        display: block;
        background-color: #5B318E;
        background-size: 100%;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#5B318E), to(#633295));
        background-image: linear-gradient(to bottom, #5B318E 0%, #633295 100%);
        border-radius: 50px;
        box-shadow: 0 0.9vw 0 #49266e;
        text-shadow: 0 0.2666666667vw 0 #121139;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        cursor: pointer;
        border: none;
    }

    .btn-green button,
    .btn-green a {
    margin: 10px auto;
    padding: 4% 0 5%;
    width: 100%;
    font-size: 13px;
    font-size: 6vw;
    color: #fff;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: block;
    background-color: #06c755;
    background-size: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#06c755), to(#05933f));
    background-image: linear-gradient(to bottom, #06c755 0%, #05933f 100%);
    border-radius: 50px;
    box-shadow: 0 0.9vw 0 #06602b;
    text-shadow: 0 0.2666666667vw 0 #121139;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    border: none;
    }
}

@media screen and (max-width: 769px) {
    #main section .form h2 {
        font-size: 7vw;
        text-align: center;
    }

    .form h2 span.CountDownTimer {
        font-size: 21px;
        font-feature-settings: "palt";
        font-family: 'Noto Serif JP', serif;
    }

    #main section .blog p {
        font-size: 3.6vw;
        color: #fff;
    }
}

@media screen and (min-width: 769px) {
    #main section .blog p {
        font-size: 1.2vw;
        color: #fff;
    }

    .form {
        background: radial-gradient(circle, rgba(92, 92, 92, 1) 0%, rgba(38, 38, 37, 1) 100%);
        padding: 3em;
        border: solid #333;
        margin: 1em 0;
    }

    #main section .form p {
        text-align: center;
        /* 			 font-family: 'Zen Antique', serif; */
        color: #fff;
    }

    #main section .message p {
        font-size: 15pt;
        line-height: 140%;

    }

    #main section .form h2 {
        font-size: 2.121vw;
        font-feature-settings: "palt";
        text-align: center;
    }

    #main section .form h2 .CountDownTimer {
        font-size: 32px;
        font-feature-settings: "palt";
        text-align: center;
        font-family: 'Noto Serif JP', serif;

    }

    #main section .form h4 {
        font-size: 24px;
        font-feature-settings: "palt";
        letter-spacing: .1em;
        text-align: center;
    }

    #main section h4::after {
        position: absolute;
        left: 0;
        bottom: 0;
        content: '';
        width: 100%;
        height: 0;
        border-bottom: 1px solid #707070;
    }

    .flex-regist {
display: none;
        flex-wrap: wrap;
        justify-content: center;
    }

    .flex-inner img {
        max-width: 100%;
        margin: 0 auto 1rem;
        display: block;
    }

    .icon-size {
        width: 60%;
        margin: auto;
    }

    .flex-inner .btn-red,
    .flex-inner .btn-green,
    .flex-inner .btn-blue {
        width: 100%;
        margin-top: 6%;
    }

    .btn-red button,
    .btn-red a {
        margin: 0 auto;
        padding: 20px;
        display: block;
        background-color: #ff3333;
        background-size: 100%;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#ff3333), to(#c62c2c));
        background-image: linear-gradient(to bottom, #ff3333 0%, #c62c2c 100%);
        width: 100%;
        text-align: center;
        color: #fff;
        border-radius: 50px;
        text-decoration: none;
        box-shadow: 0 12px 0 #7f1c1c;
        line-height: 140%;
        font-weight: bold;
        text-shadow: 0px 1px 0px #333;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        cursor: pointer;
        border: none;
    }

    .btn-blue button,
    .btn-blue a {
        margin: 0 auto;
        padding: 20px;
        display: block;
        background-color: #5B318E;
        background-size: 100%;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#5B318E), to(#633295));
        background-image: linear-gradient(to bottom, #5B318E 0%, #633295 100%);
        width: 100%;
        text-align: center;
        color: #fff;
        border-radius: 50px;
        text-decoration: none;
        box-shadow: 0 12px 0 #49266e;
        line-height: 140%;
        font-weight: bold;
        text-shadow: 0px 1px 0px #333;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        cursor: pointer;
        border: none;
    }

    .btn-green button,
    .btn-green a {
    margin: 0 auto;
    padding: 20px;
    display: block;
    background-color: #06c755;
    background-size: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#06c755), to(#05933f));
    background-image: linear-gradient(to bottom, #06c755 0%, #05933f 100%);
    width: 100%;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 0.9vw 0 #06602b;
    line-height: 140%;
    font-weight: bold;
    text-shadow: 0px 1px 0px #333;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    border: none;
    font-size: 3rem;
    }

}

.anime {
    animation: anime1 0.5s ease 0s infinite alternate;
}

@keyframes anime1 {
    from {
        transform: scale(.9, .9);
    }

    to {
        transform: scale(1, 1);
    }
}

#btn {
    background-image: url(../img/yuudou-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}

.btn-header {
    padding-top: 3vw;
}

.btn-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 3vw 7vw;
    /* 	border: .4rem solid #f0ea1d; */
}

.btn-img {
    max-width: 100%;
    width: 49%;
}

@media screen and (max-width: 768px) {
    .btn-img:first-child {
        margin-bottom: 8%;
    }

    .btn-header {
        width: 80vw;
        margin: 0 auto;
        padding-top: 6vw;
    }

    .btn-container {
        padding: 5vw;
        justify-content: center;
        /* 	border: .5rem solid #fe0000; */
    }

    .btn-img {
        width: 80%;
    }
}

a .line-img {
    filter: drop-shadow(0px 0px 15px #16980b)drop-shadow(0px 0px 8px #16980b)drop-shadow(0px 0px 3px #16980b);
    transition: .6s;
}

a:hover .line-img {
    opacity: 1;
    filter: brightness(200%)drop-shadow(0px 0px 15px #16980b)drop-shadow(0px 0px 8px #16980b)drop-shadow(0px 0px 3px #16980b);
}

a .cw-img {
    filter: drop-shadow(0px 0px 15px #b52532)drop-shadow(0px 0px 8px #b52532)drop-shadow(0px 0px 3px #b52532);
    transition: .6s;
}

a:hover .cw-img {
    opacity: 1;
    filter: brightness(200%)drop-shadow(0px 0px 15px #b52532)drop-shadow(0px 0px 8px #b52532)drop-shadow(0px 0px 3px #b52532);
}

a:hover .anime {
    animation: none;
}

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

.slick-prev,
.slick-next {
    width: 80px;
    height: 80px;
}

.slick-prev:before,
.slick-next:before {
    font-size: 80px;
    /*少し大きくする*/
}

.slick-prev:before,
.slick-next:before {
    color: #fff;
    text-shadow: 0 0 13px #16980b, 0 0 15px #16980b, 0 0 3px #16980b;
    opacity: 1;
}

.slick-next {
    right: -40px;
}

.slick-prev {
    left: -40px;
}

.slick-arrow {
    z-index: 2 !important;
}

.slick-prev:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 700;
}

.slick-next:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 700;
}

@media screen and (max-width: 769px) {
    #main section ul li {
        margin-bottom: 0;
    }

    .slick-next {
        right: -30px;
    }

    .slick-prev {
        left: -30px;
    }

    .slick-prev:before,
    .slick-next:before {
        font-size: 40px;
        /*少し大きくする*/
    }
}

#comment_send {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}

.pdf-ea {
    width: 100%;
    height: 80vh;
}

@media screen and (max-width:769px) {
    .pdf-ea {
        width: 100%;
        height: 60vh;
    }
}

/* コメントリロードのアニメーション */
#main section .reloadMess {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    animation-name: spin;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    text-indent: 100%;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0);
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.admin_good {
    display: none;
}

.navi-link a {
    color: #46cad6;
}

.navi-link a:hover {
    color: #7df4ff;
}

.wpcf7 form .wpcf7-response-output {
    font-size: 1.8rem;
    color: #fff;
}

@media screen and (min-width: 768px) {
    #main section .result-data-heading {
        margin: 0 auto 5%;
        width: 100%;
        height: calc(100vw / 3.6);
        overflow: scroll;
        position: relative;
    }
}