@charset "UTF-8";
@media print, screen and (min-width: 751px) {
  .sp {
    display: none !important; } }

@media screen and (max-width: 750px) {
  .pc {
    display: none !important; } }

.centering {
  margin-left: auto;
  margin-right: auto; }

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.wrapper {
  margin-left: auto;
  margin-right: auto; }
  @media print, screen and (min-width: 751px) {
    .wrapper {
      width: calc(100vw - 40px);
      max-width: 1136px; } }
  @media screen and (max-width: 750px) {
    .wrapper {
      width: 44.66667vw; } }

.gs-element {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0; }

/*==================================================
	RESET CSS
==================================================*/
*,
*::before,
*::after {
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
  outline: none; }

/*==================================================
	SCROLL ANIMATION
==================================================*/
._fadeIn {
  opacity: 0;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); }
  ._fadeIn._show {
    opacity: 1.0; }

._fadeUp {
  opacity: 0;
  transform: translateY(75px);
  transition-duration: 1.45s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000); }
  ._fadeUp._show {
    opacity: 1.0;
    transform: translateY(0); }

._fadeUpBack {
  opacity: 0;
  transform: translateY(75px);
  transition-duration: 1.45s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); }
  ._fadeUpBack._show {
    opacity: 1.0;
    transform: translateY(0); }

._scaleIn {
  opacity: 0;
  transform: scale(0.5);
  transition-duration: 1.45s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000); }
  ._scaleIn._show {
    opacity: 1.0;
    transform: scale(1); }

._scaleInBack {
  transform: scale(0);
  transition-duration: .75s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); }
  ._scaleInBack._show {
    transform: scale(1); }

._scaleRotateInBack {
  transform: scale(0) rotate(-45deg);
  transition-duration: 1.25s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); }
  ._scaleRotateInBack._show {
    transform: scale(1) rotate(0); }

._scaleOut {
  opacity: 0;
  transform: scale(1.2) rotate(-5deg);
  transition-duration: 1.45s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000); }
  ._scaleOut._show {
    opacity: 1.0;
    transform: scale(1) rotate(0); }

._delay1,
._delay1 span {
  transition-delay: 0.4s; }

._delay2,
._delay2 span {
  transition-delay: 0.5s; }

._delay3,
._delay3 span {
  transition-delay: 0.6s; }

._delay4,
._delay4 span {
  transition-delay: 0.7s; }

._delay5 {
  transition-delay: 0.8s; }

._delay6,
._delay6 span {
  transition-delay: 0.9s; }

._delay7,
._delay7 span {
  transition-delay: 1.0s; }

._delay8,
._delay8 span {
  transition-delay: 1.1s; }

._delay9,
._delay9 span {
  transition-delay: 1.2s; }

._delay10,
._delay10 span {
  transition-delay: 1.3s; }

/*==================================================
	OBJECT ANIMATION
==================================================*/
@keyframes prev-arrow-anim {
  0% {
    background-position: center center; }
  50% {
    background-position: left -150% center; }
  51% {
    background-position: left 150% center; }
  100% {
    background-position: center center; } }

@keyframes next-arrow-anim {
  0% {
    background-position: center center; }
  50% {
    background-position: left 150% center; }
  51% {
    background-position: left -150% center; }
  100% {
    background-position: center center; } }

@keyframes scaleUp {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(50px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes lineStretch {
  0% {
    transform: scaleY(0) translateX(-1px);
    transform-origin: center top; }
  50% {
    transform: scaleY(1) translateX(-1px);
    transform-origin: center top; }
  51% {
    transform: scaleY(1) translateX(-1px);
    transform-origin: center bottom; }
  80% {
    transform: scaleY(0) translateX(-1px);
    transform-origin: center bottom; }
  100% {
    transform: scaleY(0) translateX(-1px);
    transform-origin: center bottom; } }

@keyframes lineStretch-rev {
  0% {
    transform: scaleY(1) translateX(-1px);
    transform-origin: center top; }
  50% {
    transform: scaleY(0) translateX(-1px);
    transform-origin: center top; }
  51% {
    transform: scaleY(0) translateX(-1px);
    transform-origin: center bottom; }
  80% {
    transform: scaleY(0) translateX(-1px);
    transform-origin: center bottom; }
  100% {
    transform: scaleY(1) translateX(-1px);
    transform-origin: center bottom; } }

/*==================================================
	HOVER EFFECT
==================================================*/
/*==================================================
	DEBUG
==================================================*/
.debug {
  background-repeat: no-repeat;
  background-position: center top; }
  @media print, screen and (min-width: 751px) {
    .debug {
      background-image: url(../img/_debug/pc.jpg);
      background-size: 1400px; } }
  @media screen and (max-width: 750px) {
    .debug {
      background-image: url(../img/_debug/sp1.jpg), url(../img/_debug/sp2.jpg);
      background-position: center top, center 1910.93333vw;
      background-size: 100%; } }
  @media screen and (max-width: 750px) {
    .debug #showroom {
      height: 206.8vw; } }

/*==================================================
	COMMON
==================================================*/
html, body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-style: normal; }
  @media print, screen and (min-width: 751px) {
    html, body {
      font-size: 16px;
      line-height: 1.625; } }
  @media screen and (max-width: 750px) {
    html, body {
      font-size: 3.73333vw;
      line-height: 1.725; } }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100vh;
  background-color: #f1f2f9;
  color: #2e2e33; }
  body.__fixed {
    position: fixed;
    pointer-events: none; }

img {
  max-width: 100%;
  vertical-align: bottom; }

h2 {
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 700;
  font-style: normal; }
  @media print, screen and (min-width: 751px) {
    h2 {
      font-size: 50px;
      line-height: 60px; } }
  @media screen and (max-width: 750px) {
    h2 {
      font-size: 7.2vw;
      line-height: 1.333; } }
  h2.under-arrow {
    text-align: center;
    background: url(../img/ttl_under-arrow.png) center bottom no-repeat; }
    @media print, screen and (min-width: 751px) {
      h2.under-arrow {
        padding-bottom: 45px;
        background-size: 382px; } }
    @media screen and (max-width: 750px) {
      h2.under-arrow {
        margin: 0 auto;
        max-width: 62vw;
        padding-bottom: 6.13333vw;
        background-size: 62vw;
        font-size: 10.13333vw; } }

h3 {
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 700;
  font-style: normal; }
  @media print, screen and (min-width: 751px) {
    h3 {
      font-size: 26px;
      line-height: 41px; } }
  @media screen and (max-width: 750px) {
    h3 {
      font-size: 4.53333vw;
      line-height: 6.93333vw; } }
  h3.under-arrow {
    text-align: center;
    background: url(../img/ttl_under-arrow.png) center bottom no-repeat; }
    @media print, screen and (min-width: 751px) {
      h3.under-arrow {
        padding-bottom: 45px;
        background-size: 382px; } }
    @media screen and (max-width: 750px) {
      h3.under-arrow {
        margin: 0 auto;
        max-width: 62vw;
        padding-bottom: 5.86667vw;
        background-size: 62vw; } }

.shoulder-en {
  font-family: balboa-plus-fill, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.04em; }
  @media print, screen and (min-width: 751px) {
    .shoulder-en {
      font-size: 40px; } }
  @media screen and (max-width: 750px) {
    .shoulder-en {
      font-size: 7.2vw; } }

.shoulder-jp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  border-radius: 50px;
  background-color: #38383d;
  color: #fff;
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1; }
  @media print, screen and (min-width: 751px) {
    .shoulder-jp {
      width: 500px;
      height: 36px;
      font-size: 21px; } }
  @media screen and (max-width: 750px) {
    .shoulder-jp {
      width: 100%;
      height: 6.8vw;
      font-size: 4.13333vw; } }

@media print, screen and (min-width: 751px) {
  .note {
    font-size: 11px; } }

@media screen and (max-width: 750px) {
  .note {
    font-size: 2.66667vw; } }

a,
button {
  color: inherit; }
  @media print, screen and (min-width: 751px) {
    a,
    button {
      transition-duration: .5s; }
      a:hover,
      button:hover {
        transition-delay: 0 !important;
        filter: brightness(1.2); } }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#9B0013', endColorstr='#D20013' ,GradientType=0)";
  background: linear-gradient(0deg, #9b0013 0%, #ad0013 18.21%, #c10013 46.02%, #ce0013 73.49%, #d20013 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D20013',endColorstr='#9B0013' , GradientType=0);
  color: #fff;
  font-weight: bold; }
  .btn::after {
    content: '';
    display: inline-block;
    border-color: #fff;
    border-style: solid;
    transform: rotate(-45deg);
    transition-duration: .2s; }
    @media print, screen and (min-width: 751px) {
      .btn::after {
        margin-left: 30px;
        margin-right: -24px;
        border-width: 0 3px 3px 0;
        width: 15px;
        height: 15px; } }
    @media screen and (max-width: 750px) {
      .btn::after {
        margin-left: 2.66667vw;
        margin-right: -1.86667vw;
        border-width: 0 0.4vw 0.4vw 0;
        width: 2vw;
        height: 2vw; } }
  @media print, screen and (min-width: 751px) {
    .btn {
      width: 500px;
      height: 96px;
      font-size: 24px; }
      .btn img {
        width: 379px; }
      .btn.cv2 img {
        width: 313px; }
      .btn:hover::after {
        transform: translateX(6px) rotate(-45deg); } }
  @media screen and (max-width: 750px) {
    .btn {
      width: 77.6vw;
      height: 16vw;
      font-size: 4vw; }
      .btn img {
        width: 62.93333vw; }
      .btn.cv2 {
        width: 73.33333vw; }
        .btn.cv2 img {
          width: 52vw; } }

