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


img {
  max-width: 100%;
  height: auto;
}
.section {
  margin: 0 auto 0 auto !important;
}
@media screen and (max-width:768px){
.section {
  margin: 0 auto 80px auto !important;
}
}

/*------------------------------------------------------------
top slider
------------------------------------------------------------*/
.slider {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
.slick-dotted.slick-slider {
  margin-bottom: 40px;
}


/*------------------------------------------------------------
カテゴリー
------------------------------------------------------------*/
.category_list {
  display: flex;
  justify-content: space-between;
}
.category_list_li {
  width: calc((100% - 60px)/4);
}
.category_list_li .img{
  position: relative;
}
.category_list_li .img .hidden {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
  padding: 16px 10px;
  height: 50%;
  color: #fff;
  opacity: 0;
}
.category_list_li .img:hover .hidden {
  opacity: 1;
  transition: 0.5s;	
}
.category_list_li .cate_name {
  font-size: 14px;
  margin-top: 14px;
}

@media screen and (max-width:768px){
.category_list {
  flex-wrap: wrap;
}
.category_list_li {
  width: calc((100% - 20px)/2);
}	
}

/*------------------------------------------------------------
商品
------------------------------------------------------------*/
.pro_list {
  display: flex;
  justify-content: space-between;
}
.pro_list_li {
  width: calc((100% - 60px)/4);
}
.pro_list_li .pro_name {
  font-size: 14px;
  margin-top: 14px;
}

.pro_list.col02 .pro_list_li {
  width: calc((100% - 20px)/2);
}

@media screen and (max-width:768px){
.pro_list {
  flex-wrap: wrap;
}
.pro_list_li {
  width: calc((100% - 20px)/2);
}	
}


/*------------------------------------------------------------
ランキング
------------------------------------------------------------*/
.pt070 .mwButton {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.pt070 .mwButton .btnSubmit {
  box-shadow: none;
}
.pt070 .mwButton .btnSubmit {
  background-color: #fff;
  border-radius: 4px;
  font-size: 1.1em;
  letter-spacing: 1px;
  padding: 8px 16px;
  color: #932107 !important;
  border: solid 1px #932107;
}
.pt070 .mwButton .btnSubmit.focus {
  color: #fff !important;
}
.pt070 .focus {
  background-color: #932107 !important;
  color: #fff !important;	
}
.pt070 .btnSubmit:nth-child(1) {
  margin-right: 8px;
}

/*------------------------------------------------------------
季節の特集
------------------------------------------------------------*/
.pro_list.col02 .pro_list_li {
  width: calc((100% - 20px) / 2);
}
.pro_list.col02 .pro_list_li:hover {
  opacity: 0.7;
  transition: 0.5s;	
}

/*------------------------------------------------------------
お知らせ
------------------------------------------------------------*/
#pt090 {
  margin-bottom: 15px;
}


/*------------------------------------------------------------
商品詳細
------------------------------------------------------------*/
.page.pro_details #contents-inner {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
#item-cart-nashi-button {
  border: none;
  float: none !important;
  height: auto;
  max-width: 400px;
  width: 100%;
  border-radius: 50px;
}
.productRight .likeContainer {
  display: inline-block;
order: 5;	
}
.productRight .pro_detail_link_wrap {
  max-width: 400px;
  width: 100%;
  margin: 20px auto 0 0;
}
.productRight .link01_wrap {
	margin-bottom: 16px;
}
.productRight .link02_wrap {
  display: flex;
  align-items: center;
justify-content: center;	
}
.productRight .link02_wrap li a {
  font-size: 12px;
display: flex;
  align-items: center;	
}
.productRight .link02_wrap li a img{
	margin-right: 4px;
}
.productRight .link02_wrap li {
  margin-right: 8px;
}
.productRight .list01_wrap {
  display: flex;
  justify-content: space-between;
align-items: flex-start;
margin-bottom: 24px;	
}
.productRight .link_noshi a {
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 600;	
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/easdocs/entetsu/image/common/icn_question.png);
  background-repeat: no-repeat;
  background-position: 4px center;
  background-size: 24px;
  padding-left: 20px;	
}
.productRight .link_noshi {
  width: calc(50% - 5px);
  height: 40px;	
  border: solid 2px #313131;
  border-radius: 50px;
  text-align: center;
}
.productRight .likeContainer {
  width: calc(50% - 5px);
  height: 40px;
  border-radius: 50px;
  text-align: center;
}
.productRight .likeContainer input {
  width: 100%;
  height: 100%;	
  color: #c50080;	
  border: none;
  background-color: #fff;	
  background-image: url(/easdocs/entetsu/image/common/icn_like.png);
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: 24px;
  border-radius: 50px;
  border: solid 2px #c50080;
}

