/* video */
#leadVideo {
    position: relative;
    width: auto;
    margin: 0 -30px;
    padding-top: 177.6%;
}
@media only screen and (min-width: 768px) {
    #leadVideo {
        position: relative;
        width: auto;
        margin: 0 -30px;
        padding-top: 56.6%;
    }
}
@media only screen and (max-width: 767px) {
	#key-box{
		height: 180vw;
	}
}
/* season */
#season {
    position: relative;
    padding: 10vw 0 5vw;
}
#season ul{        
    }
#season li{
    margin-bottom:10px;
    }
@media only screen and (min-width: 768px) {
    #season {
        padding: 130px 0 50px;
    }
    #season .wrap{
        width:1200px;
    }
    #season ul{
         display: flex;
        -webkit-box-pack:justify;
         -ms-flex-pack:justify;
          justify-content: center;
          flex-wrap: wrap;
    }
    #season li{
        margin:5px 1% 10px 1%;
		max-width: 48%;
        
    }
 }   

/* lead */
#lead {
    position: relative;
    padding: 10vw 0 15vw;
}
#lead::before {
    content: "";
    position: absolute;
    background: url("../img/shared/bg2.jpg") repeat;
    top: 78vw;
    left: 0;
    width: 73%;
    height: 60vw;
}
#lead h2 {
    width: 42%;
    margin: 0 auto 16vw;
}
#lead .photo {
    margin: 0 -9.6% 11vw;
}
#lead .deco {
    position: absolute;
    right: 0;
    top: 55vw;
    width: 58%;
}
#lead .txt {
    margin-bottom: 15vw;
}
#lead .row .list-photo {
    justify-content: space-between;
    margin-bottom: 14vw;
}
#lead .row .list-photo li {
    width: 48%;
}
#lead .row .list-photo li:first-child {
    margin-top: 5vw;
}
#lead .row .txt2 {
    margin-bottom: 6vw;
}
@media only screen and (min-width: 768px) {
    #lead {
        padding: 130px 0 140px;
    }
    #lead .wrap {
        width: 1100px;
        padding: 0 20px;
    }
    #lead::before {
        top: 464px;
        left: calc(50% + -670px);
        width: 389px;
        height: 450px;
    }
    #lead h2 {
        width: 175px;
        margin: 0;
        position: absolute;
        left: -25px;
        top: 10px;
    }
    #lead .photo {
        margin: 0;
        margin-left: 200px;
        margin-right: -70px;
        margin-bottom: 86px;
    }
    #lead .deco {
        top: 680px;
        width: 409px;
        right: calc(50% + 208px);
    }
    #lead .txt {
        margin-bottom: 123px;
        width: 576px;
        margin-left: auto;
        margin-right: 94px;
    }
    #lead .row {
        position: relative;
        padding-top: 327px;
    }
    #lead .row .list-photo {
        margin-bottom: 20px;
        width: 833px;
        margin-left: auto;
        position: absolute;
        right: -162px;
        top: 0;
    }
    #lead .row .list-photo li {
        width: auto;
        max-width: 49%;
    }
    #lead .row .list-photo li:first-child {
        margin-top: 60px;
    }
    #lead .row .txt2 {
        margin-bottom: 20px;
        width: 296px;
    }
}


