@charset "utf-8";

/************************************************************
* main banner
************************************************************/
#sliderWrp {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100vh;
}
.slider_main {
  position: relative;
}
.slider_main .slider_img {
  position: relative;
}
.slider_main .slider_img>a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.slider_main .slider_img>p {
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
}
.slider_logo,.slider_btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: 150px;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
}
.slider_logo {
  margin: auto;
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(-50%,50%);
  transform: translate(-50%,50%);
}
.slider_btn {
  margin-bottom: 60px;
}
.main_scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
}
#newsBtn {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  z-index: 102;
}
#newsBtn a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
}
#newsBtn span {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 50px;
  left: 0;
  background: #fff;
}
#newsBtn span:nth-child(1) {
  top: 19px;
}
#newsBtn span:nth-child(2) {
  top: 28px;
}

/************************************************************
* news menu
************************************************************/
#newsClose {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  width: 50px;
  height: 50px;
}
#newsClose a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
}
#newsClose span {
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 0;
  margin-top: 2px;
}
#newsClose span:nth-child(1) {
  top: 14px;
  transform: translateY(8px) rotate(-45deg);
  -webkit-transform: translateY(8px) rotate(-45deg);
}
#newsClose span:nth-child(2) {
  top: 30px;
  transform: translateY(-8px) rotate(45deg);
  -webkit-transform: translateY(-8px) rotate(45deg);
}
#newsToggle {
  position: fixed;
  display: none;
  top: 0;
  right: -50%;
  width: 50%;
  height: 100vh;
  z-index: 103;
  overflow-y: auto;
}
.news_toggle_wrp {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 70px 70px 70px 0;
  background: #000;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.news_menu {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 28px 40px;
  background: #fff;
  border: 1px solid #fff;
}
.news_menu_r {
  float: right;
  margin-right: 32px;
}
.news_menu_r li {
  position: relative;
  float: left;
  margin-right: 26px;
}
.news_menu_r li a {
  position: relative;
  display: block;
  padding: 6px 2px;
}
.news_menu_count {
  position: absolute;
  float: none;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  margin-right: 35px;
  border-radius: 50%;
}
.news_menu_count a {
  display: block;
  width: 30px;
  height: 30px;
  color: #fff;
  font-weight: 700;
  background: #000;
  border-radius: 50%;
}
.news_menu_count span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.news_lst {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 53px 0 30px 50px;
}
.news_lst a {
  display: block;
  color: #fff;
}
.news_lst ul {
  padding: 30px 0 35px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.news_lst li {
  margin-bottom: 29px;
  line-height: 1.8;
}
.news_lst li:last-child {
  margin-bottom: 0;
}
.news_lst dl {
  display: table;
  width: 100%;
  color: #fff;
}
.news_lst dt,.news_lst dd {
  display: table-cell;
  vertical-align: top;
  line-height: 1.8;
}
.news_lst dt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 140px;
  padding-left: 13px;
}
.news_lst dt:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0,-50%) translateY(-2px) rotate(45deg);
  transform: translate(0,-50%) translateY(-2px) rotate(45deg);
  width: 4px;
  height: 4px;
  margin-top: 15px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.news_ttl {
  margin-bottom: 22px;
}
.news_ttl_sp {
  display: none;
}
.news_sns {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 50px;
}
.news_sns ul{
  display: table;
  margin: auto;
  max-width: 390px;
}
.news_sns ul li{
  display: table-cell;
  text-align: center;
}
.news_sns ul li:first-of-type{
  padding-right: 30px;
}
.news_sns ul li:last-of-type{
  padding-left: 30px;
}
/* .news_sns ul li:first-of-type:before {
content: "/";
position: absolute;
top: 0;
left: 0;
margin: -12px 0 0 -6px;
color: #fff;
font-size: 30px;
display: block;
line-height: 1.5;
} */


