﻿/**************************************
mainVisual
**************************************/
#mainVisual{
	display: block;
	width: 100%;
	margin: 0 auto 7.2rem;
	position: relative;
}

#mainVisual img {
	display: block;
	width: 100%;
	height: auto;
}

#mainVisual .container{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}

/*
#mainVisual .wrapper {
	width: 100%;
	max-width: 1400px;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate(0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
*/

#mainVisual .slider {
/*	max-width: 1400px;*/
	width: 100%;
}


#mainVisual .slider > a img{
	width: 100%;
	height: auto;
}

/** pagination  **********/
#mainVisual .slick-dots{
	bottom: -3.2rem;
}

#mainVisual .slick-dots li{
	height: 1.2rem;
	width: 1.2rem;
	margin: 0 1rem;
}

#mainVisual .slick-dots li button{
	display: block;
	height: 1.2rem;
	width: 1.2rem;
	margin: 0;
	border-radius: 50%;
	border: 1px solid #e4e0e0;
	background: #FFFFFF;
	cursor: pointer;
}

#mainVisual .slick-dots li button::before{
	display: none;
}

#mainVisual .slick-dots li.slick-active button{
    cursor: default;
    background-color: #b32445;
    border-color: #b32445;
}


#mainVisual .controler{
    display: block;
    width: 100%;
    max-width: calc(120rem - 9.6rem);
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

#mainVisual .slick-arrow{
	display: block;
    width: 4.8rem;
    height: 4.8rem;
	border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity  0.2s ease;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 10;
}

#mainVisual .slick-arrow::before{
	display: none;
}

#mainVisual .slick-prev{
	left: 3.5%;
	background-image: url(../Contents/ImagesPkg/common/icon_circle_arrwo_left.png);
}
#mainVisual .slick-next{
	right: 3.5%;
	background-image: url(../Contents/ImagesPkg/common/icon_circle_arrwo_right.png);
}




/**************************************
featuredWord
**************************************/
#featuredWord{
    display: block;
    width: 100%;
    margin-top: 7rem;
    /* margin-top: 2rem; */
    padding: 2.5rem 2rem 3.0rem;
    background: #f7f5f5;
}

#featuredWord > h2{
    display: block;
    margin-bottom: 3rem;
    font-family: 'Noto Serif JP', serif;
    font-size: 2.4rem;
    font-weight: 400;
    color: #332e2e;
    text-align: center;
    line-height: 1;
}


#featuredWord > ul{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
#featuredWord > ul > li{
    display: block;
    width: 23.75%;
    margin-right: 1.66666666666667%;
}
#featuredWord > ul > li:nth-of-type(4n){margin-right: 0;}
#featuredWord > ul > li:nth-of-type(n + 5){margin-top: 2rem;}


#featuredWord > ul > li > a{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
    width: 100%;
    height: 100%;
    padding: 1rem;
    background: #FFFFFF;
    border: 1px solid #d9d7d7;
    border-radius: 4px;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
}

/**************************************
cautionNews
**************************************/
#homeContents .cautionNews{
    display: block;
    width: 100%;
    padding: 8rem 2rem 2rem;
}

#homeContents .cautionNews > dl{
    display: block;
    width: 100%;
    max-width: 800px;
    padding: 3rem;
    border: 1px solid #d9d4d4;
    margin: 0 auto;
}

#homeContents .cautionNews > dl > dt{
    display: block;
    margin-bottom: 2.4rem;
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
}

#homeContents .cautionNews > dl > dd.text{
    display: block;
    font-size: 1.6rem;
    line-height: 1.7;
    font-weight: 400;
    text-align: center;
}

#homeContents .cautionNews > dl > dd.btn{
    display: block;
    width: 15rem;
    margin: 2.85rem auto 0;
}
#homeContents .cautionNews > dl > dd.btn > a{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
    width: 100%;
    height: 3.0rem;
    padding: 0 0 2px 0;
    background: #b32445;
    border-radius: 4px;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 400;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
}


/**************************************
ttlTwoline
**************************************/
#homeContents .ttlTwoLine{
    display: block;
    margin-bottom: 5rem;
    font-size: 1.4rem;
    font-weight: 500;
    color: #332e2e;
    text-align: center;
    line-height: 1;
}

