@charset "utf-8";

/* 共通 */
.inner{
    max-width: 1052px;
    margin:0 auto;
}

h2{
    font-size: 2.7em;
    line-height: 1;
}

#section3, #section4, #section5, #section6, #section7{
    margin-bottom: 140px;
    padding: 30px;
}

#section3, #section4{
background-color: black;
color: #ffffff;
}

.latex_sectiontitle{
    font-size: 1.5em;
    border-bottom: solid 1px;
    font-weight: 600;
    line-height: 1.5;
}

.latex_head, .latex_ink, .latex_example, .latex_user{
    display: flex;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    h2{
        font-size: 1.5em;
    }

    .latex_sectiontitle {
        font-size: 1.2em;
    }

    .latex_head, .latex_ink, .latex_example, .latex_user{
        flex-direction: column;
    }
    

}


/* section1 */

#section1{
    margin: 0 auto;
    /* background-color: #051626; */
    background-image: url(/-/media/cojp/product/garment/latexprinter/img/top_back);
    background-size: cover;
    background-position: center top 22px;
}

#section1 .top_maintitle{
    width: 35%;
    margin-bottom: 2%;
}

#section1 .top_text{
    width: 23%;
}

#section1 .wf1-l640{
    width: 10%;
    margin-top: 1%;
}

#section1 .top_latexprinter{
    width: 45%;
}

.top-title h1{
    color: #ffffff;
    font-size: 1.4em;
    text-align: center;
    font-weight: 100;
}

.top-title{
    width: 100%;
    max-width: 1460px;
    margin: 0 auto;
    position: relative;
    padding-top: 4%;
}

.top-title  div img{
    max-width: 1300px;
    margin: 0 auto;
    display: block;
}

#section1 .br-main_navi_line{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 20px;
    width: calc(100% - 20px);
    height: 1px;
    background: #000000;
}

#section1 ul {
    background: #D9D9D9;
    position: absolute;
    padding: 30px 70px  20px 20px;
    bottom: 60%;
    right: 0;
    font-size: 14px;
}

.mod-freeHTML #section3 ul li, .mod-freeHTML #section4 ul li {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 20px;
    width: calc(100% - 20px);
    height: 1px;
    background: #000000;
}

#section1 ul p {
    margin: 0;
}

.top_link{
    display: flex;
}

.link_img{
    width: 30px;
    margin-right: 10px;
    position: absolute;
    top: 55%;
    right: 0;
    transform: translateY(-50%);
}

.link_img img{
    width: 100%;
}
@media screen and (max-width: 1000px) {
    #section1 ul {
        margin: 0 10px;
        margin-bottom: 10px;
        bottom: 0;
        width: calc(100% - 20px);
    }
    .top-title {
        padding-bottom: 10%;
    }
}
@media screen and (max-width: 900px) {
    .top-title {
        padding-bottom: 15%;
    }
    .top-title h1{
        padding-top: 7%;
        font-size: 1em;
    }
	#section1 .top_maintitle{
        width: 50%;
        margin-bottom: 2%;
    }
    
    #section1 .top_text{
        width: 35%;
    }
    
    #section1 .wf1-l640{
        width: 15%;
    }
    
    #section1 .top_latexprinter{
        width: 70%;
    }

    #section1 ul {
        padding: 30px 30px 20px 20px;
        font-size: 12px;
    }
}
@media screen and (max-width: 460px) {
    .top-title {
        padding-bottom: 20%;
    }
    .top-title h1{
        padding-top: 20%;
    }
    #section1 .top_maintitle {
        width: 70%;
        margin-bottom: 5%;
    }
    #section1 .top_text {
        width: 60%;
    }
    #section1 .wf1-l640 {
        width: 20%;
    }
    #section1 .top_latexprinter {
        width: 75%;
        margin-top: 10%;
    }
    #section1 ul {
        margin-top: 15%;
    }


}



/* section2 */

#section2{
    width: 100%;
    margin: 10% auto;
    text-align: center;
}

#section2 p{
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
}


