@charset "utf-8";
/* CSS Document */
@media screen and (max-width:500px) {
.sp-none02 {display: none;}
.indent_content {padding: 30px 16px;}
.page_thumb {letter-spacing: inherit; font-size: 4.5vw; height: 60px; margin-bottom: 0; margin-top: 60px; background-position: center; background-size: cover;}
.page_thumb span {font-size: 3vw;}
/*チェックボックス非表示*/
.nav-none { display:none; }
	header {width: 100%; padding: 10px; position: fixed; top: 0; z-index: 150; box-sizing: border-box; display: flex; align-items: center; height: 60px;}
	.content {padding: 16px;}
	.page_title p {font-size: 5vw; padding-bottom: 10px;}
	.indent_content02 {margin-top: 20px;}
	header h1 {display: none;}
	header h2 {width: 35%;}
	.global_nav {display: none;}
/*ハンバーガー*/	
	#nav-toggle {
  position: fixed;
  top: 6px;
  right: 5%;
width: auto;
  cursor: pointer;
  font-size: 12px;
}
#nav-toggle > div {
  position: relative;
  width: 100%;
}
#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #000;
  position: absolute;
  transition: transform 0.3s ease-in-out, top 0.5s ease;
  /* #nav-toggle close */
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 9px;
  width: 70%;
}
#nav-toggle span:nth-child(3) {
  top: 18px;
  width: 90%;
}

.open #nav-toggle span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
background-color: #000;
}
.open #nav-toggle span:nth-child(2) {
  top: 10px;
  width: 0;
  left: 50%;
background-color: #000;
}
.open #nav-toggle span:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
background-color: #000;
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

#gloval-nav nav {
  z-index: 999;
}

#gloval-nav {
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 4vw;
  padding-left: 0;
  transform: translateX(-100%);
  transition: transform .7s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.open #gloval-nav {
  transform: translateX(0);
}

#gloval-nav a {
  display: inline-block;
  text-decoration: none;
  padding: 5px 0;
  transition: color 0.6s ease;
}
#gloval-nav ul {
  list-style: none;
padding: 0 16px;
letter-spacing: 3px;
}
#gloval-nav ul li {
  transform: translateX(-250px);
  transition: transform .4s ease;
  position: relative;
  width: 100%;
  border-bottom: 1px dotted #000;
}

#gloval-nav ul li:nth-child(2) {
  transition-delay: 0.15s;
}
#gloval-nav ul li:nth-child(3) {
  transition-delay: 0.3s;
}
#gloval-nav ul li:nth-child(4) {
  transition-delay: 0.45s;
}
#gloval-nav ul li:nth-child(5) {
  transition-delay: 0.6s;
}
#gloval-nav ul li:nth-child(6) {
  transition-delay: 0.75s;
}
#gloval-nav ul li:nth-child(7) {
  transition-delay: 0.9s;
}
#gloval-nav ul li:nth-child(8) {
  transition-delay: 1.05s;
}
#gloval-nav ul li:nth-child(9) {
  transition-delay: 1.2s;
}
#gloval-nav ul li:nth-child(10) {
  transition-delay: 1.35s;
}
#gloval-nav ul li:nth-child(11) {
  transition-delay: 1.5s;
}
#gloval-nav ul li:nth-child(12) {
  transition-delay: 1.65s;
}
#gloval-nav ul li:nth-child(13) {
  transition-delay: 1.8s;
}
#gloval-nav ul li:nth-child(14) {
  transition-delay: 1.95s;
}
#gloval-nav ul li:nth-child(15) {
  transition-delay: 2.1s;
}
#gloval-nav ul li:nth-child(16) {
  transition-delay: 2.25s;
}

.open #gloval-nav li {
  transform: translateX(0);
}

.nav-bg {
  opacity: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all 1s ease;
}
.nav-bg.active {
  opacity: 1;
}
/*header*/
	.front_news_bg {width: 100%; left: inherit; margin-left: inherit; padding: 16px; box-sizing: border-box;}
	.front_news_area {width: 100%;}
	.front_news_area h2 {font-size: 4.5vw; margin-right: 0;}
	.front_news_area h2::after {display: none;}
	.front_news_item {width: 100%; height: auto; font-size: 3.5vw;}
	.front_news_item .img {width: 60px; margin-right: 5%;}
	.front_news_item .img img {height: 60px;}
	.front_news_list {width: 100%; margin-left: 5%;}
	.front_main {background: url("img/sp/main.jpg")top right no-repeat;}
	.front_main_area {margin-top: 60px;}
	.main_box .animate_txt01 {width: 60%; margin: auto auto -7%;}
	.main_box .txt01 {font-size: 5vw; letter-spacing: 0;}
	.main_box .txt02 {width: 60%; margin: 5% auto;}
	.main_box .txt03{font-size: 5vw; letter-spacing: 0;}
	.animate-title.inview .char02:nth-child(10) {margin-bottom: -5%;}
