/* header */
.site-header{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	height: 140px;
}
.head01{
	background-color: #ffffff;
	width: 100%;
	z-index: 99;
	height: 60px;
}
h1.site-logo{
	position:absolute;
	top: 10px;
	left: 20px;
	z-index: 200;
}
h1.site-logo img{
	height: 40px;
}
.sns-in{
	position: absolute;
	top: 10px;
	right: 280px;
}
.sns-you{
	position: absolute;
	top: 10px;
	right: 220px;
}
.sns-line{
	position: absolute;
	top: 10px;
	right: 160px;
}
.sns-tiktok{
	position: absolute;
	top: 10px;
	right: 100px;
}
.navigation01{
	display: flex;
	justify-content: flex-start;
}
.navigation01-in{
	width: 20%;
	height: 40px;
}
a.navi-btn {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	margin: auto;
	padding: 1rem 1rem;
	font-weight: bold;
	background: #e1feff;
	color: #00acb9;
	transition: 0.5s;
	border-right: 1px solid #000000;
}
a.navi-btn:hover {
	color: #ffffff;
	background: #00acb9;
	border-right: 1px solid #000000;
}
.top-youtube{
	position: absolute;
	bottom: 40px;
	right: 40px;
}
.top-blog{
	position: absolute;
	bottom: 40px;
	left: 40px;
}

.cmn-header-bottom {
	width: 100%;
	margin: auto;
	background-color: #eeffff;
}
@media screen and (max-width: 768px) {
  .cmn-header-bottom {
    display: none;
  }
}
.cmn-header-bottom-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .cmn-header-bottom-list {
    justify-content: space-between;
  }
}
.cmn-header-bottom-item {
  width: calc(100% / 5);
}
.cmn-header-bottom-item a {
	position: relative;
	display: block;
	padding: 15px 5px;
	color: #00acb9;
	font-size: 16px;
	text-align: center;
	transition: background-color 0.3s, color 0.2s;
}
@media screen and (max-width: 1130px) {
  .cmn-header-bottom-item a {
    font-size: 15px;
  }
}
@media screen and (max-width: 980px) {
  .cmn-header-bottom-item a {
    font-size: 12px;
    padding: 15.5px 10px;
  }
}
.cmn-header-bottom-item a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: block;
	height: 50%;
	width: 1px;
	background: #00acb9;
}
.cmn-header-bottom-item a:focus {
  color: #fff;
  background-color: #00acb9;
}
@media (hover) {
  .cmn-header-bottom-item a:hover {
    color: #fff;
    background-color: #00acb9;
  }
}
.cmn-header-bottom-item:first-child a::before {
  display: none;
}

.cmn-header-bottom02 {
	width: 100%;
	margin: auto;
	background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .cmn-header-bottom02 {
    display: none;
  }
}
.cmn-header-bottom02-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .cmn-header-bottom02-list {
    justify-content: space-between;
  }
}
.cmn-header-bottom02-item {
  width: calc(100% / 3);
}
.cmn-header-bottom02-item a {
	position: relative;
	display: block;
	padding: 15px 5px;
	color: #00acb9;
	font-size: 16px;
	text-align: center;
	transition: background-color 0.3s, color 0.2s;
}
@media screen and (max-width: 1130px) {
  .cmn-header-bottom02-item a {
    font-size: 15px;
  }
}
@media screen and (max-width: 980px) {
  .cmn-header-bottom02-item a {
    font-size: 12px;
    padding: 15.5px 10px;
  }
}
.cmn-header-bottom02-item a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: block;
	height: 50%;
	width: 1px;
	background: #00acb9;
}
.cmn-header-bottom02-item a:focus {
  color: #fff;
  background-color: #00acb9;
}
@media (hover) {
  .cmn-header-bottom02-item a:hover {
    color: #fff;
    background-color: #00acb9;
  }
}
.cmn-header-bottom02-item:first-child a::before {
  display: none;
}


a.btn_suchi {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: auto;
	margin: auto;
	padding: 1rem 2rem;
	font-weight: bold;
	border: 2px solid #00acb9;
	color: #00acb9;
	border-radius: 100vh;
	transition: 0.5s;
}
a.btn_suchi:hover {
	color: #fff;
	background: #00acb9;
}


.navi{
	max-width: 1000px;
	float: right;
}