/* point */
#point {
    position: relative;
    padding: 9vw 0 15vw;
}
#point h2 {
    width: 42%;
    margin: 0px auto -58vw;
    flex-direction: row-reverse;
}
#point .deco1 {
    position: absolute;
    z-index: -1;
    top: -54vw;
    left: -97%;
}
#point .deco2 {
    position: absolute;
    top: 25vw;
    right: 0;
    width: 60%;
    z-index: -1;
}
#point .photo-wrap {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: -40vw;
}
#point .photo-zoom {
    position: relative;
    text-align: center;
    width: 45%;
    height: 30%;
	transition: all 0.2s;
}
#point .photo-zoom .item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    transition: opacity 0.5s;
}
#point .photo-zoom .item.active {
    opacity: 1;
}
#point .photo-zoom .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
#point .txt {
    padding-top:20vw;
    text-align: center;
    margin-bottom: 49vw;
    line-height: 37px;
}
#point .deco3 {
    position: absolute;
    right: 5%;
    top: 62vw;
    width: 38%;
}
#point .row {
    flex-direction: column;
    margin-bottom: 3vw;
}
#point .row .photo2 {
    margin: 0 -5.6% 6vw;
}
#point .row .col {
    padding: 5% 3%;
}
#point .row .col h3 {
    font-size: 8vw;
    margin-bottom: 8vw;
    padding-bottom: 5vw;
    border-bottom: 1px solid #000;
}
#point .gr-bnr {
    flex-direction: column;
    margin-top: 36vw;
}
#point .gr-bnr .bnr {
    margin-bottom: 6vw;
    position: relative;
}
#point .gr-bnr .bnr::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid #C4C3C5;
    z-index: 5;
}
#point .gr-bnr .bnr .ttl {
    position: absolute;
    top: 11vw;
    left: 0;
    right: 0;
    margin: 0 auto 5vw;
    width: 36%;
    z-index: 5;
}
#point .gr-bnr .bnr .ttl::after {
    content: "";
    position: absolute;
    background: url("../img/shared/bnr_arrow_on.png") no-repeat;
    bottom: -11vw;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background-size: 100%;
}
@media only screen and (min-width: 768px) {
    #point {
        padding: 90px 0 20px;
    }
    #point h2 {
        width: 211px;
        margin: 0 auto -140px;
    }
    #point h2 span {
        letter-spacing: .14em;
        line-height: 2.5;
        opacity: 0;
        -webkit-filter: blur(10px);
        filter: blur(10px);
        -webkit-transform: translateY(-1em);
        transform: translateY(-1em);
    }
    #point h2.animated span:nth-child(1) {
        -webkit-transition: opacity 1s ease .8s, -webkit-filter 1s ease .8s, -webkit-transform 1s ease .8s;
        transition: opacity 1s ease .8s, -webkit-filter 1s ease .8s, -webkit-transform 1s ease .8s;
        transition: opacity 1s ease .8s, filter 1s ease .8s, transform 1s ease .8s;
        transition: opacity 1s ease .8s, filter 1s ease .8s, transform 1s ease .8s, -webkit-filter 1s ease .8s, -webkit-transform 1s ease .8s;
    }
    #point h2.animated span:nth-child(2) {
        -webkit-transition: opacity 1s ease 1.6s, -webkit-filter 1s ease 1.6s, -webkit-transform 1s ease 1.6s;
        transition: opacity 1s ease 1.6s, -webkit-filter 1s ease 1.6s, -webkit-transform 1s ease 1.6s;
        transition: opacity 1s ease 1.6s, filter 1s ease 1.6s, transform 1s ease 1.6s;
        transition: opacity 1s ease 1.6s, filter 1s ease 1.6s, transform 1s ease 1.6s, -webkit-filter 1s ease 1.6s, -webkit-transform 1s ease 1.6s;
    }
    #point h2.animated span:nth-child(3) {
        -webkit-transition: opacity 1s ease 2.4s, -webkit-filter 1s ease 2.4s, -webkit-transform 1s ease 2.4s;
        transition: opacity 1s ease 2.4s, -webkit-filter 1s ease 2.4s, -webkit-transform 1s ease 2.4s;
        transition: opacity 1s ease 2.4s, filter 1s ease 2.4s, transform 1s ease 2.4s;
        transition: opacity 1s ease 2.4s, filter 1s ease 2.4s, transform 1s ease 2.4s, -webkit-filter 1s ease 2.4s, -webkit-transform 1s ease 2.4s;
    }
    #point h2.animated span {
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    #point .deco1 {
        width: 620px;
        display: block;
    }
    #point .deco2 {
        top: -369px;
        width: 813px;
        right: -170px;
    }
    #point .photo-wrap {
        margin-bottom: -20px;
    }
	#point .photo-zoom {
		width: 500px;
		height: 500px;
		transition: all 0.2s;
	}
    #point .photo-zoom .item.active {
        opacity: 1;
    }
    #point .wrap {
        width: 1200px;
        padding: 0 20px;
    }
    #point .txt {
        margin-bottom: 178px;
        margin-top: -130px;
        font-size: 18px;
        line-height: 40px;
		padding-top: 100px;
    }
    #point .deco3 {
        top: -90px;
        width: 453px;
        right: calc(50% - 50vw);
        margin-right: -142px;
    }
    #point .row {
        margin: 0 -20px 0;
        flex-direction: row;
        justify-content: space-between;
    }
    #point .row.row2 {
        flex-direction: row-reverse;
    }
    #point .row .photo2 {
        margin: 0;
    }
    #point .row.row2 .photo2 {
        margin-left: 0px;
    }
    #point .row .col {
        padding: 148px 114px 90px 110px;
        width: 600px;
        box-sizing: border-box;
        background: url(../img/shared/bg2.jpg) repeat;
    }
    #point .row .col h3 {
        font-size: 36px;
        margin-bottom: 41px;
        padding-bottom: 20px;
    }
    #point .gr-bnr {
        margin-top: 201px;
        flex-direction: row;
        margin: 200px -73px 0;
        justify-content: space-between;
    }
    #point .gr-bnr .bnr {
        width: 639px;
    }
    #point .gr-bnr .bnr::before {
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
    }
    #point .gr-bnr .bnr .ttl {
        top: 230px;
        width: auto;
        text-align: center;
        margin-left: -30px;
    }
    #point .gr-bnr .bnr .ttl::after {
        background: url(../img/shared/bnr_arrow.png) no-repeat;
        width: 61px;
        height: 61px;
        right: 36px;
        left: auto;
        bottom: -256px;
    }
    #point .gr-bnr .bnr:hover .ttl:after {
        background: url(../img/shared/bnr_arrow_on.png) no-repeat;
    }
    #point .gr-bnr .bnr::after {
        content: "";
        position: absolute;
        background: rgba(0, 0, 0, 0.4);
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s;
    }
    #point .gr-bnr .bnr:hover::after {
        visibility: visible;
        opacity: 1;
        transition: all 0.5s;
    }
    #point .gr-bnr .bnr .img {
        overflow: hidden;
    }
    #point .gr-bnr .bnr .img img {
        transition: all 0.5s;
    }
    #point .gr-bnr .bnr:hover .img img {
        transform: scale(1.1);
        transition: all 0.5s;
        filter: blur(7px);
        opacity: 1;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
	
	#point .gr-bnr {
        margin: 100px 0 0;
    }
    #point .gr-bnr .bnr {
        max-width: 48%;
    }
}
@media only screen and (min-width: 768px) and (max-height: 800px) {
	#point h2{
		margin-bottom: -80px;
	}
}
/* scene */
#scene {
    position: relative;
    padding: 15vw 0 19vw;
}
#scene .list-photo {
    margin-bottom: 13vw;
}
#scene .list-photo li:first-child {
    margin-right: -5%;
}
#scene .list-photo li:last-of-type {
    margin-left: -14%;
    margin-top: 27vw;
    margin-right: 4%;
}
#scene h2 {
    width: 54%;
    margin: 0 auto 4vw;
}
#scene .txt {
    margin: 0 5% 15vw;
}
#scene .btn-cus {
    margin-bottom: 6vw;
}
#scene .deco {
    position: absolute;
    top: -25vw;
    left: 0;
    right: 0;
    z-index: -1;
    mix-blend-mode: luminosity;
}
.para2 {
    position: relative;
    height: 66vw;
}
@media only screen and (min-width: 768px) {
    #scene {
        padding: 60px 0 134px;
    }
    #scene .list-photo {
        margin-bottom: 20px;
    }
    #scene .list-photo li:first-child {
        margin-right: 20px;
        position: absolute;
        left: -230px;
        top: 83px;
    }
    #scene .list-photo li:last-of-type {
        margin-left: 20px;
        margin-top: 20px;
        position: absolute;
        right: -277px;
        top: -60px;
    }
    #scene h2 {
        width: 192px;
        margin: 0 auto 63px;
    }
    #scene .txt {
        margin: 0 auto 70px;
        width: 328px;
    }
    #scene .btn-cus {
        margin-bottom: 20px;
    }
    #scene .deco {
        top: -140px;
    }
    .para2 {
        height: 700px;
    }
}


