@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
html, body, header, nav, ul, li, p, a, div, img, dd, dt, dl, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}
body {
  overflow-x: unset;
}
.clearfix:before, .clearfix:after {
  content: ' ';
  display: table;
  clear: both;
}
.blog_inner ul {
  margin-bottom: 0px;
  margin-left: 0;
}
#encount {
  width: unset;
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  overflow: hidden;
  text-align: center;
}
#encount img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}
#encount p {
  font-size: 1em !important;
  margin-top: 0 !important;
}
#encount h1, #encount h2, #encount h3, #encount h4, #encount h5 {
  color: #151515;
  text-align: center;
  background: none;
  border: none;
  font-weight: 700;
}
#encount h1 {
  font-size: 2em;
  line-height: 140%;
  letter-spacing: 1px;
  margin: 1.5em auto 1em;
}


#encount h2 img {

  margin: 0 auto;
}
#encount h3 {
  font-size: 2em;
  line-height: 180%;
  margin: 0.5em auto 0.5em;
}
#encount h3 span {
  color: #8e7046;

}
#encount #wine {
  color: #660c12;
}
#encount .encount_wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
/*
#encount .categorylist {
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
	justify-content: center;
}
#encount section.category {
	margin: 0px auto;
	width: 100%;
}
#encount .categorylist div{
	flex-basis: calc(100% / 3);
  padding: 1%;    
}*/
.img_wrap img {
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
}
.img_wrap:hover img {
  opacity: 0.6;
  transition-duration: 0.3s;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  transform: translateY(-10px);
}
#encount section.item_2 .flex div {
  flex-basis: 50%;
  /*margin-bottom: 25px;*/
  margin-bottom: 0px;
  padding: 0%;
}
#encount .flex {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  justify-content: center;
}
#encount p.main_text {
  margin: 1em auto !important;
  text-align: left;
  line-height: 180%;
  display: block !important;
  font-size: 1em !important;
  padding: 0 2em;
}
#encount p.main_text2 {
  margin: 20px auto 20px !important;
  text-align: center;
  line-height: 180%;
  display: block !important;
  font-size: 1em !important;
}
#encount p.model {
  margin: 20px auto 80px !important;
}
#encount section {
  width: 100%;
  /*margin: 100px auto;*/
  margin: auto 0;
}
#encount section.style {
  margin: 30px auto 40px;
}
#encount p.itemname {
  width: 100%;
  margin: 1em auto 0.5em !important;
  text-align: center;
  line-height: 180%;

}
#encount p.price {
  width: 100%;
  margin: 0 auto !important;
  font-size: 1.1em !important;
  text-align: center !important;
}
#encount p.price span {
  color: #C52F32;
  font-size: 1.4em !important;
  font-weight: bold;
}
#encount section.style3 .itembox {
  width: 100%;
  margin-bottom: 40px;
}
#encount section.style3 .itembox div {
  flex-basis: 50%;
  padding: 1%;
}
#encount section.style3 .itembox p {
  text-align: center;
  line-height: 180%;
  font-size: 1em !important;
}
#encount section.style3 .itembox p.price {
  font-size: 1.2em !important;
}
#encount .box h3 {
  margin: 0 auto;
  padding: 12px 20px;
  background: #ededed;
  font-weight: bold;
  font-size: 1em;
  text-align: left;
  border-bottom: solid 1px #000;
  position: relative;
}
#encount .style .slide ul {
  width: 100%;
  max-width: 510px;

}

