/*--------------------------------------------------------------
	Common
--------------------------------------------------------------*/
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');
body {
  font-family: -apple-system, blinkMacSystemFont, /* Macの欧文はSan Francisco (OS X 10.11以降) */
               'Helvetica Neue',            /* Macの欧文 (OS X 10.10以前) */
               'Segoe UI',                  /* Windowsの欧文 */
               'Hiragino Kaku Gothic ProN', /* Macのヒラギノ */
               Meiryo,                      /* Windowsのメイリオ */
               sans-serif;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}

body {
  background: #000;
  font: 400 11px/1.8;
  color: #171717;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {overflow: hidden !important;}
p, ol, ul, dl, blockquote, .form-group {font-size: 14px; font-weight: 600; line-height: 1.7em;}
b, strong, .bold{
}
ul {list-style-type: none; margin: 0; padding: 0;}
.btn-block {font-weight: bold;}

.main section {
  opacity: 0;
  transition: all .5s ease;
}
.main section.show {
  opacity: 1;
  transform: none;
}

/*--------------------------------------------------------------
	Navbar
--------------------------------------------------------------*/

.navbar-custom {
  background: transparent;
  border: 0;
  border-radius: 0;
  z-index: 1000;
  letter-spacing: 3px;
  font-size: 12px;
  transition: background, padding 0.4s ease-in-out 0s;
  position: absolute;
}

.navbar a {
  transition: color 0.125s ease-in-out 0s;
}

.navbar-custom .dropdown-menu {
  background: rgba(26, 26, 26, 0.9);
  border-radius: 0;
  border: 0;
  padding: 0;
  box-shadow: none;
}

.navbar-custom .navbar-brand {
  font-size: 24px;
}
.navbar-custom .nav li > a {
  font-size: 14px;
  font-weight: 900;
  color: #ffffff;
  line-height: 70px;
  letter-spacing: 1px;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-transparent .nav li > a {
  position: relative;
  font-size: 13px !important;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 1px;
  padding-left: 20px;
}
.sub-page .navbar-custom .nav li > a {
  color: #000000;
}

.navbar-custom .dropdown-menu > li > a {
  border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  padding: 11px 20px !important;
  letter-spacing: 2px;
  color: #999;
}

.navbar-custom .dropdown-menu .dropdown-menu {
  border-left: 1px solid rgba(73, 71, 71, 0.15);
  left: 100%;
  right: auto;
  top: 0;
  margin-top: 0;
}

.navbar-custom .dropdown-menu.left-side .dropdown-menu {
  border: 0;
  border-right: 1px solid rgba(73, 71, 71, 0.15);
  right: 100%;
  left: auto;
}

.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover,
.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover {
  background: none;
  color: #dddddd;
}

.navbar-custom .dropdown-menu > li > a:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}

.navbar-custom .dropdown-toggle:after {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  margin-top: -6px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 9px;
  content: "\f105";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navbar-toggle {color: #fff; padding: 0; margin-top: 0; top: 10px;}
.sub-page .navbar-toggle {color: #000000;}

.navbar-custom .navbar-toggle .icon-bar {
  background: #fff;
}
.nav>li>a {padding: 10px 20px;}
.sub-page .navbar-custom .navbar-toggle .icon-bar {
  background: #000000;
}
.dropdown-menu {
  min-width: 180px;
  font-size: 11px;
}

section {padding-top: 50px; padding-bottom: 50px;}

.h2, h2, .h3, h3, .h4, h4, .txt_title {
    font-size: 20px;
	font-weight: 600;
}
.mgt-40 {margin-top: -40px !important;}
.mgt-50 {margin-top: -50px !important;}
.pdb70 {padding-bottom: 70px;}

.only_sp {display: none !important;}
.only_pad {display: none !important;}
.ls_s {letter-spacing: -10px; background: none !important;}
.txt_center {margin: 0 auto; text-align: center !important;}
.txt_o {color: #0d1c1f !important;}

.navbar-right {
 font-weight: 900;
}

img {
  max-width: 100%;
  height: auto;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left !important;
}

.position-relative {
  position: relative;
}

a img:hover {
  opacity: 0.9;
}

/*--------------------------------------------------------------
	Header
--------------------------------------------------------------*/
.home-section {
  position: relative;
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  z-index: 1;
  background-size: cover;
  padding: 0;
}
.home-section:before {
  display: block;
  content: "";
  background: repeating-conic-gradient(transparent,transparent 6deg,#dd0010 6deg 12deg);
  width: 200vw;
  height: 300vh;
  position: absolute;
  top: -150vh;
  left: -50vw;
  mix-blend-mode: soft-light;
  animation: rotate_line 30s linear infinite;
  z-index: 2;
  opacity: 0.35;
}
@keyframes rotate_line {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.contents_inner {
  box-sizing: boder-box;
  margin: 0 auto;
  padding: 30px 0 80px 0;
  color: #fff;
  text-align: center;
}
.home-section:after {
  display: block;
  content: "";
  width: 300px;
  height: 313px;
  background: url(../images/img_mv-ufo.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 30px;
  left: calc(50% - 150px);
  animation: fuwafuwa 2s infinite;
  z-index: 3;
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* Transition elsements */
a,
.btn {
  transition: all 0.125s ease-in-out 0s;
}


/* mainImg */
.kvc {
  position: relative;
  height: 100%;
  padding-top: 0 !important;
}
#mainImg_v_white{position:absolute; width:100%; height:100%; background:rgba(0,0,0,0); z-index:10;}
#mainImg {
  display: table;
  height: 100vh;
  text-align: left;
  position: relative;
  z-index: 3;
}
#mainImg_txt {
  display: table-cell;
  font-size: 40px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 5px;
  vertical-align: middle;
  position: relative;
  z-index: 2;
}
#mainImg_txt h1{
  font-size: 64px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  font-style: italic;
  line-height: 1.2em;
  letter-spacing: 0;
  margin: 0 !important;
  padding: 0;
}
#mainImg_txt h1 {margin-top: 200px !important;}
#mainImg_txt h1 small {
  display: inline-block;
  background: #dd0010;
  color: #fff4d6;
  font-size: 30px;
  font-weight: 600;
  padding: 12px 12px 2px 12px;
  border-radius: 5px;
}
#mainImg_txt h1 img {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}
#mainImg_txt h1 span {
  font-size: 230%;
  color: #dd0010;
}
#mainImg_txt h1 span.txt_ai {
  color: #ffffff;
}
#mainImg_txt h1 span.txt_invest {
}
#mainImg_txt h1 div {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.3em;
  margin-top: 0.5em;
}
#mainImg .top_character {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
#mainImg .top_character li:nth-child(1) {
  position: absolute;
  top: -9px;
  left: 0;
}
#mainImg .top_character li:nth-child(2) {
  position: absolute;
  right: 0;
  top: 10%;
  transform: rotate(5deg);
}
#mainImg .top_character li:nth-child(3) {
  position: absolute;
  left: 100px;
  top: -18px;
}

