
/* ==================================================
	main_content
================================================== */

#main_content {
    background: #000;
    color: #fff;
}
.main {
    text-align: center;
}
.main .main_txt {
    margin-top: -60px;
}

.main .main_txt p {
    font-size: 15px;
    line-height: 1.7;
}
.main .main_txt p + p {
    margin-top: 15px;
}

.main .main_txt span {
    color: #218a89;
}

.main .main_txt > div.logo {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.main .main_txt > div:not(.logo) {
    position: relative;
    margin: 20px 6px;
    padding: 10px;
}
.main .main_txt > div:not(.logo)::before,
.main .main_txt > div:not(.logo)::after {
	content: '';
	width: 20px;
	height: 100%;
	position: absolute;
	box-sizing: border-box;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	top: 0;  
}
.main .main_txt > div:not(.logo)::before {
	border-left: solid 1px #fff;
	left: 0;
}
.main .main_txt > div:not(.logo)::after {
	border-right: solid 1px #fff;
	right: 0;
}


@media screen and (min-width: 480px) {
    .main .main_txt {
        margin-top: -80px;
    }
    .main .main_txt > div:not(.logo) {
        margin: 30px 10px;
        padding: 10px;
    }
}

@media screen and (min-width: 768px) {
    .main .main_txt {
        margin-top: -160px;
    }
    .main .main_txt > div.logo {
        width: auto;
    }
    .main .main_txt > div:not(.logo) {
        margin: 40px 15px;
        padding: 20px;
    }
}

@media screen and (min-width: 1024px) {
    /*.main {
        position: relative;
    }*/
    .main .main_txt {
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto;
        margin-top: -380px;
        /*position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;        
        bottom: 20px;*/
    }
    
    .main .main_txt p {
        font-size: 17px;
        line-height: 1.8;
    }
    
    .main .main_txt > div:not(.logo) {
        margin: 0;
        padding: 40px;
    }
}





/* ==================================================
	sub_content
================================================== */

.sub_content {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 80px;
    padding: 0 15px 60px;
    overflow: hidden;
}

.sub_content > div:not(:first-child) {
    margin-top: 40px;
}

.sub_content .title {
    text-align: center;
    margin-bottom: 20px;
}

.sub_content .sub_title {
    border-bottom: 1px #fff solid;
    padding-bottom: 3px;
    margin-bottom: 15px;
}

@media screen and (min-width: 1024px) {
    .sub_content {
        margin-top: 140px;
    }
    .sub_content .title {
        margin-bottom: 30px;
    }
    .mt200_lg {
        margin-top: 200px!important;
    }
}




/* ==================================================
	product
================================================== */

.product .pic_area {
    text-align: center;
    background: #fff;
}
.product .pro_name {
    margin: 10px 0 5px;
    font-weight: normal;
    line-height: 1.2;
}
.product .pro_price {
    margin-bottom: 8px;
    font-size: 22px;
}
.product p {
    font-size: 16px;
}

.product a img {
    transition: none;
}

@media screen and (min-width: 1024px) {
    .product .pro_name {
        margin: 20px 0 5px;
        font-size: 18px;
    }
    .product .pro_price {
        font-size: 26px;
    }
}


/* column4 -------------------- */

.column4 {
    display: flex;
    flex-wrap: wrap;
}
.column4 > div {
    width: 50% !important;
    padding: 0 10px;
}
.column4 > div:nth-child(n+3) {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .column4 > div {
        width: 25% !important;
    }
    .column4 > div:nth-child(n+3) {
        margin-top: 0px;
    }
    .column4 > div:nth-child(n+5) {
        margin-top: 40px;
    }
}





/* ==================================================
	pickup
================================================== */


@media screen and (min-width: 1024px) {
    .pickup .new {
        font-size: 18px;
    }
}

/* new icon */
.i_new {
    position: relative;
    
}
.i_new span {
    position: absolute;
    left: 10px;
    top: 8px;
    background: #218a89;
    border-radius: 25px;
    padding: 10px 16px 8px;
    text-align: center;
    font-size: 22px;
    line-height: 1;
    color: #fff;
}

@media screen and (min-width: 1024px) {
    .i_new span {
        left: 15px;
        top: 12px;
    }
}


/* ==================================================
	button
================================================== */

.btn_area {
    margin-top: 15px;
}
.btn_detail {
	display: inline-block;
	vertical-align: bottom;
	padding: .3em 1.3em;
	font-size: 16px;
	line-height: 1.2;
	background-color: #ed1f09;
	transition: .2s;
    color: #fff;
    margin-right: 5px;
}

.btn_detail:link,
.btn_detail:visited,
.btn_detail:hover,
.btn_detail:focus {
	color: #fff;
	text-decoration: none;
}

/* hover */
.btn_detail:hover { background-color: #d31c08; }


.btn_buy {
	display: inline-block;
	vertical-align: bottom;
	padding: .3em 1.3em;
	font-size: 16px;
	line-height: 1.2;
	background-color: #218a89;
	transition: .2s;
    color: #fff;
}

.btn_buy:link,
.btn_buy:visited,
.btn_buy:hover,
.btn_buy:focus {
	color: #fff;
	text-decoration: none;
}

/* hover */
.btn_buy:hover { background-color: #1d7c7b; }


#visid .product .button.critical, .visid .button.critical {
    padding: .3em 1.3em;
	font-size: 16px;
	line-height: 1.2;
	background-color: #218a89;
	transition: .2s;
    color: #fff;
}
#visid .product .button.critical, .visid .button.critical:link,
#visid .product .button.critical, .visid .button.critical:visited,
#visid .product .button.critical, .visid .button.critical:hover,
#visid .product .button.critical, .visid .button.critical:focus {
	color: #fff;
	text-decoration: none;
}

/* hover */
#visid .product .button.critical, .visid .button.critical:hover { background-color: #1d7c7b; }



.btn_recco {
	display: inline-block;
	vertical-align: bottom;
	padding: .6em 1em;
	font-size: 18px;
	line-height: 1.4;
	transition: .2s;
    color: #fff;
    border: #fff solid 1px;
}

.btn_recco:link,
.btn_recco:visited,
.btn_recco:hover,
.btn_recco:focus {
	color: #fff;
	text-decoration: none;
}

/* hover */
.btn_recco:hover { background-color: #333; }

@media screen and (min-width: 1024px) {
    .btn_recco {
        font-size: 20px;
        padding: .8em 1em;
    }
}




/* ==================================================
	tab
================================================== */

.tab_area .tab_trigger {
	display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
}
.tab_area .tab_trigger li {
	width: 50%;
    text-align: center;
    padding: 5px 15px;
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.tab_area .tab_trigger li::after {
	content: "";
	position: absolute;
	top: calc(50%-13px);
    margin: auto 0;
	right: 3px;
	transform: translateX(-50%) translateY(1px);
	border: 5px solid transparent;
	border-top: 8px solid #ed1f09;
}
.tab_area .tab_trigger .tab_current {
	color: #000;
    background: #fff;
}
.tab_area .tab_trigger .tab_current::after {
	content: none;
}

@media screen and (min-width: 768px) {
    .tab_area .tab_trigger li {
        width: 25%;
        font-size: 22px;
    }
}

@media screen and (min-width: 1024px) {
	.tab_area .tab_trigger li {
		width: 200px;
		font-size: 24px;
        padding: 10px 15px;
	}
	.tab_area .tab_content_area {
		margin-top: 40px;
	}
}



/* ----------------------------------------
	swiper
---------------------------------------- */

.gallery .swiper {
	overflow: visible;
	position: relative;
	padding: 0 20px 40px;
}
.gallery .swiper-slide {
	width: 300px;
	margin-right: 20px;
}
.gallery .swiper-slide:last-child {
	margin-right: 0;
}

@media screen and (min-width: 768px) {
	.gallery .swiper {
		padding-right: 30px;
		padding-left: 30px;
	}
	.gallery .swiper-slide {
		width: 429px;
		margin-right: 15px;
	}
}

@media screen and (min-width: 1280px) {
	.gallery .swiper {
		padding: 0 0 60px;
	}
	.gallery .swiper-slide {
		width: 490px;
	}
}


/* controller -------------------- */

.gallery .swiper-controller {
    margin-top: 10px;
}

/*.gallery .swiper-button-wrap {
	display: flex;
	bottom: 0;
	right: 0;
}*/
.gallery .swiper-button-prev,
.gallery .swiper-button-next {
	position: absolute;
	cursor: pointer;
	transition: .2s;
	width: 30px;
	height: 30px;
	margin-right: 8px;
    top: auto;
    bottom: .2px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: auto;
}
.gallery .swiper-button-prev {
    left: auto;
    right: calc(0% + 30px + 8px);
}
.gallery .swiper-button-next {
    right: 0;
}
.gallery .swiper-button-prev:hover,
.gallery .swiper-button-next:hover {
	background: #000;
}
.gallery .swiper-button-prev::before,
.gallery .swiper-button-next::before {
	content: "";
	position: absolute;
	top: -7px;
	left: -7px;
	transition: .2s;
	width: 44px;
	height: 44px;
	background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path d="M30,15A15,15,0,1,0,15,30,15,15,0,0,0,30,15ZM14,21a1,1,0,0,1-.86-1.51L15.83,15l-2.69-4.48a1,1,0,1,1,1.72-1l3,5a1,1,0,0,1,0,1l-3,5A1,1,0,0,1,14,21Z" fill="%23fff"></path></svg>');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px 30px;
}
.gallery .swiper-button-prev::after,
.gallery .swiper-button-next::after {
    background: #fff;
}
.gallery .swiper-button-prev:hover::before,
.gallery .swiper-button-next:hover::before {
    opacity: .7;
}
.gallery .swiper-button-prev::before,
.gallery .swiper-button-prev:hover::before {
	transform: rotate(180deg);
}
.gallery .swiper-button-disabled {
	opacity: .3;
	pointer-events: none;
}

@media screen and (min-width: 768px) {
	.gallery .swiper-button-wrap {
		right: 10px;
	}
}

@media screen and (min-width: 1280px) {
    .gallery .swiper-button-prev,
    .gallery .swiper-button-next {
        margin-right: 15px;
    }
	.gallery .swiper-button-wrap {
		right: -20px;
	}
}


.gallery .swiper-scrollbar {
    max-width: 77%;
    background: #fff;
    height: 2px!important;
}
.gallery .swiper-horizontal>.swiper-scrollbar, .gallery .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 15px);
    bottom: var(--swiper-scrollbar-bottom, 13px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 14%));
}

