@charset "Shift_JIS";

/* --------------------------------------------------------------------
    ヘッダー
-------------------------------------------------------------------- */
#header{
    height: auto;
    margin: 0 0 35px;
}

/*#header .app_bnr_ {
    background: #fbbdc9;
}*/

#header .app_bnr_inner {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    justify-content: center;
    width: 1080px;
    margin: 0 auto;
    position: relative;
    font-size: 0;
}

#header .app_bnr_conts {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 682px;
    padding: 5px 50px;
}

#header .app_bnr_txt {
    font-size: 14px;
    letter-spacing: 0.1em;
}

#header .app_bnr_btn {
    border: solid 1px #333;
    width: 123px;
    margin: 0 0 0 10px;
}

#header .app_bnr_btn a {
    height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    letter-spacing: 0.04em;
    position: relative;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

#header .app_bnr_btn a:hover {
    text-decoration: none;
    opacity: .6;
}

#header .app_bnr_btn a span {
    display: block;
    width: 6px;
    height: 9px;
    background: url(/img/usr/icn_arrow_link_line.png) no-repeat center center;
    background-size: 6px auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: -1px 0 0 5px;
}

#header .app_bnr_img {
    width: 200px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

/* --------------------------------------------------------------------
    メインビュー
-------------------------------------------------------------------- */
#main_slider{
    position: relative;
    width: 100%;
    padding: 0 0 60px;
    margin: 0;
    overflow: hidden;
}
#main_slider::before,
#main_slider::after{
    position: absolute;
    top: 0;
    width: calc(50% - 373.5px);
    height: 420px;
    background: rgba(255,255,255,.7);
    display: block;
    z-index: 1;
    content: "";
}
#main_slider::before{
    left: 0
}
#main_slider::after{
    right: 0
}

.movie{
    position: relative;
    width: 747px;
    height: 420px;
    display: block;
}
.movie iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* bxSlider */
#main_slider div{}
#main_slider .bx-viewport{
    height: 420px !important;
    background: transparent !important;
    border: 0;
    overflow: visible !important;
}
#main_slider .bx-wrapper .bx-pager{
    bottom: -25px;
    text-align: center;
}
#main_slider .bx-wrapper .bx-controls-direction a{
    width: 20px;
    height: 40px;
    margin-top: -20px;
}
#main_slider .bx-wrapper .bx-prev{
    left: -45px;
    background: url(../../img/usr/icn_bx_prev_l.png) no-repeat center center;
    background-size: 20px auto;
}
#main_slider .bx-wrapper .bx-next{
    right: -45px;
    background: url(../../img/usr/icn_bx_next_l.png) no-repeat center center;
    background-size: 20px auto;
}
/* --------------------------------------------------------------------
    FEATURE AMB100貨
-------------------------------------------------------------------- */
#top_new {
    margin: 0;
}

#top_new .top_new_more {
    width: 1080px;
    text-align: right;
    margin: 0 auto 10px;
}

#top_new .desc_ {
    position: relative;
}

#top_new .date_ {
    font-size: 11px;
    line-height: 1.5;
    color: #999;
    padding: 12px 0 0;
}

#top_new .title_elm_h {
    font-size: 13px;
    line-height: 1.5;
    font-weight: bold;
    color: #555;
    margin: 6px 0 0;
}

#top_new .icon_ {
    position: absolute;
    right: 0;
    top: 12px;
    height: auto;
}

#top_new .icon_ li {
    font-size: 10px;
    line-height: 1.0;
    padding: 3px 5px;
}

#top_new .icon_new {
    background: #fbfd5c;
    color: #777;
}

#top_new .icon_amb100 {
    background: #000;
    color: #fff;
}

