@charset "UTF-8";
.container article:first-of-type{
    padding-bottom: 0;
}
/* product-main  ================================= */
#product-main section{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}
#product-main .img_wrap{
    width: 55%;
    height: 100%;
}
#product-main .img_wrap .swiper-container {
    width: 100%;
    height: 100%;
}
#product-main .img_wrap .swiper-slide p{
    text-align: center;
    padding: 10px 0;
    word-break: break-word;
    white-space: pre-line;
}
#product-main .img_wrap .swiper-slide img{
    width: 100%;
    height: auto;
    object-fit: contain;
}
#product-main .img_wrap .swiper-pagination{
    position: inherit;
    width: 100%;
    text-align: left;
}

/* よく一緒に購入されている製品 ================================= */
#product-related-addon .addon_item_box_pc .addon_item_flex{
    width: 100%;
}
#product-related-addon .addon_item_box_pc .addon_item_flex .addon_item_img{
    width: 40%;
}
#product-related-addon .addon_item_box_pc .addon_item_flex .addon_item_name{
    width: 60%;
    padding: 0 10px;
}
#product-related-addon .addon_item_box_pc .swiper-slide-active{
    padding-left: 50px;
    box-sizing: border-box;
}
#product-related-addon .addon_item_box_pc .swiper-slide-next{
    padding-right: 50px;
    box-sizing: border-box;
}

#product-main .addon_item_box_sp{
    display: none;
}
#product-main .product_price_btn{
	display: none;
}
#product-main .addon_item_flex{
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100% - 90px);
    min-height: 120px;
	margin: 0 auto;
}
#product-main .addon_item_box_sp .addon_item_img{
	width: 40%;
    padding-right: 10px;
    box-sizing: border-box;
}
#product-main .addon_item_box_sp .addon_item_name{
	width: 60%;
}

#product-main .addon_item_box .addon_item_title{
	display: flex;
    align-items: center;
	width: 95%;
	margin: 40px auto 18px auto;
}
#product-main .addon_item_box .addon_item_title:after,
#product-main .addon_item_box .addon_item_title:before{
    content: "";
    height: 1.5px;
    flex-grow: 1;
    background-color: #535353;
}
#product-main .addon_item_box .addon_item_title::after{
	margin-left: 1rem;
}
#product-main .addon_item_box .addon_item_title::before{
	margin-right: 1rem;
}
#product-main .swiper-wrapper .swiper-slide .addon_item_name p{
	text-align: left;
	padding: 0;
	line-height: 1.2;
	font-size: 1.1rem;
}
#product-main .swiper-wrapper .swiper-slide .addon_item_name .style_en {
	font-size: 1.5rem;
}
#product-main .swiper-slide .addon_item_name a{
	background: #000;
	color: #FFF;
	margin-top: 10px;
	display: block;
	font-size: 1.2rem;
    width: 80%;
	max-width: 130px;
	min-width: 100px;
    padding: 8px;
    text-align: center;
	text-decoration: none;
}
/*スライド*/
#product-main .addon_item_box .swiper-button-prev{
	left: 10px;
}
#product-main .addon_item_box .swiper-button-prev,
#product-main .addon_item_box .swiper-button-next{
    height: 30px;
	width: 30px;
    margin-right: 10px;
	top: 70%;
}
#product-main .addon_item_box .swiper-button-prev::after,
#product-main .addon_item_box .swiper-button-next::after{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
#product-main .addon_item_box .swiper-button-prev::after{
	left: 12px;
	width: 7px;
	height: 7px;
	border-bottom: 3px solid #FFF;
    border-left: 3px solid #FFF;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#product-main .addon_item_box .swiper-button-next::after{
	left: 8px;
	width: 7px;
	height: 7px;
	border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#product-main .addon_item_box .swiper-button-prev::before,
#product-main .addon_item_box .swiper-button-next::before{
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #535353;
}
#product-main .colorTip_flex_sp .product_text_sp{
	display: none;
}
/*両端の際の→非表示*/
#product-main .swiper-container .swiper-button-next.swiper-button-disabled,
#product-main .swiper-container .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}
/* ---------------------------20250219記載--------------------------------------*/
@media (max-width:767.9px){
    #product-main .img_wrap .swiper-pagination{
        display: none;
    }
/* ---------------------------20250219記載--------------------------------------*/
	#product-main .gry_box {
		display: none;
	}
	#product-main .colorTip_flex_sp{
		display: flex;
		flex-direction: column-reverse;
	}
	#product-main .colorTip_flex_sp .product_text_sp{
		display: block;
	}
	#product-main .product_text_pc{
		display: none;
	}
	#product-main .addon_item_box_pc{
		display: none;
	}
	#product-main .addon_item_box_sp{
		display: block;
	}
	#product-main .product_price_btn{
		display: block;
		background: #585858;
		opacity: 0.96;
		position: fixed;
		bottom: 0;
		width: 100%;
		box-sizing: border-box;
		z-index: 10;
		max-width: 500px;
		user-select: none;
	}
	#product-main .product_price_btn .price_btn_gy {
		height: 55px;
		display: flex;
		justify-content: center;
		padding: 0 3%;
		color: #FFF;
	}
	/* ---------------------告知管理-------------------------*/
	#product-main .product_price_btn .price_btn_or {
		display: block;
		text-align: center;
		font-size: 1.1rem;
		padding: 3px;
	}
	/* -----------------------------------------------------*/
	#product-main .product_price_btn .price_btn_gy .price_btn_item{
		width: 50%;
		line-height: 2rem;
	}
	#product-main .product_price_btn .price_btn_gy .price_btn_buy{
		border: none;
		background: #fff;
		color: #000;
		text-align: center;
		/* width: 80%;*/
		width: 100%;
		height: 40px;
        margin: 7px auto;
	}
	#product-main .product_price_btn .price_btn_gy .price_btn_s{
		font-size: 1.1rem
	}
	#product-main .product_price_btn .price_btn_gy .price_btn_b{
		font-size: 2.4rem;
		font-family: "UniversNextPro-Cond";
	}
