@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: auto;
    font-size: 100%;
    background-color: #ffffff;
}

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

    html,
    body {
        font-size: 15px;
    }
}

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

    html,
    body {
        font-size: 16px;
    }
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure {
    margin: 0;
    padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

q:before,
q:after {
    content: '';
}

object,
embed {
    vertical-align: top;
}

legend {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
    border: 0;
}

img {
    max-width: 100%;
    display: block;
    height: auto;
}

.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

.mt30 {
    margin-top: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.full {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-image: url();
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000;
}


.main_v {
    position: relative;
}

.main_v img {
    position: absolute;
    width: 25%;
    margin: 0 auto;
    right: 0;
    padding: 5% 15% 3%;
}

.sp {
    display: none;
}


.tl04,.tl03{
color: #ffffff;
}



@media screen and (max-width : 1023px) {
    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }

    .full {
        /* background-image: url("../img/top_bg_sp.webp"); */
    }

    .main_v {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100vh;
    }


    .main_v img {
        position: relative;
        width: 60%;
        margin: 0 auto;


    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

}

.content_top_kv {
    width: 100%;
    position: relative;
    font-family: "Noto Sans JP";
}

.content_top_kv .container {

    width: 100%;
    margin: 0 auto;
    padding: 20px 0 0px 0;
}

@media screen and (max-width : 728px) {
    .content_top_kv img {}
}

.footer {
    width: 100%;
    color: #ffffff;
    margin: 0 auto;
    padding: 20px 5px;
    font-size: 0.6em;
    text-align: center;
    position: fixed;
    bottom: 0;
    z-index: 1;
}

.clear {
    clear: both;
    visibility: visible;
}

.fadein0 {
    animation-name: fadeInAnime;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeInAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}





/*募集要項*/
.third {
    position: relative;
    padding: 40px 20px 90px 20px;
}

.box-wrap-third {
    max-width: 1000px;
    margin: 20px auto;
}

.box-wrap-third .txt {
    font-size: 1em;
    text-align: left;
    line-height: 1.5em;
    margin-bottom: 40px;
    color: #ffffff;
}

.box-wrap-third .Tl01 {
    color: #dbb16e;
    font-size: 3rem;
    text-align: center;
}

.box-wrap-third .Tl02 {
    text-align: left;
    padding: 3px 0 3px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
    color: #ffffff;
    font-size: 1.4em;
    letter-spacing: 0.1em;
}

.box-wrap-third ul {
    text-align: left;
    padding-left: 20px;
    color: #FFF;
}

.table_02 {
    width: 100%;
    border-collapse: collapse;
    font-size: 80%;
}

.table_02 td {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #371d06;
    text-align: center;
}

.table_02 th {
    padding: 10px;
    text-align: center;
    vertical-align: top;
    color: #FFF;
    letter-spacing: 2px;
    background-color: #7c522d;
    border: 1px solid #371d06;
}

/* 審査員 */
#cardlayout-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 2em auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    text-align: left;
    color: #FFFFFF;
}

#cardlayout-wrap img {
    display: block;
    max-width: 100%;
    height: auto;
}

.card-figure {
    margin: 10px;
    padding: 0;
}

.card-title {
    margin: 0.6em auto 0;
    font-size: 1.1em;
    padding: 10px 20px;
}

.card-text-tax {
    margin: 0;
    padding: 0px 20px 20px 20px;
    font-size: 0.7em;
}

.card-list {
    margin: 0.5em auto;
    width: calc(100% / 2 - 10px);
    background: #2D2D2D;
    border-radius: 10px;
    margin-right: 10px;
}

@media all and (min-width: 768px) {
    .table_02 {
        font-size: 110%;
    }

    .card-list {
        width: calc(100% / 4 - 10px);
        margin-right: 10px;
    }

    .card-title {
        margin: 0.6em 0 0;
        font-size: 1.7em;
    }

    .card-text-tax {
        font-size: 1.3em;
    }

    #cardlayout-wrap::after {
        content: "";
        display: block;
        width: calc(100% / 3);
    }
}

@media all and (min-width: 1024px) {
    .table_02 {
        font-size: 90%;
    }

    .card-title {
        margin: 0.6em 0 0;
        font-size: 1em;
    }

    .card-text-tax {
        font-size: 0.8em;
    }

    #cardlayout-wrap::after {
        content: "";
        display: block;
        width: calc(100% / 3);
    }
}

/*募集要項ここまで*/

/* 応募方法ここから */
.fourth {
    padding: 40px 20px 70px 20px;
    background-color: #fcf7ea;
}

.box-wrap-fourth {
    max-width: 1000px;
    margin: 20px auto;
}

.box-wrap-fourth H1 {
    color: #a47832;
    font-size: 3rem;
    text-align: center;
}

.box-wrap-fourth H2 {
    text-align: left;
    padding: 3px 0 3px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
    color: #41250c;
    font-size: 1.4em;
}