/************************************************************
* contents menu
************************************************************/
.contents_menu {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1360px;
  margin: 0 auto 40px;
  padding: 0 20px;
}
.contents_menu_wrp {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 17px 40px;
  border: 1px solid rgba(0,0,0,0.1);
}
.contents_menu p,.contents_menu ul,.contents_menu li {
  float: left;
}
.contents_menu p {
  margin-right: 35px;
  position: relative;
}
.contents_menu ul, .contents_menu ul.contents_menu_r{
  padding-top: 13px;
}
.contents_menu li {
  position: relative;
  margin-right: 41px;
}
.contents_menu li a {
  position: relative;
  display: block;
  padding: 6px 2px;
}
.contents_menu li:before {
  content: "/";
  position: absolute;
  top: 1px;
  right: -23px;
  color: #000;
}
.contents_menu li:last-child:before {
  display: none;
}
.contents_menu .contents_menu_r {
  float: right;
  position: relative;
}
.contents_menu_r li {
  margin-right: 26px;
}
.contents_menu_r li:before {
  display: none;
}
.contents_menu_count a {
  display: block;
  width: 30px;
  height: 30px;
  color: #fff;
  font-weight: 700;
  background: #000;
  border-radius: 50%;
  position: relative;
}
.contents_menu_count span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.contents_menu_r .contents_menu_count{
  margin-right:30px;
  padding-top: 8px;
}
.contents_menu_r .contents_menu_sns {
  padding:8px 0 0 8px;
  margin-right:0;
  position:relative;
}
.contents_menu_r .contents_menu_sns:before {
  display:block;
  content:"";
  position:absolute;
  left:0;
  top: 14px;
  height:20px;
  width:0;
  border-left:1px solid #e5e5e5;
}
.contents_menu_r .contents_menu_sns a{
  display:inline-block;
  margin-left:20px;
  padding:5px;
}
.contents_menu_r .contents_menu_sns a:not(:last-child){
  margin-right: 23px;
  position:relative;
}
.contents_menu_r .contents_menu_sns a img{
  display:inline;
}
.contents_menu_r .contents_menu_sns a:not(:last-child):before {
  content: "/";
  position: absolute;
  top: 3px;
  right: -25px;
  color: #000;
}

.brand_toggle_wrp{
  max-width:1360px;
  margin: auto;
}
.contents_menu_r p.get_account{
  position: absolute;
  margin-right: 0;
  top: -45px;
  right: 0;
}

/************************************************************
* contents ranking
************************************************************/
.contents_rank_ttl {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 36px;
  padding: 0 20px;
}
.contents_rank_ttl img {
  margin: 0 auto;
}
.rank_lst {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 80px;
  padding: 0 20px;
}
.rank_lst ul {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 80px;
  border-top: 1px solid #e5e5e5;
}
.rank_lst ul:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.rank_lst li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: table-cell;
  width: 410px;
  max-width: 33.3333333333%;
  padding: 25px;
  border-right: 1px solid #e5e5e5;
}
.rank_lst li:last-child {
  border-right: 0;
}
.rank_lst li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 3px;
  margin: -17px -15px 0 0;
  background: #fff;
}
.rank_lst ul:last-child li:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 3px;
  margin: 0 -15px -17px 0;
  background: #fff;
}
.rank_lst li:last-child:before,.rank_lst ul:last-child li:last-child:after {
  display: none;
}
.rank_lst div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  border: 15px solid #f7f7f7;
}
.rank_lst a {
  position: relative;
}
.rank_lst a>span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  margin: 6px 0 0 4px;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  z-index: 1
}
.rank_lst a>span>span {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  width: 100%;
  text-align: center;
}
.rank_lst p {
  width: 100%;
  margin: 0;
  padding: 0 0 75%;
  background: center/cover no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.15,1.15);
  transform: scale(1.15,1.15);
}
.rank_lst dl {
  margin-top: 5px;
  text-align: center;
  line-height: 1.8;
}
.rank_lst dt {
  font-size: 12px;
}
.rank_lst dt span {
  display: block;
  font-size: 16px;
}
.rank_lst dd {
  padding-top: 10px;
}

