@charset "UTF-8";

/* # =================================================================
    # 共通要素
# ================================================================= */
html {
  font-size: 62.5%;
  font-size: 0.5208333333vw;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  -webkit-transition: all 0.3s;
  text-decoration: none;
  transition: all 0.3s;
}
a.fig {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
a.fig picture {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
a.fig img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
}

address {
  font-style: normal;
}

img {
  max-height: 100%;
}

figure,
.fig {
  margin: 0;
  vertical-align: top;
}
figure picture,
.fig picture {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
figure img,
.fig img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

i {
  display: inline-block;
  height: auto;
  line-height: 0;
  vertical-align: top;
}
i img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
i svg {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

@supports (-webkit-touch-callout: none) {
  body {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}
.hvropa:hover {
  opacity: 0.7;
}

.fadeIn00 {
  -webkit-transform: translate3d(0, 10%, 0);
  -webkit-transition: opacity 0.7s, -webkit-transform 1s;
  -webkit-transition-delay: 0.3s;
  -webkit-transition-timing-function: ease;
  transform: translate3d(0, 10%, 0);
  opacity: 0;
  transition: opacity 0.7s, -webkit-transform 1s;
  transition: opacity 0.7s, transform 1s;
  transition: opacity 0.7s, transform 1s, -webkit-transform 1s;
  transition-delay: 0.3s;
  transition-timing-function: ease;
}
.fadeIn00.is-show {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.fadeIn01 {
  -webkit-transform: translate3d(0, 10%, 0);
  -webkit-transition: opacity 0.7s, -webkit-transform 1s;
  -webkit-transition-timing-function: ease;
  transform: translate3d(0, 10%, 0);
  opacity: 0;
  transition: opacity 0.7s, -webkit-transform 1s;
  transition: opacity 0.7s, transform 1s;
  transition: opacity 0.7s, transform 1s, -webkit-transform 1s;
  transition-timing-function: ease;
}
.fadeIn01.is-show {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.fadeIn01.is-show:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.fadeIn01.is-show:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.fadeIn01.is-show:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.fadeIn01.is-show:nth-child(4) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.fadeIn01.is-show:nth-child(5) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.fadeIn01.is-show:nth-child(6) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.fadeIn01.is-show:nth-child(7) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.fadeIn01.is-show:nth-child(8) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.fadeIn01.is-show:nth-child(9) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.fadeIn01.is-show:nth-child(10) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.fadeIn01.is-show:nth-child(11) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.fadeIn01.is-show:nth-child(12) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.fadeIn01.is-show:nth-child(13) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.fadeIn01.is-show:nth-child(14) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.fadeIn01.is-show:nth-child(15) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.fadeIn01.is-show:nth-child(16) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.fadeIn01.is-show:nth-child(17) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.fadeIn01.is-show:nth-child(18) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
.fadeIn01.is-show:nth-child(19) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.fadeIn01.is-show:nth-child(20) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.fadeIn04 {
  -webkit-transition: opacity 0.5s, -webkit-transform 1s;
  -webkit-transition-timing-function: ease-in-out;
  opacity: 0;
  transition: opacity 0.5s, -webkit-transform 1s;
  transition: opacity 0.5s, transform 1s;
  transition: opacity 0.5s, transform 1s, -webkit-transform 1s;
  transition-timing-function: ease-in-out;
}
.fadeIn04.inview {
  -webkit-transform: none;
  transform: none;
}
.fadeIn04.inview.is-show {
  opacity: 1;
}

/*下記追加記述*/
.meiryo {
  font-family: "メイリオ", "Meiryo", sans-serif;
}

.gothic {
  font-family: "Gothic A1", sans-serif;
}

html.is-noscroll {
  overflow: hidden;
}
html.is-noscroll body {
  overflow: hidden;
}

/* foundation */
html {
  -webkit-box-sizing: border-box;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  overflow-y: scroll;
  /* iOS 8+ */
}

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

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

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

/* # =================================================================
   # 一般的な要素
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

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

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

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

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

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

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # フォーム要素
   # ================================================================= */
input {
  border-radius: 0;
}

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

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

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

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 */
}

/* 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 {
  padding: 0;
  border-style: 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 */
}

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

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

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

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

/* # =================================================================
   # メディア要素
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # アクセシビリティ
   # ================================================================= */
/* Hide content from screens but not screenreaders */
/* 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;
}

/* # =================================================================
   # セレクション
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* layout */
.l-header {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
}
.l-header__cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: flex-end;
  height: 100%;
  padding: 27px 74px;
}
.l-header__cont__box {
  -ms-overflow-style: none;
  display: none;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: calc(var(--vh) * 100);
  overflow-y: scroll;
  background-color: #fff;
  scrollbar-width: none;
}
.l-header__cont__box::-webkit-scrollbar {
  display: none;
}
.l-header__cont__box .wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-column-gap: 150px;
  -moz-column-gap: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 150px;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}
.l-header__cont__box .wrap .navi {
  font-size: 20px;
}
.l-header__cont__box .wrap .navi .list__ttl {
  margin-bottom: 1.6em;
}
.l-header__cont__box .wrap .navi .list__ttl .fig {
  width: 10.8em;
}
.l-header__cont__box .wrap .navi .list__item {
  padding: 1.2em 0.7em;
  border-top: 1px dashed #969696;
}
.l-header__cont__box .wrap .navi .list__item a {
  display: block;
  color: #575757;
}
.l-header__cont__box .wrap .navi .list__item a:hover {
  padding-left: 0.5em;
  opacity: 0.7;
}
.l-header__cont__box .wrap .navi .list__item:last-child {
  border-bottom: 1px dashed #969696;
}
.l-header__cont__box .wrap > .fig {
  width: 470px;
  max-width: 79%;
}
.l-header__cont__box .wrap .naviClose {
  display: none;
}

.l-footer {
  z-index: 3;
  position: relative;
  padding: 29px 40px 24px;
  background-color: #fff;
}
.l-footer__cont__link {
  margin-bottom: 40px;
}
.l-footer__cont__link .toShop {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 68%;
  height: 4em;
  margin: 0 auto 5px;
  overflow: hidden;
  color: #5f92c7;
  font-weight: bold;
  font-size: 20px;
}
.l-footer__cont__link .toShop::before, .l-footer__cont__link .toShop::after {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
}
.l-footer__cont__link .toShop::after {
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
  width: calc(100% - 1em);
  height: calc(100% - 1em);
  transform: translate(-50%, -50%);
  border: 2px solid #d5f0f6;
}
.l-footer__cont__link .toShop::before {
  -webkit-transition: all 0.5s;
  -webkit-transform: translate(-50%, -70%) rotate(-40deg);
  -webkit-transform-origin: left bottom;
  -webkit-transition: all 0.3s;
  z-index: -1;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -70%) rotate(-40deg);
  transform-origin: left bottom;
  background-color: #5f92c7;
  transition: all 0.5s;
  transition: all 0.3s;
}
.l-footer__cont__link .toShop .sub {
  margin-left: 6px;
  font-size: 12px;
}
.l-footer__cont__link .toShop:hover {
  color: #fff;
}
.l-footer__cont__link .toShop:hover::before {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.l-footer__cont__link .ant {
  display: block;
  color: #646464;
  font-weight: normal;
  font-size: 20px;
  text-align: center;
}
.l-footer__cont .wrap {
  -webkit-column-gap: 120px;
  -moz-column-gap: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 120px;
  margin-bottom: 44px;
  color: #575757;
}
.l-footer__cont .wrap .contact__ttl {
  display: grid;
}
.l-footer__cont .wrap .contact__ttl .en {
  margin-bottom: 0.2em;
  font-weight: 600;
  font-size: 18px;
}
.l-footer__cont .wrap .contact__ttl .jp {
  font-size: 18px;
}
.l-footer__cont .wrap .contact__num {
  color: #575757;
  font-weight: 700;
  font-size: 34px;
}
.l-footer__cont .wrap .contact__time {
  font-size: 14px;
  line-height: 1.7;
}
.l-footer__cont .wrap .buy__ttl {
  margin-bottom: 0.4em;
  font-weight: 600;
  font-size: 18px;
}
.l-footer__cont .wrap .buy__ttl.fs {
  font-size: 24px;
}
.l-footer__cont .wrap .buy__desc {
  margin-bottom: 1em;
  font-size: 14px;
}
.l-footer__cont .wrap .buy__link {
  display: grid;
  place-content: center;
  width: 12.7em;
  height: 2.8em;
  border: 1px solid #575757;
  color: #575757;
  font-size: 14px;
}
.l-footer__cont .wrap .buy__link:hover {
  background-color: #575757;
  color: #fff;
}
.l-footer__cont .cautions {
  margin-bottom: 1.3em;
  padding-left: 1em;
  font-size: 10px;
  line-height: 1.7;
}
.l-footer__cont .cautions__item {
  list-style-type: "・";
}
.l-footer__cont .cautions__item a {
  color: #000;
  text-decoration: underline;
}
.l-footer__cont .copyright {
  display: block;
  font-size: 10px;
  text-align: right;
}

/*component*/
.c-inner01 {
  width: 1024px;
  margin: 0 auto;
}

.c-inner02 {
  width: 78.85vw;
  max-width: 1514px;
  margin-right: auto;
}

.c-inner03 {
  width: 78.85vw;
  max-width: 1514px;
  margin-left: auto;
}

.c-inner02 {
  width: 74.48vw;
  max-width: 1430px;
  margin: 0 auto;
}

.c-btn01 {
  position: relative;
  padding-bottom: 0.5em;
  color: #575757;
  font-size: 20px;
}
.c-btn01::before, .c-btn01::after {
  -webkit-transition: -webkit-transform 0.5s;
  position: absolute;
  bottom: 1px;
  height: 1px;
  background-color: #575757;
  content: "";
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.c-btn01::before {
  left: 0;
  width: 8.7em;
}
.c-btn01::after {
  -webkit-transform: rotate(30deg);
  -webkit-transform-origin: bottom right;
  left: 7.7em;
  width: 1em;
  transform: rotate(30deg);
  transform-origin: bottom right;
}
.c-btn01:hover {
  opacity: 0.7;
}
.c-btn01:hover::before {
  -webkit-transform: translateX(1em);
  transform: translateX(1em);
}
.c-btn01:hover::after {
  -webkit-transform: translateX(1em) rotate(30deg);
  transform: translateX(1em) rotate(30deg);
}

.c-hamburger.is-active .c-hamburger__wrap span {
  -webkit-box-shadow: none;
  background-color: #575757;
  box-shadow: none;
}
.c-hamburger.is-active .c-hamburger__wrap span:nth-child(1) {
  -webkit-animation: Rotate01 0.4s linear forwards;
  animation: Rotate01 0.4s linear forwards;
}
@-webkit-keyframes Rotate01 {
  0% {
    -webkit-transform: translateX(-50%);
    top: 0%;
    transform: translateX(-50%);
  }
  30% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  60% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
    width: 120%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
@keyframes Rotate01 {
  0% {
    -webkit-transform: translateX(-50%);
    top: 0%;
    transform: translateX(-50%);
  }
  30% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  60% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
    width: 120%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
.c-hamburger.is-active .c-hamburger__wrap span:nth-child(2) {
  opacity: 0;
}
.c-hamburger.is-active .c-hamburger__wrap span:nth-child(3) {
  -webkit-animation: Rotate02 0.4s linear forwards;
  animation: Rotate02 0.4s linear forwards;
}
@-webkit-keyframes Rotate02 {
  0% {
    -webkit-transform: translateX(-50%);
    top: 100%;
    transform: translateX(-50%);
  }
  30% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  60% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    top: 50%;
    width: 120%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@keyframes Rotate02 {
  0% {
    -webkit-transform: translateX(-50%);
    top: 100%;
    transform: translateX(-50%);
  }
  30% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  60% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    top: 50%;
    width: 120%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
.c-hamburger__wrap {
  -webkit-transition: all 0.5s;
  position: relative;
  width: 40px;
  height: 30px;
  transition: all 0.5s;
}
.c-hamburger__wrap span {
  -webkit-box-shadow: 0px 0px 5px rgba(117, 155, 249, 0.7);
  -webkit-transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.5s;
  display: block;
  position: absolute;
  left: 50%;
  width: 100%;
  height: 1px;
  transform: translateX(-50%);
  border-radius: 1px;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(117, 155, 249, 0.7);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.c-hamburger__wrap span:nth-child(1) {
  top: 0;
}
.c-hamburger__wrap span:nth-child(2) {
  -webkit-transition: none;
  -webkit-transform: translate(-50%, -50%);
  top: 50%;
  transform: translate(-50%, -50%);
  transition: none;
}
.c-hamburger__wrap span:nth-child(3) {
  bottom: 0;
}

.c-ttl01 .en {
  color: #1a9b94;
  font-weight: 600;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.02em;
}
.c-ttl01 .jp {
  display: block;
  color: #a5a5a5;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
}

/*project*/
/*utility*/
.u-bl-lgpc {
  display: none !important;
}

.u-bl-pc {
  display: none !important;
}

.u-bl-tb {
  display: none !important;
}

.u-arrow-right {
  display: inline-block;
  position: relative;
  padding-right: 1.5em;
}
.u-arrow-right::after {
  -webkit-transition: all 0.5s;
  -webkit-transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0.6em;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg) translateY(-50%);
  border: 1px solid #000;
  border-bottom: none;
  border-left: none;
  content: "";
  transition: all 0.5s;
}

.u-arrow-left {
  display: inline-block;
  position: relative;
  padding-left: 1.5em;
}
.u-arrow-left::after {
  -webkit-transition: all 0.5s;
  -webkit-transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0.6em;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg) translateY(-50%);
  border: 1px solid #000;
  border-top: transparent;
  border-right: transparent;
  content: "";
  transition: all 0.5s;
}

.u-arrow-top {
  display: inline-block;
  position: relative;
  padding-top: 1.5em;
}
.u-arrow-top::after {
  -webkit-transition: all 0.5s;
  -webkit-transform: rotate(45deg) translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg) translateX(-50%);
  border: 1px solid #000;
  border-right: none;
  border-bottom: none;
  content: "";
  transition: all 0.5s;
}

.u-arrow-bottom {
  display: inline-block;
  position: relative;
  padding-bottom: 1.5em;
}
.u-arrow-bottom::after {
  -webkit-transition: all 0.5s;
  -webkit-transform: rotate(45deg) translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg) translateX(-50%);
  border: 1px solid #000;
  border-top: none;
  border-left: none;
  content: "";
  transition: all 0.5s;
}

.u-txt-over01 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.u-txt-over02 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.u-txt-over03 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*page*/
.top#top::before {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../img/concept_bg.jpg");
  background-position: center;
  background-size: 100% 100vh;
  content: "";
}
.top#top .s-mv {
  -webkit-transition: opacity 0.5s;
  z-index: 3;
  position: relative;
  position: relative;
  aspect-ratio: 1536/750;
  width: 100%;
  height: 100%;
  min-height: calc(var(--vh) * 100);
  background-image: url("../img/mv_bg.jpg");
  background-position: center;
  background-size: cover;
  opacity: 1;
  transition: opacity 0.5s;
}
.top#top .s-mv::after {
  -webkit-transition: opacity 0.2s;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  opacity: 0;
  transition: opacity 0.2s;
}
.top#top .s-mv.is-disable {
  -webkit-transition-delay: 0.5s;
  opacity: 0;
  transition-delay: 0.5s;
}
.top#top .s-mv.is-disable::after {
  visibility: visible;
  opacity: 1;
}
.top#top .s-mv__logo {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: 9%;
  left: 50%;
  width: 11.35vw;
  min-width: 218px;
  transform: translateX(-50%);
}
.top#top .s-mv__txt {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: 50px;
  left: 50%;
  height: 229px;
  transform: translateX(-50%);
}
.top#top .s-mv__txt svg {
  width: auto;
  height: 100%;
}
.top#top .s-mv__txt svg path {
  -webkit-transition: opacity 0.5s;
  opacity: 0;
  transition: opacity 0.5s;
}
.top#top .s-mv__txt.is-show svg path {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.top#top .s-mv__txt.is-show svg path:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.top#top .s-mv__txt.is-show svg path:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.top#top .s-mv__txt.is-show svg path:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.top#top .s-mv__txt.is-show svg path:nth-child(4) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.top#top .s-mv__txt.is-show svg path:nth-child(5) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.top#top .s-mv__txt.is-show svg path:nth-child(6) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.top#top .s-mv__txt.is-show svg path:nth-child(7) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.top#top .s-mv__txt.is-show svg path:nth-child(8) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.top#top .s-mv__txt.is-show svg path:nth-child(9) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.top#top .s-mv__txt.is-show svg path:nth-child(10) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.top#top .s-mv__txt.is-show svg path:nth-child(11) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.top#top .s-mv__txt.is-show svg path:nth-child(12) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.top#top .s-mv__txt.is-show svg path:nth-child(13) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.top#top .s-mv__txt.is-show svg path:nth-child(14) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.top#top .s-mv__txt.is-show svg path:nth-child(15) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.top#top .s-mv__txt.is-show svg path:nth-child(16) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.top#top .s-mv__txt.is-show svg path:nth-child(17) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.top#top .s-mv__txt.is-show svg path:nth-child(18) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
.top#top .s-mv__txt.is-show svg path:nth-child(19) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.top#top .s-mv__txt.is-show svg path:nth-child(20) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}
.top#top .s-mv__scroll {
  -webkit-transform: translateX(-50%);
  display: grid;
  z-index: 5;
  position: absolute;
  bottom: 0;
  left: 50%;
  place-items: center;
  transform: translateX(-50%);
  font-size: 20px;
}
.top#top .s-mv__scroll .txt {
  margin-bottom: 0.5em;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.top#top .s-mv__scroll .border {
  position: relative;
  width: 2px;
  height: 2.6em;
  overflow: hidden;
}
.top#top .s-mv__scroll .border:after {
  -webkit-animation: scrollGuide 1.8s ease-in-out infinite;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  animation: scrollGuide 1.8s ease-in-out infinite;
}
@-webkit-keyframes scrollGuide {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes scrollGuide {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.top#top .s-concept {
  z-index: 0;
  position: relative;
}
.top#top .s-concept__cont {
  padding: 50vh 0;
}
.top#top .s-concept__cont .txt03 {
  width: 160px;
  margin: 0 auto 462px;
}
.top#top .s-concept__cont .txt04 {
  width: 623px;
  margin: 0 0 436px 60px;
}
.top#top .s-concept__cont .txt05 {
  width: 462px;
  margin: 0 0 639px 378px;
}
.top#top .s-concept__cont .txt06 {
  width: 518px;
  margin: 0 auto;
}
.top#top .s-concept__cloud {
  -webkit-transition: all 1.5s cubic-bezier(0.04, 0.25, 0.4, 1.01);
  z-index: -2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/concept_cloud.png");
  background-position: center;
  background-size: 100% auto;
  transition: all 1.5s cubic-bezier(0.04, 0.25, 0.4, 1.01);
}
.top#top .s-concept__cloud.is-disable {
  opacity: 0;
}
.top#top .s-features {
  z-index: 3;
  position: relative;
  padding-top: 70px;
  background-color: #fff;
}
.top#top .s-features__cont__ttl {
  width: 715px;
  margin-bottom: 53px;
}
.top#top .s-features__cont__box {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.top#top .s-features__cont__box .fig img {
  -webkit-filter: drop-shadow(5px 5px 6px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(5px 5px 6px rgba(0, 0, 0, 0.2));
}
.top#top .s-features__cont__box .item01 {
  width: 532px;
  margin-right: 102px;
  margin-left: -105px;
}
.top#top .s-features__cont__box .item02 {
  width: 536px;
  margin-right: -45px;
}
.top#top .s-features__cont__box .item03 {
  width: 575px;
  margin-top: -30px;
  margin-bottom: 95px;
}
.top#top .s-features__cont__product {
  position: relative;
}
.top#top .s-features__cont__product .txt {
  color: #595757;
  letter-spacing: 0.2em;
}
.top#top .s-features__cont__product .txt__desc {
  font-size: 22px;
  line-height: 2;
}
.top#top .s-features__cont__product .txt__ant {
  font-size: 14px;
}
.top#top .s-features__cont__product .box01 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top#top .s-features__cont__product .box01 .fig {
  width: 49%;
}
.top#top .s-features__cont__product .box02 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 64.4%;
}
.top#top .s-features__cont__product__pen {
  position: absolute;
  height: 86.4%;
}
.top#top .s-features__cont__product__pen.is-show {
  -webkit-animation: floating-y 2.5s ease forwards;
  animation: floating-y 2.5s ease forwards;
}
@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes floating-y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.top#top .s-features__cont__product__pen img {
  width: auto;
  height: 100%;
}
.top#top .s-features__cont__product.single {
  margin-bottom: 219px;
}
.top#top .s-features__cont__product.single .ttl {
  width: 406px;
  margin-bottom: 5px;
}
.top#top .s-features__cont__product.single .box01 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 20px;
}
.top#top .s-features__cont__product.single .box01 .desc01 {
  margin-bottom: 3em;
  margin-left: 2.7em;
}
.top#top .s-features__cont__product.single .box01 .desc02 {
  margin-left: 8.5em;
}
.top#top .s-features__cont__product.single .box02 .txt__desc {
  margin-bottom: 1.5em;
}
.top#top .s-features__cont__product.single .box02 .txt__ant {
  margin-bottom: 5.3em;
}
.top#top .s-features__cont__product.single .box02 .fig {
  margin-bottom: 45px;
}
.top#top .s-features__cont__product.single .s-features__cont__product__pen {
  right: 66px;
  bottom: -153px;
}
.top#top .s-features__cont__product.fourOne .ttl {
  width: 433px;
  margin-bottom: 100px;
}
.top#top .s-features__cont__product.fourOne .box01 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 61px;
}
.top#top .s-features__cont__product.fourOne .box01 .desc01 {
  margin-bottom: 5em;
  margin-left: 7em;
}
.top#top .s-features__cont__product.fourOne .box01 .desc02 {
  margin-left: 2.5em;
}
.top#top .s-features__cont__product.fourOne .box02 {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: auto;
}
.top#top .s-features__cont__product.fourOne .box02 .txt__desc {
  margin-right: 4.4em;
  margin-bottom: 4.5em;
}
.top#top .s-features__cont__product.fourOne .box02 .fig {
  margin-bottom: 30px;
}
.top#top .s-features__cont__product.fourOne .box02 .link {
  margin-right: 2.7em;
}
.top#top .s-features__cont__product.fourOne .s-features__cont__product__pen {
  top: 150px;
  left: 66px;
}
.top#top .s-variation {
  z-index: 3;
  position: relative;
  padding: 280px 0 65px;
  background-color: #fff;
}
.top#top .s-variation__cont {
  display: grid;
  position: relative;
  row-gap: 48px;
}
.top#top .s-variation__cont a:hover {
  opacity: 0.7;
}
.top#top .s-variation__cont__txt {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76.7%;
  transform: translate(-50%, -50%);
}
.top#top .s-special {
  z-index: 3;
  position: relative;
  padding: 65px 0;
  background-color: #d5f0f6;
}
.top#top .s-special__cont {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top#top .s-special__cont .fig {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 54%;
}
.top#top .s-special__cont .fig:hover {
  opacity: 0.7;
}
.top#top .s-special__cont .txt {
  width: 34.9%;
  min-width: 19.7em;
  margin-left: 47px;
  color: #575757;
  font-size: 16px;
}
.top#top .s-special__cont .txt__ttl {
  margin-bottom: 1em;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.5;
}
.top#top .s-special__cont .txt__desc {
  margin-bottom: 2em;
  font-size: 16px;
  line-height: 2.1;
}
.top#top .s-campaign {
  z-index: 3;
  position: relative;
  padding: 50px 0;
  background-color: #fff;
}
.top#top .s-voice {
  z-index: 3;
  position: relative;
  padding: 65px 0 70px;
  background-image: url("../img/voice_bg.jpg");
  background-position: top center;
  background-size: cover;
}
.top#top .s-voice__cont__ttl {
  margin-bottom: 1.6em;
  color: #fff;
  font-size: 34px;
  text-align: center;
}
.top#top .s-voice__cont .list {
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 32px;
  margin: 0 10px 110px;
}
.top#top .s-voice__cont .list__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 33.3333333333%;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #575757;
}
.top#top .s-voice__cont .list__item .ttl {
  display: block;
  margin-bottom: 0.2em;
  font-size: 36px;
  letter-spacing: -0.06em;
  text-align: center;
}
.top#top .s-voice__cont .list__item .user {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
}
.top#top .s-voice__cont .list__item .user__photo {
  width: 100px;
  margin-right: 10px;
}
.top#top .s-voice__cont .list__item .user__name {
  font-size: 14px;
  line-height: 1.4;
}
.top#top .s-voice__cont .list__item .desc {
  font-size: 16px;
  line-height: 1.9;
}
.top#top .s-voice__cont .list__item .staff {
  margin-top: auto;
  margin-left: auto;
}

