@charset "utf-8";


/*-----------------------------------------------------------
#cover
-----------------------------------------------------------*/




/*-----------------------------------------------------------
#cover
-----------------------------------------------------------*/
.ec-layoutRole .ec-layoutRole__main {
	margin: 0 auto;
}

.slick-slider {
	margin-bottom: 0 !important;
}

.cover01 {
	background: url(../img/top/cover01_bg.jpg) no-repeat center top;
}

.cover02 {
	background: url(../img/top/cover02_bg.jpg) no-repeat center top;
}

.cover03 {
	background: url(../img/top/cover03_bg.jpg) no-repeat center top;
}

.coverSp01 {
	background: url(../img/top/sp_cover01_bg.jpg) no-repeat center top;
}

.coverSp02 {
	background: url(../img/top/sp_cover02_bg.jpg) no-repeat center top;
}

.coverSp03 {
	background: url(../img/top/sp_cover03_bg.jpg) no-repeat center top;
}

.topSliderWrap {
	position: relative;
}

.slick-slide {
	text-align: center;
	background-size: cover;
}

.slick-slide img {
	margin: 0 auto;

}


/* スライダー上のボタン */
.coverScroll{
	position: absolute;
	left: 50%;
	bottom: 80px;
	width: 30px;
	height: 50px;
	margin-left: -15px;
	border: 1px solid #fff;
	border-radius: 7px;
	box-sizing: border-box;
  }
  .coverScroll:before{
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	margin-left: -3px;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 100%;
	-webkit-animation: animation 2s infinite;
	animation: animation 2s infinite;
	box-sizing: border-box;
  }
  @-webkit-keyframes animation {
	0% {
	  -webkit-transform: translate(0, 0);
	  opacity: 0;
	}
	40% {
	  opacity: 1;
	}
	80% {
	  -webkit-transform: translate(0, 20px);
	  opacity: 0;
	}
	100% {
	  opacity: 0;
	}
  }
  @keyframes animation {
	0% {
	  transform: translate(0, 0);
	  opacity: 0;
	}
	40% {
	  opacity: 1;
	}
	80% {
	  transform: translate(0, 20px);
	  opacity: 0;
	}
	100% {
	  opacity: 0;
	}
  }



/*-----------------------------------------------------------
 layout
-----------------------------------------------------------*/
#topMain {
    padding: 125px 0;
}
.topWrap01 {
	display: block;
}

.topWrap01 > div {
	width: 100%;
	max-width: 580px;
	margin: auto;
}

.topWrap01L .topBox01 {
	background: url(../img/top/img_top01_20240130.jpg) no-repeat center top;
}

.topWrap01R .topBox01 {
	background: url(../img/top/img_top02_20240130.jpg) no-repeat center top;
}

.topWrap01 .topBox01 {
	background-size: cover;
	padding: 28px 6% 30px;
}