main {
  overflow: hidden; }
  @media print, screen and (min-width: 751px) {
    main {
      padding-top: 90px; } }
  @media screen and (max-width: 750px) {
    main {
      padding-top: 14.66667vw; } }

@media screen and (max-width: 750px) {
  .swiper-container {
    margin: 0 2.66667vw;
    width: 44.66667vw; }
    .swiper-container::before, .swiper-container::after {
      content: '';
      width: 5.33333vw;
      height: 1px;
      background: #000;
      position: absolute;
      top: 14.53333vw;
      display: block;
      position: absolute;
      z-index: 2; }
    .swiper-container::before {
      left: 0;
      transform: translateX(-50%); }
    .swiper-container::after {
      right: 0;
      transform: translateX(50%); }
    .swiper-container .swiper-pagination {
      bottom: -5.33333vw; }
      .swiper-container .swiper-pagination .swiper-pagination-bullet {
        background-color: #fff;
        opacity: 1; }
      .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #83C993; }
        #winterPlans .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
          background-color: #8198D6; }
        #areaWrap .swiper-container .swiper-pagination .swiper-pagination-bullet-active,
        #recommend .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
          background-color: #5C6774; } }

/*==================================================*/
/*==================================================*/
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }
  @media print, screen and (min-width: 751px) {
    header {
      height: 90px; } }
  @media screen and (max-width: 750px) {
    header {
      height: 14.66667vw; } }
  .__fixed header {
    pointer-events: auto; }
  header h1 {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 0;
    z-index: 2; }
    @media print, screen and (min-width: 751px) {
      header h1 {
        margin-right: 30px;
        padding-left: 30px; } }
  @media print and (max-width: 1080px), screen and (min-width: 751px) and (max-width: 1080px) {
    header h1 {
      padding-left: 20px; } }
    @media screen and (max-width: 750px) {
      header h1 {
        padding-left: 2.13333vw; } }
    @media print, screen and (min-width: 751px) {
      header h1 img {
        width: 280px;
        min-width: 280px; } }
  @media print and (max-width: 1060px), screen and (min-width: 751px) and (max-width: 1060px) {
    header h1 img {
      min-width: 220px; } }
  @media print and (max-width: 840px), screen and (min-width: 751px) and (max-width: 840px) {
    header h1 img {
      min-width: 180px; } }
    @media screen and (max-width: 750px) {
      header h1 img {
        width: 43vw;
        min-width: 43vw; } }
  header nav#gnv {
    display: flex; }
    @media print, screen and (min-width: 751px) {
      header nav#gnv {
        justify-content: flex-end; } }
    @media screen and (max-width: 750px) {
      header nav#gnv {
        flex-direction: column;
        padding: 24vw 5.33333vw calc(16vw + 44px) 5.33333vw;
        width: 85.33333vw;
        min-height: 100vh;
        overflow-y: auto;
        background-color: #fff;
        text-align: center;
        position: fixed;
        top: 0;
        left: 0;
        transform: translateX(-100vw);
        transition: transform 0.35s cubic-bezier(0.455, 0.030, 0.515, 0.955); }
        header nav#gnv._active {
          transform: translateX(0);
          pointer-events: auto; } }
    @media print, screen and (min-width: 751px) {
      header nav#gnv ul {
        display: flex;
        align-items: center; }
        header nav#gnv ul.menu {
          flex-wrap: wrap;
          justify-content: flex-end; } }
    @media print and (max-width: 1300px), screen and (min-width: 751px) and (max-width: 1300px) {
      header nav#gnv ul.menu {
        max-width: 400px; } }
    @media screen and (max-width: 750px) {
      header nav#gnv ul.menu {
        border-top: 1px solid #d5d5d6; }
        header nav#gnv ul.menu li {
          border-bottom: 1px solid #d5d5d6; }
          header nav#gnv ul.menu li a {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 5.33333vw 0;
            font-size: 4vw; }
      header nav#gnv ul:last-child {
        border-top: none;
        margin-top: auto; } }
    @media print, screen and (min-width: 751px) {
      header nav#gnv ul li {
        margin-right: 25px;
        font-size: 14px;
        font-weight: bold; } }
  @media print and (max-width: 860px), screen and (min-width: 751px) and (max-width: 860px) {
    header nav#gnv ul li {
      margin-right: 20px;
      font-size: 12px; } }
    header nav#gnv ul .tel {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background: #fff;
      white-space: nowrap; }
      @media screen and (max-width: 750px) {
        header nav#gnv ul .tel {
          padding-top: 1.33333vw;
          width: 74.66667vw;
          height: 17.33333vw;
          border: 2px solid #c80014;
          border-radius: 1.33333vw; } }
      @media print, screen and (min-width: 751px) {
        header nav#gnv ul .tel picture img {
          width: 145px; } }
      @media screen and (max-width: 750px) {
        header nav#gnv ul .tel picture img {
          width: 54.4vw; } }
      @media print, screen and (min-width: 751px) {
        header nav#gnv ul .tel small {
          margin-top: 3px;
          font-size: 11px; } }
      @media screen and (max-width: 750px) {
        header nav#gnv ul .tel small {
          margin-top: 1.33333vw;
          font-size: 2.66667vw; } }
    header nav#gnv ul .btn {
      white-space: nowrap; }
      @media print, screen and (min-width: 751px) {
        header nav#gnv ul .btn {
          width: 150px;
          height: 48px;
          font-size: 12px;
          line-height: 16px; }
          header nav#gnv ul .btn::after {
            margin-left: 24px;
            width: 8px;
            height: 8px;
            border-width: 0 2px 2px 0;
            right: 12px; } }
      @media screen and (max-width: 750px) {
        header nav#gnv ul .btn {
          margin-top: 4vw;
          width: 74.66667vw;
          height: 17.33333vw;
          background: #c80014;
          border-radius: 1.33333vw; } }
  header nav.sp {
    display: flex;
    justify-content: flex-end;
    height: 100%; }
    header nav.sp .btn-tel {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 16vw;
      height: 100%;
      color: #c80014;
      font-size: 2.53333vw;
      font-weight: bold; }
      header nav.sp .btn-tel img {
        width: 6.66667vw; }
    header nav.sp .btn-cv {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 20vw;
      height: 100%;
      background-color: #c80014;
      color: #fff;
      font-feature-settings: 'palt';
      font-size: 2.53333vw;
      font-weight: bold;
      line-height: 4vw; }
    header nav.sp .nv-menu {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 14.66667vw;
      height: 100%; }
      header nav.sp .nv-menu img {
        width: 6.66667vw; }
      header nav.sp .nv-menu._opened {
        background: url(../img/icn_cross.svg) center no-repeat;
        background-size: 5.33333vw; }
        header nav.sp .nv-menu._opened img {
          opacity: 0; }

.overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  opacity: 0;
  transform: translateX(-100vw);
  transition: opacity .35s; }
  .overlay._active {
    opacity: 1;
    transform: translateX(0); }

/*==================================================
	FOOTER
==================================================*/
footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
  background: #2e2e33; }
  footer .copyright {
    color: #fff;
    font-size: 0.7rem; }

#nv_pagetop {
  position: fixed;
  bottom: 100px;
  right: 10px;
  width: 80px;
  opacity: 0;
  transition-duration: .3s;
  z-index: 10; }
  @media screen and (max-width: 750px) {
    #nv_pagetop {
      width: 10.67vw; } }
  #nv_pagetop._show {
    opacity: 1; }

/*==================================================
	KV
==================================================*/
.kv-balloon {
  position: absolute;
  width: 173px;
  top: 80px;
  left: 50%;
  z-index: 101;
  transform: translateX(-400px) scale(0) rotate(15deg);
  transform-origin: right bottom;
  transition-duration: .75s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); }
  .kv-balloon._show {
    transform: translateX(-400px) scale(1) rotate(0); }
  .kv-balloon._hide {
    transform: translateX(-400px) scale(0) rotate(-45deg);
    transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
    z-index: 1; }

