@charset "UTF-8";
/* ==================================================
[Style]
    1. setting
	2. foundation
	3. Layout
	4. object

================================================== */
/* --------------------------------------------------
	1. setting
-------------------------------------------------- */
/* --------------------------------------------------
	2. foundation
-------------------------------------------------- */
/* reset */
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  overflow: visible; /* 2 */
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border-radius: 0;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button;
          appearance: button; /* 1 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* base */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
  word-break: normal;
  word-wrap: normal;
  overflow-wrap: normal;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  font-style: italic;
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

input,
button,
select,
textarea {
  font: inherit;
  font-size: 1rem;
  color: #333;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* font */
/* --------------------------------------------------
	3. Layout
-------------------------------------------------- */
/* header */
.l-header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 500px) / 2);
  height: 100dvh;
  padding: 0 1.25rem;
}
.l-header__logo {
  display: flex;
  align-items: center;
  width: 17.5695461201vw;
  margin-bottom: 1.317715959vw;
}
.l-header__nav-list {
  display: flex;
  flex-direction: column;
  gap: 1.1713030747vw;
}
.l-header__nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 1.5373352855vw;
}
.l-header__nav-link::before {
  position: absolute;
  top: 0;
  left: -3px;
  width: 1.2591508053vw;
  height: 1.3850658858vw;
  content: "";
  background: url("../images/common/icon_squid.svg") no-repeat center/contain;
  opacity: 0;
  transition: 0.3s linear opacity;
}
.l-header__nav-link img {
  display: block;
  width: inherit;
  height: 1.0980966325vw;
}
.l-header__nav-item.--is-active .l-header__nav-link::before {
  opacity: 1;
}

