* {
    list-style-type: none;
}

body,
html {
    margin: 0;
    padding: 0;
    background-color: #f3f3f3;
    width: 100%;
    height: 100%;
    /*    overflow-y: hidden;*/
    font-family: "YuMincho", "Yu Mincho";
}




/* ↓開催中止用にコメント化↓ */

.index {
    background-color: #000000;
    display: none;
}




#contents {
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    /*    z-index: 10;*/
    /*    overflow: hidden;*/
}

.box {
    /*    position: relative;*/
    /*    overflow: auto;*/
    height: 100%;
    padding: 0;
    margin: 0;
    float: left;
    width: 100vw;
}

.header {
    width: 100%;
}

.logo_before {
    width: 30vw;
    position: fixed;
    top: 20px;
    left: 20px;
}

.logo_after {
    width: 5.8vw;
    height: auto;
    position: fixed;
    top: 20px;
    left: 20px;
    /*
    opacity: 0;
    visibility: hidden;
*/
    display: none;
}

.menu_after {
    position: fixed;
    top: 45px;
    left: 130px;
    display: none;
    z-index: 2;
}

.menu_after a {
    text-decoration: none;
    color: #212121;
    transition: 0.3s;
}

.menu_after a:hover {
    color: #c91f1f;
}

.search_fixed {
    width: 56px;
    height: 45px;
    position: fixed;
    top: 35px;
    right: 90px;
    box-sizing: border-box;
    z-index: 10;
}

.search_fixed:hover {
    cursor: pointer;
}

.search_glass {
    transition: 0.3s;
}

.search_fixed:hover .search_glass {
    transform: scale(0.9);
}

.hamburgertext2 {
    font-size: 13px;
    margin: 0;
    position: absolute;
    top: 30px;
    left: 5%;
}

.search_word {
    border:solid .7px;
    transition: 0.3s;
}

/*
.search_word:focus {
    border:solid .7px #c91f1f;
}
*/

/*
.search_word:hover {
    border:solid .7px #c91f1f;
}
*/

/*
input {
    appearance: none;
}
*/

.submit_btn {
}

.search_form {
    opacity: 0;
    visibility: hidden;
}

.form_after {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-name: toggle_form;
}

@keyframes toggle_form {
    0% {
        opacity: 0;
        visibility: hidden;
    }
    99.9%,
    to {
        opacity: 1;
        visibility: visible;
    }
}

/*
.menu {
    position: fixed;
    top: 35px;
    right: 20px;
    width: 56px;
    height: 45px;
    display: inline-block;
    box-sizing: border-box;
    z-index: 10;
}
*/

.fa-search {
    margin-left: 0.9vw;
    font-size: 1.5em;
}

/*
.search_fixed p {
    font-size: 1vw;
    margin: 0;
    position: absolute;
    top: 4vh;
    left: 0vw;
}
*/

.menu {
    position: fixed;
    top: 30px;
    right: 30px;
    width: 4vw;
    height: 4vw;
    display: inline-block;
    box-sizing: border-box;
    z-index: 10;
}

.menu span {
    position: absolute;
    left: 1.1vw;
    height: 0.22vw;
    width: 1.8vw;
    background-color: black;
    display: inline-block;
    box-sizing: border-box;
    margin-top: 0.4vh;
}

.menu span:nth-of-type(1) {
    top: 6px;
}

.menu span:nth-of-type(2) {
    top: 18px;
}

.menu p {
    font-size: 1vw;
    margin: 0;
    position: absolute;
    top: 4vh;
    left: 0.5vw;
}

.search_glass {
    position: relative;
    left: 25%;
}

.box h1 {
    font-size: calc(4rem + 8vw);
    color: #212121;
    position: absolute;
    top: 10vh;
    right: -8vw;
    font-family: century;
    font-weight: 200;
    letter-spacing: .9vw;
}

.box h1 span {
    color: #c91f1f;
}

.countdown {
    position: absolute;
    top: 66.7vh;
}

.countdownbar {
    border-bottom: 2px solid #212121;

    /*    position: absolute;*/
    /*    top: 70vh;*/
    /*    left: 0;*/
    transform: translateY(-3vh);
/*    width: 46.4vw;*/
    width: 50vw;
}

.newsbox {
    background-color: #212121;
    position: absolute;
    top: 73vh;
    right: -6vw;
    width: 50vw;
}

.border {
    width: 50vw;
    position: absolute;
    top: 0vh;
    left: 0;
    border: 1px solid #fff;
    box-sizing: border-box;
}

