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

/*******************************
common
*******************************/
html {
	height: 100%;
}
 
body {
	height: 100%;
	line-height: 1.6;
}

#mainVisual {
	position: relative;
	height: 65%;
}

#mainVisualArea {
	position: relative;
	height: 30%;
}

#mainVisual .bg {
	position: absolute;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
	background: url('/about/images/mainIndex01.jpg') no-repeat 0 0 #222;
	background-size: 100%;
}

#mainVisual .bg2 {
	position: absolute;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
	background: url('/about/images/mainIdea01.jpg') no-repeat 0 0 #222;
	background-size: 100%;
	opacity: 0.8;
}

#mainVisual .bg3 {
	position: absolute;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
	background: url('/about/images/mainHistory01.jpg') no-repeat 0 0 #222;
	background-size: 100%;
}

#mainVisual .bg4 {
	position: absolute;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
	background: url('/about/images/mainIdea02.jpg') no-repeat 0 0 #222;
	background-size: 100%;
}

#mainVisual .bg5 {
    position: absolute;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    z-index: -100;
    background: url('/about/images/mainMovie01.jpg') no-repeat 0 0 #222;
    background-size: 100%;
}

#mainVisualArea .bg {
	position: absolute;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
}

#mainVisual h1 {
	font-size: 4.125rem;
	font-family: 'Work Sans', sans-serif;
	font-weight: bold;
	color: #fff;
	line-height: 1em;
	margin: 0 auto;
	padding: 7% 0 0;
	max-width: 71.25rem;
}

#mainVisual h1.txt01 {
	color: #222;
}

#mainVisualArea h1 {
    width: 96%;
    font-size: 3.2rem;
    font-weight: bold;
    color: #fff;
    line-height: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	text-align: center;
}

#mainVisual h1.black {
	color: #222;
}

#mainVisual h1 b,
#mainVisualArea h1 b {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	font-size: 85%;
}

#mainVisualArea h1.shopName {
    top: 40%;
}

#mainVisualArea h1 span.area {
	font-size: 2rem;
}

#mainVisualArea h1 span.name {
    color: #000;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0 0.15em;
	font-size: 3rem;
}

#mainVisual a.arrow01 {
	position: absolute;
	bottom: 20%;
	left: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-decoration: none;
	padding-top: 60px;
	color: #fff;
	font-size: 0.85em;
	text-align: center;
}

#mainVisual .arrow01 span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	box-sizing: border-box;
}

@-webkit-keyframes sdb {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
	}
	@keyframes sdb {
	0% {
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}

#main {
	background: #fff;
    -webkit-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
}

#subnavBar {
	background: #222222;
}

#subnavBar ul {
	text-align: center;
	letter-spacing: -.4em;
}

#subnavBar ul li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Work Sans', sans-serif;
	border-left: 2px solid #3c3c3c;	
}

#subnavBar ul li:last-child {
	border-right: 2px solid #3c3c3c;	
}

#subnavBar ul li a {
    padding: 0 15px;
    line-height: 4rem;
    display: block;
    font-weight: 700;
    color: #fff;
    transition: all .25s;
}

#subnavBar ul li a:hover {
    color: #29a3dd;
	background: #000;
}

#subnavBar ul li.active a {
    color: #29a3dd;
	background: #000;
}

#right {
	width: 72%;
	float: left;
}

#left {
	width: 23%;
	float: right;
}

#leftNavi {
    background-color: #efefef;
    padding: 0.5em 1em 0;
}

#left dl dt {
	color: #000;
	font-weight: 700;
	font-size: 1.4rem;
}

#left .bnr {
	margin-top: 1.8em;
}

#left .bnr li:not(:last-child) {
	margin-bottom: 1em;
}

#left .bnr li a {
	display: block;
}

#left .bnr li a img {
	width: 100%;
	vertical-align: top;
}

#left .contact {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 1.25rem 0 0;
	padding: 1.25rem 0 0;
}

#left .contact a {
	margin: 0 0 1.25rem;
	text-align: center;
	display: block;
	padding: 0.8rem 1em 0.8rem 1rem;
	font-size: 0.8rem;
	background-color: #f1860e;
	color: #fff;
    transition: all .25s;
}

#left .contact a:hover {
	background-color: #c16b0b;
	opacity: 1.0!important;
}

#left iframe {
	width: 100%;
	height: auto;
}

#featured {
	margin-top: 3%;
	padding: 3% 0 5%;
	background: #f2f2f2;
}

#featured ul {
	letter-spacing: -.4em;
	text-align: center;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#featured ul li {
	width: 31%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	margin-bottom: 2em;
	margin-right: 2%;
}

/*#featured ul li:not(:last-child) {
	margin-right: 2%;
}*/

#featured ul li a {
	display: block;
	color: #000;
}

#featured ul li a img {
	width: 100%;
}

#featured ul li a strong {
	margin-top: 0.5em;
	display: block;
	font-weight: bold;
}