#kv {
  text-align: center;
  position: relative;
  overflow: visible; }
  @media print, screen and (min-width: 751px) {
    #kv {
      padding: 0 23px 328px;
      background-repeat: no-repeat;
      background-image: url(../img/kv_booth_pc.png);
      background-position: 56.2% 343px;
      background-size: 1073px;
      z-index: 2; }
      #kv::before {
        content: '';
        width: 360px;
        height: 1004px;
        background: url(../img/kv_img1_pc.png) left top no-repeat;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0; }
      #kv::after {
        content: '';
        width: 384px;
        height: 870px;
        background: url(../img/kv_img2_pc.png) right top no-repeat;
        background-size: cover;
        position: absolute;
        top: 0;
        right: 0; } }
  @media print and (max-width: 1180px), screen and (min-width: 751px) and (max-width: 1180px) {
    #kv {
      background-position: 56.2% 480px;
      background-size: 77vw; } }
  @media print and (max-width: 1400px), screen and (min-width: 751px) and (max-width: 1400px) {
    #kv::before {
      left: calc(50% - 700px); }
    #kv::after {
      right: calc(50% - 700px); } }
  @media print and (min-width: 1600px), screen and (min-width: 751px) and (min-width: 1600px) {
    #kv::before {
      width: 22.5vw;
      height: 62.75vw; }
    #kv::after {
      width: 24vw;
      height: 54.375vw; } }
  @media screen and (max-width: 750px) {
    #kv {
      padding-bottom: 65.06667vw;
      background: #f1f2f9 url(../img/kv_sp.jpg) center top no-repeat;
      background-size: 100%; } }
  #kv h1 {
    font-size: 0;
    line-height: 1; }
    @media print, screen and (min-width: 751px) {
      #kv h1 {
        padding-top: 100px; } }
    @media screen and (max-width: 750px) {
      #kv h1 {
        padding-top: 30.93333vw; } }
  @media print, screen and (min-width: 751px) {
    #kv img.txt1 {
      width: 382px; } }
  @media screen and (max-width: 750px) {
    #kv img.txt1 {
      margin-left: 2.66667vw;
      width: 57.6vw; } }
  @media print, screen and (min-width: 751px) {
    #kv img.txt2 {
      margin-top: 22px;
      width: 597px; } }
  @media screen and (max-width: 750px) {
    #kv img.txt2 {
      margin-top: 4vw;
      width: 90.66667vw; } }
  @media print, screen and (min-width: 751px) {
    #kv img.txt3 {
      margin-top: 22px;
      margin-left: 6px;
      width: 532px; } }
  @media screen and (max-width: 750px) {
    #kv img.txt3 {
      margin-top: 2.93333vw;
      margin-left: -1.33333vw;
      width: 80.26667vw; } }
  @media print, screen and (min-width: 751px) {
    #kv img.txt4 {
      margin-top: 13px;
      width: 216px; } }
  @media screen and (max-width: 750px) {
    #kv img.txt4 {
      margin-top: 4.8vw;
      margin-left: -4vw;
      width: 32.26667vw; } }
  #kv .balloon {
    position: absolute;
    transform-origin: right bottom;
    transition-duration: .55s; }
    @media screen and (max-width: 750px) {
      #kv .balloon {
        width: 27.73333vw;
        top: 4.66667vw;
        left: 2vw;
        transform: scale(0) rotate(15deg); } }
    @media screen and (max-width: 750px) {
      #kv .balloon._show {
        transform: scale(1) rotate(0); } }
  @media print, screen and (min-width: 751px) {
    #kv .btn {
      margin-top: 260px; } }
  @media screen and (max-width: 750px) {
    #kv .btn {
      margin-top: 39.46667vw; } }
  #kv p:last-child {
    transition-duration: .75s; }

/*==================================================
	voice
==================================================*/
#voice {
  display: flex;
  flex-direction: column;
  background-color: #f1f2f9;
  z-index: 1; }
  @media print, screen and (min-width: 751px) {
    #voice {
      align-items: center;
      padding-bottom: 257px; } }
  @media screen and (max-width: 750px) {
    #voice {
      align-items: flex-start;
      padding-bottom: 25.33333vw; } }
  #voice::before {
    content: 'VOICE';
    color: #fff;
    font-family: adrianna, sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: -0.01em;
    line-height: 1;
    position: absolute;
    z-index: -1; }
    @media print, screen and (min-width: 751px) {
      #voice::before {
        font-size: 472px;
        top: 44px;
        left: 50%;
        transform: translateX(-740px);
        opacity: 0.4; } }
    @media screen and (max-width: 750px) {
      #voice::before {
        font-size: 40vw;
        top: -4.8vw;
        left: -12.53333vw;
        opacity: 0.7; } }
  #voice h2 {
    text-align: center; }
    @media print, screen and (min-width: 751px) {
      #voice h2 {
        margin-top: -208px;
        margin-bottom: 17px; } }
    @media screen and (max-width: 750px) {
      #voice h2 {
        margin-bottom: 2.53333vw;
        width: 100%; } }
  #voice div {
    background: white;
    white-space: nowrap;
    z-index: 1;
    box-shadow: 30px 30px 20px rgba(0, 0, 0, 0.2);
    transform: scaleX(0);
    transition-duration: .35s; }
    @media print, screen and (min-width: 751px) {
      #voice div {
        margin-top: 35px;
        padding: 25px 60px 23px;
        border-radius: 500px; } }
    @media screen and (max-width: 750px) {
      #voice div {
        margin-top: 5.33333vw;
        padding: 6.93333vw 8vw 8.4vw;
        border-radius: 14.66667vw; } }
    @media print, screen and (min-width: 751px) {
      #voice div.voice1 {
        margin-left: -204px; } }
    @media screen and (max-width: 750px) {
      #voice div.voice1 {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; } }
    @media print, screen and (min-width: 751px) {
      #voice div.voice2 {
        margin-left: 210px; } }
    @media screen and (max-width: 750px) {
      #voice div.voice2 {
        margin-left: auto;
        margin-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        #voice div.voice2 .by {
          text-align: left; }
          #voice div.voice2 .by img {
            left: -16.66667vw;
            right: auto; } }
    @media print, screen and (min-width: 751px) {
      #voice div.voice3 {
        margin-left: -55px; } }
    @media screen and (max-width: 750px) {
      #voice div.voice3 {
        padding-right: 6.66667vw;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        #voice div.voice3 .highlight {
          margin-top: 2.66667vw; }
        #voice div.voice3 small {
          margin-top: 2.93333vw;
          letter-spacing: 0.01em; }
        #voice div.voice3 .by img {
          right: -15.33333vw; } }
    #voice div p {
      font-feature-settings: 'palt';
      font-weight: bold;
      letter-spacing: 0.02em;
      opacity: 0;
      transition-delay: 0.6s;
      transition-duration: .35s; }
      @media print, screen and (min-width: 751px) {
        #voice div p {
          font-size: 19px; } }
      @media screen and (max-width: 750px) {
        #voice div p {
          font-size: 4.13333vw;
          line-height: 6vw; } }
      #voice div p small {
        display: inline-block;
        letter-spacing: 0.04em; }
        @media print, screen and (min-width: 751px) {
          #voice div p small {
            font-size: 15px; } }
        @media screen and (max-width: 750px) {
          #voice div p small {
            font-size: 3.2vw;
            line-height: 4.8vw; } }
      #voice div p .highlight {
        display: inline-block;
        letter-spacing: 0.075em; }
        @media print, screen and (min-width: 751px) {
          #voice div p .highlight {
            font-size: 25px; } }
        @media screen and (max-width: 750px) {
          #voice div p .highlight {
            margin-top: 3.2vw;
            font-size: 5.33333vw;
            line-height: 1; } }
        #voice div p .highlight::before {
          content: '';
          width: 100%;
          background-color: rgba(255, 255, 0, 0.5);
          position: absolute;
          left: 0;
          z-index: -1; }
          @media print, screen and (min-width: 751px) {
            #voice div p .highlight::before {
              height: 10px;
              bottom: 6px; } }
          @media screen and (max-width: 750px) {
            #voice div p .highlight::before {
              height: 2.13333vw;
              bottom: -0.93333vw; } }
        #voice div p .highlight._show::before {
          transform: scaleX(1); }
        #voice div p .highlight + br + .normal {
          display: inline-block; }
          @media print, screen and (min-width: 751px) {
            #voice div p .highlight + br + .normal {
              margin-top: 3px; } }
          @media screen and (max-width: 750px) {
            #voice div p .highlight + br + .normal {
              margin-top: 1.86667vw; } }
        @media screen and (max-width: 750px) {
          #voice div p .highlight + br + .highlight {
            margin-top: 1.86667vw; } }
      @media screen and (max-width: 750px) {
        #voice div p .normal:first-child {
          display: inline-block;
          margin-top: -1.33333vw; } }
      #voice div p.by {
        text-align: right; }
        @media print, screen and (min-width: 751px) {
          #voice div p.by {
            margin-top: 11px;
            font-size: 13.3px; } }
        @media screen and (max-width: 750px) {
          #voice div p.by {
            margin-top: 4vw;
            margin-right: 1.33333vw;
            font-size: 2.8vw;
            line-height: 1; } }
        #voice div p.by img {
          position: absolute; }
          @media print, screen and (min-width: 751px) {
            #voice div p.by img {
              width: 70px;
              top: -32px;
              right: -78px; } }
          @media screen and (max-width: 750px) {
            #voice div p.by img {
              width: 14.93333vw;
              top: -9.06667vw;
              right: -17.06667vw; } }
    #voice div._show {
      transform: scaleX(1); }
      #voice div._show p {
        opacity: 1; }

