@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, main, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, main, section, summary {
  display: block;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  line-height: 2;
  font-size: 3.5vw;
  letter-spacing: .2rem;
  background: #f2f1f1;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-optical-sizing: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

@media only screen and (min-width: 768px) {
  body {
    line-height: 1.5;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 1025px) {
  body {
    font-size: 1.4rem;
    line-height: 2;
  }
}

ul {
  list-style: none;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  color: #000;
  background: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover, a:active {
  text-decoration: none;
  color: #1a1a1a;
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #999999;
}

::selection {
  color: #FFFFFF;
  background: #0d0d0d;
}

input::selection,
textarea::selection {
  color: #000000;
}

textarea {
  resize: vertical;
}

:placeholder-shown {
  color: rgba(0, 0, 0, 0.4);
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

:-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.4);
}

::-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.4);
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.row {
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  .row {
    max-width: 1200px;
  }
}

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

html {
  scroll-behavior: smooth;
}

#loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #f2f1f1;
  top: 0;
  left: 0;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home header, .page-id-10 header, .error404 header {
  background: #f2f1f1;
}

.home header a, .page-id-10 header a, .error404 header a {
  color: #000000;
}

.home header .global li a::after, .page-id-10 header .global li a::after, .error404 header .global li a::after {
  background: #000;
}

.home header .global li.li-ac-menu::after, .page-id-10 header .global li.li-ac-menu::after, .error404 header .global li.li-ac-menu::after {
  color: #000000;
}

.l-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0px 0 20px;
  background: #000000;
  -webkit-transition: .2s;
  transition: .2s;
  height: 100px;
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 768px) {
  .l-header {
    padding: 40px;
  }
}

.l-header a {
  color: #FFFFFF;
}

.l-header ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.l-header ul li {
  margin-left: 5vw;
  font-size: 1.6rem;
}

.l-header h1 {
  width: 140px;
  height: 50px;
  -webkit-transition: .2s;
  transition: .2s;
}

@media only screen and (min-width: 768px) {
  .l-header h1 {
    width: 400px;
    height: 50px;
  }
}

.l-header .global {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .l-header .global {
    display: inherit;
  }
}

.l-header .global .line {
  width: 30px;
  height: 30px;
}

.l-header .global .line:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.l-header .global .line a:hover::after {
  display: none;
}

.l-header .global li {
  position: relative;
}

.l-header .global li a {
  position: relative;
}

.l-header .global li a::after {
  position: absolute;
  bottom: 0px;
  left: 0%;
  content: '';
  width: 0%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.l-header .global li a:hover::after {
  width: 100%;
}

.l-header .global .li-ac-menu::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  font-size: 90%;
  margin-left: .5rem;
  color: #FFFFFF;
}

.l-header .global .li-ac-menu:hover .ac-menu {
  opacity: 1;
  visibility: visible;
  bottom: -105px;
}

.l-header .global .li-ac-menu:hover::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
}

.l-header .global .li-ac-menu > a {
  pointer-events: none;
  cursor: default;
  /* マウスカーソルも変えるとわかりやすい */
}

.l-header .global .ac-menu {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 200px;
  background: #FFFFFF;
  padding: 10px 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s;
  transition: .2s;
}

.l-header .global .ac-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-header .global .ac-menu ul li {
  margin: 0;
  padding: 0;
  font-size: 90%;
}

.l-header .global .ac-menu ul li a {
  margin: 0;
  padding: 0;
  color: #000000;
}

.l-header .global .ac-menu ul li a::after {
  background: #000000;
}

.l-header.fixed {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  height: 70px;
  padding-top: 20px;
  z-index: 999;
}

@media only screen and (min-width: 768px) {
  .l-header.fixed {
    height: 60px;
    padding-top: 40px;
  }
}

.l-header.fixed a {
  color: #FFFFFF;
}

.l-header.fixed h1 {
  width: 70px;
}

@media only screen and (min-width: 768px) {
  .l-header.fixed h1 {
    width: 300px;
  }
}

.l-header.fixed .global ul li a:hover::after {
  background: #FFFFFF;
}

.l-header.fixed .global ul li.li-ac-menu ul li a {
  color: #000000;
}

.l-header.fixed .global ul li.li-ac-menu ul li a::after {
  background: #000000;
}

.l-header.fixed .global ul li.li-ac-menu::after {
  color: #FFFFFF;
}

.sp-line {
  width: 50px;
  position: absolute;
  top: 90px;
  right: 20px;
  z-index: 60;
  -webkit-transition: .2s;
  transition: .2s;
  z-index: 99999;
}

@media only screen and (min-width: 768px) {
  .sp-line {
    display: none;
  }
}

.sp-line.fixed {
  opacity: 0;
}

/*==================
  section.mv 高さ調整
==================*/
section.mv {
  height: calc(100vh - 25vh);
  margin-top: 25vh;
  height: calc(100dvh - 25vh);
  position: relative;
  z-index: 1;
}

section.mv .swiper-slide {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

section.mv::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: black;
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  section.mv::after {
    background: none;
  }
}

@media only screen and (min-width: 768px) {
  section.mv {
    height: 100vh;
    width: 95%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
  }
}

.slide-inner {
  aspect-ratio: 1 / 1.5;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .slide-inner {
    aspect-ratio: 16 / 9;
  }
}

/*==================
  マスク画像の制御
==================*/
.slide-inner picture,
.slide-inner picture img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
}

@media only screen and (min-width: 768px) {
  .slide-inner picture,
  .slide-inner picture img {
    display: block;
    width: 100%;
    height: auto;
    mask-image: url("images/mask.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-image: url("images/mask.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    border-radius: 0px;
  }
}

/*==================
  スマホ用フレーム
==================*/
.sp-frame-top,
.sp-frame-bottom {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 3;
  pointer-events: none;
}

.sp-frame-top {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 105%;
}

.sp-frame-bottom {
  bottom: -20vh;
  width: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
  .sp-frame-top,
  .sp-frame-bottom {
    display: none;
  }
}

/*==================
  PC用マスクフレーム
==================*/
.mask-frame {
  display: none;
}

@media only screen and (min-width: 768px) {
  .mask-frame {
    position: absolute;
    display: inherit;
    top: 0%;
    left: 49%;
    -webkit-transform: translateX(-49%);
    transform: translateX(-49%);
    width: 93%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
  }
}

.mask-frame img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  top: 8%;
}