/* ---------------------------20250219記載--------------------------------------*/
}

#product-main .img_wrap .swiper-pagination-bullet {
    width: 70px;
    height: 58px;
    opacity: 1;
    background: #FFF;
    border-radius:0;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#product-main .img_wrap .swiper-pagination-bullet:focus{
    outline: 1px solid #DDD;
}
#product-main .swiper-button-prev,
#product-main .swiper-button-next{
    background: none;
    top: 50%;
    width: 50px;
    height: 50px;
}
#product-main .swiper-button-prev{
    left: 0px;
}
#product-main .swiper-button-next{
    right: 0;
}
#product-main .swiper-button-prev::after,
#product-main .swiper-button-next::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
#product-main .swiper-button-prev::after{
    left: 20px;
    width: 10px;
    height: 10px;
    border-bottom: 4px solid #505659;
    border-left: 4px solid #505659;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#product-main .swiper-button-next::after{
    left: 20px;
    width: 10px;
    height: 10px;
    border-top: 4px solid #505659;
    border-right: 4px solid #505659;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* 商品情報 */
#product-main .info_wrap{
	width: 45%;
    max-width: 460px;
    box-sizing: border-box;
}
#product-main .info_wrap p{
    font-size: 1.5rem;
    line-height: 1.5;
    word-break: break-all;
    white-space: pre-wrap;
    margin: 0.5em 0 2em;
}
#product-main .info_wrap .product_text{
    margin: 1.5em 0;
}
#product-main .info_wrap .product_name{
    margin: 0;
}
#product-main .info_wrap .product_model_number{
    font-weight: normal;
    word-break: break-all;
    white-space: pre-wrap;
}

/* サイズ選択 */
.select_box * {
    position: relative;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border-color: inherit;
}
.select_box {
    position: relative;
    display: block;
    max-width: 310px;
    padding: 0;
    margin-bottom: 15px;
    z-index: 10;
}
.select_box ul {
    list-style: none;
    padding: 0;
}
.select_box input {
    color: inherit;
    font: inherit;
    margin: 0;
    background: transparent;
    outline: none;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
    display:none;
}
.pd_expand {
    width: 0;
    height: 46px;
    position: absolute;
    top: 0;
    right: 0;
}
.pd_expand::after {
    position: absolute;
    top: 1.2em;
    right: 0.5em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    pointer-events: none;
    border-top: 6px solid rgba(0, 0, 0, 0.3);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scaleY(1.75);
    transform: translate(-50%, -50%) rotate(0deg) scaleY(1.75);
    -webkit-transition: all 250ms cubic-bezier(0.4,0.25,0.3,1);
    transition: all 250ms cubic-bezier(0.4,0.25,0.3,1);
    z-index: 2;
    opacity: 0.6;
}
.pd_expand:hover::after {
    opacity: 1;
}
.pd_expand:checked::after {
    -webkit-transform: translate(-50%, -50%) rotate(180deg) scaleX(-1) scaleY(1.75);
    transform: translate(-50%, -50%) rotate(180deg) scaleX(-1) scaleY(1.75);
}
.pd_expandLabel {
    display: block;
    width: 100%;
    height: 46px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.pd_close {
    display: none;
}
.pd_closeLabel {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}
.pd_items {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #898989;
    padding-top: 46px;
}
.pd_input {
    display: none;
}
.pd_label {
    -webkit-transition: all 250ms cubic-bezier(0.4,0.25,0.3,1);
    transition: all 250ms cubic-bezier(0.4,0.25,0.3,1);
    display: block;
    height: 0;
    line-height: 46px;
    overflow: hidden;
    color: #3e3e3e;
    background-color: #ffffff;
    cursor: pointer;
    padding-left: 20px;
}
.pd_placeholder {
    height: 46px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
    background-color: transparent;
}
.pd_expand:checked + .pd_closeLabel {
    display: block;
}
.pd_expand:checked + .pd_closeLabel + .pd_options .pd_label {
    height: 29px;
    line-height: 29px;
}
.pd_expand:checked + .pd_closeLabel + .pd_options .pd_label > span{
    position: absolute;
    right: 0;
    padding: 0 1em;
    font-size: 1.2rem;
}
.pd_expand:checked + .pd_closeLabel + .pd_options .pd_label:hover {
    background-color: #DEDEDE;
}
.pd_expand:checked + .pd_closeLabel + .pd_options + .pd_expandLabel {
    display: none;
}
.pd_input:checked + .pd_label {
    height: 46px;
    margin-top: -46px;
}
#product-main .info_wrap .flex_box{
    flex-wrap: wrap;
    margin-bottom: 15px;
}
#product-main .info_wrap .cart_btn,
#product-main .info_wrap .fav_btn{
    width: calc(50% - 5px);
    border: 1px solid #898989;
    padding: 17px;
    text-align: center;
    box-sizing: border-box;
}
#product-main .info_wrap .cart_btn{
    color: #FFF;
    background: #000;
    margin-right: 10px;
}
#product-main .info_wrap .fav_btn{
    color: #000;
    background: #FFF;
}
#product-main .info_wrap .cart_btn:hover,
#product-main .info_wrap .fav_btn:hover{
    text-decoration: none;
}
#product-main .info_wrap .free_box{
    width: calc(50% - 5px);
    border: 1px solid #D3D3D3;
    background: #D3D3D3;
    padding: 17px;
    color: #555555;
    text-align: center;
    margin: 5px;
    box-sizing: border-box;
}