#homeContents .ttlTwoLine > span{
    display: block;
    font-family: 'Noto Serif JP', serif;
    font-size: 3.2rem;
    margin-bottom: 1.5rem;
    font-weight: 300;
}

/**************************************
homeReccomendItems
**************************************/
#homeReccomendItems{
    display: block;
    width: 100%;
    padding: 7rem 2rem 0;
    /* padding: 14rem 2rem 0; */
}

#homeReccomendItems .itemList{
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

#homeReccomendItems .itemList > ul{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

#homeReccomendItems .itemList > ul > li{
    display: block;
    width: 23.75%;
    margin-right: 1.66666666666667%;
}
#homeReccomendItems .itemList > ul > li:nth-of-type(4n){margin-right: 0;}
#homeReccomendItems .itemList > ul > li:nth-of-type(n + 5){margin-top: 2rem;}

#homeReccomendItems .itemList > ul > li > a{
    display: block;
    width: 100%;
    height: 100%;
    color: #333131;
    text-decoration: none;
}

#homeReccomendItems .itemList > ul > li > a > figure{
    display: block;
    width: 100%;
    margin-bottom: 2.0rem;
}
#homeReccomendItems .itemList > ul > li > a > figure > img{display: block; width: 100%; height: auto;}


#homeReccomendItems .itemList > ul > li > a > dl{display: block;}
#homeReccomendItems .itemList > ul > li > a > dl > dt{
    display: block;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
}

#homeReccomendItems .itemList > ul > li > a > dl > dd{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-align-items: flex-end;
	align-items: flex-end;
	-webkit-justify-content: center;
	justify-content: center;
}

#homeReccomendItems .itemList > ul > li > a > dl > dd > span{
    display: block;
    margin-top: 0.78rem;
    padding: 0 0.5rem;
}
#homeReccomendItems .itemList > ul > li > a > dl > dd > span.info{
    font-size: 1.2rem;
    font-weight: 400;
}
#homeReccomendItems .itemList > ul > li > a > dl > dd > span.price{
    font-size: 1.6rem;
    font-weight: 500;
    padding-right: 0;
}
#homeReccomendItems .itemList > ul > li > a > dl > dd > span.price > em{
    font-size: 1.2rem;
}


/**************************************
homeItemSearch
**************************************/
#homeItemSearch{
    display: block;
    width: 100%;
    padding: 14rem 2rem 0;
}

#homeItemSearch .itemCategoryList{
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

#homeItemSearch .itemCategoryList > ul{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

#homeItemSearch .itemCategoryList > ul > li{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: flex-start;
	align-items: flex-start;
    -webkit-justify-content: space-between;
	justify-content: space-between;
    width: 49.16666666666667%;
    margin-right: 1.66666666666667%;
}

#homeItemSearch .itemCategoryList > ul > li:nth-of-type(2n + 1){margin-right: 0;}
#homeItemSearch .itemCategoryList > ul > li:nth-of-type(n + 2){margin-top: 5.5rem;}

#homeItemSearch .itemCategoryList > ul > li:nth-of-type(1){
    display: block;
    width: 100%;
    margin-right: 0;
}
#homeItemSearch .itemCategoryList > ul > li > figure{
    display: block;
    width: 63.55932203389831%;
}
#homeItemSearch .itemCategoryList > ul > li:nth-of-type(1) > figure{
    width: 100%;
}
#homeItemSearch .itemCategoryList > ul > li > figure {

}
#homeItemSearch .itemCategoryList > ul > li > figure > img{display: block; width: 100%; height: auto;}

#homeItemSearch .itemCategoryList > ul > li > a{
    display: inline-block;
    background: url("../Contents/ImagesPkg/common/icon_arrow_right_narrow.svg") left 0.2rem no-repeat;
    background-size: 1rem auto;
    padding-left: 1.5rem;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
}
#homeItemSearch .itemCategoryList > ul > li:nth-of-type(1) > a {
    /*20251121 レイアウト調整で追加*/
    margin-top: 2rem;
}


#homeItemSearch .itemCategoryList > ul > li > dl{
    display: block;
    width: 33.05084745762712%;
}
#homeItemSearch .itemCategoryList > ul > li > a {
    /*20251121 レイアウト調整で追加*/
    display: block;
    width: 33.05084745762712%;

}

