@charset "UTF-8";
/*------------------------------------------------------------

  Common

------------------------------------------------------------*/
body {
    letter-spacing: 0.1em;
}

/*------------------------------------------------------------
	moreボタンホバー
------------------------------------------------------------*/
.more:hover {
    background-color: #74826E;
    opacity: 1;
}

/*------------------------------------------------------------
	SNSコンテナ
------------------------------------------------------------*/
.snsArea {
    padding-bottom: 17px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

.snsArea li {
    margin-left: 35px;
}

.snsArea li a {
    display: block;
    background-size: 100% 100%;
}

.snsArea li a img {
    width: 100%;
    height: 100%;
}

.snsArea li a:hover img {
    display: none;
}

.snsArea .pn a {
    width: 16px;
    height: 16px;
}

.snsArea .fb {
    margin-top: 2px;
}

.snsArea .fb a {
    width: 5px;
    height: 11px;
}

.snsArea .tw {
    margin-top: 3px;
}

.snsArea .tw a {
    width: 12px;
    height: 10px;
}

.snsArea .line a {
    width: 18px;
    height: 17px;
}

/*------------------------------------------------------------
	shop/shop detail　リストレイアウト
------------------------------------------------------------*/
.aboutShop .items li {
    float: left;
}

.aboutShop .items li a {
    width: 100%;
    display: block;
    position: relative;
    color: #fff;
}

.aboutShop .items li a:before {
    width: 100%;
    height: 100%;
    background-color: #96A78D;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    opacity: 0;
    transition: opacity 0.4s ease 0s;
    z-index: 4;
}

.aboutShop .items li a img {
    width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}

.aboutShop .items li a p {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    z-index: 5;
    opacity: 0;
}

.aboutShop .items li a p span {
    display: block;
}

.aboutShop .items li a p span.note {
    font-size: 1rem;
}

.aboutShop .items li a:hover:before {
    opacity: 0.8;
}

.aboutShop .items li a:hover p {
    opacity: 1;
}

/*------------------------------------------------------------

  個別ページ

------------------------------------------------------------*/
/*------------------------------------------------------------
	TOP
------------------------------------------------------------*/
#top .mainImg {
    position: relative;
    height: 100vh;
    overflow: hidden;
    z-index: 50;
}

#top .mainImg ul,
#top .mainImg ul li {
    height: 100vh;
    overflow: hidden;
}

#top .mainImg ul li {
    background-image: url(/assets/img/cover/main_img.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#top .mainImg .lead {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 5.2rem;
    color: #fff;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    letter-spacing: 0.08em;
}

#top .mainImg .scroll {
    background-color: #fff;
}

#top .mainImg .scroll a {
    color: #4C4948;
}

/* SPへ切り替え */
@media only screen and (max-width: 767px) {
    #top .mainImg {
        width: 100%;
        height: auto;
    }
    #top .mainImg ul li {
        height: 410px;
        background-image: url(/assets/img/cover/main_img_sp.jpg);
    }
}

#top .mainImg {
    height: auto;
}

#top .mainImg ul {
    height: auto;
}

#top .mainImg .lead {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 5.2rem;
    color: #fff;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    line-height: 1.077;
    letter-spacing: 0.08em;
}

#top .mainImg .scroll {
	display: block;
}
#top .mainImg .scroll .new {
    position: absolute;
    bottom: 21px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.2rem;
}

#top #contents {
    padding: 60px 60px 90px;
}

#top #contents .link {
    float: left;
    display: block;
    position: relative;
    color: #fff;
    overflow: hidden;
}

#top #contents .link:hover {
    color: #fff;
}

#top #contents .link:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

#top #contents .linkvisit {
    color: #fff;
}

#top #contents .link p {
    position: absolute;
    font-size: 6rem;
    text-align: center;
    text-shadow: 0px 0px 5px rgba(51, 45, 4, 0.75);
    letter-spacing: 0.07em;
    z-index: 15;
}

#top #contents .link p span {
    margin-top: -18px;
    font-size: 1.4rem;
    display: block;
    letter-spacing: 0.1em;
}

#top #contents .link img {
    width: 100%;
    height: auto;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}

#top #contents .wedding {
    width: 100%;
    height: auto;
}

#top #contents .wedding p {
    top: 50%;
    transform: translateY(-85px);
    right: 12.5%;
}

#top #contents .shop, #top #contents .gallery {
    width: 50%;
    height: auto;
}

#top #contents .shop p {
    bottom: 58px;
    left: 25px;
}

#top #contents .gallery p {
    top: 20px;
    left: 47px;
}

#top #contents .display, #top #contents .plants, #top #contents .business {
    width: 33.333%;
    height: auto;
}

#top #contents .display p, #top #contents .plants p, #top #contents .business p {
    top: 50%;
    left: 0;
    bottom: 0;
    right: 0;
    transform: translateY(-40%);
}

#top #contents .snsBox {
    margin-top: 85px;
}

#top #contents .snsBox h2 {
    margin-bottom: 20px;
    color: #231815;
    font-size: 3rem;
    text-align: center;
    letter-spacing: 0.05em;
}

#top #contents .snsBox ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

#top #contents .snsBox ul li {
    width: 20%;
    height: auto;
    position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#top #contents .snsBox ul li.cover a {
    display: block;
}

#top #contents .snsBox ul li.cover a:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: background-color 0.3s ease-in-out;
    background: linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
    background-color: rgba(40, 40, 40, 0.4);
    content: '';
    z-index: 1;
}

#top #contents .snsBox ul li.cover a:hover:before {
    transition: background-color 0.3s ease-in-out;
    background: linear-gradient(-45deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.6) 100%);
    background-color: rgba(40, 40, 40, 0.5);
}

