@charset "UTF-8";
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

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

.u-flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}

.u-font-en {
  font-family: "Oswald", sans-serif;
}

.u-duration-100 {
  transition-duration: 0.1s !important;
}

.u-animation-delay-100 {
  animation-delay: 0.1s !important;
}

.u-duration-200 {
  transition-duration: 0.2s !important;
}

.u-animation-delay-200 {
  animation-delay: 0.2s !important;
}

.u-duration-300 {
  transition-duration: 0.3s !important;
}

.u-animation-delay-300 {
  animation-delay: 0.3s !important;
}

.u-duration-400 {
  transition-duration: 0.4s !important;
}

.u-animation-delay-400 {
  animation-delay: 0.4s !important;
}

.u-duration-500 {
  transition-duration: 0.5s !important;
}

.u-animation-delay-500 {
  animation-delay: 0.5s !important;
}

.u-duration-600 {
  transition-duration: 0.6s !important;
}

.u-animation-delay-600 {
  animation-delay: 0.6s !important;
}

.u-duration-700 {
  transition-duration: 0.7s !important;
}

.u-animation-delay-700 {
  animation-delay: 0.7s !important;
}

.u-duration-800 {
  transition-duration: 0.8s !important;
}

.u-animation-delay-800 {
  animation-delay: 0.8s !important;
}

.u-duration-900 {
  transition-duration: 0.9s !important;
}

.u-animation-delay-900 {
  animation-delay: 0.9s !important;
}

.u-duration-1000 {
  transition-duration: 1s !important;
}

.u-animation-delay-1000 {
  animation-delay: 1s !important;
}

