@charset "UTF-8";
/*====================================

 ※商品詳細用

　早見表
  $conts-width
  $color-yellow  $color-blue
  $font-color-black
  $font-family-gothic  $font-family-mincho

  full-width
  flex-column  flex-center
  media(320px ＝ xs   480px ＝ s   768px ＝ m   1000px ＝ l)
  fs(max,1000～768px,768～480px,480～320px,min)  fs2(max,min)
  mt(max,min) mb mtb  pt pb ptb

====================================*/
.productphotos {
  
}
.shop_style2022 {
  
}

/* メインタイトル */

.item-maintitle.goodsDetailInfo .goodsDetailBasicInfo {
  float: none;
  width: 100%;
  text-align: center;
  margin-bottom: 2em;
}
.item-maintitle.goodsDetailInfo .goodsDetailBasicInfo p {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.1;
  margin-bottom: 0em;
}

/* カート */
.shop_style2022 .btnSend {
  border: none;
}
.shop_style2022 .btnSend input {
  position: relative;
  display: block;
  width: 280px;
  border: none;
  color: #ffffff !important;
  padding: 1em 2em;
  line-height: 1em;
  text-decoration: none;
  text-align: center;
  font-size: 2.0rem;
  background: #000;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: all 1s;
}
.shop_style2022 .btnSend input:hover {
  background-color: rgba(232,108,0,1.00);
}
.shop_style2022.goodsDetailInfo .goodsDetailBasicInfo {
  float: none;
  width: 100%;
  border-top: 1px solid #ccc;
  padding: 2em 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 3em;
}
.shop_style2022 .goodsPriceTaxIncl {
  font-size: 2rem;
}


/* 管理画面補正 */
.cmsAdminEdit header {
  position: relative;
}

/*.product_inpage main {*/
/*  padding-top: 140px;*/
/*}*/
.product_inpage.mypage main {
  padding-bottom: 100px;
}
.product_inpage.cart main {
  padding-top: 190px;
  padding-bottom: 100px;
}
@media screen and (max-width:768px){
  .product_inpage.cart main {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.conts__inner.item-maintitle,
.title-style_pagetitle {
  text-align: center;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 1.1;
  margin-bottom: 2em;
  padding: 1em 0 0;
}




.tagIcon {
  margin: 0 0 1em;
 }
.tagIcon [class*="icon_tag_"] {
  display: inline-block;
  border: 2px solid #fff;
  color:#5F5E5E;
  font-weight: 700;
  padding: 0.4em 0.6em 0.4em;
  line-height: 1;
  margin: 0 0.3em 0.4em 0;
}
.icon_tag_001 {
    /*background: rgb(237 56 56);*/
    background: #FFF4CE;
}

.icon_tag_002 {
    /*background: rgb(255 157 11);*/
    background: #FFF4CE;
}

.icon_tag_003 {
    /*background: rgb(107 173 255);*/
    background: #FFF4CE;
}

.icon_tag_004 {
    /*background: rgb(147 203 81);*/
    background: #FFF4CE;
}

.icon_tag_005 {
    /*background: rgb(91,211,252);*/
    background: #FFF4CE;
}

.icon_tag_006 {
    /*background: rgb(163,57,14);*/
    background: #FFF4CE;
}

.icon_tag_007 {
    /*background: rgb(255 125 125);*/
    background: #FFF4CE;
}

.icon_tag_008 {
    /*background: rgb(53,84,166);*/
    background: #FFF4CE;
}


/* カテゴリーナビ */
.nav_productcat {
  text-align: center;
  padding: 2em 0 4em;
}
.nav_productcat .shop-catlist {
  text-align: center;
  padding: 0;
  margin: 0;
}
.nav_productcat .shop-catlist li {
  text-align: center;
  display: inline-block;
}
.nav_productcat .shop-catlist li a {
  text-align: center;
  display: inline-block;
  padding: 1em 2em;
  font-weight: 700;
  font-size: 1.8rem;
  background-color: #f0f0f0;
  color: #000;
}
.nav_productcat .shop-catlist li a:before {
  content: '▶';
  font-size: 80%;
  padding-right: 5px;
}
@media screen and (max-width:768px){
  .nav_productcat .shop-catlist {
    display: flex;
    flex-wrap: wrap
  }
  .nav_productcat .shop-catlist li {
    display: block;
  }
  .nav_productcat .shop-catlist li.list01 {
    width: 40%
  }
  .nav_productcat .shop-catlist li.list02 {
    width: 60%
  }
  .nav_productcat .shop-catlist li.list03 {
    width: 40%
  }
  .nav_productcat .shop-catlist li.list04 {
    width: 60%
  }
  .nav_productcat .shop-catlist li.list05 {
    width: 100%
  }
  .nav_productcat .shop-catlist li a {
    display: block;
    padding: 1em 1em;
    border: 1px solid #fff;
  }
}
  

/* top頁の高さを自動で入れるデフォルトのジャバスクリプト補正 */
.shopslide01 {
    max-height: 1330px;
    overflow: hidden;
}
@media screen and (max-width:1400px){
  .shopslide01 {
      max-height: 1000px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
  }
}


.shopslide01 ul.slides {
  height: 56.3vw;
  overflow: hidden;
}
.pc-none_bp768 .shopslide01 ul.slides {
  height: auto;
  overflow: hidden;
}

.pc-none_bp480 .shopslide01 ul.slides {
  height: auto;
  overflow: hidden;
}


/* デフォルト カート＆マイページ補正 */
#menbersLoginBlock p {
    font-size: 1em;
    padding: 0 20px;
}


/* カート */
#shoppingCart .template-item {
  display: flex;
  justify-content: space-between;
}
#shoppingCart .template-item .leftBlock {
  width: 48%;
  margin: 20px 0 40px;
}
#shoppingCart .template-item .rightBlock {
  width: 48%;
  margin: 20px 0 40px;
}
@media screen and (max-width:767px){
  #shoppingCart .template-item {
    display: block;
  }
  #shoppingCart .template-item .leftBlock {
    width: 100%;
    
  }
  #shoppingCart .template-item .rightBlock {
    width: 100%;
  }
}
#shoppingCart .template-item .detail {
  
}
#shoppingCart .goodsImage {
  text-align: center;
  
}
#shoppingCart .goodsImage img {
  max-width: 600px;
  width: 100%;
  height: auto;
}
.shoppingFormTotalRawPrice {
  color: #999;
  padding-left: 1em;
}