@media screen and (min-width: 480px) {
    .gallery .swiper-horizontal>.swiper-scrollbar, .gallery .swiper-scrollbar.swiper-scrollbar-horizontal {
        width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
    }
}

@media screen and (min-width: 768px) {
  .gallery .swiper-scrollbar {
    max-width: 85%;
  }
}
@media screen and (min-width: 1141px) {
  .gallery .swiper-scrollbar {
    max-width: 90%;
  }
}
.gallery .swiper-scrollbar-drag {
    position: relative;
    background: #fff;
    border-radius: 100vmax;
    height: 12px;
    top: -4px;
}
@media screen and (min-width: 768px) {
  .gallery .swiper-scrollbar-drag {
    height: 14px;
    top: -5px;
  }
}


/* pagination -------------------- */

.gallery .swiper-pagination {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 1;
}
.gallery .swiper-pagination-bullet {
	display: inline-block;
	cursor: pointer;
	width: 9px;
	height: 9px;
	margin: 0 4px;
	background-color: rgba(0,0,0,.2);
	background-clip: padding-box;
	border: 2px solid transparent;
	border-radius: 20px;
}
.gallery .swiper-pagination-bullet-active {
	width: 60px;
	background-color: #000;
}

@media screen and (min-width: 1280px) {
	.gallery .swiper-pagination {
		display: none;
	}
}


