/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  scroll-behavior: smooth;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  box-sizing: border-box;
margin:     0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
}
html { font-size: calc(112.5% + 0.5vw) }

/**********************************
COLOR
**********************************/
/**********************************
RADIUS SIZE
**********************************/
/**********************************
WIDTH
**********************************/
/**********************************
Z-INDEX
**********************************/
/**********************************
ANIMATION-SPEED
************************************/
/* single line ellipsis  */
/* multi line ellipsis */
/* background dot */
/**********************************
	break-point
**********************************/
@font-face {
  font-feature-settings: "palt" 1;
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 500;
  src: url("../font/Noto_Sans_JP/NotoSansCJKjp-Regular.eot");
  src: url("../font/Noto_Sans_JP/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("../font/Noto_Sans_JP/NotoSansCJKjp-Regular.woff") format("woff");
}

@font-face {
  font-feature-settings: "palt" 1;
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 700;
  src: url("../font/Noto_Sans_JP/NotoSansCJKjp-Regular.eot");
  src: url("../font/Noto_Sans_JP/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("../font/Noto_Sans_JP/NotoSansCJKjp-Bold.woff") format("woff");
}

@font-face {
  font-feature-settings: "palt" 1;
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 100;
  src: url("../font/Noto_Sans_JP/NotoSansCJKjp-Regular.eot");
  src: url("../font/Noto_Sans_JP/NotoSansCJKjp-Light.eot?#iefix") format("embedded-opentype"), url("../font/Noto_Sans_JP/NotoSansCJKjp-Light.woff") format("woff");
}

@font-face {
  font-family: 'Din';
  font-style: normal;
  font-weight: 500;
  src: url("../font/DIN/DIN-Regular.otf");
}

@font-face {
  font-family: 'DIN';
  font-style: normal;
  font-weight: 700;
  src: url("../font/DIN/DIN-Bold.otf");
}

@font-face {
  font-family: 'DIN';
  font-style: normal;
  font-weight: 100;
  src: url("../font/DIN/DIN-Light.otf");
}
@font-face {
  font-family: 'Makinas';
  font-style: normal;
  font-weight: 100;
  src: url("../font/Makinas/Makinas-4-Square.otf");
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.font_makinas{
  font-family: 'Makinas';
}
html,
body {
  min-height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  position: relative;
  font-size: 13px;
  line-height: 1.7;
  font-weight: normal;
  width: 100%;
  min-height: 100%;
  color: #000;
  font-family: 'Noto Sans CJK JP', sans-serif;
  -webkit-overflow-scrolling: touch;
}

_:lang(x)::-ms-backdrop,
body {
  font-family: sans-serif;
}

_:lang(x)::-ms-backdrop,
.page-feature .service-list .title span {
  padding-bottom: 0 !important;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a[href^='tel'] {
  text-decoration: inherit;
  color: inherit;
}

a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
  opacity: 0.8;
}

p {
  margin-bottom: 0;
}

video {
  width: 100%;
}

/*Placeholder reset
 *do not group these rules
 */
*::-webkit-input-placeholder {
  color: !important;
}

*::-moz-placeholder {
  /* FF 19+ */
  color: !important;
  opacity: 1;
}

*:-ms-input-placeholder {
  /* IE 10+ */
  color: !important;
}

*::-ms-input-placeholder {
  /* Microsoft Edge */
  color: !important;
}

*::placeholder {
  /* modern browser */
  color: !important;
}

a {
  color: #000;
  text-decoration: none;
}

hr {
  border: none;
}

.is-pc {
  display: none;
}

.is-sp {
  display: block;
}

.font-en {
  font-family: 'Din';
}

p {
  text-align: justify;
}

.sns-list {
  display: none;
}

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

.hidden {
  opacity: 0 !important;
  z-index: -100 !important;
}

@media print, screen and (min-width: 961px) {
  .hidden-pc {
    display: none;
  }
}

.icon-menu {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.icon-menu span {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: 27px;
  height: 1px;
  background-color: #000;
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  border-radius: 1.5px;
}
.icon-menu-white span {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: 27px;
  height: 1px;
  background-color: #FFF;
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  border-radius: 1.5px;
}

.icon-menu span + span {
  margin-top: 10px;
}

.icon-menu.is-expand {
  height: 100%;
  background-color: #b31818;
  /* border-radius: 50%; */
}

.icon-menu.is-expand span {
  width: 30px;
}

.icon-menu.is-expand span:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
  background-color: #fff;
}

.icon-menu.is-expand span:nth-child(2) {
  margin-top: 8px;
  -webkit-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
  background-color: #fff;
}

.icon-menu.is-expand span:nth-child(3) {
  opacity: 0;
}

@-webkit-keyframes animation-yurayura-1 {
  0% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes animation-yurayura-1 {
  0% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes animation-yurayura-2 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
}

@keyframes animation-yurayura-2 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
}

@-webkit-keyframes animation-yurayura-3 {
  0% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}

@keyframes animation-yurayura-3 {
  0% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}

.photo-blur {
  /* opacity: 0; */
  animation-name: blur;
  animation-duration: 2s;
  animation-fill-mode:forwards;
}
.delay_blur-01{
  animation-delay:2.2s;
}
.delay_blur-02{
  animation-delay:3s;
}
.delay_blur-03{
  animation-delay:3.2s;
}
.delay_blur-04{
  animation-delay:4s;
}

@keyframes blur {
  0% {
    /* filter: blur(50px); */
  }
  100% {
    filter: blur(0);
    opacity: 1;
    filter: none;
  }
}


.motion-txt {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding:10px;
}
.motion-txt:after {
  content: '';
  position: absolute;
  opacity: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #000;
  transform: translate3d(-101%, 0, 0);
}
.js-scroll.show .motion-txt:after {
  transition-property: transform, opacity;
  transition-duration: 0.5s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
}
.js-scroll.done .motion-txt:after {
  transition-property: transform;
  transition-duration: 0.5s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(103%, 0, 0);
}
.motion-txt .motion-inner {
  display: inline-block;
  opacity: 0;
}
.js-scroll.done .motion-txt .motion-inner {
  opacity: 1;
}



.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    -o-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.btn-icon {
  position: relative;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-family: Noto Sans CJK JP;
  font-size: 13px;
  background: #bde9ef;
  border: none;
  border-radius: 5px;
  line-height: 1;
  font-size: 13px;
  z-index: 99;
}

.popover {
  width: 300px;
  background-color: #bde9ef;
  border-color: #8aced8;
  padding: 20px 15px;
}

.popover .icon-close {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
}

.popover .popover-header {
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  font-size: 17px;
}

.popover .popover-body {
  padding: 11px 0 0 0;
  font-size: 13px;
  line-height: 1.5;
}

.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-top .arrow::before {
  bottom: 1px;
  border-top-color: #8aced8;
}

.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::before {
  border-right-color: #8aced8;
}

.bs-popover-auto[x-placement^="top"] .arrow::after,
.bs-popover-top .arrow::after {
  bottom: 2px;
  border-top-color: #bde9ef;
}

.bs-popover-auto[x-placement^="right"] .arrow::after,
.bs-popover-right .arrow::after {
  border-right-color: #bde9ef;
}

.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.bs-popover-bottom .arrow::after {
  border-bottom-color: #bde9ef;
}

.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  border-bottom-color: transparent;
}

.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::before {
  border-bottom-color: #8aced8;
}

@media (min-width: 960px) {
  .popover .popover-body {
    font-size: 12px;
  }
}

.modal-body {
  padding: 0;
}

.modal-dialog {
  margin-top: 20vh;
  max-width: 768px;
}

.modal-dialog video {
  height: auto;
}

.modal-content {
  border: none;
  border-radius: 0;
}

.button {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 430px;
  height: 90px;
  border-radius: 55px;
  border: solid 1.5px #000000;
  font-size: 24px;
  letter-spacing: 1px;
}

.button:hover {
  cursor: pointer;
  color: #fff;
  border: solid 1.0px #000000;
  background: #b31818;
  opacity: 1;
}

@media print, screen and (max-width: 960px) {
  .button {
    width: 100%;
    height: 50px;
    font-size: 14px;
    border: solid 1px #000;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4000;
  /* background-color: #fff; */
}
.scroll{
  background-color: #fff;
}

.header .header-wrapper {
  background-color: #fff;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 4000;
  /* max-width: 1280px; */
  margin: 0 auto;
  padding: 0 7.333333VW;
  height: 45px;
  /* height: 65px; */
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header .header-wrapper .logo {
  display: block;
}

.header .header-wrapper .logo img {
  display: block;
  width: 45px;
  height: auto;
}

.header .nav {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 65px;
  left: 0;
  z-index: 3900;
  /* background-color: #b31818; */
  /* padding: 160px 0 64px; */
  height: calc(100% - 65px);
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
-o-transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  font-family: 'DIN', sans-serif;
}
.header .nav:hover {
  background-color: none;

}

.header .nav.is-expand {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  /* background-color: rgba( 30, 30, 30, 0.35 ); */
  z-index: 3900;
}

.header .nav-wrapper {
  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;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
  justify-content: center;
}

.header .nav-list {
  width: 100%;
  margin: 0 auto;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 0;
  margin-bottom: 100px;
  background-color: #b31818;
  padding: calc((2% + 0.25vw));
}

.header .nav-list > .item {
  font-size: 36px;
  width: 25%;
  text-align: left;
}

.header .nav-list > .item:nth-child(3) > a:hover {
  cursor: no-drop;
}

.header .nav-list > .item:nth-child(3) *:hover {
  opacity: 1;
}

.header .nav-list > .item:nth-child(4) > a {
  cursor: no-drop;
}

.header .nav-list > .item:nth-child(4) > a:hover {
  opacity: 1;
}

.header .nav-list > .item a {
  display: block;
  padding: 18px 0 18px 16px;
  color: #fff;
  letter-spacing: .2vw;
  -webkit-transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
-o-transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
.header .nav-list > .item a:hover {
  color: #fff;
  background-color: #222;
  opacity: 1;

}

.header .nav-list > .item a.active + hr {
  background-color: #fff;
}

.header .nav-list hr {
  width: 100%;
  height: 3px;
  background-color: #9b9b9b;
}

.header .sub-nav a {
  font-size: 18px;
  letter-spacing: 3.86px;
}

.header .nav-footer {
  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;
  background-color: #b31818;
  padding: 50px 50px 50px 50px;
}

.header .nav-footer .logo {
  display: block;
}

.header .nav-footer .logo img {
  width: 114px;
}

.header .nav-footer .description {
  margin-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 10px;
}

.header .sns {
  text-align: right;
}

.header .sns-list > .item {
  display: inline-block;
  margin-left: 30px;
}

.header .sns-list > .item img {
  height: 23px;
}

.header .copy-right {
  font-size: 11px;
  margin-top: 60px;
}

.header .pc-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  padding-right: 40px;
}

.header .pc-nav a {
  padding: 20px 20px;
  font-weight: 100;
  font-size: 1.1em;
  text-align: center;
  letter-spacing: .2em;
  /* filter: blur(50px); */
}
.header .pc-nav a:hover {
  /* padding: 0 20px; */
  font-size: 1.1em;
  background-color: #b31818;
  color: white;
  opacity: 1;
  height: 100%;
  box-sizing: border-box;
  /* filter: blur(0); */

}

@media print, screen and (max-width: 960px) {
  .header .pc-nav {
    display: none;
  }
  .header .header-wrapper {
    height: 55px;
  }
  .header .header-wrapper .logo img {
    width: 40px;
  }
  .header .nav {
    top: 55px;
    padding: 60px 0 60px;
    overflow: scroll;
    height: 100%;
  }
  .header .nav-wrapper {
    max-width: 1280px;
    padding: 0 20px;
    margin: 0 auto;
    height: 100%;
  }
  .header .nav-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0px;
    -webkit-box-flex: unset;
    -webkit-flex-grow: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
  }
  .header .nav-list > .item {
    font-size: 15px;
    width: 50%;
    margin-bottom: 30px;
  }
  .header .nav-list > .item:nth-last-child(1), .header .nav-list > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .header .nav-list > .item a {
    letter-spacing: 3px;
    padding: 8px;
  }
  .header .nav-list hr {
    height: 1px;
  }
  .header .nav-list > .item{
    margin-bottom: 0px;
  }
  .header .sub-nav a {
    font-size: 11px;
  }
  .header .nav-footer {
    font-size: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    display: flex;
    padding: 0;
    display: none;
  }
  .header .nav-footer .logo img {
    width: 50px;
  }
  .header .nav-footer .description {
    margin-left: 0;
    /* width: calc(100% - 100px); */
    padding-left: 50px;
  }
  .header .sns {
    width: 100%;
    margin: 30px 0 50px;
    text-align: center;
  }
  .header .sns-list > .item {
    display: inline-block;
    margin-left: 30px;
  }
  .header .sns-list > .item img {
    height: 23px;
  }
  .header .copy-right {
    text-align: center;
  }
}

.main {
  /* margin-top: 65px; */
}

.banner{
  height: 550px;
  width: 100vw;
  background-color: #b31818;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.banner .title{
  color: #fff;
  font-size: 48px;
  letter-spacing: .2em;
}
.banner .description{
  color: #fff;
  font-size: 24px;
  letter-spacing: .2em;
}
.gigaschool-banner > img {
  display: block;
  max-height: 550px;
  width: 100vw;
  object-fit: cover;
}
.rental-banner{
  background-image: url(../image/banner/KUMA&PANDA.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 550px;
  width: 100vw;
  /* background-color: #b31818; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.rental-banner .title{
  color: #000;
  font-size: 48px;
  letter-spacing: .2em;
}
.rental-banner .description{
  color: #000;
  font-size: 24px;
  letter-spacing: .2em;
}

@media print, screen and (max-width: 960px) {

.banner{
  height: 300px;
  width: 100vw;
  background-color: #b31818;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.banner .title{
  color: #fff;
  font-size: 6vw;
  letter-spacing: .2em;
}
.banner .description{
  color: #fff;
  font-size: 1em;
  letter-spacing: .2em;
}
.rental-banner{
  background-image: url(../image/banner/KUMA&PANDA_SP.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 325px;
  width: 100vw;
  /* background-color: #b31818; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.rental-banner .title{
  color: #000;
  font-size: 2em;
  letter-spacing: .2em;
}
.rental-banner .description{
  color: #000;
  font-size: 2em;
  letter-spacing: .2em;
}

}

.page-title {
  max-width: 1280px;
  margin: 0 auto;
  padding: 70px 20px;
  font-size: 48px;
  font-weight: 300;
}

.section-content .section-wrapper {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}

.section-title {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 1440px;
  padding: 0 56px;
  font-weight: 100;
}

.section-title .font-en {
  font-size: 33px;
  line-height: 1;
}

.section-title .text {
  padding-left: 24px;
  margin-left: 24px;
  border-left: 2px solid #000;
  font-size: 24px;
  line-height: 1;
}

.section-container {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
  /* max-width: 1440px; */
  margin: 0 auto;
}

.section-container .wrapper {
  position: relative;
  width: 100%;
  max-width: 1280px;
  padding: 0 20px;
}

.cover-container {
  max-width: 100%;
}

.image-content {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

ul.params-content li {
  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;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
}

ul.params-content li + li {
  padding-top: 12px;
}

ul.params-content .name {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 150px;
}

ul.params-content .name br {
  display: none;
}

ul.params-content .line {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 96px;
  height: 12px;
  margin: 0 48px 0 16px;
  background: url("../image/dot-small.png") left center no-repeat;
  background-size: auto 1px;
}

ul.params-content .description {
  width: 100%;
  word-break: break-word;
}

.product-container .section-title {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-weight: 200 !important;
  padding-left: 40px;
}

.product-container .button {
  margin-top: 54px;
  margin-left: 0;
  margin-bottom: 66px;
}

.product-container .content {
  position: relative;
  width: 600px;
  z-index: 0;
}

.product-container .content ul {
  padding: 48px 0;
  font-size: 10px;
  font-weight: bold;
}

.product-container .content li + li {
  padding-top: 12px;
}

.product-container .content .name {
  position: relative;
  padding: 48px 0;
  z-index: 2;
}

.product-container .content .border-dot {
  background: url("../image/dot.png") left top repeat-x;
  background-size: auto 1px;
}

.product-container .content .label {
  font-size: 1.6666666666666667VW;
  letter-spacing: 1px;
  font-weight: bold;
}

.product-container .content .name-text {
  padding-top: 16px;
  font-size: 5.555555555555555VW;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  font-family: 'DIN';
  white-space: nowrap;
}
.product-container .content .name-text span{
  font-size: 2.7777777777777777VW;
}
.product-container .content .name-text + .label {
  padding-top: 16px;
}

.product-container .content .description {
  position: relative;
  padding-top: 48px;
  font-size: 22px;
  letter-spacing: 3.7px;
  z-index: 2;
}

.product-container .circle {
  position: absolute;
  left: 620px;
  bottom: 130px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background-color: #b31818;
}

.product-container .circle.small {
  right: 560px;
  width: 34px;
  height: 34px;
}

.button-container {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 0px;
}

.button-container .item + .item {
  margin-left: 60px;
}

.button-container p {
  padding-top: 24px;
  text-align: center;
}

.rental-container {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 650px;
  padding-top: 0 !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  max-width: 1440px;
}

.rental-container .content {
  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;
  -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-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 420px;
  height: 420px;
  background: url("../image/index/section-border.png") 0 0 no-repeat;
  background-size: contain;
}

.rental-container p {
  padding: 32px 0 70px;
}

.rental-container .button-gradient {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 240px;
  height: 55px;
  background: url("../image/index/button-border.png") center no-repeat;
  background-size: contain;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.5px;
  cursor: pointer;
}

.fluid-container {
  border-bottom: solid 1px #cccccc;
}

.contact-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.contact-container .title,
.contact-container .text-content {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  height: 100%;
}

.contact-container .title {
  padding: 160px 0;
  border-right: solid 1px #cccccc;
  font-size: 48px;
  letter-spacing: 1px;
  font-weight: 300;
}

.contact-container .text-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  font-weight: 300;
}

.contact-container p {
  padding-top: 48px;
  text-align: center;
}

.more {
  position: absolute;
  bottom: 0;
  cursor: pointer;
}

.more.vertical {
  left: 16%;
  width: 32px;
  height: 120px;
  border-left: 3px solid #fff;
}

.more.vertical::after {
  content: 'MORE';
  position: absolute;
  left: 0;
  top: 6px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 18px;
}

.more.arrow {
  width: 5.208333333333334vw;
  height: 5.208333333333334vw;
  left: 0;
  bottom: 0;
  /* margin-left: -21px; */
  background: #fff url("../image/icon/icon-arrow-up-down.png") 0 0 no-repeat;
  background-size: 5.208333333333334vw auto;
  cursor: pointer;
  z-index: 990;
}
.more.arrow:hover {
  background-position: 0 -5.208333333333334vw;
}

.slides {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
}

/* FC start */
.fc-slides {
  position: relative;
  width: 100%;
  height: 100%;
}
.fc-slides .slick-list,
.fc-slides .slick-track,
.fc-slides .slick-slide,
.fc-slides .slick-slide>div ,
.fc-slides .slick-slide .item,
.fc-slides .slick-slide .image {
  height: 100%;
}
.page-index .section-container .kv-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  pointer-events: none;
}
.fc-slides .slick-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0;
  width: 5.208333333333334vw;
  height: 5.208333333333334vw;
  background: #fff url('../image/icon/icon-controls.png') no-repeat 0 0;
  background-size: 10.41666666666667vw;
  margin-top: -38px;
  z-index: 990;
  text-indent: -999px;
  overflow: hidden;
  border: 0;
  cursor: pointer;
  outline: none;
}

.fc-slides .slick-prev {
  right: 5.208333333333334vw;
}
.fc-slides .slick-prev:hover {
  background-position: 0 -5.208333333333334vw;
}

.fc-slides .slick-next {
  background-position: -5.208333333333334vw 0;
}
.fc-slides .slick-next:hover {
  background-position: -5.208333333333334vw -5.208333333333334vw;
}

.fc-slides .slick-dots {
  position: absolute;
  top: 100%;
  left: 2.2vw;
  margin-top: 10px;
}
.fc-slides .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.fc-slides .slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  border: 0;
  padding: 0;
  box-shadow: none;
  text-indent: -99px;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  position: relative;
  background: transparent none;
}
.fc-slides .slick-dots button:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 3px;
  top: 3px;
  border-radius: 3px;
  background: #333;
}
.fc-slides .slick-dots .slick-active button:after {
  background-color: #f00;
}
/* FC end */