#product-main .info_wrap .store_search{
    padding: 15px 0;
    border-bottom: 1px solid #CECECE;
}
#product-main .info_wrap .store_search a{
    color: #1A1311;
    margin-left: 30px;
}
#product-main .info_wrap .store_search span{
    position: relative;
    display: inline-block;
}
#product-main .info_wrap .store_search span:after{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    content: "\f3c5";
    color: #818181;
    font-size: 1.5em;
    font-weight: bold;
}
#point-content .seal_box,
#product-main .info_wrap .seal_box,
#product-main .info_wrap .notice{
    padding: 0;
}
#point-content .seal_box li,
#product-main .info_wrap .seal_box li,
#product-main .info_wrap .notice li{
    display: inline;
}

#point-content .seal_box li img,
#product-main .info_wrap .notice li img{
    height: 55px;
    object-fit: contain;
}
#product-main .info_wrap .seal_box li img{
    height: 75px;
    object-fit: contain;
}
@media all and (-ms-high-contrast: none){
    #product-main .info_wrap .seal_box li img{
        height: auto;
        max-height: 75px;
    }
}
#product-main .info_wrap .notice{
    margin: 1.5em 0;
}
#product-main .info_wrap .notice li{
    border-right: 1px solid #000;
    padding: 0 10px;
    font-size: 1.3rem;
}
#product-main .info_wrap .notice li:first-child{
    border-left: 1px solid #000;
}
#product-main .info_wrap .seal_box{
    padding-bottom: 1.5em;
}

/* tab */
/* product-data ================================= */
#product-data{
    padding: 0;
}
.tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: #FFF;
    margin: 60px auto 0;
}
.tab_item {
    width: 30%;
    background: #FFF;
    border-top: 1px solid #BFBFBF;
    border-left: 1px solid #BFBFBF;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    transition: all 0.2s ease;
}
.tab_item:last-of-type{
    border-right: 1px solid #BFBFBF;
}
.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
    display: none;
    width: 100%;
    clear: both;
    overflow: hidden;
    border-top: 1px solid #BFBFBF;
}
#tab-point:checked ~ #point-content,
#tab-technical:checked ~ #technical-content,
#tab-support:checked ~ #support-content,
#tab-other:checked ~ #other-content{
  display: block;
}
.tabs input:checked + .tab_item {
  background: #585858;
  color: #fff;
}
.tab_content .contents_wrap{
    width: 100%;
    margin: 0 auto;
}
#point-content .seal_box{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width:767.9px){
    #product-data{
        padding: 0;
    }
    .tabs {
        margin: 0 auto;
    }
    .tab_content {
        padding: 20px 0 0;
    }
    #point-content .seal_box {
        max-width: 100%;
        flex-wrap: wrap;
    }
    #point-content .seal_box li:not(:last-child){
        margin-right: 5px;
    }
    #point-content .seal_box li{
        display: inline-flex;
        margin-bottom: 5px;
    }
    #point-content .seal_box li > img{
        height: 30px;
    }
    #point-content .seal_box li.bluetooth_logo{
        width: 80px;
    }
    #point-content .seal_box li.square{
        width: 50px;
    }
    #point-content .seal_box li.bluetooth_logo > img{
        height: 20px;
    }
    .tab_item {
        min-width: 111px;
        font-size: 10px;
        letter-spacing: 1px;
        height: auto;
        padding: 10px 0;
    }
}
@media (max-width:320px){
    .tab_item {
        min-width: 100px;
    }
}
@media (min-width:768px){
    .tab_content {
        padding: 40px 0 0;
    }
    #point-content .seal_box {
        max-width: 1090px;
        margin-bottom: 64px;
        display: inherit;
        text-align: center;
    }
    #point-content .seal_box li:not(:last-child){
        margin-right: 35px;
    }
    .tab_item {
        max-width: 364px;
        height: 50px;
        line-height: 50px;
        font-size: 1.2rem;
        letter-spacing: 1.2px;
    }
}


/* アコーディオン */
.accordion_container {
    width: 100%;
    margin: 0;
    padding: 0;
}
.accordion_container li{
    position: relative;
    color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.accordion_container li.white{
    color: #FFF;
}
.accordion_container li.dark::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.35);
}
.accordion_container .accordion_title {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1090px;
    margin: 0 auto;
    cursor: pointer;
    padding: 10px 0;
}
.accordion_container .arrow{
    position: absolute;
    background: rgba(255,255,255,0.59);
}
.accordion_container .arrow::after {/*矢印*/
    content: "";
    position: absolute;
    transition: all 0.2s ease-in-out;
    display: block;
    border-top: solid 2px #505659;
    border-right: solid 2px #505659;
    -webkit-transform: rotate(-45deg) translate(-50%);
    transform: rotate(-45deg) translate(-50%);
}
.accordion_container .accordion_title.open .arrow::after {/*矢印*/
    position: absolute;
    -webkit-transform: rotate(135deg) translate(-50%);
    transform: rotate(135deg) translate(-50%);
}
.accordion_container .accordion_title p{
    text-align: center;
    word-break: break-all;
    white-space: pre-wrap;
}
.accordion_content{
    position: relative;
    display: block;
    width: 100%;
    max-width: 872px;
    margin: 0 auto;
    box-sizing: border-box;
    line-height: 1.5;
}
.accordion_content p{
    word-break: break-all;
    white-space: pre-wrap;
}
.accordion_content img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}
.accordion_content .battery_text{
    text-align: center;
}


