@charset "UTF-8";

#wrapper {
	position: relative;
	max-width: 100%;
	margin: auto;
}
#wrapper a {
	text-decoration: none;
}
#wrapper img {
	width: 100%;
}
#wrapper .inner
#wrapper ul {
	overflow: hidden;
}
#wrapper p.ttl {
	font-size: 1.2vw;
	text-align: center;
}
#wrapper .space1 {
	width: 100%;
	height: 1vw;
	display: block;
	clear: both;
}
.br-pc {
	display: block;
}
.br-sp {
	display: none;
}
.pc-mode {
	display: block;
	}
.sp-mode {
	display: none;
	}
pc-contents {
	display: block;
}
sp-contents {
	display: none;
}

/* header */
header.pc-header {
	display: block;
}
header.sp-header {
	display: none;
}
header {
	width: 100%;
	height: 53.5vw;
}
header .video-frame {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-image: url(../images/video_bg.png);
	background-size: 8px;
	background-repeat: repeat;
	position: relative;
	overflow: hidden;
}
header .video-frame video {
	width: 100%;
	margin: 0 auto;
	position: absolute;
}
header .video-frame .header-logo {
	font-family: Agenda-Light, Agenda Light, Agenda, Arial Narrow, sans-serif;
	font-weight: 100;
	background: rgba(0,0,0,0.4);
	color: white;
	padding: .9vw 1.2vw;
	margin: 0;
	width: 100%;
	height: 90vw;
	min-height: 100%;
	float: right;
	font-size: 1.2rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 7
}
header .video-frame .header-logo h1.skygroup-logo {
	display: block;
	width: 10vw;
	padding: 0 0 0 .4vw;
}
header .video-frame .header-logo p.skytimeless-logo {
	display: block;
	width: 49vw;
	position: absolute;
	top: 5%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: right;
	letter-spacing: .1vw;
	font-size: 2.7vw;
	line-height: 1;
}
header .video-frame .header-logo p.skytimeless-logo span {
	margin: 0;
	padding: 0;
	font-size: 2.1vw;
}
header .video-frame .header-logo p.skytimeless-text {
	display: block;
	width: 55vw;
	position: absolute;
	top: 35%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	line-height: 1.2;
	letter-spacing: .1vw;
	font-size: 1.6vw;
	font-weight: normal;
}
.header-sub {
  position: absolute;
  color: #FFF;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  top: 70%;
  z-index: 1000;
}
.sp-header-sub {
  display: none;
}
.header-sub__ttl {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 25px;
  line-height:1.3;
}
.header-sub__flx {
  display: flex;
  justify-content: space-around;
  width: 1024px;
  margin: 0 auto;
}
.header-sub__item {
  border: 2px solid #FFF;
  padding: 10px 30px;
  font-size: 18px;
}
/* footer */
footer {
	display: block;
	text-align: center;
	margin: 1vw 0 0;
	padding: 1vw 0;
	font-weight: normal;
	color: #111;
	background-color: #eee;
	overflow: hidden;
	position: relative;
}
footer .copy {
	display: block;
	font-size: .8vw;
	font-weight: normal;
	color: #111;
}
footer .privacy {
	display: block;
	font-size: .65vw;
	padding: 1vw 0;
	font-size: .8vw;
	font-weight: normal;
	color: #111;
	position: absolute;
	top: 0;
	right: 2%;
}

/* button */
.fade-up {
	transition: opacity 0.7s;
	-moz-transition: opacity 0.7s;
	-webkit-transition: opacity 0.7s;
	-o-transition: opacity 0.7s;
	transition: transform 0.7s;
	-moz-transition: transform 0.7s;
	-webkit-transition: transform 0.7s;
	-o-transition: transform 0.7s;
}

/* 年末年始休業お知らせ */
.holiday {
  background: #000;
}
.holiday__block {
  text-align: center;
  padding: 30px 20px;
  border: 1px solid #FFF;
}
.holiday__ttl {
  color: #FFF;
  font-size: 2vw;
  font-weight: bold;
  margin-bottom: 20px;
}
.holiday__txt {
  color: #FFF;
  font-size: 1.2vw;
}
.holiday__sp {
  display: none;
}

/* point */
.point {
  padding: 3vw 0 4vw;
}
.point .inner {
  width: 70%;
  margin: 4vw auto;
}
.point h2 {
  display: flex;
  align-items: center;
  font-size: 2.3vw;
  margin: 0 auto 4vw;
  text-align: center;
  width: 75%;
}
.point h2:before {
  display: inline;
  content: "";
  border-top: .4vw solid #111;
  flex-grow: 1;
}
.point h2:after {
  display: inline;
  content: "";
  border-top: .4vw solid #111;
  flex-grow: 1;
}
.point h2 span {
  padding: .2vw 2vw 0;
}
.point__content {
  display: flex;
  justify-content: space-between;
}
.point__item {
  width: 30%;
}
.point__ttl {
  font-size: 1.2vw;
  font-weight: bold;
}
.point__ttl--center {
  text-align: center;
}
.pd {
  padding: 1.1vw 0;
}
.point__txt {
  font-size: 18px;
  margin-top: 20px;
}

