/* CSS Document */
.sp_only {
    display: none;
}
.Baskerville {
    font-family: baskerville-poster-pt, serif;
    font-weight: 400;
    font-style: normal;
}
.products .info{
    margin: 3em 0;
}
.products .info dd a{
    text-decoration: underline;
}
.products .info dd::before{
    content: "・";
}
.products .attention{
    padding: 2em;
    border: 1px solid;
}
.products .products_list.clm3{
    gap:0;
}
.products .products_img{
    padding: 1em ;
}
.products .products_caption .en.f13{
    font-size: 10px;
}
.products .products_caption dt{
    line-height: 1;
    letter-spacing: 2px;
}
.products .products_caption {
    text-align: center;
}
.products_text {
  margin-top: 1em;
}
.products_text dd p:nth-child(2) {
  margin-top: 1em;
}
.products_detail .margin_bm{
	margin-bottom: 3%;
}
.products_detail .products_box:not(:last-of-type){
    margin-bottom: 6em;    
}
.products_detail .products_box {
    display: grid;
    gap: 1em;
}
.products_detail .products_name{
    border-bottom: 1px solid #ccc;
    padding-bottom: 1em;
}
.products_detail .products_name .en{
    color: #04B0D4;
}
.products_detail .products_name .end {
    margin-left: 16px;
    color: #b5002b;
    font-size: 16px;
}
.products_detail .products_name .sub {
    margin-top: 8px;
}
.products_detail .products_name dt{
    line-height: 1.4;
}
.products_detail .products_price{
    margin-bottom: 1em;
}
.products_detail .products_price .long_name {
    display: block;
}
.products_detail .products_caption {
}
.products_detail  .products_material .special {
}
.products_detail .products_material .special li {
    font-size: 1.5rem;
    /*margin-top: 1em;
    margin-bottom: 1em;*/
}
.products_detail .products_material .mechanism {
	grid-template-columns: 1fr 1fr;
	gap: 2em;
}
.products_detail .products_material .mechanism dl::after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 15px;
    background-image: url(../assets/img/icon/arrow/right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    top: 30%;
    right: -12px;
}
.products_detail .products_material .mechanism dl:last-child::after {
	content: none;
}
.products_detail .txt_horizon{
    color: #04B0D4;    
}
.txt_horizon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
     -webkit-text-align: center; 
    text-align: center; /* for no-flexbox browsers */
}
.txt_horizon::before{
    content: none;
}
.txt_horizon::after {
    border-top: 1px solid #ccc;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
}
.txt_horizon::after {
    margin-left: 0.5em;
}
.products_detail .products_material .tmb{
    margin-bottom: 1em;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap : wrap; 
  			flex-wrap : wrap;
	-webkit-box-pack : start;
	   -ms-flex-pack : start;
	  justify-content: flex-start;
}
.products_detail .products_material .tmb li{
    width: 50px;
    padding: 3px;
}
.products_detail .products_material .tmb img{
	width: 100%;
}
.products_detail .products_material .name {
    color: #963700;
    margin-bottom: .5em;
}
.products_detail .products_material .name li::before{
    content: "●";
}
.products_detail .clinic a{
	display: block;
	width: 100%;
	background-color: #F3F1F2;
	padding: 20px 0;
	text-align: center;
}
.products_detail .clinic a img{
	width: 70%;
}
.products_detail .clinic .btn{
	color: #fff;
	background-color: #08396A;
	padding: 10px 0;
	margin-bottom: 5%;
}

.step_slider .swiper-button-next,
.step_slider .swiper-button-prev{
    width: 20px;
    height: 20px;
    top: auto;
    bottom: 0;
    transform: translateY(-50%);
}
.step_slider .swiper-button-prev{
    background: url("../assets/img/icon/arrow/arrow_btn_left.svg") no-repeat center center / contain;
}
.step_slider .swiper-button-next{
    background: url("../assets/img/icon/arrow/arrow_btn_right.svg") no-repeat center center / contain;
}
.swiper-pagination-bullet-active{
    background: #767676;
}
.products_detail .products_box .products_img.dryer img{
    width: 100%;
    max-width: 500px;
}
.products_detail.oggimuta .products_name .en,
.products_detail.oggimuta .txt_horizon  {
    color: #D18566;
}
.products_detail.oggimuta .products_material .name li {
    display: block;
}
.products_detail.oggimuta .products_material .name li::before {
    content: "・";
}
.products_detail.oggimuta .products_material .bold,
.products_detail.oggimuta .products_material .caption {
    color: #963700;
    font-size: 14px;
}
.products_detail.oggimuta .products_material .bold::before {
    content: "●";
}
.products_detail.oggimuta .products_material .bold:nth-of-type(2) {
    display: block;
    margin-top: 16px;
}
.products_detail.oggimuta .products_material .name {
    color: inherit;
}
.products_detail.oggimuta .products_img.group-item {
    transform: translateX(-15px);
}
@media screen and (max-width:768px) {
    .products_detail.oggimuta .products_img.group-item {
        transform: translateX(0);
    }
}
@media screen and (min-width:768px){
    .products_detail .products_box {
        display: grid;
        grid-template-columns: 1fr 2fr;
        gap: 1em;
    }
	.products_detail .products_box.other {
		gap: 2em;
	}
    .products_detail .products_box .products_img{
        grid-column: 1/2;
        grid-row: 1/3;
    }
    .products_detail .products_box .products_img.dryer{
        padding-right: 1em;
    }
    .products_detail .products_box .products_name{
    }
    .products_detail .products_box .products_caption{
        grid-column:2/3;
        grid-row: 2/3;
    }
	.products_detail .products_box .products_price .long_name {
		display: inline-flex;
	}
    .products_detail .products_box .products_material{
        grid-column:1/3;
    }
    .products_detail .products_material .name li{
        display: inline-block;
    }
	.products_detail .products_material .mechanism {
		grid-template-columns: 1fr 1fr 1fr;
    }
    .products_detail .clinic .item {
        width: 46%;
    }
    .products .products_list.clm3{
        /* gap: 1em; */
        gap: .2em;
    }
    .products .products_caption .en.f13{
        font-size: 13px;
    }
    .products_name .pink {
      color: #d9667c;
    }
}
@media screen and (min-width:1280px){
    .products .inner{
        max-width: 1280px;
    }
    .products_detail .products_box .products_img{
        grid-row: 1/4;
    }
    .products_detail .products_box .products_material{
        grid-column:2/3;
    }
    .products_detail .products_material .name li{
        display: inline-block;
        margin-right: 1em;
    }
    .products_detail .products_material .name{
        /*display: grid;
        grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 1em;*/
    }
.products_detail .products_material .special {
    display: block;
}
	.viewall_wrap {
		text-align: left;
	}

}
@media screen and (max-width:599px) {
  .sp_only {
    display: block;
  }
}
