@charset "utf-8";
/* CSS Document */



.container {
    width: 100%;
    margin: 90px auto 0 auto;
    overflow: hidden;
}
#wrap {
    position: relative;
    z-index: 999;
}

/* header
---------------------------------------------------------------------------------------------------------------------*/
#header {
    z-index: 9999;
}


/* top_slide
---------------------------------------------------------------------------------------------------------------------*/
.top_slide {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0;
}
.top_slide:before {
    content: "";
    display: block;
    padding-top: calc(100vh - 90px);
}
.top_slide ul li{
	position: absolute;
	top:0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
	background-size:cover;
	background-position: 50% 50%;
}
.top_slide ul li:nth-child(1){ z-index:10;}
.top_slide ul li:nth-child(2){ z-index:9;}
.top_slide ul li:nth-child(3){ z-index:8;}
.top_slide ul li:nth-child(4){ z-index:7;}
.top_slide ul li:nth-child(5){ z-index:6;}
.top_slide .mask {
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
    background-size: 100%;
    background-position: 50% 50%;
    background-image: url(https://gigaplus.makeshop.jp/johnsblend/assets/img/index/index_mask.png);
	background-repeat: no-repeat;
    z-index: 30;
    filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.3));
}


/* top_slider
---------------------------------------------------------------------------------------------------------------------*/
.top_slider {
    overflow: hidden;
    padding-bottom: 80px;
}
.top_slider .inner {
	width: 800px;
	margin: auto;
}
.top_slider .slick-list {overflow: visible !important;}
.top_slider .slick-slide {opacity: 0.5;transition: 0.5s;height: auto;}
.top_slider .slick-slide img { width: 100%;}
.top_slider .slick-now {opacity: 1;}
.top_slider .topic{margin:0 10px;position: relative;}
.top_slider .slick-slide:focus {outline:none;}
.top_slider .inner .slick-prev{left: -60px;}
.top_slider .inner .slick-next{right: -60px;}
.top_slider .slick-prev, .slick-next {top: 50%;}
.top_slider .slick-prev:before, .slick-next:before {display: block;}
.top_slider .slick-dots li.slick-active button:before {background-color: #231816;}



/* concept
---------------------------------------------------------------------------------------------------------------------*/
.concept00{
    width: 100%;
    max-width: 1100px;
    margin: 5% auto;
    height: auto;
    padding: 0;
    position: relative;
    text-align: left;
    box-sizing: border-box;
}
.concept00 img {
    width: 84%;
    margin: 0 8%;
    position: absolute;
    top: 10%;
    left: 0;
}

.concept00 img.concept01{
	width: 20%;
    margin: 0;
    position: absolute;
    top: 3%;
    left: 80%;
}
.concept00 img.concept02{
    width: 23%;
    margin: 0;
    position: absolute;
    top: 6%;
    left: 71%;
}
.concept00 p.title01 {
    font-size: 32px;
    font-weight: bold;
}
.concept00 .title{
    font-size: 26px;
    font-weight: 500;
	margin-bottom: 5%;
}
.concept00 p.description{
    margin-top: 2%;
    font-size: 14px;
}
.concept00 p.concept_en{
	margin-top:20px;
    font-size: 12px;
    color: #9b9b9b;
}



.concept{
	width: 100%;
    max-width: 1100px;
    margin:100px auto 50px auto;
    height: auto;
    padding: 5% 5% 5% 8%;
    position: relative;
    text-align: left;
    box-sizing: border-box;
    border: 1px solid #231816;
}
/*.concept img {
    width: 84%;
    margin: 0 8%;
    position: absolute;
    top: 10%;
    left: 0;
}*/

.concept img.concept01{
	width: 25%;
    margin: 0;
    position: absolute;
    top: -12%;
    left: 4%;
}
.concept img.concept02{
	width: 20%;
    margin: 0;
    position: absolute;
    bottom: 5%;
    left: 75%;
}
.concept .title{
    top: 30%;
    font-size: 26px;
    font-weight: bold;
}
.concept p.description{
    margin-top: 2%;
    font-size: 14px;
	padding-right: 27%;
}
.concept p.concept_en{
	margin-top:20px;
    font-size: 12px;
    color: #9b9b9b;
	padding-right: 27%;
}

.brackets01,.brackets02,.brackets03,.brackets04{
	position: absolute;
	width: 25px;
	height: 25px;
	box-sizing: border-box;
}
.brackets01{
	top: 0;
	left: 0;
	border-top: 5px solid #231816;
	border-left: 5px solid #231816;
}
.brackets02{
	top: 0;
	right: 0;
	border-top: 5px solid #231816;
	border-right: 5px solid #231816;
	position: absolute;
}
.brackets03{
	bottom: 0;
	left: 0;
	border-bottom: 5px solid #231816;
	border-left: 5px solid #231816;
	position: absolute;
}
.brackets04{
	bottom: 0;
	right: 0;
	border-bottom: 5px solid #231816;
	border-right: 5px solid #231816;
}




/* info_link
---------------------------------------------------------------------------------------------------------------------*/
.info_link{ display:block;}
.info_link p{
	font-size: 16px;
	line-height: 30px;
	padding: 10px;
	border: 2px solid #666666;
	box-sizing: border-box;
	margin: 30px auto 20px auto;
	width: 100%;
	max-width: 1100px;
	background-color: #f4f4f4;
	color: #000;
	text-align: center;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.2);
}
.info_link:hover{ transition:.5s;filter: drop-shadow(0px 6px 6px rgba(0,0,0,0.3));}


