@charset "euc-jp";
#container {
  padding-top: 30px;
  font-family: '¥Ò¥é¥®¥ÎÌÀÄ« Pro W3', 'Hiragino Mincho Pro', 'ÞâÌÀÄ«', 'Yu Mincho', 'ÞâÌÀÄ«ÂÎ', 'YuMincho', '£Í£Ó £ÐÌÀÄ«', 'MS PMincho', 'Noto Serif JP',serif;
}

.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%;
  height: 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;
  }

.in-box{
  justify-content:space-evenly;
    text-align: center;
}

.in-box h3{
  margin:0;
  padding: 10px 0;
  display:inline-block;
  font-size:18px;
  font-weight:100;
  padding-left:10px;
  white-space:nowrap;
}

.in-box img{
  width:30%;
}

a:hover{
 text-decoration:none;
}

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

  /* ========================================
        2019/02/07
  ======================================== */


.retake-banner02{
  width: 100%;
  margin-bottom: 40px;
}
.retake-banner02>ul{
  overflow: hidden;
  width: 100%;
  margin: auto;
}
.retake-banner02>ul>li{
  width: 32%;
  float: left;
  margin-right: 2%;
  list-style: none;
}
.retake-banner02>ul>li:last-child{
  margin-right: 0;
}

.unstyled>li:nth-child(3n){
  padding-right: 0;
}

.ttl-h2{
  position: relative;
}
.ttl-h2::before,
.ttl-h2::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
}
.ttl-h2::before{
  width: 25%;
  height: 5px;
  background: #000;
  bottom: -10px;
}
.ttl-h2::after{
  width: 100%;
  height: 2px;
  background: #000;
  bottom: -8px;
}

@media only screen and (max-width: 980px){
  .unstyled>li:nth-child(2n){
    padding-right: 0;
  }
  .unstyled>li:nth-child(3n){
    padding-right: 30px;
  }
  .ttl-h2::before{
    width: 180px;
  }
  .in-box h3{
  font-size:17px;
  }
  
}


@media only screen and (max-width: 768px) {
  .retake-banner02{
    width: 95%;
    margin: 0 auto 40px;
  }
  .retake-banner02>ul{
    overflow: visible;
  }
  .retake-banner02>ul>li{
    width:100%;
    float: none;
    margin: 0 auto 30px;
  }
  .unstyled>li:nth-child(3n){
    padding-right: 10px;
  }
  
  .newsColumn li{
  padding-bottom:20px;
  }
  

  .in-box{
  padding: 0 10px;
  justify-content:space-evenly;
  }
  
  

  .in-box h3{
  padding-left:20px;
  font-size: 12px;
   white-space:nowrap;
  }
  
}

.title-h2-wrap{
  text-align:center;
  margin-bottom:30px;
}

.title-h2{
  margin:0 auto;
  text-align:center;
  display:inline-block;
  
}

.title-h2-news::after{
  content:"News & Column";
  font-size: medium;
  display:block;
  border-top:1px solid #000;
}

.title-h2-customersVoice::after{
  content:"Customer's Voice";
  font-size: medium;
  display:block;
  border-top:1px solid #000;
}

.title-h2-scentGroup::after{
  content:"Place";
  font-size: medium;
  display:block;
  border-top:1px solid #000;
}

.title-h2-place::after{
  content:"Place";
  font-size: medium;
  display:block;
  border-top:1px solid #000;
}

.title-h2-purpose::after{
  content:"Purpose";
  font-size: medium;
  display:block;
  border-top:1px solid #000;
}

.title-h2-price::after{
  content:"Price";
  font-size: medium;
  display:block;
  border-top:1px solid #000;
}

.info-block{
  padding-bottom:80px;
}

.info-block h3{
  text-align:center;
}

.info-block:last-of-type{
margin-bottom:50px;
}

.in-box{
 padding:10px;
 border:1px solid #24140e;
 border-radius:1px;
 margin-bottom: 10px;
  display:flex;
  align-items:center;
}




@media screen and (max-width:480px) {
 .in-box h3{
   font-size:25px;
  }
  
}
  


  /* ========================================
        2019/02/07
  ======================================== */

.slide-items__wrap{
   padding-bottom:80px;

}

.bx-wrapper .bx-pager {
  bottom:-50px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background:#bcbcbc !important;
    width: 20px !important;
    height: 20px !important;
    margin: 0 20px !important; 
    border-radius: 15px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
 background:#333 !important;
}

.bx-prev, .bx-next{
   display:none;
}

  /* ========================================
        2019/02/07
  ======================================== */

.info-section .section-wrapper {
  	margin: 30px 0;
}

.info-section .title-block{
	display: flex;
 	text-align:center;
}

.info-section .title-block .en{
	color:C7AD68;
}
.info-section .title-block .ja{
	font-size:1.5rem;
}


.info-section .detail-block .release-date{
	width:150px;
}