#top #contents .snsBox ul li.cover a:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    content: '';
    z-index: 15;
}

#top #contents .snsBox ul li.cover.insta a:after {
    width: 29px;
    height: 29px;
    background-image: url(/assets/img/icon_insta.svg);
    background-size: 100% 100%;
}

#top #contents .snsBox ul li.cover.fb a:after {
    width: 13px;
    height: 29px;
    background-image: url(/assets/img/icon_fb.svg);
    background-size: 100% 100%;
}

#top #contents .snsBox ul li img {
    width: 100%;
    height: auto;
}

/* SPへ切り替え */
@media only screen and (max-width: 767px) {
    #top .mainImg .lead {
        box-sizing: border-box;
		top: 0;
		left: 0;
        padding: 48vw 30px 0;
        width: 100%;
        font-size: 2.9rem;
        transform: translateX(0) translateY(0);
		/*
        transform: translateX(-50%) translateY(-140%);
        transform: translateX(-50%) translateY(-50%);
		*/
        letter-spacing: 0em;
    }
    #top .mainImg .scroll {
		display: block;
        box-sizing: border-box;
        margin: 0;
        padding: 22px 32px 37px;
        padding: 22px 20px 37px;
        width: 100%;
        position: static;
    }
    #top .mainImg .scroll .new {
        width: 100%;
        position: static;
        text-align: center;
        transform: translateX(0);
    }
    #top #contents {
        padding: 0 20px 70px;
    }
    #top #contents .link {
        margin-bottom: 10px;
        float: none;
        display: block;
    }
    #top #contents .link:hover {
        opacity: 1;
    }
    #top #contents .link p {
        position: absolute;
        font-size: 3.3rem;
        text-align: left;
    }
    #top #contents .link p span {
        margin-top: -15px;
        font-size: 1rem;
        display: block;
    }
    #top #contents .wedding {
        width: 100%;
        height: auto;
    }
    #top #contents .wedding p {
        font-size: 4.1rem;
        top: auto;
        right: 50%;
        bottom: 24px;
        transform: translateX(50%);
        height: auto;
        text-align: center;
    }
    #top #contents .shop, #top #contents .gallery {
        width: 100%;
    }
    #top #contents .shop p {
        bottom: 24px;
        left: 14px;
    }
    #top #contents .gallery p {
        top: auto;
        left: 14px;
        bottom: 24px;
    }
    #top #contents .display, #top #contents .plants, #top #contents .business {
        width: 100%;
    }
    #top #contents .display p, #top #contents .plants p, #top #contents .business p {
        top: auto;
        left: 14px;
        bottom: 24px;
        transform: translateY(0);
    }
    #top #contents .snsBox {
        margin-top: 52px;
    }
    #top #contents .snsBox h2 {
        bottom: 18px;
        font-size: 2.2rem;
    }
    #top #contents .snsBox ul {
        display: block;
    }
    #top #contents .snsBox ul li {
        width: 33.333%;
        float: left;
    }
    #top #contents .snsBox ul li.cover a {
        display: block;
    }
    #top #contents .snsBox ul li.cover a:before {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: background-color 0.3s ease-in-out;
        background: linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
        background-color: rgba(40, 40, 40, 0.4);
        content: '';
        z-index: 1;
    }
    #top #contents .snsBox ul li.cover a:hover:before {
        transition: background-color 0.3s ease-in-out;
        background: linear-gradient(-45deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.6) 100%);
        background-color: rgba(40, 40, 40, 0.5);
    }
    #top #contents .snsBox ul li.cover a:after {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        content: '';
        z-index: 15;
    }
    #top #contents .snsBox ul li.cover.insta a:after {
        width: 29px;
        height: 29px;
        background-image: url(/assets/img/icon_insta.svg);
        background-size: 100% 100%;
    }
    #top #contents .snsBox ul li.cover.fb a:after {
        width: 13px;
        height: 29px;
        background-image: url(/assets/img/icon_fb.svg);
        background-size: 100% 100%;
    }
    #top #contents .snsBox ul li img {
        width: 100%;
        height: auto;
    }
}

/*------------------------------------------------------------
	About Us
------------------------------------------------------------*/
#about #main .mainImg {
    height: 60.606vw;
	min-height: 1142px;
    background-image: url(/assets/img/cover/about_main_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: left top;
    position: relative;
    color: #fff;
}

#about #main .mainImg .layout {
	display: table;
	width: 100%;
	height: 100vh;
	max-height: 60.606vw;
}
#about #main .mainImg .txtBox {
	display: table-cell;
	vertical-align: middle;
	padding-left: 50%;
	padding-top: 167px;
}

#about #main .mainImg .pageTtl {
    margin-bottom: 0;
	padding-bottom: 118px;
    position: static;
    letter-spacing: 0.07em;
}

#about #main .mainImg .lead {
    margin-bottom: 37px;
    margin-left: -17px;
    font-size: 3rem;
    letter-spacing: 0.2em;
}

#about #main .mainImg .txt {
    line-height: 2.28;
}

#about #main #contents {
    margin-top: 72px;
    padding-bottom: 213px;
    color: #4C4948;
}

#about #main #contents .ttl01 {
    font-size: 5rem;
    color: #96A78D;
    text-align: left;
    letter-spacing: 0.07em;
	margin-bottom: 51px;
}

#about #main #contents .ttl01 span {
    margin-top: 15px;
    margin-left: 1px;
    display: block;
    font-size: 1.4rem;
    color: #4C4948;
    letter-spacing: 0.1em;
	font-weight: normal;
}

#about #main #contents dl {
    margin-bottom: 12px;
    margin-right: 1em;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

#about #main #contents dl dt {
    margin-right: 24px;
}

#about #main #contents #profile {
    position: relative;
}