input[type=button].btn-block {display: inline; padding: 15px 0; margin-bottom: 60px; border: none; border-color: #ffffff;}

.navbar-custom {margin-bottom: 0;}

#btn_scroll a {
  display: inline-block;
  width: 3em;
  position: absolute;
  left: calc(50% - 2em);
  bottom: -45px;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #ffffff;
  font-size: 12px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 900;
  line-height: 20px;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}
#btn_scroll a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 1.75em;
  width: 1px;
  height: 100px;
  background: #fff;
}
#btn_scroll a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 1.75em;
  width: 1px;
  height: 100px;
  background: rgba(255,255,255,0.45);
}
#btn_scroll a::after {
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/* Sections */
.navbar-custom + .main {
}

.main {
  position: relative;
  background-color: #fff;
  letter-spacing: 1px;
  z-index: 0;
}

section h2, section h3, #form-area h2 {letter-spacing: 3px; font-weight: 600;}
section h2 {color: #dd0010; margin-bottom: 2.7em !important;}
section h3 {font-size: 18px; margin-bottom: 1em;}

.cta {
	background: #41241c url("../images/bg_cta.png");
	position: relative;
	padding-top: 0;
}
.cta:before {
	display: block;
	content: "";
	width: 100%;
	height: 48px;
	background: url("../images/bg_top_cta.png");
	background-repeat: repeat-x;
	position: relative;
	z-index: 2;
}
.cta:after {
	display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(140, 73, 54, 1);
    position: absolute;
    top: 0;
    left: 0;
	mix-blend-mode: multiply;
	z-index: 1;
}
.cta .container {position: relative; z-index: 2;}
.cta h2 {
	font-size: 48px;
	font-weight: 600;
	color: #fff4d6;
	letter-spacing: 0;
	text-align: center;
	margin: 1.75em auto !important;
}
.cta h2 div {
	display: inline-block;
	position: relative;
}
.cta h2 div:before {
	display: block;
	white-space: pre;
	content: "全員\A集合！";
	font-size: 24px;
	font-weight: 900;
	line-height: 1.15em;
	text-align: center;
	width: 106px;
	height: 106px;
	position: absolute;
	top: -1.5em;
	right: -2.8em;
	z-index: 2;
	font-feature-settings: "palt";
	transform:rotate(15deg);
}
.cta h2 div:after {
	display: block;
	content: "";
	background: url("../images/img_cta_badge.png") no-repeat;
	width: 106px;
	height: 106px;
	position: absolute;
	top: -1.25em;
	right: -1.5em;
	-webkit-animation: spin 3.5s linear infinite;
	-moz-animation: spin 3.5s linear infinite;
	-ms-animation: spin 3.5s linear infinite;
	-o-animation: spin 3.5s linear infinite;
	animation: spin 3.5s linear infinite;
	z-index: 1;
}
@-webkit-keyframes spin {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
	0% {-moz-transform: rotate(0deg);}
	100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes spin {
	0% {-ms-transform: rotate(0deg);}
	100% {-ms-transform: rotate(360deg);}
}
@-o-keyframes spin {
	0% {-o-transform: rotate(0deg);}
	100% {-o-transform: rotate(360deg);}
}
@keyframes spin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}
.cta h2 span {
	display: inline-block;
	position: relative;
	padding: 5px 25px;
}
.cta h2 span small {
	display: block;
	color: #fccf00;
	font-size: 50%;
	font-weight: 600;
	margin-bottom: 10px;
}
.cta h2 span:before, .cta h2 span:after {
	display: block;
	content: "";
	width: 100%;
	height: 8px;
	background-repeat: repeat-x;
	position: absolute;
}
.cta h2 span:before {
	background: url("../images/bg_midashi_cta_top.png");
	top: -15px;
	left: 0;
}
.cta h2 span:after {
	background: url("../images/bg_midashi_cta_bottom.png");
	bottom: -15px;
	left: 0;
}
.cta_tel, .cta_line {
	display: table;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.cta_tel dt, .cta_tel dd, .cta_line dt, .cta_line dd {
	display: table-cell;
	color: #fff4d6;
	font-size: 30px;
	vertical-align: middle;
}
.cta_tel dd, .cta_line dd {
	padding-left: 15px;
	position: relative;
}
.cta_tel dd:before, .cta_tel dd:after {
	background: #fff4d6;
	display: block;
	content: '';
	position: absolute;
}
.cta_tel dd:before {
	border: 2px solid #fff4d6;
	width: 3em;
	top: -0.15em;
	left: 0.5em;
	transform:rotate(-30deg);
}
.cta_tel dd:after {
	border: 2px solid #fff4d6;
	width: 3em;
	bottom: -0.15em;
	left: 0.5em;
	transform:rotate(30deg);
}
.cta_tel dd span {
	display: block;
	color: #fccf00;
}
.cta_tel dd span a {color: #fccf00;}
.cta_line dt img {
	filter:drop-shadow(5px 5px 5px rgba(230, 180, 15, 0.65)) drop-shadow(10px -10px 25px rgba(8, 131, 161, 0.65));
	animation: fadein 2s linear infinite;
}
@keyframes fadein {
  0% {
     opacity: 0;
     transform: translateX(-70px);
	}
  25% {
     opacity: 1;
     transform: translateX(-50px);
  }
  100% {
     opacity: 1;
     transform: translateX(0px);
  }
}
.btn_line {
	display: block;
	background: #06c755;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	border: none;
	border-radius: 10px;
	border-bottom: 4px solid #05903e;
	transition-duration: 0.3s;
	margin-top: 10px;
	position: relative;
	overflow: hidden;
	z-index: 1 !important;
}
.btn_line:before {
	position: absolute;
    content: "";
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
.btn_line:hover {opacity: 0.7;}
.btn_line a {color: #ffffff; font-size: 18px; line-height: 3em; font-weight: bold; text-decoration: none;}
.btn_line a span {vertical-align: middle; font-weight: 900;}
.flex_list {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.flex_list li {
  flex: 1;
  margin: 0;
  padding: 0;
}

#movie {
	position: relative;
	padding-bottom: 80px;
}
#movie:before {
	display: block;
	content: "";
	width: calc(100% - 60px);
    height: calc(100% - 60px);
	background-color: #f9f9f9;
	background-image: url("../images/concrete-wall.png");
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
    margin: 30px;
    border-radius: 30px;
}
#movie:after {
	display: block;
	content: "";
	background-image: repeating-linear-gradient( 45deg, #5f8700 0px 20px, #ffffff 20px 40px, #ff0000 40px 60px );
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.youtube {
	background: url("../images/bg_movie.png") no-repeat;
	width: 640px;
	height: 470px;
	position: relative;
}
.youtube span {
	position: absolute;
	font-weight: 600;
	font-size: 18px;
	color: #dd0010;
	top: -10%;
	left: -10%;
	transform: rotate(-15deg);
	text-shadow    : 
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff;
}
.youtube iframe {
	position: absolute;
	top: 14%;
	left: 12%;
	border-radius: 30px;
}
#movie h3 {
	color: #dd0010;
	font-size: 24px;
}
#movie p {
	font-size: 15px;
}
#movie .container {position: relative; z-index: 1;}
#movie .col-sm-12:after {display: block; content: ""; clear: both;}
#movie .col-sm-6 {z-index: 2; margin-top: 80px;}
#movie .col-sm-2 {z-index: 1; position: relative; left: 7%;}
#movie .col-sm-2 img {animation: fuwafuwa 3s infinite;}
#movie .col-sm-2 img:nth-child(2) {
	animation-delay: 2s;
    position: absolute;
    bottom: -20%;
    right: 0;
}
#movie .col-sm-4 {
	float: right;
	background: rgba(252,207,0,0.85);
	padding: 20px 30px 0 30px;
	z-index: 1;
	margin-top: 30px;
	border-radius: 10px;
}
#movie .col-sm-4 p:last-child {margin: 0; text-align: right;}
#movie .col-sm-4 p:last-child img {position: relative; bottom: -15px;}

#media {margin-top: 5em;}
#media h3 {position: relative;}
#media h3:before, #media h3:after {
	display: block;
	content: "";
	width: calc(50% - 180px);
	border-bottom: 6px double #002e56;
	position: absolute;
	top: 50%;
    bottom: 50%;
}
#media h3:before {
	left: 0;
}
#media h3:after {
	right: 0;
}
#media h3 img {display: block; margin: 0 auto 30px auto;}
#media .flex_list li {
    flex: none !important;
    width: calc(100% / 3);
	margin-bottom: 2em !important;
	text-align: center;
}
#media .flex_list li img {max-width: 300px;}

