/*----------------------------------------------------
 ■ CONTENTS
----------------------------------------------------*/
a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    opacity: 0.8;
}


#header{
    height: 250px;
    border-top: 6px solid #000;
    padding-top: 15px;
}


#header .header_menu {
    margin: 15px 15px;
    font-size: 18px;
    line-height: 12px;
    color: #272727;
    font-weight: bold;
}

#header .header_menu :hover {
    opacity: 0.5;
}

#header .header_menu a {
    color: inherit;
    text-decoration: none;
}

#header .header_subtitle {
    font-size: 22px;
    line-height: 22px;
    margin: 40px auto 25px auto;
}

#header .header_title {
    font-size: 35px;
    font-weight: bold;
    line-height: 35px;
    margin: 0 auto 0 auto;
}

#header .header_title :hover {
    opacity: 0.5;
}

#header .header_title a {
    text-decoration: none;
    color: inherit;
}

/**
 * header search
 */
.home-search-form {
    position:absolute;
    top:0;
    right:0;
    margin: 25px 40px 0 0;
}

.home-search-form img{
    width:20px;
    height:20px;
    position: relative;
    top: 3px;
    right: 5px;
}

.home-search-input{
    padding: 3px 5px;
    font-size:18px;
}
.home-search-form .home-search-submit {
    border: none;
    background-color: transparent;
}
@media(max-width:768px) {

    #header{
        height: 70px;
        padding-top: 0px;
        background-color: #fff;
    }
    #header .header_menu {
        display:none;
    }
    #header .header_subtitle {
        font-size: 2.5vw;
        line-height: 1.5;
        margin: 5px 0 1px;
        text-align: left;
    }

    #header .header_title {
        font-size: 5vw;
        font-weight: bold;
        line-height: 1.5;
        margin: 0;
    }
    #header .header_title img{
        width:auto;
        height: 18px;
    }
    #header .header_title :hover {}
    #header .header_title a {}
    .home-search-form {
        display:none;
    }

}



#mv {
    width:100%;
    margin-bottom: 30px;
}

#mv .mv_contents{
    width: 100%;
    max-width: 1600px;
    margin:0 auto;
    display: flex;
    justify-content: center;
}
#mv .mv_contents>div{
    width: 33%;
    max-width: 520px;
    padding: 0 5px;
    position: relative;
}
#mv .mv_contents>div:before{
    display: block;
    content:"";
    width: 100%;
    /*padding-top: 100%;*/
    padding-top: 67.3%;
}
#mv .mv_contents img{
    position: absolute;
    left:0;
    top:0;
    /*width: 325px;*/
    width: 100%;
    height: 100%;
    /*margin: 0 5px;*/
}

@media(max-width:768px) {
    #mv {
        margin-top: 60px;
        margin-bottom: 20px;
    }
    #mv .mv_contents{}
    #mv .mv_contents>div{
    width: 100%;
    }
    #mv .mv_contents .sp{
    display: none;
    }
    #mv .mv_contents>div:before{}
    #mv .mv_contents img{}

}

#intro {
    /*width: 860px;*/
    width: 100%;
    margin: 0 auto;
}

#intro .intro-title {
    /*font-size: 19px;*/
    font-size: 28px;
    margin-bottom: 20px;
}

#intro .intro-images {
    width: 100%;
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
    margin-bottom: 55px;
}
#intro .intro-images a{
    display: block;
    position: relative;
    margin-bottom: 10px;
}
#intro .intro-images img {
    /*width: 100px;*/
    width: 150px;
    height: auto;

}

#intro .intro-images2 {
    width: 100%;
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
    margin-bottom: 55px;
}
#intro .intro-images2 a{
    display: block;
    position: relative;
    margin-bottom: 10px;
}
#intro .intro-images2 img {
    /*width: 100px;*/
    width: 400px;
    height: auto;

}



@media (max-width: 1300px) {

    #intro .intro-title {
        /*font-size: 19px;*/
        font-size: 5vw;
        margin-bottom: 15px;
    }
    #intro .intro-images{
        margin-bottom: 30px;
    }
    #intro .intro-images a{
        width: 11.7%;
        margin-bottom: 0vw;
    }
    #intro .intro-images img {
        /*width: 100px;*/
        width: 100%;
    }
}

#section {
    width: 100%;
    padding:15px 0;
}

#section .section-title {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

#section .main-txt {
	width:100%;
	padding:15px 0;
}

#section .main-txt p {
	margin:15px;
    font-size: 1.6em;
    line-height:1.5;
}





