/* ///////////// slider /////////////*/
#slider img{
	width: 100%;
	height: auto;
}
.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.thumbnail .slick-current{
 opacity: 0.3;
}
.sliderArea.w300 {
  max-width: 300px;
}
.thumbnail .slick-slide {
  margin: 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}
/* ///////////// youtube /////////////*/
.official-youtube {
	background-color: #F0F0F0;
	position: relative;
	padding: 30px 0;
}
.official-youtube::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 100%;
	display: block;
	content: "";
	background-color: #F0F0F0;
	z-index: -1;
}
/* アスペクト比固定 */
.embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.embed iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.official-youtube .swiper-container .swiper-slide p {
	font-size: 1.4rem!important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	padding-top: 7.5px;
	color: #202020;
}
@media (min-width: 768px) {
.official-youtube .swiper-container .swiper-slide p {
	-webkit-line-clamp: 3; font-size: 1.2rem;
	}
}
@media (max-width: 768px) {
.official-youtube .swiper-container .swiper-slide p {
	-webkit-line-clamp: 3; font-size: 0.7rem!important;
	}
}

/* ///////////// topics /////////////*/
#topics{
  width: 96%;
  margin: 0 auto;
}
#topics img{
  width: 100%;
  height: auto;
}
/* ///////////// brands /////////////*/
#brands{
  width: 96%;
  margin: 0 auto;
}
#brands img{
  width: 100%;
  height: auto;
}
.image-tile{
  position: relative;
}
.image-tile p{
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;/*画像の左上に配置*/
  left: 0;
  margin: 0; /*余計な隙間を除く*/
  color: #FFFFFF;/*文字を白に*/
  background-color: rgb(0,0,0,0.3);/*背景色*/
  font-size: 2.1rem;
  font-family: serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;/*行高は1に*/
  text-shadow: 1px 1px 3px #000000;
}
@media (max-width:768px){
.image-tile p{
  font-size: 1rem;
}
}
@media (max-width:544px){
.image-tile p{
  font-size: 0.8rem;
}
}
/* ///////////// pickup-items /////////////*/
#pickup-items{
  width: 96%;
  margin: 0 auto;
}
#pickup-items img{
  width: 100%;
  height: auto;
}
.stock-button{
  font-size: 1.4rem;
}
@media (max-width:480px){
.stock-button{
  font-size: 1rem;
}
}
.red-text{
	color: #ff6666;
}
.product-tile{
  position: relative;
}
.product-tile p{
  position: absolute;
  display: block;
  width: 100%;
  bottom: 30%;/*画像の左上に配置*/
  left: 0;
  margin: 0; /*余計な隙間を除く*/
  color: #FFFFFF;/*文字を白に*/
  background-color: rgb(0,0,0,0.3);/*背景色*/
  font-size: 1.4rem;
  font-family: serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;/*行高は1に*/
  text-shadow: 1px 1px 3px #000000;
}
@media (max-width:992px){
.product-tile p{
  font-size: 1.6rem;
}
}
@media (max-width:768px){
.product-tile p{
  font-size: 0.8rem;
}
}
/* ///////////// accesary /////////////*/
#accesary{
  width: 96%;
  margin: 0 auto;
}
#accesary img{
  width: 100%;
  height: auto;
}
.image-tile{
  position: relative;
}
.acc-tile p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  color: #555555;
  font-size: 1.4rem;
  font-family: serif;
  font-weight: bold;
  width: 100%;
}
@media (max-width:992px){
.acc-tile p{
  font-size: 1.2rem;
}
}
@media (max-width:768px){
.acc-tile p{
  font-size: 1rem;
}
}
/* ///////////// access /////////////*/
#access{
  width: 100%;
  margin: 0 auto;
  background-color: #F0F0F0;
}
#access img{
  width: 100%;
  height: auto;
}
#map{
  width: 70%;
  margin: 0 auto;
}
.shop-name{
  font-size: 1.4rem;
  font-family: serif;
  line-height: 1.4;
  text-align: left;
}
.shop{
  font-size: 3.5rem;
}
.shop-info{
  font-size: 1.4rem;
  font-family: serif;
  line-height: 1.8;
  text-align: left;
}
.tel{
  font-size: 2.6rem;
  font-family: serif;
  line-height: 1.4;
  text-align: left;
}
@media (max-width:948px){
#map{
    width: 85%;
}
.shop-name{
  font-size: 1.2rem;
}
.shop{
  font-size: 2.8rem;
}
.shop-info{
  font-size: 1.4rem;
}
.tel{
  font-size: 2rem;
}
}
@media (max-width:767.98px){
#map{
  width: 96%;
}
.shop-name{
  font-size: 0.6rem;
  display: block;
  margin-top: 0!important;
  margin-bottom: 0!important;
}
.shop{
  font-size: 1.4rem;
}
.shop-info{
  font-size: 0.7rem;
}
.tel{
  font-size: 1.6rem;
}
}
@media (max-width:678px){
.shop-name{
  font-size: 0.6rem;
  display: block;
  margin-top: 0!important;
  margin-bottom: 0!important;
}
.shop{
  font-size: 1.4rem;
}
.shop-info{
  font-size: 0.7rem;
  display: block;
  margin-bottom: 0!important;
}
.tel{
  font-size: 1.2rem;
}
}
@media (max-width:575px){
#map{
  width: 85%;
}
.shop-name{
  font-size: 0.9rem;
  margin-top: 15px!important;
}
.shop{
  font-size: 2.4rem;
}
.shop-info{
  font-size: 1.2rem;
}
.tel{
  font-size: 1.5rem;
}
}
@media (max-width:480px){
#map{
  width: 96%;
}
.shop-name{
  font-size: 0.8rem;
  margin-top: 15px!important;
}
.shop{
  font-size: 1.8rem;
}
.shop-info{
  font-size: 0.9rem;
}
.tel{
  font-size: 1.5rem;
}
}
/* ///////////// other-info /////////////*/
#other-info{
  width: 96%;
  margin: 0 auto;
}
#other-info img{
  width: 100%;
  height: auto;
}
/* ///////////// お知らせ用ボタン /////////////*/
.btn-infomation {
  font-size: 1.8rem;
}
@media (max-width:768px){
.btn-infomation {
  font-size: 1.0rem;
}
}