.page-index .slides .image,
.page-index .fc-slides .image { /* FC added */
  /* width: 81.80555555555556VW; */
  /* min-height: 900px; */
  height: 90vh;
  /* height: calc(100vh - 65px); */
  background-position: center;
  background-size: cover;
}
.slides .image,
.fc-slides .image { /* FC added */
  width: 100%;
  /* min-height: 900px; */
  height: calc(100vh - 65px);
  background-position: center;
  background-size: cover;
}



@media print, screen and (max-width: 960px) {
  .main {
    /* margin-top: 55px; */
  }
  .page-title {
    padding: 50px 20px;
    font-size: 20px;
  }
  .section-content .section-wrapper {
    max-width: 1280px;
    padding: 0 20px;
    padding-bottom: 120px;
    margin: 0 auto;
  }
  .section-container .wrapper {
    /* padding: 0 0; */
  }
  .section-title {
    padding: 0;
  }
  .section-title .font-en {
    font-size: 20px;
  }
  .section-title .text {
    border-left-width: 1px;
    font-size: 16px;
  }
  .product-container .section-title {
    padding: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .product-container .button {
    margin-top: 54px;
    margin-left: 0;
    margin-bottom: 66px;
  }
  .product-container .content {
    width: 100%;
  }
  .product-container .content ul {
    position: absolute;
    left: 0;
    top: 300px;
    padding: 20px 0 0 0;
  }
  .product-container .content li + li {
    padding-top: 12px;
  }
  .product-container .content .name {
    padding-top: 100px;
  }
  .product-container .content .border-dot {
    background: url("../image/dot.png") left top repeat-x;
    background-size: auto 1px;
  }
  .product-container .content .label {
    font-size: 24px;
    letter-spacing: 1px;
  }
  .product-container .content .name-text {
    font-size: 48px;
  }
  .product-container .content .description {
    padding-top: 0;
    padding-bottom: 24px;
    font-size: 12px;
    background-position-y: bottom;
  }
  ul.params-content {
    padding: 0 10vw;
  }
  ul.params-content li {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 10px;
    font-weight: normal;
  }
  ul.params-content li + li {
    padding-top: 36px;
  }
  ul.params-content .name {
    width: 54px;
  }
  ul.params-content .name br {
    display: block;
  }
  ul.params-content .line {
    width: 20px;
    margin: 0 8px 0 4px;
    background-position-y: 8px;
  }
  .button-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px;
  }
  .button-container .item {
    max-width: 480px;
    padding: 0 20px;
  }
  .button-container .item + .item {
    margin-left: 0;
    margin-top: 56px;
  }
  .rental-container {
    height: 540px;
    background-image: url("../image/index/04-sp.jpg") !important;
  }
  .rental-container .content {
    width: 80%;
    height: 340px;
    background: url("../image/index/section-border-sp.png") top center no-repeat;
    background-size: 106px 106px;
  }
  .rental-container img {
    width: 260px;
    padding-top: 120px;
  }
  .rental-container p {
    padding: 24px 0 54px;
  }
  .rental-container .button-gradient {
    width: 192px;
    height: 40px;
  }
  .contact-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-container .title,
  .contact-container .text-content {
    width: 100%;
    height: 100vw;
  }
  .contact-container .title {
    font-size: 33px;
    border-right: 0;
    border-bottom: solid 2px #cccccc;
  }
  .contact-container p {
    width: 100%;
    font-size: 12px;
    line-height: 2.4;
  }
  .fluid-container {
    border-bottom: none;
  }
  .more.vertical {
    left: 12px;
  }
  .more.arrow {
    bottom: 32px;
    width: 52px;
    height: 26px;
    margin-left: -26px;
    left: 50%;
    display: none;
  }
  .page-index .slides .image,
  .page-index .fc-slides .image { /* FC added */
    height: 60vh;
    /* height: calc(100vh - 55px); */
    min-height: auto;
  }
  .slides .image,
  .fc-slides .image { /* FC added */
    height: calc(100vh - 55px);
    min-height: auto;
  }
}

.footer {
  position: relative;
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #fff;
}

.footer .logo {
  width: 57px;
  display: inline-block;
  position: absolute;
}

.footer .logo img {
  width: 100%;
}

.footer .nav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer .nav-wrapper {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

.footer .nav-list {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 auto;
  font-family: 'DIN', sans-serif;
}

.footer .nav-list > .item {
  font-size: 12px;
  width: 25%;
  letter-spacing: 2.6px;
}

.footer .nav-list > .item:nth-child(3) * {
  /* cursor: no-drop; */
}

.footer .nav-list > .item:nth-child(3) *:hover {
  opacity: 1;
}

.footer .nav-list > .item:nth-child(4) > a {
  /* cursor: no-drop; */
}

.footer .nav-list > .item:nth-child(4) > a:hover {
  opacity: 1;
}

.footer .nav-list > .item a {
  display: block;
  padding-left: 8px;
}
.footer .nav-list > .item a:hover{
  background-color: #b31818;
  opacity: 1;
  color: white;

}

.footer .nav-list > .item a.active + hr {
  background-color: #b31818;
}

.footer .nav-list hr {
  width: 100%;
  height: 1px;
  background-color: #bfbfbf;
  margin-bottom: 50px;
}

.footer .sub-nav > .item + .item {
  margin-top: 25px;
}

.footer .sub-nav a {
  font-size: 10px;
  letter-spacing: 2.4px;
}

.footer .nav-footer {
  font-size: 10px;
  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;
}

.footer .nav-footer .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer .nav-footer .logo img {
  width: 114px;
  height: 67px;
}

.footer .description {
  font-size: 10px;
  margin-bottom: 20px;
  /* margin-top: -90px; */
}

.footer .description p:first-child {
  margin-bottom: 20px;
}

.footer .description p {
  margin-bottom: 10px;
}

.footer .sns-list > .item {
  display: inline-block;
  margin-left: 30px;
}

.footer .sns-list > .item img {
  height: 23px;
}

.footer .copy-right {
  margin-top: 10px;
  position: absolute;
  right: 20px;
  bottom: 0;
  letter-spacing: .2em;
  font-weight: 100;
  text-transform: uppercase;
}

@media print, screen and (max-width: 960px) {
  .footer {
    border-top: solid 1px #cccccc;
    padding: 40px 0;
  }
  .footer .logo {
    width: 60px;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
    position: relative;
  }
  .footer .logo img {
    width: 100%;
  }
  .footer .nav-wrapper {
    max-width: 1280px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
  }
  .footer .nav-list {
    width: 100%;
    margin: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer .nav-list > .item {
    font-size: 12px;
    width: 50%;
    text-align: center;
    margin-bottom: 90px;
  }
  .footer .nav-list > .item:nth-last-child(1), .footer .nav-list > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .footer .nav-list hr {
    height: 1px;
    margin: 14px 0 28px;
  }
  .footer .sub-nav > .item + .item {
    margin-top: 25px;
  }
  .footer .sub-nav a {
    font-size: 10px;
    letter-spacing: 2.4;
  }
  .footer .nav-footer {
    font-size: 10px;
    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;
  }
  .footer .nav-footer .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .nav-footer .logo img {
    width: 114px;
    height: auto;
  }
  .footer .description {
    font-size: 10px;
    margin-bottom: 20px;
    margin-top: 80px;
    text-align: left;
  }
  .footer .description p:first-child {
    margin-bottom: 20px;
    font-size: 12px;
    text-align: center;
  }
  .footer .description p {
    margin-bottom: 10px;
  }
  .footer .sns {
    margin-top: 40px;
  }
  .footer .sns-list {
    text-align: center;
  }
  .footer .sns-list > .item {
    display: inline-block;
    margin-left: 30px;
  }
  .footer .sns-list > .item img {
    height: 23px;
  }
  .footer .copy-right {
    text-align: center;
    margin-top: 10px;
    position: static;
  }
}

@-webkit-keyframes loading {
  from {
    background-size: 200px auto;
    opacity: 0.4;
  }
  60% {
    background-size: 240px auto;
    opacity: 1;
  }
}

@keyframes loading {
  from {
    background-size: 200px auto;
    opacity: 0.4;
  }
  60% {
    background-size: 240px auto;
    opacity: 1;
  }
}

.page-loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 4001;
  background-color: #FFF;
  opacity: 1;
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.page-loading::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../image/overlay_logo.svg") center no-repeat;
  background-size: 20vw auto;
  -webkit-animation: infinite .9s loading;
  animation: infinite .9s loading;
}

.page-loading.page-product {
  background: url("../image/product/bg-cover.jpg") left top #fff no-repeat;
  background-size: cover;
}

.page-loading.page-product::before {
  content: none;
}

.page-loading.page-product .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../image/product/overlay.png") left top no-repeat;
  background-size: cover;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.page-loading.page-product.hidden .overlay {
  opacity: 0;
}

.page-index {
  overflow: hidden;
}

.page-index .cover-container {
  width: 100%;
  min-height: 700px;
  /* height: calc(100vh - 65px); */
  height: 100vh;
  border: 50px solid #FFF;
  /* box-sizing: content-box; */
  box-sizing: border-box;
}

.page-index .cover-container .wrapper {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 710px;
  color: #fff;
  pointer-events: none;
  margin: 0 auto;
}

.page-index .cover-container .text-content img {
  width: 100px;
}

.page-index .cover-container .title {
  font-size: calc((100% + 3vw));
  font-weight: bold;
  letter-spacing: .2em;
  font-family: a-otf-midashi-go-mb31-pr6n,sans-serif;
font-weight: 600;
font-style: normal;
}

.page-index .cover-container .title .tagline {
  /* background-color: #b31818; */
  background-color: #222;
  padding: 10px 20px;

}
.page-index .cover-container .text-content .title img{
  position: absolute;
  width: auto;
  height: 100%;
  top: -10%;
}

.page-index .cover-container .title span {
  /* display: block; */
  line-height: 1vw;
  /* background-color: #b31818; */
  background-color: #222;
  padding: 10px 20px;
    margin: 10px 0;

}

.page-index .cover-container .description {
  position: absolute;
  top: 20vh;
  /* font-size: calc((100% + .35vw)); */
  letter-spacing: 2.2px;
}
.page-index .cover-container .description span {
  /* background-color: #b31818; */
  background-color: #fff;
  padding: 10px 10px;
  margin: 20px 0;
  line-height: 3;
  color: black;
  /* margin: 30px 0; */
  font-weight: bold;
  font-size: 1.5em;
  /* font-family: a-otf-midashi-go-mb31-pr6n,sans-serif; */
}

.page-index .cover-container .smartphone-only-description {
  position: absolute;
  top: 20vh;
  /* font-size: calc((100% + .35vw)); */
  letter-spacing: 2.2px;
}
.page-index .cover-container .smartphone-only-description span {
  /* background-color: #b31818; */
  padding: 10px 10px;
  margin: 20px 0;
  line-height: 3;
  /* margin: 30px 0; */
  font-weight: bold;
  font-size: 1.5em;
  /* font-family: a-otf-midashi-go-mb31-pr6n,sans-serif; */
  background-color: transparent;
  color: transparent;
}

.page-index .cover-container .button-white {
  position: absolute;
  /* left: 50%; */
  right: 0;
  margin-left: -215px;
  bottom: 10%;
}

.page-index .cover-container .image-content {
  position: absolute;
  right: 0%;
  /* left: 50%; */
  top: 6%;
  /* bottom: 0%; */
  width: auto;
}
.page-index .cover-container .image-content svg{
  width: 40vw;

}

.page-index .cover-container .image-content img {
  /* max-width: 405px; */
  width: 25vw;
}


.page-index .across-container{
  margin-top: 100px;
}
.page-index .across-container .item {
  position: relative;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 650px;

}

.page-index .across-container .item:first-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.page-index .across-container p + p {
  padding-top: 32px;
}

.page-index .across-container .text-content,
.page-index .across-container .image-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.page-index .across-container .text-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 110px;
}

.page-index .across-container .title {
  font-size: 33px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #333;
}

.page-index .across-container .description {
  padding-top: 64px;
  font-size: 18px;
}

.page-index .across-container .image-content {
  height: 100%;
}

.page-index .product-container {
  padding-top: 230px;
  padding-bottom: 80px;
}

.page-index .product-container img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 580px;
  z-index: 3;
}

.page-index .product-container .name {
  padding-top: 130px;
  padding-bottom: 16px;
}

.page-index .product-container .label {
  font-size: 33px;
  font-weight: normal;
}

.page-index .product-container .description {
  max-width: 480px;
  font-size: 18px;
  padding-top: 0;
  letter-spacing: 0;
  text-align: start;
}

