@charset "UTF-8";
/* CSS Document */

header {
	z-index: 10;
	position: fixed;
	background:linear-gradient(to bottom, rgba(0,6,84,0.8), transparent) ;
}

/*hero*/
.hero {
	position: relative;
	width: 100%;
	margin: 0;
}

.toplogo {
	position: absolute;
	width: 360px;
	height: 288px;
	top: -96px;
	background: url('image/logo.svg') no-repeat;
    background-size: 360px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
    z-index:10
}

.toplogo a {
	display: block;
	width: 100%;
	height: 100%;
}

.subtitle {
	position: absolute;
	top: 216px;
	left: 40px;
    z-index: 10;
}

.subtitle img {
	margin: 0 0 24px 0;
}

.subtitle p {
    font-size: 2.4rem;
    font-weight: lighter;
    line-height: 56px;
		letter-spacing: 3px;
}

.topmv {
		position: relative;
    margin: 0 0 0 auto;
    width: 100%;
    height: 80vh;
    z-index: 2
}

.slideimage {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 80vh;
		background-position: center;
		background-size: cover;
		z-index: 1;
}

.topimgone{
    background-image: url("image/topimage_one.jpg");
}

.topimgtwo{
    background-image: url("image/topimage_two.jpg");
}

.topimgthree{
    background-image: url("image/topimage_three.jpg");
}

/*グローバルナビ*/
.gnav {
	margin: 0 auto;
	text-align: right;
}

.gnav .nav-item {
	display: inline-block;
	margin: 0 48px;
    font-size: 24px;
    color: #333333;
}

.nav-item　a:hover{
	color:#CC99A2;
	transition: 0.2s;
}

.nav-item a,.nav-item a:visited {
    color: #fff;
}

/*Style*/
.style {
	position: relative;
  margin: 0 auto;
	overflow: hidden;
	}

#video {
	position: absolute;
	width: 100%;
	z-index: -5;
}

.videolayer {
	position: absolute;
	z-index: -4;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 800px;
}

.instagramitem {
  margin: 6px;
	width: 168px;
	height: 168px;
	float: left;
}

.instagramitem:hover {
    opacity: 0.7;
    transition: 0.2s;
}

.instagramitem > a > div{
	width               : 100%;
	height              : 100%;
	background-position : center;
	background-size     : cover;
	overflow            : hidden;
}

.style-box1 {
	position: relative;
    margin: 8px 2px;
}

.style-box1 .sectioncaption {
	position: absolute;
	right: 0px;
	vertical-align: middle;
	color:#fff;
}

/*From Calm..*/
.fromcalm {
}

.fromcalm-box1 {
	position: relative;
}

.fromcalm-box1 .sectioncaption {
	position: absolute;
	right: 0px;
	vertical-align: middle;
}

.rss-list {
    width:100%;
	margin:0px auto;
}
.rss-list a {
	position:relative;
    float: left;
    width: 240px;
	overflow:hidden;
	display:inline-block;
	font-size:1.6rem;
}

.rss-list a:nth-child(-n + 3){
    margin: 0 35px 0 0;
}

.rss-list a:hover {
	opacity: 0.7;
    transition: 0.2s;
}


.rss-image {
	width:100%;
    height: 160px;
	background-position : center;
	background-size     : cover;
	overflow            : hidden;
}

.rss-title {
	padding:4px 5px;
}

.rss-date {
    padding: 2px 5px;
    font-size: 1.4rem;
    color: #CC99A2;
}


/*Concept*/
#Concept {
	position: relative;
	margin: 0;
	width: 33.33%;
	height: 440px;
	box-sizing: border-box;
}

.insta {
	position: relative;
	text-align: center;
	margin: 0 auto;
  padding: 8px 0 24px;
	width: 100%;
	color: #fff;
	background-image: url("image/top/insta_bgimg.jpg");
	background-size: cover;
	background-position: center;
}

.insta > h2 {
	font-size: 2.4rem;
    margin-bottom: 16px;
}

.instacontainer {
	width: 1024px;
    margin: 0 auto;

}

.instagramitem {
    margin: 5.3px;
	width: 160px;
	height: 160px;
	float: left;
}

.instagramitem:hover {
    opacity: 0.7;
    transition: 0.2s;
}

.instagramitem > a > div{
	width               : 100%;
	height              : 100%;
	background-position : center;
	background-size     : cover;
	overflow   :hidden;
}

.instagramitem {
    margin: 2.8px;
	width: 165px;
    height: 165px;
}

.instagramitem:hover {
    opacity: 0.7;
    transition: 0.2s;
}

.instagramitem > a > div{
	width               : 100%;
	height              : 100%;
	background-position : center;
	background-size     : cover;
	overflow            : hidden;
}

/*クリアフィックス*/
.clearfix::after {
	content: '';
	display: block;
	clear: both;
}

.concept01 {
	background-image: url("image/yakitori01.jpeg");
	background-position: center;
	background-repeat:no-repeat;
	background-size: cover;
}

.concept02 {
	background-image: url("image/yakitori02.jpeg");
	background-position: center;
	background-repeat:no-repeat;
	background-size: cover;
}

.concept03 {
	background-image: url("image/yakitori03.jpeg");
	background-position: center;
	background-repeat:no-repeat;
	background-size: cover;
}

.conceptcolor > h2,.conceptcolor > p {
	color: #fff;
}

.conceptcolor > h2 {
	font-size: 2.4rem;
	padding: 1.6rem;
}