#homeItemSearch .itemCategoryList > ul > li:nth-of-type(1) > dl{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: flex-start;
	align-items: flex-start;
		-webkit-justify-content: space-between;
	justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 2rem;
}

#homeItemSearch .itemCategoryList > ul > li > dl > dt{display: block;}
#homeItemSearch .itemCategoryList > ul > li:nth-of-type(1) > dl > dt{
    width: 23.75%;
    margin-top: 2rem;
    margin-right: 1.66666666666667%;
}

#homeItemSearch .itemCategoryList > ul > li > dl > dt > a{
    display: inline-block;
    background: url("../Contents/ImagesPkg/common/icon_arrow_right_narrow.svg") left 0.2rem no-repeat;
    background-size: 1rem auto;
    padding-left: 1.5rem;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
}
#homeItemSearch .itemCategoryList > ul > li > dl > dt > a > em{display: none;}

#homeItemSearch .itemCategoryList > ul > li > dl > dd{display: block; padding-left: 1.5rem;}
#homeItemSearch .itemCategoryList > ul > li:nth-of-type(1) > dl > dd{
    width: 74.58333333333333%;
    padding: 0;
}

#homeItemSearch .itemCategoryList > ul > li > dl > dd > ul{display: block;}
#homeItemSearch .itemCategoryList > ul > li:nth-of-type(1) > dl > dd > ul{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}


#homeItemSearch .itemCategoryList > ul > li > dl > dd > ul > li{
    display: block;
    margin-top: 1.6rem;
}
#homeItemSearch .itemCategoryList > ul > li:nth-of-type(1) > dl > dd > ul > li{
    width: 33.333333333333333333%;
}

#homeItemSearch .itemCategoryList > ul > li > dl > dd > ul > li.golist{display: none;}

#homeItemSearch .itemCategoryList > ul > li > dl > dd > ul > li > a{
    display: inline-block;
    background: url("../Contents/ImagesPkg/common/icon_arrow_right_narrow.svg") left 0.8rem no-repeat;
    background-size: 0.7rem auto;
    padding-left: 1rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
}


/**************************************
homeItemRanking
**************************************/
#homeItemRanking{
    display: block;
    width: 100%;
    padding: 14rem 2rem 0;
}

#homeItemRanking .rankingItemList{
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

#homeItemRanking .rankingItemList > ol{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

#homeItemRanking .rankingItemList > ol > li{
    display: block;
    width: 18.66666666666667%;
    margin-right: 1.66666666666667%;
}
#homeItemRanking .rankingItemList > ol > li:nth-of-type(5n){margin-right: 0;}

#homeItemRanking .rankingItemList > ol > li > a{
    display: block;
    width: 100%;
    height: 100%;
    color: #333131;
    text-decoration: none;
}

#homeItemRanking .rankingItemList > ol > li > a > figure{
    display: block;
    width: 100%;
    margin-bottom: 2.0rem;
    position: relative;
}
#homeItemRanking .rankingItemList > ol > li > a > figure > img{display: block; width: 100%; height: auto;}
#homeItemRanking .rankingItemList > ol > li > a > figure > span{
    display: block;
    width: 3.2rem;
    height: 4.0rem;
    position: absolute;
    left: 1rem;
    top: -1.3rem;
}
#homeItemRanking .rankingItemList > ol > li > a > figure > span > img{display: block; width: 100%; height: auto;}

#homeItemRanking .rankingItemList > ol > li > a > dl{display: block;}
#homeItemRanking .rankingItemList > ol > li > a > dl > dt{
    display: block;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
}

#homeItemRanking .rankingItemList > ol > li > a > dl > dd.info{
    display: block;
    font-size: 1.4rem;
    margin-top: 0.78rem;
    padding: 0 0.5rem;
    text-align: center;
}
#homeItemRanking .rankingItemList > ol > li > a > dl > dd.price > span{
    display: block;
    margin-top: 0.78rem;
    padding: 0 0 0 0.5rem;
    font-size: 1.6rem;
    font-weight: 500;
    padding-right: 0;
    text-align: center;
}

#homeItemRanking .rankingItemList > ol > li > a > dl > dd.price > span > em{
    font-size: 1.2rem;
}

    
/**************************************
homeNewsSection
**************************************/
#homeNewsSection{
    display: block;
    width: 100%;
    padding: 8rem 2rem 0;
}