.shoppingFormTotalPrice {
  font-size: 1.6rem;
  padding-left: 1em;
}


/*============2023.04藤原追記==============*/

.nav_productcat .shop-catlist li a{
    background-color:#F3E5D4;
    color:#5F5E5E;
}

/*===== 202306藤原追記=====*/
.cat_mv img{
    width: 100%;
}

@media screen and (min-width:768px){
.cat_lead {
    text-align: center;
}
}

.caution_gauze{
    max-width: 768px;
    margin: 30px auto;
    border: 1px solid #f89406;
    border-radius: 5px;
    padding: 15px;
}

@media screen and (max-width:767px){
    .caution_gauze{
        padding: 10px;
}
}

/*オンラインショップお知らせ
------------------------------------------/*
/*===== 202307樋上=====*/
.ec_news {
    margin:4em 0;
}
.ec_news .newsWap{
    /*max-width:1200px;*/
    max-width: 800px;
    margin: 0 auto;
    width: 90%;
}
.ec_news .newsWap img{
		margin: 0 auto 3em;
		max-width: 100%;
		height: auto;
		text-align: center;
		display: block;

}

	.ec_title_list .pageListItemBlock{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		/*-webkit-justify-content: space-between;*/
		-ms-flex-pack: justify;
		/*justify-content: space-between;*/
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.ec_title_list .pageListItemBlock .pageListItemBlock-type03{
		float: none !important;
		width: 30% !important;
		height: auto !important;
		margin: 0 !important;
	}
	


/*===== 202307藤原=====*/	
	main > article .ec_news_title #contentTitle {
    background-image: none;
    text-align: center;
    font-size: 3rem;
    padding: 0 0 25px;
    margin-bottom: 15px;
}

.conts__inner.ec_news__inner{
    max-width: 860px;
    margin: 0 auto;
    width: 90%;
}

.arrowbutton.arrowbutton__ec_news{
    margin-top: 5em;
}

.arrowbutton.arrowbutton__back-home{
    margin-bottom: 5em;
}