.conceptcolor1 {
	background: linear-gradient(to bottom, #e00000, transparent);
	position: absolute;
	z-index: 2;
	top:0;
	right: 0;
	left: 0;
	width: 100%;
	height: 32px;
}

.conceptcolor2 {
	background: linear-gradient(to bottom, #d08600, transparent);
	position: absolute;
	z-index: 2;
	top:0;
	right: 0;
	left: 0;
	width: 100%;
	height: 80px;
}

.conceptcolor3 {
	background: linear-gradient(to bottom, #560056, transparent);
	position: absolute;
	z-index: 2;
	top:0;
	right: 0;
	left: 0;
	width: 100%;
	height: 80px;
}

/*Location*/
.location {
	text-align: center;

}

.location-box1 {
    width: 600px;
    height: 500px;
		margin: 0 auto;
}

.location-box2 {
    width: 400px;
		margin: 0 auto;

}

.location-box2 p {
    margin: 0 0 44px 0;
    line-height: 40px;
		text-align: center;
}


.location-box2 a:hover {
    opacity: 0.7;
}

.bgmask {
	height: 100%;
  background: rgba(255,255,255,0.1);
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover;
}

/*タブレット*/
@media (max-width: 1024px) {

  .instacontainer {
		width: 730px;
	}

	.instagramitem {
		width: 152px;
		height: 152px;
	}

	.fromcalm {
		margin-bottom: 88px!important;
	}

    .rss-list a {
    width: 300px;
    margin: 0 96px 72px!important;
}


    .rss-image {
        height: 200px;
    }

	.location-box1 {
		width: 582px;
	}

}

@media (max-width: 896px) {

    .topmv {
        width: 100%;
}

    .slideimage {
        width: 100%;
    }


		#Concept {
		    width: 100%;
		    height: 240px;
		}

	.instagramitem {
		width: 133.6px;
		height: 133.6px;
	}

    .instagramitem:nth-child(n + 12){
        display: none;
    }

    .rss-list a {
        margin: 0 32px 32px!important;
	}

	.concept-box1 ul li img {
        width: 240px;
        height: 192px;
        margin: 0 0 20px 0;
    }


    .concept-box2 {
        width: 424px;
    }

    .concept-box2 p {
        width: 424px;
        margin: 32px 0;
        line-height: 32px;
    }

    .concept-box2 a {
        left: 50px;
        width: 300px;
        height: 50px;
        line-height: 50px;
        border: solid #333333 0.5px;
    }

    .location-box1 {
		width: 360px;
        height: 400px;
	}

    .location-box2 {
        width: 320px;
    }

    .location-box2 p {
        margin: 44px 0;
        line-height: 40px;
    }

}

@media (max-width: 468px) {



    header {
	height: 56px !important;
}

    .content {
        width: 315px;
        margin-bottom: 88px;
    }

    .hero {

    }


    .toplogo {
        width: 200px;
        height: 160px;
        top: 176px;
        left: 0px;
        background-size: 200px auto;
    }

    .subtitle {
        top: 344px;
        left: auto;
        right: 0px;
    }

    .subtitle-inner {
        position: relative;
    }

    .subtitle-inner img {
        width: 38px;
        margin: 0 0 4px 0;
        position: absolute;
        left: -45px;
        top: 4px;
    }

    .subtitle p {
        font-size: 1.6rem;
        line-height: 24px;
        letter-spacing: 1.5px;
    }

    .topmv {
        margin: 0 0 0 auto;
        width: 100%;
				height: 50vh;
    }

    .slideimage {
        width: 100%;
        height: 50vh;
}

#video {
    position: absolute;
    width: auto;
    z-index: -5;
    height: 320px;
}

.videolayer {
	height: 320px;
}

		.instacontainer {
			width: 320px;
		}

    .instagramitem {
        margin: 2.5px;
        width: 100px;
        height: 100px;
    }

    .instagramitem:nth-child(n + 7){
        display: none;
    }

    .rss-list a {
		width: 150px;
	}

    .rss-list a:nth-child(odd){
        margin: 0 15px 22px 0!important;
    }

    .rss-list a:nth-child(even){
        margin: 0 0 22px 0!important;
    }

    .rss-image {
        height: 100px;
    }

    .rss-date {
        padding: 2px 5px;
        font-size: 1.2rem;
    }

    .rss-title {
        padding:2px 5px;
        font-size: 1.2rem;
    }



    .mgr-15 {
        margin-right: 15px;
    }

    .concept .sectiontitle,.location .sectiontitle {
			margin: 24px 0;
    }

    .concept-box1{
        float: none;
        margin: 0 0 24px 0;
    }

    .concept-box1 ul li {
        display: inline-block;
    }

    .concept-box1 ul li img {
        width: 150px;
        height: 120px;
        margin: 0;
    }

    .mg-r10 {
        margin-right: 10px;
    }

    .concept-box2 {
        width: 315px;
    }

    .concept-box2 p {
        width: 315px;
        margin: 0 0 32px 0;
        line-height: 24px;
    }

    .concept-box2 a {
        width: 272px;
        height: 40px;
        line-height: 40px;
        border: solid #333333 0.5px;
    }

    .location-box1 {
        width: 315px;
        height: 350px;
        margin: 0 0 24px 0;
        float: none;
    }

    .location-box2 {
        width: 315px;
        float: none;
    }

    .location-box2 p {
        margin: 0 0 24px 0;
        line-height: 24px;
    }



}