.box-wrap-fourth H3 {
    text-align: center;
}

.box-wrap-fourth .txt {
    text-align: left;
    line-height: 2em;
    margin-bottom: 40px;
}

.entry_method,
.entry_method2 {
    float: left;
    max-width: 428px;
    width: 100%;
    text-align: left;
    border-radius: 10px;
    background-color: #FFFFFF;
    padding: 30px;
    margin-bottom: 20px;
    border: 1px solid #e6e6e6;
}

.entry_method {
    margin-right: 20px;
    background-image: url("img/entry_method_web_bg.gif");
    background-repeat: no-repeat;
    background-position: center center;
}

.entry_method2 {
    background-image: url("img/entry_method_yf_bg.gif");
    background-repeat: no-repeat;
    background-position: center center;
}

.entry_method H1,
.entry_method2 H1 {
    color: #B09009;
    margin: 10px 0;
    font-size: 1.3em;
    text-align: center;
}

.entry_method a:hover,
.entry_method2 a:hover {
    background-color: #d0b507;
}

.btn {
    display: block;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #ba0f0f;
    text-decoration: none;
    border-radius: 50px;
    font-size: 1.2em;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
    margin-bottom: 50px;
}

.btn span {
    color: #FFF;
    position: relative;
    padding-left: 30px;
}

.btn span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin-top: -5px;
}

#title_s2 {
    font-size: 1.5rem;
    text-align: left;
    color: #d50005;
}

#address {
    font-size: 1em;
    padding-bottom: 0px;
    padding-left: 0px;
    font-weight: normal;
    margin: 0px;
    text-align: left;
}

@media only screen and (max-width: 1024px) {
    .box-wrap-third .txt {
        font-size: 1.5em;
    }

    .box-wrap-third ul {
        font-size: 1.5em;
    }

    .box-wrap-fourth .txt {
        font-size: 1.5em;
    }

    #address {
        font-size: 1.5em;
    }
}

@media only screen and (max-width: 767px) {
    .fourth {
        padding-bottom: 40px;
    }

    .box-wrap-third {
        margin: 0;
    }

    .box-wrap-third ul,
    .box-wrap-fourth .txt,
    #address {
        font-size: 1em;
    }

    .box-wrap-fourth H1 {
        font-size: 2rem;
    }

    .entry_method,
    .entry_method2 {
        float: left;
        width: 80%;
    }
}

@media only screen and (max-width: 599px) {
    .box-wrap-third .Tl01 {
        font-size: 1.5em;
    }

    .box-wrap-third .Tl02 {
        font-size: 1em;
    }

    .box-wrap-third .txt {
        font-size: 0.9em;
    }
}

/* 応募方法ここまで*/


/* お問い合わせここから */
.fifth {
    padding: 20px 20px 30px 20px;
    background-color: #ecd443;
}

.box-wrap-fifth {
    max-width: 1240px;
    margin: 20px auto;
    text-align: center;
}

.box-wrap-fifth p {
    line-height: 200%;
}

@media only screen and (max-width: 599px) {
    .box-wrap-fifth p {
        font-size: 0.8rem;
    }
}

/* お問い合わせここまで */



/***トップへ戻るボタン***/
#page-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
}

#page-top:hover {
    opacity: 0.7;
}

@media only screen and (max-width: 767px) {
    #page-top {
        width: 30%;
    }
}

/***トップへ戻るボタンここまで***/



/*エフェクトに関する*/
header,
article {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
}

article h1 {
    font-size: 2em;
    margin-bottom: 1em;
}

article>section {
    overflow: hidden;
}

article>section>section {
    display: inline-block;
    padding: 1em;
    text-align: center;
}

article>section>section>.iframe {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

article>section>section>.iframe>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 767px) {
    article>section>section:last-of-type {
        margin-bottom: 0;
    }

    article h1 {
        margin: 0.5em;
        font-size: 1.5em;
    }
}

.fadein {
    opacity: 0.1;
    transform: translate(0px, 100px);
    transition: all 1000ms;
}

.fadein.scrollin {
    opacity: 1;
    transform: translate(0px, 0px);
}

#effect1 .fadein:nth-of-type(2) {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
}

#effect1 .fadein:nth-of-type(3) {
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
}

#effect1 .fadein:nth-of-type(4) {
    -moz-transition-delay: 600ms;
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
}

#effect2 .fadein:nth-of-type(2) {
    -moz-transition-delay: 100ms;
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
}

#effect2 .fadein:nth-of-type(3) {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
}

#effect2 .fadein:nth-of-type(4) {
    -moz-transition-delay: 300ms;
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
}

#effect2 .fadein:nth-of-type(5) {
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
}

@media only screen and (max-width: 767px) {
    .fadein {
        transform: translate(0px, 20px);
        transition: all 100ms;
    }
}