/*index*/
	#index .box01 #sb_instagram .sb_instagram_header {display: none;}
	#index .box01 #sb_instagram #sbi_images {display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;}
	#index .box01 #sb_instagram.sbi_col_4 #sbi_images .sbi_item {width: 32%;}
	#index .box01 #sb_instagram.sbi_col_4 #sbi_images .sbi_item:nth-child(n + 4) {margin-top: 2%!important;}
	#index .box01 {padding: 30px 16px; margin-top: 0;}
	#index #sb_instagram #sbi_load .sbi_follow_btn {margin: 20px auto 0;}
	
	#index .box02 {padding: 20px 0;}
	#index .box02 h2 {font-size: 7vw; margin-bottom: 20px;}
	#index .box02 .txt01 {font-size: 4vw; margin-bottom: 20px;}
	#index .box02 .inner {display: block; background-color: #ffa3c4; text-align: center; padding: 30px 16px; margin-bottom: 0;}
	#index .box02 .inner::before {display: none;}
	#index .box02 .inner .big {font-size: 4.5vw; padding: 5px;}
	#index .box02 .inner .big02 {margin-top: 5px; margin-right: auto;}
	#index .box02 .icon01 {width: 15%; top: 1%; left: 1%;}
	#index .box02 .inner p {font-size: 3.5vw;}
	#index .box02 .inner p:nth-child(n + 3) {margin-top: 10px;}
	#index .btn {margin-top: 20px; width: 70%; font-size: 4vw; padding: 10px; background-size: 2%;}
	#index .box02 .btn ,#index .box04 .btn {margin-top: 20px}
	#index .box02 .con02 {padding: 30px 16px;}
	#index .box02 h3 {font-size: 7vw; margin-bottom: 20px;}
	#index .lineup_item {width: 100%;}
	#index .box02 .txt_area {font-size: 3.5vw;}
	#index .lineup_item img {width: 100%; height: 300px; object-fit: cover; object-position: center;}
	#index .box02 .swiper-button-prev,#index .box02 .swiper-button-next {left: -16px; width: 16px; height: auto;}
	#index .box02 .swiper-button-next {left: inherit; right: -16px;}
	#index .box03 {padding: 30px 0 0;}
	#index .box03 h2 {font-size: 7vw;}
	#index .box03 h2::before, #index .box03 h2:after {margin-right: 16px; height: 2px;}
	#index .box03 h2:after {margin-right: 0; margin-left: 16px;}
	#index .box03 iframe {height: 200px; margin: 20px auto; border-left: none; border-right: none;}
	#index .box03 .bg {display: none;}
	#index .box03 .logo {width: 60%;}
	#index .box03 .txt01 {font-size: 3.5vw; margin: 16px auto;}
	#index .box03 .inner {display: block; padding: 0 16px;}
	#index .box03 table {margin: auto; font-size: 3.5vw;}
	#index .box03 table:last-child {margin-left: auto; margin-top: 10px;}
	#index .box04 h2 {font-size: 7vw; margin-bottom: 30px;}
	#index .box04 h2::before, #index .box04 h2:after {margin-right: 16px; height: 2px;}
	#index .box04 h2:after {margin-left: 16px; margin-right: 0;}
	#index .blog_area {font-size: 3.5vw;}
	#index .blog_item {font-size: 3.5vw; padding-bottom: 15px; margin-bottom: 15px;}
	#index .box04 .tag {font-size: 3vw; width: 40px; height: 15px; padding-top: 2px; margin: 0 10px;}

	footer {padding-top: 20px;}
	footer .over {width: 100%; padding: 30px 16px;}
	footer .over .logo {width: 60%;}
	footer .insta_btn {margin-top: 20px;}
	footer .over p{font-size: 4vw; margin-left: 2%;}
	

    footer .copyright_area {display: block; text-align: center; font-size: 3vw; padding: 7px 0; line-height: 1.5; margin-top: 16px;}
	footer .copyright_area p {margin-right: 0;}
	.stoker02 {display: flex; justify-content: space-between;}
	
	#pop_banner {
padding: 0;
    z-index: 50;
    background: none;
    width: 100%;
    border: none;
    bottom: 0;
	position: fixed;
	}

