@charset "UTF-8";
body{
	color: rgba(255,255,255,1.00);
	font-family: YuMincho,  "Sawarabi Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 1px;
	line-height: 30px;
	position: relative;
	background-color: rgba(0,0,0,1.00);
}
#copy {
    text-align: center;
	margin: 36px 0;
}
#pagetop {
	position: fixed;
	right: 18px;
	z-index: 900;
	width: 40px;
	text-align: center;
	line-height: 20px;
}
#pagetop a img {
    width: 100%;
}
#pagetop a img:hover {
    opacity: 0.8;

}
.one_line {
	display: inline-block;
}
.extend_a, .extend_a02, .ltr_sp, .fi, .up, .up02 {
	-webkit-transition: .7s ease-out;
	transition: .7s ease-out;
}
.slow_fi, .ltr_sp02 {
	-webkit-transition: 1.8s ease-out;
	transition: 1.8s ease-out;
}
.ofi {
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
/*----------------------------------------------------pc*/
@media (min-width : 769px ){
#mv {
	background-image: url(../img/mv_pc.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 56.25vw;
	background-position: 50% 50%;
}
.contents {
	width: 90%;
	max-width: 1000px;
	margin: 90px auto;
}
#intro {
	text-align: center;
}
#intro .ttl {
	margin-bottom: 20px;
	font-size: 1.5em;
}
#intro .ttl span {
	display: block;
	font-size: 0.6rem;
	letter-spacing: 2px;
}
#intro .exp {
}
#menu_link {
	width: 360px;
	display: block;
	margin: 100px auto;
	padding: 48px 0;
	text-align: center;
	border: 1px solid rgba(255,255,255,1.00);
}
#menu_link:hover {
	opacity: 0.8;
	background-color: rgba(34,34,34,1.00);
}
#info {
	width: 80%;
}
#info iframe {
	width: 100%;
	height: 400px;
	display: block;
	margin: 48px auto;
}
#info .info_tx {
	text-align: center;
}
.insta_link {
	width: 54px;
	display: block;
	position: fixed;
	bottom: 26px;
	left: 26px;
}
.insta_link img {
	width: 100%;
	display: block;
}

}
/*----------------------------------------------------sp*/
@media (max-width : 768px ){
.ofi {
	object-position : 50% 50%;
}
/*
.hmbgr_menu {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	text-align: left;
	text-decoration: none;
	list-style: none;
	min-width: 0px;
}
.hmbgr_menu a {
	text-decoration: none;
	-webkit-transition: .5s ease-out;
	transition: .5s ease-out;
	color: rgba(255,255,255,1.00);
}
.hmbgr_menu a:hover {
	padding-left: 10px;
	color: rgba(187,187,187,1.00);
}
.hmbgr_menu a:visited {
	color: rgba(255,255,255,1.00);
}
.hmbgr_menu .hmbgr_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	background-color: rgba(255,255,255,0.60);
	display: none;
	top: 0;
	left: 0;
}
.hmbgr_menu .hmbgr_button {
    display: block;
    background: none;
    border: none;
    padding: 2px 0 0 0;
    width: 50px;
    letter-spacing: 0.1em;
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 26px;
    z-index: 1001;
    text-align: center;
    outline: none;
}
.hmbgr_menu .hmbgr_button.active .hmbgr_bar {
  width: 49px;
}
.hmbgr_menu .hmbgr_button.active .hmbgr_bar1 {
  transform: rotate(30deg);
}

.hmbgr_menu .hmbgr_button.active .hmbgr_bar2 {
  opacity: 0;
}
.hmbgr_menu .hmbgr_button.active .hmbgr_bar3 {
  transform: rotate(-30deg);
}
.hmbgr_menu .hmbgr_button.active .hmbgr_menu_text {
  display: none;
}

.hmbgr_menu .hmbgr_button.active .hmbgr_close {
  display: block;
}
.hmbgr_menu .hmbgr_bar {
	display: block;
	height: 2px;
	margin: 10px 0 6px;
	transition: all 0.2s;
	transform-origin: 0 0;
}
.hmbgr_menu .hmbgr_text {
	text-align: center;
	font-size: 12px;
	letter-spacing: 4px;
	margin-left: 2px;
}
.hmbgr_menu .hmbgr_close {
	text-align: center;
  letter-spacing: 0.08em;
  display: none;
}
.hmbgr_menu .hmbgr_menu_text {
  display: block;
}
.hmbgr_menu .hmbgr_nav_wrapper {
	width: 60vw;
	height: 100%;
	transition: all 0.2s;
	transform: translate(60vw);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	background-color: rgba(0,0,0,0.86);
}
.hmbgr_menu .hmbgr_nav_wrapper.open {
  transform: translate(0);
}
.hmbgr_menu .hmbgr_nav {
	padding: 140px 24px 20px;
}
.hmbgr_menu .hmbgr_nav li {
	font-size: 15px;
	margin-bottom: 30px;
	line-height: 18px;
}
.hmbgr_menu .hmbgr_nav li a span {
	font-size: 10px;
	display: block;
}
.hmbgr_menu .hmbgr_button {
  color: rgba(62,171,62,1.00);
}

.hmbgr_menu .hmbgr_button .hmbgr_bar {
	background-color: rgba(255,255,255,1.00);
}
*/
#mv {
	background-image: url("../img/mv_sp.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 90vh;
	min-height: 107.2vw;
	background-position: 50% 20%;
}
.contents {
	width: 90%;
	max-width: 1000px;
	margin: 90px auto;
}
#intro {
	text-align: center;
}
#intro .ttl {
	margin-bottom: 30px;
	font-size: 1.5em;
}
#intro .ttl span {
	display: block;
	font-size: 0.7rem;
	letter-spacing: 2px;
}
#intro .exp {
	line-height: 35px;
}
#menu_link {
	width: 360px;
	display: block;
	margin: 100px auto;
	padding: 48px 0;
	text-align: center;
	border: 1px solid rgba(255,255,255,1.00);
}
#menu_link:hover {
	opacity: 0.8;
}
#info {
	width: 80%;
}
#info iframe {
	width: 100%;
	height: 400px;
	display: block;
	margin: 48px auto;
}
#info .info_tx {
	text-align: center;
}
.insta_link {
	width: 54px;
	display: block;
	position: fixed;
	bottom: 26px;
	left: 26px;
}
.insta_link img {
	width: 100%;
	display: block;
}
#copy {
    font-size: 10pt;
    width: 96%;
}
#pagetop {
	width: 38px;
}
}