/*==================================================
	case
==================================================*/
#case {
  z-index: 1; }
  #case .image {
    position: absolute; }
    @media print, screen and (min-width: 751px) {
      #case .image {
        top: 0;
        left: calc(50% + 133px);
        width: 768px; } }
    @media screen and (max-width: 750px) {
      #case .image {
        top: 0;
        left: 54.4vw;
        width: 102.4vw;
        max-width: 102.4vw; }
        #case .image::after {
          content: '';
          width: 100%;
          height: 100%;
          background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 80%, #fff 100%);
          position: absolute;
          left: 0;
          bottom: 0; } }
  @media print, screen and (min-width: 751px) {
    #case {
      margin-top: -182px;
      padding-top: 172px;
      padding-bottom: 70px; } }
  @media screen and (max-width: 750px) {
    #case {
      margin-top: -13.46667vw;
      padding-top: 16.8vw;
      padding-bottom: 13.6vw; } }
  #case::before {
    content: '';
    width: 100%;
    background-color: #fff;
    transform: skewY(-12.25deg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    @media print, screen and (min-width: 751px) {
      #case::before {
        top: 30px;
        height: 1200px; } }
    @media screen and (max-width: 750px) {
      #case::before {
        top: 2.8vw;
        height: 473.33333vw; } }
  #case::after {
    content: '';
    width: 100%;
    background-color: #38383d;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1; }
    @media print, screen and (min-width: 751px) {
      #case::after {
        height: 392px; } }
    @media screen and (max-width: 750px) {
      #case::after {
        height: 84.26667vw; } }
  @media screen and (max-width: 750px) {
    #case h3 {
      max-width: 48.66667vw; } }
  #case .balloon {
    position: absolute; }
    @media print, screen and (min-width: 751px) {
      #case .balloon {
        width: 156px;
        top: 75px;
        left: 50%;
        transform: translateX(-368px); } }
    @media screen and (max-width: 750px) {
      #case .balloon {
        width: 26.26667vw;
        top: 18.13333vw;
        left: -1.86667vw; } }
  #case .message {
    font-family: zen-kaku-gothic-new, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center; }
    @media print, screen and (min-width: 751px) {
      #case .message {
        margin-top: 44px;
        font-size: 34px;
        line-height: 46px; } }
    @media screen and (max-width: 750px) {
      #case .message {
        margin-top: 4.66667vw;
        font-size: 6.13333vw;
        line-height: 9.33333vw; } }
    #case .message .marker {
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 1; }
      #case .message .marker::before {
        content: '';
        width: 100%;
        height: 100%;
        background-color: yellow;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        transform: scaleX(0);
        transform-origin: left;
        transition-duration: .4s; }
      #case .message .marker._show::before {
        transform: scaleX(1); }
      @media print, screen and (min-width: 751px) {
        #case .message .marker {
          margin: 18px auto 0;
          width: 860px;
          height: 42px; } }
      @media screen and (max-width: 750px) {
        #case .message .marker {
          margin: 1.6vw auto 0;
          width: 84vw;
          height: 7.73333vw; }
          #case .message .marker.marker1 {
            margin-top: 1.06667vw;
            padding-left: 4vw; }
          #case .message .marker.marker2 {
            padding-left: 4vw; } }
    #case .message.proposal {
      background: url(../img/arrow_three_wh.png) center top no-repeat; }
      @media print, screen and (min-width: 751px) {
        #case .message.proposal {
          margin-top: 40px;
          padding-top: 60px;
          background-size: 83px; } }
      @media screen and (max-width: 750px) {
        #case .message.proposal {
          margin-top: 6.13333vw;
          padding-top: 9.46667vw;
          background-size: 9.6vw; } }
  #case .examples {
    display: flex; }
    @media print, screen and (min-width: 751px) {
      #case .examples {
        justify-content: center;
        margin-top: 104px; } }
    @media screen and (max-width: 750px) {
      #case .examples {
        flex-direction: column;
        margin-top: 18.66667vw;
        padding: 0 5.33333vw; } }
    #case .examples dl {
      background: #fff url(../img/case_bg.png) right bottom no-repeat;
      box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.2); }
      @media print, screen and (min-width: 751px) {
        #case .examples dl {
          padding: 68px 50px 58px;
          max-width: 352px;
          background-size: 90px 100%; } }
      @media screen and (max-width: 750px) {
        #case .examples dl {
          padding: 15.2vw 6.66667vw 7.73333vw;
          background-size: 22.66667vw 100%; } }
      @media print, screen and (min-width: 751px) {
        #case .examples dl + dl {
          margin-left: 22px; } }
      @media screen and (max-width: 750px) {
        #case .examples dl + dl {
          margin-top: 16vw; } }
      #case .examples dl dt {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #38383d;
        color: #fff;
        line-height: 1;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%); }
        @media print, screen and (min-width: 751px) {
          #case .examples dl dt {
            width: 106px;
            height: 106px; } }
        @media screen and (max-width: 750px) {
          #case .examples dl dt {
            width: 21.33333vw;
            height: 21.33333vw; } }
        #case .examples dl dt strong {
          font-family: aktiv-grotesk, sans-serif;
          font-weight: 700;
          font-style: normal; }
          @media print, screen and (min-width: 751px) {
            #case .examples dl dt strong {
              font-size: 50px; } }
          @media screen and (max-width: 750px) {
            #case .examples dl dt strong {
              font-size: 10.13333vw; } }
      @media screen and (max-width: 750px) {
        #case .examples dl dd h3 {
          font-size: 5.6vw;
          line-height: 8.4vw; } }
      #case .examples dl dd p {
        font-weight: bold; }
        @media print, screen and (min-width: 751px) {
          #case .examples dl dd p {
            margin-top: 22px; } }
        @media screen and (max-width: 750px) {
          #case .examples dl dd p {
            margin-top: 4.53333vw; } }

/*==================================================
	showroom
==================================================*/
#showroom {
  background-color: #fff;
  text-align: center; }
  #showroom::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 159px 0 159px;
    border-color: #38383d transparent transparent transparent;
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2; }
    @media screen and (max-width: 750px) {
      #showroom::after {
        border-width: 9.6vw 19.33333vw 0 19.33333vw; } }
  @media print, screen and (min-width: 751px) {
    #showroom {
      padding-top: 99px;
      padding-bottom: 100px; } }
  @media screen and (max-width: 750px) {
    #showroom {
      padding: 13.2vw 5.33333vw 16vw; } }
  @media print, screen and (min-width: 751px) {
    #showroom .shoulder-jp img {
      width: 36px; } }
  @media screen and (max-width: 750px) {
    #showroom .shoulder-jp img {
      width: 7.73333vw; } }
  #showroom h2 {
    letter-spacing: -0.03em; }
    @media print, screen and (min-width: 751px) {
      #showroom h2 {
        margin-top: 28px; } }
    @media screen and (max-width: 750px) {
      #showroom h2 {
        margin-top: 1.6vw; } }
    @media print, screen and (min-width: 751px) {
      #showroom h2.virtual {
        margin-top: 100px; } }
    @media screen and (max-width: 750px) {
      #showroom h2.virtual {
        margin-top: 13.33333vw; } }
  @media print, screen and (min-width: 751px) {
    #showroom .image, #showroom iframe {
      margin-top: 40px;
      max-width: 1100px; } }
  @media screen and (max-width: 750px) {
    #showroom .image, #showroom iframe {
      margin-top: 5.33333vw;
      max-width: 100%; } }
  #showroom dl {
    background: #fff;
    text-align: left; }
    @media print, screen and (min-width: 751px) {
      #showroom dl {
        margin-top: -130px;
        margin-left: calc(50% - 170px);
        padding: 42px 46px;
        max-width: 724px; } }
    @media screen and (max-width: 750px) {
      #showroom dl {
        margin-top: 7.46667vw;
        margin-left: 6.66667vw;
        padding: 3.46667vw 0 3.46667vw 5.33333vw;
        font-size: 3.2vw;
        line-height: 1.6; } }
    #showroom dl dt {
      display: inline-block;
      vertical-align: top; }
      @media print, screen and (min-width: 751px) {
        #showroom dl dt {
          margin-top: 5px;
          width: 96px; } }
      @media screen and (max-width: 750px) {
        #showroom dl dt {
          margin-top: 0.93333vw;
          width: 19.2vw; } }
      #showroom dl dt::after {
        content: '：';
        position: absolute;
        top: 0;
        right: -1em; }
    #showroom dl dd {
      display: inline-block;
      vertical-align: top; }
      @media print, screen and (min-width: 751px) {
        #showroom dl dd {
          margin-top: 5px;
          padding-left: 1em;
          width: calc(100% - 100px); } }
      @media screen and (max-width: 750px) {
        #showroom dl dd {
          margin-top: 0.93333vw;
          padding-left: 1em;
          width: calc(100% - 19.5vw); } }
  @media print, screen and (min-width: 751px) {
    #showroom .btn {
      margin-top: 24px; } }
  @media screen and (max-width: 750px) {
    #showroom .btn {
      margin-top: 4.4vw; } }