/*==================
  メインテキスト・サイド
==================*/
.mv-txt {
  position: absolute;
  top: 220px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
  width: 270px;
}

@media only screen and (min-width: 768px) {
  .mv-txt {
    top: 57%;
    left: 50%;
    -webkit-transform: translate(-57%, -50%);
    transform: translate(-57%, -50%);
    z-index: 999;
    pointer-events: none;
    width: 270px;
  }
}

.mv-txt img {
  max-width: 100%;
  height: auto;
  display: block;
}

.side-en {
  position: absolute;
  top: 50%;
  right: -60px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  margin-top: -30px;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  display: none;
}

@media only screen and (min-width: 768px) {
  .side-en {
    display: inherit;
  }
}

.side-scroll {
  position: absolute;
  top: 50%;
  left: -50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
}

.side-scroll span {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  display: block;
}

.home .l-header {
  padding: 30px 30px 0 30px;
}

@media only screen and (min-width: 768px) {
  .home .l-header {
    padding: 40px;
  }
}

.home .l-header h1 {
  width: 170px;
  height: 50px;
  -webkit-transition: .2s;
  transition: .2s;
}

@media only screen and (min-width: 768px) {
  .home .l-header h1 {
    width: 400px;
    height: 50px;
  }
}

.home .l-header.fixed {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  height: 70px;
  padding-top: 20px;
}

@media only screen and (min-width: 768px) {
  .home .l-header.fixed {
    height: 60px;
    padding-top: 40px;
  }
}

.home .l-header.fixed h1 {
  width: 70px;
}

@media only screen and (min-width: 768px) {
  .home .l-header.fixed h1 {
    width: 300px;
  }
}

/* ----------------------------------

スクロールダウン

---------------------------------- */
@media only screen and (min-width: 768px) {
  .scroll_down {
    display: inherit;
  }
}

@media only screen and (min-width: 768px) {
  .scroll_down:before {
    content: "";
    position: absolute;
    bottom: 80px;
    left: 52px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
    -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
    animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
  }
}

@-webkit-keyframes circlemove {
  0% {
    bottom: 110px;
  }
  100% {
    bottom: 80px;
  }
}

@keyframes circlemove {
  0% {
    bottom: 110px;
  }
  100% {
    bottom: 80px;
  }
}

@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

@media only screen and (min-width: 768px) {
  .scroll_down:after {
    content: "";
    position: absolute;
    bottom: 80px;
    left: 56px;
    width: 1px;
    height: 50px;
    background: #000;
  }
}

section.service {
  background: #000000;
  color: #FFFFFF;
  padding-top: 5vh;
  padding-bottom: 50px;
  border-bottom-right-radius: 150px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  section.service {
    border-top-left-radius: 150px;
    padding-bottom: 5vw;
    padding-top: 0;
    top: 0;
  }
}

section.service .tit-column {
  padding: 10vw 7vw 4vw 7vw;
}

@media only screen and (min-width: 768px) {
  section.service .tit-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

section.service .tit-column .tit-wrap {
  margin-right: 15vw;
}

section.service .tit-column .tit-wrap .tit-en {
  font-size: clamp(30px, 2.5vw, 50px);
  font-weight: 700;
  letter-spacing: .5rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

section.service .tit-column .tit-wrap h2 {
  font-size: 5vw;
}

@media only screen and (min-width: 768px) {
  section.service .tit-column .tit-wrap h2 {
    font-size: 2rem;
  }
}

section.service .detail-wrap h3 {
  font-size: clamp(3.7rem, 3vw, 5rem);
  margin-bottom: 30px;
  line-height: 1.5;
  letter-spacing: .5rem;
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  section.service .detail-wrap h3 {
    line-height: 1.7;
    margin-top: 0;
  }
}

section.service .pic-service {
  margin-top: 50px;
  margin-bottom: 100px;
}

@media only screen and (min-width: 768px) {
  section.service .pic-service {
    width: 60%;
    mask-type: 0;
    margin-bottom: 0;
  }
}

section.service .pic-service img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 4 / 2.5;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

section.service .sp-service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

section.service .service-inner {
  width: 80%;
  margin: 10vw auto;
}

section.service .service-inner:last-child {
  margin-bottom: 0;
}

section.service .service-inner .inner-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

@media only screen and (min-width: 768px) {
  section.service .service-inner .inner-column {
    -webkit-flex-flow: nowrap;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
  }
}

section.service .service-inner .inner-column .pic {
  width: 35%;
}

section.service .service-inner .inner-column .pic-btm {
  width: 100%;
  padding-left: 20%;
  margin-top: 50px;
}

section.service .service-inner .inner-column .pic-btm img {
  width: 100%;
}

section.service .service-inner .inner-column .num {
  width: 12%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: .5rem;
  white-space: nowrap;
}

section.service .service-inner .inner-column .num span {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  line-height: 1;
  font-size: 2rem;
  margin-left: 50%;
  position: relative;
  top: 5px;
}

section.service .service-inner .inner-column .exp {
  width: 80%;
}

@media only screen and (min-width: 768px) {
  section.service .service-inner .inner-column .exp {
    width: 53%;
  }
}

section.service .service-inner .inner-column .exp .exp-en {
  font-size: 4vw;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: .5rem;
  line-height: 1;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  section.service .service-inner .inner-column .exp .exp-en {
    font-size: 3rem;
  }
}

section.service .service-inner .inner-column .exp h4 {
  font-size: 2rem;
  margin-bottom: 30px;
  letter-spacing: .5rem;
}

.sell-column-inner {
  position: relative;
  padding-left: 15vw;
  top: -20px;
}

@media only screen and (min-width: 768px) {
  .sell-column-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10vw;
    top: -20px;
  }
}

section.sell {
  max-width: 90%;
  margin: 20vw auto;
}

@media only screen and (min-width: 768px) {
  section.sell {
    margin: 10vw auto;
  }
}

section.sell .sell-column .num {
  width: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  section.sell .sell-column .num {
    width: 12%;
  }
}

section.sell .sell-column .num span {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  line-height: 1;
  font-size: 2rem;
  margin-left: 50%;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: .5rem;
  white-space: nowrap;
}

section.sell .sell-column .pic {
  width: 100%;
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  section.sell .sell-column .pic {
    width: 35%;
    margin-left: 80px;
    padding-left: 0;
    margin-top: 0;
  }
}

section.sell .sell-column .exp {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  section.sell .sell-column .exp {
    width: 53%;
  }
}

section.sell .exp-en {
  font-size: 3rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: .5rem;
  line-height: 1;
  margin-bottom: 20px;
}

section.sell h4 {
  font-size: 2rem;
  margin-bottom: 30px;
  letter-spacing: .5rem;
}

section.sell h4 span {
  font-size: 4.3vw;
  margin-top: 40px;
  letter-spacing: .1rem;
  display: block;
}

@media only screen and (min-width: 768px) {
  section.sell h4 span {
    display: inline-block;
    margin-left: 4rem;
    font-size: 1.5rem;
    margin-top: 0;
  }
}

section.about {
  padding-bottom: 20vw;
}

@media only screen and (min-width: 768px) {
  section.about {
    margin-top: 5vw;
    padding-bottom: 0;
  }
}

section.about .about-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
}

