@-webkit-keyframes text_anime_on {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 30%);
            transform: translate(0, 30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes text_anime_on {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 30%);
            transform: translate(0, 30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    pointer-events: none;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    pointer-events: none;
  }
}
@-webkit-keyframes barAnime {
  0% {
    top: -300px;
  }
  100% {
    top: 200px;
  }
}
@keyframes barAnime {
  0% {
    top: -300px;
  }
  100% {
    top: 200px;
  }
}
@-webkit-keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@-webkit-keyframes infinity-scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
	 ========================================================================== */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
	 ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  /* 1 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  /* 1 */
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

/**
 * 1. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  padding: 0; /* 1 */
}

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

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

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

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

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

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

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

/* Table
	 ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

.wysiwyg {
  font-size: inherit;
  line-height: 1.8;
  word-break: break-all;
}
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  font-weight: bold;
}
.wysiwyg h1 {
  font-size: 200%;
}
.wysiwyg h2 {
  font-size: 180%;
}
.wysiwyg h3 {
  font-size: 160%;
}
.wysiwyg h4 {
  font-size: 140%;
}
.wysiwyg h5 {
  font-size: 120%;
}
.wysiwyg h6 {
  font-size: 100%;
}
.wysiwyg img {
  max-width: 100%;
  height: auto;
}
.wysiwyg a {
  text-decoration: underline;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .wysiwyg a:hover {
    color: #E94709;
  }
}
.wysiwyg strong,
.wysiwyg b {
  font-weight: bold;
}
.wysiwyg em {
  font-style: italic;
}
.wysiwyg sup {
  vertical-align: super;
  font-size: smaller;
}
.wysiwyg sub {
  vertical-align: sub;
  font-size: smaller;
}
.wysiwyg code {
  display: block;
  padding: 20px;
  background: #eee;
}
.wysiwyg ul,
.wysiwyg ol {
  padding-left: 1.5em;
}
.wysiwyg ul {
  list-style: disc;
}
.wysiwyg ol {
  list-style: decimal;
}
.wysiwyg table {
  width: 100% !important;
  border-collapse: collapse;
  font-size: inherit;
}
.wysiwyg table th,
.wysiwyg table td {
  padding: 5px;
  border: 1px solid #ccc;
  text-align: left;
}
.wysiwyg table th {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .wysiwyg .table-wrap {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .wysiwyg .table-wrap::-webkit-scrollbar {
    height: 15px;
  }
  .wysiwyg .table-wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .wysiwyg .table-wrap::-webkit-scrollbar-thumb {
    background: #bbb;
  }
}

/* ====================================
reset
==================================== */
/* ====================================
wysiwyg
==================================== */
/* ====================================
common style
==================================== */
:root {
  --scrollbar: 0;
}

* {
  box-sizing: border-box;
  word-break: break-all;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 769px) {
  a {
    transition: all 0.3s;
  }
  a:hover {
    opacity: 0.6;
  }
}

@media (max-width: 768px) {
  .pc-visible {
    display: none;
  }
}

.sp-visible {
  display: none;
}
@media (max-width: 768px) {
  .sp-visible {
    display: block;
  }
}

/* ====================================
common parts
==================================== */
body {
  opacity: 0;
  position: relative;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.7;
  font-size: 1.1713030747vw;
}
body.show {
  opacity: 1;
  transition: opacity 0.5s;
}

.c-logo-pc {
  position: absolute;
  left: 8.8579795022vw;
  top: 2.2693997072vw;
  width: 15.2459736457vw;
  aspect-ratio: 173/32;
  z-index: 400;
  line-height: 0;
}
@media (max-width: 768px) {
  .c-logo-pc {
    display: none;
  }
}
.c-logo-pc svg {
  width: 100%;
  height: 100%;
}

