#contentsWrap {
    background: url(../images/top/mainvisual_bg.png) repeat-x center top;
    width: 100%;
}

@media screen and (max-width:750px){
    #contentsWrap {
        background-image: none;
        background-size: cover;
    }
}

/* ---------------------------------
        main visual
    --------------------------------- */
#mainVisual {
    background: url(../images/top/mainvisual_blur.png) no-repeat center top;
    width: 100%;
    height: 781px;
}
#mainVisual .inner {
    width: 900px;
    margin: 0 auto;
    position: relative;
}
#mainVisual .inner h1 {
    background: url(../images/top/title_logo.png) no-repeat center top;
    background-size: 500px 310px;
    width: 500px;
    height: 310px;
    text-indent: -9999px;
    position: absolute;
    top: 286px;
    left: 220px;
}
#mainVisual .inner .copy1 {
    background: url(../images/top/title_copy1.png) no-repeat center top;
    background-size: 98px 232px;
    width: 98px;
    height: 232px;
    text-indent: -9999px;
    position: absolute;
    top: 54px;
    left: 400px;
}
#mainVisual .inner .copy2 {
    background: url(../images/top/title_copy2.png) no-repeat center top;
    width: 858px;
    height: 95px;
    text-indent: -9999px;
    position: absolute;
    top: 591px;
    left: 33px;
}
#mainVisual .inner .mgz {
    width: 207px;
    height: 283px;
    position: absolute;
}
#mainVisual .inner .mgz1 {top: 318px; left: 7px;}
#mainVisual .inner .mgz2 {top: 14px; left: 151px;}
#mainVisual .inner .mgz3 {top: 24px; left: 529px;}
#mainVisual .inner .mgz4 {top: 289px; left: 740px;}
#mainVisual .inner .mgz img {width: 100%; height: auto;}

@media screen and (max-width:750px){
    #mainVisual {
        background-image: url(../images/top/mainvisual_blur_sp.png);
        background-size: contain;
        height: 0;
        padding-top: 134.5%;
        position: relative;
    }
    #mainVisual .inner {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    #mainVisual .inner h1 {
        background-size: contain;
        width: 73.133%;
        height: 44.4%;
        top: 54.4%;
        left: 13.46%;
    }
    #mainVisual .inner .copy1 {
        background-size: contain;
        width: 16%;
        height: 0;
        padding-top: 40%;
        position: absolute;
        top: 29.5%;
        left: 42.2%;
    }
    #mainVisual .inner .copy2 {
        background-image: url(../images/top/title_copy2_sp.png);
        background-size: contain;
        width: 100%;
        height: 0;
        padding-top: 12.666%;
        position: absolute;
        top: 86.85%;
        left: 0%;
    }
    #mainVisual .inner .mgz {
        width: 27.3%;
        height: auto;
    }
    #mainVisual .inner .mgz img {
        width: 100%;
        height: auto;
    }
    #mainVisual .inner .mgz1 {top: 32%; left: 4.2%;}
    #mainVisual .inner .mgz2 {top: 3.2%; left: 12%;}
    #mainVisual .inner .mgz3 {top: 0.9%; left: 60%;}
    #mainVisual .inner .mgz4 {top: 28.5%; left: 71.1%;}
}

/* ---------------------------------
        about
    --------------------------------- */
#about {
    background: #c90010;
    width: 900px;
    height: 200px;
    margin: -69px auto 0;
    position: relative;
}
#about .text1 {
    background: url(../images/top/about_text1.png) no-repeat center top;
    background-size: 416px 162px;
    width: 416px;
    height: 162px;
    text-indent: -9999px;
    position: absolute;
    top: 17px;
    left: 16px;
}
#about .text2 {
    background: url(../images/top/about_text2.png) no-repeat center top;
    background-size: 392px 134px;
    width: 392px;
    height: 134px;
    text-indent: -9999px;
    position: absolute;
    top: 34px;
    left: 450px;
}

@media screen and (max-width:750px){
    #about {
        width: 100%;
        height: 0;
        margin: 0;
        padding-top: 67.6%;
        position: relative;
    }
    #about .text1 {
        background-size: contain;
        width: 80%;
        height: 0;
        padding-top: 30%;
        top: 5.73%;
        left: 8.06%;
    }
    #about .text2 {
        background-size: contain;
        width: 80%;
        height: 0;
        padding-top: 28%;
        top: 51.66%;
        left: 9.66%;
    }
}