/* bxSlider */
#top_new .bx-viewport{
    padding: 0 0 46px;
}
#top_new .bx-wrapper .bx-controls-direction a{
    top: 120px;
    margin-top: 0;
    width: 20px;
    height: 40px;
    background-size: 20px auto;
    outline: 0;
}
#top_new .bx-wrapper .bx-prev{
    left: -35px;
    background: url(../../img/usr/icn_bx_prev_l.png) no-repeat center center;
}
#top_new .bx-wrapper .bx-next{
    right: -35px;
    background: url(../../img/usr/icn_bx_next_l.png) no-repeat center center;
}


@media only screen and (max-width: 1080px){
    #top_new .bx-wrapper .bx-prev{
        left: 0px;
    }
    #top_new .bx-wrapper .bx-next{
        right: 0px;
    }
}



/* --------------------------------------------------------------------
    AMB100貨
--------------------------------------------------------------------- */
#top_amb100 {
    background: #f0f0f0;
    padding: 50px 0;
    /* display: none;     for AMB100ka 移転 */
}

#top_amb100 .inner {
    width: 1080px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#top_amb100 .heading_ {
    text-align: center;
    font-size: 16px;
    line-height: 2.0;
    margin-left: 30px;
}

#top_amb100 .heading_ h2 {
    width: 300px;
    margin: 0 auto 22px;
}

#top_amb100 .heading_ h2 img {
    max-width: 100%;
}

#top_amb100 .heading_ h2::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #000;
    margin: 19px auto 0;
}

#top_amb100 .heading_ p {
    color: #000;
}

#top_amb100 .btn_ {
    margin: 42px 0 0;
}

.btn_amb100 {
    position: relative;
    width: 240px;
    margin: 0 auto;
    background: #fff;
    color: #333;
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 38px;
    text-align: center;
    border: solid 1px #000;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.btn_amb100:link,
.btn_amb100:visited {
    color: #333;
}

.btn_amb100::after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    display: block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
}

.btn_amb100:hover {
    text-decoration: none;
    opacity: .7;
}

#top_amb100 .heading_ p {
    letter-spacing: 0.12em;
}

#top_amb100 .heading_ .ttl {
    font-family:  "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" ,"HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
}

#top_amb100 .slider_ {
    width: 640px;
}


#top_amb100 .tile_list_1-2_ {
    position: relative;
    overflow: hidden;
    -js-display: flex;
    display: -webkit-box;
    display : -webkit-box;
    display : -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-flex;
    display: flex;
    -ms-flex-direction:row;
    -o-flex-direction:row;
    -moz-flex-direction:row;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
            flex-direction:row;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

#top_amb100 .tile_item_:nth-child(1) {
    width: 417px;
    margin: 0 25px 0 0;
}

#top_amb100 .tile_item_:nth-child(2),
#top_amb100 .tile_item_:nth-child(3){
    width: 196px;
    overflow: hidden;
}
#top_amb100 .tile_item_:nth-child(2) .img_,
#top_amb100 .tile_item_:nth-child(3) .img_ {
    height: 196px;
}

#top_amb100 .tile_list_1-2_ .tile_item_:nth-child(3) {
    position: absolute;
    bottom: 0;
    right: 0;
}

#top_amb100 .img_ {
    position: relative;
}

#top_amb100 .img_ img {
    max-width: 100%;
}

#top_amb100 .tile_item_ .img_ a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    background:url(../../img/re/selection/img_gradation.png) repeat-x left bottom;
    cursor: pointer;
}

#top_amb100 .desc_ {
    position: absolute;
    bottom: 0;
    padding: 15px;
    color: #fff;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
}

#top_amb100 .shop_name_ {
    font-size: 11px;
    font-weight: bold;
}

#top_amb100 .name_ {
    font-size: 13px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* bxSlider */

#top_amb100 .bx-wrapper {
    margin: 0;
}

#top_amb100 .bx-wrapper .bx-controls-direction a{
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 40px;
    background-size: 20px auto;
    outline: 0;
}
#top_amb100 .bx-wrapper .bx-prev{
    left: -35px;
    background: url(../../img/usr/icn_bx_prev_l.png) no-repeat center center;
}
#top_amb100 .bx-wrapper .bx-next{
    right: -35px;
    background: url(../../img/usr/icn_bx_next_l.png) no-repeat center center;
}