/* perform */
.perform {
  background: #F4F4F4;
  padding: 3vw 0 4vw;
}
.perform .inner {
  width: 70%;
  margin: 4vw auto;
}
.perform h2 {
  display: flex;
  align-items: center;
  font-size: 2.3vw;
  margin: 0 auto 4vw;
  text-align: center;
  width: 75%;
}
.perform h2:before {
  display: inline;
  content: "";
  border-top: .4vw solid #111;
  flex-grow: 1;
}
.perform h2:after {
  display: inline;
  content: "";
  border-top: .4vw solid #111;
  flex-grow: 1;
}
.perform h2 span {
  padding: .2vw 2vw 0;
}
.perform__content {
  margin-bottom: 5vw;
}
.perform__ttl {
  font-size: 2vw;
  margin-bottom: 2vw;
  text-align: center;
}
.perform__ttl span {
  color: #C1272D;
}
.perform__ttl span.lg {
  font-size: 3vw;
  font-weight: bold;
}
.perform__flx {
  display: flex;
  justify-content: space-between;
}
.perform__img {
  width: 60%;
}
.perform__item {
  width: 35%;
}
.perform__tbl {
  width: 100%;
  height: 100%;
  font-size: 1.2vw;
}
.perform__tbl tr {
  border-bottom: 1px solid #B3B3B3;
}
.perform__tbl tr:nth-of-type(1) {
  border-top: 1px solid #B3B3B3;
}
.perform__tbl th, .perform__tbl td {
  vertical-align: middle;
}
.perform__tbl td {
  text-align: right;
}

/* floating */
.floating {
	top: 7vw;
	right: 0;
	position: fixed;
	z-index: 9;
	background-color: #111;
	/*width: 8.6vw;*/
  text-align: center;
	width: 10vw;
	height: auto;
	box-shadow: 6px 6px rgba(0,0,0,0.1);
}
.floating span {
	font-size: .75vw;
	color: #fff;
	margin: 0.7vw;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	display: block;
	padding: .5vw 1.1vw;
	letter-spacing: .05vw;
}
.floating a {
	color: #fff;
	width: 100%;
	height: 100%;
	display: block;
	padding: .4vw;
	box-sizing: border-box;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	text-decoration: none;
}
.floating a:hover {
	background-color: #555;
	color: #333;
}
.floating img {
	width: 2.5vw;
	margin: .2vw auto .5vw;
	backface-visibility: hidden;
}
.floating .floating__img-car{
	width: 3.5vw;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
}

/* button */
#button {
	width: 100%;
	height: auto;
	text-align: center;
	box-sizing: border-box;
}
#button p {
	width: 26%;
	height: auto;
	color: #fff;
	background-color: #111;
	margin: 0 auto;
	box-sizing: border-box;
}
#button p.st {
	width: 36%;
	height: auto;
	color: #fff;
	background-color: #111;
	margin: 0 auto;
	box-sizing: border-box;
}
#button p:hover {
	background-color: #ccc;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#button p a {
	display: block;
	color: #fff;
	margin: 0;
	width: 100%;
	height: 100%;
	padding: 1.1vw 0;
	font-size: 1.2vw;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
}
#button p a:hover {
	background-color: #ccc;
	color: #222;
}


/* contact */
.contact {
  /* Background pattern from Toptal Subtle Patterns */
  background-image: url(../images/blackorchid.png);
  color: #FFF;
}
.contact__inner {
  width: 70%;
  margin: auto;
  padding: 50px 0;
}
.contact__list {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  margin: 30px auto 0;
}
.contact__list:nth-of-type(1) {
  margin-bottom: 20px;
}
.contact__info {
  display: block;
}
.contact__campaign {
  font-size: 2vw;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  padding: 10px;
  border: 1px solid #FFF;
}
.contact__ttl {
  font-size: 2vw;
  font-weight: bold;
  margin-bottom: 0.3em;
  text-align: center;
}
.contact__txt {
  text-align: center;
  font-size: 0.8vw;
}
.contact__txt span {
  font-size: 1.2vw;
}
.contact__tel {
  align-items: center;
}
.contact__num {
  font-size: 2.7vw;
  line-height: 1;
}
.contact__time {
  font-size: 0.8vw;
}
.contact__info--sp {
  display: none;
}
.contact__link a {
  display: flex;
  align-items: center;
  background: #FFF;
  color: #000;
  font-size: 1.5vw;
  font-weight: bold;
  height: 100%;
  padding: 10px 1.5em;
  -webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.contact__link a:hover {
	color: #e6e6e6;
  background: #333131;
}
.contact__link a:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  margin-right: 5px;
}
.contact__line a {
  display: flex;
  align-items: center;
  background: #00b900;
  color: #fff;
  font-size: 1.5vw;
  font-weight: bold;
  height: 100%;
  padding: 10px 2em;
  -webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.contact__line a:hover {
	color: #00B900;
  background: #fff;
  opacity: 1;
}
.contact__line a:before {
  content: "\f3c0";
  font-family: "Font Awesome 5 Brands";
  margin-right: 0.5em;
}

.contact__fb a {
  display: flex;
  align-items: center;
  background: #3B5998;
  color: #fff;
  font-size: 1.5vw;
  font-weight: bold;
  height: 100%;
  padding: 10px 2em;
  -webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.contact__fb a:hover {
	color: #3B5998;
  background: #fff;
  opacity: 1;
}
.contact__fb a:before {
  content: "\f082";
  font-family: "Font Awesome 5 Brands";
  margin-right: 0.5em;
}

/* purchase */
#purchase {
	width: 100%;
	height: auto;
	background-color: #fff;
	position: relative;
	padding: 0 0 9vw 0;
}
#purchase .inner {
	width: 70%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding: 7vw 0 2vw;
}
#purchase h2 {
	font-size: 2.3vw;
	margin: 0 auto 4vw;
	display: flex;
	align-items: center;
	text-align: center;
	width: 48%;
}
#purchase h2:before,
#purchase h2:after {
	border-top: .4vw solid #111;
	content: "";
	display: inline;
	flex-grow: 1;
}
#purchase h2 span {
	padding: .2vw 2vw 0;
}
#purchase h3 {
	font-size: 1.3vw;
	margin: 0 0 6vw;
	line-height: 1.9;
}