#about #main #contents #profile .txtBox {
    position: absolute;
    top: 50%;
    left: calc(50% + 88px);
    width: calc(50% - 88px);
    transform: translateY(-50%);
}

#about #main #contents #profile .txtBox dl dt {
    width: 47px;
    width: 110px;
}

#about #main #contents #profile .txtBox dl dd {
    -webkit-flex: 1;
    flex: 1;
}

#about #main #contents #profile .imgBox {
    margin-top: 35px;
    box-sizing: border-box;
    width: 50.379%;
    height: 555px;
    background-image: url(/assets/img/about/img01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    float: none;
}

#about #main #contents #profile .imgBox img {
    width: 100%;
    height: auto;
}

#about #main #history {
    margin-top: -23px;
    padding-top: 180px;
    position: relative;
}

#about #main #history .txtBox {
    margin-left: 127px;
    width: 597px;
    position: absolute;
    right: 42.652%;
}

#about #main #history .txtBox dl dt {
    width: 68px;
}

#about #main #history .txtBox dl:last-child {
    margin-bottom: 90px;
}

#about #main #history .txtBox dl dd {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
	flex: 1;
}

#about #main #history .txtBox dl dd p:first-child {
    margin-right: 10px;
    width: 41px;
    text-align: left;
}

#about #main #history .txtBox dl dd p:last-child {
    -webkit-flex: 1;
    flex: 1;
    letter-spacing: 0.001em;
}

#about #main #history .txtBox ul li {
    margin-bottom: 12px;
    padding-left: 18px;
    position: relative;
}

#about #main #history .txtBox ul li:before {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0;
    left: 0;
    content: '●';
}

#about #main #history .imgBox {
    width: 42.652%;
    height: 1704px;
    float: right;
}

#about #main #history .imgBox .img {
    margin-bottom: 13px;
    width: 100%;
    height: 555px;
    background-repeat: no-repeat;
    background-size: cover;
}

#about #main #history .imgBox .img01 {
    background-image: url(/assets/img/about/img02.jpg);
}

#about #main #history .imgBox .img02 {
    background-image: url(/assets/img/about/img03.jpg);
}

#about #main #history .imgBox .img03 {
    background-image: url(/assets/img/about/img04.jpg);
}

/* SPへ切り替え */
@media only screen and (max-width: 767px) {
    #about #main .mainImg {
        height: 620px;
		min-height: initial;
        background-image: url(/assets/img/cover/about_main_img_sp.jpg);
    }
	#about #main .mainImg .layout {
		display: inline;
		width: auto;
		height: auto;
		max-height: initial;
	}
    #about #main .mainImg .txtBox {
		display: block;
		position: absolute;
        box-sizing: border-box;
        padding: 0;
        left: 0;
        top: 105px;
    }
    #about #main .mainImg .pageTtl {
        margin-bottom: 37px;
		padding-bottom: 0;
        text-align: center;
    }
    #about #main .mainImg .lead {
        margin-bottom: 30px;
        margin-left: 0;
        font-size: 1.8rem;
        text-align: center;
    }
    #about #main .mainImg .txt {
        padding: 0 50px;
        line-height: 2;
    }
    #about #main #contents {
        margin-top: 50px;
        padding-bottom: 0;
    }
    #about #main #contents .ttl01 {
        font-size: 3.2rem;
        text-align: center;
    }
    #about #main #contents .ttl01 span {
        margin-top: 10px;
        margin-left: 0;
        font-size: 1.2rem;
    }
    #about #main #contents dl {
        margin-bottom: 12px;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
    }
    #about #main #contents dl dt {
        margin-right: 24px;
    }
    #about #main #contents #profile .txtBox {
        margin-top: 265px;
        margin-right: 0;
        padding: 0 20px;
		width: auto;
        position: static;
    }
    #about #main #contents #profile .txtBox dl dt {
        width: 110px !important;
    }
    #about #main #contents #profile .txtBox dl dd.ls0 {
		letter-spacing: 0;
    }
    #about #main #contents #profile .imgBox {
        box-sizing: border-box;
        margin-top: -155px;
        padding: 0 20px;
        width: 100%;
        height: auto;
        float: none;
        background-image: none;
    }
    #about #main #history {
        margin-top: 76px;
        padding-top: 0;
    }
    #about #main #history .txtBox {
        box-sizing: border-box;
        margin-left: 0;
        padding: 0 32px 52px;
        width: 100%;
        position: static;
    }
    #about #main #history .txtBox dl {
        display: block;
        font-size: 1.3rem;
		margin-right: 0;
    }
    #about #main #history .txtBox dl:last-child {
        margin-bottom: 54px;
    }
    #about #main #history .txtBox dl dt {
        margin-bottom: 18px;
        border-bottom: 1px solid #4C4948;
    }
    #about #main #history .txtBox dl dt {
        padding-bottom: 8px;
        width: 100%;
        text-align: center;
    }
    #about #main #history .txtBox dl dd {
        margin-bottom: 26px;
    }
    #about #main #history .txtBox dl dd p:first-child {
        margin-right: 0;
    }
    #about #main #history .txtBox ul li {
        margin-bottom: 12px;
        font-size: 1.3rem;
    }
    #about #main #history .txtBox ul li span:first-child {
        width: 56px;
    }
    #about #main #history .imgBox {
        margin-bottom: 0;
        padding: 0;
        width: 100%;
        height: 123px;
        float: none;
    }
    #about #main #history .imgBox .img {
        margin-bottom: 0;
        width: 33.333%;
        height: 100%;
        float: left;
    }
    #about #main #history .imgBox .img01 {
        background-image: url(/assets/img/about/img02_sp.jpg);
    }
    #about #main #history .imgBox .img02 {
        background-image: url(/assets/img/about/img03_sp.jpg);
    }
    #about #main #history .imgBox .img03 {
        background-image: url(/assets/img/about/img04_sp.jpg);
    }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    #about #main .mainImg {
        padding-bottom: 0;
    }
    #about #main #contents #profile .txtBox {
        padding-bottom: 32px;
    }
    #about #main #contents #profile .imgBox {
        height: 400px;
    }
    #about #main #history {
        margin-top: 76px;
        padding-top: 0;
    }
    #about #main #history .txtBox {
        padding: 0 32px 50px;
    }
    #about #main #history .imgBox {
        height: 226px;
    }
}