.page-index .product-container .circle {
  width: 240px;
  height: 240px;
  right: -90px;
  left: auto;
  bottom: 150px;
}

.page-index .product-container .circle.small {
  right: 150px;
  width: 30px;
  height: 30px;
}

.page-index .about-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #ffffff;
}

.page-index .about-container .text-content,
.page-index .about-container .image-content {
  position: relative;
  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;
  -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-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  height: 1100px;
}

.page-index .about-container .text-content {
  background-color: #b31818;
}

.page-index .about-container .title {
  font-size: 33px;
  font-weight: bold;
  letter-spacing: .3em;
  text-indent: .3em;
  font-family: a-otf-midashi-go-mb31-pr6n,sans-serif;
}

.page-index .about-container p {
  max-width: 340px;
  padding-top: 16px;
  font-size: 18px;
}

.page-index .about-container .image-content {
  width: 50%;
}

.page-index .about-container img {
  width: 210px;
}

.page-index .about-container a.button {
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -150px;
}

/* FC start */
@media print, (min-width: 1680px) {
  .fc-slides .slick-arrow {
    margin-top: -55px;
  }
}
/* FC end */

@media print, screen and (max-width: 960px) {
  .page-index .cover-container{
    border: 0;
    height: auto;
    min-height: 710px;
  }
  .page-index .cover-container .text-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: center;
    width: 100%;
    /* max-height: 100%; */
    /* height: calc(100vh - 55px); */
    /* padding-bottom: 96px; */
  }
  .page-index .cover-container .wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* margin: 5vh 0 0 0; */
  }
  .page-index .cover-container .title {
    width: 100vw;
    height: 100%;
    font-size: 18px;
    letter-spacing: 5px;
    /* padding-top: 56px; */
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .page-index .cover-container .button-white{
    /* position: relative; */
    left: auto;
    bottom:auto;
  }
.page-index .cover-container .image-content{
  bottom: auto;
  left:auto;
  /* top: 10%; */
}

  .page-index .cover-container .wrapper .image-content{
    width: 62%;
    position: absolute;
    right: auto;
    top: auto;
    bottom: 5vh;
  }
  .page-index .cover-container .wrapper .image-content img{
    width: 100%;
  }
  .more.arr
  .more.arrow{
    display: none;
  }
  .page-index .cover-container .description {
    top: 0;
    padding: auto;
    display: block;
    position: relative;
    padding: 80px 0 20px 5vw;
    /* line-height: .2em; */
  }
  .page-index .cover-container .description span {
    /* background-color: #b31818; */
    background-color: #fff;
    padding: 10px 10px;
    margin: 20px 0;
    line-height: 2;
    color: black;
    font-size: 1em;
    /* margin: 30px 0; */
  }

  .page-index .cover-container .smartphone-only-description {
    top: 0;
    padding: auto;
    display: block;
    position: relative;
    padding: 80px 0 20px 5vw;
    /* line-height: .2em; */
  }
  .page-index .cover-container .smartphone-only-description span {
    /* background-color: #b31818; */
    padding: 10px 10px;
    margin: 20px 0;
    line-height: 2;
    font-size: 1em;
    /* margin: 30px 0; */
    background-color: #fff;
    color: black;
  }

  .page-index .across-container .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-index .across-container .item:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-index .across-container .text-content {
    width: 100%;
  }
  .page-index .across-container .text-content {
    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;
    min-height: 68vw;
    padding: 56px 32px;
  }
  .page-index .cover-container .text-content .title img{
    position:relative;
    top: 0;
    width: 60%;
  }
  .page-index .across-container .title {
    font-size: 24px;
  }
  .page-index .across-container .description {
    padding-top: 30px;
  }
  .page-index .across-container .image-content {
    width: 100%;
    height: 68vw;
  }
  .page-index .product-container {
    padding-top: 48px;
    padding-bottom: 160px;
  }
  .page-index .product-container .content {
    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;
    -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-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-index .product-container img {
    position: absolute;
    right: 50%;
    bottom: auto;
    top: 64px;
    width: 286px;
    margin-right: -143px;
  }
  .page-index .product-container .name {
    padding-top: 380px;
    padding-bottom: 0;
  }
  .page-index .product-container .label {
    font-size: 20px;
  }
  .page-index .product-container .description {
    max-width: 285px;
    font-size: 12px;
    line-height: 1.4;
    text-align: justify;
  }
  .page-index .product-container .button {
    position: absolute;
    bottom: -120px;
    left: 50%;
    margin-left: -98px;
  }
  .page-index .product-container .circle {
    right: -70px;
    left: auto;
    bottom: 120px;
    width: 160px;
    height: 160px;
    z-index: -1;
  }
  .page-index .product-container .circle.small {
    right: 90px;
    width: 20px;
    height: 20px;
  }
  .page-index .about-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-index .about-container .text-content,
  .page-index .about-container .image-content {
    width: 100%;
    height: 100vw;
  }
  .page-index .about-container .title {
    font-size: 24px;
  }
  .page-index .about-container p {
    max-width: 256px;
    font-size: 12px;
  }
  .page-index .about-container img {
    width: 100px;
  }
  .page-index .about-container a.button {
    bottom: 64px;
    margin-left: -98px;
  }
  .page-index .button {
    width: 196px;
  }
  .page-index .slides .image,
  .page-index .fc-slides .image { /* FC added */
    width: auto;
    height: 40vh;
  }
  /* .page-index .slides{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
  } */
}


}

.page-privacypolicy .section-1 {
  padding: 210px 0;
  background-color: #b31818;
  color: #fff;
  font-size: 18px;
  line-height: 2.22;
  letter-spacing: 3px;
}

.page-privacypolicy .section-2 {
  margin-top: 127px;
}

.page-privacypolicy .section-2 .content + .content {
  margin-top: 45px;
}

.page-privacypolicy .section-2 .content:last-child {
  text-align: right;
}

.page-privacypolicy .section-2 .title {
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 1.79;
}

.page-privacypolicy .section-2 li + li {
  margin-top: 45px;
}

.page-privacypolicy .section-2 li p {
  font-size: 14px;
}

