@charset "UTF-8";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

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

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

p {
  line-height: 1.5;
  font-weight: 300;
}

img {
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

body {
  padding-top: var(--header-height);
  font-family: var(--sans-serif);
  font-weight: 400;
  line-height: 1.5;
  background: var(--black);
  color: var(--white);
}
body.scroll-lock {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
body.h_nobg {
  padding-top: 0;
}

.container {
  width: calc(100% - 8vw);
  margin: 0 auto;
}
.container.w1600 {
  max-width: 1600px;
}
.container.w1200 {
  max-width: 1200px;
}
.container.w980 {
  max-width: 980px;
}
.container.w720 {
  max-width: 720px;
}

.ta_center {
  text-align: center !important;
}
.ta_right {
  text-align: right !important;
}
.ta_left {
  text-align: left !important;
}

.tc_red {
  color: var(--red);
}
.tc_blue {
  color: var(--blue);
}
.tc_yellow {
  color: var(--yellow);
}
.tc_gold {
  color: var(--gold) !important;
}

.marker_yellow {
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.marker_yellow_vertical {
  background: linear-gradient(to left, transparent 60%, #ff6 60%);
}

.text-combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}

.ff_serif {
  font-family: var(--serif);
}
.ff_sans_serif {
  font-family: var(--sans-serif);
}

.hidden {
  display: none;
}

span.icon {
  width: 80px;
  height: 80px;
  display: block;
  border: 2px solid var(--gold);
  border-radius: 50%;
  position: relative;
}
span.icon::before {
  font-family: material icons;
  font-size: 40px;
  text-align: center;
  line-height: 60px;
  color: var(--gold);
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
span.icon_phone::before {
  content: "\e324";
}
span.icon_accounttree::before {
  content: "\e97a";
}
span.icon_run::before {
  content: "\e566";
}
span.icon_finish::before {
  content: "\e5ca";
}
span.icon_attention::before {
  content: "\e8b2";
}
span.icon_bath::before {
  content: "\ea41";
}
span.icon_inventory::before {
  content: "\e1a1";
}
span.icon_pet::before {
  content: "\e91d";
}
span.icon_personal::before {
  content: "\eb49";
}
span.icon_cook::before {
  content: "\e56c";
}
span.icon_electric::before {
  content: "\ea0b";
}
span.icon_diamond::before {
  content: "\ead5";
}
span.icon_guard::before {
  content: "\e32a";
}
span.icon_focus::before {
  content: "\e1b3";
}
span.icon_bug::before {
  content: "\e868";
}
span.icon_timer::before {
  content: "\e425";
}

hr.common_hr {
  margin: 0;
  border: none;
  border-top: 1px solid rgba(var(--white_rgb), 0.2);
}

header {
  width: 100%;
  height: var(--header-height);
  padding: 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header > .bg {
  backdrop-filter: blur(20px);
  background: rgba(var(--black_rgb), 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  transition: background 0.2s, backdrop-filter 0.2s, box-shadow 0.2s;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
header .h_main {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1002;
}
header .h_main .logo h1 {
  margin: 0;
  font-size: 1.5rem;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.05em;
  font-family: var(--serif);
}
header .h_main .logo h1 a {
  color: var(--white);
  text-decoration: none;
  transition: color 0.2s;
}
header .h_main .logo h1 a:hover {
  color: var(--beige);
}
header .h_main .logo h1 a small.sub {
  font-weight: 300;
  font-size: 0.875rem;
}
header .h_nav {
  position: relative;
  z-index: 1;
}
header .h_nav .wrap nav {
  display: flex;
  flex-direction: row;
}
header .h_nav .wrap nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
}
header .h_nav .wrap nav > ul > li > a, header .h_nav .wrap nav > ul > li button {
  height: auto;
  padding: 0 20px;
  line-height: var(--header-height);
  color: var(--white);
  text-decoration: none;
  font-size: 0.875rem;
  background: none;
  border: none;
  position: relative;
  transition: color 0.2s;
  display: block;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
header .h_nav .wrap nav > ul > li > a span, header .h_nav .wrap nav > ul > li button span {
  position: relative;
  z-index: 1;
}
header .h_nav .wrap nav > ul > li > a::before, header .h_nav .wrap nav > ul > li button::before {
  content: "";
  width: 100%;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: height 0.4s;
}
header .h_nav .wrap nav > ul > li > a.active::before, header .h_nav .wrap nav > ul > li > a:hover::before, header .h_nav .wrap nav > ul > li button.active::before, header .h_nav .wrap nav > ul > li button:hover::before {
  height: 100%;
}
header .h_nav .wrap nav > ul.pr_list > li a.line {
  background: var(--green_line);
  text-shadow: none;
  font-weight: 600;
}
header .h_nav .wrap nav > ul.pr_list > li a.line::before {
  background: rgba(var(--black_rgb), 0.2);
  height: 100%;
  top: 0;
  bottom: auto;
}
header .h_nav .wrap nav > ul.pr_list > li a.line:hover::before {
  height: 0;
}
header .h_nav .wrap nav ul.sub {
  width: 100%;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0 20px;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: fixed;
  top: var(--header-height);
  left: 0;
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.1);
  transition: background 0.2s, backdrop-filter 0.2s, box-shadow 0.2s, height 0.4s;
}
header .h_nav .wrap nav ul.sub.active {
  height: 60px;
}
header .h_nav .wrap nav ul.sub li a {
  padding: 0 15px;
  line-height: 60px;
  display: block;
  text-decoration: none;
  color: var(--white);
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  transition: color 0.2s;
}
header .h_nav .wrap nav ul.sub li a:hover {
  color: var(--gold);
}
header .h_nav_btn {
  display: block;
  position: fixed;
  top: 25px;
  right: 20px;
  transition: all 0.5s;
  z-index: 1003;
  display: none;
}
header .h_nav_btn button {
  width: 30px;
  height: 30px;
  background: none;
  display: block;
  border: none;
  position: relative;
  cursor: pointer;
}
header .h_nav_btn button span {
  display: block;
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  background-color: #666;
  transition: all 0.5s;
}
header .h_nav_btn button span:nth-child(1) {
  top: 5px;
  width: 30px;
  animation: equalizer01 7000ms infinite;
}
header .h_nav_btn button span:nth-child(2) {
  top: 15px;
  width: 20px;
  animation: equalizer02 5000ms infinite;
  animation-delay: 0.33s;
}
header .h_nav_btn button span:nth-child(3) {
  top: 25px;
  width: 10px;
  animation: equalizer02 5000ms infinite;
}
header .h_nav_btn button:hover span {
  background-color: var(--white);
  animation: unset;
  width: 30px;
}
header .h_nav_btn button.active span {
  background-color: #fff;
  width: 30px;
}
header .h_nav_btn button.active span:nth-child(1) {
  transform: translate(0, 10px) rotate(-45deg);
  animation: unset;
}
header .h_nav_btn button.active span:nth-child(2) {
  opacity: 0;
  animation: unset;
}
header .h_nav_btn button.active span:nth-child(3) {
  transform: translate(0, -10px) rotate(45deg);
  animation: unset;
}
header.nobg > .bg {
  background: none;
  backdrop-filter: blur(0);
  box-shadow: none;
}

footer {
  padding: 40px 0;
  background: #111;
}
footer hr {
  margin: 40px 0;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .f_nav .logo {
  margin: 0 auto;
  text-align: center;
}
footer .f_nav .logo a {
  text-decoration: none;
  color: var(--white);
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 600;
  transition: opacity 0.2s;
}
footer .f_nav .logo a span small {
  font-size: 0.875rem;
  font-weight: 300;
}
footer .f_nav .logo a:hover {
  opacity: 0.6;
}
footer .f_nav nav {
  margin: 40px 0;
}
footer .f_nav nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
footer .f_nav nav ul li a {
  padding: 0.25em 1em;
  display: inline-block;
  text-decoration: none;
  text-indent: 0.1em;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  color: rgba(var(--beige_rgb), 0.6);
  transition: background 0.2s, color 0.2s;
}
footer .f_nav nav ul li a:hover {
  color: var(--beige);
  text-decoration: underline;
}
footer .copy p {
  margin: 0;
  text-align: center;
  font-size: 0.75rem;
  color: rgba(var(--white_rgb), 0.6);
}

main > .common_header {
  margin: 100px 0 40px;
}
main > .common_header h1 {
  margin: 0;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
main > .common_header h1 + p.caption {
  margin: 0;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}

.popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}
.popup .wrap {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup .wrap button {
  position: fixed;
  top: 2vw;
  right: 2vw;
  z-index: 10;
  width: 40px;
  height: 40px;
  display: block;
  border: none;
  background: none;
  color: rgba(var(--white_rgb), 0.6);
  cursor: pointer;
  transition: color 0.2s;
}
.popup .wrap button:hover {
  color: rgba(var(--white_rgb), 1);
}
.popup .wrap button span {
  width: 100%;
  height: 100%;
  display: block;
}
.popup .wrap button span::before {
  content: "\e5cd";
  font-family: material icons;
  font-size: 28px;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup .wrap .bg {
  width: 100%;
  height: 100%;
  background: rgba(var(--black_rgb), 0.9);
  position: absolute;
  top: 0;
  left: 0;
  transition: background 0.4s;
}
.popup .wrap .bg:hover {
  background: rgba(var(--black_rgb), 0.95);
}
.popup .wrap .set {
  background: var(--white);
  color: var(--black);
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  z-index: 100;
}
.popup.line .wrap .set {
  width: calc(100% - 8vw);
  max-width: 640px;
  padding: 4vw;
  padding-bottom: calc(4vw + 100px);
  background: var(--green_line);
  border-radius: 20px;
  overflow: hidden;
  color: var(--white);
}
.popup.line .wrap .set h2 {
  margin: 0;
  font-size: 2rem;
}
.popup.line .wrap .set ul {
  margin: 4vw 0 0;
  padding: 0;
  list-style: none;
}
.popup.line .wrap .set ul li {
  margin-top: 0.5em;
  padding-left: 2em;
  font-size: 0.875rem;
  position: relative;
}
.popup.line .wrap .set ul li::before {
  content: "※";
  position: absolute;
  left: 0;
}
.popup.line .wrap .set .link {
  width: 100%;
  padding: 25px 0;
  background: var(--white);
  position: absolute;
  left: 0;
  bottom: 0;
}
.popup.line .wrap .set .link a {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  background: var(--green_line);
  color: var(--white);
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  line-height: 50px;
  border-radius: 10px;
  display: block;
  position: relative;
  transition: opacity 0.2s, box-shadow 0.2s;
}
.popup.line .wrap .set .link a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(var(--black_rgb), 0.2);
  border-radius: 10px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.2s;
}
.popup.line .wrap .set .link a span {
  position: relative;
  z-index: 1;
}
.popup.line .wrap .set .link a:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.popup.line .wrap .set .link a:hover::before {
  opacity: 0;
}
.popup.member .wrap .set {
  width: calc(100% - 8vw);
  max-width: 800px;
}
.popup.member .wrap .set .inner ul.member_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.popup.member .wrap .set .inner ul.member_list li {
  min-height: 420px;
  display: none;
  display: flex;
  flex-direction: row;
}
.popup.member .wrap .set .inner ul.member_list li .img {
  flex: 1;
  height: auto;
}
.popup.member .wrap .set .inner ul.member_list li .img picture {
  width: 100%;
  height: 100%;
  display: block;
}
.popup.member .wrap .set .inner ul.member_list li .img picture img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.popup.member .wrap .set .inner ul.member_list li .txt {
  width: 60%;
  padding: 40px;
}
.popup.member .wrap .set .inner ul.member_list li .txt .post {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: rgba(var(--black_rgb), 0.6);
}
.popup.member .wrap .set .inner ul.member_list li .txt .name {
  font-size: 1.25rem;
  font-weight: 600;
}
.popup.member .wrap .set .inner ul.member_list li .txt article {
  margin-top: 40px;
}
.popup.member .wrap .set .inner ul.member_list li .txt article p {
  font-size: 0.875rem;
  line-height: 1.8;
}

.breadlist {
  padding: 4px 0;
  border-top: 1px solid rgba(var(--white_rgb), 0.1);
  border-bottom: 1px solid rgba(var(--white_rgb), 0.1);
}
.breadlist .aioseo-breadcrumbs {
  color: var(--white);
  font-size: 0.875rem;
}
.breadlist .aioseo-breadcrumbs span.aioseo-breadcrumb a {
  color: var(--beige);
  text-decoration: none;
  opacity: 0.6;
  transition: opacity 0.2s;
}
.breadlist .aioseo-breadcrumbs span.aioseo-breadcrumb a:hover {
  opacity: 1;
}
.breadlist .aioseo-breadcrumbs span.aioseo-breadcrumb-separator {
  margin: 0 10px;
  opacity: 0.4;
}

.f_fix.line {
  display: none;
  width: 120px;
  height: 120px;
  bottom: 6vw;
  right: 6vw;
  position: fixed;
  z-index: 100;
  background: var(--black);
  transition: all 0.4s;
  left: auto;
  border-radius: 50%;
}
.f_fix.line button {
  display: none;
}
.f_fix.line a {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: relative;
  display: block;
  background: rgba(var(--green_line_rgb), 0.8);
  transition: background 0.2s;
}
.f_fix.line a::before {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../img/common/icon_line.svg) no-repeat center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, 0);
}
.f_fix.line a span {
  width: 100%;
  padding: 0;
  display: inline-block;
  position: absolute;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  color: var(--white);
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
}
.f_fix.line a span::before {
  display: none;
}
.f_fix.line a span br {
  display: block;
}
.f_fix.line a:hover {
  background: var(--green_line);
}
.f_fix.line.fv, .f_fix.line.pc {
  width: 120px;
  height: 120px;
  bottom: 8vw;
  right: 4vw;
  left: auto;
  border-radius: 50%;
}
.f_fix.line.fv button, .f_fix.line.pc button {
  display: none;
}
.f_fix.line.fv a, .f_fix.line.pc a {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: relative;
}
.f_fix.line.fv a::before, .f_fix.line.pc a::before {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../img/common/icon_line.svg) no-repeat center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, 0);
}
.f_fix.line.fv a span, .f_fix.line.pc a span {
  width: 100%;
  padding: 0;
  display: inline-block;
  position: absolute;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  color: var(--white);
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
}
.f_fix.line.fv a span::before, .f_fix.line.pc a span::before {
  display: none;
}
.f_fix.line.fv a span br, .f_fix.line.pc a span br {
  display: block;
}
@media screen and (max-width: 991.98px) {
  .container {
    max-width: 720px !important;
  }
  header {
    height: var(--header-height_sp);
  }
  header .h_main {
    padding: 0;
    justify-content: center;
    z-index: 1003;
  }
  header .h_main .logo h1 {
    font-size: 1.25rem;
  }
  header .h_nav {
    width: 100%;
    top: var(--header-height_sp);
    max-width: 360px;
    height: 100%;
    border-right: 1px solid #333;
    position: fixed;
    right: 0;
    transform: translate(100%, 0);
    transition: transform 0.4s, box-shadow 0.4s;
    backdrop-filter: blur(20px);
    background: rgba(var(--black_rgb), 0.8);
    z-index: 1001;
  }
  header .h_nav.active {
    transform: translate(0, 0);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  }
  header .h_nav .wrap {
    height: 100%;
  }
  header .h_nav .wrap nav {
    flex-direction: column;
  }
  header .h_nav .wrap nav > ul {
    flex-direction: column;
  }
  header .h_nav .wrap nav > ul > li {
    border-bottom: 1px solid #444;
  }
  header .h_nav .wrap nav > ul > li > a, header .h_nav .wrap nav > ul > li button {
    width: 100%;
    text-align: left;
    padding: 20px 20px;
    line-height: 1.5;
  }
  header .h_nav .wrap nav > ul > li > a::before, header .h_nav .wrap nav > ul > li button::before {
    width: 0;
    height: 100%;
    transition: width 0.4s;
  }
  header .h_nav .wrap nav > ul > li > a.active::before, header .h_nav .wrap nav > ul > li > a:hover::before, header .h_nav .wrap nav > ul > li button.active::before, header .h_nav .wrap nav > ul > li button:hover::before {
    width: 100%;
  }
  header .h_nav .wrap nav > ul > li > button::after {
    content: "\e313";
    font-family: material icons;
    text-align: center;
    line-height: 20px;
    width: 30px;
    height: 20px;
    display: block;
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
    transition: transform 0.4s;
  }
  header .h_nav .wrap nav > ul > li > button.active::after {
    transform: rotate(180deg);
  }
  header .h_nav .wrap nav > ul.pr_list {
    margin: 40px 20px 0;
  }
  header .h_nav .wrap nav > ul.pr_list > li a {
    text-align: center;
  }
  header .h_nav .wrap nav > ul.pr_list > li a::before {
    width: 100%;
    left: auto;
    right: 0;
  }
  header .h_nav .wrap nav > ul.pr_list > li a:hover::before {
    width: 0;
  }
  header .h_nav .wrap nav ul.sub {
    height: initial;
    padding: 0;
    position: relative;
    top: 0;
    display: none;
    background: rgba(var(--white_rgb), 0.01);
    overflow: visible;
    transition: none;
  }
  header .h_nav .wrap nav ul.sub > li {
    display: block;
    border-top: 1px solid rgba(var(--white_rgb), 0.1);
  }
  header .h_nav .wrap nav ul.sub > li a {
    padding-left: 20px;
    position: relative;
  }
  header .h_nav .wrap nav ul.sub > li a::before {
    content: "-";
    margin: 0 0.5em;
  }
  header .h_nav_btn {
    top: 15px;
    display: block;
  }
  header .bg {
    z-index: 1002;
  }
  .f_fix.line {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .onlySP {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .onlyPC {
    display: none;
  }
  body {
    padding-top: var(--header-height_sp);
  }
  .container {
    max-width: 560px !important;
  }
  footer .f_nav nav ul {
    flex-direction: column;
    justify-content: center;
    border-top: 1px solid rgba(var(--white_rgb), 0.1);
  }
  footer .f_nav nav ul li {
    border-bottom: 1px solid rgba(var(--white_rgb), 0.1);
  }
  footer .f_nav nav ul li a {
    padding: 0.75em 1em;
    display: block;
  }
  main h2.ttl {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.8;
  }
  main > .step {
    margin: 80px 0;
  }
  main > .faq {
    margin: 80px 0;
  }
  main > .service ul.service_list {
    gap: 4vw;
  }
  main > .service ul.service_list.row2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  main > .service ul.service_list.row3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  main > .service ul.service_list.row4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  main > .service ul.service_list.row4 > li {
    padding: 20px;
    gap: 4vw;
  }
  main > .service ul.service_list.row4 > li .top {
    flex-direction: row;
  }
  main > .service ul.service_list.row4 > li .top .txt {
    text-align: left;
  }
  main > .service ul.service_list > li {
    padding: 20px;
  }
  main > .service .comparison {
    flex-direction: column;
    gap: 8vw;
  }
  main > .service .comparison .inner .detail {
    font-size: 2rem;
    text-indent: 0.1em;
    letter-spacing: 0.1em;
  }
  main > .service .comparison .inner:nth-child(2)::before {
    content: "\e313";
    width: 8vw;
    height: 8vw;
    line-height: 8vw;
    left: 50%;
    top: -8vw;
    transform: translate(-50%, 0);
  }
  main > .common_header {
    margin: 40px 0;
  }
  main > .common_header h1 {
    font-size: 2.5rem;
  }
  .popup.member .wrap {
    align-items: flex-end;
  }
  .popup.member .wrap .set {
    width: calc(100% - 16vw);
    max-width: 480px;
    max-height: calc(100vh - (40px + 4vw));
    min-height: 85vh;
    overflow-y: auto;
  }
  .popup.member .wrap .set .inner ul.member_list li {
    flex-direction: column;
  }
  .popup.member .wrap .set .inner ul.member_list li .img {
    flex: 1;
  }
  .popup.member .wrap .set .inner ul.member_list li .txt {
    width: 100%;
    padding: 4vw;
  }
  .f_fix.line {
    width: 100px;
    height: 100px;
    bottom: 8vw;
    right: 4vw;
  }
  .f_fix.line a {
    width: 100px;
    height: 100px;
  }
  .f_fix.line a::before {
    width: 40px;
    height: 40px;
    top: 5px;
  }
  .f_fix.line.fv, .f_fix.line.pc {
    width: 120px;
    height: 120px;
    bottom: 8vw;
    right: 4vw;
    left: auto;
    border-radius: 50%;
  }
  .f_fix.line.fv button, .f_fix.line.pc button {
    display: none;
  }
  .f_fix.line.fv a, .f_fix.line.pc a {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: relative;
  }
  .f_fix.line.fv a::before, .f_fix.line.pc a::before {
    content: "";
    width: 60px;
    height: 60px;
    background: url(../img/common/icon_line.svg) no-repeat center;
    background-size: contain;
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .f_fix.line.fv a span, .f_fix.line.pc a span {
    width: 100%;
    padding: 0;
    display: inline-block;
    position: absolute;
    font-weight: 600;
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
    color: var(--white);
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .f_fix.line.fv a span::before, .f_fix.line.pc a span::before {
    display: none;
  }
  .f_fix.line.fv a span br, .f_fix.line.pc a span br {
    display: block;
  }
}
@media screen and (max-width: 575.98px) {
  .onlyPC {
    display: none;
  }
}
* {
  box-sizing: border-box;
}

:root {
  --sans-serif: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  --serif: "Noto Serif JP","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  --header-height: 80px;
  --header-height_sp: 60px;
  --black: #1a1a1a;
  --black_rgb: 26,26,26;
  --white: #fff;
  --white_rgb: 255,255,255;
  --gold: #d9a333;
  --beige: #e6d8b3;
  --beige_rgb: 230,216,179;
  --red: #aa0000;
  --green_line: #06c755;
  --green_line_rgb: 6,198,85;
}

@keyframes blinking {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes equalizer01 {
  0% {
    width: 70%;
  }
  10% {
    width: 50%;
  }
  20% {
    width: 100%;
  }
  30% {
    width: 10%;
  }
  40% {
    width: 50%;
  }
  50% {
    width: 70%;
  }
  60% {
    width: 50%;
  }
  70% {
    width: 10%;
  }
  80% {
    width: 100%;
  }
  90% {
    width: 10%;
  }
  100% {
    width: 70%;
  }
}
@keyframes equalizer02 {
  0% {
    width: 30%;
  }
  10% {
    width: 20%;
  }
  20% {
    width: 40%;
  }
  30% {
    width: 10%;
  }
  40% {
    width: 20%;
  }
  50% {
    width: 30%;
  }
  60% {
    width: 20%;
  }
  70% {
    width: 10%;
  }
  80% {
    width: 40%;
  }
  90% {
    width: 10%;
  }
  100% {
    width: 30%;
  }
}
@keyframes sdl01 {
  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%;
  }
}/*# sourceMappingURL=common.css.map */