@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
  * 1. Add text decoration inheritance in all browsers (opinionated).
  * 2. Add vertical alignment inheritance in all browsers (opinionated).
  */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
  * 1. Use the default cursor in all browsers (opinionated).
  * 2. Change the line height in all browsers (opinionated).
  * 3. Use a 4-space tab width in all browsers (opinionated).
  * 4. Remove the grey highlight on links in iOS (opinionated).
  * 5. Prevent adjustments of font size after orientation changes in
  *    IE on Windows Phone and in iOS.
  * 6. Breaks words to prevent overflow in all browsers (opinionated).
  */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

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

/**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Edge, Firefox, and Safari.
  */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
  * ========================================================================== */
/**
  * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
  */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
  * Remove the margin on nested lists in Edge 18- and IE.
  */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
  * 1. Correct the inheritance of border color in Firefox.
  * 2. Add the correct box sizing in Firefox.
  * 3. Show the overflow in Edge 18- and IE.
  */
hr {
  color: inherit;
  /* 1 */
  height: 0;
  /* 2 */
  overflow: visible;
  /* 3 */
}

/**
  * Add the correct display in IE.
  */
main {
  display: block;
}

/**
  * Remove the list style on navigation lists in all browsers (opinionated).
  */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
  * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
  */
nav li::before {
  content: "​";
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  * 3. Prevent overflow of the container in all browsers (opinionated).
  */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  overflow: auto;
  /* 3 */
  -ms-overflow-style: scrollbar;
  /* 3 */
}

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

/**
  * Add the correct text decoration in Edge 18-, IE, and Safari.
  */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
  * 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: 1em;
  /* 2 */
}

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

/* Embedded content
  * ========================================================================== */
/*
  * Change the alignment on media elements in all browsers (opinionated).
  */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
  * Add the correct display in IE 9-.
  */
audio,
video {
  display: inline-block;
}

/**
  * Add the correct display in iOS 4-7.
  */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
  * Remove the border on iframes in all browsers (opinionated).
  */
iframe {
  border-style: none;
}

/**
  * Remove the border on images within links in IE 10-.
  */
img {
  border-style: none;
}

/**
  * Change the fill color to match the text color in all browsers (opinionated).
  */
svg:not([fill]) {
  fill: currentColor;
}

/**
  * Hide the overflow in IE.
  */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
  * ========================================================================== */
/**
  * 1. Collapse border spacing in all browsers (opinionated).
  * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
  * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
  */
table {
  border-collapse: collapse;
  /* 1 */
  border-color: inherit;
  /* 2 */
  text-indent: 0;
  /* 3 */
}

/* Forms
  * ========================================================================== */
/**
  * Remove the margin on controls in Safari.
  */
button,
input,
select {
  margin: 0;
}

/**
  * 1. Show the overflow in IE.
  * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
  */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
  * Correct the inability to style buttons in iOS and Safari.
  */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
  * 1. Change the inconsistent appearance in all browsers (opinionated).
  * 2. Correct the padding in Firefox.
  */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
  * Show the overflow in Edge 18- and IE.
  */
input {
  overflow: visible;
}

/**
  * 1. Correct the text wrapping in Edge 18- and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
  * 1. Add the correct display in Edge 18- and IE.
  * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
  */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
  * Remove the inheritance of text transform in Firefox.
  */
select {
  text-transform: none;
}

/**
  * 1. Remove the margin in Firefox and Safari.
  * 2. Remove the default vertical scrollbar in IE.
  * 3. Change the resize direction in all browsers (opinionated).
  */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
  resize: block;
  /* 3 */
}

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

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

/**
  * Correct the cursor style of increment and decrement buttons in Safari.
  */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
  * Correct the text style of placeholders in Chrome, Edge, and Safari.
  */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
  * Remove the inner padding in Chrome, Edge, and Safari on macOS.
  */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
  * Remove the inner border and padding of focus outlines in Firefox.
  */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
  * Restore the focus outline styles unset by the previous rule in Firefox.
  */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
  * Remove the additional :invalid styles in Firefox.
  */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
  * ========================================================================== */
/*
  * Add the correct display in Edge 18- and IE.
  */
details {
  display: block;
}

/*
  * Add the correct styles in Edge 18-, IE, and Safari.
  */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
  * ========================================================================== */
/**
  * Add the correct display in IE 9-.
  */
canvas {
  display: inline-block;
}

/**
  * Add the correct display in IE.
  */
template {
  display: none;
}

/* User interaction
  * ========================================================================== */
/*
  * Remove the tapping delay in IE 10.
  */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
}

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

/* Accessibility
  * ========================================================================== */
/**
  * Change the cursor on busy elements in all browsers (opinionated).
  */
[aria-busy=true] {
  cursor: progress;
}

/*
  * Change the cursor on control elements in all browsers (opinionated).
  */
[aria-controls] {
  cursor: pointer;
}

/*
  * Change the cursor on disabled, not-editable, or otherwise
  * inoperable elements in all browsers (opinionated).
  */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
  * Change the display on visually hidden accessible elements
  * in all browsers (opinionated).
  */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

