@charset "euc-jp";
/*
.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;
}
*/

/* お知らせ　新規会員登録ボタン */
.notice_registration_btn {
	width:250px;
	height:50px;
	border: 1px solid #FFFFFF;
	border-radius:5px;
	color:#FFFFFF;
	background:#0A7C24;"
}
.notice_registration_btn:hover {
	background:#8EC22F;"
}


#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;
  }

.favorite-block h2 span {
  font-size: 12px;
}

.favorite-block .caution {
    font-size: 12px;
    margin-bottom: 1.2rem;
    display: inline-block;
  background: #efefef;
  padding: 0.8rem;
}

@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;
  }
}

/* top-banner CSS */
.top-banner {
  position: fixed;
  line-height: 0;
  bottom: 50px;
  right : 20px;
  display: none; /* 初期状態では非表示 */
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.top-banner-close-button {
  /* float: right; */
  cursor: pointer;
  position: absolute;
  margin: 25px 0 0 175px;
}
.close_icon {
  width: 36px;
  margin-top: 162px;
  margin-left: 13px;
  display: flex;
}

/*====================
ポップアップ
====================*/
#my-popup {
  display: none !important;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 200;
  width: 40vw;
  height: 40vw;
  max-width: 200px;
  max-height: 200px;
}
#my-popup.is-shown {
  display: block;
}
#my-popup .popup-close {
  display: block;
  position: absolute;
  top: -8px;
  right: -8px;
  z-index: 2;
  transform: rotate(45deg);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #2a222080;
  cursor: pointer;
}
#my-popup .popup-close:before,
#my-popup .popup-close:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  width: 12px;
  height: 2px;
  border-radius: 2px;
  margin: auto;
  background-color: #fff;
}
#my-popup .popup-close:after {
  transform: rotate(90deg);
}
#my-popup .popup-bnr {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  transform: translateZ(0);
  filter: drop-shadow(2px 2px 20px rgba(0,0,0,.25));
}
@media screen and (min-width: 48em) {
  #my-popup .popup-close,
  #my-popup .popup-bnr img {
    transition: .3s ease-out;
  }
  #my-popup .popup-close:hover {
    background-color: #2a2220
  }
  #my-popup .popup-bnr:hover img {
    transform:scale(1.05);
  }
}
