@charset "UTF-8";

#season_menu {
    margin-top: 70px;
    overflow: hidden;
    padding-bottom: 280px;
}

.bg-pattern {
    position: absolute;
    width: 100%;
    background-size: contain;
    height: 95%;
    top: 255px;
    left: 0;
    z-index: -1;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
    background: #fbf8f0;
    overflow: hidden;
}

.bg-pattern .bg-inner {
    /*background: url(../../../../images/general/gsix_monogram.png) repeat;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: skewY(10deg);
    transform: skewY(10deg);
}

p {
    color: #555;
}

.cont960 h2 {
    color: #a9894a;
}

.anchor_btns {
    width: 700px;
    margin: 4rem auto 0;
    position: relative;
    left: 40px;
}

.anchor_btns li {
    display: inline-block;
    margin-right: 50px;
    position: relative;
    margin-bottom: 20px;
    transition: .3s;
}

.anchor_btns li:hover {
    opacity: 0.7;
}

.anchor_btns a {
    color: #555;
}

.menu_cat h1 {
    font-size: 2.4rem;
    color: #a9894a;
    margin: 50px 20px 60px;
}

.menu_cat h1:before {
    content: "";
    width: 160px;
    border-bottom: 1px solid #a9894a;
    display: inline-block;
    margin-right: 20px;
    margin-top: 10px;
    vertical-align: super;
}

.menu_cat h1:after {
    content: "";
    width: 160px;
    border-bottom: 1px solid #a9894a;
    display: inline-block;
    margin-left: 20px;
    vertical-align: super;
}

h2.season_title {
    margin-bottom: 50px;
    letter-spacing: 1px;
}

.season_text {
    letter-spacing: 0.5px;
    line-height: 1.8;
    text-align: left;
    margin: 6rem auto 0;
    width: 750px;
    margin-bottom: 20px;
}

.season_text h3 {
    font-size: 1.6rem;
}

.season_text a {
    text-decoration: underline;
}

.season_text p {
    margin-bottom: 6rem;
    color: #555;
}
li.down_arrow:before{
  display: none;
}
li.down_arrow span {
    width: 0px;
    border-color: #a9894a;
    border-style: solid;
    border-width: 6px;
    border-left-color: transparent;
    /* border-top-color: transparent; */
    border-right-color: transparent;
    border-bottom: transparent;
    position: relative;
    top: 11px;
    left: -15px;
}

.season_comments p {
    font-size: 1.3rem;
    line-height: 2.0;
}

.season_comments {
    margin: 0 auto;
    width: 750px;
    text-align: left;
    margin-bottom: 60px;
}

ul.list {
    width: 960px;
    margin: 0 auto;
    text-align: left;
}

ul.list li {
    display: inline-block;
    margin-bottom: 4rem;
    vertical-align: top;
    width: 305px;
    text-align: left;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
}

ul li.shop_info:nth-child(3n) {
    margin-right: 0;
}

h3.product_name {
    font-size: 1.6rem;
    letter-spacing: 0px;
    color: #a9894a;
    margin: 10px 0 5px;
}

.shop_page {
    border-bottom: 1px solid #a9894a;
    font-size: 1.2rem;
    margin-left: 5px;
    color: #a9894a;
    transition: .3s;
}

/*
.shop_page:hover {
    opacity: 0.7;
}*/

.shop_name a {
    text-decoration: underline;
    transition: .3s;
}

.shop_name:hover {
    opacity: 0.7
}

.shop_text {
    font-size: 1.4rem;
    letter-spacing: -1px;
    line-height: 1.5;
}

.shop_text a {
    color: #a9894a;
    font-size: 1.6rem;
}

.shop_text p {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.5px;
    margin-top: 0.5rem;
}

.shop_photo {
    width: 305px;
    cursor: pointer;
    transition: .3s ease;
    margin-bottom: 10px;
}

/*
.shop_photo:hover {
    opacity: 0.6;
}
*/
.shop_more {
    display: block;
    margin-top: 1rem;
    margin-bottom: 5px;
    font-size: 1.3rem;
    letter-spacing: 0px;
    line-height: 1.5;
    word-break: break-all;
}

a.dsc_more {
    color: #555555;
    font-size: 1.2rem;
    transition: .3s;
}

a.dsc_more:hover {
    opacity: 0.7;
}

img.arrow {
    width: 9px;
    margin-bottom: 7px;
    margin-right: 5px;
}

.pc .js-innerAccordion {
    display: block !important;
}

.dsc_more img {
    transition: .3s;
}

.dsc_more.is-active img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.season_lim {
    background: #fff;
    padding: 3px 7px 1px 8px;
    margin: 2px 0;
    color: #555;
    text-align: center;
    display: inline-block;
    font-size: 1.3rem;
    letter-spacing: 0.5px;
    border: 1px solid #a9894a;
}

.season_note_txt {
    font-size: 1.2rem !important;
    line-height: 1.5 !important;
    margin-top: 3px !important;
}

section.modal-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: none;
}

.modal-img {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-42%);
    /*max-height: 520px;*/
    opacity: 0;
    transition: .3s ease;
    background: #fff;
    padding: 40px;
}

.modal-txt {
    text-align: left;
    margin-top: 20px;
    line-height: 1.6;
}

.modal-img.show {
    transform: translateY(-50%);
    opacity: 1;


}

.modal-img img {
    width: 100%;
    max-width: 100%;
    max-height: 65vh;
}