.topBoxBot01 {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top01 {
	background: rgb(255 255 255 / 0.7);
	padding:1%;
	text-align: center;
	color: #462619;
    width: 100%;
    max-width: 270px;
    margin: auto;
}

.topTit02 {
	font-size: 20px;
	max-width: 390px;
	margin: 0 auto;
}

.topTit03 {
	font-size: 12px;
	color: #A98E7A;
	max-width: 390px;
	margin: 0 auto;
}

.toptxt03 {
    font-size: 15px;
    font-weight: bold;
    margin: 10px auto 0;
	max-width: 390px;
}

.topBtn01 {
	display: block;
	color: #462619;
	font-size: 16px;
	border-top: solid 1px  #462619;
	border-bottom: solid 1px  #462619;
	margin: 10px auto 0;
	padding: 10px 2% 9px;
	max-width: 250px;
	font-weight: bold;
}


.topWrap05 .btn01 {
    margin: 40px auto 0;
}



/*-- おすすめ --*/

.topBoxBot01 > img {
	width: 50%;
}


.ec-shelfRole.recoWp {
    max-width: 1200px;
    margin: 50px auto 0;
}

.recoLink {
    display: block;
    background: #fff;
    height: 100%;
    padding: 17px;
}

.recoMainCate {
    display: inline-block;
    background: #D8AD7D;
    color: #fff;
    font-size: 15px;
    padding: 0.1em .5em;
    margin: 5px 0 0;
}

.item_name.recoName {
    font-size: 15px;
    margin: 5px 0 0;
}

.item_desc {
    font-size: 12px;
    margin: 10px 0 0;
}

.ec-shelfGrid a > dl {
    margin: 0;
}

.recoBtnWp .btn01 {
    margin: auto;
}


.topWrap04 {
    display: block;
}

.topImg04 {
    margin: 62px auto 0;
    max-width: 580px;
}

.topWrap04 .btn01 {
    margin: 62px auto 0;
}

.topWrap05 {
    display: block;
}

.topWrap04 > div {
    width: 100%;
    /* max-width: 580px; */
    margin: 0 auto 80px;
}

.topWrap05 > div {
    /* max-width: 570px; */
    width: 100%;
    margin: 0 auto 80px;
}

.topBox05 {
    background: #fff;
    padding: 40px;
    margin: 62px auto 0;
    max-width: 570px;
}

.top05 {
    margin: 45px 0 0;
}

.topInBox05 {
    position: relative;
}

.top05Tag > span {
    font-family: 'Lato', sans-serif;
    font-size: 43px;
    display: inline-block;
    font-weight: bold;
    color: #D8AD7D;
    position: relative;
}

.top05Tag>span:before {
    content: '';
    position: absolute;
    left: -25px;
    bottom: -13px;
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #D8AD7D;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.top05Tag>span:after {
    content: '';
    position: absolute;
    display: inline-block;
    bottom: 0px;
    width: 140px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #D8AD7D;
    border-radius: 2px;
}

.top05Tag {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-22%, -60%);
    -webkit-transform: translate(-22%, -60%);
    -ms-transform: translate(-22%, -60%);
}

.topBnrWrap05 {
    display: flex;
    justify-content: space-between;
    max-width: 1010px;
    width: 96%;
    margin: 60px auto 0;
    flex-wrap: wrap;
}

.topBnr05 {
    width: 48%;
    margin: 0 0 30px;
}

.top06 {
    max-width: 235px;
    width: 48%;
    margin: 0 2% 20px 0;
}

.topWrap06 {
    margin: 60px auto -20px;
    display: flex;
    flex-wrap: wrap;
    max-width: 1170px;
    width: 96%;
    justify-content: space-around;
}

.top06:nth-of-type(2n) {
    margin-right: 0;
}

.top06 a {
    display: block;
    border: solid 1px rgb(112 69 52 / 30%);
}

.innerWrap.topinWrap06 {
    padding: 98px 0 0;
}

.ec-shelfGrid .ec-shelfGrid__item {
    width: 100%;
}

.topBtn01:hover {
    background: #462619;
    color: #fff;
}

.top06 a:hover {
    opacity: .7;
}

.snsList {
    display: block;
    max-width: 1200px;
}