/************************************************************
* 1500&#65533;&#65533;
************************************************************/
@media screen and (min-width: 1531px) {

  /* contents menu */
  .contents_menu {
    padding: 0 70px;
  }

  /* contents ranking */
  .rank_lst {
    width: 1500px;
    margin: 0 auto 80px;
    padding: 0 70px;
  }

}

/************************************************************
* 1300&#65533;&#65533;
************************************************************/
@media screen and (max-width: 1300px) {


}

/************************************************************
* 1000&#65533;&#65533;
************************************************************/
@media screen and (max-width: 1000px) {

  /* main banner */
  #newsBtn {
    display: none;
  }

  /* news menu */
  #newsClose {
    display: none;
  }
  #newsToggle {
    position: relative;
    display: block;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 0;
    overflow-y: visible;
  }
  .news_toggle_wrp {
    padding: 0 15px;
    background: #fff;
    overflow: visible;
  }
  .news_ttl {
    display: none;
  }
  .news_ttl_sp {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
  }
  .news_ttl_sp img {
    max-height: 19px;
    margin: 0 auto;
  }
  .news_menu {
    display: none;
  }
  .news_lst {
    padding: 5px 0 8px;
    border-bottom: 1px solid #000;
    color: #000;
  }
  .news_lst a {
    color: #000;
  }
  .news_lst ul {
    padding: 0;
    border: 0;
  }
  .news_lst dl{
    color: #000;
  }
  .news_lst dt:before {
    border-top: solid 2px #000;
    border-right: solid 2px #000;
  }
  .news_lst dd p {
    display: inline;
  }
  .news_ttl {
    margin-bottom: 10px;
    border-bottom: solid 1px #000;
  }
  /* .news_sns {
  display: none;
  } */
  .news_btn {
    display: block;
    margin: 14px 0 0;
    padding-bottom: 85px;
  }
  .news_btn img {
    width: 200px;
    margin: 0 auto;
  }

  /* contents menu */
  .contents_menu {
    display: none;
  }

  /* contents ranking */
  .rank_lst {
    padding: 0 15px;
  }
  .rank_lst ul {
    padding: 15px 0;
  }

}
@media screen and (max-width: 759px) {
  .news_ttl_sp img {
    max-height: 15px;
  }
}


/************************************************************
* 760 mouse over
************************************************************/
@media screen and (min-width: 760px) {

  /* main banner */
  .main_scroll:hover {
    opacity: 0.7;
  }

  /* news menu */
  .news_menu_r li a:hover:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    margin-bottom: -1px;
    background: #000;
  }
  .news_menu_count a:hover {
    color: #000;
    background: #fff;
  }
  .news_lst a:hover dt,.news_lst a:hover dd {
    text-decoration: underline;
  }
  .news_sns a:hover img {
    opacity: 0.7;
  }

  /* contents menu */

  .contents_menu_count a:hover {
    color: #000;
    background: #fff;
  }

  /* contents ranking */
  .rank_lst div {
    overflow: hidden;
    position: relative;
  }
  .rank_lst a:hover p {
    -webkit-transform: scale(1.4,1.4);
    transform: scale(1.4,1.4);
  }
  .rank_lst a:hover dl {
    text-decoration: underline;
  }
  .rank_lst h3 {
    font-size: 12px;
  }

}

/************************************************************
* 759
************************************************************/
@media screen and (max-width: 759px) {

  /* main banner */
  #sliderWrp {
    height: auto;
  }
  .slider_logo {
    margin-bottom: 78px;
  }
  .slider_btn {
    margin-bottom: 25px;
  }
  .slider_btn img {
    width: 200px;
  }

  /* main banner */
  .main_scroll {
    display: none;
  }

  /* news menu */
  .news_lst {
    color: #000;
    font-size: 10px;
  }
  .news_lst li {
    margin-bottom: 4px;
    line-height: 1.8;
  }
  .news_lst dt {
    width: 92px;
    padding-left: 6px;
  }
  .news_lst dt:before {
    width: 2px;
    height: 2px;
    margin-top: 11px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
  }
  .fitting .slick-arrow {
    bottom: -30px;
  }
  .fitting{
    margin: 40px 0 40px;
  }
  /* contents menu */
  .contents_menu {
    display: none;
  }

  /* contents ranking */
  .contents_rank {
    display: none;
  }


}