@media (max-width:767.9px){
    .accordion_container .accordion_title h2{
        font-size: 1.9rem;
        margin: 1em;
    }
    .accordion_container .arrow{
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
    }
    .accordion_container .arrow::after {/*矢印*/
        right: calc(50% - 8px);
        top: calc(50% - 6px);
        width: 7px;
        height: 7px;
    }
    .accordion_container .accordion_title.open .arrow::after {/*矢印*/
        right: calc(50% - 2px);
        top: calc(50% - 2px);
    }
    .accordion_container .accordion_title p{
        max-width: 90%;
        line-height: 1.5;
        letter-spacing: 0.2px;
        margin: 0 auto;
        font-size: 1rem;
    }
    .accordion_content{
        padding: 20px;
    }
    .accordion_content p,.accordion_content ul{
        font-size: 1.2rem;
        letter-spacing: 0.2px;
        line-height: 1.5;
    }
    .accordion_content img{
        padding: 10px;
    }
    .accordion_content .battery_text{
        font-size: 1.8rem;
    }
    .accordion_content .battery_text span:first-child{
        font-size: 2.9rem;
    }
    .accordion_content .battery_text span:last-child{
        font-size: 3.6rem;
    }
    .accordion_content .small{
        font-size: 11px;
    }
}
@media (min-width:768px){
    .accordion_container .accordion_title h2{
        font-size: 3.5rem;
        margin: 1em;
    }
    .accordion_container .arrow{
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        width: 65px;
        height: 65px;
    }
    .accordion_container .arrow::after {/*矢印*/
        right: calc(50% - 12px);
        top: calc(50% - 8px);
        width: 11px;
        height: 11px;
    }
    .accordion_container .accordion_title.open .arrow::after {/*矢印*/
        right: calc(50% - 3px);
        top: calc(50% - 3px);
    }
    .accordion_container .accordion_title p{
        font-size: 1.4rem;
    }
    .accordion_content{
        padding: 30px;
    }
    .accordion_content p{
        font-size: 1.4rem;
        line-height: 1.8;
        letter-spacing: 0.02em;
    }
    .accordion_content img{
        padding: 30px;
    }
    .accordion_content .battery_text{
        font-size: 3rem;
    }
    .accordion_content .battery_text span:first-child{
        font-size: 4.8rem;
    }
    .accordion_content .battery_text span:last-child{
        font-size: 6rem;
    }
    .accordion_content .small{
        font-size: 13px;
    }
}
.accordion_container li ul li {
    padding-left: 1em;
    margin: 0.5em 0;
}
.accordion_container li ul li::before {
    content: "";
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	border-radius: 50%;
	background: #929292;
    margin-left: -1em;
	margin-right: 5px;
}
.note{
    width: 90%;
    max-width: 952px;
    box-sizing: border-box;
    margin: 2em auto 10em;
}
.note p{
    font-size: 1.3rem;
    line-height: 1.5;
}
/* technical-data =================================　*/
#technical-content{
    font-size: 1.4rem;
}
#technical-content > dl{
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}
#technical-content > dl > dt{
    width: 40%;
    text-align: left;
    margin-right: 10px;
}
#technical-content > dl > dd{
    width: calc(60% - 10px);
    white-space: pre-wrap;
    word-break: break-word;
    margin: 0;
}
#technical-content > dl > dd > span{
    width: 100%;
}
#technical-content > dl > dd > dl{
    margin: 0;
    width: 100%;
    display: inline-flex;
}
#technical-content > dl > dd > dl > dd{
    white-space: pre-line;
    word-break: break-word;
}
#technical-content .date{
    width: 100%;
    box-sizing: border-box;
    line-height: 1.7;
    border-bottom: 1px solid #BFBFBF;
}
#technical-content .text{
    width: 100%;
    box-sizing: border-box;
    line-height: 1.7;
}
#technical-content .date .title{
    display: block;
    text-align: left;
    line-height: 1.7;
    margin: 1em 0;
    width: 100%;
}
#technical-content .date .title::before{
    content: "";
    border-radius: 50%;
    background-color: #000;
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: middle;
}
#technical-content .tablecell{
    width: 100%;
    white-space: normal;
    word-break: break-word;
    line-height: 1.7;
}