/*==================================================
	feature
==================================================*/
#feature {
  background: url(../img/bg_feature.png);
  background-size: cover;
  text-align: center; }
  @media print, screen and (min-width: 751px) {
    #feature {
      padding: 60px 0 0; } }
  @media screen and (max-width: 750px) {
    #feature {
      padding: 7.6vw 5.33333vw 0; } }
  #feature .balloon {
    position: absolute; }
    @media print, screen and (min-width: 751px) {
      #feature .balloon {
        width: 156px;
        top: 104px;
        left: 50%;
        transform: translateX(-429px); } }
    @media screen and (max-width: 750px) {
      #feature .balloon {
        width: 26.4vw;
        top: 28.66667vw;
        left: -1.86667vw; } }
  @media print, screen and (min-width: 751px) {
    #feature h2 {
      margin-top: 36px;
      margin-left: 12px;
      font-size: 60px; } }
  @media screen and (max-width: 750px) {
    #feature h2 {
      margin-top: 3.33333vw;
      margin-left: 3.06667vw;
      font-size: 10.13333vw;
      line-height: 12.8vw; } }
  @media print, screen and (min-width: 751px) {
    #feature h3 {
      margin-top: 25px;
      font-size: 34px;
      letter-spacing: -0.03em; } }
  @media screen and (max-width: 750px) {
    #feature h3 {
      margin-top: 2.66667vw;
      font-size: 5.33333vw; } }
  @media print, screen and (min-width: 751px) {
    #feature h3 img {
      width: 36px; } }
  @media screen and (max-width: 750px) {
    #feature h3 img {
      width: 5.86667vw; } }
  @media print, screen and (min-width: 751px) {
    #feature .booth {
      margin-top: 18px; } }
  @media screen and (max-width: 750px) {
    #feature .booth {
      margin-top: 4vw; } }
  @media print, screen and (min-width: 751px) {
    #feature .booth img {
      width: 440px; } }
  @media screen and (max-width: 750px) {
    #feature .booth img {
      width: 74.66667vw; } }
  #feature .lead {
    font-weight: bold; }
    @media print, screen and (min-width: 751px) {
      #feature .lead {
        margin-top: 30px;
        line-height: 1.93; } }
    @media screen and (max-width: 750px) {
      #feature .lead {
        margin-top: 7.33333vw;
        text-align: left; } }
  #feature .swiper {
    text-align: left;
    transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000); }
    @media print, screen and (min-width: 751px) {
      #feature .swiper {
        margin-top: 65px;
        padding-bottom: 100px; } }
    @media screen and (max-width: 750px) {
      #feature .swiper {
        margin-top: 10vw;
        margin-left: -5.33333vw;
        margin-right: -5.33333vw;
        padding-bottom: 16vw; } }
    #feature .swiper .swiper-slide {
      background-color: #fff;
      box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.2); }
      @media print, screen and (min-width: 751px) {
        #feature .swiper .swiper-slide {
          display: flex;
          max-width: 1000px; } }
      @media screen and (max-width: 750px) {
        #feature .swiper .swiper-slide {
          width: 78.66667vw; } }
    @media print, screen and (min-width: 751px) {
      #feature .swiper .image {
        max-width: 600px; } }
    @media print, screen and (min-width: 751px) {
      #feature .swiper .text {
        padding: 113px 60px 50px; } }
    @media screen and (max-width: 750px) {
      #feature .swiper .text {
        padding: 18.53333vw 6.66667vw 6.66667vw; } }
    #feature .swiper .text .logo {
      position: absolute; }
      @media print, screen and (min-width: 751px) {
        #feature .swiper .text .logo {
          top: 44px; } }
      @media screen and (max-width: 750px) {
        #feature .swiper .text .logo {
          top: 4.8vw; } }
    @media print, screen and (min-width: 751px) {
      #feature .swiper .text h4 {
        font-size: 22px; } }
    @media screen and (max-width: 750px) {
      #feature .swiper .text h4 {
        font-size: 4vw; } }
    #feature .swiper .text h4::before {
      content: '';
      display: inline-block;
      background-color: #2e2e33; }
      @media print, screen and (min-width: 751px) {
        #feature .swiper .text h4::before {
          margin-right: 6px;
          width: 7px;
          height: 7px;
          top: -5px; } }
      @media screen and (max-width: 750px) {
        #feature .swiper .text h4::before {
          margin-right: 1.33333vw;
          width: 1.33333vw;
          height: 1.33333vw;
          top: -0.8vw; } }
    @media print, screen and (min-width: 751px) {
      #feature .swiper .text h4 + p {
        margin-top: 10px;
        line-height: 28px; } }
    @media print, screen and (min-width: 751px) {
      #feature .swiper .text h5 {
        margin-top: 56px;
        font-size: 16px; } }
    @media screen and (max-width: 750px) {
      #feature .swiper .text h5 {
        margin-top: 1.86667vw;
        font-size: 3.2vw; } }
    @media print, screen and (min-width: 751px) {
      #feature .swiper .text ul {
        margin-top: 7px; } }
    @media screen and (max-width: 750px) {
      #feature .swiper .text ul {
        margin-top: 0.66667vw; } }
    #feature .swiper .text ul li {
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #c0c0c2;
      font-weight: bold; }
      @media print, screen and (min-width: 751px) {
        #feature .swiper .text ul li {
          height: 42px; } }
      @media screen and (max-width: 750px) {
        #feature .swiper .text ul li {
          height: 7.73333vw; } }
      @media print, screen and (min-width: 751px) {
        #feature .swiper .text ul li + li {
          margin-top: 10px; } }
      @media screen and (max-width: 750px) {
        #feature .swiper .text ul li + li {
          margin-top: 1.33333vw;
          border-width: 0.26667vw; } }
  @media print, screen and (min-width: 751px) {
    #feature .maker1 .logo img {
      width: 203px; } }
  @media screen and (max-width: 750px) {
    #feature .maker1 .logo img {
      width: 41.2vw; } }
  @media print, screen and (min-width: 751px) {
    #feature .maker2 .logo img {
      top: 8px;
      width: 140px; } }
  @media screen and (max-width: 750px) {
    #feature .maker2 .logo img {
      top: 0.8vw;
      width: 32vw; } }
  @media print, screen and (min-width: 751px) {
    #feature .maker3 .logo img {
      top: 12px;
      width: 174px; } }
  @media screen and (max-width: 750px) {
    #feature .maker3 .logo img {
      top: 2.13333vw;
      width: 38.66667vw; } }
  @media print, screen and (min-width: 751px) {
    #feature .maker4 .logo img {
      top: -28px;
      left: -15px;
      width: 213px; } }
  @media screen and (max-width: 750px) {
    #feature .maker4 .logo img {
      top: -2.66667vw;
      left: -2.4vw;
      width: 37.06667vw; } }
  @media print, screen and (min-width: 751px) {
    #feature .maker5 .logo img {
      top: 0;
      width: 180px; } }
  @media screen and (max-width: 750px) {
    #feature .maker5 .logo img {
      top: 0.26667vw;
      width: 38.66667vw; } }
  #feature .swiper-button-prev {
    position: absolute; }
    @media print, screen and (min-width: 751px) {
      #feature .swiper-button-prev {
        width: 20px;
        top: 220px;
        left: 50%;
        transform: translateX(-560px);
        z-index: 2; } }
    @media screen and (max-width: 750px) {
      #feature .swiper-button-prev {
        width: 3.2vw;
        left: 3.46667vw; } }
    #feature .swiper-button-prev::after {
      content: none; }
  #feature .swiper-button-next {
    position: absolute; }
    @media print, screen and (min-width: 751px) {
      #feature .swiper-button-next {
        width: 20px;
        top: 220px;
        left: 50%;
        transform: translateX(540px);
        z-index: 2; } }
    @media screen and (max-width: 750px) {
      #feature .swiper-button-next {
        width: 3.2vw;
        right: 3.46667vw; } }
    #feature .swiper-button-next::after {
      content: none; }