#concept {
	background: #efede0;
	padding: 0;
}
#concept h2 {
	font-size: 30px;
	text-align: center;
}
#concept h2 img {
	display: block;
	margin: 0 auto 20px auto;
}
#concept h2 small {
	display: block;
	font-size: 20px;
	font-weight: 600;
	color: #dd0010;
	line-height: 1.5em;
	margin-top: 10px;
}
.concept_inner {
	background: linear-gradient(45deg, #e4e3c7 25%, transparent 25%, transparent 75%, #e4e3c7 75%),
				linear-gradient(45deg, #e4e3c7 25%, transparent 25%, transparent 75%, #e4e3c7 75%);
	background-size: 40px 40px;
	background-position: 0 0, 20px 20px;
	position: relative;
}
.img_top_concept {
	position: absolute;
	top: 0;
	right: 5%;
	z-index: 2;
}
#concept .container {
	padding: 60px 15px;
}
#concept .flex_list {
	text-align: center;
}
#concept .flex_list img {
	display: block;
	margin: 0 auto;
}
#concept .flex_list span {
	display: block;
	margin-top: 10px;
}
#concept p {
	font-size: 18px;
	text-align: center;
	margin: 0 auto;
}
#voice .voice_list {
	display: flex;
	align-items: center;
	margin: 0 auto;
	text-align: center;
}
#voice .voice_list li {
	display: inline-block;
    font-size: 16px;
	letter-spacing: 0;
    line-height: 1.4em;
    margin: 2% 2% 0 2% !important;
	position: relative;
	animation-name: fuwafuwa;
	animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