/*!
 * ress.css • v2.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  -moz-tab-size: 4;
  tab-size: 4;
  font-size: 62.5%;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

ol li,
ul li {
  list-style: none;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
  text-decoration: none; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    /*filter: blur(10px);*/
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
  100% {
    opacity: 1;
    /*filter: blur(0);*/
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    /*filter: blur(10px);*/
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
  100% {
    opacity: 1;
    /*filter: blur(0);*/
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeSide01 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(16px);
    transform: translateX(16px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeSide01 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(16px);
    transform: translateX(16px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeSide02 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-16px);
    transform: translateX(-16px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeSide02 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-16px);
    transform: translateX(-16px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInStatic {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInStatic {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes logoIn {
  0% {
    opacity: 0;
    transform: translateY(-52%);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%);
  }
}
@keyframes logoIn {
  0% {
    opacity: 0;
    transform: translateY(-52%);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(1.6, 1.6);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1, 1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(1.6, 1.6);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1, 1);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.9, 0.9);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1, 1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.9, 0.9);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1, 1);
  }
}
@-webkit-keyframes main01 {
  0% {
    opacity: 0;
    transform: translate(50px, 0) rotate(0);
  }
  70% {
    opacity: 1;
  }
  79% {
    opacity: 0;
  }
  80% {
    opacity: 0;
    transform: translate(0) rotate(0);
  }
  100% {
    opacity: 1;
    transform: translate(37px, 37px) rotate(0);
  }
}
@keyframes main01 {
  0% {
    opacity: 0;
    transform: translate(50px, 0) rotate(0);
  }
  70% {
    opacity: 1;
  }
  79% {
    opacity: 0;
  }
  80% {
    opacity: 0;
    transform: translate(0) rotate(0);
  }
  100% {
    opacity: 1;
    transform: translate(37px, 37px) rotate(0);
  }
}
@-webkit-keyframes main01-sp {
  0% {
    opacity: 0;
    transform: translate(18px, 0) rotate(0);
  }
  70% {
    opacity: 1;
    transform: translate(0, 0) rotate(0);
  }
  79% {
    opacity: 0;
  }
  80% {
    opacity: 0;
    transform: translate(0) rotate(0);
  }
  100% {
    opacity: 1;
    transform: translate(18px, 18px) rotate(0);
  }
}
@keyframes main01-sp {
  0% {
    opacity: 0;
    transform: translate(18px, 0) rotate(0);
  }
  70% {
    opacity: 1;
    transform: translate(0, 0) rotate(0);
  }
  79% {
    opacity: 0;
  }
  80% {
    opacity: 0;
    transform: translate(0) rotate(0);
  }
  100% {
    opacity: 1;
    transform: translate(18px, 18px) rotate(0);
  }
}
@-webkit-keyframes main02 {
  0% {
    opacity: 0;
    transform: translate(0, -20px) rotate(0);
  }
  100% {
    opacity: 1;
    transform: translate(0) rotate(0);
  }
}
@keyframes main02 {
  0% {
    opacity: 0;
    transform: translate(0, -20px) rotate(0);
  }
  100% {
    opacity: 1;
    transform: translate(0) rotate(0);
  }
}
.js-zoomOut {
  animation: zoomIn 0.27s ease-out;
  animation-fill-mode: both;
}

.js-fade_parent.js-panel,
.js-fade_child.js-panel {
  opacity: 1;
}
.js-fade_parent.js-panel li,
.js-fade_child.js-panel li {
  position: relative;
  opacity: 0;
}

.js-panel.is-active li:nth-child(1) {
  opacity: 1;
  transition: all 0.8s ease-in-out 0.2s;
}

.js-panel.is-active li:nth-child(2) {
  opacity: 1;
  transition: all 0.8s ease-in-out 0.4s;
}

.js-panel.is-active li:nth-child(3) {
  opacity: 1;
  transition: all 0.8s ease-in-out 0.6s;
}

.js-panel.is-active li:nth-child(4) {
  opacity: 1;
  transition: all 0.8s ease-in-out 0.8s;
}

.js-panel.is-active li:nth-child(5) {
  opacity: 1;
  transition: all 0.8s ease-in-out 1s;
}

.js-panel.is-active li:nth-child(6) {
  opacity: 1;
  transition: all 0.8s ease-in-out 1.2s;
}

.js-panel.is-active li:nth-child(7) {
  opacity: 1;
  transition: all 0.8s ease-in-out 1.4s;
}

.js-panel.is-active li:nth-child(8) {
  opacity: 1;
  transition: all 0.8s ease-in-out 1.6s;
}

.js-panel.is-active li:nth-child(9) {
  opacity: 1;
  transition: all 0.8s ease-in-out 1.8s;
}

.js-panel.is-active li:nth-child(10) {
  opacity: 1;
  transition: all 0.8s ease-in-out 2s;
}

.js-panel.is-active li:nth-child(11) {
  opacity: 1;
  transition: all 0.8s ease-in-out 2.2s;
}

.js-panel.is-active li:nth-child(12) {
  opacity: 1;
  transition: all 0.8s ease-in-out 2.4s;
}

.js-panel.is-active li:nth-child(13) {
  opacity: 1;
  transition: all 0.8s ease-in-out 2.6s;
}

.js-panel.is-active li:nth-child(14) {
  opacity: 1;
  transition: all 0.8s ease-in-out 2.8s;
}

.js-panel.is-active li:nth-child(15) {
  opacity: 1;
  transition: all 0.8s ease-in-out 3s;
}

.js-panel.is-active li:nth-child(16) {
  opacity: 1;
  transition: all 0.8s ease-in-out 3.2s;
}

.js-panel.is-active li:nth-child(17) {
  opacity: 1;
  transition: all 0.8s ease-in-out 3.4s;
}

.js-panel.is-active li:nth-child(18) {
  opacity: 1;
  transition: all 0.8s ease-in-out 3.6s;
}

.js-panel.is-active li:nth-child(19) {
  opacity: 1;
  transition: all 0.8s ease-in-out 3.8s;
}

.js-panel.is-active li:nth-child(20) {
  opacity: 1;
  transition: all 0.8s ease-in-out 4s;
}

.js-panel.is-active li:nth-child(21) {
  opacity: 1;
  transition: all 0.8s ease-in-out 4.2s;
}

.js-panel.is-active li:nth-child(22) {
  opacity: 1;
  transition: all 0.8s ease-in-out 4.4s;
}

.js-panel.is-active li:nth-child(23) {
  opacity: 1;
  transition: all 0.8s ease-in-out 4.6s;
}

.js-panel.is-active li:nth-child(24) {
  opacity: 1;
  transition: all 0.8s ease-in-out 4.8s;
}

.js-panel.is-active li:nth-child(25) {
  opacity: 1;
  transition: all 0.8s ease-in-out 5s;
}

.js-panel.is-active li:nth-child(26) {
  opacity: 1;
  transition: all 0.8s ease-in-out 5.2s;
}

.js-panel.is-active li:nth-child(27) {
  opacity: 1;
  transition: all 0.8s ease-in-out 5.4s;
}

.js-panel.is-active li:nth-child(28) {
  opacity: 1;
  transition: all 0.8s ease-in-out 5.6s;
}

.js-panel.is-active li:nth-child(29) {
  opacity: 1;
  transition: all 0.8s ease-in-out 5.8s;
}

.js-panel.is-active li:nth-child(30) {
  opacity: 1;
  transition: all 0.8s ease-in-out 6s;
}

.js-fade_parent,
.js-fade_parent-section,
.js-fade_child,
.js-fade_second,
.js-fade_parent-side,
.js-fade_child-side,
.js-fade_second-side,
.js-fade_parent.js-slide-left,
.js-fade_parent.js-slide-right {
  opacity: 0;
}

.js-fade_parent.is-active,
.js-fade_parent-section.is-active {
  -webkit-animation: fadeIn 0.6s ease-out 0.1s;
  animation: fadeIn 0.6s ease-out 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.js-fade_child.is-active {
  -webkit-animation: fadeIn 0.6s ease-out 0.1s;
  animation: fadeIn 0.6s ease-out 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.js-fade_second.is-active {
  -webkit-animation: fadeIn 0.6s ease-out 0.1s;
  animation: fadeIn 0.6s ease-out 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.js-fade_parent-side.is-active {
  -webkit-animation: fadeSide01 0.6s ease-out 0.1s;
  animation: fadeSide01 0.6s ease-out 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.js-fade_child-side.is-active {
  -webkit-animation: fadeSide02 0.6s ease-out 0.1s;
  animation: fadeSide02 0.6s ease-out 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.js-fade_second-side.is-active {
  -webkit-animation: fadeSide01 0.6s ease-out 0.1s;
  animation: fadeSide01 0.6s ease-out 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeSide01-slide-left {
  0% {
    opacity: 0;
    transform: translateX(16px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeSide01-slide-left {
  0% {
    opacity: 0;
    transform: translateX(16px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeSide01-slide-right {
  0% {
    opacity: 0;
    transform: translateX(-16px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeSide01-slide-right {
  0% {
    opacity: 0;
    transform: translateX(-16px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.js-fade_parent.js-slide-left.is-active {
  -webkit-animation: fadeSide01-slide-left 0.6s ease-out 0.1s;
  animation: fadeSide01-slide-left 0.6s ease-out 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.js-fade_parent.js-slide-right.is-active {
  -webkit-animation: fadeSide01-slide-right 0.6s ease-out 0.1s;
  animation: fadeSide01-slide-right 0.6s ease-out 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes shine {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes scrolldown {
  0% {
    height: 0px;
  }
  30% {
    height: 100px;
  }
  75% {
    height: 100px;
    top: auto;
    bottom: calc(0% - 130px);
  }
  100% {
    height: 0px;
    top: auto;
    bottom: calc(0% - 130px);
  }
}
@keyframes show {
  from {
    opacity: 0;
    transform: translateX(-160px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes showCard {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes showContents {
  from {
    opacity: 0;
    transform: translateY(80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scrollIcon {
  0%, 100% {
    opacity: 1;
    transform: translateY(12px);
  }
  50% {
    opacity: 0;
    transform: translateY(0);
  }
}
@keyframes barScale {
  0%, 100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 0);
  }
}
.a-breadcrumb {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
@media print, screen and (max-width: 1079px) {
  .a-breadcrumb:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(249, 250, 255, 0) 0%, #F9FAFF 100%);
    margin: auto;
    content: "";
    display: block;
    width: 80px;
    height: 100%;
    z-index: 1;
  }
}
@media print, screen and (min-width: 1080px) {
  .a-breadcrumb {
    flex-direction: row-reverse;
    width: 100%;
  }
}
@media print, screen and (max-width: 1079px) {
  .a-breadcrumb {
    width: 100%;
  }
}
.a-breadcrumb__item {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  font-size: 12px;
  line-height: 2;
}
@media print, screen and (max-width: 1079px) {
  .a-breadcrumb__item {
    white-space: nowrap;
  }
}
.a-breadcrumb li {
  position: relative;
  color: #40494E;
  margin-left: 16px;
}
.a-breadcrumb li:first-child {
  margin-left: 0;
}
.a-breadcrumb li:before {
  content: "/";
  position: relative;
  top: 0;
  left: -8px;
  color: #808080;
}
.a-breadcrumb li a {
  transition: all 0.3s ease-out;
  color: #95A2AA;
}
.a-breadcrumb li a:hover {
  color: #004098;
}
.a-breadcrumb li:first-child:before {
  content: "";
}

.a-button {
  position: relative;
  text-align: center;
  max-width: 229px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1079px) {
  .a-button {
    max-width: 90%;
  }
}
.a-button a {
  background: #313131;
  padding: 10px 10px;
  font-size: 14px;
  position: relative;
  display: block;
  color: #fff;
  border-radius: 50px;
}
@media print, screen and (max-width: 1079px) {
  .a-button a {
    font-size: 3.7333333333vw;
  }
}
.a-button.-outlside a {
  background-image: url(../../images/common/button03.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.a-button.-more a {
  background-image: url(../../images/common/icon-arrow.png);
  background-size: 21px;
  background-repeat: no-repeat;
  background-position: 93% center;
}
.a-button.-large {
  max-width: 270px;
}
.a-button.-large a {
  font-size: 20px;
  padding: 12px 12px;
}
@media print, screen and (max-width: 1079px) {
  .a-button.-large a {
    font-size: 3.7333333333vw;
    padding: 10px 10px;
  }
}

.a-button-tel a {
  background-color: #c30d23;
  color: #fff;
  display: block;
  width: 100%;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-weight: bold;
  width: 230px;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
}
@media print, screen and (max-width: 1079px) {
  .a-button-tel a {
    width: 100%;
  }
}
.a-button-tel a .icon {
  width: 16px;
}
.a-button-tel a .text {
  font-size: 22px;
}

.a-button-img {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1079px) {
  .a-button-img {
    max-width: 90%;
  }
}

.a-font-english {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: normal;
}

.a-headline {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-weight: 600;
  font-size: 42px;
  text-align: center;
  letter-spacing: 0.04em;
}
@media print, screen and (max-width: 1079px) {
  .a-headline {
    font-size: 10.6666666667vw;
  }
}

.a-loading {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.a-loading:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #3db5b7;
  transform: translate(0%, 0);
  opacity: 0;
  transition: all 0.7s ease;
  z-index: 0;
}
.a-loading .a-loader,
.a-loading .a-loader:after {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  z-index: 2;
}
.a-loading .a-loader {
  transition: all 0.5s ease;
  position: relative;
  text-indent: -9999em;
  border-top: 4px solid rgba(0, 174, 181, 0.2);
  border-right: 4px solid rgba(0, 174, 181, 0.2);
  border-bottom: 4px solid rgba(0, 174, 181, 0.2);
  border-left: 4px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@media print, screen and (max-width: 1079px) {
  .a-loading .a-loader {
    top: -30px;
    margin-left: 20px;
  }
}
.a-loading.is-active:before, .a-loading.is-active:after {
  opacity: 1;
  transform: translate(0, 0);
}
.a-loading.is-close .a-loader {
  opacity: 0;
}
.a-loading.is-close:after {
  opacity: 0;
  transform: translate(0, 0);
}

@-webkit-keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.is-loading {
  overflow: hidden;
}
body.is-loading .pagetop {
  opacity: 0;
  pointer-events: none;
}

.loader {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 9999;
  background-color: #fff;
}

.loader-screen {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: top left;
  pointer-events: none;
}

.c1 {
  background-color: #FFFBFC;
}

.c2 {
  background-color: #f6f2ee;
}

.c3 {
  background-color: #1c2a48;
}

.c4 {
  background-color: #c11529;
}

.p-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.p-loading__inner {
  width: 60vw;
  max-width: 340px;
  margin: 0 auto;
}
@media print, screen and (max-width: 1079px) {
  .p-loading__inner {
    width: 80vw;
    max-width: none;
  }
}
.p-loading svg {
  display: block;
  width: 100%;
  height: auto;
}

.a-logo {
  display: flex;
  justify-content: space-around;
}
.a-logo .text-m {
  width: 26.8667vw;
}
.a-logo .text-i {
  width: 10.8345vw;
}
.a-logo .text-r {
  width: 23.4992vw;
}
.a-logo .text-e {
  width: 18.7408vw;
}

.a-title {
  font-size: 28px;
  line-height: 1.0714285714;
  text-align: center;
  line-height: 1.6;
}
@media print, screen and (max-width: 1079px) {
  .a-title {
    font-size: 5.3333333333vw;
  }
}

.m-navigation {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 14px;
  line-height: 1.1428571429;
}
.m-navigation .item {
  font-weight: bold;
  text-align: center;
  margin-right: 30px;
}
@media print, screen and (max-width: 1079px) {
  .m-navigation .item {
    position: relative;
  }
}
.m-navigation .item .label {
  font-size: 10px;
  line-height: 1;
  margin-top: 8px;
}
.m-navigation .item a,
.m-navigation .item span {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
}
.m-pagenation {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  margin-top: 100px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1079px) {
  .m-pagenation {
    margin-top: 50px;
    gap: 20px;
  }
}
.m-pagenation > li {
  text-align: center;
  color: #ccc;
}
.m-pagenation > li:first-child {
  margin-left: 0;
  margin-right: auto;
}
.m-pagenation > li:last-child {
  margin-right: 0;
  margin-left: auto;
}
.m-pagenation > li.is-active a {
  color: #ddd;
  pointer-events: none;
}
.m-pagenation > li:first-child {
  margin-left: 0;
}
.m-pagenation > li a {
  font-size: 16px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: #c30d23;
}
@media print, screen and (max-width: 1079px) {
  .m-pagenation > li a {
    font-size: 3.7333333333vw;
  }
}
.m-pagenation > li a.is-disabled {
  pointer-events: none;
  opacity: 0.6;
}
.m-pagenation > li a.prev:before, .m-pagenation > li a.next:after {
  background-repeat: no-repeat;
  background-size: 49px;
  width: 49px;
  height: 34px;
  content: "";
}
@media print, screen and (max-width: 1079px) {
  .m-pagenation > li a.prev:before, .m-pagenation > li a.next:after {
    background-size: 32px;
    width: 50px;
  }
}
.m-pagenation > li a.prev:before {
  background-image: url(../img/common/arrow-left.png);
  background-position: left center;
}
.m-pagenation > li a.next:after {
  background-image: url(../img/common/arrow-right.png);
  background-position: right center;
}

.m-cta {
  background-image: url(../img/common/cta-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 48px 0;
  color: #fff;
  text-align: center;
}
.m-cta .inner {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.m-cta .headline {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (max-width: 1079px) {
  .m-cta .headline {
    font-size: 5.3333333333vw;
  }
}
.m-cta .headline span {
  position: relative;
}
.m-cta .headline span:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
}
.m-cta .tel {
  display: inline-block;
}
.m-cta .tel a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.m-cta .tel a .icon {
  width: 60px;
}
@media print, screen and (max-width: 1079px) {
  .m-cta .tel a .icon {
    width: 6.9333333333vw;
  }
}
.m-cta .tel a .text {
  font-size: 68px;
  font-weight: bold;
}
@media print, screen and (max-width: 1079px) {
  .m-cta .tel a .text {
    font-size: 9.6vw;
  }
}
.m-cta .time {
  text-align: center;
  font-size: 16px;
}
@media print, screen and (max-width: 1079px) {
  .m-cta .time {
    font-size: 3.7333333333vw;
  }
}

.m-hero {
  position: relative;
}
.m-hero .inner {
  position: relative;
}
.m-hero.-concept .headline {
  width: 467px;
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  left: -20vw;
}
@media print, screen and (max-width: 1079px) {
  .m-hero.-concept .headline {
    width: 77.3333333333vw;
    left: 0;
    margin-left: 0;
  }
}
.m-hero.-concept .img {
  position: relative;
  top: -36px;
  z-index: 1;
}
@media print, screen and (max-width: 1079px) {
  .m-hero.-concept .img {
    top: -5.3333333333vw;
  }
}
.m-hero.-product {
  position: relative;
}
.m-hero.-product .headline {
  width: 442px;
  position: relative;
  z-index: 2;
}
@media print, screen and (max-width: 1079px) {
  .m-hero.-product .headline {
    width: 66.6666666667vw;
  }
}
.m-hero.-product .button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10vw;
  width: 100%;
  text-align: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}
@media print, screen and (max-width: 1079px) {
  .m-hero.-product .button {
    bottom: 5vw;
    position: relative;
    max-width: 90%;
  }
}

.o-footer {
  padding: 40px 0;
  background-color: #f5f6f8;
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 1079px) {
  .o-footer {
    padding: 40px 0;
  }
}
.o-footer .navi {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
@media print, screen and (max-width: 1079px) {
  .o-footer .navi {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    display: block;
    text-align: center;
  }
}
.o-footer .navi li {
  font-size: 14px;
}
@media print, screen and (max-width: 1079px) {
  .o-footer .navi li {
    font-size: 3.2vw;
    margin-bottom: 8px;
  }
}
.o-footer .copyright {
  font-size: 14px;
  text-align: right;
  display: block;
  margin-top: 8px;
}
@media print, screen and (max-width: 1079px) {
  .o-footer .copyright {
    text-align: center;
    margin-top: 40px;
    font-size: 2.6666666667vw;
  }
}

.o-header {
  padding: 20px 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  position: relative;
}
@media print, screen and (max-width: 1079px) {
  .o-header {
    padding: 12px 20px;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
  }
}
.o-header .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
@media print, screen and (max-width: 1079px) {
  .o-header .inner {
    padding: 0;
  }
}
.o-header .a-logo {
  width: 100%;
  max-width: 112px;
  line-height: 1;
}
@media print, screen and (max-width: 1079px) {
  .o-header .a-logo {
    width: 41.3333333333vw;
  }
}
.o-header .a-logo img {
  line-height: 1;
}
.o-header .menu_box {
  display: flex;
  gap: 0;
  width: 100%;
}
@media print, screen and (max-width: 1079px) {
  .o-header .menu_box {
    justify-content: end;
  }
}
.o-header .menu_list {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 20px;
  width: 100%;
  margin-right: 50px;
}
@media print, screen and (max-width: 1079px) {
  .o-header .menu_list {
    display: none;
  }
}
.o-header .menu_list li {
  text-align: center;
}
.o-header .menu_list li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.o-header .menu_list li a:hover {
  color: #c30d23;
  opacity: 1;
}
.o-header .menu_list li a .text {
  font-weight: 600;
}
.o-header .button {
  max-width: 240px;
  width: 100%;
}
@media print, screen and (max-width: 1079px) {
  .o-header .button {
    display: none;
  }
}
.o-header .sns {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: 24px;
  margin-right: 12px;
}
@media print, screen and (max-width: 1079px) {
  .o-header .sns {
    gap: 10px;
  }
}
.o-header .sns li {
  font-size: 32px;
  line-height: 1;
}
@media print, screen and (max-width: 1079px) {
  .o-header .sns li {
    font-size: 23px;
  }
}
.o-header .action_item {
  margin-left: auto;
  margin-right: 0;
}
.o-header .hamburger {
  position: relative;
  width: 26px;
  height: 21px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.5s;
  position: relative;
  top: 4px;
}
.o-header .hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ACB4C1;
  display: inline-block;
  transition: all 0.5s;
}
.o-header .hamburger span:nth-of-type(1) {
  top: 0;
}
.o-header .hamburger span:nth-of-type(2) {
  top: 8px;
}
.o-header .hamburger span:nth-of-type(3) {
  bottom: 0;
}
.o-header .hamburger.is-active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}
.o-header .hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}
.o-header .hamburger.is-active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}
.o-header .o-spNavi {
  display: none;
}
@media print, screen and (max-width: 1079px) {
  .o-header .o-spNavi {
    position: fixed;
    top: 11vw;
    right: 0;
    z-index: 100;
    width: 400px;
    padding-bottom: 100px;
    height: 100vh;
    transition: transform 0.4s;
    transform: translate(100%, 0);
    background-color: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    width: 100%;
    align-items: flex-start;
  }
}
.o-header .o-spNavi.is-active {
  transform: translate(0, 0);
}
.o-header .o-spNavi .inner {
  padding: 60px 67px;
}
@media print, screen and (max-width: 1079px) {
  .o-header .o-spNavi .inner {
    padding: 26px 20px 120px;
  }
}
.o-header .o-spNavi .m-menu {
  width: 100%;
  padding: 30px;
}
.o-header .o-spNavi .m-menu .sns {
  display: none;
}
.o-header .o-spNavi .link_list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.o-header .o-spNavi .link_list .item {
  font-size: 14px;
}
@media print, screen and (max-width: 1079px) {
  .o-header .o-spNavi .link_list .item {
    font-size: 5.3333333333vw;
  }
}
.o-header .o-spNavi .link_list .item a {
  display: block;
  width: 100%;
  padding: 12px 0;
  position: relative;
  text-align: center;
}
.page-index .section {
  padding-top: 80px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .section {
    padding-top: 10.6666666667vw;
  }
}
.page-index .main-visual {
  position: relative;
}
.page-index .main-visual .inner {
  position: relative;
}
.page-index .main-visual .headline {
  font-family: "Sawarabi Mincho", serif;
  font-size: 46px;
  color: #909cb0;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.1em;
  position: absolute;
  left: 0;
  bottom: 80px;
  width: 100%;
  max-width: 29.236vw;
  z-index: 100;
}
@media print, screen and (max-width: 1079px) {
  .page-index .main-visual .headline {
    max-width: 53.3333333333vw;
    left: 5.3333333333vw;
    bottom: 10.6666666667vw;
  }
}
@media print, screen and (max-width: 1079px) {
  .page-index .carelect {
    padding-top: 10.6666666667vw;
  }
}
.page-index .carelect .inner {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 28px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .carelect .inner {
    grid-template-columns: 1fr;
  }
}
.page-index .carelect .inner .img video {
  width: 100%;
  max-width: 100%;
  line-height: 1;
}
.page-index .carelect .inner .content .headline {
  width: 435px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .carelect .inner .content .headline {
    width: 66.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.page-index .carelect .inner .content .text {
  margin-top: 34px;
  font-size: 16px;
  line-height: 2;
}
@media print, screen and (max-width: 1079px) {
  .page-index .carelect .inner .content .text {
    margin-top: 4.2666666667vw;
    margin-bottom: 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
}
.page-index .carelect .inner .content .button {
  margin-top: 50px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .carelect .inner .content .button {
    margin-top: 8vw;
  }
}
.page-index .product {
  position: relative;
}
.page-index .product .headline {
  width: 440px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .product .headline {
    width: 66.6666666667vw;
  }
}
.page-index .product .img {
  width: 69.4444vw;
  margin-right: 0;
  margin-left: auto;
}
@media print, screen and (max-width: 1079px) {
  .page-index .product .img {
    width: 100%;
  }
}
.page-index .product .content {
  position: absolute;
  max-width: 480px;
  left: 10vw;
  top: 23vw;
  padding: 2.7777vw 3.4722vw;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .product .content {
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 20px 20px;
  }
}
.page-index .product .content .title {
  font-size: 34px;
  line-height: 1.2;
}
@media print, screen and (max-width: 1079px) {
  .page-index .product .content .title {
    font-size: 6.4vw;
  }
}
.page-index .product .content .text {
  font-size: 16px;
  line-height: 2;
  margin-top: 16px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .product .content .text {
    font-size: 3.7333333333vw;
  }
}
.page-index .product .content .price {
  font-size: 24px;
  margin-top: 24px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .product .content .price {
    font-size: 5.3333333333vw;
    margin-top: 4.2666666667vw;
  }
}
.page-index .product .content .price .tax {
  font-size: 14px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .product .content .price .tax {
    font-size: 3.2vw;
  }
}
.page-index .product .button {
  position: absolute;
  left: 13.4vw;
  top: 56vw;
  width: 100%;
}
@media print, screen and (max-width: 1079px) {
  .page-index .product .button {
    position: relative;
    left: 0;
    top: 0;
  }
}
.page-index .product .button a {
  display: block;
}
.page-index .onlinestore .headline {
  width: 717px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .onlinestore .headline {
    width: 93.3333333333vw;
  }
}
.page-index .onlinestore .box {
  background-image: url(../../images/common/cta01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 160px 0;
  position: relative;
}
@media print, screen and (max-width: 1079px) {
  .page-index .onlinestore .box {
    padding: 21.3333333333vw 0;
    background-position: -79vw center;
  }
}
.page-index .onlinestore .box:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
}
.page-index .onlinestore .box .inner {
  max-width: 710px;
  position: relative;
  z-index: 2;
}
.page-index .onlinestore .box .inner .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 70px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .onlinestore .box .inner .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 5.3333333333vw;
  }
}
.page-index .onlinestore .box .inner .list .a-button {
  width: 100%;
  max-width: 320px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .onlinestore .box .inner .list .a-button {
    max-width: 90%;
  }
}
.page-index .onlinestore .box .inner .list .a-button a {
  font-size: 20px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .onlinestore .box .inner .list .a-button a {
    font-size: 4.2666666667vw;
  }
}

.page-concept .detail {
  margin-top: 40px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
@media print, screen and (max-width: 1079px) {
  .page-concept .detail {
    margin-top: 5.3333333333vw;
    padding-bottom: 21.3333333333vw;
  }
}
.page-concept .detail .figure {
  position: absolute;
  right: -9vw;
  bottom: -5vw;
  width: 90.9722vw;
  z-index: 1;
}
@media print, screen and (max-width: 1079px) {
  .page-concept .detail .figure {
    right: -5.3333333333vw;
    bottom: -5.3333333333vw;
    width: 100vw;
  }
}
.page-concept .detail .list {
  position: relative;
  z-index: 2;
}
.page-concept .detail .list li {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
  align-items: center;
  margin-top: -20px;
}
@media print, screen and (max-width: 1079px) {
  .page-concept .detail .list li {
    grid-template-columns: repeat(1, 1fr);
    gap: 5.3333333333vw;
    margin-top: 0;
    padding-bottom: 60px;
  }
}
.page-concept .detail .list li:nth-of-type(1) {
  margin-top: 0;
}
.page-concept .detail .list li:nth-of-type(2n) .img {
  order: 2;
}
@media print, screen and (max-width: 1079px) {
  .page-concept .detail .list li:nth-of-type(2n) .img {
    order: 1;
  }
}
.page-concept .detail .list li:nth-of-type(2n) .content {
  order: 1;
  padding-left: 90px;
}
@media print, screen and (max-width: 1079px) {
  .page-concept .detail .list li:nth-of-type(2n) .content {
    order: 2;
    padding-left: 0;
  }
}
.page-concept .detail .list li .img video {
  width: 100%;
  max-width: 100%;
}
.page-concept .detail .list li .content {
  font-size: 16px;
  line-height: 2;
}
@media print, screen and (max-width: 1079px) {
  .page-concept .detail .list li .content {
    font-size: 3.7333333333vw;
  }
}

.page-product .section .button {
  text-align: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}
@media print, screen and (max-width: 1079px) {
  .page-product .section .button {
    max-width: 90%;
  }
}
.page-product .detail {
  position: relative;
}
.page-product .detail .content {
  position: relative;
}
.page-product .detail .content .figure {
  position: absolute;
  left: 0;
  top: -37px;
  width: 91px;
  z-index: 1;
}
@media print, screen and (max-width: 1079px) {
  .page-product .detail .content .figure {
    top: -5.3333333333vw;
    width: 16vw;
  }
}
.page-product .detail .content .title {
  font-size: 34px;
  line-height: 1.4;
  position: relative;
  z-index: 2;
  font-weight: normal;
}
@media print, screen and (max-width: 1079px) {
  .page-product .detail .content .title {
    font-size: 6.4vw;
    margin-bottom: 24px;
  }
}
.page-product .detail .content .text {
  font-size: 16px;
  line-height: 2;
  margin-top: 8px;
  position: relative;
  z-index: 2;
}
@media print, screen and (max-width: 1079px) {
  .page-product .detail .content .text {
    font-size: 3.7333333333vw;
  }
}
@media print, screen and (max-width: 1079px) {
  .page-product .detail01 {
    margin-top: 16vw;
  }
}
.page-product .detail01 .inner {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 40px;
  align-items: center;
}
@media print, screen and (max-width: 1079px) {
  .page-product .detail01 .inner {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
  }
}
.page-product .detail01 .inner .content .title {
  font-size: 34px;
}
@media print, screen and (max-width: 1079px) {
  .page-product .detail01 .inner .content .title {
    font-size: 6.4vw;
  }
}
.page-product .detail02 {
  margin-top: 100px;
}
@media print, screen and (max-width: 1079px) {
  .page-product .detail02 {
    margin-top: 21.3333333333vw;
  }
}
.page-product .detail02 .inner .box {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 40px;
  align-items: center;
}
@media print, screen and (max-width: 1079px) {
  .page-product .detail02 .inner .box {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
  }
}
.page-product .detail02 .inner .box .img video {
  width: 100%;
  max-width: 100%;
  line-height: 1;
}
.page-product .detail02 .inner .content .title {
  font-size: 34px;
}
@media print, screen and (max-width: 1079px) {
  .page-product .detail02 .inner .content .title {
    font-size: 6.4vw;
  }
}
.page-product .detail03 {
  margin-top: 140px;
}
@media print, screen and (max-width: 1079px) {
  .page-product .detail03 {
    margin-top: 21.3333333333vw;
  }
}
.page-product .detail03 .list {
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
}
@media print, screen and (max-width: 1079px) {
  .page-product .detail03 .list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.page-product .detail03 .list .item h3 {
  font-size: 28px;
  font-weight: normal;
}
@media print, screen and (max-width: 1079px) {
  .page-product .detail03 .list .item h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 8px;
  }
}
.page-product .detail03 .list .item .text {
  font-size: 16px;
  line-height: 2;
  margin-top: 8px;
  margin-bottom: 8px;
}
@media print, screen and (max-width: 1079px) {
  .page-product .detail03 .list .item .text {
    font-size: 3.7333333333vw;
  }
}
.page-product .detail03 .list .item .img {
  height: 363px;
  object-fit: cover;
}
@media print, screen and (max-width: 1079px) {
  .page-product .detail03 .list .item .img {
    height: auto;
    object-fit: contain;
  }
}
.page-product .detail03 .list .item .img video {
  width: 100%;
  max-width: 100%;
  line-height: 1;
  height: 100%;
  object-fit: cover;
}
.page-product .detail03 .list .content .title {
  font-size: 34px;
}
.page-product .detail04 {
  margin-top: 140px;
}
@media print, screen and (max-width: 1079px) {
  .page-product .detail04 {
    margin-top: 21.3333333333vw;
  }
}
.page-product .detail04 .content,
.page-product .detail04 .list {
  margin-left: auto;
  margin-right: auto;
}
.page-product .detail04 .list {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
}
@media print, screen and (max-width: 1079px) {
  .page-product .detail04 .list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.page-product .detail04 .list .item h3 {
  font-size: 28px;
  font-weight: normal;
}
@media print, screen and (max-width: 1079px) {
  .page-product .detail04 .list .item h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 8px;
  }
}
.page-product .detail04 .list .item .text {
  font-size: 16px;
  line-height: 2;
  margin-top: 8px;
  margin-bottom: 8px;
}
@media print, screen and (max-width: 1079px) {
  .page-product .detail04 .list .item .text {
    font-size: 3.7333333333vw;
  }
}
.page-product .detail04 .list .content .title {
  font-size: 34px;
}
@media print, screen and (max-width: 1079px) {
  .page-product .detail04 .list .content .title {
    font-size: 6.4vw;
  }
}
.page-product .specification {
  margin-top: 140px;
  background-image: url(../../images/product/product-bg01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 0 100px;
}
@media print, screen and (max-width: 1079px) {
  .page-product .specification {
    margin-top: 16vw;
    padding: 0 0 16vw;
  }
}
.page-product .specification .title {
  text-align: center;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}
.page-product .specification .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}
@media print, screen and (max-width: 1079px) {
  .page-product .specification .list {
    gap: 40px;
    margin-top: 10.6666666667vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
}
.page-product .specification .list .item {
  width: 348px;
}
@media print, screen and (max-width: 1079px) {
  .page-product .specification .list .item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-product .specification .list .item img {
  width: 100%;
}
.page-product .specification .detail {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
@media print, screen and (max-width: 1079px) {
  .page-product .specification .detail {
    margin-top: 7.4666666667vw;
    max-width: 100%;
  }
}
.page-product .specification .detail .table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 1079px) {
  .page-product .specification .detail .table {
    margin-bottom: 10.6666666667vw;
  }
}
.page-product .specification .detail .table th,
.page-product .specification .detail .table td {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  padding-top: 12px;
}
@media print, screen and (max-width: 1079px) {
  .page-product .specification .detail .table th,
  .page-product .specification .detail .table td {
    font-size: 3.7333333333vw;
    padding-top: 4.2666666667vw;
  }
}
@media print, screen and (max-width: 1079px) {
  .page-product .specification .detail .button {
    max-width: 100%;
  }
}

.page-onlinestore .onlinestore .headline {
  width: 717px;
}
@media print, screen and (max-width: 1079px) {
  .page-onlinestore .onlinestore .headline {
    width: 93.3333333333vw;
  }
}
.page-onlinestore .onlinestore .box {
  background-image: url(../../images/common/cta01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 160px 0;
  position: relative;
}
@media print, screen and (max-width: 1079px) {
  .page-onlinestore .onlinestore .box {
    padding: 21.3333333333vw 0;
    background-position: -79vw center;
  }
}
.page-onlinestore .onlinestore .box:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
}
.page-onlinestore .onlinestore .box .inner {
  max-width: 710px;
  position: relative;
  z-index: 2;
}
.page-onlinestore .onlinestore .box .inner .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 70px;
}
@media print, screen and (max-width: 1079px) {
  .page-onlinestore .onlinestore .box .inner .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 5.3333333333vw;
  }
}
.page-onlinestore .onlinestore .box .inner .list .a-button {
  width: 100%;
  max-width: 320px;
}
@media print, screen and (max-width: 1079px) {
  .page-onlinestore .onlinestore .box .inner .list .a-button {
    max-width: 90%;
  }
}
.page-onlinestore .onlinestore .box .inner .list .a-button a {
  font-size: 18px;
}
@media print, screen and (max-width: 1079px) {
  .page-onlinestore .onlinestore .box .inner .list .a-button a {
    font-size: 4.2666666667vw;
  }
}

body {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #313131;
  font-family: "Noto Serif JP", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-weight: 300;
  overflow-x: hidden;
}
body * {
  font-feature-settings: "palt";
}
body a {
  color: #313131;
  transition: all 0.3s ease-out;
}
body a:hover {
  opacity: 0.7;
}
body .a-first-red:first-letter {
  color: #c30d23;
}
body .a-box-shadow {
  padding: 24px;
  border: 7px solid #000000;
  box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.1);
}
body .grecaptcha-badge {
  display: none !important;
}
body .inner {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media print, screen and (max-width: 1079px) {
  body .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body .-center {
  text-align: center;
}
body .weight500 {
  font-weight: 500;
}
body .weight600 {
  font-weight: 600;
}
body .weight700 {
  font-weight: 700;
}
body .is-hidden {
  display: none;
}
@media print, screen and (min-width: 1080px) {
  body .is-pc {
    display: block;
  }
}
@media print, screen and (max-width: 1079px) {
  body .is-pc {
    display: none;
  }
}
@media print, screen and (min-width: 1080px) {
  body .is-sp {
    display: none;
  }
}
@media print, screen and (max-width: 1079px) {
  body .is-sp {
    display: block;
  }
}
body .js-contents {
  opacity: 0;
  transition: all 0.6s ease-out;
  transform: translateY(20px);
}
body .js-contents.is-active {
  opacity: 1;
  transform: translateY(0);
}
body .js-sideArea {
  position: absolute;
  transition: all 0.4s ease-out;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
body .js-sideArea.is-active {
  opacity: 1;
}
body .js-sideArea .m-categoryNavi {
  position: fixed;
  top: 0;
  right: 32px;
}
body .js-sideArea .m-snsNavi {
  position: fixed;
  top: 0;
  left: 32px;
  width: 180px;
}
body .js-tabContents.is-active {
  display: block !important;
  animation: showCard 0.4s ease-out 0s;
}
@media print, screen and (max-width: 1400px) {
  body .is-sp .m-categoryNavi {
    display: block;
  }
}
body .js-navigation {
  position: fixed;
  left: 2%;
  bottom: 10px;
  width: 96%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
body .js-navigation li {
  width: 65%;
}
body .js-navigation li:first-child {
  width: 100%;
}
body .js-fixedNavi {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
}
body .js-autoSlide {
  opacity: 0;
  transition: all 0.6s ease-out;
  transform: translateY(20px);
}
body .js-autoSlide.is-active {
  opacity: 1;
  transform: translateY(0);
}
body .o-spNavi {
  position: fixed;
  top: 60px;
  right: 0;
  z-index: 100;
  width: 40%;
  height: 100vh;
  transition: transform 0.4s;
  transform: translate(100%, 0);
  background: #c11529;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media print, screen and (max-width: 1079px) {
  body .o-spNavi {
    width: 80%;
    top: 50px;
  }
}
body .o-spNavi.is-active {
  transform: translate(0, 0);
}
body .o-spNavi .inner {
  padding: 0 60px 60px;
}
@media print, screen and (max-width: 1079px) {
  body .o-spNavi .inner {
    padding: 0;
  }
}
body .o-spNavi .o-spNavi__upper {
  text-align: right;
}
body .o-spNavi .o-spNavi__upper .js-closeBtn {
  font-size: 18px;
  line-height: 1;
  width: 25px;
  margin-left: auto;
  margin-right: 0;
}
body .o-spNavi .button {
  display: block;
  margin-top: 24px;
  max-width: 100%;
}
body .o-spNavi .button .headline {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}
body .o-spNavi .button .label {
  margin-top: 8px;
  text-align: center;
  font-size: 12px;
}
body .o-spNavi .o-spNavi__item {
  margin-top: 24px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1079px) {
  body .o-spNavi .o-spNavi__item {
    margin-top: 0;
  }
}
body .o-spNavi .o-spNavi__item .item.is-parent.is-active span:after {
  opacity: 0;
}
body .o-spNavi .o-spNavi__item .item.has-child {
  position: relative;
}
body .o-spNavi .o-spNavi__item .item.has-child > a {
  position: relative;
}
body .o-spNavi .o-spNavi__item .item.has-child > a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(135deg);
  transition: transform 0.3s ease;
}
body .o-spNavi .o-spNavi__item .item.has-child.is-open > a:after {
  transform: rotate(-45deg);
}
body .o-spNavi .o-spNavi__item .item.has-child .child {
  display: none;
  background: rgba(255, 255, 255, 0.1);
}
body .o-spNavi .o-spNavi__item .item.has-child .child .child-item a {
  padding-left: 40px;
  font-size: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media print, screen and (max-width: 1079px) {
  body .o-spNavi .o-spNavi__item .item.has-child .child .child-item a {
    font-size: 3.2vw;
  }
}
body .o-spNavi .o-spNavi__item .item a {
  display: block;
  width: 100%;
  padding: 20px;
  position: relative;
  line-height: 1.4;
  font-size: 14px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media print, screen and (max-width: 1079px) {
  body .o-spNavi .o-spNavi__item .item a {
    font-size: 3.7333333333vw;
    padding: 20px;
  }
}
body .o-spNavi .o-spNavi__item .item a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(45deg);
}
body .o-spNavi .o-spNavi__item .item a .label {
  position: relative;
  display: block;
  font-size: 12px;
  color: #7a7a7a;
  margin-top: 0;
}
@media print, screen and (max-width: 1079px) {
  body .o-spNavi .o-spNavi__item .item a .label {
    font-size: 2.6666666667vw;
    top: -0.5333333333vw;
  }
}
body .o-spNavi .o-spNavi__item .a-btn {
  margin-left: auto;
  margin-right: auto;
}
body .o-spNavi .outside {
  margin-top: 18px;
}
body .o-spNavi .outside li {
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.3333333333;
}
body .o-spNavi .outside li a {
  color: #fff;
}
body .o-spNavi .sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  gap: 32px;
  margin-left: auto;
  margin-right: auto;
}
body .o-spNavi .sns li {
  width: 24px;
}
body .o-spNavi .logo {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
}

.js-spNavi_btn {
  width: 60px;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.no-posts {
  text-align: center;
  font-size: 24px;
  width: 100%;
}
.no-posts .text {
  font-weight: bold;
}
.no-posts .text-label {
  font-size: 16px;
  margin-top: 8px;
}

.pagetop {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media print, screen and (max-width: 1079px) {
  .pagetop {
    width: 14.9333333333vw;
    right: 10px;
    bottom: 10px;
  }
}

.a-key {
  color: #c30d23;
}