@charset "UTF-8";
@import "base.css";

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,300;0,400;1,300;1,400&family=Nunito:wght@300;400;600;700&display=swap');
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 16px;
  -webkit-text-size-adjust: none;
}
header, section, footer, aside, nav, main, article, figure {
  display: block;
}
img {
  vertical-align: bottom;
}
a {
  color: #000;
}
a:hover, a:active {
  text-decoration: none;
}
table {
  width: 100%
}
p {
  margin: 0 0 1.5em;
}
.section {
  padding: 0 0 30px;
}
p, dd, td, th, li {
  line-height: 1.3em;
}
#totop {
  position: fixed;
  bottom: 60px;
  right: 50px;
  z-index: 10;
  margin-bottom: 0;
  width: 80px;
}
#totop a {
  display: block;
  transition: all 0.5s;
  -webkit-animation: slide-top 0.8s linear infinite alternate-reverse;
  animation: slide-top 0.8s linear infinite alternate-reverse;
}
#totop a:hover {
  opacity: 0.7;
}
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.bold {
  font-weight: bold;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
*, *:before, *:after {
  box-sizing: border-box;
  outline: none;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
body {
  color: #000;
  font-family:"Nunito","proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:400;
}
#wrapper {
  min-width: 1200px;
  overflow: hidden;
}

.container {
    max-width: 1020px;
	width: 100%;
    margin: 0 auto;
    /*padding: 96px 32px;*/
}
img {
  max-width: 100%;
}
.sp {
  display: none;
}
h1 {
	display: none;
}
#header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}
#header .container {
	max-width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
	 width: 100%;
  padding: 2% 5%;
  margin: 0 auto;
  position: relative;
}
.logo {
	margin: 0;
	width: 135px;
}
#gnavi {
	margin: 0 30px 0 auto;
}
.gnavi {
	display: flex;
}
.gnavi >li {
	position: relative;
}
.gnavi >li>a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    padding: 12px 20px;
	transition: all 0.3s;
}
.submenu {
    position: absolute;
    background: #201a16;
    padding: 15px;
	display: none;
	z-index: 10;
}
.submenu a {
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
    display: inline-block;
    padding: 5px 0;
    text-transform: uppercase;
	transition: all 0.3s;
}
.gnavi>li:hover>a, .submenu a:hover, .gnavi>li.active>a {
	opacity: 0.7;
}
.gnavi >li:last-child>a {
    border: 2px solid #fff;
}
.gnavi >li:last-child>a:hover {
	background: #fff;
	color: #333;
	opacity: 1;
}
.h_lang {
    background: transparent;
    color: #fff;
    padding: 1px;
    font-size: 14px;
    border: 1px solid #fff;
}
.h_lang option {
	color: #000;
}
#header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  background: rgba(0,0,0,0.9);
  -webkit-animation: header-fixed 0.6s;
  -moz-animation: header-fixed 0.6s;
  -ms-animation: header-fixed 0.6s;
  animation: header-fixed 0.6s;
}
@keyframes header-fixed {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes header-fixed {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes header-fixed {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
.main_slide.slick-initialized .slick-slide {
	display: flex;
	align-items: center;
	position: relative;
	height: 700px;
	justify-content: center;text-decoration: none;
}
.main_itm_img {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.main_itm_img:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(10,4,0,.36);
}
.main_itm_img img {
	flex-shrink: 0;
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.main_itm_info {
    position: relative;
    z-index: 3;
    text-align: center;
    color: #fff;
}
.main_itm_ttl {
    font-size: 56px;
    line-height: 1.1em;
    margin: 0 0 30px;
}
.main_itm_txt {
    margin: 0;
    font-size: 28px;
    letter-spacing: 0.04em;
    line-height: 1.3em;
}
.box01 {
    padding: 90px 0;
    text-align: center;
}
.b01_h2 {
    font-size: 34px;font-weight: 100;
    color: #1c1c1c;
    line-height: 1.3em;
    margin: 0 0 30px;
}
.b01_txt {
    font-size: 20px;
    color: #1f1f1f;
}
.idx_btn {
    margin: 0;
}
.idx_btn a {
    display: inline-block;
    background: #1f1f1f;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    padding: 10px 30px;
    transition: all 0.3s;
	letter-spacing: 0.1em;border-radius: 5px;
}
.idx_btn a:hover {
	opacity: 0.7;
}
.idx_h2 {
    padding: 30px 0;
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
    color: #fff;
	background: url("../images/b02_bg.jpg") no-repeat center center/cover;
	position: relative;
	z-index: 2;
	line-height: 1.1em;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.idx_h2:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -2;
	background: rgba(10,4,0,.36);
}
.b02_list {
    padding: 90px 0 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.b02_item {
    width: calc(50% - 20px);
    margin-bottom: 50px;
    display: flex;
    align-items: flex-start;position: relative;
}
.b02_itm_img {
    flex-shrink: 0;
    margin: 0 30px 0 0;
    max-width: 50%;
}
.b02_itm_main{padding: 1% 0;}
.b02_itm_ttl {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;font-family: arial;
}
.b02_itm_txt{font-size: 13px;
    font-family: Arial;
    line-height: 1.5;
    white-space: pre-wrap;}
.b02_item .idx_btn {
   
    position: absolute;
    bottom: 0;
}	
.box03 .idx_h2 {
	background-image: url("../images/b03_bg.jpg");
}
.b03_list {
    padding: 90px 0 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}
.b03_item {
    width: calc(50% - 15px);
    margin-bottom: 60px;
}
.b03_itm_ttl {
    font-size: 23px;font-weight: 100;
    line-height: 1.1em;
    margin-bottom: 15px;
}
.b03_itm_txt {
    margin: 0;font-weight: 100;
}
.box03 .idx_btn {
	text-align: center;
}
.box03 {
	padding: 0 0 90px;
}
.box04 .idx_h2 {
	background-image: url("../images/b04_bg.jpg");
}
.b04_list {
    padding: 90px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.b04_list li {
  width: calc(100%/8 - 15px);
}
.b04_list li img{
	
	
	
}
.b05_itm_ttl {
    text-align: center;
    font-size: 13px;
    margin: 0 0 15px;
}
.b05_itm_name {
    margin: 0;
    text-align: center;
    font-size: 13px;
    font-style: italic;
}
.b05_item:not(:last-child) {
    margin-bottom: 20px;
}
.b05_list .slick-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    text-indent: -50000px;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    background: transparent;
	z-index: 3;
}
.b05_list .slick-arrow:after {
	content: '';
	position: absolute;
	border: solid #707070;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 5px;
  -webkit-transform: rotate(-45deg) translate(-50%,-50%);
  transform: rotate(-45deg) translate(-50%,-50%);
	top: 25%;
	left: 50%;
}
.b05_list .slick-prev {
	right: 30px;
}
.b05_list .slick-prev:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.b05_list {
    padding-top: 30px;
}
.b05_list .slick-arrow:hover {
	opacity: 0.7;
}
.box05 {
    padding: 0 0 90px;
}
#footer {
    background: #f0f0f0;
    padding: 40px 0;
}
.f_social {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.f_social li:not(:last-child) {
	margin-right: 20px;
}
.f_ttl {
    text-align: center;
    font-size: 34px;
    font-weight: 300;
    line-height: 1.1em;
    margin-bottom: 30px;
}
.f_instagram {
    display: flex;
    justify-content: space-between;
	margin-bottom: 40px;
}
.f_instagram li {
    width: 100%;
    margin-right: 10px;
    position: relative;
}
.f_instagram li a {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.f_instagram li img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.f_info {
    display: flex;
    justify-content: space-between;
}
.f_info_left {
    max-width: 40%;
}
.f_info_right {
    text-align: center;
    min-width: 30%;
}
.f_copyright {
    margin: 0;
}
.f_add a {
    color: rgba(31,31,31,.5);
}
.f_add {
    margin: 0 0 15px;
}
.f_link {
    margin: 0;
    text-align: center;
}
.f_link a {
	display: inline-block;
    color: rgba(31,31,31,.5);
	
}
.f_link a:not(:last-child) {
	margin-right: 30px;
}
.video_main{    padding: 40px 0;}
.video_list{display: flex;
    justify-content: space-between;flex-wrap:wrap;}
.video_itm{
	    width: 48%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.video_frame iframe{
	width: 100%;
    height: 300px !important;
}
.video_ttl{
	font-size: 20px !important;
    text-transform: uppercase;
    font-weight: 400 !important;
}
.video_des, .video_ttl{line-height: 1.5 !important;}


#totop {
    position: fixed;
    bottom: 35px;
    right: 50px;
    z-index: 1000;
    margin-bottom: 0;
    width: 45px;
}

@media screen and (max-width: 1400px) {
  .container {
   /* padding: 0 3%;*/
  }
}
@media screen and (max-width: 768px) {
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 14px;
}
  #wrapper {
    min-width: 100%;
    margin: 0;
  }
  #main, #footer {
    min-width: 100%;
  }
  .container,.page-container {
    padding: 0 3%;
    width: 100%;
  }
  
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /* MENU-ICON */
  .menu-icon {
    width: 30px;
    height: 25px;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    z-index: 99999;
    margin-left: 10px;
  }
  .menu-icon span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -ms-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    top: 12px;
    left: 0;
    position: relative;
  }
  .menu-icon span::after, .menu-icon span::before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0;
    -moz-transition-delay: 0.2s, 0;
    -ms-transition-delay: 0.2s, 0;
    -o-transition-delay: 0.2s, 0;
    transition-delay: 0.2s, 0;
  }
  .menu-icon span::before {
    margin-top: -10px;
  }
  .menu-icon span::after {
    margin-top: 10px;
  }
  .menu-icon.active span {
    background-color: transparent;
  }
  .menu-icon.active span::before, .menu-icon.active span::after {
    margin-top: 0px;
    -webkit-transition-delay: 0, 0.2s;
    -moz-transition-delay: 0, 0.2s;
    -ms-transition-delay: 0, 0.2s;
    -o-transition-delay: 0, 0.2s;
    transition-delay: 0, 0.2s;
  }
  .menu-icon.active span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu-icon.active span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
.gnv-ico {
    width: 20px;
    height: 48px;
    position: absolute;
    left: 0;
    top: 0 !important;
    transform: none !important;
    border: none !important;
}
.gnv-ico:before {
    content: '';
    position: absolute;
    transition: all 0.5s ease;
    width: 10px;
    height: 2px;
    top: calc(50% - 1px);
    background: #fff;
    left: calc(50% - 5px);
}
.gnv-ico:after {
    content: '';
    position: absolute;
    transition: all 0.5s ease;
    width: 2px;
    height: 10px;
    left: calc(50% - 1px);
    background: #fff;
    top: calc(50% - 5px);
}
  .gnavi li.active > .gnv-ico:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #totop {
    width: 40px;
    right: 3%;
    bottom: 50px;
    line-height: 0;
  }
.logo {
    width: 170px;
}
.h_lang {
    margin: 0 10px 0 auto;
}
body.open {
    transform: translate3d(-260px,0,0);
	overflow: hidden;
}
	body.open .bg {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 9999;
	}
#gnavi {
    position: fixed;
    top: 0;
    background: #201a16;
    left: 100%;
    width:260px;
    height: 100%;
}
.gnavi {
    display: block;
    padding: 30px;
}
.gnavi >li>a {
    display: block;
    padding: 15px 0;
}
.gnavi >li.over {
    padding-left: 30px;
}
.submenu {
    position: relative;
    padding: 0;
}
.submenu a {
    white-space: inherit;
    font-size: 12px;
}
.gnavi >li:last-child>a {
    display: inline-block;
    padding: 10px 20px;
}
.main_itm_ttl {
    font-size: 30px;
    margin-bottom: 15px;
}
.main_itm_txt {
    font-size: 16px;
}
.box01 {
    padding: 50px 0;
}
.b01_h2 {
    font-size: 26px;
    margin-bottom: 20px;
}
.b01_txt {
    font-size: 16px;
}
.idx_h2 {
    font-size: 30px;
    height: 250px;
}
.b02_list {
    padding: 50px 0;
}
.b02_item {
    width: 100%;
}
.b03_list {
    padding: 50px 0 10px;
}
.b03_item {
    width: 100%;
    margin-bottom: 35px;
}
.box03 {
    padding: 0 0 50px;
}
.b04_list {
    padding: 50px 0;
}
.b04_list li {
    width: 48%;
}
.f_social {
    margin-bottom: 30px;
}
.f_ttl {
    font-size: 26px;
    margin-bottom: 20px;
}
.f_instagram {
    flex-wrap: wrap;
	margin-bottom: 30px;
}
.f_instagram li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    margin-right: 0;
}
.f_info {
    display: block;
    text-align: center;
}
.f_info_left {
    max-width: 100%;
	margin-bottom: 30px;
}
.box05 {
    padding: 0 0 50px;
}
}
@media screen and (max-width:425px) {
.logo{width: 100px;}	
.video_frame iframe{
	width: 100%;
    height: 200px !important;
}
.b02_item {
    display: block;
}
.b02_itm_img {
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
}
.b02_item .idx_btn{position: relative;}
.idx_h2{
	font-size: 25px;
    line-height: 1.5;
    height: 117px;
}
.video_list{display:block;}
.video_itm{width:100%;}
}