#voice .voice_list li div:before {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #dfb701;
    z-index: 2;
}
#voice .voice_list li:nth-child(1) {
	animation-delay: 1s;
}
#voice .voice_list li:nth-child(1) div {
	transform: rotate(-3deg);
	bottom: 30px;
}
#voice .voice_list li:nth-child(2) {
	animation-delay: 3s;
}
#voice .voice_list li:nth-child(2) div {
	transform: rotate(3deg);
}
#voice .voice_list li:nth-child(3) {
	animation-delay: 5s;
}
#voice .voice_list li:nth-child(3) div {
	transform: rotate(-2deg);
	bottom: 40px;
}
#voice .voice_list li div {
	background: #fccf00;
	padding: 20px 30px !important;
    border: 4px solid #dfb701;
    border-radius: 7px;
	box-sizing: border-box;
	position: relative;
}
#voice .voice_list li div p {font-size: 14px; text-align: left; margin-bottom: 0.5em;}
#voice .voice_list li div p br {display: none;}
#voice .voice_list li div p:last-child {
	margin-bottom: 0;
}
.slide_wrap {
	display: flex;
    width: 100vw;
    min-width: max-content;
    height: 120px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
.slide_wrap ul {
	background: #ffffff;
	display: flex;
	align-items: center;
	list-style-type: none;
	min-width: max-content;
	margin: 0;
	padding: 0;
	animation: loop-slide 60s infinite linear 1s both;
}
.slide_wrap ul li {margin: 0 !important; padding: 0 !important;}
.slide_wrap ul li img {width: auto; height: 120px !important; object-fit: cover;}
@keyframes loop-slide {
  from {
	transform: translateX(0);
  }
  to {
	transform: translateX(-100%);
  }
}
.slide_wrap:hover ul {
	animation-play-state: paused;
}

#price {position: relative;}
#price:after {
	display: block;
	content: "";
	width: 200vw;
	height: 200vh;
	background: #fccf00;
	background: repeating-conic-gradient(rgba(252,207,0,0.5),rgba(252,207,0,0.5) 6deg,#fccf00 6deg 12deg);
	position: relative;
	min-height: 360px;
	padding: 80px 0;
	position: absolute;
	top: -75vh;
	left: -50vw;
	animation: rotate_line 30s linear infinite;
}
.img_top_price {
	position: absolute;
	top: 0;
	left: 5%;
	z-index: 2;
}
#price .container {position: relative; z-index: 2;}
#price table {
	width: 100%;
	background: #ffffff;
	border-collapse: collapse;
}
#price table th, #price table td {
	font-weight: 600;
	padding: 15px 20px;
	border: 1px solid #cccccc;
}
#price table th {
	background: rgba(221,0,16,0.065);
	text-align: center;
}
#price table tr:last-child th {
	background: rgba(221,0,16,1);
	color: #fccf00;
	font-size: 16px;
}
#price table tr:last-child td ul {
	color: rgba(221,0,16,1);
	font-size: 16px;
	font-weight: 600;
}
#price table td ul {
	margin: 0;
	padding: 0;
}