#itemCartButton {
  max-width: 400px;	
  width: 100%;
  height: 64px;
  font-size: 18px;
  color: #fff;
  background: #333;
  border: none;
  border-radius: 100px;	
  background-image: url("/easdocs/entetsu/image/common/icn_btn_cart.png");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: calc((100% - 156px) /2) center;
}
.outside_sales_period.text-danger {
  max-width: 400px;
  width: 100%;
  height: 64px;
  font-size: 18px;
  color: #fff !important;
  line-height: 64px;
  background: #bbb;
  border: none;
  border-radius: 100px;
  text-align: center;
}
#inlogin_cart {
  max-width: 400px;
  width: 100%;
  height: 64px;
  font-size: 18px;
  color: #fff;
  background: #333;
  border-radius: 100px;
  text-align: center;
  line-height: 64px;
}
#pt120 #itemCartButton.hidden{
	display: none
}
#pt120 #inlogin_cart.hidden {
  display: none;
}

.itemBuyDetail {
  margin-bottom: 16px;
}
.itemInfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.productLeft {
  width: 45%;
  padding: 0 20px;
}
.productRight {
  width: 50%;
  margin-left: 5%;	
}
.intruductionContainer {
  width: 100%;
  margin: 40px auto 56px auto;
  border-top: solid 1px #1c1c1c;
  padding: 20px 0 0 0;
}
.pt120 h2 {
  display: none;
}
.webItemNm {
  font-size: clamp(24px, 2.3vw, 28px);
  font-weight: 600;
  line-height: 1.3;
margin-bottom: 10px;
  display: block;	
}
.pg010MainHtb .screen2sub-contents {
  display: none;
}
.toyakiContainer {
  position: relative;
  margin-top: 10px;
}
.toyakiContainer::before {
  position: absolute;
}
.pro_details #screen2main-contents {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 0 20px;
}
#pt120 .toyakiContainer span font {
  height: 28px;	
  font-size: 13px !important;
  font-weight: 600;
  line-height: 24px;	
  white-space: nowrap;
  padding: 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 40px;	
}
#pt120 .imgProduct {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}
#pt120 .colorSize {
  width: 100%;	
  display: flex;
  align-items: center;
  order: 5;
  margin-bottom: 20px;	
}
#pt120 .colorSize dt {
  font-size: 0;
  white-space: nowrap;	
}
#pt120 .colorSize dt::before {
  content: "お届け方法選択";
  font-size: 15px;
  white-space: nowrap;
  font-weight: normal;
}
#pt120 .colorSizeSelect {
  height: 40px;
  background: #fff;
  border: solid 1px #1c1c1c;
  border-radius: 4px;
}
#pt120 .colorSize dd {
  width: 100%;
  margin-left: 10px;
}
#pt120 .generalPrice {
  font-size: 32px;
  font-size: clamp(24px, 2.6vw, 32px);	
  font-weight: 600;
}
#pt120 .generalPriceTitle {
  display: none;
}
#pt120 .divider {
  display: none;
}
#pt120 .itemCd {
  width: 100%;	
  display: flex;
  font-size: 15px;	
  order: 1;	
}
#pt120 .itemCd dt, #pt120 .itemCd dd {
  color: #939393 !important;
}
#pt120 .buyCountInfo {
  display: flex;
  align-items: center;
}
#pt120 .catchCopyPre {
  display: block;
}
#pt120 .catchCopySuf {
  display: block;
}
#pt120 .itemDetailInfo {
  display: flex;
  flex-wrap: wrap;
}
.toyakiContainer {
  width: 100%;
  order: 1;
  margin: 0 auto 8px auto;
  display: flex;
  flex-wrap: wrap;
  gap:4px; 	
}
.itemIconStar01 {
  display: none !important;
}
.itemIconNm01 {
  color: #3f422e;
  background: #e8f3fc;
  border: solid 2px #3f422e;
}
.itemIconStar02 {
  display: none !important;
}
.itemIconNm02 {
  color: #0a655b;
  background: #e8f3fc;
  border: solid 2px #0a655b;
}
.itemIconStar03 {
  display: none !important;
}
.itemIconNm03 {
  color: #094;
  background: #e8f3fc;
  border: solid 2px #094;
}
.itemIconStar04 {
  display: none !important;
}
.itemIconNm04 {
  color: #119497;
  background: #e8f3fc;
  border: solid 2px #119497;
}
.itemIconStar05 {
  display: none !important;
}
.itemIconNm05 {
  color: #b10c30;
  background: #e8f3fc;
  border: solid 2px #b10c30;
}
.itemIconStar06 {
  display: none !important;
}
.itemIconNm06 {
  color: #013e6c;
  background: #e8f3fc;
  border: solid 2px #013e6c;
}
.itemIconStar07 {
  display: none !important;
}
.itemIconNm07 {
  color: #357aac;
  background: #e8f3fc;
  border: solid 2px #357aac;
  width: 72px;
  height: 28px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50px;
}
.itemIconStar08 {
  display: none !important;
}
.itemIconNm08 {
  color: #528bb4;
  background: #e8f3fc;
  border: solid 2px #528bb4;
}
.itemIconStar09 {
  display: none !important;
}
.itemIconNm09 {
  color: #b23d72;
  background: #e8f3fc;
  border: solid 2px #b23d72;
}
.itemIconStar10 {
  display: none !important;
}
.itemIconNm10 {
  color: #253f41;
  background: #e8f3fc;
  border: solid 2px #253f41;
}
.itemIconStar11 {
  display: none !important;
}
.itemIconNm11 {
  color: #fff;
  background: #c94321;
  border: solid 2px #c94321;
}
.itemIconStar12 {
  display: none !important;
}
.itemIconNm12 {
  color: #fff;
  background: #013e6c;
  border: solid 2px #013e6c;
}
.itemIconStar13 {
  display: none !important;
}
.itemIconNm13 {
  color: #fff;
  background: #528bb4;
  border: solid 2px #528bb4;;
}

