@charset "UTF-8";
/*----------------------------------------------------------
 Reset
------------------------------------------------------------*/
body, div, section, article, aside, nav,
h1, h2, h3, h4, h5, h6,
span, time, figure, figcaption,
p, blockquote, pre, address, code,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, button,
table, tbody, thead, tfoot, tr, th, td {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  word-break: break-all;
}

header, main, aside, footer, section {
  display: block;
}

h1, h2, h3, h4, h5, h6, th, td, small {
  font-size: 100%;
}

ul, ol {
  list-style: none;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

input,
select {
  vertical-align: middle;
}

em {
  font-style: normal;
}

button {
  background: none;
  border: none;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/*----------------------------------------------------
	setting
----------------------------------------------------*/
/*
  mixin
*/
/*----------------------------------------------------
	loading
----------------------------------------------------*/
#loading {position: fixed; top: 0; left: 0; width: 100%; height: 100vh; z-index: 9999;}
#loading:before{content:''; background:#ad181f; width: 100%; height: 100%; position: absolute; top:0; left:0; z-index:1; transition:.5s; transition-delay:.3s;}
#loading:after{content:''; background:#000; width: 100%; height: 100%; position: absolute; top:0; right:0; z-index:2; transition:.5s;}
#loading.hide:before{left:-100%;}
#loading.hide:after{right:-100%;}
#loading #gf-logo{ width:15%; position: absolute; top: 50%; left: 50%; display: block; transform: translateX(-50%) translateY(-50%); z-index:3;}
#loading svg .loadAnim{stroke:#fff; fill:#333; fill-opacity: 0; stroke-width:1;	stroke-dasharray: 1000;	stroke-dashoffset:1000;	}

@media screen and (max-width: 480px) {
#loading #gf-logo{ width:30%;}
}

/*----------------------------------------------------
	basic
----------------------------------------------------*/

:before,
:after{ font-family: 'Font Awesome 5 Free'; font-size:100%; display:inline-block; vertical-align:middle; margin:0; font-weight:900; position:relative}

body {
  color: #000;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 300;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  line-height: 2;
}
br.spbr{display:none;}
@media screen and (max-width: 1200px) {
  body {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 480px) {
  br.spbr{display:inline;}
}

a:link {
  color: #2f315b;
  text-decoration: none;
}
a:visited {
  color: #2f315b;
}
a:hover {
  color: #2f315b;
}
a:active {
  color: #0455b8;
}

br[data-show="sp"] {
  display: none;
}
@media screen and (max-width: 768px) {
  br[data-show="sp"] {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  br[data-show="pc"] {
    display: none;
  }
}

/*----------------------------------------------------
	layout
----------------------------------------------------*/
/*----------------------------------------------------
	header
----------------------------------------------------*/
.header {
  position: relative;
  padding-bottom: 23px;
  font-family: vdl-gigamaru, sans-serif;
  font-weight: 500;
  background: #000;
}
.header:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 71px;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2070%20280%22%20width%3D%2270%22%20height%3D%22280%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill%3A%23ad181f%3B}%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2239.66%22%20height%3D%22280%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%2255.13%22%20width%3D%2214.87%22%20height%3D%22280%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: repeat-y;
  background-size: contain;
}
.header:after {
  position: absolute;
  top: 0;
  right: 2.7604166666666665%;
  content: "";
  display: inline-block;
  width: 71px;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2070%20280%22%20width%3D%2270%22%20height%3D%22280%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill%3A%23fff%3B}%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2239.66%22%20height%3D%22280%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%2255.13%22%20width%3D%2214.87%22%20height%3D%22280%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: repeat-y;
  background-size: contain;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% - 22.3%);
  margin: 0 auto;
}
.header__logo {
  position: relative;
  margin-top: -12px;
  z-index: 1;
}
.header__text {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 86px;
  background: #231815;
  color: #727171;
  font-family: vdl-lineg, sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-size: clamp(10px, 1.2857142857vw, 18px);
}
.header__text p{opacity:0; transition:.5s; transition-delay:.5s;}
.header__text p.effect{opacity:1;}