@media (max-width:767.9px){
    #technical-content .date .title {
        font-size: 1.1rem;
        letter-spacing: 0.22px;
    }
    #technical-content .date,
    #technical-content .text{
        margin: 0 auto;
        padding: 20px;
        font-size: 1.1rem;
        letter-spacing: -0.22px;
        line-height: 1.7;
    }
    #technical-content .text{
        border-bottom: 1px solid #BFBFBF;
    }
    #technical-content > dl > dt{
        min-width: 175px;
        margin-bottom: 0.5em;
    }
    #technical-content > dl > dd{
        max-width: calc(100% - 185px);
        margin-bottom: 0.5em;
    }
    #technical-content .date dd > span{
        display: block;
    }
    #technical-content > dl > dd > span > span{
        width: 100%;
        display: block;
    }
    #technical-content > dl > dd > dl{
        display: inline-table;
    }
    #technical-content > dl > dd > dl > dt{
        display: inline;
    }
    #technical-content > dl > dd > dl > dd{
        display: inline;
        margin: 0;
    }
    #technical-content .date .title::before{
        margin-right: 5px;
    }

    #technical-content .tablecell{
        width: 75%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 10px auto;
        font-size: 10px;
        letter-spacing: 0.2px;
    }
    #technical-content .tablecell > div{
        width: 126px;
        text-align: center;
        margin-bottom: 1em;
    }
    #technical-content .tablecell > div{
        border-bottom: 1px solid #BFBFBF;
        padding-bottom: 1em;
    }
    #technical-content .tablecell>div>p{
        margin: 0;
    }
    #technical-content .tablecell>div>.title{
        margin-bottom: 20px;
    }
}
@media (max-width:320px){
    #technical-content .tablecell > div{
        width: 110px;
    }
    #technical-content > dl > dt{
        min-width: 120px;
        max-width: unset;
        margin-bottom: 0.5em;
    }
    #technical-content > dl > dd{
        max-width: calc(100% - 130px);
        margin-bottom: 0.5em;
    }
}
@media (min-width:768px){
    #technical-content .date{
        width: 900px;
        margin: 40px auto;
        padding: 0 80px 36px;
        box-sizing: border-box;
    }
    #technical-content .text{
        width: 900px;
        margin: 0px auto;
        padding: 0px 80px;
        box-sizing: border-box;
    }
    #technical-content > dl > dt{
        min-width: 220px;
    }
    #technical-content > dl > dd{

    }
    #technical-content > dl > dd > dl > dt{
        text-align: left;
        float: left;
        margin-right: 10px;
        width: 155px;
    }
    #technical-content > dl > dd > dl > dd{
        white-space: pre-line;
        word-break: break-word;
        margin: 0;
        width: calc(100% - 165px);
    }
    #technical-content .date .title::before{
        margin-right: 10px;
    }
    #technical-content .tablecell{
        width: 100%;
        max-width: 900px;
        height: 94px;
        word-break: break-word;
        display: table;
        margin: 50px auto;
        margin-bottom: 245px;
    }
    #technical-content .tablecell>div{
        display: table-cell;
        width: calc(100% / 4);
        padding: 10px;
        box-sizing: border-box;
        text-align: center;
        border-top: 1px solid #BFBFBF;
        border-bottom: 1px solid #BFBFBF;
    }
    #technical-content .tablecell>div:not(:last-child){
        border-right: 1px solid #BFBFBF;
    }
    #technical-content .tablecell>div>p{
        margin: 0;
    }
    #technical-content .tablecell>div>.title{
        margin-bottom: 20px;
    }
}



/* support-data =================================　*/

#support-content .date{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 auto;
    box-sizing: border-box;
    border-bottom: 1px solid #BFBFBF;
}
#support-content .cp_actab-content{
    display: none;
}
#support-content .date .left{
    width: 57%;
    white-space: pre-line;
}
#support-content .date .right{
    width: 43%;
    display: flex;
    flex-wrap: wrap;
}
#support-content ._wrapper-update{
	display: table;
	width: 100%;
	margin-bottom: 35px;
}
#support-content ._update-date{
    display: table-cell;
    font-size: 1.1rem;
    padding-right: 10px;
	width: 100px;
}
#support-content .label_title span{
    display: inline-block;
}
#support-content .label_title span::after{
    content: "";
    border-right: solid 1px #000;
    margin: 0 10px;
    height: 4px;
}
#support-content .cp_actab {
	position: relative;
	overflow: hidden;
	width: auto;
	margin: 0 auto;
	color: #000;
}
#support-content .cp_actab label {
	position: relative;
	display: inline-block;
	padding: 0;
	cursor: pointer;
}

#support-content .cp_actab-content {
    width: 100%;
    margin: 10px 0 30px;
}
#support-content .cp_actab-content li {
	margin: 0 0 1em;
    line-height: 1.5;
}
/* :checked */
#support-content .cp_actab input:checked ~ .cp_actab-content {
	max-height: 20em;
}
/* Icon */
#support-content .cp_actab label::after {
	position: relative;
	top: -2px;
	right: 0;
	display: inline-block;
	width: 0.4em;
	height: 0.4em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
    content: '';
    border: 2px solid;
    border-color:  transparent transparent #565656 #565656;
    transform: rotate(-45deg);
    margin: 0 10px;
}
#support-content .cp_actab label.open::after {
    -webkit-transform: rotate(135deg) translate(-50%);
    transform: rotate(135deg) translate(-50%);
    top: 6px;
}
#support-content button{
	width: 100%;
    max-width: 385px;
    height: 48px;
    border: 1px solid #BFBFBF;
    background-color: #fff;
    display: block;
    text-align: center;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
#support-content button:hover{
    text-decoration: none;
    cursor:pointer;
    opacity: 0.6;
}
#support-content button.ls36{
    letter-spacing: 3.6px;
}
#support-content button.ls12{
    letter-spacing: 1.2px;
}
#support-content .order_table tr{
	border-top: 1px solid #BFBFBF;
}
#support-content .order_table tr:last-child{
    border-bottom: 1px solid #BFBFBF;
}
#support-content .order_table td{
    padding: 10px;
}
#support-content .order_table .pdf_link a{
    text-decoration: underline;
}
#support-content .order_table .btn_box{
    width: 160px;
}
#support-content .order_table .price_box span{
    font-size: 1.0rem;
    margin-left: 5px;
}
#support-content .order_table button{
    width: 160px;
    height: 38px;
}

