@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* main colors */
.backBtn::before {
  content: "";
  -webkit-mask: url("../img/single/icon_back.svg");
  mask: url("../img/single/icon_back.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  aspect-ratio: 1/1;
}

.fixed_reserve_btn .icon::before, .fixed_reserve_list_link .icon::before {
  content: "";
  -webkit-mask: url("../img/common/arrow_reserve.svg");
  mask: url("../img/common/arrow_reserve.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  aspect-ratio: 1/1;
}

.salon_location_map_link a .icon::before, .siteFoot_sns_link .icon::before, .blank::before {
  content: "";
  -webkit-mask: url("../img/common/arrow_blank.svg");
  mask: url("../img/common/arrow_blank.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  aspect-ratio: 1/1;
}

.arrowIcon::after {
  content: "";
  -webkit-mask: url("../img/common/arrow_list.svg");
  mask: url("../img/common/arrow_list.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  aspect-ratio: 5/8;
}

.recruit_entry_list_bnr .instagram::before, .salon_sns_bnr .icon::before {
  content: "";
  -webkit-mask: url("../img/common/icon_instagram.svg");
  mask: url("../img/common/icon_instagram.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  aspect-ratio: 1/1;
}

.recruit_entry_list_bnr .mail::before {
  content: "";
  -webkit-mask: url("../img/common/icon_mail.svg");
  mask: url("../img/common/icon_mail.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  aspect-ratio: 1/1;
}

.wrap {
  overflow: hidden;
  background: #fff;
}

.fullwidth {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  padding-left: calc((100vw - 100%) / 2);
  padding-right: calc((100vw - 100%) / 2);
}

.container-small, .container-middle, .container {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.fixPadding {
  padding-left: 50px;
  padding-right: 50px;
}
@media (min-width: 1200px) {
  .fixPadding {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container {
  max-width: 100%;
}
.container.padding-none, .container .container-middle, .container .container-small {
  padding-left: 0;
  padding-right: 0;
}
.container .container-middle {
  max-width: 900px;
}
.container .container-small {
  max-width: 780px;
}
@media (min-width: 950px) {
  .container {
    width: 100%;
    max-width: calc(1200px + 40px);
  }
  .container.padding-none {
    max-width: 1200px;
  }
}

.container-middle {
  max-width: 100%;
}
@media (min-width: 600px) {
  .container-middle {
    width: 100%;
    max-width: calc(900px + 40px);
    margin: 0 auto;
  }
}
.container-middle.padding-none, .container-middle .container-middle, .container-middle .container-small {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 600px) {
  .container-small {
    width: 100%;
    max-width: calc(780px + 40px);
    margin: 0 auto;
  }
}
.container-small.padding-none {
  padding-left: 0;
  padding-right: 0;
}

body {
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
  color: #1a1a1a;
  line-height: 1.7;
  font-size: 0.875rem;
}
@media (min-width: 950px) {
  body {
    font-size: 0.875rem;
  }
}

.dummyHeight {
  min-height: 200vh;
}

picture {
  display: block;
}

img,
svg {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  max-width: 100%;
}

button {
  color: inherit;
  font-weight: normal;
  border: none;
  box-shadow: none;
  background: none;
}
button:hover {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  cursor: pointer !important;
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.disc {
  list-style-type: disc;
  padding-left: 1.5em;
  list-style-position: outside;
}

.arrowIcon {
  position: relative;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
}
.arrowIcon::before {
  content: "";
  background: #1a1a1a;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  transform: scale(0.1);
  transition: 0.3s ease-out;
}
.arrowIcon::after {
  display: block;
  width: 6px;
  height: 9px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s ease-out;
}

a:hover .arrowIcon::before,
button:hover .arrowIcon::before {
  transform: scale(1);
}
a:hover .arrowIcon::after,
button:hover .arrowIcon::after {
  opacity: 1;
}

@media (min-width: 600px) {
  .sp-visible {
    display: none;
  }
}

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

.tab-visible {
  display: none;
}
@media (min-width: 600px) {
  .tab-visible {
    display: block;
  }
}

@media (min-width: 600px) {
  .tab-none {
    display: none;
  }
}

.tabyoko-visible {
  display: none;
}
@media (min-width: 950px) {
  .tabyoko-visible {
    display: block;
  }
}

@media (min-width: 950px) {
  .tabyoko-none {
    display: none;
  }
}

.pc-visible {
  display: none;
}
@media (min-width: 1200px) {
  .pc-visible {
    display: block;
  }
}

@media (min-width: 1200px) {
  .pc-none {
    display: none;
  }
}

.pcbig-visible {
  display: none;
}
@media (min-width: 1600px) {
  .pcbig-visible {
    display: block;
  }
}

@media (min-width: 1600px) {
  .pcbig-none {
    display: none;
  }
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

hr {
  margin: 3rem 0;
  border: none;
  height: 1px;
  width: 100%;
}

.hoverOpacity {
  transition: opacity 0.4s;
}
.hoverOpacity:hover {
  opacity: 0.6;
}

.bg-white {
  background: #fff;
}

.bg-primary {
  background: #003670;
  color: #fff;
}

.delay-1ms {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.delay-2ms {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay-3ms {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.delay-4ms {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay-5ms {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay-6ms {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay-7ms {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.delay-8ms {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay-9ms {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.delay-10ms {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.delay-11ms {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.delay-12ms {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.delay-13ms {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.delay-14ms {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.delay-15ms {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.delay-16ms {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.delay-17ms {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.delay-18ms {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.delay-19ms {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

.delay-20ms {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.delay-21ms {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

.delay-22ms {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

.delay-23ms {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}

.delay-24ms {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.delay-25ms {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.delay-26ms {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

.delay-27ms {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}

.delay-28ms {
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}

.delay-29ms {
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s;
}

.delay-30ms {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.delay-31ms {
  -webkit-animation-delay: 3.1s;
  animation-delay: 3.1s;
}

.delay-32ms {
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s;
}

.delay-33ms {
  -webkit-animation-delay: 3.3s;
  animation-delay: 3.3s;
}

.delay-34ms {
  -webkit-animation-delay: 3.4s;
  animation-delay: 3.4s;
}

.delay-35ms {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.delay-36ms {
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s;
}

.delay-37ms {
  -webkit-animation-delay: 3.7s;
  animation-delay: 3.7s;
}

.delay-38ms {
  -webkit-animation-delay: 3.8s;
  animation-delay: 3.8s;
}

.delay-39ms {
  -webkit-animation-delay: 3.9s;
  animation-delay: 3.9s;
}

.delay-40ms {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.delay-41ms {
  -webkit-animation-delay: 4.1s;
  animation-delay: 4.1s;
}

.delay-42ms {
  -webkit-animation-delay: 4.2s;
  animation-delay: 4.2s;
}

.delay-43ms {
  -webkit-animation-delay: 4.3s;
  animation-delay: 4.3s;
}

.delay-44ms {
  -webkit-animation-delay: 4.4s;
  animation-delay: 4.4s;
}

.delay-45ms {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}

.delay-46ms {
  -webkit-animation-delay: 4.6s;
  animation-delay: 4.6s;
}

.delay-47ms {
  -webkit-animation-delay: 4.7s;
  animation-delay: 4.7s;
}

.delay-48ms {
  -webkit-animation-delay: 4.8s;
  animation-delay: 4.8s;
}

.delay-49ms {
  -webkit-animation-delay: 4.9s;
  animation-delay: 4.9s;
}

.delay-50ms {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.innerLink {
  color: #9a6e3b;
  text-decoration: underline;
}
.innerLink:hover {
  text-decoration: none;
}
.innerLink-blue {
  color: #003670;
}

.text-bold {
  font-weight: bold;
}

.text-note {
  font-size: 0.875em;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

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

.sp-text-center {
  text-align: center !important;
}
@media (min-width: 600px) {
  .sp-text-center {
    text-align: left !important;
  }
}

.tab-text-center {
  text-align: left !important;
}
@media (min-width: 600px) {
  .tab-text-center {
    text-align: center !important;
  }
}

.tabyoko-text-center {
  text-align: left !important;
}
@media (min-width: 950px) {
  .tabyoko-text-center {
    text-align: center !important;
  }
}

.pc-text-center {
  text-align: left !important;
}
@media (min-width: 1200px) {
  .pc-text-center {
    text-align: center !important;
  }
}

.pcbig-text-center {
  text-align: left !important;
}
@media (min-width: 1600px) {
  .pcbig-text-center {
    text-align: center !important;
  }
}

.tabless-text-center {
  text-align: center !important;
}
@media (min-width: 950px) {
  .tabless-text-center {
    text-align: left !important;
  }
}

.tabyokoless-text-center {
  text-align: center !important;
}
@media (min-width: 1200px) {
  .tabyokoless-text-center {
    text-align: left !important;
  }
}

.pcless-text-center {
  text-align: center !important;
}
@media (min-width: 1600px) {
  .pcless-text-center {
    text-align: left !important;
  }
}

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

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.color-primary {
  color: #003670 !important;
}

.bg-primary {
  background: #003670;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.mte0 {
  margin-top: 0em !important;
}

.mbe0 {
  margin-bottom: 0em !important;
}

.mtr0 {
  margin-top: 0rem !important;
}

.mbr0 {
  margin-bottom: 0rem !important;
}

.mte5 {
  margin-top: 0.5em !important;
}

.mbe5 {
  margin-bottom: 0.5em !important;
}

.mtr5 {
  margin-top: 0.5rem !important;
}

.mbr5 {
  margin-bottom: 0.5rem !important;
}

.mte10 {
  margin-top: 1em !important;
}

.mbe10 {
  margin-bottom: 1em !important;
}

.mtr10 {
  margin-top: 1rem !important;
}

.mbr10 {
  margin-bottom: 1rem !important;
}

.mte15 {
  margin-top: 1.5em !important;
}

.mbe15 {
  margin-bottom: 1.5em !important;
}

.mtr15 {
  margin-top: 1.5rem !important;
}

.mbr15 {
  margin-bottom: 1.5rem !important;
}

.mte20 {
  margin-top: 2em !important;
}

.mbe20 {
  margin-bottom: 2em !important;
}

.mtr20 {
  margin-top: 2rem !important;
}

.mbr20 {
  margin-bottom: 2rem !important;
}

.mte25 {
  margin-top: 2.5em !important;
}

.mbe25 {
  margin-bottom: 2.5em !important;
}

.mtr25 {
  margin-top: 2.5rem !important;
}

.mbr25 {
  margin-bottom: 2.5rem !important;
}

.mte30 {
  margin-top: 3em !important;
}

.mbe30 {
  margin-bottom: 3em !important;
}

.mtr30 {
  margin-top: 3rem !important;
}

.mbr30 {
  margin-bottom: 3rem !important;
}

.mte35 {
  margin-top: 3.5em !important;
}

.mbe35 {
  margin-bottom: 3.5em !important;
}

.mtr35 {
  margin-top: 3.5rem !important;
}

.mbr35 {
  margin-bottom: 3.5rem !important;
}

.mte40 {
  margin-top: 4em !important;
}

.mbe40 {
  margin-bottom: 4em !important;
}

.mtr40 {
  margin-top: 4rem !important;
}

.mbr40 {
  margin-bottom: 4rem !important;
}

.mte45 {
  margin-top: 4.5em !important;
}

.mbe45 {
  margin-bottom: 4.5em !important;
}

.mtr45 {
  margin-top: 4.5rem !important;
}

.mbr45 {
  margin-bottom: 4.5rem !important;
}

.mte50 {
  margin-top: 5em !important;
}

.mbe50 {
  margin-bottom: 5em !important;
}

.mtr50 {
  margin-top: 5rem !important;
}

.mbr50 {
  margin-bottom: 5rem !important;
}

.mte55 {
  margin-top: 5.5em !important;
}

.mbe55 {
  margin-bottom: 5.5em !important;
}

.mtr55 {
  margin-top: 5.5rem !important;
}

.mbr55 {
  margin-bottom: 5.5rem !important;
}

.mte60 {
  margin-top: 6em !important;
}

.mbe60 {
  margin-bottom: 6em !important;
}

.mtr60 {
  margin-top: 6rem !important;
}

.mbr60 {
  margin-bottom: 6rem !important;
}

.mte65 {
  margin-top: 6.5em !important;
}

.mbe65 {
  margin-bottom: 6.5em !important;
}

.mtr65 {
  margin-top: 6.5rem !important;
}

.mbr65 {
  margin-bottom: 6.5rem !important;
}

.mte70 {
  margin-top: 7em !important;
}

.mbe70 {
  margin-bottom: 7em !important;
}

.mtr70 {
  margin-top: 7rem !important;
}

.mbr70 {
  margin-bottom: 7rem !important;
}

.mte75 {
  margin-top: 7.5em !important;
}

.mbe75 {
  margin-bottom: 7.5em !important;
}

.mtr75 {
  margin-top: 7.5rem !important;
}

.mbr75 {
  margin-bottom: 7.5rem !important;
}

.mte80 {
  margin-top: 8em !important;
}

.mbe80 {
  margin-bottom: 8em !important;
}

.mtr80 {
  margin-top: 8rem !important;
}

.mbr80 {
  margin-bottom: 8rem !important;
}

.mte85 {
  margin-top: 8.5em !important;
}

.mbe85 {
  margin-bottom: 8.5em !important;
}

.mtr85 {
  margin-top: 8.5rem !important;
}

.mbr85 {
  margin-bottom: 8.5rem !important;
}

.mte90 {
  margin-top: 9em !important;
}

.mbe90 {
  margin-bottom: 9em !important;
}

.mtr90 {
  margin-top: 9rem !important;
}

.mbr90 {
  margin-bottom: 9rem !important;
}

.mte95 {
  margin-top: 9.5em !important;
}

.mbe95 {
  margin-bottom: 9.5em !important;
}

.mtr95 {
  margin-top: 9.5rem !important;
}

.mbr95 {
  margin-bottom: 9.5rem !important;
}

.mte100 {
  margin-top: 10em !important;
}

.mbe100 {
  margin-bottom: 10em !important;
}

.mtr100 {
  margin-top: 10rem !important;
}

.mbr100 {
  margin-bottom: 10rem !important;
}

.row {
  display: -webkit-box;
  display: flex;
}

.col {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.col > * {
  width: 100%;
}
.col > .sp-1 {
  width: 8.3333333333%;
}
.col > .offset-sp-1 {
  margin-left: 8.3333333333%;
}
.col > .sp-2 {
  width: 16.6666666667%;
}
.col > .offset-sp-2 {
  margin-left: 16.6666666667%;
}
.col > .sp-3 {
  width: 25%;
}
.col > .offset-sp-3 {
  margin-left: 25%;
}
.col > .sp-4 {
  width: 33.3333333333%;
}
.col > .offset-sp-4 {
  margin-left: 33.3333333333%;
}
.col > .sp-5 {
  width: 41.6666666667%;
}
.col > .offset-sp-5 {
  margin-left: 41.6666666667%;
}
.col > .sp-6 {
  width: 50%;
}
.col > .offset-sp-6 {
  margin-left: 50%;
}
.col > .sp-7 {
  width: 58.3333333333%;
}
.col > .offset-sp-7 {
  margin-left: 58.3333333333%;
}
.col > .sp-8 {
  width: 66.6666666667%;
}
.col > .offset-sp-8 {
  margin-left: 66.6666666667%;
}
.col > .sp-9 {
  width: 75%;
}
.col > .offset-sp-9 {
  margin-left: 75%;
}
.col > .sp-10 {
  width: 83.3333333333%;
}
.col > .offset-sp-10 {
  margin-left: 83.3333333333%;
}
.col > .sp-11 {
  width: 91.6666666667%;
}
.col > .offset-sp-11 {
  margin-left: 91.6666666667%;
}
.col > .sp-12 {
  width: 100%;
}
.col > .offset-sp-12 {
  margin-left: 100%;
}
@media (min-width: 600px) {
  .col > .tab-1 {
    width: 8.3333333333%;
  }
}
@media (min-width: 600px) {
  .col > .offset-tab-1 {
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 600px) {
  .col > .tab-2 {
    width: 16.6666666667%;
  }
}
@media (min-width: 600px) {
  .col > .offset-tab-2 {
    margin-left: 16.6666666667%;
  }
}
@media (min-width: 600px) {
  .col > .tab-3 {
    width: 25%;
  }
}
@media (min-width: 600px) {
  .col > .offset-tab-3 {
    margin-left: 25%;
  }
}
@media (min-width: 600px) {
  .col > .tab-4 {
    width: 33.3333333333%;
  }
}
@media (min-width: 600px) {
  .col > .offset-tab-4 {
    margin-left: 33.3333333333%;
  }
}
@media (min-width: 600px) {
  .col > .tab-5 {
    width: 41.6666666667%;
  }
}
@media (min-width: 600px) {
  .col > .offset-tab-5 {
    margin-left: 41.6666666667%;
  }
}
@media (min-width: 600px) {
  .col > .tab-6 {
    width: 50%;
  }
}
@media (min-width: 600px) {
  .col > .offset-tab-6 {
    margin-left: 50%;
  }
}
@media (min-width: 600px) {
  .col > .tab-7 {
    width: 58.3333333333%;
  }
}
@media (min-width: 600px) {
  .col > .offset-tab-7 {
    margin-left: 58.3333333333%;
  }
}
@media (min-width: 600px) {
  .col > .tab-8 {
    width: 66.6666666667%;
  }
}
@media (min-width: 600px) {
  .col > .offset-tab-8 {
    margin-left: 66.6666666667%;
  }
}
@media (min-width: 600px) {
  .col > .tab-9 {
    width: 75%;
  }
}
@media (min-width: 600px) {
  .col > .offset-tab-9 {
    margin-left: 75%;
  }
}
@media (min-width: 600px) {
  .col > .tab-10 {
    width: 83.3333333333%;
  }
}
@media (min-width: 600px) {
  .col > .offset-tab-10 {
    margin-left: 83.3333333333%;
  }
}
@media (min-width: 600px) {
  .col > .tab-11 {
    width: 91.6666666667%;
  }
}
@media (min-width: 600px) {
  .col > .offset-tab-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 600px) {
  .col > .tab-12 {
    width: 100%;
  }
}
@media (min-width: 600px) {
  .col > .offset-tab-12 {
    margin-left: 100%;
  }
}
@media (min-width: 950px) {
  .col > .tabyoko-1 {
    width: 8.3333333333%;
  }
}
@media (min-width: 950px) {
  .col > .offset-tabyoko-1 {
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 950px) {
  .col > .tabyoko-2 {
    width: 16.6666666667%;
  }
}
@media (min-width: 950px) {
  .col > .offset-tabyoko-2 {
    margin-left: 16.6666666667%;
  }
}
@media (min-width: 950px) {
  .col > .tabyoko-3 {
    width: 25%;
  }
}
@media (min-width: 950px) {
  .col > .offset-tabyoko-3 {
    margin-left: 25%;
  }
}
@media (min-width: 950px) {
  .col > .tabyoko-4 {
    width: 33.3333333333%;
  }
}
@media (min-width: 950px) {
  .col > .offset-tabyoko-4 {
    margin-left: 33.3333333333%;
  }
}
@media (min-width: 950px) {
  .col > .tabyoko-5 {
    width: 41.6666666667%;
  }
}
@media (min-width: 950px) {
  .col > .offset-tabyoko-5 {
    margin-left: 41.6666666667%;
  }
}
@media (min-width: 950px) {
  .col > .tabyoko-6 {
    width: 50%;
  }
}
@media (min-width: 950px) {
  .col > .offset-tabyoko-6 {
    margin-left: 50%;
  }
}
@media (min-width: 950px) {
  .col > .tabyoko-7 {
    width: 58.3333333333%;
  }
}
@media (min-width: 950px) {
  .col > .offset-tabyoko-7 {
    margin-left: 58.3333333333%;
  }
}
@media (min-width: 950px) {
  .col > .tabyoko-8 {
    width: 66.6666666667%;
  }
}
@media (min-width: 950px) {
  .col > .offset-tabyoko-8 {
    margin-left: 66.6666666667%;
  }
}
@media (min-width: 950px) {
  .col > .tabyoko-9 {
    width: 75%;
  }
}
@media (min-width: 950px) {
  .col > .offset-tabyoko-9 {
    margin-left: 75%;
  }
}
@media (min-width: 950px) {
  .col > .tabyoko-10 {
    width: 83.3333333333%;
  }
}
@media (min-width: 950px) {
  .col > .offset-tabyoko-10 {
    margin-left: 83.3333333333%;
  }
}
@media (min-width: 950px) {
  .col > .tabyoko-11 {
    width: 91.6666666667%;
  }
}
@media (min-width: 950px) {
  .col > .offset-tabyoko-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 950px) {
  .col > .tabyoko-12 {
    width: 100%;
  }
}
@media (min-width: 950px) {
  .col > .offset-tabyoko-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col > .pc-1 {
    width: 8.3333333333%;
  }
}
@media (min-width: 1200px) {
  .col > .offset-pc-1 {
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 1200px) {
  .col > .pc-2 {
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col > .offset-pc-2 {
    margin-left: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col > .pc-3 {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .col > .offset-pc-3 {
    margin-left: 25%;
  }
}
@media (min-width: 1200px) {
  .col > .pc-4 {
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .col > .offset-pc-4 {
    margin-left: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .col > .pc-5 {
    width: 41.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col > .offset-pc-5 {
    margin-left: 41.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col > .pc-6 {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .col > .offset-pc-6 {
    margin-left: 50%;
  }
}
@media (min-width: 1200px) {
  .col > .pc-7 {
    width: 58.3333333333%;
  }
}
@media (min-width: 1200px) {
  .col > .offset-pc-7 {
    margin-left: 58.3333333333%;
  }
}
@media (min-width: 1200px) {
  .col > .pc-8 {
    width: 66.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col > .offset-pc-8 {
    margin-left: 66.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col > .pc-9 {
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .col > .offset-pc-9 {
    margin-left: 75%;
  }
}
@media (min-width: 1200px) {
  .col > .pc-10 {
    width: 83.3333333333%;
  }
}
@media (min-width: 1200px) {
  .col > .offset-pc-10 {
    margin-left: 83.3333333333%;
  }
}
@media (min-width: 1200px) {
  .col > .pc-11 {
    width: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col > .offset-pc-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col > .pc-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col > .offset-pc-12 {
    margin-left: 100%;
  }
}
.col.gutter-5 {
  width: calc(100% + 5px);
  margin-right: -5px;
}
.col.gutter-5 > * {
  margin-right: 5px;
  margin-bottom: 5px;
  width: calc(100% - 5px);
}
.col.gutter-5 > .sp-1 {
  width: calc(8.3333333333% - 5px);
}
.col.gutter-5 > .sp-2 {
  width: calc(16.6666666667% - 5px);
}
.col.gutter-5 > .sp-3 {
  width: calc(25% - 5px);
}
.col.gutter-5 > .sp-4 {
  width: calc(33.3333333333% - 5px);
}
.col.gutter-5 > .sp-5 {
  width: calc(41.6666666667% - 5px);
}
.col.gutter-5 > .sp-6 {
  width: calc(50% - 5px);
}
.col.gutter-5 > .sp-7 {
  width: calc(58.3333333333% - 5px);
}
.col.gutter-5 > .sp-8 {
  width: calc(66.6666666667% - 5px);
}
.col.gutter-5 > .sp-9 {
  width: calc(75% - 5px);
}
.col.gutter-5 > .sp-10 {
  width: calc(83.3333333333% - 5px);
}
.col.gutter-5 > .sp-11 {
  width: calc(91.6666666667% - 5px);
}
.col.gutter-5 > .sp-12 {
  width: calc(100% - 5px);
}
@media (min-width: 600px) {
  .col.gutter-5 > .tab-1 {
    width: calc(8.3333333333% - 5px);
  }
}
@media (min-width: 600px) {
  .col.gutter-5 > .tab-2 {
    width: calc(16.6666666667% - 5px);
  }
}
@media (min-width: 600px) {
  .col.gutter-5 > .tab-3 {
    width: calc(25% - 5px);
  }
}
@media (min-width: 600px) {
  .col.gutter-5 > .tab-4 {
    width: calc(33.3333333333% - 5px);
  }
}
@media (min-width: 600px) {
  .col.gutter-5 > .tab-5 {
    width: calc(41.6666666667% - 5px);
  }
}
@media (min-width: 600px) {
  .col.gutter-5 > .tab-6 {
    width: calc(50% - 5px);
  }
}
@media (min-width: 600px) {
  .col.gutter-5 > .tab-7 {
    width: calc(58.3333333333% - 5px);
  }
}
@media (min-width: 600px) {
  .col.gutter-5 > .tab-8 {
    width: calc(66.6666666667% - 5px);
  }
}
@media (min-width: 600px) {
  .col.gutter-5 > .tab-9 {
    width: calc(75% - 5px);
  }
}
@media (min-width: 600px) {
  .col.gutter-5 > .tab-10 {
    width: calc(83.3333333333% - 5px);
  }
}
@media (min-width: 600px) {
  .col.gutter-5 > .tab-11 {
    width: calc(91.6666666667% - 5px);
  }
}
@media (min-width: 600px) {
  .col.gutter-5 > .tab-12 {
    width: calc(100% - 5px);
  }
}
@media (min-width: 950px) {
  .col.gutter-5 > .tabyoko-1 {
    width: calc(8.3333333333% - 5px);
  }
}
@media (min-width: 950px) {
  .col.gutter-5 > .tabyoko-2 {
    width: calc(16.6666666667% - 5px);
  }
}
@media (min-width: 950px) {
  .col.gutter-5 > .tabyoko-3 {
    width: calc(25% - 5px);
  }
}
@media (min-width: 950px) {
  .col.gutter-5 > .tabyoko-4 {
    width: calc(33.3333333333% - 5px);
  }
}
@media (min-width: 950px) {
  .col.gutter-5 > .tabyoko-5 {
    width: calc(41.6666666667% - 5px);
  }
}
@media (min-width: 950px) {
  .col.gutter-5 > .tabyoko-6 {
    width: calc(50% - 5px);
  }
}
@media (min-width: 950px) {
  .col.gutter-5 > .tabyoko-7 {
    width: calc(58.3333333333% - 5px);
  }
}
@media (min-width: 950px) {
  .col.gutter-5 > .tabyoko-8 {
    width: calc(66.6666666667% - 5px);
  }
}
@media (min-width: 950px) {
  .col.gutter-5 > .tabyoko-9 {
    width: calc(75% - 5px);
  }
}
@media (min-width: 950px) {
  .col.gutter-5 > .tabyoko-10 {
    width: calc(83.3333333333% - 5px);
  }
}
@media (min-width: 950px) {
  .col.gutter-5 > .tabyoko-11 {
    width: calc(91.6666666667% - 5px);
  }
}
@media (min-width: 950px) {
  .col.gutter-5 > .tabyoko-12 {
    width: calc(100% - 5px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-5 > .pc-1 {
    width: calc(8.3333333333% - 5px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-5 > .pc-2 {
    width: calc(16.6666666667% - 5px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-5 > .pc-3 {
    width: calc(25% - 5px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-5 > .pc-4 {
    width: calc(33.3333333333% - 5px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-5 > .pc-5 {
    width: calc(41.6666666667% - 5px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-5 > .pc-6 {
    width: calc(50% - 5px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-5 > .pc-7 {
    width: calc(58.3333333333% - 5px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-5 > .pc-8 {
    width: calc(66.6666666667% - 5px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-5 > .pc-9 {
    width: calc(75% - 5px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-5 > .pc-10 {
    width: calc(83.3333333333% - 5px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-5 > .pc-11 {
    width: calc(91.6666666667% - 5px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-5 > .pc-12 {
    width: calc(100% - 5px);
  }
}
.col.gutter-10 {
  width: calc(100% + 10px);
  margin-right: -10px;
}
.col.gutter-10 > * {
  margin-right: 10px;
  margin-bottom: 10px;
  width: calc(100% - 10px);
}
.col.gutter-10 > .sp-1 {
  width: calc(8.3333333333% - 10px);
}
.col.gutter-10 > .sp-2 {
  width: calc(16.6666666667% - 10px);
}
.col.gutter-10 > .sp-3 {
  width: calc(25% - 10px);
}
.col.gutter-10 > .sp-4 {
  width: calc(33.3333333333% - 10px);
}
.col.gutter-10 > .sp-5 {
  width: calc(41.6666666667% - 10px);
}
.col.gutter-10 > .sp-6 {
  width: calc(50% - 10px);
}
.col.gutter-10 > .sp-7 {
  width: calc(58.3333333333% - 10px);
}
.col.gutter-10 > .sp-8 {
  width: calc(66.6666666667% - 10px);
}
.col.gutter-10 > .sp-9 {
  width: calc(75% - 10px);
}
.col.gutter-10 > .sp-10 {
  width: calc(83.3333333333% - 10px);
}
.col.gutter-10 > .sp-11 {
  width: calc(91.6666666667% - 10px);
}
.col.gutter-10 > .sp-12 {
  width: calc(100% - 10px);
}
@media (min-width: 600px) {
  .col.gutter-10 > .tab-1 {
    width: calc(8.3333333333% - 10px);
  }
}
@media (min-width: 600px) {
  .col.gutter-10 > .tab-2 {
    width: calc(16.6666666667% - 10px);
  }
}
@media (min-width: 600px) {
  .col.gutter-10 > .tab-3 {
    width: calc(25% - 10px);
  }
}
@media (min-width: 600px) {
  .col.gutter-10 > .tab-4 {
    width: calc(33.3333333333% - 10px);
  }
}
@media (min-width: 600px) {
  .col.gutter-10 > .tab-5 {
    width: calc(41.6666666667% - 10px);
  }
}
@media (min-width: 600px) {
  .col.gutter-10 > .tab-6 {
    width: calc(50% - 10px);
  }
}
@media (min-width: 600px) {
  .col.gutter-10 > .tab-7 {
    width: calc(58.3333333333% - 10px);
  }
}
@media (min-width: 600px) {
  .col.gutter-10 > .tab-8 {
    width: calc(66.6666666667% - 10px);
  }
}
@media (min-width: 600px) {
  .col.gutter-10 > .tab-9 {
    width: calc(75% - 10px);
  }
}
@media (min-width: 600px) {
  .col.gutter-10 > .tab-10 {
    width: calc(83.3333333333% - 10px);
  }
}
@media (min-width: 600px) {
  .col.gutter-10 > .tab-11 {
    width: calc(91.6666666667% - 10px);
  }
}
@media (min-width: 600px) {
  .col.gutter-10 > .tab-12 {
    width: calc(100% - 10px);
  }
}
@media (min-width: 950px) {
  .col.gutter-10 > .tabyoko-1 {
    width: calc(8.3333333333% - 10px);
  }
}
@media (min-width: 950px) {
  .col.gutter-10 > .tabyoko-2 {
    width: calc(16.6666666667% - 10px);
  }
}
@media (min-width: 950px) {
  .col.gutter-10 > .tabyoko-3 {
    width: calc(25% - 10px);
  }
}
@media (min-width: 950px) {
  .col.gutter-10 > .tabyoko-4 {
    width: calc(33.3333333333% - 10px);
  }
}
@media (min-width: 950px) {
  .col.gutter-10 > .tabyoko-5 {
    width: calc(41.6666666667% - 10px);
  }
}
@media (min-width: 950px) {
  .col.gutter-10 > .tabyoko-6 {
    width: calc(50% - 10px);
  }
}
@media (min-width: 950px) {
  .col.gutter-10 > .tabyoko-7 {
    width: calc(58.3333333333% - 10px);
  }
}
@media (min-width: 950px) {
  .col.gutter-10 > .tabyoko-8 {
    width: calc(66.6666666667% - 10px);
  }
}
@media (min-width: 950px) {
  .col.gutter-10 > .tabyoko-9 {
    width: calc(75% - 10px);
  }
}
@media (min-width: 950px) {
  .col.gutter-10 > .tabyoko-10 {
    width: calc(83.3333333333% - 10px);
  }
}
@media (min-width: 950px) {
  .col.gutter-10 > .tabyoko-11 {
    width: calc(91.6666666667% - 10px);
  }
}
@media (min-width: 950px) {
  .col.gutter-10 > .tabyoko-12 {
    width: calc(100% - 10px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-10 > .pc-1 {
    width: calc(8.3333333333% - 10px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-10 > .pc-2 {
    width: calc(16.6666666667% - 10px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-10 > .pc-3 {
    width: calc(25% - 10px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-10 > .pc-4 {
    width: calc(33.3333333333% - 10px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-10 > .pc-5 {
    width: calc(41.6666666667% - 10px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-10 > .pc-6 {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-10 > .pc-7 {
    width: calc(58.3333333333% - 10px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-10 > .pc-8 {
    width: calc(66.6666666667% - 10px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-10 > .pc-9 {
    width: calc(75% - 10px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-10 > .pc-10 {
    width: calc(83.3333333333% - 10px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-10 > .pc-11 {
    width: calc(91.6666666667% - 10px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-10 > .pc-12 {
    width: calc(100% - 10px);
  }
}
.col.gutter-15 {
  width: calc(100% + 15px);
  margin-right: -15px;
}
.col.gutter-15 > * {
  margin-right: 15px;
  margin-bottom: 15px;
  width: calc(100% - 15px);
}
.col.gutter-15 > .sp-1 {
  width: calc(8.3333333333% - 15px);
}
.col.gutter-15 > .sp-2 {
  width: calc(16.6666666667% - 15px);
}
.col.gutter-15 > .sp-3 {
  width: calc(25% - 15px);
}
.col.gutter-15 > .sp-4 {
  width: calc(33.3333333333% - 15px);
}
.col.gutter-15 > .sp-5 {
  width: calc(41.6666666667% - 15px);
}
.col.gutter-15 > .sp-6 {
  width: calc(50% - 15px);
}
.col.gutter-15 > .sp-7 {
  width: calc(58.3333333333% - 15px);
}
.col.gutter-15 > .sp-8 {
  width: calc(66.6666666667% - 15px);
}
.col.gutter-15 > .sp-9 {
  width: calc(75% - 15px);
}
.col.gutter-15 > .sp-10 {
  width: calc(83.3333333333% - 15px);
}
.col.gutter-15 > .sp-11 {
  width: calc(91.6666666667% - 15px);
}
.col.gutter-15 > .sp-12 {
  width: calc(100% - 15px);
}
@media (min-width: 600px) {
  .col.gutter-15 > .tab-1 {
    width: calc(8.3333333333% - 15px);
  }
}
@media (min-width: 600px) {
  .col.gutter-15 > .tab-2 {
    width: calc(16.6666666667% - 15px);
  }
}
@media (min-width: 600px) {
  .col.gutter-15 > .tab-3 {
    width: calc(25% - 15px);
  }
}
@media (min-width: 600px) {
  .col.gutter-15 > .tab-4 {
    width: calc(33.3333333333% - 15px);
  }
}
@media (min-width: 600px) {
  .col.gutter-15 > .tab-5 {
    width: calc(41.6666666667% - 15px);
  }
}
@media (min-width: 600px) {
  .col.gutter-15 > .tab-6 {
    width: calc(50% - 15px);
  }
}
@media (min-width: 600px) {
  .col.gutter-15 > .tab-7 {
    width: calc(58.3333333333% - 15px);
  }
}
@media (min-width: 600px) {
  .col.gutter-15 > .tab-8 {
    width: calc(66.6666666667% - 15px);
  }
}
@media (min-width: 600px) {
  .col.gutter-15 > .tab-9 {
    width: calc(75% - 15px);
  }
}
@media (min-width: 600px) {
  .col.gutter-15 > .tab-10 {
    width: calc(83.3333333333% - 15px);
  }
}
@media (min-width: 600px) {
  .col.gutter-15 > .tab-11 {
    width: calc(91.6666666667% - 15px);
  }
}
@media (min-width: 600px) {
  .col.gutter-15 > .tab-12 {
    width: calc(100% - 15px);
  }
}
@media (min-width: 950px) {
  .col.gutter-15 > .tabyoko-1 {
    width: calc(8.3333333333% - 15px);
  }
}
@media (min-width: 950px) {
  .col.gutter-15 > .tabyoko-2 {
    width: calc(16.6666666667% - 15px);
  }
}
@media (min-width: 950px) {
  .col.gutter-15 > .tabyoko-3 {
    width: calc(25% - 15px);
  }
}
@media (min-width: 950px) {
  .col.gutter-15 > .tabyoko-4 {
    width: calc(33.3333333333% - 15px);
  }
}
@media (min-width: 950px) {
  .col.gutter-15 > .tabyoko-5 {
    width: calc(41.6666666667% - 15px);
  }
}
@media (min-width: 950px) {
  .col.gutter-15 > .tabyoko-6 {
    width: calc(50% - 15px);
  }
}
@media (min-width: 950px) {
  .col.gutter-15 > .tabyoko-7 {
    width: calc(58.3333333333% - 15px);
  }
}
@media (min-width: 950px) {
  .col.gutter-15 > .tabyoko-8 {
    width: calc(66.6666666667% - 15px);
  }
}
@media (min-width: 950px) {
  .col.gutter-15 > .tabyoko-9 {
    width: calc(75% - 15px);
  }
}
@media (min-width: 950px) {
  .col.gutter-15 > .tabyoko-10 {
    width: calc(83.3333333333% - 15px);
  }
}
@media (min-width: 950px) {
  .col.gutter-15 > .tabyoko-11 {
    width: calc(91.6666666667% - 15px);
  }
}
@media (min-width: 950px) {
  .col.gutter-15 > .tabyoko-12 {
    width: calc(100% - 15px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-15 > .pc-1 {
    width: calc(8.3333333333% - 15px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-15 > .pc-2 {
    width: calc(16.6666666667% - 15px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-15 > .pc-3 {
    width: calc(25% - 15px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-15 > .pc-4 {
    width: calc(33.3333333333% - 15px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-15 > .pc-5 {
    width: calc(41.6666666667% - 15px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-15 > .pc-6 {
    width: calc(50% - 15px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-15 > .pc-7 {
    width: calc(58.3333333333% - 15px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-15 > .pc-8 {
    width: calc(66.6666666667% - 15px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-15 > .pc-9 {
    width: calc(75% - 15px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-15 > .pc-10 {
    width: calc(83.3333333333% - 15px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-15 > .pc-11 {
    width: calc(91.6666666667% - 15px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-15 > .pc-12 {
    width: calc(100% - 15px);
  }
}
.col.gutter-20 {
  width: calc(100% + 20px);
  margin-right: -20px;
}
.col.gutter-20 > * {
  margin-right: 20px;
  margin-bottom: 20px;
  width: calc(100% - 20px);
}
.col.gutter-20 > .sp-1 {
  width: calc(8.3333333333% - 20px);
}
.col.gutter-20 > .sp-2 {
  width: calc(16.6666666667% - 20px);
}
.col.gutter-20 > .sp-3 {
  width: calc(25% - 20px);
}
.col.gutter-20 > .sp-4 {
  width: calc(33.3333333333% - 20px);
}
.col.gutter-20 > .sp-5 {
  width: calc(41.6666666667% - 20px);
}
.col.gutter-20 > .sp-6 {
  width: calc(50% - 20px);
}
.col.gutter-20 > .sp-7 {
  width: calc(58.3333333333% - 20px);
}
.col.gutter-20 > .sp-8 {
  width: calc(66.6666666667% - 20px);
}
.col.gutter-20 > .sp-9 {
  width: calc(75% - 20px);
}
.col.gutter-20 > .sp-10 {
  width: calc(83.3333333333% - 20px);
}
.col.gutter-20 > .sp-11 {
  width: calc(91.6666666667% - 20px);
}
.col.gutter-20 > .sp-12 {
  width: calc(100% - 20px);
}
@media (min-width: 600px) {
  .col.gutter-20 > .tab-1 {
    width: calc(8.3333333333% - 20px);
  }
}
@media (min-width: 600px) {
  .col.gutter-20 > .tab-2 {
    width: calc(16.6666666667% - 20px);
  }
}
@media (min-width: 600px) {
  .col.gutter-20 > .tab-3 {
    width: calc(25% - 20px);
  }
}
@media (min-width: 600px) {
  .col.gutter-20 > .tab-4 {
    width: calc(33.3333333333% - 20px);
  }
}
@media (min-width: 600px) {
  .col.gutter-20 > .tab-5 {
    width: calc(41.6666666667% - 20px);
  }
}
@media (min-width: 600px) {
  .col.gutter-20 > .tab-6 {
    width: calc(50% - 20px);
  }
}
@media (min-width: 600px) {
  .col.gutter-20 > .tab-7 {
    width: calc(58.3333333333% - 20px);
  }
}
@media (min-width: 600px) {
  .col.gutter-20 > .tab-8 {
    width: calc(66.6666666667% - 20px);
  }
}
@media (min-width: 600px) {
  .col.gutter-20 > .tab-9 {
    width: calc(75% - 20px);
  }
}
@media (min-width: 600px) {
  .col.gutter-20 > .tab-10 {
    width: calc(83.3333333333% - 20px);
  }
}
@media (min-width: 600px) {
  .col.gutter-20 > .tab-11 {
    width: calc(91.6666666667% - 20px);
  }
}
@media (min-width: 600px) {
  .col.gutter-20 > .tab-12 {
    width: calc(100% - 20px);
  }
}
@media (min-width: 950px) {
  .col.gutter-20 > .tabyoko-1 {
    width: calc(8.3333333333% - 20px);
  }
}
@media (min-width: 950px) {
  .col.gutter-20 > .tabyoko-2 {
    width: calc(16.6666666667% - 20px);
  }
}
@media (min-width: 950px) {
  .col.gutter-20 > .tabyoko-3 {
    width: calc(25% - 20px);
  }
}
@media (min-width: 950px) {
  .col.gutter-20 > .tabyoko-4 {
    width: calc(33.3333333333% - 20px);
  }
}
@media (min-width: 950px) {
  .col.gutter-20 > .tabyoko-5 {
    width: calc(41.6666666667% - 20px);
  }
}
@media (min-width: 950px) {
  .col.gutter-20 > .tabyoko-6 {
    width: calc(50% - 20px);
  }
}
@media (min-width: 950px) {
  .col.gutter-20 > .tabyoko-7 {
    width: calc(58.3333333333% - 20px);
  }
}
@media (min-width: 950px) {
  .col.gutter-20 > .tabyoko-8 {
    width: calc(66.6666666667% - 20px);
  }
}
@media (min-width: 950px) {
  .col.gutter-20 > .tabyoko-9 {
    width: calc(75% - 20px);
  }
}
@media (min-width: 950px) {
  .col.gutter-20 > .tabyoko-10 {
    width: calc(83.3333333333% - 20px);
  }
}
@media (min-width: 950px) {
  .col.gutter-20 > .tabyoko-11 {
    width: calc(91.6666666667% - 20px);
  }
}
@media (min-width: 950px) {
  .col.gutter-20 > .tabyoko-12 {
    width: calc(100% - 20px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-20 > .pc-1 {
    width: calc(8.3333333333% - 20px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-20 > .pc-2 {
    width: calc(16.6666666667% - 20px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-20 > .pc-3 {
    width: calc(25% - 20px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-20 > .pc-4 {
    width: calc(33.3333333333% - 20px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-20 > .pc-5 {
    width: calc(41.6666666667% - 20px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-20 > .pc-6 {
    width: calc(50% - 20px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-20 > .pc-7 {
    width: calc(58.3333333333% - 20px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-20 > .pc-8 {
    width: calc(66.6666666667% - 20px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-20 > .pc-9 {
    width: calc(75% - 20px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-20 > .pc-10 {
    width: calc(83.3333333333% - 20px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-20 > .pc-11 {
    width: calc(91.6666666667% - 20px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-20 > .pc-12 {
    width: calc(100% - 20px);
  }
}
.col.gutter-25 {
  width: calc(100% + 25px);
  margin-right: -25px;
}
.col.gutter-25 > * {
  margin-right: 25px;
  margin-bottom: 25px;
  width: calc(100% - 25px);
}
.col.gutter-25 > .sp-1 {
  width: calc(8.3333333333% - 25px);
}
.col.gutter-25 > .sp-2 {
  width: calc(16.6666666667% - 25px);
}
.col.gutter-25 > .sp-3 {
  width: calc(25% - 25px);
}
.col.gutter-25 > .sp-4 {
  width: calc(33.3333333333% - 25px);
}
.col.gutter-25 > .sp-5 {
  width: calc(41.6666666667% - 25px);
}
.col.gutter-25 > .sp-6 {
  width: calc(50% - 25px);
}
.col.gutter-25 > .sp-7 {
  width: calc(58.3333333333% - 25px);
}
.col.gutter-25 > .sp-8 {
  width: calc(66.6666666667% - 25px);
}
.col.gutter-25 > .sp-9 {
  width: calc(75% - 25px);
}
.col.gutter-25 > .sp-10 {
  width: calc(83.3333333333% - 25px);
}
.col.gutter-25 > .sp-11 {
  width: calc(91.6666666667% - 25px);
}
.col.gutter-25 > .sp-12 {
  width: calc(100% - 25px);
}
@media (min-width: 600px) {
  .col.gutter-25 > .tab-1 {
    width: calc(8.3333333333% - 25px);
  }
}
@media (min-width: 600px) {
  .col.gutter-25 > .tab-2 {
    width: calc(16.6666666667% - 25px);
  }
}
@media (min-width: 600px) {
  .col.gutter-25 > .tab-3 {
    width: calc(25% - 25px);
  }
}
@media (min-width: 600px) {
  .col.gutter-25 > .tab-4 {
    width: calc(33.3333333333% - 25px);
  }
}
@media (min-width: 600px) {
  .col.gutter-25 > .tab-5 {
    width: calc(41.6666666667% - 25px);
  }
}
@media (min-width: 600px) {
  .col.gutter-25 > .tab-6 {
    width: calc(50% - 25px);
  }
}
@media (min-width: 600px) {
  .col.gutter-25 > .tab-7 {
    width: calc(58.3333333333% - 25px);
  }
}
@media (min-width: 600px) {
  .col.gutter-25 > .tab-8 {
    width: calc(66.6666666667% - 25px);
  }
}
@media (min-width: 600px) {
  .col.gutter-25 > .tab-9 {
    width: calc(75% - 25px);
  }
}
@media (min-width: 600px) {
  .col.gutter-25 > .tab-10 {
    width: calc(83.3333333333% - 25px);
  }
}
@media (min-width: 600px) {
  .col.gutter-25 > .tab-11 {
    width: calc(91.6666666667% - 25px);
  }
}
@media (min-width: 600px) {
  .col.gutter-25 > .tab-12 {
    width: calc(100% - 25px);
  }
}
@media (min-width: 950px) {
  .col.gutter-25 > .tabyoko-1 {
    width: calc(8.3333333333% - 25px);
  }
}
@media (min-width: 950px) {
  .col.gutter-25 > .tabyoko-2 {
    width: calc(16.6666666667% - 25px);
  }
}
@media (min-width: 950px) {
  .col.gutter-25 > .tabyoko-3 {
    width: calc(25% - 25px);
  }
}
@media (min-width: 950px) {
  .col.gutter-25 > .tabyoko-4 {
    width: calc(33.3333333333% - 25px);
  }
}
@media (min-width: 950px) {
  .col.gutter-25 > .tabyoko-5 {
    width: calc(41.6666666667% - 25px);
  }
}
@media (min-width: 950px) {
  .col.gutter-25 > .tabyoko-6 {
    width: calc(50% - 25px);
  }
}
@media (min-width: 950px) {
  .col.gutter-25 > .tabyoko-7 {
    width: calc(58.3333333333% - 25px);
  }
}
@media (min-width: 950px) {
  .col.gutter-25 > .tabyoko-8 {
    width: calc(66.6666666667% - 25px);
  }
}
@media (min-width: 950px) {
  .col.gutter-25 > .tabyoko-9 {
    width: calc(75% - 25px);
  }
}
@media (min-width: 950px) {
  .col.gutter-25 > .tabyoko-10 {
    width: calc(83.3333333333% - 25px);
  }
}
@media (min-width: 950px) {
  .col.gutter-25 > .tabyoko-11 {
    width: calc(91.6666666667% - 25px);
  }
}
@media (min-width: 950px) {
  .col.gutter-25 > .tabyoko-12 {
    width: calc(100% - 25px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-25 > .pc-1 {
    width: calc(8.3333333333% - 25px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-25 > .pc-2 {
    width: calc(16.6666666667% - 25px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-25 > .pc-3 {
    width: calc(25% - 25px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-25 > .pc-4 {
    width: calc(33.3333333333% - 25px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-25 > .pc-5 {
    width: calc(41.6666666667% - 25px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-25 > .pc-6 {
    width: calc(50% - 25px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-25 > .pc-7 {
    width: calc(58.3333333333% - 25px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-25 > .pc-8 {
    width: calc(66.6666666667% - 25px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-25 > .pc-9 {
    width: calc(75% - 25px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-25 > .pc-10 {
    width: calc(83.3333333333% - 25px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-25 > .pc-11 {
    width: calc(91.6666666667% - 25px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-25 > .pc-12 {
    width: calc(100% - 25px);
  }
}
.col.gutter-30 {
  width: calc(100% + 30px);
  margin-right: -30px;
}
.col.gutter-30 > * {
  margin-right: 30px;
  margin-bottom: 30px;
  width: calc(100% - 30px);
}
.col.gutter-30 > .sp-1 {
  width: calc(8.3333333333% - 30px);
}
.col.gutter-30 > .sp-2 {
  width: calc(16.6666666667% - 30px);
}
.col.gutter-30 > .sp-3 {
  width: calc(25% - 30px);
}
.col.gutter-30 > .sp-4 {
  width: calc(33.3333333333% - 30px);
}
.col.gutter-30 > .sp-5 {
  width: calc(41.6666666667% - 30px);
}
.col.gutter-30 > .sp-6 {
  width: calc(50% - 30px);
}
.col.gutter-30 > .sp-7 {
  width: calc(58.3333333333% - 30px);
}
.col.gutter-30 > .sp-8 {
  width: calc(66.6666666667% - 30px);
}
.col.gutter-30 > .sp-9 {
  width: calc(75% - 30px);
}
.col.gutter-30 > .sp-10 {
  width: calc(83.3333333333% - 30px);
}
.col.gutter-30 > .sp-11 {
  width: calc(91.6666666667% - 30px);
}
.col.gutter-30 > .sp-12 {
  width: calc(100% - 30px);
}
@media (min-width: 600px) {
  .col.gutter-30 > .tab-1 {
    width: calc(8.3333333333% - 30px);
  }
}
@media (min-width: 600px) {
  .col.gutter-30 > .tab-2 {
    width: calc(16.6666666667% - 30px);
  }
}
@media (min-width: 600px) {
  .col.gutter-30 > .tab-3 {
    width: calc(25% - 30px);
  }
}
@media (min-width: 600px) {
  .col.gutter-30 > .tab-4 {
    width: calc(33.3333333333% - 30px);
  }
}
@media (min-width: 600px) {
  .col.gutter-30 > .tab-5 {
    width: calc(41.6666666667% - 30px);
  }
}
@media (min-width: 600px) {
  .col.gutter-30 > .tab-6 {
    width: calc(50% - 30px);
  }
}
@media (min-width: 600px) {
  .col.gutter-30 > .tab-7 {
    width: calc(58.3333333333% - 30px);
  }
}
@media (min-width: 600px) {
  .col.gutter-30 > .tab-8 {
    width: calc(66.6666666667% - 30px);
  }
}
@media (min-width: 600px) {
  .col.gutter-30 > .tab-9 {
    width: calc(75% - 30px);
  }
}
@media (min-width: 600px) {
  .col.gutter-30 > .tab-10 {
    width: calc(83.3333333333% - 30px);
  }
}
@media (min-width: 600px) {
  .col.gutter-30 > .tab-11 {
    width: calc(91.6666666667% - 30px);
  }
}
@media (min-width: 600px) {
  .col.gutter-30 > .tab-12 {
    width: calc(100% - 30px);
  }
}
@media (min-width: 950px) {
  .col.gutter-30 > .tabyoko-1 {
    width: calc(8.3333333333% - 30px);
  }
}
@media (min-width: 950px) {
  .col.gutter-30 > .tabyoko-2 {
    width: calc(16.6666666667% - 30px);
  }
}
@media (min-width: 950px) {
  .col.gutter-30 > .tabyoko-3 {
    width: calc(25% - 30px);
  }
}
@media (min-width: 950px) {
  .col.gutter-30 > .tabyoko-4 {
    width: calc(33.3333333333% - 30px);
  }
}
@media (min-width: 950px) {
  .col.gutter-30 > .tabyoko-5 {
    width: calc(41.6666666667% - 30px);
  }
}
@media (min-width: 950px) {
  .col.gutter-30 > .tabyoko-6 {
    width: calc(50% - 30px);
  }
}
@media (min-width: 950px) {
  .col.gutter-30 > .tabyoko-7 {
    width: calc(58.3333333333% - 30px);
  }
}
@media (min-width: 950px) {
  .col.gutter-30 > .tabyoko-8 {
    width: calc(66.6666666667% - 30px);
  }
}
@media (min-width: 950px) {
  .col.gutter-30 > .tabyoko-9 {
    width: calc(75% - 30px);
  }
}
@media (min-width: 950px) {
  .col.gutter-30 > .tabyoko-10 {
    width: calc(83.3333333333% - 30px);
  }
}
@media (min-width: 950px) {
  .col.gutter-30 > .tabyoko-11 {
    width: calc(91.6666666667% - 30px);
  }
}
@media (min-width: 950px) {
  .col.gutter-30 > .tabyoko-12 {
    width: calc(100% - 30px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-30 > .pc-1 {
    width: calc(8.3333333333% - 30px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-30 > .pc-2 {
    width: calc(16.6666666667% - 30px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-30 > .pc-3 {
    width: calc(25% - 30px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-30 > .pc-4 {
    width: calc(33.3333333333% - 30px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-30 > .pc-5 {
    width: calc(41.6666666667% - 30px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-30 > .pc-6 {
    width: calc(50% - 30px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-30 > .pc-7 {
    width: calc(58.3333333333% - 30px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-30 > .pc-8 {
    width: calc(66.6666666667% - 30px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-30 > .pc-9 {
    width: calc(75% - 30px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-30 > .pc-10 {
    width: calc(83.3333333333% - 30px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-30 > .pc-11 {
    width: calc(91.6666666667% - 30px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-30 > .pc-12 {
    width: calc(100% - 30px);
  }
}
.col.gutter-35 {
  width: calc(100% + 35px);
  margin-right: -35px;
}
.col.gutter-35 > * {
  margin-right: 35px;
  margin-bottom: 35px;
  width: calc(100% - 35px);
}
.col.gutter-35 > .sp-1 {
  width: calc(8.3333333333% - 35px);
}
.col.gutter-35 > .sp-2 {
  width: calc(16.6666666667% - 35px);
}
.col.gutter-35 > .sp-3 {
  width: calc(25% - 35px);
}
.col.gutter-35 > .sp-4 {
  width: calc(33.3333333333% - 35px);
}
.col.gutter-35 > .sp-5 {
  width: calc(41.6666666667% - 35px);
}
.col.gutter-35 > .sp-6 {
  width: calc(50% - 35px);
}
.col.gutter-35 > .sp-7 {
  width: calc(58.3333333333% - 35px);
}
.col.gutter-35 > .sp-8 {
  width: calc(66.6666666667% - 35px);
}
.col.gutter-35 > .sp-9 {
  width: calc(75% - 35px);
}
.col.gutter-35 > .sp-10 {
  width: calc(83.3333333333% - 35px);
}
.col.gutter-35 > .sp-11 {
  width: calc(91.6666666667% - 35px);
}
.col.gutter-35 > .sp-12 {
  width: calc(100% - 35px);
}
@media (min-width: 600px) {
  .col.gutter-35 > .tab-1 {
    width: calc(8.3333333333% - 35px);
  }
}
@media (min-width: 600px) {
  .col.gutter-35 > .tab-2 {
    width: calc(16.6666666667% - 35px);
  }
}
@media (min-width: 600px) {
  .col.gutter-35 > .tab-3 {
    width: calc(25% - 35px);
  }
}
@media (min-width: 600px) {
  .col.gutter-35 > .tab-4 {
    width: calc(33.3333333333% - 35px);
  }
}
@media (min-width: 600px) {
  .col.gutter-35 > .tab-5 {
    width: calc(41.6666666667% - 35px);
  }
}
@media (min-width: 600px) {
  .col.gutter-35 > .tab-6 {
    width: calc(50% - 35px);
  }
}
@media (min-width: 600px) {
  .col.gutter-35 > .tab-7 {
    width: calc(58.3333333333% - 35px);
  }
}
@media (min-width: 600px) {
  .col.gutter-35 > .tab-8 {
    width: calc(66.6666666667% - 35px);
  }
}
@media (min-width: 600px) {
  .col.gutter-35 > .tab-9 {
    width: calc(75% - 35px);
  }
}
@media (min-width: 600px) {
  .col.gutter-35 > .tab-10 {
    width: calc(83.3333333333% - 35px);
  }
}
@media (min-width: 600px) {
  .col.gutter-35 > .tab-11 {
    width: calc(91.6666666667% - 35px);
  }
}
@media (min-width: 600px) {
  .col.gutter-35 > .tab-12 {
    width: calc(100% - 35px);
  }
}
@media (min-width: 950px) {
  .col.gutter-35 > .tabyoko-1 {
    width: calc(8.3333333333% - 35px);
  }
}
@media (min-width: 950px) {
  .col.gutter-35 > .tabyoko-2 {
    width: calc(16.6666666667% - 35px);
  }
}
@media (min-width: 950px) {
  .col.gutter-35 > .tabyoko-3 {
    width: calc(25% - 35px);
  }
}
@media (min-width: 950px) {
  .col.gutter-35 > .tabyoko-4 {
    width: calc(33.3333333333% - 35px);
  }
}
@media (min-width: 950px) {
  .col.gutter-35 > .tabyoko-5 {
    width: calc(41.6666666667% - 35px);
  }
}
@media (min-width: 950px) {
  .col.gutter-35 > .tabyoko-6 {
    width: calc(50% - 35px);
  }
}
@media (min-width: 950px) {
  .col.gutter-35 > .tabyoko-7 {
    width: calc(58.3333333333% - 35px);
  }
}
@media (min-width: 950px) {
  .col.gutter-35 > .tabyoko-8 {
    width: calc(66.6666666667% - 35px);
  }
}
@media (min-width: 950px) {
  .col.gutter-35 > .tabyoko-9 {
    width: calc(75% - 35px);
  }
}
@media (min-width: 950px) {
  .col.gutter-35 > .tabyoko-10 {
    width: calc(83.3333333333% - 35px);
  }
}
@media (min-width: 950px) {
  .col.gutter-35 > .tabyoko-11 {
    width: calc(91.6666666667% - 35px);
  }
}
@media (min-width: 950px) {
  .col.gutter-35 > .tabyoko-12 {
    width: calc(100% - 35px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-35 > .pc-1 {
    width: calc(8.3333333333% - 35px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-35 > .pc-2 {
    width: calc(16.6666666667% - 35px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-35 > .pc-3 {
    width: calc(25% - 35px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-35 > .pc-4 {
    width: calc(33.3333333333% - 35px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-35 > .pc-5 {
    width: calc(41.6666666667% - 35px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-35 > .pc-6 {
    width: calc(50% - 35px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-35 > .pc-7 {
    width: calc(58.3333333333% - 35px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-35 > .pc-8 {
    width: calc(66.6666666667% - 35px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-35 > .pc-9 {
    width: calc(75% - 35px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-35 > .pc-10 {
    width: calc(83.3333333333% - 35px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-35 > .pc-11 {
    width: calc(91.6666666667% - 35px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-35 > .pc-12 {
    width: calc(100% - 35px);
  }
}
.col.gutter-40 {
  width: calc(100% + 40px);
  margin-right: -40px;
}
.col.gutter-40 > * {
  margin-right: 40px;
  margin-bottom: 40px;
  width: calc(100% - 40px);
}
.col.gutter-40 > .sp-1 {
  width: calc(8.3333333333% - 40px);
}
.col.gutter-40 > .sp-2 {
  width: calc(16.6666666667% - 40px);
}
.col.gutter-40 > .sp-3 {
  width: calc(25% - 40px);
}
.col.gutter-40 > .sp-4 {
  width: calc(33.3333333333% - 40px);
}
.col.gutter-40 > .sp-5 {
  width: calc(41.6666666667% - 40px);
}
.col.gutter-40 > .sp-6 {
  width: calc(50% - 40px);
}
.col.gutter-40 > .sp-7 {
  width: calc(58.3333333333% - 40px);
}
.col.gutter-40 > .sp-8 {
  width: calc(66.6666666667% - 40px);
}
.col.gutter-40 > .sp-9 {
  width: calc(75% - 40px);
}
.col.gutter-40 > .sp-10 {
  width: calc(83.3333333333% - 40px);
}
.col.gutter-40 > .sp-11 {
  width: calc(91.6666666667% - 40px);
}
.col.gutter-40 > .sp-12 {
  width: calc(100% - 40px);
}
@media (min-width: 600px) {
  .col.gutter-40 > .tab-1 {
    width: calc(8.3333333333% - 40px);
  }
}
@media (min-width: 600px) {
  .col.gutter-40 > .tab-2 {
    width: calc(16.6666666667% - 40px);
  }
}
@media (min-width: 600px) {
  .col.gutter-40 > .tab-3 {
    width: calc(25% - 40px);
  }
}
@media (min-width: 600px) {
  .col.gutter-40 > .tab-4 {
    width: calc(33.3333333333% - 40px);
  }
}
@media (min-width: 600px) {
  .col.gutter-40 > .tab-5 {
    width: calc(41.6666666667% - 40px);
  }
}
@media (min-width: 600px) {
  .col.gutter-40 > .tab-6 {
    width: calc(50% - 40px);
  }
}
@media (min-width: 600px) {
  .col.gutter-40 > .tab-7 {
    width: calc(58.3333333333% - 40px);
  }
}
@media (min-width: 600px) {
  .col.gutter-40 > .tab-8 {
    width: calc(66.6666666667% - 40px);
  }
}
@media (min-width: 600px) {
  .col.gutter-40 > .tab-9 {
    width: calc(75% - 40px);
  }
}
@media (min-width: 600px) {
  .col.gutter-40 > .tab-10 {
    width: calc(83.3333333333% - 40px);
  }
}
@media (min-width: 600px) {
  .col.gutter-40 > .tab-11 {
    width: calc(91.6666666667% - 40px);
  }
}
@media (min-width: 600px) {
  .col.gutter-40 > .tab-12 {
    width: calc(100% - 40px);
  }
}
@media (min-width: 950px) {
  .col.gutter-40 > .tabyoko-1 {
    width: calc(8.3333333333% - 40px);
  }
}
@media (min-width: 950px) {
  .col.gutter-40 > .tabyoko-2 {
    width: calc(16.6666666667% - 40px);
  }
}
@media (min-width: 950px) {
  .col.gutter-40 > .tabyoko-3 {
    width: calc(25% - 40px);
  }
}
@media (min-width: 950px) {
  .col.gutter-40 > .tabyoko-4 {
    width: calc(33.3333333333% - 40px);
  }
}
@media (min-width: 950px) {
  .col.gutter-40 > .tabyoko-5 {
    width: calc(41.6666666667% - 40px);
  }
}
@media (min-width: 950px) {
  .col.gutter-40 > .tabyoko-6 {
    width: calc(50% - 40px);
  }
}
@media (min-width: 950px) {
  .col.gutter-40 > .tabyoko-7 {
    width: calc(58.3333333333% - 40px);
  }
}
@media (min-width: 950px) {
  .col.gutter-40 > .tabyoko-8 {
    width: calc(66.6666666667% - 40px);
  }
}
@media (min-width: 950px) {
  .col.gutter-40 > .tabyoko-9 {
    width: calc(75% - 40px);
  }
}
@media (min-width: 950px) {
  .col.gutter-40 > .tabyoko-10 {
    width: calc(83.3333333333% - 40px);
  }
}
@media (min-width: 950px) {
  .col.gutter-40 > .tabyoko-11 {
    width: calc(91.6666666667% - 40px);
  }
}
@media (min-width: 950px) {
  .col.gutter-40 > .tabyoko-12 {
    width: calc(100% - 40px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-40 > .pc-1 {
    width: calc(8.3333333333% - 40px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-40 > .pc-2 {
    width: calc(16.6666666667% - 40px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-40 > .pc-3 {
    width: calc(25% - 40px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-40 > .pc-4 {
    width: calc(33.3333333333% - 40px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-40 > .pc-5 {
    width: calc(41.6666666667% - 40px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-40 > .pc-6 {
    width: calc(50% - 40px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-40 > .pc-7 {
    width: calc(58.3333333333% - 40px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-40 > .pc-8 {
    width: calc(66.6666666667% - 40px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-40 > .pc-9 {
    width: calc(75% - 40px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-40 > .pc-10 {
    width: calc(83.3333333333% - 40px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-40 > .pc-11 {
    width: calc(91.6666666667% - 40px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-40 > .pc-12 {
    width: calc(100% - 40px);
  }
}
.col.gutter-45 {
  width: calc(100% + 45px);
  margin-right: -45px;
}
.col.gutter-45 > * {
  margin-right: 45px;
  margin-bottom: 45px;
  width: calc(100% - 45px);
}
.col.gutter-45 > .sp-1 {
  width: calc(8.3333333333% - 45px);
}
.col.gutter-45 > .sp-2 {
  width: calc(16.6666666667% - 45px);
}
.col.gutter-45 > .sp-3 {
  width: calc(25% - 45px);
}
.col.gutter-45 > .sp-4 {
  width: calc(33.3333333333% - 45px);
}
.col.gutter-45 > .sp-5 {
  width: calc(41.6666666667% - 45px);
}
.col.gutter-45 > .sp-6 {
  width: calc(50% - 45px);
}
.col.gutter-45 > .sp-7 {
  width: calc(58.3333333333% - 45px);
}
.col.gutter-45 > .sp-8 {
  width: calc(66.6666666667% - 45px);
}
.col.gutter-45 > .sp-9 {
  width: calc(75% - 45px);
}
.col.gutter-45 > .sp-10 {
  width: calc(83.3333333333% - 45px);
}
.col.gutter-45 > .sp-11 {
  width: calc(91.6666666667% - 45px);
}
.col.gutter-45 > .sp-12 {
  width: calc(100% - 45px);
}
@media (min-width: 600px) {
  .col.gutter-45 > .tab-1 {
    width: calc(8.3333333333% - 45px);
  }
}
@media (min-width: 600px) {
  .col.gutter-45 > .tab-2 {
    width: calc(16.6666666667% - 45px);
  }
}
@media (min-width: 600px) {
  .col.gutter-45 > .tab-3 {
    width: calc(25% - 45px);
  }
}
@media (min-width: 600px) {
  .col.gutter-45 > .tab-4 {
    width: calc(33.3333333333% - 45px);
  }
}
@media (min-width: 600px) {
  .col.gutter-45 > .tab-5 {
    width: calc(41.6666666667% - 45px);
  }
}
@media (min-width: 600px) {
  .col.gutter-45 > .tab-6 {
    width: calc(50% - 45px);
  }
}
@media (min-width: 600px) {
  .col.gutter-45 > .tab-7 {
    width: calc(58.3333333333% - 45px);
  }
}
@media (min-width: 600px) {
  .col.gutter-45 > .tab-8 {
    width: calc(66.6666666667% - 45px);
  }
}
@media (min-width: 600px) {
  .col.gutter-45 > .tab-9 {
    width: calc(75% - 45px);
  }
}
@media (min-width: 600px) {
  .col.gutter-45 > .tab-10 {
    width: calc(83.3333333333% - 45px);
  }
}
@media (min-width: 600px) {
  .col.gutter-45 > .tab-11 {
    width: calc(91.6666666667% - 45px);
  }
}
@media (min-width: 600px) {
  .col.gutter-45 > .tab-12 {
    width: calc(100% - 45px);
  }
}
@media (min-width: 950px) {
  .col.gutter-45 > .tabyoko-1 {
    width: calc(8.3333333333% - 45px);
  }
}
@media (min-width: 950px) {
  .col.gutter-45 > .tabyoko-2 {
    width: calc(16.6666666667% - 45px);
  }
}
@media (min-width: 950px) {
  .col.gutter-45 > .tabyoko-3 {
    width: calc(25% - 45px);
  }
}
@media (min-width: 950px) {
  .col.gutter-45 > .tabyoko-4 {
    width: calc(33.3333333333% - 45px);
  }
}
@media (min-width: 950px) {
  .col.gutter-45 > .tabyoko-5 {
    width: calc(41.6666666667% - 45px);
  }
}
@media (min-width: 950px) {
  .col.gutter-45 > .tabyoko-6 {
    width: calc(50% - 45px);
  }
}
@media (min-width: 950px) {
  .col.gutter-45 > .tabyoko-7 {
    width: calc(58.3333333333% - 45px);
  }
}
@media (min-width: 950px) {
  .col.gutter-45 > .tabyoko-8 {
    width: calc(66.6666666667% - 45px);
  }
}
@media (min-width: 950px) {
  .col.gutter-45 > .tabyoko-9 {
    width: calc(75% - 45px);
  }
}
@media (min-width: 950px) {
  .col.gutter-45 > .tabyoko-10 {
    width: calc(83.3333333333% - 45px);
  }
}
@media (min-width: 950px) {
  .col.gutter-45 > .tabyoko-11 {
    width: calc(91.6666666667% - 45px);
  }
}
@media (min-width: 950px) {
  .col.gutter-45 > .tabyoko-12 {
    width: calc(100% - 45px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-45 > .pc-1 {
    width: calc(8.3333333333% - 45px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-45 > .pc-2 {
    width: calc(16.6666666667% - 45px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-45 > .pc-3 {
    width: calc(25% - 45px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-45 > .pc-4 {
    width: calc(33.3333333333% - 45px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-45 > .pc-5 {
    width: calc(41.6666666667% - 45px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-45 > .pc-6 {
    width: calc(50% - 45px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-45 > .pc-7 {
    width: calc(58.3333333333% - 45px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-45 > .pc-8 {
    width: calc(66.6666666667% - 45px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-45 > .pc-9 {
    width: calc(75% - 45px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-45 > .pc-10 {
    width: calc(83.3333333333% - 45px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-45 > .pc-11 {
    width: calc(91.6666666667% - 45px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-45 > .pc-12 {
    width: calc(100% - 45px);
  }
}
.col.gutter-50 {
  width: calc(100% + 50px);
  margin-right: -50px;
}
.col.gutter-50 > * {
  margin-right: 50px;
  margin-bottom: 50px;
  width: calc(100% - 50px);
}
.col.gutter-50 > .sp-1 {
  width: calc(8.3333333333% - 50px);
}
.col.gutter-50 > .sp-2 {
  width: calc(16.6666666667% - 50px);
}
.col.gutter-50 > .sp-3 {
  width: calc(25% - 50px);
}
.col.gutter-50 > .sp-4 {
  width: calc(33.3333333333% - 50px);
}
.col.gutter-50 > .sp-5 {
  width: calc(41.6666666667% - 50px);
}
.col.gutter-50 > .sp-6 {
  width: calc(50% - 50px);
}
.col.gutter-50 > .sp-7 {
  width: calc(58.3333333333% - 50px);
}
.col.gutter-50 > .sp-8 {
  width: calc(66.6666666667% - 50px);
}
.col.gutter-50 > .sp-9 {
  width: calc(75% - 50px);
}
.col.gutter-50 > .sp-10 {
  width: calc(83.3333333333% - 50px);
}
.col.gutter-50 > .sp-11 {
  width: calc(91.6666666667% - 50px);
}
.col.gutter-50 > .sp-12 {
  width: calc(100% - 50px);
}
@media (min-width: 600px) {
  .col.gutter-50 > .tab-1 {
    width: calc(8.3333333333% - 50px);
  }
}
@media (min-width: 600px) {
  .col.gutter-50 > .tab-2 {
    width: calc(16.6666666667% - 50px);
  }
}
@media (min-width: 600px) {
  .col.gutter-50 > .tab-3 {
    width: calc(25% - 50px);
  }
}
@media (min-width: 600px) {
  .col.gutter-50 > .tab-4 {
    width: calc(33.3333333333% - 50px);
  }
}
@media (min-width: 600px) {
  .col.gutter-50 > .tab-5 {
    width: calc(41.6666666667% - 50px);
  }
}
@media (min-width: 600px) {
  .col.gutter-50 > .tab-6 {
    width: calc(50% - 50px);
  }
}
@media (min-width: 600px) {
  .col.gutter-50 > .tab-7 {
    width: calc(58.3333333333% - 50px);
  }
}
@media (min-width: 600px) {
  .col.gutter-50 > .tab-8 {
    width: calc(66.6666666667% - 50px);
  }
}
@media (min-width: 600px) {
  .col.gutter-50 > .tab-9 {
    width: calc(75% - 50px);
  }
}
@media (min-width: 600px) {
  .col.gutter-50 > .tab-10 {
    width: calc(83.3333333333% - 50px);
  }
}
@media (min-width: 600px) {
  .col.gutter-50 > .tab-11 {
    width: calc(91.6666666667% - 50px);
  }
}
@media (min-width: 600px) {
  .col.gutter-50 > .tab-12 {
    width: calc(100% - 50px);
  }
}
@media (min-width: 950px) {
  .col.gutter-50 > .tabyoko-1 {
    width: calc(8.3333333333% - 50px);
  }
}
@media (min-width: 950px) {
  .col.gutter-50 > .tabyoko-2 {
    width: calc(16.6666666667% - 50px);
  }
}
@media (min-width: 950px) {
  .col.gutter-50 > .tabyoko-3 {
    width: calc(25% - 50px);
  }
}
@media (min-width: 950px) {
  .col.gutter-50 > .tabyoko-4 {
    width: calc(33.3333333333% - 50px);
  }
}
@media (min-width: 950px) {
  .col.gutter-50 > .tabyoko-5 {
    width: calc(41.6666666667% - 50px);
  }
}
@media (min-width: 950px) {
  .col.gutter-50 > .tabyoko-6 {
    width: calc(50% - 50px);
  }
}
@media (min-width: 950px) {
  .col.gutter-50 > .tabyoko-7 {
    width: calc(58.3333333333% - 50px);
  }
}
@media (min-width: 950px) {
  .col.gutter-50 > .tabyoko-8 {
    width: calc(66.6666666667% - 50px);
  }
}
@media (min-width: 950px) {
  .col.gutter-50 > .tabyoko-9 {
    width: calc(75% - 50px);
  }
}
@media (min-width: 950px) {
  .col.gutter-50 > .tabyoko-10 {
    width: calc(83.3333333333% - 50px);
  }
}
@media (min-width: 950px) {
  .col.gutter-50 > .tabyoko-11 {
    width: calc(91.6666666667% - 50px);
  }
}
@media (min-width: 950px) {
  .col.gutter-50 > .tabyoko-12 {
    width: calc(100% - 50px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-50 > .pc-1 {
    width: calc(8.3333333333% - 50px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-50 > .pc-2 {
    width: calc(16.6666666667% - 50px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-50 > .pc-3 {
    width: calc(25% - 50px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-50 > .pc-4 {
    width: calc(33.3333333333% - 50px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-50 > .pc-5 {
    width: calc(41.6666666667% - 50px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-50 > .pc-6 {
    width: calc(50% - 50px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-50 > .pc-7 {
    width: calc(58.3333333333% - 50px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-50 > .pc-8 {
    width: calc(66.6666666667% - 50px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-50 > .pc-9 {
    width: calc(75% - 50px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-50 > .pc-10 {
    width: calc(83.3333333333% - 50px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-50 > .pc-11 {
    width: calc(91.6666666667% - 50px);
  }
}
@media (min-width: 1200px) {
  .col.gutter-50 > .pc-12 {
    width: calc(100% - 50px);
  }
}

@media (min-width: 950px) {
  .sort-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-flow: row-reverse wrap-reverse;
  }
}

.sort-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.sort-vertical-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

.content-right {
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.content-center {
  -webkit-box-pack: center;
  justify-content: center;
}

.content-between {
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.content-around {
  justify-content: space-around;
}

.content-top {
  -webkit-box-align: start;
  align-items: flex-start;
}

.content-bottom {
  -webkit-box-align: end;
  align-items: flex-end;
}

.content-middle {
  -webkit-box-align: center;
  align-items: center;
}

.content-baseline {
  -webkit-box-align: baseline;
  align-items: baseline;
}

/*フェードイン */
.fadein {
  opacity: 1;
  transform: translateY(0px);
  transition: all 1s;
}
@media (min-width: 950px) {
  .fadein {
    opacity: 0;
    transform: translateY(20px);
  }
}

[class*=fadeIn] {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}

[class*=fadeIn] {
  opacity: 0;
}

.animationLine {
  overflow: hidden;
  display: block;
}

.textUp {
  opacity: 1;
  transform: translateY(100%);
  display: inline-block;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.275, 0, 0, 1);
}

@keyframes typinganime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn.is-animated {
  animation-name: fadeIn;
}

.fadeInUp.is-animated {
  animation-name: fadeInUp;
}

.fadeInLeft.is-animated {
  animation-name: fadeInLeft;
}

.fadeInRight.is-animated {
  animation-name: fadeInRight;
}

.fadeInDown.is-animated {
  animation-name: fadeInDown;
}

.is-animated .textUp {
  animation-name: textUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes textUp {
  from {
    transform: translateY(110%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes textDown {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(110%);
  }
}
@keyframes slideInUp {
  0% {
    transform: translateY(100%);
  }
  10% {
    opacity: 0.5;
    transform-origin: 50% 50%;
    transform: translateY(50%);
    transition: all 0.3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes slideInDown {
  0% {
    transform: translateY(-100%);
  }
  10% {
    opacity: 0.5;
    transform-origin: 50% 50%;
    transform: translateY(-50%);
    transition: all 0.3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  100% {
    transform: translateY(-5%);
  }
}
.delay-1ms {
  animation-delay: calc(1 / 10)s;
}

.delay-2ms {
  animation-delay: calc(2 / 10)s;
}

.delay-3ms {
  animation-delay: calc(3 / 10)s;
}

.delay-4ms {
  animation-delay: calc(4 / 10)s;
}

.delay-5ms {
  animation-delay: calc(5 / 10)s;
}

.delay-6ms {
  animation-delay: calc(6 / 10)s;
}

.delay-7ms {
  animation-delay: calc(7 / 10)s;
}

.delay-8ms {
  animation-delay: calc(8 / 10)s;
}

.delay-9ms {
  animation-delay: calc(9 / 10)s;
}

.delay-10ms {
  animation-delay: calc(10 / 10)s;
}

.delay-11ms {
  animation-delay: calc(11 / 10)s;
}

.delay-12ms {
  animation-delay: calc(12 / 10)s;
}

.delay-13ms {
  animation-delay: calc(13 / 10)s;
}

.delay-14ms {
  animation-delay: calc(14 / 10)s;
}

.delay-15ms {
  animation-delay: calc(15 / 10)s;
}

.delay-16ms {
  animation-delay: calc(16 / 10)s;
}

.delay-17ms {
  animation-delay: calc(17 / 10)s;
}

.delay-18ms {
  animation-delay: calc(18 / 10)s;
}

.delay-19ms {
  animation-delay: calc(19 / 10)s;
}

.delay-20ms {
  animation-delay: calc(20 / 10)s;
}

.scrollAnime {
  display: inline-block;
  position: absolute;
  right: 50%;
  bottom: 100px;
  z-index: 2;
  padding: 10px 10px 60px;
  color: #fff;
  font-size: 12px;
  font-family: "semplicitapro", sans-serif;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: 0.2s;
  overflow: hidden;
}
@media (max-width: 949px) {
  .scrollAnime {
    transform: translateX(50%);
  }
}
@media (min-width: 950px) {
  .scrollAnime {
    padding: 10px 10px 210px;
    right: 40px;
    bottom: 0;
  }
}
.scrollAnime .text {
  display: inline-block;
  transform: rotate(180deg);
}
.scrollAnime::before, .scrollAnime::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 50px;
}
@media (min-width: 950px) {
  .scrollAnime::before, .scrollAnime::after {
    height: 200px;
  }
}
.scrollAnime::before {
  background: rgba(255, 255, 255, 0.4);
}
.scrollAnime::after {
  background: #fff;
  animation: sdl06 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl06 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.loco_scale {
  width: 100%;
}
@media (min-width: 950px) {
  .loco_scale {
    transform: scale(1.04);
  }
}
.loco_scale img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mouseStalker {
  position: fixed;
  pointer-events: none; /* マウスイベントの透過 */
  transition: transform 0.1s ease-out;
  z-index: 99;
  top: 0;
  left: 0;
}
@media (max-width: 1199px) {
  .mouseStalker {
    display: none;
  }
}
.mouseStalker .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #1a1a1a;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-out;
}
.mouseStalker.is-white .circle {
  background-color: #fff;
}
.mouseStalker.is-hover .circle {
  transform: translate(-50%, -50%) scale(2);
  filter: blur(5px);
}

.timer-one .mouseStalker .circle,
.timer-one .mouseStalker .text {
  opacity: 1;
  visibility: visible;
}

.backBtn {
  display: inline-block;
  padding-left: 2em;
  font-size: 14px;
  line-height: 2;
  position: relative;
}
.backBtn::before {
  display: inline-block;
  width: 1.7em;
  height: 1.7em;
  background-color: #1a1a1a;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.backBtn::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #1a1a1a;
  bottom: 0;
  left: 0;
  transform-origin: 100% 100%;
  transition: transform 0.3s ease-out;
}
.backBtn:hover::after {
  transform-origin: 0% 100%;
  transform: scaleX(0);
}

.btnMore {
  display: inline-block;
  line-height: 40px;
  padding-right: 50px;
  font-family: "semplicitapro", sans-serif;
  font-weight: 700;
  font-size: 15px;
  position: relative;
}
.btnMore .en {
  position: relative;
  display: inline-block;
}
.btnMore .en::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 8px;
  left: 0;
  background: #1a1a1a;
  transition: transform 0.3s ease-out;
  transform: scaleX(0);
  transform-origin: 100% 50%;
}
.btnMore .arrowIcon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.btnMore:hover .en::after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}

.rotateLink {
  display: inline-block;
  vertical-align: bottom;
}
@media (min-width: 950px) {
  .rotateLink {
    padding: 3px 0;
    position: relative;
    overflow: hidden;
  }
}
@media (min-width: 950px) {
  .rotateLink .text {
    display: inline-block;
    transition: transform 0.3s ease-out;
  }
}
@media (min-width: 950px) {
  .rotateLink::before {
    content: attr(data-name);
    display: block;
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
  }
}
@media (min-width: 950px) {
  .rotateLink::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #1a1a1a;
    transition: transform 0.3s ease-out;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 950px) {
  .rotateLink-white::after {
    background-color: #fff;
  }
}
@media (min-width: 950px) {
  .rotateLink:hover .text {
    transform: translateY(-100%);
  }
}
@media (min-width: 950px) {
  .rotateLink:hover::before {
    transform: translateY(-3px);
  }
}
@media (min-width: 950px) {
  .rotateLink:hover::after {
    transform: scaleX(1);
    transform-origin: 0% 50%;
  }
}

.index_title {
  font-family: "semplicitapro", sans-serif;
  font-weight: 700;
}
.index_title .sub,
.index_title .main,
.index_title .ja {
  display: block;
}
.index_title .sub {
  font-size: 14px;
  line-height: 1.428571429;
  margin-bottom: 8px;
}
.index_title .main {
  font-size: 12.6vw;
  line-height: 1.2;
  margin-bottom: 0.66em;
}
@media (min-width: 600px) {
  .index_title .main {
    font-size: 6vw;
  }
}
@media (min-width: 600px) and (min-width: 950px) {
  .index_title .main {
    font-size: min(4.6852122987vw, 64px);
    margin-bottom: 1.2em;
  }
}
.index_title .ja {
  font-size: 20px;
  line-height: 1.75;
}
@media (min-width: 950px) {
  .index_title .ja {
    font-size: 24px;
    letter-spacing: 0.08em;
  }
}
@media (min-width: 600px) {
  .index_title-center {
    text-align: center;
  }
}
.index_title-salon {
  color: #fff;
  padding: 0 20px;
}
@media (min-width: 600px) {
  .index_title-salon {
    text-align: center;
  }
}

.btnRound {
  padding: 10px 30px;
  border-radius: 30px;
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
  display: inline-block;
  text-align: center;
  transition: 0.3s ease-out;
}
.btnRound .en {
  font-weight: 700;
  font-family: "semplicitapro", sans-serif;
}
.btnRound .blank::before {
  transition: 0.3s ease-out;
}
.btnRound:hover {
  background: #1a1a1a;
  color: #fff;
}
.btnRound:hover .blank::before {
  background-color: #fff;
}
.btnRound-white {
  border-color: #707070;
  color: #fff;
}
.btnRound-white .blank::before {
  background-color: #fff;
}
.btnRound-white:hover {
  background-color: #fff;
  color: #1a1a1a;
}
.btnRound-white:hover .blank::before {
  background-color: #1a1a1a;
}
.btnRound-recruit {
  border-color: #fefefe;
  color: #fefefe;
}
.btnRound-recruit .blank::before {
  background-color: #fefefe;
}
.btnRound-recruit:hover {
  background-color: #fefefe;
  color: #2b2b2b;
}
.btnRound-recruit:hover .blank::before {
  background-color: #2b2b2b;
}

.blank {
  transform: translateY(-20%);
  display: inline-block;
  margin-left: 5px;
}
.blank::before {
  display: inline-block;
  width: 0.54em;
  height: 0.54em;
  background-color: #1a1a1a;
}

.siteHead {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 89;
  padding: 9px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  transition: transform 0.5s ease-out;
}
@media (min-width: 950px) {
  .siteHead {
    gap: 50px;
    z-index: 89;
    width: 100%;
    padding: 0;
    height: 80px;
    padding-right: 255px;
    transition-property: opacity, visibility, transform, height;
    transition-duration: 0.5s, 0.5s, 0.5s, 0.5s;
    transition-timing-function: ease-out, ease-out, ease-out, ease-out;
  }
}
@media (min-width: 950px) {
  .siteHead.in-firstView {
    height: 125px;
  }
}
.siteHead.is-hidden {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 950px) {
  .siteHead.is-hidden {
    transform: translateY(-100%);
  }
}
.siteHead_logo {
  display: block;
  transition: opacity 0.3s ease-out;
  line-height: 1;
  font-size: 10px;
}
@media (max-width: 949px) {
  .siteHead_logo {
    padding: 0;
  }
}
@media (min-width: 950px) {
  .siteHead_logo {
    padding-left: 50px;
  }
}
.siteHead_logo_svg {
  width: 230px;
  fill: #1a1a1a;
  transition: fill 0.3s ease-out;
}
@media (max-width: 599px) {
  .siteHead_logo_svg {
    width: 180px;
  }
}
.siteHead.in-firstView .siteHead_logo {
  opacity: 0;
}
.siteHead.is-white .siteHead_logo_svg {
  fill: #fff;
}

.gNav {
  position: relative;
  z-index: 99;
}
@media (min-width: 950px) {
  .gNav {
    margin-left: auto;
  }
}
.gNav_toggle {
  box-shadow: none;
  display: block;
  width: 42px;
  height: 42px;
  border: none;
  position: relative;
  z-index: 1001;
  background: transparent;
  color: #f2f2f2;
  transition: 0.3s linear;
  text-align: left;
  padding: 0;
  border-radius: 0;
}
@media (min-width: 950px) {
  .gNav_toggle {
    display: none;
  }
}
.gNav_toggle_bar {
  height: 2px;
  background: #1a1a1a;
  display: block;
  position: absolute;
  transition: 0.3s linear;
  transition-property: transform, opacity, width, background-color;
  transform-origin: 100% 50%;
  right: 0;
  width: 32px;
}
.gNav_toggle_bar-top {
  top: 16px;
}
.gNav_toggle_bar-btm {
  bottom: 16px;
}
.gNav_toggle.is-active .gNav_toggle_bar {
  width: 34px;
  background-color: #1a1a1a !important;
}
.gNav_toggle.is-active .gNav_toggle_bar-top {
  transform: translateY(-4px) rotate(-30deg);
}
.gNav_toggle.is-active .gNav_toggle_bar-btm {
  transform: translateY(5px) rotate(30deg);
}
@media (max-width: 949px) {
  .gNav_overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    transition: all 0.3s linear;
    background: #f2f2f2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
}
@media (max-width: 949px) {
  .gNav_overlay.is-open {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 949px) {
  .gNav_container {
    width: 100%;
    padding: 80px 20px 50px;
    position: relative;
    z-index: 0;
    overflow: auto;
  }
}
.gNav_list {
  font-family: "semplicitapro", sans-serif;
}
@media (min-width: 950px) {
  .gNav_list {
    display: flex;
    gap: 50px;
  }
}
@media (min-width: 950px) {
  .gNav_list_item {
    padding: 16px 0;
  }
}
@media (max-width: 949px) {
  .gNav_list_item + .gNav_list_item {
    margin-top: 24px;
  }
}
.gNav_list_item-parent {
  position: relative;
}
.gNav_list_item_link {
  display: block;
  font-weight: 500;
  line-height: 1.388888889;
}
@media (max-width: 949px) {
  .gNav_list_item_link {
    font-size: 36px;
    padding: 0;
  }
}
@media (min-width: 950px) {
  .gNav_list_item_link {
    padding: 3px 0;
    position: relative;
    overflow: hidden;
    font-size: 18px;
    transition: color 0.3s ease-out;
  }
}
@media (min-width: 950px) {
  .gNav_list_item_link .text {
    display: inline-block;
    transition: transform 0.3s ease-out;
  }
}
@media (min-width: 950px) {
  .gNav_list_item_link::before {
    content: attr(data-name);
    display: block;
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
  }
}
@media (min-width: 950px) {
  .gNav_list_item_link::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #1a1a1a;
    transition: transform 0.3s ease-out;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 950px) {
  .gNav_list_item:hover .gNav_list_item_link .text {
    transform: translateY(-100%);
  }
}
@media (min-width: 950px) {
  .gNav_list_item:hover .gNav_list_item_link::before {
    transform: translateY(-3px);
  }
}
@media (min-width: 950px) {
  .gNav_list_item:hover .gNav_list_item_link::after {
    transform: scaleX(1);
    transform-origin: 0% 50%;
  }
}
@media (min-width: 950px) {
  .gNav_list_item_sub {
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    visibility: hidden;
    opacity: 0;
    background: #fff;
    border-radius: 8px;
    white-space: nowrap;
    transition-property: opacity, visibility;
    transition-duration: 0.3s, 0.3s;
    transition-timing-function: ease-out, ease-out;
  }
}
@media (max-width: 949px) {
  .gNav_list_item_sub li {
    margin-top: 16px;
  }
}
@media (min-width: 950px) {
  .gNav_list_item_sub li + li {
    border-top: 1px solid #f5f5f5;
  }
}
@media (min-width: 950px) {
  .gNav_list_item_sub:hover a {
    opacity: 0.3;
  }
}
.gNav_list_item_sub a {
  display: block;
  line-height: 1.35;
}
@media (max-width: 949px) {
  .gNav_list_item_sub a {
    font-size: 20px;
  }
}
@media (min-width: 950px) {
  .gNav_list_item_sub a {
    transition: opacity 0.3s ease-out;
    padding: 16px;
    line-height: 1;
    font-size: 14px;
    color: #1a1a1a;
  }
}
@media (min-width: 950px) {
  .gNav_list_item_sub a:hover {
    opacity: 1;
  }
}
.gNav_list_item-parent:hover .gNav_list_item_sub {
  visibility: visible;
  opacity: 1;
}
.gNav_sns {
  padding-top: 50px;
  position: relative;
  font-family: "semplicitapro", sans-serif;
  font-weight: 500;
  font-size: 13px;
}
@media (max-width: 949px) {
  .gNav_sns {
    display: flex;
    gap: 24px;
  }
}
@media (min-width: 950px) {
  .gNav_sns {
    display: none;
  }
}
.gNav_sns_link {
  display: flex;
  align-items: flex-start;
  line-height: 1.461538462;
  gap: 3px;
}
.gNav_sns_link .icon {
  display: inline-block;
  line-height: 1;
  height: 7px;
}
.gNav_sns_link .icon img {
  display: inline;
  vertical-align: middle;
}
.gNav_foot {
  background: #1a1a1a;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  flex: 0 0 220px;
}
@media (min-width: 950px) {
  .gNav_foot {
    display: none;
  }
}
.gNav_foot_scrollText {
  display: flex;
  gap: 16px;
  height: 36px;
}
.gNav_foot_scrollText_wrap {
  padding: 30px 0;
  overflow: hidden;
  display: flex;
  gap: 16px;
}
.gNav_foot_scrollText .scrollText {
  height: 36px;
  overflow: hidden;
  animation: infinity-scroll-left 20s infinite linear 0.5s both;
}
.gNav_foot_scrollText .scrollText img {
  max-width: none;
  height: 100%;
  width: auto;
}
.gNav_foot_reserve {
  border-top: 1px solid #4d4d4d;
  display: flex;
  flex: 1 1 0%;
}
.gNav_foot_reserve_item {
  flex: 1 1 0%;
}
.gNav_foot_reserve_item + .gNav_foot_reserve_item {
  border-left: 1px solid #333;
}
.gNav_foot_reserve_link {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
.gNav_foot_reserve_link-disabled.gNav_foot_reserve_link {
  opacity: 0.3;
  pointer-events: none;
}
.gNav_foot_reserve_link_text {
  height: 4.5em;
  display: flex;
  align-items: center;
}

.is-white .gNav_toggle_bar {
  background-color: #fff;
}
@media (min-width: 950px) {
  .is-white .gNav_list_item_link {
    color: #fff;
  }
}
@media (min-width: 950px) {
  .is-white .gNav_list_item_link::after {
    background: #fff;
  }
}

/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.fixed_reserve {
  position: fixed;
  background: #1a1a1a;
  color: #fff;
  transition-property: opacity, visibility, transform;
  transition-duration: 0.3s, 0.3s, 0.5s;
  transition-timing-function: ease-out, ease-out, ease-out;
}
@media (max-width: 949px) {
  .fixed_reserve {
    bottom: 30px;
    right: 30px;
    border-radius: 35px;
    z-index: 9;
  }
}
@media (max-width: 949px) and (max-width: 599px) {
  .fixed_reserve {
    bottom: 10px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (min-width: 950px) {
  .fixed_reserve {
    top: 0;
    right: 0;
    z-index: 90;
  }
}
@media (max-width: 949px) {
  .fixed_reserve.is-hidden {
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 950px) {
  .fixed_reserve.is-hidden {
    transform: translateY(-100%);
    opacity: 0;
  }
}
.fixed_reserve_btn {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "semplicitapro", sans-serif;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  font-size: 24px;
}
@media (max-width: 949px) {
  .fixed_reserve_btn {
    width: 335px;
    height: 70px;
  }
}
@media (min-width: 950px) {
  .fixed_reserve_btn {
    height: 80px;
    width: 205px;
    transition: height 0.5s ease-out;
  }
}
.fixed_reserve_btn .icon {
  padding-bottom: 0.5em;
}
.fixed_reserve_btn .icon::before {
  display: block;
  width: 9px;
  height: 9px;
  background-color: #fff;
}
@media (max-width: 949px) {
  .fixed_reserve_list {
    height: 0;
    display: flex;
    overflow: hidden;
  }
}
@media (min-width: 950px) {
  .fixed_reserve_list {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    background: #1a1a1a;
    transition: 0.3s ease-out;
    padding: 0 20px;
    border-top: 1px solid #4d4d4d;
  }
}
@media (max-width: 949px) {
  .fixed_reserve_list_item {
    flex: 1 1 0%;
  }
}
@media (max-width: 949px) {
  .fixed_reserve_list_item + .fixed_reserve_list_item {
    border-left: 1px solid #333;
  }
}
@media (min-width: 950px) {
  .fixed_reserve_list_item + .fixed_reserve_list_item {
    border-top: 1px solid #333;
  }
}
@media (min-width: 950px) {
  .fixed_reserve_list:hover .fixed_reserve_list_link {
    opacity: 0.3;
  }
}
.fixed_reserve_list_link {
  font-weight: 700;
}
@media (max-width: 949px) {
  .fixed_reserve_list_link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 88px;
    border-top: 1px solid #4d4d4d;
    font-size: 12px;
  }
}
@media (min-width: 950px) {
  .fixed_reserve_list_link {
    transition: opacity 0.3s ease-out;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
  }
}
.fixed_reserve_list_link-disabled.fixed_reserve_list_link {
  pointer-events: none;
  opacity: 0.3;
}
@media (min-width: 950px) {
  .fixed_reserve_list_link:hover {
    opacity: 1 !important;
  }
}
@media (max-width: 949px) {
  .fixed_reserve_list_link .icon {
    display: none;
  }
}
.fixed_reserve_list_link .icon::before {
  display: block;
  width: 9px;
  height: 9px;
  background-color: #fff;
}
@media (min-width: 950px) {
  .fixed_reserve:hover .fixed_reserve_list {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 950px) {
  .fixed_reserve.in-firstView .fixed_reserve_btn {
    height: 125px;
  }
}

.siteFoot {
  background-image: linear-gradient(100deg, #5A5A5A, #888);
  color: #fff;
  padding: 50px 20px 24px;
}
@media (min-width: 950px) {
  .siteFoot {
    padding: 50px 50px 24px;
  }
}
.siteFoot .rotateLink::after {
  background-color: #fff;
}
.siteFoot_logo {
  text-align: center;
  margin-bottom: 32px;
  font-family: "semplicitapro", sans-serif;
  font-weight: 900;
  font-size: 21vw;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media (min-width: 600px) {
  .siteFoot_logo {
    font-size: 10.8vw;
    margin-bottom: 50px;
  }
}
@media (min-width: 600px) {
  .siteFoot_logo span:nth-of-type(6) {
    width: 0.2em;
  }
}
.siteFoot_slider {
  margin: 0 -20px;
  overflow: hidden;
}
@media (min-width: 950px) {
  .siteFoot_slider {
    margin: 0 -50px;
  }
}
.siteFoot_slider .swiper {
  overflow: visible;
}
.siteFoot_slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.siteFoot_slider .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.siteFoot_slider_contents {
  display: flex;
  gap: 16px;
  height: 195px;
}
@media (min-width: 600px) {
  .siteFoot_slider_contents {
    height: 390px;
  }
}
.siteFoot_slider_slide {
  height: 195px;
  overflow: hidden;
}
@media (min-width: 600px) {
  .siteFoot_slider_slide {
    height: 390px;
  }
}
.siteFoot_slider_slide img {
  max-width: none;
  height: 100%;
  width: auto;
}
.siteFoot_nav {
  margin: 50px 0 40px;
}
@media (min-width: 950px) {
  .siteFoot_nav {
    margin-bottom: 20px;
  }
}
@media (min-width: 600px) {
  .siteFoot_nav_list {
    display: flex;
    gap: 2em;
  }
}
.siteFoot_nav_list_item {
  font-size: 18px;
  font-family: "semplicitapro", sans-serif;
  font-weight: 500;
}
@media (max-width: 599px) {
  .siteFoot_nav_list_item + .siteFoot_nav_list_item {
    border-top: 1px solid #999;
    padding-top: 16px;
    margin-top: 16px;
  }
}
@media (min-width: 950px) {
  .siteFoot_nav_list_item-parent {
    display: flex;
    align-items: flex-end;
    gap: 1em;
  }
}
.siteFoot_nav_list_item_sub {
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 599px) {
  .siteFoot_nav_list_item_sub {
    margin-top: 16px;
  }
}
@media (min-width: 600px) {
  .siteFoot_nav_list_item_sub {
    display: flex;
    gap: 1em;
    font-size: 10px;
    margin-top: 1em;
  }
}
@media (min-width: 600px) and (min-width: 950px) {
  .siteFoot_nav_list_item_sub {
    font-size: 14px;
    margin-top: 0;
  }
}
@media (max-width: 599px) {
  .siteFoot_nav_list_item_sub li + li {
    margin-top: 8px;
  }
}
@media (min-width: 600px) {
  .siteFoot_nav_list_item_sub li + li {
    padding-left: 1em;
    border-left: 1px solid #999;
  }
}
.siteFoot_column {
  padding: 20px 0;
  border-top: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}
@media (max-width: 949px) {
  .siteFoot_column {
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
  }
}
@media (min-width: 950px) {
  .siteFoot_column {
    font-size: 14px;
    margin-top: 0;
  }
}
.siteFoot_link {
  display: flex;
  gap: 1em;
}
.siteFoot_sns {
  display: flex;
  font-family: "semplicitapro", sans-serif;
  font-weight: 500;
  gap: 1em;
}
.siteFoot_sns_link {
  display: flex;
  gap: 3px;
  align-items: center;
}
.siteFoot_sns_link .icon {
  padding-bottom: 0.5em;
}
.siteFoot_sns_link .icon::before {
  display: block;
  width: 0.54em;
  height: 0.54em;
  background-color: #fff;
}

.copyright {
  text-align: center;
  font-weight: 500;
  font-family: "semplicitapro", sans-serif;
  font-size: 10px;
}

.salonHead {
  position: relative;
  width: 100%;
  height: 100vh;
}
.salonHead_icatch {
  width: 100%;
  height: 100%;
}
.salonHead_icatch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.salon_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.salon_title-neon {
  width: 100%;
  max-width: 1366px;
  height: 100%;
}
.salon_title picture {
  width: 100%;
  height: 100%;
}
.salon_title picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 599px) {
  .salon_title img {
    transform: scale(1.5);
  }
}

.pageBody {
  min-height: 80vh;
}

.salon_concept {
  position: relative;
  padding: 80px 0;
  z-index: 0;
}
@media (min-width: 950px) {
  .salon_concept {
    padding: 21.229868228vw 0 0;
    height: 100vw;
  }
}
.salon_concept::before {
  content: "";
  display: block;
  width: 70.790629575vw;
  height: 50%;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 1200px) {
  .salon_concept::before {
    width: calc(50vw + 284px);
  }
}
.salon_concept-head::before {
  background-image: linear-gradient(135deg, #f2f2f2, #fff);
}
.salon_concept-neon::before {
  background-image: linear-gradient(135deg, #4D284B, #000);
}
.salon_concept-queen::before {
  background-image: linear-gradient(135deg, #EBD3D3, #F2F2F2);
}
.salon_concept-qShibuya::before {
  background-image: linear-gradient(135deg, #B2F2ED, #fff);
}
.salon_concept_title {
  margin-bottom: 30px;
}
@media (min-width: 950px) {
  .salon_concept_title {
    margin-bottom: 50px;
  }
}
@media (min-width: 950px) {
  .salon_concept_textArea {
    width: 52%;
  }
}
.salon_concept_textArea p {
  line-height: 1.7;
}
@media (min-width: 950px) {
  .salon_concept_textArea p {
    font-size: 14px;
  }
}
.salon_concept_textArea p + p {
  margin-top: 2em;
}
.salon_concept_imgArea {
  position: relative;
  width: 100%;
  margin-top: 80px;
}
@media (min-width: 950px) {
  .salon_concept_imgArea {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
}
.salon_concept_img {
  overflow: hidden;
}
@media (min-width: 950px) {
  .salon_concept_img {
    position: absolute;
  }
}
.salon_concept_img-01 {
  aspect-ratio: 491/328;
  width: 100%;
}
@media (min-width: 950px) {
  .salon_concept_img-01 {
    width: 36vw;
    right: 0;
    top: 18.301610542vw;
  }
}
.salon_concept_img-02 {
  width: 100%;
  padding-left: 55%;
  margin-top: 20px;
}
@media (min-width: 950px) {
  .salon_concept_img-02 {
    aspect-ratio: 326/218;
    padding: 0;
    margin: 0;
    width: 23.865300146vw;
    right: 15.739385066vw;
    top: 43.777452416vw;
  }
}
.salon_concept_img-03 {
  position: absolute;
  width: 50%;
  padding-left: 20px;
  margin-top: -21.333333333vw;
}
@media (min-width: 950px) {
  .salon_concept_img-03 {
    aspect-ratio: 276/368;
    padding: 0;
    margin: 0;
    width: 20vw;
    right: 43.85vw;
    top: 53vw;
  }
}
.salon_concept_img-04 {
  width: 100%;
  padding-left: 60%;
  padding-right: 20px;
  margin-top: 40px;
}
@media (min-width: 950px) {
  .salon_concept_img-04 {
    aspect-ratio: 276/233;
    padding: 0;
    margin: 0;
    width: 20.2vw;
    right: 10.175695461vw;
    bottom: 14.641288433vw;
  }
}

.salon_location {
  overflow: hidden;
  padding-bottom: 80px;
}
@media (min-width: 950px) {
  .salon_location {
    padding-bottom: 14.641288433vw;
  }
}
.salon_location_column {
  display: flex;
  gap: 50px;
  flex-direction: column;
}
@media (min-width: 950px) {
  .salon_location_column {
    flex-direction: row;
  }
}
@media (min-width: 950px) and (min-width: 1200px) {
  .salon_location_column {
    gap: 90px;
  }
}
@media (min-width: 950px) {
  .salon_location_textArea {
    flex: 0 0 52%;
  }
}
@media (min-width: 950px) {
  .salon_location_mapArea {
    flex: 1 1 0%;
    margin-right: calc(50% - 50vw);
  }
}
.salon_location_title {
  border-bottom: 1px solid #1a1a1a;
}
.salon_location_title-neon {
  border-bottom: 1px solid #fff;
}
.salon_location_table {
  border-collapse: collapse;
  border-spacing: 0;
}
.salon_location_table th,
.salon_location_table td {
  text-align: left;
  vertical-align: top;
}
@media (max-width: 599px) {
  .salon_location_table th,
  .salon_location_table td {
    display: block;
  }
}
@media (min-width: 600px) {
  .salon_location_table th,
  .salon_location_table td {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
  }
}
.salon_location_table th {
  white-space: nowrap;
  padding-right: 2em;
}
@media (max-width: 599px) {
  .salon_location_table th {
    padding-top: 20px;
  }
}
@media (max-width: 599px) {
  .salon_location_table td {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }
}
@media (min-width: 950px) {
  .salon_location_map {
    height: 92%;
  }
}
.salon_location_map_link {
  margin-top: 1em;
}
.salon_location_map_link a {
  display: inline-block;
}
.salon_location_map_link a .icon {
  transform: translateY(-20%);
  display: inline-block;
  margin-left: 8px;
}
.salon_location_map_link a .icon::before {
  display: inline-block;
  width: 0.54em;
  height: 0.54em;
  background-color: #1a1a1a;
}
.salon_location_map_link a .icon-white::before {
  background-color: #fff;
}

.salon_style {
  padding: 80px 0;
}
@media (min-width: 950px) {
  .salon_style {
    padding: 14.641288433vw 0 7.320644217vw;
  }
}
.salon_style-head {
  background-image: linear-gradient(135deg, #f2f2f2, #fff);
}
.salon_style-neon {
  background: linear-gradient(135deg, #000 0%, #1C1427 25%, #5D193B 75%, #000 100%);
}
.salon_style-queen {
  background-image: linear-gradient(135deg, #EBD3D3, #F2F2F2);
}
.salon_style-qShibuya {
  background-image: linear-gradient(135deg, #B2F2ED, #fff);
}
.salon_style_slider {
  padding-top: 80px;
}
.salon_style .swiper {
  overflow: visible;
}
.salon_style .swiper-wrapper {
  overflow: visible;
}
.salon_style .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.salon_style .swiper-slide-next .salon_style_img,
.salon_style .swiper-slide-prev .salon_style_img {
  transform: translateY(-40px);
}
.salon_style .swiper-slide-active .salon_style_img {
  transform: translateY(-80px);
}
.salon_style_img {
  transition: 1s;
}
@media (max-width: 599px) {
  .salon_style_img {
    width: 60vw;
  }
}
.salon_style_link {
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 950px) {
  .salon_style_link {
    font-size: 24px;
  }
}

.salon_menu {
  padding: 80px 0;
}
@media (min-width: 950px) {
  .salon_menu {
    padding: 14.641288433vw 0;
  }
}
.salon_menu_title {
  border-bottom: 1px solid #1a1a1a;
}
.salon_menu_title-neon {
  border-bottom-color: #fff;
}
.salon_menu_section {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 600px) {
  .salon_menu_section {
    margin-top: 80px;
  }
}
@media (min-width: 600px) and (min-width: 950px) {
  .salon_menu_section {
    gap: 50px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.salon_menu_section_title {
  font-weight: 700;
}
.salon_menu_section_title .en,
.salon_menu_section_title .ja {
  display: block;
}
.salon_menu_section_title .en {
  font-family: "semplicitapro", sans-serif;
  font-size: 24px;
}
.salon_menu_section_title .ja {
  font-size: 12px;
}
@media (min-width: 950px) {
  .salon_menu_section_list {
    flex: 0 1 720px;
  }
}
.salon_menu_table {
  font-weight: 700;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-size: 14px;
}
.salon_menu_table th,
.salon_menu_table td {
  text-align: left;
}
@media (min-width: 600px) {
  .salon_menu_table th,
  .salon_menu_table td {
    vertical-align: top;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
  }
}
@media (max-width: 599px) {
  .salon_menu_table tr {
    display: block;
    text-align: right;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }
}
@media (min-width: 600px) {
  .salon_menu_table tr:first-of-type th, .salon_menu_table tr:first-of-type td {
    padding-top: 0;
  }
}
@media (min-width: 950px) {
  .salon_menu_table tr:last-of-type th, .salon_menu_table tr:last-of-type td {
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media (max-width: 599px) {
  .salon_menu_table th {
    display: block;
    text-align: left;
    padding-top: 20px;
  }
}
.salon_menu_table td {
  padding-left: 1em;
  text-align: right;
}
@media (max-width: 599px) {
  .salon_menu_table td {
    display: inline-block;
  }
}
@media (min-width: 600px) {
  .salon_menu_table td:last-child {
    width: 100px;
  }
}
@media (min-width: 600px) {
  .salon_menu_table-neon th,
  .salon_menu_table-neon td {
    border-bottom-color: #505050;
  }
}
@media (max-width: 599px) {
  .salon_menu_table tr {
    border-bottom-color: #505050;
  }
}

.salon_information {
  background-image: linear-gradient(135deg, #F2F2F2, #fff);
  padding: 80px 0;
}
@media (min-width: 950px) {
  .salon_information {
    padding: 14.641288433vw 0;
  }
}
.salon_information-neon {
  background-image: linear-gradient(135deg, #000, #2C1900);
}
.salon_information-neon .arrowIcon {
  background: #393939;
}
.salon_information-neon .arrowIcon::before {
  background-color: #fff;
}
.salon_information-neon .arrowIcon::after {
  background-color: #1a1a1a;
}
.salon_information-neon .btnMore .en::after {
  background: #fff;
}
.salon_information_container {
  padding: 0 20px;
  max-width: 940px;
  margin: 0 auto;
}
.salon_information_list_item + .salon_information_list_item {
  border-top: 1px solid #ccc;
}
.salon_information_list_link {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 10px;
  padding: 20px 50px 20px 0;
  z-index: 0;
}
@media (min-width: 950px) {
  .salon_information_list_link {
    flex-direction: row;
    padding: 45px 20px;
    gap: 40px;
  }
}
@media (min-width: 950px) {
  .salon_information_list_link::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    transition: transform 0.3s ease-out;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    z-index: -1;
  }
}
@media (min-width: 950px) {
  .salon_information_list_link:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
  }
}
.salon_information_list_link_meta {
  font-weight: 700;
  display: flex;
  align-items: baseline;
  gap: 1em;
  line-height: 1;
  white-space: nowrap;
}
@media (min-width: 950px) {
  .salon_information_list_link_meta {
    flex-direction: column;
    gap: 10px;
    padding-top: 5px;
  }
}
.salon_information_list_link_date {
  font-family: "semplicitapro", sans-serif;
  font-size: 12px;
}
@media (min-width: 950px) {
  .salon_information_list_link_date {
    font-size: 24px;
  }
}
.salon_information_list_link_cate {
  font-size: 14px;
  display: flex;
  gap: 1em;
}
@media (min-width: 950px) {
  .salon_information_list_link_cate {
    font-size: 12px;
    flex-direction: column;
    gap: 5px;
  }
}
@media (min-width: 950px) {
  .salon_information_list_link_title {
    font-size: 18px;
    flex: 1 1 0%;
  }
}
.salon_information_list_link_title p {
  margin: 0;
  padding: 0;
}
@media (min-width: 950px) {
  .salon_information_list_link_title p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.salon_information_list_link_icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (min-width: 950px) {
  .salon_information_list_link_icon {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    flex: 0 0 40px;
  }
}
@media (min-width: 950px) {
  .salon_information_list-neon .salon_information_list_link::before {
    opacity: 0.1;
  }
}
.salon_information_more {
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 950px) {
  .salon_information_more {
    text-align: right;
    padding: 0 20px;
    margin-top: 30px;
  }
}

.salon_sns {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 50px 20px;
  background: #1a1a1a;
}
@media (min-width: 600px) {
  .salon_sns {
    justify-content: center;
    flex-direction: row;
  }
}
@media (min-width: 600px) and (min-width: 950px) {
  .salon_sns {
    gap: 64px;
    padding: 85px 0;
  }
}
@media (min-width: 600px) {
  .salon_sns_item {
    flex: 0 1 420px;
  }
}
.salon_sns_bnr {
  display: flex;
  background: #fff;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100%;
  font-weight: 700;
  font-family: "semplicitapro", sans-serif;
  font-size: 20px;
  position: relative;
  z-index: 0;
  transition: transform 0.3s ease-out;
  color: #1a1a1a;
}
@media (min-width: 600px) {
  .salon_sns_bnr {
    max-width: 420px;
  }
}
@media (min-width: 600px) and (min-width: 950px) {
  .salon_sns_bnr {
    height: 150px;
    font-size: 24px;
  }
}
.salon_sns_bnr::before {
  content: "";
  display: block;
  width: 100%;
  background: #347D9F;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: transform 0.3s ease-out;
  transform-origin: 100% 0;
  transform: scaleX(0);
}
.salon_sns_bnr .icon {
  width: 1em;
  height: 1em;
  margin-right: 10px;
}
.salon_sns_bnr .icon::before {
  display: block;
  transition: transform 0.3s ease-out;
  background: #1a1a1a;
}
.salon_sns_bnr .text {
  display: inline-block;
  position: relative;
  padding: 5px 0;
  overflow: hidden;
  transition: transform 0.3s ease-out;
}
.salon_sns_bnr .text::after {
  content: attr(data-name);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  color: #fff;
  transition: transform 0.3s ease-out;
}
.salon_sns_bnr:hover {
  color: #fff;
}
@media (min-width: 950px) {
  .salon_sns_bnr:hover::before {
    transform-origin: 0% 0;
    transform: scaleX(1);
  }
}
.salon_sns_bnr:hover .icon::before {
  background-color: #fff;
}

.salon_bnr {
  display: flex;
  flex-direction: column;
}
@media (min-width: 600px) {
  .salon_bnr {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.salon_bnr_item {
  flex: 1 1 0%;
}
@media (min-width: 600px) {
  .salon_bnr_item {
    flex: 0 0 50%;
  }
}
.salon_bnr_bnr {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.salon_bnr_bnr_img {
  display: block;
  overflow: hidden;
  width: 100%;
}
.salon_bnr_bnr_img img {
  width: 100%;
}
@media (min-width: 950px) {
  .salon_bnr_bnr_img img {
    transition: 0.3s ease-out;
  }
}
.salon_bnr_bnr_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64%;
  height: 44%;
}
@media (min-width: 950px) {
  .salon_bnr_bnr_logo {
    width: 41%;
    height: 44%;
    transition: 0.3s ease-out;
  }
}
.salon_bnr_bnr_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.salon_bnr:hover .salon_bnr_bnr_logo {
  opacity: 0.3;
}
.salon_bnr_bnr:hover .salon_bnr_bnr_logo {
  opacity: 1;
}
.salon_bnr_bnr:hover .salon_bnr_bnr_img img {
  transform: scale(1.1);
}

.salon_neon {
  color: #fff;
}
.salon_neon_bg {
  background: rgb(0, 0, 0);
  background: linear-gradient(152deg, #000 0%, #163240 40%, #434343 100%);
  z-index: -1;
}
@media (min-width: 950px) {
  .salon_neon_bg {
    background: linear-gradient(152deg, #000 0%, #163240 40%, #434343 100%);
  }
}

.pageHead {
  padding: 100px 0 50px;
}
@media (min-width: 950px) {
  .pageHead {
    padding: 230px 0 80px;
  }
}
.pageHead-border {
  border-bottom: 1px solid #ccc;
}
.pageHead .index_title {
  margin: 0;
  word-break: break-word;
}
.pageHead .index_title .main {
  margin: 0;
}

.page_title {
  font-family: "semplicitapro", sans-serif;
  font-weight: 700;
  font-size: 14px;
}

.page_sub {
  font-family: "semplicitapro", sans-serif;
  font-weight: 700;
}

.categoryArchive {
  min-height: 100vh;
  background: #F2F2F2;
  padding: 80px 0 50px;
}
@media (min-width: 950px) {
  .categoryArchive {
    padding: 130px 0 100px;
  }
}

.category_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 50px;
}
.category_list_link {
  display: inline-block;
  font-size: 16px;
  padding: 5px 20px;
  border-radius: 40px;
  font-weight: 600;
}
@media (min-width: 950px) {
  .category_list_link {
    font-size: 18px;
    padding: 7px 20px;
    transition: background-color 0.3s ease-out;
  }
}
.category_list_link.is-current, .category_list_link:hover {
  background: #fff;
}

.company {
  padding: 50px 0 100px;
}
@media (min-width: 950px) {
  .company {
    padding: 80px 0 200px;
  }
}
.company_info {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.company_info th,
.company_info td {
  text-align: left;
  vertical-align: top;
}
@media (max-width: 599px) {
  .company_info th,
  .company_info td {
    display: block;
  }
}
@media (min-width: 600px) {
  .company_info th,
  .company_info td {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
  }
}
.company_info th {
  white-space: nowrap;
  padding-right: 2em;
}
@media (max-width: 599px) {
  .company_info th {
    padding-top: 20px;
  }
}
@media (max-width: 599px) {
  .company_info td {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }
}
.company_info td p + p {
  margin-top: 1em;
}

.privacy-policy.container-middle {
  line-height: 1.5;
  font-size: 14px;
  padding-top: 60px;
  padding-bottom: 100px;
}
@media (min-width: 950px) {
  .privacy-policy.container-middle {
    padding-top: 100px;
    padding-bottom: 200px;
  }
}
.privacy-policy.container-middle h1, .privacy-policy.container-middle h2, .privacy-policy.container-middle h3, .privacy-policy.container-middle h4, .privacy-policy.container-middle h5, .privacy-policy.container-middle h6 {
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3;
}
.privacy-policy.container-middle h2 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 950px) {
  .privacy-policy.container-middle h2 {
    font-size: 1.5rem;
  }
}
.privacy-policy.container-middle p {
  margin: 1.5em 0;
  letter-spacing: 0.03em;
}
.privacy-policy.container-middle ol, .privacy-policy.container-middle ul {
  padding-left: 1.5em;
}

.single_meta {
  font-weight: 700;
  display: flex;
  gap: 1em;
  margin-bottom: 10px;
}

.single_title {
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 950px) {
  .single_title {
    font-size: min(2.635431918vw, 36px);
  }
}

.single_share {
  margin-top: 80px;
  padding-top: 40px;
  border-top: 1px solid #ccc;
}
.single_share_title {
  text-align: center;
  font-size: 14px;
  font-family: "semplicitapro", sans-serif;
  font-weight: 700;
  margin-bottom: 1em;
}
.single_share_list {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 50px;
}
@media (min-width: 950px) {
  .single_share_list {
    gap: 48px;
    margin-bottom: 96px;
  }
}
.single_share_list a {
  display: block;
}

.single_back {
  text-align: center;
  padding-bottom: 100px;
}

.singleBody {
  padding-top: 50px;
}
@media (min-width: 950px) {
  .singleBody {
    padding-top: 80px;
  }
}

.editor {
  line-height: 1.8;
  font-size: 14px;
  min-height: 40vh;
}
@media (min-width: 950px) {
  .editor {
    line-height: 2;
  }
}
.editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
  margin-top: 3em;
  margin-bottom: 1em;
  line-height: 1.3;
}
.editor h1:first-child, .editor h2:first-child, .editor h3:first-child, .editor h4:first-child, .editor h5:first-child, .editor h6:first-child {
  margin-top: 0;
}
.editor h2 {
  font-size: 1.125rem;
  font-weight: 700;
  border-bottom: 1px solid #1a1a1a;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding-bottom: 0.625em;
}
@media (min-width: 950px) {
  .editor h2 {
    font-size: 1.5rem;
  }
}
.editor p {
  margin: 1.5em 0;
  letter-spacing: 0.03em;
}
.editor a {
  text-decoration: underline;
}
@media (min-width: 950px) {
  .editor a {
    transition: 0.3s ease-out;
  }
}
.editor a:hover {
  color: #347D9F;
}

.recruit_section {
  padding: 60px 0;
}
@media (min-width: 950px) {
  .recruit_section {
    padding: 150px 0;
  }
}
.recruit_section_title {
  font-weight: 700;
  margin-bottom: 40px;
}
@media (min-width: 950px) {
  .recruit_section_title {
    margin-bottom: 80px;
  }
}
.recruit_section_title .en,
.recruit_section_title .ja {
  display: block;
}
.recruit_section_title .en {
  font-family: "semplicitapro", sans-serif;
  line-height: 1.4;
  font-size: 12px;
  margin-bottom: 1em;
}
@media (min-width: 950px) {
  .recruit_section_title .en {
    font-size: 14px;
  }
}
.recruit_section_title .ja {
  font-size: 18px;
  letter-spacing: 0.08em;
}
@media (min-width: 950px) {
  .recruit_section_title .ja {
    font-size: 24px;
  }
}
.recruit_section:nth-of-type(even) {
  background: #f2f2f2;
}

.recruit_message {
  max-width: 450px;
  margin-left: auto;
  font-weight: 700;
}
.recruit_message_title {
  font-size: 18px;
  margin-bottom: 1em;
}
@media (min-width: 950px) {
  .recruit_message_title {
    font-size: 24px;
  }
}
.recruit_message p {
  line-height: 1.8;
}
@media (min-width: 950px) {
  .recruit_message p {
    line-height: 2;
  }
}
.recruit_message_name {
  text-align: right;
  margin-top: 1.25em;
}
.recruit_message_name .name {
  font-size: 1.25em;
}

.recruit_profile {
  display: flex;
  flex-wrap: wrap;
}
.recruit_profile li {
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em 1em;
  flex: 0 0 50%;
  line-height: 1.8;
}
@media (min-width: 600px) {
  .recruit_profile li {
    flex: 0 0 33.333%;
    height: 14em;
    line-height: 2;
  }
}
@media (max-width: 599px) {
  .recruit_profile li:nth-of-type(even) {
    border-left: 1px solid #ccc;
  }
}
@media (max-width: 599px) {
  .recruit_profile li:nth-of-type(n + 3) {
    border-top: 1px solid #ccc;
  }
}
@media (min-width: 600px) {
  .recruit_profile li:not(:nth-of-type(3n)) {
    border-right: 1px solid #ccc;
  }
}
@media (min-width: 600px) {
  .recruit_profile li:nth-of-type(n + 4) {
    border-top: 1px solid #ccc;
  }
}

.recruit_voice {
  overflow: hidden;
}
.recruit_voice .swiper {
  overflow: visible;
}
.recruit_voice .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.recruit_voice .slide {
  overflow: hidden;
  width: 36rem;
  border-radius: 4px;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}
@media (max-width: 949px) {
  .recruit_voice_list {
    padding-left: 10px;
  }
}
.recruit_voice_staff {
  display: block;
  text-align: left;
  padding: 0;
  margin: 0;
  position: relative;
  width: 240px;
}
.recruit_voice_staff_img {
  width: 100%;
  aspect-ratio: 240/360;
  overflow: hidden;
}
.recruit_voice_staff_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 950px) {
  .recruit_voice_staff_img img {
    transition: 0.3s ease-out;
  }
}
.recruit_voice_staff_catch {
  position: absolute;
  width: 100%;
  top: 250px;
  left: -20px;
  border: 2px solid #1a1a1a;
  border-radius: 20px 0 20px 20px;
  background: #fff;
  padding: 16px 10px 20px 20px;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-size: 16px;
}
@media (min-width: 950px) {
  .recruit_voice_staff_catch {
    left: -30px;
    transition: 0.3s ease-out;
  }
}
.recruit_voice_staff_textRow {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.recruit_voice_staff_textRow .position {
  font-size: 13px;
}
.recruit_voice_staff_textRow .name {
  font-weight: 700;
  letter-spacing: 0.03em;
  font-size: 16px;
}
.recruit_voice_staff .arrowIcon {
  background: #f2f2f2;
}
.recruit_voice_staff:hover .recruit_voice_staff_img img {
  transform: scale(1.05);
}
@media (min-width: 950px) {
  .recruit_voice_staff:hover .recruit_voice_staff_catch {
    transform: translateY(-10px);
  }
}

.voice_modal {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  transition: 0.3s ease-out;
  visibility: hidden;
  opacity: 0;
}
.voice_modal.is-open {
  opacity: 1;
  visibility: visible;
}
.voice_modal_container {
  background: #fff;
  overflow: auto;
  height: 80vh;
  width: 80vw;
  max-width: 360px;
  position: absolute;
  top: 10vh;
  left: 50%;
  border-radius: 20px;
  transform: translateX(-50%);
}
@media (min-width: 600px) {
  .voice_modal_container {
    display: flex;
    max-width: unset;
    height: auto;
    top: 50%;
    border-radius: 30px 0 30px 30px;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 600px) and (min-width: 950px) {
  .voice_modal_container {
    width: 900px;
    max-width: 90vw;
  }
}
.voice_modal_close {
  position: absolute;
  top: 40px;
  right: 15px;
  width: 50px;
  height: 50px;
}
.voice_modal_close::before, .voice_modal_close::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #1a1a1a;
}
.voice_modal_close::before {
  transform: rotate(45deg);
}
.voice_modal_close::after {
  transform: rotate(-45deg);
}
@media (min-width: 600px) {
  .voice_modal_img {
    padding: 30px 0 30px 30px;
    flex: 0 0 min(50%, 300px);
  }
}
@media (min-width: 600px) and (min-width: 950px) {
  .voice_modal_img {
    padding: 0;
  }
}
.voice_modal_textArea {
  padding: 20px;
}
@media (min-width: 600px) {
  .voice_modal_textArea {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 40px 40px 20px;
  }
}
@media (min-width: 600px) and (min-width: 950px) {
  .voice_modal_textArea {
    padding: 60px 50px 40px;
  }
}
.voice_modal_title {
  margin-bottom: 1em;
}
@media (min-width: 950px) {
  .voice_modal_title {
    font-size: 24px;
  }
}
.voice_modal_nameArea {
  margin-top: 1em;
  text-align: right;
}
@media (min-width: 950px) {
  .voice_modal_nameArea {
    display: flex;
    justify-content: flex-end;
    gap: 1em;
    align-items: baseline;
  }
}
.voice_modal_nameArea .name {
  font-weight: 700;
  font-size: 1.25em;
}

.recruit_entry {
  padding: 50px 0;
  background: #1a1a1a;
}
@media (min-width: 600px) {
  .recruit_entry {
    justify-content: center;
    flex-direction: row;
  }
}
.recruit_entry_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 50px 20px;
}
@media (min-width: 600px) {
  .recruit_entry_list {
    justify-content: center;
    flex-direction: row;
  }
}
@media (min-width: 600px) and (min-width: 950px) {
  .recruit_entry_list {
    gap: 64px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 600px) {
  .recruit_entry_list_item {
    flex: 0 1 420px;
  }
}
.recruit_entry_list_bnr {
  display: flex;
  flex-direction: column;
  background: #fff;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 180px;
  width: 100%;
  font-weight: 700;
  font-family: "semplicitapro", sans-serif;
  font-size: 20px;
  position: relative;
  z-index: 0;
  transition: transform 0.3s ease-out;
  color: #1a1a1a;
  line-height: 1.5;
}
@media (min-width: 600px) {
  .recruit_entry_list_bnr {
    max-width: 420px;
  }
}
@media (min-width: 600px) and (min-width: 950px) {
  .recruit_entry_list_bnr {
    height: 240px;
    font-size: 24px;
  }
}
.recruit_entry_list_bnr::before {
  content: "";
  display: block;
  width: 100%;
  background: #347D9F;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: transform 0.3s ease-out;
  transform-origin: 100% 0;
  transform: scaleX(0);
}
.recruit_entry_list_bnr .instagram {
  width: 36px;
  height: 54px;
  display: flex;
  align-items: center;
}
.recruit_entry_list_bnr .instagram::before {
  width: 100%;
  display: block;
  transition: transform 0.3s ease-out;
  background: #1a1a1a;
}
.recruit_entry_list_bnr .mail {
  width: 54px;
  height: 54px;
}
.recruit_entry_list_bnr .mail::before {
  width: 100%;
  display: block;
  transition: transform 0.3s ease-out;
  background: #1a1a1a;
}
.recruit_entry_list_bnr .text {
  display: inline-block;
  position: relative;
  padding: 5px 0;
  overflow: hidden;
  transition: transform 0.3s ease-out;
}
.recruit_entry_list_bnr .text::after {
  content: attr(data-name);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  color: #fff;
  transition: transform 0.3s ease-out;
}
.recruit_entry_list_bnr:hover {
  color: #fff;
}
@media (min-width: 950px) {
  .recruit_entry_list_bnr:hover::before {
    transform-origin: 0% 0;
    transform: scaleX(1);
  }
}
.recruit_entry_list_bnr:hover .instagram::before,
.recruit_entry_list_bnr:hover .mail::before {
  background-color: #fff;
}

.recruit_entry_scrollText {
  overflow: hidden;
}
.recruit_entry_scrollText .swiper {
  overflow: visible;
}
.recruit_entry_scrollText .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.recruit_entry_scrollText .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.recruit_entry_scrollText_row {
  display: flex;
  gap: 40px;
  font-family: "semplicitapro", sans-serif;
  line-height: 1;
  font-size: 90px;
  color: #fff;
}
@media (min-width: 600px) {
  .recruit_entry_scrollText_row {
    font-size: 124px;
  }
}
.recruit_entry_scrollText_row .italic {
  font-weight: 400;
  font-style: italic;
}
.recruit_entry_scrollText_row .bold {
  font-weight: 700;
}

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