#encount .slider{
padding-top: 2em;
}
#encount .style .slide ul li img {
  width: 100%;
  max-width: 510px;
}
#encount .Info .shoplist {
  width: 100%;
  margin: 50px auto 0px;
}
#encount .Info .shopinfo {
  margin: 0 auto 0px;
}
#encount .Info ol {
  display: block;
  margin: 20px 30px;
  font-size: 115%;
  list-style-type: disc;
}
#encount .Info p {
  margin: 0 20px 60px !important;
  font-size: 1em !important;
}
#encount .Info p.maintext {
  width: 95%;
  margin: 0 auto;
  text-align: center;
}
#encount .Info p.maintext span {
  font-size: 1.3em;
}
#encount .Info p.maintext a {
  text-decoration: underline;
}
#encount .Info .shop {
  text-align: center;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  width: 95%;
  margin: 50px auto;
}
#encount .Info .shop div {
  flex-basis: 20%;
  padding: 2%;
  margin: auto;
}
#encount .Info .shop div a {
  text-decoration: none;
  color: #333;
}
#encount .Info .shopinfo .box {
  width: 95%;
  border: #333 1px solid;
  margin: 10px auto;
}
#encount .Info .shopinfo .box .inner {
  padding: 3% 2%;
}
#encount .Info dl {
  width: 95%;
  margin: 5px auto;
  font-size: 14px;
  padding: 0 2%;
  display: inline-block;
}
#encount .Info dt {
  float: left;
  width: 40%;
  padding: 20px 0;
  background: #ededed;
  text-align: center;
  font-size: 1em;
}
#encount .Info dd {
  float: right;
  width: 50%;
  padding: 20px 0;
  text-align: left;
  margin-left: 0;
  margin-inline-start: 0;
  font-size: 1em;
}
#encount .Info dd span {
  font-size: 1em;
  line-height: 180%;
}
/* 購入ボタン */
#encount .itemlist a, #encount .itemlist span, #encount .buy, #encount section.style .otheritem, .itemlist a, .itemlist .coming {
  display: block;
  width: 100%;
  max-width: 150px;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #080808;
  background: #080808;
  color: #FFF;
  /*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
  transition: 0.6s;
  margin: 0 auto;
}
#encount section.style .otheritem {
  /* font-family: 'DIN-Condensed', sans-serif;*/
  font-size: 1em;
  text-align: center;
  max-width: 500px;
  width: 65%;
  padding: 10px 3px;
  margin: 10px auto;
}
#encount .buy {
  padding: 10px 0;
  margin: 10px auto 0;
  width: 70%;
}
#encount .itemlist span {
  background: #FFF;
  color: #333;
}
#encount .buy:hover, #encount .itemlist a:hover, #encount section.style .otheritem:hover, .itemlist a:hover, .itemlist .coming {
  background: #FFF;
  text-align: center;
  border: 1px solid #080808;
  color: #080808;
}
#encount .online31-inner {
  width: 100%;
  max-width: 700px;
}
#encount .online31-inner img {
  width: 100%;
}
#encount section.style .textaria {
  margin: 20px auto 35px;
  width: 100%;
}
#encount .itemlist, .itemlist {
  font-size: 1em !important;
  text-align: left;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  width: 100%;
  max-width: 600px;
  margin: 10px auto;
}
#encount .itemlist div:first-child {
  width: 75%;
  padding: 3px 1% 3px 0;
}
#encount .itemlist div:last-child {
  width: 25%;
  display: flex;
  align-items: center;
  padding-right: 1%;
}
/* profile */
#encount section.instagram {
  width: 90%;
  max-width: 700px;
  margin: 100px auto;
}
#encount .profile {
  /*width: 85%;*/
  max-width: 400px;
  margin: 0 0 50px;
}
#encount .profile div:first-child {
  flex-basis: 30%;
}
#encount .profile div:last-child {
  flex-basis: 70%;
  padding-left: 5%;
  text-align: left;
  line-height: 150%;
  margin: auto;
}
#encount .profile p.modelname #encount .profile p.modelname {
  font-weight: 500;
  font-size: 1.3em !important;
  /*font-family: 'DIN-Condensed', sans-serif;*/
  color: #443001;
  line-height: 100%;
}
#encount .profile p.proftext {
  font-size: 1em !important;
}
#encount .profile div:last-child div {
  margin: 5px 0 0;
  width: 100%;
  padding-left: 0 !important;
}
#encount .profile div:last-child p.icon {
  margin: 0 !important;
  font-size: 1em !important;
  flex-basis: 50%;
  text-align: left;
}
#encount .profile a {
  text-decoration: underline;
  color: #443001;
}
#encount .profile div:last-child p.icon img {
  width: 20%;
  max-width: 20px;
  vertical-align: middle;
  padding-right: 2%;
  display: inline-block !important;
}
.featherlight-content {
  width: 100%;
  max-width: 600px !important;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-family: "Times New Roman", serif;
  padding: 40px !important;
  border-bottom: 0 !important;
}
.featherlight-content p {
  font-size: 1em !important;
  color: #666;
}
.featherlight-content p.price span {
  color: #C52F32;
  font-size: 1.2em !important;
  font-weight: bold;
}
.featherlight-content p.colorname {
  width: 100%;
  border-bottom: 1px solid #666666;
  text-align: left;
  font-size: 1.3em !important;
  color: #555555;
}
.featherlight-content p.colorname span {
  font-size: 1em !important;
}
.featherlight-content .name {
  width: 80%;
  margin: 20px auto;
}
.featherlight-content a:hover {
  text-decoration: none !important;
}
.featherlight-content a {
  outline: none !important;
}
.itemlist div:first-child {
  width: 75%;
  padding: 3px 1% 3px 0;
}
.itemlist div:last-child {
  width: 25%;
  display: flex;
  align-items: center;
  padding-right: 1%;
}
/* 回遊リンク */
#encount .Banner4 {
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#encount .Banner4 h3 {
  font-size: 30px !important;
  margin: 50px auto;
  padding: 20px 0;
  border-top: double #000;
  border-bottom: 1px solid #000;
  color: #000;
  letter-spacing: 3px;
}
#encount .Banner4 ul {
  display: inline;
}
#encount .Banner4 ul li {
  display: inline-block;
  width: 47% !important;
  margin: 1% 1% 2% 1%;
}
@media only screen and (min-width:749px) {
  .pc_none {
    display: none !important;
  }
  #encount .right {
    flex-direction: row-reverse;
  }
  #encount .right .flex_box:last-child {
    padding-left: 0;
    padding-right: 5%;
  }
  #encount section.instagram .flex .profile {
    flex-basis: calc(100% / 2 - 10px);
    margin-right: 10px;
  }
  /* ヘッダー・フッターの崩れを直す */
  #news_detail .detail {
    width: 100% !important;
  }
  #news_detail .detail .head {
    width: 1000px !important;
    margin: 0 auto 50px !important;
  }
  #news_detail .detail .content p:first-child {
    margin: 0 auto;
    max-width: 1000px !important;
  }
  #topicpath {
    width: 1168px;
    margin: 0 auto;
  }
  .paging {
    width: 1000px;
    margin: 0 auto;
  }
  .item_category_links {
    width: 1168px;
    margin: 100px auto 0;
  }
}
@media screen and (max-width:748px) {
  .sp_none {
    display: none;
  }
  #encount h1 {
    font-size: 3.8vw;
    line-height: 150%;
  
  }