/* reservation_link
---------------------------------------------------------------------------------------------------------------------*/
.reservation_link {
    width: 100%;
    max-width: 1100px;
    margin: 30px auto;
    height: auto;
    position: relative;
    overflow: hidden;
    filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.4));
}
.reservation_link a{
    width: 100%;
    display: block;
    float: left;
}
.reservation_link a img{
	width: 100%;
}
.reservation_link:hover {
	transition:.5s;
    filter: drop-shadow(0px 7px 7px rgba(0,0,0,0.6));
}


/* event_link
---------------------------------------------------------------------------------------------------------------------*/
.event_link {
    width: 100%;
    max-width: 1100px;
	margin: 20px auto 30px auto;
    height: auto;
    position: relative;
    overflow: hidden;
    filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.4));
}
.event_link a{
    width: 100%;
    display: block;
    float: left;
}
.event_link a img{
	width: 100%;
}
.event_link:hover {
	transition:.5s;
    filter: drop-shadow(0px 7px 7px rgba(0,0,0,0.6));
}


/* category new_products pre_order
---------------------------------------------------------------------------------------------------------------------*/

.category,
.new_products,
.pre_order {
    width: 100%;
    margin: auto;
    padding: 10px 0 50px 0;
    overflow: hidden;
}
.new_products,
.ranking_title,
.index_ranking {
	background-color:#f4f4f4;
}
.category ul,
.new_products ul,
.pre_order ul {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    overflow: hidden;
}
.category ul li,
.new_products ul li,
.pre_order ul li {
	width: calc(100%/4);
    padding: 1.5%;
    height: auto;
    overflow: hidden;
    float: left;
    cursor: pointer;
min-height: 380px;
}
.category ul li.row02{
	margin-left: 25%;
}