/*------------------------------------------------------------
	News
------------------------------------------------------------*/
#news #main .mainImg {
    background-image: url(/assets/img/cover/news_main_img.jpg);
}
#news.WeddingBlog #main .mainImg {
    background-image: url(/assets/img/wedding/cover/blog_02.jpg);
}

#news #main .mainImg .pageTtl {
    color: #231815;
}

#news #main .mainImg .scroll {
    background-color: #fff;
}

#news #main .mainImg .scroll a {
    color: #4C4948;
}

#news #main #contents {
	max-width: 1320px;
    padding: 57px 160px 140px;
	margin-left: auto;
	margin-right: auto;
    color: #4C4948;
}

#news #main #contents .brandnewBox {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 90px;
    display: table;
    width: 100%;
    position: relative;
}

#news #main #contents .brandnewBox .img, #news #main #contents .brandnewBox .txt {
    display: table-cell;
}

#news #main #contents .brandnewBox .img {
    width: 64.484%;
    height: 440px;
    overflow: hidden;
    background-image: url(/assets/img/news/img01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#news #main #contents .brandnewBox .txt {
    vertical-align: middle;
    padding-left: 4.464%;
}

#news #main #contents .brandnewBox .txt .inner {
    width: 318px;
}

#news #main #contents .brandnewBox .txt time {
	display: block;
    margin-bottom: 7px;
    font-size: 2.4rem;
    color: #96A78D;
    letter-spacing: 0.08em;
}

#news #main #contents .brandnewBox .txt .ttl {
    margin-bottom: 26px;
    font-size: 2.0rem;
    line-height: 1.75;
    letter-spacing: 0.18em;
    letter-spacing: 0.1em;
	font-weight: normal;
}

#news #main #contents .brandnewBox .txt p {
    line-height: 2;
}
#news #main #contents .brandnewBox .txt img {
    max-width: 100%;
    height: auto;
}

#news #main #contents .brandnewBox .more {
    margin-left: -180px;
    position: absolute;
    bottom: -29px;
    left: 64.484%;
}

#news #main #contents .articleList {
    overflow: hidden;
}

#news #main #contents .articleList ul {
    width: calc(100% + 26px);
}

#news #main #contents .articleList ul li {
    margin-right: 26px;
    margin-bottom: 30px;
    width: calc(100% / 3 - 26px);
    float: left;
}

#news #main #contents .articleList ul li a {
    display: block;
    color: #4C4948;
    text-align: left;
}

#news #main #contents .articleList ul li a time {
    display: block;
    color: #96A78D;
    font-size: 2rem;
    letter-spacing: 0.08em;
}

#news #main #contents .articleList ul li:hover {
    opacity: 0.7;
}

/* W1280以上へ切り替え */
@media only screen and (min-width: 1280px) {
    #news #main #contents .brandnewBox .more {
        bottom: -29px;
    }
}

/* W1658px~1993pxへ切り替え */
@media only screen and (min-width: 1662px) and (max-width: 2003px) {
    #news #main #contents .articleList ul li {
        margin-right: 26px;
        margin-bottom: 30px;
        width: calc(100% / 4 - 26px);
    }
}

/* W1994以上へ切り替え */
@media only screen and (min-width: 2004px) {
    #news #main #contents .articleList ul li {
        margin-right: 26px;
        margin-bottom: 30px;
        width: calc(100% / 5 - 26px);
    }
}

/* SPへ切り替え */
@media only screen and (max-width: 767px) {
    #news #main .mainImg {
        background-image: url(/assets/img/cover/news_main_img_sp.jpg);
    }
	#news.WeddingBlog #main .mainImg {
		background-image: url(/assets/img/wedding/cover/blog_02_sp.jpg);
	}
    #news #main #contents {
        padding: 33px 20px 70px;
    }
    #news #main #contents .brandnewBox {
    	max-width: initial;
        margin-bottom: 150px;
    }
    #news #main #contents .brandnewBox .img, #news #main #contents .brandnewBox .txt {
        display: block;
    }
    #news #main #contents .brandnewBox .img {
        width: 100%;
        height: 290px;
    }
    #news #main #contents .brandnewBox .txt {
        margin-top: 22px;
        margin-left: 0;
        width: 100%;
		padding: 0 1em;
		box-sizing: border-box;
    }
    #news #main #contents .brandnewBox .txt .inner {
        width: 100%;
        position: static;
        transform: translateX(0) translateY(0);
    }
    #news #main #contents .brandnewBox .txt time {
        margin-bottom: 3px;
        font-size: 2.2rem;
    }
    #news #main #contents .brandnewBox .txt .ttl {
        margin-bottom: 29px;
        font-size: 1.7rem;
    }
	#news #main #contents .brandnewBox .txt p {
		text-align: justify;
		text-justify: inter-ideograph;
	}
    #news #main #contents .brandnewBox .more {
        margin-left: -100px;
        position: absolute;
        bottom: -75px;
        left: 50%;
    }
    #news #main #contents .articleList {
        overflow: hidden;
    }
    #news #main #contents .articleList ul {
        width: calc(100% + 13px);
    }
    #news #main #contents .articleList ul li {
        margin-right: 13px;
        width: calc(100% / 2 - 13px);
        float: left;
    }
    #news #main #contents .articleList ul li a {
        display: block;
        color: #4C4948;
        text-align: left;
    }
    #news #main #contents .articleList ul li a img {
        width: 100%;
        height: auto;
    }
    #news #main #contents .articleList ul li a time {
        display: block;
        color: #96A78D;
        font-size: 1.5rem;
    }
    #news #main #contents .articleList ul li a p {
        font-size: 1.2rem;
    }
    #news #main #contents .articleList ul li:hover {
        opacity: 1;
    }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    #news #main .mainImg {
        background-image: url(/assets/img/cover/news_main_img_sp.jpg);
    }
    #news #main #contents .brandnewBox .img {
        height: 370px;
    }
}