@media only screen and (max-width: 1080px){
    #top_amb100 .bx-wrapper .bx-prev{
        left: 0px;
    }
    #top_amb100 .bx-wrapper .bx-next{
        right: 0px;
    }
}

#top_factory {
    /*display: flex;
    align-items: center;
    justify-content: space-between;*/
    width: 1020px;
    margin: 80px auto 80px;
/*    padding: 30px 50px 22px;
    background: #f7f8fc;
    border: solid 1px #0037ff;
    box-sizing: border-box;*/
}

#top_factory h2 {
    text-align: center;
}

#top_factory h2 + p {
    margin: 25px 0 0;
    text-align: right;
}

#top_factory .heading_ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#top_factory .heading_ico {
    margin: 0 20px 0 0;
    width: 50px;
}

#top_factory .heading_ico img {
    max-width: 100%;
}

#top_factory .sub_ttl {
    color: #0037ff;
    line-height: 2.0;
    margin: 8px 0 0;
    letter-spacing: 0.12em;
}

#top_factory .btn_block {
    display: flex;
    margin-top: -9px;
}

#top_factory .btn_block a {
    width: 200px;
    letter-spacing: 0;
}

#top_factory .btn_block a + a {
    margin: 0 0 0 20px;
}

/* --------------------------------------------------------------------
    COORDINATE
-------------------------------------------------------------------- */
#coordinate{
    height: auto;
    background: none;
    margin: 0 0 40px;
}

#coordinate .title_area_ {
    top: 0;
}

#coordinate .title_area_ p{
    margin: 25px 0 0;
}
#coordinate .item_{
    width: 196px;
    float: left;
}
#coordinate .item_2{
    margin: 0;
}
#coordinate .item_3{
    margin: 0;
}
#coordinate .item_4{
    margin: 0;
}
#coordinate .item_5{
    margin: 0;
}
#coordinate .item_6{
    margin: 0;
}
#coordinate .item_1:before,
#coordinate .item_2:before,
#coordinate .item_3:before,
#coordinate .item_4:before,
#coordinate .item_5:before,
#coordinate .item_6:before{
    content: none;
}
#coordinate .img_{
    border: 0;
    margin: 0 0 15px;
}
.tile_elm_{}
.tile_elm_logo {
    margin: 0 0 17.5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tile_elm_logo a img{
    margin: 0 auto;
}
.tile_elm_shop{
    font-size: 12px;
    text-align: center;
}
.tile_elm_height{
    font-size: 12px;
    text-align: center;
}

/* bxSlider */
#coordinate .bx-viewport{
    padding: 0 0 46px;
}
#coordinate .bx-wrapper .bx-controls-direction a{
    top: 98px;
    margin-top: 0;
    width: 20px;
    height: 40px;
    background-size: 20px auto;
}
#coordinate .bx-wrapper .bx-prev{
    left: -35px;
}
#coordinate .bx-wrapper .bx-next{
    right: -35px;
}

@media only screen and (max-width: 1080px){
    #coordinate .bx-wrapper .bx-prev{
        left: 0px;
    }
    #coordinate .bx-wrapper .bx-next{
        right: 0px;
    }
}

/* --------------------------------------------------------------------
    NEW ITEM
-------------------------------------------------------------------- */
#new_item{
    width: 1080px;
    margin: 0 auto;
    height: 927px;
}

#new_item .bgimg01,
#new_item .bgimg02,
#new_item .bgimg03 {
    display: none;
}

/* --------------------------------------------------------------------
    RANKING
-------------------------------------------------------------------- */
#ranking{
    width: 1080px;
    margin: -34px auto 80px;
}


/* --------------------------------------------------------------------
    PICK UP
-------------------------------------------------------------------- */
#pick_up{
    width: 1080px;
    margin: 0 auto;
}

