@charset "UTF-8";


#wrap {
    background: #000;
    will-change: animation;
    animation: accessFadein .8s linear .2s both;
}

.font-txt {
    font-family: 'Quattrocento', serif;
}

h3 {
    margin-bottom: 80px;
    text-align: center;
    font-size: 3.5em;
    font-weight: 700;
    color: #fff;
}

h4 {
    color: #fff;
    font-size: 1.6em;
}

p {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.05em;
}

/* ------------------------------
 HEADER
------------------------------ */

#head-wrap {
    background-image: url(../img/headback.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#head-wrap div.bg-cover {
    /* height: 300px; */
    padding-top: 100px;
    padding-bottom: 50px;
    background-color: rgba(0,0,0,0.6);
}

div.head-block {
    margin: 0 auto;
    text-align: center;
}

div.head-block h1 {
    overflow: hidden;
    text-indent: -99999px;
    aspect-ratio: 1600/560;
    width: min(90%,940px);
    margin-inline: auto;
    background-image: url(../img/title.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    filter: drop-shadow(0 0 16px rgba(var(--rgb-black), 0.6));
    margin-bottom: clamp(20px,8.57px + 2.381vw,30px);
}

div.head-block div.navi {
    max-width: 500px;
    margin: 30px auto;
}

div.head-block div.navi ul {
    width: 50% auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

div.head-block div.navi ul li {
    margin: 0 20px;
    text-indent: -99999px;
    width: 190px;
    height: 177px;
    margin-inline: auto;
    background-repeat: no-repeat;
    background-position: center center;
    filter: drop-shadow(0 0 16px rgba(var(--rgb-black), 0.6));
}

div.head-block div.navi ul li:nth-child(1) {
    background-image: url(../img/navi-awich.png);
}
div.head-block div.navi ul li:nth-child(2) {
    background-image: url(../img/navi-yurinan.png);
}

div.head-block div.onairinfo {
    margin-bottom: 50px;
    font-size: 1.8em;
    font-weight: 700;
    color: #fff;
}

div.head-block div.onairinfo ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
div.head-block div.onairinfo ul li {
    margin: 0 10px;
}



/* ------------------------------
 SECTION
------------------------------ */

section {
    max-width: 1000px;
    margin: 0 auto 80px;
    padding: 0 10px;
    color: #fff;
}

/* ------------------------------
 ON AIR INFO
------------------------------ */

div#tab-btn-set {
    font-size: 2em;
}

div.onair-info {
    font-size: 1.2em;
}

div.onair-info-date {
    padding: 20px 0;
}

div.onair-info-title {
    font-size: 1.4em;
}

/* ------------------------------
 MESSAGE FORM
------------------------------ */

#cts-form {
    color: #000;
}

#form  {
    margin: 0 auto;
}
  
#form  h4 {
    padding: 15px 10px 14px 16px;
    margin-bottom:  36px;
    font-size:1.0rem;
    letter-spacing: 0.05rem;
    font-weight:bold;
    color: #fff;
    background-color: #261c59;
}

#form p.forget {
    margin: 30px 30px 60px 0;
    display:inline-block;
}

#form p.forget a {
    font-size: 0.85rem;
    font-weight: bold;
    letter-spacing: 0.05rem;
    color:rgb(238, 238, 238);
}

#form  p.forget:before {
    content: "\25B6";
    vertical-align: middle;
    color: rgb(238, 238, 238);
    font-size: 0.85rem;
    margin: 0 8px 0 0;
}

.hankaku {
    margin-bottom:  30px;
    text-align: center;
}

.hankaku p {
    padding: 5px 10px 4px 10px;
    background-color: #261c59;
    color: rgb(238, 238, 238);
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.17rem;
}
.forget a {
    color: #000;
}


#form dl {
    margin-bottom: 20px;
    display: -webkit-flex;
    display: flex;
    justify-content:flex-start;
    align-items: center;
}

#form dt {
    vertical-align: middle;
    font-size: 1.00rem;
    font-weight: 400;
    line-height: 1.7;
    color: rgb(238, 238, 238);
    letter-spacing: 0.05rem;
    
    width: 30%;
}
#form dd {
    margin: 0;
    padding: 0;
    display: block;
}

#form dd p label {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    color: rgb(238, 238, 238);
    letter-spacing: 0.05rem;
}


#attention {
    margin: 20px 0;
    line-height: 1.6;
    text-align: left;
}
#attention a {
    color: #8d7ed4;
}