#kodawari {padding: 0;}
#kodawari .flex_list > li {
	background: no-repeat;
	background-size: cover !important;
	background-position: center !important;
	display: table;
	width: calc(100% / 3);
	min-height: 240px;
	text-align: center;
	position: relative;
}
#kodawari .flex_list > li div {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
#kodawari .flex_list > li div span {
	display: block;
	background: url("../images/bg_kodawari_badge.png") no-repeat;
	background-size: 90px;
	font-size: 110%;
	font-weight: 600;
	color: #dd0010;
	width: 90px;
	height: 90px;
	text-align: center;
	line-height: 90px;
	position: absolute;
	top: 5%;
	left: 5%;
	transform: rotate(-10deg);
	z-index: 3;
}
#kodawari .flex_list > li div strong {
	display: block;
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff !important;
    min-height: 4em;
	line-height: 4em;
	position: relative;
	z-index: 2;
}
#kodawari .flex_list > li div:after {
	display: block;
    content: "";
    width: 100%;
    height: 4em;
    position: absolute;
    top: calc(50% - 2em);
    left: 0;
    background: rgba(221,0,16,0.85);
    mix-blend-mode: hard-light;
    z-index: 1;
}
#kodawari .flex_list > li:last-child div strong {
	padding-top: 0.75em;
	line-height: 1.5em;
}
#kodawari .flex_list > li div ul {
	display: flex;
	flex-wrap: wrap;
    align-content: space-between;
}
#kodawari .flex_list > li div ul li {
	flex: auto;
	font-size: 100%;
	text-align: center;
	line-height: 1.35em;
	letter-spacing: 0;
}
#kodawari .flex_list > li:nth-child(1) {
	background: url("../images/interior/05.jpg");
}
#kodawari .flex_list > li:nth-child(2) {
	background: url("../images/interior/04.jpg");
}
#kodawari .flex_list > li:nth-child(3) {
	background: url("../images/interior/07.jpg");
}

#access {
	background: #000000 url("../images/bg_access.webp") no-repeat;
	background-size: 100%;
	background-position: bottom;
	color: #ffffff;
	padding-top: 0;
	position: relative;
	overflow: hidden;
}
#access:before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.75);
	position: absolute;
	top: 0;
	left: 0;
}
#access .container {position: relaitve;}
#access .gmap {margin-bottom: -7%;}
.gmap iframe,
.gmap object,
.gmap embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all  0.7s ease;
}
.gmap iframe:hover,
.gmap object:hover,
.gmap embed:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
#access .container {position: relative; z-index: 2;}
#access .img_access {
	max-width: 640px;
	margin: 0 auto;
	position: relative;
	border: 4px solid #ccc;
}
#access .img_access:before, #access .img_access:after {
    display: block;
    content: '';
    background: linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
    width: 15px;
    height: calc(74% - 11px);
    position: absolute;
    transform: rotate(-1deg);
	top: 3px;
    left: -12px;
}
#access .img_access:after {
    background: linear-gradient(-270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
    transform: rotate(1deg);
    right: 3px;
    right: -12px;
    left: auto;
}
#access .access_ufo {
	filter: drop-shadow(5px 5px 5px rgba(230, 180, 15, 0.65)) drop-shadow(10px -10px 25px rgba(8, 131, 161, 0.65));
	position: absolute;
	right: 5%;
	top: 15%;
}
#access dl {text-align: center;}
#access dl dt {margin-top: -3em; position: relative;}
#access dl dt address {display: block; margin-top: 10px;}
#access dl dd ul {
	max-width: 640px;
	display: flex;
	margin: 2em auto 0 auto;
	padding: 0;
}
#access dl dd ul li {
	width: 50%;
	font-size: 20px;
}

#bnr_fixed {position: fixed; right: 0; bottom: 3em; z-index: 2;}
#bnr_fixed div {margin: 0; padding: 0; position: relative; right: -200px; transition: 0.5s ease-out;}
#bnr_fixed div a {display: flex;}
#bnr_fixed div a img {margin-right: 20px; animation-delay: 2s;}
#bnr_fixed div a button {
	color: #ffffff;
    font-size: 18px;
    line-height: 2em;
	font-weight: bold;
	padding: 0 15px;
	margin: 1em 0;
	text-decoration: none;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	z-index: 1 !important;
}
#bnr_fixed div:hover {right: -10px; transition: 0.5s ease-out;}

/* Dark background */
.bg-dark,
.bg-dark-15,
.bg-dark-30,
.bg-dark-45,
.bg-dark-60,
.bg-dark-90 {
  color: #fff;
}

.bg-dark, #management {
  background: #0d1c1f;
}