#pt110 .toyakiContainer font {
  height: 22px;
  padding: 0 4px;	
}




#pt120 .itemNmContainer {
  width: 100%;
  order: 2;
}
#pt120 .itemBuyDetail {
  width: 100%;
  order: 3;
  display: flex;
  flex-wrap: wrap;	
}
#pt120 .cartContainer {
  width: 100%;
  order: 5;
  text-align: left;	
}
#pt120 #setsumei {
  display: none;
}
#pt120 .specInfo{
	width: 100%;
    order: 4;
  border-top: solid 1px #ccc;
margin-bottom: 20px;	
}
#pt120 .specInfo dl {	
  display: flex;
  padding: 16px 0;
  border-bottom: solid 1px #ccc;
}
#pt120 .specInfo dl:nth-child(1){
  display: block;
}
#pt120 .specInfo dl:nth-child(1) dd {
  width: 100%;
}
#pt120 .specInfo dl dt {
  width: 30%;
  padding: 0 10px;	
}
#pt120 .specInfo dl dd {
  width: 70%;
  padding: 0 10px;
}
#pt120 .generalPriceInfo {
  width: 100%;
  order: 3;
  display: flex;	
}
#pt120 .generalPriceInfo + dl {
  width: 100%;
  order: 3;
  padding-bottom: 8px;
}
#pt120 .ondotaiInfo {
  display: none;
}
#pt120 .buyCountInfo {
  width: 100%;
  order: 6;
}
#pt120 .pointInfo {
  border: none;
  font-size: 14px;
  font-weight: normal;
}
#pt120 #buyCount {
  width: 100px;	
  padding: 10px 16px;
  border-radius: 4px;
  border: solid 1px #000;
}
#pt120 .numberSpinnerWrap .spinner {
  background: #bbb;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