:root {
  --baseDeviceWidth: 835;
  --videoHeight: 0px;
  --screenHeight: 0px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #c8c3b8;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
}

html.-lock {
  overflow: hidden;
}

img {
  max-width: 100%;
}

iframe[name=google_conversion_frame] {
  height: 0;
  position: absolute;
}

/* sanitize overwrite */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dd,
dt {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

a {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:focus {
  outline: none;
}

main {
  display: block;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  margin: 0;
  outline: none;
  padding: 0;
}

nav li:before {
  content: "";
  display: none;
}

#contents {
  background: initial;
  color: initial;
  margin: initial;
}

.l-container {
  overflow: hidden;
  position: relative;
}
.l-container::before {
  background: url(../../assets/img/common/texture/ph_bottombg_nrw.png) no-repeat 0 100%/100%;
  content: "";
  height: 232vw;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (min-width: 835px) {
  .l-container::before {
    background: url(../../assets/img/common/texture/ph_bottombg.png) no-repeat 0 100%/100%;
    height: 83.3vw;
  }
}
@media (min-width: 2556px) {
  .l-container::before {
    position: absolute;
    left: 0;
    bottom: -25vw;
  }
}

.l-texture {
  position: fixed;
  top: 0;
  left: 0;
  background: url(../../assets/img/common/texture/ph_texture.png) repeat 50% 50%/200px 200px;
  height: 100%;
  mix-blend-mode: multiply;
  opacity: 0.25;
  pointer-events: none;
  width: 100%;
  z-index: 10;
}
@media (min-width: 835px) {
  .l-texture {
    background-size: 400px 400px;
  }
}

#sqexHeader-black,
#sqexFooter {
  position: relative;
  z-index: 11;
}

.l-footer {
  padding: 25.3vw 0 18.6vw;
}
@media (min-width: 835px) {
  .l-footer {
    padding: min(12.5vw, 240px) 0 min(7.8vw, 150px);
  }
}
.top .l-footer {
  padding-top: 60vw;
}
@media (min-width: 835px) {
  .top .l-footer {
    padding-top: min(17.7vw, 340px);
  }
}

.l-footer__head {
  margin: 0 auto;
  width: 31.7vw;
}
@media (min-width: 835px) {
  .l-footer__head {
    width: min(13.8vw, 265px);
  }
}

.l-footer__row {
  position: relative;
}
@media (min-width: 835px) {
  .l-footer__row {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 80px;
    padding: 0 50px;
  }
}

.l-footer__logo {
  margin: 17.3vw auto 0;
  width: 42.6vw;
}
@media (min-width: 835px) {
  .l-footer__logo {
    margin: 0;
    width: 297px;
  }
}

.l-footer__info {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.2;
  margin: 14.6vw 6.6vw 0;
  font-size: 0.65625rem;
}
@media (min-width: 835px) {
  .l-footer__info {
    font-size: 0.875rem;
    margin: 0 0 0 100px;
    width: auto;
  }
}
.l-footer__info dl {
  display: flex;
}
.l-footer__info dl + dl {
  margin-top: 1em;
}
.l-footer__info dt {
  width: 8em;
}
@media (min-width: 835px) {
  .l-footer__info dt {
    width: 140px;
  }
}
.l-footer__info dd {
  width: calc(100% - 8em);
}
@media (min-width: 835px) {
  .l-footer__info dd {
    width: calc(100% - 140px);
  }
}
.l-footer__info dd .small {
  display: block;
  font-size: 85%;
}
@media (max-width: 834px) {
  .l-footer__info dd .small {
    line-height: 1.7;
  }
}
@media (min-width: 835px) {
  .l-footer__info dd .small {
    line-height: 1.5;
  }
}
.l-footer__info dd .ttl {
  display: block;
}
@media (max-width: 834px) {
  .l-footer__info dd .ttl {
    line-height: 1.7;
  }
}
@media (max-width: 834px) {
  .l-footer__info dd .ttl.-t1 {
    margin-top: 0.3em;
  }
}
.l-footer__info .spacer {
  display: block;
  margin-top: 1em;
}

.l-footer__totop {
  color: #fff;
  display: block;
  font-size: 3.2vw;
  font-weight: 700;
  margin: 17.3vw auto 0;
  position: relative;
  text-align: center;
  width: 15.6vw;
}
@media (min-width: 835px) {
  .l-footer__totop {
    margin: 200px auto 0;
    width: 117px;
    font-size: 1.5rem;
  }
}
.l-footer__totop:before {
  background: url(../../assets/img/top/footer/ico_top.svg) no-repeat 0 0/100%;
  content: "";
  display: block;
  height: 7.4vw;
  margin-bottom: 3.2vw;
  transition: transform 0.3s 0s ease;
  width: 100%;
}
@media (min-width: 835px) {
  .l-footer__totop:before {
    height: 56px;
    margin-bottom: 20px;
  }
}
.l-footer__totop:hover::before {
  transform: translate(0, -10px);
}

.l-footer__bnr {
  display: none;
  margin: 0 auto 0;
  position: relative;
  width: 50vw;
}
.top .l-footer__bnr {
  display: block;
}
@media (min-width: 835px) {
  .l-footer__bnr {
    margin: 80px auto 0;
  }
}

@media (min-width: 835px) {
  .l-footer__bnr__row {
    display: flex;
    justify-content: center;
  }
}

.l-footer__bnr__item {
  display: block;
  margin: 5.3vw 0;
  position: relative;
  z-index: 11;
}
@media (min-width: 835px) {
  .l-footer__bnr__item {
    margin: 0 16px;
    width: 280px;
  }
}

.sq_footer {
  align-items: center;
  background: #000;
  color: #fff;
  display: flex;
  font-weight: 700;
  height: 222px;
  justify-content: center;
  font-size: 1.25rem;
}

.l-sidenav__cont {
  display: flex;
  min-height: 100%;
  visibility: hidden;
}
.-gnav_active .l-sidenav__cont {
  visibility: visible;
}

.l-sidenav__cont__arw {
  background: #fff;
  min-height: 100%;
  position: relative;
  transform: scaleY(0);
  transform-origin: 0 0;
  width: min(13vw, 250px);
}
@media (max-width: 834px) {
  .l-sidenav__cont__arw {
    display: none;
  }
}
.-gnav_active .l-sidenav__cont__arw {
  transform: scaleY(1);
  transition: transform 0.6s 0.6s cubic-bezier(0.85, 0, 0.15, 1);
}

.l-sidenav__cont__info {
  padding: min(24.6vw, 90px) min(6.6vw, 25px);
}
@media (min-width: 835px) {
  .l-sidenav__cont__info {
    padding: min(7.2vw, 140px) 40px min(5.2vw, 100px);
  }
}

.l-sidenav__logo {
  margin-top: min(15.3vw, 80px);
  width: 32.5vw;
}
@media (min-width: 835px) {
  .l-sidenav__logo {
    margin-top: min(4.1vw, 80px);
    width: 180px;
  }
}

@-webkit-keyframes lnavin {
  0% {
    opacity: 0;
    transform: translate(0, -10%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes lnavin {
  0% {
    opacity: 0;
    transform: translate(0, -10%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.l-sidenav__nav {
  color: #fff;
  display: flex;
  flex-flow: column;
}
.l-sidenav__nav span {
  display: inline-block;
}
.l-sidenav__nav .cs {
  opacity: 0.2;
  pointer-events: none;
}
.l-sidenav__nav .item {
  font-size: min(8.5vw, 32px);
  font-weight: 300;
  line-height: 1;
  position: relative;
}
@media (min-width: 835px) {
  .l-sidenav__nav .item {
    font-size: min(3.9vw, 75px);
  }
}
.l-sidenav__nav .item:before {
  position: absolute;
  top: 50%;
  left: calc(-40px - min(13vw, 250px));
  background: #555f64;
  content: "";
  height: 1px;
  transform: translate(0, -50%);
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: transform 0.2s 0s ease;
  width: min(10.4vw, 200px);
}
.l-sidenav__nav .item:after {
  position: absolute;
  top: 50%;
  left: calc(-40px - min(2.6vw, 50px));
  border: 1px solid #555f64;
  border-radius: 50%;
  content: "";
  height: 9px;
  opacity: 0;
  transform: translate(-15px, -50%);
  transition: all 0.2s 0.1s ease;
  width: 9px;
}
.l-sidenav__nav .item:hover::before,
.l-sidenav__nav .-active.item::before {
  transform: scaleX(1);
}
.l-sidenav__nav .item:hover::after,
.l-sidenav__nav .-active.item::after {
  opacity: 1;
  transform: translate(0, -50%);
}
.l-sidenav__nav .item + .item {
  margin-top: min(6.6vw, 25px);
}
@media (min-width: 835px) {
  .l-sidenav__nav .item + .item {
    margin-top: min(1.5vw, 30px);
  }
}
.l-sidenav__nav .item {
  opacity: 0;
}
.-gnav_active .l-sidenav__nav .item {
  -webkit-animation: lnavin 1s 0s ease forwards;
          animation: lnavin 1s 0s ease forwards;
}
.-gnav_active .l-sidenav__nav .item:nth-child(1) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.-gnav_active .l-sidenav__nav .item:nth-child(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.-gnav_active .l-sidenav__nav .item:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.-gnav_active .l-sidenav__nav .item:nth-child(4) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.-gnav_active .l-sidenav__nav .item:nth-child(5) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.-gnav_active .l-sidenav__nav .item:nth-child(6) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.-gnav_active .l-sidenav__nav .item:nth-child(7) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.-gnav_active .l-sidenav__nav .item:nth-child(8) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.l-sidenav__nav a {
  position: relative;
}
@media (max-width: 834px) {
  .l-sidenav__nav .-active.item .line {
    display: block;
  }
}
.l-sidenav__nav .line {
  background: #fff;
  display: none;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.l-sidenav__nav .line:before, .l-sidenav__nav .line:after {
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
  height: 3px;
  width: 3px;
}
.l-sidenav__nav .line:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
}
.l-sidenav__nav .line:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
}

.l-sidenav__trigger {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  pointer-events: auto;
  transition: all 1s 0.4s ease;
}
@media (max-width: 834px) {
  .l-sidenav__trigger {
    position: absolute;
    top: 12.4vw;
    left: 0;
    background: #555f64;
    -webkit-clip-path: polygon(0 50%, 25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%);
            clip-path: polygon(0 50%, 25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%);
    height: min(16vw, 60px);
    transform: translate(-75%, 0);
    width: min(18.5vw, 70px);
  }
}
@media (min-width: 835px) {
  .l-sidenav__trigger {
    height: 100%;
    transform: translate(0, 0);
    width: 100%;
  }
}
.-gnav_active .l-sidenav__trigger {
  opacity: 0;
  transform: translate(100%, 0);
  transition: all 0.3s 0s ease;
  visibility: hidden;
}

.l-sidenav__line {
  position: absolute;
  top: 50%;
  left: 27.5%;
  height: min(5.3vw, 20px);
  transform: translate(0, -50%);
  width: min(6.6vw, 25px);
}
@media (min-width: 835px) {
  .l-sidenav__line:hover .line:before {
    position: absolute;
    top: -13px;
    left: 0;
  }
}
@media (min-width: 835px) {
  .l-sidenav__line:hover .line:after {
    position: absolute;
    top: 13px;
    left: 0;
  }
}
@media (min-width: 835px) {
  .l-sidenav__line {
    height: 20px;
    transform: translate(0, 0);
    width: 25px;
    position: absolute;
    top: 22px;
    left: 12px;
  }
}
.l-sidenav__line .line {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  height: 1px;
  transform: translate(-50%, -50%);
  width: 100%;
}
.l-sidenav__line .line:before, .l-sidenav__line .line:after {
  background: inherit;
  content: "";
  height: 1px;
  transition: all 0.3s 0s ease;
  width: 100%;
}
.l-sidenav__line .line:before {
  position: absolute;
  top: -10px;
  left: 0;
}
.l-sidenav__line .line::after {
  position: absolute;
  top: 10px;
  left: 0;
}

.l-sidenav__trigger__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2em;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 308px;
  font-size: 0.875rem;
}

.l-sidenav__trigger__twitter {
  position: absolute;
  left: 15px;
  bottom: 23px;
  background: url(../../assets/img/common/ico/ico_twitter_w.svg) no-repeat 0 0/100%;
  height: 19px;
  width: 23px;
}

.l-sidenav {
  position: fixed;
  top: 0;
  right: 0;
  background: #555f64;
  height: 100%;
  transition: width 0.6s 0s cubic-bezier(0.85, 0, 0.15, 1), transform 0.3s 0s ease;
  width: 0;
  z-index: 12;
}
@media (min-width: 835px) {
  .l-sidenav {
    width: 50px;
  }
}
@media (min-width: 835px) {
  .-gnav_hidden .l-sidenav, .-sq_in .l-sidenav {
    pointer-events: none;
    transform: translate(100%, 0);
  }
}
.-gnav_active .l-sidenav {
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
}

.l-sidenav__close {
  position: fixed;
  top: 0;
  right: 0;
  height: min(6.2vw, 120px);
  opacity: 0;
  width: min(6.2vw, 120px);
}
@media (max-width: 834px) {
  .l-sidenav__close {
    position: fixed;
    top: 12.4vw;
    right: max(-4.8vw, -18px);
    background: #fff;
    -webkit-clip-path: polygon(0 50%, 25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%);
            clip-path: polygon(0 50%, 25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%);
    height: min(16vw, 60px);
    width: min(18.5vw, 70px);
  }
}
.l-sidenav__close:before, .l-sidenav__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  content: "";
  height: 1px;
  width: 139%;
}
@media (max-width: 834px) {
  .l-sidenav__close:before, .l-sidenav__close:after {
    background: #555f64;
    width: 40%;
    position: absolute;
    top: 50%;
    left: 46%;
  }
}
.l-sidenav__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-sidenav__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.-gnav_active .l-sidenav__close {
  opacity: 1;
  transition: all 0.4s 0.4s ease;
}
@media (min-width: 835px) {
  .l-sidenav__close:hover {
    transform: scale(0.8);
    transition: all 0.3s 0s ease;
  }
}

.l-subhead__wrapper {
  background: #555f64;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
  height: 14.4vw;
  margin: 0 auto;
  opacity: 0;
  padding-top: 3.2vw;
  transform: translate(0, -10%);
  width: 66.6vw;
}
.-ready .l-subhead__wrapper {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s 0s cubic-bezier(0.85, 0, 0.15, 1), transform 1s 0s cubic-bezier(0.85, 0, 0.15, 1);
}
@media (min-width: 835px) {
  .l-subhead__wrapper {
    height: min(12.5vw, 240px);
    padding-top: min(3.1vw, 60px);
    width: min(58.3vw, 1120px);
  }
}

.l-subhead__ttl {
  height: 3.2vw;
  text-align: center;
}
@media (min-width: 835px) {
  .l-subhead__ttl {
    height: min(2.8vw, 54px);
  }
}
.l-subhead__ttl.-descender {
  height: 4vw;
}
@media (min-width: 835px) {
  .l-subhead__ttl.-descender {
    height: min(3.5vw, 68px);
  }
}
.l-subhead__ttl img {
  height: 100%;
  max-width: initial;
  vertical-align: top;
  width: auto;
}

.l-sublogo {
  position: absolute;
  top: 4vw;
  left: 2.4vw;
  width: 18.6vw;
  z-index: 1;
}
@media (min-width: 835px) {
  .l-sublogo {
    position: absolute;
    top: min(2vw, 40px);
    left: min(2vw, 40px);
    width: min(10.9vw, 210px);
  }
}

@-webkit-keyframes dotsanim {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    transform: translate(0, 10%);
  }
  20% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    transform: translate(0, 0);
  }
  60% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    transform: translate(0, 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
}

@keyframes dotsanim {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    transform: translate(0, 10%);
  }
  20% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    transform: translate(0, 0);
  }
  60% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    transform: translate(0, 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
}
.c-dots {
  -webkit-animation: dotsanim 4s 0s ease infinite;
          animation: dotsanim 4s 0s ease infinite;
  aspect-ratio: 210/60;
  background: url(../../assets/img/top/introduction/ico_dots.svg) no-repeat 0 0/100%;
  width: 21.2vw;
}
@media (min-width: 835px) {
  .c-dots {
    width: min(210px, 10.9vw);
  }
}

.c-yakuhalf {
  margin-left: -0.5em;
}

.c-mitt {
  display: inline-block;
  font-family: mittwoch, serif;
  transform: scaleY(0.8);
}

.c-mitt_nf {
  font-family: mittwoch, serif;
}

.c-mitt_90 {
  display: inline-block;
  font-family: mittwoch, serif;
  transform: scaleY(0.9);
}

.c-serif {
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}

.c-serif-nop {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}

.c-serif-mitt {
  font-family: mittwoch, YakuHanMP_Noto, "Noto Serif JP", serif;
}

.c-nospace {
  white-space: nowrap;
}

.c-hexaclip {
  -webkit-clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
          clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
}

.c-inner {
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
}

/* ==========================================================================
	modal
========================================================================== */
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  opacity: 0;
  overflow: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  overflow-y: scroll;
  pointer-events: none;
  scrollbar-width: none;
  /* Firefox 対応 */
  transition: all 0.5s 0s ease;
  visibility: hidden;
  width: 100%;
  z-index: 999;
}
.c-modal.-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.c-modal::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.c-modal__inner {
  align-items: center;
  display: flex;
  min-height: 100%;
  position: relative;
  width: 100%;
}

.c-modal__close {
  cursor: pointer;
  padding: 0;
}
@media (max-width: 834px) {
  .c-modal__close {
    position: fixed;
    top: 20px;
    right: 20px;
    height: 64px;
    width: 64px;
  }
}
@media (min-width: 835px) {
  .c-modal__close {
    position: fixed;
    top: 20px;
    right: 50px;
    height: 80px;
    width: 80px;
  }
}
.c-modal__close:before, .c-modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  content: "";
  height: 1px;
  width: 100%;
}
.c-modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-modal_movie__iframewrap {
  aspect-ratio: 16/9;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media (min-width: 835px) {
  .c-modal_movie__iframewrap {
    max-width: 80vw;
  }
}
.c-modal_movie__iframewrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.c-modal__zoomimg {
  margin: 0 5.3vw;
}
@media (min-width: 835px) {
  .c-modal__zoomimg {
    margin: 0 auto;
    width: min(1200px, 62.5vw);
  }
}

.c-morebtn {
  color: #fff;
  display: block;
  line-height: 1;
  width: 72px;
  font-size: 1.375rem;
}
@media (min-width: 835px) {
  .c-morebtn {
    width: 128px;
    font-size: 2.5rem;
  }
}
.c-morebtn span {
  display: block;
}
.c-morebtn .line {
  background: #fff;
  height: 1px;
  margin: 10px auto 0;
  position: relative;
  transition: width 0.2s 0s ease;
  width: 100%;
}
@media (min-width: 835px) {
  .c-morebtn .line {
    margin: 15px auto 0;
    width: 20px;
  }
}
.c-morebtn .line:after {
  position: absolute;
  top: 0;
  right: 0;
  background: inherit;
  content: "";
  height: 1px;
  transform: translate(0, -3px) rotate(50deg);
  width: 4px;
}
@media (min-width: 835px) {
  .c-morebtn .line:after {
    opacity: 0;
    width: 6px;
  }
}
.c-morebtn:hover .line {
  width: 58px;
}
.c-morebtn:hover .line:after {
  opacity: 1;
}

[data-truby] {
  display: inline-flex;
  position: relative;
}

[data-truby]::before {
  content: attr(data-truby);
  font-size: 0.5em;
  left: 50%;
  letter-spacing: 0;
  margin: auto;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translate(-55%, -40%);
  width: 200%;
}
@media (min-width: 835px) {
  [data-truby]::before {
    height: 200%;
    left: 2.75em;
    top: 50%;
    transform: translate(0, -55%);
    width: auto;
  }
}

.c-cmnreveal {
  opacity: 0;
}
.-reveal .c-cmnreveal {
  -webkit-animation: subpagecont 1s 0.5s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: subpagecont 1s 0.5s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
.c-cmnreveal.-reveal {
  -webkit-animation: subpagecont 1s 0.5s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: subpagecont 1s 0.5s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}

/* ==========================================================================
	Swiper Slide
========================================================================== */
.c-swiper {
  padding-bottom: 5.3vw !important;
}
@media (min-width: 835px) {
  .c-swiper {
    padding-bottom: min(40px, 2vw) !important;
  }
}
.c-swiper .swiper-horizontal > .swiper-pagination-bullets,
.c-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.c-swiper .swiper-pagination-custom,
.c-swiper .swiper-pagination-fraction {
  bottom: 0;
  top: auto;
}
.c-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.c-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 1.3vw;
}
@media (min-width: 835px) {
  .c-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.c-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 min(10px, 0.5vw);
  }
}
.c-swiper .swiper-pagination-bullet {
  background: none;
  border: 1px solid #dc3700;
  height: 1.2vw;
  opacity: 1;
  width: 1.2vw;
}
@media (min-width: 835px) {
  .c-swiper .swiper-pagination-bullet {
    height: 9px;
    width: 9px;
  }
}
.c-swiper .swiper-pagination-bullet-active {
  background: #dc3700;
}

.c-contttl {
  padding-bottom: 2.8vw;
  position: relative;
}
@media (min-width: 835px) {
  .c-contttl {
    padding-bottom: 28px;
  }
}
.c-contttl.-descender {
  padding-bottom: 1.2vw;
}
@media (min-width: 835px) {
  .c-contttl.-descender {
    padding-bottom: 11px;
  }
}
.c-contttl.-reveal .obj {
  transform: scaleX(1);
  transition: transform 1s 0s cubic-bezier(0.85, 0, 0.15, 1);
}
.c-contttl .obj {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  height: 1px;
  transform: scaleX(0);
  width: 100%;
}
.c-contttl .obj:before, .c-contttl .obj:after {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
  height: 1vw;
  transform: translate(-100%, -50%);
  width: 1vw;
}
@media (min-width: 835px) {
  .c-contttl .obj:before, .c-contttl .obj:after {
    height: 9px;
    width: 9px;
  }
}
.c-contttl .obj:after {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  transform: translate(100%, -50%);
}
.c-contttl.-cmnanim {
  opacity: 0;
  transform: translate(0, -20%);
}
.c-contttl.-cmnanim.-reveal {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 1s 0s ease;
}

.c-hover_op {
  transition: opacity 0.3s 0s ease;
}
.c-hover_op:hover {
  opacity: 0.7;
}

.c-news__categorylist_window {
  position: absolute;
  top: -5px;
  left: 50%;
  background: #555f64;
  color: #fff;
  min-width: 110px;
  opacity: 0;
  transform: translate(-50%, -10px);
  transition: all 0.3s 0s ease;
  visibility: hidden;
  z-index: 20;
}
.c-news__categorylist_window.-active {
  opacity: 1;
  transform: translate(-50%, 0%);
  visibility: visible;
}
@media (min-width: 835px) {
  .c-news__categorylist_window {
    display: none;
  }
}
.c-news__categorylist_window .item {
  position: relative;
  font-size: 0.625rem;
}
.c-news__categorylist_window .item a,
.c-news__categorylist_window .item p {
  border-top: 1px solid #fff;
  display: block;
  padding: 10px 12px;
}
@media (max-width: 834px) {
  .c-news__categorylist_window .item.-current:after {
    position: absolute;
    top: 50%;
    right: 2.4vw;
    background: url(../../assets/img/news/ico_catarw_w.svg) no-repeat 0 0/100%;
    content: "";
    height: 1.2vw;
    transform: translate(0, -50%) rotate(180deg);
    width: 3.7vw;
  }
}

.c-news__caegorylistwrap {
  position: relative;
}

.c-news__categorylist {
  display: flex;
}
@media (min-width: 835px) {
  .c-news__categorylist {
    justify-content: center;
    margin: 40px 100px 50px;
  }
}
@media (max-width: 834px) {
  .c-news__categorylist {
    justify-content: center;
    margin: 8vw auto;
  }
}

.c-news__categorylist__item {
  line-height: 1;
  position: relative;
  text-align: center;
  width: 20%;
}
@media (max-width: 834px) {
  .c-news__categorylist__item {
    display: none;
    font-size: 2.6vw;
    min-width: 26.6vw;
    padding-left: 2.6vw;
    text-align: left;
    width: auto;
  }
}
.c-news__categorylist__item a {
  display: block;
  padding-bottom: 15px;
}
@media (max-width: 834px) {
  .c-news__categorylist__item a {
    padding-bottom: 3.3vw;
    pointer-events: none;
  }
}
.c-news__categorylist__item a:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #555f64;
  content: "";
  height: 1px;
  max-width: 120px;
  transform: translate(-50%, 0);
  transition: width 0.4s 0s ease;
  width: 12px;
}
@media (max-width: 834px) {
  .c-news__categorylist__item a:before {
    position: absolute;
    top: 10%;
    right: 2.4vw;
    background: url(../../assets/img/news/ico_catarw.svg) no-repeat 0 0/100%;
    content: "";
    height: 1.2vw;
    width: 3.7vw;
  }
}
.c-news__categorylist__item.-active a:after, .c-news__categorylist__item:hover a:after {
  width: 100%;
}
@media (max-width: 834px) {
  .c-news__categorylist__item.-active {
    display: block;
  }
}