/*==================================================
	melit
==================================================*/
#melit {
  background-color: #fff;
  text-align: center; }
  @media print, screen and (min-width: 751px) {
    #melit {
      padding: 50px 0 110px; } }
  @media screen and (max-width: 750px) {
    #melit {
      padding: 6.66667vw 5.33333vw; } }
  #melit::before {
    content: '';
    width: 100%;
    background: url(../img/bg_stripe.png) center top repeat;
    position: absolute;
    left: 0; }
    @media print, screen and (min-width: 751px) {
      #melit::before {
        height: 555px;
        background-size: 1400px;
        top: 584px; } }
    @media screen and (max-width: 750px) {
      #melit::before {
        height: 205.33333vw;
        background-size: 204vw;
        top: 133.33333vw; } }
  #melit > p:first-child {
    background: url(../img/arrow_three_bk.png) center top no-repeat;
    font-weight: bold; }
    @media print, screen and (min-width: 751px) {
      #melit > p:first-child {
        padding-top: 80px;
        background-size: 83px;
        font-size: 26px;
        line-height: 40px; } }
    @media screen and (max-width: 750px) {
      #melit > p:first-child {
        padding-top: 9.33333vw;
        background-size: 9.6vw;
        font-size: 4.53333vw;
        line-height: 6.93333vw; } }
  @media print, screen and (min-width: 751px) {
    #melit h2 {
      margin-top: 24px;
      font-size: 60px; } }
  @media screen and (max-width: 750px) {
    #melit h2 {
      margin-top: 2.66667vw; } }
  @media print, screen and (min-width: 751px) {
    #melit h3 {
      margin-top: 13px; } }
  @media screen and (max-width: 750px) {
    #melit h3 {
      margin-top: 6.13333vw; } }
  #melit h3 span {
    display: inline-flex; }
    @media print, screen and (min-width: 751px) {
      #melit h3 span {
        margin-top: 18px;
        padding: 0 20px;
        width: auto;
        height: 42px;
        font-size: 34px; } }
    @media screen and (max-width: 750px) {
      #melit h3 span {
        margin-top: 1.46667vw;
        height: 7.73333vw;
        font-size: 6.13333vw; }
        #melit h3 span:nth-child(3) {
          letter-spacing: -0.06em; } }
  @media print, screen and (min-width: 751px) {
    #melit .note {
      position: absolute;
      top: 398px;
      left: 50%;
      transform: translateX(208px);
      font-weight: bold; } }
  @media screen and (max-width: 750px) {
    #melit .note {
      margin-top: 1.2vw;
      text-align: right; } }
  #melit .image {
    position: absolute; }
    @media print, screen and (min-width: 751px) {
      #melit .image {
        width: 303px;
        top: 200px;
        left: calc(50% + 350px); } }
    @media screen and (max-width: 750px) {
      #melit .image {
        width: 46.66667vw;
        top: 101.33333vw;
        left: 49.33333vw; } }
    #melit .image img {
      transform: rotate(6deg);
      box-shadow: 12px 12px 20px rgba(0, 0, 0, 0.1); }
  @media print, screen and (min-width: 751px) {
    #melit .comment {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between;
      margin: 60px auto 0;
      max-width: 1000px; } }
  @media screen and (max-width: 750px) {
    #melit .comment {
      margin-top: 25.33333vw; } }
  #melit .comment li {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    background-color: yellow;
    box-shadow: 12px 12px 20px rgba(0, 0, 0, 0.1); }
    @media print, screen and (min-width: 751px) {
      #melit .comment li {
        width: calc((100% - 40px) / 2);
        height: 60px; } }
    @media screen and (max-width: 750px) {
      #melit .comment li {
        margin-top: 5vw;
        padding: 3.33333vw 0;
        width: 62.66667vw;
        font-size: 3.2vw; } }
    #melit .comment li::after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 60px 30px 0;
      border-color: transparent yellow transparent transparent;
      position: absolute;
      bottom: 0;
      transform: translateY(100%); }
      @media print, screen and (min-width: 751px) {
        #melit .comment li::after {
          border-width: 0 40px 20px 0;
          left: 116px; } }
      @media screen and (max-width: 750px) {
        #melit .comment li::after {
          border-width: 0 8vw 4vw 0;
          left: 13.86667vw; } }
    @media print, screen and (min-width: 751px) {
      #melit .comment li + li {
        margin-bottom: 40px; } }
    @media screen and (max-width: 750px) {
      #melit .comment li + li {
        margin-top: 5vw; } }
    @media print, screen and (min-width: 751px) {
      #melit .comment li:nth-child(even) {
        transform: translateY(32px); } }
    @media screen and (max-width: 750px) {
      #melit .comment li:nth-child(even) {
        margin-left: auto; } }
    #melit .comment li:nth-child(even)::after {
      border-color: yellow transparent transparent transparent; }
      @media print, screen and (min-width: 751px) {
        #melit .comment li:nth-child(even)::after {
          border-width: 20px 40px 0 0;
          left: 324px; } }
      @media screen and (max-width: 750px) {
        #melit .comment li:nth-child(even)::after {
          border-width: 4vw 8vw 0 0;
          left: 40.53333vw; } }
    @media screen and (max-width: 750px) {
      #melit .comment li:nth-child(1) {
        width: 56vw; } }
  #melit .underline {
    font-weight: bold; }
    @media print, screen and (min-width: 751px) {
      #melit .underline {
        margin: 30px auto;
        max-width: 920px;
        font-size: 20px;
        line-height: 2.4;
        background: repeating-linear-gradient(180deg, transparent, transparent 46px, #58585c 47px, #58585c 48px); } }
    @media screen and (max-width: 750px) {
      #melit .underline {
        margin: 7.73333vw auto;
        width: 81.33333vw;
        font-size: 4.13333vw;
        line-height: 9.6vw;
        background: repeating-linear-gradient(180deg, transparent, transparent 9.33333vw, #58585c 9.46667vw, #58585c 9.6vw);
        white-space: nowrap; } }
    #melit .underline em {
      color: #bf192a;
      font-style: normal; }
  #melit .voice {
    background-color: #fff;
    box-shadow: 12px 12px 20px rgba(0, 0, 0, 0.1); }
    @media print, screen and (min-width: 751px) {
      #melit .voice {
        margin: 80px auto 0;
        max-width: 1100px;
        padding: 30px 80px 76px; } }
    @media screen and (max-width: 750px) {
      #melit .voice {
        margin-top: 13.33333vw;
        padding: 1.33333vw 5.33333vw 8.53333vw; } }
    @media screen and (max-width: 750px) {
      #melit .voice h3 {
        font-size: 5.33333vw; } }
    @media print, screen and (min-width: 751px) {
      #melit .voice div {
        display: flex;
        justify-content: space-between;
        margin-top: 42px; } }
    @media print, screen and (min-width: 751px) {
      #melit .voice img {
        width: 470px; } }
    @media screen and (max-width: 750px) {
      #melit .voice img {
        margin-top: 6.66667vw; } }
    #melit .voice dl {
      text-align: left; }
      @media print, screen and (min-width: 751px) {
        #melit .voice dl {
          width: 400px; } }
      @media screen and (max-width: 750px) {
        #melit .voice dl {
          margin-top: 6.4vw;
          padding: 0 1.06667vw; } }
      #melit .voice dl dt {
        font-weight: bold; }
        @media print, screen and (min-width: 751px) {
          #melit .voice dl dt {
            font-size: 18px; } }
        @media screen and (max-width: 750px) {
          #melit .voice dl dt {
            font-size: 4.13333vw; } }
      @media print, screen and (min-width: 751px) {
        #melit .voice dl dd {
          margin-top: 38px;
          line-height: 31px; } }
      @media screen and (max-width: 750px) {
        #melit .voice dl dd {
          margin-top: 4.53333vw; } }

/*==================================================
	flow
==================================================*/
#flow {
  text-align: center;
  background: #969ca4 url(../img/bg_dot.png) center top repeat; }
  @media print, screen and (min-width: 751px) {
    #flow {
      padding: 49px 0 100px;
      background-size: 1400px; } }
  @media screen and (max-width: 750px) {
    #flow {
      padding: 7.73333vw 5.33333vw 16.53333vw;
      background-size: 240vw; } }
  #flow .shoulder-en {
    color: #fff; }
  #flow h2 {
    color: #fff; }
    @media print, screen and (min-width: 751px) {
      #flow h2 {
        margin-top: -8px;
        font-size: 40px; } }
  #flow > div {
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.2); }
    @media print, screen and (min-width: 751px) {
      #flow > div {
        margin: 64px auto 0;
        max-width: 1000px; } }
    @media screen and (max-width: 750px) {
      #flow > div {
        margin-top: 8.53333vw; } }
    #flow > div dl {
      display: flex; }
      @media screen and (max-width: 750px) {
        #flow > div dl {
          flex-direction: column; } }
      @media print, screen and (min-width: 751px) {
        #flow > div dl + dl {
          margin-top: 4px; } }
      @media screen and (max-width: 750px) {
        #flow > div dl + dl {
          margin-top: 1.33333vw; } }
      #flow > div dl dt {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #38383d;
        color: #fff;
        font-weight: bold; }
        @media print, screen and (min-width: 751px) {
          #flow > div dl dt {
            width: 262px;
            height: 126px;
            font-size: 21px;
            line-height: 31px; }
            #flow > div dl dt::after {
              content: '';
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 20px 40px 0 40px;
              border-color: #38383d transparent transparent transparent;
              position: absolute;
              bottom: 0;
              transform: translateY(100%);
              z-index: 2; } }
        @media screen and (max-width: 750px) {
          #flow > div dl dt {
            height: 16vw;
            font-size: 4.53333vw; } }
      #flow > div dl dd {
        display: flex;
        align-items: center;
        text-align: left; }
        @media print, screen and (min-width: 751px) {
          #flow > div dl dd {
            padding: 10px 35px;
            width: calc(100% - 262px);
            height: 126px;
            background-color: #f5f6fa; } }
        @media screen and (max-width: 750px) {
          #flow > div dl dd {
            padding: 3.73333vw 5.33333vw 4.26667vw;
            background-color: #fff;
            line-height: 6.4vw; }
            #flow > div dl dd::after {
              content: '';
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 4vw 8vw 0 8vw;
              border-color: #fff transparent transparent transparent;
              position: absolute;
              left: 50%;
              bottom: 0;
              transform: translate(-50%, 100%);
              z-index: 2; } }
        #flow > div dl dd a {
          margin: 0 0.1em;
          color: #c80014;
          font-size: 120%;
          font-weight: bold; }
      #flow > div dl:nth-child(even) dt {
        background-color: #58585c; }
        #flow > div dl:nth-child(even) dt::after {
          border-color: #58585c transparent transparent transparent; }
      #flow > div dl:nth-child(even) dd {
        background-color: #fff; }
      #flow > div dl:last-child dt::after,
      #flow > div dl:last-child dd::after {
        content: none; }
  #flow h3 {
    color: #fff;
    letter-spacing: 0.1em; }
    @media print, screen and (min-width: 751px) {
      #flow h3 {
        margin-top: 30px;
        font-size: 21px; } }
    @media screen and (max-width: 750px) {
      #flow h3 {
        margin-top: 4.53333vw; } }
    @media print, screen and (min-width: 751px) {
      #flow h3 + div {
        margin-top: 20px; } }
    @media screen and (max-width: 750px) {
      #flow h3 + div {
        margin-top: 4vw; } }
  @media print, screen and (min-width: 751px) {
    #flow .btn {
      margin-top: 60px; } }
  @media screen and (max-width: 750px) {
    #flow .btn {
      margin-top: 9.6vw; } }

