﻿/**************************************
mainVisual
**************************************/
#mainVisual{
	display: block;
	width: 100%;
	margin: 0 auto calc(108 * (100vw / 750));;
	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%;
	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 {
	width: 100%;
	height: 100%;
	position: relative;
}

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

/** pagination  **********/
#mainVisual .slick-dots{
	bottom: calc(-48 * (100vw / 750));;
}

#mainVisual .slick-dots li{
	height: calc(18 * (100vw / 750));;
	width: calc(18 * (100vw / 750));;
	margin: 0 calc(15 * (100vw / 750));;
}

#mainVisual .slick-dots li button{
	display: block;
	height: calc(18 * (100vw / 750));;
	width: calc(18 * (100vw / 750));;
	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%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

#mainVisual .slick-arrow{
	display: block;
	width: calc(38 * (100vw / 750));;
	height: calc(38 * (100vw / 750));;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 50%;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 10;
}

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

#mainVisual .slick-prev{
	left: 1rem;
	background-image: url(../Contents/ImagesPkg/common/icon_circle_arrwo_left.png);
}

#mainVisual .slick-next{
	right: 1rem;
	background-image: url(../Contents/ImagesPkg/common/icon_circle_arrwo_right.png);
}


/**************************************
featuredWord
**************************************/
#featuredWord{
    display: block;
    width: 100%;
    margin-top: 3.5rem;
   /*  margin-top: 2rem; */
    padding: 1.5rem 1rem 1.0rem;
    background: #f7f5f5;
}

#featuredWord > h2{
    display: block;
    margin-bottom: 1.5rem;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.6rem;
    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: calc(50% - 0.5rem);
    margin-right: 1rem;
}
#featuredWord > ul > li:nth-of-type(2n){margin-right: 0;}
#featuredWord > ul > li:nth-of-type(n + 3){margin-top: 1rem;}


#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: 0.7rem;
    background: #FFFFFF;
    border: 1px solid #d9d7d7;
    border-radius: 4px;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
}

/**************************************
cautionNews
**************************************/
#homeContents .cautionNews{
    display: block;
    width: 100%;
    padding: 4rem 1rem 0;
}

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

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

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

#homeContents .cautionNews > dl > dd.btn{
    display: block;
    width: 15rem;
    margin: 2rem 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: 2.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.25rem;
    margin-bottom: 1.5rem;
    font-weight: 300;
}

/**************************************
homeReccomendItems
**************************************/
#homeReccomendItems{
    display: block;
    width: 100%;
    padding: 0 1rem;
    /* padding: 7.5rem 1rem 0; */
}

#homeReccomendItems .itemList{
    display: block;
    width: 100%;
}

#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%;
    margin: 0 auto;
}

#homeReccomendItems .itemList > ul > li{
    display: block;
    width: calc(50% - 1rem);
    margin-right: 2rem;
}
#homeReccomendItems .itemList > ul > li:nth-of-type(2n){margin-right: 0;}
#homeReccomendItems .itemList > ul > li:nth-of-type(n + 3){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: 1.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.4rem;
    font-weight: 500;
    line-height: 1.4;
}

#homeReccomendItems .itemList > ul > li > a > dl > dd{ display: block;}

#homeReccomendItems .itemList > ul > li > a > dl > dd > span{
    display: block;
    margin-top: 0.78rem;
    padding: 0 0.5rem;
    text-align: center;
}
#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.4rem;
    font-weight: 500;
    padding-right: 0;
}
#homeReccomendItems .itemList > ul > li > a > dl > dd > span.price > em{
    font-size: 1rem;
}


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

#homeItemSearch > .ttlTwoLine{
    display: block;
    margin: 0;
    padding: 1.0rem 1rem 1.2rem;
    background: #b32445;
    color: #FFFFFF;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
}
#homeItemSearch > .ttlTwoLine > span{display: none;}


#homeItemSearch .itemCategoryList{ display: block;}

#homeItemSearch .itemCategoryList > ul{display: block;}

#homeItemSearch .itemCategoryList > ul > li{
	display: block;
    border-bottom: 1px solid #d9d4d4;
}

#homeItemSearch .itemCategoryList > ul > li > figure{ display: none;}


#homeItemSearch .itemCategoryList > ul > li > a{
    display: block;
    padding: 1.3rem 1rem 1.5rem;
    background: url("../Contents/ImagesPkg/common/icon_arrow_right.svg") calc(100% - 1.3rem) center no-repeat;
    background-size: 1.1rem auto;
    font-size: 2.0rem;
    font-weight: 500;
    text-align: left;
    position: relative;
}
#homeItemSearch .itemCategoryList > ul > li > a > span{
    display: block;
    font-size: 1.2rem;
    padding-bottom: 0.5rem;
}



#homeItemSearch .itemCategoryList > ul > li > dl{
    display: block;
}

#homeItemSearch .itemCategoryList > ul > li > dl > dt{
    display: block;
    padding: 1.3rem 1rem 1.5rem;
    background: #FFFFFF;
    font-size: 2.0rem;
    font-weight: 500;
    text-align: left;
    position: relative;
	webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

#homeItemSearch .itemCategoryList > ul > li > dl.open > dt{background: #f7f5f5;}

#homeItemSearch .itemCategoryList > ul > li > dl > dt::before,
#homeItemSearch .itemCategoryList > ul > li > dl > dt::after{
	content: '';
	display: block;
	width: 2rem; height: 0.2rem;
	background: #666363;
	position: absolute;
	webkit-transition: transform 0.2s ease,opacity 0.5s ease;
    -moz-transition: transform 0.2s ease,opacity 0.5s ease;
    -o-transition: transform 0.2s ease,opacity 0.5s ease;
    transition: transform 0.2s ease,opacity 0.5s ease;
}
#homeItemSearch .itemCategoryList > ul > li > dl > dt::before{
	top: 50%;
	right: 1rem;
}
#homeItemSearch .itemCategoryList > ul > li > dl > dt::after{
	transform: rotate(90deg);
	top: 50%;
	right: 1rem;
}
#homeItemSearch .itemCategoryList > ul > li > dl.open > dt::after{
    opacity: 0;
	transform: rotate(0);
}