.bg-dark-15:before {
  position: absolute;
  background: rgba(2, 2, 2, 0.2);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-dark-30:before {
  position: absolute;
  background: rgba(2, 2, 2, 0.4);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-dark-45:before {
  position: absolute;
  background: rgba(2, 2, 2, 0.7);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-dark-60:before {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-dark-90:before {
  position: absolute;
  background: rgba(34, 34, 34, 0.9);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-blur {position: relative;}
.bg-blur:before {
  content: '';
  background: inherit;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
}

.bg-light {
  background: #ffffff;
}

.bg-gray, .bg-merit {
  background: #fafafa;
}

.bg-light-30:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-light-60:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-light-70:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-light-80:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.parallax-bg {
  background-attachment: fixed;
  background-size: cover;
}

/* Vertical margin, padding */
.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}
/*--------------------------------------------------------------
	Typography
--------------------------------------------------------------*/
a {
  color: #0d1c1f;
}

a:hover, a:focus {
  text-decoration: none;
  color: #aaa;
  outline: 0;
}
.bg-dark a {
  color: #aaa;
}

.bg-dark a:hover, .bg-dark a:focus {
  color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  font-weight: 400;
}

p, ol, ul, blockquote {
  margin: 0 0 20px;
}

blockquote {
  border: 0;
  font-style: italic;
  font-size: 15px;
  padding: 0;
}

.font-alt {
  letter-spacing: 2px;
}

.font-serif {
  font-style: italic;
}

.large-text {
  font-size: 24px !important;
}

h1, h2, h3, h4, h5, h6, .navbar-custom .nav li > a, .fl_left, .fl_right {
  transform: rotate(.03deg);
}

.box-shadow {box-shadow: 0 0 4px rgba(0,0,0,0.3) inset;}

/*--------------------------------------------------------------
	Footer
--------------------------------------------------------------*/
.footer .copyright {
	font-size: 10px;
	padding: 30px 5% 20px 5%;
	margin: 0;
	text-align: center;
	background: #000;
	color: #fccf00;
	letter-spacing: 1px;
}
.footer .copyright:after {display: block; content: ""; clear: both;}
.footer .copyright span, .footer .copyright address {
	display: block;
	width: 50%;
	margin-bottom: 0;
}
.footer .copyright address {
	float: left;
	text-align: left;
}
.footer .copyright span {
	float: right;
	text-align: right;
}

/*--------------------------------------------------------------
	Responsive Styles - Media Queries
--------------------------------------------------------------*/
.navbar-custom .dropdown-menu {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
}
.navbar-custom .open > .dropdown-menu {
    visibility: visible;
    opacity: 1;
}
.navbar-custom .dropdown-menu .dropdown-toggle:after {
    position: absolute;
    display: block;
    right: 9px;
    top: 50%;
    margin-top: -6px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 9px;
    content: "\f105";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.navbar-fixed-top {
  width: 100%;
  position: fixed;
  top: 0;
}
.navbar-fixed-top #head_logo a {
  height: auto !important;
}
.navbar-transparent {
  background: none !important;
  border: none !important;
}
.navbar-transparent .navbar-brand img, .navbar-brand img {
  width: 127px !important;
  height: auto !important;
}
  .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
  }
  .col-sm-3 {width: 33%;}

@media (max-width: 991px) {
.only_tab {display: block !important;}
  #mainImg_txt h1 {font-size: 30px;}
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .mt-sm-70 {
    margin-top: 70px !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
	}
	
	section h2 {margin-bottom: 1.7em;}
  .cta_tel dt, .cta_tel dd, .cta_line dt, .cta_line dd {font-size: 24px;}
	.cta_line dd {width: 70%;}
	#movie {padding-bottom: 50px;}
	#movie h3 {margin-top: 0;}
	#movie .col-sm-6 {width: 80%;}
	.youtube {height: 540px;}
	#movie .col-sm-4 {width: 100%; padding: 30px 30px 10px 30px; position: relative;}
	#movie .col-sm-4 p:last-child {position: absolute; right: 0; bottom: 0;}
	#concept .container {padding-bottom: 20px;}
	#media .flex_list li {width: calc(100% / 2);}
	#price .col-sm-8 {width: calc(100% - 240px); margin: 0 0 0 240px;}
	
	#voice .voice_list {display: block; width: 90%;}
	#voice .flex_list li {display: block; margin: 2% 5% 6% 5% !important;}
	
	#concept h2 {margin: 0 30px;}
	#concept .flex_list {display: flex; padding: 0;}
	#concept .img_top_concept {right: -10%;}
	#concept .img_top_concept img {max-width: 80%;}
	#concept .flex_list li {flex: auto; width: calc(92% / 2); margin: 2%;}
	#voice .voice_list li:nth-child(2) {top: -2em;}
	#kodawari .flex_list {display: block; width: 100%;}
	#kodawari .flex_list > li,#kodawari .flex_list > li div {width: 100%;}
	#kodawari .flex_list > li div span {top: 10%;}
	#kodawari .flex_list > li div ul {display: block;}
	#kodawari .flex_list > li div ul li {display: inline-block;}

  /* Navbar */
  .navbar-right {width: calc(100% - 145px); margin-top: 13px;}
  .navbar-custom .nav li > a {line-height: 4.5em;}
  .navbar-custom {
    letter-spacing: 0;
	box-shadow: none;
}
  .navbar-fixed-top {background: none;}
  .only_pad {display: block !important;}
   .col-md-6-right, .col-md-offset-6-right {width: 100%; float: none; margin-left: 0;}
}

@media (max-width: 767px) {
  .navbar-fixed-top .navbar-collapse {max-height: inherit !important;}
  .navbar-transparent {background: transparent !important; border: none !important;}
  .navbar-collapse.in {border-top: none; position: relative; overflow: hidden;}
  .navbar-custom .navbar-toggle .icon-bar {width: auto; background: #ffffff;}
  .navbar-custom .navbar-toggle .menu_txt {display: block; font-family: 'Josefin Sans', sans-serif; margin-top: 3px;}
  .navbar-toggle {color: #ffffff !important;}
  .home-section {background-position: center !important; background-size: cover !important;}
  .home-section:before {width: 200vh; left: -75vh;}
  #mainImg {width: 100%; height: 100vh;}
  #mainImg_txt {width: 100%;}
  #mainImg_txt h1 small {margin-bottom: 0.5em;}
  .home-section:after {}
  #mainImg .top_character li img {max-width: 80%;}
  #mainImg .top_character li:nth-child(2) {right: -16%;}
  #mainImg .top_character li:nth-child(3) {left: 70px;}
  .check_list {width: 100%;}
  .sub-page .main {padding-top: 50px;}
  .contents {margin-bottom: -230px;}
  .contents:before {background-size: 50%;}
  .contents img {width: 80%;}
  #faq dl dt, #faq dl dd {margin-right: 0;}
  .company_box {margin: 0;}
  .company_box:fist-child {margin-top: 3em;}
  .company_box table {width: 100%; margin: 0 auto;}
  .company_box table th, .company_box table td {letter-spacing: 0;}
  #mainImg_txt .btn.btn-border-o {font-size: 240%;}
  .mainImg_tel_txt span  {font-size: 130% !important;}
  .mainImg_tel_txt .btn {font-size: 280% !important;}
	#btn_scroll a {left: calc(50% - 2em);}
	
  .youtube {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  height: 400px;
  min-height: 360px;
  background-size: 100%;
  background-position: 15%;
	}
  .youtube iframe {
    top: 10%;
    width: 58%;
    max-height: 73%;
	}
	#movie:before {width: calc(100% - 40px); height: calc(100% - 40px); margin: 20px;}
	#movie .col-sm-12 {position: relative;}
	#movie .col-sm-6, #movie .col-sm-4 {width: 90% !important; float: none; margin: 0 auto;}
	#movie .col-sm-2 {position: absolute; top: -2%; left: auto; right: 1%;}
	#movie .col-sm-2 img {max-width: 75%;}
	.youtube span {top: 1%;}
	#movie .col-sm-4 p br {display: block;}
	#movie .col-sm-4 p:last-child img {max-width: 180px;}
	#media {clear: both;}
	#media h3:before {left: 15px;}
	#media h3:after {right: 15px;}
	#media .flex_list {display: flex !important; width: calc(100% - 20px); margin: 0 auto;}
	#media .flex_list li {width: 50%; text-align: center;}
	#media .flex_list li img {max-width: 150px;}
	#price {padding: 36px 0 50px 0;}
	#price table th, #price table td {display: block; font-size: 14px; text-align: center; padding: 10px 15px;}
	#voice .voice_list li:last-child {margin-bottom: 0 !important;}
	.img_top_price img {max-width: 50%;}
	#price .col-sm-8 {width: calc(100% - 140px); margin: 0 0 0 140px;}
	#price table td ul li {display: inline-block;}
	#kodawari .flex_list > li div span {top: 6%;}
	#access {background: none; padding-bottom: 0;}
	#access .gmap {
	position: relative;
	padding-bottom: 75%;
	margin-bottom: 0;
	height: 0;
	overflow: hidden;
	}
	#access .gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	}
	#access .container {padding: 0;}
	#access .img_access {border: none;}
	#access .img_access img {position: relative; z-index: 1;}
	#access dl {background: #000000 url(../images/bg_access.webp) no-repeat; background-size: cover; background-position: bottom; margin: 0; position: relative;}
	#access dl:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
	}
	#access dl dt {z-index: 2;}
	#access dl dd ul {align-items: center; min-height: 222px; margin: 0 auto; position: relative;}
	#access dl dd ul li {font-size: 18px;}

  section h2 {font-size: 40px !important;}
  .cta h2 div:after {top: -1.5em; right: -1.8em;}
  .flex_list {display: block; width: 100%;}
  .cta .flex_list li {margin-bottom: 80px;}
  .cta .flex_list li:last-child {margin-bottom: 0;}
  .cta_tel dt img {max-width: 50%; margin: 0 0 0 auto;}
  .cta_tel, .cta_line {width: 100%; margin: 0 auto;}
  .cta_tel dt, .cta_tel dd {width: 50%; text-align: left;}
  .cta_tel dt, .cta_tel dd, .cta_line dt, .cta_line dd {font-size: 24px;}
  .cta_line dt {display: block; width: 100%; margin: 0 auto 15px auto;}
  .cta_line dt img {max-width: 50%;}
  .cta_line dd {display: block; width: 100%;}
  .btn_line {width: 80%;}
  .form_input ul li {display: block !important; width: 100% !important; margin: 0 0 15px 0;}
  .form_input ul li:last-child {margin-bottom: 0 !important;}
  p br {display: none;}

  .menu_txt {text-align: center; font-size: 85%;}
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-10 {
    margin-top: 10px !important;
  }
  .mt-xs-20 {
    margin-top: 20px !important;
  }
  .mt-xs-30 {
    margin-top: 30px !important;
  }
  .mt-xs-40 {
    margin-top: 40px !important;
  }
  .mt-xs-50 {
    margin-top: 50px !important;
  }
  .mt-xs-60 {
    margin-top: 60px !important;
  }
  .mt-xs-70 {
    margin-top: 70px !important;
  }
  .mt-xs-80 {
    margin-top: 80px !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-10 {
    margin-bottom: 10px !important;
  }
  .mb-xs-20 {
    margin-bottom: 20px !important;
  }
  .mb-xs-30 {
    margin-bottom: 30px !important;
  }
  .mb-xs-40 {
    margin-bottom: 40px !important;
  }
  .mb-xs-50 {
    margin-bottom: 50px !important;
  }
  .mb-xs-60 {
    margin-bottom: 60px !important;
  }
  .mb-xs-70 {
    margin-bottom: 70px !important;
  }
  .mb-xs-80 {
    margin-bottom: 80px !important;
  }
  .col-md-offset-6-right, .col-md-6-right {float: right; width: 100%; margin-right: 0; margin: 0;}
  .side-image-text {padding: 30px 15px;}

  /* Navbar */
  .only_pc {display: none !important;}
  .only_sp {display: block !important; line-height: 0;}
  .kv {margin-top: 0; background-position: 60%;}
  #mainImg_txt .col-sm-6 {width: 100%;}
  .navbar-custom .navbar-nav {
    width: 100%;
    letter-spacing: 0;
    margin: 10px 0 0 0;
	padding: 0;
    background: rgba(0,0,0,0.85);
	mix-blend-mode: multiply;
	border-radius: 10px;
  }
  .navbar-custom .nav li > a {color: #ffffff;}
  .navbar-custom li > a:hover {
    background: rgba(255, 255, 255, 0.1) !important;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 25px;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-header,
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
    padding: 10px 35px;
  }
  .navbar-custom li a,
  .navbar-custom .dropdown-search {
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  }
  .navbar-custom .dropdown-toggle:after,
  .navbar-custom .dropdown-menu .dropdown-toggle:after {
    right: 7%;
    content: "\f105";
  }
  .navbar-custom .nav > .open > .dropdown-toggle:after,
  .navbar-custom .dropdown-menu .dropdown.open .dropdown-toggle:after {
    right: 7px;
    content: "\f106";
  }
  .navbar-toggle .icon-bar {text-align: center; margin: 0 auto;}
  .parallax-bg {background-attachment: inherit !important;}
  .post.mb-0 {
    margin-bottom: 40px !important;
  }
  .copyright {width: 100%; margin: 0 auto;}
  
.bg-light-60:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
}
.footer .copyright span, .footer .copyright address {float: none; width: 100%; text-align: center;}
.footer .copyright address {margin-bottom: 15px;}
.col-sm-3, .col-sm-4 {width: 100% !important;}
#bnr_fixed {width: 100%; background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,1)); right: 0; right: 0; bottom: 0; padding: 0 30px; z-index: 999;}
#bnr_fixed div {right: 0;}
#bnr_fixed div:hover {right: 0;}
}

@media only screen and (min-width: 481px) and (max-width: 766px) {
.youtube iframe {top: 24%; max-height: 48%;}
}

@media only screen and (max-width: 480px) {
.navbar-brand {padding-right: 0;}
.navbar-toggle {padding: 0 10px;}
.home-section:after {
width: 150px;
height: calc(313px / 2);
background-size: 100% !important;
top: 130px;
left: calc(50% - 75px);
}
#mainImg {height: 95vh;}
#mainImg_txt h1 {margin-top: 65px !important;}
#mainImg_txt h1 span {font-size: 180%;}
#mainImg_txt h1 div {font-size: 18px;}
#mainImg .top_character li:nth-child(2) {right: -20%; top: 8%;}
#main {margin: 0 !important; padding: 0 !important; overflow: !important;}
section h2 {font-size: 28px !important; font-feature-settings: "palt";}
.cta h2 span {padding: 5px 10px;}
.cta h2 span small {font-size: 70%; margin-top: 10px;}
.cta h2 div::before {font-size: 18px; right: -3.2em; top: -1.35em;}
.cta h2 div:after {background-size: 80px !important; width: 80px; height: 80px; top: -1.5em;}
.cv_area a {width: 100%; letter-spacing: 0;}
.cta .flex_list li {margin-bottom: 60px;}
.cta_tel dt, .cta_tel dd {width: auto;}
.cta_tel dt img {margin: 0 auto;}
.cta_tel dt, .cta_tel dd, .cta_line dt, .cta_line dd {font-size: 20px;}
.cta_tel dd:before, .cta_tel dd:after {left: -1em !important;}
.cta_tel dd:before {top: -0.3em;}
.cta_tel dd:after {bottom: -0.3em;}
.cta_line dt, .cta_line dd {display: table-cell;}
.cta_line dt {width: 40%;}
.cta_line dd {width: 65%; text-align: left;}
.cta_line dt img {max-width: 100%;}
.btn_line {width: 100%;}
#movie .col-sm-4 {width: 85% !important;}
#movie .col-sm-4 p:last-child {right: -20%; bottom: 30%;}
#movie .col-sm-4 p:last-child img {max-width: 140px;}
#movie .col-sm-2 {top: -3%; right: -10%;}
#movie .col-sm-2 img {max-width: 60%;}
#movie .col-sm-2 img:nth-child(2) {right: 15%;}
.youtube span {top: -5%; font-size: 14px;}
.youtube {height: 245px; background-position: center 16%; min-height: auto;}
.youtube iframe {width: 60%; top: calc(12% + 5px); max-height: 150px;}
#media h3:before, #media h3:after {display: none;}
#concept h2 {margin: 0;}
#concept .flex_list img {max-height: 100px;}
#price .col-sm-8 {width: calc(100% - 100px); margin: 0 0 0 115px;}
#price table tr:last-child td ul {font-size: 14px;}
#concept .img_top_concept {right: -18%; top: -2%;}
#concept .img_top_concept img {max-width: 60%;}
#kodawari .flex_list > li:last-child div:after {height: 6em; top: calc(50% - 2.5em);}
}

@media only screen and (max-width: 375px) {
.youtube iframe {top: 12%;}
}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
  .navbar-toggle {
    display: none !important;
}
}