#section .section-subtitle {
    font-size: 28px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

#section .explanation {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

#section .explanation .explanation_img {
    /*width: 330px;*/
    width: 485px;
    display:block
    /*margin-right: 23px;*/
}
#section .explanation .explanation_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#section .explanation .explanation_img img.explanation_img--tag_header{
    display: none;
}
#section .explanation .explanation_info{
    /*width: 496px;*/
    width: 760px;
    margin-right: 20px;
    margin-left: 20px;

}

#section .explanation .explanation-title {
    display:none;
}
#section .explanation .explanation-subtitle{
    font-size: 27px;
    font-weight: bold;
}

#section .explanation .explanation-content {}
#section .explanation .explanation-content p {
    font-size: 16px;
    line-height: 1.5;
    font-weight:500;
}
@media (max-width: 1300px) {
    #section {
        width: 100%;
    }
    #section .explanation .explanation_img {
        /*width: 330px;*/
        width: 40%;
    }

    #section .explanation .explanation_info {
        /*width: 496px;*/
        width: 55%;
        margin-right: 2%;
    }
}

@media (max-width: 768px) {
    #section {
        margin-top: 40px;
    }
    #section .section-title {
        font-size: 6.5vw;
        margin-top: 10vw;
    }
    
    #section .main-txt p {
    font-size: 3.5vw;
    line-height:1.5;
    }

    
    #section .section-subtitle {
        text-align: center;
        font-size: 5.5vw;
        margin-top: 10vw;
        margin-bottom: 6vw;
    }
    #section .explanation {
    margin-bottom: 4vw;
    width: 100%;
    display: block;
    }

    #section .explanation .explanation_img {
        width: 100%;
    }
    #section .explanation .explanation_img img{
    }
    #section .explanation .explanation_img img.explanation_img--tag_header{
        display: none;
    }
    #section .explanation .explanation_info{
        width: 90%;
        padding-left: 15px;
        margin-right: 0;
    }

    #section .explanation .explanation-title {
        display:none;
    }
    #section .explanation .explanation-subtitle{
        font-size: 3.3vw;
        line-height: 1.4;
    }

    #section .explanation .explanation-content {}
    #section .explanation .explanation-content p {
        font-size: 3vw;
        line-height: 1.3;
    }
    #section .explanation .explanation-content p br{
        display:none;
    }
}

#section .items-left2 {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
#section .items-left2>a{
    display: block;
    width: 25%;
}
#section .items-left2 .items-item {
    padding:4px;
}
#section .items-left2 .items-item span{
    display: block;
    margin-bottom: 23px;
    position: relative;
    width: 100%;
}
#section .items-left2 .items-item span:before{
    content: "";
    display: block;
    width: 100%;
    padding-top: 115%;
}
#section .items-left2 .items-item img {
    position: absolute;
    width: 100%;
    top:0;
    left:0;
}
#section .items-left2 .items-item p {
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 5px;
}

#section .items-left2 .items-item .items-itemprice {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    font-weight:700;
    margin-bottom: 25px;
    color:#c40000;
}


#section .items-left2 .items-item .items-itemcontent {
    font-size: 12px;
    line-height: 1.5;
}


#section .items-left {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
#section .items-left>a{
    display: block;
    width: 24%
}
#section .items-left .items-item {
    /*margin-right: 12.8px;*/
}
#section .items-left .items-item span{
    display: block;
    margin-bottom: 23px;
    position: relative;
    width: 100%;
}
#section .items-left .items-item span:before{
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
}
#section .items-left .items-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
}
#section .items-left .items-item p {
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 5px;
}

#section .items-left .items-item .items-itemprice {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    font-weight:700;
    margin-bottom: 25px;
    color:#c40000;
}


#section .items-left .items-item .items-itemcontent {
    font-size: 12px;
    line-height: 1.5;
}

#section .items {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
#section .items>a{
    display: block;
    width: 24%
}
#section .items .items-item {
    /*margin-right: 12.8px;*/
}
#section .items .items-item span{
    display: block;
    margin-bottom: 23px;
    position: relative;
    width: 100%;
}
#section .items .items-item span:before{
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
}
#section .items .items-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
}
#section .items .items-item p {
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 5px;
}

#section .items .items-item .items-itemprice {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    font-weight:700;
    margin-bottom: 9px;
    color:#c40000;
}


#section .items .items-item .items-itemcontent {
    font-size: 12px;
    line-height: 1.5;
}

#section .show-allitems {
    /*width: 285px;*/
    /*height: 50px;*/
    /*display: block;*/
    text-align: center;
}