/* delivery */
#delivery {
    position: relative;
    padding: 39vw 0 19vw;
}
#delivery::before {
    content: "";
    position: absolute;
    background: url("../img/shared/bg2.jpg") repeat;
    top: 22vw;
    left: 0;
    width: 27%;
    height: 60vw;
}
#delivery h2 {
    font-size: 6vw;
    margin-bottom: 12vw;
    position: relative;
    letter-spacing: 0.05em;
}
#delivery h2:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 40%;
    height: 1px;
    background: #B3B3B3;
}
#delivery .row {
    flex-direction: column;
}
#delivery .row .photo {
    margin-bottom: 13vw;
}
#delivery .row .col h3 {
    width: 83%;
    margin-bottom: 7vw;
}
#delivery .row .col .txt {
    margin-bottom: 9vw;
}
#delivery .row .col .btn-cus {
    margin-bottom: 6vw;
}
#shopinfo {
    position: relative;
    padding: 15vw 0 5vw;
}
@media only screen and (min-width: 768px) {
    #delivery {
        padding: 158px 0 98px;
    }
    #delivery .wrap {
        width: 1200px;
        padding: 0 20px;
    }
    #delivery::before {
        top: 0;
        height: 453px;
        width: calc(50% - 439px);
    }
    #delivery h2 {
        font-size: 24px;
        margin-bottom: 20px;
        width: 20px;
        position: absolute;
        top: -33px;
        height: 200px;
        white-space: nowrap;
        letter-spacing: 3px;
    }
    #delivery h2:after {
        width: 1px;
        height: 324px;
        top: 280px;
        left: 0;
        right: auto;
    }
    #delivery .row {
        flex-direction: row;
        justify-content: space-between;
    }
    #delivery .row .col {
        width: 345px;
        margin-top: 172px;
    }
    #delivery .row .photo {
        margin-bottom: 20px;
        margin-left: 70px;
    }
    #delivery .row .col h3 {
        width: 303px;
        margin-bottom: 37px;
    }
    #delivery .row .col .txt {
        margin-bottom: 87px;
    }
    #delivery .row .col .btn-cus {
        margin-bottom: 20px;
        width: 335px;
        margin: 0;
    }
    #delivery .deco {
        position: absolute;
        right: -190px;
        top: -70px;
        mix-blend-mode: luminosity;
        z-index: -1;
    }
    #shopinfo {
        padding: 126px 0px 70px;
        background: url(../img/shared/bg2.jpg) repeat;
    }
}


