*{
    margin: 0;
    padding: 0;
}
ul{
    list-style-type: none;
}
a{
    text-decoration: none;
}
@font-face{
    font-family: 'koz-b';
    src: url('../Fonts/KozGoPr6N-Bold.otf') format('woff');
}
@font-face{
    font-family: 'koz-m';
    src: url('../Fonts/KozGoPr6N-Medium.otf') format('woff');
}
@font-face{
    font-family: 'koz-r';
    src: url('../Fonts/KozGoPr6N-Regular.otf') format('woff');
}
body{
    font-family: a-otf-ud-shin-go-pr6n,'koz-m',sans-serif;
}
/*header*/
header{
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100px;
    background-color: #fff;
}
#header-wrap{
    display: flex;
    width: 100%;
    height: 100%;
}
.header-menu{
    display: flex;
    align-items: center;
/*    height: 100%; */
    letter-spacing: 0.2em;
	width: 100%;
}

.header-menu-left{
    display: flex;
    align-items: center;
/*    height: 100%; */
    letter-spacing: 0.2em;
}


.header-link{
    height: 100%;
    width: auto;
}


.header-img{
    height: 100%;
    width: auto;
	max-width: 100%;
}

/*h1.header-text{
    padding-left: 30px;
    font-size: 32px;
}
*/

.header-text-s{
    padding-left: 30px;
    font-size: 22px;
}



/*header-menu*/
.menu-btn-wrap{
    width: 50px;
    height: 50px;
    display: none;
}
.menu-btn{
    width: 100%;
    height: 100%;
}
/*menu-modal*/
#modal{
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
#menu-modal{
    width: 90%;
    height: 100%;
    padding: 20px 5%;
    overflow-y: scroll;
    scrollbar-width: none;
}
#modal-wrap::-webkit-scrollbar {
    display:none;
}
#close{
    float: right;
    font-size: 30px;
    cursor: pointer;
}
.modal-top{
    margin-top: 50px;
}
/*top*/
#top{
	min-width: 350px;
    position: relative;
    display: flex;
    width: 100%;
    margin: 100px 0 0 0;
    color: #fff;
}
.top-img{
    width: 100%;
    height: auto;
}
.ideas-lists{
    position: absolute;
    bottom: 2.4vw;
    left: 3.9vw;
}
.idea{
    line-height: 1.7em;
    font-size: 1.154vw;
}

_::-webkit-full-page-media, _:future, :root .ideas-anime {
    top: 50%;
    width: 20%;
}

.ideas-anime{
/*    position: relative; */

    position: absolute; 
    top: 15vw;
    left: 3.3vw;
    display: flex;
/*    flex-direction: column;*/
    justify-content: space-between; 
    width: 48vw;
/*    height: auto; */
	overflow: hidden;
    -ms-overflow-style: none;    /* IE, Edge 対応 */
    scrollbar-width: none;       /* Firefox 対応 */

}
.greeting-lists{
    position: absolute;
    top: 0;
    left: 32.77vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.greeting{
    font-size: 3.077vw;
    font-weight: bold;
}

_::-webkit-full-page-media, _:future, :root .greeting-anime {

    width: 27%;
    top: 0.1em;
}


.greeting-anime{
/*    position: relative; */

    position: absolute; 
    top: 0.8vw;
    left: 42.77vw;
    display: flex;
/*    flex-direction: column;*/
    justify-content: space-between; 
    width: 52vw;
    height: auto;
	overflow: hidden;
    -ms-overflow-style: none;    /* IE, Edge 対応 */
    scrollbar-width: none;       /* Firefox 対応 */

}

iframe
{
	border: 0px;
    -ms-overflow-style: none;    /* IE, Edge 対応 */
    scrollbar-width: none;       /* Firefox 対応 */
	max-width: 100%;
}
#anime-iframe
{
	border: 0px;
	overflow: hidden;
	margin: auto;
	padding: auto;
	width: 100%;
/*	height: auto; */
    height: 28vw; 
    -ms-overflow-style: none;    /* IE, Edge 対応 */
    scrollbar-width: none;       /* Firefox 対応 */
}
#anime-iframe-left
{
	border: 0px;
	overflow: hidden;
	margin: auto;
	padding: auto;
	width: 100%;
/*	height: auto; */
/*    height: 13.6vw; */
    height: 11.5vw; 

    -ms-overflow-style: none;    /* IE, Edge 対応 */
    scrollbar-width: none;       /* Firefox 対応 */
}
/*menus*/
#menus{
    width: 100%;
    display: flex;
}
.menu-phase{
    display: flex;
    width: 50%;
}
.menu{
    display: flex;
    align-items: center;
    width: 50%;
    height: 3.2em;
    font-family: 'koz-m';
}
.menu-odd{
    background: #949495;
}

.menu-odd:hover{
    background: #b5b5b6;
}

.menu-even{
    background: #b5b5b6;
}
.menu-link{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 23px;
    color: #fff;
    letter-spacing: 0.2em;
}

.menu-small
{
    font-size: 18px;
}

#title{
    margin: 20px 9%;
    font-size: 33px;
    font-family: 'koz-b';
}
#title-res{
    margin: 10px 4%;
    font: 23px bold;
    display: none;
}
/*contain*/
#container{
    display: flex;
    justify-content: space-between;
    width: 86%;
    /*margin: 100px auto 0 auto; */
    margin: 0 auto 0 auto; 
}
    #container_calender
    {
	    display: block !important;
   	  width: 80%;
	    margin: 0 auto;
		height: 640px;

    }

    #container_calender .googlecalender
    {
		margin-top: 30px;
		display: block;
		text-align: center;
		height: 600px;
    }