#pt120 .buyCountInfo dd .numberSpinnerWrap {
  display: flex;
  align-items: center;
}
#pt120 .buyCountInfo dd .numberSpinnerWrap .spinner.spinnerDown {
  margin: 0 4px 0 8px;
}
#pt120 .buyCountInfo dt {
  margin-right: 10px;
}
#pt120 .detailMemoP1 {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 0 0;
}

.pro_dt_note {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 56px auto;	
}
.pro_dt_bl {
  width: 48%;
}
.pro_dt_note .title {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: end;
  padding-bottom: 8px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
}
.pro_dt_note .title img {
margin-right: 8px;
}
.pro_dt_note dl {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 16px;
}
.pro_dt_note dl:last-child{
  margin-bottom: 0;
}
.pro_dt_note .txt {
  font-size: 15px;
  line-height: 1.6;	
}
.pro_dt_note .btn{
	width: 100%;
}
.pro_dt_note .btn a {
  width: 240px;
  height: 44px;	
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  line-height: 42px;
  border: solid 1px #000;
  display: block;
  border-radius: 50px;
  margin: 0 auto;	
}
.introductionTitle {
  font-size: 0;
  text-align: left;
  display: block;
  margin-bottom: 24px;
}
.introductionTitle:before{
content: "商品情報";
  font-size: 24px;
  font-weight: 600;
}
.introductionEn {
  display: none;
}

@media screen and (max-width:1000px){
.itemInfo {
  display: block;
	}
.productLeft {
  width: 95%;
}	
.productRight {
  width: 95%;
}	
}

@media screen and (max-width:768px){	
.productLeft {
  width: 100%;
  margin-bottom: 16px;
  padding: 0;	
}	
.productRight {
  width: 100%;
margin-left: 0;	
}
#pt120 .cartContainer {
  text-align: center;
}
#pt120 #inlogin_cart {
margin: 0 auto;
	}
.pro_details #screen2main-contents {
  margin: 0 auto;
}
.productRight .pro_detail_link_wrap {
  margin: 20px auto 0 auto;
}	
}

@media screen and (max-width:599px){	
.webItemNm {
  font-size: clamp(21px, 4vw, 24px);
  font-weight: 600;
}
#pt120 .generalPrice {
  font-size: 32px;
  font-size: clamp(18px, 3.3vw, 20px);	
  font-weight: 600;
}
.pro_dt_note {
  display: block;
	}
.pro_dt_bl {
  width: 100%;
}
.pro_dt_bl:nth-child(1){
margin-bottom: 40px;
} 
.productRight .list01_wrap {
  display: block;
	}
.productRight .list02_wrap {
  display: block;
	}	
.productRight .link02_wrap li {
  margin-right: 0;
  width: 100%;
  margin-bottom: 10px;
}
.productRight .link02_wrap li a {
  font-size: 14px;
	}
.introductionTitle {
  margin-bottom: 10px;
	}
.introductionTitle::before {
  font-size: 18px;
	}