#attention p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    color: rgb(238, 238, 238);
    letter-spacing: 0.15rem;
    text-align: center;
}

#attention p span {
    margin-top: 60px;
    display: block;
    color: rgb(238, 238, 238);
}

#submit {
    text-align: center;
    padding: 35px 0 0;
}
#submit input[type="submit"],
#submit input[type="reset"] {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
}
#submit input[type="submit"] {
    color: #fff;
    font-size: 1.05rem;
    letter-spacing: 1rem;
    font-weight: bold;
    border: none;
    border-radius: 60px;
    padding: 20px 0;
    width: 50%;
    display: inline-block;
    margin: 0 10px;
    background-color:#261c59;
}

#submit input[type="submit"]:Hover {
    cursor: pointer;
    color: #fff;
    font-size: 1.05rem;
    letter-spacing: 1rem;
    font-weight: bold;
    padding: 20px 0;
    width: 50%;
    display: inline-block;
    margin: 0 10px;
    font-weight: bold;
    background-color:#261c59;
}

    
input[type="text"],
input[type="password"] {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    width: 100%;
    padding:10px 10px;
    background-color:#f8f8f8;
    border-radius: 6px;
}

input[type="radio"] {
    appearance: auto;
}

textarea {
    font-size: 1rem;
    height: 200px;
    width: 100%;
    padding: 10px 5px;
    background-color:#f8f8f8;
    border-radius: 6px;
}

select,
option {
    width:300px;
    font-size: 1rem;
    padding: 5px;
    background-color:#fff;
    border-radius: 6px;
}

.radio p {
    display: inline-block;
    vertical-align: middle;
}
  

#msg_btn_mts {
    margin: 0 auto;
    width: 20%;
    background-color: #000;
}

#msg_btn_mts a {
    padding: 14px 0;
    display: block;
    text-align: center;
    font-family: Oswald;
    font-weight: 600;
    font-size: 0.8rem;
    letter-spacing: 0.08rem;
    color: #fff;
}

#msg_content_inner h4 {
    margin:  0 auto;
    text-align: center;
    font-family: Oswald;
    font-weight: 600;
    font-size: 1.8rem;
    letter-spacing: 0.08rem;
    color: #fff;
}


/* ------------------------------
 MESSAGE THANKS 
------------------------------ */

div#thanks {
    min-height: 500px;
    text-align: center;
}

div#thanks h4 {
    margin-bottom: 30px;
    font-size: 5em;
}

div#thanks p {
    color: #fff;
    margin-bottom: 20px;
}
/* ------------------------------
 Gigya Share 
------------------------------ */

div#gigya-wrap {
    padding: 20px;
    background: #555;
}


/* ------------------------------
 FOOTER
------------------------------ */

#ftr-wrap {
    border-top: solid 1px #fff;
    padding: 50px 0;
}

.ftr-block {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.ftr-block div.logo {
    overflow: hidden;
    text-indent: -99999px;
    width: 200px;
    height: 24px;
    background-image: url(https://www.j-wave.co.jp/common/img/logo-w.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.ftr-block div.copyright {
    width: 200px;
    color: #fff;
    text-align: center;
}


/* ================================= */


/* ------------------------------
 SMART PHONE Style
------------------------------ */

@media screen and (min-width: 901px) {
}

@media all and (max-width: 480px) {
    #head-wrap div.bg-cover {
        padding-top: 55px;
    }

    div.head-block h1 {
        aspect-ratio: 800/530;
    }

    div.head-block div.navi ul li {
        width: 160px;
    }

    div.head-block div.navi ul li:nth-child(1) {
        background-size: contain;
    }
    div.head-block div.navi ul li:nth-child(2) {
        background-size: contain;
    }

    .ftr-block{
        justify-content: center;
    }

}

/**************************************
    MESSAGE FOMR
 ***************************************/


 @media all and (max-width: 864px) {
    #form {
        width: 100%;
    }
    #submit {
        margin-bottom: 8%;
    }
}

@media all and (max-width: 480px) {
    .pc_only {
        display: none;
    }
    #form h3 {
        padding: 4% 3%;
        margin-bottom:6%;
        margin-top: 6%;
       
    }
    #form p.forget {
        margin: 4% 0;
    }

    #form dl {
        display: block;
    }

    #form dt{
        margin-bottom: 3%;
        width: 100%;
    }
}