#main{
    width: 73%;
}

#abouts2{
    display: flex;
 
   justify-content: space-between;
    width: 100%;
}

#abouts{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.about{
    display: inline-block;
    width: 48%;
    margin: 0 10px;
    padding: 30px 20px;
}
.about2{
    display: inline-block;
    width: 100%;
    margin: 0 10px;
    padding: 30px 20px;
}


.about2 .support{ 
        width: 100%;
        text-align: center;

} 

.about2 .support-phase
{
       display: flex;
       justify-content: space-around;

}

.dates{
    height: 100%;
    border: 2px #66cc00 solid;
}
.date-title{
    padding: 0 0 20px 0;
    border-bottom: 1px solid #66cc00;
    font: 20px normal;
}
.ribon-link{
    display: inline-block;
    position: relative;
    margin: 30px 0;
    padding: 5px 40px 5px 10px;
    background-color: #66cc00;
    color: #fff;
}
.ribon-link::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    border-top: 29px solid transparent;
    border-right: 15px solid #fff;
    border-bottom: 29px solid transparent;
}
.date{
    display: flex;
}
.date-type{
    width: 18%;
}
.date-detail{
    width: 80%;
}
.date-text{
    line-height: 1.8em;
    color: #66666a;
}
.date-detail-text{
    width: 100%;
}
/*supports*/
.supports{
    border: 2px solid #ff6633;
}
.support{
    margin: 30px 0 0 0;
}
.support-img{
    max-width: 100%;
/*    width: 85%; */
    height: auto;
}
.support-text{
    margin: 5px 0;
}
/*news*/
#news{
    position: relative;
}

#main .contents
{
    font-family: 'koz-r';
}


#backtop_icon{
    position: relative;
}

.back-top{
    position: absolute;
    bottom: 0;
    right: -100px;
    width: 40px;
    height: 40px;
    border: 2px solid black;
}
.back-top-btn,.back-top-img{
    width: 100%;
    height: 100%;
}
.news-title-wrap{
    width: 100%;
    border-bottom: 2px solid #66cc00;
}
.news-title{
    width: 190px;
    height: 0;
    text-align: center;
    font-size: 20px;
    line-height: 2.5em;
    color: #fff;
    border-bottom: 50px solid #66cc00;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.news-top-links{
    display: flex;
}
.news-top-link{
    display: inline-block;
    width: 43%;
    margin: 30px 0 0 4%;
    text-align: center;
    font: 18px bold;
    line-height: 3em;
    color: #66cc00;
    background: #d8f3a9;
}

.news-top-link2 {
    display: inline-block;
    width: 43%;
    margin: 30px 0 30px 4%;
    text-align: center;
    font: 18px bold;
    line-height: 3em;
    color: #66cc00;
    background: #d8f3a9;
}

.news-top-explain{
    display: inline-block;
    width: 86%;
	margin: 0 0 0 4%;
/*    margin: 30px 0 30px 4%; */
    text-align: center;
    font: 18px bold;
/*    line-height: 3em; */
/*    color: #66cc00;
    background: #d8f3a9;
*/
}

.news-wrap{
    width: 96%;
    margin: 0 0 0 4%;
}
.news{
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid gray;
}
.news-top{
    border-top: 1px solid gray;
}
.news-date{
    width: 18%;
    font-family: 'koz-m';
}
.news-content{
    width: 82%;
    line-height: 1.8em;
}
.news-text{
    margin: 10px 0;
    font-family: 'koz-r';
}
.news-links{
    display: flex;
    flex-direction: column;
    font-family: 'koz-m';
}
.news-link{
    color: #66cc00;
	text-decoration: underline;
}
/*sidebar*/
#sidebar{
    width: 20%;
}
/*sidebar-top*/
#sidebar-top{
    width: 100%;
}
.sidebar-about2{
    height: 100px;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 0 32px 0;
    border: 1px solid #66cc00;
	transition: 0.3s;
}

.sidebar-about{
    height: 80px;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 0 32px 0;
    border: 1px solid #66cc00;
	transition: 0.3s;
}
.sidebar-about-text{
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1.5em;
    color: #66cc00;
}
.sidebar-about:hover {
	opacity: 0.6;
}
.sidebar-about2:hover {
	opacity: 0.6;
}


.diamond{
    position: absolute;
    left: -16px;
    width: 32px;
    height: 32px;
    margin: auto;
    background: #66cc00;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    overflow: hidden;
}
/*sidbar-img*/
.sidebar-img{
    display: block;
    width: 100%;
    height: auto;
    margin: 80px 0 30px 0;
}
/*sidebar-links*/
.sidebar-link{
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid #66cc00;
    transition: 0.3s;
}
.sidebar-link:hover{
	opacity: 0.7;
}

.sidebar-link-top{
    border-top: 1px solid #66cc00;
}
.sidebar-text-wrap{
    display: flex;
    align-items: center;
    color: #66cc00;
}
.sidebar-arrow{
    padding: 0 6px 0 0;
    font-size: 30px;
}
.sidebar-arrows{
    position: relative;
    height: 50px;
    width: 20px;
}
.arrow-img{
    display: block;
    width: 20px;
    height: auto;
    padding-right: 5px;
}
/*footer*/
footer{
    display: block !important;

    position: relative; 
/*    margin: 40px 0 120px 0; */
    margin: 40px 0 0px 0;

}
.footer-img{
    width: 100%;
}
.footer-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-family: 'koz-b';
}