@media (max-width:767.9px){
    #support-content .date{
        flex-direction: column;
    }
    #support-content .date:last-of-type{
        border-bottom: none;
        margin-bottom: 83px;
    }
    #support-content .date .left,
    #support-content .date .right{
        width: 100%;
        text-align: center;
    }
    #support-content .date .left{
        white-space: normal;
        margin-bottom: 10px;
    }
    #support-content p{
        font-size: 1.1rem;
        letter-spacing: -0.22px;
        margin: 1.7em 0;
    }
    #support-content .title{
        font-size: 1.5rem;
        letter-spacing: 1.5px;
    }
    #support-content .cp_actab label {
        font-size: 9px;
        letter-spacing: 0.18px;
    }
    #support-content .date .right{
        margin: 18px 0;
    }
    #support-content .cp_actab-content {
        padding: 0 15px;
        box-sizing: border-box;
        max-width: 500px;
        margin: 10px auto;
    }

    #support-content .cp_actab-content li {
        font-size: 10px;
        text-align: left;
    }
    #support-content button{
        width: 286px;
        height: 40px;
        margin: 0 auto 10px;
        font-size: 1rem;
    }
    #support-content ._wrapper-update{
        display: block;
        width: 100%;
        margin-bottom: 33px;
    }
    #support-content ._update-date {
        display: block;
    }
    #support-content .date.order_wrap .title {
        width: 100%;
        text-align: center;
    }
    #support-content .order_table {
        width: 90%;
        margin: 0 auto;
    }
    #support-content .order_table td{
        display: inline-table;
        width: 100%;
        margin-top: 1.5em;
        padding: 0;
        font-size: 1.2rem;
        letter-spacing: 1.2px;
        text-align: center;
    }
    #support-content .order_table .price_box{
        font-size: 1.5rem;
        letter-spacing: 0.15px;
    }
    #support-content .order_table .price_box span{
        font-size: 1.1rem;
        letter-spacing: 0;
    }
    #support-content .order_table tr {
        display: block;
        text-align: center;
        border-top: 1px dotted #BFBFBF;
        padding-bottom: 15px;
    }
    #support-content .order_table tr:last-child{
        border-bottom: 1px dotted #BFBFBF;
    }
}
@media (min-width:768px){
    #support-content {
        padding-top: 82px;
        margin-bottom: 245px;
    }
    #support-content .date{
		width: 100%;
        max-width: 1090px;
        padding: 0 18px;
        font-size: 1.4rem;
        padding-bottom: 60px;
        margin-bottom: 84px;
    }
    #support-content .title{
        font-size: 1.8rem;
        letter-spacing: 1.8px;
        margin-bottom: 30px;
    }
    #support-content .date .right{
        justify-content: flex-end;
        margin-bottom: 50px;
        padding-left: 10px;
        box-sizing: border-box;
    }
    #support-content button{
        margin-left: auto;
        font-size: 1.2rem;
    }
    #support-content .order_table td:first-child{
        min-width: 230px;
		height: 38px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
@media (max-width:768px){
	#support-content .date {
        max-width: 700px;
    }
	#support-content ._wrapper-update{
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	#support-content ._update-date{
		padding: 10px;
		width: 100%;
		text-align: center;
	}
}

/* product-related and product-favorite ================================= */
#product-related{
    padding: 0;
}
#product-favorite{
    padding-bottom: 0;
}
#product-related .inner,
#product-favorite .inner{
    border-top: 1px solid #BFBFBF;
    padding: 30px 0;
}
#product-favorite .inner h2{
    margin: 1em 0;
}
#product-related .swiper-container-wrap,
#product-favorite .swiper-container-wrap{
    position: relative;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 50px;
}
#product-related .swiper-container,
#product-favorite .swiper-container{
    width: 90%;
}
#product-related .swiper-slide,
#product-favorite .swiper-slide{
    text-align: center;
}
#product-related .product_img,
#product-favorite .product_img{
    display: block;
    background: #FFF;
    position: relative;
    width: 100%;
    max-width: 253px;
    min-width: 100px;
    margin: 0 auto;
}
#product-related .product_img::before,
#product-favorite .product_img::before{
    content:"";
    display: block;
    padding-top: 100%;
}
#product-related .product_img img,
#product-favorite .product_img img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
#product-related .product_name,
#product-favorite .product_name{
    font-size: 1.2rem;
    word-break: break-all;
    min-height: 2.2em;
    line-height: 1.2;
    max-width: 253px;
    margin: 1em auto;

}
#product-related .product_model_number,
#product-favorite .product_model_number{
    font-size: 1.5rem;
    font-weight: normal;
    word-break: break-all;
    max-width: 253px;
    margin: 1em auto;
}
#product-related .product_price,
#product-favorite .product_price{
    font-size: 1.7rem;
    word-break: break-all;
    font-weight: 500;
    max-width: 253px;
    margin: 1em auto;
}
#product-related .product_price span,
#product-favorite .product_price span{
    font-size: 1.2rem;
}
#product-related .swiper-button-prev, #product-related .swiper-button-next,
#product-favorite .swiper-button-prev, #product-favorite .swiper-button-next{
    background: #FFF;
    top: 50%;
    width: 50px;
    height: 50px;
}
#product-related .swiper-button-prev::after, #product-related .swiper-button-next::after,
#product-favorite .swiper-button-prev::after, #product-favorite .swiper-button-next::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
#product-related .swiper-button-prev::after,
#product-favorite .swiper-button-prev::after{
    left: 20px;
    width: 10px;
    height: 10px;
    border-bottom: 4px solid #505659;
    border-left: 4px solid #505659;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#product-related .swiper-button-next::after,