#homeItemSearch .itemCategoryList > ul > li > dl > dt > a{
    display: block;
    pointer-events: none;
}
#homeItemSearch .itemCategoryList > ul > li > dl > dt > a > span{
    display: block;
    font-size: 1.4rem;
    padding-bottom: 0.5rem;
}

#homeItemSearch .itemCategoryList > ul > li > dl > dd{
    display: none;
    border-top: 1px solid #FFFFFF;
}

#homeItemSearch .itemCategoryList > ul > li > 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;
    width: calc((100% - 1px) / 2);
    background: #f7f5f5;
    margin-right: 1px;
}
#homeItemSearch .itemCategoryList > ul > li > dl > dd > ul > li:nth-of-type(2n){margin-right: 0;}
#homeItemSearch .itemCategoryList > ul > li > dl > dd > ul > li:nth-of-type(n + 3){margin-top: 1px;}
#homeItemSearch .itemCategoryList > ul > li > dl > dd > ul > li:nth-of-type(odd):nth-last-of-type(1){width: 100%; margin-right: 0;}


#homeItemSearch .itemCategoryList > ul > li > dl > dd > 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: flex-start;
	justify-content: flex-start;
    padding: 0.8rem 1rem 0.8rem 2rem;
    height: 100%;
    min-height: 5rem;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #333131;
}


/**************************************
homeItemRanking
**************************************/
#homeItemRanking{
    display: block;
    width: 100%;
    padding: 7.5rem 0 0;
    margin-bottom: -2rem;
}

#homeItemRanking > h2{margin-bottom: 1.7rem;}

#homeItemRanking .rankingItemList{
    display: block;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

#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: calc(16.75rem * 5 + 6rem);
    padding: 0.8rem 1rem 2rem;
}

#homeItemRanking .rankingItemList > ol > li{
    display: block;
    width: 16.75rem;
    margin-right: 1rem;
}
#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: 1.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: 2.3rem;
    height: 3.1rem;
    position: absolute;
    left: 0.75rem;
    top: -0.8rem;
}
#homeItemRanking .rankingItemList > ol > li > a > figure > span > img{display: block; width: 100%; height: auto;}

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

#homeItemRanking .rankingItemList > ol > li > a > dl > dd.info{
    display: block;
    font-size: 1.2rem;
    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.4rem;
    font-weight: 500;
    padding-right: 0;
    text-align: center;
}

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

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

#homeNewsSection .newsList{
    display: block;
    width: 100%;
}

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

#homeNewsSection .newsList > ul > li{
	display: block;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #d9d4d4;
    cursor: pointer;
}

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

#homeNewsSection .newsList > ul > li > dl{
    display: block;
    text-align: left;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8;
}   
#homeNewsSection .newsList > ul > li > dl > dd{display: none;}


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

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

#aboutAishitoto .aboutBox > .inner{
    display: block;
    width: 100%;
    margin: 0 auto;
}

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

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

#aboutAishitoto .aboutBox > .inner > figure{
    display: block;
    width: 100%;
    height: 25.6rem;
    margin-top: 3rem;
    position: relative;
}
#aboutAishitoto .aboutBox > .inner > figure > img:nth-of-type(1){
    display: block;
    width: 24.15rem;
    height: auto;
    position: absolute;
    right: 3.2rem;
    top: 0;
    z-index: 1;
}
#aboutAishitoto .aboutBox > .inner > figure > img:nth-of-type(2){
    display: block;
    width: 17.9rem;
    height: auto;
    position: absolute;
    left: 3.2rem;
    bottom: 0;
    z-index: 2;
}
    
/**************************************
shoppingService
**************************************/
#shoppingService{
    display: block;
    width: 100%;
    padding: 7.5rem 0 0;
}

#shoppingService > dl{
    display: block;
    width: 100%;
    padding-top: 2rem;
}

#shoppingService > dl > dt{
    display: block;
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
    font-size: 1.8rem;
    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: wrap;
	flex-wrap: wrap;
    -webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#shoppingService > dl > dd.servicePoint > ul > li{
    display: block;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.5;
}
#shoppingService > dl > dd.servicePoint > ul > li{
    width: 50%;
}
#shoppingService > dl > dd.servicePoint > ul > li:nth-of-type(1),
#shoppingService > dl > dd.servicePoint > ul > li:nth-of-type(3){
    /*width: 12.4rem;*/
}

#shoppingService > dl > dd.servicePoint > ul > li:nth-of-type(3),
#shoppingService > dl > dd.servicePoint > ul > li:nth-of-type(4){
    /*width: 50%;*/
    margin-top: 2.5rem;
}
#shoppingService > dl > dd.servicePoint > ul > li:nth-of-type(4){padding-left: 1rem;}
#shoppingService > dl > dd.servicePoint > ul > li:nth-of-type(5){padding-right: 1rem;}

#shoppingService > dl > dd.servicePoint > ul > li > figure{
    display: block;
    width: 8.5rem;
    height: 8.5rem;
    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: 10rem; height: auto;
    position: absolute;
    top: calc(50% - 5rem);
    left: calc(50% - 5rem);
}


#shoppingService > dl > dd.btn{
    display: block;
    width: calc(100% - 2rem);
    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: 2em;
    padding-left: 3%;
    padding-right: 3%;
}
  