@media print, screen and (max-width: 960px) {
  .page-privacypolicy .section-1 {
    padding: 40px 0;
    font-size: 12px;
    line-height: 2.6;
    letter-spacing: 1.5px;
  }
  .page-privacypolicy .section-2 {
    margin-top: 60px;
  }
  .page-privacypolicy .section-2 .content + .content {
    margin-top: 40px;
  }
  .page-privacypolicy .section-2 .title {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .page-privacypolicy .section-2 li + li {
    margin-top: 45px;
  }
  .page-privacypolicy .section-2 li p {
    font-size: 14px;
  }
}

.page-contact .page-title {
  text-align: center;
}

.page-contact .section-wrapper {
  max-width: 720px;
}

.page-contact .section-header {
  text-align: center;
  margin-bottom: 70px;
  color: #333333;
}

.page-contact .section-header p {
  font-size: 20px;
  margin-bottom: 20px;
}

.page-contact .section-header .span {
  font-size: 16px;
  color: #333333;
}

.form.is-confirming .input-parts * {
  cursor: not-allowed;
}

.form.is-confirming .input-parts + .is-not-inputted {
  margin-top: 10px;
}

.form.is-confirming .input-parts.is-not-inputted {
  display: none;
}

.form.is-confirming .input-parts input[type='text'] {
  background-color: #fff;
}

.form.is-confirming .controll-panel .to-confirm {
  display: none;
}

.form.is-confirming .controll-panel .to-thanks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-content + .form-content {
  margin-top: 90px;
}

.form-content.is-required .form-content-title:before {
  content: '*';
  color: #b31818;
}

.form-content .form-content-title {
  font-size: 24px;
  margin-bottom: 15px;
}

.form-content .supplement {
  margin-bottom: 20px;
}

.form-content .input-parts {
  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;
  position: relative;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-content .input-parts + .input-parts {
  margin-top: 32px;
}

.form-content .input-parts .checkbox,
.form-content .input-parts .radio {
  width: 22px;
  height: 22px;
  border-radius: 5px;
  border: 1px solid #eee;
  background-color: #f5f5f5;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-content .input-parts .checkbox {
  text-align: center;
}

.form-content .input-parts .checkbox img {
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  opacity: 0;
}

.form-content .input-parts .radio {
  border-radius: 50%;
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.form-content .input-parts .radio:before {
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.form-content label {
  font-size: 15px;
  color: #333;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 10px;
}

.form-content label + input[type='text'] {
  max-width: 60%;
  min-width: 60%;
  height: 30px;
  font-size: 15px;
}

.form-content label.error {
  margin-top: 5px;
  width: 100%;
  color: red;
}

.form-content input[type='text'],
.form-content textarea {
  font-size: 20px;
  border-radius: 10px;
  background-color: #f5f5f5;
  border: none;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.form-content input[type='text']:focus,
.form-content textarea:focus {
  outline: 0;
}

.form-content input[type='text'].error,
.form-content textarea.error {
  border: 1px solid red;
}

.form-content input[type='text'] {
  height: 50px;
  padding: 0 10px;
}

.form-content textarea {
  height: 400px;
  padding: 10px;
}

.form-content input[type='radio'],
.form-content input[type='checkbox'] {
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  z-index: 2;
  opacity: 0;
}

.form-content input[type='radio']:checked + .radio {
  border: 1px #b31818 solid;
}

.form-content input[type='radio']:checked + .radio:before {
  content: '';
  background-color: #b31818;
}

.form-content input[type='checkbox']:checked + .checkbox img {
  opacity: 1;
}

.form-content.controll-panel {
  margin-top: 200px;
  text-align: center;
}

.form-content.controll-panel .to-confirm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-content.controll-panel .to-thanks {
  display: none;
}

@media print, screen and (max-width: 960px) {
  .page-contact .section-header {
    margin-bottom: 40px;
  }
  .page-contact .section-header p {
    font-size: 12px;
    margin-bottom: 24px;
  }
  .page-contact .section-header .span {
    font-size: 10px;
  }
  .form-content + .form-content {
    margin-top: 50px;
  }
  .form-content .form-content-title {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .form-content .supplement {
    margin-bottom: 20px;
  }
  .form-content .input-parts {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-content .input-parts + .input-parts {
    margin-top: 30px;
  }
  .form-content .input-parts .checkbox,
  .form-content .input-parts .radio {
    width: 19px;
    height: 19px;
  }
  .form-content .input-parts .radio {
    border-radius: 50%;
  }
  .form-content .input-parts .radio:before {
    width: 11px;
    height: 11px;
  }
  .form-content label {
    font-size: 12px;
    margin-left: 10px;
  }
  .form-content label + input[type='text'] {
    max-width: 60%;
    min-width: 60%;
    height: 30px;
    font-size: 15px;
  }
  .form-content input[type='text'],
  .form-content textarea {
    font-size: 18px;
    border-radius: 6px;
  }
  .form-content input[type='text'] {
    height: 40px;
    padding: 0 10px;
  }
  .form-content textarea {
    height: 200px;
  }
  .form-content input[type='radio'],
  .form-content input[type='checkbox'] {
    width: 19px;
    height: 19px;
    top: 50%;
    margin-top: -10px;
  }
  .form-content.controll-panel {
    margin-top: 40px;
  }
}

.page-product {
  width: 100vw;
  overflow-x: hidden;
}

.page-product .section-container {
  padding-top: 100px;
}

.page-product .wrapper-container {
  position: relative;
  width: 100%;
  padding-bottom: 100px;
  background-color: #fff;
}

.page-product .wrapper > .title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 72px 85px;
  font-size: 33px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: bold;
}

.page-product .wrapper > .title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: url("../image/dot.png") 0 0 repeat-x;
  background-size: auto 1px;
}

.page-product .wrapper > .title img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: 48px;
  margin-right: 32px;
}

.page-product .cover-container {
  margin: 0;
  padding-top: 0;
  z-index: 0;
  height: 2400px;
}

.page-product .cover-container .background-group {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -6;
}

.page-product .cover-container .background,
.page-product .cover-container .overlay {
  width: 100% !important;
  height: calc(100vh);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -4;
}

.page-product .cover-container .image-side {
  position: absolute;
  top: 0;
  left: 50%;
  width: 950px;
  margin-left: -475px;
  z-index: 2;
}

.page-product .cover-container .image-side img {
  width: 100%;
}

.page-product .cover-container .product-container {
  position: absolute;
  left: 0;
  bottom: 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  background: #fff;
  z-index: 0;
}

.page-product .cover-container .product-container ul {
  background-position-y: bottom;
}

.page-product .cover-container .wrapper {
  max-width: 1000px;
}

.page-product .cover-container .content {
  position: relative;
  z-index: 2;
}

.page-product .cover-container .section-title {
  padding-top: 240px;
  z-index: 10;
}

.page-product .cover-container .name {
  position: absolute;
  left: 0;
  top: 200px;
  width: 100%;
}

.page-product .cover-container .description {
  margin-top: 232px;
}

.page-product .cover-container .circle-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -2;
}

@media print, screen and (max-width: 960px) {
  .page-product .cover-container {
    height: 900px;
  }
  .page-product .cover-container .background,
  .page-product .cover-container .overlay {
    height: 460px;
    background-position: bottom right;
    background-size: cover;
  }
  .page-product .cover-container .name {
    top: -210px;
  }
  .page-product .cover-container .label {
    display: none;
  }
  .page-product .cover-container .background {
    background-image: url("../image/product/bg-cover-sp.jpg") !important;
  }
  .page-product .cover-container .product-container {
    padding-bottom: 100px;
  }
  .page-product .cover-container .product-container ul {
    top: 70px;
  }
  .page-product .cover-container .section-title {
    padding-top: 0;
    height: 0;
    visibility: hidden;
  }
  .page-product .cover-container .image-side {
    top: -280px;
    width: 300px;
    margin-left: -150px;
  }
  .page-product .cover-container .circle-content {
    bottom: -100px;
  }
  .page-product .cover-container .circle {
    position: absolute;
    left: auto;
    right: -10px;
    bottom: -16px;
    width: 160px;
    height: 160px;
  }
  .page-product .cover-container .circle.small {
    right: 160px;
    width: 20px;
    height: 20px;
  }
  .page-product .detail-container .item-content .title {
    position: relative;
    padding-bottom: 32px;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
  }
  .page-product .detail-container .item-content .description {
    padding-top: 32px;
    background: url("../image/dot.png") left top repeat-x;
    background-size: auto 1px;
    line-height: 2.29;
    letter-spacing: 2.3px;
    text-align: justify;
  }
}

.page-product .detail-container {
  max-width: 100%;
  padding-top: 160px;
  padding-bottom: 280px;
  z-index: 0;
}

.page-product .detail-container .wrapper {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1280px;
}

.page-product .detail-container .background {
  position: absolute;
  top: 0;
  left: 50%;
  width: 700px;
  height: 100%;
  margin-left: -350px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d8d8d8));
  background-image: -o-linear-gradient(top, #ffffff, #d8d8d8);
  background-image: linear-gradient(to bottom, #ffffff, #d8d8d8);
  z-index: -2;
}

.page-product .detail-container .item-content {
  max-width: 700px;
  width: 100%;
}

.page-product .detail-container .item-content .title {
  position: relative;
  padding-bottom: 32px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
}

.page-product .detail-container .item-content img {
  position: absolute;
  left: -106px;
  top: 16px;
  width: 62px;
}
@media print, screen and (min-width: 960px) {
.page-product .detail-container .item-content .description {
  padding-top: 32px;
  background: url("../image/dot.png") left top repeat-x;
  background-size: auto 1px;
  line-height: 2.29;
  letter-spacing: -.06em;
  text-align: justify;
  font-feature-settings: "palt" 1;
}
}
.page-product .detail-container .item-content .description p {
  /* text-align: center; */
}

.page-product .detail-container .item-content .description p + p {
  padding-top: 20px;
}

.page-product .detail-container .image-content {
  position: relative;
  z-index: -2;
}

.page-product .detail-container .image-separator {
  position: relative;
  height: 570px;
  width: calc(100% + 40px);
  max-width: 1440px;
  margin: 0 -20px;
  margin-top: 180px;
}

.page-product .detail-container .image-component {
  position: absolute;
  right: 0;
  top: -1150px;
  width: 212px;
  height: 1150px;
}

.page-product .detail-container .image-front {
  position: relative;
  width: 100%;
  height: 800px;
}

.page-product .detail-container .image-front img {
  position: absolute;
  left: 50%;
  top: -1100px;
  width: 2450px;
  margin-left: -1225px;
  opacity: 0;
}

.page-product .detail-container .image-axis {
  position: relative;
  width: 100%;
  margin-top: 280px;
  margin-bottom: 280px;
}

.page-product .detail-container .image-axis > div {
  width: 200%;
  background-repeat: repeat-x;
  background-position: center;
  background-size: cover;
  background-size: 286px auto;
}

.page-product .detail-container .image-axis > div.image-1 {
  height: 94px;
}

.page-product .detail-container .image-axis > div.image-2 {
  height: 262px;
}

.page-product .detail-container .image-axis > div.image-3 {
  margin-left: -572px;
  height: 140px;
}

.page-product .detail-container .image-product-wifi {
  position: relative;
  width: 100%;
  height: 1200px;
}

.page-product .detail-container .image-product-wifi img {
  position: absolute;
  width: 290px;
  opacity: 0;
}

.page-product .detail-container .image-product-wifi .wifi-1 {
  top: 20%;
  left: 50%;
  margin-left: -600px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.page-product .detail-container .image-product-wifi .wifi-1.animation {
  margin-left: -300px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.page-product .detail-container .image-product-wifi .wifi-2 {
  top: 40%;
  right: 50%;
  margin-right: -600px;
  -webkit-transform: rotate(-140deg);
  -ms-transform: rotate(-140deg);
  transform: rotate(-140deg);
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.page-product .detail-container .image-product-wifi .wifi-2.animation {
  margin-right: -300px;
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
  opacity: 1;
}

.page-product .detail-container .image-product-wifi .wifi-2 + .item-content {
  padding-top: 300px;
}

.page-product .detail-container .image-buckets {
  width: 100%;
  margin-top: 300px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.page-product .detail-container .image-buckets img {
  width: 100%;
  max-width: 1100px;
}

.page-product .detail-container .image-line {
  width: 100%;
  margin-top: 72px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.page-product .detail-container .image-line img {
  width: 100%;
  max-width: 1160px;
}

.page-product .detail-container .image-line + .item-content {
  padding-top: 220px;
}

.page-product #iconUnit,
.page-product #iconCircle,
.page-product #iconWifi {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 1.6s ease-in-out;
  -o-transition: all 1.6s ease-in-out;
  transition: all 1.6s ease-in-out;
}

.page-product #iconUnit.animation,
.page-product #iconCircle.animation,
.page-product #iconWifi.animation {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.page-product #iconArrowDoubleHollow {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.page-product #iconArrowDoubleHollow.animation {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.page-product #iconFill {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.page-product #iconFill.animation {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media print, screen and (min-width: 961px) {
  .page-product .detail-container .item-content.icon-top {
    text-align: center;
  }
  .page-product .detail-container .item-content.icon-top img {
    left: 50%;
    margin-left: -32px;
    top: -78px;
  }
  .page-product .detail-container .item-content.icon-top p {
    max-width: 528px;
    margin: 0 auto;
  }
}

@media print, screen and (max-width: 1100px) {
  .page-product .detail-container .image-component {
    display: none;
  }
}

@media print, screen and (max-width: 960px) {
  .page-product .detail-container {
    padding-bottom: 160px;
  }
  .page-product .detail-container .background {
    top: 0;
    width: 196px;
    height: 100%;
    margin-left: -98px;
  }
  .page-product .detail-container .item-content {
    width: 285px;
    margin: 0 auto;
  }
  .page-product .detail-container .item-content .title {
    width: 100%;
    padding-left: 48px;
    padding-bottom: 48px;
    font-size: 4.2VW;
    line-height: 1.8;
    font-feature-settings: "palt" 1;
  }
  .page-product .detail-container .item-content .title br {
    display: block !important;
  }
  .page-product .detail-container .item-content br {
    display: none;
  }
  .page-product .detail-container .item-content img {
    position: absolute;
    left: 0;
    top: 8px;
    width: 40px;
  }
  .page-product .detail-container .item-content .description p {
    line-height: 2.29;
    letter-spacing: 1px;
    text-align: justify;
  }
  .page-product .detail-container .item-content .description p + p {
    padding-top: 20px;
  }
  .page-product .detail-container .image-separator {
    height: 220px;
    margin-top: 60px;
    background-image: url("../image/index/03.jpg") !important;
    background-size: 100% auto;
  }
  .page-product .detail-container .image-front {
    height: 160px;
  }
  .page-product .detail-container .image-front img {
    top: -600px;
    width: 640px;
    margin-left: -320px;
  }
  .page-product .detail-container .image-front + .item-content {
    margin-top: 100px;
  }
  .page-product .detail-container .image-axis {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .page-product .detail-container .image-axis > div {
    background-size: 122px auto;
    background-position: top left;
  }
  .page-product .detail-container .image-axis > div.image-1 {
    height: 48px;
  }
  .page-product .detail-container .image-axis > div.image-2 {
    width: 200%;

    height: 132px;
  }
  .page-product .detail-container .image-axis > div.image-3 {
    width: 200%;
    margin-left: -366px;
    height: 84px;
  }
  .page-product .detail-container .image-product-wifi {
    height: 500px;
  }
  .page-product .detail-container .image-product-wifi img {
    width: 120px;
  }
  .page-product .detail-container .image-product-wifi .wifi-1 {
    margin-left: -300px;
  }
  .page-product .detail-container .image-product-wifi .wifi-1.animation {
    margin-left: -120px;
  }
  .page-product .detail-container .image-product-wifi .wifi-2 {
    margin-right: -300px;
  }
  .page-product .detail-container .image-product-wifi .wifi-2.animation {
    margin-right: -120px;
  }
  .page-product .detail-container .image-product-wifi .wifi-2 + .item-content {
    padding-top: 100px;
  }
  .page-product .detail-container .image-buckets {
    margin-top: 100px;
  }
  .page-product .detail-container .image-line + .item-content {
    padding-top: 100px;
  }
}

.page-product .develop-container .text-content {
  width: 600px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-product .develop-container .title {
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 0.8px;
}

.page-product .develop-container .label {
  padding-top: 16px;
  font-size: 24px;
  font-weight: 100;
  letter-spacing: 0.4px;
}

.page-product .develop-container .description {
  padding-top: 48px;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.4px;
}

.page-product .develop-container .button {
  margin-left: 0;
  margin-top: 64px;
}

.page-product .develop-container .image-content {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 550px;
  height: 559px;
  background-position-y: bottom;
}

.page-option .image-container,
.page-option .image-nav {
  width: 100%;
  margin: 0 auto;
}

.page-option .image-container .img,
.page-option .image-nav .img {
  width: 800px;
  height: 600px;
  margin: 0 auto;
  background-color: #d8d8d8;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media print, screen and (min-width: 961px) {
  .page-product .develop-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media print, screen and (max-width: 960px) {
  .page-product .develop-container {
    padding-top: 160px !important;
  }
  .page-product .develop-container .text-content {
    width: 100%;
    padding: 0 12px 64px;
    text-align: center;
  }
  .page-product .develop-container .title {
    font-size: 32px;
  }
  .page-product .develop-container .label {
    font-size: 16px;
  }
  .page-product .develop-container .description {
    font-size: 16px;
    text-align: center;
  }
  .page-product .develop-container .button {
    margin-left: auto;
  }
  .page-product .develop-container .image-content {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100vw;
    max-height: 560px;
  }
}

.page-product .specification-container .item-content .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 18px;
  font-weight: bold;
}

.page-product .specification-container .item-content .title .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  margin-right: 10px;
}

.page-product .specification-container ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 72px;
}
.page-product .specification-container ul li {
  text-align: justify;
  width: 85%;
}

@media print, screen and (max-width: 960px) {
  .page-product .specification-container .item-content .title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -20px;
    padding: 40px 0;
  }
  .page-product .specification-container ul {
    padding: 0;
  }
}

.page-product .slider-container .content {
  padding-top: 96px;
}

.page-product .image-container,
.page-product .image-nav {
  width: 100%;
  margin: 0 auto;
}

.page-product .image-container .img,
.page-product .image-nav .img {
  width: 800px;
  height: 600px;
  margin: 0 auto;
  background-color: #d8d8d8;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-product .image-nav {
  width: 820px;
  padding-top: 100px;
}

.page-product .image-nav .img {
  width: 100px;
  height: 75px;
  border: solid 1px #979797;
}

@media print, screen and (max-width: 960px) {
  .page-product .slider-container .content {
    padding-top: 72px;
  }
  .page-product .image-container .img {
    width: 250px;
    height: 200px;
  }
  .page-product .image-nav {
    width: 100%;
    padding-top: 32px;
  }
  .page-product .image-nav .img {
    width: 32px;
    height: 20px;
    border: solid 1px #979797;
  }
}

@media print, screen and (max-width: 960px) {
  .page-product .section-container {
    padding-top: 56px;
  }
  .page-product .wrapper > .title {
    -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;
    width: calc(100% + 24px);
    margin: 0 -12px;
    padding: 0 0 24px 0;
  }
  .page-product .wrapper > .title img {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.page-about .section-title {
  padding: 72px 0;
}
.page-about .main {
  /* overflow-x: hidden; */

}

.page-about .border-bottom {
  border-bottom: 1px dashed #979797;
}

.page-about .section-container {
  padding-bottom: 96px;
}

.page-about .cover-container {
  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;
  height: calc(100vh - 65px);
  min-height: 900px;
  padding: 0;
  margin-bottom: 96px;
  color: #fff;
  color: #fff;
  /* border: solid 50px #fff; */
}

.page-about .cover-container .section-title {
  position: absolute;
  left: 20px;
  top: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: auto;
  padding-top: 48px;
}

.page-about .cover-container .section-title .text {
  border-left-color: #fff;
}

.page-about .cover-container .section-title span {
  text-shadow: 1px 3px 8px rgba(0, 0, 0, 0.1);
}

.page-about .cover-container .wrapper {
  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;
  -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-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.page-about .cover-container .name {
  font-size: 2.2916666666666665VW;
  text-align: end;

  font-family: a-otf-midashi-go-mb31-pr6n,sans-serif;
  font-weight: bold;
}

.page-about .cover-container .description {
  width: 20VW;
  margin-top: 6.944444444444445VW;
  line-height: 1.8;
  letter-spacing: 0.8px;
  font-size: 1vw;
}

.page-about .summary-container ul.params-content li + li {
  padding-top: 24px;
}

.page-about .summary-container ul.params-content a {
  text-decoration: underline;
}

.page-about .organization-container .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1160px;
  margin: 0 auto;
}

.page-about .organization-container .item {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50%;
  padding: 96px 48px 0 48px;
}

.page-about .organization-container .name {
  font-size: 32px;
  letter-spacing: 3px;
}

.page-about .organization-container .title {
  font-size: 18px;
  letter-spacing: 2px;
}

.page-about .organization-container .description {
  padding-top: 32px;
  line-height: 2;
  letter-spacing: 1.4px;
  font-weight: 300;
}

.page-about .organization-container p + p {
  padding-top: 16px;
}

.page-about .organization-container .image-content {
  width: 578px;
  height: 350px;
  background-color: #d8d8d8;
}

.page-about .organization-container .content-item {
  padding-top: 48px;
}

.page-about .organization-container .content-item .title {
  font-size: 16px;
}

.page-about .parent-container .image-content {
  margin-top: 56px;
  height: 390px;
}

.page-about .parent-container .name {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 64px;
  font-size: 32px;
  letter-spacing: 3px;
}

.page-about .parent-container .description {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 32px;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 300;
}

.page-about .partner-container .wrapper {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 100px 0 54px;
}

.page-about .partner-container .item {
  padding: 16px;
}

.page-about .partner-container .image-content {
  width: 400px;
  height: 136px;
}

.page-about .fluid-container {
  border-bottom: none;
}

.page-about .contact-container .title {
  border-right: none;
}

@media print, screen and (max-width: 960px) {
  .page-about .section-title {
    padding: 0 0 48px;
  }
  .page-about .section-container {
    padding-bottom: 60px;
  }
  .page-about .cover-container {
    height: calc(100vh - 55px);
    min-height: auto;
    /* margin-bottom: 260px; */
    padding-bottom: 0;
  }
  .page-about .cover-container .wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: center;

  }
  .page-about .cover-container .section-title {
    display: none;
  }
  .page-about .cover-container .name {
    margin-top: 20vw;
    margin-right: 0;
    margin-left: 3.5vw;
    font-size: 3.6VW;
    text-align: start;
    line-height: 1.4;
  }
  .page-about .cover-container .description {
    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;
    max-width: 33vw;
    /* height: 200px; */
    font-size: 11px;
    line-height: 1.6;
    padding-top: 0;
        margin-left: 3.5vw;
  }
  .page-about .cover-container span {
    position: relative;
    display: block;
    min-width: 300px;
    width: 84vw;
  }
  .page-about .cover-container span::before {
    content: '';
    position: absolute;
    /* right: 2px; */
    top: -10px;
    width: 35px;
    height: 1px;
    background: #fff;
  }
  .page-about .summary-container {
    padding-top: 0;
  }
  .page-about .organization-container .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-about .organization-container .item {
    width: 100%;
    padding-left: 28px;
    padding-right: 28px;
  }
  .page-about .organization-container .name {
    font-size: 20px;
  }
  .page-about .organization-container .title {
    padding-top: 16px;
    font-size: 14px;
  }
  .page-about .organization-container .description {
    font-size: 12px;
    padding-top: 48px;
    letter-spacing: 0.6px;
  }
  .page-about .organization-container .image-content {
    position: absolute;
    right: 24px;
    top: 0;
    max-width: 150px;
    max-height: 150px;
    width: 38vw;
    height: 38vw;
  }
  .page-about .organization-container .content-item {
    padding: 64px 0 0;
  }
  .page-about .organization-container .content-item .description {
    padding-top: 24px;
    font-size: 14px;
    letter-spacing: 0;
  }
  .page-about .parent-container .image-content {
    width: 100%;
    margin-top: 40px;
    height: 44vw;
    background-image: url("../image/about/noex-sp.jpg") !important;
  }
  .page-about .parent-container .name {
    padding: 42px 32px 0 32px;
    font-size: 20px;
    letter-spacing: 3px;
  }
  .page-about .parent-container .description {
    padding: 20px 32px 48px 32px;
    font-size: 12px;
  }
  .page-about .partner-container {
    padding-bottom: 120px;
  }
  .page-about .partner-container .wrapper {
    padding: 40px 0 0;
  }
  .page-about .partner-container .item {
    width: 100%;
    display: block;
  }
  .page-about .partner-container .image-content {
    width: 100%;
    height: 30vw;
    max-width: 350px;
    max-height: 100px;
    margin: 0 auto;
  }
  .page-about .contact-container {
    padding-bottom: 0;
  }
  .page-about .contact-container .title {
    border-top: solid 2px #cccccc;
  }
}

.page-development .section-story {
  max-width: 100%;
}

.page-development .section-story .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding: 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 40px;
}

.page-development .section-story .wrapper > div {
  padding-top: 100px;
  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;
  max-width: 768px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 560px;
}

.page-development .section-story .title {
  margin-bottom: 50px;
  font-size: 33px;
  letter-spacing: .2em;
}

.page-development .section-story .title .font-en {
  font-size: 48px;
  font-weight: 300;
  display: block;
}

.page-development .section-story .title .sub {
  font-size: 24px;
  font-weight: 100;
}

.page-development .section-story .description {
  font-size: 33px;
  font-weight: bold;
  color: #333;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.page-development .section-story .key-visual {
  width: 40%;
  min-height: 100%;
  background-size: cover;
  background-position: center center;
}

.page-development .section-hoge {
  margin-top: 120px;
}

.page-development .section-hoge .title {
  font-size: 33px;
  margin-bottom: 20px;
}

.page-development .section-hoge .description {
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  width: 49%;
  padding: 0 100px;
}

.page-development .section-hoge figure {
  width: 49%;
  display: inline-block;
}

.page-development .section-hoge .fuga {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-development .section-development {
  max-width: 100%;
}

.page-development .section-development#cirit .key-visual {
  margin: 0;
}

.page-development .section-development#exterior {
  margin-top: 100px;
}

.page-development .section-development#wireless {
  margin-top: 120px;
}

.page-development .section-development#wireless .key-visual figure {
  width: 100%;
}

.page-development .section-development#dipole {
  margin-top: 100px;
  padding-bottom: 100px;
}

.page-development .section-development#dipole .key-visual figure {
  width: 40%;
}

.page-development .section-development .section-title {
  letter-spacing: 0.55px;
  font-size: 33px;
  text-align: left;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding: 0;
  margin-bottom: 46px;
}

.page-development .section-development .font-en {
  font-size: 36px;
}