.contents_rank .chenge_price_txt{
  display:inline;
}


.header_r.contents_menu_r .contents_menu_count a{
  color: #000;
  background: #fff;
}
.header_r.contents_menu_r .contents_menu_count a:hover{
  color: #fff;
  background: #000;
}
.header_r.contents_menu_r .contents_menu_sns a:not(:last-child):before{
  color:#fff;
}

#brandToggle .brand_toggle_wrp, #aboutToggle .brand_toggle_wrp{
  max-width: 100%;
}
#brandToggle.brand_toggle2 .brand_toggle_wrp, #aboutToggle.about_toggle2 .brand_toggle_wrp{
  padding: 17px 40px;
}
#brandToggle .brand_toggle_wrp .contents_menu, #aboutToggle .brand_toggle_wrp .contents_menu{
  padding: 0;
}

#brandToggle.brand_toggle2, #aboutToggle.about_toggle2{
  max-width: 1360px;
  margin: auto;
  right: 0;
}
@media screen and (min-width:1531px){
  #brandToggle .brand_toggle_wrp .contents_menu, #aboutToggle .brand_toggle_wrp .contents_menu{
    max-width: 100%;
  }
  #brandToggle .brand_toggle_wrp, #aboutToggle .brand_toggle_wrp {
    padding: 17px 40px;
    max-width: 100%;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1001px){
  .contents_menu li {
    margin-right: 25px;
  }
  .contents_menu li:before {
    right: -16px;
  }
}

.news_toggle_wrp.contents_menu {
  margin: 0;
  padding: 70px 70px 70px 0;
}
.news_toggle_wrp.contents_menu .news_menu.contents_menu_r{
  float: none;
  text-align:right;
  padding: 23px 40px;
}
.news_toggle_wrp.contents_menu .news_menu.contents_menu_r ul{
  padding-top:0;
}
.news_toggle_wrp.contents_menu .news_menu.contents_menu_r ul,
.news_toggle_wrp.contents_menu .news_menu.contents_menu_r p{
  padding-top:0;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.news_toggle_wrp.contents_menu .contents_menu_r .contents_menu_sns:before{
  top: 7px;
}
.news_toggle_wrp .news_sns_ul{
  float: none;
  max-width: 100%;
}
.news_toggle_wrp .news_sns_ul li {
  margin-right: 0;
}

@media screen and (min-width:1531px){
  .news_toggle_wrp.contents_menu .news_menu.contents_menu_r {
    padding: 23px 40px;
  }
}
@media screen and (max-width:1200px) and (min-width:1001px){
  .news_toggle_wrp.contents_menu .news_menu.contents_menu_r {
    padding: 28px 40px;
  }
  .header_wrp {
    padding: 20px;
  }
  .contents_menu_r li {
    margin-right: 21px;
  }
  .contents_menu_r .contents_menu_count {
    margin-right: 20px;
  }
}

@media screen and (max-width:1000px){
  .header_r.contents_menu_r{
    display:none;
  }
}

@media screen and (max-width: 1000px){
  .news_toggle_wrp.contents_menu{
    padding:0 15px;
    display: block;
  }
  .news_menu.contents_menu_r, .news_toggle_wrp.contents_menu li:before{
    display:none;
  }
  .news_toggle_wrp.contents_menu p, .news_toggle_wrp.contents_menu ul, .news_toggle_wrp.contents_menu li{
    float:none;
    margin-right: 0;
  }
  .news_toggle_wrp.contents_menu p{
    margin-right: 0;
  }
  .news_toggle_wrp.contents_menu .news_sns {
    padding-left:0;
    margin-bottom: 40px;
  }
  .news_toggle_wrp.contents_menu .news_sns_ul{
    margin:auto;
  }
  .news_toggle_wrp.contents_menu .news_sns_ul a:hover:before{
    display: none;
  }
  .news_toggle_wrp.contents_menu .item_btn{
    display:block;
    margin: 5px auto 40px;
  }
  .news_toggle_wrp.contents_menu .item_btn img{
    margin:20px auto;
    width: 200px;
  }
}

@media screen and (min-width: 759px){
  .header_wrp{
    display: none;
  }
}
@media screen and (max-width: 758px){
  #wrapper{
    padding-top: 47px;
  }
}