/* --------------------------------------------------------------------
    NEWS
-------------------------------------------------------------------- */
#news {
    width: 1080px;
    margin: 28px auto 80px;
    padding: 27px 0;
    border-top: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
    position: relative;
}

#news h2 {
    display: none;
}

#news .righttext_ {
    position: absolute;
    top: -10px;
    right: 0;
    background: #fff;
    padding: 0 0 0 20px;
}

#news div.topiclist_ {
    margin: 0;
}

#news .topicline_ li {
    margin: 0;
}

#news .topicline_ li + li {
    margin: 10px 0 0;
}

#news .topicline_ li:nth-child(n+2) {
    /*display: none;*/
}

/* --------------------------------------------------------------------
    SHOPNEWS
-------------------------------------------------------------------- */
#shopnews{
    padding: 0 0 30px;
    margin: 0 0 88px;
    background: none;
}
#shopnews h2{
    position: relative;
    top: 0;
    margin: 0;
    text-align: center;
}
#shopnews .righttext_{
    margin: 0 0 12px;
}
.news_list{}
.news_list_item{
    width: 196px;
    margin: 0 25px 0 0;
    float: left;
}
.news_list_item:nth-child(5){
    margin: 0;
}
.news_date{
    margin: 0 0 10px;
    color: #999;
    font-size: 11px;
}
.news_date span{
    margin: 0 .5em 0 0;
}
.news_desc{
    padding: 16px 0 14px;
}
.news_desc_title{
    margin: 0 0 4px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    visibility: hidden;
}
.news_desc_lead{
    font-size: 11px;
    line-height: 2.0;
}


/* --------------------------------------------------------------------
    SHOP ＆ BRAND LIST
-------------------------------------------------------------------- */
#brand_list{
    margin: 0 0 80px;
    background: url(../../img/usr/bg_01.png) repeat top left;
}
#brand_list .r_inner{
    position: relative;
}
#brand_list h2{
    position: relative;
    top: -8px;
    text-align: center;
}


/* --------------------------------------------------------------------
    CATEGORY
-------------------------------------------------------------------- */
#category{
    margin: 0 0 50px;
    background: none;
}
#category .inner_{
    width: 1080px;
}
#category .inner_ h2{
    top: 0;
}
#category .inner_ > ul{
    margin: 0 0 0 30px;
}
#category .inner_ > ul > li{
    width: 188px;
}
#category .inner_ > ul > li p{
    background: #f0f0f0;
}
#category .inner_ > ul > li p a{
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    transition: opacity .2s ease;
}
#category .inner_ > ul > li p a:hover{
    text-decoration: none;
    opacity: .6;
}