@media screen and (max-width: 768px) {
  .header__text {
    font-size: clamp(10px, 2.5714285714vw, 18px);
  }
}
.header__text p {
  width: calc(100% - 22.3%);
  margin: 0 auto;
  padding-left: 300px;
  box-sizing: border-box;
  text-align: right;
}
.header-tel {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding-right: 11.145833333333334%;
  color: #fff;
  font-family: vdl-lineg, sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.header-tel a {
  color: #fff; pointer-events:none;
}
.header-tel__number {
  padding-left: 10px;
  padding-bottom: calc(13px - (((33px * 1.5) - 33px) / 2));
  font-size: 33px;
  font-size: 2.0625rem;
}
.header-tel__number:after {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background: #ad181f;
}
.header-tel__time {
  padding-top: calc(12px - (((14px * 1.5) - 14px) / 2));
  padding-left: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing:.18rem;
}
.header-nav {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .header:before, .header:after {
    width: 3.6458333333333335%;
  }
  .header-inner {
    width: calc(100% - 10%);
  }
  .header__logo {
    width: 200px;
  }
  .header__text {
    height: 50px;
  }
  .header-tel {
    padding-right: 10%;
  }
  .header-tel__number {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .header-tel__time {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing:.055rem;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding-bottom: 0;
    border-top: 10px solid #231815;
  }
  .header:before {
    width: 35px;
  }
  .header:after {
    display: none;
  }
  .header-inner {
    width: 100%;
  }
  .header__logo {
    order: 2;
    width: calc(273px / 3);
    margin-top: -15px;
  }
  .header__text {
    display: none;
    position: relative;
    order: 1;
    height: auto;
  }
  .header__text p {
    width: 100%;
    padding: 5px;
  }
  .header-tel {
    position: relative;
    order: 3;
    margin-top: 40px;
    padding-right: 10px;
    transform: unset;
  }
.header-tel a {
  pointer-events:auto;
}
  .header-tel__number {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .header-tel__number:after {
    height: 3px;
  }
  .header-tel__time {
    padding-top: 0;
    font-size: 10px;
    font-size: 0.625rem;
    letter-spacing:0.05rem;
  }
}
@media all and (-ms-high-contrast: none) {
  .header:before {
    background-image: url(../img/share/line_red.svg);
  }
  .header:after {
    background-image: url(../img/share/line_white.svg);
  }
  .header-tel__number:after {
    margin-top: -5px;
  }
}

/*----------------------------------------------------
	nav
----------------------------------------------------*/
.nav {
  position: relative;
  z-index: 1;
  width: calc(100% - 22.3%);
  margin: 0 auto;
}
.nav.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 20px 11.145833333333334%;
  background: #000;
  z-index: 1100;
  box-sizing: border-box;
}
.nav-title {
  display: none;
}
.nav-list {
  display: flex;
  justify-content: flex-end;
}
.nav-list li {
  margin: 0 20px; position:relative;
}
.nav-list li a {
  color: #fff;
  transition: .5s;
  letter-spacing: 0.05em;
}
.nav-list li a:hover {
  color: #ad181f;
}
.nav-list li a.current {
  color: #ad181f;
}
.nav-list li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .nav {
    width: calc(100% - 20%);
  }
  .nav-list li {
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .nav {
    position: static;
    width: 100%;
    padding-bottom: 10px;
  }
  .nav-title {
    position: absolute;
    right: 10px;
    top: 0;
    display: block;
    width: 34px;
    padding-top: 20px;
    color: #fff;
    font-size: 8px;
    text-align: center;
    letter-spacing:.1em;
  }
  .nav-title span {
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    left: 1px;
    background: #fff;
    transition: .5s;
  }
  .nav-title span:nth-of-type(1) {
    top: 0;
  }
  .nav-title span:nth-of-type(2) {
    top: 8px;
  }
  .nav-title span:nth-of-type(3) {
    top: 16px;
  }
  .nav-title.-active span:nth-of-type(1) {
    top: 8px;
    transform: rotate(45deg);
  }
  .nav-title.-active span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-title.-active span:nth-of-type(3) {
    top: 8px;
    transform: rotate(-45deg);
  }
  .nav-list {
    position: fixed;
    top: 45px;
    right: -100%;
    display: block;
    height: 100vh;
    width: calc(100% - 101px);
    background: #000;
    z-index: 1000;
  }
  .nav-list li {
    display: block;
    padding: 0 !important;
  }
  .nav-list li:before, .nav-list li:after {
    display: none;
  }
  .nav-list li a {
    display: block;
    padding: 10px 15px;
  }
  .nav.fixed {
    height: 55px;
    padding: 0;
  }
  .nav.fixed .nav-title {
    top: 50%; text-align:center; transform:translateY(-50%);
  }
}

/*----------------------------------------------------
	main
----------------------------------------------------*/
.main {
  position: relative;
  z-index: 1;
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/
.footer {
  position: relative;
  padding: 60px 0 0;
  background: #000;
  color: #fff;
  font-family: vdl-gigamaru, sans-serif;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center; overflow:hidden;
}
.footer:before {
  position: absolute;
  top: 0;
  left: 11.145833333333334%;
  content: "";
  display: inline-block;
  width: 71px;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2070%20280%22%20width%3D%2270%22%20height%3D%22280%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill%3A%23ad181f%3B}%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2239.66%22%20height%3D%22280%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%2255.13%22%20width%3D%2214.87%22%20height%3D%22280%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: repeat-y;
  background-size: contain;
  z-index:1;
}
.footer-inner{position:relative;}
.footer-inner:before{content:''; background:#ad181f; width:100%; height:100%; position:absolute; top:0; left:0; z-index:3; transition:.5s;}
.footer-inner:after{content:''; background:#fff; width:100%; height:100%; position:absolute; top:0; right:0; z-index:2; transition:.5s; transition-delay:.3s;}
.footer-inner.effect:before{left:-100%;}
.footer-inner.effect:after{right:-100%;}
footer .footer-address{
  font-size:1rem;
}
.footer__logo {
  margin-bottom: 14px;
}
.footer-info:before {
  content: "";
  display: block;
  width: 70px;
  height: 6px;
  margin: 30px auto;
  background: #ad181f;
}
.footer-info__tel {
  margin-top: calc(20px - (((29px * 1.5) - 29px) / 2));
  font-family: vdl-lineg, sans-serif;
  font-weight: 400;
  font-size: 29px;
  font-size: 1.8125rem;
}
.footer-info__tel a {
  color: #fff; pointer-events:none;
}
.footer .copyright {
  position: relative;
  z-index: 1;
  margin-top: 60px;
  padding-top: calc(20px - (((12px * 1.5) - 12px) / 2));
  padding-bottom: calc(20px - (((12px * 1.5) - 12px) / 2));
  background: #231815;
  color: #8d5f55;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 30px 0 0;
  }
  .footer:before {
    width: 35px;
    left: 0;
  }
  .footer__logo img {
    width: calc(368px / 2);
  }
  .footer-info:before {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    margin: 20px auto;
  }
  .footer-info__tel {
    margin-top: calc(10px - (((20px * 1.5) - 20px) / 2));
    font-size: 20px;
    font-size: 1.25rem;
  }
.footer-info__tel a {
  color: #fff; pointer-events:auto;
}
  .footer-info__time {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .footer .copyright {
    margin-top: 30px;
    padding-top: calc(10px - (((12px * 1.5) - 12px) / 2));
    padding-bottom: calc(10px - (((12px * 1.5) - 12px) / 2));
    font-size: 12px;
    font-size: 0.75rem;
  }
}

/*----------------------------------------------------
	0.basic
----------------------------------------------------*/
.is-left {
  text-align: left;
}

.is-center {
  text-align: center;
}

.is-right {
  text-align: right;
}

.section-inner, .attention-list {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .section-inner, .attention-list {
    padding: 0 3%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .section-inner, .attention-list {
    max-width: none;
  }
}

.contents {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .contents {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .contents {
    max-width: none;
  }
}

/* section */
.section {
  position: relative;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201920%20299.14%22%20width%3D%221920%22%20height%3D%22299.14%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill%3A%23ad181f%3B}%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22レイヤー_2%22%20data-name%3D%22レイヤー%202%22%3E%3Cg%20id%3D%22SUPPORT%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1920%2C0H0V299.14S263.26%2C29.87%2C1920%2C29.87Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 150px;
}
.section#howToUse {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201920%20299.14%22%20width%3D%221920%22%20height%3D%22299.14%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill%3A%23231815%3B}%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22レイヤー_2%22%20data-name%3D%22レイヤー%202%22%3E%3Cg%20id%3D%22SUPPORT%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1920%2C0H0V299.14S263.26%2C29.87%2C1920%2C29.87Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 0;
  background-color: #c7c8c8;
}
.section#support {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201920%20299.14%22%20width%3D%221920%22%20height%3D%22299.14%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill%3A%23727171%3B}%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22レイヤー_2%22%20data-name%3D%22レイヤー%202%22%3E%3Cg%20id%3D%22SUPPORT%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1920%2C0H0V299.14S263.26%2C29.87%2C1920%2C29.87Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 0;
}
.section#support .support{padding-bottom:100px;}
#snsArea {
  background: #ddd;
  padding: 70px 0;
}
#snsArea h2{ font-size:28px; font-size: 2rem; text-align:center; margin:0 0 15px;}
#snsArea h2:before{content:'\f16d'; font-family: 'Font Awesome 5 Brands'; margin:0 5px 0 0; font-weight:400; top:-2px;}
#snsArea .instaBtn{ text-align:center; margin:20px 0 0;}
#snsArea .instaBtn a{display:inline-block; color:#fff; border-radius:6px; padding:10px 40px; transition:.5s; position:relative; overflow:hidden;}
#snsArea .instaBtn a span{position:relative; z-index:1;}
#snsArea .instaBtn a span:before{content:'\f0a4'; margin:0 10px 0 0; top:-1px;}
#snsArea .instaBtn a:after{content:''; background:linear-gradient(to right, #e90009 0%,#b500ad 50%,#e90009 100%); width:200%; height:100%; position:absolute; top:0; left:-100%; transition:.5s; z-index:0;}
#snsArea .instaBtn a:hover:after{ left:0;}
@media screen and (max-width: 1200px) {
  .section {
    background-size: 120% auto !important;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding-bottom: 80px;
    background-size: auto 140px !important;
  }
  
#snsArea {
  padding: 40px 0;
}

}
@media all and (-ms-high-contrast: none) {
  .section {
    background-image: url(../img/share/bg_red.svg);
  }
  .section#howToUse {
    background-image: url(../img/share/bg_brown.svg);
  }
  .section#support {
    background-image: url(../img/share/bg_gray.svg);
  }
}

