@charset "UTF-8";
._border:after {
  background: #c1481e;
  background: -webkit-linear-gradient(315deg, #c1481e 25%, white 25%, white 50%, #c1481e 50%, #c1481e 75%, white 75%, white 100%);
  background: linear-gradient(135deg, #c1481e 25%, white 25%, white 50%, #c1481e 50%, #c1481e 75%, white 75%, white 100%);
  background-attachment: inherit;
  background-size: 30px 30px;
  bottom: 0px;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

._gr:after {
  background: #6ab82d;
  background: -webkit-linear-gradient(315deg, #6ab82d 25%, white 25%, white 50%, #6ab82d 50%, #6ab82d 75%, white 75%, white 100%);
  background: linear-gradient(135deg, #6ab82d 25%, white 25%, white 50%, #6ab82d 50%, #6ab82d 75%, white 75%, white 100%);
  background-attachment: inherit;
  background-size: 30px 30px;
  bottom: 0px;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

* {
  min-height: 0;
  min-width: 0;
}

#dialog {
  background: rgba(0, 0, 0, 0.4);
  height: 100vh;
  position: fixed;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  width: 100vw;
  z-index: 9999999999;
}

#dialog .dialog-box {
  background-color: #c1481e;
  -webkit-box-shadow: 2px 2px 4px #333;
          box-shadow: 2px 2px 4px #333;
  color: #fff;
  left: 50%;
  padding: 30px 20px;
  position: fixed;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50vw;
  z-index: 9999999999;
}

@media (max-width: 767px) {
  #dialog .dialog-box {
    min-width: 250px;
  }
}

#dialog .dialog-text {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 20px;
}

@media (max-width: 1014px) {
  #dialog .dialog-text {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

#dialog button {
  cursor: pointer;
  display: inline-block;
  margin-top: 30px;
  padding: 10px 30px;
  position: relative;
}

#dialog button:hover {
  opacity: 0.7;
}

/* =============================================================================


     pallet


============================================================================= */
/* =============================================================================


     color


============================================================================= */
/* =============================================================================


     #font-face


============================================================================= */
@font-face {
  font-family: Brush Script Std;
  src: url("../font/BrushScriptStd.otf") format("truetype");
}

@font-face {
  font-family: Tekton Pro;
  src: url("../font/TektonPro-Bold.otf") format("truetype");
}

[data-target] {
  cursor: pointer;
}

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

html {
  font-size: 62.5%;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  color: #040000;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
  font-size: 1.4rem;
  font-weight: 100;
  letter-spacing: 0.08em;
  line-height: 1.5;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  overflow-wrap: break-word;
  overflow-x: hidden;
  visibility: hidden;
}

[data-loading="true"] body {
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body.visible {
  visibility: visible;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  outline: none;
  text-decoration: none;
}

img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

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

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}

th,
td {
  padding: 4px 6px;
  text-align: left;
  vertical-align: top;
}

blockquote,
q {
  quotes: none;
}

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

address {
  font-style: normal;
}

form {
  margin: 0;
  padding: 0;
}

form button {
  -webkit-appearance: none;
  background-image: none;
  border: none;
  border-radius: 0;
  color: #c1481e;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  margin: auto;
  display: block;
  padding: 0.6em 2em;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: auto;
}

form button:hover,
form button:focus {
  outline: none;
}

form button:hover {
  opacity: 0.7;
}

form button ::-moz-focus-inner {
  border: none;
  padding: 0;
}

input,
textarea {
  -webkit-appearance: none;
  background-image: none;
  border: 1px solid #1e1e1e;
  border-radius: 0;
  font-family: inherit;
  font-size: 1.6rem;
  padding: 8px;
  width: 100%;
}

textarea:hover,
textarea:focus {
  outline: none;
}

textarea:focus {
  border-color: #707070;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

textarea ::-moz-focus-inner {
  border: none;
  padding: 0;
}

input:focus {
  border-color: #707070;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  margin: 0;
  padding: 0.6em 2em;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: auto;
  -webkit-appearance: none;
  background-image: none;
  border: none;
  border-radius: 0;
  color: #c1481e;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  margin: auto;
  display: block;
  padding: 0.6em 2em;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  width: 100%;
  background-color: transparent;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
  outline: none;
}

input[type="submit"]:hover,
input[type="button"]:hover {
  opacity: 0.7;
}

input[type="submit"] ::-moz-focus-inner,
input[type="button"] ::-moz-focus-inner {
  border: none;
  padding: 0;
}

.main .color-bg {
  background: #fff;
}

.main .color-bg:nth-of-type(2n + 1) {
  background: #f4edc1;
}

.sub-copy {
  height: 562px;
  position: relative;
}

@media (max-width: 767px) {
  .sub-copy {
    height: 430px;
  }
}

.copy-ttl {
  color: #0a3d56;
  font-family: "HiraginoSans-W3-83pv-RKSJ-H", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 3rem;
  height: 100%;
  left: 50%;
  padding: 40px 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media (max-width: 767px) {
  .copy-ttl {
    font-size: 2rem;
  }
}

.sub-mv {
  background-size: cover;
  height: 562px;
  overflow: hidden;
  position: relative;
}

.sub-mv:before {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  background: inherit;
  bottom: -5px;
  content: "";
  filter: grayscale(100%);
  left: -5px;
  position: absolute;
  right: -5px;
  /* 輪郭がぼやけてしまうのでブラー範囲を広げる */
  top: -5px;
}

.hover-link figure {
  overflow: hidden;
}

.hover-link img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hover-link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.tel-box {
  color: #c1481e;
    font-family: "futura-pt-bold", sans-serif;
  font-size: 40px;
}

.inner {
  height: inherit;
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
  position: relative;
  width: 1010px;
}

@media (max-width: 1280px) {
  .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 767px) {
  .inner {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
  }
}

.btn {
  -webkit-appearance: none;
  background: #0a3d56;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  height: 21px;
  letter-spacing: 0.001em;
  line-height: 21px;
  margin: 0;
  max-width: 100%;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  width: 80px;
}

.btn:hover,
.btn:focus {
  opacity: 0.7;
  outline: none;
}

.btn::-moz-foucus-inner {
  border: none;
  padding: 0;
}

.menu-btn {
  position: relative;
}

.menu-btn:after {
  border-top: solid 1px;
  color: inherit;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 14px;
  top: calc(50% - 4px);
  -webkit-transform: rotate(40deg) translateY(-50%) scaleY(0.25);
          transform: rotate(40deg) translateY(-50%) scaleY(0.25);
  width: 8px;
}

.menu-btn:before {
  border-bottom: solid 1px;
  color: inherit;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 13px;
  top: calc(50% - 5px);
  -webkit-transform: rotate(140deg) translateY(-50%) scaleY(0.25);
          transform: rotate(140deg) translateY(-50%) scaleY(0.25);
  width: 8px;
}

.menu-btn span {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.menu-btn span:after {
  border-top: solid 1px;
  color: inherit;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 9px;
  top: calc(50% - 4px);
  -webkit-transform: rotate(40deg) translateY(-50%) scaleY(0.25);
          transform: rotate(40deg) translateY(-50%) scaleY(0.25);
  width: 8px;
}

.menu-btn span:before {
  border-bottom: solid 1px;
  color: inherit;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 9px;
  top: calc(50% - 5px);
  -webkit-transform: rotate(140deg) translateY(-50%) scaleY(0.25);
          transform: rotate(140deg) translateY(-50%) scaleY(0.25);
  width: 8px;
}

.header-drawer {
  position: fixed;
  right: 0;
  z-index: 2;
}

.drawer {
  text-align: right;
  z-index: 40;
}

.drawer-name {
  color: #c1481e;
  font-family: "Tekton Pro", "sans-seif";
  font-size: 1.3rem;
  margin-top: 5px;
}

.drawer-close {
  background: #000;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 39;
}

.drawer-close.is-checked {
  display: block;
  opacity: 0.4;
}

button.drawer-icon {
  background-color: #fff;
  border: none;
  cursor: pointer;
  display: inline-block;
  height: 50px;
  position: relative;
  text-align: center;
  width: 50px;
  z-index: 41;
  padding: 0;
}

@media (max-width: 767) {
  button.drawer-icon {
    height: 60px;
    width: 60px;
    padding: 0;
  }
}

.drawer-icon:focus {
  outline: none;
}

.drawer-icon::after {
  color: #c1481e;
  content: "MENU";
  display: none;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 4px;
  text-align: center;
}

.drawer-icon.is-checked::after {
  content: "CLOSE";
}

.drawer-icon.is-checked + body {
  overflow: hidden;
}

.drawer-bars {
  display: inline-block;
  height: 19px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  vertical-align: bottom;
  width: 25px;
}

.drawer-bars:hover {
  opacity: 0.7;
}

.drawer-bar {
  background: #c1481e;
  border-radius: 3px;
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  width: 100%;
}

.drawer-bar:nth-of-type(1) {
  top: 0;
}

.drawer-bar:nth-of-type(2) {
  top: 8px;
}

.drawer-bar:nth-of-type(3) {
  top: 16px;
}

.is-checked .drawer-bar:nth-of-type(1) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.is-checked .drawer-bar:nth-of-type(2) {
  background: transparent;
}

.is-checked .drawer-bar:nth-of-type(3) {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.drawer-content {
  background: #fff;
  bottom: auto;
  color: #c1481e;
  height: auto;
  left: auto;
  max-width: 90%;
  overflow: auto;
  position: fixed;
  right: 0;
  text-align: left;
  top: 0;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 30vw;
  z-index: 40;
}

@media (max-width: 767px) {
  .drawer-content {
    width: 70vw;
  }
}

.drawer-content.is-checked {
  -webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16);
          box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-content--left {
  left: 0;
  right: auto;
  -webkit-transform: translateX(-105%);
          transform: translateX(-105%);
}

.drawer-content--top {
  bottom: auto;
  height: 100%;
  max-width: 100%;
  top: 0;
  -webkit-transform: translateY(-105%);
          transform: translateY(-105%);
  width: 100%;
}

.drawer-bg.is-checked {
  background-color: #000;
  height: 100vh;
  left: auto;
  opacity: 0.7;
  position: absolute;
  top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100vw;
  z-index: 10;
  right: 0px;
}

.gnav {
  text-align: center;
}

.gnav li {
  border-bottom: 1px solid #c2996b;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 15px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 767px) {
  .gnav li {
    padding: 20px 0;
  }
}

.gnav li:hover {
  opacity: 0.7;
}

.gnav li span {
  display: block;
  font-size: 1rem;
}

body.is-checked {
  overflow: hidden;
}

.info-container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 856px;
  position: absolute;
  text-align: center;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 5;
}

@media screen and (max-width: 999px) {
  .info-container {
    width: 100%;
    max-width: 856px;
  }
}

.info-container a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.info-container a:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .info-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.tel-box {
  background: #efea3a;
  border-top-left-radius: 70px;
  color: #c1481e;
    font-family: "futura-pt-bold", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: bold;
  height: 70px;
  line-height: 70px;
  width: 50%;
}

.tel-box i {
  font-size: 3.2rem;
  margin-right: 5px;
  -webkit-transform: rotate(110deg);
          transform: rotate(110deg);
}

@media (max-width: 767px) {
  .tel-box {
    width: 100%;
  }
}

.mail-box,
.used-box {
  background: #42ab84;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  height: 70px;
  line-height: 70px;
  width: 50%;
}

.used-box {
  background: #c1481e;
}

.mail-box i {
  font-size: 3.2rem;
  margin-right: 5px;
  vertical-align: baseline;
}

.used-box {
  display: none;
}

@media (max-width: 767px) {
  .mail-box,
  .used-box {
    width: 50%;
    font-size: 1.6rem;
    line-height: 1.2;
    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;
  }
  .mail-box i {
    font-size: 1.6rem;
    margin-right: 5px;
    vertical-align: baseline;
  }
}

.arrow {
  border-top: 1px solid #003985;
  content: "";
  position: absolute;
  right: -110px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 64px;
}

@media (max-width: 767px) {
  .arrow {
    right: -90px;
    width: 50px;
  }
}

.arrow._sub {
  left: 30px;
  right: auto;
}

@media (max-width: 767px) {
  .arrow._sub {
    left: 0;
    width: 30px;
  }
}

.arrow._trial {
  border-color: #fff;
}

.arrow._trial:before {
  border-color: #fff;
}

.arrow._trial:after {
  border-color: #fff;
}

.arrow:before {
  border-top: 1px solid #003985;
  content: "";
  position: absolute;
  right: 0px;
  top: -8px;
  -webkit-transform: skewY(45deg);
          transform: skewY(45deg);
  width: 14px;
}

.arrow:after {
  border-top: 1px solid #003985;
  content: "";
  position: absolute;
  right: 0px;
  top: 7px;
  -webkit-transform: skewY(-45deg);
          transform: skewY(-45deg);
  -webkit-transform: skewY(130deg);
          transform: skewY(130deg);
  width: 14px;
}

.sub-header {
  background: #c1481e;
  background: #c1481e;
  background: -webkit-linear-gradient(335deg, #c1481e 50%, rgba(255, 255, 255, 0) 50%);
  background: linear-gradient(115deg, #c1481e 50%, rgba(255, 255, 255, 0) 50%);
  height: 224px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.sub-header .header-logo {
  height: 57px;
  text-align: left;
  width: 205px;
}

.sub-header:after {
  background-image: url(../asset/images/bg.png);
  content: "";
  height: 100%;
  left: 50%;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.sub-header-ttl {
  background: #000;
  color: #fff;
  height: 50px;
  line-height: 50px;
  margin: 80px auto 0;
  max-width: 300px;
  min-width: 240px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.sub-header-txt {
  color: #fff;
  font-family: "Brush Script Std", "sans-seif";
  font-size: 3rem;
  font-weight: 500;
  left: 45%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  width: 100%;
}

@media (max-width: 767px) {
  .sub-header-txt {
    left: 20%;
  }
}

.sub-header-img {
  left: 50%;
  position: absolute;
  top: -80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.footer {
  background: #c1481e;
  color: #fff;
  padding: 30px 0;
}

@media (max-width: 767px) {
  .footer {
    padding: 30px 0 160px;
  }
}

.footer-logo {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 767px) {
  .footer-logo {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-info {
  font-weight: bold;
  margin-left: 30px;
}

@media (max-width: 767px) {
  .footer-info {
    margin: 20px 0 0;
  }
}

.footer-tel {
  display: block;
  font-size: 2.3rem;
}

.footer-nav {
  border-top: 1px solid #fff;
  margin-top: 30px;
  padding-top: 30px;
}

.footer-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

@media (max-width: 767px) {
  .footer-list {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.footer-item a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer-item a:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .footer-item + .footer-item {
    margin-top: 20px;
  }
}

.footer-child-item {
  font-size: 1.3rem;
  font-weight: normal;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer-child-item:hover {
  opacity: 0.7;
}

.footer-copy {
  font-size: 1.3rem;
  font-weight: normal;
  margin-top: 30px;
  text-align: center;
}

.header {
  height: 206px;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transform: 0.4s;
          transform: 0.4s;
  width: 100%;
  z-index: 20;
}

@media (max-width: 767px) {
  .header {
    height: 100px;
  }
}

.header-inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  width: 1140px;
}

@media (max-width: 1280px) {
  .header-inner {
    padding: 0;
  }
}

.header-logo {
  position: relative;
  z-index: 1;
}

@media (max-width: 1280px) {
  .header-logo {
    margin-left: 10px;
  }
}

.header-logo a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-logo a:hover {
  opacity: 0.7;
}

[data-scroll="true"] .header {
  height: 110px;
}

@media (max-width: 767px) {
  [data-scroll="true"] .header {
    height: 70px;
  }
}

@media (max-width: 767px) {
  .hnav {
    display: none;
  }
}

.hnav-sns {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767px) {
  .hnav-sns {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  .hnav-sns:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.hnav-sns-item {
  margin-right: 1rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.hnav-sns-item:hover {
  opacity: 0.7;
}

.hnav-btn-item {
  background-color: #0a3d56;
  border-radius: 8px;
  color: #fff;
  font-size: 1rem;
  height: 26px;
  line-height: 26px;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 150px;
}

.hnav-btn-item:hover {
  opacity: 0.7;
}

.hnav-btn-item + .hnav-btn-item {
  margin-left: 1rem;
}

@media (max-width: 767px) {
  .hnav-btn-item + .hnav-btn-item {
    margin-left: 0;
    margin-top: 10px;
  }
}

.hnav-list {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0a3d56;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "Century Gothic", sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  margin-top: 30px;
}

@media (max-width: 1280px) {
  .hnav-list {
    font-size: 1.2rem;
  }
}

.hnav-list span {
  display: block;
  font-family: "HiraKakuPro-W0", "ヒラギノ角ゴ Pro", sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
}

.hnav-item + .hnav-item {
  padding-left: 2em;
}

@media (max-width: 1280px) {
  .hnav-item + .hnav-item {
    padding-left: 1em;
  }
}

.hnav-item a {
  display: block;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.hnav-item a:hover {
  opacity: 0.7;
}

/* =============================================================================


     about


============================================================================= */
.sub-header._about:before {
  background-image: url(../asset/images/about_top.jpg);
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 30vw;
  position: absolute;
  top: 0%;
  width: 70vw;
  z-index: -1;
}

.about-ttl {
  display: inline-block;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-size: 3.1rem;
  font-weight: bold;
  position: relative;
}

.about-ttl._map {
  margin-top: -20px;
}

.about {
  text-align: center;
  padding: 70px 0;
}

.about-dlist {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 70px auto 0;
  width: 500px;
}

@media (max-width: 767px) {
  .about-dlist {
    width: 100%;
  }
}

.about-item {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px dotted #666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 0;
  text-align: left;
}

.about-item dt {
  padding-left: 1em;
  width: 180px;
}

@media (max-width: 767px) {
  .about-item dt {
    padding: 0;
    width: 90px;
  }
}

.about-item dd {
  padding-left: 60px;
}

@media (max-width: 767px) {
  .about-item dd {
    padding: 0;
  }
}

/* =============================================================================


     map


============================================================================= */
.map {
  background: #f7f5f0;
  position: relative;
  text-align: center;
}

.map-box {
  margin: auto;
  padding-top: 70px;
  text-align: left;
  width: 550px;
}

.map-img {
  margin: 20px auto;
  height: 400px;
}

.map-img img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover";
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .map-box {
    width: 100%;
  }
}

.map-google {
  height: 290px;
  width: 100%;
}

.map-google iframe {
  height: 100%;
  width: 100%;
}

.map-txt {
  line-height: 2;
}

.map-ttl {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  text-indent: 1px;
}

.map-ttl:before {
  color: #c1481e;
  content: "■";
}

.map-container {
  padding-bottom: 50px;
}

.main {
  overflow-x: hidden;
}

.top-mv {
  background: url(../asset/images/top_header.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vw;
  width: 100%;
}

@media (max-width: 767px) {
  .top-mv {
    height: 35vh;
  }
}

.index {
  padding: 80px 0 160px;
  text-align: center;
}

.index-ttl,
.order-ttl {
  display: inline-block;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-size: 3.5rem;
  font-weight: 900;
  position: relative;
}

.order-ttl._tp {
  left: 50%;
  position: absolute;
  top: -25px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .index-ttl,
  .order-ttl {
    font-size: 2.5rem;
  }
}

.index-txt {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2;
  margin-top: 20px;
  letter-spacing: normal;
}

@media (max-width: 767px) {
  .index-txt {
    font-size: 1.3rem;
  }
}

.index-txt span {
  display: inline-block;
  position: relative;
  -webkit-transform: scale(1, 1.5);
          transform: scale(1, 1.5);
}

.index-txt span:before {
  background: #fff233;
  content: "";
  height: 50%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

.index-figure-container {
  height: 685px;
  margin: auto;
  position: absolute;
  top: 0%;
  width: 100%;
}

.index-figure._left {
  left: -300px;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.index-figure._right {
  position: absolute;
  right: -300px;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.index-service {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .index-service .index-img {
    margin: auto;
    max-width: 80%;
  }
}

/* **************************************


     index-news


***************************************/
.index-news {
  margin: 80px auto 30px;
  position: relative;
  background: #e3dbc7;
  padding: 20px;
  border-radius: 15px;
}

.index-news:before {
  background: url(../asset/images/bg.png);
  background-repeat: repeat;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.index-news-contents {
  background: #fff;
  border-radius: 15px;
  padding: 0 10px;
  position: relative;
  max-height: 460px;
  overflow-y: auto;
  overflow-x: hidden;
}

.index-news-contents .contents {
  margin-top: 0.25em;
}

.index-news-ttl {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 445px;
  height: 46px;
  z-index: 1;
}

.index-news-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1em 0;
}

@media screen and (max-width: 768px) {
  .index-news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: justify;
  }
}

.index-news-item dt {
  width: 10em;
  margin-right: 2em;
  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;
}

@media screen and (max-width: 768px) {
  .index-news-item dt {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.index-news-item dd {
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .index-news-item dd {
    width: 100%;
    padding: 0.5em 0.5em 0;
  }
}

.index-news-item + .index-news-item {
  border-top: 1px dotted #726256;
}

.service-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

@media screen and (max-width: 768px) {
  .service-list {
    margin-top: 24px;
  }
}

/* =============================================================================


		 .index-used


============================================================================= */
.index-used {
  position: relative;
}

/* .index-used:before {
  background: url(../asset/images/bg.png);
  background-repeat: repeat;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
} */
.index-used:before {
  -webkit-clip-path: polygon(0 0, 100% clamp(100px, 15%, 200px), 100% clamp(calc(100% - 100px), 85%, calc(100% - 200px)), 0 100%);
          clip-path: polygon(0 0, 100% clamp(100px, 15%, 200px), 100% clamp(calc(100% - 100px), 85%, calc(100% - 200px)), 0 100%);
  background-color: #f4edc1;
  background-image: url(../asset/images/bg.png);
  background-repeat: repeat;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

@media screen and (max-width: 767px) {
  .index-used:before {
    -webkit-clip-path: polygon(0 0, 100% 200px, 100% calc(100% - 100px), 0 100%);
            clip-path: polygon(0 0, 100% 200px, 100% calc(100% - 100px), 0 100%);
  }
}

/* .index-used > .inner {
  -webkit-transform: rotate(175deg) translate3d(0, 0, 0);
  margin: 0 auto;
  max-width: 100%;
  padding: 18px 30px 78px;
  transform: rotate(175deg) translate3d(0, 0, 0);
} */
.index-used-container {
  margin-top: -80px;
  padding-bottom: 220px;
}

@media (max-width: 767px) {
  .index-used-container {
    padding-bottom: 120px;
  }
}

/* =============================================================================


		 index-rental


============================================================================= */
/* .index-rental {
  -webkit-transform: rotate(-5deg) translate3d(0, 0, 0);
  background: #edf5f0;
  margin-left: -25%;
  margin-top: -9vw;
  overflow: hidden;
  padding: 0 25%;
  position: relative;
  transform: rotate(-5deg) translate3d(0, 0, 0);
  width: 150%;
} */
/* .index-rental:after {
  background: linear-gradient(
    65deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 50%,
    #edf5f0 50%,
    #edf5f0 100%
  );
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

.index-rental:before {
  background: url(../asset/images/index_rental.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 150%;
  left: 34%;
  position: absolute;
  top: 56%;
  transform: translate(-50%, -50%);
  transform: rotate(5deg) translate(-50%, -50%);
  width: 43%;
  z-index: -1;
}
 */
.index-rental {
  background: #edf5f0;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-clip-path: polygon(0 clamp(100px, 15%, 200px), 100% 0, 100% clamp(calc(100% - 100px), 85%, calc(100% - 200px)), 0 100%);
          clip-path: polygon(0 clamp(100px, 15%, 200px), 100% 0, 100% clamp(calc(100% - 100px), 85%, calc(100% - 200px)), 0 100%);
  padding: 180px 0;
  margin-top: -200px;
}

.index-rental .sec-ttl {
  max-width: 480px;
}

@media screen and (max-width: 767px) {
  .index-rental {
    margin-top: -100px;
    -webkit-clip-path: polygon(0 100px, 100% 0, 100% calc(100% - 100px), 0 100%);
            clip-path: polygon(0 100px, 100% 0, 100% calc(100% - 100px), 0 100%);
  }
}

.index-rental:before {
  content: "";
  background-image: url(../asset/images/index/bg01.jpg);
  background-position: right;
  background-size: cover;
  width: 60%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(0 0, 65% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 65% 0, 100% 100%, 0 100%);
}

@media (max-width: 767px) {
  .index-rental:before {
    width: 100%;
    opacity: 0.7;
  }
}

/* .index-rental > .inner {
  -webkit-transform: rotate(5deg) translate3d(0, 0, 0);
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  padding: 18px 30px 78px;
  transform: rotate(5deg) translate3d(0, 0, 0);
}

@media (max-width: 767px) {
  .index-rental > .inner {
    padding: 18px 10px 78px;
  }
} */
.index-rental-container {
  position: relative;
  z-index: 1;
  min-width: 410px;
  width: 55%;
  margin-left: auto;
}

@media (max-width: 767px) {
  .index-rental-container {
    background: rgba(255, 255, 255, 0.7);
    padding: 20px;
    width: 100%;
    min-width: auto;
  }
}

.index-rental-box {
  padding-left: 174px;
  text-align: left;
  margin-top: -30px;
}

@media screen and (max-width: 1010px) {
  .index-rental-box {
    padding-left: 120px;
  }
}

@media (max-width: 767px) {
  .index-rental-box {
    padding: 0;
  }
}

.idnex-btn-container {
  text-align: center;
}

.index-btn {
  border: 2px solid #c1481e;
  border-radius: 8px;
  color: #c1481e;
  display: block;
  font-family: "Brush Script Std", "sans-seif";
  font-size: 1.7rem;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  margin: 30px auto 0;
  position: relative;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 300px;
  overflow: hidden;
}

.index-btn:before {
  border-top: 2px solid #fff;
  content: "";
  left: 85%;
  position: absolute;
  top: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  z-index: 1;
}

.index-btn:after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 4px 0 0 14px;
  content: "";
  height: 0;
  left: 90%;
  position: absolute;
  top: 52.5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
}

.index-btn:hover {
  opacity: 0.7;
}

.index-btn-container._rental {
  text-align: left;
}

.index-btn-container._rental > .index-btn {
  border-color: #42ab84;
  color: #42ab84;
  margin: 30px 0 0;
}

.index-btn-container._rental > .index-btn:before {
  border-color: #42ab84;
}

.index-btn-container._rental > .index-btn:after {
  border-color: transparent transparent transparent #42ab84;
}

.index-btn-container._order {
  text-align: left;
}

.index-btn-container._order > .index-btn {
  border-color: #61aa31;
  color: #61aa31;
  margin: 30px 0 0;
}

@media (max-width: 767px) {
  .index-btn-container._order > .index-btn {
    margin: 30px auto 0;
  }
}

.index-btn-container._order > .index-btn:before {
  border-color: #61aa31;
}

.index-btn-container._order > .index-btn:after {
  border-color: transparent transparent transparent #61aa31;
}

/* =============================================================================


		 index-order


============================================================================= */
.index-order {
  overflow: hidden;
  position: relative;
  text-align: center;
  background-color: #e5efd7;
  margin-top: clamp(calc((100px - 20px) * -1), -180px, calc((200px - 20px) * -1));
  -webkit-clip-path: polygon(0 clamp(100px, 15%, 200px), 100% 0, 100% clamp(calc(100% - 100px), 85%, calc(100% - 200px)), 0 100%);
          clip-path: polygon(0 clamp(100px, 15%, 200px), 100% 0, 100% clamp(calc(100% - 100px), 85%, calc(100% - 200px)), 0 100%);
  padding: 120px 0;
}

.index-order .sec-ttl {
  text-align: justify;
  margin-top: 50px;
  max-width: 420px;
  width: 45%;
}

@media screen and (max-width: 767px) {
  .index-order .sec-ttl {
    width: 88%;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .index-order {
    margin-top: calc((100px - 20px) * -1);
    -webkit-clip-path: polygon(0 100px, 100% 0, 100% calc(100% - 100px), 0 100%);
            clip-path: polygon(0 100px, 100% 0, 100% calc(100% - 100px), 0 100%);
  }
}

.index-order-bg {
  position: absolute;
  left: 20vw;
  bottom: 0;
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .index-order-bg {
    top: 15%;
    bottom: auto;
  }
}

@media screen and (max-width: 767px) {
  .index-order-container {
    position: relative;
    z-index: 1;
    max-width: 660px;
    background: rgba(255, 255, 255, 0.7);
    padding: 20px;
    width: 100%;
    min-width: auto;
  }
}

/* .index-order:after {
  background: linear-gradient(
    65deg,
    #e5efd7 0%,
    #e5efd7 50%,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
} */
.index-order:before {
  content: "";
  background-image: url(../asset/images/index/bg02.jpg);
  background-position: center;
  background-size: cover;
  width: 60%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 35% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 35% 100%);
}

@media screen and (max-width: 767px) {
  .index-order:before {
    width: 100%;
    opacity: 0.7;
  }
}

/* .index-order > .inner {
  position: static;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 78px;
  transform: rotate(5deg) translate3d(0, 0, 0);
} */
.index-order > .info-img {
  margin-top: 60px;
}

.index-order-img {
  position: absolute;
  right: -57%;
  top: 53%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70vw;
  text-align: start;
}

@media (max-width: 767px) {
  .index-order-img {
    right: -50%;
    top: 31%;
    width: 100%;
  }
}

.index-order-box {
  text-align: left;
  width: 380px;
  margin-top: -16px;
}

@media screen and (max-width: 1280px) {
  .index-order-box {
    /*     background: rgba($color: #fff, $alpha: 0.6); */
    /*     padding: 10px; */
  }
}

@media screen and (max-width: 768px) {
  .index-order-box {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .index-order-box {
    margin-top: 0px;
    width: 100%;
  }
}

.index-order-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .index-order-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}

.movie {
  position: relative;
  width: 550px;
  visibility: hidden;
  opacity: 0;
  display: none;
}

@media screen and (max-width: 1280px) {
  .movie {
    max-width: 550px;
    width: 50%;
  }
}

.movie:before {
  content: "";
  display: block;
  padding-top: 75%;
  /* 高さを幅の75%に固定 */
}

@media screen and (max-width: 768px) {
  .movie {
    width: 100%;
    margin-top: 30px;
    display: none;
  }
}

.movie iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

/* =============================================================================


     index-sdgs


============================================================================= */
.index-sdgs {
  text-align: center;
  margin: 100px 0 0;
  padding-bottom: 110px;
  position: relative;
}

.index-sdgs-logo {
  margin: 50px auto;
  max-width: 450px;
  width: 100%;
}

.index-sdgs-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

@media screen and (max-width: 768px) {
  .index-sdgs-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.index-sdgs-item {
  width: 200px;
}

@media screen and (max-width: 768px) {
  .index-sdgs-item {
    width: calc((100% / 3) - 10px);
  }
}

.index-sdgs-img {
  width: 100%;
}

.index-sdgs-head {
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .index-sdgs-head {
    font-size: 1.4rem;
  }
}

.index-sdgs-head:before, .index-sdgs-head:after {
  border-top: 1px solid #000;
  width: calc(50% - 2.2em);
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.index-sdgs-head:before {
  left: 0;
}

.index-sdgs-head:after {
  right: 0;
}

.index-sdgs-txt {
  text-align: justify;
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .index-sdgs-txt {
    font-size: 1.2rem;
  }
}

#warped {
  display: block;
  font-family: "TsukuARdGothic-Regular", YuGothic, "Yu Gothic", sans-serif;
  font-size: 3.6rem;
  height: 556px;
  left: 50%;
  position: relative;
  position: absolute;
  top: 0%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 750px;
}

.rental-about {
  margin: auto;
  text-align: center;
  width: 500px;
}

@media (max-width: 767px) {
  .rental-about {
    width: 100%;
  }
}

.rental-qa {
  margin-top: 80px;
  position: relative;
}

.rental-qa-ttl {
  left: 50%;
  position: absolute;
  top: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .rental-qa-ttl {
    width: 70%;
  }
}

.rental-qa-list {
  margin: auto;
  text-align: center;
  width: 900px;
}

@media (max-width: 1280px) {
  .rental-qa-list {
    width: 100%;
  }
}

.rental-qa-item {
  background: #f1ead8;
  color: #42ab84;
  padding-bottom: 20px;
}

.rental-qa-item:nth-child(odd) {
  background: #e3dbc7;
}

.rental-qa-item .rental-p-txt {
  font-size: 1.9rem;
  font-weight: bold;
  left: 54%;
  position: absolute;
  top: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
}

@media (max-width: 767px) {
  .rental-qa-item .rental-p-txt {
    font-size: 2vw;
    left: 50%;
    padding-left: 5vw;
    width: 90%;
  }
}

.rental-q {
  display: inline-block;
  position: relative;
}

.rental-q-number {
  display: inline-block;
  font-family: "Brush Script Std", "sans-seif";
  font-size: 5.8rem;
  left: 30px;
  position: absolute;
  top: 20px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

@media (max-width: 767px) {
  .rental-q-number {
    font-size: 5vw;
    left: 5%;
    position: absolute;
    top: 30%;
  }
}

.rental-a {
  position: relative;
}

.rental-a-txt {
  color: #000;
  left: 50%;
  position: absolute;
  text-align: left;
  top: 64%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%;
}

@media (max-width: 767px) {
  .rental-a-txt {
    font-size: 2vw;
    width: 83%;
  }
}

@media (max-width: 767px) {
  .rental-about-txt {
    text-align: left;
  }
}

.money {
  background: #dfeee5;
  padding: 70px 0;
  position: relative;
  text-align: center;
}

.money:before {
  background: url(../asset/images/bg.png);
  background-repeat: repeat;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.money-ttl {
  color: #42ab84;
  font-size: 2.8rem;
  font-weight: bold;
  position: relative;
}

.money-ttl span {
  color: #cce4d6;
  font-family: "Brush Script Std", "sans-seif";
  font-size: 3.3rem;
  font-weight: 500;
  left: 8%;
  position: absolute;
  top: 20%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  width: 100%;
}

.money-container {
  margin: 40px auto 0;
  margin-top: 40px;
  max-width: 790px;
}

.money-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
  padding: 10px 10px 10px 40px;
}

.money-dlist {
  width: 450px;
}

.money-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px dotted #000;
  color: #4d4d4d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
}

.money-item:nth-child(1) {
  border: none;
}

.money-item dd {
  color: #c1481e;
  font-size: 2.4rem;
  font-weight: bold;
  width: 50%;
}

.money-item dd span {
  font-size: 1.2rem;
}

.money-item dt {
  font-size: 1.7rem;
  font-weight: bold;
  width: 50%;
}

.money-ttl,
.reserve-ttl {
  color: #42ab84;
  font-size: 2.8rem;
  font-weight: bold;
  position: relative;
}

.money-ttl span,
.reserve-ttl span {
  color: #cce4d6;
  font-family: "Brush Script Std", "sans-seif";
  font-size: 3.3rem;
  font-weight: 500;
  left: 8%;
  position: absolute;
  top: 20%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  width: 100%;
}

.money-ttl span._reserve,
.reserve-ttl span._reserve {
  left: 12%;
}

.reserve {
  padding: 70px 0;
  text-align: center;
  position: relative;
}

.reserve-list {
  margin: 40px auto 0;
  text-align: left;
  max-width: 680px;
}

.reserve-item {
  margin-top: 20px;
}

.reserve-stripe {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 250px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px 0 70px;
  padding: 20px;
  position: relative;
  width: 100%;
}

@media (max-width: 1280px) {
  .reserve-stripe {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 50px 0 70px;
    padding: 20px;
    position: relative;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.reserve-stripe:after {
  background: -webkit-repeating-linear-gradient(335deg, #42ab84, #42ab84 3px, white 3px, white 6px);
  background: repeating-linear-gradient(115deg, #42ab84, #42ab84 3px, white 3px, white 6px);
  background-color: black;
  bottom: -10px;
  content: "";
  left: -10px;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: -1;
}

.reserve-box {
  height: 100%;
  width: 50%;
}

.reserve-box:nth-child(1) {
  border-right: 1px solid #42ab84;
}

@media (max-width: 1280px) {
  .reserve-box:nth-child(1) {
    border-right: none;
  }
  .reserve-box {
    width: 100%;
  }
}

.reserve-txt {
  color: #42ab84;
  font-size: 2.1rem;
  font-weight: bold;
  margin-top: 30px;
}

.reserve-btn {
  background: #42ab84;
  color: #fff;
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  height: 85px;
  line-height: 85px;
  margin: 30px auto 0;
  position: relative;
  text-align: center;
  max-width: 400px;
}

@media (max-width: 767px) {
  .reserve-btn {
    font-size: 1.8rem;
  }
}

.reserve-btn:before {
  border-top: 2px solid #fff;
  content: "";
  left: 90%;
  position: absolute;
  top: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
}

.reserve-btn:after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 4px 0 0 14px;
  content: "";
  height: 0;
  left: 94%;
  position: absolute;
  top: 54.5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
}

.reserve-btn i {
  margin-right: 15px;
}

.reserve-tel {
  color: #42ab84;
  display: block;
  font-size: 4.2rem;
  font-weight: bold;
  margin-top: 30px;
}

.reserve-tel i {
  font-size: 3.2rem;
  margin-right: 5px;
  -webkit-transform: rotate(110deg);
          transform: rotate(110deg);
}

@media (max-width: 767px) {
  .reserve-tel {
    font-size: 3rem;
  }
  .reserve-tel i {
    font-size: 2rem;
  }
}

.tel-txt {
  font-size: 1.5rem;
  font-weight: bold;
}

/* =============================================================================


     used


============================================================================= */
.sub-header._used:before {
  background-image: url(../asset/images/used_top.png);
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 42vw;
  position: absolute;
  top: 0%;
  width: 60vw;
  z-index: -1;
}

@media (max-width: 767px) {
  .sub-header._used:before {
    left: 0%;
    top: 0%;
    width: 100%;
  }
}

.sub-header._rental:before {
  background-image: url(../asset/images/rental_top.png);
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 30vw;
  position: absolute;
  position: absolute;
  top: 0%;
  top: 0%;
  width: 80vw;
  z-index: -1;
}

.sec {
  padding: 100px 0;
}

.used {
  text-align: center;
}

.used-txt {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.used-figure {
  margin-top: 30px;
}

.used-figure-list {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-top: 30px;
}

.used-figure-item {
  position: relative;
  width: 212px;
}

@media (max-width: 767px) {
  .used-figure-item {
    text-align: left;
  }
  .used-figure-item + .used-figure-item {
    margin-top: 30px;
  }
}

.used-figure-item._arrow {
  text-align: end;
  width: 100px;
}

.used-figure-txt {
  font-size: 1.4rem;
  margin-top: 20px;
  text-align: center;
}

.used-store {
  background-color: #f4edc1;
  position: relative;
  text-align: center;
}



.used-store._rental {
  background-color: #dfeee5;
}

.used-store:before {
  background: url(../asset/images/bg.png);
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

/* .used-store:after {
  background: #fff;
  content: "";
  height: 0px;
  left: 50%;
  position: absolute;
  top: 923px;
  transform: translate(-50%, -50%);
  width: 100%;
} */
.used-store.after:after {
  height: 615px;
}

@media (max-width: 767px) {
  .used-store:after {
    height: 30.5%;
    left: 50%;
    position: absolute;
    top: 47%;
  }
}

.used-contents {
  padding-bottom: 100px;
  position: relative;
}

.used-ttl {
  font-size: 3.6rem;
  left: 50%;
  position: absolute;
  top: -25px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
      font-family: fot-tsukuardgothic-std, sans-serif;
}

@media (max-width: 767px) {
  .used-ttl {
    font-size: 2.6rem;
  }
}

.used-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .used-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  .used-list {
    padding-top: 60px;
  }
}

.used-item {
  padding: 80px 0;
  width: calc(33.3333333% - 16px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
  /*   .used-btn {
    margin-top: auto;
  } */
}

.used-item:nth-child(4):before {
  position: absolute;
  content: "";
  background: #fff;
  height: 100%;
  width: 100vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc((1080px - 100vw) / 2);
  width: 100vw;
  z-index: -1;
}

@media screen and (max-width: 1010px) {
  .used-item:nth-child(4):before {
    left: -24px;
  }
}

@media screen and (max-width: 1010px) {
  .used-item:nth-child(4):before, .used-item:nth-child(5):before, .used-item:nth-child(6):before {
    position: absolute;
    content: "";
    background: #fff;
    height: 100%;
    width: 100vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    width: 100vw;
    z-index: -1;
  }
}

.used-item + .used-item {
  margin-left: 24px;
}

.used-item:nth-child(3n + 1) {
  margin-left: 0;
}

@media (max-width: 1010px) {
  .used-item {
    margin: auto;
    padding: 40px 0;
    width: 100%;
    max-width: 500px;
  }
  .used-item:nth-child(3n + 1) {
    margin-left: auto;
  }
  .used-item + .used-item {
    margin-left: auto;
  }
}

.used-type {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  font-weight: bold;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  min-height: 0%;
  margin-bottom: 20px;
}

.used-icon {
  background: url(../asset/images/icon_usedlist.png);
  background-repeat: no-repeat;
  color: #fff;
  font-size: 1.4rem;
  height: 30px;
  line-height: 35px;
  text-align: center;
  min-width: 70px;
  width: 70px;
  margin-right: 20px;
}

.used-icon._kei {
  background: url(../asset/images/icon_usedlist2.png);
}

.used-name {
  font-size: 1.7rem;
  /*   text-align: justify; */
}

.used-img {
  border: 4px solid #c1481e;
  border-radius: 30px;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.used-img:before {
  content: "";
  display: block;
  padding-top: 75%;
  /* 高さを幅の75%に固定 */
}

.used-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover";
}

.used-img._kei {
  border-color: #61aa31;
}

.used-dlist {
  margin: 30px 0;
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
  height: 100%;
  min-height: 0%;
}

.used-ditem {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  letter-spacing: normal;
}

.used-ditem + .used-ditem {
  margin-top: 6px;
}

.used-ditem dt {
  background: #000;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  min-width: 100px;
  width: 100px;
}

.used-ditem dd {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.4rem;
  padding-left: 10px;
  text-align: left;
}

.used-btn {
  border: 2px solid #040000;
  border-radius: 14px;
  display: block;
  font-family: "Tekton Pro", "sans-seif";
  font-size: 1.7rem;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  margin: 30px auto 0;
  margin-top: 30px;
  position: relative;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 175px;
}

.used-btn._test {
  background: #c1481e;
  color: #fff;
  border: 2px solid #c1481e;
}

.used-btn._test:before {
  border-top: 2px solid #fff;
}

.used-btn._test:after {
  border-color: transparent transparent transparent #fff;
}

.used-btn:hover {
  opacity: 0.7;
}

.used-btn:before {
  border-top: 2px solid #040000;
  content: "";
  left: 85%;
  position: absolute;
  top: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
}

.used-btn:after {
  border-color: transparent transparent transparent #040000;
  border-style: solid;
  border-width: 4px 0 0 14px;
  content: "";
  height: 0;
  left: 91%;
  position: absolute;
  top: 51.5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
}

.page-list {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-numbers {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  width: 40px;
}

.page-numbers + .page-numbers {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .page-numbers + .page-numbers {
    margin-left: 10px;
  }
}

.page-numbers.current {
  background: #766d68;
  color: #fff;
}

/***********************
	 .info-img
***********************/
.info-img {
  display: inline-block;
  margin: 60px 0;
  position: relative;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.info-img:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .info-img {
    margin: 60px 0 0px;
  }
}

.info-img span {
  color: #fff;
  font-family: "Tekton Pro", "sans-seif";
  font-size: 3.1rem;
  left: 50%;
  position: absolute;
  top: 70%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.info-img span:before {
  border-left: 3px solid #fff;
  content: "";
  height: 15px;
  left: 50%;
  position: absolute;
  top: -15px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.info-img span:after {
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  border-width: 0 0 10px 5px;
  content: "";
  height: 0;
  left: calc(50% - 1px);
  position: absolute;
  top: -26px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
}

#wrap {
  /*   display: flex;
  flex-direction: column;
  justify-content: center; */
  margin-top: 30px;
  position: relative;
}

#slider {
  margin: 0 auto 0px;
  width: 870px;
}

@media (max-width: 1280px) {
  #slider {
    width: 90%;
  }
}

.slide-item {
  border: 7px solid #c1481e;
  overflow: hidden;
}

.slide-item img {
  width: 100%;
}

.used {
  position: relative;
}

.car-name {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-size: 3.1rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .car-name {
    font-size: 2.6rem;
  }
}

#thumbnail-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto;
  width: 870px;
}

@media (max-width: 1280px) {
  #thumbnail-list {
    width: 90%;
  }
}

.thumbnail-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  margin-top: 20px;
  position: relative;
  width: calc(20% - 16px);
}

@media (max-width: 767px) {
  .thumbnail-item {
    margin-top: 10px;
    width: calc(20% - 8px);
  }
}

.thumbnail-item:after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
  width: 100%;
}

.thumbnail-item.thumbnail-current:after {
  opacity: 0;
}

.thumbnail-item img {
  margin: 0 auto;
  width: 100%;
}

.thumbnail-item + .thumbnail-item {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .thumbnail-item + .thumbnail-item {
    margin-left: 10px;
  }
}

.thumbnail-item + .thumbnail-item:nth-child(5n + 1) {
  margin-left: 0;
}

.prev-arrow {
  background-image: url(../asset/images/prev_arrow.png);
  background-repeat: no-repeat;
  cursor: pointer;
  height: 40px;
  left: -5%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
}

@media (max-width: 767px) {
  .prev-arrow {
    background-size: contain;
    height: 20px;
    width: 20px;
  }
}

.next-arrow {
  background-image: url(../asset/images/next_arrow.png);
  background-repeat: no-repeat;
  cursor: pointer;
  height: 40px;
  left: 105%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
}

@media (max-width: 767px) {
  .next-arrow {
    background-size: contain;
    height: 20px;
    width: 20px;
  }
}

.used-maininfo {
  border-bottom: 3px solid #c1481e;
  border-top: 3px solid #c1481e;
  margin: 30px auto 0;
  width: 870px;
}

@media (max-width: 1280px) {
  .used-maininfo {
    padding: 20px 0;
    width: 100%;
  }
}

.used-flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.used-price {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #c1481e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: calc(100% - 560px);
}

@media (max-width: 1280px) {
  .used-price {
    width: 100%;
  }
}

.yen-jap {
  font-size: 1.9rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .yen-jap {
    width: 100%;
  }
}

.yen {
  font-size: 4.2rem;
  font-weight: bold;
}

.yen .min-yen {
  display: inline-block;
  font-size: 2.1rem;
  position: relative;
}

.yen .yen-man {
  color: #000;
  display: inline-block;
  font-size: 2.1rem;
  position: relative;
}

.used-year {
  border-collapse: collapse;
  height: 120px;
  margin: 8px 0;
  width: 560px;
}

.used-year td,
.used-year th {
  padding: 0px 20px;
  vertical-align: middle;
}

.used-year th {
  border-right: 1px dotted #000;
  width: 20%;
}

@media (max-width: 767px) {
  .used-year {
    width: 100%;
  }
  .used-year td,
  .used-year th {
    padding: 0 10px;
    width: 25%;
  }
}

.used-year-item._top {
  border-bottom: 1px dotted #000;
}

.used-year-item ._fa {
  border-right: 1px solid #000;
}

.used-subinfo {
  margin: 20px auto 0;
  margin-top: 20px;
  max-width: 770px;
}

@media (max-width: 767px) {
  .used-subinfo {
    width: 100%;
  }
}

.used-subinfo._bottom {
  margin-bottom: 150px;
}

.used-subinfo-ttl {
  color: #c1481e;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  text-align: left;
  text-indent: 0.5em;
}

.used-subinfo-ttl:before {
  border-left: 6px solid #c1481e;
  content: "";
  height: 100%;
  left: 0%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6px;
}

.used-subinfo-list {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.used-sub-info-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4px;
  width: calc(50% - 10px);
}

@media (max-width: 767px) {
  .used-sub-info-item {
    width: 100%;
  }
}

.used-sub-info-item._rental {
  width: 100%;
}

.used-sub-info-item._rental dd {
  width: calc(11% - 2px);
}

.used-sub-info-item._rental dt {
  width: calc(89% - 2px);
}

@media (max-width: 767px) {
  .used-sub-info-item._rental dd {
    width: 100%;
  }
  .used-sub-info-item._rental dt {
    width: 100%;
    margin-top: 4px;
  }
}

.used-sub-info-item dd,
.used-sub-info-item dt {
  background: #e8bea0;
  min-height: 28px;
  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;
  padding: 0 5px;
  text-align: left;
}

.used-sub-info-item dd {
  width: calc(40% - 2px);
}

.used-sub-info-item dt {
  width: calc(60% - 2px);
}

.tab-none {
  display: block;
}

@media (max-width: 1280px) {
  .tab-none {
    display: none;
  }
}

.tab-dis {
  display: none;
}

@media (max-width: 1280px) {
  .tab-dis {
    display: block;
  }
}

.sp-none {
  display: block;
}

@media (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

.sp-dis {
  display: none;
}

@media (max-width: 767px) {
  .sp-dis {
    display: block;
  }
}


/* =============================================================================


     order


============================================================================= */
.order {
  padding: 70px 0;
  text-align: center;
}

.sub-header._order:before {
  background-image: url(../asset/images/order-head.png);
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 42vw;
  position: absolute;
  top: 0%;
  width: 60vw;
  z-index: -1;
}

.order-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 999px) {
  .order-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.order-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
}

.order-item:not(:nth-child(4)):after {
  position: absolute;
  top: 50%;
  left: calc(100% + 20px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: url(../asset/images/arrow.png);
}

@media screen and (max-width: 768px) {
  .order-item:not(:nth-child(4)):after {
    display: none;
  }
}

.order-item img {
  margin: 0 auto 8px;
}

@media screen and (max-width: 999px) {
  .order-item {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .order-item {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

.order-item-txt {
  text-align: center;
  margin-top: auto;
  letter-spacing: -1px;
  font-family: "TsukuARdGothic-Regular", YuGothic, "Yu Gothic", sans-serif;
}

.order-mv {
  padding-bottom: 100px;
  background: #e5efd7;
  position: relative;
  z-index: 1;
}

.order-mv:before {
  background-image: url(../asset/images/bg.png);
  content: "";
  height: 100%;
  left: 50%;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.order-mv-img {
  width: 100%;
  margin-bottom: 20px;
}

.order-mv-img img {
  margin-top: -30px;
}

.order-movie-ttl {
  margin: auto;
}

.order-movie-ttl  img {
  margin: auto;
}

.order-movie {
  margin-top: -140px;
  position: relative;
  z-index: 1;
  text-align: center;
  /*追加*/
  display: none;
}

.order-movie-contents {
  width: 635px;
  position: relative;
  border-radius: 22px;
  border: 10px solid #61aa31;
  margin: 20px auto 0;
}

@media screen and (max-width: 768px) {
  .order-movie-contents {
    max-width: 635px;
    width: 100%;
  }
}

.order-movie-contents:before {
  content: "";
  display: block;
  padding-top: 65%;
  /* 高さを幅の75%に固定 */
}

.order-movie-contents video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover";
  border-radius: 12px;
}

/* **************************************


     order-product


***************************************/
.order-product {
  text-align: center;
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  .order-product {
    padding: 60px 0;
    margin-top: 60px;
  }
}

.order-product-contents {
  padding: 40px 0 60px;
}

.order-product-ttl {
  display: inline-block;
  background: #231815;
  color: #fff;
  font-family: "TsukuARdGothic-Regular", YuGothic, "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 2.8rem;
}

@media screen and (max-width: 768px) {
  .order-product-ttl {
    font-size: 2rem;
  }
}

.order-product-txt {
  margin-top: 16px;
}

.order-product-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 16px;
}

.order-product-item {
  width: calc((100% / 3) - 10px);
  margin-top: 15px;
}

.order-product-item:not(:nth-child(3n)) {
  margin-right: 15px;
}

.order-product-img {
  width: 100%;
}

.order-product-img img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover";
  width: 100%;
}

/* **************************************


     order-price


***************************************/
.order-price {
  background: #e5dfce;
  position: relative;
  margin-top: 80px;
}

.order-price:before {
  background-image: url(../asset/images/bg.png);
  content: "";
  height: 100%;
  left: 50%;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.order-price-contents {
  position: relative;
  padding: 140px 0;
}

@media screen and (max-width: 768px) {
  .order-price-contents {
    padding: 60px 0;
  }
}

.order-price-head {
  font-size: 3rem;
  font-family: "TsukuARdGothic-Regular", YuGothic, "Yu Gothic", sans-serif;
  font-weight: bold;
  text-align: center;
}

.order-price-head span {
  font-size: 70%;
}

@media screen and (max-width: 768px) {
  .order-price-head {
    font-size: 2.2rem;
  }
}

.order-price-item {
  font-family: "TsukuARdGothic-Regular", YuGothic, "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
  padding: 0.5em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 410px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .order-price-item {
    font-size: 1.8rem;
    width: 100%;
    max-width: 410px;
  }
}

.order-price-item dt {
  width: 190px;
  position: relative;
}

.order-price-item dt:before {
  color: #61aa31;
  content: "▶︎";
}

.order-price-item dt:after {
  border-top: 3px dotted #040000;
  width: 78px;
  content: "";
  position: absolute;
  top: 50%;
  right: -78px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .order-price-item dt {
    width: 150px;
  }
  .order-price-item dt:after {
    width: 50px;
    right: -50px;
  }
}

.order-price-item dd {
  margin-left: calc(78px + 1em);
}

/* =============================================================================


     sub-footer


============================================================================= */
.sub-footer {
  position: relative;
  text-align: center;
  padding-bottom: 80px;
}

/* **************************************


     single


***************************************/
.single-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .single-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.single-date {
  width: 8em;
  margin-right: 60px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 31px;
}

@media screen and (max-width: 767px) {
  .single-date {
    width: auto;
    margin-right: 0;
    font-size: 2.2rem;
  }
}

.single-inner-contents {
  margin-top: 2em;
}

.single-ttl {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-size: 3.1rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .single-ttl {
    font-size: 2.6rem;
    margin-top: 0.5em;
  }
}

.single-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .single-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.single-item {
  width: calc(33.33333% - 40px);
  margin-right: 60px;
}

.single-item:nth-child(3n) {
  margin-right: 0;
}

.single-item a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.single-item a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .single-item {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
  .single-item + .single-item {
    margin-top: 40px;
  }
}

.single-img {
  background: #f7f5f0;
  position: relative;
  text-align: center;
  padding: 70px 0 0;
}

.archive-slider .slide-item {
  border: 4px solid #c1481e;
}

.archive-slider-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.archive-slider-nav .slick-list {
  width: 95%;
  margin: 10px auto 0;
  padding: 0;
}

.archive-slider-nav .thumbnail-item {
  margin: 0 10px;
  position: relative;
  position: relative;
  width: 100%;
}

.archive-slider-nav .thumbnail-item.slick-current:after {
  opacity: 0;
}

.archive-slider-nav .thumbnail-item:before {
  content: "";
  display: block;
  padding-top: 75%;
  /* 高さを幅の%に固定 */
}

.archive-slider-nav .thumbnail-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
/*# sourceMappingURL=style.css.map */