.category ul li a,
.new_products ul li a,
.pre_order ul li a {
    display: block;
    text-align: center;
}
.category ul li img,
.new_products ul li img,
.pre_order ul li img {
	width:100%;
}
.category ul li img:hover,
.new_products ul li img:hover,
.pre_order ul li img:hover{
    opacity: 0.6;
	transition: .5s cubic-bezier(0.78, .18, .34, .98);
}
.category ul li h3 {
	font-size: 16px;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0 0 0;
    font-weight: bold;
}
.new_products ul li p,
.pre_order ul li p,
.new_products ul li h3,
.pre_order ul li h3 {
	font-size: 16px;
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0 0 0;
    font-weight: bold;
}
.category ul li p span,
.new_products ul li p span,
.pre_order ul li p span,
.category ul li h3 span,
.new_products ul li h3 span,
.pre_order ul li h3 span {
    font-size: 12px;
	font-weight: normal;
}
.category ul li p.price,
.new_products ul li p.price,
.pre_order ul li p.price,
.category ul li h3.price,
.new_products ul li h3.price,
.pre_order ul li h3.price {
	/*color: #E93A3D;*/
    margin: 5px 0 0 0;
    font-size: 12px;
    font-weight: normal;
}
.category ul li p.price span,
.new_products ul li p.price span,
.pre_order ul li p.price span,
.category ul li h3.price span,
.new_products ul li h3.price span,
.pre_order ul li h3.price span {
	font-size: 10px;
}
.view_more {
	display: block;
    border: 1px solid #231816;
    box-sizing: border-box;
    font-size: 20px;
    width: 300px;
    padding: 15px;
    font-weight: bold;
    text-align: center;
    margin: auto;
    background-image: url(https://gigaplus.makeshop.jp/johnsblend/assets/img/site_img/link_arrow.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 80% 50%;
	background-color: #fff;
	margin: 30px auto 0 auto;
}
.view_more img {
    width: 6px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -4px;
}
.view_more:hover {
	background-color:#231816;
	color:#fff;
	background-image: url(https://gigaplus.makeshop.jp/johnsblend/assets/img/site_img/link_arrow_wh.png);
	transition: .5s cubic-bezier(0.78, .18, .34, .98);
}

/* concept_movie
---------------------------------------------------------------------------------------------------------------------*/
.concept_movie{
    width: 100%;
    max-width: 1100px;
    margin: 10% auto;
    height: auto;
    position: relative;
}
.concept_movie img{
    /*width: 26%;
    margin: 0 37% 5% 37%;*/
	
    width:100%;
	height:100%;
    position: absolute;
	margin:auto;
	left: 0;

}

.concept_movie video{
    width: 70%;
    margin: 0 15%;

}

.youtube {
	width: 100%;
	max-width: 1100px;
    margin: auto;
}
.youtube iframe {
    width: 100%;
    height: 619px;
    margin: auto;
}

/* select
---------------------------------------------------------------------------------------------------------------------*/
.select{
    width: 100%;
    max-width: 1100px;
    padding: 5% 0 10% 0;
    margin: auto;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    z-index: 99;
}
.select .select_l{ width:49%; margin-right:2%; float:left;margin-bottom: 2%;}
.select .select_r{ width:49%;float: left;}
.select .select01{ width:100%; margin-bottom: 3%;}
.select .select02{ width:100%; }
.select .select03{ width:100%;}
.select p.title,
.select h2.title {
    width: 100%;
    font-size: 19px;
	line-height: 45px;
    font-weight: bold;
    text-align: center;
    background-color: #231816;
    color: #fff;
}

.select img{ width:100%; opacity:0.5;}
.select a:hover img{
	transition:1s;
	opacity:1;
}


/* contents
---------------------------------------------------------------------------------------------------------------------*/
.contents{	
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
    z-index: 99;
    margin-bottom: 2%;
}
.contents a{	
	width: 100%;
	display:block;
}
.contents img{	
	width: 100%;
	opacity: 0.5;
}
.contents p.title,
.contents h2.title{	
	width: 30%;
    position: absolute;
    top: 10%;
    font-size: 25.5px;
    line-height: 51px;
	text-align: left;
	padding-left: 3%;
    left: 0;
    font-weight: bold;
    background: linear-gradient(120deg,rgba(255,255,255,1), rgba(255,255,255,0));
    z-index: 10;
	    margin: 0;
}
.contents p.jpn{	
	position: absolute;
    top: 17%;
    font-size: 15px;
    padding-left: 15%;
	z-index:10;
}
.contents a:hover img{
	transition:1s;
	opacity:1;
}


/* ranking
---------------------------------------------------------------------------------------------------------------------*/
.ranking_title {
    width: 100%;
    margin: auto;
    padding: 10px 0 20px 0;
	margin-bottom: 0;
    overflow: hidden;
}
.index_ranking {
	width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
	    margin-bottom: 50px;
}
.swiper-container {
    width: 100%;
}
.swiper-wrapper{ max-width: 1100px; list-style:none; margin:0; padding:0;}
.swiper-slide {
    width: 24% !important;
	height: 370px;
    margin: 0 0.5%;
	text-align: center;
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 20px 0;
	background-color: #fff;
    overflow: hidden;
}
.swiper-slide a{
	height: 100%;
}
.rank_no{ 
	position: absolute;
    font-size: 16px;
    line-height: 30px;
	font-weight: bold;
	color: #fff;
    width: 30px;
    height: 30px;
    top: 10px;
    left: 10px;
    background-color: #666666;
    border-radius: 50%;
    z-index: 10;
    margin: 0;
}

.rank_no01{
    background-color: #d2c64a;
}
.rank_no02 {
    background-color: #d9d9d9;
}
.rank_no03{
    background-color: #ed9641;
}


.rank_img img{ width:90%;}

.rank_name{ 
	width: 90%;
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 15px auto 0 auto;
}
.rank_name a{ 
	text-decoration:none;
	color: #000;
}
.rank_price{     
	width: 90%;
    font-size: 12px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0 0 0;
}
.rank_price span{     
    font-size: 10px;
}


/* index_recent
---------------------------------------------------------------------------------------------------------------------*/

.index_recent {
	width: 100%;
    margin: auto;
    padding: 10px 0 20px 0;
    overflow: hidden;
}
.index_recent table {
    width: 100%;
	max-width:1100px;
}
.index_recent td.itemBox {
    width: 25% !important;
    text-align: center;
    vertical-align: top;
}
.index_recent img {
    width: 98%;
}
.index_recent td.line {
    display: none;
}

@media screen and (max-width: 1030px) {/************ for SP**************************************************************************************/
.top_slider .inner {
	width: 80%;
	margin: auto;
}
.youtube iframe {
    height: 570px;
}
.select p.title,
.select h2.title {
	line-height: 43px;
}
.swiper-slide a {
    height: 350px;
}
.swiper-slide a {
    height: 310px;
}
.category ul li, .new_products ul li, .pre_order ul li {
    min-height: 350px;
}
}

@media screen and (max-width: 770px) {/************ for SP**************************************************************************************/
.top_slider .slick-prev, .slick-next {display: none !important; }
.youtube iframe {
	height: 424px;
}
.select p.title,
.select h2.title {

    line-height: 29px;
}
.contents p.jpn {
    top: 20%;
    padding-left: 20%;
}
.swiper-slide a {
    height: 310px;
}
.swiper-slide a {
    height:270px;
}
.category ul li, .new_products ul li, .pre_order ul li {
    min-height: 290px;
}
}

@media screen and (max-width: 480px) {/************ for SP**************************************************************************************/
.top_slider .inner {width: 100%;}
.top_slider .topic {margin:0;}
.slick-dots {bottom: -30px;}
.top_slide:before {
    padding-top: calc(100vh - 60px);
}
.container {
    width: 100%;
    margin: 60px auto 0 auto;
}
.new_products ul li, .pre_order ul li {
    min-height: 290px;
}

/* concept
---------------------------------------------------------------------------------------------------------------------*/
.concept {
	width: 92%;
	padding: 8%;
}
.concept img.concept01 {
	width: 50%;
	top: -10%;
	left: 5%;
}
.concept img.concept02 {
    width: 30%;
    position: absolute;
	top: 5%;
    left: 66%;
}
.concept .title {
	font-size: 15px;
}
.concept p.description {
    width: 75%;
    font-size: 12px;
    padding: 0;
}
.concept p.concept_en {
    font-size: 11px;
    padding: 0;
}


.concept00 {
	width: 90%;
    padding: 0;
	
}
.concept00 p.title01 {
    font-size: 14px;
}
.concept00 .title {
    font-size: 15px;
}
.concept00 img.concept01 {
	width: 40%;
	top: 0;
	left: 60%;
}
.concept00 p.description {
	margin-top: 2%;
    font-size: 12px;
    line-height: 1.8;
    padding-right: 0;
}
.concept00 p.concept_en {
    font-size: 11px;
    line-height: 1.8;
	padding-right: 0;
}


/* info_link
---------------------------------------------------------------------------------------------------------------------*/
.info_link p {
	font-size: 14px;
	line-height: 30px;
	padding: 10px;
	margin: 20px auto;
	width: 92%;
	max-width: 800px;
	color: #000;
}


/* reservation_link
---------------------------------------------------------------------------------------------------------------------*/
.reservation_link {
    width: 92%;
	margin: auto;
}


/* event_link
---------------------------------------------------------------------------------------------------------------------*/
.event_link{
    width: 100%;
    padding: 0;
	margin: auto;
}
.event_link a{
    width: 92%;
    display: block;
    float: left;
    padding: 4%;
}





/* topics
---------------------------------------------------------------------------------------------------------------------*/

.topics {
    width: 98%;
    display: block;
    float: left;
    padding: 2% 1%;
}
.topics ul li {
    margin-bottom: 10px;
}
.topics ul li p {
    font-size: 12px;
	line-height: 1.7;
    margin-top: 5px;
    padding-left: 5px;
    border-left: 2px solid #231816;
}
.topics ul li p span{
	display:none;
}



/* new_products
---------------------------------------------------------------------------------------------------------------------*/
.category,
.new_products,
.pre_order {
    width: 100%;
    display: block;
    float: left;
}
.category ul li.row02{
	margin-left: 1%;
}

.category ul li:nth-child(odd),
.new_products ul li:nth-child(odd),
.pre_order ul li:nth-child(odd) {
    margin-right: 1%;
}
.category ul li,
.new_products ul li,
.pre_order ul li {
	width: calc(96%/2);
    padding: 0;
    margin: 0px 1% 30px 1%;
    float: left;
    min-height: 280px;
}
.category ul li p,
.new_products ul li p,
.pre_order ul li p,
.category ul li h3,
.new_products ul li h3,
.pre_order ul li h3 {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin:10px 0 0 0;
}
.category ul li p.price,
.new_products ul li p.price
.pre_order ul li p.price,
.category ul li h3.price,
.new_products ul li h3.price
.pre_order ul li h3.price {
    margin: 0 0 10px 0;
}


/* ranking
---------------------------------------------------------------------------------------------------------------------*/
.swiper-wrapper {
    max-width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.swiper-slide {
    width: 81.3% !important;
	height: 490px;
    margin: 0 1%;
	position: relative;
}
.swiper-slide a {
    height:450px;
}
.rank_price {
    margin: 5px 0 0 0;
}


/* concept_movie
---------------------------------------------------------------------------------------------------------------------*/
.concept_movie {
    width: 92%;
    margin: 0 auto;
    overflow: hidden;
}
.concept_movie img {
    width: 50%;
    margin: 0 25% 5% 25%;
}
.concept_movie video {
    width: 100%;
    margin: 0;
}

.concept_movie #video {
	width: 100%;
    margin: 50px 0;
	height: 51.80vw;
    vertical-align: top;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: auto;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* select
---------------------------------------------------------------------------------------------------------------------*/

.select {
    width: 92%;
    padding: 5% 0 10% 0;
}
.select p.title,
.select h2.title {
    font-size: 4vw;
    line-height: 10vw;
}
.select .select_l {
	width: 100%;
    margin: 0;
}
.select .select_r {
	width: 100%;
    margin: 0;
}
.select .select01 {
	width: 100%;
    margin: 0;
}
.select .select02 {
    width: 100%;
    margin: 5% 0 0 0;
}
.select .select03 {
    width: 100%;
    margin: 5% 0 0 0;
	float: left;
	position: relative;
	top: 0;
    right: 0;
}


/* contents
---------------------------------------------------------------------------------------------------------------------*/
.contents {
	width: 92%;
    margin: 0 auto;
}

.contents p.title,
.contents h2.title {
    width: 50%;
    font-size: 4vw;
    line-height: 10vw;
	    margin: 0;
}
.contents p.jpn {
    top: 15%;
    font-size: 3vw;
    padding-left: 23%;
}


.view_more {
    display: block;
    font-size: 18px;
    width: 96%;
    padding: 10px;
    background-size: 18px;
    background-position: 90% 55%;
}

}


@media screen and (max-width: 375px) {/************ for SP**************************************************************************************/
.swiper-slide {
	height: 420px;
}
.swiper-slide a {
    height:380px;
}
.category ul li,
.new_products ul li,
.pre_order ul li {
    min-height: 260px;
}
}
@media screen and (max-width: 320px) {/************ for SP**************************************************************************************/

.concept00 p.title01 {
    font-size: 14px;
}
.swiper-slide {
	height: 380px;
}
.swiper-slide a {
    height:340px;
}
.category ul li,
.new_products ul li,
.pre_order ul li {
    min-height: 240px;
}
}





