/*******************************
Index
*******************************/
#index {
    margin: 0 auto;
    max-width: 71.25rem;
    overflow: hidden;
}

#index h2 {
    font-weight: 700;
    line-height: 1.3em;
    color: #000;
    font-size: 2rem;
    padding-bottom: 0.5em;
}

#index h2.title01 {
    font-size: 1.8rem;
	margin-top: 1em;
    padding-bottom: 0;
}

#index p {
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.6;
    margin-top: 0.8rem;
}

#index .link01 a {
    margin: 1.8em auto 0;
    display: block;
    width: 40%;
    padding: 1rem 0;
    border: none;
    background-color: #29a3dd;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	text-align: center;
}

#index .link01 a:hover {
	opacity: 1.0!important;
    background-color: #000;
    color: #ffdd0e;
}

/*******************************
history
*******************************/
#history {
    margin: 0 auto;
    max-width: 71.25rem;
    overflow: hidden;
}

#history h2 {
    font-weight: 700;
    line-height: 1.3em;
    color: #000;
    font-size: 2rem;
    padding-bottom: 0.5em;
}

#history p {
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.6;
}

#history .historyBox01 {
	margin-top: 2.5em;
}

#history .historyBox01 section {
	position: relative;
}

#history .historyBox01 section h3 {
	position: absolute;
	top: -2.7em;
	left: 0;
	background: #ddd;
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
	padding: 4.5% 2%;
	border-radius: 100%;
}

#history .historyBox01 section h3 strong {
	font-family: 'Lobster', cursive;
	font-size: 3rem;
}

#history .historyBox01 dl {
	letter-spacing: -.4em;
	width: 83%;
	margin: 0 0 2em 17%;
}

#history .historyBox01 dl dt {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	width: 16%;
	font-family: 'Lobster', cursive;	
	font-size: 2.5rem;
	font-weight: bold;
	color: #000;
	overflow: hidden;
	position: relative;
	line-height: 1;
}

#history .historyBox01 dl dt::before {
    content: '';
    border-top: #000 solid 1px;
    margin: auto 0;
    width: 100%;
    height: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

#history .historyBox01 dl dt span {
    background-color: #fff;
    padding: 0 0.2em 0 0;
    display: inline-block;
    position: relative;
    z-index: 10;
}

#history .historyBox01 dl dd {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	width: 83%;
	margin-left: 1%;
	overflow: hidden;
}

#history .historyBox01 dl dd strong {
	font-weight: bold;
	display: block;
}

#history .historyBox01 dl dd img {
	width: 100%;
}

#history .historyBox01 dl dd.photo01 .txt {
	float: right;
	width: 60%;
	margin-left: 2%;
}

#history .historyBox01 dl dd.photo01 .img {
	float: right;
	width: 38%;
}

#history .historyBox01 dl dd.photo01 .img img {
	border: 1px solid #eee;
}

#history .historyBox01 dl dd.photo02 .txt {
	float: left;
	width: 55%;
	margin-right: 2%;
}

#history .historyBox01 dl dd.photo02 .img {
	float: left;
	width: 43%;
}

#history .historyBox01 dl dd.photo03 .img {
	width: 60%;
	margin-top: 1em;
}

#history .historyBox01 dl dd.photo04 .txt {
	float: right;
	width: 60%;
	margin-left: 2%;
}

#history .historyBox01 dl dd.photo04 .img {
	float: right;
	width: 38%;
}

#history .historyBox01 section.age01 {
	margin-top: 6em;
}

#history .historyBox01 section.age01 h3 {
	top: -1em;
	padding: 4.5% 1.5%;
}

#history .historyBox02 {
	margin-top: 5em;
}

#history .historyBox02 div {
	letter-spacing: -.4em;
	margin-bottom: 2em;
}

#history .historyBox02 div img {
	display: inline-block;
	vertical-align: top;
	margin: 7px 1% 0 0;
	letter-spacing: normal;
	width: 13%;
}

#history .historyBox02 div p {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	width: 84%;
	margin: 0 0 0 1em;
	text-indent: -1em;
}

#history .link01 a {
    margin: 1.8em auto 0;
    display: block;
    width: 40%;
    padding: 1rem 0;
    border: none;
    background-color: #29a3dd;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	text-align: center;
}

#history .link01 a:hover {
	opacity: 1.0!important;
    background-color: #000;
    color: #ffdd0e;
}

p.hbnr {
    position: absolute;
    top: 9.4em;
    left: 0;
	text-align: center;
}

p.hbnr a {
    display: block;
}

p.hbnr img {
    width: 140px;
}

.movie_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px 0;
}

.movie_list li {
    width: 32%;
    margin-bottom: 20px;
}

.movie_list li dl {

}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.movie_list li dl dt:first-of-type {

}

.movie_list li dl dt:last-of-type {
    font-weight: bold;
    font-size: 18px;
    margin: 5px 0;
    color: #29a3dd;
}

.movie_list li dl dd {

}

.movie_list li dl dt img {
    width: 100%;
}