/* shopinfo */
#shopinfo .group {
    flex-direction: column;
}
#shopinfo .group .left .slide-fade {
    height: 66vw;
    margin: 0 3% 6vw;
}
#shopinfo .group .right .inner {
    padding: 5%;
}
#shopinfo .group .right .inner .logo {
    width: 56%;
    margin: 0 auto -3vw;
}
#shopinfo .group .right .inner .ttl {
    text-align: center;
    font-size: 12px;
    margin-bottom: 1vw;
}
#shopinfo .group .right .inner .tel {
    text-align: center;
    margin-bottom: 6vw;
}
#shopinfo .group .right .inner .tel dt {
    font-size: 3vw;
}
#shopinfo .group .right .inner .tel dt .tel-icon {
    font-size: 8vw;
    letter-spacing: 0;
}
#shopinfo .group .right .inner .tel dt .tel-icon span {
    margin-top: -2%;
    width: 10%;
    display: inline-block;
    margin-right: 2%;
    vertical-align: middle;
}
#shopinfo .group .right .inner .tel dd {
    font-size: 12px;
    line-height: 20px;
}
#shopinfo .group .right .inner .gr-contact {
    position: relative;
    padding: 5vw 0 2vw;
}
#shopinfo .group .right .inner .gr-contact:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 59%;
    height: 1px;
    background: #B3B3B3;
    left: 0;
    margin: 0 auto;
}
#shopinfo .group .right .inner .gr-contact .tel2 {
    font-size: 8vw;
    text-align: center;
    margin-bottom: 0vw;
}
#shopinfo .group .right .inner .gr-contact .tel2 span {
    font-size: 5vw;
    margin-right: 5%;
}
#shopinfo .group .right .inner .gr-contact .fax {
    font-size: 7vw;
    text-align: center;
    margin-bottom: 0;
}
#shopinfo .group .right .inner .gr-contact .fax span {
    font-size: 5vw;
    margin-right: 5%;
}
#shopinfo .group .right .inner .btn-web {
    margin-bottom: 11vw;
}
#shopinfo .group .right .inner .info {
    margin-bottom: 10vw;
    padding: 0 2%;
}
#shopinfo .group .right .inner .info dl {
    background: url("../img/shared/line.png") repeat-x center bottom;
    line-height: 25px;
    background-size: 2px;
    padding: 8px 0;
}
#shopinfo .group .right .inner .info dl dd {
    margin-left: 8%;
}
#shopinfo .group .right .inner .info dl dd i {
    margin-left: 5%;
}
#shopinfo .group .right .inner .info dl dd .link-map {
    position: relative;
    border-bottom: 1px solid;
}
#shopinfo .group .right .inner .info dl dd .link-map::before {
    content: "";
    background: url("../img/shared/icon_pin.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 14px;
    background-size: 100%;
    margin-left: 3px;
    margin-right: 4px;
}
#shopinfo .group .right .inner .info .ttl2 {
    padding: 14px 0;
}
#shopinfo .group .right .inner .info .ttl2 dt {
    margin-bottom: 2vw;
}
#shopinfo .group .right .inner .bnr {
    margin-bottom: 16vw;
}
#shopinfo .group .right .inner #rss h3 {
    font-size: 8vw;
    margin-bottom: 5vw;
    text-align: center;
}
#shopinfo .group .right .inner #rss #feed {
    background: url("../img/shared/line.png") repeat-x center bottom;
    padding-bottom: 5vw;
    margin-bottom: 10vw;
}
#shopinfo .group .right .inner #rss #feed dl dt {
    color: #6b6b6b;
}
#shopinfo .group .right .inner #rss .more a {
    display: block;
    font-size: 18px;
    line-height: 64px;
    height: 67px;
    text-align: center;
    background: #262626;
    color: #fff;
    position: relative;
}
#shopinfo .group .right .inner #rss .more a::after {
    content: "";
    background: url("../img/shared/icon_arrow_w.png") no-repeat;
    position: absolute;
    top: 30px;
    right: 42px;
    width: 25px;
    height: 10px;
    background-size: 100%;
}
@media only screen and (min-width: 768px) {
    #shopinfo .group {
        flex-direction: row;
        justify-content: center;
        position: relative;
    }
    #shopinfo .group .left {
        width: 49%;
        height: 100vh;
        position: relative;
    }
    #shopinfo .group .left .shopinfo-js li {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        max-width: 730px;
    }
    #shopinfo .group .right {
        width: 40%;
        text-align: center;
        margin-left: 0;
        margin-right: -40px;
    }
    #shopinfo .group .left .slide-fade {
        height: 500px;
        margin: 0;
        max-width: 100%;
        width: 800px;
        margin-right: 20px;
        margin-left: auto;
    }
    #shopinfo .group .left .shopinfo-js li {
        display: block !important;
        transition: 0.5s;
    }
    #shopinfo .group .left .shopinfo-js li {
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s;
    }
    #shopinfo .group .left .shopinfo-js li.photo1 {
        visibility: visible;
        opacity: 1
    }
    #shopinfo .group .left .shopinfo-js li.photo2 {
        z-index: 5;
    }
    #shopinfo .group .left .shopinfo-js li.photo3 {
        z-index: 6;
    }
    #shopinfo .group .left .shopinfo-js li.show {
        opacity: 1;
        visibility: visible;
        transition: all 0.5s;
    }
    #shopinfo .group .right .inner {
        padding: 20px;
        width: 418px;
        margin-left: 40px;
        margin-right: auto;
    }
    #shopinfo .group .right .inner .logo {
        width: 62%;
        margin: 0;
        margin: -20px auto -12px;
    }
    #shopinfo .group .right .inner .ttl {
        font-size: 14px;
        margin-bottom: 11px;
    }
    #shopinfo .group .right .inner .tel {
        margin-bottom: 17px;
    }
    #shopinfo .group .right .inner .tel dt {
        font-size: 12px;
        margin-bottom: -5px;
    }
    #shopinfo .group .right .inner .tel dt .tel-icon {
        font-size: 35px;
        letter-spacing: -1px;
    }
    #shopinfo .group .right .inner .tel dt .tel-icon span {
        width: 34px;
        margin-right: 6px;
        margin-left: 13px;
    }
    #shopinfo .group .right .inner .tel dd {
        font-size: 14px;
        line-height: 27px;
    }
    #shopinfo .group .right .inner .gr-contact {
        padding: 11px 0 10px;
    }
    #shopinfo .group .right .inner .gr-contact:before {
        width: 210px;
    }
    #shopinfo .group .right .inner .gr-contact .tel2 {
        font-size: 28px;
        margin-bottom: -9px;
    }
    #shopinfo .group .right .inner .gr-contact .tel2 span {
        font-size: 16px;
        margin-right: 2px;
    }
    #shopinfo .group .right .inner .gr-contact .fax {
        font-size: 24px;
    }
    #shopinfo .group .right .inner .gr-contact .fax span {
        font-size: 16px;
        margin-right: 20px;
    }
    #shopinfo .group .right .inner .btn-web {
        margin-bottom: 60px;
    }
    #shopinfo .group .right .inner .btn-web {
        background: none;
        border: 1px solid
    }
    #shopinfo .group .right .inner .btn-web::before {
        background: #000
    }
    #shopinfo .group .right .inner .btn-web a {
        color: #000
    }
    #shopinfo .group .right .inner .btn-web a::before {
        filter: invert(1);
    }
    #shopinfo .group .right .inner .btn-web:hover a {
        color: #fff
    }
    #shopinfo .group .right .inner .btn-web:hover a::before {
        filter: invert(0);
    }
    #shopinfo .group .right .inner .info {
        margin-bottom: 20px;
        padding: 0;
        margin: 0;
        margin-bottom: 52px;
    }
    #shopinfo .group .right .inner .info dl {
        display: flex;
        letter-spacing: 0.5px;
        padding: 11px 0;
    }
    #shopinfo .group .right .inner .info dl dt {
        width: 129px;
        text-align: left;
    }
    #shopinfo .group .right .inner .info dl dd {
        margin-left: 20px;
        text-align: left;
        width: calc(100% - 10px);
    }
    #shopinfo .group .right .inner .info dl dd small {
        font-size: 13px;
        line-height: 20px;
        display: inline-block;
    }
    #shopinfo .group .right .inner .info dl dd i {
        margin-left: 20px;
    }
    #shopinfo .group .right .inner .info dl dd .link-map:hover {
        border: 0;
    }
    #shopinfo .group .right .inner .info .ttl2 {
        padding: 15px 0;
        flex-direction: column;
    }
    #shopinfo .group .right .inner .info .ttl2 dt {
        margin-bottom: 10px;
        width: 100%;
        margin-left: 7px;
        font-size: 14px;
    }
    #shopinfo .group .right .inner .info .ttl2 dd {
        margin-left: 34px;
        font-size: 14px;
        line-height: 24px;
    }
    #shopinfo .group .right .inner .bnr {
        margin-bottom: 80px;
    }
    #shopinfo .group .right .inner #rss {
        position: relative;
    }
    #shopinfo .group .right .inner #rss h3 {
        font-size: 26px;
        margin-bottom: 20px;
        text-align: left;
    }
    #shopinfo .group .right .inner #rss #feed {
        padding-bottom: 20px;
        background-size: 3px;
        margin-bottom: 0;
    }
    #shopinfo .group .right .inner #rss .more {
        position: absolute;
        right: 0;
        top: 4px;
        width: 120px;
        border: 1px solid #000;
        overflow: hidden;
    }
    #shopinfo .group .right .inner #rss .more a {
        font-size: 12px;
        height: 35px;
        line-height: 35px;
        padding-right: 19px;
        background: none;
        color: #000;
    }
    #shopinfo .group .right .inner #rss .more:hover a:hover {
        color: #fff;
    }
    #shopinfo .group .right .inner #rss .more a::after {
        right: 5px;
        width: 15px;
        top: 16px;
        filter: invert(1);
    }
    #shopinfo .group .right .inner #rss .more:hover a::after {
        filter: invert(0);
    }
    #shopinfo .group .right .inner #rss .more:before {
        content: "";
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #000;
        border-radius: 100%;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    #shopinfo .group .right .inner #rss .more:hover:before {
        -webkit-transform: scale(2);
        transform: scale(2);
    }
    #shopinfo .group .right .inner #rss dl {
        text-align: left;
        display: flex;
    }
    #shopinfo .group .right .inner #rss dl dt {
        width: 100px;
        margin-top: 3px;
    }
    #shopinfo .group .right .inner #rss dl dd:hover {
        text-decoration: underline;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
    #shopinfo .group .left .shopinfo-js li {
        max-width: 85%;
    }
}