.pan {
display: none;
}
.page_top_img {
margin-top: 30px;
}
.page_title {font-size: 3.5vw; line-height: 1.2; margin: 20px auto;}
	
	/*concept*/
	.big_page_title {margin-top: 30px;}
	.big_page_title p{font-size: 7vw; margin: 0 16px;}
	#concept .box01 h2 {font-size: 7vw; margin: 30px auto; text-align: center;}
	#concept .box01 h3 {font-size: 4.5vw;}
	#concept .box01 .icon01,#concept .box01 .icon02 {display: none;}
	#concept .box01 p {font-size: 3.5vw; margin: 20px auto;}
	#concept .box01 ul {padding: 0 16px;}
	#concept .box01 li:nth-child(2) {margin: 0 5%;}
	#concept .box01 .big {margin: 30px auto;}
	#concept .box01 .big p {font-size: 4.5vw; margin: 0;}
	#concept .box02 {padding: 30px 16px;}
	#concept .box02 h2::before,#concept .box02 h2::after {display: none;}
	#concept .box02 h2 {font-size: 4.5vw; line-height: 1.5;}
	#concept .box02 .con01 h3 {font-size: 4vw; margin-top: 20px; line-height: 1.5;}
	#concept .box02 .con01 h3::after {display: none;}
	#concept .box02 .con01 h3 span {font-size: 5vw; background: none;}
	#concept .box02 .con01 .inner {font-size: 3.5vw; margin-top: 20px; display: block;}
	#concept .box02 .con01 .inner img{margin-right: auto;}
	#concept .box02 .con01 .inner p {border: none; padding: 0; margin-top: 10px;}
	#concept .box02 .con01 .inner p::before, #concept .box02 .con01 .inner p::after {display: none;}
	#concept .box02 .point {display: none;}
	#concept .box02 .big {font-size: 7vw; margin: 30px auto 0; text-align: center;}
	#concept .box02 .con02 {margin-top: 30px; line-height: 2;}
	#concept .box02 .con02 .inner{display: block; font-size: 3.5vw; margin-top: 20px;}
	#concept .box02 .text_icon {display: none;}
	#concept .box02 .text_box {margin-right: auto;}
	#concept .box02 .con03 .text_box {margin-left: auto;}
	#concept .box02 h3 {font-size: 5vw; text-align: center; margin-bottom: 20px;}
	#concept .box03 {margin-top: 0;}
	#concept .box03 h2 {font-size: 4.5vw; line-height: 1.5; padding: 10px;}
	#concept .box03 .img {margin-top: 0;}
	#concept .box03 p {padding: 16px 16px 0; margin: 0; font-size: 3.5vw;}
	.contact_banner {margin-top: 0; padding: 20px 0;}
	.contact_banner iframe {height: 200px; border-left: none; border-right: none;}

	
	/*BLOG＆NEWS*/
	#blog .box01 {padding: 0 16px;}
	#blog .blog_item {padding-bottom: 16px; margin-bottom: 16px;}
	#blog .tag {font-size: 3vw; width: 40px; height: 15px; padding-top: 2px; margin: 0 10px;}
	#blog h3 {font-size: 3.5vw;}
	#blog_single .box01 {border: 1px solid #000; margin: 0; font-size: 3.5vw; line-height: 1.8; padding: 20px 16px; border-radius: 0;}
	#blog_single h2 {font-size: 4vw; margin: 10px auto 20px; line-height: 1.5;}
	.navigation {display: none;}
	
	/*lineup*/
	#lineup .item{width: 47.5%; margin-right: 5%;}
	#lineup .item:nth-child(3n) {margin-right: 5%;}
	#lineup .item:nth-child(2n) {margin-right: 0;}
	#lineup .item:nth-child(n + 3) {margin-top: 5%;}
	#lineup .item:nth-child(n + 4) {margin-top: 5%;}
	#lineup .item img {height: 100px;}
	#lineup h2 {font-size: 4vw; margin-bottom: 5px;}
	#lineup .text_area {padding: 10px 0 0; text-align: center; font-size: 3.5vw;}
	/*photo*/
	#lineup_single .slider-container {width: 100%;}
	#lineup_single .slider-nav-container {margin: 0 auto 16px;}
	#lineup_single .text {padding: 0 16px; font-size: 3.5vw;}
	
	/*contact*/	
	#contact .tel_icon01,#contact .tel_icon02 {display: none;}
	#contact .tel_area {font-size: 7vw; padding: 20px 16px; margin: 20px auto;}
	#contact .tel {font-size: 5vw;}
	#contact .tel span {font-size: 8vw;}
	#contact ul{font-size: 3.5vw; padding: 0 16px;}
	#contact table {margin: 16px auto; border: 1px solid #d2d2d2; width: 100%;}
	.mw_wp_form {padding: 0 16px;}
	#contact table th, #contact table td {width: 100%; display: block; font-size: 3.5vw; padding: 16px; border-bottom: 1px solid #d2d2d2;}
	#contact table input {position: relative; margin: 0; vertical-align: middle;}
	#contact table input, #contact table textarea {font-size: 16px;}
	.mw_wp_form_input .btn input {width: 100%!important; font-size: 3.5vw!important; padding: 15px 0!important;}
	#contact .box02 {padding: 0 16px 20px; font-size: 3.5vw;}
	#contact .thanks {padding: 20px 16px; margin-bottom: 0; font-size: 3.5vw;}
		/*sitemap*/
	#sitemap li {font-size: 4vw; line-height: 2;}
}
@media screen and (max-width:350px) {
	header h1 {display: none;}
}