.productRight .link_noshi {
  width: 100%;
  margin-bottom: 16px;	
	}
.productRight .likeContainer {
  width: 100%;
	}
.productRight .link02_wrap {
  display: block;
	}
}

/*------------------------------------------------------------
サイドナビゲーション
------------------------------------------------------------*/
#wrapper.top #pt060 {
  margin-bottom: 40px;
}
#wrapper.top #pt030 {
  margin-bottom: 40px;
}
#wrapper.top .cancelUser {
  text-align: center;
  margin-top: 8px;
}
#wrapper.top #pt060 .loginMain {
  padding: 20px 10px;
}
#wrapper.top #pt060 .btnLogin {
  height: 40px;
  line-height: 40px;
  margin: 16px auto 4px auto;
}
#wrapper.top #pt060 .btnRegisterMember {
  height: 40px;
  line-height: 40px;
  margin: 16px auto 4px auto;
}
#wrapper.top #pt060 .loginFirstPerson {
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 8px;
}
#wrapper.top #forgetMailPass {
  text-align: center;
}
.infoDate {
  font-size: 16px;
  font-weight: normal;
  color: #aaa;
  margin-bottom: 4px;	
}
.infoTitle {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
}

/*------------------------------------------------------------
商品一覧
------------------------------------------------------------*/
.page_prolist #contents {
  display: flex;
  justify-content: center;
}
.pro_details #contents {
  display: flex;
  justify-content: center;
}
.page_pro_list #contents-inner {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
#pt110 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 0 0;
}
.pt110 h2 {
  font-size: 24px;
  font-weight: 500;
  position: relative;
  border-bottom: solid 2px #eee;
  margin: 0 0 30px 5px;
}
.pt110 h2::before {
  content: "";
  width: 200px;
  height: 2px;
  background: #932107;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.pt110 .itemListDetail .webNm {
  font-weight: 400;
  display: block;
}
.pt110 .webNm:nth-of-type(1) {
  font-size: 13px;
}
.pt110 .webNm:nth-of-type(2) {
  font-weight: 600;
}
.pt110 .webNm:nth-of-type(1) span{
  font-weight: 600;	
  color: #777;	
}
.itemList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;	
}
.itemList li {
  width: calc((100% - 96px)  / 4);
  text-align: center;
  margin-right: 32px !important;
margin-bottom: 20px;	
}
.itemList li:nth-child(4n) {
  margin-right: 0 !important;	
}
.itemList::after {
  width: calc((100% - 96px)  / 4);
  content: '';
}
#pt180 .itemList::after {
  display: none;
}
.itemList li:nth-child(4n){
  margin-right: 0;	
}
.itemList li img {
   width: 100%;
  height: auto; 
/*  width: 18em;
  height: 18em;
*/  object-fit: contain;
}
.itemList .itemQty {
  display: block;
}
.itemList .itemAvailable {
  display: block;
  margin-top: 5px;
}
.itemList .link {
  margin-top: 16px;
  display: block;
  text-align: left;
}
.itemList .itemListDetail {
  width: 100%;	
  font-size: 15px;
  margin-bottom: 16px;
  display: block;
  line-height: 1.4;
}
.itemList .proDetails {
  display: none;
}
.itemList .zaikoInfo {
  display: none;
}
.itemList .priceContainer {
  font-size: 16px;
}
.itemList .priceTax {
  font-size: 80%;
color: #777;	
}
.pageFeed select {
  height: 36px;
  background: #fff;
  border: solid 1px #1c1c1c;
  border-radius: 4px;
}
.pageFeed label {
  font-size: 15px;
  padding: 0 8px;
  margin-bottom: 12px;	
}
.pageFeed .form-column {
  display: flex;
  align-items: center;
  justify-content: end;
  border-bottom: solid 1px #b5b5b5;
  padding-bottom: 8px;
}
.pageFeed .section-inner {
  padding: 0;
}
.pager.fs {
  display: flex;
  justify-content: end;
}
.pager.fs li {
  width: 32px;
  height: 32px;
  background: #fff;
  border: solid 1px #010101;
  margin: 0 4px;
padding: 0 10px;
  white-space: nowrap;
  display: flex;	
}
.pager.fs li font {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #010101 !important;
}
.pager.fs li.pageNow {
  background: #010101;
}
.pager.fs li.pageNow font{
  color: #fff !important;
}
/*.itemList .link:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;	
}*/
.itemList .gridLink {
  display: flex;
  flex-wrap: wrap;
}
.itemList .gridLink a.link:nth-of-type(1) {
  width: 100%;	
  order: 1;
}
.itemList li a.link:nth-of-type(2) {
  width: 100%;		
  display: flex;
  flex-wrap: wrap;
  order: 3;	
}
.itemList .favourite {
  order: 2;
}
.itemList .itemAvailable {
  width: 100%;		
  display: block;
  margin-top: 5px;
  order: 4;
}
.itemList .toyakiContainer {
  width: 100%;
  order: 1;
  margin-top: 0;
  margin-bottom: 10px;	
}
.itemList .itemListDetail {
  order: 2;
}
.itemList .priceContainer {
  order: 3;
}
.itemList .ondotaiInfo {
  order: 4;
}

