body {
    margin: 0;
    padding: 0;
    text-align: center;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
	position: relative;
    z-index: -1;
}

#header {
    width: 100%;
    margin: 0px auto;
    padding-bottom: 3%;
    text-align: center;
    background: url(../image/bg_kv.png) no-repeat 0 85%;
    transform: skew(0deg, -10deg);
}

#in-header {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
	transform: skew(0deg, 10deg);
}

#in-header h1 {
    width: 100%;
    margin: 0 auto;
    height: 0;
    background: url(../image/kv.png) no-repeat top center;
    padding-top: calc( 675 / 1200 * 100%);
    background-size: contain;
    font-size: 0px;
}

#in-header #top_date {
    width: 100%;
    margin: 1% auto 0;
    height: 0;
    padding-top: calc( 158 / 1200 * 100%);
    background: url(../image/kv_days.png) no-repeat center top;
    background-size: contain;
    font-size: 0em;
}

#in-header #top_date2 {
    width: 100%;
    margin: 0 auto 3%;
    height: 0;
    padding-top: calc( 260 / 1200 * 100%);
    background: url(../image/kv_cast.png) no-repeat center top;
    background-size: contain;
    font-size: 0em;
}

#contents01 {
    width: 100%;
    margin: -10px auto 0px;
    text-align: center;
    background: url(../image/bg_contents.png) no-repeat center bottom;
}

#contents02 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 5%;
    text-align: center;
    background: url(../image/bg_contents2.png) no-repeat top center;
    background-size: cover;
}

#contents01 #in-contents {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 5%;
    position: relative;
}

#contents02 #in-contents {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

#contents01 #in-contents #lead_t {
    width: 100%;
    margin: 4% auto 0;
    height: 0;
    background: url(../image/contents01.png) no-repeat top center;
    padding-top: calc( 620 / 1200 * 100%);
    background-size: contain;
    font-size: 0px;
}

#contents01 #in-contents .movie_in{
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}

#contents01 #in-contents .movie_in .tvo-video {
        height: calc(640px * 0.5625)
    }

#contents02 #in-contents #lead_t {
    width: 100%;
    max-width: 703px;
    margin: 0 auto 3%;
    height: 0;
    background: url(../image/contents02_text.png) no-repeat top center;
    padding-top: calc( 242 / 1200 * 100%);
    background-size: contain;
    font-size: 0px;
}

#contents02 #in-contents #lead_d {
    width: 100%;
    max-width: 1062px;
    margin: 0 auto 3%;
    height: 0;
    background: url(../image/contents02_img.png) no-repeat top center;
    padding-top: calc( 970 / 1200 * 100%);
    background-size: contain;
    font-size: 0px;
}

#present {
    width: 100%;
    padding: 0;
    background-color: #FFF;
    background: url(../image/bg_present.png) no-repeat 0 3.3%;
    margin: 0 auto;
}

#present .present_bg {
    width: 100%;
    margin: 0;
    height: 0;
    line-height: 0;
    background: url(../image/present_bg.jpg) top left;
    background-size: contain;
    padding-top: calc( 164 / 1920 * 100%);
    font-size: 0px;
}

#present #in_present {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

 #present_tit {
    width: 100%;
    margin: 0 0 0;
    height: 0;
    background: url(../image/present_title.png) no-repeat top center;
    padding-top: calc( 80 / 1200 * 100%);
    background-size: contain;
    font-size: 0px;
    position: absolute;
    top: -6%;
}

#present .present_box{
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    width: 100%;
    padding-top: 2%;
}

#present .present_box .left_box{
    width: 100%;
    max-width: 709px;
}


#present #present_lead {
    width: 100%;
    margin: 3% 0 0;
    height: 0;
    background: url(../image/present_text.png) no-repeat top left 5%;
    padding-top: calc( 215 / 709 * 100%);
    background-size: contain;
    font-size: 0px;
}

#present #present_photo {
    width: 100%;
    max-width: 400px;
    margin: 3% 0;
    height: 0;
    background: url(../image/present_img.png) no-repeat top left;
    padding-top: calc( 599 / 1200 * 100%);
    background-size: contain;
    font-size: 0px;
}

#present #present_txt {
    width: 100%;
}

#present #present_txt_ul {
    width: 100%;
    margin: 0 auto;
    padding: 3% 0 3% 2%;
}

#present #present_txt_ul li {
    padding: 0;
    float: left;
}

#present #present_txt_ul li.txt1 {
    width: 100%;
    margin: 2% 0 3%;
    height: 0;
    background: url(../image/present_text01.png) no-repeat top left;
    padding-top: calc( 96 / 709 * 100%);
    background-size: contain;
    font-size: 0px;
}

#present #present_txt_ul li.txt2 {
    width: 100%;
    margin: 0 0 3%;
    height: 0;
    background: url(../image/present_text02.png) no-repeat top left;
    padding-top: calc( 94 / 709 * 100%);
    background-size: contain;
    font-size: 0px;
}