/* タイトル */
.ttl-l2{
  margin-bottom: 150px;
  padding-top: 2.083333333333333%;
  font-family: vdl-gigamaru, sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  min-height:106px;
}
.ttl-l2 .main{
  font-size: 37px;
  font-size: 2.3125rem;
  display:block;
}
.ttl-l2 span .sub{
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1200px) {
  .ttl-l2 {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .ttl-l2 {
    margin-bottom: 50px;
    padding-top: 20px;
    min-height:83px;
  }
.ttl-l2 .main{
  font-size: 1.75rem;
}
}

.ttl-l3 {
  margin-bottom: calc(30px - (((33px * 1.5) - 33px) / 2));
  padding-bottom: 12px;
  border-bottom: 4px solid #ad181f;
  font-size: 33px;
  font-size: 2.0625rem;
  line-height: 1;
  font-weight: normal;
  min-height:43px;
}
@media screen and (max-width: 768px) {
  .ttl-l3 {
    font-size: 20px;
    font-size: 1.25rem;
    min-height:36px;
  }
  .ttl-l3 span{
    font-size:.9rem;
  }
}
/*Banner*/
.banner{ max-width:640px; width:100%; margin:60px auto 0 auto;}
.banner a{ transition:.3s; display:block; position:relative; border:1px solid #ad181f; box-sizing:border-box; font-size:0;}
.banner a:hover{ transform:scale(1.05);}

.instagram_link{
  max-width:640px; width:100%; margin:60px auto 0 auto;
}
.instagram_link a{ transition:.3s; display:block; position:relative; border:1px solid #ad181f; box-sizing:border-box; font-size:0;}
.instagram_link a:hover{ transform:scale(1.05);}
/* btn */
.btns {
  display: flex;
  justify-content: space-between;
}
.btns .btn {
  width: calc(100% / 2 - 50px);
}
@media screen and (max-width: 1200px) {
  .btns .btn {
    width: calc(100% / 2 - 20px);
  }
}
@media screen and (max-width: 768px) {
	.banner{ margin-top:40px;}
  .btns {
    display: block;
  }
  .btns .btn {
    width: auto;
    margin-bottom: 10px;
  }
}

.btn {
  text-align: center;
}
.btn a{position:relative; overflow:hidden;}
.btn a:before{content:''; background:#000; width:100%; height:100%; position:absolute; top:0; left:-100%; z-index:0; transition:.5s;}
.btn a:hover:before{left:0%;}
.btn a span{position:relative; z-index:1;}

.btn__link, .btn__link--strong {
  position: relative;
  display: block;
  max-width: 550px;
  margin: 0 auto;
  padding-right: 80px;
  padding-top: calc(30px - (((30px * 1.5) - 30px) / 2));
  padding-bottom: calc(30px - (((30px * 1.5) - 30px) / 2));
  background: #727171;
  color: #fff !important;
  font-family: vdl-gigamaru, sans-serif;
  font-weight: 500;
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  text-align: center;
  box-sizing: border-box;
  transition: .3s;
}
.btn__link:after, .btn__link--strong:after {
  position: absolute;
  top: 0;
  right: 30px;
  content: "";
  display: inline-block;
  width: 50px;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2070%20280%22%20width%3D%2270%22%20height%3D%22280%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill%3A%23fff%3B}%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2239.66%22%20height%3D%22280%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%2255.13%22%20width%3D%2214.87%22%20height%3D%22280%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: repeat-y;
  background-size: contain;
  background-size: cover;
}
/*.btn__link:hover, .btn__link--strong:hover {
  opacity: .7;
}*/
.btn__link--strong {
  background: #ad181f;
}
@media screen and (max-width: 1200px) {
  .btn__link, .btn__link--strong {
    font-size: 30px;
    font-size: 1.875rem;
    font-size: clamp(24px, 2.1428571429vw, 30px);
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .btn__link, .btn__link--strong {
    font-size: clamp(24px, 4.2857142857vw, 30px);
  }
}

@media screen and (max-width: 768px) {
  .btn__link, .btn__link--strong {
    max-width: 100%;
    padding-right: 40px;
    padding-top: calc(20px - (((20px * 1.5) - 20px) / 2));
    padding-bottom: calc(20px - (((20px * 1.5) - 20px) / 2));
    font-size: 20px;
    font-size: 1.25rem;
  }
  .btn__link:after, .btn__link--strong:after {
    right: 30px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2070%20280%22%20width%3D%2270%22%20height%3D%22280%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill%3A%23fff%3B}%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2239.66%22%20height%3D%22280%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%2255.13%22%20width%3D%2214.87%22%20height%3D%22280%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: repeat-y;
    background-size: contain;
    background-size: cover;
  }
}
@media all and (-ms-high-contrast: none) {
  .btn__link, .btn__link--strong {
    padding-top: calc(35px - (((30px * 1.5) - 30px) / 2));
    padding-bottom: calc(20px - (((30px * 1.5) - 30px) / 2));
  }
  .btn__link:after, .btn__link--strong:after {
    background-image: url(../img/share/line_white.svg);
  }
}

/* list */
.list-ul {
  margin-bottom: 2em;
}
.list-ul li {
  padding-left: .5em;
  padding-right: .5em;
}
.list-ul li:before {
  content: "・";
  margin-left: -1em;
}

.googlemap {
  position: relative;
  width: 100%;
  height: 550px;
  overflow: hidden; display:block;
}
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media screen and (max-width: 768px) {
  .googlemap {
    height: 300px;
  }
}

.pagetop {
  display: none;
  position: fixed;
  right: 0;
  bottom: 10%;
  z-index: 1000;
}
.pagetop a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  padding: 55px 0 30px;
  background: #09475a;
  color: #fff;
  font-family: vdl-gigamaru, sans-serif;
  font-weight: 500;
  font-size: 23px;
  font-size: 1.4375rem;
  text-transform: uppercase;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1;
  transition: .3s;
}
.pagetop a:before {
  content: "";
  display: block;
  border-style: solid;
  border-width: 0 11px 13px 11px;
  border-color: transparent transparent #fff transparent;
  margin-bottom: 20px;
}
.pagetop a:after {
  position: absolute;
  top: 17px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: #fff;
}
.pagetop a:hover {
  opacity: .7;
}
@media screen and (max-width: 768px) {
  .pagetop a {
    width: 50px;
    height: 50px;
    padding: 10px 0 0;
    font-size: 0;
  }
  .pagetop a:before {
    margin: 0;
  }
  .pagetop a:after {
    top: 10px;
    height: 5px;
  }
}
@media all and (-ms-high-contrast: none) {
  .pagetop a {
    padding-right: 10px;
  }
  .pagetop a:before {
    margin-right: -10px;
  }
}

/*----------------------------------------------------
	top page
----------------------------------------------------*/
/* slider */
.mv01,
.mv02,
.mv03 {
  position: relative;
}
.mv01 img:nth-of-type(1),
.mv02 img:nth-of-type(1),
.mv03 img:nth-of-type(1) {
  position: absolute;
  width: 23%;
}
@media screen and (max-width: 768px) {
  .mv01,
  .mv02,
  .mv03 {
    height: 250px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top center;
  }
  .mv01 img:nth-of-type(1),
  .mv02 img:nth-of-type(1),
  .mv03 img:nth-of-type(1) {
    width: 47%;
  }
  .mv01 img:nth-of-type(2),
  .mv02 img:nth-of-type(2),
  .mv03 img:nth-of-type(2) {
    display: none;
  }
}

.mv01 {
  background-image: url(../img/top/mainvisual01.jpg);
}
.mv01 img:nth-of-type(1) {
  top: 38.8%;
  right: 18.75%;
}
@media screen and (max-width: 768px) {
  .mv01 img:nth-of-type(1) {
    top: 40%;
    right: 15%;
  }
}

.mv02 {
  background-image: url(../img/top/mainvisual02.jpg);
}
.mv02 img:nth-of-type(1) {
  bottom: 18%;
  right: 28.125%;
}
@media screen and (max-width: 768px) {
  .mv02 img:nth-of-type(1) {
    bottom: 18%;
    right: 15%;
  }
}

.mv03 {
  background-image: url(../img/top/mainvisual03.jpg);
}
.mv03 img:nth-of-type(1) {
  top: 32.068965517241374%;
  left: 17.1875%;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  font-size: 0;
  outline: 0;
}
.slick-arrow:before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background: url(../img/top/icon_arrow.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .slick-arrow:before {
    width: 24px;
    height: 24px;
  }
}

.slick-prev {
  left: 24px;
}
.slick-prev:before {
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .slick-prev {
    left: 12px;
  }
}

.slick-next {
  right: 24px;
}
@media screen and (max-width: 768px) {
  .slick-next {
    right: 12px;
  }
}

/* car type */
#carType .ttl-l3 {
  text-align: right;
  font-family: vdl-gigamaru, sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.item-section {
  margin-bottom: 90px;
}
.item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.item-list-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% / 3 - 10px);
}
.item-list-section-detail {
  max-width: 100%;
  text-align: center;
}
.item-list-section__img {
  margin-bottom: 40px;
  text-align: center;
  position:relative;
}
.item-list-section__price dt, .item-list-section__price dd {
  display: inline-block;
}
.item-list-section__price dt:after {
  content: "：";
}
.item-list-section__price li{
  text-align: center;
}
.item-list.-col1 {
  display: block;
}
.item-list.-col1 .item-list-section {
  flex-direction: row;
  width: auto;
}
.item-list.-col1 .item-list-section__img {
  margin-right: 60px;
}
.item-list.-col1 .item-list-section__price dt, .item-list.-col1 .item-list-section__price dd {
  display: block;
}
.item-list.-col1 .item-list-section__price dt {
  float: left;
  clear: left;
}