/*.ec_title_list .pageListItemBlock .pageListItemBlock-type03 .pageListTextBlock .pageListText{*/
/*    display: -webkit-box;*/
/*  -webkit-box-orient: vertical;*/
/*  -webkit-line-clamp: 2;*/
/*  overflow: hidden;*/
/*}*/

.ec_title_list .pageListItemBlock .pageListItemBlock-type03 {
    margin: 0 20px 5em 20px !important;
}

.pageListItemBlock-type03 .pageListTextBlock .pageListTitle a {
    font-size: 2rem;
    color: #5F5E5E;
}

.pageListItemBlock-type02 div.pageListTextBlock p.pageListTitle a {
    font-size: 2rem;
    color: #5F5E5E;
}

.ec_news .newsWap{
        padding-bottom: 5em;
}

.ec_news .newsWap h2{
    font-size: 2.2rem;
    margin: 40px 0 10px;
    line-height: 1.5;
    border-bottom: 3px solid #5F5E5E;;
    font-weight: bold;
    background: unset;
    color: #5F5E5E;
    text-shadow: none;
    box-shadow: none;
}

.ec_news .newsWap h3{
    padding: 0 0.5em;
    font-size: 2rem;
    margin: 40px 0 10px;
    line-height: 1.5;
    border-left: solid 3px #5F5E5E;
    font-weight: bold;
    background: unset;
    color: #5F5E5E;
    text-shadow: none;
    box-shadow: none;
}

/*ページネーション*/
.paging-type02 span strong {
    text-decoration: underline;
}

.paging-type02 span a {
    color: #5F5E5E;
}


/*===== 202309樋上=====*/	

@media screen and (max-width:480px){
	.ec_title_list .pageListItemBlock{
		justify-content: space-between;
		-webkit-justify-content: space-between;
	}
	.ec_title_list .pageListItemBlock .pageListItemBlock-type03{
		width: 48% !important;
		margin:0 0 5em 0 !important;
	}
	.pageListItemBlock-type03 .pageListTextBlock .pageListTitle a {
    font-size: 1.6rem;
}

}

/*タオル相談所
------------------------------------------*/
/*===== 202310樋上=====*/	
.towel-concept{
    padding: 0 0 80px!important;
}
.bg_yellow{
    background:#FFF4CE;
}
.towel_faq{
  background: #fff;
  border-radius: 10px;
  border: 1px solid #F89406;
  padding: 1.5em;
  box-sizing: border-box;
  max-width: 900px;
  margin: 0 auto 2em;
  width: 90%;
}
.towel_faq dt{
  margin-bottom: 0.5em;
  color: #F89406;
  font-size: 1.8rem;
}
.towel_faq dd{
  font-size: 1.4rem;
}

@media screen and (max-width:480px){
    .towel-concept{
        padding: 0 0 20px !important;
    }
    .top-concept .txt .txt-box p{
      padding-bottom: 2em !important;
      margin: 0 !important;
    }
    .shopslide03{
        padding-bottom: 15px;
    }
    .shopslide03::after {
        height: 60%;
    }
    .towel-column-box .column-box__3col{
    	width: 48% !important;
    }

}


/*商品プロフィール
------------------------------------------*/
/*===== 202307樋上=====*/
main.main_p0{
    padding: 0 !important;
}
.profile_top{
	background: url(../../images/profile_bg.png) center center / cover no-repeat;
	padding: 3em 0 4em 0 !important;
}
.profile_top .conts__inner{
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}
.profile_top__logo{
	margin: 3em auto;
	text-align: center;
	display: block;
}
.conts__inner img{
    max-width: 100%;
    height: auto;
}
.profile_Wap{
	background: url(../../images/profile_bg.png) center center / cover no-repeat;
	padding: 3em 0;
}
.profile_Wap .profile_inner{
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}
.profile_Wap #contentTitle{
	text-align: center !important;
	font-size: 3rem !important;
	padding: 0 0 2em 0 !important;
	background: url(../../images/profile_title_line.png) no-repeat center center !important;
	margin: 2em 0 !important;
}
.profile_Wap .profile_column{
	background: #fff;
	padding: 2.5em;
	box-sizing: border-box;
	margin-bottom: 5em;
}
.profile_Wap .profile_column h2{
	text-align: center;
	font-size: 3rem;
	padding: 0.8em 0 2em;
	background: url(../../images/profile_title_bg.png) no-repeat center top;
	margin: -2em 0 0;
}
.profile_Wap .profile_column h3{
	text-align: center;
	font-size: 2rem;
	color: #D5485F;
	font-weight: bold;
}
.profile_Wap .profile_column h4{
	text-align: center;
	color: #333;
	margin: -1.5em 0 1em;
}
/*JOGAN Name*/
.profile_Wap .profile_column.profile_name img{
	text-align: center;
	margin: 0 auto 1em;
}
.profile_Wap .profile_column_flex{
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap    : wrap;
  flex-wrap        : wrap;
}
.profile_Wap .profile_column_flex .profile_column{
	float: none !important;
	width: 48% !important;
}
.profile_Wap .profile_column_flex hr{
	display: none !important;
}
/*============ table ============*/
.profile_Wap .profile_column table,.profile_Wap .profile_column table th,.profile_Wap .profile_column table td{
	border: none;
}
.profile_Wap .profile_column table .odd{
	background: none;
}
.profile_Wap .profile_column table td p{
	margin-bottom: 0 !important;
}