/* gmap */
#gmap {
    position: relative;
    padding: 8vw 0 15vw;
}
#gmap h2 {
    font-size: 8vw;
    text-align: center;
    margin-bottom: 8vw;
}
#gmap .txt {
    margin-bottom: 6vw;
    text-align: center;
    line-height: 26px;
}
#gmap .map {
    margin-bottom: 3vw;
}
#gmap .map iframe {
    height: 70vw;
    width:100%;
}
#gmap .gr-btn {
    flex-direction: column;
}
#gmap .gr-btn .btn-map {
    width: 90%;
    margin: 0 auto;
}
#gmap .gr-btn .btn-map a {
    display: block;
    font-size: 15px;
    line-height: 60px;
    height: 61px;
    text-align: center;
    background: #262626;
    color: #fff;
    position: relative;
    letter-spacing: 1px;
    padding-left: 20px;
}
#gmap .gr-btn .btn-map a::after {
    content: "";
    background: url("../img/shared/icon_pin_w.png") no-repeat;
    position: absolute;
    top: 24px;
    left: 29%;
    width: 9px;
    height: 24px;
    background-size: 100%;
}
@media only screen and (min-width: 768px) {
    #gmap {
        padding: 126px 0 92px;
        background: url(../img/shared/bg2.jpg) repeat;
    }
    #gmap .wrap {
        width: 1220px;
        padding: 0 20px;
    }
    #gmap h2 {
        font-size: 36px;
        margin-bottom: -40px;
        text-align: left;
    }
    #gmap .txt {
        margin-bottom: 69px;
        font-size: 18px;
        text-align: right;
        line-height: 36px;
        letter-spacing: 0px;
    }
    #gmap .map {
        margin-bottom: 28px;
        margin-left: auto;
        width: 890px;
    }
    #gmap .map iframe {
        height: 560px;
        width: 100%;
    }
    #gmap .gr-btn {
        flex-direction: row;
        width: 890px;
        margin-left: auto;
    }
    #gmap .gr-btn .btn-map {
        width: 244px;
        margin-left: 0;
        border: 1px solid;
        overflow: hidden;
        position: relative;
    }
    #gmap .gr-btn .btn-map:hover a {
        color: #fff
    }
    #gmap .gr-btn .btn-map:hover a::after {
        filter: invert(0)
    }
    #gmap .gr-btn .btn-map:before {
        content: "";
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #000;
        border-radius: 100%;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    #gmap .gr-btn .btn-map:hover:before {
        -webkit-transform: scale(2);
        transform: scale(2);
    }
    #gmap .gr-btn .btn-map a {
        background: no-repeat;
        color: #000;
    }
    #gmap .gr-btn .btn-map a::after {
        filter: invert(1);
        left: 28%;
    }
    #gmap .gr-btn .col {
        display: flex !important;
        font-size: 13px;
    }
    #gmap .gr-btn .col .btn1 {
        margin-right: 30px;
    }
    #gmap .gr-btn .col .btn1 a::after {
        content: "";
        content: "";
        background: url(../img/shared/icon_arrow.png) no-repeat;
        width: 16px;
        height: 12px;
        display: inline-block;
        background-size: 100%;
        margin-left: 5px;
        margin-top: 0px;
        vertical-align: middle;
    }
    #gmap .gr-btn .col .btn1:hover, #gmap .gr-btn .col .btn2:hover {
        opacity: 0.8;
    }
    #gmap .gr-btn .col .btn2 a::after {
        content: "";
        background: url(../img/shared/icon_windows.png) no-repeat;
        width: 16px;
        height: 12px;
        display: inline-block;
        background-size: 100%;
        margin-left: 5px;
    }
}