.page-development .section-development .text {
  border-left: 2px solid #000;
  padding-left: 24px;
  margin-left: 24px;
}

.page-development .section-development .key-visual {
  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: 60px;
}

.page-development .section-development .key-visual figure {
  width: 47%;
}

.page-development .section-development .key-visual figure.is-sp {
  display: none;
}

.page-development .section-development .key-visual img {
  width: 100%;
}

.page-development .section-development .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  color: #3a3a3a;
}

.page-development .section-development .item + .item {
  margin-top: 22px;
}

.page-development .section-development .item span {
  border: 1px solid #3a3a3a;
  border-radius: 50%;
  min-width: 26px;
  height: 26px;
  text-align: center;
  margin-right: 25px;
  margin-top: 3px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-development .contact-container .title {
  border-right: none;
}

.page-development footer {
  margin-top: 0;
}

@media print, screen and (min-width: 961px) {
  .page-development .logo-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .page-development .logo-container figure + figure {
    margin-left: 56px;
  }
  .page-development .logo-container figure:nth-child(2){
    display: flex;
    flex-direction: column;
  }
}

@media print, screen and (max-width: 960px) {
  .page-development .logo-container figure + figure {
    margin-top: 56px;
  }
  .page-development .wrapper {
    padding: 0 20px;
  }
  .page-development .section-story {
    max-width: 100%;
  }
  .page-development .section-story .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-left: 0;
  }
  .page-development .section-story .wrapper > div {
    padding: 20px;
    display: block;
    max-width: 100%;
    min-height: auto;
  }
  .page-development .section-story .title {
    margin-bottom: 35px;
  }
  .page-development .section-story .title .font-en {
    font-size: 33px;
  }
  .page-development .section-story .title .sub {
    font-size: 18px;
  }
  .page-development .section-story .description {
    font-size: 17px;
    text-align: center;
    margin-bottom: 80px;
  }
  .page-development .section-story .annaourna {
    text-align: center;
  }
  .page-development .section-story .key-visual {
    width: 100%;
    min-height: auto;
    height: calc(100vh - 55px);
  }
  .page-development .section-hoge {
    margin-top: 80px;
  }
  .page-development .section-hoge .title {
    font-size: 17px;
    margin-bottom: 20px;
    text-align: center;
  }
  .page-development .section-hoge .description {
    font-size: 12px;
    display: block;
    width: 100%;
    padding: 0 40px;
  }
  .page-development .section-hoge figure {
    width: 90%;
    display: inline-block;
    position: relative;
    left: -20%;
  }
  .page-development .section-hoge .fuga {
    display: block;
  }
  .page-development .section-development {
    max-width: 100%;
  }
  .page-development .section-development#cirit .key-visual {
    margin: 0;
  }
  .page-development .section-development#exterior {
    margin-top: 100px;
  }
  .page-development .section-development#wireless {
    margin-top: 100px;
  }
  .page-development .section-development#dipole {
    margin-top: 100px;
  }
  .page-development .section-development#dipole .key-visual figure {
    width: 40%;
  }
  .page-development .section-development .section-title {
    letter-spacing: 0.55px;
    margin-bottom: 35px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-development .section-development .section-title .font-en {
    font-size: 24px;
  }
  .page-development .section-development .section-title .text {
    margin-top: 10px;
    border-left: 1px solid #000;
    padding-left: 12px;
    font-size: 22px;
    margin-left: 0;
    width: 100%;
  }
  .page-development .section-development .key-visual {
    display: block;
    width: 100%;
    margin-bottom: 50px;
  }
  .page-development .section-development .key-visual figure {
    width: 100% !important;
    display: none;
  }
  .page-development .section-development .key-visual figure.is-sp {
    display: block;
  }
  .page-development .section-development .key-visual figure img {
    width: 100%;
  }
  .page-development .section-development .item {
    font-size: 14px;
  }
  .page-development .section-development .item + .item {
    margin-top: 28px;
  }
  .page-development .section-development .item span {
    min-width: 20px;
    height: 20px;
    margin-right: 16px;
    margin-top: 0px;
  }
  .page-development .contact-container .title {
    border-right: none;
  }
  footer {
    margin-top: 0;
  }
}

.page-download .page-title {
  text-align: center;
}

.page-download .list-container .item {
  /* box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); */
  width: 100%;
}

.page-download .list-container .item + .item {
  padding-top: 60px;
}

.page-download .list-container .item.is-collapse .sub-item-list {
  height: 0;
  padding-top: 0;
}

.page-download .list-container .item.is-collapse .title span::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.page-download .list-container .item.is-collapse .title span::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.page-download .list-container .title {
  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;
  width: 100%;
  /* background-color: #b31818; */
  cursor: pointer;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 5px;
}
.back-red{
  background-color: #b31818;
  color: white;
}
.back-white{
  background-color: #fff;
  color: black;
}


.page-download .list-container .title span {
  position: relative;
  width: 100%;
  max-width: 1280px;
  height: 180px;
  padding: 0 20px;
  /* color: #fff; */
  font-size: 33px;
  font-weight: 500;
  letter-spacing: 3.36px;
  line-height: 180px;
}

.page-download .list-container .back-red span::before, .page-download .list-container .back-red span::after {
  content: '';
  position: absolute;
  right: 30px;
  top: 50%;
  width: 56px;
  height: 4px;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.page-download .list-container .back-white span::before, .page-download .list-container .back-white span::after {
  content: '';
  position: absolute;
  right: 30px;
  top: 50%;
  width: 56px;
  height: 4px;
  background: #000;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.page-download .list-container .sub-item-list {
  width: 100%;
  max-width: 1280px;
  padding: 65px 20px 0;
  margin: 0 auto;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.page-download .list-container .sub-item {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 65px;
  font-size: 24px;
}

.page-download .list-container .sub-item + .sub-item {
  padding-top: 65px;
}

.page-download .list-container .name {
  height: 50%;
  padding-left: 14px;
  border-left: 1px solid #b31818;
}

.page-download .list-container .link {
  color: #b31818;
  text-decoration: underline;
}

@media print, screen and (max-width: 960px) {
  .page-download .list-container {
    padding-bottom: 80px;
  }
  .page-download .list-container .item + .item {
    padding-top: 30px;
  }
  .page-download .list-container .title span {
    height: 100px;
    font-size: 4vw;
    line-height: 100px;
    letter-spacing: .05em;
  }
  .page-download .list-container .title span::before, .page-download .list-container .title span::after {
    width: 6VW;
    height: 2px;
  }
  .page-download .list-container .sub-item-list {
    padding-top: 30px;
  }
  .page-download .list-container .sub-item {
    padding-bottom: 30px;
    font-size: 14px;
  }
  .page-download .list-container .sub-item + .sub-item {
    padding-top: 30px;
  }
}




.page-solution .section-solution .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* max-width: 1440px; */
  padding: 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  /* padding-left: 40px; */
}

.page-solution .section-solution .wrapper > div {
  padding: 11vmin;
  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;
  max-width: 768px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 560px;
}

.page-solution .section-solution .title {
  margin-bottom: 50px;
  font-size: 33px;
  letter-spacing: .2em;
  font-family: 'NotoSansCJKjp-Medium';
}

.page-solution .section-solution .title .font-en {
  font-size: 48px;
  font-weight: 300;
  display: block;
}

.page-solution .section-solution .title .sub {
  font-size: 24px;
  font-weight: 100;
}

.page-solution .section-solution .description{
  font-size: 10px;
  font-family: NotoSansCJKjp;
  font-weight: thin;
  letter-spacing: .2em;
  color: rgb(155, 155, 155);
font-family: 'NotoSansCJKjp-Medium';
font-size: 10px;
}

.page-solution .one-column{
  max-width: 1440px;
}
.page-solution .one-column .wrapper{
  /* max-width: 1440px; */
  width: 90%;
}
.page-solution .one-column p{
  text-indent: calc(5% + 0.01vw);
font-feature-settings: "palt";
color: rgb(51, 51, 51);
font-size: calc(112.5% + 0.1vw);
font-weight: 500;
letter-spacing: 0.08em;
line-height: 2.2em;
column-count: 1;　/*カラムの数。この例だと2段組。*/
column-width: 200px;　/*カラムの幅。この例だと200px分の横幅。*/
/* column-gap: 20px;　/*カラムとカラムの間隔。この例だと20px。*/ */
font-feature-settings: "palt";
font-weight: lighter;
font-size: 1.1em;
}

.page-solution .two-column{
  max-width: 1440px;
}
.page-solution .two-column .wrapper{
  /* max-width: 1440px; */
  width: 90%;
}
.page-solution .two-column p{
  text-indent: calc(5% + 0.01vw);
font-feature-settings: "palt";
color: rgb(51, 51, 51);
font-size: 1.2em;
font-weight: 500;
letter-spacing: 0.08em;
line-height: 2.2em;
max-width: 1440px;
margin-left: auto;
margin-right: auto;
-webkit-column-count: 2;
column-count: 2;
-webkit-column-gap: 60px;
column-gap: 60px;
padding-left: 30px;
padding-right: 30px;
font-feature-settings: "palt";
font-weight: lighter;
font-size: 1.1em;
}
.page-solution ::selection{
  background-color: #d0021b;
  color: white;
}

.page-solution .one-word .wrapper{
  max-width: 1440px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content:center;
  align-items: center;
}

.page-solution .one-word h2{
font-feature-settings: "palt";
color: rgb(51, 51, 51);
font-size: calc(112.5% + 1.7vw);
font-weight: 500;
letter-spacing: 1.42px;
line-height: 3em;
font-family: NotoSansCJKjp-thin;
margin: 100px 0;
}

.page-solution .img-caption .wrapper{
  margin: 100px 0;
  max-width: 1440px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content:center;
  align-items: center;
}
.page-solution .img-caption .wrapper img{
  width: 90%;
}

.page-solution .section-solution .key-visual {
  display: block;
  width: 100%;
  margin-bottom: 50px;
  background-size: cover;
}
.page-solution .section-solution .key-visual figure {
  width: 100% !important;
  display: none;
}
.page-solution .section-solution .key-visual figure.is-sp {
  display: block;
}
.page-solution .section-solution .key-visual figure img {
  width: 100%;
}

@media print, screen and (max-width: 960px) {

  .page-solution .two-column p{
    text-indent: calc(5% + 0.01vw);
  font-feature-settings: "palt";
  color: rgb(51, 51, 51);
  font-weight: lighter;
  font-size: .9em;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2.2em;
  punctuation-trim: adjacent;
  column-count: 1;　
  column-gap: 20px;　
  column-width: 20em;
  }
  .page-solution .one-column p{
    font-weight: lighter;
    font-size: .9em;
  }

  .page-solution .one-word h2{
  font-feature-settings: "palt";
  color: rgb(51, 51, 51);
  font-size: calc(112.5% + 1.1vw);
  font-weight: 500;
  letter-spacing: 1.42px;
  line-height: 3em;
  font-family: NotoSansCJKjp-thin;
  margin: 10px 0;
  }

  .page-solution .section-solution .description{
    width: 90%;
    font-size: 10px;
    font-family: NotoSansCJKjp;
    font-weight: thin;
    letter-spacing: .2em;
    color: rgb(155, 155, 155);
  font-family: 'NotoSansCJKjp-Medium';
  font-size: 10px;
  }

}



/* レンタルページ */

.page-rental .cover-container{
  overflow-x: hidden;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../image/rental/banner.jpg);
  background-size: cover;
  position: relative;
}

.page-rental section{
  /* margin: 100px 0; */
  /* height: 900px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../image/rental/banner.jpg);
  background-size: cover; */
}

.page-rental .cover-container .banner-text{
  z-index: 1000;
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-rental .cover-container .banner-text img{
  /* width: 50%; */
  z-index: 1000;
}
.page-rental .cover-container .banner-text .button-yellow{
  width: 50%;
  margin: 10vh auto;
}
.page-rental section .inner{
/* padding: 0 16.59722222222222VW; */
}
.page-rental .intro .right_box{
  font-weight: 900;
}
@media print, screen and (min-width: 960px) {
  .page-rental .rental_logo{
    width: 35.729166666666664VW;
    height: 13.645833333333332VW;
  }
}


@media print, screen and (max-width: 960px) {
  .page-rental .rental_logo{
    width: 90vw;
  }
}

/* レンタルイントロ */

@media print, screen and (min-width: 960px) {
.page-rental .intro{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
height: auto;
background: rgb(255, 245, 0);
padding: 8.77777777777778VW 8.125VW;
}
.page-rental .intro .left_img{
  width: 50.260416666666664VW;
  height: 46.35416666666667VW;
  display: flex;
  align-items: center;
  display: inline-block;
  justify-content: center;
  position: relative;

}
.page-rental .intro .left_img video{
  top: 9.916667VW;
  left: -3vw;
  position: absolute;
}
.page-rental .intro .left_img .video{
  top: 9.916667VW;
  left: -3vw;
  position: absolute;
}
/* .page-rental .intro .left_img img{
  position: absolute;
} */
.page-rental .intro .left_img .mask{
  mask-image: url(../image/rental/mask.png);
  -webkit-mask-image: url(../image/rental/mask.png);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: center;
  -webkit-mask-position: center;
  position: absolute;

}
.page-rental .intro .left_img .mask::before{
  position: absolute;
  left: 1000px;
  top: 100vh;
  width: 100px;
  height: 100px;
  background-color: red;
}


#svgPath{
  width: 100%;
}


#video-background,
#video-overlay {
  position: absolute;
  top: 1000px;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

#video-background {
  z-index: -2;
}

#video-overlay {
  z-index: -1;
	background-image: url('../movie/dots.png');
}


.page-rental .intro .left_img img{
  position: relative;
  top: -2.083333333333333VW;
  width: 45VW;

}
.page-rental .intro .right_box{
  margin-left: 10.972222222222221VW;
  max-width: 42.56944444444444VW;
height: auto;
color: rgb(0, 0, 0);
font-size: 1.638888888888889VW;
font-family: 'Makinas';
font-weight: 4;
letter-spacing: 0.023750000000000004VW;
line-height: 3.416666666666667VW;
text-align: justify;
}
}

@media print, screen and (max-width: 960px) {
 .page-rental .intro{
   display: flex;
   align-items: center;
   justify-content: center;
   width: 100vw;
   flex-direction: column;
   height: auto;
   padding: 20vw 0;
   background: rgb(255, 245, 0);
 }
 .page-rental .intro .left_img{
   width: 85.33333333333334VW;
   margin-bottom: 6.933333333333333VW;
   display: flex;
   align-items: center;
   display: inline-block;
   justify-content: center;
   position: relative;
 }
 .page-rental .intro .left_img video{
   top: 19.916667VW;
   left: -3vw;
   position: absolute;
 }
 .page-rental .intro .left_img img{
   position: relative;
   top: -2.083333333333333VW;
   /* width: 45VW; */
 }
 #svgPath{
   width: 100%;
 }
 .page-rental .intro .left_img .mask{
   mask-image: url(../image/rental/mask.png);
   -webkit-mask-image: url(../image/rental/mask.png);
   mask-mode: luminance;
   mask-repeat: no-repeat;
   -webkit-mask-mode: luminance;
   -webkit-mask-repeat: no-repeat;
   mask-size: contain;
   -webkit-mask-size: contain;
   mask-position: center;
   -webkit-mask-position: center;
 }
 .page-rental .intro .right_box{
   max-width: 76VW;
font-size: 4.8VW;
font-family: 'Makinas';
font-weight: 4;
text-align: justify;
letter-spacing: 0px;
line-height: 7.199999999999999VW;
margin-left: 0;
 }
}


.page-rental .page-nav{
  position: fixed;
  bottom: 0;
  width: 100vw;
  display: flex;
  background: rgb(255, 245, 0);
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 0 50px;
  z-index: 1000;
  box-sizing: border-box;
}
.page-rental .page-nav .nav_list{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
}
.page-rental .page-nav .nav_list a{
  background: left top no-repeat;
  width: auto;
  display: flex;
  align-items: center;
font-size: 1.4583333333333333VW;
font-family: 'Makinas';
font-weight: 4;
letter-spacing: 0.24305555555555555VW;
white-space: nowrap;
}
.page-rental .page-nav .nav_list a::before{
  display: flex;
  width: 80px;
  height: 64px;
  display: inline-block;
  vertical-align: middle;
  background: left top no-repeat;
}
.page-rental .page-nav .nav_list a:nth-child(1)::before{
  content:"";
  background-image: url(../image/rental/nav-01.svg);
}
.page-rental .page-nav .nav_list a:nth-child(2)::before{
  content:"";
  background-image: url(../image/rental/nav-02.svg);
}
.page-rental .page-nav .nav_list a:nth-child(3)::before{
  content:"";
  background-image: url(../image/rental/nav-03.svg);
}
.page-rental .page-nav .nav_list a:nth-child(4)::before{
  content:"";
  background-image: url(../image/rental/nav-04.svg);
}
.page-rental .page-nav .nav_list a:nth-child(5){
  padding: 5px 10px;
  background-color: white;
  border: 2px solid rgb(0, 0, 0);
}

