@charset "UTF-8";
/* CSS Document */

/*------------------------------------------------------------------------------------------------------------------------*/
/*2023手帳特集*/
/*------------------------------------------------------------------------------------------------------------------------*/
.btn_r a:hover{
	background: #E2D7C0;
}

.mb50{margin-bottom: 50px !important;}

/*---スライドの2枚目の表示が半分だけになるのを補正 ---*/
#main{display:block; margin:0 auto;padding:0;text-align: left;}


/*---商品ページ用の特集バナーを消す ---*/
.feature_bnr{display:none;}


.category{
	margin: 50px auto 0
}

.underline{
	text-decoration: underline !important;
}

.mgt30{ margin-top: 30px; }

/*---PCの商品一覧とスライドの高さ保持 ---*/
#itemList{margin: 80px 0 0;}


.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.title{
    /*margin: 40px 0 20px 0;  20210902*/
    padding: 0;
    text-decoration: none;
    font-size: 30px;
    text-align: center;
    border: none;
    width: 100%;
	line-height: 1;
}

#slider02_wrapper{
	width: 860px;
}

#slider02_wrapper.slide3 .indicator{
	top: 0 !important;
}

#slider02_wrapper.slide3 .prev, 
#slider02_wrapper.slide3 .next{
	display: none !important;
}

.catch{
	margin: 60px auto;
}

#main-column .category h2.set_title_pc{
    background: none;
    margin-left: 0px !important;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    padding: 0;
    border: none;
	height: auto;
}

.set_box_pc{
	margin-bottom: 110px;
}

.title_btn_cont{
	display: flex;
	justify-content: space-around;
}

.title_l{
	width: 68%;
}

.btn_r{
	width: 32%;
}

.set_btn_pc{
	text-align: center;
	padding: 10px 0;
	margin: 0;
	background: #D9C9A7;
	display: block;
    text-decoration: none;
    font-weight: normal;
}
.set_btn_pc > p{
	padding: 0 !important;
	margin: 0;
}

.set_img_cont_pc{
	display: flex;
	justify-content: space-between;
	padding: 0 !important;
	margin-top: 30px;
}

.set_img_cont_pc li{
	margin-right: 40px;
	width: 260px;
}
.set_img_cont_pc li:last-child{
	margin-right: 0;
}
.header_area a:hover img, .footer_area a:hover img{
	opacity: 0.7;
}

article a:hover p, a:hover h4{
    color: #333031;
    opacity: 1;
}
.others_img_cont_pc{
	display: flex;
    flex-wrap: wrap;
    padding: 0 !important;
    margin-top: 10px;
}
.others_img_cont_pc li {
    margin-bottom: 40px;
    margin-right: 40px;
    width: 260px;
}

.others_img_cont_pc li:nth-child(3n){
    margin-right: 0;
}

.custom_cont{
	margin-bottom: 80px;
}

.custom_title_pc{
    font-size: 18px !important;
    text-align: left;
    margin: 0 0 28px !important;
    border-bottom: none !important;
    padding: 0 !important;
}
.type_box{
	display:flex;
}

.type_cont_pc{
	margin-left: 40px;
    width: 420px;
	font-size: 13px;
}
.type_cont_pc > li{
	margin-bottom: 26px;
}
.type_link_pc li{
	float: left;
	margin-right: 20px;
	line-height: 26px;
}
.type_link_pc a{
	text-decoration: underline;
}
.type_link_pc a:hover{
	text-decoration: none;
    color: #333031;
}

.set_box_pc .type_box {/*---おすすめセット用 ---*/
    margin-top: 20px;
}

.set_list{
    color: #333031;
    font-size: 13px;
    line-height: 26px;
    margin-left: 40px;
}
.set_list_ti{
    font-weight: bold;
}
.set_list dt{
    margin-top: 21px;
}
.set_list dd a{
    text-decoration: underline;
    color:#333031;
}
.set_list dd a:hover{
    text-decoration: none;
}

.mb_pc{
	margin-bottom: 60px;
}

.bold{
    font-weight: bold;
}

.sub_ti{
    font-size: 13px;
    font-weight: bold;
    margin: 20px 0 10px;
}

.ti_small{
    font-size: 20px;
    text-align: center;
    /*margin-bottom: 10px;*/
    margin-bottom: 30px;/*20210902add*/
}

.ti_small_sp{
    font-size: 4.375vw;
    text-align: center;
    padding-top:0px !important; /*20210902add*/

}

.cate_ti{
    font-size: 13px;
    font-weight: bold;
    margin: 20px 0 10px;
}

.new{
    font-size: 12px;
    color: #e60012;
    margin: 0 0 0 5px;
}