/*------------------------------------------------------------
	New detail
------------------------------------------------------------*/
#newsDetail #header {
    height: 167px;
    position: static;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(255, 255, 255, 0)));
}

#newsDetail #header .inner .logo .pc {
    display: none !important;
}

#newsDetail #header .inner .logo .sp {
    width: 135px;
    height: 26px;
    display: block !important;
}

#newsDetail #header .inner #gNav .pc li a {
    color: #231815;
}

#newsDetail #header .inner #gNav .pc li a:before {
    background: #231815;
}

#newsDetail #header .inner #gNav .pc li .subNav li {
    border-bottom: 1px solid #231815;
}

#newsDetail #header .inner #gNav .pc li .subNav li:last-child {
    border-bottom: none;
}

#newsDetail #header .inner #gNav .pc li .subNav li a {
    background-size: 100% 100%;
}

#newsDetail #header .inner #gNav .pc li .subNav li a:hover:before {
    transform: scale(0);
}

#newsDetail #contents {
    box-sizing: border-box;
	max-width: 1320px;
    padding: 0 160px 140px;
    width: 100%;
	margin: 0 auto;
    color: #4C4948;
}

#newsDetail #contents .brandnewBox {
    width: 75%;
    float: left;
}

#newsDetail #contents .brandnewBox .article .img {
    margin-bottom: 23px;
    width: 100%;
    text-align: center;
}

#newsDetail #contents .brandnewBox .article .img img {
    /* max-width: 100%; */
	width: 100%;
    height: auto;
    display: inline;
}

#newsDetail #contents .brandnewBox .article .img img.sp {
    display: none;
}

#newsDetail #contents .brandnewBox .article .snsArea {
    float: right;
}

#newsDetail #contents .brandnewBox .article .snsArea .pn a {
    background-image: url(/assets/img/news/icon_pn_news_ov.svg);
}

#newsDetail #contents .brandnewBox .article .snsArea .fb a {
    background-image: url(/assets/img/news/icon_fb_news_ov.svg);
}

#newsDetail #contents .brandnewBox .article .snsArea .tw a {
    background-image: url(/assets/img/news/icon_tw_news_ov.svg);
}

#newsDetail #contents .brandnewBox .article .snsArea .line a {
    background-image: url(/assets/img/news/icon_ln_news_ov.svg);
}

#newsDetail #contents .brandnewBox .article .snsArea a {
    display: block;
}

#newsDetail #contents .brandnewBox .article .snsArea a:hover path {
    fill: #74826E;
}

#newsDetail #contents .brandnewBox time {
    margin-top: 27px;
    margin-bottom: 14px;
    clear: right;
    font-size: 2.4rem;
    color: #96A78D;
    letter-spacing: 0.08em;
	display: inline-block;
	line-height: 1;
}

#newsDetail #contents .brandnewBox .ttl {
    margin-bottom: 52px;
    font-size: 2.0rem;
	line-height: 1.75;
    letter-spacing: 0.18em;
    letter-spacing: 0.1em;
	font-weight: normal;
}

#newsDetail #contents .brandnewBox .txt {
    margin-bottom: 25px;
    padding-bottom: 50px;
    border-bottom: 1px solid #C9C8C8;
    width: 590px;
    line-height: 2.2;
}
#newsDetail #contents .brandnewBox .txt img {
    max-width: 100%;
    height: auto;
}
#newsDetail #contents .brandnewBox .txt p + p {
    margin-top: 2.2em;
}

#news #contents .pager,
#newsDetail #contents .brandnewBox .pager {
    width: 590px;
    display: table;
	table-layout: fixed;
}
#news #contents .pager {
	box-sizing: border-box;
	width: 100%;
	padding-left: 130px;
	padding-right: 130px;
	margin-top: 100px;
}

#news #contents .pager a,
#newsDetail #contents .brandnewBox .pager a,
#newsDetail #contents .brandnewBox .pager .noLink {
    display: table-cell;
    vertical-align: middle;
}

#news #contents .pager a span,
#newsDetail #contents .brandnewBox .pager a span{
    color: #96A78D;
    font-weight: bold;
}

#news #contents .pager .prev, #news #contents .pager .next,
#newsDetail #contents .brandnewBox .pager .prev, #newsDetail #contents .brandnewBox .pager .next{
    color: #4C4948;
}

#news #contents .pager .prev:hover, #news #contents .pager .next:hover,
#newsDetail #contents .brandnewBox .pager .prev:hover, #newsDetail #contents .brandnewBox .pager .next:hover{
    color: #4C4948;
}

#news #contents .pager .next span,
#newsDetail #contents .brandnewBox .pager .next span{
    margin-left: 3px;
}

#newsDetail #contents .brandnewBox .pager .back {
    box-sizing: border-box;
    padding: 10px 0;
    width: 154px;
    text-align: center;
}

#news #contents .pager .prev,
#newsDetail #contents .brandnewBox .pager .prev{
    text-align: right;
}

