/*!
foundation > reset
------------------------------
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  width: 100%;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  overflow-y: scroll;
}

body {
  color: #2F2F2F;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  font-weight: 400;
  font-size: 3.7333333333vw;
}

#wrapper {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.full {
  width: 100%;
}

.pc {
  display: none;
}

.h_zoom {
  opacity: 1;
}
.h_zoom_img {
  overflow: hidden;
}

.h_opacity {
  cursor: pointer;
}
.inview {
  visibility: hidden;
  opacity: 0;
}

.fadeUp,
.fadeIn {
  animation-duration: 0.6s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.fadeUp {
  animation-name: ani_fadeup;
}

.fadeIn {
  animation-name: ani_fadein;
}

@keyframes ani_fadeup {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes ani_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c_mv_ttl_en, .c_mv_ttl_letter, .c_footer_copyright, .c_gnav_item_link small {
  font-family: "Heebo", serif;
}

.c_header_entry, .c_gnav_entry {
  position: relative;
  z-index: 0;
  opacity: 1;
}
.c_header_entry::after, .c_gnav_entry::after, .c_header_entry::before, .c_gnav_entry::before {
  content: "";
  inset: 0;
  position: absolute;
}
.c_header_entry::before, .c_gnav_entry::before {
  z-index: -2;
  background-image: linear-gradient(to right, #00B1FD 0 33%, #00EEFF 100%);
}
.c_header_entry::after, .c_gnav_entry::after {
  z-index: -1;
  background-image: linear-gradient(to right, #0083fd 0 33%, #0059ff 100%);
  transition: opacity 0.5s ease;
}

.c_footer_hamburger, .c_hamburger_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.c_footer_hamburger > *, .c_hamburger_btn > * {
  position: absolute;
  background-color: currentColor;
  transition: 0.5s ease;
  pointer-events: none;
  transition-property: translate, rotate;
}

.c_footer_hamburger.is_open > *, .c_hamburger.is_open .c_hamburger_btn > * {
  rotate: 45deg;
  translate: 0 0 !important;
}
.c_footer_hamburger.is_open > *:nth-child(2), .c_hamburger.is_open .c_hamburger_btn > *:nth-child(2) {
  opacity: 0;
}
.c_footer_hamburger.is_open > *:last-child, .c_hamburger.is_open .c_hamburger_btn > *:last-child {
  rotate: 135deg;
}

.no_transition .c_gnav,
.no_transition .c_header {
  transition: none !important;
}

.c_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 4.2666666667vw 4vw 3.2vw;
  transition: background-color 0.5s ease;
}
.c_header.is_fixed {
  background-color: #2F2F2F;
}
.c_header.is_active::after {
  visibility: visible;
  opacity: 1;
}
.c_header::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100%;
  background-color: #2f2f2f;
  opacity: 0;
  transition: 0.5s ease;
  visibility: hidden;
  z-index: 1;
  transition-property: visibility, opacity;
}
.c_header_logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 3;
}
.c_header_logo a {
  line-height: 1;
}
.c_header_logo img {
  width: 30.4vw;
  position: relative;
}
.c_header_logo_txt {
  display: block;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: white;
  font-size: 2.6666666667vw;
  margin-top: 2.4vw;
}
.c_header_nav {
  display: none;
}
.c_header_nav_link {
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  overflow: hidden;
  opacity: 1;
  font-size: 0.9722222222vw;
  padding-bottom: 0.4166666667vw;
  top: 0.2083333333vw;
}
.c_header_nav_link::after, .c_header_nav_link::before {
  content: "";
  position: absolute;
  width: 200%;
  transition: transform 0.5s ease;
  height: 2px;
  bottom: 0;
}
.c_header_nav_link::after {
  z-index: -1;
  background-image: linear-gradient(to right, #00B1FD 0% 16.5%, #00EEFF 50%, white 50% 100%);
  right: 0;
}
.c_header_nav_link::before {
  left: 0;
  z-index: 1;
  background-image: linear-gradient(to left, #00EEFF 0% 16.5%, #00B1FD 50%, white 50% 100%);
}
.c_header_login {
  background-color: #2f2f2f;
  border-radius: 100px;
  display: none;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 700;
  letter-spacing: 0.1em;
  opacity: 1;
}
.c_header_entry {
  display: none;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: white;
}

.c_hamburger {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: none;
  cursor: pointer;
  transition: color 0.5s ease;
}
.c_hamburger_txt {
  letter-spacing: 0.1em;
  font-weight: 700;
}
.c_hamburger_btn {
  flex-shrink: 0;
  height: 1.25vw;
  width: 2.0138888889vw;
}
.c_hamburger_btn > * {
  height: 0.1388888889vw;
  width: 100%;
}
.c_hamburger_btn > *:first-child {
  translate: 0 -0.5555555556vw;
}
.c_hamburger_btn > *:last-child {
  translate: 0 0.5555555556vw;
}
.c_hamburger.is_open {
  color: white;
}
.c_gnav {
  position: fixed;
  z-index: 2;
  background-color: #2F2F2F;
  color: white;
  top: 0;
  height: 100vh;
  height: calc(100vh - 14.9333333333vw);
  height: calc(100dvh - 14.9333333333vw);
  width: 100%;
  display: flex;
  overflow-y: auto;
  width: 100%;
  right: 0;
  transition: 0.5s ease;
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
}
.c_gnav.is_open {
  opacity: 1;
  visibility: visible;
}
.c_gnav_inner {
  padding: 26.9333333333vw 7.4666666667vw 10.6666666667vw;
  margin: auto 0;
  width: 100%;
}
.c_gnav_item {
  font-size: 3.7333333333vw;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.c_gnav_item:not(:last-child) {
  margin-bottom: 11.4666666667vw;
}
.c_gnav_item:nth-child(2) {
  margin-bottom: 9.6vw;
}
.c_gnav_item_ttl {
  display: block;
  padding-bottom: 1.8666666667vw;
  position: relative;
  z-index: 0;
  overflow: hidden;
  opacity: 1;
}
.c_gnav_item_ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200%;
  height: 1px;
  background-image: linear-gradient(to right, #00B1FD 0% 16.5%, #00EEFF 50%, white 50% 100%);
  transition: transform 0.5s ease;
}
.c_gnav_item_link {
  display: flex;
  align-items: center;
  gap: 2.1333333333vw;
  margin-top: 5.3333333333vw;
}
.c_gnav_item_link + .c_gnav_item_link {
  margin-top: 1.6vw;
}
.c_gnav_item_link::before {
  content: "";
  height: 1px;
  background-color: white;
  width: 3.2vw;
}
.c_gnav_item_link small {
  color: #737373;
  letter-spacing: 0.1em;
  font-size: 2.6666666667vw;
  font-weight: 400;
  position: relative;
  top: 1.0666666667vw;
}
.c_gnav_blank {
  text-align: right;
  margin-top: 10.4vw;
}
.c_gnav_blank a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 3.7333333333vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  gap: 2.6666666667vw;
}
.c_gnav_blank a::after {
  content: "";
  width: 3.4666666667vw;
  height: 3.4666666667vw;
  background: url(../../images/shinsotsu/common/icon_blank.svg) center/contain no-repeat;
}
.c_gnav_vendor {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 1.3888888889vw;
  padding: 0 0 3.4722222222vw 1.1111111111vw;
}
.c_gnav_login, .c_gnav_entry {
  letter-spacing: 0.1em;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c_gnav_login {
  font-size: 0.9722222222vw;
  border-radius: 100px;
  width: 12.2916666667vw;
  height: 2.5vw;
  background-color: white;
  color: #2F2F2F;
  transform: 0.5s ease;
  transition-property: color, background-color;
  opacity: 1;
}
.c_gnav_entry {
  height: 5.1388888889vw;
  width: 14.0277777778vw;
  color: white;
  font-size: 1.1111111111vw;
}

.c_footer {
  padding: 16vw 0 14.9333333333vw;
  background-color: white;
}
.c_footer_inner {
  background-color: #004098;
  color: white;
  padding: 5.6vw 3.7333333333vw 4.8vw;
}
.c_footer_copyright {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 2.6666666667vw;
  margin-top: 2.1333333333vw;
}
.c_footer_logo {
  line-height: 0;
}
.c_footer_logo img {
  width: 28.2666666667vw;
}
.c_footer_more {
  display: flex;
  position: fixed;
  z-index: 100;
  bottom: 0;
  width: 100%;
}
.c_footer_hamburger {
  flex-shrink: 0;
  width: 14.6666666667vw;
  height: 14.9333333333vw;
  background-color: white;
  color: #2F2F2F;
}
.c_footer_hamburger > * {
  height: 0.5333333333vw;
  width: 7.7333333333vw;
}
.c_footer_hamburger > *:first-child {
  translate: 0 -2.1333333333vw;
}
.c_footer_hamburger > *:last-child {
  translate: 0 2.1333333333vw;
}
.c_footer_login, .c_footer_entry {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: white;
}
.c_footer_entry {
  background-image: linear-gradient(to right, #0083FD 33%, #0059FF 100%);
  font-size: 3.7333333333vw;
}
.c_footer_login {
  background-color: #2F2F2F;
  font-size: 3.2vw;
}

.c_totop {
  position: fixed;
  background: url(../../images/shinsotsu/common/icon_totop.svg) center/contain no-repeat;
  transition: 0.5s;
  transition-property: visibility, opacity;
  z-index: 40;
  right: 3.7333333333vw;
  bottom: 21.3333333333vw;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  border-radius: 50%;
  background-color: white;
}
.c_totop.is_show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.c_totop::after {
  content: "";
  inset: -2px;
  border-radius: 50%;
  border: 2px solid #004098;
  position: absolute;
}

.c_mv {
  position: relative;
}
.c_mv::after {
  content: "";
  display: block;
  background-color: #FDD000;
  height: 18.6666666667vw;
}
.c_mv_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 3.7333333333vw 5.3333333333vw;
}
.c_mv_inner {
  margin: 0 auto;
}
.c_mv_ttl {
  color: white;
  z-index: 0;
}
.c_mv_ttl_en, .c_mv_ttl_jp, .c_mv_ttl_letter {
  display: block;
  z-index: 0;
  overflow: hidden;
  position: relative;
  line-height: 1;
  width: -moz-max-content;
  width: max-content;
}
.c_mv_ttl_en::after, .c_mv_ttl_jp::after, .c_mv_ttl_letter::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #1CB9BE 0%, #04BB2D 100%);
}
.c_mv_ttl_letter {
  padding: 1.6vw 5.0666666667vw 0;
}
.c_mv_ttl_en, .c_mv_ttl_letter {
  font-weight: 700;
  letter-spacing: 0.03em;
  font-size: 9.6vw;
}
.c_mv_ttl_en {
  padding: 0.8vw 5.0666666667vw;
}
.c_mv_ttl_jp {
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 4.2666666667vw;
  padding: 1.8666666667vw 5.8666666667vw;
}

@keyframes bgFloating {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes bgAppear {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.js_dot .ani {
  animation: bgFloating 1.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate, bgAppear 1.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1;
}

html.is_loading .c_loading {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

html.is_loading body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.c_loading {
  position: fixed;
  z-index: 99999;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background-color: #2F2F2F;
  opacity: 0;
  transition: all 0.5s ease;
  visibility: hidden;
}
.c_loading_body {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  animation: spin 2.75s infinite linear;
}
.c_loading_body_dot {
  position: absolute;
  height: 100%;
  width: 30%;
}
.c_loading_body_dot::after {
  content: "";
  position: absolute;
  height: 0%;
  width: 100%;
  padding-bottom: 100%;
  background-color: #1266D2;
  border-radius: 50%;
}
.c_loading_body_dot:nth-child(1) {
  bottom: 5%;
  left: 0;
  transform: rotate(60deg);
  transform-origin: 50% 85%;
}
.c_loading_body_dot:nth-child(1)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite ease-in-out;
  animation-delay: -0.33s;
}
.c_loading_body_dot:nth-child(2) {
  bottom: 5%;
  right: 0;
  transform: rotate(-60deg);
  transform-origin: 50% 85%;
}
.c_loading_body_dot:nth-child(2)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite -0.165s ease-in-out;
}
.c_loading_body_dot:nth-child(3) {
  bottom: -5%;
  left: 0;
  transform: translateX(116.666%);
}
.c_loading_body_dot:nth-child(3)::after {
  top: 0;
  left: 0;
  animation: wobble2 1.1s infinite ease-in-out;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wobble1 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-66%) scale(0.65);
    opacity: 0.8;
  }
}
@keyframes wobble2 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(66%) scale(0.65);
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1rem;
  }
  .sp {
    display: none !important;
  }
  .pc {
    display: initial;
  }
  .c_header {
    background-color: white;
    display: block;
    padding: 0 9.2361111111vw 0 5.0694444444vw;
  }
  .c_header.is_fixed {
    background-color: white;
  }
  .c_header.is_active::after {
    opacity: 0.29;
  }
  .c_header::after {
    content: "";
    height: 100vh;
    height: 100lvh;
  }
  .c_header_inner {
    display: flex;
    align-items: center;
  }
  .c_header_logo {
    z-index: unset;
    position: static;
  }
  .c_header_logo img {
    top: -0.2777777778vw;
    width: 11.8055555556vw;
  }
  .c_header_logo_txt {
    color: #004098;
    font-size: 0.7638888889vw;
    margin-top: 0.2777777778vw;
    position: relative;
    top: 0.2083333333vw;
    left: -0.0694444444vw;
  }
  .c_header_nav {
    display: flex;
    margin-left: auto;
    margin-right: 5.4166666667vw;
    gap: 1.6666666667vw;
    position: relative;
    top: -0.1388888889vw;
  }
  .c_header_login {
    display: flex;
    font-size: 0.9722222222vw;
    height: 2.5vw;
    width: 11.6666666667vw;
    margin-right: 0.9722222222vw;
  }
  .c_header_entry {
    display: flex;
    margin-right: 0;
    font-size: 1.1111111111vw;
    height: 5.1388888889vw;
    width: 14.7222222222vw;
  }
  .c_hamburger {
    display: flex;
    width: 9.2361111111vw;
    gap: 0.6944444444vw;
  }
  .c_hamburger_txt {
    font-size: 0.6944444444vw;
  }
  .c_gnav {
    visibility: visible;
    height: 100vh;
    height: 100dvh;
    width: 32.3611111111vw;
    transform: translateX(100%);
    transition-property: transform;
    display: block;
    opacity: 1;
  }
  .c_gnav.is_open {
    transform: translateX(0);
  }
  .c_gnav_inner {
    margin: 0;
    padding: 8.4722222222vw 5.2083333333vw 2.7777777778vw 4.0972222222vw;
  }
  .c_gnav_item {
    font-size: 0.9722222222vw;
  }
  .c_gnav_item:not(:last-child) {
    margin-bottom: 2.9861111111vw;
  }
  .c_gnav_item:nth-child(2) {
    margin-bottom: 2.5vw;
  }
  .c_gnav_item_ttl {
    padding-bottom: 0.4861111111vw;
  }
  .c_gnav_item_link {
    margin-top: 1.3888888889vw;
    gap: 0.5555555556vw;
  }
  .c_gnav_item_link + .c_gnav_item_link {
    margin-top: 0.4166666667vw;
  }
  .c_gnav_item_link::before {
    width: 0.8333333333vw;
  }
  .c_gnav_item_link small {
    font-size: 0.6944444444vw;
    top: 0.2777777778vw;
  }
  .c_gnav_blank {
    margin-top: 2.5vw;
  }
  .c_gnav_blank a {
    font-size: 0.9722222222vw;
    gap: 0.625vw;
  }
  .c_gnav_blank a::after {
    width: 0.9027777778vw;
    height: 0.9027777778vw;
  }
  .c_gnav_vendor {
    display: flex;
  }
  .c_footer {
    padding: 6.9444444444vw 0 0;
  }
  .c_footer_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.8472222222vw 15.9027777778vw 2.8472222222vw 8.2638888889vw;
  }
  .c_footer_copyright {
    margin-top: 0;
    position: relative;
    font-size: 0.8333333333vw;
  }
  .c_footer_logo img {
    width: 11.8055555556vw;
  }
  .c_footer_more {
    display: none;
  }
  .c_totop {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    right: 5.2083333333vw;
    bottom: 2.2222222222vw;
  }
  .c_totop:hover {
    opacity: 0.7 !important;
  }
  .c_wshrink {
    width: 5px;
    display: inline-block;
  }
  .c_mv {
    padding-top: 5.1388888889vw;
  }
  .c_mv::after {
    height: 4.8611111111vw;
  }
  .c_mv_content {
    bottom: 3.125vw;
    padding: 0;
  }
  .c_mv_inner {
    width: 83.3333333333vw;
  }
  .c_mv_ttl_letter {
    display: none;
  }
  .c_mv_ttl_en {
    line-height: 0.9;
    padding: 0.5555555556vw 1.3888888889vw 0.0694444444vw;
    font-size: 4.4444444444vw;
  }
  .c_mv_ttl_jp {
    font-size: 2.0833333333vw;
    padding: 0.625vw 1.3194444444vw;
  }
}
@media (any-hover: hover) and (pointer: fine) and (min-width: 768px) {
  .h_zoom_img img {
    transition: transform 0.3s ease;
  }
  .h_zoom:hover .h_zoom_img img {
    transform: scale(1.1);
  }
  :where(a, .h_opacity) {
    transition: opacity 0.5s ease;
  }
  :where(a:hover, .h_opacity:hover) {
    opacity: 0.7;
  }
  a[href^=tel] {
    pointer-events: none;
  }
  .c_header_entry:hover::after, .c_gnav_entry:hover::after {
    opacity: 0;
  }
  .c_header_nav_link:hover::after {
    transform: translateX(50%);
    z-index: 1;
  }
  .c_header_nav_link:hover::before {
    transform: translateX(-50%);
    z-index: -1;
  }
  .c_header_login {
    transition: background-color 0.5s ease;
  }
  .c_header_login:hover {
    background-color: #1266D2;
  }
  .c_gnav_item_ttl:hover::after {
    transform: translateX(50%);
  }
  .c_gnav_login:hover {
    background-color: #1266D2;
    color: white;
  }
}
/*# sourceMappingURL=maps/style.css.map */