#gnav{
	z-index: 180;
}
#gnav > ul {
  display: table;
  padding-left: 50px;
}
#gnav > ul > li {
	text-align: center;
	display: inline-block;
	padding: 13px 1em 0;
	height: 50px;
	color: #ffffff;
}
.pointer{
	cursor: pointer;
}
#gnav > ul > li a {
	color: #f8f8ff;
	text-decoration: none;
}
#gnav > ul > li a:hover {
	color: #ffffff;
	text-decoration: none;
}
#gnav > ul > li:hover {
	color: #ffffff;
	text-decoration: none;
}
#gnav > ul > li:hover > a {
	color: #ffffff;
}
#gnav > ul > li:hover .menu {
  max-height: 9999px;
  opacity: 1;
}
#gnav > ul > li > a {
  display: block;
  transition: all .2s ease-in;
}
#gnav > ul .menu {
	transition: all .2s ease-in;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	left: 0;
	margin-top: 7px;
	text-align: center;
	position: absolute;
    background: #ffffff;
}
#gnav > ul .menu .menu_innerbox {
	width: 1100px;
	margin: 0 auto;
	padding: 0 0 20PX;
}
#gnav > ul .menu .menu_inner,
#gnav > ul .menu .menu_inner2{
  padding: 1em 0;
}
#gnav > ul .menu .menu_inner li,
#gnav > ul .menu .menu_inner2 li{
    float: left;
    width: 32%;
    border: none;
	margin-right: 2%;
	text-align: center;
	margin-top: 0%;
	margin-bottom: 2%;
	display: inline-block;
}
#gnav > ul .menu .menu_inner li:last-child{
	margin-right: 0px;
}
#gnav > ul .menu .menu_inner2 li:last-child{
	margin-right: 0px;
}
#gnav > ul .menu .menu_inner li .navi_icon{
	height: 80px;
	margin-right: 2em;
}

#gnav > ul .menu a {
  color: #333333;
}
#gnav > ul .menu a:hover {
  color: #333333;
}
p.mega_title{
	text-align: left;
	padding: 10px 0 0;
	border-top: none;
	border-right:none;
	border-bottom: 2px solid #333333;
	border-left:none;
	margin: 40px 0 0px;
}
li.mega_photo{
	border: none;
	overflow: hidden;
	padding: 10px;
	transition: all .2s ease-in;
}
li.mega_photo:hover{
	transition: all .2s ease-in;
	background-color: #f0f0f0;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
	position: relative;
	top: -3px;
    width: 10px;
    height: 10px;
    margin: 0 0 0 15px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* ----- 背景用の動画ファイル ----- */
.hero {
  position: relative;
}

/* video */

.video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* overlay */

.overlay-video::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}


/* Drawer */
.overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  background-color: rgba(0,0,0,.3);
  z-index: 190;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-in;
}
nav.nav {
  width: 300px;
  height: 100vh;
  background-color: #FFF;
  right: -300px;
  top: 0;
  position: fixed;
  padding: 5px 0;
  transition: all 200ms ease-in-out;
  z-index: 199;
}
nav.nav ul {
    border: none;
    padding: 0;
}
.toggle {
  position: absolute;
  right: 100%;
  width: 50px;
  height: 50px;
  color: #313131;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
}
span.toggler,
span.toggler:before,
span.toggler:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #313131;
    position: absolute;
    pointer-events: none;
}

span.toggler:before{
    bottom: 9px;
}
span.toggler:after {
    top: 9px;
}
span.deleteclass {
    background-color: transparent;
}
span.deleteclass::before {
    bottom: 0;
    transform: rotate(45deg);
}
span.deleteclass::after {
    top: 0;
    transform: rotate(-45deg);
}

.logo {
  text-align: center;
  margin-bottom: 30px;
}
.logo img {
	height: 30px;
}
.logo  a{
  text-decoration: none;
  color: #888;
  font-size: 2rem;
}
.nav ul li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
	text-align: left;
}
.nav ul li a {
  padding: 5px 20px;
  display: block;
  color: #313131;
  font-size: 1rem;
  text-decoration: none;
  transition: all 200ms ease;
}
.nav ul li a:hover {
  background-color: #f1f1f1;
}

/* Show Nav */
.show-nav .nav {
  right: 0;
  box-shadow: 0 2px 4px rgba(0,0,0,.6);
}
.show-nav .overlay {
  opacity: 1;
  visibility: visible;
}



@media only screen and (max-width: 644px) {

.sns-in{
	display: none;
}
.sns-you{
	display: none;
}
.sns-line{
	display: none;
}
.sns-tiktok{
	display: none;
}

}