@media only screen and (min-width: 768px) {
  section.about .about-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}

section.about .about-inner .pic {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  section.about .about-inner .pic {
    width: 50%;
    margin-top: 0;
  }
}

section.about .about-inner .pic img {
  width: 100%;
  height: auto;
}

section.about .about-inner .txt {
  width: 85%;
  margin: 80px auto 0;
  font-size: 3.7zvw;
}

@media only screen and (min-width: 768px) {
  section.about .about-inner .txt {
    width: 47%;
    font-size: 1.3vw;
    font-weight: bold;
    padding-right: 3vw;
    line-height: 2.5;
    padding-top: 10vw;
    margin: 0;
  }
}

section.about .about-inner .txt .txt-inner {
  position: relative;
}

@media only screen and (min-width: 768px) {
  section.about .about-inner .txt .txt-inner {
    margin-left: -80px;
  }
}

.mente .contact {
  margin-top: 0;
}

.page-id-10 .mente-img::after {
  height: 100px;
  /* グラデーションの高さを調整 */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#f2f1f1));
  background: linear-gradient(to bottom, transparent, #f2f1f1);
}

.mente-img {
  opacity: 0;
}

.mente-img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  /* グラデーションの高さを調整 */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  background: linear-gradient(to bottom, transparent, black);
  z-index: 1;
  pointer-events: none;
}

.mente-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 768px) {
  .mente-img img {
    aspect-ratio: 4 / 2.5;
  }
}

.mente-img.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

.page-id-6 section.contact {
  margin-top: 0;
}

section.contact {
  background: #FFFFFF;
  padding: 100px 0 150px;
  margin-top: 10vw;
}

@media only screen and (min-width: 768px) {
  section.contact {
    padding: 10vw 0;
  }
}

section.contact .contact-greet {
  text-align: center;
}

section.contact .contact-greet dt {
  font-size: 5vw;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  section.contact .contact-greet dt {
    font-size: 3.3rem;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  section.contact .contact-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
  }
}

section.contact .contact-column .tel {
  background: #f2f2f2;
  width: 90%;
  padding: 60px 40px;
  margin: 80px auto 0;
}

@media only screen and (min-width: 768px) {
  section.contact .contact-column .tel {
    width: 380px;
    margin: 40px;
  }
}