@media screen and (max-width: 460px) {
    #section2 p{
        width: calc(100% - 20px);
    }
    #section2 p{
        text-align: left;
    }
}




/* section3 */

.latex_headimg{
    width: 52%;
    margin-top: 0%;
}

.latex_headimg img{
    width: 100%;
}

.latex_headtext{
    width: 48%;
}

#section3 .latex_sectiontitle span{
    display: block;
    line-height: 1;
    margin-bottom: 0.3em;
}

.latex_headtext .latex_sectiontitle,.latex_headtext p{
    padding-left: 30px;
}

@media screen and (max-width: 768px) {

    .latex_headimg {
        width: 100%;
    }

    .latex_headtext {
        width: 100%;
        margin-top: 4%;
    }

    .latex_headtext .latex_sectiontitle, .latex_headtext p {
        padding-left: 0px;
        margin-bottom: 0;
    }

    #section3, #section4, #section5, #section6, #section7 {
        margin-bottom: 120px;
        padding: 30px;
    }
}
@media screen and (max-width: 460px) {
    #section3, #section4, #section5, #section6, #section7 {
        margin-bottom: 50px;
        padding: 30px 10px;
    }
}

/* section4 */

.latex_inktext{
    width: 65%;
}

.latex_inktext .latex_sectiontitle,.latex_inktext p{
    padding-right: 30px;
}

.latex_inkimg{
    width: 35%;
    margin-top: -9%;
    margin-bottom: -10%;
}

.latex_inkimg .inkimg_logo,.latex_inkimg .inkimg_under{
    width: 100%;
}

.latex_inkimg .inkimg_logo img,.latex_inkimg .inkimg_under img{
    width: 100%;
}

.inkimg_under{
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .latex_inktext {
        width: 100%;
    }

    .latex_inktext .latex_sectiontitle, .latex_inktext p {
        padding-right: 0px;
    }

    .latex_inkimg {
        width: 100%;
        display: flex;
        margin-top: 0;
        justify-content: space-between;
    }

    .latex_inkimg .inkimg_logo,.latex_inkimg .inkimg_under{
        width: 48%;
    }

}
@media screen and (max-width: 460px) {
    .latex_inkimg {
        width: 85%;
        flex-direction: column;
        margin: 0 auto;
    }
    
    .latex_inkimg .inkimg_logo, .latex_inkimg .inkimg_under {
        width: 100%;
    }

    .latex_inkimg {
        margin-bottom: -20%;
    }
}



/* section5 */

#section5{
    padding-bottom: 0;
}

.latex_example{
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 0 auto;
}

.example_img{
    width: calc(100%/3 - 14px);
    margin-bottom: 3%;
    text-align: center;
}

.example_img img{
    width: 100%;
    margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
    .latex_example {
        flex-direction: row;
    }

    .latex_example {
        width: 100%;
    }

    .example_img {
        width: calc(100%/2 - 20px);
    }

    .latex_example {
        flex-direction: row;
    }

    .example_img {
        width: calc(100%/2 - 10px);
    }
}
@media screen and (max-width: 460px) {
    .latex_example {
        gap: 10px;
    }

    #section5{
        padding-top: 15%;
    }

}

/* section6 */


.latex_userimg{
    width: 65%;
    position: absolute;
    left: -30px;
    bottom: 0;
    z-index: 1;
}

.latex_user{
    position: relative;
}

.latex_userimg img{
    width: 100%;
}

.latex_usertext{
    width: 100%;
}

.latex_usertext .latex_sectiontitle{
    width: 45%;
    margin-left: auto;
    border-bottom: none;
}

.latex_usertext p{
    width: 45%;
    margin-left: auto;
    border-bottom: none;
}

.latex_usertext img{
    width: 30%;
    display: block;
    margin-left: auto;
}

.usertext_border{
    width: 100%;
    border-bottom: solid 1px;
}

