* {
    font-size: 13px;
    font-family: 'Noto Serif', 'Noto Sans JP', sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    color: #000;
}

a {
    color: #444;
}

a:hover {
    opacity: 0.8;
}

/* 画像スクロール表示 */
.fadein {
    opacity : 0;
    transform : translate(0, 30px);
    transition : all 500ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
/* 画像スクロール表示 */

/* PC・スマホ・タブレット切り分け */

.when-sp{
    display: block;
    visibility: visible;
}

.when-tb{
    display: none;
    visibility: hidden;    
}

.when-pc{
    display: none;
    visibility: hidden;
}

@media (min-width: 649px) and (max-width: 1199px) {
    .when-sp{
        display: none;
        visibility: hidden;
    }
    
    .when-tb{
        display: block;
        visibility: visible;
    }
    
    .when-pc{
        display: none;
        visibility: hidden;
    }
}

@media (min-width: 1200px) {
    .when-sp{
        display: none;
        visibility: hidden;
    }

    .when-tb{
        display: none;
        visibility: hidden;    
    }

    .when-pc{
        display: block;
        visibility: visible;

    }
}

/* PC・スマホ・タブレット切り分け */

.section--top{
    padding-top: 20px;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    height: 4px !important;
    -webkit-transition: all .6s cubic-bezier(.19,1,.22,1);
    transition: all .6s cubic-bezier(.19,1,.22,1);
    background-color: #000;
}

.menu___txt{
    position: fixed;
    top: 42px;
    left: 9px;
    font-size: 10px;
    letter-spacing: 1px;
    color: #fff;
}

.top--catch {
    font-family: "Sawarabi Mincho";
    font-weight: 300;
    color: #fff;
    text-shadow: 0 0 3px #000;
    font-size: 27px;
    letter-spacing: 4px;
}

.nav-item, .nav-link{
    font-weight: 300;
    font-size: 12px;
    color: #fff !important;
}

.dropdown_multilayer_menu_sub, .dropdown_multilayer_menu_third {
    background: none;
}

.dropdown_multilayer_menu_sub .nav-item, .dropdown_multilayer_menu_third .nav-item{
    background: none;
}

.dropdown_multilayer_menu_sub .nav-item .nav-link, .dropdown_multilayer_menu_third .nav-item .nav-link {
    background-color:rgba(0, 0, 0, 0.9);
}

@media (min-width: 896px) {
    * {
        font-size: 14px;
    }

    .section--top{
        padding-top: 50px;
    }
}

h1{
    font-size: 12px !important;
    letter-spacing: 2px !important;
    margin-bottom: 0 !important;
}

.logo_title{
    margin: auto;
}

.logo_title a img {
    height: 50px;
}

.navbar {
    position: relative;
    z-index: 9999;
    padding: .5rem 6.5rem !important;
} 
.dropdown_multilayer_menu_sub {
    position: absolute;
    width: 210px;
    color: #000;
    background:  rgba(255, 255, 255, 1); 
    visibility: hidden;

}
.dropdown_multilayer_menu_third_sub {
    position: absolute;
    top: 0;
    left: 210px;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    visibility: hidden;
}
.dropdown_multilayer_menu_third::after {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f105";
    position: absolute;
    top: 8px;
    right: 10px;
}
.dropdown_multilayer_menu_third {
    position: relative;
}
.dropdown_multilayer_menu_third:hover 
.dropdown_multilayer_menu_third_sub {
    visibility: visible;
}
.dropdown_multilayer:hover 
.dropdown_multilayer_menu_sub {
    visibility: visible;
}


@media (min-width: 896px) {
.section--titles{
    color: #222;
    font-size: 24px;
    font-weight: 200;
	display: flex;
    align-items: center;
    margin-bottom: 30px;
}
}

.section--titles::before, .section--titles::after {
    content: "";
	flex-grow: 1;
	height: 1px;
	background: #222;
    display: block;
}

.section--titles::before {
    margin-right: .4em;
}

.section--titles::after {
    margin-left: .4em;
}

.form-control{
    position: relative;
    display: block;
    width: 60%;
    max-width: 600px;
    margin: auto;
}

.btn-search {
    position: absolute;
    top: 7px;
    right: 20px;
    background-color: rgba(0,0,0,0);
    height: 16px;
    width: 16px;
    border: none;
    margin-left: -21px;
    background: url(../img/search.png) no-repeat scroll 0% 0% transparent;
    border: 0px none;
    cursor: pointer;
}

@media (min-width: 896px) {
    .btn-search {
        position: absolute;
        top: 8px;
        right: 275px;
    }
}

.vegas-slide, .vegas-slide-inner{
    background-attachment: fixed !important;
}

/* swiperカスタム */
.swiper-custom-button{
    background-image: none !important;
    background-color: rgba( 0, 0, 0, 0.5);
    color: white;
    font-size: 36px;
    text-align: center;
    width: 24px !important;
    height: 24px !important;
    line-height: 6px;
}
.swiper-custom-button .fa{
    line-height: 20px;
}

.swiper-container02{
    box-sizing: content-box;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.swiper-custom-button02{
    background-image: none !important;
    color: #666;
    font-size: 36px;
    text-align: center;
    width: 24px !important;
    height: 24px !important;
    line-height: 6px;
    top: 51.5% !important;
}
.swiper-custom-button02 .fa{
    line-height: 20px;
    font-size: 36px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #666 !important;
}
/* swiperカスタム */

.section--titles{
    color: #000;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 200;
	display: flex;
    align-items: center;
    margin-top: 10px;
}

.section--titles::before, .section--titles::after {
    content: "";
	flex-grow: 1;
	height: 1px;
	background: #000;
	display: block;
}

.section--titles::before {
    margin-right: .4em;
}

.section--titles::after {
    margin-left: .4em;
}

.section--subtitles-jp{
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 30px;
}

@media (min-width: 896px) {
    .section--titles{
        color: #000;
        font-size: 30px;
        font-weight: 200;
        display: flex;
        align-items: center;
        margin-top: 50px;
    }
}

input::placeholder {
    color: #fff;
}

.SearchBtn{
    position: absolute;
    top: 8px;
    right: 3.5%;
}

.content--single{
    display: block;
    width: 100%;
    padding: 10px 0 0 0;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    height: 75px;
}

.content-ttls{
    font-size: 11px;
    letter-spacing: 0;
    margin-bottom: 5px;
    margin-top: 10px;
}

.content-subttls{
    font-size: 9px;
    padding-bottom: 0 !important;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 0;
    line-height: 0.7em;
}

.content--single:hover{
    text-decoration: none;
    color: #fff;
    opacity: 0.95;
}

.rcm-box {
    width: 100%;
    background: #000;
    position: relative;
    overflow: hidden;
  }
  .rcm-box img {
    display: block;
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  .rcm-box:hover img {
    opacity: 0.3;
  }
  .rcm-overlay {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .rcm-box:hover .rcm-overlay {
    opacity: 1;
  }
  .rcm-contents {
    padding: 0 10px 5px;
    color: #000;
    -webkit-transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    -webkit-transition: transform 0.4s, color 0.4s;
    transition: transform 0.4s, color 0.4s;
  }
  .rcm-box:hover .rcm-contents {
    color: #fff !important;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  .rcm-button {
    background: #000;
    padding: 5px 30px;
    text-decoration: none;
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
  }
  .rcm-box:hover .rcm-button {
    background: #000;
  }

  .rcm-title{
      color: #fff;
  }

  .rcm-description{
    color: #fff;
  }

.white-space-for{
    display: inline-block;
    width: 40%;
    padding: 30px;
    position: absolute;
    left: 30px;
    bottom: 30px;
    background-color: rgba(255, 255, 255, 0.7);
    line-height: 2.4em;
    border-radius: 10px;
}

.white-space-for-right{
    display: inline-block;
    width: 40%;
    padding: 30px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    background-color: rgba(255, 255, 255, 0.7);
    line-height: 2.4em;
    border-radius: 10px;
}

.white-space-for-sp{
    display: inline-block;
    width: 90%;
    padding: 30px;
    position: absolute;
    left: 5%;
    bottom: 5%;
    background-color: rgba(255, 255, 255, 0.7);
    line-height: 1.2em;
    border-radius: 5px;
}

/* タブ切り替えCSS */
.tab_wrap{
    width:100%;
    margin: 0 auto;
}
input[type="radio"]{
    display:none;
}
.tab_area{
    font-size:0;
    margin:0 10px;
}
.tab_area label{
    width: 14%;
    display:flexbox;
    box-sizing: border-box;
    padding:12px 0;
    color:#000;
    background:#ddd;
    text-align:center;
    font-size:13px;
    cursor:pointer;
    transition:ease 0.2s opacity;
    font-family: 'Roboto Condensed', sans-serif;
}
.tab_area label:hover{
    opacity:0.5;
}
.panel_area{
    background:#fff;
}
.tab_panel{
    width:100%;
    padding: 20px 0;
    display:none;
}
 
#tab1:checked ~ .tab_area .tab1_label{
    position: relative;
    background:#000;
    color:#fff;
}
#tab1:checked ~ .tab_area .tab1_label:after{
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;

    border-width: 10px 10px 0 10px;
    border-color: #000 transparent transparent transparent;

    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    display: block;
}
#tab1:checked ~ .panel_area #panel1{
    display:block;
}

#tab2:checked ~ .tab_area .tab2_label{
    position: relative;
    background:#000;
    color:#fff;
}
#tab2:checked ~ .tab_area .tab2_label:after{
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;

    border-width: 10px 10px 0 10px;
    border-color: #000 transparent transparent transparent;

    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    display: block;
}
#tab2:checked ~ .panel_area #panel2{
    display:block;
}