section.contact .contact-column .tel dt {
  background: #000000;
  color: #FFFFFF;
  text-align: center;
  padding: 10px;
  font-size: 3.5vw;
  width: 100%;
  max-width: 240px;
  margin: auto;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  section.contact .contact-column .tel dt {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
}

section.contact .contact-column .tel dd {
  font-size: 3rem;
  white-space: nowrap;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

section.contact .contact-column .tel span {
  display: block;
  text-align: center;
}

section.contact .contact-column .tel.line dt {
  background: #00B900;
}

section.contact .contact-column .tel.line dt:hover {
  opacity: .7;
}

section.contact .contact-column .tel.line dt a {
  background: #00B900;
  display: block;
  color: #FFFFFF;
}

section.contact .contact-column .tel.line dt a:hover {
  opacity: .7;
}

section.contact .contact-column .tel.line dd {
  font-size: 1.5rem;
}

.l-footer {
  background: #000000;
  color: #FFFFFF;
  position: relative;
  padding: 60px 30px;
}

@media only screen and (min-width: 768px) {
  .l-footer {
    padding: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.l-footer .logo-f {
  width: 180px;
  height: 250px;
}

@media only screen and (min-width: 768px) {
  .l-footer .logo-f {
    width: 350px;
    height: 100px;
  }
}

.l-footer a {
  color: #FFFFFF;
}

@media only screen and (min-width: 768px) {
  .l-footer nav {
    margin-left: auto;
  }
}

.l-footer nav .line {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  bottom: 60px;
}

@media only screen and (min-width: 768px) {
  .l-footer nav .line {
    position: relative;
    right: inherit;
    bottom: inherit;
  }
}

.l-footer nav .line:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.l-footer nav .line a:hover::after {
  display: none;
}

.l-footer nav li a {
  position: relative;
}

.l-footer nav li a::after {
  position: absolute;
  bottom: 0px;
  left: 0%;
  content: '';
  width: 0%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.l-footer nav li a:hover::after {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .l-footer ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.l-footer ul li {
  font-size: 4vw;
}

@media only screen and (min-width: 768px) {
  .l-footer ul li {
    margin-left: 5vw;
    font-size: 1.4rem;
  }
}

/* ----------------------------------

about

---------------------------------- */
.about-greet {
  background: #000000;
  color: #FFFFFF;
  padding: 50px 5vw;
}

@media only screen and (min-width: 768px) {
  .about-greet {
    padding-left: 40vw;
    padding-bottom: 10vw;
  }
}

.about-greet h3 {
  font-size: 9.5vw;
  margin-bottom: 60px;
  line-height: 1.7;
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  .about-greet h3 {
    font-size: 5rem;
  }
}

.about-greet h3.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

.about-greet .txt {
  font-size: clamp(1.5rem, 1.2vw, 5rem);
  font-weight: bold;
  line-height: 2.5;
}

.about-img img {
  width: 100%;
}

.company {
  padding-top: 100px;
}

@media only screen and (min-width: 768px) {
  .company {
    padding-top: 10vw;
  }
}

.company .company-inner {
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .company .company-inner {
    width: 80%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.company .company-inner .tit-wrap {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .company .company-inner .tit-wrap {
    width: 20%;
    margin-bottom: 0;
  }
}

.company .company-inner .tit-wrap .tit-en {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 5vw;
}

@media only screen and (min-width: 768px) {
  .company .company-inner .tit-wrap .tit-en {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 768px) {
  .company .company-inner .detail {
    width: 70%;
  }
}

.company .company-inner .detail dl {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .company .company-inner .detail dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.company .company-inner .detail dl:nth-child(1) {
  border-top: 1px solid #000;
  padding-top: 20px;
}

@media only screen and (min-width: 768px) {
  .company .company-inner .detail dl dt {
    width: 250px;
  }
}

.company .company-inner .detail dl dd {
  width: 100%;
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  .company .company-inner .detail dl dd {
    font-weight: 500;
  }
}

.company.map {
  margin-bottom: 20vw;
  /* Google Mapのiframe */
}

.company.map .detail dl {
  border: none !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

.company.map .detail dl dt {
  text-decoration: underline;
  text-underline-offset: 5px;
  margin-bottom: 10px;
}

.company.map .detail dl.other {
  margin-top: 70px;
}

@media only screen and (min-width: 768px) {
  .company.map .detail dl.other {
    margin-top: 7vw;
  }
}

.company.map .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 60%;
  /* 比率を4:3に固定 */
}

.company.map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ----------------------------------

mentenance

---------------------------------- */
.mente-point {
  background: #000000;
  color: #FFFFFF;
  padding: 50px 0 100px;
}

@media only screen and (min-width: 768px) {
  .mente-point {
    padding: 10vw 0 15vw;
  }
}

.mente-point .point-wrap {
  width: 90%;
  margin: 0 auto 100px;
}

@media only screen and (min-width: 768px) {
  .mente-point .point-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto 10vw;
  }
}

.mente-point .point-wrap:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .mente-point .point-wrap .point-l {
    width: 50%;
  }
}

.mente-point .point-wrap .point-l .tit-en {
  font-size: 5vw;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .mente-point .point-wrap .point-l .tit-en {
    font-size: 3rem;
    text-align: left;
  }
}

.mente-point .point-wrap .point-l h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  letter-spacing: .5rem;
}

@media only screen and (min-width: 768px) {
  .mente-point .point-wrap .point-l h3 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0;
  }
}

.mente-point .point-wrap .point-l h3 span {
  background: #FFFFFF;
  color: #000000;
  display: inline-block;
  padding: 5px 30px;
  font-size: 4vw;
  margin-bottom: 30px;
  width: 70%;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .mente-point .point-wrap .point-l h3 span {
    font-size: 1.8rem;
    padding: 3px 20px;
    width: auto;
    text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  .mente-point .point-wrap .point-l h3 span br {
    display: none;
  }
}

.mente-point .point-wrap .point-l h4 {
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  font-size: 4vw;
}

@media only screen and (min-width: 768px) {
  .mente-point .point-wrap .point-l h4 {
    font-size: 1.5rem;
    line-height: 1.1;
  }
}

.mente-point .point-wrap .point-l h4::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #ccc;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .mente-point .point-wrap .point-l h4::after {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .mente-point .point-wrap .point-l h4 {
    text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  .mente-point .point-wrap .point-l h4 br {
    display: none;
  }
}

.mente-point .point-wrap .point-l .point-txt {
  margin-top: 30px;
  margin-bottom: 50px;
  line-height: 1.6;
}

@media only screen and (min-width: 768px) {
  .mente-point .point-wrap .point-l .point-txt {
    border-left: 1px solid #FFFFFF;
    padding-left: 50px;
    margin-bottom: 0;
    margin-top: 50px;
    line-height: 2.7;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .mente-point .point-wrap .point-r {
    width: 45%;
  }
}

.mente-point.sell-point {
  background: transparent;
  color: #000000;
}

.mente-point.sell-point .point-l .point-txt {
  border-color: #000000;
  font-size: 3.5vw;
}

@media only screen and (min-width: 768px) {
  .mente-point.sell-point .point-l .point-txt {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}

.mente-point.sell-point .point-wrap h3 span {
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .mente-point.sell-point .point-wrap h3 span {
    width: auto;
  }
}

/* ----------------------------------

buy

---------------------------------- */
.buy-point {
  background: #000000;
  color: #FFFFFF;
  padding-top: 10vw;
  padding-bottom: 10vw;
}

.buy-point .buy-point-wrap {
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .buy-point .buy-point-wrap {
    width: 80%;
  }
}

.buy-point .buy-point-wrap .tit-en {
  font-size: 5vw;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .buy-point .buy-point-wrap .tit-en {
    font-size: 3rem;
    text-align: left;
  }
}

.buy-point .buy-point-wrap h3 {
  font-size: 4.5vw;
  letter-spacing: .5rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .buy-point .buy-point-wrap h3 {
    font-size: 2rem;
    text-align: left;
  }
}

.buy-point .buy-point-wrap h3::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #ccc;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .buy-point .buy-point-wrap h3::after {
    display: none;
  }
}

.buy-point .buy-point-wrap .txt {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .buy-point .buy-point-wrap .txt {
    margin-top: 0;
  }
}

.buy-point .buy-point-wrap .card {
  width: 70%;
  margin: 100px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media only screen and (min-width: 768px) {
  .buy-point .buy-point-wrap .card {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    margin: 5vw 0 10vw;
    width: auto;
  }
}

.buy-point .buy-point-wrap .card li {
  background: #FFFFFF;
  border-radius: 20px;
  display: block;
  padding: 10px;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 1 / 1;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .buy-point .buy-point-wrap .card li {
    width: 22%;
    aspect-ratio: 1 / 1.2;
    margin-bottom: 0;
  }
}

.buy-point .buy-point-wrap .card li .pic {
  padding-top: 30%;
}

@media only screen and (min-width: 768px) {
  .buy-point .buy-point-wrap .card li .pic {
    padding-top: 40%;
  }
}

.buy-point .buy-point-wrap .card li span {
  display: block;
  color: #000000;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  text-align: center;
  font-size: clamp(1.6rem, 1.2vw, 5rem);
  line-height: 1.5;
}

.buy-point .buy-point-wrap .card li.buy01 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 768px) {
  .buy-point .buy-point-wrap .card li.buy01 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

.buy-point .buy-point-wrap .card li.buy01 img {
  width: 45%;
  display: block;
  margin: auto;
}

.buy-point .buy-point-wrap .card li.buy01 span {
  margin-bottom: 10px;
}

.buy-point .buy-point-wrap .card li.buy02 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

@media only screen and (min-width: 768px) {
  .buy-point .buy-point-wrap .card li.buy02 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

.buy-point .buy-point-wrap .card li.buy02 img {
  width: 45%;
  display: block;
  margin: auto;
}

.buy-point .buy-point-wrap .card li.buy02 span {
  margin-bottom: 10px;
}

.buy-point .buy-point-wrap .card li.buy03 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

@media only screen and (min-width: 768px) {
  .buy-point .buy-point-wrap .card li.buy03 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}

.buy-point .buy-point-wrap .card li.buy03 .pic {
  padding-top: 16%;
}

@media only screen and (min-width: 768px) {
  .buy-point .buy-point-wrap .card li.buy03 .pic {
    padding-top: 26%;
  }
}

.buy-point .buy-point-wrap .card li.buy03 img {
  width: 45%;
  display: block;
  margin: auto;
}

.buy-point .buy-point-wrap .card li.buy04 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.buy-point .buy-point-wrap .card li.buy04 .pic {
  padding-top: 17%;
}

@media only screen and (min-width: 768px) {
  .buy-point .buy-point-wrap .card li.buy04 .pic {
    padding-top: 27%;
  }
}

.buy-point .buy-point-wrap .card li.buy04 img {
  width: 30%;
  display: block;
  margin: auto;
}

.buy-point .buy-point-wrap.point03 {
  margin: 100px auto;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .buy-point .buy-point-wrap.point03 {
    max-width: 50vw;
    margin: 10vw auto;
  }
}

@media only screen and (min-width: 1025px) {
  .buy-point .buy-point-wrap.point03 {
    max-width: 40vw;
  }
}

.buy-point .buy-point-wrap.point03 h3 {
  white-space: nowrap;
}

.buy-point .buy-point-wrap.point03 ul {
  border-top: 1px solid #FFFFFF;
  margin-top: 70px;
}

.buy-point .buy-point-wrap.point03 ul li {
  border-bottom: 1px solid #FFFFFF;
  font-size: clamp(1.5rem, 1.2vw, 5rem);
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .buy-point .buy-point-wrap.point03 ul li {
    white-space: nowrap;
    line-height: 4;
    padding: 0;
  }
}

.buy-point .buy-point-wrap.point03 .tit-en {
  text-align: center;
}

.buy-point .buy-point-wrap.point03 h3 {
  text-align: center;
}

.buy-point .buy-point-wrap.point04 {
  margin: auto;
  text-align: center;
}

.buy-point .buy-point-wrap.point04 .img-sup {
  margin-top: 50px;
  margin-bottom: 80px;
}

@media only screen and (min-width: 768px) {
  .buy-point .buy-point-wrap.point04 .img-sup {
    margin: 5vw auto;
    max-width: 1200px;
  }
}

.buy-point .buy-point-wrap.point04 .tit-en {
  text-align: center;
}

.buy-point .buy-point-wrap.point04 h3 {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .buy-point .buy-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.buy-point .buy-column .column-l {
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  .buy-point .buy-column .column-l {
    width: 40%;
  }
}

.buy-point .buy-column .column-l dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  font-size: clamp(1.6rem, 1.1vw, 5rem);
  line-height: 1.5;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .buy-point .buy-column .column-l dl {
    border: none;
    padding: 0;
  }
}

.buy-point .buy-column .column-l dl.ic03 dt {
  padding-left: 0;
}

.buy-point .buy-column .column-l dl.ic03 dt img {
  width: 60px;
  min-width: 60px;
}

@media only screen and (min-width: 768px) {
  .buy-point .buy-column .column-l dl.ic03 dt img {
    min-width: auto;
  }
}

.buy-point .buy-column .column-l dl.ic04 dt {
  padding-left: 0;
}

.buy-point .buy-column .column-l dl.ic04 dt img {
  width: 55px;
  padding-left: 10px;
  min-width: 60px;
}

@media only screen and (min-width: 768px) {
  .buy-point .buy-column .column-l dl.ic04 dt img {
    min-width: auto;
  }
}

.buy-point .buy-column .column-l dl dt {
  width: 40px;
  margin-right: 50px;
  padding-left: 20px;
}

@media only screen and (min-width: 768px) {
  .buy-point .buy-column .column-l dl dt {
    width: 60px;
    margin-right: 50px;
    padding-left: 5px;
  }
}

.buy-point .buy-column .column-l dl dt img {
  width: 40px;
  display: block;
  margin: auto;
  min-width: 30px;
}

@media only screen and (min-width: 768px) {
  .buy-point .buy-column .column-l dl dt img {
    width: 30px;
    min-width: auto;
  }
}

.buy-point .buy-column .column-r {
  margin-top: 100px;
}

@media only screen and (min-width: 768px) {
  .buy-point .buy-column .column-r {
    width: 45%;
    margin-top: 0;
  }
}

.buy-point .buy-column img {
  -webkit-transition: .2s;
  transition: .2s;
}

.buy-point .buy-column img:hover {
  opacity: .7;
}

@media only screen and (min-width: 768px) {
  section.faq {
    padding: 10vw 0 5vw;
  }
}

section.faq .faq-inner {
  width: 90%;
  margin: 100px auto;
}

@media only screen and (min-width: 768px) {
  section.faq .faq-inner {
    width: 80%;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

section.faq .faq-inner .tit-en {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 5vw;
}

@media only screen and (min-width: 768px) {
  section.faq .faq-inner .tit-en {
    font-size: 3rem;
  }
}

section.faq .faq-inner .tit-wrap {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  section.faq .faq-inner .tit-wrap {
    width: 20%;
  }
}

section.faq .faq-inner .detail {
  margin-top: 50px;
  border-top: 1px solid #000;
}

@media only screen and (min-width: 768px) {
  section.faq .faq-inner .detail {
    width: 70%;
    margin-top: 0;
  }
}

section.faq .faq-inner .detail dl {
  border-bottom: 1px solid #000;
  position: relative;
  padding: 20px 0;
}

section.faq .faq-inner .detail dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

section.faq .faq-inner .detail dl dt::before {
  content: "Q.";
  display: block;
}

section.faq .faq-inner .detail dl dt::after {
  content: "";
  display: block;
  background: url(images/plus.png) center top/cover no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
  section.faq .faq-inner .detail dl dt::after {
    width: 30px;
    height: 30px;
    right: 0px;
  }
}

section.faq .faq-inner .detail dl dt.ac::after {
  background: url(images/minus.svg) center top/cover no-repeat;
  top: 70%;
}

@media only screen and (min-width: 768px) {
  section.faq .faq-inner .detail dl dt.ac::after {
    top: 80%;
  }
}

section.faq .faq-inner .detail dl dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-right: 40px;
  line-height: 1.5;
}

section.faq .faq-inner .detail dl dd::before {
  content: "A.";
  display: block;
}

/* ----------------------------------

sell

---------------------------------- */
section.flow {
  background: #FFFFFF;
  padding: 100px 0;
}

@media only screen and (min-width: 768px) {
  section.flow {
    padding: 10vw 0;
  }
}

section.flow .flow-inner {
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  section.flow .flow-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
  }
}

section.flow .flow-inner .tit-wrap {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  section.flow .flow-inner .tit-wrap {
    width: 30%;
    margin-bottom: 0;
  }
}

section.flow .flow-inner .tit-en {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 3rem;
}

@media only screen and (min-width: 768px) {
  section.flow .flow-inner .detail {
    width: 70%;
  }
}

section.flow .flow-inner .step-block {
  border: 1px solid #000000;
  border-radius: 30px;
  padding: 30px;
  position: relative;
  margin-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  section.flow .flow-inner .step-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

section.flow .flow-inner .step-block .num {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  section.flow .flow-inner .step-block .num {
    position: absolute;
    top: 20px;
    left: 30px;
  }
}

section.flow .flow-inner .step-block .icon {
  margin-right: auto;
  position: absolute;
  right: 30px;
  top: 75px;
  width: 60px;
}

@media only screen and (min-width: 768px) {
  section.flow .flow-inner .step-block .icon {
    position: relative;
    right: inherit;
    top: inherit;
    width: 10%;
  }
}

section.flow .flow-inner .step-block .icon img {
  width: 100%;
}

section.flow .flow-inner .step-block .txt-en {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 4.5vw;
}

@media only screen and (min-width: 768px) {
  section.flow .flow-inner .step-block .txt-en {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20%;
    margin-right: auto;
    font-size: 2rem;
  }
}

@media only screen and (min-width: 768px) {
  section.flow .flow-inner .step-block .txt {
    width: 55%;
  }
}

section.flow .flow-inner .step-block .txt dl dt {
  margin-bottom: 20px;
  font-size: clamp(1.2rem, 1.1vw, 5rem);
  white-space: nowrap;
  line-height: 1.5;
}

section.flow .flow-inner .step-block .txt dl dd {
  font-weight: 400;
  line-height: 1.7;
}

section.flow .flow-inner .step-block.step02 .icon img {
  width: 60%;
  display: block;
  margin: auto;
}

section.flow .flow-inner .step-block.step03 .icon {
  width: 80px;
  right: 20px;
}

@media only screen and (min-width: 768px) {
  section.flow .flow-inner .step-block.step03 .icon {
    width: 10%;
    right: inherit;
  }
}

/* ----------------------------------

共通

---------------------------------- */
.sp-none {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .sp-none {
    display: inherit !important;
  }
}

@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .sp-br {
    display: none;
  }
}

.pc-br {
  display: none;
}

@media only screen and (min-width: 768px) {
  .pc-br {
    display: inherit;
  }
}

.btn-base {
  margin-top: 30px;
}

.btn-base a {
  background: #000000;
  display: block;
  border-radius: 100px;
  max-width: 100%;
  padding: 15px 40px;
  font-size: 1.5rem;
  font-weight: 700;
  z-index: 1;
  overflow-y: hidden;
  position: relative;
  color: #FFFFFF;
  outline: 2px solid #000000;
  outline-offset: 0px;
}

@media only screen and (min-width: 768px) {
  .btn-base a {
    max-width: 230px;
  }
}

.btn-base a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.8rem;
}

.btn-base a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform ease .3s;
  transition: -webkit-transform ease .3s;
  transition: transform ease .3s;
  transition: transform ease .3s, -webkit-transform ease .3s;
}

.btn-base a:hover {
  color: #000000;
}

.btn-base a:hover::before {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.btn-base.wh a {
  background: #FFFFFF;
  color: #000000;
  position: relative;
  overflow: hidden;
}

.btn-base.wh a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #333;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform ease .3s;
  transition: -webkit-transform ease .3s;
  transition: transform ease .3s;
  transition: transform ease .3s, -webkit-transform ease .3s;
}

.btn-base.wh a:hover {
  color: #FFFFFF;
}

.btn-base.wh a:hover::before {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.se-tit {
  background: #000000;
  color: #FFFFFF;
  padding: 200px 5vw 0 5vw;
}

@media only screen and (min-width: 768px) {
  .se-tit {
    padding: 10vw 10vw 5vw 10vw;
  }
}

.se-tit .tit-en {
  font-size: 5vw;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .5rem;
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  .se-tit .tit-en {
    font-size: 5rem;
  }
}

.se-tit .tit-en.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

.se-tit h2 {
  font-size: 4vw;
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  .se-tit h2 {
    font-size: 2rem;
  }
}

.se-tit h2.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

.page-id-10 .business-tit {
  background: #f2f1f1;
  color: #000000;
}

.page-id-10 .business-tit .exp {
  border-color: #000000;
}

.page-id-10 .business-tit ul li a {
  border: 2px solid #000000;
}

.business-tit {
  background: #000000;
  color: #FFFFFF;
  padding-bottom: 50px;
  padding-top: 200px;
}

@media only screen and (min-width: 768px) {
  .business-tit {
    padding-top: 200px;
  }
}

.business-tit a {
  color: #FFFFFF;
}

.business-tit-inner {
  width: 90%;
  margin: auto;
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  .business-tit-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.business-tit-inner.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

.business-tit-inner ul {
  margin-top: 30px;
  padding-left: 20%;
}

@media only screen and (min-width: 768px) {
  .business-tit-inner ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
  }
}

.business-tit-inner ul li {
  margin-right: 20px;
}

.business-tit-inner ul li a {
  display: inline-block;
  background: #FFFFFF;
  color: #000000;
  padding: 3px 40px 3px 20px;
  position: relative;
  -webkit-transition: .2s;
  transition: .2s;
  margin-bottom: 10px;
  line-height: 1.4;
}

@media only screen and (min-width: 768px) {
  .business-tit-inner ul li a {
    display: block;
    margin-bottom: 0;
  }
}

.business-tit-inner ul li a::after {
  content: "";
  display: block;
  background: url(images/arrow.svg) center top/cover no-repeat;
  position: absolute;
  right: 10px;
  width: 15px;
  height: 20px;
  top: 13px;
  -webkit-transition: .2s;
  transition: .2s;
}

.business-tit-inner ul li a:hover {
  background: #555;
  color: #FFFFFF;
}

.business-tit-inner ul li a:hover::after {
  background: url(images/arrow_w.svg) center top/cover no-repeat;
  right: 10px;
  width: 15px;
  height: 20px;
  top: 13px;
}

.business-tit-inner .num {
  width: 15%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: .5rem;
}

@media only screen and (min-width: 768px) {
  .business-tit-inner .num {
    width: 5%;
  }
}

.business-tit-inner .num span {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  line-height: 1;
  font-size: 2rem;
  margin-left: 50%;
  position: relative;
  white-space: nowrap;
  top: 20px;
}

@media only screen and (min-width: 768px) {
  .business-tit-inner .num span {
    top: 5px;
  }
}

@media only screen and (min-width: 768px) {
  .business-tit-inner .business-inner {
    width: 45%;
  }
}

.business-tit-inner .business-inner .tit-en {
  font-size: 6vw;
  line-height: 1;
  margin-bottom: 20px;
  padding-left: 20%;
}

@media only screen and (min-width: 768px) {
  .business-tit-inner .business-inner .tit-en {
    font-size: 5rem;
    padding-left: 0;
  }
}

.business-tit-inner .business-inner h2 {
  padding-left: 20%;
}

@media only screen and (min-width: 768px) {
  .business-tit-inner .business-inner h2 {
    padding-left: 0;
  }
}

.business-tit-inner .exp {
  border-top: 1px solid #555;
  margin-left: 20%;
  margin-top: 50px;
  padding-top: 50px;
}

@media only screen and (min-width: 768px) {
  .business-tit-inner .exp {
    width: 55%;
    border-left: 1px solid #FFFFFF;
    padding-left: 5vw;
    margin-left: 0;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}

.effect {
  opacity: 0;
}

.effect.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes fadeup {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

/* ----------------------------------

header　固定

---------------------------------- */
#reason01, #reason02, #reason03 {
  margin-top: -100px;
  padding-top: 100px;
  display: block;
}

/*========= ハンバーガーメニュー ===============*/
.openbtn {
  position: fixed;
  z-index: 99999;
  /*ボタンを最前面に*/
  top: 28px;
  right: 20px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  -webkit-transition: .5s;
  transition: .5s;
  background: #FFFFFF;
  border-radius: 100px;
}

@media only screen and (min-width: 1025px) {
  .openbtn {
    display: none;
  }
}

.openbtn.active {
  position: fixed;
}

.openbtn.fixed {
  top: 12px;
}

.home .openbtn {
  background: #000000;
}

.home .openbtn span {
  background: #FFFFFF;
}

.home .openbtn.active {
  background: #FFFFFF;
}

.home .openbtn.fixed {
  background: #FFFFFF;
}

.home .openbtn.fixed span {
  background: #000000;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  -webkit-transition: all 0.1s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.1s cubic-bezier(0, 0, 0.58, 1);
  position: absolute;
  left: 11px;
  height: 2px;
  border-radius: 2px;
  background-color: #000000;
  width: 55%;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 24px;
}

.openbtn span:nth-of-type(3) {
  top: 34px;
}

.openbtn.active span:nth-of-type(1) {
  /*top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-35deg);
    width: 60%;
        background-color: $black;*/
  display: inline-block;
  -webkit-transition: all 0.1s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.1s cubic-bezier(0, 0, 0.58, 1);
  position: absolute;
  left: 11px;
  height: 2px;
  top: 17px;
  border-radius: 2px;
  background-color: #000000;
  width: 55%;
  -webkit-transform: translateY(6px) rotate(-35deg);
  transform: translateY(6px) rotate(-35deg);
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  /*top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(35deg);
    width: 60%;
    background-color: $black;*/
  display: inline-block;
  -webkit-transition: all 0.1s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.1s cubic-bezier(0, 0, 0.58, 1);
  position: absolute;
  left: 11spx;
  height: 2px;
  top: 41px;
  border-radius: 2px;
  background-color: #000000;
  width: 55%;
  -webkit-transform: translateY(-18px) rotate(35deg);
  transform: translateY(-18px) rotate(35deg);
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  position: fixed;
  z-index: 9999;
  /* ナビのスタート位置と形状（上に隠れてる状態） */
  top: 0;
  left: 0;
  -webkit-transform: translateY(-150vh);
  transform: translateY(-150vh);
  width: 100%;
  height: 150vh;
  background: #000;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  opacity: 0.5;
}

#g-nav a {
  color: #FFFFFF;
}

#g-nav .main-menu {
  padding-top: 50px;
  padding-left: 30px;
}

#g-nav .main-menu li {
  font-size: 3.5vw;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  #g-nav .main-menu li {
    font-size: 1.5rem;
  }
}

#g-nav .main-menu li span {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  display: block;
  font-weight: 700;
  line-height: 1;
  font-size: 5vw;
}

@media only screen and (min-width: 768px) {
  #g-nav .main-menu li span {
    font-size: 2rem;
  }
}

#g-nav .sub-spnav {
  border-left: 1px solid #FFFFFF;
  padding-left: 5vw;
  margin-left: 30px;
  line-height: 1;
}

#g-nav .sub-spnav a {
  display: block;
  margin-bottom: 30px;
}