.item-list.-col2{
  justify-content: center;
}
.item-list.-col2 .item-list-section{
  align-items: center;
}
.item-list.-col2 .item-list-section h4{
  display:inline-block;
}
.item-option.center{
  text-align:center;
}
@media screen and (max-width: 768px) {
  .item-section {
    margin-bottom: 40px;
  }
  .item-list {
    margin-bottom: 20px;
  }
  .item-list.-col1 .item-list-section,
  .item-list-section {
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
    width:100%;
  }
  .item-list-section__img {
    width: 40%;
    flex-shrink: 0;
    margin: 0 10px 0 0;
  }
  .item-list-section__price dt, .item-list-section__price dd {
    display: block;
  }
  .item-list-section__price dt {
    float: left;
    clear: left;
  }
  .item-list.-col1 .item-list-section__img {
    width: 40%;
    flex-shrink: 0;
    margin: 0 10px 0 0;
  }  
  .item-list.-col2{
    justify-content: space-between;
  }
  .item-list.-col2 .item-list-section{
    align-items: center;
    width:100%;
  }
  .item-list.-col2 .item-list-section h4{
    display:inline-block;
  }
  .item-option.center{
    text-align:center;
  }
}

/* HOW TO USE */
.flow {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 65px;
}
.flow-section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: calc(100% / 3 - 36px);
  margin-bottom: 50px;
  padding-bottom: 25px;
  background: #fff;
}
.flow-section:after {
  position: absolute;
  right: -30px;
  bottom: 28px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 30px;
  border-color: transparent transparent transparent #fff;
}
.flow-section__title {
  width: 100%;
  margin-bottom: calc(36px - (((29px * 1.5) - 29px) / 2));
  padding: 22px 30px;
  padding-top: calc(22px - (((29px * 1.5) - 29px) / 2));
  padding-bottom: calc(22px - (((29px * 1.5) - 29px) / 2));
  background: #ad181f;
  box-sizing: border-box;
  color: #fff;
  font-family: vdl-gigamaru, sans-serif;
  font-weight: 500;
  font-size: 29px;
  font-size: 1.8125rem;
  font-size: 29px;
  font-size: 1.8125rem;
  font-size: clamp(20px, 2.0714285714vw, 29px);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .flow-section__title {
    font-size: clamp(20px, 4.1428571429vw, 29px);
  }
}
.flow-section__img {
  margin-bottom: 36px;
  padding: 0 60px;
}
.flow-section:nth-of-type(3):after {
  right: 20px;
  bottom: -30px;
  border-width: 30px 30px 0 30px;
  border-color: #fff transparent transparent transparent;
}
.flow-section:nth-of-type(4) {
  flex-direction: row;
  justify-content: center;
  width: 100%;
  padding-top: 25px;
}
.flow-section:nth-of-type(4) .flow-section__title {
  order: 2;
  width: auto;
  margin: 0 33px 0 0;
  padding: 0;
  background: none;
  color: #ad181f;
}
.flow-section:nth-of-type(4) .flow-section__img {
  order: 1;
  margin: 0 55px 0 0;
  padding: 0;
}
.flow-section:nth-of-type(4) .flow-section__text {
  order: 3;
  margin-right: 25px;
}
.flow-section:nth-of-type(4):before {
  order: 4;
  content: "";
  display: flex;
  width: 58px;
  height: 82px;
  background: url(../img/top/img_flow_02.png) no-repeat;
  background-size: contain;
}
.flow-section:nth-of-type(4):after {
  right: auto;
  left: 20px;
  bottom: -30px;
  border-width: 30px 30px 0 30px;
  border-color: #fff transparent transparent transparent;
}
.flow-section:last-child:after {
  display: none;
}
.flow-section__text span{ display:block; font-size:.85rem; color:#d40000;}
@media screen and (max-width: 1200px) {
  .flow-section {
    width: calc(100% / 3 - 20px);
  }
  .flow-section:after {
    right: -20px;
    bottom: 20px;
    border-width: 20px 0 20px 20px;
  }
  .flow-section__text {
    padding: 0 10px;
    font-size: 16px;
    font-size: 1rem;
    font-size: clamp(14px, 1.1428571429vw, 16px);
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .flow-section__text {
    font-size: clamp(14px, 2.2857142857vw, 16px);
  }
}
@media screen and (max-width: 1200px) {
  .flow-section__img {
    padding: 0 30px;
  }
  .flow-section__img img {
    width: 160px;
  }
  .flow-section:nth-of-type(3):after {
    right: 10px;
    bottom: -20px;
    border-width: 20px 20px 0 20px;
  }
  .flow-section:nth-of-type(4):after {
    left: 10px;
    bottom: -20px;
    border-width: 20px 20px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .flow,.support{
    display: block;
    padding-top:40px;
  }
  .flow-section {
    width: auto;
    margin-bottom: 30px;
  }
  .flow-section:after {
    right: calc(50% - 20px);
    bottom: -20px;
    border-width: 20px 20px 0 20px;
    border-color: #fff transparent transparent transparent;
  }
  .flow-section__img {
    margin-bottom: 20px;
  }
  .flow-section:nth-of-type(3):after {
    right: calc(50% - 20px);
  }
  .flow-section:nth-of-type(4) {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding-top: 25px;
  }
  .flow-section:nth-of-type(4) .flow-section__title {
    order: 1;
    margin: 0;
  }
  .flow-section:nth-of-type(4) .flow-section__img {
    order: 2;
    margin: 0;
  }
  .flow-section:nth-of-type(4) .flow-section__text {
    order: 3;
    margin-right: 0;
  }
  .flow-section:nth-of-type(4):before {
    display: none;
  }
  .flow-section:nth-of-type(4):after {
    left: calc(50% - 20px);
  }
}
@media all and (-ms-high-contrast: none) {
  .flow-section__title {
    padding-top: calc(30px - (((29px * 1.5) - 29px) / 2));
    padding-bottom: calc(15px - (((29px * 1.5) - 29px) / 2));
  }
}

.attention {
  padding: 80px 0 0;
  background: #fff;
}
.attention:after {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  margin-top: 120px;
  padding-top: 16.6666%;
  background: url(../img/top/img.jpg) center bottom no-repeat;
  background-size: 100% auto;
}
.attention-list {
  margin-bottom: 120px;
}
.attention-list dt {
  margin-bottom: calc(17px - (((27px * 1.5) - 27px) / 2));
  font-size: 22px;
  font-size: 1.375rem;
}
.attention-list dd {
  margin-bottom: calc(38px - (((17px * 1.5) - 17px) / 2));
}
@media screen and (max-width: 768px) {
  .attention {
    padding: 40px 0 0;
  }
  .attention:after {
    margin-top: 60px;
  }
  .attention-list {
    margin-bottom: 60px;
  }
  .attention-list dt {
    margin-bottom: calc(10px - (((18px * 1.5) - 18px) / 2));
    font-size: 18px;
    font-size: 1.125rem;
  }
  .attention-list dd {
    margin-bottom: calc(30px - (((14px * 1.5) - 14px) / 2));
  }
  .attention .btn {
    margin: 0 3%;
  }
}

/* support */
#support .list-ul {
  margin: 0 0 60px 100px;
}
@media screen and (max-width: 768px) {
  #support .list-ul {
    margin: 0 0 40px 1em;
  }
}
.nextokinawa img{
  width: 300px;
  margin-top: 88px;
  margin-right: 324px;
}
@media screen and (max-width: 768px) {
  .nextokinawa img {
    /*display: none;*/
    margin-top: 0px;
    margin-right: 0px;
    width: 35vw;
    margin-left: 200px;
  }
  .header__logo{
    margin-top: -50px;
  }
}
/*# sourceMappingURL=common.css.map */