/*========= SP用（20200722〜） ========= */
li{list-style: none;}
dl{margin: 0;}
dd{margin-inline-start: 0;}


@media screen and (max-width:480px) {
    #online_emer2{
        margin: 40px auto 0
    }
}


.sp_title{
	color: #333031;
    display: block;
    background: none;
    font-size: 4.375vw;
    text-align: center;
    width: 100%;
    font-weight: normal;
    margin: 0 auto 6.25vw;
}

/*スライド矢印、ナビボタンを上書き*/
.bx-wrapper .bx-next {
    background: url(https://www.touch-and-flow.jp/img/thumb_arrow.svg) no-repeat right center;
    background-size: auto 60%;
    right: 0;
}
.bx-wrapper .bx-prev {
    background: url(https://www.touch-and-flow.jp/img/thumb_arrow_l.svg) no-repeat left center;
    background-size: auto 60%;
    left: 0;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: inherit;
}
.bx-wrapper .bx-next:hover {
    background-position: right center;
}
.bx-wrapper .bx-prev:hover {
    background-position: left center;
}

/*スライドaリンク*/
.bx-wrapper a{
    text-align:left;
    text-decoration: none;
}


.slide-wrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.slide-box {
    flex: 0 0 70%;
}
.slide-box img{
	max-width: max-content;
}
.svg_bk{
	background-color: #fff;
}


.wrap_cateitem .cateitem_left {
    margin: 30px 0 0;
}

.wrap_cateitem .cateitem_right {
    margin: 30px 0 0;
}


.title_sub {
    font-size: 18px;
    font-weight: bold;
    margin: 80px 0 20px 0;
}

.main_item {
    display: flex;
    justify-content: space-between;
    padding: 0 !important;
    margin-bottom: 20px;
}

.main_item li {
    margin-right: 40px;
}
.main_item li:last-child {
    margin-right: 0;
}

.main_item img {
    width: 260vw;
}
.main_item .item_name {
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0 0;
}

.other_link{
    margin-bottom: 50px !important;
}

.other_link a{
    text-decoration: underline;
}

.other_link a:hover{
    color: #333031;
    text-decoration: none;
}


#slider02_wrapper .slick-next{
    right: 0px;
}

/*フッターのバナー*/
.diary_footer_bnr a{
    display: block;
    margin-bottom: 50px;
}


/*アコーディオン調整*/
.item_accordion {
    margin-bottom: 6.25vw;
}
.item_accordion h3 {
    cursor: pointer;
    background: url(//www.touch-and-flow.jp/pic-labo/item_accordion_open.jpg) no-repeat center right;
    font-weight: bold;
    border-bottom: 1px solid #333031;
    padding: 0 0 8px;
    margin: 0 0 8px;
	font-size: 13px;
}
.item_accordion h3.accordion_close {
    background: url(//www.touch-and-flow.jp/pic-labo/item_accordion_close.jpg) no-repeat center right;
}



@media screen and (max-width: 480px){
    .bx-controls-direction{margin: 0;}
    .set_box{
        margin-bottom: 80px !important;
    }
    .main_item_sp li:first-child{
        margin-bottom: 30px;
    }
    .main_item_sp a{
        text-decoration: none;
    }
    .main_item_sp .item_name{
        font-weight: bold;
        margin: 10px 0 0;
    }
.title_sub {
    font-size: 1.17em;
    margin: 18.75vw 0 3.125vw;
}
.freearea ul {
    padding: 0;
}
    
.main_item li {
    margin: 0 20px 0 0;
    list-style: none;
}
.main_item li a {
    text-decoration: none;
}
    
    
.column2 {
    display: flex;
    justify-content: space-between;
    }

.column2 li:first-child {
    margin-right: 20px;
    }
    
.item_name {
    font-size: 13px !important;
}
    .type_cont{
    margin-top: 10px !important;
    }
    .set_list_ti{
    margin-bottom: 10px !important;
    }

    .branditemsp_title {
    color: #333031;
    font-size: 4.0625vw;
    font-weight: bold;
    line-height: 6.25vw;
    text-align: left;
    margin: 90px 0 6.25vw;
}
    .branditemsp_desc {
    font-size: 3.4375vw;
    line-height: 5.625vw !important;
    margin: 6.25vw 0 !important;
}

    .sp_sub_ti{
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px solid #333031;
    line-height: 1;
    padding: 0 0 8px;
    margin: 0 0 8px;
    }
    .cateitem_list li{
    margin-bottom: 3.125vw;
    }
    .choices {
    margin-bottom: 6.25vw;
    }
    .diary_footer_bnr{
        margin-top: 6.25vw;
    }
}