#news #contents .pager .prev span,
#newsDetail #contents .brandnewBox .pager .prev span{
    margin-right: 3px;
}

#newsDetail #contents .recommend {
    width: 19.4%;
    float: right;
}

#newsDetail #contents .recommend .sideTtl {
    box-sizing: border-box;
    margin-bottom: 16px;
    padding: 40px 0;
    width: 100%;
    text-align: center;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}

#newsDetail #contents .recommend .sideTtl:hover {
    background-color: #96A78D;
    opacity: 1;
}

#newsDetail #contents .recommend ul li {
    padding: 12px 0 12px;
    border-bottom: 1px solid #C9C8C8;
}
#newsDetail #contents .recommend ul li a {
    box-sizing: border-box;
	min-height: 60px;
    width: 100%;
    display: block;
    color: #4C4948;
}

#newsDetail #contents .recommend ul li a:hover {
    opacity: 0.7;
}

#newsDetail #contents .recommend ul li a .img {
    margin-right: 10px;
    width: 60px;
    height: 60px;
    float: left;
    overflow: hidden;
}

#newsDetail #contents .recommend ul li a .img img {
	/*
    width: 100%;
    height: auto;
	*/
}

#newsDetail #contents .recommend ul li a time, #newsDetail #contents .recommend ul li a p {
    margin-top: -10px;
    letter-spacing: 0.05em;
}

#newsDetail #contents .recommend ul li a time {
    margin-bottom: 7px;
    display: inline-block;
    font-size: 1.8rem;
}

#newsDetail #contents .recommend ul li a p {
    font-size: 1rem;
}

#newsDetail #contents .recommend ul li:last-child a {
    border-bottom: none;
}

/* SPへ切り替え */
@media only screen and (max-width: 767px) {
    #newsDetail #header {
        height: 83px;
    }
    #newsDetail #header .inner .logo .sp {
        width: 130px;
        height: 24px;
    }
    #newsDetail #contents {
        box-sizing: border-box;
        margin: 0;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 60px;
		max-width: initial;
        width: 100%;
    }
    #newsDetail #contents .brandnewBox {
        width: 100%;
        float: none;
    }
    #newsDetail #contents .brandnewBox .article .img {
        margin-bottom: 20px;
    }
    #newsDetail #contents .brandnewBox .article .snsArea {
        padding-bottom: 17px;
        float: none;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
    }
    #newsDetail #contents .brandnewBox .article .snsArea li {
        margin-left: 22px;
        margin-right: 22px;
    }
    #newsDetail #contents .brandnewBox .article .snsArea a {
        display: block;
    }
    #newsDetail #contents .brandnewBox .article .snsArea a:hover path {
        fill: #74826E;
    }
    #newsDetail #contents .brandnewBox time {
        margin-top: 0px;
        margin-bottom: 7px;
        clear: right;
        font-size: 2.4rem;
        color: #96A78D;
    }
    #newsDetail #contents .brandnewBox .ttl {
        margin-bottom: 30px;
        font-size: 1.7rem;
    }
    #newsDetail #contents .brandnewBox .txt {
        margin-bottom: 25px;
        padding-bottom: 55px;
        border-bottom: 1px solid #C9C8C8;
        width: 100%;
        line-height: 2.2;
		text-align: justify;
		text-justify: inter-ideograph;
    }
    #newsDetail #contents .brandnewBox .pager {
        width: 100%;
    }
    #newsDetail #contents .brandnewBox .pager a {
        font-size: 3.2vw;
    }
    #newsDetail #contents .brandnewBox .pager .prev, #newsDetail #contents .brandnewBox .pager .next {
        color: #4C4948;
    }
    #newsDetail #contents .brandnewBox .pager .back {
        padding: 10px 0;
        width: 37.333vw;
        font-size: 3.2vw;
    }
    #newsDetail #contents .recommend {
        margin-top: 55px;
        width: 100%;
        float: none;
    }
    #newsDetail #contents .recommend .sideTtl {
        padding: 10px 0;
        width: 100%;
    }
    #newsDetail #contents .recommend ul li a {
        width: 100%;
		min-height: 60px;
    }
	#newsDetail #contents .recommend ul li a .img img {
		width: 60px;
		height: 60px;
	}
	#newsDetail #contents .recommend ul li a time {
        font-size: 1.5rem;
    }
    #newsDetail #contents .recommend ul li a p {
        font-size: 1.2rem;
    }
}

/*------------------------------------------------------------
	shop
------------------------------------------------------------*/
#shop #main .mainImg {
    background-image: url(/assets/img/cover/shop_main_img3.jpg);
}

#shop #main .mainImg .scroll {
    background-color: #fff;
}

#shop #main .mainImg .scroll a {
    color: #4C4948;
}

#shop #main #contents {
    padding: 65px 160px;
}

#shop #main #contents .itemList {
    margin-bottom: 30px;
}

#shop #main #contents .itemList .itemNav {
    margin-bottom: 30px;
}

#shop #main #contents .itemList .itemNav ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
}

#shop #main #contents .itemList .itemNav ul li a {
    display: block;
    text-align: center;
    color: #231815;
    font-size: 1.8rem;
    opacity: 0.7;
}

#shop #main #contents .itemList .itemNav ul li a .JA {
    display: block;
    font-size: 1rem;
    color: #231815;
    opacity: 0.7;
	font-weight: normal;
}

#shop #main #contents .itemList .itemNav ul li a:hover {
    opacity: 1;
}

#shop #main #contents .itemList .itemNav ul li a:hover span {
    opacity: 1;
}

#shop #main #contents .itemList .itemNav ul li a.current {
    opacity: 1;
}

#shop #main #contents .itemList .itemNav ul li a.current span {
    opacity: 1;
}