#pt110 {
  margin-bottom: 40px;
}
#pt110 .favourite {
  text-align: right;
  width: 100%;
  margin-top: -37px;
  margin-right: 5px;	
}
#pt110 .btn.btn-favourite {
  width: 32px;
  height: 32px;	
  background: url(/easdocs/entetsu/image/common/icn_like.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#pt110 .btn.btn-delete{
  width: 32px;
  height: 32px;	
  background: url(/easdocs/entetsu/image/common/icn_liked.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#pt110 .itemAvailable .btnSuccess {
  max-width: 260px;	
  width: 100%;
  height: 40px;
  font-size: 0;
  display: block;
  background: #fff;
  background-image: url(/easdocs/entetsu/image/common/cart_btn_pro_list.png);
  background-repeat: no-repeat;
  background-position:center;
  background-size: contain;	
  border: none;
  border: solid 1px #ccc;
  border-radius: 50px;
  margin: 0 auto;
}
#pt110 .itemAvailable .btnSuccess:hover{
	opacity: 0.7;
	transition: 0.5s;
}
#pt110 .cart_order_disabled{
  max-width: 260px;	
  width: 100%;
  height: 40px;
  font-size: 14px;
  color: #fff;	
  display: block;
  background: #ccc;
  border: none;
  border: solid 1px #ccc;
  border-radius: 50px;
  margin: 0 auto;
}
#pt110 .itemList .itemQty {
  display: none;
}
#pt110 .pointNum {
  display: none;
}
#pt110 .generalPrice {
  color: #777;
  font-size: 13px;
}
#pt110 .generalPriceTitle {
  display: none;
}
#pt110 .inlogin_cart {
  order: 5;
  max-width: 260px;
  width: 100%;
  height: 40px;
  font-size: 0;
  display: block;
  background: #fff;
  background-image: url(/easdocs/entetsu/image/common/cart_btn_pro_list_d.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  border: solid 1px #ccc;
  border-radius: 50px;
  margin: 0 auto;	
}
#pt110.page_logined .inlogin_cart {
  display: none;
}
#pt110.page_login .itemAvailable {
  display: none;
}
#pt110 .pt110_colorSize .input-txt-colorSize.num06.row dt{
	font-size: 0;
}
#pt110 .pt110_colorSize .input-txt-colorSize.num06.row dt::before {
  content: "お届け方法選択";
  font-size: 17px;
  padding-right: 10px;
}
#pt110 .pt110_colorSize .input-txt-colorSize.num06.row .ColorSizeSelect {
  height: 40px;
}
#pt110 .pt110_colorSize .input-txt-colorSize.num06.row {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
#pt110 #PT110_colorSizeModal___BV_modal_body_ .colorSizeImg {
  text-align: center;
}
#pt110 #PT110_colorSizeModal___BV_modal_body_ .btn.btn-success-colorSize.btn-sm {
  max-width: 320px;	
  width: 100%;
  height: 48px;
  font-size: 16px;
  color: #fff;
  background: #333;
  border-radius: 50px;
  border: solid 1px #333;	
}
#pt110 #PT110_colorSizeModal___BV_modal_body_ .btn.w-4.text-center.btn-secondary-colorSize.btn-sm{
  max-width: 320px;		
  width: 100%;
  height: 48px;
  font-size: 16px;
  color: #333;
  background: #fff;
  border-radius: 50px;
  border: solid 1px #333;	
}

