@charset "UTF-8";
/* CSS Document */


:root {
  --main-color-1: rgba(37, 192, 117, 1.00); 
  --main-color-2: rgba(106, 214,226, 1.00); 
  --main-color-3: rgba(164, 74, 118, 1.00); 
  --main-color-cta: rgba(249,174,46,1.00); 
}

html,
body {
	font-family:  "fot-udkakugo-large-pr6n", sans-serif;
	font-weight:300;
}

p,li,dt,dl {
	font-size: 18px;
}


h1 {
	font-family:  "fot-udkakugo-large-pr6n", sans-serif;
	font-weight:600;
	font-size: 38px;
	margin-bottom: 1.5rem;
}
h2 {
	font-family:  "fot-udkakugo-large-pr6n", sans-serif;
	font-size: 30px;
	font-weight:600;
	margin-bottom: 1.5rem;
}
h3 {
	font-family:  "fot-udkakugo-large-pr6n", sans-serif;
	font-size: 22px;
	font-weight:600;
	margin-bottom: 1rem;
    font-weight: 600;
}
h3.underLine {
    padding-bottom: 10px;
    border-bottom: solid 1px #CCC;
}
h4 {
	font-family: "fot-udmarugo-large-pr6n", sans-serif;
	font-size: 18px;
	font-weight:600;
	margin-bottom: 1rem;
    font-weight: 600;
}
h4.underLine {
    padding-bottom: 8px;
    border-bottom: solid 1px #CCC;
}
@media only screen and (max-width: 639px) {
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 18px;
    }

}

ul.list {
    margin: 0 10px;
    padding: 0;
}
ul.list li {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: 2rem;
    text-indent: -1em;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
ul.list li::before {
    content: "●";
    color: #DDD;
    display: inline-block;
    margin-right: 0.5rem;
}



.copy {
    font-size: 12px;
    color: #888;
}



/*　エントリーボタン　*/
a.draft_entry_btn {
    font-size: 24px;
	font-family: "fot-udmarugo-large-pr6n", sans-serif;
	font-weight: 600;
    padding: 25px 70px;
    background-color: var(--main-color-cta);
    color: #111;
    text-decoration: none;
    display: inline-block;
    border-radius: 50px;
    min-width: 300px;
    box-shadow: rgba(0,0,0,0.3) 0 1px 2px 0, rgba(0,0,0,0.1) 0 2px 4px 3px ;
}
a.draft_entry_btn:hover {
    background-color: #6BDF06;
    color: #FFFFFF;
    text-decoration: none;
}




a {
    color: #04BF90;
    transition: 0.5s;
    cursor: pointer;
}
a:hover {
    color: #6911AC;
}


header {
	border-bottom:none;
    position: sticky;
    top:0;
    background-color: transparent;
    z-index: 100;
    margin-left: 10px;
    margin-right: 10px;
}


.miniText {
    font-size: 14px;
    color: #888;
    line-height: 1.4;
    mix-blend-mode: multiply;
}



/*　 ナビゲーション　 */
.nav_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav_wrap > div.menu {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}



.nav_wrap > div.menu > div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
.nav_wrap > div.menu > div a{
    display: inline-block;
    padding: 5px 20px;
    text-decoration: none;
    border-radius: 50px;
    background-color: rgba(246,246,246,0.87);
    margin: 0 6px;
    color: #000;
    box-shadow: rgba(0,0,0,0.25) 0 1px 2px 0,rgba(0,0,0,0.1) 0 2px 3px 2px;
}
.nav_wrap > div.menu > div a:hover {
    background-color: rgba(213,233,67,0.87);
}


.nav_wrap > div.menu .top_page {
    background-color: rgba(37,192,117,0.69);
    color: #FFF;
}
.nav_wrap > div.menu .event {
    background-color: rgba(37,192,117,0.69);
    color: #FFF;
}
.nav_wrap > div.menu .entry_fm {
    background-color: rgba(37,192,117,0.69);
    color: #FFF;
}

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

    header #nav {
        display: none;
        position: absolute;
        top: 0;
        left: -10px;
        right: -10px;
        bottom: 0;
        background-color: rgba(74,45,75,0.73);
        width: 100vw;
        height: 100vh;
        padding-top: 100px; 
    }
    #mobile_nav_btn {
        display: flex;
        left: auto;
        right: 0;
        z-index: 200;
        width: 45px;
        height: 45px;
        background-color: rgba(171,170,170,0.59);
        cursor: pointer;
        align-items: center;
        position: relative;
    }
    #mobile_nav_btn > span {
        height: 3px;
        width: 65%;
        margin-left: auto;
        margin-right: auto;
        background-color: #FFF;
        border-radius: 10px;
        transition: 0.5s;
    }
    #mobile_nav_btn > span::before,
    #mobile_nav_btn > span::after {
        height: 3px;
        width: 65%;
        margin-left: auto;
        margin-right: auto;
        background-color: #FFF;
        border-radius: 10px;
        content: '';
        display: block;
        position: absolute;
        transition: 0.5s;
    }

    #mobile_nav_btn > span::before {
        top: 10px;
    }
    #mobile_nav_btn > span::after {
        bottom: 10px;
    }
    
    
    #mobile_nav_btn.menu_open > span {
    }
    #mobile_nav_btn.menu_open > span::before {
        top: 21px;
        rotate: 45deg;
    }
    #mobile_nav_btn.menu_open > span::after {
        bottom: 21px;
        rotate: -45deg;
    }
    
        
    
    .nav_wrap > div.menu > div {
        display: block;
    }
    .nav_wrap > div.menu > div a{
        display: block;
        padding: 20px 20px;
        text-decoration: none;
        border-radius: 0;
        background-color: transparent;
        margin: 0;
        color: #FFF;
        box-shadow: none;
    }
}