#purchase p.text {
	font-size: 1.1vw;
	font-weight: normal;
	padding: 0 0 0 0;
	margin: 1vw auto 3vw;
	text-align: center;
}
#purchase p.brand-name {
	font-size: 1.3vw;
	margin: 0.8vw 0 0;
	display: flex;
	align-items: center;
	text-align: center;
	width: 100%;
}
#purchase p.brand-name:before,
#purchase p.brand-name:after {
	border-top: .2vw solid #111;
	content: "";
	display: inline;
	flex-grow: 1;
}
#purchase p.brand-name span {
	font-size: 1.1vw;
  line-height: 1.2;
}
#purchase p.others {
	font-size: 1.5vw;
	margin: 2vw 0 4vw;
	line-height: 1.9;
}
#purchase .bg {
	position: absolute;
	bottom: 0;
	right: 2%;
	width: 30%;
}

#purchase .inner.consul{
	background-color: #f2f2f2;
  width: 58.9%;
  margin: 0 auto;
}

.purchase__content {
  display: flex;
  /*justify-content: space-around;*/
  justify-content: center;
  flex-wrap: wrap;
  width: 85%;
  margin: 0 auto;
  overflow: hidden;
  border-top: solid 2px #aaa;
  padding: 3vw 0 0 0;
}

.purchase__item {
  width: 25%;
  margin-bottom: 3.2vw;
  padding: 0 0.5vw;
  box-sizing: border-box;
}

.consul{
	background-color: #f2f2f2;
  width: 58.9%;
  margin: 0 auto;
}

.consul__txt{
	text-align: center;
  font-size: 20px;
  font-weight: 500;
}


.brand-item__a {
    cursor: pointer;
    font-size: 30px;
    line-height: 1;
    }
.brand-item__a i {
      width: 1em;
      height: 1em;
      margin: auto;
    }
.brand-model {
    display: none;
    font-size: 16px;
    }
.brand__item__model{
  width: 48%;
  display: inline-block;
  font-size: 0.8vw;
  padding: 0.6em 0;
  border-bottom: 1px solid #333;
}

/* trust */
#trust {
	width: 100%;
	height: auto;
	background-color: #fff;
	margin: 0;
	padding: 3vw 0 4vw;
	position: relative;
}
#trust .inner {
	width: 70%;
	height: auto;
	margin: 4vw auto;
}
#trust .inner .ttl {
	text-align: center;
}
#trust .inner .ttl p {
	margin: 2vw 0 1.3vw;
}
#trust .inner .contents {
	width: 100%;
	overflow: hidden;
	border-top: solid 2px #aaa;
	padding: 3vw 0 0 0;
}
#trust .inner .contents .text {
	width: 60%;
	float: left;
	line-height: 2.3;
	font-size: 1.2vw;
}
#trust .inner .contents .image {
	width: 35%;
	float: right;
	padding: 0;
	background-color: #fff;
	box-sizing: border-box;
}

#trust h2 {
	font-size: 2.3vw;
	margin: 0 auto 4vw;
	display: flex;
	align-items: center;
	text-align: center;
	width: 82%;
}
#trust h2:before,
#trust h2:after {
	border-top: .4vw solid #111;
	content: "";
	display: inline;
	flex-grow: 1;
}
#trust h2 span {
	padding: .2vw 2vw 0;
}
#trust .bg {
	position: absolute;
	bottom: -1%;
	right: 2%;
	width: 18%;
}
#trust .bg {
	position: absolute;
	bottom: -1%;
	right: 2%;
	width: 20%;
}