/*------JOGAN Famiria------*/
.profile_Wap .profile_column.profile_column_prof table th,.profile_Wap .profile_column.profile_column_prof table td{
	padding-bottom: 1.3em;
}
.profile_Wap .profile_column.profile_column_prof table th{
	color: #D5485F;
	background: url(../../images/profile_icon.png) no-repeat left 6px;
	padding-left: 2em;
}
.profile_Wap .profile_column.profile_column_prof table th p{
	color: #D5485F;
	margin-bottom: 0 !important;
}
.profile_Wap .profile_column.profile_column_prof table th span{
	color: #333;
	font-size: 1.3rem;
}
/*------Size Price------*/
.profile_Wap .profile_column.profile_column_price table{
	width: auto;
	margin: 0 auto 1em;
}
.profile_Wap .profile_column.profile_column_price table th{
	font-size: 1.5rem;
	font-weight: normal !important;
}
.profile_Wap .profile_column.profile_column_price table td{
	color: #333;
	margin-bottom: 0 !important;
	font-size: 1.7rem;
}
.profile_Wap .profile_column table td p{
	margin-bottom: 0 !important;
}
.profile_Wap .profile_column table th span{
	color: #333;
	font-size: 1.3rem;
}
.profile_Wap .profile_column.profile_column_price img{
	text-align: center;
	margin: 0 auto 1em;
}

.profile_Wap .profile_ftlogo{
	text-align: center;
	margin: 2em auto;
}
.profile_Wap .profile_linkbtn a{
	margin: 0 2em;
	display: inline-block;
}
.profile_Wap .profile_linkbtn .profile_linkbtn_right a{
	float: right;
}
.profile_Wap .profile_linkbtn a:hover {
  transform: scale(0.9);
}


@media screen and (max-width:767px){
	.profile_Wap .profile_logo{
		width: 60%;
		margin: 0 auto;
		text-align: center;
	}
.profile_Wap #contentTitle{
    font-size:2rem !important;
    padding: 0 0 3em 0!important;
}
.profile_Wap .profile_column h2{
	font-size: 2rem;
	padding: 0.5em 0 2em;
	background-size: 65%;
}
.profile_Wap .profile_column{
	padding: 1.5em;
}

.profile_Wap .profile_column_flex .profile_column{
	width: 100% !important;
}
.profile_Wap .profile_column.profile_column_price table th{
	display: block;
	padding:6px 0 !important;
}
.profile_Wap .profile_column.profile_column_price table td{
	display: block;
	text-align: right;
	padding:6px 0 10px 0 !important;
}
.profile_Wap .profile_column.profile_column_prof table th,.profile_Wap .profile_column.profile_column_prof table td{
	display: block;
}
.profile_Wap .profile_linkbtn .profile_linkbtn_right,.profile_Wap .profile_linkbtn .profile_linkbtn_left{
	float: none !important;
	width: 70% !important;
	margin: 0 auto;
	text-align: center;
}
.profile_Wap .profile_linkbtn .profile_linkbtn_right a,.profile_Wap .profile_linkbtn .profile_linkbtn_left a{
	margin: 0 0 1em;
}
.profile_Wap .profile_linkbtn .profile_linkbtn_right a{
	float: none !important;
}

}


