@charset "euc-jp";

/* common
------------------------------ */
.weeklymission {
    background: #fff;
    color: #282828;
    font-family: "¥á¥¤¥ê¥ª", Meiryo,"¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    min-width: 1300px;
    position: relative;
    background-image: url(../img/bg_mainvisual.png);
    background-repeat: no-repeat;
    background-position: top right;
}
.weeklymission a {
    cursor: pointer;
    text-decoration: none;
}
.weeklymission img {
    box-sizing: border-box;
    vertical-align: bottom;
}
.stamp {
    display: none;
    z-index: 10;
}
.get .stamp {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
.period_end {
    width: 470px;
    padding: 15px 0;
    margin: 15px auto 0;
    border: 1px solid #21485a;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
}


/* main visual
------------------------------ */
.main_visual {
    position: relative;
    background-image: url(../img/bg_mainvisual2.png);
    background-repeat: no-repeat;
    background-position: top left;
}
.main_visual .main_wrap {
    width: 1000px;
    padding: 30px 0 0;
    margin: 0 auto;
    text-align: center;
}
.main_visual h1 {
    margin-bottom: 20px;
}
.main_visual p {
    margin-bottom: 25px;
}
.weeklymission > .period {
    padding: 10px 0;
    background: #0e2e3d;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

/* main_content
------------------------------ */
.main_content {
    padding: 20px 0 5px;
    background: url("../img/bg_content.png");
}

/* login
------------------------------ */
.login {
    margin: 15px 0;
    padding: 15px 0;
    background: #082f40;
    text-align: center;
    color: #fff;
}
.login > a {
    margin: 10px 0 15px;
    display: inline-block;
    width: 470px;
    padding: 20px 0 15px;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    box-shadow: 0px 4px 0 rgb(244, 114, 153);
    background-color: #fa92af;
}
.login > p a {
    text-decoration: underline;
    color: #fed442;
}

/* block
------------------------------ */
.block {
    width: 950px;
    margin: 0 auto 50px;
    padding: 30px 0 0;
    position: relative;
    background-image: url("../img/bg_mission_top.png");
    background-repeat: no-repeat;
    background-position: top center;
}
.block h2 {
    margin-bottom: 10px;
    color: #34b9eb;
    background: linear-gradient(to bottom,#21485a,#34b9eb); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    transform: skewX(-10deg);
}
.block_inner {
    padding: 5px 0 20px;
    margin: 15px 0;
    background: #fff;
}
.sticker {
    position: absolute;
    top: 0;
    left: 45px;
}
.block .period {
    display: table;
    margin: 0 auto;
    border: 2px solid #2a4551;
    font-size: 20px;
    font-weight: bold;
}
.block .period  dt {
    display: table-cell;
    padding: 3px 10px 0;
    overflow: hidden;
    background: #2a4551;
    color: #fff;
}
.block .period  dd {
    padding: 3px 10px 0;
}
.block .description {
    margin: 20px 0;
    font-size: 15px;
    text-align: center;
}
.block .description span {
    font-weight: bold;
    color: #eb5f7b;
}

/* login_point
------------------------------ */
.login_point {
    margin-top: 20px;
    text-align: center;
}
.login_point li {
    width: 100px;
    margin: 0 2px;
    position: relative;
    display: inline-block;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.3);
}
.login_point li dt {
    padding: 8px 0;
}
.login_point li dd {
    padding: 3px 0;
    background: #2a4551;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.login_point li:nth-child(8) dd {
    font-size: 13px;
}
.bonus {
    margin-bottom: 30px;
    text-align: center;
}
/* button */
.button_area {
    margin: 20px 0;
    text-align: center;
}
.button_area button{
    border: 0px;
    width: 467px;
    height: 69px;
    cursor: pointer;
    font-size: 0;
}
.button_area .congrats {
    margin-bottom: 5px;
}
.button_area button.btn_receive {
    background: url("../img/btn_receive.png") left top no-repeat;
}
.button_area button.btn_receive7th {
    background: url("../img/btn_receive7th.png") left top no-repeat;
}
.button_area button:hover {
    opacity: .8;
}

/* mission_point
------------------------------ */
.mission_list {
    margin-top: 20px;
}
.mission_list li {
    position: relative;
    padding: 40px 0 0 120px;
    margin: 0 auto 10px;
    width: 704px;
    height: 109px;
    box-sizing: border-box;
    background-color: #366073;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 4px, #2C4E5E 1px, #2C4E5E 5px );
    color: #fff;
    font-weight: bold;
    box-shadow: 10px 10px 10px 10px rgba(0,0,0,0.1) inset,0 0 0 2px #2C4E5E;
    border-radius: 10px;
    border: solid 1px #83afc5;
    font-size: 22px;
}
.mission_list li >img,
.mission_list .get > img {
    position: absolute;
    top: 10px;
    left: 10px;
}
.mission_list li .btn_receive {
    position: absolute;
}
.mission_list button,
.mission_list li > p {
    position: absolute;
    top: 25px;
    right: 30px;
    border: 0px;
    width: 140px;
    height: 61px;
    font-size: 0;
}
.mission_list button {
    cursor: pointer;
}
.mission_list button.btn_receive_s {
    background: url("../img/btn_receive_s.png") no-repeat left top;
}
.mission_list button.btn_receive_s:hover {
    opacity: .9;
}
/*last_mission*/
.last_mission {
    margin: 20px 0;
    font-weight: bold;
}
.last_mission p {
    margin-bottom: 5px;
    text-align: center;
    font-size: 26px;
    color: #1a7f91;
}
.last_mission > div {
    position: relative;
    padding: 25px 0 0 120px;
    margin: 0 auto 10px;
    width: 704px;
    height: 155px;
    box-sizing: border-box;
    background-color: #366073;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 4px, #2C4E5E 1px, #2C4E5E 5px );
    color: #fff;
    font-weight: bold;
    box-shadow: 10px 10px 10px 10px rgba(0,0,0,0.1) inset,0 0 0 2px #2C4E5E;
    border-radius: 10px;
    border: solid 1px #83afc5;
    font-size: 22px;
    text-align: center;
}
.last_mission div span {
    color: #fed442;
}
.last_mission div > img,
.last_mission div.get > img {
    position: absolute;
    top: 15px;
    left: 10px;
}
.last_mission .button_area {
    margin-top: 10px;
}
.last_mission button {
    width: 360px;
    height: 60px;
    border: 0px;
    font-size: 0;
}
.last_mission  button {
    cursor: pointer;
}
.last_mission button {
    background: url("../img/btn_applyl.png") no-repeat left top;
}
.last_mission button:hover {
    opacity: .9;
}

/* modal_window
------------------------------ */
.modal_box{
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.modal_bg{
    background: rgba(0,0,0,0.7);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal_box .txt_area {
    width: 740px;
    box-sizing: border-box;
    background: #fff;
    left: 50%;
    padding: 30px 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 10px;
    text-align:left;
    font-family: "Meiryo","¥á¥¤¥ê¥ª","£Í£Ó£Ð¥´¥·¥Ã¥¯","Hiragino Kaku Gothic Pro","¥Ò¥é¥®¥Î³Ñ¥´ Pro W3",sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #082f40;
}
.modal_box .txt_area h4{
    font-size: 24px;
    margin: 0 0 15px;
    text-align: center;
    font-weight: bold;
}
.modal_box .txt_area p{
    padding: 10px 0 10px 0;
    margin-bottom: 10px;
    line-height: 1.5;
    color: #000;
}
.modal_box .txt_area dd.right_txt{
    text-align: right;
    font-weight: bold;
}
.modal_box .txt_area dd span{
    font-weight: bold;
    color: #f66;
}
.modal_box .txt_area a.btn_challenge{
    display: block;
    text-align: center;
    margin: 20px 0 0;
    background-image: linear-gradient(45deg, #66CEF4, #6BE0DD);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 20px 0;
    border-radius: 50px;
    text-shadow: 1px 1px #6facb3;
}
.modal_box .txt_area dl>a:hover{
    transition: all 0.5s;
    opacity:0.6;
}
.modal_box a.close_btn{
    margin:40px 0 0;
    position:absolute;
    top:-55px;
    right:-15px;
}

/* ad
------------------------------ */
.ad_box {
    width: 728px;
    height: 90px;
    margin: -20px auto 20px;
}
.ad_box2 {
    width: 640px;
    margin: 0 auto 20px;
    overflow: hidden;
}
.ad_box2 p {
    margin: 10px;
    width: 300px;
    height: 250px;
    float: left;
}
/* note
------------------------------ */
.note {
    color: #3b3b3b;
    padding: 60px 0 0;
}
.note h2 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
.note .block {
    margin: 0 auto;
    width: 900px;
    line-height: 1.6;
}
.note .block p {
    margin-bottom: 30px;
}
.note .block .ex {
    border: 1px solid #3b3b3b;
    margin-bottom: 15px;
    margin-top: -20px; 
    padding: 15px;
    text-indent: 0;
}
.note .block span {
    font-weight: bold;
}

/* thanks
------------------------------ */
.logo_inner {
    position: relative;
    display: block;
    width: 950px;
    margin: 0 auto;
}
.thanks .main_visual .main_wrap .message {
    padding: 20px 0;
    margin: 20px auto 0;
    width: 700px;
    box-sizing: border-box;
    background-color: #366073;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 4px, #2C4E5E 1px, #2C4E5E 5px );
    color: #fff;
    font-weight: bold;
    box-shadow: 10px 10px 10px 10px rgba(0,0,0,0.1) inset, 0 0 0 2px #2C4E5E;
    border-radius: 10px;
    border: solid 1px #83afc5;
    font-size: 22px;
    text-align: center;
}
.thanks .main_visual .main_wrap a {
    display: block;
    width: 400px;
    padding: 20px 0;
    margin: 0 auto 20px;
    border-radius: 50px;
    color: #2f5464;
    font-weight: bold;
    font-size: 16px;
    border: 1px solid #2f5464;
}
.thanks .note {
    margin-top: 40px;
    padding: 20px 0 0;
    border-top: 1px solid #cfcfcf;
}
.thanks .ad_box2 {
    margin: 0 auto;
}
.thanks .footer {
    padding: 20px 0;
    border-top: none;
    background: #366073;
    color: #fff;
    text-align: center;
}