/* ---------------------------------
        input data
    --------------------------------- */
#inputData {
    background: url(../images/top/input_bg.png) no-repeat center top;
    width: 900px;
    height: 578px;
    margin: 0 auto;
    position: relative;
}
#inputData .frame {
    background: url(../images/top/input_frame.png) no-repeat center top;
    background-size: 322px 300px;
    width: 322px;
    height: 300px;
    position: absolute;
}
#inputData #selectYear {
    top: 70px;
    left: 104px;
}
#inputData .frame .inner {
    width: 100%;
    height: 100%;
    position: relative;
}
#inputData #selectYear .inner p {
    background: url(../images/top/input_year.png) no-repeat center top;
    background-size: 210px 87px;
    width: 210px;
    height: 87px;
    text-indent: -9999px;
    position: absolute;
    top: 62px;
    left: 66px;
}
#inputData #selectYear .inner select {
    color: #fff;
    width: 210px;
    height: 38px;
    outline: none;
    font-size: 17px;
    text-indent: 0.01px;
    text-overflow: '';
    padding-left: 23px;
    background: none transparent;
    vertical-align: middle;
    -webkit-appearance: button;
    -webkit-appearance: none;
    -moz-appearance: button;
    -moz-appearance: none;
    appearance: button;
    appearance: none;
    border: 0px;
    cursor: pointer;
}
#inputData #selectYear .inner select option {
    background-color: #c90010;
    color: #fff;
}
#inputData #selectYear .inner select::-ms-expand {
    display: none;
}
#inputData #selectYear .inner select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #828c9a;
}
#inputData #selectYear .inner .select-wrap {
    background: #c90010;
    color: #fff;
    width: 210px;
    position: absolute;
    top: 179px;
    left: 58px;
}
#inputData #selectYear .inner .select-wrap:before {
    background: #16186c url(../images/top/input_year_arrow.png) no-repeat center center;
    color: #fff;
    content: "";
    width: 26px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
#inputData #selectAge {
    top: 70px;
    left: 475px;
}
#inputData #selectAge .inner p {
    background: url(../images/top/input_age.png) no-repeat center top;
    background-size: 213px 87px;
    width: 213px;
    height: 87px;
    text-indent: -9999px;
    position: absolute;
    top: 62px;
    left: 64px;
}
#inputData #selectAge .inner ul {
    position: absolute;
    top: 165px;
    left: 53px;
}
#inputData #selectAge .inner ul li {
    margin-top: 2px;
}
#inputData #selectAge .inner ul li:first-child {
    margin-top: 0;
}
#inputData #selectAge .inner input {
	display: none;
}
#inputData #selectAge .inner label {
    color: #16186c;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.03em;
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 20px;
    padding: 10px 0 10px 20px;
	border-radius: 2px;
	line-height: 1;
}
#inputData #selectAge .inner label:before {
	position: absolute;
	content: "";
    top: 50%;
    left: -9px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #888888;
    border-radius: 50%;
}
#inputData #selectAge .inner input[type="radio"]:checked + label:before {
    background: #c90010;
}
#inputData #selectAge .inner input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: -3px;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-radius: 50%;
	background: #fff;
}
#inputData .arrow {
    width: 80px;
    height: 40px;
    position: absolute;
    top: 376px;
    left: 409px;
}
#inputData .arrow img {width: 100%; height: auto;}
#inputData .submit {
    background: #fff;
    width: 440px;
    height: 100px;
    position: absolute;
    top: 424px;
    left: 230px;
}
#inputData .submit #btn_submit {
    border: none;
    background: url(../images/top/input_submit_off.png) no-repeat center top;
    background-size: 439px 99px;
    width: 439px;
    height: 99px;
    outline:none;
    cursor: pointer;
}
#inputData .submit #btn_submit:hover {
    background-image: url(../images/top/input_submit_on.png);
    background-size: 439px 99px;
}
#inputData .submit #btn_submit.off {
    background-image: url(../images/top/input_submit_default.png);
    cursor: default;
}
#inputData .submit #btn_submit.off:hover {
    background-image: url(../images/top/input_submit_default.png);
}