.ttl {
    color: #c91f1f;
}

.date,
.cont {
    color: #ffffff;
}

.date {
    position: absolute;
    right: 9vw;
    top: 0;
}

.newsbox .ttl {
    text-indent: 3.5%;
}

.scrollbar {
    border-bottom: 2px solid #b9b9b9;
    position: fixed;
    top: 95vh;
    left: 20vw;
    width: 60vw;
}

.page {
    position: relative;
    /*    overflow: hidden;*/
    transform: translateX(13vw);
}

/*
.page a{
    display: block;
    text-decoration: none;
    width: 100%;
    height: 100%;
}
*/

.page a img {
    width: 35vw;
    height: auto;
    position: absolute;
    box-shadow: 8px 8px 100px rgba(65, 65, 65, 0.6);
    transition: 0.3s;
}

.page a img:hover {
    transform: translateY(-6px);
}

.page a:first-child img {
    top: 45vh;
    left: 15vw;
}

.page a:nth-of-type(2) img {
    top: 20vh;
    left: 65vw;
}

.box .permanent a {
    text-decoration: none;
    color: #212121;
    transition: 0.3s;
}

.box .permanent a:hover {
    color: #c91f1f;
}

.box .permanent {
    position: fixed;
    top: 45vh;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    display: none;
    z-index: 2;
}

.box .permanent div {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    /*    transform: translateX(-13vw);*/

}

.page .copyright {
    text-align: center;
    transform: rotate(270deg);
    display: inline-block;
    position: absolute;
    top: 40vh;
    left: 75vw;

}

.overWrap {
    width: 400%;
    height: 100%;
    overflow: hidden;
}

.copyright {}

.scg {

    top: 45vh;
    left: 15vw;
    width: 35vw;
    height: auto;
    position: absolute;
    box-shadow: 8px 8px 100px rgba(65, 65, 65, 0.6);
}

.slide__img {
    position: relative;
    overflow: hidden;
    padding-top: 70%;
    /*    width: 100%;*/
    /*    opacity: 0.95;*/
}


/*
.last_photo {
    display: none;
}
*/

#index_sponsorbanner {
    transform: translateX(-13vw);
    width: 80%;
    height: 20vh;
    /*        margin-left: 25%;*/
    /*    background-color: #414141;*/
    /*    margin-top: 5vh;*/
    position: fixed;
    left: 25%;
    top: 60vh;
    display: none;
}

.index_banners {
    position: relative;
    width: 40%;
    height: auto;
    margin-bottom: 1%;
    margin-top: 1.5%;
    display: inline-block;
}

.index_banners:nth-child(odd) {
    margin-left: 5%;

}

.index_banners:nth-child(even) {
    margin-left: 2.5%;
}

.uLback1 {
    background-image: url(../images/DIET_STUDY.jpg);
    background-repeat: repeat;
    background-size: cover;
}

.uLback2 {
    background-image: url(../images/shimauma_print.jpg);
    background-repeat: repeat;
    background-size: cover;
}

.uLback3 {
    background-image: url(../images/sprout.jpg);
    background-repeat: repeat;
    background-size: cover;
}

.uLback4 {
    background-image: url(../images/KIKIMIMI.jpg);
    background-repeat: repeat;
    background-size: contain;
}

.uLback1,
.uLback2,
.uLback3,
.uLback4:hover {
    cursor: pointer;
}

.newsbox_link {
    transition: 0.3s;
}

.newsbox_link:hover {
    opacity: 0.8;
}

.brackets {
    display: inline-block;
    text-indent: -0.45vw;
}

.brackets_circle {
    display: inline-block;
    text-indent: -0.65vw;
}

.content{
    margin: 0 auto;
    padding: 40px;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 4vw 5vw;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 50vw;
    height: 50vh;
/*    overflow: hidden;*/
}

.modal__content p {
    font-size: calc(0.6rem + 0.7vw);
}

.popup_title {
    border-bottom: 2px solid #c91f1f;
    padding: 0 1% 0.5% 1%;
    margin-top: 5vh;
}

.close_cross {
    float: right;
    transition: 0.3s;
}

.close_cross:hover {
    cursor: pointer;
    opacity: 0.8;
}

.red_link {
    text-decoration: none;
    color: #c91f1f;
    transition: 0.3s;
}

.red_link:hover {
    opacity: 0.5;
    cursor: pointer;
}