/* sec-bnr */
.sec-bnr {
    border-top: 1px solid #D4CFC8;
    padding: 15vw 0 25vw;
    margin: -3px 3%;
}
.sec-bnr .group-bnr1 {
    flex-direction: column;
    margin: 0 -2% 0vw;
}
.sec-bnr .group-bnr1 p {
    margin-bottom: 4vw;
}
.sec-bnr .group-bnr2 {
    flex-direction: column;
    margin: 0 -2% 0vw;
}
.sec-bnr .group-bnr2 p {
    margin-bottom: 3vw;
}
@media only screen and (min-width: 768px) {
    .sec-bnr {
        padding-top: 76px;
        margin: 20px;
        max-width: 1200px;
        margin: 0 auto 0;
        width: 100%;
        padding-bottom: 83px;
    }
    .sec-bnr .wrap {
        width: 1230px;
        padding: 0;
    }
    .sec-bnr .group-bnr1 {
        margin: 0;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .sec-bnr .group-bnr1 p {
        margin-bottom: 20px;
        position: relative;
        overflow: hidden;
        background: #000;
    }
    .sec-bnr .group-bnr1 p a {
        position: relative;
        z-index: 7;
    }
    .sec-bnr .group-bnr1 p:before {
        content: "";
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #5ea508;
        border-radius: 100%;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    .sec-bnr .group-bnr1 p:hover:before {
        -webkit-transform: scale(2);
        transform: scale(2);
    }
    .sec-bnr .group-bnr1 p:nth-child(2) {
        background: #9b4242
    }
    .sec-bnr .group-bnr1 p:nth-child(2)::before {
        background: #c31818
    }
    .sec-bnr .group-bnr2 {
        margin: 0;
        flex-direction: row;
        justify-content: space-between;
    }
    .sec-bnr .group-bnr2 p {
        margin-bottom: 20px;
        width: 32%;
    }
}