#product-favorite .swiper-button-next::after{
    left: 18px;
    width: 10px;
    height: 10px;
    border-top: 4px solid #505659;
    border-right: 4px solid #505659;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (min-width:768px){
    .product_intro_sp{
        display: none;
    }
}
@media (max-width:767.9px){
    #product-main section{
        max-width: 500px;
        flex-direction: column;
    }
    #product-main .img_wrap{
        width: 100%;
        position: relative;
        margin-bottom: 30px;
    }
    .img_number_sp{
        position: absolute;
        top: 0;
        right: 16px;
        display: block;
        font-size: 1rem;
        letter-spacing: 1px;
        z-index: 10;
    }
    #product-main .img_wrap .swiper-slide p{
        font-size: 0.9rem;
    }

    #product-main .info_wrap{
        width: 100%;
        margin: 0 auto;
    }
    #product-main .info_wrap p{
        text-align: center;
    }
    #product-main .info_wrap .product_name{
        width: 87%;
        margin: 0 auto;
        font-size: 1.2rem;
    }
    #product-main .info_wrap .product_model_number{
        width: 87%;
        margin: 1em auto 0.2em auto;
        font-size: 2rem;
    }
    #product-main .info_wrap .product_price{
        width: 87%;
        margin: 0.2em auto 1em;
        font-size: 1.9rem;
    }
    #product-main .info_wrap .product_price span{
        font-size: 1.2rem;
    }
    #product-main .info_wrap .colorTip{
        display: block;
        text-align: center;
    }
    #product-main .info_wrap .notice{
        text-align: center;
    }
    #product-main .info_wrap .notice li{
        font-size: 1.1rem;
        padding: 0 15px;
    }
    #product-main .info_wrap .car-notice-text{
        font-weight: 900;
        font-size: 1.4rem;
        margin-bottom: 12px;
    }
    #product-main .info_wrap .car-notice-description{
        margin: 0 16px 20px;
        font-size: 1.4rem;
        text-align: left;
    }
    .select_box {
        width: 80%;
        height: 48px;
        margin: 40px auto 16px;
    }
    #product-main .info_wrap .flex_box {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        margin-bottom: 10px;
    }
    #product-main .info_wrap .flex_box .cart_btn,
    #product-main .info_wrap .flex_box .fav_btn,
    #product-main .info_wrap .flex_box .free_box{
        margin: 0 auto;
        width: 238px;
    }
    #product-main .info_wrap .free_box{
        margin: 30px auto 50px;
    }
    #product-main .info_wrap .flex_box .cart_btn,
    #product-main .info_wrap .flex_box .free_box{
        margin-bottom: 10px;
    }
    #product-main .info_wrap .seal_box{
        text-align: center;
        padding-top: 30px;
    }
    #product-main .info_wrap .product_text{
        font-size: 1.1rem;
        letter-spacing: 1.1px;
        text-align: left;
        width: 87%;
        margin: 1.5em auto;
    }
    #product-related,#product-favorite{
        display: none;
    }

    /*関連商品_SP*/
    .product_intro_sp{
        border-top: 1px solid #BFBFBF;
    }
    .product_intro_sp .inner{
        width: 100%;
    }
    .product_intro_sp .inner h2{
        margin-bottom: 1.5em;
    }
    .product_intro_sp .inner .flex_box{
        width: 95%;
        max-width: 400px;
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .product_intro_sp .inner .flex_box::after{
      content:"";
      display: block;
      width: 30%;
    }
    .product_intro_sp .inner .flex_box .item_box{
        display: block;
        width: calc(100% / 3);
        max-width: 115px;
        padding: 0 4px;
        box-sizing: border-box;
        margin-bottom: 2.5em;
    }
    .product_intro_sp .item_box .img_box{
        height: 110px;
    }
    .product_intro_sp .item_box .img_box img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .product_intro_sp .item_box .info_box p{
        word-break: break-all;
        white-space: pre-line;
        padding: 0 5px;
        box-sizing: border-box;
        text-align: center;
        margin: 0.5em 0;
    }
    .product_intro_sp .item_box .info_box .name{
        font-size: 8px;
    }
    .product_intro_sp .item_box .info_box .model{
        font-size: 13px;
        letter-spacing: 0.13px;
    }
    .product_intro_sp .item_box .info_box .price{
        font-size: 12px;
        letter-spacing: 0.12px;
    }
    .product_intro_sp .item_box .info_box .price span{
        font-size: 8px;
    }
    .release_note{
        margin: 1em 0;
        font-size: 1.3rem;
    }
}

@media (min-width:768px) and (max-height: 1080px) {
    #product-main section{
        max-width: 1100px;
    }
    #product-main .img_wrap{
        width: 50%;
    }
    #product-main .info_wrap{
        width: 45%;
        box-sizing: border-box;
    }
}