/* --------------------------------------------------------------------
    AMB100貨 180808
-------------------------------------------------------------------- */
.amb100_btn {
    position: fixed;
    top: 200px;
    right: 0;
    width: 60px;
    height: 200px;
    padding: 15px 0 0;
    box-sizing: border-box;
    background: #0134ff url(../../img/usr/icn_arrow_link_line_w.png) no-repeat center bottom 10px;
    background-size: 8px auto;
    display: flex;
    justify-content: center;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    transition: opacity .2s ease;
    outline: none;
    z-index: 1;
}
.amb100_btn:hover {
    opacity: .6;
}
.mfp-bg {
    z-index: 10000;
}
.mfp-wrap {
    z-index: 10000;
}
.mfp-content {
    max-width: 1000px;
    margin: 30px auto;
}
.amb100_mdl {
    padding: 60px 60px 76.5px;
    background: #fff;
    box-sizing: border-box;
}
.amb100_mdl_head {
    padding: 50px;
    margin: 0 0 30px;
    text-align: center;
    background: #ffffdc;
}
.amb100_mdl_lead {
    margin: 0 0 50px;
    color: #000;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 2.1;
    text-align: center;
}
.amb100_mdl_category {
    margin: 0 0 55.5px;
    display: flex;
    justify-content: space-between;
}
.amb100_mdl_category_item {
    width: 420px;
    padding: 47px 0 31px;
    color: #000;
    text-align: center;
    border: solid 4px #000;
    box-sizing: border-box;
    transition: all .3s;
}
.amb100_mdl_category_item:link,
.amb100_mdl_category_item:visited {
    color: #000;
}
.amb100_mdl_category_item:hover {
    text-decoration: none;
    opacity: .6;
}
.amb100_mdl_category_item_h {
    margin: 0 0 25px;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.2em;
}
.amb100_mdl_category_item_desc {
    margin: 0 0 29px;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 2.1;
}
.amb100_mdl_category_item_txt {
    font-size: 14px;
    letter-spacing: 0.05em;
}
.amb100_mdl_category_item_txt span {
    position: relative;
    padding-right: 15px;
}
.amb100_mdl_category_item_txt span::after {
    position: absolute;
    top: -2px;
    right: 0;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    display: inline-block;
    transform: rotate(45deg);
    content: "";
}
.amb100_mdl_sns {}
.amb100_mdl_sns_h {
    margin: 0 0 22px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
}
.amb100_mdl .mfp-close {
    width: 60px;
    height: 60px;
    font-size: 0;
    background: url(../../img/re/top/icon_mdl_close.png) no-repeat center center;
    opacity: 1;
    transition: all .3s;
}
.amb100_mdl .mfp-close:hover {
    opacity: .6;
}
@media only screen and (max-width: 1080px){
    .mfp-content {
        overflow-x: scroll;
    }
    .amb100_mdl {
        width: 1000px;
    }
    .amb100_mdl .mfp-close {
        right: inherit;
        left: 940px;
    }
}


/* slider */

.factory-slider {
    margin-top: 30px;
}

.factory-slider-list {
  display: flex;
  position: relative;
}
.factory-slider-list * {
  outline: none;
}
.factory-slider-list .head + .body {
  padding-top: 15px;
}

.factory-slider-prev_wrp {
  position: absolute;
  left: -40px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 3.7%;
  cursor: pointer;
  z-index: 2;
}
.factory-slider-next_wrp {
  position: absolute;
  right: -40px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 3.7%;
  cursor: pointer;
  z-index: 2;
}
.factory-slider-prev {
  position: relative;
  height: 100%;
}
.factory-slider-prev::before {
  content: '';
  width: 26px;
  height: 26px;
  border-right: 1px solid #1d1d1d;
  border-bottom: 1px solid #1d1d1d;
  transform:rotate(135deg);
  position: absolute;
  top: -77px;
  bottom: 0;
  left: 10px;
  margin: auto;
}
.factory-slider-next {
  position: relative;
  height: 100%;
}
.factory-slider-next::before {
  content: '';
  width: 26px;
  height: 26px;
  border-right: 1px solid #1d1d1d;
  border-bottom: 1px solid #1d1d1d;
  transform:rotate(-0045deg);
  position: absolute;
  top: -77px;
  bottom: 0;
  right: 10px;
  margin: auto;
}

.factory-slider-img {
  height: 165px;
  padding: 10px;
}
.factory-slider-img-text {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  transition:.3s ease;
}
.factory-slider-img-text p {
  display: flex;
  align-items: center;
  letter-spacing: .05em;
}
.factory-slider-img-text p i + span {
  margin-left: 19px;
}
.factory-slider-img-text p > span {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  margin-top: 5px;
}
.factory-slider-img-text img {
  width: 50px;
  height: 50px;
}
.factory-slider-list li {
  width: 330px;
}
.factory-slider-list .slick-list {
  margin: 0 -22.5px;
}
.factory-slider-list .slick-slide{
  margin: 0 22.5px;
}

.factory-slider-list li:hover a {
  text-decoration: none;
}
.factory-slider-list li:hover .factory-slider-img-text {
  background: rgba(0, 55, 255,.5);
}

.factory-slider-text {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #555;
}