.blogWp {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.topBlogRow {
    margin: 60px auto 0;
    display: block;
    padding-top: 1px;
}

.topBlogCol {
    margin: 0 auto 22px;
}

.topBlogCol a {
    display: block;
}

.topBlogCol a:hover {
    opacity: .7;
}

.topBlogCol a img {
    display: block;
    width: 100%;
}

.facebookWp {
    max-width: 500px;
    width: 100%;
    margin: 60px auto 0;
}

.topFbBox {
    margin: 60px auto 0;
    min-height: 459px;
    text-align: center;
}

.topFbBox iframe {
    width: 100%;
    height: 100%;
}

.instaWp {
    max-width: 530px;
    width: 100%;
    margin: 60px auto 0;
}

.topInstagramBox {
    display: flex;
    flex-wrap: wrap;
    margin: 60px auto 0;
    padding: 0 14px;
    max-width: 500px;
}

.topInstagramList01 {
    margin-bottom: 30px;
}

.topInstagramList01 > a {
    display: block;
}

.topInstagramList01 > a:hover {
    opacity: .6;
}

.facebookWp > iframe {
    width: 100%;
}

.facebookWp > iframe {
    width: 100%;
    max-width: 500px;
    height: 500px;
    margin: 60px auto 0;
}

.titH2.topH2Titflex {
    display: flex;
    font-size: 1.2rem;
}

.titH2 > span.topH2TitSpan {
    font-size: 0.9rem;
    margin-left: 1%;
}

.topinWrap06Txt {
    text-align: center;
    font-size: 20px;
}

/*-- 固定ここまで --*/

/* // 小デバイス*/
@media (min-width: 414px) {









}

/* // 小デバイス（横向きモバイル, 576px 以上） */
@media (min-width: 576px) {

.topWrap01 .topBox01 {
    background-size: cover;
    padding: 65px 6% 66px;
}

.titH2.topH2Titflex {
    font-size: 1.3rem;
}

.topH2TitSpan {
    font-size: 1.2rem;
}

.top06 {
    width: 15.8%;
    margin: 0 1% 20px 0;
}

.top06:nth-of-type(2n) {
    margin-right: 1%;
}

.top06:nth-of-type(6n) {
    margin-right: 0;
}

.topBnrWrap05 {
    display: flex;
    justify-content: space-between;
    max-width: 1010px;
    width: 96%;
    margin: 60px auto 0;
}

.topBnr05 {
    max-width: 300px;
    width: 32%;
    margin:auto;
}

.ec-shelfGrid .ec-shelfGrid__item {
    width: 50%;
}
.topBox05 {
    padding: 40px;
}
}

@media (min-width: 591px) {

    .titH2 > span.topH2TitSpan{
        font-size: 1.1rem;
    }








}

@media (min-width: 768px) {
.titH2.topH2Titflex{
    font-size: 1rem;
}
.titH2 > span.topH2TitSpan {
    margin: 0 0 0 5px;
    font-size: 0.95rem;
}
.topWrap01 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.topWrap01 > div {
	width: 49%;
	max-width: 580px;
}

.topWrap04 {
    display: flex;
    justify-content: space-between;
}

.topWrap04 > div {
    width: 48%;
}

.topWrap05 {
    display: flex;
    justify-content: space-between;
}

.topWrap05 > div {
    max-width: 570px;
    width: 48%;
}

.ec-shelfGrid .ec-shelfGrid__item {
    width: 25%;
}

.topBox05 {
    padding: 70px;
}

.blogWp {
    width: 31%;
    margin: 0;
}

.facebookWp {
    width: 31%;
    margin: 0 0 0 3.5%;
}

.topFbBox {
	height: auto;
}

.instaWp {
    width: 31%;
    margin: 0 0 0 3.5%;
}

.snsList {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.snsList .titH2 {
	flex-wrap: wrap;
}

.snsList .titH2 span {
	width: 100%;
	margin: 0;
}

.topTit02 {
    font-size: 24px;
}

.topBtn01{
    max-width: 340px;
    margin: 20px auto 0;
}

.top01{
    max-width: 400px;
}

.toptxt03{
    font-size: 16px;
}

.topinWrap06Txt {
    font-size: 24px;
}

}

/* // 大デバイス（デスクトップ, 992px 以上） */
@media (min-width: 992px) {
.titH2.topH2Titflex{
    font-size: 1.7rem;
}
.titH2 > span.topH2TitSpan{
    font-size: 1.1rem;
}
.topTit02 {
    font-size: 30px;
}

}

/* // 特大デバイス（ワイド・デスクトップ, 1200px 以上） */
@media (min-width: 1200px) {

.snsList .titH2 span {
	width: auto;
	margin: 0 0 0 25px;
}

}

@media (min-width: 1400px) {



}