@charset "UTF-8";

.wf-roundedmplus1c { 
    font-family: "M PLUS Rounded 1c";
}



#mv-how_to_make{
    height: 600px;
    width: 100%;
    background-color: #eee;
    background-image: url(./../images/how_to_make/mv-how_to_make.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.mv_ttl{
    width: 700px;
    height: 555px;
    background-image: url(./../images/how_to_make/mv_parts1.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 10% 5%;
}

.mv_ttl p{
    font-size: 30px;
    color: #fff;
    background-color: #7a5047;
    border-radius: 35px;
    margin: 45px 0 0;
    box-shadow: 0px 10px #dadada;
    font-weight: bold;
    display: inline-block;
    padding: 10px 40px;
    font-family: "M PLUS Rounded 1c";
}

.mv_parts3{
    position: absolute;
    left: 50%;
    top: -100px;
    width: 360px;
    margin-left: -180px;
    z-index: 2;
}

.mv_parts4{
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 270px;
    z-index: 3;
}

.mv_parts5{
    position: absolute;
    right: 250px;
    bottom: 0px;
    width: 230px;
    z-index: 2;
}

.mv_parts6{
    position: absolute;
    left: 0px;
    bottom: 220px;
    width: 130px;
    z-index: 2;
}

.mv_parts7{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 420px;
    z-index: 1;
}

.mv_parts8{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 420px;
    z-index: 1;
}

.mv_parts9{
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 130px;
    z-index: 1;
}

.mv_parts10{
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 230px;
    z-index: 1;
}

.body_how_to_make{
    background-color: #fcf6e1;
    font-family: "M PLUS Rounded 1c";
    font-weight: bold;
    color: #762819;
}
a img{
    transition: 0.3s;
}
a img:hover{
    opacity: 0.7;
}

.body_how_to_make a{
    text-decoration: underline;
    color: #6b562c;
}
.body_how_to_make a:hover{
    text-decoration: none;
    color: #b59148;
}

.wrap_htm{
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 1100px;
    padding: 60px 0;
}

.wrap_htm .left_cont{
    width: 64%;
}

.wrap_htm .right_cont{
    width: 36%;
    box-sizing: border-box;
    padding: 0 0 0 90px;
}

.txt_htm1{
    background-color: #fff;
    padding: 30px 35px;
    border-radius: 20px;
    position: relative;
}

.txt_htm1:after{
    content: "";
    width: 60px;
    height: 180px;
    position: absolute;
    top: 30px;
    left: -60px;
    background-image: url(./../images/how_to_make/mv_parts14.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.htm_prof{
    position: relative;
}

.htm_prof:after{
    content: "";
    width: 347px;
    height: 330px;
    position: absolute;
    top: 30px;
    right: -400px;
    background-image: url(./../images/how_to_make/mv_parts15.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.htm_side1:after{
    content: "";
    width: 80px;
    height: 58px;
    position: absolute;
    top: -30px;
    right: -44px;
    background-image: url(./../images/how_to_make/mv_parts16.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.htm_side1 ul{
    margin:1em 0;
}
.htm_side1 ul li{
    list-style: none;
    padding:0 1em;
}

.txt_htm1 h2{
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 30px;
    color: #84a722;
}

.txt_htm2{
    padding: 45px 0 ;
}

.txt_htm2 h2{
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    position: relative;
    padding: 0 40px;
    color: #84a722;
}

.txt_htm2 h2:before{
    content: "";
    height: 3px;
    width: 100%;
    background-color: #84a722;
    position: absolute;
    bottom: 11px;
    left: 0;
}

.txt_htm2 h2 span{
    background-color: #fcf6e1;
    position: relative;
    padding: 0 5px;
}

.txt_htm2 h2 span:before{
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #84a722;
    position: absolute;
    bottom: 4px;
    left: -40px;
}

.txt_htm2 h2 span:after{
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #84a722;
    position: absolute;
    bottom: 4px;
    right: -40px;
}

.htm_movie{
    background-color: #fff;
    padding: 30px 35px;
    border-radius: 20px;  
}

.htm_movie iframe{
    width: 100%;
    height: 380px;
}

.htm_movie h3{
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.4;
    display: inline-block;
    position: relative;
    padding: 15px 0 5px;
}
.htm_movie ul{
    margin-left: 2em;
    color:#6b562c;
}


.htm_movie_in{
    background-color: #fff5d9;
    padding: 30px 35px;
    margin: 30px 0 0;
}

.htm_movie_in span{
    text-align: center;
    margin: 0 0 5px;
    display: block;
    font-size: 20px;
    padding-bottom: 5px;
    border-bottom: 2px dotted #762819;
}

.movie_nextprev{
    display: flex;
    flex-wrap: wrap;
    padding: 45px 0;
}

.movie_nextprev img{
    width: 140px;
    position: absolute;
    top: 0;
    left: 0;
}

.movie_nextprev .cont_left{
    width: 50%;
    padding: 0 20px 0 160px;
    box-sizing: border-box;
    position: relative;
}

.movie_nextprev .cont_right{
    width: 50%;
    padding: 0 20px 0 160px;
    box-sizing: border-box;
    position: relative;
}

.movie_nextprev span{
    font-size: 14px;
    font-weight: bold;
    display: block;
}

.movie_nextprev h3{
    font-size: 14px;
    font-weight: bold;
}

.htm_prof{
    display: flex;
    flex-wrap: wrap;
    background-color: #762819;
    color: #fff;
}

.htm_prof .cont_left{
    width: 40%;
    box-sizing: border-box;
    padding: 30px;
}

.htm_prof .cont_right{
    width: 60%;
    padding: 30px 30px 30px 0;
    box-sizing: border-box;
}

.htm_prof .cont_right span{
    display: block;
    font-size: 28px;
    margin: 0 0 5px;
}

.mv_parts13{
    margin: 15px 0 0;
}

.htm_side1{
    background-color: #fff;
    padding-bottom: 15px;
    position: relative;
}

.htm_side1 h3{
    background-color: #762819;
    color: #fff;
    margin: 0;
    padding: 10px 12px;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    border-bottom: 2px dotted #762819;
}

.htm_side1 span{
    padding: 15px 20px;
    font-size: 18px;
    display: block;
}

.htm_side1 p{
    padding: 0px 20px;
    font-size: 14px;
}

.htm_side2{
    padding: 45px 0;
}

.htm_side2 h3{
    margin: 0 0 15px;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 2px dotted #762819;
}

.htm_side2 ul{
    padding: 0 0 0 25px;
}

.mv_parts17{
    width: 300px;
    margin-right: 30%;
}

.txt_htm2 ul{
    padding: 0 0 0 20px;
}

/*--------------------------------------------------------
解像度1200px以下
--------------------------------------------------------*/
@media
only screen and (max-width : 1140px){

.wrap_htm{
    width: 100%;
    padding: 60px 40px;
    box-sizing: border-box;
}

.wrap_htm .left_cont{
    width: 100%;
}

.wrap_htm .right_cont {
    width: 100%;
    box-sizing: border-box;
    padding: 45px 0 0;
}
    
}/*解像度1140px以下*/



/*--------------------------------------------------------
解像度736px以下
--------------------------------------------------------*/
@media
only screen and (max-width : 736px){

#mv-how_to_make {
    height: 300px;
}

.mv_ttl {
    width: 70%;
    height: 240px;
}

.mv_parts3 {
    top: -6%;
    width: 20%;
    margin-left: -10%;
}

.mv_parts4 {
    width: 24%;
}

.mv_parts5 {
    right: 20%;
    width: 20%;
}

.mv_parts6 {
    bottom: 22%;
    width: 10%;
}

.mv_parts7 {
    width: 30%;
}

.mv_parts8 {
    width: 30%;
}

.mv_parts9 {
    width: 10%;
}

.mv_parts10 {
    width: 20%;
}


    
}/*解像度736px以下*/



/*--------------------------------------------------------
解像度480px以下
--------------------------------------------------------*/
@media
only screen and (max-width : 480px){

#mv-how_to_make {
    height: 220px;
}

.mv_parts17 {
    width: 54%;
    margin-right: 30%;
}

.mv_ttl {
    height: 180px;
}

.wrap_htm {
    padding: 15px 15px;
}

.txt_htm1 h2 {
    font-size: 16px;
}

.txt_htm1 {
    padding: 15px 20px;
    border-radius: 10px;
}

.txt_htm2 {
    padding: 15px 0;
}

.txt_htm2 h2 span {
    padding: 0;
    font-size: 16px;
}

.txt_htm2 h2 {
    padding: 0;
}

.txt_htm2 h2:before {
    height: 0;
}

.txt_htm2 h2 span:before,.txt_htm2 h2 span:after {
    width: 0;
}

.htm_movie{
    padding: 15px 20px;
    border-radius: 10px;
}

.htm_movie iframe {
    height: 200px;
}

.htm_movie h3 {
    margin: 0 0 5px;
    font-size: 16px;
    padding: 5px 0 0px;
}

.htm_movie_in {
    padding: 15px 20px;
    margin: 10px 0 0;
}

.htm_movie_in span {
    font-size: 16px;
}

.movie_nextprev {
    padding: 15px 0 5px;
}

.movie_nextprev .cont_left,.movie_nextprev .cont_right {
    width: 100%;
    padding: 0 0px 0 120px;
    margin-bottom: 15px;
}

.movie_nextprev img {
    width: 100px;
}

.movie_nextprev h3 {
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0 0;
}

.htm_prof .cont_left {
    width: 100%;
    padding: 15px;
}

.htm_prof .cont_right {
    width: 100%;
    padding: 0px 15px 15px;
}

.htm_prof .cont_right span {
    font-size: 20px;
}

.wrap_htm .right_cont {
    padding: 15px 0 0;
}

.htm_side1 h3 {
    font-size: 16px;
}

.htm_side2 {
    padding: 15px 0;
}

.htm_side2 h3 {
    margin: 0 0 5px;
    font-size: 16px;
}



}/*解像度736px以下*/


/*---------------------------------------------------------------------
    generated by Keni Template Maker Ver.7.1 on 2019-04-06 18:21:01
----------------------------------------------------------------------*/