.l-hum {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 65px;
  height: 65px;
  background-color: #333;
  border: none;
  border-radius: 50%;
}
.l-hum span {
  position: absolute;
  left: 50%;
  display: block;
  width: 32px;
  height: 1px;
  background-color: #eaff3d;
  transition: 0.3s all;
  transform: translateX(-50%) translateY(-50%);
}
.l-hum span:nth-child(1) {
  top: calc(50% - 7px);
}
.l-hum span:nth-child(2) {
  top: calc(50% + 7px);
}
.l-hum.is-active span:nth-child(1) {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.l-hum.is-active span:nth-child(2) {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.l-hum.is-active span:nth-child(3) {
  display: none;
}

@media all and (min-width: 1281px), print {
  .l-header__menu {
    display: block !important;
  }
  .l-header__nav-link:hover::before {
    opacity: 1;
  }
  .l-hum {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  .l-header {
    z-index: 9999;
    width: 100%;
    height: inherit;
  }
  .l-header__logo {
    width: 100%;
    max-width: 300px;
  }
  .l-header__menu {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100dvh;
    overflow: hidden;
    background: rgba(8, 18, 59, 0.95);
  }
  .l-header__menu::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: transparent url("../images/common/bg_rightside.jpg") no-repeat center/cover;
  }
  .l-header__nav-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100dvh;
    gap: 1.5rem;
  }
  .l-header__nav-list {
    gap: 1rem;
  }
  .l-header__nav-link {
    padding-left: 1.3125rem;
  }
  .l-header__nav-link::before {
    width: 1.075rem;
    height: 1.1825rem;
  }
  .l-header__nav-link img {
    height: 0.9375rem;
  }
}
/* footer */
.l-footer {
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.l-footer__container {
  padding-top: 12.2666666667%;
  padding-bottom: 12.8%;
}
.l-footer__logo {
  width: 67.28%;
  margin: 0 auto;
}
.l-footer__copyright {
  width: 100%;
  margin-top: -3%;
}
.l-footer__btn {
  position: relative;
  display: block;
  z-index: 5;
  max-width: 266px;
  margin: 0 auto;
  width: 53.3%;
}
.l-footer__btn a {
  transition: 0.3s;
}
.l-footer__btn a:hover {
  opacity: 0.8;
}

/* main */
.l-all {
  position: relative;
  background: url("../images/common/bg_0.jpg") repeat center;
  background-size: 500px 540px;
}
.l-all__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
}
.l-all__bg::after, .l-all__bg::before {
  position: absolute;
  width: calc((100% - 500px) / 2);
  height: 100dvh;
  content: "";
  background-color: #603BFF;
}
.l-all__bg::before {
  top: 0;
  left: 0;
  background: #603BFF;
}
.l-all__bg::after {
  right: 0;
  bottom: 0;
  background-color: #603BFF;
}

.l-container {
  position: relative;
  z-index: 2;
  max-width: 500px;
  margin: 0 auto;
  overflow: hidden;
}

.l-inner {
  width: 80rem;
  max-width: 100%;
  height: inherit;
  padding: 0 1.25rem;
  margin: 0 auto;
}
.l-inner.--wide {
  width: 90rem;
}
.l-inner.--narrow {
  width: 65rem;
}

.l-section-first {
  margin-top: 7.5rem;
}

@media only screen and (max-width: 767px) {
  .l-inner {
    padding: 0 1.5rem;
  }
}
/* margin */
.l-margin p {
  margin-top: 1rem;
}
.l-margin p:first-child {
  margin-top: 0;
}
.l-margin ul,
.l-margin ol,
.l-margin dl {
  margin-top: 1.5rem;
}
.l-margin ul:first-child,
.l-margin ol:first-child,
.l-margin dl:first-child {
  margin-top: 0;
}
.l-margin .p-table-conteiner,
.l-margin table {
  margin-top: 2rem;
}
.l-margin .p-table-conteiner:first-child,
.l-margin table:first-child {
  margin-top: 0;
}
.l-margin img {
  margin-top: 1.5rem;
}
.l-margin img:first-child {
  margin-top: 0;
}
.l-margin blockquote {
  margin-top: 1.5rem;
}
.l-margin blockquote:first-child {
  margin-top: 0;
}
.l-margin .c-button,
.l-margin .e-button {
  margin-top: 1.5rem;
}
.l-margin .c-button:first-child,
.l-margin .e-button:first-child {
  margin-top: 0;
}
.l-margin .p-box,
.l-margin .e-box {
  margin-top: 1.5rem;
}
.l-margin .p-box:first-child,
.l-margin .e-box:first-child {
  margin-top: 0;
}
.l-margin .p-grid,
.l-margin .e-grid {
  margin-top: 5rem;
}
.l-margin .p-grid:first-child,
.l-margin .e-grid:first-child {
  margin-top: 0;
}
.l-margin .p-grid + .l-margin .p-grid,
.l-margin .p-grid + .l-margin .e-grid,
.l-margin .e-grid + .l-margin .p-grid,
.l-margin .e-grid + .l-margin .e-grid {
  margin-top: 2.5rem;
}
.l-margin .p-grid p,
.l-margin .e-grid p {
  margin-top: 0.5rem;
}
.l-margin h2:not(:first-child) {
  margin-top: 6rem;
}
.l-margin h2 + p {
  margin-top: 3rem;
}
.l-margin h2 + ul {
  margin-top: 3rem;
}
.l-margin h2 + ol {
  margin-top: 3rem;
}
.l-margin h2 + dl {
  margin-top: 3rem;
}
.l-margin h2 + img {
  margin-top: 3rem;
}
.l-margin h2 + table {
  margin-top: 3rem;
}
.l-margin h2 + blockquote {
  margin-top: 3rem;
}
.l-margin h2 + .c-button, .l-margin h2 + .e-button {
  margin-top: 3rem;
}
.l-margin h2 + .p-box, .l-margin h2 + .e-box {
  margin-top: 3rem;
}
.l-margin h2 + .p-grid, .l-margin h2 + .e-grid {
  margin-top: 3rem;
}
.l-margin h3:not(:first-child) {
  margin-top: 5rem;
}
.l-margin h3 + p {
  margin-top: 2rem;
}
.l-margin h3 + ul {
  margin-top: 2rem;
}
.l-margin h3 + ol {
  margin-top: 2rem;
}
.l-margin h3 + dl {
  margin-top: 2rem;
}
.l-margin h3 + img {
  margin-top: 2rem;
}
.l-margin h3 + table {
  margin-top: 2rem;
}
.l-margin h3 + blockquote {
  margin-top: 2rem;
}
.l-margin h3 + .c-button, .l-margin h3 + .e-button {
  margin-top: 2rem;
}
.l-margin h3 + .p-box, .l-margin h3 + .e-box {
  margin-top: 2rem;
}
.l-margin h3 + .p-grid, .l-margin h3 + .e-grid {
  margin-top: 2rem;
}
.l-margin h4:not(:first-child) {
  margin-top: 3.5rem;
}
.l-margin h4 + p {
  margin-top: 1.75rem;
}
.l-margin h4 + ul {
  margin-top: 1.75rem;
}
.l-margin h4 + ol {
  margin-top: 1.75rem;
}
.l-margin h4 + dl {
  margin-top: 1.75rem;
}
.l-margin h4 + img {
  margin-top: 1.75rem;
}
.l-margin h4 + table {
  margin-top: 1.75rem;
}
.l-margin h4 + blockquote {
  margin-top: 1.75rem;
}
.l-margin h4 + .c-button, .l-margin h4 + .e-button {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-box, .l-margin h4 + .e-box {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-grid, .l-margin h4 + .e-grid {
  margin-top: 1.75rem;
}
.l-margin h5:not(:first-child) {
  margin-top: 2.5rem;
}
.l-margin h5 + p {
  margin-top: 1.25rem;
}
.l-margin h5 + ul {
  margin-top: 1.25rem;
}
.l-margin h5 + ol {
  margin-top: 1.25rem;
}
.l-margin h5 + dl {
  margin-top: 1.25rem;
}
.l-margin h5 + img {
  margin-top: 1.25rem;
}
.l-margin h5 + table {
  margin-top: 1.25rem;
}
.l-margin h5 + blockquote {
  margin-top: 1.25rem;
}
.l-margin h5 + .c-button, .l-margin h5 + .e-button {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-box, .l-margin h5 + .e-box {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-grid, .l-margin h5 + .e-grid {
  margin-top: 1.25rem;
}
.l-margin h6:not(:first-child) {
  margin-top: 1.5rem;
}
.l-margin h6 + p {
  margin-top: 1.125rem;
}
.l-margin h6 + ul {
  margin-top: 1.125rem;
}
.l-margin h6 + ol {
  margin-top: 1.125rem;
}
.l-margin h6 + dl {
  margin-top: 1.125rem;
}
.l-margin h6 + img {
  margin-top: 1.125rem;
}
.l-margin h6 + table {
  margin-top: 1.125rem;
}
.l-margin h6 + blockquote {
  margin-top: 1.125rem;
}
.l-margin h6 + .c-button, .l-margin h6 + .e-button {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-box, .l-margin h6 + .e-box {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-grid, .l-margin h6 + .e-grid {
  margin-top: 1.125rem;
}

/* --------------------------------------------------
	4. object
-------------------------------------------------- */
/* component */
.c-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16.25rem;
  min-height: 3.5rem;
  padding: 0 1.25rem;
  font-family: "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border: 0.0625rem solid #d3d3d3;
  border-radius: 999rem;
}
.c-button.--blank::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  content: "BLANK";
}
.c-button.--pdf::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  content: "PDF";
}
@media (hover: hover) {
  .c-button {
    transition: 0.3s linear opacity;
  }
  .c-button:hover {
    opacity: 0.7;
  }
}

.c-heading {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .c-heading {
    font-size: 1.5rem;
  }
}
.c-heading-h1 {
  font-size: 2rem;
}

.c-heading-h2 {
  font-size: 2rem;
}

.c-heading-h3 {
  font-size: 1.75rem;
}

.c-heading-h4 {
  font-size: 1.5rem;
}

.c-heading-h5 {
  font-size: 1.25rem;
}

.c-heading-h6 {
  font-size: 1.125rem;
}

.c-list-dot__item {
  position: relative;
  padding-left: 1em;
  color: #333;
}
.c-list-dot__item + li {
  margin-top: 0.5rem;
}
.c-list-dot__item::before {
  position: absolute;
  top: 0.625em;
  left: 0.5em;
  display: block;
  width: 0.25em;
  height: 0.25em;
  content: "";
  background: #333;
  border-radius: 50%;
}

.c-list-ol {
  list-style: decimal;
  list-style-position: inside;
}
.c-list-ol__item + li {
  margin-top: 0.5rem;
}

.c-list-dl__dt {
  font-weight: bold;
}
.c-list-dl__dd {
  padding-left: 1em;
}

.c-text-link {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  color: #1558d6;
  text-decoration: underline;
}
.c-text-link.--blank::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  content: "BLANK";
}
.c-text-link.--pdf::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  content: "PDF";
}
@media (hover: hover) {
  .c-text-link {
    transition: 0.3s linear opacity;
  }
  .c-text-link:hover {
    opacity: 0.7;
  }
}

.c-text {
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
}
.c-text.--lg {
  font-size: 1.125rem;
}
.c-text.--sm {
  font-size: 0.875rem;
}

/* project */
.p-mainvisual {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.p-mainvisual__img {
  opacity: 0;
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.1s linear;
  transform: translate3d(0, 0, 0) rotate(-6deg) scale(1.5);
}
.p-mainvisual__logo {
  position: absolute;
  top: 1.1%;
  left: 50%;
  width: 67.28%;
  visibility: hidden;
  opacity: 0.8;
  transition: visibility 0s linear 0.58s, transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.58s;
  transform: translateX(-50%) scale(1.3);
}
.p-mainvisual__title {
  position: absolute;
  top: 57.798%;
  left: 0;
  z-index: 2;
  width: 100%;
  visibility: hidden;
  opacity: 0.8;
  transition: visibility 0s linear 0.8s, transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.8s;
  transform: scale(1.3);
}
.p-mainvisual__check {
  position: absolute;
  top: 78.19%;
  z-index: 1;
  width: 100%;
  visibility: hidden;
  transition: visibility 0s linear 0.8s, transform 0.25s cubic-bezier(0.175, 0.885, 0.25, 1.15) 0.8s;
  transform: translateX(100%);
}
.p-mainvisual__scrolling {
  position: absolute;
  top: 39.2%;
  right: 8%;
  z-index: 2;
  width: 16%;
  animation: poyon 1.2s infinite;
}
.p-mainvisual.is-show .p-mainvisual__img {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(0) scale(1);
}
.p-mainvisual.is-show .p-mainvisual__logo {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
.p-mainvisual.is-show .p-mainvisual__title {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.p-mainvisual.is-show .p-mainvisual__check {
  visibility: visible;
  transform: translateX(0);
}

.p-slideshow {
  width: 100%;
}
.p-slideshow__swiper .swiper-wrapper {
  padding: 5% 0;
  transition-timing-function: linear;
}
.p-slideshow__swiper .swiper-slide {
  max-width: 49.6%;
  height: 0;
  padding-top: 35.2%;
  margin-left: 3.735%;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.7);
}
.p-slideshow__swiper .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}

/* pages */
body.index .index-lead {
  position: relative;
  z-index: 1;
  margin-top: 25%;
}
body.index .index-lead__img {
  position: relative;
  z-index: 2;
}
body.index .index-lead__title {
  position: relative;
  z-index: 1;
  margin-top: -10.53%;
}
body.index .index-lead__text01 {
  margin-top: 23.4%;
}
body.index .index-lead__text02 {
  margin-top: 20%;
}
body.index .index-lead__ink1 {
  position: absolute;
  top: -9%;
  left: 45.4%;
  z-index: -1;
  width: 22%;
}
body.index .index-lead__ink2 {
  position: absolute;
  top: 22.6%;
  left: 39%;
  z-index: -1;
  width: 57.6%;
}
body.index .index-lead__ink2 img {
  transform: rotate(27deg);
}
body.index .index-lead__ink3 {
  position: absolute;
  top: 54%;
  right: 72.5%;
  z-index: -1;
  width: 31.8%;
}
body.index .index-lead__ink4 {
  position: absolute;
  top: 78.4%;
  left: 63.1%;
  z-index: -1;
  width: 47.2%;
}
body.index .index-canalsplash {
  position: relative;
  margin-top: 8.3%;
}
body.index .index-canalsplash__bg {
  position: absolute;
  top: 2.75%;
  width: 100%;
}
body.index .index-canalsplash__character {
  position: absolute;
  top: -5%;
  left: 59.2%;
  z-index: 2;
  width: 38.67%;
}
body.index .index-canalsplash__ink1 {
  position: absolute;
  top: -16.2%;
  right: 58.2%;
  z-index: 1;
  width: 63%;
}
body.index .index-canalsplash__ink1 img {
  transform: rotate(18deg);
}
body.index .index-canalsplash__ink2 {
  position: absolute;
  top: 9.2%;
  left: 61.4%;
  z-index: 1;
  width: 48.6%;
}
body.index .index-canalsplash__ink2 img {
  transform: rotate(9deg);
}
body.index .index-canalsplash__content {
  position: relative;
  z-index: 2;
}
body.index .index-canalsplash__num {
  width: 21.335%;
}
body.index .index-canalsplash__title {
  width: 58.67%;
  margin-top: -8%;
  margin-left: 9.71%;
}
body.index .index-canalsplash__date {
  width: 64%;
  margin-top: 0.5%;
  margin-left: 9.77%;
}
body.index .index-canalsplash__text {
  margin-top: 0.4%;
}
body.index .index-canalsplash__wetcoupon {
  position: relative;
  z-index: 3;
  width: 69.4%;
  margin: -2% 0 0 9.95%;
}
body.index .index-canalsplash__button {
  position: relative;
  display: block;
  width: 46.7%;
  margin: -10% 0 0 24.4%;
  z-index: 4;
}
body.index .index-funsuishow {
  position: relative;
  margin-top: -1.8%;
}
body.index .index-funsuishow__bg {
  position: absolute;
  top: 4.4%;
  width: 100%;
}
body.index .index-funsuishow__ink1 {
  position: absolute;
  top: -3.1%;
  right: 70%;
  z-index: 1;
  width: 32.27%;
}
body.index .index-funsuishow__ink2 {
  position: absolute;
  top: -30.2%;
  left: 50.4%;
  z-index: 1;
  width: 82.67%;
}
body.index .index-funsuishow__ink2 img {
  transform: rotate(6deg);
}
body.index .index-funsuishow__ink3 {
  position: absolute;
  top: 48.6%;
  left: 78%;
  width: 17.335%;
}
body.index .index-funsuishow__ink3 img {
  transform: rotate(-16deg);
}
body.index .index-funsuishow__ink4 {
  position: absolute;
  top: 82.8%;
  left: 66.9%;
  z-index: -2;
  width: 36.5%;
}
body.index .index-funsuishow__ink4 img {
  transform: rotate(163deg);
}
body.index .index-funsuishow__content {
  position: relative;
  z-index: 2;
}
body.index .index-funsuishow__num {
  width: 21.335%;
  margin-left: auto;
}
body.index .index-funsuishow__title {
  width: 66.67%;
  margin: -9% 0 0 26.71%;
}
body.index .index-funsuishow__date {
  width: 64%;
  margin-left: 27.2%;
}
body.index .index-funsuishow__text {
  margin-top: 0;
}
body.index .index-funsuishow__character01, body.index .index-funsuishow__character02 {
  position: absolute;
  left: 0;
  z-index: 3;
  width: 32%;
}
body.index .index-funsuishow__character01 {
  top: 6%;
  left: -1.5%;
}
body.index .index-funsuishow__character02 {
  top: 46.7%;
}
body.index .index-popup {
  position: relative;
  margin-top: 15.9%;
}
body.index .index-popup__bg {
  position: absolute;
  top: -6%;
  width: 100%;
}
body.index .index-popup__ink1 {
  position: absolute;
  top: -22.6%;
  right: 63.7%;
  z-index: 1;
  width: 50.4%;
}
body.index .index-popup__ink1 img {
  transform: rotate(-5deg);
}
body.index .index-popup__ink2 {
  position: absolute;
  top: 15.7%;
  left: 66%;
  z-index: 1;
  width: 43.2%;
}
body.index .index-popup__ink2 img {
  transform: rotate(38deg);
}
body.index .index-popup__content {
  position: relative;
  z-index: 2;
}
body.index .index-popup__num {
  width: 21.335%;
}
body.index .index-popup__title02 {
  position: relative;
  z-index: 2;
  width: 44%;
  margin: -15.5% 0 0 19.5%;
}
body.index .index-popup__date {
  width: 61.335%;
  margin-left: 10.5%;
}
body.index .index-popup__text {
  margin-top: 1.5%;
}
body.index .index-popup__character {
  position: absolute;
  top: 41.7%;
  right: 4.5%;
  z-index: 2;
  width: 30.135%;
}
body.index .index-sign {
  position: relative;
  margin-top: 14%;
}
body.index .index-sign__bg {
  position: absolute;
  top: 5.3%;
  width: 100%;
}
body.index .index-sign__ink1 {
  position: absolute;
  top: -9.1%;
  right: 64.8%;
  z-index: 1;
  width: 43.39%;
}
body.index .index-sign__ink1 img {
  transform: rotate(135deg);
}
body.index .index-sign__ink2 {
  position: absolute;
  top: -28.1%;
  left: 53.9%;
  z-index: 1;
  width: 58.4%;
}
body.index .index-sign__ink2 img {
  transform: rotate(28deg);
}
body.index .index-sign__ink3 {
  position: absolute;
  top: 101%;
  left: 59%;
  z-index: 1;
  width: 34.4%;
}
body.index .index-sign__content {
  position: relative;
  z-index: 2;
}
body.index .index-sign__num {
  position: relative;
  z-index: 2;
  width: 21.335%;
  margin-left: auto;
}
body.index .index-sign__title {
  width: 66.67%;
  margin: -7.7% 0 0 23.5%;
}
body.index .index-sign__date {
  width: 66.67%;
  margin-top: -3%;
  margin-left: 22.7%;
}
body.index .index-sign__text {
  margin-top: -1%;
}
body.index .index-sign__character {
  position: absolute;
  top: 21%;
  right: 62%;
  z-index: 2;
  width: 52.27%;
}
body.index .index-sign .index-stamp__character {
  position: absolute;
  top: 100%;
  left: 23%;
  z-index: 1;
  width: 61.335%;
}
body.index .index-stamp {
  position: relative;
  margin-top: 10.17%;
}
body.index .index-stamp__bg {
  position: absolute;
  top: 5%;
  z-index: 1;
  width: 100%;
}
body.index .index-stamp__ink1 {
  position: absolute;
  top: -18.9%;
  right: 63.8%;
  z-index: 1;
  width: 44%;
}
body.index .index-stamp__ink1 img {
  transform: rotate(11deg);
}
body.index .index-stamp__ink2 {
  position: absolute;
  top: -11%;
  left: 69%;
  width: 32.27%;
}
body.index .index-stamp__ink2 img {
  transform: rotate(184deg);
}
body.index .index-stamp__ink3 {
  position: absolute;
  top: 57.5%;
  left: 68.5%;
  z-index: -1;
  width: 24.9%;
}
body.index .index-stamp__ink3 img {
  transform: rotate(-40deg);
}
body.index .index-stamp__ink4 {
  position: absolute;
  top: 78.2%;
  left: 64%;
  z-index: 1;
  width: 16.27%;
}
body.index .index-stamp__ink4 img {
  transform: rotate(21deg);
}
body.index .index-stamp__content {
  position: relative;
  z-index: 2;
}
body.index .index-stamp__num {
  position: relative;
  z-index: 2;
  width: 21.335%;
}
body.index .index-stamp__title {
  position: relative;
  z-index: 2;
  width: 61.335%;
  margin: -2.5% 0 0 8.5%;
}
body.index .index-stamp__date {
  width: 61.335%;
  margin-left: 9.5%;
}
body.index .index-stamp__text {
  margin-top: 0.5%;
}
body.index .index-stamp__character {
  position: absolute;
  top: -13.2%;
  left: 39.3%;
  z-index: 1;
  width: 61.335%;
}
body.index .index-andmore {
  position: relative;
  margin-top: 46%;
}
body.index .index-andmore__bg {
  position: absolute;
  top: 23.5%;
  z-index: 1;
  width: 100%;
}
body.index .index-andmore__ink1 {
  position: absolute;
  top: -17.4%;
  right: 56.7%;
  z-index: 1;
  width: 42.4%;
}
body.index .index-andmore__ink2 {
  position: absolute;
  top: -14.3%;
  left: 62.4%;
  z-index: 3;
  width: 54.935%;
}
body.index .index-andmore__ink2 img {
  transform: rotate(278deg);
}
body.index .index-andmore__ink3 {
  position: absolute;
  top: 76.3%;
  left: 2.5%;
  z-index: 3;
  width: 28.8%;
}
body.index .index-andmore__button {
  position: relative;
  left: 50%;
  z-index: 2;
  width: 56%;
  transform: translateX(-50%);
}
body.index .index-andmore .p-slideshow {
  position: relative;
  z-index: 2;
  margin-top: 13%;
}
body.index .index-comingsoon {
  position: relative;
  z-index: 2;
  padding-bottom: 45.3333333333%;
  margin-top: -3%;
}
body.index .index-comingsoon__text {
  position: absolute;
  top: 35%;
  left: 51.3%;
  z-index: 2;
  width: 45.335%;
  transform: translateX(-50%);
}
body.index .index-comingsoon__text02 {
  position: absolute;
  top: 94%;
  left: 0;
  z-index: 2;
}
body.index .index-comingsoon__character01 {
  position: absolute;
  top: 28%;
  left: 0;
  z-index: 3;
  width: 71.145%;
}
body.index .index-comingsoon__character02 {
  position: absolute;
  top: 53.7%;
  right: 1%;
  z-index: 3;
  width: 42.67%;
}

/* utility */
.u-asterisk {
  padding-left: 1em;
  text-indent: -1em;
}

.u-hover {
  transition: 0.3s all;
}
.u-hover:hover {
  opacity: 0.7;
}
.u-hover img {
  transition: 0.3s all;
}
.u-hover img:hover {
  opacity: 0.7;
}

@media all and (min-width: 768px), print {
  .u-hidden-pc {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}
.u-nolink {
  pointer-events: none;
}

.u-mt-1 {
  margin-top: 0.5rem;
}

.u-mt-2 {
  margin-top: 1rem;
}

.u-mt-3 {
  margin-top: 1.5rem;
}

.u-mt-4 {
  margin-top: 2rem;
}

.u-mt-5 {
  margin-top: 2.5rem;
}

.u-mt-6 {
  margin-top: 3rem;
}

.u-mt-7 {
  margin-top: 3.5rem;
}

.u-mt-8 {
  margin-top: 4rem;
}

.u-mt-9 {
  margin-top: 4.5rem;
}

.u-mt-10 {
  margin-top: 5rem;
}

.u-mt-11 {
  margin-top: 5.5rem;
}

.u-mt-12 {
  margin-top: 6rem;
}

.u-mt-13 {
  margin-top: 6.5rem;
}

.u-mt-14 {
  margin-top: 7rem;
}

.u-mt-15 {
  margin-top: 7.5rem;
}

.u-mt-16 {
  margin-top: 8rem;
}

.u-mt-17 {
  margin-top: 8.5rem;
}

.u-mt-18 {
  margin-top: 9rem;
}

.u-mt-19 {
  margin-top: 9.5rem;
}

.u-mt-20 {
  margin-top: 10rem;
}

.u-mt-21 {
  margin-top: 10.5rem;
}

.u-mt-22 {
  margin-top: 11rem;
}

.u-mt-23 {
  margin-top: 11.5rem;
}

.u-mt-24 {
  margin-top: 12rem;
}

.u-mt-25 {
  margin-top: 12.5rem;
}

@media only screen and (max-width: 767px) {
  .u-mt-1-sp {
    margin-top: 0.5rem;
  }
  .u-mt-2-sp {
    margin-top: 1rem;
  }
  .u-mt-3-sp {
    margin-top: 1.5rem;
  }
  .u-mt-4-sp {
    margin-top: 2rem;
  }
  .u-mt-5-sp {
    margin-top: 2.5rem;
  }
  .u-mt-6-sp {
    margin-top: 3rem;
  }
  .u-mt-7-sp {
    margin-top: 3.5rem;
  }
  .u-mt-8-sp {
    margin-top: 4rem;
  }
  .u-mt-9-sp {
    margin-top: 4.5rem;
  }
  .u-mt-10-sp {
    margin-top: 5rem;
  }
  .u-mt-11-sp {
    margin-top: 5.5rem;
  }
  .u-mt-12-sp {
    margin-top: 6rem;
  }
  .u-mt-13-sp {
    margin-top: 6.5rem;
  }
  .u-mt-14-sp {
    margin-top: 7rem;
  }
  .u-mt-15-sp {
    margin-top: 7.5rem;
  }
  .u-mt-16-sp {
    margin-top: 8rem;
  }
  .u-mt-17-sp {
    margin-top: 8.5rem;
  }
  .u-mt-18-sp {
    margin-top: 9rem;
  }
  .u-mt-19-sp {
    margin-top: 9.5rem;
  }
  .u-mt-20-sp {
    margin-top: 10rem;
  }
  .u-mt-21-sp {
    margin-top: 10.5rem;
  }
  .u-mt-22-sp {
    margin-top: 11rem;
  }
  .u-mt-23-sp {
    margin-top: 11.5rem;
  }
  .u-mt-24-sp {
    margin-top: 12rem;
  }
  .u-mt-25-sp {
    margin-top: 12.5rem;
  }
}
.u-text-center {
  text-align: center;
}

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

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

@media all and (min-width: 768px), print {
  .u-text-center-pc {
    text-align: center;
  }
  .u-text-left-pc {
    text-align: left;
  }
  .u-text-right-pc {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .u-text-center-sp {
    text-align: center;
  }
  .u-text-left-sp {
    text-align: left;
  }
  .u-text-right-sp {
    text-align: right;
  }
}
/* js */
.js-scroll-trigger.is-active.--delay02 {
  transition-delay: 0.2s;
}
.js-scroll-trigger.is-active.--delay04 {
  transition-delay: 0.4s;
}
.js-scroll-trigger.is-active.--delay06 {
  transition-delay: 0.6s;
}
.js-scroll-trigger.is-active.--delay08 {
  transition-delay: 0.8s;
}
.js-scroll-trigger.is-active.--delay10 {
  transition-delay: 1s;
}

.js-fadein {
  opacity: 0;
  transition: opacity 0.4s ease-out, transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: scale(1.15);
}
.js-fadein.is-active {
  opacity: 1;
  transform: scale(1);
}

.js-fadeup {
  opacity: 0;
  transform: translateY(15px);
}
.js-fadeup.is-active {
  opacity: 1;
  transition: 0.3s;
  transform: translateY(0);
}

.js-fadeleft {
  opacity: 0;
  transition: 0.3s all;
  transform: translateX(-100px);
}
.js-fadeleft.is-active {
  opacity: 1;
  transform: translateX(0);
}

.js-faderight {
  opacity: 0;
  transition: 0.3s all;
  transform: translateX(100px);
}
.js-faderight.is-active {
  opacity: 1;
  transform: translateX(0);
}

@keyframes poyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}