/*温度帯*/
.ondotaiTitle.ondotaiKbn_0 {
  display: none;
}
.ondotaiValue.ondotaiKbn_0 {
  background: #ea4d26;
  color: #fff;
  padding: 2px 4px;
  font-size: 12px;
}
.ondotaiValue.ondotaiKbn_1 {
  background: #0782cc;
  color: #fff;
  padding: 2px 4px;
  font-size: 12px;
}
.ondotaiValue.ondotaiKbn_2 {
  color: #fff;
  background: #013e6c;
  border: solid 2px #013e6c;
  padding: 0 3px;
}
@media screen and (max-width:1200px){
.itemList li {
  width: calc((100% - 64px)  / 3);
  text-align: center;
  margin-right: 32px !important;	
}
.itemList li:nth-child(4n) {
  margin-right: 32px !important;	
}
.itemList li:nth-child(3n) {
  margin-right: 0 !important;	
}	
.itemList::after {
  width: calc((100% - 64px)  / 3);
  content: '';
}
}


@media screen and (max-width:768px){
.itemList li {
  width: calc((100% - 40px) / 3);
  text-align: center;
  margin-right: 20px !important;
}
.itemList li:nth-child(4n) {
    margin-right: 20px !important;
  }	
.itemList li:nth-child(3n) {
  margin-right: 0 !important;
}	
}

@media screen and (max-width:599px){
.itemList li {
  width: calc((100% - 20px) / 2);
  margin-right: 20px !important;
}
.itemList li:nth-child(3n) {
  margin-right: 20px !important;
}
.itemList li:nth-child(2n) {
  margin-right: 0 !important;
}
.itemList .itemListDetail {
  font-size: 14px;
	}
.itemList .priceContainer {
  font-size: 14px;
}	
.pageFeed label {
  font-size: 14px;
	}
#pt110 #PT110_colorSizeModal___BV_modal_body_ {
  margin: 0 !important;
}
#pt110 #PT110_colorSizeModal {
  padding: 0 !important;
}	
#pt110 #PT110_colorSizeModal___BV_modal_body_ .col-md-12.col-sm-12.text-center.pt-2.pb-2.selectCororSize {
  padding: 0;
    padding-top: 0px;
    padding-bottom: 0px;
}	
}

/*------------------------------------------------------------
最近チェックした商品
------------------------------------------------------------*/
#pt320 {
  background: #f4f4f4;
  padding: 40px 24px 0 24px;
  border-radius: 16px;
}
#pt320 .itemTitle {
  margin-bottom: 20px;
}
#pt320 .itemTitle h3 {
  font-size: 13px;
  font-weight: 600;
  color: #8d8d8d;
  width: 100%;
  display: flex;
  align-items: end;	
}
#pt320 .itemTitle h3:before{
  content: "";
  width: 310px;
  height: 21px;	
  background-image: url("/easdocs/entetsu/image/common/title_recentry.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  margin-right: 10px;	
}