/* others */
#others {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 4vw auto 2vw;
}
#others .inner {
	width: 70%;
	height: auto;
	text-align: center;
	margin: 4vw auto;
}
#others h2 {
	font-size: 1.6vw;
	font-weight: bold;
	padding: 0 0 1vw 0;
	margin: 1vw 0;
}
#others p.text {
	font-size: 1.1vw;
	font-weight: normal;
	padding: 0 0 0 0;
	margin: 1vw auto 3vw;
	text-align: center;
}
#others article {
	margin: 3vw auto;
	padding: 0 0 4vw 0;
}
#others .business-trip,
#others .secondhand-car {
	border-bottom: solid 1px #aaa;
}
.secondhand-car #button{
  display: flex;
}
.secondhand-car #button p a{
  height: auto;
}

#others #button p {
	width: 23%;
	height: auto;
	color: #fff;
	background-color: #111;
	margin: 0 auto;
	box-sizing: border-box;
}

#others #button p:hover {
	background-color: #444;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#others .info-icon {
  display: inline-block;
  margin: 0 10px;
}
#others .info-icon i {
  vertical-align: middle;
  margin-right: 5px;
}
#others .info-icon a {
  text-decoration: underline;
}
#others .info-icon a:hover {
  text-decoration: none;
}

/* sns */
#sns {
	width: 100%;
	height: auto;
	margin: 0 0 6vw;
}
#sns ul {
	width: 7%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-basis: auto;
	flex-wrap: wrap;
	justify-content: center;
}
#sns ul li {
	float: left;
	width: 36%;
	height: auto;
	margin: 5%;
}


/* line */
.sns-line {
  padding: 3vw 0 4vw;
}
.sns-line .inner {
  width: 60%;
  margin: 4vw auto;
}
.sns-line h2 {
  display: flex;
  align-items: center;
  font-size: 2.3vw;
  margin: 0 auto 4vw;
  text-align: center;
  width: 75%;
}
.sns-line h2:before {
  display: inline;
  content: "";
  border-top: .4vw solid #111;
  flex-grow: 1;
}
.sns-line h2:after {
  display: inline;
  content: "";
  border-top: .4vw solid #111;
  flex-grow: 1;
}
.sns-line h2 span {
  padding: .2vw 2vw 0;
}
.sns-line h3 {
  text-align: center;
	font-size: 1.6vw;
	font-weight: bold;
	padding: 0 0 1vw 0;
	margin: 1vw 0;
}
.sns-line p.text {
	font-size: 1.1vw;
	font-weight: normal;
	padding: 0 0 0 0;
	margin: 1vw auto 3vw;
	text-align: center;
}
.sns-line__content {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
.sns-line__step{
  width: 100%;
	overflow: hidden;
	border-top: solid 2px #aaa;
	padding: 3vw 0 0 0;
}
.sns-line__item {
  /*width: 27%;*/
  width: 40%;
  margin-bottom: 5.2vw;
  padding: 0 1vw;
}
.sns-line__ttl {
  font-size: 1.2vw;
  font-weight: bold;
}
.sns-line__ttl--center {
  text-align: center;
}
.pd {
  padding: 1.1vw 0;
}
.sns-line__txt {
  font-size: 18px;
  margin-top: 20px;
}
.sns-line__match {
  display: block;
  color: #FFF;
  background: #000;
  font-size: 1.2vw;
  text-align: center;
  margin: 0 auto;
  padding: 1.1vw 0;
  max-width: 375px;
  transition: all 1s ease;
}
.sns-line__match:hover {
  background: #ccc;
  color: #222;
}

/* form */
#form {
	width: 100%;
	height: auto;
	background-color: #f4f4f4;
	padding: 0 0 6vw 0;
	position: relative;
}
#form h2 {
	font-size: 2.3vw;
	margin: 0 auto 1vw;
	display: flex;
	align-items: center;
	text-align: center;
	width: 60%;
	padding: 0;
}
#form h2:before,
#form h2:after {
	border-top: .4vw solid #111;
	content: "";
	display: inline;
	flex-grow: 1;
}
#form h2 span {
	padding: .2vw 2vw 0;
}
#form p.text {
	font-size: 1.2vw;
	font-weight: normal;
	text-align: center;
	margin: 0 auto;
}
#form .phone p {
  font-size: 60px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 80px;
  text-align: center;
}
#form .phone-sp {
  display: none;
}
#form dl.mailform {
	background-color: #fff;
}
#form dd.mfp input {
	width: 27vw;
}
#form dd.mfp select {
	width: 27vw;
}
#form .color-w {
	color: #fff;
}
#form dd.bottom {
	padding: 2vw;
}
#form dr {
	background-color: #fff;
}
#form input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
	align-items: flex-start;
	text-align: center;
	cursor: default;
	color: #fff;
	background-color: #111;
	box-sizing: border-box;
	padding: 1vw 0;
	border-width: 2px;
	border: none;
	margin: 2vw 0;
	width: 38%;
	font-size: 1.2vw;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}