@media print, screen and (max-width: 525px) {
  .page-rental .page-nav{
    /* display: none; */
  }
}
@media print, screen and (max-width: 960px) {
  .page-rental .page-nav{
    position: fixed;
    bottom: 0;
    width: 100vw;
    display: flex;
    background: rgba(255, 245, 0, 0);
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding: 0 50px;
    z-index: 1000;
    box-sizing: border-box;
  }
  .page-rental .page-nav .nav_list{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
  }
  .page-rental .page-nav .nav_list a{
    background: left top no-repeat;
    width: auto;
    display: flex;
    align-items: center;
  font-size: 1.4583333333333333VW;
  font-family: 'Makinas';
  font-weight: 4;
  letter-spacing: 0.24305555555555555VW;
  white-space: nowrap;
  }
  .page-rental .page-nav .nav_list a::before{
    display: flex;
    width: 80px;
    height: 64px;
    display: inline-block;
    vertical-align: middle;
    background: left top no-repeat;
  }
  .page-rental .page-nav .nav_list a:nth-child(1){
    display: none;
    content:"";
    background-image: url(../image/rental/nav-01.svg);
  }
  .page-rental .page-nav .nav_list a:nth-child(2){
    display: none;
    content:"";
    background-image: url(../image/rental/nav-02.svg);
  }
  .page-rental .page-nav .nav_list a:nth-child(3){
    display: none;
    content:"";
    background-image: url(../image/rental/nav-03.svg);
  }
  .page-rental .page-nav .nav_list a:nth-child(4){
    display: none;
    content:"";
    background-image: url(../image/rental/nav-04.svg);
  }
  .page-rental .page-nav .nav_list a:nth-child(5){
    padding: 15px 25VW;
    background-color: rgb(255, 245, 0);
    border: 2px solid rgb(0, 0, 0);
    font-family: 'Makinas';
    font-size: 4.8VW;
    line-height: 1.11;
    letter-spacing: 1.5px;
  }
}
@media print, screen and (min-width: 960px) {
  .page-rental .page-nav{
    position: fixed;
    bottom: 0;
    width: 100vw;
    display: flex;
    background: rgb(255, 245, 0);
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding: 0 50px;
    z-index: 1000;
    box-sizing: border-box;
  }
  .page-rental .page-nav .nav_list{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
  }
  .page-rental .page-nav .nav_list a{
    background: left top no-repeat;
    width: auto;
    display: flex;
    align-items: center;
  font-size: 1.4583333333333333VW;
  font-family: 'Makinas';
  font-weight: 4;
  letter-spacing: 0.24305555555555555VW;
  white-space: nowrap;
  }
  .page-rental .page-nav .nav_list a::before{
    display: flex;
    width: 80px;
    height: 64px;
    display: inline-block;
    vertical-align: middle;
    background: left top no-repeat;
  }
  .page-rental .page-nav .nav_list a:nth-child(1)::before{
    content:"";
    background-image: url(../image/rental/nav-01.svg);
  }
  .page-rental .page-nav .nav_list a:nth-child(2)::before{
    content:"";
    background-image: url(../image/rental/nav-02.svg);
  }
  .page-rental .page-nav .nav_list a:nth-child(3)::before{
    content:"";
    background-image: url(../image/rental/nav-03.svg);
  }
  .page-rental .page-nav .nav_list a:nth-child(4)::before{
    content:"";
    background-image: url(../image/rental/nav-04.svg);
  }
  .page-rental .page-nav .nav_list a:nth-child(5){
    padding: 5px 10px;
    background-color: white;
    border: 2px solid rgb(0, 0, 0);
  }
}

/* レンタルセクションタイトル */
@media print, screen and (max-width: 960px) {
  .page-rental .rental_section .rental-title{
    position: relative;

  }
  .page-rental .rental_section .rental-title .box .wd-box{
    height: 26.666666666666668VW;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }
  .page-rental .rental_section .rental-title .box .wd-box h2{
height: 7.466666666666668VW;
font-size: 5.333333333333334VW;
letter-spacing: 0.21333333333333335VW;
line-height: 7.466666666666668VW;
font-family: 'Makinas';
white-space: nowrap;
font-weight: 4;
text-align: center;
  }
  .page-rental .rental_section .rental-title .box::before{
    content:"";
    background-size: cover;
    left: 0;
    right: 0;
    margin: auto;
    top: -16VW;
    width: 20.2VW;
    height: 25.133333VW;
    /* display: inline-block; */
    vertical-align: middle;
    position: absolute;
  }
  .page-rental .rental_section .rental-title .first-title::before {
  background-image: url(../image/rental/nav-01.svg);
  }
  .page-rental .rental_section .rental-title .second-title::before {
  background-image: url(../image/rental/nav-02.svg);
  }
  .page-rental .rental_section .rental-title .third-title::before {
  background-image: url(../image/rental/nav-03.svg);
  }
  .page-rental .rental_section .rental-title .fourth-title::before {
  background-image: url(../image/rental/nav-04.svg);
  }
}

@media print, screen and (min-width: 960px) {
.page-rental .rental_section{
width: 100vw;
height: auto;
}
.page-rental .rental_section .rental-title{
  /* position: relative; */
  height: auto;
  display: flex;
  height: 9.375VW;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 7.8125VW;
  width: 100vw;
}
.page-rental .rental_section .rental-title .box .wd-box{

}

.page-rental .rental_section .rental-title .box .wd-box h2{
  font-family: 'Makinas';
  white-space: nowrap;
font-size: 2.5VW;
font-weight: 4;
letter-spacing: 0.1VW;
text-indent: 0.1VW;
text-align: center;
}
.page-rental .rental_section .rental-title .box .wd-box h2 br{
  display: none;
}

.page-rental .rental_section .rental-title .box::before{
  left: 8.11111111111111VW;
  bottom: -1.083333VW;
  content:"";
  background-size: cover;
  width: 11.041666666666666VW;
  height: 13.802083333333334VW;
  /* display: inline-block; */
  vertical-align: middle;
  position: absolute;
}
.page-rental .rental_section .rental-title .first-title::before {
background-image: url(../image/rental/nav-01.svg);
}
.page-rental .rental_section .rental-title .second-title::before {
background-image: url(../image/rental/nav-02.svg);
}
.page-rental .rental_section .rental-title .third-title::before {
background-image: url(../image/rental/nav-03.svg);
}
.page-rental .rental_section .rental-title .fourth-title::before {
background-image: url(../image/rental/nav-04.svg);
}
}

/* 1番目レンタル方法-SP */
@media print, screen and (max-width: 960px) {
  .page-rental .how_to_plan .inner .plan_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
  }
  .page-rental .how_to_plan .plan_title ul{
    display: flex;
    flex-direction: column;
    margin-bottom: 13.333333333333334VW;
    width: 75VW;
  }
  .page-rental .plan_title ul .plan_list_item{
    height: auto;
    width: 100%;
    padding-left:6.944444444444445VW;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
.page-rental .plan_title ul a{
  width: 100%;
  position: relative;
  white-space: nowrap;
}
.page-rental .plan_title ul a::before{
display: flex;
background-repeat: no-repeat;
}
.page-rental .plan_title ul a:nth-child(1){
  background-color: #62C8DB;
  margin-bottom: 13.333333333333334VW;
}

.page-rental .plan_title ul a:nth-child(2){
  background-color: #F5A623;
}
.page-rental .plan_title ul a:nth-child(1)::before{
  position: absolute;
  left: -40px;
  top: 0;
  bottom: 0;
  margin: auto;
  content:"";
  background-image: url(../image/rental/kuma_head.gif);
  background-repeat: no-repeat;
  background-size: cover;
  width: 19.4VW;
  height: 16VW;
}
.page-rental .plan_title ul a:nth-child(2)::after{
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  content:"";
  background-image: url(../image/rental/panda_head.gif);
  background-repeat: no-repeat;
  background-size: cover;
  width: 19.4VW;
  height: 16VW;
}
.page-rental .plan_title ul li{
  height: 33.06666666666666VW;
  border: 2px solid rgb(0, 0, 0);
}
.page-rental .plan_title ul li{
  border: 4px solid rgb(0, 0, 0);
  /* height: auto; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: justify;
}
.page-rental .plan_title ul h3{
font-size: 5.333333333333334VW;
font-family: 'Makinas';
font-weight: 4;
letter-spacing: 1.0666666666666667VW;
line-height: 6.637333333333334VW;
margin-bottom: 2.1333333333333333VW;
}
.page-rental .plan_title ul p{
font-size: 3.733333333333334VW;
font-family: 'NotoSansCJKjp-Medium';
font-weight: 500;
letter-spacing: 0.26666666666666666VW;
line-height: 5.333333333333334VW;
}
.page-rental .plan_title .explain{
  width: 76VW;
  height: auto;
  margin-bottom: 13.333333333333334VW;
}
.page-rental .plan_title .explain p{
  /* width: 285px;
  height: 242px; */
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-family: 'NotoSansCJKjp-Regular';
  font-weight: normal;
  text-align: justify;
  letter-spacing: 1.5px;
  line-height: 22px;
}

.page-rental .how_to_plan .plan_box{
  position: relative;
  width: 100%
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;

}
.page-rental .how_to_plan .plan_box .inner{
  /* border-top: 0; */
  /* border: 0.20833333333333334VW solid rgb(0, 0, 0); */
  width: 87.70833333333333VW;
  box-sizing: border-box;
}
.page-rental .how_to_plan .plan_box .plan_head{
  position: relative;
}
.page-rental .how_to_plan .plan_box .blue{
  background-color: #62C8DB;
}
.page-rental .how_to_plan .plan_box .orange{
  background-color: #F5A623;
}
.page-rental .how_to_plan .plan_head{
  border-top: 0.5333333333333333VW solid rgb(0, 0, 0);
  border-left: 0.5333333333333333VW solid rgb(0, 0, 0);
  border-right: 0.5333333333333333VW solid rgb(0, 0, 0);
  position: absolute;
    left: 0;
    right: 0;
    margin: auto;

}

.page-rental .how_to_plan .plan_head .inner{
  display: flex;
  width: 87.70833333333333VW;
  padding: 0;
  position: relative;
  padding: 6.666666666666667VW 9.866666666666667VW;
}
.page-rental .how_to_plan .plan_head .inner::after{
    content:"";
  background-repeat: no-repeat;
  background-size: cover;
  width: 20VW;
  height: 26VW;
  display: inline-block;
  position: absolute;
    top: 0;
    bottom: 0;
    right: -3.406249999999999VW;
    margin: auto;
}
.page-rental .how_to_plan .plan_head .kuma_body::after{
  background-image: url(../image/rental/kuma_01.gif);
}
.page-rental .how_to_plan .plan_head .panda_body::after{
  background-image: url(../image/rental/panda_01.gif);
}
.page-rental .how_to_plan .plan_head .inner .wd-box{
  white-space: nowrap;

}
.page-rental .how_to_plan .plan_head .inner .wd-box .title{
  font-family: 'Makinas';
  font-size: 6.4VW;
  font-weight: 4;
  letter-spacing: 0.8VW;
}
.page-rental .how_to_plan .plan_head .inner .wd-box .title_caption{
  font-family: 'Noto Sans CJK JP' ,sans-serif;
  font-size: 3.733333333333334VW;
  font-weight: 500;
  letter-spacing: 0.26666666666666666VW;
  line-height: 5.333333333333334VW;
}
.page-rental .how_to_plan .frame_box{
  border-top: 0;
  border: 0.5333333333333333VW solid rgb(0, 0, 0);
  width: 87.70833333333333VW;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 26.666666666666668VW;
}
.page-rental .how_to_plan .frame_box .read{
  width: 68VW;
font-family: 'Noto Sans CJK JP' ,sans-serif;
font-weight: normal;
text-align: justify;
height: auto;
}
.page-rental .how_to_plan .frame_box .read p{
  letter-spacing: 0.4VW;
  line-height: 5.866666666666666VW;
  font-size: 3.733333333333334VW;
  margin: 5.333333333333334VW 0;
}
.page-rental .how_to_plan .frame_box .caption{
  text-align: justify;
  height: auto;
  font-size: 2.666666666666667VW;
}
.page-rental .how_to_plan .frame_box .rental-flow{
  width: 68VW;
}
.page-rental .how_to_plan .frame_box .rental-flow h3{
color: rgb(0, 0, 0);
font-size: 4.8VW;
font-family: 'Noto Sans CJK JP' ,sans-serif;
font-weight: 500;
text-align: justify;
letter-spacing: 0.07999999999999999VW;
line-height: 4.301333333333333VW;
position: relative;
margin: 11.200000000000001VW 0;
}
.page-rental .how_to_plan .frame_box .rental-flow .blue_check::before{
  background-image: url(../image/rental/check_blue.png);
}
.page-rental .how_to_plan .frame_box .rental-flow .orange_check::before{
  background-image: url(../image/rental/check_orange.png);
}
.page-rental .how_to_plan .frame_box .rental-flow h3::before{
  content:"";
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 6.4VW;
  height: 6.133333333333333VW;
  position: relative;
  top: 1VW;
  margin-right: 1.866666666666667VW;
}
.page-rental .how_to_plan .frame_box .rental-flow .flow-img{
  position: relative;
  width: auto;
  margin-bottom: 5.20833333333333433333334VW;
}
.page-rental .how_to_plan .frame_box .rental-flow .flow-img ul{
  position: relative;
}
.page-rental .how_to_plan .frame_box .rental-flow .flow-img ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 3.5416666666666665VW;
  line-height: 19px;
  font-family: 'Noto Sans CJK JP' ,sans-serif;
}
.page-rental .how_to_plan .frame_box .rental-flow .flow-img ul li img{
  width: 34.66666666666667VW;
}
.page-rental .how_to_plan .frame_box .rental-flow .flow-img ul .arrow_on::after {
  position: relative;
  margin: auto;
  display: flex;
  flex-direction: column;
  content:"";
  background-image: url(../image/rental/bottom_arrow_y.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 5.866666666666666VW;
  width: 8VW;
  margin-top: 5.866666666666666VW;
}
.page-rental .how_to_plan .frame_box .rental-flow .flow-img ul .arrow_off::after {
  /* content:"";
  background-image: url(../image/rental/check_blue.svg);
  background-repeat: no-repeat;
  background-size: cover; */
}
.page-rental .how_to_plan .frame_box .rental-flow .flow-img ul li p{
  font-size: 3.733333333333334VW;
  font-family: 'NotoSansCJKjp-Regular';
  font-weight: normal;
  letter-spacing: 0.22666666666666663VW;
  text-align: center;
  line-height: 5.333333333333334VW;
}

.page-rental .how_to_plan .frame_box .rental-flow .recommend_list li{
  list-style: disc;
  font-size: 3.733333333333334VW;
  font-family: 'NotoSansCJKjp-Regular';
  font-weight: normal;
  letter-spacing: 0.06133333333333334VW;
  margin-bottom: 6.133333333333333VW;
  /* margin: 0 6vw; */
}

.page-rental .how_to_plan .frame_box .contact_button{
  width: 75VW;
  height: 9.6VW;
  margin-bottom: 5.20833333333333433333334VW;
  font-size: 4.8VW;
  font-family: 'Makinas';
  font-weight: 4;
  letter-spacing: 0.1734375VW;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.5333333333333333VW solid rgb(0, 0, 0);
}

.page-rental .how_to_plan p{
  font-size: 1.2277777777777777VW;
  font-weight: normal;
  text-align: justify;
  letter-spacing: 0px;
  line-height: 2.7777777777777777VW;
}


}