#homeNewsSection .newsList{
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

#homeNewsSection .newsList > ul{display: block; border-top: 1px solid #d9d4d4;}

#homeNewsSection .newsList > ul > li{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    width: 100%;
    padding: 1.5rem 0;
    border-bottom: 1px solid #d9d4d4;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity  0.3s ease;
}
#homeNewsSection .newsList > ul > li:hover{opacity: .6;}

#homeNewsSection .newsList > ul > li > time{
    display: block;
    width: 10.5rem;
    text-align: left;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
}

#homeNewsSection .newsList > ul > li > dl{
    display: block;
    width: calc(100% - 10.5rem);
    text-align: left;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4;
}   
#homeNewsSection .newsList > ul > li > dl > dd{display: none;}


/**************************************
aboutAishitoto
**************************************/
#aboutAishitoto{
    display: block;
    width: 100%;
    padding: 14rem 0 0;
}

#aboutAishitoto .aboutBox{
    display: block;
    width: 100%;
    padding: 7.5rem 2rem;
    background: url("../Contents/ImagesPkg/home/img_about_bg.jpg") center bottom no-repeat;
    background-size: cover;
    overflow: hidden;
}

#aboutAishitoto .aboutBox > .inner{
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

#aboutAishitoto .aboutBox > .inner > .text{
    display: block;
    text-align: left;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 3;
    font-family: 'Noto Serif JP', serif;
    position: relative;
    z-index: 3;
}
#aboutAishitoto .aboutBox > .inner > .text strong{font-size: 2.4rem;}

#aboutAishitoto .aboutBox > .inner > .text > .mb{margin-bottom: 1em;}

#aboutAishitoto .aboutBox > .inner > figure{display: block;}
#aboutAishitoto .aboutBox > .inner > figure > img:nth-of-type(1){
    display: block;
    width: 48.3rem;
    height: auto;
    position: absolute;
    right: -10rem;
    top: 0;
    z-index: 1;
}
#aboutAishitoto .aboutBox > .inner > figure > img:nth-of-type(2){
    display: block;
    width: 35.8rem;
    height: auto;
    position: absolute;
    right: 16.6rem;
    bottom: 5rem;
    z-index: 2;
}
    
/**************************************
shoppingService
**************************************/
#shoppingService{
    display: block;
    width: 100%;
    padding: 14rem 2rem 0;
}

#shoppingService > dl{
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

#shoppingService > dl > dt{
    display: block;
    margin-bottom: 5rem;
    padding-bottom: 1.5rem;
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    position: relative;
}

#shoppingService > dl > dt::after{
    content: '';
    display: block;
    width: 3rem;
    height: 1px;
    background: #666363;
    position: absolute;
    left: calc(50% - 1.5rem);
    bottom: 0;
}

#shoppingService > dl > dd.servicePoint{
    display: block;
    width: 100%;
}

#shoppingService > dl > dd.servicePoint > ul{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: center;
	justify-content: center;
}

#shoppingService > dl > dd.servicePoint > ul > li{
    display: block;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5;
}

#shoppingService > dl > dd.servicePoint > ul > li:nth-of-type(1),
#shoppingService > dl > dd.servicePoint > ul > li:nth-of-type(5){
    width: 15rem;
}

#shoppingService > dl > dd.servicePoint > ul > li:nth-of-type(2),
#shoppingService > dl > dd.servicePoint > ul > li:nth-of-type(4){
    width: 22rem;
    margin: 0 2rem;
}

#shoppingService > dl > dd.servicePoint > ul > li > figure{
    display: block;
    width: 10rem;
    height: 10rem;
    background: #d9d4d4;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 1.6rem;
    position: relative;
}
#shoppingService > dl > dd.servicePoint > ul > li > figure > img{
    display: block;
    width: 12rem; height: auto;
    position: absolute;
    top: calc(50% - 6rem);
    left: calc(50% - 6rem);
}


#shoppingService > dl > dd.btn{
    display: block;
    width: 24rem;
    margin: 4.5rem auto 0;
}
#shoppingService > dl > dd.btn > a{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
    width: 100%;
    height: 4.0rem;
    padding: 0 0 2px 0;
    background: #b32445;
    border-radius: 4px;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 500;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
}

#bnr_hatsue{
    text-align: center;
    margin-top: 3em;
}
  