#form button {
	align-items: flex-start;
	text-align: center;
	cursor: pointer;
	color: #fff;
	background-color: #111;
	box-sizing: border-box;
	padding: .9vw 0;
	border-width: 2px;
	border: none;
	margin: 2vw auto;
	width: 36%;
	font-size: 1.2vw;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}
#form button:hover {
    background-color: #ccc;
    color: #222;
    border: none;
}
.place-holder {
	display: block;
	color: #aaa;
	padding: .4vw 0 0 0;
	font-size: 1vw;
}
#form .bg {
	position: absolute;
	bottom: -.3%;
	right: 2%;
	width: 48%;
}
#form .form-col {
	font-size: 1.1vw;
}
#form .business-trip {
	width: 100%;
	height: auto;
	text-align: center;
}
#form .business-trip h3 {
	font-size: 2vw;
	font-weight: normal;
}
#form .business-trip p {
	margin: 0 0 3vw 0;
}
#form .select {
  display: none;
}
#form .mail:before {
  content: '\f0e0';
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
}

/* pagetop */
.pagetop {
	display: none;
	position: fixed;
	bottom: 5vw;
	right: 3vw;
	z-index: 9;
}
.pagetop a {
	display: block;
	text-align: center;
	color: #222;
	font-size: 2vw;
	text-decoration: none;
	padding: 1vw;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	width: 5.6vw;
}
.pagetop a:hover {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 2vw;
	text-decoration: none;
	padding: 1vw;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	width: 5.6vw;
}
.sg-link {
	display: inline-block;
	color: #bbb;
	border-bottom: solid 1px #bbb;
	line-height: 1.4;
}
.sg-link a {
	color: #aaa;
}
.sg-link a:visited {
    color: #aaa;
}
.thanks h1.skygroup-logo {
	width: 9vw;
	height: auto;
	padding: 1.5vw 0 0 0;
}
.form-req {
	background-color: #fff;
	color: red;
	padding: 0 .8vw;
	font-size: .7vw;
	float: right;
	margin: .3vw 0 0 0;
	border: solid 2px #ee8888;
	line-height: 1.6;
}
.bnr__inner{
  display: none;
  width: 70%;
  margin: auto;
  padding: 50px 0 0;
}
.bnr__inner--white{
  display: none;
  width: 70%;
  margin: auto;
  padding: 0 0 50px;
}
.cta-campaign{
  padding: 15px 10px;
}
.cta-campaign__txt{
  font-size: 2.0vw;
  font-weight: bold;
}
.cta-campaign__txt--small{
  font-size: 1.8vw;
  font-weight: bold;
}
.cta-campaign__link{
  color: #fff;
}



@media screen and (min-width: 320px) and (max-width: 640px) {
  .holiday__sp {
    display: block;
  }
  .bnr__inner{
    width: 85%;
    padding: 30px 0 10px;
  }
  .bnr__inner--white{
    width: 90%;
  }
}

