* {
    margin: 0;
    padding: 0 0 0 0;
}



.header {
    width: 100vw;
    height: 15vh;
    background-color: white;
    background-position: top;
    z-index: 20;
    margin-top: 0;
    padding-bottom: 1vh;
    margin-bottom: 1vh;
    padding-top: 2vh;
    /*    text-align: center;*/
    position: fixed;
}

h1 img {
    width: 18%;
    float: left;
    margin-left: 3vw;
    position: fixed;
    /*    top: 5px;*/
    z-index: 20;
}

.icon {
    width: 20%;
    height: 40%;
    table-layout: fixed;
    float: right;
    margin-right: 9vw;
    margin-bottom: 1vw;
    margin-top: 1.5vh;
    padding-left: 0;
    border: solid 0px;
    border-collapse: collapse;
    font-family: "游明朝";
    font-size: 0.07em;
    white-space: nowrap;
    /*    position: fixed;*/
    z-index: 20;
}

.icon tr {
    text-align: center;
    height: 20%;
    /*    vertical-align: bottom;*/
}

.icon p {
    vertical-align: bottom;
}

.icon img {
    text-align: center;
    width: 60%;
    /*    position: fixed;*/
    vertical-align: top;
    /*    float: right;*/
    /*    margin-right: 9vw;*/
    /*
    padding-right: 3vw;
    padding-left: 1vw;
*/
    z-index: 20;
}

h2 {
    vertical-align: middle;
}

.keyword {
    position: fixed;
    margin-top: 1.8vh;
    margin-left: 38%;
    margin-right: auto;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 0.5vh;
    padding-top: 0.5vh;
    z-index: 20;
    font-family: "游明朝";
}


.search_box {
    font-family: "游明朝";
    font-size: 0.7vw;
    margin-left: auto;
    margin-right: auto;
    width: 20vw;
    border: solid 1.5px #707070;
    white-space: nowrap;
    /*
    padding-bottom: 0.5vw;
    padding-top: 0.5vh;
    padding-left: 0.5vh;
    padding-right: 0.6vw;
*/
    z-index: 20;
}

.submit {
    font-family: "游明朝";
    font-size: 1vw;
    background-color: #fff;
    color: #284c9e;
    border: 1px solid #284c9e;
    position: fixed;
    padding-bottom: 0.5vw;
    padding-top: 0.5vh;
    margin-left: 6px;
    padding: 3px;
    margin-top: 0.6vh;
    vertical-align: middle;
    /*    z-index: 10;*/
    z-index: 20;
}

.keyword {
    vertical-align: middle;
}

#search {
    font-family: "游明朝";
    padding-top: 0.5vh;
    padding-bottom: 0.5vh;
    padding-left: 6vw;
    padding-right: 6vw;
    text-align: center;
}

/* --- INPUT=TEXTの標準デザイン設定 ---------------------*/
.inText {
    box-sizing: border-box;
    margin: 0;
    vertical-align: top;
    text-align: center;
    font-family: "游明朝";

    width: 30vw;
    /* 一旦100%幅     */
    max-width: 30vw;
    /* 入力域の最大幅 */
    height: 4vh;
    /* 入力域の高さ   */
    background: #ffffff;
    /* 入力域の背景色 */
    border: 1.5px solid #000000;
    /* 入力域の枠線   */
    padding: 1.5vh 2vw;
    /* 入力文字の余白 */
    font-size: 1.1vw;
    /* 入力文字サイズ */
    color: #000000;
    /* 入力文字の色   */
    letter-spacing: .1em;
    /* 入力文字の間隔 */
}

/* --- 入力フィールドにフォーカスか来たら ----------------*/
.inText:focus {
    border-color: #ffffff;
    /* 枠線色     */
    background: #fff;
    /* 背景色     */
    outline: 0;
    border: 1.5px solid #000;
}

/* --- 入力説明の文字(標準) -----------------------------*/
.inText:placeholder-shown {
    color: #000000;
    /* 文字色     */
    font-size: 1vw;
    /* 少し小さく */
}

/* --- 入力説明の文字(Chrome,Safari,Android,iOS等) ---- -*/
.inText::-webkit-input-placeholder {
    color: #000000;
    /* 文字色     */
    font-size: 1vw;
    /* 少し小さく */
}