#tab3:checked ~ .tab_area .tab3_label{
    position: relative;
    background:#000;
    color:#fff;
}
#tab3:checked ~ .tab_area .tab3_label:after{
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;

    border-width: 10px 10px 0 10px;
    border-color: #000 transparent transparent transparent;

    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    display: block;
}
#tab3:checked ~ .panel_area #panel3{
    display:block;
}

#tab4:checked ~ .tab_area .tab4_label{
    position: relative;
    background:#000;
    color:#fff;
}
#tab4:checked ~ .tab_area .tab4_label:after{
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;

    border-width: 10px 10px 0 10px;
    border-color: #000 transparent transparent transparent;

    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    display: block;
}
#tab4:checked ~ .panel_area #panel4{
    display:block;
}

#tab5:checked ~ .tab_area .tab5_label{
    position: relative;
    background:#000;
    color:#fff;
}
#tab5:checked ~ .tab_area .tab5_label:after{
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;

    border-width: 10px 10px 0 10px;
    border-color: #000 transparent transparent transparent;

    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    display: block;
}
#tab5:checked ~ .panel_area #panel5{
    display:block;
}

#tab6:checked ~ .tab_area .tab6_label{
    position: relative;
    background:#000;
    color:#fff;
}
#tab6:checked ~ .tab_area .tab6_label:after{
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;

    border-width: 10px 10px 0 10px;
    border-color: #000 transparent transparent transparent;

    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    display: block;
}
#tab6:checked ~ .panel_area #panel6{
    display:block;
}