@media screen and (max-width: 768px) {

    .latex_userimg {
        position: relative; 
        margin-top: -25%;
        left: 0;
    }

    .latex_usertext img {
        width: 55%;
    }

    .latex_usertext p {
        width: 100%;
    }

    .latex_usertext .latex_sectiontitle {
        width: 100%;
    }
}
@media screen and (max-width: 460px) {
    .latex_usertext img {
        width: 60%;
    }

    .latex_userimg {
        margin-top: -18%;
    }

    #section6 {
        padding: 0 10px;
    }

    .latex_user{
        position: relative;
        padding: 0px;
    }

}

/* section7 */

#section7{
    margin-bottom: 200px;
}

#section7{
    background-color: #D9D9D9;
}

.latex_youtube {
    position: relative;
    height: 0;
    padding: 30px 0 56.25%;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
}

    .latex_youtube iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        }

@media screen and (max-width: 460px) {
    #section7{
        margin-bottom: 100px;
    }
    .latex_youtube {
        width: 100%;
    }
}

/* section8 */

#section8{
    max-width: 1052px;
    padding: 0 10px;
    margin: 0 auto;
    margin-bottom: 200px;
}

/* LINEUP */
.mod-freeHTML .cmn-title-red_block {
    background: #09519F;
    color: #FFFFFF;
    display: block;
    position: relative;
    padding: 0.5em 0 0.5em 85px;
    margin: 0;
    font-size: 28px;
}

.mod-freeHTML .cmn-title-red_block::before {
    content: "";
    display: block;
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 100%;
}

.mod-freeHTML .cmn-lineup ul li {
    width: calc((100% - 50px) / 2);
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
    gap: 15px;
}

@media screen and (max-width: 640px) {

.mod-freeHTML .cmn-lineup ul li {
    width: 100%;
}

}
/* list*/
.mod-freeHTML .cmn-section + .cmn-section {
    margin-top: 120px;
}

.mod-freeHTML .cmn-section {
    position: relative;
}

.mod-freeHTML .cmn-section .cmn-section_point {
    position: absolute;
    top: 0;
    left: 0;
}

.mod-freeHTML .cmn-title-red_line {
    position: relative;
    padding-bottom: 10px;
}

.mod-freeHTML .cmn-title-red_line::before {
    background: #09519F;
    z-index: 1;
}

.mod-freeHTML .cmn-title-red_line::before, .mod-freeHTML .cmn-title-red_line::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
}

.mod-freeHTML .cmn-title-red_line .cmn-title_text {
    font-size: 26px;
    line-height: 140%;
    margin: 0;
}

.mod-freeHTML .cmn-title-red_line > a {
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1;
    padding-right: 1em;
    padding-bottom: 10px;
}

.mod-freeHTML .cmn-title-red_line::after {
    background: #000000;
    width: 55px;
    z-index: 2;
}

.mod-freeHTML .cmn-title-red_line > a::after {
    content: "";
    z-index: 2;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 6px;
    height: 6px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    transform: rotate(45deg);
    margin-top: -0.25em;
    margin-left: 6px;
}

@media screen and (max-width: 640px){
    .mod-freeHTML .cmn-section + .cmn-section {
        margin-top: 80px;
    }
    
    .mod-freeHTML .cmn-title-red_line::before, .mod-freeHTML .cmn-title-red_line::after {
        height: 2px;
    }

    .mod-freeHTML .cmn-title-red_line .cmn-title_text {
        font-size: 16px;
    }

    .mod-freeHTML .cmn-title-red_line > a {
        font-size: 10px;
    }

    .mod-freeHTML .cmn-title-red_block {
        padding: 0.5em 0.5em 0.5em 40px;
        font-size: 16px;
        line-height: 120%;
    }

    .mod-freeHTML .cmn-title-red_block::before {
        width: 25px;
    }
}


/* icon */

.mod-freeHTML .cmn-section + .cmn-section {
    margin-top: 120px;
}

.mod-freeHTML .cmn-section {
    position: relative;
}

.mod-freeHTML .cmn-section .cmn-section_point {
    position: absolute;
    top: 0;
    left: 0;
}

.mod-linkListWIcon_text {
    margin: 0;
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.mod-linkListWIcon_text p {
    margin: 7px 0 3px;
    font-size: 12px;
    text-indent: 0;
    line-height: 1.5;
}