/* --- 入力説明の文字(IE用) -----------------------------*/
.inText:-ms-input-placeholder {
    color: #000000;
    /* 文字色     */
    font-size: 1vw;
    /* 少し小さく */
}

/* --- IEの入力エリア右側×消し -------------------------*/
/*
.inText::-ms-clear {
    display: none;
     ×を消す   
}
*/

.inText::-webkit-search-cancel-button {
    -webkit-appearance: none;
}



#ovftbl_wrap {
    width: 80vw;
    height: 2vh;
    margin-left: 5vw;
    margin-right: 50vw;
    border-collapse: separate;
    margin-bottom: 10px;
    position: fixed;
    margin-top: 10vh;
    z-index: 20;
}

#ovftbl td {
    width: 22vw;
    height: 0.5vh;
    white-space: nowrap;
    text-align: center;
    margin-left: 2vw;
    margin-right: 2vw;
    /*    border: solid 1px #000000;*/
    padding-left: 0.5vw;
    padding-right: 0.5vw;
    font-family: "游明朝";
    font-size: 0.9vw;
}

#ovftbl_wrap {
    height: 50px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
}

#ovftbl_wrap::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
}

button {
    font-family: "游明朝";
    padding-left: 0.5vw;
    padding-right: 0.5vw;
    background-color: white;
    color: black;
    border: solid 1px;
}

.change {
    background-color: rgba(40, 76, 158, 0.8);
    color: #fff;
}



.condition_reset {
    margin-left: 85vw;
    margin-top: -3.4vh;
    z-index: 30;
    position: fixed;
    width: 6vw;
    background-color: rgba(40, 76, 158);
    border: solid 1px #fff;
    color: #fff;
    padding-bottom: 0.3vh;
    padding-top: 0.3vh;
    font-family: "游明朝";
}

/*
.scroll-table {
    overflow-x: auto;
    margin-left: 2.5em;
    margin-right: 2.5em;
}
*/

.scrl_btn {
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    /*    background-color: #13B3A1;*/
    color: #000;
    font-size: 32px;
    cursor: pointer;
    line-height: 1.5;
    opacity: 0.9;
}



#scrl_btn_before {
    position: absolute;
    margin-top: 10.7vh;
    top: 0;
    left: 0;
    bottom: 0;
    margin-left: 2vw;
}

#scrl_btn_after {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 10.7vh;
    bottom: 0;
    margin-right: 10vw;
}

.banner-table {
    display: inline-block;
    z-index: 3;
    border: solid 0px #000;
    margin-top: 25vh;
    /*    margin-bottom: 2vh;*/
    width: 100%;
}


.banner-table img {
    transition: all 0.3s ease 0s;
    /*    border-radius: 1vw;*/
}


.banner-table img:hover {
    border-bottom-color: transparent;
    transform: translateY(0.1875em);
}

.banner1 img {
    width: 20vw;
    height: 8vw;
    /*    border-radius: 1vw;*/
    padding-left: 6vw;
    padding-right: 1vw;
}

.banner2 img {
    width: 20vw;
    height: 8vw;
    /*    border-radius: 1vw;*/
    margin-left: 1vw;
    margin-right: 1vw;
}

.banner3 img {
    width: 20vw;
    height: 8vw;
    /*    border-radius: 1vw;*/
    margin-left: 1vw;
    margin-right: 1vw;
}


.banner4 img {
    width: 20vw;
    height: 8vw;
    /*    border-radius: 1vw;*/
    margin-right: 6vw;
    margin-left: 1vw;
}


.contents {
    display: inline-block;
    border: solid 0px;
    border-collapse: separate;
    border-spacing: 3vw;
    table-layout: fixed;
    margin-left: auto;
    margin-right: auto;
}

.background {
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0.7;
}

.content {
    margin-right: 2vw;
    margin-left: 3.5vw;
    margin-bottom: 8vh;
}

.content-zoom {
    margin-right: 2vw;
    margin-left: 3.5vw;
    margin-top: 8vh;
}

li {
    list-style: none;
    display: inline-block;
}

.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    font-family: "游明朝";
    z-index: 30;
}