.c-news__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5.5%;
  margin-top: -17.5%;
  padding: 1.2vw;
  width: 111%;
}
@media (min-width: 835px) {
  .c-news__list {
    margin-left: 0;
    margin-top: -10.4%;
    padding: 7px;
    width: 100%;
  }
}
.c-news__list:nth-child(1) {
  margin-top: 0;
}
@media (max-width: 834px) {
  .c-news__list:nth-child(odd) {
    justify-content: center;
  }
}
@media (max-width: 834px) {
  .-news_topmode .c-news__list:nth-child(odd) {
    justify-content: auto;
  }
}
@media (min-width: 835px) {
  .c-news__list:nth-child(even) {
    justify-content: center;
  }
}
@media (max-width: 834px) {
  .-news_topmode .c-news__list:nth-child(even) {
    justify-content: center;
  }
}

@-webkit-keyframes listin {
  0% {
    opacity: 0;
    transform: translate(0, 10%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes listin {
  0% {
    opacity: 0;
    transform: translate(0, 10%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.c-news__list__item:before,
.c-news__list__item .category,
.c-news__list__item .date,
.c-news__list__item .txt,
.c-news__list__item .line,
.c-news__list__item .thumb {
  opacity: 0;
}
.-reveal .c-news__list__item:nth-child(1):before, .-reveal .c-news__list__item .category, .-reveal .c-news__list__item .date, .-reveal .c-news__list__item .txt, .-reveal .c-news__list__item .thumb, .-reveal .c-news__list__item .line {
  -webkit-animation: listin 0.4s 0.1s ease forwards;
          animation: listin 0.4s 0.1s ease forwards;
}
.-reveal .c-news__list__item:nth-child(2):before, .-reveal .c-news__list__item .category, .-reveal .c-news__list__item .date, .-reveal .c-news__list__item .txt, .-reveal .c-news__list__item .thumb, .-reveal .c-news__list__item .line {
  -webkit-animation: listin 0.4s 0.2s ease forwards;
          animation: listin 0.4s 0.2s ease forwards;
}
.-reveal .c-news__list__item:nth-child(3):before, .-reveal .c-news__list__item .category, .-reveal .c-news__list__item .date, .-reveal .c-news__list__item .txt, .-reveal .c-news__list__item .thumb, .-reveal .c-news__list__item .line {
  -webkit-animation: listin 0.4s 0.3s ease forwards;
          animation: listin 0.4s 0.3s ease forwards;
}

.c-news__list__item {
  color: #555f64;
  margin: 1.2vw;
  position: relative;
  width: calc(50% - 2.4vw);
}
@media (min-width: 835px) {
  .c-news__list__item {
    margin: 7px;
    width: calc(33.33% - 14px);
  }
}
.c-news__list__item.-spacer {
  pointer-events: none;
}
.c-news__list__item.-spacer:before {
  background: rgba(85, 95, 100, 0.2);
}
.c-news__list__item:before {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #fff;
  -webkit-clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
          clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  content: "";
  display: block;
  padding-top: 115.2%;
  position: relative;
}
@media (min-width: 835px) {
  .c-news__list__item:before {
    transition: background 0.2s 0s ease;
  }
}
@media (min-width: 835px) {
  .c-news__list__item:hover {
    color: #fff;
  }
  .c-news__list__item:hover:before {
    background: #555f64;
  }
}
.c-news__list__item a {
  position: absolute;
  top: 12%;
  left: 0;
  height: 76%;
  padding: 0 21%;
  width: 100%;
}
.c-news__list__item .category {
  align-items: center;
  background: #000;
  -webkit-clip-path: polygon(0 50%, 7.5% 0, 92.5% 0, 100% 50%, 92.5% 100%, 7.5% 100%);
          clip-path: polygon(0 50%, 7.5% 0, 92.5% 0, 100% 50%, 92.5% 100%, 7.5% 100%);
  color: #fff;
  display: flex;
  font-size: 2.5vw;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0 auto;
  padding: 0.35em 0 0.1em;
  width: 53.448%;
}
@media (min-width: 835px) {
  .c-news__list__item .category {
    font-size: min(1.3vw, 17px);
  }
}
.c-news__list__item .-goods.category {
  background: #7a94cc;
}
.c-news__list__item .-event.category {
  background: #c1441b;
}
.c-news__list__item .-game.category {
  background: #8aa600;
}
.c-news__list__item .-info.category {
  background: #a8b3b2;
}
.c-news__list__item .thumb {
  aspect-ratio: 225/157;
  background: url(../../assets/img/news/noimage.png) no-repeat 50% 50%/cover;
  margin: 1.6vw 0 1.8vw;
  overflow: hidden;
  position: relative;
  z-index: 11;
}
.c-news__list__item .thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 835px) {
  .c-news__list__item .thumb {
    margin: 12px 0 16px;
  }
}
.c-news__list__item .date {
  font-size: 2.5vw;
}
@media (min-width: 835px) {
  .c-news__list__item .date {
    font-size: min(1.2vw, 15px);
  }
}
.c-news__list__item .txt {
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 1.4210526316;
}
@media (min-width: 835px) {
  .c-news__list__item .txt {
    font-size: min(1.2vw, 15px);
    line-height: 1.6666666667;
  }
}
.c-news__list__item .line {
  background: #555f64;
  display: none;
  height: 1px;
  margin: 2em auto;
  position: relative;
  transition: width 0.2s 0s ease;
  width: 15px;
}
@media (min-width: 835px) {
  .c-news__list__item .line {
    display: block;
  }
}
.c-news__list__item .line:after {
  position: absolute;
  top: 0;
  right: 0;
  background: inherit;
  content: "";
  height: 1px;
  opacity: 0;
  transform: translate(0, -3px) rotate(50deg);
  width: 6px;
}
@media (min-width: 835px) {
  .c-news__list__item:hover .line {
    background: #fff;
    width: 58px;
  }
}
@media (min-width: 835px) {
  .c-news__list__item:hover .line:after {
    opacity: 1;
  }
}

.c-twitter_timeline {
  position: relative;
}
.c-twitter_timeline:after {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  background: url(../../assets/img/top/character/loading.gif) no-repeat 50% 20%/20px;
  content: "";
  height: 100%;
  pointer-events: none;
  width: 100%;
}
.c-twitter_timeline.-loaded:after {
  opacity: 0;
}

.c-twitter_timeline__list__item {
  color: #555f64;
  cursor: pointer;
  line-height: 1;
  padding: 13px 20px;
  transition: background 0.1s 0s ease;
  font-size: 0.625rem;
}
@media (min-width: 835px) {
  .c-twitter_timeline__list__item {
    padding: 15px 0;
    font-size: 0.875rem;
  }
}
.c-twitter_timeline__list__item:hover {
  background: rgba(0, 0, 0, 0.03);
}
@media (max-width: 834px) {
  .single .c-twitter_timeline__list__item {
    padding: 13px 10px;
  }
}

.c-twitter_timeline__list__item__head {
  height: 30px;
  position: relative;
}
@media (min-width: 835px) {
  .c-twitter_timeline__list__item__head {
    height: 40px;
  }
}

.c-twitter_timeline__list__item__ico {
  aspect-ratio: 1/1;
  background: #000;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 835px) {
  .c-twitter_timeline__list__item__ico {
    width: 40px;
  }
}
.c-twitter_timeline__list__item__ico img {
  transform: translate(-50%, -50%);
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
}
.c-twitter_timeline__list__item__ico:after {
  background: rgba(0, 0, 0, 0.25);
  content: "";
  height: 100%;
  opacity: 0;
  transition: opacity 0.1s 0s ease;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.c-twitter_timeline__list__item__ico:hover:after {
  opacity: 1;
}

.c-twitter_timeline__list__item__name {
  font-weight: 700;
  padding-left: 40px;
  padding-top: 3px;
}
@media (min-width: 835px) {
  .c-twitter_timeline__list__item__name {
    padding-left: 52px;
  }
}

.c-twitter_timeline__list__item__acc {
  display: block;
  padding-left: 40px;
  padding-top: 5px;
}
@media (min-width: 835px) {
  .c-twitter_timeline__list__item__acc {
    padding-left: 52px;
  }
}
.c-twitter_timeline__list__item__acc:hover {
  text-decoration: underline;
}

.c-twitter_timeline__list__item__date {
  position: absolute;
  bottom: 2px;
  right: 0;
}
@media (min-width: 835px) {
  .c-twitter_timeline__list__item__date {
    position: absolute;
    bottom: 4px;
    right: 0;
  }
}

.c-twitter_timeline__list__item__body {
  color: #000;
  line-height: 1.5;
  margin-top: 8px;
}
@media (min-width: 835px) {
  .c-twitter_timeline__list__item__body {
    line-height: 1.4285714286;
    margin-top: 10px;
  }
}

.u-guide {
  height: 100%;
  pointer-events: none;
  width: 100%;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
}
.u-guide .in {
  border-left: 1px solid blue;
  border-right: 1px solid blue;
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 1100px;
}
.u-guide .in:before {
  position: absolute;
  top: 50%;
  left: 50%;
  border-left: 1px solid blue;
  border-right: 1px solid blue;
  content: "";
  height: 100%;
  transform: translate(-50%, -50%);
  width: 900px;
}

.c-visible_nrw {
  display: block;
}
@media (min-width: 835px) {
  .c-visible_nrw {
    display: none;
  }
}

@media (max-width: 834px) {
  .c-visible_wide {
    display: none;
  }
}

/* common entries */