#encount h2 img {
  width: 100%;
  margin: 0 auto;
}

  #encount p.main_text {
    display: block !important;
    width: 95%;
    text-align: left;
    font-size: 3.8vw;
    padding: 0;
  }
 
  #encount section.style .otheritem {
  
    font-size: 1em;
    padding: 3px 3px;
  }
  #encount h3 {
    font-size: 4.8vw;
    

  }

 
  #encount p, #encount div, #encount .other_text, .featherlight-content p {
    font-size: 3.8vw !important;
    line-height: 180%;
  }
  #encount section.category {
    margin: 0px auto;
    width: 95%;
  }
  #encount section {
    margin: 0vw auto;
  }
  #encount section.style {
    margin: 0vw auto;
  }
  #encount p.itemname {
 
  }
  #encount section.style .textbox p {
    text-align: left;
  }
  #encount section.style2 .textbox, #encount section.style3 .textbox {
    margin: 5.5vw auto;
  }
  #encount section.style .textaria {
    margin: 1vw auto 5vw;
  }
  #encount section.style .textaria p {
    font-size: 3.8vw !important;
    line-height: 150%;
  }
  #encount .itemlist div {
    font-size: 3.8vw !important;
    line-height: 150% !important;
  }
  #encount .Info dd span {
    font-size: 3.8vw;
  }
  #encount .itemlist div:first-child {
    width: 77%;
  }
  #encount .itemlist div:last-child {
    width: 23%;
  }
  #encount .itemlist span {
    font-size: 3.8vw;
  }
  .featherlight-content {
    padding: 5% 15px !important;
    font-size: 3.8vw !important;
  }
  .featherlight-content p.colorname {
    font-size: 4.5vw !important;
  }
  p.price {
    font-size: 4vw !important;
    line-height: 110%;
  }
  #encount section.style3 .itembox {
    padding: 3vw 0;
    margin-bottom: 20px;
  }
  #encount .categorylist {
    margin-bottom: 20px;
  }
  #encount .buy {
    padding: 5px 0;
    max-width: 115px;
  }
  
   .blog_inner h3 {
 padding-left: 0;
 } 
  /* 100%表示用 */
  #news_detail .detail {
    margin: 0 auto;
  }
  /* 回遊リンク */
  #encount .Banner4 {
    text-align: center;
    width: 100%;
  }
  #encount .Banner4 ul {
    margin: 0 auto;
    width: 95%;
  }
  #encount .Banner4 ul li {
    width: 95% !important;
    margin: 0 0 5% 0 !important;
  }
  #encount section.instagram {
    margin: 12.125vw auto;
  }
  #encount .categorylist div {
    flex-basis: calc(100% / 2) !important;
    padding: 2%;
  }
  /* ヘッダー */
  #news_detail .detail .content p:first-child img {
    display: none;
  }
  #encount .header {
    position: relative;
    /*height: 109vw;*/
  }
  #encount .header .title {
    position: absolute;
    top: 1vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
  }
}