/* スライダー非活性時 -------------------- */

.gallery .swiper:not(.swiper-initialized) .swiper-controller {
	display: none;
}
.gallery .swiper:not(.swiper-initialized) .swiper-wrapper {
	margin: 0;
}





/* 20250926 -------------------- */

.product .btn_area p {
    display: inline;
}




/* ==================================================
	lineup
================================================== */

.cam_model_name {
    text-align: center;
    color: #fff;
    background: #333;
    font-weight: normal;
    font-size: 16px;
    padding: 8px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: normal;
}
.cam_model_name.none {
    background: #000;
}
.prod_img {
    text-align: center;
    padding: 1.2rem;
}
.cam_price_area {
    padding: 0 0.8rem 0.5rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.price_area {
    padding: 8px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
}

.hpj-pim .regular_price_text_cam {
    font-size: 1.3rem !important;
}

.hpj-pim .regular_price_text_cam > span {
    font-size: 1.8rem !important;
}

@media screen and (min-width: 1024px) {
    .cam_price_area {
        padding: 0 0.5rem 0.5rem;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .price_area {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* lineup_model_spec -------------------- */

.lineup_container .title {
    width: 100px !important;
    float: left;
}

@media screen and (min-width: 1024px) {
    .lineup_container .title {
        width: 150px !important;
    }
}


/* model_box -------------------- */

.model_box {
    background: #fff;
    border-right: 1px solid #767676;
}
.model_box .lineup_model_spec > li {
    padding: 0.8rem 0.8rem;
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: normal;
    color: #000;
}
.lineup_model_spec > li:nth-child(2n){
    background:#f2f2f2;
}


.lineup_model_spec > li:last-child {
     border-bottom: 1px solid #ccc;
}

/* mark -------------------- */
.circle{
    display: inline-block;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    border: solid 2px #333;
}
.cross {
    color: var(--icon-color);
    width: 24px;
    height: 24px;
    position: relative;
}
.cross {
    display: inline-block;
    vertical-align: middle;
    color: #666666;
    line-height: 1;
    width: 16px;
    height: 0.1em;
    background: currentColor;
    border-radius: 0.1em;
    position: relative;
    transform: rotate(45deg);
}
.cross::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
}
.line {
    display: flex;
    align-items: center;
    justify-content: center; 
}
.line:before {
    border-top: 2px solid #999;
    content: "";
    width: 1.1em;
}


@media screen and (min-width: 1024px) {
    .model_box .lineup_model_spec > li {
        padding: 1.2rem 1rem;
    }
}

.lineup_container > .cmp-hpj-layout-container > div > .aem-Grid {
    display: flex;
}



/* lineup_fixed_title -------------------- */

.lineup_container .hpj-freeHTML {
    width: auto !important;
}
.lineup_fixed_title {
    white-space: nowrap;
    border-right: 1px solid #ccc;
}
.lineup_fixed_title .lineup_model_spec > li {
    padding: 1.2rem .5rem;
    font-size: 12px;
    font-weight: bold;
}

@media screen and (min-width: 1024px) {
    .lineup_fixed_title {
        width: 100px;
        white-space: normal;
    }
}



/* lineup_model (scroll) -------------------- */

.lineup_model .aem-Grid {
    display: flex;
}

@media screen and (max-width: 1023px) {
    .lineup_container .hpj-freeHTML + .hpj-layout-container {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        width: auto;
    }
    .lineup_container .hpj-freeHTML + .hpj-layout-container::-webkit-scrollbar {
        height: 6px;
    }
    .lineup_container .hpj-freeHTML + .hpj-layout-container::-webkit-scrollbar-track {
        background: #f5f5f5;
    }
    .lineup_container .hpj-freeHTML + .hpj-layout-container::-webkit-scrollbar-thumb {
        background: #333;
        border-radius: 3px;
    }
}

/*@media screen and (min-width: 1024px) {
    .lineup_model .aem-Grid {
        width: 850px;
    }
}*/



/* lineup_model_content -------------------- */

.lineup_model .hpj-pim {
    width: auto !important;
    min-width: 220px;
}
.lineup_model_content {
    border-right: 1px solid #ccc;
}
.lineup_model .lineup_model_name {
    padding: .8rem .5rem;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 1.4;
    background: #333;
}
.lineup_model_main {
    padding: 1.5rem .5rem;
    text-align: center;
}
.lineup_model_main img {
    max-width: 210px !important;
}
.lineup_model_main img ~ * {
    margin-top: 1rem;
}
.lineup_model .lineup_model_spec > li {
    padding: 1.2rem 1rem;
    color: #000;
    font-size: 14px;
    text-align: center;
}

@media screen and (max-width: 1023px) {
    .lineup_model .lineup_model_name {
        white-space: nowrap;
    }
}

@media screen and (min-width: 1024px) {
    .lineup_model .hpj-pim {
        flex: 1;
        min-width: auto;
    }
    .lineup_model_main img {
        width: 100% !important;
        max-width: none;
    }
}

.visid .lineup_model .button.critical {
    font-size: 15px
}