#present #present_txt_ul li.txt3 {
    width: 100%;
    margin: 0 0 2%;
    height: 0;
    background: url(../image/present_text03.png) no-repeat top left;
    padding-top: calc( 80 / 709 * 100%);
    background-size: contain;
    font-size: 0px;
}

#present #present_txt_ul li.txt4 {
    width: 100%;
    margin: 0 0 2%;
    height: 0;
    background: url(../image/present_text04.png) no-repeat top left;
    padding-top: calc( 39 / 709 * 100%);
    background-size: contain;
    font-size: 0px;
}

footer {
    font-size: 12px;
    color: #f6cb00;
    padding: 0;
    text-align: left;
    background-color: #000;
}

footer a {
    color: #f6cb00;
    text-decoration: none;
}

@media screen and (max-width: 1199px) {
#present .present_box{
    display: flex;
    justify-content:space-between;
    margin: 0 auto;
    width: 95%;
    padding-top: 2%;
}

#present .present_box .left_box {
    width: 100%;
    max-width: 60%;
}

#present #present_photo {
    width: 100%;
    max-width: 40%;
}
}

@media screen and (max-width: 767px) {
#header {
    margin: 0px auto 6%;
    padding-bottom: 0;
    text-align: center;
    background: url(../image/smp/bg_kv.png) no-repeat 0 92%;
    background-size: contain;
    transform: skew(0deg, 0deg);
}

#in-header {
    padding-bottom: 0;
    transform: skew(0deg, 0deg);
}

#in-header #top_date {
    padding-top: calc( 158 / 767 * 100%);
}
#in-header #top_date2 {
    margin: 2% auto 0;
    background: url(../image/smp/kv_cast.png) no-repeat center top;
    padding-top: calc( 544 / 767 * 100%);
    background-size: contain;
    font-size: 0px;
}

#contents01 {
    margin: 0px auto;
    padding-bottom: 15%;
    background: url(../image/smp/bg_contents.png) no-repeat center bottom;
    background-size: 100%;
}

#contents02 {
    padding-top: 0%;
    padding-bottom: 0;
    padding-bottom: 30%;
    background: url(../image/smp/bg_contents2.png) no-repeat center bottom #ffd800;
    background-size: 100%;
}

#contents01 #in-contents .movie_in {
    width: 92%;
    margin: 0 auto;
}

#contents01 #in-contents .movie_in .tvo-video {
    height: calc(92vw * 0.5625);
}

#contents02 #in-contents #lead_t {
    max-width: 343px;
    margin: 0 auto;
    background: url(../image/smp/contents02_text.png) no-repeat top center;
    padding-top: 80%;
}

#contents02 #in-contents #lead_d {
    background: url(../image/smp/contents02_img.png) no-repeat top center;
    padding-top: calc( 2172 / 767 * 100%);
    background-size: contain;
    position: relative;
    top: -25px;
}

#contents01 #in-contents #lead_t {
    background: url(../image/smp/contents01.png) no-repeat top center;
    padding-top: calc( 1066 / 767 * 100%);
    background-size: contain;
}

#present {
    width: 100%;
    background: url(../image/smp/bg_present.png) no-repeat 0 100%;
    margin: -5% auto 0;
    background-size: 155%;
}

#present #in_present {
    margin: 0 auto;
    background: url(../image/smp/bk_fire.png) no-repeat bottom;
    background-size: contain;
}

#present .present_box{
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 95%;
    padding-top: 20%;
}

#present .present_box .left_box{
    width: 100%;
    max-width: 709px;
    order: 2;
}

#present #present_tit {
    margin: -8% auto 0;
    background: url(../image/smp/present_title.png) no-repeat top center;
    padding-top: calc( 297 / 767 * 100%);
    background-size: contain;
}

#present #present_lead {
    display: none;
}

#present #present_photo {
    width: 85%;
    max-width: 1000px;
    margin: 3% auto;
    background: url(../image/smp/present_img.png) no-repeat top center;
    padding-top: calc( 899 / 750 * 100%);
        background-size: contain;
        order: 1;
}

#present #present_txt {
    background: url(../image/smp/bg_present.png) no-repeat bottom left #ffd800;
    background-size: 250%;
}

#present #present_txt_ul {
    padding: 3% 0 3% 3%;
    box-sizing: border-box;
}

#present #present_txt_ul li.txt1 {
    background: url(../image/smp/present_text01.png) no-repeat top left;
    padding-top: calc( 242 / 767 * 100%);
    background-size: contain;
}

#present #present_txt_ul li.txt2 {
    margin: 5% 0 0;
    background: url(../image/smp/present_text02.png) no-repeat top left;
    padding-top: calc( 153 / 767 * 100%);
    background-size: contain;
}

#present #present_txt_ul li.txt3 {
    margin: 5% 0 0;
    width: 100%;
    background: url(../image/smp/present_text03.png) no-repeat top left;
    padding-top: calc( 128 / 767 * 100%);
    background-size: contain;
}

#present #present_txt_ul li.txt4 {
    margin: 5% 0;
    background: url(../image/smp/present_text04.png) no-repeat top left;
    padding-top: calc( 89 / 767 * 100%);
    background-size: contain;
}
}


