@charset "utf-8";

body {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    font-size: 12px;
    color: #000;
}

.fixbg {
    background-image: url(../img/bg_pc.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: -2;
}

.left {
    position: fixed;
    width: 350px;
    left: calc(50% - 640px);
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 20px;
    padding: 70px 0 50px;
    text-align: center;
    box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.16);
}

.left img {
    width: 260px;
    margin: 0 0 10px;
}

.right {
    position: fixed;
    width: 320px;
    right: calc(50% - 650px);
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.16);
    padding: 20px;
}

.live .bg {
    background-image: url(../img/bg_side.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 0 50px;
}

.live .bg .txtBox {
    position: relative;
    background-color: #fff;
    border-radius: 18px;
    padding: 8px 10px 30px;
    margin: -10px 18px 0;
    box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.16);
}

.live .bg .txtBox .blk {
    position: absolute;
    width: 190px;
    right: -10px;
}

.live .bg .txtBox p {
    margin: 0;
}

a { 
    text-decoration: none;
}

a:hover {
    cursor: pointer;
}

a:hover {
    opacity: 0.7;
}

#header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 111;
}

.logo {
    text-align: center;
    background-color: #000;
    width: 375px;
    margin: 0 auto;
    padding: 10px 0 6px;
}

.logo img {
    width: 220px;
}

#mv {
    width: 375px;
    margin: 0 auto;
}

.cv a {
    border: solid 1px #000;
    border-radius: 40px;
    color: #000;
    font-size: 14px;
    padding: 10px 0;
    font-weight: bold;
    width: 180px;
    display: block;
    margin: 20px auto 0;
    text-align: center;
}

.cv a:hover {
    background-color: #000;
    color: #fff;
    transition: 0.3s;
}

.noto-serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.flex{
    display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* .btn_wht a::after {
    position: absolute;
    right: 10px;
    top: 70%;
    transform: translateY(-50%);
    content: '';
    display: block;
    background-image: url(../img/common/ico_arrow_white.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
} */


main, footer {
    width: 416px;
    margin: 0 auto;
    background: #fff;
}

main {
    padding-top: 64px;
}

img {
    width: 100%;
}

h2 {
    text-align: center;
    margin: 0 auto 30px;
    position: relative;
}

h2::after {
    position: absolute;
    display: block;
    font-size: 13px;
    bottom: -16px;
    right: 0;
    left: 0;
}

.tit01{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-bottom: solid 1px;
    padding: 0 0 6px 0;
    margin: 0;
}

h4 {
    color: #fff;
    font-size: 16px;
    position: relative;
    text-align: center;
    z-index: 1;
}

h4 span {
    font-size: 12px;
}

h4 .sq {
    position: absolute;
    display: block;
    width: 96%;
    height: 40px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #9DBFF5;
    z-index: -1;
    transform: skewX(-15deg);
}

.wBox {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.16);
    padding: 20px;
}

.wBox article {
    padding: 15px 8px;
    margin: 0 0 20px 0;
}

.wBox article:last-of-type  {
    margin: 0;
}

.wBox .entry {
    background-color: #FFF4FB;
}

.wBox .entry .tit01 {
    color: #FF68C7;
}

.wBox .how {
    background-color: #F8F4FF;
}

.wBox .how .tit01 {
    color: #A09DF5;
}

.wBox .exam {
    background-color: #F4F8FF;
}

.wBox .exam .tit01 {
    color: #9DBFF5;
}

.wBox .detail {
    background-color: #F8FFF4;
}

.wBox .detail .tit01 {
    color: #92D68C;
}

.wBox .privacy {
    background-color: #FFFCF4;
}

.wBox .privacy .tit01 {
    color: #FFD619;
}

.list ul {
    margin: 10px 0 0;
    padding: 0 0 0 15px;
    line-height: 1.5;
    list-style: none;
}

.list ul li::before {
    position: relative;
    top: -2px;
    left: -10px;
    display: inline-block;
    width: 3px;
    height: 3px;
    content: '';
    border-radius: 100%;
    background-color: #000;
}

.list ul .small {
    font-size: 10px;
}

/* ------------- 応募資格 ------------- */

#description {
    width: 335px;
    padding: 0 20px ;
    margin: 40px auto 0 ;
}

#description h2 {
    width: 160px;
}

#description h2::after {
    content: '応募要項';
}

.cBox {
    background-color: #9F9DF5;
    padding: 5px 0;
    margin: 8px 0 0;
} 

.cBox p {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    margin: 0;
} 

/* ------------- 審査の流れ ------------- */

#flow {
    width: 335px;
    margin: 40px auto 0 ;
}

#flow h2 {
    width: 73px;
}

#flow h2::after {
    content: '審査の流れ';
}

#flow .live {
    margin: 20px 0 0;
}

/* ------------- 注意事項 ------------- */

#caution {
    width: 375px;
    margin: 40px auto 0 ;
    padding: 0 0 40px;
    position: relative;
    z-index: 1;
    /* background-image: url(../img/bg_caution.png);
    background-position: bottom; */
}

#caution .bg {
    position: absolute;
    z-index: -1;
    bottom: 0;
}

#caution .inner {
    width: 335px;
    margin: 0 auto ;
}

#caution h2 {
    width: 115px;
}

#caution h2::after {
    content: '注意事項';
}

.privacy .contents {
    height: 205px;
    overflow-y: scroll;
}

.privacy .contents p {
    line-height: 1.5;
}


/* ------------- footer ------------- */

footer {
    text-align: center;
    padding: 25px 0 0;
}

footer img {
    width: 50%;
    margin: 0 auto 30px;
    display: block;
}

footer h2 {
    font-size: 13px;
    border-bottom: solid 1px;
    padding: 0 0 6px 0;
    display: inline-block;
    margin: 0 0 15px;
}

footer small {
    background-color: #000;
    color: #fff;
    font-size: 10px;
    display: block;
    text-align: center;
    padding: 10px 0;
}

/* ------------- SP ------------- */

@media screen and (max-width: 768px){
    .pc {
        display: none;
    }
    
    .sp {
        display: block;
    }

    .cv.fix {
        display: none;
    }

}

@media screen and (max-width: 500px){
    .pc {
        display: none;
    }
    
    .sp {
        display: block;
    }

    main, footer {
        width: 100%;
    }

    #mv, .logo, #caution  {
        width: 100%;
    }

    #description, #flow, #caution .inner{
        width: 90%;
    }

    .cv.fix {
        display: block;
        background-color: #fff;
        position: fixed;
        bottom: 0;
        width: 100%;
        padding: 15px 0;
        z-index: 111;
    }
    
    .cv.fix a {
        margin: 0 auto;
        width: 240px;
    }

    footer {
        margin: 0 0 72px;
    }

}

/* ------------- アニメーション ------------- */

/* スクロール連動アニメーション */
.scrollanime{
  opacity: 0;
  transition: all 0.8s ease;
}
.scrollanime.show{
  opacity: 1;
  transform: none;
}
.updown{
  transform: translate(0, -100px);
}
.downup{
  transform: translate(0, 100px);
}
/* .slide-right{
  transform: translate(100px, 0);
}
.slide-left{
  transform: translate(-100px, 0);
} */
/* スクロール連動アニメーションここまで */