@media screen and (max-width:750px){
    #inputData {
        background-image: url(../images/top/input_bg_sp.png);
        background-size: contain;
        width: 100%;
        height: 0;
        padding-top: 179.73%;
    }
    #inputData .frame {
        background-size: contain;
        width: 71%;
        height: 0;
        padding-top: 66%;
        position: absolute;
    }
    #inputData .frame .inner {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    #inputData #selectYear {
        top: 4.45%;
        left: 14.66%;
    }
    #inputData #selectYear .inner p {
        background-size: contain;
        width: 65%;
        height: 0;
        padding-top: 28%;
        top: 22%;
        left: 21%;
    }
    #inputData #selectYear .inner select {
        width: 100%;
        height: 32px;
        padding-left: 16px;
        font-size: 16px;
    }
    #inputData #selectYear .inner .select-wrap {
        width: 68%;
        top: 60%;
        left: calc((100% - 68%)/2);
    }
    #inputData #selectYear .inner .select-wrap:before {
        background-size: 12px auto;
        width: 22px;
        height: 32px;
    }
    #inputData #selectAge {
        top: 42%;
        left: 14.66%;
    }
    #inputData #selectAge .inner p {
        background-size: contain;
        width: 66.037%;
        height: 0;
        padding-top: 28%;
        top: 21%;
        left: 20%;
    }
    #inputData #selectAge .inner ul {
        width: 176px;
        position: absolute;
        top: 55%;
        left: calc((100% - 176px)/2);
    }
    #inputData #selectAge .inner ul li {
        margin-top: 2px;
    }
    #inputData #selectAge .inner ul li:first-child {
        margin-top: 0;
    }
    #inputData #selectAge .inner input {
        display: none;
    }
    #inputData #selectAge .inner label {
        font-size: 12px;
        margin-left: 14px;
        padding: 8px 0 8px 15px;
    }
    #inputData #selectAge .inner label:before {
        left: -8px;
        width: 16px;
        height: 16px;
        margin-top: -8px;
    }
    #inputData #selectAge .inner input[type="radio"]:checked + label:after {
        left: -3px;
        width: 6px;
        height: 6px;
        margin-top: -3px;
    }
    #inputData .arrow {
        width: 16%;
        height: auto;
        top: 79.5%;
        left: calc((100% - 16%) / 2);
    }
    #inputData .submit {
        width: 88%;
        height: auto;
        position: absolute;
        top: 85.2%;
        left: calc((100% - 88%) / 2);
    }
    #inputData .submit #btn_submit {
        border: none;
        background-size: contain;
        width: 100%;
        height: 0;
        padding-top: 21.6%;
    }
    #inputData .submit #btn_submit:hover {
        background-size: contain;
    }
}

@media screen and (max-width: 320px){
    #inputData #selectYear .inner select {
        padding-left: 0;
        transform: scale(0.85);
    }
    #inputData #selectAge .inner ul {
        width: 168px;
        left: calc((100% - 168px)/2);
    }
}

/* ---------------------------------
        banner
    --------------------------------- */
#banner {
    width: 900px;
    margin: 42px auto 49px;
}
#banner .bnrImg {
    background: #fff;
    width: 346px;
    height: 132px;
    margin: 0 auto;
}
#banner .bnrImg img {
    width: 100%;
    height: auto;
}

@media screen and (max-width:750px){
    #banner {
        width: 100%;
        margin: 17px auto 34px;
    }
    #banner .bnrImg {
        background: none;
        width: 90%;
        height: auto;
    }
}

/* ---------------------------------
        footer
    --------------------------------- */
#footer #sns {
    margin: 20px auto 32px;
}
#footer #sns ul {
    font-size: 0px;
    text-align: center;
}
#footer #sns ul li {
    font-size: 12px;
    margin-left: 10px;
    display: inline-block;
}
#footer #sns ul li:first-child {
    margin-left: 0;
}
#footer #sns ul li .fb_iframe_widget > span {
	vertical-align: baseline !important;
}

@media screen and (max-width:750px){
    #footer #sns {
        margin: 4% auto 5.33%;
    }
    #footer #sns ul li {
        font-size: 5px;
    }
}