@media screen and (min-width: 320px) and (max-width: 1024px) {

	pc-contents {
		display: none;
	}
	sp-contents {
		display: block;
	}
	header {
	    width: 100%;
	    height: 67vw;
	}
	header.pc-header {
		display: none;
	}
	header.sp-header {
		display: block;
	}
	header .video-frame .header-logo p.skytimeless-logo span {
		margin: 0;
		padding: 0 2vw 0 0;
		font-size: 3vw;
		font-weight: bold;
		line-height: 1.4;
		text-shadow: 0.3vw 0.3vw 0.3vw rgba(60,60,60,0.3), -0.3vw 0.3vw 0.3vw rgba(60,60,60,0.3), 0.3vw -0.3vw 0.3vw rgba(60,60,60,0.3), -0.3vw -0.3vw 0.3vw rgba(60,60,60,0.3);
		letter-spacing: 0;
	}
	header .video-frame .header-logo {
		font-family: Agenda-Light, Agenda Light, Agenda, Arial Narrow, sans-serif;
		font-weight: 100;
		background: rgba(0,0,0,0.4);
		color: white;
		padding: 0;
		margin: 0;
		width: 100%;
		height: 90vw;
		min-height: 100%;
		float: right;
		font-size: 1.2rem;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 7;
	}
	header .video-frame .header-logo h1.skygroup-logo {
		display: block;
		width: 18vw;
		position: absolute;
		top: 2%;
		left: 2%;
	}
		header.sp-header .video-image {

	}
  .sp-header-sub {
    display: block;
    background: #000;
    color: #FFF;
    text-align: center;
    padding-top: 10px;
  }
  .header-sub__ttl {
    font-size: 4vw;
  }
  .header-sub__flx {
    width: 90%;
    flex-wrap: wrap;
  }
  .header-sub__item {
    width: 88%;
    padding: 5px 10px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  /*.header-sub__flx .header-sub__item:nth-of-type(3) {
    width: 60%;
  }*/
  /*.header-sub__item br {
    display: none;
  }*/

  /* 年末年始休業お知らせ */
  .holiday__block {
    padding: 20px 10px;
  }
  .holiday__ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .holiday__txt {
    font-size: 14px;
  }

  .contact__inner {
    flex-wrap: wrap;
    width: 90%;
    padding: 20px 0;
    text-align: center;
  }
  .contact__info {
    display: none;
  }
  .contact__info--sp {
    display: block;
    width: 100%;
    margin-bottom: 2vw;
  }
  .contact__campaign {
    font-size: 4vw;
    margin-bottom: 10px;
  }
  .contact__ttl {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
    .contact__inner {
    width: 90%;
    padding: 20px 0;
    text-align: center;
}
  .contact__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contact__info {
    display: none;
  }
  .contact__txt {
    font-size: 12px;
  }
  .contact__tel {
    align-items: center;
  }
  .contact__num {
    font-size: 12vw;
    color: #FFF!important;
    line-height: 1.2;
  }
  .contact__num:visited {
    color: #FFF!important;
  }
  .contact__time {
    font-size: 16px;
  }

  .contact__flx {
    display: flex!important;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto 20px;
  }
  .contact__link {
    width: 90%;
    margin: 0 auto 20px;
  }
  .contact__line, .contact__fb {
    width: calc(50% - 10px);
  }
  .contact__link a, .contact__line a, .contact__fb a {
    font-size: 20px;
    text-align: center;
    justify-content: center;
    padding: 10px;
    height: auto;
  }
  .point h2 {
    font-size: 4.3vw;
  }
  .point__content {
    display: block;
  }
  .point__item {
    width: 100%;
    margin-bottom: 40px;
  }
  .point__ttl {
    font-size: 4.2vw;
  }
  .point__txt {
    font-size: 3.5vw;
    margin-top: 10px;
  }
  .sns-line h2 {
    font-size: 4.5vw;
  }
  .sns-line h3 {
		font-size: 4.2vw;
		font-weight: bold;
		padding: 0 0 1vw 0;
		margin: 4vw 0 2vw;
	}
  .sns-line p.text {
		font-size: 3.5vw;
		margin: 0 auto 5vw;
	}
  .sns-line__content {
    /*display: block;*/
  }
  .sns-line__step {
  	width: 100%;
		overflow: hidden;
		padding: 3vw 0 0 0;
  }
  .sns-line__item {
    width: 100%;
    margin-bottom: 40px;
  }
  .sns-line__ttl {
    font-size: 4.7vw;
  }
  .sns-line__txt {
    font-size: 4.1vw;
    margin-top: 10px;
  }
  .sns-line__btn {
    width: 70%;
    margin: 5vw auto;
    display: block;
  }
	.br-pc {
			display: none;
	}
	.br-sp {
		display: block;
	}
  .pc-mode {
			display: none;
	}
	.sp-mode {
		display: block;
	}
  .perform h2 {
    font-size: 4.3vw;
  }
  .perform__ttl {
    font-size: 3vw;
  }
  .perform__ttl span.lg {
    font-size: 3.5vw;
  }
  .perform__flx {
    display: block;
  }
  .perform__img {
    width: 100%;
  }
  .perform__item {
    width: 100%;
  }
  .perform__tbl {
    margin-top: 20px;
  }
  .perform__tbl tr {
    padding: 10px 0;
  }
  .perform__tbl th, .perform__tbl td {
    font-size: 3.5vw;
    padding: 10px 0;
  }
	#button p {
		width: 56%;
		height: auto;
		color: #fff;
		background-color: #111;
		margin: 0 auto;
		box-sizing: border-box;
	}
	#button p.st {
		width: 64%;
		height: auto;
		color: #fff;
		background-color: #111;
		margin: 0 auto;
		box-sizing: border-box;
	}
	#sky-timeless .inner,
	#purchase .inner,
	#brand .inner,
	#trust .inner,
	#brand .inner,
	#others .inner,
  .point .inner,
  .perform .inner,
  .sns-line .inner{
		width: 90%;
	}
	header .video-frame .header-logo p.skytimeless-logo {
		display: block;
		width: 72vw;
		position: absolute;
		top: 7%;
		left: 0;
		right: 0;
		margin: 0 auto;
		text-align: right;
		letter-spacing: .1vw;
		font-size: 2.7vw;
		line-height: 1;
	}
	header .video-frame .header-logo p.skytimeless-text {
		display: block;
		width: 92%;
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		margin: 0 auto;
		text-align: center;
		line-height: 1.6;
		letter-spacing: 0;
		font-size: 2.8vw;
		font-weight: bold;
		text-shadow: .3vw .3vw .3vw rgba(60,60,60,0.3), -.3vw .3vw .3vw rgba(60,60,60,0.3), .3vw -.3vw .3vw rgba(60,60,60,0.3), -.3vw -.3vw .3vw rgba(60,60,60,0.3);
	}
	#form dd.mfp select,
	#form dd.mfp input {
		width: 100%;
	}
	form#mailformpro dl dt {
		float: none;
		width: auto;
		font-size: 12px;
		padding: 5px 8px;
		text-align: left;
	}
	form#mailformpro dl dd {
		margin: 0px;
		padding: 2%;
		font-size: 13px;
		font-size: 1.3rem;
		border-top: none;
		width: 100%;
		float: left;
		box-sizing: border-box;
	}
	#form .color-w {
		display: none;
	}
	select {
		font-size: 3vw;
	}
	form#mailformpro dl dt {
		font-size: 3.5vw;
	}
	input {
		font-size: 2.8vw;
	}
	#sky-timeless {
		padding: 3vw 0 10vw 0;
	}
	#sky-timeless h2 {
		font-size: 5.3vw;
		width: 98%;
		line-height: 1.8;
		margin: 0 auto 8%;
	}
	#brand h2 {
		font-size: 5.3vw;
		width: 98%;
		line-height: 1.8;
		margin: 0 auto 3%;
	}
	#sky-timeless .bg {
		position: absolute;
		bottom: -1%;
		right: 2%;
		width: 66%;
	}
	#purchase {
		padding: 12vw 0 17vw 0;
	}
	#purchase h2 {
		font-size: 4.7vw;
		width: 72%;
	}
	#purchase .inner ul {
		width: 100%;
		height: auto;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		flex-basis: auto;
		flex-wrap: wrap;
		justify-content: center;
	}
	#purchase p.brand-name span {
		padding: 1vw 1vw 0;
		font-size: 3.2vw;
    font-weight: bold;
    line-height: 1.2;
	}
	#purchase p.others {
		font-size: 4vw;
		margin: 2vw 0 4vw;
		padding: 3vw 0
	}
  #purchase p.brand-name {
    margin: 0.8vw 0 -1em;
  }
	/*#purchase p.brand-name:before, #purchase p.brand-name:after {
		border-top: .4vw solid #111;
		content: "";
		display: inline;
		flex-grow: 1;
	}*/
	#purchase .bg {
		position: absolute;
		bottom: 0%;
		right: 2%;
		width: 48%;
	}
  #purchase p.text {
		font-size: 3.5vw;
		margin: 0 auto 5vw;
	}
  .purchase__item {
  width: 50%;
  margin-bottom: 5.2vw;
  padding: 0 0.5vw;
}