#pt320 .VueCarousel-slide a {
  display: block;
}
#pt320 .VueCarousel-slide.sliderProduct {
  width: calc(100% / 4);
  max-width: calc(100% / 4);
}
#pt320 .VueCarousel-inner {
  gap: 16px;
}
#pt320 .VueCarousel {
  padding-bottom: 20px;
}
#pt320 .sliderProductList .sliderProduct a {
  font-size: 14px;
  text-align: left;
}

@media screen and (max-width:768px){
#pt320 .itemTitle h3 {
  display: block;
}
#pt320 .itemTitle h3::before {
  background-position: left center;	
  margin-bottom: 8px;
  margin-right: 0;	
}	
}

	
	
/*------------------------------------------------------
特商法
------------------------------------------------------*/
#policy {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.8;	
}
#policy .section {
  padding-bottom: 60px;
}
#policy .t_center{
	text-align: center;
}
#policy .my_table {
  font-size: 14px;
  width: 100%;
  border-top: solid 1px #f1f1f1;	
}
#policy .my_table tr{
	border-bottom: solid 1px #f1f1f1;
}
#policy .my_table th {
  width: 26%;	
  font-weight: 600;
  padding: 24px 20px;	
}
#policy .my_table td {
  width: 74%;
  padding: 24px 20px;		
}
#policy .mb20 {
  margin-bottom: 20px;		
}
#policy .note_wrap {
  margin: 20px auto;
}
#policy .title_section {
  font-size: 24px;
  font-weight: bold;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 24px;
}
#policy .fw_b {
  font-weight: bold;
  display: block;
}
#policy .txt span {
  display: block;
}
#policy .sec_inner .my_table {
  margin: 16px auto;
}
#policy .bl {
  border: solid 2px #cbcbcb;
  border-radius: 16px;
  padding: 40px;
  margin-top: 20px;	
}


/*------------------------------------------------------
プライバシーポリシー
------------------------------------------------------*/
#privacy {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.8;
}
#privacy .lead {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 60px;
}
#privacy .section_tiitle {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: solid 1px #cbcbcb;
}
#privacy .privacy_dl {
  margin-bottom: 24px;
}
#privacy .section {
  margin-bottom: 40px !important;
}
#privacy .my_table {
  font-size: 14px;
  width: 100%;
  border-top: solid 1px #f1f1f1;
  margin: 20px auto 0 auto;	
}
#privacy .my_table tr{
	border-bottom: solid 1px #f1f1f1;
}
#privacy .my_table th {
  width: 25%;	
  font-weight: 600;
  padding: 24px 20px;	
}
#privacy .my_table td {
  width: 75%;
  padding: 24px 20px;		
}
#privacy .txt_b_wrap {
  text-align: right;
  font-size: 14px;
  line-height: 1.8;
}

/*------------------------------------------------------
システム環境設定
------------------------------------------------------*/
#system {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.8;	
}
#system .lead {
  font-size: 14px;
  margin-bottom: 40px;
}
#system .section_tiitle {
  font-size: 24px;
  color: #1c1c1c;
  font-weight: 600;
  text-align: center;
  margin-bottom: 32px;
}
#system .section {
  margin-bottom: 48px !important;
}
#system .system_dl {
  margin-bottom: 40px;
}
#system .system_dl:last-child {
  margin-bottom: 0;
}
#system .txt a {
  text-decoration: underline;
}
#system .txt a:hover {
  opacity: 0.7;
  transition: 0.5s;
}
#system .sec02 .txt {
  margin-bottom: 12px;
}
#system .page_sample ul {
  display: flex;
  justify-content: center;
  justify-content: space-between;
}
#system .page_sample li {
  width: calc((100% - 64px)/3);
  text-align: center;	
}
#system .page_sample li .img {
  width: 100%;
  border: solid 1px #ccc;
}


@media screen and (max-width:768px){
#system .page_sample li {
  width: calc((100% - 20px)/3);
	}
}