#shop #main #contents .listWrap {
    padding-bottom: 60px;
    width: 100%;
    overflow: hidden;
}

#shop #main #contents .listWrap .list {
    width: calc(100% + 20px);
}

#shop #main #contents .listWrap .list li {
    margin-right: 20px;
    margin-bottom: 20px;
    width: calc(100% / 4 - 20px);
	/*
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
	*/
}

#shop #main #contents .more {
    margin: 0 auto;
    padding: 22px 0;
    width: 200px;
    display: block;
}

/* W1658px~1993pxへ切り替え */
@media only screen and (min-width: 1658px) and (max-width: 1993px) {
    #shop #main #contents .listWrap .list li {
        width: calc(100% / 5 - 20px);
    }
}

/* W1994以上へ切り替え */
@media only screen and (min-width: 1994px) {
    #shop #main #contents .listWrap .list li {
        width: calc(100% / 6 - 20px);
    }
}

/* SPへ切り替え */
@media only screen and (max-width: 767px) {
    #shop #main .mainImg {
        background-image: url(/assets/img/cover/shop_main_img3_sp.jpg);
    }
    #shop #main #contents {
        box-sizing: border-box;
        padding: 29px 20px 40px;
        width: 100%;
    }
    #shop #main #contents .itemList {
        margin-bottom: 30px;
    }
    #shop #main #contents .itemList .itemNav {
        margin-bottom: 16px;
        padding-bottom: 16px;
        border-bottom: 1px solid #C9C8C8;
        position: relative;
		z-index: 149;
    }
    #shop #main #contents .itemList .itemNav .spMenu {
        padding: 8px 0;
        width: 100%;
        background-color: #96A78D;
        background-image: url(/assets/img/arw_btm.svg);
        background-size: 14px 30px;
        background-repeat: no-repeat;
        background-position: 94% 9px;
        color: #fff;
        text-align: center;
    }
    #shop #main #contents .itemList .itemNav ul {
        width: 100%;
		max-width: initial;
		margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        background-color: #96A78D;
        z-index: 15;
    }
    #shop #main #contents .itemList .itemNav ul li a {
        padding: 7px 0;
        width: 100%;
        background-size: 30px 14px;
        background-repeat: no-repeat;
        background-position: 96% 9px;
        background-image: url(/assets/img/arw_right.svg);
        color: #fff;
        opacity: 1;
    }
    #shop #main #contents .itemList .itemNav ul li a span {
        font-size: 1.4rem !important;
        color: #fff !important;
        opacity: 1;
        font-weight: normal;
    }
    #shop #main #contents .itemList .itemNav ul li a .pc {
        display: none;
    }
    #shop #main #contents .listWrap {
        box-sizing: border-box;
        padding-bottom: 34px;
        width: 100%;
        overflow: hidden;
    }
    #shop #main #contents .listWrap .list {
        width: calc(100% + 8px);
    }
    #shop #main #contents .listWrap .list li {
        margin-right: 8px;
        margin-bottom: 8px;
        width: calc(100% / 2 - 8px);
        float: left;
    }
    #shop #main #contents .listWrap .list li a p {
        font-size: 1.3rem;
    }
    #shop #main #contents .listWrap .list li a p span {
        display: block;
        font-size: 1.2rem;
        letter-spacing: 0.05em;
    }
    #shop #main #contents .listWrap .list li a p span.note {
        font-size: 1rem;
    }
    #shop #main #contents .more {
        margin: 0 auto;
        padding: 22px 0;
        width: 200px;
        display: block;
    }
}

/*------------------------------------------------------------
	shop detail
------------------------------------------------------------*/
#modal {
    width: 100%;
    height: 100vh;
    position: fixed;
	top: 0; left: 0;
    background-color: #B4C1AF;
    box-sizing: border-box;
    z-index: 150;
}

#shopDetail {
    width: 100%;
    height: 100%;
	overflow-x: hidden;
    overflow-y: scroll;
	margin: 0;
}
#modal #shopDetail {
    width: 1197px;
    height: calc(100% - 10vh);
	overflow-x: hidden;
    overflow-y: scroll;
	margin: 5vh auto;
}

#shopDetail .contsWrap {
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
}

#shopDetail .item {
    margin: 0 auto 70px;
    padding: 88px 95px 0;
    width: 1000px;
    display: table;
}

#shopDetail .item .imgbox {
    display: table-cell;
}

#shopDetail .item .txt {
    width: 410px;
    height: 100%;
    display: table-cell;
	text-align: left;
    vertical-align: middle;
    color: #231815;
}

#shopDetail .item .kind {
    font-size: 2rem;
}

#shopDetail .item .ttl {
    font-size: 2.6rem;
	font-weight: normal;
	margin-top: 7px;
}

#shopDetail .item .size {
    margin-top: 6px;
    font-size: 1.2rem;
}

#shopDetail .item .price {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 3px;
    border-bottom: 1px solid #C9C8C8;
    font-size: 1.4rem;
    width: 100%;
}

#shopDetail .item .price span {
    display: inline-block;
}

#shopDetail .item .price .head {
    float: left;
}

#shopDetail .item .price .right {
    float: right;
}

#shopDetail .item .price .right .note01 {
    font-size: 1rem;
	letter-spacing: 0.05em;
}

#shopDetail .item .conts {
    margin-bottom: 20px;
    color: #4C4948;
    letter-spacing: 0.05em;
}

#shopDetail .item .note02 {
    margin-bottom: 30px;
    font-size: 1rem;
    letter-spacing: 0.05em;
}