.prev {
    width: 80px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.prev img {
    transition: .3s ease;
    width: 15px;
}

.prev:hover img {
    transform: translateX(-3px);
}

.next {
    width: 80px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.next img {
    transition: .3s ease;
    width: 15px;
}

.next:hover img {
    transform: translateX(3px);
}

.close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    transition: .3s ease;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
}

.close:hover {
    transform: scale(0.8);
}

.close span {
    height: 1px;
    width: 100%;
    background-color: #fff;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    top: 25px;
    left: 0;
}

.close span:after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #fff;
    display: block;
    transform: rotate(-90deg);
    position: absolute;
    top: 0px;
    right: 0;
}

.closeOverlay {
    width: 100%;
    height: 100%;
}

.closeOverlay:hover .close {
    transform: rotate(90deg);
}

.none {
    opacity: 0;
    display: none;
}

/* select */

/* SEARCH */
.searchBox {
    position: relative;
    width: 340px;
    margin: 70px auto;
    border: 1px solid #dddddd;
    background: #fff;
    cursor: pointer;
    outline: none;
    padding: 5px;
}

.selectBox {
    margin: 40px auto;
    position: relative;
    width: 387px;
}

.selectBox:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1.8em;
    display: block;
    content: "";
    background: #a9894a url(../../../..//images/top/serach_arrow.png) no-repeat;
    pointer-events: none;
    background-position: center;
    background-size: 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 27px;
    background-color: #a9894a;
    background-repeat: no-repeat;
    -webkit-transition: .3s;
    transition: .3s;
}

select {
    color: #555;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    padding: 5px 20px;
}

a.dsc_more {
    display: block;
}

/* more_btn */

li .more_btn img {
    width: 16px;
    margin-right: 2px;
    margin-bottom: 1px;
    transition: .3s;
    -webkit-transition: .3s;
}

li span.more_btn {
    background: #fff;
    display: inline-block;
    color: #555;
    padding: 4px 8px;
    font-size: 1.2rem;
    position: absolute;
    top: 182px;
    right: 0;
    transition: .3s;
    -webkit-transition: .3s;
    z-index: 2;
}

li .more_btn:hover {
    color: #aaa;
    cursor: pointer;
}

li .more_btn:hover img {
    opacity: 0.6;
}

/*
li:hover span.more_btn {
    background: #a9894a;
    color: #fff;
}
*/

/* add */

.credit {
    width: 960px;
    margin: 0 auto;
    text-align: left;
}

/* st home link */

/*.ginza-six-at-home h2 {
    font-size: 2rem;
    color: #a9894a;
    margin-bottom: 40px;
    vertical-align: top;
    display: inline-block;
    letter-spacing: 2px;
}

.ginza-six-at-home h2:before {
    content: "";
    height: 1px;
    width: 40px;
    background-color: #a9894a;
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    margin-right: 13px;
}

.ginza-six-at-home h2:after {
    content: "";
    height: 1px;
    width: 40px;
    background-color: #a9894a;
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    margin-left: 13px;
}

section.ginza-six-at-home {
    width: 960px;
    margin: 100px auto 0;
}

ul.at-home-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.at-home-link img {
    width: 100%;
}

.at-home-link li {
    width: 30%;
    margin: 0 20px;
}

.at-home-link li p {
    margin: 12px auto 18px;
    line-height: 1.4;
    font-size: 1.4rem;
    letter-spacing: 0.4px;
}*/


.swiper-pagination {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: -24px;
    position: relative;
    z-index: 10;
    vertical-align: top;
}

.swiper-pagination span {
    display: inline-block;
    margin: 0 4px;
    background: #a9894a;
    position: relative;
    width: 5px;
    height: 5px
}

.swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    border-radius: 50%;
    transition: .3s;
    -webkit-ttransition: .3s;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.swiper-pagination .swiper-pagination-bullet-active {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    border: 1px solid #a9894a;
    background: none;
}

.swiper-pagination a {
    position: relative
}

.swiper-container .next{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    -webkit-transform: none;
            transform: none;
}

/*  */

section.seasonList_w {
    margin-top: 6rem;
}
.seasonList_w h2 {
    font-size: 2rem;
    color: #a9894a;
    margin-bottom: 3rem;
    vertical-align: top;
    display: inline-block;
    letter-spacing: 1px;
}
.seasonList_w h2:before {
    content: "";
    height: 1px;
    width: 40px;
    background-color: #a9894a;
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    margin-right: 13px;
}
.seasonList_w h2:after {
    content: "";
    height: 1px;
    width: 40px;
    background-color: #a9894a;
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    margin-left: 13px;
}
.seasonList li {
    display: inline-block;
    width: 300px;
    border: 1px solid #a9894a;
}
.seasonList li p {
    margin: 1.5rem auto 2rem;
    font-size: 1.4rem;
}
.seasonList li img {
    width: 100%;
}

/* aタグ無効 */

a.disabled{
    pointer-events: none;
    text-decoration: none;
}

/*  */

span.cate_cap {
    display: inline-block;
    background: #a9894a;
    position: absolute;
    left: 0;
    top: 0;
    padding: 2px 8px 1px;
    font-size: 1.3rem;
    color: #fff;
    z-index: 2;
}


/**/

.closed {
    background: #fff;
    border: 1px solid #a9894a;
    padding: 2rem;
    width: 60%;
    margin: 4rem auto 0;
}

.closed h3 {
    color: #a9894a;
    font-size: 2rem;
    margin: 1rem;
}

.closed a {
    margin-top: 1rem;
    display: inline-block;
    text-decoration: underline;
    color: #a9894a;
}

/* new to bnr */

.newto {
    width: 50%;
    margin: 0 auto 6rem;
}