@charset "euc-jp";
#new-arrivals .prd-lst-unit .new_mark_img1 {
  display: none !important;
}

#new-arrivals .prd-lst-unit {
  padding: 0 1%;
}
.more-btn {
  display: inline-block !important;
  width: calc(100% - 26px);
}
.more-btn span{
  display: block;
}
.product-list__fav-items {
  margin-top: 10px;
  width: 30px;
}

.product-list__fav-items button {
  display: block;
  width: 100%;
  padding: 5px 0;
  cursor: pointer;
  transition: .2s;
  text-align: center;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

.product-list__fav-items .fav-items {
  color: #ff7373;
}

.product-list__fav-items svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
/**********************************
ここから、アルテミスクラシック・アルテミスキングスバナーのスタイル
**********************************/
.top-bunner__list ul {
  display: flex;
  flex-flow: wrap;
}
.top-bunner__list ul li {
  width: 48%;
  margin: 0 1% 1% 1%;
  list-style: none;
}
.top-bunner__list ul li.img-land {
  width: 98%;
}

@media only screen and (max-width: 768px) {
  .main-section {
 padding-right: 0;
  }
  .top-bunner__list ul {
    margin-left: 0;
  }
  .top-bunner__list ul li {
  width: 48%;
  margin: 0 1% 1% 1%;
}
}
/**********************************
ここまで、アルテミスクラシック・アルテミスキングスバナーのスタイル
**********************************/
/**********************************
ここから、WHAT’S NEW専用スタイル
**********************************/
.news_more-wrap {
  text-align: right;
}
.news_list {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-flow: column;
  margin-left: 0;
}
.news_list li {
  width: 100%;
  list-style: none;
  margin-bottom: 15px;
}
.news_list span:nth-of-type(1) {
  min-width: 150px;
  display: inline-block;
}
.news_list p {
  width: 100%;
  display: flex;
  flex-flow: row;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid #eee;
  color: #4d4d4d;
}
@media only screen and (max-width: 768px) {
  .news_list p {
    flex-flow: column;
  }
  .news_list span:nth-of-type(1) {
    margin-bottom: 5px;
  }
}
/**********************************
ここまで、WHAT’S NEW専用スタイル
**********************************/


/**********************************
ここから、インスタグラム専用スタイル
**********************************/
.insta_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: wrap;
  margin-left: 0;
  margin-bottom: 40px;
  padding-bottom: 90px;
  border-bottom: 1px solid #dbdbdb;
}
.insta_list li {
  width: calc(25% - 3px);
  list-style: none;
  margin-right: 3px;
  margin-bottom: 3px;
}
.insta_list li:nth-of-type(4n) {
  margin-right: 0;
}
.insta_list a {
  display: inline-block;
}
.insta_list img {
  width: 100%;
  align-self: flex-start;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .insta_list li {
    width: calc(50% - 3px);
    list-style: none;
    margin-right: 3px;
  }
  .insta_list li:nth-of-type(2n) {
    margin-right: 0;
  }
}
/**********************************
ここまで、インスタグラム専用スタイル
**********************************/
#container {
  padding-top: 30px;
}

.header-headline-nav li a {
  color: #4d4d4d;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
}
.header-global-nav a,
.header-global-nav span {
  padding-bottom: 5px;
  color: #4d4d4d;
  text-decoration: none;
  font-weight: normal;
  font-size: 18px;
  cursor: pointer;
}
#nav a {
  color: #4d4d4d;
}

#slideshow-block {
  margin-bottom: 0px;
}
#supersized-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin: -30px 0 0 -30px;
  width: 60px;
  height: 60px;
  background: url(https://img.shop-pro.jp/tmpl_img/68/progress.gif) no-repeat center center;
  text-indent: -999em;
}
#supersized {
  position: absolute;
  left: 0;
  z-index: 1;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
  #supersized .row {
    position: relative;
  }
  #supersized img {
    position: absolute;
    display: none;
    width: auto !important;
    height: auto !important;
    outline: none;
    border: none;
  }
  #supersized.speed img {
    -ms-interpolation-mode:nearest-neighbor;
    image-rendering: -moz-crisp-edges;
  }
  #supersized.quality img {
    -ms-interpolation-mode:bicubic;
    image-rendering: optimizeQuality;
  }
  #supersized li {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -30;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    background-color: #fff;
    list-style: none;
  }
  #supersized li.prevslide {
    z-index: -20;
  }
  #supersized li.activeslide {
    z-index: -10;
  }
  #supersized li.image-loading {
    width: 100%;
    height: 100%;
    background: #111 url(https://img.shop-pro.jp/tmpl_img/68/progress.gif) no-repeat center center;
  }
  #supersized li.image-loading img {
    visibility: hidden;
  }
  #supersized li.prevslide img,
  #supersized li.activeslide img {
    display: inline;
  }
#slide-list {
  position: absolute;
  bottom: 20px;
  margin: 0 !important;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: .85em;
  font-family: Arial;
}
  #slide-list li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
  }
  #slide-list a {
    display: block;
    margin: 0 5px;
    width: 70px;
    height: 10px;
    outline: 0;
    background: #5e5e5e;
    text-indent: -9999px;
    opacity: 0.7;
    cursor: pointer;
  }
  #slide-list a:hover,
  #slide-list .current-slide a {
    background: #ecd062;
    opacity: 1;
  }
#controls-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  *z-index: 50;
}
#controls {
  position: relative;
  z-index: 50;
  height: 100%;
}
#slidecaption {
  position: absolute;
  left: 1%;
  z-index: 2;
  padding-bottom: 20px;
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
}
  #controls-wrapper.mode-static {
    position: static;
    padding: 15px 0;
    height: auto;
  }
  #controls-wrapper.mode-static #slide-list {
    position: static;
  }

@media only screen and (max-width: 980px) {
  #supersized {
    top: 60px;
  }
  #controls-wrapper {
    position: static;
    height: auto;
  }
  #slide-list {
    position: static;
    padding-top: 15px;
  }
    #slide-list a {
      width: 15px;
      height: 15px;
    }
  #slidecaption {
    left: 3%;
    padding-bottom: 6px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  #slidecaption {
    left: 20px;
    padding-bottom: 10px;
  }
}

/** Gogoleドキュメントスタイル **/
/**.ttl-h2.no-mg {
margin: 0;
} **/
.google-news__full iframe{
width: 100%;
height: 150px;
margin-bottom: 5%;
border: none;
  overflow: scroll;
}
.google-news__full iframe::-webkit-scrollbar{
  display: none;
}
@media only screen and (max-width: 600px) {
.google-news__full iframe{
height: 250px;
}
}