@media (min-width:768px){
    #product-main section{
        max-width: 1327px;
    }
    .img_number_sp{
        display: none;
    }
    #product-main .info_wrap .product_name{
        font-size: 1.4rem;
        min-height: 46px;
    }
    #product-main .info_wrap .product_model_number {
        font-size: 3.0rem;
        text-align: left;
    }
    #product-main .info_wrap .product_price{
        font-size: 2.8rem;
        margin: 0 0 20px;
    }
    #product-main .info_wrap .branch_list {
        margin-bottom: 20px;
    }
    #product-main .info_wrap .product_price span,
    #product-main .info_wrap .branch_list .product_model_number span{
        font-size: 1.5rem;
    }
    .select_box {
        width: auto;
        height: 46px;
    }
    #product-main .info_wrap .cart_btn,
    #product-main .info_wrap .fav_btn,
    #product-main .info_wrap .free_box{
        max-width: 245px;
        min-width: 245px;
        margin-bottom: 10px;
    }
    #product-main .info_wrap .car-notice-text{
        font-weight: 900;
        font-size: 1.5rem;
        margin-bottom: 12px;
    }
    #product-main .info_wrap .car-notice-description{
        margin-bottom: 20px;
    }
    #support-content .order_table {
        width: 100%;
        margin-top: 20px;
    }
    #support-content .order_table .price_box{
        width: 105px;
    }
}
.branch_list {
    margin-top: 20px;
}
.non_solid {
    outline:none;
}
.branch_status {
    font-size: 1.5rem;
}
@media all and (-ms-high-contrast: none){
    #product-related .product_img img,
    #product-favorite .product_img img{
        height: auto;
        top: 50%;
        transform: translateY(-50%);
    }
    .product_intro_sp .item_box .img_box img{
        height: auto;
    }
}
/* safari 特殊文字 */
_::-webkit-full-page-media, _:future, :root .accordion_container .sc-tm {
    visibility: hidden;
    position: relative;
    font-family: "Hiragino Kaku Gothic ProN";
}
_::-webkit-full-page-media, _:future, :root .accordion_container .sc-tm::before{
    visibility: visible;
    position: absolute;
    top: -2px;
    left: 0;
    content: "TM";
    display: block;
    text-align: left;
    width: 100%;
    font-size: 9px;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
@media (max-width:767.9px){
    _::-webkit-full-page-media, _:future, :root .accordion_container .sc-tm::before{
        font-size: 8px;
        top: 0px;
    }
}
.first_tag {
    border-left: 1px solid #000;
}
#product-main .info_wrap .branch_list .product_model_number .branch_tag {
    border-right: 1px solid #000;
    padding: 0 10px;
    font-size: 1.3rem;
}
h2 span {
    font-size: 1.5rem;
    margin: auto 1rem auto;
}
.campaign_box{
    display: block;
}
#product-main .campaign_box p,
#product-main .campaign_box a{
    margin: 1em 0;
    font-size: 1.4rem;
    text-align: left;
}
#product-main .campaign_box img{
    max-width: 100%;
    display: block;
    margin: 0 auto 15px;
}
.sending_wrap{
    margin-bottom: 1em;
    font-size: 1.4rem;
}
.gry_box{
    background: #f7f7f7;
    padding: 30px;
    margin: 10px 0 15px;
}
.aboutBuy_btn,.aboutBuy_box{
    display: none;}
@media (max-width:767.9px){
    #product-main .info_wrap .product_model_number span{
        font-size: 1.2rem;
        display: block;
        margin: 8px 0 20px;
    }
    #product-main .info_wrap .branch_list .product_model_number span{
        display: inline;
    }
    .sp_center{
        display: block;
        text-align: center;
        width: 90%;
        margin: 0 auto 1em;
    }
    .sp_wrap{
        width: 90%;
        display: block;
        margin: 2em auto;
    }
    .sending_wrap{
        font-size: 1.2rem;
    }
    .gry_box{
        padding: 20px 15px;
        width: 100%;
        box-sizing: border-box;
        overflow: auto;
    }
    /* SPのみ　購入はこちら */
    .aboutBuy_btn{
        position: fixed;
        bottom: 0;
        display: none;
        width: 100%;
        height: 50px;
        box-sizing: border-box;
        padding: 15px 10px;
        text-align: center;
        background: #585858;
        color: #FFF;
        z-index: 10;
        max-width: 500px;
        user-select:none;
    }
    .aboutBuy_btn.show{
        display: block;
    }
    .aboutBuy_box img{
        max-width: 100%;
    }
    .aboutBuy_btn:hover {
        text-decoration: none;
        opacity: 1;
    }
    .aboutBuy_close{
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .aboutBuy_close .close_btn{
        display: block;
        width: 23px;
        height: 23px;
        position: relative;
    }
    .aboutBuy_close .close_btn::before,
    .aboutBuy_close .close_btn::after{
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 1px;
        background: #707070;
    }
    .aboutBuy_close .close_btn::before{
        transform: rotate(-45deg);
    }
    .aboutBuy_close .close_btn::after{
        transform: rotate(45deg);
    }
    .aboutBuy_box{
        position: fixed;
        bottom: calc( -70vh - 10px );
        display: block;
        width: 100%;
        height: 70vh;
        padding-top: 40px;
        box-sizing: border-box;
        background: #f7f7f7;
        z-index: 10;
        transition: 0.3s;
        box-shadow: 0px -1px 10px #ddd;
        max-width: 500px;
    }
    .aboutBuy_box.active{
        bottom: 0;
    }
    .aboutBuy_box > .inner{
        overflow-y: auto;
        height: 100%;
    }
}
#product-main .info_wrap .cart_btn.disabled{
    background: #D3D3D3;
    border-color: #D3D3D3;
    color: #555555;
    pointer-events: none;
}

.corp_price {
    margin-top: 1rem;
    font-size: 1.5rem;
}

#product-main .error_wrap{
	width: 100%;
	max-width: 500px;
}
#product-main .error_wrap .balloon{
	/* display: block;
	width: 100%; */
	margin: 10px 0;
}
#product-main .error_wrap .balloon p{
	margin: 0;
}