#section .show-allitems .btn {
    display: inline-block;
    text-decoration: none;
    background-color: #c40000;
    margin: 0 auto;
    text-align: center;
    padding: 20px 60px;
    font-size: 24px;
    font-weight: bold;
    color: white;
    border-radius:0;
}

#section .show-allitems .btn:hover {
    opacity:0.8;
}

@media (max-width: 768px) {
    #section .items-left2 {
        margin-bottom: 10px;
        justify-content: center;
    }
    #section .items-left2 > div{
        display:none;
    }

    #section .items-left2>a{
        display: block;
        width: 48%;
        padding: 2px;
        margin-bottom: 10px;
    }
    #section .items-left2 .items-item {}
    #section .items-left2 .items-item span{
        margin-bottom: 2vw;
    }
    #section .items-left2 .items-item span:before{}
    #section .items-left2 .items-item img {}
    #section .items-left2 .items-item p {
        font-size: 3vw;
        line-height: 1.3;
        margin-bottom: 5px;
    }

    #section .items-left2 .items-item .items-itemcontent {
        font-size: 12px;
        line-height: 1.5;
    }

    #section .items-left2 {
        margin-bottom: 10px;
        justify-content: center;
    }
    #section .items-left2 > div{
        display:none;
    }

    #section .items-left2>a{
        display: block;
        width: 48%;
        padding: 2px;
        margin-bottom: 10px;
    }
    #section .items-left2 .items-item {}
    #section .items-left2 .items-item span{
        margin-bottom: 2vw;
    }
    #section .items-left2 .items-item span:before{}
    #section .items-left2 .items-item img {}
    #section .items-left2 .items-item p {
        font-size: 3vw;
        line-height: 1.3;
        margin-bottom: 5px;
    }

    #section .items-left2 .items-item .items-itemcontent {
        font-size: 12px;
        line-height: 1.5;
    }



    #section .items {
        margin-bottom: 10px;
        justify-content: center;
    }
    #section .items > div{
        display:none;
    }

    #section .items>a{
        display: block;
        width: 48%;
        padding: 2px;
        margin-bottom: 10px;
    }
    #section .items .items-item {}
    #section .items .items-item span{
        margin-bottom: 2vw;
    }
    #section .items .items-item span:before{}
    #section .items .items-item img {}
    #section .items .items-item p {
        font-size: 3vw;
        line-height: 1.3;
        margin-bottom: 5px;
    }

    #section .items .items-item .items-itemcontent {
        font-size: 12px;
        line-height: 1.5;
    }

    #section .show-allitems {}

    #section .show-allitems .btn {
        width: 80vw;
        padding: 15px 10px;
        font-size: 5vw;
    }
}


#news_section{
    max-width: 1600px;
    width: 80%;
    margin: 0 auto 30px;
}
#news_section ul{
    width: 100%;
    margin-top: 50px;
    position: relative;
    list-style: none;
}
#news_section ul li{
    padding-left: 100px;
    margin-bottom: 30px;
    font-size: 15px;
}
#news_section ul li span{
    position: absolute;
    left:0;

    display: inline-block;
}
#news_section ul li a{
    text-decoration: underline;
}
#news_section ul li a:hover{
    text-decoration: none;
}
@media (max-width: 1300px) {
    #news_section{
        width: 95%;
        margin: 100px auto 30px;
    }
    #news_section ul{
        margin-top: 30px;
    }
    #news_section ul li{
        padding-left: 80px;
        margin-bottom: 20px;
        font-size: 3.5vw;
        line-height: 1.5;
    }
    #news_section ul li span{}
    #news_section ul li a{}
    #news_section ul li a:hover{}

}

@media (max-width: 1300px) {
    #news_section{
        width: 95%;
        margin: 100px auto 30px;
    }
    #news_section ul{
        margin-top: 30px;
    }
    #news_section ul li{
        padding-left: 80px;
        margin-bottom: 20px;
        font-size: 3.5vw;
        line-height: 1.5;
    }
    #news_section ul li span{}
    #news_section ul li a{}
    #news_section ul li a:hover{}

}
@media (max-width: 768px) {
    #news_section{
        width: 95%;
        margin: 100px auto 30px;
    }
    #news_section ul{
        margin-top: 30px;
    }
    #news_section ul li{
        padding-left: 120px;
        margin-bottom: 20px;
        font-size: 2.5vw;
        line-height: 1.5;
    }
    #news_section ul li span{}
    #news_section ul li a{}
    #news_section ul li a:hover{}

}
