
@charset "utf-8";

/*-----------------------------------------*/

#main_content.visid.w_100vw {
	overflow-x: clip;
}

#main_content.visid div.w1200 {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.visid img{
	height: auto;
}

@media screen and (max-width: 1279px) {
    #main_content.visid .sub_cont div.w1200 {
        padding: 0 15px;
    }
}



/*======================
	main
======================= */

.main {
    padding: 0 15px;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.main .title_main {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.main .title_main + h4 {
    font-size: 18px;
    margin-bottom: 5px;
}
.main_img {
    text-align: center;
    margin-top: 10px;
}

@media screen and (min-width: 480px) {
    .main_img {
        margin-top: 15px;
    }
}

@media screen and (min-width: 480px) {
    .main_img {
        margin-top: 20px;
    }
}

@media screen and (min-width: 1024px) {
    .main .title_main {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .main_img {
        margin-top: 30px;
    }
}

@media screen and (min-width: 1280px) {
    .main {
        padding: 0;
    }
}



/*======================
	sub
======================= */

.sub_cont {
    margin-top: 40px;
}

@media screen and (min-width: 768px) {
    .sub_cont {
        margin-top: 60px;
    }
}

@media screen and (min-width: 1024px) {
    .sub_cont {
        margin-top: 100px;
    }
}

p.comment {
    font-weight: bold;
    margin-bottom: 10px;
}
p.comment span {
    color: #b71417;
}


/* title */
.title_line {
    background: #fff;
    padding: 10px;
    border-left: 5px #7b0406 solid;
    font-weight: bold!important;
    font-size: 18px;
    line-height: 1.5;
    margin: 10px 0 15px;
}

@media screen and (min-width: 768px) {
    .title_line {
        margin: 0 0 20px;
    }
}

@media screen and (min-width: 1024px) {
    .title_line {
        padding: 14px 20px
    }
}


.title_red {
    background: radial-gradient(#ae0a01, #a30601);
    padding: 10px;
    color: #fff;
    font-weight: bold!important;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 1px;
    font-size: 22px;
    position: relative;
}
.title_red::before {    
    content: '';
    width: 30px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

@media screen and (min-width: 480px) {
    .title_red {
        padding: 15px;
        font-size: 24px;
    }
}

@media screen and (min-width: 768px) {
    .title_red {
        font-size: 26px;
    }
    .title_red::before {
        width: 40px;
    }
}

@media screen and (min-width: 1024px) {
    .title_red {
        font-size: 32px;
        padding: 20px;
    }
}

.title_w {
    color: #fff;
    text-align: center;
    font-weight: bold!important;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.4;
}
.title_w  span {
    font-size: 80%;
}

@media screen and (min-width: 1024px) {
    .title_w {
        font-size: 24px;
    }
}

.title_white {
    color: #fff;
    text-align: center;
    font-weight: bold!important;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 1.4;
}

@media screen and (min-width: 768px) {
    .title_white {
        font-size: 30px;
    }
}

@media screen and (min-width: 1024px) {
    .title_white {
        font-size: 34px;
        margin-bottom: 20px;
    }
}



/*======================
	background
======================= */

.bg_g {
    background: #e9e9e9;
}
.bg_l, .bg_r {
    position: relative;
    padding-bottom: 30px;
    overflow: hidden;
    
}
.bg_l:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -110px;
    z-index: -1;
    width: 100%;
    height: 25%;
    background: #e9e9e9;
    transform: skewY(5deg);
}
.bg_r:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -270px;
    z-index: 0;
    width: 100%;
    height: 25%;
    background: #fff;
    transform: skewY(-5deg);
}
.bg_l.two:before {
    bottom: -480px;
}
.bg_r > div {
    position: relative;
    z-index: 2;
}

@media screen and (min-width: 768px) {
    .bg_l, .bg_r {
        padding-bottom: 60px;
    }
}

@media screen and (min-width: 1024px) {
    .bg_l, .bg_r {
        padding-bottom: 150px;

    }
    .bg_l:before {
        bottom: -110px;
        height: 30%;
    }
    .bg_r:before {
        bottom: -270px;
        height: 30%;
    }
}



/*======================
	point
======================= */

.point {
    margin-top: 40px;
}
.point > div:nth-child(n+2) {
    margin-top: 30px;
}

.img_area img {
    box-shadow: -6px 6px #deb0b2;
}
.od2.img_area img {
    box-shadow: 6px 6px #deb0b2;
}

.point p + p {
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    .od1 {
        order: 1;
    }
    .od2 {
        order: 2;
        margin-right: 0!important;
        margin-left: 20px;
    }
}

@media screen and (min-width: 1024px) {
    .point {
        margin-top: 80px;
    }
    .point > div:nth-child(n+2) {
        margin-top: 60px;
    }
    
    .img_area img {
        box-shadow: -12px 12px #deb0b2;
    }
    .od2.img_area img {
        box-shadow: 12px 12px #deb0b2;
    }

    .point p + p {
        margin-top: 15px;
    }
}



/*======================
	reccomend
======================= */

.recco {
   margin-top: 40px; 
}
.recco .title_red {
    margin-bottom: 40px;
}
.recco .title_red + p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
}

.recco .prod {
    background: linear-gradient(135deg, transparent 15px, #3a3434 15px);
    padding: 15px;
}

@media screen and (min-width: 1280px) {
    .recco .col_2_md.w > div:first-child {
        width: calc(40% - 10px);
    }
    .recco .col_2_md.w > div:nth-child(2) {
        width: calc(60% - 10px);
    }
}



/* model */
.model_box {
    text-align: center;
}
.model_box a {
    padding: 20px 10px;
    display: block;
	background: #fff;
}
.model_box a:hover {
    text-decoration: none;
    opacity: .7;
}

.m_name {
    color: #000;
    font-weight: bold!important;
    margin: 10px 0;
    font-size: 18px;
    line-height: 1.4;
}

.recco .hpj-pim .regular_price_text {
    display: none!important;
}
.recco .hpj-pim .price.taxed {
    display: block!important;
}
.recco .price {
    margin-bottom: 15px;
}

.column3 .hpj-pim:nth-child(n+2) {
    margin-top: 15px;
}

@media screen and (min-width: 768px) {
    
	.recco .hpj-pim {
		padding: 0 5px;
	}
    
    .column3 > div > div > .aem-Grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

	/* column3 -------------------- */
	.column3 .hpj-pim {
		width: 50% !important;
	}
    .column3 .hpj-pim:nth-child(n+2) {
        margin-top: 0;
    }
	.column3 .hpj-pim:nth-child(n+3) {
		margin-top: 20px;
	}
    
    .m_name {
        font-size: 20px
    }
    .price {
        font-size: 20px;
    }
    .price > span {
        font-size: 38px;
    }
}

@media screen and (min-width: 1024px) {
    
    .recco .prod {
        padding: 25px;
    }

	
	/* column3 -------------------- */
	.column3 .hpj-pim {
		width: 33.33333% !important;
	}
	.column3 .hpj-pim:nth-child(n+3) {
		margin-top: 0;
	}
	.column3 .hpj-pim:nth-child(n+4) {
		margin-top: 20px;
	}
}


.recco .model_box .cpu {
    background: #f2f2f2;
    color: #007dba;
    line-height: 1.4;
    padding: 10px;
    font-size: 14px;    
}

@media screen and (min-width: 768px) {
    .recco .model_box .cpu {
        font-size: 15px;
    }
}



/*======================
	gallery
======================= */

.gallery {
    background: #050102;
}


/*======================
	about
======================= */

.about {
    background: #f2f2f2;
    padding: 15px;
    margin: 30px 0 20px;
}
.about h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.about dl > dt:nth-child(n+2) {
    margin-top: 8px;
}

@media screen and (min-width: 480px) {
    .about {
        padding: 20px;
    }
}

@media screen and (min-width: 768px) {
    .about {
        padding: 25px;
    }
    .about dl {
        display: flex;
        flex-wrap: wrap;
    }
    .about dt {
        width: 12%;
    }
    .about dd {
        width: 88%;
    }
    .about dl > dd:nth-child(n+3) {
        margin-top: 8px;
    }
}

@media screen and (min-width: 1024px) {
    .about {
        padding: 30px;
        margin: 50px 0 40px;
    }
    .about dt {
        width: 10%;
    }
    .about dd {
        width: 90%;
    }
}