.brand-item__a {
    padding-bottom: 3vw;
    }
.brand-item__a i {
  font-size: 7vw;
    }
  .brand__item__list{
   justify-content: space-between !important;
  }
.brand-model {
    font-size: 1.7vw;
    }

.brand__item__model{
  font-size: 3vw;
  width: 48%;
}
	#form h2 {
		font-size: 5vw;
		width: 74%;
		padding: 2vw 0 3vw 0;
	}
	#form p.text {
		font-size: 3.4vw;
		margin: 0 auto 5vw;
	}
  #form .phone p {
    font-size: 25px;
    margin-bottom: 20px;
  }
	#form .form-col {
		font-size: 3vw;
	}
	.thanks #form input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
		width: 40%;
	}
	#form input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
		align-items: flex-start;
		text-align: center;
		cursor: default;
		color: #fff;
		background-color: #111;
		box-sizing: border-box;
		padding: 2vw 0;
		border-width: 2px;
		border: none;
		margin: 0 auto;
		width: 60%;
		font-size: 2.5vw;
		display: inherit;
	}
	#form .business-trip h3 {
		font-size: 4.5vw;
		font-weight: normal;
		padding: 0 0 4vw;
	}
	#form .bg {
		position: absolute;
		bottom: -.3%;
		right: 2%;
		width: 86%;
	}
	div.mfp_buttons {
		clear: both;
		padding: 6vw 0px;
		text-align: center;
	}
	.place-holder {
		font-size: 2.6vw;
		}
	#brand {
		padding: 8vw 0 15vw;
	}
	#brand .inner .contents .text {
		width: 60%;
		line-height: 2.2;
		font-size: 2vw;
	}
	#brand .inner .contents .text {
		width: 100%;
		line-height: 1.9;
		font-size: 3.5vw;
		padding: 3vw 3vw 9vw 3vw;
		box-sizing: border-box;
	}
	#brand .inner .contents .image {
		width: 100%;
		float: none;
		padding: 12vw;
		background-color: #fff;
		box-sizing: border-box;
	}
	#brand .inner .contents {
		border-top: none;
		padding: 3vw 0 0 0;
	}
	#brand .bg {
		width: 40%;
	}
	#trust {
		padding: 8vw 0 16vw;
	}
	#trust .inner .contents .text {
		width: 100%;
		float: none;
		line-height: 1.9;
		padding: 0 0 6vw 0;
		font-size: 3.5vw;
	}
	#trust .inner .contents .image {
		width: 100%;
		float: none;
		padding: 0;
		background-color: #fff;
		box-sizing: border-box;
	}
	#trust .bg {
		width: 40%;
	}
	#wrapper p.ttl {
		font-size: 3vw;
	}
	#trust h2 {
		font-size: 4.5vw;
		width: 100%;
	}
	#trust .inner .contents {
		width: 100%;
		overflow: hidden;
		border-top: none;
		padding: 3vw 0 0 0;
	}
	#others {
		margin: 4vw auto 9vw;
	}
	#sky-timeless h3 {
		font-size: 3.5vw;
		line-height: 2;
	}
	#others h2 {
		font-size: 3.8vw;
		font-weight: bold;
		padding: 0 0 1vw 0;
		margin: 6vw 0 2vw;
	}
	#others p.text {
		font-size: 3vw;
	}
	#others #button p {
		width: 60%;
	}
	#others .business-trip,
	#others .secondhand-car {
		padding: 2vw 0 3vw 0;
		margin: 2vw 0 2vw 0;
	}
  .secondhand-car #button{
    display: block;
  }
  #others .secondhand-car #button p {
     margin-bottom: 1vw;
  }
  #others .secondhand-car #button p:last-child {
   margin-bottom: 0;
  }

	#button {
		padding: 0 0 4vw 0;
	}
	#button p a {
		font-size: 4vw;
		padding: 2vw 0;
	}
	#sns ul {
		width: 20%;
		height: auto;
		margin: 0 auto;
		overflow: hidden;
		display: flex;
		flex-direction: row;
		flex-basis: auto;
		flex-wrap: wrap;
		justify-content: center;
	}
	#sns ul li {
		float: left;
		width: 36%;
		height: auto;
		margin: 5%;
	}
  .sns-line__match {
    font-size: 4vw;
    padding: 2vw 0;
  }
	footer {
		padding: 2vw 0 20vw;
	}
	footer .copy {
		font-size: 2vw;
	}
	footer .privacy {
		font-size: 2vw;
		position: relative;
		margin: 0 auto;
		right: 0;
		left: 0;
	}
	#sns {
		width: 100%;
		height: auto;
		margin: 0 0 12vw;
	}
	.pagetop {
		/*bottom: 6vw;*/
		bottom: 20vw;
		right: 2vw;
	}
	.pagetop a {
		width: 10vw;
	}
	.pagetop a:hover {
		width: 10vw;
	}
	.floating {
		display: none;
	}
  /* スマホ用ボトムナビゲーション */
  #sp-fixed-menu{
     position: fixed;
     width: 100%;
     bottom: 0px;
     font-size: 0;
     opacity: 0.9;
     z-index: 99;
     background: rgb(0 0 0 / 90%);
  }
  #sp-fixed-menu ul{
     display: flex;
     list-style: none;
     padding:0;
     margin:0;
     width:100%;
  }
  #sp-fixed-menu li{
     justify-content: center;
     align-items: center;
     /*width: 50%;*/
     width: 33%;
     padding:0;
     margin:0;
     font-size: 14px;
     border-right: 1px solid #fff;
     /*background: rgb(0 0 0 / 90%);*/
  }
  #sp-fixed-menu li a{
     color: #fff;
     text-align: center;
     display:block;
     /*width: 100%;*/
     /*padding:20px;*/
     padding:10px;
  }
  #sp-fixed-menu img{
   /* display: inline-block;
    width: 30%;
    vertical-align: middle;*/
    margin: 0 auto;
    margin-bottom: 0;
    width: 50%;
  }
  
  #sp-fixed-menu span{
    display: inline-block;
    /*width: 60%;*/
    vertical-align: middle;
  }
  
  .floating__img-line{
    width: 70%;
  }
  #sp-fixed-menu .line_right-none{
    border-right: none;
  }
	.form-req {
		background-color: #fff;
		color: red;
		padding: 0 1vw;
		font-size: 2vw;
		float: none;
		margin: .2vw 0 0 3vw;
		border: solid 2px #ee9999;
	}
	#form button {
		align-items: flex-start;
		text-align: center;
		cursor: default;
		color: #fff;
		background-color: #111;
		box-sizing: border-box;
		padding: 1.8vw 0;
		border-width: 2px;
		border: none;
		margin: 2vw auto;
		width: 54%;
		font-size: 3.8vw;
		-webkit-transition: all 1s ease;
	    -moz-transition: all 1s ease;
	    -o-transition: all 1s ease;
	}
  .cta-campaign{
    padding: 10px;
  }
  .cta-campaign__txt{
    font-size: 5vw;
  }
  .cta-campaign__txt--small{
    font-size: 15px;
  }
}

/*新型コロナウイルス対策のお知らせ*/
.emerge__block {
  width: 70%;
  margin: 4vw auto;
  border: 1px solid #191919;
  padding: 3vw 2.8vw 1.5vw;
  box-sizing: border-box
}
.emerge__ttl {
  font-size: 2vw;
  margin-bottom: 2vw;
  text-align: center;
  font-weight: bold;
}
.emerge__txt {
  font-size: 18px;
  margin-bottom: 1.5vw;
  text-align: center;
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .emerge__block {
    width: 92%;
    padding: 5vw 4vw 3vw;
  }
  .emerge__ttl {
    font-size: 5vw;
    margin-bottom: 3vw;
  }
  .emerge__txt {
    font-size: 3.5vw;
    margin-bottom: 3vw;
  }
}

/* LINEバナー */
.line__bnr{
  margin-top: 30px;
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .line__bnr{
    margin-top: 0;
  }
}