#g-nav .sub-spnav a dt {
  margin-bottom: 10px;
}

.sp-tel {
  margin-top: 50px;
  text-align: center;
}

.sp-tel a {
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 8vw;
}

@media only screen and (min-width: 768px) {
  .sp-tel a {
    font-size: 5rem;
  }
}

.sp-time {
  text-align: center;
  color: #FFFFFF;
}

.sp-navline {
  margin-top: 20px;
}

.sp-navline a {
  background: #00B900;
  display: block;
  width: 80%;
  margin: auto;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .sp-navline a {
    width: 300px;
  }
}

.sp-navline a img {
  display: inline-block;
  width: 30px;
  margin-right: 1.5rem;
}

.copy {
  width: 100px;
  margin: 50px auto 20px;
}

/* アクティブクラスがついたら位置を0に */
#g-nav.panelactive {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
}

#g-nav.panelactive #g-nav-list a {
  -webkit-transition: .5s;
  transition: .5s;
}

#g-nav.panelactive #g-nav-list a:hover {
  opacity: .5;
}

/* mator */
.mater-wrap {
  /*background: url(images/mator.svg) center top/cover no-repeat #f2f1f1;*/
  width: 130px;
  height: 160px;
}

#tachometer {
  position: relative;
  margin: 100px auto;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: block;
  position: relative;
}