/*==================================================
	faq
==================================================*/
#faq {
  background-color: #f1f2f9; }
  @media print, screen and (min-width: 751px) {
    #faq {
      padding: 49px 0 96px; } }
  @media screen and (max-width: 750px) {
    #faq {
      padding: 7.73333vw 5.33333vw 16.53333vw; } }
  #faq p {
    text-align: center; }
  #faq h2 {
    text-align: center; }
    @media print, screen and (min-width: 751px) {
      #faq h2 {
        margin-top: -8px;
        margin-bottom: 54px;
        font-size: 40px; } }
    @media screen and (max-width: 750px) {
      #faq h2 {
        margin-top: -0.93333vw;
        font-size: 7.2vw; } }
  @media print, screen and (min-width: 751px) {
    #faq dl {
      margin: 36px auto 0;
      max-width: 1000px; } }
  @media screen and (max-width: 750px) {
    #faq dl {
      margin-top: 7.73333vw; } }
  @media screen and (max-width: 750px) {
    #faq dl + dl {
      margin-top: 6.4vw; } }
  #faq dl dt {
    font-weight: bold; }
    @media print, screen and (min-width: 751px) {
      #faq dl dt {
        font-size: 21px; } }
    @media screen and (max-width: 750px) {
      #faq dl dt {
        padding-left: 6.66667vw;
        font-size: 4.13333vw; } }
    #faq dl dt::before {
      content: 'Q';
      font-family: adrianna, sans-serif;
      font-weight: 600;
      font-style: normal; }
      @media print, screen and (min-width: 751px) {
        #faq dl dt::before {
          margin-right: 14px;
          font-size: 27px; } }
      @media screen and (max-width: 750px) {
        #faq dl dt::before {
          margin-right: 2.8vw;
          font-size: 5.06667vw;
          position: absolute;
          top: -0.2em;
          left: 0; } }
  #faq dl dd {
    background-color: #fff; }
    @media print, screen and (min-width: 751px) {
      #faq dl dd {
        margin-top: 14px;
        padding: 32px 20px 32px 64px;
        line-height: 31px; } }
    @media screen and (max-width: 750px) {
      #faq dl dd {
        margin-top: 2.13333vw;
        padding: 5.33333vw 2.66667vw 4.8vw 13.06667vw; } }
    #faq dl dd::before {
      content: 'A';
      color: #c80014;
      font-family: adrianna, sans-serif;
      font-weight: 600;
      font-style: normal;
      position: absolute; }
      @media print, screen and (min-width: 751px) {
        #faq dl dd::before {
          margin-right: 9px;
          font-size: 27px;
          top: 30px;
          left: 30px; } }
      @media screen and (max-width: 750px) {
        #faq dl dd::before {
          font-size: 5.06667vw;
          top: 4.26667vw;
          left: 6.66667vw; } }

/*==================================================
	contact
==================================================*/
#contact, #error {
  background-color: #fff;
  text-align: center; }
  @media print, screen and (min-width: 751px) {
    #contact, #error {
      padding: 50px 0 15px; } }
  @media screen and (max-width: 750px) {
    #contact, #error {
      padding: 7.73333vw 5.33333vw 16.53333vw; } }
  @media print, screen and (min-width: 751px) {
    #contact h2, #error h2 {
      margin-top: -8px;
      margin-bottom: 54px;
      font-size: 40px; } }
  #contact .lead, #error .lead {
    font-weight: bold; }
    @media print, screen and (min-width: 751px) {
      #contact .lead, #error .lead {
        margin-top: -7px;
        line-height: 31px; } }
    @media screen and (max-width: 750px) {
      #contact .lead, #error .lead {
        margin-top: 8.53333vw; } }
  #contact .tel, #error .tel {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media print, screen and (min-width: 751px) {
      #contact .tel, #error .tel {
        margin-top: 5px; } }
    @media screen and (max-width: 750px) {
      #contact .tel, #error .tel {
        margin-top: 0.66667vw; } }
    #contact .tel a, #error .tel a {
      color: #d10014;
      font-family: roboto, sans-serif;
      font-weight: 700;
      font-style: normal; }
      @media print, screen and (min-width: 751px) {
        #contact .tel a, #error .tel a {
          font-size: 54px; } }
      @media screen and (max-width: 750px) {
        #contact .tel a, #error .tel a {
          font-size: 10.8vw; } }
    #contact .tel span, #error .tel span {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background-color: #d10014;
      color: #fff; }
      @media print, screen and (min-width: 751px) {
        #contact .tel span, #error .tel span {
          margin-top: -6px;
          width: 350px;
          height: 22px;
          font-size: 14px; } }
      @media screen and (max-width: 750px) {
        #contact .tel span, #error .tel span {
          margin-top: -2.13333vw;
          width: 70vw;
          font-size: 2.93333vw; } }
  #contact form, #error form {
    text-align: left; }
    @media print, screen and (min-width: 751px) {
      #contact form, #error form {
        margin: 60px auto;
        max-width: 1000px; } }
    @media screen and (max-width: 750px) {
      #contact form, #error form {
        margin-top: 10.66667vw; } }
    #contact form dl, #error form dl {
      border-top: 1px solid #d5d5d6; }
      @media print, screen and (min-width: 751px) {
        #contact form dl, #error form dl {
          display: flex;
          justify-content: space-between; } }
      #contact form dl dt, #error form dl dt {
        display: flex;
        align-items: center;
        font-weight: bold; }
        @media print, screen and (min-width: 751px) {
          #contact form dl dt, #error form dl dt {
            justify-content: space-between;
            min-width: 265px;
            padding: 20px 0;
            font-size: 18px; } }
        @media screen and (max-width: 750px) {
          #contact form dl dt, #error form dl dt {
            justify-content: flex-start;
            padding-top: 2.66667vw;
            font-size: 3.46667vw; } }
        @media print, screen and (min-width: 751px) {
          #contact form dl dt.inquiry-detail, #error form dl dt.inquiry-detail {
            display: block; } }
        @media screen and (max-width: 750px) {
          #contact form dl dt.inquiry-detail, #error form dl dt.inquiry-detail {
            align-items: flex-start;
            justify-content: space-between; }
            #contact form dl dt.inquiry-detail label, #error form dl dt.inquiry-detail label {
              width: 26.66667vw; } }
        #contact form dl dt.inquiry-detail small, #error form dl dt.inquiry-detail small {
          display: block;
          padding-left: 1em;
          text-indent: -1em;
          font-weight: normal; }
          @media print, screen and (min-width: 751px) {
            #contact form dl dt.inquiry-detail small, #error form dl dt.inquiry-detail small {
              margin-top: 27px;
              font-size: 14px;
              line-height: 27px; } }
          @media screen and (max-width: 750px) {
            #contact form dl dt.inquiry-detail small, #error form dl dt.inquiry-detail small {
              width: 56.8vw; } }
        #contact form dl dt.inquiry-detail + dd, #error form dl dt.inquiry-detail + dd {
          padding-bottom: 0; }
        #contact form dl dt .required, #error form dl dt .required {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          background-color: #2e2e33;
          color: #fff; }
          @media print, screen and (min-width: 751px) {
            #contact form dl dt .required, #error form dl dt .required {
              width: 67px;
              height: 32px;
              font-size: 13px; } }
          @media screen and (max-width: 750px) {
            #contact form dl dt .required, #error form dl dt .required {
              margin-left: 3.46667vw;
              width: 12vw;
              height: 5.06667vw;
              font-size: 2.66667vw; } }
      @media print, screen and (min-width: 751px) {
        #contact form dl dd, #error form dl dd {
          padding: 18px 0;
          width: 665px; } }
      @media screen and (max-width: 750px) {
        #contact form dl dd, #error form dl dd {
          padding: 1.33333vw 0 3.6vw; } }
      #contact form dl dd label, #error form dl dd label {
        display: inline-flex;
        align-items: center;
        cursor: pointer; }
        @media print, screen and (min-width: 751px) {
          #contact form dl dd label, #error form dl dd label {
            padding: 6px 0; } }
        @media screen and (max-width: 750px) {
          #contact form dl dd label, #error form dl dd label {
            margin-right: 1.86667vw;
            padding: 0 0 2.13333vw;
            font-size: 3.2vw; } }
        @media print, screen and (min-width: 751px) {
          #contact form dl dd label + label, #error form dl dd label + label {
            margin-left: 40px; } }
      #contact form dl dd input[type=radio], #error form dl dd input[type=radio] {
        appearance: none;
        position: relative;
        cursor: pointer; }
        @media print, screen and (min-width: 751px) {
          #contact form dl dd input[type=radio], #error form dl dd input[type=radio] {
            margin-right: 6px;
            width: 22px;
            height: 22px; } }
        @media screen and (max-width: 750px) {
          #contact form dl dd input[type=radio], #error form dl dd input[type=radio] {
            margin-right: 1.06667vw;
            width: 4.26667vw;
            height: 4.26667vw; } }
        #contact form dl dd input[type=radio]::before, #error form dl dd input[type=radio]::before {
          content: '';
          display: inline-block;
          border: 1px solid #2e2e33;
          border-radius: 50%;
          background-color: #fff;
          width: 100%;
          height: 100%; }
          @media print, screen and (min-width: 751px) {
            #contact form dl dd input[type=radio]::before, #error form dl dd input[type=radio]::before {
              margin-right: 0px; } }
          @media screen and (max-width: 750px) {
            #contact form dl dd input[type=radio]::before, #error form dl dd input[type=radio]::before {
              margin-right: 0px; } }
        #contact form dl dd input[type=radio]::after, #error form dl dd input[type=radio]::after {
          content: '';
          display: inline-block;
          border-radius: 50%;
          background-color: #2e2e33;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%) scale(0);
          transition-duration: .3s; }
          @media print, screen and (min-width: 751px) {
            #contact form dl dd input[type=radio]::after, #error form dl dd input[type=radio]::after {
              margin-right: 8px;
              width: 13px;
              height: 13px; } }
          @media screen and (max-width: 750px) {
            #contact form dl dd input[type=radio]::after, #error form dl dd input[type=radio]::after {
              margin-right: 1.06667vw;
              width: 2.13333vw;
              height: 2.13333vw; } }
        #contact form dl dd input[type=radio]:checked::after, #error form dl dd input[type=radio]:checked::after {
          transform: translate(-50%, -50%) scale(1); }
      #contact form dl dd input[type=text], #error form dl dd input[type=text] {
        appearance: none;
        border: none;
        width: 100%;
        background-color: #f5f6fa;
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
        font-weight: normal;
        font-size: 1rem; }
        @media print, screen and (min-width: 751px) {
          #contact form dl dd input[type=text], #error form dl dd input[type=text] {
            padding: 12px 28px; } }
        @media screen and (max-width: 750px) {
          #contact form dl dd input[type=text], #error form dl dd input[type=text] {
            padding: 2.13333vw 4.26667vw;
            font-size: 3vw; } }
      #contact form dl dd textarea, #error form dl dd textarea {
        appearance: none;
        border: none;
        width: 100%;
        background-color: #f5f6fa;
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
        font-weight: normal;
        font-size: 1rem;
        resize: none; }
        @media print, screen and (min-width: 751px) {
          #contact form dl dd textarea, #error form dl dd textarea {
            padding: 18px 28px;
            height: 196px;
            line-height: 1.9; } }
        @media screen and (max-width: 750px) {
          #contact form dl dd textarea, #error form dl dd textarea {
            padding: 2.66667vw 4.26667vw;
            height: 41.33333vw;
            font-size: 3vw; } }
      #contact form dl dd ::placeholder, #error form dl dd ::placeholder {
        color: #ababad; }
      #contact form dl dd.js-custom-placeholder, #error form dl dd.js-custom-placeholder {
        position: relative; }
        #contact form dl dd.js-custom-placeholder .placeholder, #error form dl dd.js-custom-placeholder .placeholder {
          position: absolute;
          pointer-events: none;
          color: #ababad; }
          @media print, screen and (min-width: 751px) {
            #contact form dl dd.js-custom-placeholder .placeholder, #error form dl dd.js-custom-placeholder .placeholder {
              top: 36px;
              left: 28px; } }
          @media screen and (max-width: 750px) {
            #contact form dl dd.js-custom-placeholder .placeholder, #error form dl dd.js-custom-placeholder .placeholder {
              top: 4vw;
              left: 4.26667vw;
              padding-right: 6.66667vw;
              font-size: 3vw; } }
      #contact form dl dd .error, #error form dl dd .error {
        display: none;
        margin-top: 0.5em;
        color: #f00;
        font-size: 88%;
        font-weight: bold; }
        #contact form dl dd .error._show, #error form dl dd .error._show {
          display: block; }
      #contact form dl dd .input-box + .error, #error form dl dd .input-box + .error {
        margin-top: -0.5em; }
      @media screen and (max-width: 750px) {
        #contact form dl:first-child dd, #error form dl:first-child dd {
          padding-bottom: 1.6vw; } }
    #contact form button, #error form button {
      display: flex;
      appearance: none;
      border: none;
      outline: none;
      margin: 0 auto;
      font-weight: bold;
      cursor: pointer; }
      @media print, screen and (min-width: 751px) {
        #contact form button, #error form button {
          margin-top: 42px;
          width: 335px;
          height: 72px;
          font-size: 18px; } }
      @media screen and (max-width: 750px) {
        #contact form button, #error form button {
          margin-top: 5.86667vw;
          width: 64vw;
          height: 13.33333vw; } }
      #contact form button + p, #error form button + p {
        text-align: center; }
        @media print, screen and (min-width: 751px) {
          #contact form button + p, #error form button + p {
            margin-top: 14px;
            font-size: 14px; } }
        @media screen and (max-width: 750px) {
          #contact form button + p, #error form button + p {
            margin-top: 2.93333vw;
            font-size: 2.93333vw; } }
        #contact form button + p a, #error form button + p a {
          text-decoration: underline; }