/*
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    background-color: rgba(225, 225, 225, 1);
    display: inline-block;
    text-align: center;
    vertical-align: middle;
        z-index: 30;
    font-family: "游明朝"
}
*/
.modal__bg {
    background: rgba(0, 0, 0, 0.75);
    height: 100vh;
    position: fixed;
    width: 120%;
    left: 0;
}

/*
.modal__bg {
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    width: 100%;
    height: 120%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
        z-index: 20;
}
*/

.modal__content {
    background: rgba(247, 247, 247, 1.0);
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 55%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
    z-index: 32;
    /*    overflow-y: scroll;*/
}

.modal__content {
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
}

.modal__content::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
}

.modal__content-heading__exhibition {
    background: rgba(108, 187, 90, 0.7);
    left: 50%;
    padding: 5px;
    position: absolute;
    top: 13%;
    transform: translateX(-50%);
    width: 55%;
    height: 8%;
}

.modal__content-heading__video {
    background: rgba(224, 135, 181, 0.7);
    left: 50%;
    padding: 5px;
    position: absolute;
    top: 13%;
    transform: translateX(-50%);
    width: 55%;
    height: 8%;
}

.modal__content-heading__zoom {
    background: rgba(45, 140, 255, 0.7);
    left: 50%;
    padding: 5px;
    position: absolute;
    top: 13%;
    transform: translateX(-50%);
    width: 55%;
    height: 8%;
}

.perticipation-button {
    text-align: center;
}

.modal__button {
    width: 250px;
    padding: 0.5em;
    margin: 15px 0;
    color: #fff !important;
    background-color: rgba(40, 76, 158, 0.7);
    text-decoration: underline;
    display: inline-block;
    font-weight: bold;
    font-size: 25px;
    border-radius: 15px;
    text-align: center;
    white-space: nowrap;
    font-weight: 300;
    box-shadow: 0 3px 0 #294175;
}

.modal__button:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -3px 0 0 5px;
    background: url(../images/1x/link2.png) no-repeat;
    background-size: contain;
    background-color: #fff;
    border-radius: 50%;
    padding: 8px;
    vertical-align: middle;
}

.modal__button:hover {
    box-shadow: none;
    transform: translate3d(0, 3px, 0);
    transition: ease;
}



.modal__project-name {
    text-align: center;
    line-height: 2.5;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    font-size: 2.1vw;
}

.modal__group-name {
    text-align: center;
    line-height: 2;
    font-size: 1.6vw;
}

.modal__phrase {
    text-align: center;
    line-height: 2;
    font-size: 1.5vw;
}


.modal__genre {
    margin-left: 4vw;
    font-size: 1.4vw;
}

.modal__time {
    margin-left: 4vw;
    font-size: 1.4vw;
}

.modal__place {
    margin-left: 4vw;
    font-size: 1.4vw;
}

.modal__description {
    font-size: 1.2vw;
    padding-left: 4vw;
    padding-right: 4vw;
    text-align: left;
    margin-top: 2%;
    margin-bottom: 5%;
    font-feature-settings: "palt";
}

.close-button {
    float: right;
    margin-right: 24%;
    top: 13%;
    padding-top: 5px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 40px;
    position: relative;
    z-index: 120;
}



.modal_scroll {
    position: relative;
    float: right;
    /*    margin-right: 4%;*/
    top: 30%;
    width: 24px;
    height: 24px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    box-sizing: border-box;
    z-index: 150;
    color: #284c9e;
    line-height: 700;
    /*    text-decoration: none;*/
}

#header .fixed {
    position: fixed;
    top: 0;
}

.background .fixed {
    position: fixed;
}

.icon p {
    color: black;
}

.icon p:hover {
    color: black;
}

.icon a {
    text-decoration: none;
}

.scrolldown {
    width: 28px;
    height: 28px;
    border: 5px solid;
    border-color: transparent transparent #284c9e #284c9e;
}

.scrolldown {
    position: absolute;
    top: 77%;
    float: right;
    z-index: 120;
    color: #284c9e;
    margin-left: 73%;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-name: anim_v;
    transform: rotate(-45deg);
}

@-webkit-keyframes anim_v {
	0% {
		top: 77%;
	}
	70% {
		top: 76%;
	}
	100% {
		top: 77%;
	}
}
@keyframes anim_v {
	0% {
		top: 77%;
	}
	70% {
		top: 76%;
	}
	100% {
		top: 77%;
	}
}