#shopDetail .item .btnWrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
#shopDetail .item .cart {
    margin-bottom: 40px;
		margin-right: 10px;
    padding: 20px 0;
    width: 200px;
    display: block;
    background-color: #96a78d;
    letter-spacing: 0em;
    color: #fff;
    text-align: center;
}
#shopDetail .item .cart::before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(/assets/img/shop/icon_cart.svg) no-repeat top left;
	background-size: 100% auto;
	margin-right: 10px;
}
#shopDetail .item .contact {
    margin-bottom: 40px;
    padding: 20px 0;
    width: 200px;
    display: block;
    background-color: #4C4948;
    letter-spacing: 0.3em;
    color: #fff;
    text-align: center;
}

#shopDetail .item .snsArea {
    width: 200px;
    justify-content: space-between;
}

#shopDetail .item .snsArea li {
    margin-left: 0;
}

#shopDetail .item .snsArea li a {
    display: block;
}

#shopDetail .item .snsArea li a path {
    fill: #918C8A;
}

#shopDetail .item .snsArea li a:hover path {
    fill: #96A78D;
}

#shopDetail .item .snsArea .pn a {
    background-image: url(/assets/img/shop/icon_pn_shop_ov.svg);
}

#shopDetail .item .snsArea .fb a {
    background-image: url(/assets/img/shop/icon_fb_shop_ov.svg);
}

#shopDetail .item .snsArea .tw a {
    background-image: url(/assets/img/shop/icon_tw_shop_ov.svg);
}

#shopDetail .item .snsArea .line a {
    background-image: url(/assets/img/shop/icon_ln_shop_ov.svg);
}

#shopDetail .item .imgBox {
    width: 540px;
    float: left;
}

#shopDetail .item .imgBox img {
    width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}

#shopDetail .item .navi li {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 200;
}

#shopDetail .item .navi li a {
    width: 40px;
    height: 40px;
    z-index: 50;
}

#shopDetail .item .navi .prev {
    left: 0;
}

#shopDetail .item .navi .next {
    right: 0;
}

#shopDetail .related {
    margin: 0 auto;
    padding-bottom: 106px;
    width: 1000px;
    overflow: hidden;
}

#shopDetail .related .subTtl {
    margin-bottom: 22px;
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: 0.3em;
}

#shopDetail .related .items {
    width: 1018px;
}

#shopDetail .related .items li {
    margin-right: 18px;
    width: calc(1018px / 4 - 18px);
    float: left;
}
#shopDetail .related .items li img {
	width: 100%;
	height: auto;
}

#shopDetail .related .more {
    margin: 40px auto 0;
    padding: 22px 0;
    width: 200px;
    display: block;
    text-align: center;
}

/* SPへ切り替え */
@media only screen and (max-width: 767px) {
    #modal {
    }
	#modal #shopDetail,
    #shopDetail {
		width: 100vw;
        height: 100vh;
		margin: 0;
    }
    #shopDetail .contsWrap {
        margin: 0;
        box-sizing: border-box;
        width: 100%;
        background-color: #fff;
    }
    #shopDetail .itemWrap .close {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 20;
    }
    #shopDetail .item {
        margin: 0 auto 53px;
        padding: 0;
        width: 100%;
        display: block;
    }
    #shopDetail .item .imgBox {
        display: block;
    }
    #shopDetail .item .imgBox img {
        width: 100%;
        height: auto;
    }
    #shopDetail .item .txt {
        box-sizing: border-box;
        margin-top: 25px;
        padding: 0 30px;
        width: 100%;
        display: block;
    }
    #shopDetail .item .txt .kind {
        font-size: 1.7rem;
    }
    #shopDetail .item .txt .ttl {
        font-size: 1.9rem;
    }
    #shopDetail .item .txt .size {
        margin-top: 6px;
        margin-left: 1px;
        font-size: 1.2rem;
    }
    #shopDetail .item .txt .price {
        margin-top: 40px;
        margin-bottom: 25px;
        padding-bottom: 5px;
        border-bottom: 1px solid #C9C8C8;
        font-size: 1.4rem;
        width: 100%;
    }
    #shopDetail .item .txt .price span {
        display: inline-block;
        font-size: 1.3rem;
    }
    #shopDetail .item .txt .price .head {
        float: left;
    }
    #shopDetail .item .txt .price .right {
        float: right;
    }
    #shopDetail .item .txt .price .right .note01 {
        font-size: 1rem;
    }
    #shopDetail .item .txt .conts {
        margin-bottom: 36px;
        color: #4C4948;
    }
    #shopDetail .item .txt .note02 {
        margin-bottom: 30px;
        font-size: 1rem;
    }
		#shopDetail .item .cart {
				margin-bottom: 30px;
				margin-right: 10px;
        padding: 14px 0;
				width: calc( (100% - 10px) / 2 );
		}
		#shopDetail .item .cart::before {
		}
    #shopDetail .item .txt .contact {
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
        padding: 14px 0;
        width: 200px;
			width: calc( (100% - 10px) / 2 );
        display: block;
        background-color: #4C4948;
        color: #fff;
        text-align: center;
    }
    #shopDetail .item .imgBox {
        width: 100%;
        float: none;
    }
    #shopDetail .item .snsArea {
        margin: 0 auto;
    }
    #shopDetail .related {
        box-sizing: border-box;
        margin: 0;
        padding: 0 30px 70px;
        width: 100%;
    }
    #shopDetail .related .subTtl {
        margin-bottom: 19px;
        padding-bottom: 10px;
        border-bottom: 1px solid #C9C8C8;
        font-size: 1.4rem;
    }
    #shopDetail .related .items {
        width: calc(100% + 7px);
    }
    #shopDetail .related .items li {
        margin-right: 7px;
        margin-bottom: 7px;
        width: calc(100% / 2 - 7px);
        float: left;
    }
    #shopDetail .related .more {
        margin: 36px auto 30px;
        padding: 10px 0;
        width: 100%;
    }
}