#tachometer img {
  position: absolute;
  left: 0;
  top: -80px;
}

.ii {
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: 2;
}

.ii div {
  position: absolute;
  width: 100px;
  height: 100px;
  padding: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ii div b {
  position: absolute;
  display: block;
  left: 50%;
  width: 5px;
  height: 20px;
  background: #FFF;
  margin: 0 -5px 0;
}

.line-li {
  background: #e84505;
  height: 0;
  left: 50%;
  position: absolute;
  top: -20%;
  width: 0;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  margin: -40px -1px 0;
  padding: 40px 1px 0;
  z-index: 2;
  -webkit-transform: rotate(-100deg);
  transform: rotate(-100deg);
  -webkit-animation: pendulum;
  animation: pendulum;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}

@-webkit-keyframes pendulum {
  10% {
    -webkit-transform: rotate(100deg);
    transform: rotate(100deg);
  }
  11% {
    -webkit-transform: rotate(98deg);
    transform: rotate(98deg);
  }
  12% {
    -webkit-transform: rotate(96deg);
    transform: rotate(96deg);
  }
  13% {
    -webkit-transform: rotate(98deg);
    transform: rotate(98deg);
  }
  14% {
    -webkit-transform: rotate(96deg);
    transform: rotate(96deg);
  }
  15% {
    -webkit-transform: rotate(98deg);
    transform: rotate(98deg);
  }
  16% {
    -webkit-transform: rotate(96deg);
    transform: rotate(96deg);
  }
  17% {
    -webkit-transform: rotate(98deg);
    transform: rotate(98deg);
  }
  18% {
    -webkit-transform: rotate(96deg);
    transform: rotate(96deg);
  }
  19% {
    -webkit-transform: rotate(98deg);
    transform: rotate(98deg);
  }
}

@keyframes pendulum {
  10% {
    -webkit-transform: rotate(100deg);
    transform: rotate(100deg);
  }
  11% {
    -webkit-transform: rotate(98deg);
    transform: rotate(98deg);
  }
  12% {
    -webkit-transform: rotate(96deg);
    transform: rotate(96deg);
  }
  13% {
    -webkit-transform: rotate(98deg);
    transform: rotate(98deg);
  }
  14% {
    -webkit-transform: rotate(96deg);
    transform: rotate(96deg);
  }
  15% {
    -webkit-transform: rotate(98deg);
    transform: rotate(98deg);
  }
  16% {
    -webkit-transform: rotate(96deg);
    transform: rotate(96deg);
  }
  17% {
    -webkit-transform: rotate(98deg);
    transform: rotate(98deg);
  }
  18% {
    -webkit-transform: rotate(96deg);
    transform: rotate(96deg);
  }
  19% {
    -webkit-transform: rotate(98deg);
    transform: rotate(98deg);
  }
}

.notfound {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 200px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.notfound .btn-base a {
  width: 200px;
}

/* ----------------------------------

アンカー

---------------------------------- */
#mente01, #mente02, #mente03 {
  display: block;
  margin-top: -100px;
  padding-top: 100px;
}