#tab7:checked ~ .tab_area .tab7_label{
    position: relative;
    background:#000;
    color:#fff;
}
#tab7:checked ~ .tab_area .tab7_label:after{
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;

    border-width: 10px 10px 0 10px;
    border-color: #000 transparent transparent transparent;

    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    display: block;
}
#tab7:checked ~ .panel_area #panel7{
    display:block;
}

.foot--infomation-center{
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.foot-guide-ttls{
    font-weight: 700;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #fff;
    color: #fff;
}


/* マフラートップ */

.radius-factor{
    display: block;
    width: 100%;
    height: 130px;
    background-color: #000;
    color: #fff;
    font-size: 21px;
    letter-spacing: 2px;
    border-radius: 6px;
    line-height: 130px;
}

.radius-factor:hover{
    color: #fff;
    text-decoration: none;
}



/* オフィシャルCSS丸コピー */

* {
    font-size: 14px;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ" , "Osaka", "MS PGothic", arial, helvetica, sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    color: #000;
}

@media (min-width: 992px) {
    * {
        font-size: 14px;
        letter-spacing: 2px;
    }
}

a {
    color: #000 !important;
}

a:hover {
    opacity: 0.9;
    text-decoration: none !important;
}

.logo-letters {
    font-family: 'Spectral SC', serif;
    font-size: 32px !important;
    font-weight: 300 !important;
    letter-spacing: 3px;
    color: #fff !important;
}

@media (min-width: 992px) {
    .logo-letters {
        font-family: 'Spectral SC', serif;
        font-size: 42px;
    }
}

.glow--txt {
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}


.first-visual {
    background-image: url(../img/main-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom right;
    padding-top: 300px;
    padding-bottom: 200px;
    margin-top: -70px;
}

@media (min-width: 992px) {
.first-visual {
    background-image: url(../img/main-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom right;
    padding-top: 400px;
    padding-bottom: 300px;
    margin-top: -70px;
}
}

.top--catch {
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 3px #000;
}

.top--catch span{
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 3px #000;
}

.typing {
  opacity: 0;
  }
.typing span {
  opacity: 0;
  color: #fff;
font-size: 16px;
  }
.big--txt span {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}

.big--txt-ttls span {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 0;
}

.big--txt-ttls-bk span {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 4px;
    color: #000;
}

.section-titles {
    font-size: 21px;
    letter-spacing: 0;
}

.catch--3point {
    padding-top: 30px;
}

@media (min-width: 992px) {
.catch--3point {
    padding-top: 150px;
}   
}

.first-bg {
    background-image: url(../img/3poit-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding-top: 50px;
    padding-bottom: 80px;
    margin-bottom: 30px;
}

.second-bg {
    background-image: url(../img/ec-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: right;
    padding-top: 30px;
    padding-bottom: 40px;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
.second-bg {
    background-image: url(../img/ec-bg.jpg);
    background-attachment: fixed;
    background-size: 100%;
    background-position: right;
    padding-top: 60px;
    padding-bottom: 80px;
    margin-bottom: 30px;
}
}

.opa-section {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 15px;
    border-radius: 7px;
}

@media (min-width: 992px) {
    .section-titles {
        font-size: 32px;
        letter-spacing: 4px;
    }
}

/*  */
.fadein {
    opacity : 0;
    transform : translate(0, 30px);
    transition : all 500ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
/*  */

h3{
    font-weight: 700 !important;
}

.container{
    margin-top: 20px;
}

@media (min-width: 992px) {
    .container{
        margin-top: 40px;
    }
}

.pc-head--menu{
    border-top: 1px solid #9fc68b;
    border-bottom: 1px solid #9fc68b;
    margin: 20px auto;
    padding: 10px 0;
}

/* swiper???????? */
.swiper-custom-button-top{
    background-image: none !important;
    color: #000 !important;
    font-size: 36px;
    text-align: center;
    width: 24px !important;
    height: 24px !important;
    line-height: 6px;
    top: 100% !important;
}
.swiper-custom-button-top .fa{
    line-height: 20px;
    color: #000;
}

.swiper-custom-button{
    background-image: none !important;
    background-color: rgba( 0, 0, 0, 0.5);
    color: #fff !important;
    font-size: 36px;
    text-align: center;
    width: 24px !important;
    height: 24px !important;
    line-height: 6px;
    top: 50% !important;
}
.swiper-custom-button .fa{
    line-height: 20px;
    color: #fff;
}

.swiper-rank-button{
    background-image: none !important;
    background-color: rgba( 0, 0, 0, 0.5);
    color: #fff !important;
    font-size: 36px;
    text-align: center;
    width: 24px !important;
    height: 24px !important;
    line-height: 6px;
    top: 58% !important;
}
.swiper-rank-button .fa{
    line-height: 20px;
    color: #fff;
}

.swiper-parent {
    position: relative;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow-x: hidden !important;
    overflow-y: visible !important;
    z-index: 1;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #9fc68b !important;
}

.form-group{
    margin-top: 90px;
    padding: 20px;
}

@media (min-width: 992px) {
    .form-group{
        margin-top: 10px;
        padding: 40px;
    }
}

.btn-search {
    position: absolute;
    top: 54px;
    right: 42px;
    background-color: rgba(0,0,0,0);
    height: 16px;
    width: 16px;
    border: none;
    margin-left: -21px;
    background: url(https://www.rakuten.ne.jp/gold/naturalgift/compass/shop/img/search.png) no-repeat scroll 0% 0% transparent;
    border: 0px none;
    cursor: pointer;
}

@media (min-width: 992px) {
    .btn-search {
        position: absolute;
        top: 30%;
        right: 30%;
    }
}

.keyword--tag{
    display: inline-block;
    border-radius: 3px;
    padding: 5px 10px;
    margin-right: 7px;
    margin-bottom: 7px;
    font-size: 13px;
}

.keyword--tag:hover{
    background-color: #000 !important;
    color: #fff !important;
}

.recommend--bnr{
    margin-bottom: 50px;
}

.recommend--bnr a img {
    border-radius: 10px;
}

.recommend--bnr__un{
    position: relative;
    border-top: 1px solid #efefef;
}

.recommend--price{
    position: absolute;
    top: 5px;
    left: 0;
    color: #bf0000;
    font-weight: 500;
}

.rakuten--logi__ico{
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 0;
    background-color: #000;
    padding: 4px 8px;
    border-radius: 3px;
    font-weight: 700;
    color: #fff !important;
    letter-spacing: 0;
}

/* ????????????????? */
.fadein {
    opacity : 0;
    transform : translate(0, 30px);
    transition : all 500ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
/* ????????????????? */

/* PC????????????? */

.when-sp{
    display: block;
    visibility: visible;
}

.when-pc{
    display: none;
    visibility: hidden;
}

@media (min-width: 992px) {
    .when-sp{
        display: none;
        visibility: hidden;
    }
    
    .when-pc{
        display: block;
        visibility: visible;

    }
}

/* PC????????????? */

/* ??©????????? */
#PageTopBtn {
    position: fixed;
    bottom: -10px;
    right: 10px;
    z-index: 99999999;
}
#PageTopBtn a {
    display: block;
    padding: 5px 7px;
    text-decoration: none;
    color: #fff;
    background: #000;
    text-align: center;
    border-radius: 5%;
    outline: none;
}
#PageTopBtn a:hover {
    text-decoration: none;
}
/* ??©????????? */

.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    height: 2px !important;
    -webkit-transition: all .6s cubic-bezier(.19,1,.22,1);
    transition: all .6s cubic-bezier(.19,1,.22,1);
    background-color: #000;
}

.menu___txt{
    position: fixed;
    top: 42px;
    left: 11px;
    font-size: 10px;
    letter-spacing: 1px;
    color: #000;
}

.nav-item, .nav-link{
    font-weight: 300;
    padding-right: 0;
    padding-left: 0;
}

.dropdown_multilayer_menu_sub .nav-item .nav-link, .dropdown_multilayer_menu_third .nav-item .nav-link {
    background-color: #000;
}

h1{
    font-size: 12px !important;
    letter-spacing: 2px !important;
    margin-bottom: 0 !important;
}

.logo_title{
    margin: auto;
}

.logo_title a img {
    height: 50px;
}

.navbar {
    position: relative;
    z-index: 9999;
    padding: .5rem 6rem !important;
} 
.dropdown_multilayer_menu_sub {
    position: absolute;
    width: 210px;
    color: #000;
    background:  rgba(255, 255, 255, 1); 
    visibility: hidden;

}
.dropdown_multilayer_menu_third_sub {
    position: absolute;
    top: 0;
    left: 210px;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    visibility: hidden;
}
.dropdown_multilayer_menu_third::after {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f105";
    position: absolute;
    top: 8px;
    right: 10px;
}
.dropdown_multilayer_menu_third {
    position: relative;
}
.dropdown_multilayer_menu_third:hover 
.dropdown_multilayer_menu_third_sub {
    visibility: visible;
}
.dropdown_multilayer:hover 
.dropdown_multilayer_menu_sub {
    visibility: visible;
}

.rec--items{
    margin-bottom: 25px;
}


.footer--titles{
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 2px solid #efefef;
    margin-bottom: 10px;
}

.when-is-your-shipping{
    display: inline-block;
    padding: 5px 10px;
    background-color: #bf0000;
    color: #fff;
    margin-bottom: 0;
}

.explain--ttls{
    color: #473c2b;
    border-bottom: 1px dotted #473c2b;
    margin-top: 30px;
}

.head-slide-wrap{
    padding-top: 0;
}

.brand--search{
  padding-left: 5px !important;
  padding-right: 5px !important;
  font-size: 9px;
}

@media (min-width: 992px) {
  .brand--search{
    padding-left: 15px;
    padding-right: 15px;
    font-size: 9px;
  }
}

.ranking--bgg{
    background-color: #fffbee;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 70px;
    background-image: none;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.bottom-explain--bgg{
    background-color: #fff;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 60px;
    background-image: none;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

@media (min-width: 992px) {
.ranking--bgg{
    background-color: #fffbee;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 60px;
}

.bottom-explain--bgg{
    background-color: #e6dfdc;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 60px;
    background-image: url(../img/bg-explain.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
}

.button--more:hover {
    color: #fff !important;
}

table{
  width: 100%;
  border-spacing: 0;
}

table th{
  border-bottom: solid 2px #ffcccc;
  padding: 10px 0;
  width: 30%;
}

table td{
  border-bottom: solid 2px #fff;
  padding: 10px 0;
  width: 70%;
}

  .button--search:hover {
    background-color: #000 !important;
    color: #fff;
  }

/*  */

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc;
  font-size: 0.875em;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #fff;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ccc;
  font-size: 0.875em;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #fff;
}

input::placeholder, textarea::placeholder {
  color: #ccc;
  font-size: 0.875em;
}

input:focus::placeholder, textarea::focus:placeholder {
  color: #fff;
}

input::-ms-placeholder, textarea::-ms-placeholder {
  color: #ccc;
  font-size: 0.875em;
}

input:focus::-ms-placeholder, textarea:focus::-ms-placeholder {
  color: #fff;
}

/* on hover placeholder */

input:hover::-webkit-input-placeholder, textarea:hover::-webkit-input-placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::-webkit-input-placeholder, textarea:hover:focus::-webkit-input-placeholder {
  color: #cbc6c1;
}

input:hover::-moz-placeholder, textarea:hover::-moz-placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::-moz-placeholder, textarea:hover:focus::-moz-placeholder {
  color: #cbc6c1;
}

input:hover::placeholder, textarea:hover::placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::placeholder, textarea:hover:focus::placeholder {
  color: #cbc6c1;
}

input:hover::placeholder, textarea:hover::placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::-ms-placeholder, textarea:hover::focus:-ms-placeholder {
  color: #cbc6c1;
}

#form {
  position: relative;
  width: 100%;
  margin: 20px auto 100px auto;
}

@media (min-width: 992px) {
#form {
  position: relative;
  width: 50%;
  margin: 20px auto 100px auto;
}
}
    
input {
  font-family: 'Lato', sans-serif;
  font-size: 0.875em;
  width: 100%;
  height: 50px;
  padding: 0px 15px 0px 15px;
  
  background: transparent;
  outline: none;
  color: #333;
  
  border: solid 1px #333;
  border-bottom: none;
  
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

input:hover {
  background: #333;
  color: #e2dedb;
}

textarea {
  width: 100%;
  max-width: 100%;
  height: 110px;
  max-height: 110px;
  padding: 15px;
  
  background: transparent;
  outline: none;
  
  color: #333;
  font-family: 'Lato', sans-serif;
  font-size: 0.875em;
  
  border: solid 1px #333;
  
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

textarea:hover {
  background: #333;
  color: #e2dedb;
}

#submit {
  width: 100%;
  
  padding: 0;
  margin: -5px 0px 0px 0px;
  
  font-family: 'Lato', sans-serif;
  font-size: 0.875em;
  color: #333;
  
  outline:none;
  cursor: pointer;
  
  border: solid 1px #333;
  border-top: none;
}

#submit:hover {
  color: #fff;
}
/*  */


/*  */

@-webkit-keyframes passing-bar{
	0% {
		left: 0;
		right: auto;
		width: 0;
	}
	50% {
		left: 0;
		right: auto;
		width: 100%;
	}
	51% {
		left: auto;
		right: 0;
		width: 100%;
	}
	100% {
		left: auto;
		right: 0;
		width: 0;
	}
}
@keyframes passing-bar{
	0% {
		left: 0;
		width: 0;
	}
    20% {
		left: 0;
		width: 0;
	}
	50% {
		left: 0;
		width: 100%;
	}
	51% {
		left: 0;
		width: 100%;
	}
	100% {
		left: 100%;
		width: 0;
	}
}
@-webkit-keyframes passing-txt{
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes passing-txt{
	0% { opacity:0; }
	50% { opacity:0; }
	100% { opacity:1; }
}
/* css */
.passing .passing-box {
	display: block;
}
.passing .passing-bar {
	position: relative;
	display: inline-block;
	/**/
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.passing .passing-bar:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	/*  */
	background: rgba(255, 255, 255, 0.4);
}
.passing .passing-txt {
	opacity: 0;
	/*  */
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	/*  */
	font-size: 4.0rem;
	font-weight: bold;
	line-height: 1.5;
}
.passing.move .passing-bar:before {
	-webkit-animation: passing-bar 2s ease 0s 1 normal forwards;
	animation: passing-bar 2s ease 0s 1 normal forwards;
}
.passing.move .passing-txt {
	-webkit-animation: passing-txt 0s ease 1s 1 normal forwards;
	animation:passing-txt 0s ease 1s 1 normal forwards;
}