.c-header {
  position: fixed;
  z-index: 1000;
}
.c-header__title {
  position: fixed;
  left: 8.8579795022vw;
  top: 2.2693997072vw;
  z-index: 400;
  line-height: 0;
}
@media (min-width: 769px) {
  .c-header__title {
    display: none;
  }
}
@media (max-width: 768px) {
  .c-header__title {
    left: 4vw;
    top: 4vw;
  }
}
.c-header__title .logo {
  width: 15.2459736457vw;
  aspect-ratio: 173/32;
}
@media (max-width: 768px) {
  .c-header__title .logo {
    width: 28.6426666667vw;
  }
}
.c-header__bar {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 300;
  width: 6.6617862372vw;
  height: 100vh;
  background: #fff;
  border-right: 2px solid #E8E8E8;
}
@media (max-width: 768px) {
  .c-header__bar {
    width: 100%;
    height: 13.3333333333vw;
    border-right: none;
    border-bottom: 1px solid #E8E8E8;
  }
}
.c-header__bar__menubtn {
  position: absolute;
}
@media (min-width: 769px) {
  .c-header__bar__menubtn {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (max-width: 768px) {
  .c-header__bar__menubtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 19.0666666667vw;
    right: 4vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.c-header__bar__menubtn__txt {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 0.878477306vw;
  text-align: center;
}
@media (max-width: 768px) {
  .c-header__bar__menubtn__txt {
    font-size: 3.2vw;
  }
}
.c-header__bar__menubtn__elm {
  position: relative;
  width: 2.3426061493vw;
  height: 10px;
  margin-top: 0.5856515373vw;
}
@media (max-width: 768px) {
  .c-header__bar__menubtn__elm {
    width: 8.5333333333vw;
    height: 2.6666666667vw;
    margin-top: 0;
  }
}
.c-header__bar__menubtn__elm .bar {
  position: absolute;
  left: 0;
  display: block;
  height: 2px;
  background: #000;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .c-header__bar__menubtn__elm .bar {
    height: 0.5333333333vw;
  }
}
.c-header__bar__menubtn__elm .bar--1 {
  top: 0;
  width: 100%;
}
.c-header__bar__menubtn__elm .bar--2 {
  bottom: 0;
  width: 1.756954612vw;
}
@media (max-width: 768px) {
  .c-header__bar__menubtn__elm .bar--2 {
    width: 6.4vw;
  }
}
.c-header__menu {
  position: fixed;
  top: 0;
  left: 6.6617862372vw;
  width: 100%;
  height: 100vh;
  z-index: 200;
  pointer-events: none;
}
@media (max-width: 768px) {
  .c-header__menu {
    top: 13.3333333333vw;
    left: 0;
    height: calc(100vh - 13.3333333333vw);
  }
}
.c-header__menu__bg {
  position: fixed;
  top: 0;
  left: 6.6617862372vw;
  z-index: 210;
  width: calc(100% - 6.6617862372vw);
  height: 100vh;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  transition: all 0.3s;
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 768px) {
  .c-header__menu__bg {
    top: 13.3333333333vw;
    left: 0;
    width: 100%;
    height: calc(100vh - 13.3333333333vw);
  }
}
.c-header__menu__main {
  position: fixed;
  top: 0;
  left: 6.6617862372vw;
  z-index: 220;
  width: 44.5827232796vw;
  height: 100vh;
  padding: 8.345534407vw 0 0;
  background: #fff;
  overflow-y: auto;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 768px) {
  .c-header__menu__main {
    top: 13.3333333333vw;
    left: 0;
    width: 100%;
    height: calc(100vh - 13.3333333333vw);
    padding: 3.7333333333vw 0 0;
  }
}
.c-header__menu__main .c-logo-pc {
  left: 2.196193265vw;
  top: 2.2693997072vw;
}
.c-header__menu__main__sec {
  padding: 1.756954612vw 5.4172767204vw;
}
@media (max-width: 768px) {
  .c-header__menu__main__sec {
    padding: 6.4vw 7.2vw;
  }
}
.c-header__menu__main__sec:nth-of-type(n+2) {
  border-top: 1px solid #E8E8E8;
}
.c-header__menu__main__sec--1 {
  padding-top: 0;
}
@media (min-width: 769px) {
  .c-header__menu__main__sec--3 {
    padding-top: 2.196193265vw;
    padding-bottom: 2.196193265vw;
  }
}
.c-header__menu__main__sec__title {
  font-size: 1.1713030747vw;
  font-weight: 500;
}
@media (max-width: 768px) {
  .c-header__menu__main__sec__title {
    font-size: 4.2666666667vw;
  }
}
.c-header__menu__main__sec .c-menu-nav__list > li:nth-child(n+2) {
  margin-top: 1.6105417277vw;
}
@media (max-width: 768px) {
  .c-header__menu__main__sec .c-menu-nav__list > li:nth-child(n+2) {
    margin-top: 5.8666666667vw;
  }
}
.c-header__menu__main__sec .c-menu-nav__list > li > a {
  display: flex;
  align-items: center;
}
.c-header__menu__main__sec .c-menu-nav__list > li > a .txt-en {
  font-family: "Oswald", sans-serif;
  font-size: 2.196193265vw;
  line-height: 1.8333333333;
}
@media (max-width: 768px) {
  .c-header__menu__main__sec .c-menu-nav__list > li > a .txt-en {
    font-size: 8vw;
  }
}
.c-header__menu__main__sec .c-menu-nav__list > li > a .txt-ja {
  margin-left: 1.1713030747vw;
  color: #7d7d7d;
  font-size: 0.878477306vw;
  line-height: 4.5833333333;
}
@media (max-width: 768px) {
  .c-header__menu__main__sec .c-menu-nav__list > li > a .txt-ja {
    margin-left: 4.2666666667vw;
    font-size: 3.2vw;
  }
}
.c-header__menu__main__sec .c-menu-nav .c-menu-nav-child {
  margin-top: 1.2445095168vw;
}
@media (max-width: 768px) {
  .c-header__menu__main__sec .c-menu-nav .c-menu-nav-child {
    margin-top: 4.5333333333vw;
  }
}
.c-header__menu__main__sec .c-menu-nav .c-menu-nav-child > li {
  position: relative;
  display: flex;
}
.c-header__menu__main__sec .c-menu-nav .c-menu-nav-child > li:nth-child(n+2) {
  margin-top: 1.1713030747vw;
}
@media (max-width: 768px) {
  .c-header__menu__main__sec .c-menu-nav .c-menu-nav-child > li:nth-child(n+2) {
    margin-top: 4.2666666667vw;
  }
}
.c-header__menu__main__sec .c-menu-nav .c-menu-nav-child > li::before {
  content: "";
  display: block;
  position: relative;
  left: 0;
  top: 0.5124450952vw;
  width: 0.7320644217vw;
  height: 0.1464128843vw;
  min-height: 2px;
  background: #7D7D7D;
}
@media (max-width: 768px) {
  .c-header__menu__main__sec .c-menu-nav .c-menu-nav-child > li::before {
    top: 1.8666666667vw;
    width: 2.6666666667vw;
    height: 0.5333333333vw;
  }
}
.c-header__menu__main__sec .c-menu-nav .c-menu-nav-child > li > a {
  position: relative;
  margin-left: 0.9516837482vw;
  font-size: 0.9516837482vw;
  line-height: 1.5384615385;
  flex: 1;
}
@media (max-width: 768px) {
  .c-header__menu__main__sec .c-menu-nav .c-menu-nav-child > li > a {
    margin-left: 3.4666666667vw;
    font-size: 3.4666666667vw;
  }
}
.c-header__menu__main__sec .c-menu-taglist {
  display: flex;
  flex-wrap: wrap;
  margin: 1.0980966325vw -0.3660322108vw 0;
}
@media (max-width: 768px) {
  .c-header__menu__main__sec .c-menu-taglist {
    margin: 4vw -1.3333333333vw 0;
  }
}
.c-header__menu__main__sec .c-menu-taglist li {
  margin: 0.3660322108vw;
}
@media (max-width: 768px) {
  .c-header__menu__main__sec .c-menu-taglist li {
    margin: 1.3333333333vw;
  }
}
.c-header__menu__main__sec .c-menu-taglist li .c-taglink {
  color: #000;
}
.c-header__menu__main__sec .c-header-otherlink {
  display: flex;
  flex-wrap: wrap;
}
.c-header__menu__main__sec .c-header-otherlink li {
  width: 50%;
}
.c-header__menu__main__sec .c-header-otherlink li:nth-child(n+3) {
  margin-top: 1.0248901903vw;
}
@media (max-width: 768px) {
  .c-header__menu__main__sec .c-header-otherlink li:nth-child(n+3) {
    margin-top: 3.7333333333vw;
  }
}
.c-header__menu__main__sec .c-header-otherlink li a {
  font-size: 0.9516837482vw;
}
@media (max-width: 768px) {
  .c-header__menu__main__sec .c-header-otherlink li a {
    font-size: 3.4666666667vw;
  }
}
.c-header__menu__main__sec .c-header-corplink {
  font-size: 0.9516837482vw;
  font-weight: 700;
}
@media (max-width: 768px) {
  .c-header__menu__main__sec .c-header-corplink {
    font-size: 3.4666666667vw;
  }
}
.c-header__menu__main__sec .c-viewmore-wrapper {
  margin: 1.4641288433vw 0 0;
}
@media (max-width: 768px) {
  .c-header__menu__main__sec .c-viewmore-wrapper {
    margin: 5.3333333333vw 0 0;
  }
}
.c-header.open .c-header__menu, .c-header.open .c-header__menu__bg, .c-header.open .c-header__menu__main {
  pointer-events: initial;
  opacity: 1;
}
.c-header.open .c-header__bar__menubtn__elm .bar--1 {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(15deg);
          transform: translateY(-50%) rotate(15deg);
}
.c-header.open .c-header__bar__menubtn__elm .bar--2 {
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-15deg);
          transform: translateY(-50%) rotate(-15deg);
}

.c-pagetop {
  display: inline-block;
  position: fixed;
  right: 1.1713030747vw;
  bottom: 1.1713030747vw;
  z-index: 20;
}

.c-footer {
  position: relative;
  z-index: 10;
  margin-left: 6.6617862372vw;
  background: #fff;
}
@media (max-width: 768px) {
  .c-footer {
    margin-left: 0;
  }
}
.c-footer__toplink {
  padding: 4.39238653vw 0;
  border-bottom: 2px solid #F1F1F1;
}
@media (max-width: 768px) {
  .c-footer__toplink {
    padding: 8vw 0;
  }
}
.c-footer__toplink a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 12.298682284vw;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .c-footer__toplink a {
    width: 44.8vw;
  }
}
.c-footer__toplink a .c-arr1 {
  width: 4.6852122987vw;
}
@media (max-width: 768px) {
  .c-footer__toplink a .c-arr1 {
    width: 17.0666666667vw;
  }
}
.c-footer__toplink a .link-text {
  font-family: "Oswald", sans-serif;
  font-size: 1.4641288433vw;
  font-weight: 300;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .c-footer__toplink a .link-text {
    font-size: 5.3333333333vw;
  }
}
.c-footer__bnr {
  padding: 5.8565153734vw 0 0;
}
@media (max-width: 768px) {
  .c-footer__bnr {
    padding: 6.8vw 7.2vw 0;
  }
}
.c-footer__bnr-in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 70.2781844802vw;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .c-footer__bnr-in {
    flex-direction: column;
    width: auto;
  }
}
@media (min-width: 769px) {
  .c-footer__bnr-in a {
    width: 32.5036603221vw;
  }
  .c-footer__bnr-in a:nth-child(n+3) {
    margin-top: 2.9282576867vw;
  }
}
@media (max-width: 768px) {
  .c-footer__bnr-in a:nth-child(n+2) {
    margin-top: 2.6666666667vw;
  }
}
.c-footer__bottom {
  margin-top: 6.7349926794vw;
}
@media (max-width: 768px) {
  .c-footer__bottom {
    margin-top: 8vw;
  }
}
.c-footer__bottom__logo {
  display: block;
  width: 15.8857979502vw;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .c-footer__bottom__logo {
    width: 31.2vw;
  }
}
.c-footer__bottom__nav {
  margin: 0.878477306vw auto 0;
  padding: 4.39238653vw 1.4641288433vw;
  background: #333;
}
@media (max-width: 768px) {
  .c-footer__bottom__nav {
    margin: 5.3333333333vw auto 0;
    padding: 0;
  }
}
@media (min-width: 769px) {
  .c-footer__bottom__nav__list {
    width: 54.1727672035vw;
    margin: 0 0 0 21.6691068814vw;
    display: flex;
    flex-wrap: wrap;
  }
  .c-footer__bottom__nav__list li {
    width: 16.2518301611vw;
  }
  .c-footer__bottom__nav__list li:nth-child(3n+1) {
    width: 21.6691068814vw;
  }
  .c-footer__bottom__nav__list li:nth-child(n+4) {
    margin-top: 2.9282576867vw;
  }
  .c-footer__bottom__nav__list li.w-auto {
    width: auto;
  }
  .c-footer__bottom__nav__list li a {
    display: inline-block;
    border-bottom: 3px solid #AC1757;
    color: #fff;
    font-size: 1.1713030747vw;
    font-weight: 500;
    line-height: 1.75;
  }
}
@media (max-width: 768px) {
  .c-footer__bottom__nav__list {
    display: flex;
    flex-wrap: wrap;
  }
  .c-footer__bottom__nav__list li {
    width: calc((100% - 2px) / 3);
    border-bottom: 1px solid #fff;
  }
  .c-footer__bottom__nav__list li:not(:nth-child(3n+3)) {
    border-right: 1px solid #fff;
  }
  .c-footer__bottom__nav__list li a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 1.8666666667vw 1.3333333333vw;
    color: #fff;
    font-size: 2.9333333333vw;
    font-weight: 500;
    line-height: 1.75;
  }
}
.c-footer__bottom__copy {
  padding: 0.7320644217vw;
  background: #AC1757;
  color: #fff;
  font-size: 1.0248901903vw;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .c-footer__bottom__copy {
    padding: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}

.c-viewmore-wrapper {
  display: flex;
}
.c-viewmore-wrapper--r {
  justify-content: flex-end;
}

.c-viewmore {
  display: inline-flex;
  align-items: center;
}
.c-viewmore__txt {
  margin-right: 1.1713030747vw;
  font-family: "Oswald", sans-serif;
  font-size: 1.1713030747vw;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media (max-width: 768px) {
  .c-viewmore__txt {
    margin-right: 4.2666666667vw;
    font-size: 4.2666666667vw;
  }
}

.c-taglink {
  display: inline-block;
  padding: 0.3660322108vw 1.2445095168vw;
  border: 1px solid;
  border-radius: 999px;
  color: #FD6565;
  font-size: 1.0248901903vw;
}
@media (max-width: 768px) {
  .c-taglink {
    padding: 1.3333333333vw 4.5333333333vw;
    font-size: 3.2vw;
  }
}

.c-linkbox {
  display: flex;
  justify-content: center;
  padding: 4.39238653vw 0;
  border-bottom: 2px solid #F1F1F1;
}
@media (max-width: 768px) {
  .c-linkbox {
    padding: 8vw 0;
  }
}
.c-linkbox a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.c-linkbox a .c-arr1 {
  width: 4.6852122987vw;
  margin-right: 1.756954612vw;
}
@media (max-width: 768px) {
  .c-linkbox a .c-arr1 {
    width: 17.0666666667vw;
    margin-right: 6.4vw;
  }
}
.c-linkbox a .link-text {
  font-family: "Oswald", sans-serif;
  font-size: 1.4641288433vw;
  font-weight: 300;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .c-linkbox a .link-text {
    font-size: 5.3333333333vw;
  }
}

.c-arr1 {
  position: relative;
  display: inline-block;
  width: 3.2942898975vw;
  aspect-ratio: 1/1;
  border: 2px solid;
  color: #000;
  border-radius: 999px;
}
@media (max-width: 768px) {
  .c-arr1 {
    width: 8.8vw;
  }
}
.c-arr1::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20%;
  aspect-ratio: 1/1;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: translate(-62%, -50%) rotate(45deg);
          transform: translate(-62%, -50%) rotate(45deg);
}
@media (max-width: 768px) {
  .c-arr1::after {
    width: 18.1818181818%;
  }
}
.c-arr1--l {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-arr1--u {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.c-arr1--d {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-breadcrumbs li {
  display: flex;
  align-items: center;
  position: relative;
  color: #959595;
  font-size: 1.0248901903vw;
}
@media (max-width: 768px) {
  .c-breadcrumbs li {
    font-size: 2.9333333333vw;
  }
}
.c-breadcrumbs li:nth-child(n+2)::before {
  content: "";
  display: block;
  width: 0.439238653vw;
  margin: 0 1.1713030747vw;
  aspect-ratio: 1/1;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 768px) {
  .c-breadcrumbs li:nth-child(n+2)::before {
    width: 1.6vw;
    margin: 0 4.2666666667vw;
  }
}
.c-breadcrumbs li a {
  color: #000;
}

.c-pager {
  display: flex;
  justify-content: center;
  margin: 5.8565153734vw 0 0;
}
@media (max-width: 768px) {
  .c-pager {
    margin: 5.8565153734vw 0 0;
  }
}
.c-pager-in {
  position: relative;
  padding: 0 3.7335285505vw;
}
@media (max-width: 768px) {
  .c-pager-in {
    padding: 0 13.6vw;
  }
}
.c-pager__nav {
  position: absolute;
  top: -0.439238653vw;
  width: 2.5622254758vw;
}
@media (max-width: 768px) {
  .c-pager__nav {
    top: -1.6vw;
    width: 9.3333333333vw;
  }
}
.c-pager__nav i {
  width: 100%;
}
.c-pager__nav--prev {
  left: 0;
}
.c-pager__nav--next {
  right: 0;
}
.c-pager__nums {
  display: flex;
  border-bottom: 1px solid #000;
}
.c-pager__nums__item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 4.39238653vw;
  padding-bottom: 1.1713030747vw;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  line-height: 1.756954612vw;
  text-align: center;
}
@media (max-width: 768px) {
  .c-pager__nums__item {
    width: 10.6666666667vw;
    padding-bottom: 4.2666666667vw;
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}
.c-pager__nums__item.current::after {
  content: "";
  display: block;
  width: 3.6603221083vw;
  height: 0.2196193265vw;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .c-pager__nums__item.current::after {
    width: 10.6666666667vw;
    height: 0.8vw;
  }
}
@media (max-width: 768px) {
  .c-pager__nums__item.separator {
    margin: 0 3.7333333333vw;
  }
}
.c-pager__nums__item.separator::after {
  content: "";
  display: block;
  width: 1.5841874085vw;
  aspect-ratio: 22/2;
  background: url(../images/common/pager-elm.svg) no-repeat 50% 50%/contain;
}
@media (max-width: 768px) {
  .c-pager__nums__item.separator::after {
    width: 5.7706666667vw;
  }
}
.c-pager-pager-elm {
  width: 1.5841874085vw;
}
@media (max-width: 768px) {
  .c-pager-pager-elm {
    width: 5.7706666667vw;
  }
}

.c-ornament-txt1 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: 100% auto;
  background-repeat: repeat-y;
  -webkit-animation: scroll-anim linear infinite;
          animation: scroll-anim linear infinite;
}

.c-ornament-txt2 {
  position: fixed;
  right: 2.0497803807vw;
  top: 50%;
  z-index: 100;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0.7371888726vw;
  height: 11.5197657394vw;
  background: url(../images/common/ornament-txt-owndmedia.svg) no-repeat 0 0/contain;
  z-index: 1000;
}
@media (max-width: 768px) {
  .c-ornament-txt2 {
    display: none;
  }
}

.c-main {
  position: relative;
  z-index: 10;
}
.c-main-ornament2 {
  content: "";
  position: fixed;
  right: 2.0497803807vw;
  top: 50%;
  z-index: 100;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0.7371888726vw;
  height: 11.5197657394vw;
  background: url(../images/common/ornament-txt-owndmedia.svg) no-repeat 0 0/contain;
}
@media (max-width: 768px) {
  .c-main-ornament2 {
    display: none;
  }
}

.frl__list {
  display: flex;
  flex-wrap: wrap;
  margin: 3.6603221083vw 0 0 0;
}
@media (max-width: 768px) {
  .frl__list {
    margin: 6.4vw 3.2vw 0;
  }
}
.frl__list__item {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .frl__list__item {
    width: 19.3265007321vw;
  }
  .frl__list__item:not(:nth-child(4n+4)) {
    margin-right: 1.317715959vw;
  }
  .frl__list__item:nth-child(n+5) {
    margin-top: 2.9282576867vw;
  }
}
@media (max-width: 768px) {
  .frl__list__item {
    width: 45.3333333333vw;
  }
  .frl__list__item:nth-child(2n+1) {
    margin-right: 2.6666666667vw;
  }
  .frl__list__item:nth-child(n+3) {
    margin-top: 5.3333333333vw;
  }
}
.frl__list__item .link {
  display: flex;
  flex: 1;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .frl__list__item .link {
    flex-direction: column;
  }
}
@media (min-width: 769px) {
  .frl__list__item .link:hover {
    opacity: 1;
  }
  .frl__list__item .link:hover .cont__main {
    opacity: 0.5;
  }
}
.frl__list__item .date {
  color: #fd6565;
  font-family: "Oswald", sans-serif;
}
@media (min-width: 769px) {
  .frl__list__item .date {
    line-height: 1;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media (max-width: 768px) {
  .frl__list__item .date {
    font-size: 3.7333333333vw;
  }
}
.frl__list__item .cont {
  width: 17.7159590044vw;
  background: #fff;
}
@media (max-width: 768px) {
  .frl__list__item .cont {
    flex: 1;
    width: auto;
  }
}
.frl__list__item .cont__pic {
  overflow: hidden;
}
.frl__list__item .cont__pic img {
  width: 100%;
}
.frl__list__item .cont__main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 1.0248901903vw 1.4641288433vw;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .frl__list__item .cont__main {
    padding: 4vw;
  }
}
.frl__list__item .cont__main .entry-title {
  font-size: 1.317715959vw;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .frl__list__item .cont__main .entry-title {
    font-size: 3.7333333333vw;
    line-height: 1.5714285714;
  }
}
.frl__list__item .cont__main .taglist {
  display: flex;
  flex-wrap: wrap;
  margin: 0.7320644217vw -0.5856515373vw 0;
}
@media (max-width: 768px) {
  .frl__list__item .cont__main .taglist {
    margin: 2.1333333333vw -2.1333333333vw 0;
  }
}
.frl__list__item .cont__main .taglist span {
  margin: 0.3660322108vw 0.5856515373vw;
  color: #898989;
  line-height: 1;
  font-size: 0.8052708638vw;
}
@media (max-width: 768px) {
  .frl__list__item .cont__main .taglist span {
    margin: 1.3333333333vw 2.1333333333vw;
    font-size: 3.2vw;
  }
}

.spc__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 3.6603221083vw 0 0 0;
}
@media (max-width: 768px) {
  .spc__list {
    margin: 6.4vw 7.2vw 0;
  }
}
.spc__list__item {
  position: relative;
  width: 39.1654465593vw;
}
@media (min-width: 769px) {
  .spc__list__item:nth-child(n+3) {
    margin-top: 1.4641288433vw;
  }
}
@media (max-width: 768px) {
  .spc__list__item {
    width: 100%;
  }
  .spc__list__item:nth-child(n+2) {
    margin-top: 3.7333333333vw;
  }
}
.spc__list__item .link {
  display: block;
}
@media (min-width: 769px) {
  .spc__list__item .link:hover {
    opacity: 1;
  }
  .spc__list__item .link:hover .cont__main {
    opacity: 0.5;
  }
}
.spc__list__item .date {
  color: #fd6565;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 768px) {
  .spc__list__item .date {
    font-size: 3.7333333333vw;
  }
}
.spc__list__item .cont {
  display: flex;
  background: #fff;
}
.spc__list__item .cont__pic {
  width: 17.7159590044vw;
  overflow: hidden;
}
@media (max-width: 768px) {
  .spc__list__item .cont__pic {
    width: 37.3333333333vw;
  }
}
.spc__list__item .cont__pic img {
  width: 100%;
  opacity: 0;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.spc__list__item .cont__main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 2.196193265vw;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .spc__list__item .cont__main {
    padding: 4vw 5.3333333333vw;
  }
}
.spc__list__item .cont__main .entry-title {
  font-size: 1.317715959vw;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .spc__list__item .cont__main .entry-title {
    font-size: 3.7333333333vw;
    line-height: 1.6428571429;
  }
}
.spc__list__item .cont__main .c-viewmore {
  margin-left: auto;
}
@media (max-width: 768px) {
  .spc__list__item .cont__main .c-viewmore .c-viewmore__txt {
    font-size: 3.2vw;
  }
}

.fade-in {
  opacity: 0;
  transition-duration: 1.5s;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.fade-in-up {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.fade-in-down {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

.fade-in-left {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

.fade-in-right {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}

.scroll-in.fade-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-eachTextAnime span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translate(0, 30%);
          transform: translate(0, 30%);
}
.js-eachTextAnime.appeartext span {
  -webkit-animation: text_anime_on 1s ease-out forwards;
          animation: text_anime_on 1s ease-out forwards;
}

.js-eachTextAnime-home span {
  opacity: 0;
  -webkit-transform: translate(0, 30%);
          transform: translate(0, 30%);
}
.js-eachTextAnime-home.appeartext span {
  -webkit-animation: text_anime_on 0.5s ease-out forwards;
          animation: text_anime_on 0.5s ease-out forwards;
}

.js-art-scradd a {
  overflow: hidden;
}
.js-art-scradd img {
  opacity: 0;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (min-width: 769px) {
  .js-art-scradd.art-scroll-in a:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.js-art-scradd.art-scroll-in img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
/*# sourceMappingURL=map/common.css.map */