/*---------profile一覧----------*/
	.profile_title_list .pageListItemBlock{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		/*-webkit-justify-content: space-between;*/
		-ms-flex-pack: justify;
		/*justify-content: space-between;*/
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		overflow: visible !important;
		padding: 3em 0;
	}
	.profile_title_list .pageListItemBlock .pageListItemBlock-type03{
		float: none !important;
		width: 31% !important;
		height: auto !important;
		margin: 0 !important;
		text-align: center;
		background: #fff;
		padding: 4em 2em 2em;
		box-sizing: border-box;
		position: relative;
		overflow: visible !important;
	}
	.profile_title_list .pageListItemBlock .pageListItemBlock-type03 .pageListTitle{
		text-align: center;
		position: absolute;
		top: -1.5em;
		/*left: 16%;*/
		left: 50%;
		transform: translateX(-50%);
	}
	.profile_title_list .pageListItemBlock .pageListItemBlock-type03 .pageListTitle a{
		font-size: 2.5rem;
		/*padding: 0.6em 3em 1.5em;*/
		padding: 0.2em 3em 1.5em;
		background: url(../../images/profile_title_bg.png) no-repeat center top;
		/*background-size: 100%;*/
		background-size: 20rem;
		display: block;
	}
	.profile_title_list .pageListItemBlock .pageListItemBlock-type03 .pageListText{
	   color: #D5485F;
		font-weight: bold;
	}

	main > article .profile_title_list #contentTitle {
    background-image: none;
    text-align: center;
    font-size: 3rem;
    padding: 0 0 25px;
    margin-bottom: 15px;
}

/*.profile_title_list .pageListItemBlock .pageListItemBlock-type03 .pageListTextBlock .pageListText{*/
/*    display: -webkit-box;*/
/*  -webkit-box-orient: vertical;*/
/*  -webkit-line-clamp: 2;*/
/*  overflow: hidden;*/
/*}*/

.profile_title_list .pageListItemBlock .pageListItemBlock-type03 {
    margin: 0 1% 5em !important;
}

@media screen and (max-width:767px){
.profile_top__logo{
    width: 60%;
    margin: 0 auto 2em;
    text-align: center;
}
.profile_title_list .pageListItemBlock .pageListItemBlock-type03{
	width: 100% !important;
}
.profile_title_list .pageListItemBlock .pageListItemBlock-type03 .pageListTitle a {
    font-size: 2rem;
    padding: 0.4em 3em 1.5em;
}
/*.profile_title_list .pageListItemBlock .pageListItemBlock-type03 .pageListTitle {*/
/*    left:21%;*/
/*}*/
}




/*------モーダルウィンドウ------*/


.hide-area{
	display: none;
}
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}
.modaal-wrapper{z-index: 100000 !important;}

.modaal{
	position: fixed;
    bottom: 90px;
    right: 16px;
    z-index:1;
}
.modaal__profile img{
	max-width: 150px;
	width: 100%;
	height: auto;
}
.modaal-container{
    max-width:1200px !important;
	overflow: hidden !important;
}
@media screen and (max-width: 768px) {
    .modaal {
	bottom: 60px;
	right: 10px;
    }
}

.modaal-container{
    background: url(../../images/profile_bg.png) center center / cover no-repeat!important;
}

.modaal-container .conts__cell{
    margin-bottom: 0;
}

.modaal-container .profile_top__logo {
    margin: 3em auto;
}

.modaal-container .profile_title_list .pageListItemBlock {
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    overflow: visible !important;
    padding: 3em 0;
}

.modaal-container .profile_title_list .pageListItemBlock .pageListItemBlock-type03 {
    float: none !important;
    width: 31%!important;
    height: auto !important;
    margin: 0 1% 5em !important;
    text-align: center;
    background: #fff;
    padding: 4em 2em 2em;
    box-sizing: border-box;
    position: relative;
    overflow: visible !important;
}


@media screen and (max-width: 767px) {
.modaal-container .profile_top__logo {
    width: 60%;
    margin: 0 auto 2em;
} 

.modaal-container .profile_title_list .pageListItemBlock .pageListItemBlock-type03 {
    width: 100% !important;
	margin: 0 0 5em;
}

}

.cart .modaal{
    display: none;
}

.modaal-close:after, .modaal-close:before {
    background: #D5485F!important;
}

.modaal-close {
    top: 60px!important;
}