/* 1番目レンタル方法-PC */
@media print, screen and (min-width: 960px) {

.page-rental .how_to_plan .plan_title{
  margin-bottom: 75px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.page-rental .how_to_plan .plan_title .inner{
  /* display: flex;
  justify-content: center;
  align-items: center; */
}
.page-rental .how_to_plan .plan_title ul{
  display: flex;
  margin-bottom: 5.625VW;
  width: 75VW;
}
.page-rental .plan_title ul .plan_list_item{
  height: 100%;
  width: 100%;
  padding-left:6.944444444444445VW;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.page-rental .plan_title ul li{
  border: 4px solid rgb(0, 0, 0);
  height: 15.625VW;
  /* width: 47.708333333333336VW; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: justify;
}
.page-rental .plan_title ul h3{
  font-size: 2.1333333333333335VW;
  font-family: 'Makinas';
  font-weight: 4;
  letter-spacing: 0.4166666666666667VW;
  line-height: 4.166666666666666VW;
}
.page-rental .plan_title ul p{
font-size: 1.313888888888889VW;
font-family: 'Noto Sans CJK JP' ,sans-serif;
font-weight: 500;
letter-spacing: 1.12px;
line-height: 60px;
}
.page-rental .plan_title ul a:nth-child(1){
  background-color: #62C8DB;
}

.page-rental .plan_title ul a:nth-child(2){
  background-color: #F5A623;
  margin-left: 2.722222222222222VW;
}
.page-rental .plan_title ul a{
  width: 47.708333333333336VW;
  position: relative;
  white-space: nowrap;
}
.page-rental .plan_title ul a::before{
display: flex;
background-repeat: no-repeat;
}

.page-rental .plan_title ul a:nth-child(1)::before{
  position: absolute;
  left: -80px;
  top: 0;
  bottom: 0;
  margin: auto;
  content:"";
  background-image: url(../image/rental/kuma_head.gif);
  background-repeat: no-repeat;
  background-size: cover;
  width: 11.902777777777779VW;
  height: 9.791666666666666VW;
}
.page-rental .plan_title ul a:nth-child(2)::after{
  position: absolute;
  right: -80px;
  top: 0;
  bottom: 0;
  margin: auto;
  content:"";
  background-image: url(../image/rental/panda_head.gif);
  background-repeat: no-repeat;
  background-size: cover;
  width: 11.902777777777779VW;
  height: 9.791666666666666VW;
}
.page-rental .plan_title .explain{
  width: 62.5VW;
}
.page-rental .plan_title .explain p{
font-size: 1.2277777777777777VW;
font-weight: normal;
text-align: justify;
letter-spacing: 0px;
line-height: 2.7777777777777777VW;
}

.page-rental .how_to_plan{
  height: auto;
  margin-bottom: 100px;
}
.page-rental .how_to_plan .inner{
  /* padding: 0 22.291666666666668VW; */
}
.page-rental .how_to_plan .plan_box{
  position: relative;
  width: 100%
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;

}
.page-rental .how_to_plan .plan_box .inner{
  /* border-top: 0; */
  /* border: 0.20833333333333334VW solid rgb(0, 0, 0); */
  width: 87.70833333333333VW;
  box-sizing: border-box;
}
.page-rental .how_to_plan .plan_box .plan_head{
  position: relative;
}
.page-rental .how_to_plan .plan_box .blue{
  background-color: #62C8DB;
}
.page-rental .how_to_plan .plan_box .orange{
  background-color: #F5A623;
}
.page-rental .how_to_plan .plan_head{
  border-top: 0.20833333333333334VW solid rgb(0, 0, 0);
  border-left: 0.20833333333333334VW solid rgb(0, 0, 0);
  border-right: 0.20833333333333334VW solid rgb(0, 0, 0);
  position: absolute;
    left: 0;
    right: 0;
    margin: auto;

}
.page-rental .how_to_plan .plan_head .inner{
  display: flex;
  width: 87.70833333333333VW;
  padding: 0;
  position: relative;
  padding: 1.7187500000000002VW 12.5VW;
}
.page-rental .how_to_plan .plan_head .inner::after{
    content:"";
  background-repeat: no-repeat;
  background-size: cover;
  width: 10VW;
  height: 14.531250000000002VW;
  display: inline-block;
  position: absolute;
    top: 0;
    bottom: 0;
    right: 6.406249999999999VW;
    margin: auto;
}
.page-rental .how_to_plan .plan_head .kuma_body::after{
  background-image: url(../image/rental/kuma_01.gif);
}
.page-rental .how_to_plan .plan_head .panda_body::after{
  background-image: url(../image/rental/panda_01.gif);
}
.page-rental .how_to_plan .plan_head .inner .wd-box{
  white-space: nowrap;

}
.page-rental .how_to_plan .plan_head .inner .wd-box .title{
  font-family: 'Makinas';
  font-size: 2.5VW;
  font-weight: 4;
  height: 60px;
  letter-spacing: 6px;
  line-height: 60px;
}
.page-rental .how_to_plan .plan_head .inner .wd-box .title br{
  display: none;
}
.page-rental .how_to_plan .plan_head .inner .wd-box .title_caption{
  font-family: 'Noto Sans CJK JP' ,sans-serif;
  font-size: 1.5625VW;
  font-weight: 500;
  height: 60px;
  letter-spacing: 3.75px;
  line-height: 60px;
}
.page-rental .how_to_plan .frame_box{
  border-top: 0;
  border: 0.20833333333333334VW solid rgb(0, 0, 0);
  width: 87.70833333333333VW;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 150px;
}
.page-rental .how_to_plan .frame_box .read{
  width: 62.5VW;
  margin: 5.20833333333333433333334VW 0;
}
.page-rental .how_to_plan .frame_box .caption{
  text-align: right;
}
.page-rental .how_to_plan .frame_box .rental-flow{
  width: 62.5VW;

}
.page-rental .how_to_plan .frame_box .rental-flow h3{
  width: 1063px;
height: 38.9px;
color: rgb(0, 0, 0);
font-size: 1.7187500000000002VW;
font-family: 'Noto Sans CJK JP' ,sans-serif;
font-weight: 500;
text-align: justify;
letter-spacing: 0.55px;
line-height: 38px;
position: relative;
margin-bottom: 100px;
}
.page-rental .how_to_plan .frame_box .rental-flow .blue_check::before{
  background-image: url(../image/rental/check_blue.png);
}
.page-rental .how_to_plan .frame_box .rental-flow .orange_check::before{
  background-image: url(../image/rental/check_orange.png);
}
.page-rental .how_to_plan .frame_box .rental-flow h3::before{
  content:"";
  background-repeat: no-repeat;
  background-size: cover;
  width: 10VW;
  height: 14.531250000000002VW;
  display: inline-block;
  width: 2.8125VW;
  height: 2.9166666666666665VW;
  position: absolute;
  left: -4.125VW;
  top: -0.5208333333333333VW;
}
.page-rental .how_to_plan .frame_box .rental-flow .flow-img{
  position: relative;
  width: auto;
  margin-bottom: 5.20833333333333433333334VW;
}
.page-rental .how_to_plan .frame_box .rental-flow .flow-img ul{
  position: relative;
}
.page-rental .how_to_plan .frame_box .rental-flow .flow-img ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 3.5416666666666665VW;
}
.page-rental .how_to_plan .frame_box .rental-flow .flow-img ul .arrow_on::after {
  position: absolute;
  top: 10vw;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  content:"";
  background-image: url(../image/rental/bottom_arrow_y.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 3.3854166666666665VW;
  height: 2.5VW;
}
.page-rental .how_to_plan .frame_box .rental-flow .flow-img ul .arrow_off::after {
  /* content:"";
  background-image: url(../image/rental/check_blue.svg);
  background-repeat: no-repeat;
  background-size: cover; */
}
.page-rental .how_to_plan .frame_box .rental-flow .flow-img ul li img{
  height: 10.416666666666668VW;
  width: 10.416666666666668VW;
  margin-right: 8.541666666666666VW;
}
.page-rental .how_to_plan .frame_box .rental-flow .flow-img ul li p{
  font-size: 1.7187500000000002VW;
  font-family: 'NotoSansCJKjp-Regular' ,sans-serif;
  font-weight: normal;
  letter-spacing: 0.052083333333333336VW;
}
.page-rental .how_to_plan .frame_box .rental-flow .flow-img ul li p br{
  display: none;
}
.page-rental .how_to_plan .frame_box .rental-flow .recommend_list{
  margin-bottom: 5.20833333333333433333334VW;
}
.page-rental .how_to_plan .frame_box .rental-flow .recommend_list li{
  list-style: disc;
  font-size: 1.25VW;
  font-family: 'NotoSansCJKjp-Regular' ,sans-serif;
  font-weight: normal;
  letter-spacing: 0.020833333333333336VW;
  line-height: 1.9791666666666665VW;
  margin-bottom: 1.3020833333333335VW;
}

.page-rental .how_to_plan .frame_box .contact_button{
  width: 75VW;
  height: 6.302083333333333VW;
  margin-bottom: 5.20833333333333433333334VW;
  font-size: 2.083333333333333VW;
  font-family: 'Makinas';
  font-weight: 4;
  letter-spacing: 0.1734375VW;
  text-indent: 0.1734375VW;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid rgb(0, 0, 0);
}

.page-rental .how_to_plan p{
  font-size: 1.2277777777777777VW;
  font-weight: normal;
  text-align: justify;
  letter-spacing: 0px;
  line-height: 2.7777777777777777VW;
}

}
/* ２番め価格事例-SP */
@media print, screen and (max-width: 960px) {
  .page-rental .how_much{
    height: auto;
    display: flex;
    justify-content: center;
    background: rgb(255, 245, 0);
  }
  .page-rental .how_much .inner{
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content:center;
    flex-direction: column;
  }

  .page-rental .how_much .inner .explain{
    width: 68VW;
    margin: 7.8125VW 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .page-rental .how_much .inner .explain p{
    font-size: 3.733333333333334VW;
    font-weight: normal;
    text-align: justify;
    letter-spacing: 0px;
    line-height: 5.866666666666666VW;
  }
  .page-rental .how_much .inner .example .example_list{
  width: 76VW;
  display: flex;
  flex-direction: column;
  flex-wrap:wrap;
  justify-content: space-between;
  }
  .page-rental .how_much .inner .example .example_list .example_item{
    width: 76VW;
    height: 76VW;
    margin-bottom: 13.333333333333334VW;
    border: 1.0666666666666667VW solid rgb(0, 0, 0);
    list-style: none;
    position: relative;
    box-sizing: content-box;
  }
  .page-rental .how_much .inner .example .example_list .example_item::after{
    position: absolute;
    top: -13.010416666666667VW;
    right: -10.010416666666667VW;
    margin: auto;
    display: flex;
    flex-direction: column;
    content:"";
    background-image: url(../image/rental/button_blue.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 26.666666666666668VW;
    width: 26.666666666666668VW;
  }
  .page-rental .how_much .inner .example .example_list .button_blue::after{
  background-image: url(../image/rental/button_blue.png);
  }
  .page-rental .how_much .inner .example .example_list .button_orange::after{
  background-image: url(../image/rental/button_orange.png);
  }
  .page-rental .how_much .inner .pick_place{
    height: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 13.333333333333334VW;
  }
  .page-rental .how_much .inner .pick_place .title{
    font-size: 4.8VW;
    font-family: 'Noto Sans CJK JP' ,sans-serif;
    font-weight: 500;
    text-align: justify;
    letter-spacing: 0.14666666666666667VW;
    line-height: 10.133333333333333VW;
  }
  .page-rental .how_much .inner .pick_place .title::before{
    content:"";
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    width: 6.4VW;
    height: 6.133333333333333VW;
    position: absolute;
    left: -9.125VW;
    top: 1.479167VW;
    background-image: url(../image/rental/check_blue.png);
  }
  .page-rental .how_much .inner .pick_place .content{
    margin-top: 75px;
    display: flex;
    flex-direction: column;
    height: auto;
    /* justify-content: center; */
  }
  .page-rental .how_much .inner .pick_place .content .place_list{
    /* display: flex; */
    /* margin-bottom: 107px; */
  }
  .page-rental .how_much .inner .pick_place .content .place_list:nth-child(1){
  margin-right: 3.90625VW;
  }
  .page-rental .how_much .inner .pick_place .content .place_list .place_item{
    color: rgb(0, 0, 0);
    font-size: 3.733333333333334VW;
    font-family: 'Noto Sans CJK JP' ,sans-serif;
    font-weight: normal;
    text-align: justify;
    letter-spacing: 0.020833333333333336VW;
    line-height: 8.266666666666666VW;
  }
  .page-rental .how_much .inner .pick_place .content .place_list ul li{
    /* display: flex; */
    /* margin-bottom: 107px; */
    height: 31px;
  }
  .page-rental .how_much .inner .pick_place .content{
    margin-top: 8VW;
    display: flex;
    height: auto;
    /* justify-content: center; */
  }
}


/* ２番め価格事例-PC */
@media print, screen and (min-width: 960px) {

.page-rental .how_much{
  height: auto;
  display: flex;
  justify-content: center;
  background: rgb(255, 245, 0);
}
.page-rental .how_much .inner{
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-rental .how_much .inner .explain{
  width: 55.36458333333333VW;
  /* 55.36458333333333VW */
  margin-bottom: 7.8125VW;
}
.page-rental .how_much .inner .explain p{
  font-size: 1.2277777777777777VW;
  font-weight: normal;
  text-align: justify;
  letter-spacing: 0px;
  line-height: 2.7777777777777777VW;
}
.page-rental .how_much .inner .example{
  /* padding: 151px auto; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-rental .how_much .inner .example p{

}
.page-rental .how_much .inner .example .example_list{
width: 55.36458333333333VW;
display: flex;
flex-wrap:wrap;
justify-content: space-between;
}
.page-rental .how_much .inner .example .example_list .example_item{
  width: 23.4375VW;
  height: 23.4375VW;
  margin-bottom: 7.8125VW;
  border: 4px solid rgb(0, 0, 0);
  list-style: none;
  position: relative;
  box-sizing: content-box;
}
.page-rental .how_much .inner .example .example_list .example_item::after{
  position: absolute;
  top: -4.010416666666667VW;
  right: -4.010416666666667VW;
  margin: auto;
  display: flex;
  flex-direction: column;
  content:"";
  background-image: url(../image/rental/button_blue.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 8.020833333333334VW;
  width: 8.020833333333334VW;
}
.page-rental .how_much .inner .example .example_list .button_blue::after{
background-image: url(../image/rental/button_blue.png);
}
.page-rental .how_much .inner .example .example_list .button_orange::after{
background-image: url(../image/rental/button_orange.png);
}


.page-rental .how_much .inner .pick_place{
  height: auto;
}
.page-rental .how_much .inner .pick_place .title{
  position: relative;
  width: 1063px;
  height: 38.9px;
  color: rgb(0, 0, 0);
  font-size: 33px;
  font-family: 'Noto Sans CJK JP' ,sans-serif;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.55px;
  line-height: 38px;
}
.page-rental .how_much .inner .pick_place .title::before{
  content:"";
  background-repeat: no-repeat;
  background-size: cover;
  width: 10VW;
  height: 14.531250000000002VW;
  display: inline-block;
  width: 2.8125VW;
  height: 2.9166666666666665VW;
  position: absolute;
  left: -4.125VW;
  top: -0.5208333333333333VW;
  background-image: url(../image/rental/check_blue.png);
}
.page-rental .how_much .inner .pick_place .content{
  margin-top: 75px;
  display: flex;
  height: auto;
  /* justify-content: center; */
}
.page-rental .how_much .inner .pick_place .content .place_list{
  /* display: flex; */
  margin-bottom: 107px;
}
.page-rental .how_much .inner .pick_place .content .place_list:nth-child(1){
margin-right: 3.90625VW;
}
.page-rental .how_much .inner .pick_place .content .place_list .place_item{
  color: rgb(0, 0, 0);
  font-size: 1.25VW;
  font-family: 'Noto Sans CJK JP' ,sans-serif;
  font-weight: normal;
  text-align: justify;
  letter-spacing: 0.020833333333333336VW;
  line-height: 2.9708333333333333VW;
}
}


/* ３番目メリット-SP */
@media print, screen and (max-width: 960px) {
  .page-rental .rental_merit{
    padding-bottom: 50px;

  }
  .page-rental .rental_merit .inner{
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .page-rental .rental_merit .inner .explain{
    margin: 7.8125VW 0;
    width: 76.26666666666667VW;

  }
  .page-rental .rental_merit .inner .explain p{
    font-size: 4.266666666666667VW;
    font-weight: normal;
    text-align: justify;
    letter-spacing: 0px;
    line-height: 5.866666666666666VW;
  }
  .page-rental .rental_merit .inner .explain_list{
    width: 76.26666666666667VW;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5.20833333333333433333334VW;
  }
  .page-rental .rental_merit .inner .explain_list li{
    width: 21.333333333333336VW;
  }
  .page-rental .rental_merit .inner .explain_list li .title{
    font-size: 4VW;
    font-family: 'Makinas';
    font-weight: 4;
    letter-spacing: 0.4px;
    white-space: nowrap;
    border: 0.5333333333333333VW solid rgb(0, 0, 0);
    text-align: center;
    margin-bottom: 4VW;
    padding: 1.1333333333333333VW 1vw;
  }
  .page-rental .rental_merit .inner .explain_list li p{
    font-size: 3.2VW;
    font-family: 'Noto Sans CJK JP' ,sans-serif;
    font-weight: normal;
    letter-spacing: 0.3px;
  }
  .page-rental .rental_merit .inner .connect_map{
    width: 78VW;
    height: auto;
    margin-bottom: 7.8125VW;
  }
}

/* ３番目メリット-PC */
@media print, screen and (min-width: 960px) {

.page-rental .rental_merit{

}
.page-rental .rental_merit .inner{
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-rental .rental_merit .inner .explain{
  width: 55.36458333333333VW;
  /* 55.36458333333333VW */
  margin-bottom: 7.8125VW;
}
.page-rental .rental_merit .inner .explain p{
  font-size: 1.2277777777777777VW;
  font-weight: normal;
  text-align: justify;
  letter-spacing: 0px;
  line-height: 2.7777777777777777VW;
}
.page-rental .rental_merit .inner .explain_list{
  width: 55.36458333333333VW;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5.20833333333333433333334VW;
}
.page-rental .rental_merit .inner .explain_list li{
  /* width: 300px; */
  width: 15.260416666666668VW;
}
.page-rental .rental_merit .inner .explain_list li .title{
  font-size: 1.25VW;
  font-family: 'Makinas';
  font-weight: 4;
  letter-spacing: 0.4px;
  white-space: nowrap;
  width: 130px;
  border: 2px solid rgb(0, 0, 0);
  text-align: center;
  margin-bottom: 1.1979166666666667VW;
}
.page-rental .rental_merit .inner .explain_list li p{
  font-size: 0.9375VW;
  font-family: 'Noto Sans CJK JP' ,sans-serif;
  font-weight: normal;
  letter-spacing: 0.3px;
}
.page-rental .rental_merit .inner .connect_map{
  width: 66.97916666666667VW;
  height: auto;
  margin-bottom: 7.8125VW;
}

}


/* ４番目ベネフィットセクション-SP */
@media print, screen and (max-width: 960px) {
  .page-rental .rental_benefit{
  height: auto;
  background: rgb(255, 245, 0);
  }
  .page-rental .rental_benefit .inner{
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .page-rental .rental_benefit .inner .feature_list{
    width: 76VW;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 7.8125VW 0;
  }
  .page-rental .rental_benefit .inner .explain{
    margin: 100px;
  }
  .page-rental .rental_benefit .inner .feature_list .feature_item{
    width: 76VW;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-bottom: 13.333333333333334VW;
  }
  .page-rental .rental_benefit .inner .feature_list .feature_item h3{
    font-size: 4.8VW;
    margin: 5.333333333333334VW 0;
  }
  .page-rental .rental_benefit .inner .feature_list .feature_item p{
    font-size: 3.733333333333334VW;
    line-height: 5.3919999999999995VW;
    letter-spacing: 0.08533333333333333VW;
    text-align: justify;
  }
  .page-rental .rental_benefit .inner .button_block{
    margin-bottom: 10.416666666666668VW;
    width: 100%;
    height: 6.25VW;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-rental .rental_benefit .inner .button_block a{
  }
  .page-rental .rental_benefit .inner .button_block a .rental_button{
    width: 76VW;
    height: 9.6VW;
    background: rgb(255, 255, 255);
    border: 0.5333333333333333VW solid rgb(0, 0, 0);
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
  font-family: 'Makinas';
  font-size: 4.8VW;
  font-weight: 4;
  letter-spacing: 0.1734375VW;
  text-align: center;
  }
}

/* ４番目ベネフィットセクション-PC */
@media print, screen and (min-width: 960px) {
.page-rental .rental_benefit{
height: auto;
background: rgb(255, 245, 0);
}
.page-rental .rental_benefit .inner{
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-rental .rental_benefit .inner .feature_list{
  width: 82.55208333333334VW;
display: flex;
justify-content: space-around;
margin-bottom: 7.8125VW;
}
.page-rental .rental_benefit .inner .feature_list .feature_item{
  width: 23.4375VW;
  height: auto;
}
.page-rental .rental_benefit .inner .feature_list .feature_item img{
  margin-bottom: 3.3680555555555554VW;
}
.page-rental .rental_benefit .inner .feature_list .feature_item h3{
  font-size: 1.5444444444444444VW;
  font-family: 'Noto Sans CJK JP' ,sans-serif;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.043750000000000004VW;
  line-height: 2.03125VW;
  width: 100%;
  margin-bottom: 2.2916666666666665VW;
  white-space: nowrap;
}
.page-rental .rental_benefit .inner .feature_list .feature_item p{
  font-size: 1.2277777777777777VW;
  font-family: 'Noto Sans CJK JP' ,sans-serif;
  font-weight: normal;
  text-align: justify;
  letter-spacing: 0.03125VW;
  line-height: 2.2222222222222223VW;
}
.page-rental .rental_benefit .inner .button_block{
  margin-bottom: 10.416666666666668VW;
  width: 100%;
  height: 6.25VW;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-rental .rental_benefit .inner .button_block a{
}
.page-rental .rental_benefit .inner .button_block a .rental_button{
  width: 41.66666666666667VW;
  height: 6.25VW;
  background: rgb(255, 255, 255);
  border: 0.10416666666666667VW solid rgb(0, 0, 0);
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
font-family: 'Makinas';
font-size: 2.083333333333333VW;
font-weight: 4;
letter-spacing: 0.1734375VW;
text-align: center;
}
}







/* オプションページ */


.page-option .section-option .wrapper {
  margin-top: 65px;
  width: 80vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* max-width: 1440px; */
  padding: 0;
  justify-content: center;
}


.page-option .section-option .wrapper .left {
  width: 30vw;
  display: flex;
  align-items:center;
  /* flex-direction: column; */
}
.page-option .section-option .wrapper .left ul {
  height: auto;
}
.page-option .section-option .wrapper .left .text {
  display: flex;
  width: 100%;
}
.page-option .section-option .wrapper .right {
  width: 30vw;

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

.page-option .section-option .wrapper .left .title {
  margin-bottom: 50px;
  font-size: 33px;
  letter-spacing: .2em;
  font-family: 'Noto Sans CJK JP' ,sans-serif;
  margin-right: 2em;
}

.page-option .section-option .wrapper .left .title .font-en {
  font-size: 48px;
  font-weight: 300;
  display: block;
}

.page-option .section-option .wrapper .left .title .sub {
  font-size: 24px;
  font-weight: 100;
}

.page-option .section-option .wrapper .left .description{
  font-size: 1em;
  font-family: NotoSansCJKjp;
  font-weight: thin;
  letter-spacing: .2em;
  color: rgb(155, 155, 155);
font-family: 'Noto Sans CJK JP' ,sans-serif;
line-height: 2.8em;
}

.page-option .one-column{
  max-width: 1440px;
}
.page-option .one-column .wrapper{
  /* max-width: 1440px; */
  width: 90%;
}
.page-option .one-column p{
  text-indent: calc(5% + 0.01vw);
font-feature-settings: "palt";
color: rgb(51, 51, 51);
font-size: calc(112.5% + 0.1vw);
font-weight: 500;
letter-spacing: 0.08em;
line-height: 2.2em;
column-count: 1;　/*カラムの数。この例だと2段組。*/
/* column-width: 200px;　/*カラムの幅。この例だと200px分の横幅。*/ */
/* column-gap: 20px;　/*カラムとカラムの間隔。この例だと20px。*/ */
font-size: 1.1em;
}

.page-option .two-column{
  /* max-width: 1440px; */
  display: flex;
  justify-content: center;
}
.page-option .two-column .wrapper{
  /* max-width: 1440px; */
  max-width: 70%;
  /* width: 800px; */
  height: 100%;
  /* display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px; */

}
.page-option .two-column .wrapper p{
  text-indent: calc(5% + 0.01vw);
font-feature-settings: "palt";
-webkit-font-feature-settings: "palt";
color: rgb(51, 51, 51);
font-size: 1.2em;
font-weight: 500;
letter-spacing: 0.08em;
line-height: 2.2em;
max-width: 1440px;
margin-left: auto;
margin-right: auto;
-webkit-column-count: 2;
column-count: 2;
-webkit-column-gap: 60px;
column-gap: 60px;
padding-left: 30px;
padding-right: 30px;
font-feature-settings: "palt";
font-weight: lighter;
font-size: 1.1em;
}
.page-option ::selection{
  background-color: #d0021b;
  color: white;
}

.page-option .one-word .wrapper{
  max-width: 1440px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content:center;
  align-items: center;
}

.page-option .one-word h2{
font-feature-settings: "palt";
color: rgb(51, 51, 51);
font-size: calc(112.5% + 1.7vw);
font-weight: 500;
letter-spacing: 1.42px;
line-height: 3em;
font-family: NotoSansCJKjp-thin;
margin: 100px 0;
}

.page-option .img-caption .wrapper{
  margin: 100px 0;
  max-width: 1440px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content:center;
  align-items: center;
}
.page-option .img-caption .wrapper img{
  /* width: 90%; */
}

.page-option .section-option .key-visual {
  display: block;
  /* margin-bottom: 50px; */
  background-size: cover;
}
.page-option .section-option .key-visual {
  /* display: none; */
}

.page-option .section-option .key-visual img {
  width: auto;
  /* height: auto; */
  max-width: 100%;
}

@media print, screen and (max-width: 960px) {
  .page-option .section-option .wrapper{
    flex-direction: column;
    justify-content: center;
  }

  .page-option .section-option .key-visual{
    /* height: 300px; */
  }

  .page-option .section-option .wrapper .right{
    width: auto;
  }
  /* .page-option .section-option .wrapper > div {
    padding: 5vmin;
    min-height: inherit;
  } */
  .page-option .section-option .wrapper .left .title{
    margin-bottom: 0px:
  }

  .page-option .two-column .wrapper p{
    text-indent: calc(5% + 0.01vw);
  font-feature-settings: "palt";
  color: rgb(51, 51, 51);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2.2em;
  punctuation-trim: adjacent;
  column-count: 1;　
  column-gap: 20px;　
  column-width: 20em;
  font-weight: lighter;
  font-size: 1.1em;

  }
  .page-option .two-column .wrapper{
    display: flex;
    justify-content: center;
  }
  .page-option .section-option .wrapper p{
    padding: 0 5vw;
  }
  .page-option .section-option .wrapper img{
  /* height:60vh; */
  width:auto;
  }
  .page-option .one-word h2{
  font-feature-settings: "palt";
  color: rgb(51, 51, 51);
  font-size: calc(112.5% + 1.1vw);
  font-weight: 500;
  letter-spacing: 1.42px;
  line-height: 3em;
  font-family: NotoSansCJKjp-thin;
  margin: 10px 0;
  }

  .page-option .section-option .description{
    width: 90%;
    font-size: 10px;
    font-family: NotoSansCJKjp;
    font-weight: thin;
    letter-spacing: .2em;
    color: rgb(155, 155, 155);
  font-family: 'Noto Sans CJK JP' ,sans-serif;
  font-size: 10px;
  }

}



@media print, screen and (min-width: 960px) {
  .page-shoplist .page-title {
    text-align: center;
    font-size: 24px;
  }
}
@media print, screen and (max-width: 960px) {
  .page-shoplist .page-title {
    text-align: center;
    font-size: 4VW;
  }
}

.page-shoplist .list-container .item {
  /* box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); */
  width: 100%;
}

.page-shoplist .list-container .item + .item {
  padding-top: 60px;
}

.page-shoplist .list-container .item.is-collapse .sub-item-list {
  height: 0;
  padding-top: 0;
  border-bottom: none;
}

.page-shoplist .list-container .item.is-collapse .title span::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.page-shoplist .list-container .item.is-collapse .title span::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.page-shoplist .list-container .title {
  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;
  width: 100%;
  /* background-color: #b31818; */
  cursor: pointer;
  /* box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); */
  margin-bottom: 5px;
}


.page-shoplist .list-container .title span {
  position: relative;
  width: 100%;
  max-width: 1280px;
  height: 180px;
  padding: 0 20px;
  /* color: #fff; */
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 3.36px;
  line-height: 180px;
}

.page-shoplist .list-container .back-red span::before, .page-shoplist .list-container .back-red span::after {
  content: '';
  position: absolute;
  right: 30px;
  top: 50%;
  width: 56px;
  height: 4px;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.page-shoplist .list-container .back-white span::before, .page-shoplist .list-container .back-white span::after {
  content: '';
  position: absolute;
  right: 30px;
  top: 50%;
  width: 30px;
  height: 2px;
  background: #000;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.page-shoplist .list-container .sub-item-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  max-width: 1280px;
  padding: 65px 20px 0;
  margin: 0 auto;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid #000;
}

.page-shoplist .list-container .sub-item {
  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; */
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  flex-direction: column;
  justify-content: space-between;
  /* padding-bottom: 65px; */
  font-size: 12px;
  padding: 20px 20px 65px 20px;
  font-weight: lighter;
}

.page-shoplist .list-container .item{
  align-items: center;
}

.page-shoplist .list-container .sub-item-list .shop_name {
font-size: 18px;
}
.page-shoplist .list-container .sub-item-list .prefectures {
font-size: 10px;
}
.page-shoplist .list-container .sub-item-list .address {
font-size: 12px;
}
.page-shoplist .list-container .sub-item-list .house_number {
font-size: 9px;
}
.page-shoplist .list-container .sub-item-list .mail {
font-size: 9px;
}


@media print, screen and (max-width: 960px) {
  .page-shoplist .list-container {
    padding-bottom: 80px;
  }
  .page-shoplist .list-container .item + .item {
    padding-top: 30px;
    margin: 0 auto;
  }
  .page-shoplist .list-container .title span {
    height: 100px;
    font-size: 4vw;
    line-height: 100px;
  }
  .page-shoplist .list-container .title span::before, .page-shoplist .list-container .title span::after {
    width: 30px;
    height: 2px;
  }
  .page-shoplist .list-container .sub-item-list {
    padding-top: 30px;
    /* flex-direction: column; */
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 20px;
  }
  .page-shoplist .list-container .sub-item {
    padding-bottom: 30px;
    font-size: 14px;
  }
  .page-shoplist .list-container .sub-item + .sub-item {
    /* padding-top: 30px; */
  }
}

.software_terms_box {
  margin: 10px auto;
  padding: 10px;
  width: 80vw;
  height: 30vh;
  border: black solid 1px;
  overflow: auto;
}
.software_terms_box p {
  text-align: left;
  font-size: 2vmin;
}
.software_terms_box p.software_term_title {
  text-align: center;
  font-size: 4vmin;
  font-weight: bold;
}
.software_terms_box p.software_term_section_title {
  text-align: left;
  font-size: 3vmin;
  font-weight: bold;
}

.download_button {
  margin: 0px auto;
}

.download_button > .button_disabled {
  background-color: green;
}

.product_item_list {
  width: 72vw;
}

.flexcontainer {
	display: flex;
  flex-wrap: wrap;
  margin: auto;
  flex-basis: auto;
  justify-content: space-between;
  align-items: center;
}
.flexcontainer::before {
  display: block;
  width:33%;
  order:1;
}
.flexcontainer::after {
  display: block;
  width:33%;
}
.flexcontainer .flexitem {
  display: flex;
	padding: 2vh 2vh;
  margin: 2vh 2vh;
  justify-content: space-between;
  align-items: center;
	/* background-color: whitesmoke; */
}
@media screen and (min-width:240px) {
  .flexcontainer .flexitem {
    width: 28vw;
    height: 28vw;
  }
}
@media screen and (min-width:960px) {
  .flexcontainer .flexitem {
    width: 20vw;
    height: 20vw;
  }
}

.flexcontainer .flexitem a {
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
}
.flexcontainer .flexitem .link_item {
  padding: 1%;
  margin: auto;
  width: 100%;
  height: 100%;
}
.flexcontainer .flexitem a .link_item .image_body {
  margin: auto;
  width: 100%;
  height: 80%;
}
.flexcontainer .flexitem a .link_item .image_body img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.flexcontainer .flexitem a .link_item .image_title {
  margin: auto;
  width: 80%;
  height: 20%;
  text-align: center;
  vertical-align: center;
}
.flexcontainer .flexitem .link_item:hover {
  color: red;
  box-shadow:1px 1px 2px rgba(0,0,0,0.3);
}



/*# sourceMappingURL=common.css.map */