.interview#interview {
  background-color: #d5f0f6;
}
.interview#interview .s-head {
  padding: 65px 0 30px;
  background-image: url("../img/interview/head_bg.jpg");
  background-position: top center;
  background-size: cover;
}
.interview#interview .s-head__ttl {
  margin-bottom: 2em;
  color: #fff;
  font-weight: 500;
  font-size: 26px;
  text-align: center;
}
.interview#interview .s-head__lead {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 45px 50px 65px;
  border: 2px dashed #fff;
}
.interview#interview .s-head__lead .fig {
  width: 45%;
}
.interview#interview .s-head__lead .txt {
  width: 49%;
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.7;
}
.interview#interview .s-article {
  padding-bottom: 270px;
}
.interview#interview .s-article__cont {
  color: #575757;
}
.interview#interview .s-article__cont.mt {
  margin-top: 140px;
}
.interview#interview .s-article__cont > *:last-child {
  margin-bottom: 0 !important;
}
.interview#interview .s-article__cont .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  font-weight: 500;
  font-size: 24px;
}
.interview#interview .s-article__cont .ttl .icon {
  width: 1.8em;
  margin-top: -0.2em;
  margin-right: 0.3em;
}
.interview#interview .s-article__cont .ttl .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: normal;
  font-size: 24px;
}
.interview#interview .s-article__cont .lead {
  position: relative;
  margin-bottom: 2.5em;
  padding-left: 3.3em;
  font-weight: 500;
  font-size: 16px;
}
.interview#interview .s-article__cont .lead::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 2.5em;
  height: 1px;
  background-color: #575757;
  content: "";
  opacity: 0.7;
}
.interview#interview .s-article__cont .desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
  font-size: 16px;
  line-height: 2.1;
}
.interview#interview .s-article__cont .desc .name {
  font-weight: 500;
}
.interview#interview .s-article__cont .desc .main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.interview#interview .s-article .mv {
  margin-bottom: 60px;
}
.interview#interview .s-article .fig {
  margin: 75px 0 80px;
}
.interview#interview .s-article .fig.fig10 {
  margin-bottom: 0;
}
.interview#interview .s-article .figbox {
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 15px;
  margin: 75px 0 80px;
}
.interview#interview .s-article .caption {
  margin-top: 0.5em;
  color: #575757;
  font-size: 14px;
  text-align: right;
}
@media screen and (max-width: 1099px) {
  body {
    margin: 0;
  }
  html {
    font-size: 0.5882352941vw;
  }
  .c-inner01 {
    width: 95%;
  }
  .c-inner02 {
    width: 95%;
  }
  .u-bl-lgpc {
    display: block !important;
  }
  .u-none-lgpc {
    display: none !important;
  }
  .top#top .s-concept__cont .txt05 {
    margin-left: auto;
  }
  .top#top .s-features__cont__box .item01 {
    width: 48%;
    margin-right: 2%;
    margin-left: 0;
  }
  .top#top .s-features__cont__box .item02 {
    width: 48%;
    margin-right: 0;
  }
  .top#top .s-features__cont__box .item03 {
    width: 48%;
    margin-top: 0;
  }
}
@media screen and (max-width: 1023px) {
  body {
    margin: 0;
  }
  html {
    font-size: 0.7142857143vw;
  }
  .u-bl-pc {
    display: block !important;
  }
  .u-none-pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  body {
    margin: 0;
  }
  html {
    font-size: 1.9801980198vw;
  }
  .fadeIn00 .fadeIn00 {
    -webkit-transition: 1.2s;
    transition: 1.2s;
  }
  .fadeIn01 {
    -webkit-transition: 1.2s;
    transition: 1.2s;
  }
  .fadeIn04 {
    -webkit-transition: 1.2s;
    transition: 1.2s;
  }
  .l-header {
    height: 13.59vw;
  }
  .l-header__cont {
    padding: 4.62vw 4.1vw 0;
  }
  .l-header__cont__box {
    z-index: 1;
  }
  .l-header__cont__box .wrap {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    column-gap: 0;
    flex-direction: column;
    padding-bottom: 12.82vw;
  }
  .l-header__cont__box .wrap .navi {
    width: 100%;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .l-header__cont__box .wrap .navi .list {
    width: 90%;
    margin: 0 auto;
  }
  .l-header__cont__box .wrap .navi .list__ttl {
    display: none;
  }
  .l-header__cont__box .wrap .navi .list__item {
    width: 100%;
    padding: 1.2em 0;
  }
  .l-header__cont__box .wrap .navi .list__item:first-child {
    border-top: none;
  }
  .l-header__cont__box .wrap .navi .list__item a {
    text-align: center;
  }
  .l-header__cont__box .wrap .navi .list__item:last-child {
    border-bottom: none;
  }
  .l-header__cont__box .wrap > .fig {
    display: none;
  }
  .l-header__cont__box .wrap .naviClose {
    display: block;
  }
  .l-header__cont__box .wrap .naviClose span {
    display: block;
    position: relative;
    width: 7.69vw;
    height: 7.69vw;
    margin: 7.69vw 0;
  }
  .l-header__cont__box .wrap .naviClose span::before, .l-header__cont__box .wrap .naviClose span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 1px;
    background-color: #575757;
    content: "";
  }
  .l-header__cont__box .wrap .naviClose span::before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .l-header__cont__box .wrap .naviClose span::after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .l-footer {
    padding: 8.97vw 0;
  }
  .l-footer__cont__link {
    margin-bottom: 7.69vw;
  }
  .l-footer__cont__link .toShop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
    height: 4.8em;
    margin-bottom: 1.28vw;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .l-footer__cont__link .toShop::before {
    -webkit-transform: translate(-50%, -70%) rotate(-45deg);
    transform: translate(-50%, -70%) rotate(-45deg);
  }
  .l-footer__cont__link .toShop .sub {
    margin-top: 3px;
    margin-left: 0;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .l-footer__cont__link .ant {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .l-footer__cont .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 9.23vw;
    gap: 11.03vw 0;
  }
  .l-footer__cont .wrap .contact__ttl {
    text-align: center;
  }
  .l-footer__cont .wrap .contact__ttl .en {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .l-footer__cont .wrap .contact__ttl .jp {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .l-footer__cont .wrap .contact__num {
    display: block;
    margin: 0.15em 0;
    font-size: 30px;
    font-size: 3rem;
    text-align: center;
  }
  .l-footer__cont .wrap .contact__time {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .l-footer__cont .wrap .buy {
    display: grid;
    place-items: center;
  }
  .l-footer__cont .wrap .buy__ttl {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .l-footer__cont .wrap .buy__ttl.fs {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .l-footer__cont .wrap .buy__desc {
    font-size: 10px;
    font-size: 1rem;
  }
  .l-footer__cont .wrap .buy__link {
    font-size: 10px;
    font-size: 1rem;
  }
  .l-footer__cont .cautions {
    margin-bottom: 17.18vw;
    font-size: 10px;
    font-size: 1rem;
  }
  .l-footer__cont .copyright {
    font-size: 9px;
    font-size: 0.9rem;
    text-align: center;
  }
  .c-inner01 {
    width: auto;
    margin: 0 4.62vw;
  }
  .c-inner02 {
    width: auto;
    margin: 0 3.85vw;
  }
  .c-inner03 {
    width: auto;
    margin: 0 3.85vw;
  }
  .c-inner02 {
    width: auto;
    margin: 0 5.13vw;
  }
  .c-btn01 {
    font-size: 20px;
    font-size: 2rem;
  }
  .c-ttl01 .en {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .c-ttl01 .jp {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .u-bl-tb {
    display: block !important;
  }
  .u-none-tb {
    display: none !important;
  }
  .top#top::before {
    background-image: url("../img/concept_bg_sp.jpg");
  }
  .top#top .s-mv {
    height: 100vh;
    min-height: 153.85vw;
    background-image: url("../img/mv_bg_sp.jpg");
  }
  .top#top .s-mv__logo {
    top: 8%;
    width: 41.03vw;
    min-width: none;
  }
  .top#top .s-mv__txt {
    top: calc(100vh - 43.59vw);
    height: 35.9vw;
  }
  .top#top .s-mv__scroll {
    font-size: 20px;
    font-size: 2rem;
  }
  .top#top .s-mv__scroll .border {
    width: 1px;
    height: 1.5em;
  }
  .top#top .s-concept .c-inner01 {
    margin: 0;
  }
  .top#top .s-concept__cont .txt03 {
    width: 35.9vw;
    margin-bottom: 133.59vw;
  }
  .top#top .s-concept__cont .txt04 {
    width: 89.23vw;
    margin: 0 0 63.59vw 3.85vw;
  }
  .top#top .s-concept__cont .txt05 {
    width: 57.95vw;
    margin: 0 0 125.9vw 7.44vw;
  }
  .top#top .s-concept__cont .txt06 {
    width: 72.82vw;
  }
  .top#top .s-concept__cloud {
    top: 20%;
    background-image: url("../img/concept_cloud_sp.png");
  }
  .top#top .s-features {
    padding-top: 7.69vw;
  }
  .top#top .s-features__cont__ttl {
    width: 65.38vw;
    margin-bottom: 10.26vw;
  }
  .top#top .s-features__cont__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    row-gap: 7.69vw;
    flex-direction: column;
    align-items: center;
    margin: 0 -4.62vw;
  }
  .top#top .s-features__cont__box .item01 {
    width: 94.1vw;
  }
  .top#top .s-features__cont__box .item02 {
    width: 94.87vw;
  }
  .top#top .s-features__cont__box .item03 {
    width: 94.87vw;
    margin-top: 4.87vw;
  }
  .top#top .s-features__cont__product .txt {
    letter-spacing: 0.1em;
  }
  .top#top .s-features__cont__product .txt__desc {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.7;
  }
  .top#top .s-features__cont__product .txt__ant {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .top#top .s-features__cont__product .box01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    flex-direction: column;
    align-items: flex-start;
  }
  .top#top .s-features__cont__product .box01 .fig {
    width: calc(100% + 9.23vw);
    margin-right: -4.62vw;
    margin-left: -4.62vw;
  }
  .top#top .s-features__cont__product .box02 {
    width: 100%;
  }
  .top#top .s-features__cont__product .box02 .fig {
    margin-right: -4.62vw;
    margin-left: -4.62vw;
  }
  .top#top .s-features__cont__product__pen {
    height: 55.4%;
  }
  .top#top .s-features__cont__product.single {
    margin-bottom: 28.21vw;
  }
  .top#top .s-features__cont__product.single .ttl {
    width: 80vw;
    margin-bottom: 3.85vw;
  }
  .top#top .s-features__cont__product.single .box01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 6.15vw;
  }
  .top#top .s-features__cont__product.single .box01 .fig {
    margin-bottom: 6.15vw;
  }
  .top#top .s-features__cont__product.single .box01 .desc01 {
    margin-bottom: 2em;
    margin-left: 0;
  }
  .top#top .s-features__cont__product.single .box01 .desc02 {
    margin-left: 0;
  }
  .top#top .s-features__cont__product.single .box02 .txt {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 7.69vw;
  }
  .top#top .s-features__cont__product.single .box02 .txt__desc {
    margin-bottom: 2.56vw;
  }
  .top#top .s-features__cont__product.single .box02 .txt__ant {
    margin-bottom: 0;
  }
  .top#top .s-features__cont__product.single .box02 .fig {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 7.69vw;
  }
  .top#top .s-features__cont__product.single .box02 .link {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-right: 2.7em;
    margin-left: auto;
  }
  .top#top .s-features__cont__product.single .s-features__cont__product__pen {
    top: 14%;
    right: 0;
    bottom: auto;
  }
  .top#top .s-features__cont__product.fourOne .ttl {
    width: 64.36vw;
    margin-bottom: 10.26vw;
  }
  .top#top .s-features__cont__product.fourOne .box01 {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 20.51vw;
  }
  .top#top .s-features__cont__product.fourOne .box01 .txt {
    width: 11em;
    margin-top: 10.26vw;
    margin-right: -2.56vw;
    margin-left: auto;
    font-size: 20px;
    font-size: 2rem;
  }
  .top#top .s-features__cont__product.fourOne .box01 .desc01 {
    margin-bottom: 19.23vw;
    margin-left: 0;
  }
  .top#top .s-features__cont__product.fourOne .box01 .desc02 {
    margin-left: 0;
  }
  .top#top .s-features__cont__product.fourOne .box02 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .top#top .s-features__cont__product.fourOne .box02 .txt {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 7.69vw;
  }
  .top#top .s-features__cont__product.fourOne .box02 .txt__desc {
    margin: 0;
  }
  .top#top .s-features__cont__product.fourOne .box02 .fig {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 7.69vw;
  }
  .top#top .s-features__cont__product.fourOne .box02 .link {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-left: auto;
  }
  .top#top .s-features__cont__product.fourOne .s-features__cont__product__pen {
    top: 6%;
    left: -3.85vw;
  }
  .top#top .s-variation {
    padding: 15.13vw 0 7.69vw;
  }
  .top#top .s-variation .c-inner01 {
    margin: 0;
  }
  .top#top .s-variation__cont {
    row-gap: 5.13vw;
  }
  .top#top .s-variation__cont__txt {
    top: 55.5%;
    width: 82.05vw;
  }
  .top#top .s-special {
    padding: 10.26vw 0 12.82vw;
  }
  .top#top .s-special__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top#top .s-special__cont .fig {
    width: calc(100% + 5.13vw);
    margin: 0 -2.56vw 6.41vw;
  }
  .top#top .s-special__cont .txt {
    width: 100%;
    min-width: none;
    margin-right: 2.56vw;
    margin-left: 5.38vw;
  }
  .top#top .s-special__cont .txt__ttl {
    font-size: 30px;
    font-size: 3rem;
  }
  .top#top .s-special__cont .txt__desc {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .top#top .s-campaign {
    padding: 8.97vw 0;
  }
  .top#top .s-campaign .c-inner01 {
    margin: 0;
  }
  .top#top .s-voice {
    padding: 5.13vw 0 15.38vw;
    background-image: url("../img/voice_bg_sp.jpg");
  }
  .top#top .s-voice__cont__ttl {
    margin-bottom: 1.5em;
    font-size: 20px;
    font-size: 2rem;
  }
  .top#top .s-voice__cont .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 2.56vw 12.82vw;
    gap: 3.33vw 0;
  }
  .top#top .s-voice__cont .list__item {
    width: 100%;
    padding: 5.13vw 7.18vw 6.41vw;
  }
  .top#top .s-voice__cont .list__item .ttl {
    margin-bottom: 0.4em;
    font-size: 32px;
    font-size: 3.2rem;
  }
  .top#top .s-voice__cont .list__item .user {
    margin-bottom: 3.85vw;
  }
  .top#top .s-voice__cont .list__item .user__photo {
    width: 25.64vw;
    margin-right: 2.56vw;
  }
  .top#top .s-voice__cont .list__item .user__name {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .top#top .s-voice__cont .list__item .desc {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .interview#interview .s-head {
    background-image: url("../img/interview/head_bg_sp.jpg");
  }
  .interview#interview .s-head__ttl {
    margin-bottom: 1.4em;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .interview#interview .s-head__lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 7.18vw 4.1vw 7.95vw;
  }
  .interview#interview .s-head__lead .fig {
    width: 100%;
    margin-bottom: 10.26vw;
  }
  .interview#interview .s-head__lead .txt {
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.1;
  }
  .interview#interview .s-article {
    padding-bottom: 30.77vw;
  }
  .interview#interview .s-article .mv {
    width: calc(100% + 9.23vw);
    margin: 0 -4.62vw 5.13vw;
  }
  .interview#interview .s-article__cont.mt {
    margin-top: 25.64vw;
  }
  .interview#interview .s-article__cont .ttl {
    margin-bottom: 1.9em;
    font-size: 20px;
    font-size: 2rem;
  }
  .interview#interview .s-article__cont .ttl .txt {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.7;
  }
  .interview#interview .s-article__cont .lead {
    margin-bottom: 2.4em;
    padding-left: 2.9em;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .interview#interview .s-article__cont .lead::before {
    top: 0.8em;
    width: 2.4em;
  }
  .interview#interview .s-article__cont .desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 3.3em;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .interview#interview .s-article__cont .desc .name {
    width: auto;
  }
  .interview#interview .s-article .mv {
    margin-bottom: 10.26vw;
  }
  .interview#interview .s-article .fig {
    margin: 10.26vw 0;
  }
  .interview#interview .s-article .figbox {
    -webkit-column-gap: 2.56vw;
    -moz-column-gap: 2.56vw;
    column-gap: 2.56vw;
    margin: 10.26vw 0;
  }
  .interview#interview .s-article .caption {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 599px) {
  body {
    margin: 0;
  }
  html {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 374px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 319px) {
  body {
    margin: 0;
  }
}
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__cont .wrap .contact__num {
    pointer-events: none;
  }
}