/* 201124&#65533;&#626;&#65533;css */
.new_item h2.contents_item_ttl img{
  margin: 0 auto;
}
.news_sec {
  box-sizing: border-box;
}
.news_contents *,
.top_instagram_wrap * {
  box-sizing: border-box;
}
.news_sec,.brand_sec{
  padding: 0 145px;
}
body .news_sec {
  padding: 0 20px;
  max-width: 1260px;
  margin: 0 auto;
}
.news_sec,.brand_sec{
  display: flex;
  justify-content: space-between;
}
h2.news_sec_ttl{
  padding-bottom: 15px;
}
.news_sec .news_contents{
  flex: 1 49%;
  max-width: 49%;
  padding-right: 30px;
}
.news_sec .link_contents{
  flex: 1 1 320px;
  max-width: 320px;
}
.news_list.top_news{
  padding: 41px 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.news_sec .news_list li{
  padding-left: 15px;
  position: relative;
}
.news_sec .news_list li::before{
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  left: 0;
  top: 7px;
  transform: rotate(-45deg);
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.news_sec .news_list li:not(:last-child){
  padding-bottom: 18px;
}
.news_sec .news_list li dl{
  display: flex;
  border-bottom: none;
  padding: 0;
}
.news_sec .news_list li dt{
  font-weight: bold;
  padding-right: 20px;
}
.sns_link_pc{
  display: flex;
  align-items: center;
  max-width: 400px;
  margin: 50px auto 0;
  justify-content: space-between;
}
.sns_link_pc p:not(:last-child) {
  padding-right: 20px;
}
.link_btn.gafas{
  padding-bottom: 20px;
}
.news_youtube img{
margin: auto;
}
.sp_toggle_wrp .news_youtube img{
padding: 20px 0 20px 0;
}
.brand_sec{
  margin: 35px 0 0;
}
.brand_sec .contents_cat_ttl,.brand_sec .contents_cat_ttl dt{
  margin-bottom: 0;
}
.brand_wrp{
  flex: 1 1 900px;
  max-width: 900px;
  min-width: 1px;
  min-height: 1px;
}
.brand_wrp .brand_contents:first-child{
  margin-bottom: 110px;
}
.brand_wrp h2.brand_name img{
  margin: 0 auto;
  padding: 20px 0;
}
.brand_wrp .cat_txt{
  text-align: center;
  padding: 20px 0;
}
.brand_item_wrp{
  display: flex;
  justify-content: space-between;
}
.brand_item_wrp .brand_item_img:not(:last-of-type){
  padding-right: 10px;
}
.brand_item_img{
  text-align: center;
}
.brand_item_img img{
  border: 1px solid #000;
}
.brand_item_img p{
  position: relative;
  display: inline-block;
  font-family: Arial Black;
  font-size: 14px;
  padding-top: 15px;
}

.item_img a:hover p,.item_img a:hover div {
  top: 0;
  opacity: 1;
}

/* .contents_item.new_item{
  padding: 0 135px 280px 135px;
} */

/* new item &#65533;&#65533;&#65533;&#65533;css*/

@media screen and (max-width: 1106px){
  body .news_sec {
    max-width: 1000px;
  }
}
@media screen and (min-width: 759px){
  .news_sec .news_list li dl {
    font-size: 12px;
  }
  .new_item .slider_item .item_img{
    padding: 0px 10px;
    box-sizing: border-box;
    vertical-align: top;
  }
  .new_item .slider_item .item_img a p,.new_item .slider_item .item_img a >div {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 14px;
    background: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    z-index: 1;
  }
  .new_item .item_lst_detail,.new_item .slider_item .item_img figure{
    position: relative;
  }
  .new_item .slider_item .item_img figure{
    padding: 0px 0 60%;
  }
  .new_item .slider_item .item_img a >div {
    border: 1px solid #000;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
  }
  .new_item .slider_item .item_img a:hover >div{
    color: #fff;
    background: #000;
  }
  .new_item .item_lst_detail{
    top: 0;
    transform: none;
  }
  .new_item .slider_item .item_img a{
    padding-bottom: 0;
  }
  .new_item .slider_item .item_img a:hover{
    text-decoration: none;
  }
  .new_item .item_lst_name{
    margin-bottom: 5px;
    text-align: center;
  }
  .new_item .item_lst_cat{
    margin-top: 5px;
  }
  h3.item_lst_name{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    width: 90%;
    margin: 0 auto;
  }

}

@media screen and (min-width: 1531px){
  .new_item .contents_item_ttl {
    width: 100%;
  }
}
@media screen and (min-width: 759px){
  header{
    padding: 0;
  }
}

@media screen and (max-width: 1350px){
  .item_lst_price{
    font-size: 14px;
  }

}

@media screen and (max-width: 1300px){
  .brand_sec{
    padding: 0;
    position: relative;
    z-index: 1;
  }
  .brand_wrp{
    display: block;
    max-width: 100%;
  }
}

@media screen and (max-width: 1000px){
  .news_sec{
    display: none;
  }
}
@media screen and (max-width: 758px){
  #wrapper{
    padding-top: 47px;
  }
}

@media screen and (max-width: 758px){

}


/************************************************************
* sidebar_wrp
************************************************************/
@media screen and (min-width: 759px){
  .sidebar_wrp {
    padding-bottom: 100px;
  }
}

/************************************************************
* column_slider
************************************************************/
.top_foot_slider_wrap {
  margin-top: 20px;
}
@media screen and (max-width: 759px){
  .top_foot_slider_wrap {
      margin: 101px 0 -60px;
  }
}

/************************************************************
* instagram
************************************************************/
.top_instagram_wrap {
  width: 550px;
  margin: -6px auto 0;
  display: flex;
  flex: 550px;
}
.top_instagram_wrap iframe {
  height: 100%;
}
@media screen and (max-width: 1000px){
  .top_instagram_wrap iframe {
    height: 342px;
  }
}
@media screen and (max-width: 759px){
  .top_instagram_wrap {
    width: 500px;
    margin: 0 auto 0;
    flex: auto;
  }
  .top_instagram_wrap iframe {
    height: 332px;
  }
}
@media screen and (max-width: 615px){
  .top_instagram_wrap iframe {
    height: 337px;
  }
}
@media screen and (max-width: 530px){
  .top_instagram_wrap {
    width: 400px;
  }
  .top_instagram_wrap iframe {
    height: 280px;
  }
}
@media screen and (max-width: 458px){
  .top_instagram_wrap iframe {
    height: 280px;
  }
}
@media screen and (max-width: 430px){
  .top_instagram_wrap {
    width: 350px;
  }
}
@media screen and (max-width: 380px){
  .top_instagram_wrap iframe {
    height: 233px;
  }
  .top_instagram_wrap {
    width: 320px;
  }
}
@media screen and (max-width: 350px){
  .top_instagram_wrap iframe {
    height: 220px;
  }
  .top_instagram_wrap {
    width: 300px;
  }
}
@media screen and (max-width: 330px){
  .top_instagram_wrap {
    width: 270px;
  }
}

/* 20231208 */
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 758px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}