@media only screen and (min-width: 640px) {
    #mobile_nav_btn {
        display: none;
    }

}


.too_logo {
    background-color: rgba(236, 250, 245, 0.87);
    border-radius: 0px 0px 20px 20px;
    padding: 15px;
}
.too_logo_img {
    width: 90px;
    height: auto;
}
@media only screen and (max-width: 639px) {
    .too_logo_img {
        width: 80px;
    }
}

/* フッターリンク */
#footerLink {
	display: flex;
    margin: 0;
    padding: 0;
     justify-content: center;
    list-style: none;
}
#footerLink li {
    text-align: center;
}
#footerLink a{
    padding: 10px;
    display: inline-block;
    text-decoration: none;
}




/*  フッターコピライト　　 */
footer {
    text-align: center;
    color: #888;
    font-size: 12px;
}
footer a,
footer a:link,
footer a:visited{
    display: inline-block;
    margin: 0;
    color: #444;

}

.footer_too_logo {
    max-width: 140px;
    height: auto;
    display: inline !important;
}



header div.inner ,
#sns div.inner {
	margin-left: auto;
	margin-right:auto;
}
header div.inner #tooLogo {
	float: left;
	width: 20%;
}
header div.inner #h1Box {
	float: right;
	width: 80%;
	padding-top:0.6rem;
}
header div.inner #h1Box h1 {
	color: #FFF;
	text-align:right
}
header h1 {
	color: #FFF;
	font-size: 20px;
	line-height: 1.1;
	margin: 0;
	padding: 0;
}
	



/* マージンシステム */
.mt-0 {
	margin-top: 0 !important;
}

.mt-1 {
	margin-top: 15px !important;
}
.mt-2 {
	margin-top: 30px !important;
}
.mt-3 {
	margin-top: 45px !important;
}
.mt-4 {
	margin-top: 60px !important;
}
.mt-5 {
	margin-top: 75px !important;
}
.mt-6 {
	margin-top: 90px !important;
}
.mb-1 {
	margin-bottom: 15px !important;
}
.mb-2 {
	margin-bottom: 30px !important;
}
.mb-3 {
	margin-bottom: 45px !important;
}
.mb-4 {
	margin-bottom: 60px !important;
}
.mb-5 {
	margin-bottom: 75px !important;
}
.mb-6 {
	margin-bottom: 90px !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-1 {
    padding-top: 15px !important;
}
.pt-2 {
    padding-top: 30px !important;
}
.pt-3 {
    padding-top: 45px !important;
}
.pt-4 {
    padding-top: 60px !important;
}
.pt-5 {
    padding-top: 75px !important;
}
.pt-6 {
    padding-top: 90px !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-1 {
    padding-bottom: 15px !important;
}
.pb-2 {
    padding-bottom: 30px !important;
}
.pb-3 {
    padding-bottom: 45px !important;
}
.pb-4 {
    padding-bottom: 60px !important;
}
.pb-5 {
    padding-bottom: 75px !important;
}
.pb-6 {
    padding-bottom: 90px !important;
}

.p-1 {
    padding: 15px !important;
}
.p-2 {
    padding: 30px !important;
}
.p-3 {
    padding: 45px !important;
}
.p-4 {
    padding: 60px !important;
}
.p-5 {
    padding: 75px !important;
}
.p-6 {
    padding: 90px !important;
}


/* ビデオ */
.videoBoxWrap {
	margin-left: 10px;
	margin-right:10px;
    border: none;
} 
.videoBox {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0 0 55.5%;
 	background-color: #FAFAFA;
	margin: 0 0 30px;
 }
.videoBox .inner1 {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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



/* フォーム微調整 */
.mktoForm .mktoFormRow {
    margin-bottom: 20px;
}
.mktoForm .mktoRequiredField label.mktoLabel {
	font-family: "fot-udmarugo-large-pr6n", sans-serif;
	font-weight:600;
    font-size: 14px;

}

.organizingBox {
    border-bottom: solid 1px #DDD;
}
.mktoHtmlText p{
    font-size: 13px;
    margin-bottom: 10px !important;
}
.privacy_list li {
    font-size: 12px;
    line-height: 1.4;
}