/*==================================================
	モーダル
==================================================*/
.modal {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.35);
  overflow: scroll;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  transform: translateX(300%);
  transition: opacity 0; }
  @media screen and (max-width: 750px) {
    .modal {
      padding: 5.33333vw 2.66667vw 25.33333vw;
      min-height: 100vh;
      min-height: -webkit-fill-available; } }
  .modal._show {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto; }
    .modal._show .modal-wrap {
      display: block; }
  .modal .modal-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0; }
  .modal .modal-scroller {
    width: 100%;
    min-height: 100%; }
    @media print, screen and (min-width: 751px) {
      .modal .modal-scroller {
        padding: 80px 0; } }
  .modal .modal-wrap {
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    display: none; }
    @media print, screen and (min-width: 751px) {
      .modal .modal-wrap {
        padding: 50px;
        width: 90vw;
        max-width: 800px;
        border-radius: 5px; } }
    @media screen and (max-width: 750px) {
      .modal .modal-wrap {
        padding: 6.66667vw 7.33333vw 13.33333vw;
        width: 89.33333vw;
        border-radius: 0.66667vw; } }

#form-modal {
  text-align: center; }
  @media print, screen and (min-width: 751px) {
    #form-modal form {
      margin-top: 50px;
      width: 100%; } }
  #form-modal form dl {
    margin-top: 2em; }
    @media print, screen and (min-width: 751px) {
      #form-modal form dl {
        display: flex;
        width: 600px; } }
    #form-modal form dl dt {
      text-align: left; }
      @media print, screen and (min-width: 751px) {
        #form-modal form dl dt {
          width: 12em; } }
      @media screen and (max-width: 750px) {
        #form-modal form dl dt {
          font-size: 90%; } }
    #form-modal form dl dd {
      text-align: left; }
      @media print, screen and (min-width: 751px) {
        #form-modal form dl dd {
          width: calc(100% - 12em); } }
      #form-modal form dl dd div,
      #form-modal form dl dd input,
      #form-modal form dl dd textarea {
        appearance: none;
        resize: none;
        border: none;
        font-size: 1rem;
        width: 100%;
        white-space: pre-wrap; }
  #form-modal form button {
    display: flex;
    appearance: none;
    border: none;
    outline: none;
    cursor: pointer; }
    @media print, screen and (min-width: 751px) {
      #form-modal form button {
        margin-top: 62px;
        width: 335px;
        height: 72px;
        font-size: 18px; } }
    @media screen and (max-width: 750px) {
      #form-modal form button {
        margin-top: 8.53333vw;
        width: 64vw;
        height: 13.33333vw; } }
  #form-modal .close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1em;
    color: #939393; }
    @media print, screen and (min-width: 751px) {
      #form-modal .close-btn {
        font-size: 20px; } }
    #form-modal .close-btn small {
      margin-left: 0.4em;
      font-size: 1rem; }

#thanks-modal .modal-wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  #thanks-modal .modal-wrap .close-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 2em;
    padding: 10px 20px;
    border-radius: 2px;
    background-color: #f1f2f9; }

/*==================================================
	company
==================================================*/
#company {
  background-color: #f1f2f9; }
  @media print, screen and (min-width: 751px) {
    #company {
      padding: 60px 0 90px; } }
  @media screen and (max-width: 750px) {
    #company {
      padding: 9.33333vw 5.33333vw 18.66667vw; } }
  #company h2 {
    text-align: center; }
    @media print, screen and (min-width: 751px) {
      #company h2 {
        font-size: 30px; } }
    @media screen and (max-width: 750px) {
      #company h2 {
        font-size: 5.06667vw; } }
    #company h2 + dl {
      border-color: #d10014; }
      @media print, screen and (min-width: 751px) {
        #company h2 + dl {
          border-width: 4px; } }
      @media screen and (max-width: 750px) {
        #company h2 + dl {
          border-width: 0.8vw; } }
  #company dl {
    display: flex;
    margin: 0 auto;
    max-width: 1000px;
    border-top: 1px solid #d5d5d6; }
    @media print, screen and (min-width: 751px) {
      #company dl {
        margin-top: 21px;
        padding-top: 30px; } }
    @media screen and (max-width: 750px) {
      #company dl {
        margin-top: 4.4vw;
        padding-top: 5.33333vw;
        font-size: 3.2vw; } }
    @media print, screen and (min-width: 751px) {
      #company dl + dl {
        margin-top: 30px; } }
    @media screen and (max-width: 750px) {
      #company dl + dl {
        margin-top: 4.93333vw; } }
    #company dl dt {
      font-weight: bold; }
      @media print, screen and (min-width: 751px) {
        #company dl dt {
          width: 194px;
          font-size: 18px; } }
      @media screen and (max-width: 750px) {
        #company dl dt {
          min-width: 17.86667vw; } }
    @media print, screen and (min-width: 751px) {
      #company dl dd ul li {
        line-height: 31px; } }

/*==================================================
	thanks / error
==================================================*/
#thanks,
#error {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff; }
  #thanks main,
  #error main {
    margin: auto; }
    #thanks main section,
    #error main section {
      text-align: center; }
      #thanks main section .btn,
      #error main section .btn {
        background: #2e2e33; }
        @media print, screen and (min-width: 751px) {
          #thanks main section .btn,
          #error main section .btn {
            margin-top: 40px;
            width: 390px;
            height: 80px; } }
        @media screen and (max-width: 750px) {
          #thanks main section .btn,
          #error main section .btn {
            margin-top: 5.86667vw;
            width: 64vw;
            height: 13.33333vw; } }
  #thanks footer,
  #error footer {
    margin-top: auto; }

#error {
  padding-bottom: 0; }
  #error h1 + p {
    margin-top: 1em; }

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