@charset "UTF-8";

/**
* index.css
**/

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Noto+Serif+JP&display=swap&subset=japanese");

@import url("//fonts.googleapis.com/css2?family=Poppins&display=swap");

*,
::before,
::after {
  box-sizing: border-box;
  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%;
  /* 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-top-width: 1px;
  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] {
  text-decoration: underline;
  /* 2 */
  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 */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-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;
  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 arrow in IE10 & IE11
 */

select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 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;
}

/**
 * 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;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
  outline: none;
}

/* 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;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
}

html.preloading,
body.preloading {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

html.preloading .wrapper > header,
html.preloading .wrapper > main,
body.preloading .wrapper > header,
body.preloading .wrapper > main {
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease-in-out;
}

.weight100 {
  font-weight: 100;
}

.weight300 {
  font-weight: 300;
}

.weight400 {
  font-weight: 400;
}

.weight500 {
  font-weight: 500;
}

.weight600 {
  font-weight: 600;
}

.weight700 {
  font-weight: 700;
}

.weight900 {
  font-weight: 900;
}

img {
  width: 100%;
  height: auto;
}

.disabled {
  opacity: 0.3;
}

.jump {
  cursor: pointer;
}

body {
  font-family: 'Noto Serif JP', serif;
  padding: 0;
  margin: 0;
}

.wrapper {
  width: 100%;
  position: relative;
}

.wrapper.hide {
  display: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.cover {
  z-index: 10000000;
  width: 100%;
  min-width: 100vw;
  height: auto;
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.cover > .cover__container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #fff;
}

.cover > .cover__container > .cover__inner {
  animation: fadeIn 0.2s ease 0.3s 1 normal both;
  z-index: 10000;
  position: absolute;
  width: 36.71875vw;
  height: 19.53125vw;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.cover > .cover__container > .cover__inner > img {
  width: 100%;
  height: auto;
}

.annotation-checkbox {
  display: none;
}

.annotation-checkbox + .annotation {
  z-index: 10000000;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.annotation-checkbox + .annotation > .annotation__container {
  display: none;
}

.annotation-checkbox:checked + .annotation {
  display: block;
  visibility: visible;
  opacity: 1;
  background-color: rgba(179, 255, 141, 0.9);
  transition: 0.2s ease-in-out;
}

.annotation-checkbox:checked + .annotation > .annotation__container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(../../img/interview/modal_annotation_text.svg);
  background-repeat: no-repeat;
}

.annotation-checkbox:checked + .annotation > .annotation__container > label {
  background-image: url(../../img/interview/modal_close_btn.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  color: transparent;
  font-size: 1px;
  display: block;
}

.annotation-checkbox:checked + .annotation > .annotation__container > .annotation__inner > .annotation__content > .annotation__content-image {
  display: flex;
}

.annotation-checkbox:checked + .annotation > .annotation__container > .annotation__inner > .annotation__content > .annotation__content-image > .annotation__block-image {
  width: 100%;
  height: auto;
}

.annotation-checkbox:checked + .annotation > .annotation__container > .annotation__inner > .annotation__content > .annotation__content-image > .annotation__block-image > img {
  object-fit: contain;
}

.annotation-checkbox:checked + .annotation > .annotation__container > .annotation__inner > label {
  background-image: url(../../img/interview/modal_close_btn.svg);
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  font-size: 1px;
  display: block;
  margin: 0 auto;
}

/**
* SP
**/

.wrapper {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../img/interview/01/article_bg_01.svg), url(../../img/interview/01/article_bg_02.svg), url(../../img/interview/01/article_bg_01.svg), url(../../img/interview/01/article_bg_02.svg);
}

.wrapper[data-page='1'] {
  background-position: 0 204.81771vw, 0 506.25vw, 0 807.68229vw, 0 1109.11458vw;
}

.wrapper[data-page='1'] section:first-of-type {
  background-image: url(../../img/interview/01/section_top_bg_sp.svg);
  background-repeat: no-repeat;
  background-position: center bottom -15.625vw;
  background-size: 89.0625vw auto;
}

.wrapper[data-page='2'] {
  background-position: 0 204.81771vw, 0 506.25vw, 0 807.68229vw, 0 1109.11458vw;
}

.wrapper[data-page='3'] {
  background-position: 0 204.81771vw, 0 506.25vw, 0 807.68229vw, 0 1109.11458vw;
}

.wrapper[data-page='4'] {
  background-position: 0 204.81771vw, 0 506.25vw, 0 807.68229vw, 0 1109.11458vw;
}

header {
  width: 100%;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
}

header > .header__container > .header__inner > .header__nav {
  text-align: right;
}

header > .header__container > .header__inner > .header__nav > label {
  z-index: 1000;
  display: inline-block;
  position: relative;
  width: 13.02083vw;
  height: 2.60417vw;
  cursor: pointer;
  margin-right: 4.94792vw;
  margin-top: 5.20833vw;
}

header > .header__container > .header__inner > .header__nav > label > span {
  position: absolute;
  left: 0;
  width: 13.02083vw;
  height: 0.26042vw;
  background-color: #777777;
  display: inline-block;
  transition: all .2s;
  box-sizing: border-box;
}

header > .header__container > .header__inner > .header__nav > label > span:nth-child(1) {
  top: 0;
}

header > .header__container > .header__inner > .header__nav > label > span:nth-child(2) {
  top: 50%;
}

header > .header__container > .header__inner > .header__nav > label > span:nth-child(3) {
  top: 100%;
}

header > .header__container > .header__inner > .header__nav > .header__nav-wrapper {
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  text-align: left;
  background-size: 13.09372vw 81.10861vw, 54.19273vw 61.14461vw, 14.91918vw 7.87867vw, 28.58155vw 5.89268vw, auto 100%, cover;
  background-repeat: no-repeat;
  background-position: 0 37.36979vw, right 1.95313vw top 11.19792vw, right 3.25521vw bottom 3.64583vw, right 48.17708vw top 63.80208vw, right 0 top 0, 0 0;
  background-image: url(../../img/nav/pc/contents.svg), url(../../img/nav/pc/title.svg), url(../../img/nav/pc/logo.svg), url(../../img/nav/pc/lead.svg), url(../../img/nav/pc/va.svg), url(../../img/nav/pc/bg.svg);
}

header > .header__container > .header__inner > .header__nav > .header__nav-wrapper > nav > .header__nav-inner {
  position: relative;
}

header > .header__container > .header__inner > .header__nav > .header__nav-wrapper > nav > .header__nav-inner > .header__nav-list {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

header > .header__container > .header__inner > .header__nav > .header__nav-wrapper > nav > .header__nav-inner > .header__nav-list > .header__nav-item {
  width: 80.07813vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7.29167vmin;
}

header > .header__container > .header__inner > .header__nav > .header__nav-wrapper > nav > .header__nav-inner > .header__nav-list > .header__nav-item:first-of-type {
  margin-bottom: 3.90625vmin;
}

header > .header__container > .header__inner > .header__nav > .header__nav-wrapper > nav > .header__nav-inner > .header__nav-list > .header__nav-item:nth-of-type(2) {
  margin-bottom: 3.90625vmin;
}

header > .header__container > .header__inner > .header__nav > .header__nav-wrapper > nav > .header__nav-inner > .header__nav-list > .header__nav-item:nth-of-type(3) {
  margin-bottom: 3.90625vmin;
}

header > .header__container > .header__inner > .header__nav > .header__nav-wrapper > nav > .header__nav-inner > .header__nav-list > .header__nav-item:nth-of-type(4) {
  margin-bottom: 3.90625vmin;
}

header > .header__container > .header__inner > .header__nav > .header__nav-wrapper > nav > .header__nav-inner > .header__nav-list > .header__nav-item:nth-of-type(5) {
  margin-bottom: 3.90625vmin;
}

header > .header__container > .header__inner > .header__nav > .header__nav-wrapper > nav > .header__nav-inner > .header__nav-list > .header__nav-item:nth-of-type(6) {
  margin-bottom: 3.90625vmin;
}

header > .header__container > .header__inner > .header__nav > .header__nav-wrapper > nav > .header__nav-inner > .header__nav-list > .header__nav-item:last-of-type {
  margin-bottom: 7.29167vmin;
}

header > .header__container > .header__inner > .header__nav > .header__nav-wrapper > nav > .header__nav-inner > .header__nav-list > .header__nav-item > a {
  line-height: 1;
}

header > .header__container > .header__inner > .header__nav > .header__nav-wrapper > nav > .header__nav-inner > .header__nav-list > .header__nav-item > a > span {
  font-family: 'Poppins', sans-serif;
  display: block;
  font-size: 2.34375vmin;
  color: #2785ff;
  margin-bottom: 1.04167vmin;
  font-weight: bold;
}

header > .header__container > .header__inner > .header__nav > .header__nav-wrapper > nav > .header__nav-inner > .header__nav-list > .header__nav-item > a > b {
  font-weight: normal;
  display: block;
  font-size: 3.90625vmin;
  width: 82.29167vw;
  background: linear-gradient(to right, #b1ff8b 50%, transparent);
  line-height: 1.46667;
  padding-left: 1em;
}

header > .header__container > .header__inner > .header__nav > #header-nav {
  display: none;
}

header > .header__container > .header__inner > .header__nav > #header-nav:checked + label > span:nth-of-type(1) {
  -webkit-transform: translateY(1.69271vw) rotate(-11deg);
  transform: translateY(1.69271vw) rotate(-11deg);
}

header > .header__container > .header__inner > .header__nav > #header-nav:checked + label > span:nth-of-type(2) {
  opacity: 0;
}

header > .header__container > .header__inner > .header__nav > #header-nav:checked + label > span:nth-of-type(3) {
  -webkit-transform: translateY(-0.91146vw) rotate(11deg);
  transform: translateY(-0.91146vw) rotate(11deg);
}

header > .header__container > .header__inner > .header__nav > #header-nav:checked + label ~ .header__nav-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}

main > .main__container {
  width: 100%;
  min-height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  background-image: url(../../img/interview/01/lefttop_logo.svg), url(../../img/interview/01/righttop_logo.svg), url(../../img/interview/01/righttop_lead.svg), url(../../img/interview/01/righttop_special_talk_session.svg);
  background-size: 22.99102vw 12.14133vw, 16.48254vw 65.9668vw, 28.5815vw 5.89268vw, 47.73445vw 110.12832vw;
  background-position: 10.41667vw 7.8125vw, right 6.25vw top 20.83333vw, right 29.03646vw top 25.39063vw, right 23.17708vw top 48.82813vw;
}

main > .main__container > .main__inner > .article {
  padding: 52.08333vw 0 0 0;
}

main > .main__container > .main__inner > .article > .section {
  margin-bottom: 7.8125vw;
}

main > .main__container > .main__inner > .article > .section:first-of-type {
  margin-bottom: 0;
}

main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content {
  width: 100%;
}

main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .section__content-numbering {
  font-family: 'Poppins', sans-serif;
  font-size: 2.60417vw;
  font-weight: 500;
  line-height: 1.65;
  margin: 0 0 5.85938vw 8.46354vw;
  color: #2785ff;
}

main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .section__content-numbering > span::before {
  content: "\A";
  white-space: pre;
}

main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .section__content-title {
  font-weight: 500;
  font-size: 4.94792vw;
  font-feature-settings: "palt";
  margin-bottom: 56px;
  line-height: 1;
}

main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .section__content-title > span {
  display: block;
  background-color: #b0ff8a;
  width: 90.625vw;
  margin: 0 auto;
}

main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .section__content-title > span:first-of-type {
  margin-bottom: 3.90625vw;
}

main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .section__content-title > span:nth-of-type(2) {
  margin-bottom: 3.90625vw;
}

main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .section__content-lead {
  font-size: 2.60417vw;
  font-weight: bold;
  line-height: 2.1;
  margin: 0 8.46354vw 9.11458vw;
}

main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .section__content-personname {
  font-family: 'Poppins', sans-serif;
  font-size: 2.60417vw;
  font-weight: 300;
  line-height: 1.4;
  margin: 0 8.46354vw;
  padding-bottom: 12.5vw;
}

main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child {
  padding: 0;
}

main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child > .content__block-pageno,
main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child > .content__block-heading {
  margin-left: 8.59375vw;
}

main > .main__container > .main__inner > .article > .section:last-of-type {
  margin-bottom: 9.76563vw;
}

main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block {
  flex-shrink: 0;
  padding: 0 8.59375vw 7.8125vw;
}

main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-pageno {
  color: #2785ff;
  font-family: 'Poppins', sans-serif;
  font-size: 2.60417vw;
  line-height: 1;
  margin-bottom: 7.16146vw;
}

main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-heading {
  font-size: 3.90625vw;
  margin-bottom: 5.85938vw;
  line-height: 1.5;
}

main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection {
  margin-bottom: 7.8125vw;
}

main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection:last-of-type {
  margin-bottom: 0;
}

main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection > .content__block-text {
  font-size: 2.60417vw;
  line-height: 2;
}

main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection > .content__block-text.interviewer {
  color: #2785ff;
}

main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection > .content__block-text.interviewer::before {
  content: '――';
}

main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection > .content__block-text.guest::before {
  content: attr(data-name);
  margin-right: 1em;
}

main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection > .content__block-text > .content__block-annotation {
  border-bottom: 0.13021vw dashed #2785ff;
}

main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-image {
  top: 0;
}

main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-image > .section__content-image:nth-of-type(1) {
  margin-bottom: 2.86458vw;
}

main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-image > .section__content-image:last-of-type {
  margin-bottom: 0;
}

main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:nth-of-type(1) {
  min-width: 80vw;
  width: 100%;
}

main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:nth-of-type(2) {
  min-width: 80vw;
  width: 100%;
}

main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:nth-of-type(3) {
  min-width: 80vw;
  width: 100%;
}

main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child {
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}

main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child > .section__content-image {
  padding-top: 3.38542vw;
}

main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child > .section__content-image > img {
  width: 100%;
  height: auto;
}

main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child > .section__content-image:nth-of-type(1) {
  margin-bottom: 3.25521vw;
}

main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__button {
  text-align: center;
}

main > .main__container > .main__inner .pager {
  margin-bottom: 7.8125vw;
}

main > .main__container > .main__inner .pager > .pager__container > .pager__inner {
  padding: 0 8.59375vw;
}

main > .main__container > .main__inner .pager > .pager__container > .pager__inner > .pager__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

main > .main__container > .main__inner .pager > .pager__container > .pager__inner > .pager__list > .pager__list-item {
  font-size: 3.125vw;
  transition: all 0.2s;
  opacity: 1;
}

main > .main__container > .main__inner .pager > .pager__container > .pager__inner > .pager__list > .pager__list-item:hover {
  opacity: .4;
}

main > .main__container > .main__inner .pager > .pager__container > .pager__inner > .pager__list > .pager__list-item.prev,
main > .main__container > .main__inner .pager > .pager__container > .pager__inner > .pager__list > .pager__list-item.next {
  font-size: 1px;
  color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}

main > .main__container > .main__inner .pager > .pager__container > .pager__inner > .pager__list > .pager__list-item.prev > a,
main > .main__container > .main__inner .pager > .pager__container > .pager__inner > .pager__list > .pager__list-item.next > a {
  display: block;
  width: 100%;
  height: 100%;
}

main > .main__container > .main__inner .pager > .pager__container > .pager__inner > .pager__list > .pager__list-item.prev {
  width: 10.65601vw;
  height: 7.04917vw;
  background-image: url(../../img/pager/pager_prev.svg);
}

main > .main__container > .main__inner .pager > .pager__container > .pager__inner > .pager__list > .pager__list-item.next {
  width: 10.48896vw;
  height: 7.04917vw;
  background-image: url(../../img/pager/pager_next.svg);
}

main > .main__container > .main__inner .pager > .pager__container > .pager__inner > .pager__list > .pager__list-item.current {
  opacity: .4;
}

main > .main__container > .main__inner .pager > .pager__container > .pager__inner > .pager__list > .pager__list-item.current > a {
  display: none;
}

main > .main__container > .main__inner .pager > .pager__container > .pager__inner > .pager__list > .pager__list-item.current:before {
  content: '-';
  display: inline-block;
}

main > .main__container > .goto1st {
  position: absolute;
  width: 22.99102vw;
  height: 12.14133vw;
  left: 10.41667vw;
  top: 7.8125vw;
}

main > .main__container > .goto1st > a {
  display: block;
  width: 22.99102vw;
  height: 12.14133vw;
}

footer > .footer__container {
  width: 100%;
}

footer > .footer__container > .footer__inner {
  padding: 0 7.8125vw 18.88021vw 7.8125vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer > .footer__container > .footer__inner > .footer__copyright {
  font-size: 1.95313vw;
  line-height: 1.2;
}

footer > .footer__container > .footer__inner > .footer__copyright > small:last-child:before {
  content: "\A";
  white-space: pre;
}

footer > .footer__container > .footer__inner > .footer_top {
  background-image: url(../../img/pager/gototop.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 7.03125vw;
  width: 7.03125vw;
  cursor: pointer;
}

footer > .footer__container > .footer__inner > .goto_next {
  font-size: 1.95313vw;
  background-image: url(../../img/goto_next.svg);
  background-size: 7.8125vw 7.8125vw;
  background-repeat: no-repeat;
  background-position: center bottom;
  transition: all 0.2s;
  width: 100%;
  text-align: center;
}

footer > .footer__container > .footer__inner > .goto_next:hover {
  opacity: 0.4;
}

footer > .footer__container > .footer__inner > .goto_next > a {
  padding: 7.8125vw 0;
  display: inline-block;
}

.annotation-checkbox:checked + .annotation > .annotation__container {
  background-position: center 6.51042vw;
  background-size: 50.65549vw 9.07939vw;
}

.annotation-checkbox:checked + .annotation > .annotation__container > label {
  width: 10.41667vw;
  height: 10.41667vw;
  top: 6.25vw;
  right: 6.25vw;
}

.annotation-checkbox:checked + .annotation > .annotation__container > .annotation__inner > .annotation__content {
  padding: 26.04167vw 24.73958vw 0 24.73958vw;
}

.annotation-checkbox:checked + .annotation > .annotation__container > .annotation__inner > .annotation__content > div:first-child {
  margin-bottom: 3.51563vw;
}

.annotation-checkbox:checked + .annotation > .annotation__container > .annotation__inner > .annotation__content > div:last-child {
  margin-bottom: 10.15625vw;
}

.annotation-checkbox:checked + .annotation > .annotation__container > .annotation__inner > .annotation__content > .annotation__content-image > .annotation__block-image {
  max-width: 30.98958vw;
  max-height: 20.83333vw;
}

.annotation-checkbox:checked + .annotation > .annotation__container > .annotation__inner > .annotation__content > .annotation__content-image > .annotation__block-image > img {
  max-height: 20.83333vw;
  max-width: 30.98958vw;
}

.annotation-checkbox:checked + .annotation > .annotation__container > .annotation__inner > .annotation__content > .annotation__content-image > .annotation__block-image:only-child {
  max-width: 49.47917vw;
}

.annotation-checkbox:checked + .annotation > .annotation__container > .annotation__inner > .annotation__content > .annotation__content-image > .annotation__block-image:only-child > img {
  max-width: 49.47917vw;
  max-height: 20.83333vw;
}

.annotation-checkbox:checked + .annotation > .annotation__container > .annotation__inner > .annotation__content > .annotation__content-image > .annotation__block-image:nth-child(2) {
  margin-left: 5.98958vw;
}

.annotation-checkbox:checked + .annotation > .annotation__container > .annotation__inner > .annotation__content > .annotation__content-collection {
  display: block;
}

.annotation-checkbox:checked + .annotation > .annotation__container > .annotation__inner > .annotation__content > .annotation__content-collection > .annotation__content-text {
  font-size: 2.60417vw;
  line-height: 1.5;
}

.annotation-checkbox:checked + .annotation > .annotation__container > .annotation__inner > label {
  width: 10.41667vw;
  height: 10.41667vw;
  display: none;
}

.annotation-checkbox:checked + .annotation.annotation__charainfo > .annotation__container > .annotation__inner > .annotation__content > .annotation__content-collection > .annotation__content-text {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 2em;
}

.annotation-checkbox:checked + .annotation.annotation__charainfo > .annotation__container > .annotation__inner > .annotation__content > .annotation__content-collection > .annotation__content-text > span {
  background: linear-gradient(transparent 30%, rgba(179, 255, 141, 0.7) 30%);
}

#interview02 .wrapper {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../img/interview/02/article_bg_01.svg), url(../../img/interview/02/article_bg_02.svg), url(../../img/interview/02/article_bg_01.svg), url(../../img/interview/02/article_bg_02.svg), url(../../img/interview/02/article_bg_01.svg), url(../../img/interview/02/article_bg_02.svg), url(../../img/interview/02/article_bg_01.svg), url(../../img/interview/02/article_bg_02.svg);
}

#interview02 .wrapper[data-page='1'] {
  background-position: 0 204.81771vw, 0 506.25vw, 0 807.68229vw, 0 1109.11458vw;
}

#interview02 .wrapper[data-page='1'] section:first-of-type {
  background-image: url(../../img/interview/02/section_top_bg_sp.svg);
}

#interview02 .wrapper[data-page='2'] {
  background-position: 0 204.81771vw, 0 506.25vw, 0 807.68229vw, 0 1109.11458vw, 0 1410.54688vw, 0 1711.97917vw, 0 2013.41146vw, 0 2314.84375vw;
}

#interview02 main > .main__container {
  background-image: url(../../img/interview/02/lefttop_logo.svg), url(../../img/interview/02/righttop_logo.svg), url(../../img/interview/02/righttop_lead.svg), url(../../img/interview/02/righttop_special_talk_session.svg);
  background-size: 22.99102vw 12.14133vw, 16.48254vw 65.9668vw, 28.5815vw 5.89268vw, 47.73445vw 110.12832vw;
  background-position: 10.41667vw 7.8125vw, right 6.25vw top 20.83333vw, right 29.03646vw top 25.39063vw, right 23.17708vw top 48.82813vw;
}

#interview02 main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .section__content-numbering {
  color: #ff3a5b;
}

#interview02 main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .section__content-title > span {
  background-color: #ffb4c4;
}

#interview02 main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-pageno {
  color: #ff3a5b;
}

#interview02 main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection > .content__block-text.interviewer {
  color: #ff3a5b;
}

#interview02 main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection > .content__block-text > .content__block-annotation {
  border-bottom: 0.07813vw dashed #ff3a5b;
}

#interview02 main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child > .content__block-collection {
  margin-left: 5.15625vw;
  margin-right: 5.15625vw;
}

#interview02 main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child > .content__block-collection > .content__block-text.name {
  color: #ff3a5b;
}

#interview02 main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child > .content__block-image > .section__content-image > small {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 1.17188vw;
  line-height: 1.86667;
}

#interview02 .annotation-checkbox:checked + .annotation {
  background-color: rgba(255, 196, 209, 0.9);
}

#information .wrapper {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../img/information/01/article_bg_01.svg), url(../../img/information/01/article_bg_02.svg), url(../../img/information/01/article_bg_01.svg), url(../../img/information/01/article_bg_02.svg), url(../../img/information/01/article_bg_01.svg), url(../../img/information/01/article_bg_02.svg), url(../../img/information/01/article_bg_01.svg), url(../../img/information/01/article_bg_02.svg);
}

#information .wrapper[data-page='1'] {
  background-position: 0 204.81771vw, 0 506.25vw, 0 807.68229vw, 0 1109.11458vw;
}

#information .wrapper[data-page='1'] section:first-of-type {
  background-image: url(../../img/information/01/section_top_bg_sp.svg);
}

#information main > .main__container {
  background-image: url(../../img/information/01/lefttop_logo.svg), url(../../img/information/01/righttop_logo.svg), url(../../img/information/01/righttop_lead.svg), url(../../img/information/01/righttop_keyinformation.svg);
  background-size: 22.99102vw 12.14133vw, 16.48254vw 65.9668vw, 28.5815vw 5.89268vw, 47.73445vw 110.12832vw;
  background-position: 10.41667vw 7.8125vw, right 6.25vw top 20.83333vw, right 29.03646vw top 25.39063vw, right 23.17708vw top 48.82813vw;
}

#information main > .main__container > .main__inner > .article {
  padding-top: 41.66667vw;
}

#information main > .main__container > .main__inner > .article > .section {
  margin-bottom: 13.02083vw;
}

#information main > .main__container > .main__inner > .article > .section:first-of-type {
  margin-bottom: 5.20833vw;
}

#information main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner {
  min-height: 67.70833vw;
}

#information main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content {
  width: 100vw;
}

#information main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .section__content-numbering {
  color: #c28aff;
  margin-bottom: 13.02083vw;
}

#information main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .section__content-title > span {
  background-color: #c28aff;
}

#information main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .section__content-lead {
  font-size: 2.60417vw;
  line-height: 2.1;
  font-weight: bold;
  margin-bottom: 5.20833vw;
}

#information main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container {
  margin-bottom: 6.51042vw;
}

#information main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child {
  padding: 0;
}

#information main > .main__container > .main__inner > .article > .section:last-of-type {
  margin-bottom: 19.53125vw;
}

#information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content:after {
  content: '';
  display: block;
  width: 100%;
  background-color: #bcbcbc;
  height: 0.19531vw;
}

#information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content.noborder:after {
  display: none;
}

#information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner {
  flex-wrap: nowrap;
}

#information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner.center {
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

#information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-heading {
  margin: 0;
  padding-left: 8.59375vw;
  font-family: 'Poppins', sans-serif;
  font-size: 7.8125vw;
  line-height: 1;
  color: #c28aff;
}

#information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection {
  margin-right: 0;
  margin-left: 0;
}

#information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection > .content__block-text {
  font-size: 2.60417vw;
  line-height: 1.9;
}

#information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection > .content__block-text.interviewer {
  color: #ff3a5b;
}

#information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection > .content__block-text > .content__block-annotation {
  text-decoration: dashed underline #ff3a5b;
}

#information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection > .content__block-text.story {
  font-family: 'Noto Sans';
  text-align: center;
  line-height: 3;
}

#information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block.chara > .content__block-image {
  position: relative;
  width: 70.42809vw;
  height: 98.55651vw;
  margin: 0 auto;
}

#information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block.chara > .content__block-image > .section__content-image > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block.chara > .content__block-image > .section__content-image.c01:before {
  background-color: #fd8cd2;
}

#information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block.chara > .content__block-image > .section__content-image.c01 > img {
  width: 70.3125vw;
  height: 98.4375vw;
}

#information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block.chara > .content__block-image > .section__content-image.c02:before {
  background-color: #685fe5;
}

#information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block.chara > .content__block-image > .section__content-image.c02 > img {
  width: 61.03944vw;
  height: 99.31079vw;
}

#information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block.chara > .content__block-image > .section__content-image.c03:before {
  background-color: #ede59d;
}

#information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block.chara > .content__block-image > .section__content-image.c03 > img {
  width: 42.34595vw;
  height: 90.13211vw;
}

#information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block.chara > .content__block-image > .section__content-image.c04:before {
  background-color: #c28aff;
}

#information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block.chara > .content__block-image > .section__content-image.c04 img {
  width: 58.03751vw;
  height: 93.68579vw;
}

#information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block.chara > .content__block-image > .section__content-image:before {
  content: '';
  display: block;
  position: absolute;
  background-color: #fff;
  border-radius: 100%;
  width: 70.3125vw;
  height: 70.3125vw;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block.chara-info {
  box-sizing: border-box;
  width: 78.125vw;
  margin: 0 auto;
}

#information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block.chara-info > .content__block-collection > .content__block-text {
  font-size: 2.60417vw;
  line-height: 2.53333;
  margin-bottom: 5.20833vw;
}

#information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block.chara-info > .content__block-collection > .content__block-text:last-of-type {
  margin-bottom: 0;
}

#information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block.chara-info > .content__block-collection > .chara-job {
  font-size: 3.64583vw;
  line-height: 1;
  margin-bottom: 1.5625vw;
}

#information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block.chara-info > .content__block-collection > .chara-name {
  font-size: 5.20833vw;
  line-height: 1.4;
  width: 100%;
  height: 7.29167vw;
  margin-bottom: 3.38542vw;
}

#information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block.chara-info > .content__block-collection > .chara-name > span {
  font-size: 3.125vw;
  line-height: 2.33333;
  vertical-align: bottom;
  margin-left: 0.5em;
}

#information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block.chara-info > .content__block-collection > .chara-name.c01 {
  background-color: #fd8cd2;
}

#information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block.chara-info > .content__block-collection > .chara-name.c02 {
  background-color: #685fe5;
}

#information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block.chara-info > .content__block-collection > .chara-name.c03 {
  background-color: #ede59d;
}

#information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block.chara-info > .content__block-collection > .chara-name.c04 {
  background-color: #c28aff;
}

#information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child > .content__block-collection {
  margin-right: 8.59375vw;
  margin-left: 8.59375vw;
}

#information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child > .content__block-collection > .content__block-text {
  font-size: 2.60417vw;
  line-height: 2;
}

#information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child > .content__block-collection > .content__block-text.name {
  color: #ff3a5b;
}

#information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child > .content__block-collection > .content__block-text.story {
  font-family: 'Noto Sans';
  text-align: center;
  line-height: 3;
}

#information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child > .content__block-image {
  position: relative;
}

#information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child > .content__block-image > .section__content-image > small {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 1.95313vw;
  line-height: 1.86667;
}

#information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child > .content__block-image.imagelist {
  display: flex;
  padding: 0 4.29688vw;
  justify-content: center;
}

#information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child > .content__block-image.imagelist > .section__content-image {
  width: 28.125vw;
  margin: 1.30208vw;
}

#information .bmargin50 {
  margin-bottom: 6.51042vw !important;
}

#information .bmargin100 {
  margin-bottom: 13.02083vw !important;
}

#information .bmargin0 {
  margin-bottom: 0 !important;
}

#yonkoma .wrapper {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../img/4koma/01/article_bg_01.svg);
  background-position: center 21.35417vw;
}

#yonkoma main > .main__container {
  background-image: url(../../img/4koma/01/lefttop_logo.svg), url(../../img/4koma/01/righttop_logo.svg), url(../../img/4koma/01/righttop_lead.svg);
  background-size: 22.99102vw 12.14133vw, 16.48254vw 65.9668vw, 28.5815vw 5.89268vw;
  background-position: 10.41667vw 7.8125vw, right 6.25vw top 20.83333vw, right 29.03646vw top 25.39063vw;
}

#yonkoma main > .main__container > .main__inner > .article {
  padding: 34.375vw 0 7.8125vw;
}

#yonkoma main > .main__container > .main__inner > .article > .section {
  margin: 0;
}

#yonkoma main > .main__container > .main__inner > .article > .section:first-of-type {
  margin-bottom: 0;
}

#yonkoma main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner {
  min-height: 100vh;
}

#yonkoma main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content {
  width: 100%;
}

#yonkoma main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container {
  margin-bottom: 0;
}

#yonkoma main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner {
  padding: 0 8.59375vw;
  box-sizing: border-box;
}

#yonkoma main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block {
  width: 100%;
}

#yonkoma main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child {
  padding: 0;
}

#yonkoma main > .main__container > .main__inner > .article > .section:last-of-type {
  margin-bottom: 0;
}

#yonkoma main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content:after {
  display: none;
}

#yonkoma main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner {
  flex-wrap: nowrap;
}

#yonkoma main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner.center {
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

#yonkoma main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection {
  margin-right: 0;
  margin-left: 0;
}

#yonkoma main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child > .content__block-collection {
  margin-right: 0;
  margin-left: 0;
}

#yonkoma main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child > .content__block-image {
  position: relative;
}

#yonkoma main > .main__container > .main__inner > .article > .section.url > .section__container > .section__inner > .section__content > .content__container > .content__inner {
  padding: 8.59375vw 8.59375vw 0 8.59375vw;
  box-sizing: border-box;
}

#yonkoma main > .main__container > .main__inner > .article > .section.url > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block {
  width: 100%;
}

#vjamming .wrapper {
  background-repeat: no-repeat;
  background-size: contain, 74.21875vw auto;
  background-image: url(../../img/vjamming/01/article_bg_01.svg), url(../../img/vjamming/01/bg.png);
  background-position: center 21.35417vw, center 32.55208vw;
}

#vjamming .wrapper section:first-of-type {
  background-image: none;
}

#vjamming main > .main__container {
  background-image: url(../../img/vjamming/01/lefttop_logo.svg), url(../../img/vjamming/01/righttop_logo.svg), url(../../img/vjamming/01/righttop_lead.svg);
  background-size: 22.99102vw 12.14133vw, 16.48254vw 65.9668vw, 28.5815vw 5.89268vw;
  background-position: 10.41667vw 7.8125vw, right 6.25vw top 20.83333vw, right 29.03646vw top 25.39063vw;
}

#vjamming main > .main__container > .main__inner > .article {
  padding: 34.375vw 0 7.8125vw;
}

#vjamming main > .main__container > .main__inner > .article > .section {
  margin: 0;
  max-width: 100vw;
}

#vjamming main > .main__container > .main__inner > .article > .section:first-of-type {
  margin-bottom: 0;
}

#vjamming main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content {
  width: 100%;
}

#vjamming main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .section__content-title {
  font-weight: 500;
  font-size: 4.94792vw;
  font-feature-settings: "palt";
  margin-bottom: 7.29167vw;
  line-height: 1;
}

#vjamming main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .section__content-title > span {
  display: block;
  background-color: #4e43ff;
  color: #fff;
  width: 90.625vw;
  margin: 0 auto;
}

#vjamming main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .section__content-title > span:first-of-type {
  margin-bottom: 3.90625vw;
}

#vjamming main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .section__content-title > span:nth-of-type(2) {
  margin-bottom: 3.90625vw;
}

#vjamming main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .section__content-lead {
  font-size: 2.60417vw;
  font-weight: bold;
  line-height: 2.1;
  margin: 0 8.46354vw 9.11458vw;
  text-shadow: 1px 1px 0 #FFF, -0.13021vw -0.13021vw 0 #FFF, -0.13021vw -0.13021vw 0 #FFF, -0.13021vw -0.13021vw 0 #FFF, 0px -0.13021vw 0 #FFF, 0 -0.13021vw 0 #FFF, -0.13021vw 0 0 #FFF, 0.13021vw 0 0 #FFF;
}

#vjamming main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container {
  margin-bottom: 7.8125vw;
}

#vjamming main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner {
  padding: 0 8.59375vw;
  box-sizing: border-box;
}

#vjamming main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block {
  width: 100%;
}

#vjamming main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-image > .section__content-image:nth-of-type(3) {
  width: 50vw;
  margin: 0 auto;
}

#vjamming main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child {
  padding: 0;
}

#vjamming main > .main__container > .main__inner > .article > .section:nth-of-type(2) {
  margin-bottom: 13.02083vw;
}

#vjamming main > .main__container > .main__inner > .article > .section:nth-of-type(2) > .section__container > .section__inner > .section__content:after {
  display: none;
}

#vjamming main > .main__container > .main__inner > .article > .section:nth-of-type(2) > .section__container > .section__inner > .section__content > .content__container > .content__inner {
  flex-wrap: nowrap;
  padding: 0 8.59375vw;
}

#vjamming main > .main__container > .main__inner > .article > .section:nth-of-type(2) > .section__container > .section__inner > .section__content > .content__container > .content__inner.center {
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

#vjamming main > .main__container > .main__inner > .article > .section:nth-of-type(2) > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection {
  margin-right: 0;
  margin-left: 0;
}

#vjamming main > .main__container > .main__inner > .article > .section:nth-of-type(2) > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child > .content__block-collection {
  margin-right: 0;
  margin-left: 0;
}

#vjamming main > .main__container > .main__inner > .article > .section:nth-of-type(2) > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child > .content__block-image {
  position: relative;
}

#vjamming main > .main__container > .main__inner > .article > .section:last-of-type {
  margin-bottom: 0;
  max-width: 100vw;
}

#vjamming main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content:after {
  display: none;
}

#vjamming main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner {
  flex-wrap: nowrap;
}

#vjamming main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner.center {
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

#vjamming main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block {
  padding: 0 8.59375vw;
  display: flex;
  flex-wrap: wrap;
}

#vjamming main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}

#vjamming main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection:nth-of-type(1) {
  order: 1;
  margin-bottom: 7.8125vw;
}

#vjamming main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection:nth-of-type(2) {
  order: 4;
  margin-bottom: 0;
}

#vjamming main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection:nth-of-type(3) {
  order: 2;
  margin-bottom: 1em;
}

#vjamming main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection:nth-of-type(4) {
  order: 3;
  margin-bottom: 7.8125vw;
}

#vjamming main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child > .content__block-collection {
  margin-right: 0;
  margin-left: 0;
}

#vjamming main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child > .content__block-image {
  position: relative;
}

#firstvew .wrapper {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 21.35417vw;
  background-image: none;
}

#firstvew main > .main__container {
  background-image: url(../../img/1stview/01/bottom_logo.svg), url(../../img/1stview/01/righttop_logo.svg), url(../../img/1stview/01/righttop_lead.svg), url(../../img/1stview/01/right_bg.svg);
  background-size: 22.99102vw 12.14133vw, 16.48254vw 65.9668vw, 28.5815vw 5.89268vw, contain;
  background-position: 10.41667vw 7.8125vw, right 6.25vw top 20.83333vw, right 29.03646vw top 25.39063vw, 0 0;
}

#firstvew main > .main__container > .main__inner > .article {
  padding: 26.5625vw 0 0;
}

#firstvew main > .main__container > .main__inner > .article > .section {
  margin: 0;
}

#firstvew main > .main__container > .main__inner > .article > .section:first-of-type {
  margin-bottom: 0;
}

#firstvew main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner {
  min-height: auto;
}

#firstvew main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content {
  width: 100%;
}

#firstvew main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container {
  margin-bottom: 0;
}

#firstvew main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner {
  padding: 0 8.59375vw;
  box-sizing: border-box;
}

#firstvew main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block {
  width: 100%;
}

#firstvew main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child {
  padding: 0;
}

#comic .wrapper {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../img/4koma/01/article_bg_01.svg);
  background-position: center 21.35417vw;
}

#comic main > .main__container {
  background-image: url(../../img/4koma/01/lefttop_logo.svg), url(../../img/4koma/01/righttop_logo.svg), url(../../img/4koma/01/righttop_lead.svg);
  background-size: 22.99102vw 12.14133vw, 16.48254vw 65.9668vw, 28.5815vw 5.89268vw;
  background-position: 10.41667vw 7.8125vw, right 6.25vw top 20.83333vw, right 29.03646vw top 25.39063vw;
}

#comic main > .main__container > .main__inner > .article {
  padding: 34.375vw 0 7.8125vw;
}

#comic main > .main__container > .main__inner > .article > .section {
  background: none;
  margin: 0;
}

#comic main > .main__container > .main__inner > .article > .section:first-of-type {
  margin-bottom: 0;
}

#comic main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner {
  min-height: 100vh;
}

#comic main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content {
  width: 100%;
}

#comic main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container {
  margin-bottom: 0;
}

#comic main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner {
  padding: 0 0;
  box-sizing: border-box;
}

#comic main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block {
  width: 100%;
}

#comic main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child {
  padding: 0 8.59375vw 7.8125vw;
}

#comic main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__button {
  display: block;
  width: 100%;
  text-align: center;
}

#comic main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__button > span:nth-of-type(2) {
  display: none;
}

#comic main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__button > span.hide {
  display: none;
}

#comic main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__button > span > a {
  display: inline-block;
  height: 3.77604vw;
  background-image: url(../../img/comic/sizechange.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 7.03125vw 7.03125vw;
  padding-left: 8.33333vw;
  font-size: 2.60417vw;
  line-height: 1.35;
}

#comic main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__button > span > .fullscreen-resize {
  display: none;
  background-image: url(../../img/comic/fullscreen.svg);
  background-size: contain;
  padding-left: 3.125vw;
}

#comic main > .main__container > .main__inner > .article > .section:last-of-type {
  margin-bottom: 0;
}

#comic main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content:after {
  display: none;
}

#comic main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner {
  flex-wrap: nowrap;
  padding-left: 0;
  padding-right: 0;
}

#comic main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner.center {
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

#comic main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection {
  margin-right: 0;
  margin-left: 0;
}

#comic main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child > .content__block-collection {
  margin-right: 0;
  margin-left: 0;
}

#comic main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child > .content__block-image {
  position: relative;
}

#comic main > .main__container > .main__inner > .article > .section.url > .section__container > .section__inner > .section__content > .content__container > .content__inner {
  padding: 0;
  box-sizing: border-box;
}

#comic main > .main__container > .main__inner > .article > .section.url > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block {
  width: 100%;
}

#comic .slick-arrow {
  display: block;
  width: 33.59375vw;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 7.55208vw 7.55208vw;
  position: absolute;
  top: 0;
  z-index: 10;
  cursor: pointer;
}

#comic .slick-arrow:first-of-type {
  background-image: url(../../img/comic/comic_next_btn.svg);
  left: -7.55208vw;
  background-position: left center;
}

#comic .slick-arrow:last-of-type {
  background-image: url(../../img/comic/comic_prev_btn.svg);
  right: -7.55208vw;
  background-position: right center;
}

#comic .screenToggle .slick-arrow:first-of-type {
  left: 0 !important;
}

#comic .screenToggle .slick-arrow:last-of-type {
  right: 0 !important;
}

#comic .slick-list {
  z-index: 1;
}

#comic header:-webkit-full-screen,
#comic header:-moz-full-screen,
#comic header:-ms-fullscreen,
#comic header:fullscreen {
  display: none !important;
}

#comic footer:-webkit-full-screen,
#comic footer:-moz-full-screen,
#comic footer:-ms-fullscreen,
#comic footer:fullscreen {
  display: none !important;
}

#comic .goto1st:-webkit-full-screen,
#comic .goto1st:-moz-full-screen,
#comic .goto1st:-ms-fullscreen,
#comic .goto1st:fullscreen {
  display: none !important;
}

#comic article:-webkit-full-screen,
#comic article:-moz-full-screen,
#comic article:-ms-fullscreen,
#comic article:fullscreen {
  padding: 0 !important;
  height: 100vh !important;
}

#comic .main__container:-webkit-full-screen,
#comic .main__container:-moz-full-screen,
#comic .main__container:-ms-fullscreen,
#comic .main__container:fullscreen {
  background: none !important;
}

#comic .section:-webkit-full-screen,
#comic .section:-moz-full-screen,
#comic .section:-ms-fullscreen,
#comic .section:fullscreen {
  background: none !important;
}

#comic .wrapper:-webkit-full-screen,
#comic .wrapper:-moz-full-screen,
#comic .wrapper:-ms-fullscreen,
#comic .wrapper:fullscreen {
  background: none !important;
}

#comic header.screenToggle {
  display: none !important;
}

#comic footer.screenToggle {
  display: none !important;
}

#comic .goto1st.screenToggle {
  display: none !important;
}

#comic article.screenToggle {
  padding: 0 !important;
}

#comic .main__container.screenToggle {
  background: none !important;
  min-height: auto !important;
}

#comic .section.screenToggle {
  background: none !important;
}

#comic .wrapper.screenToggle {
  background: none !important;
}

#comic .content__inner.screenToggle {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

#comic .section__inner.screenToggle {
  min-height: auto !important;
}

#comic html.screenToggle {
  overscroll-behavior: none;
}

#comic #fullscreen.screenToggle {
  color: #fff !important;
  background-image: url(../../img/comic/sizechange_resize.svg) !important;
}

#comic .content__block.screenToggle {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

body#comic.screenToggle {
  background-color: #333 !important;
}

.sp-only {
  display: block;
}

.sp-only > .section__content-image {
  margin-bottom: 7.8125vw !important;
}

.pc-only {
  display: none;
}

.sp-reverse {
  flex-direction: column-reverse;
}

/**
* PC
**/

@media screen and (min-width: 769px) {
  .wrapper {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../img/interview/01/article_bg_01.svg), url(../../img/interview/01/article_bg_02.svg);
  }

  .wrapper[data-page='1'] {
    background-position: 0 98.59375vw, 0 302.73438vw;
  }

  .wrapper[data-page='1'] section:first-of-type {
    background-image: none;
  }

  .wrapper[data-page='2'] {
    background-position: 0 43.35938vw, 0 247.5vw;
  }

  .wrapper[data-page='3'] {
    background-position: 0 51.5625vw, 0 263.51563vw;
  }

  .wrapper[data-page='4'] {
    background-position: 0 71.25vw, 0 252.42188vw;
  }

  header {
    width: 100%;
    z-index: 10;
    position: fixed;
  }

  header > .header__container > .header__inner > .header__nav {
    text-align: right;
  }

  header > .header__container > .header__inner > .header__nav > label {
    z-index: 1000;
    display: inline-block;
    position: relative;
    width: 7.8125vw;
    height: 1.5625vw;
    cursor: pointer;
    margin-right: 3.125vw;
    margin-top: 1.71875vw;
  }

  header > .header__container > .header__inner > .header__nav > label > span {
    position: absolute;
    left: 0;
    width: 7.8125vw;
    height: 0.15625vw;
    background-color: #777777;
    display: inline-block;
    transition: all .2s;
    box-sizing: border-box;
  }

  header > .header__container > .header__inner > .header__nav > label > span:nth-child(1) {
    top: 0;
  }

  header > .header__container > .header__inner > .header__nav > label > span:nth-child(2) {
    top: 50%;
  }

  header > .header__container > .header__inner > .header__nav > label > span:nth-child(3) {
    top: 100%;
  }

  header > .header__container > .header__inner > .header__nav > .header__nav-wrapper {
    visibility: hidden;
    opacity: 0;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    text-align: left;
    background-size: 7.85623vw 48.66516vw, 32.51564vw 36.68677vw, 8.95151vw 4.7272vw, 17.14893vw 3.53561vw, auto 100%, cover;
    background-repeat: no-repeat;
    background-position: 10.46875vw 7.1875vw, right 9.92188vw top 4.92188vw, right 3.90625vw bottom 2.5vw, right 28.90625vw bottom 10vw, right 5.625vw top 0, 0 0;
    background-image: url(../../img/nav/pc/contents.svg), url(../../img/nav/pc/title.svg), url(../../img/nav/pc/logo.svg), url(../../img/nav/pc/lead.svg), url(../../img/nav/pc/va.svg), url(../../img/nav/pc/bg.svg);
  }

  header > .header__container > .header__inner > .header__nav > .header__nav-wrapper > nav > .header__nav-inner {
    padding: 18.125vmin 0 0 25vmin;
  }

  header > .header__container > .header__inner > .header__nav > .header__nav-wrapper > nav > .header__nav-inner > .header__nav-list > .header__nav-item {
    width: 62.5vw;
    margin-bottom: 7.5vmin;
  }

  header > .header__container > .header__inner > .header__nav > .header__nav-wrapper > nav > .header__nav-inner > .header__nav-list > .header__nav-item:first-of-type {
    margin-bottom: 3.75vmin;
  }

  header > .header__container > .header__inner > .header__nav > .header__nav-wrapper > nav > .header__nav-inner > .header__nav-list > .header__nav-item:nth-of-type(2) {
    margin-bottom: 3.75vmin;
  }

  header > .header__container > .header__inner > .header__nav > .header__nav-wrapper > nav > .header__nav-inner > .header__nav-list > .header__nav-item:nth-of-type(3) {
    margin-bottom: 3.75vmin;
  }

  header > .header__container > .header__inner > .header__nav > .header__nav-wrapper > nav > .header__nav-inner > .header__nav-list > .header__nav-item:nth-of-type(4) {
    margin-bottom: 3.75vmin;
  }

  header > .header__container > .header__inner > .header__nav > .header__nav-wrapper > nav > .header__nav-inner > .header__nav-list > .header__nav-item:nth-of-type(5) {
    margin-bottom: 3.75vmin;
  }

  header > .header__container > .header__inner > .header__nav > .header__nav-wrapper > nav > .header__nav-inner > .header__nav-list > .header__nav-item:nth-of-type(6) {
    margin-bottom: 3.75vmin;
  }

  header > .header__container > .header__inner > .header__nav > .header__nav-wrapper > nav > .header__nav-inner > .header__nav-list > .header__nav-item:last-of-type {
    margin-bottom: 7.5vmin;
  }

  header > .header__container > .header__inner > .header__nav > .header__nav-wrapper > nav > .header__nav-inner > .header__nav-list > .header__nav-item > a {
    line-height: 1;
  }

  header > .header__container > .header__inner > .header__nav > .header__nav-wrapper > nav > .header__nav-inner > .header__nav-list > .header__nav-item > a > span {
    font-family: 'Poppins', sans-serif;
    display: block;
    font-size: 2.25vmin;
    color: #2785ff;
    margin-bottom: 1vmin;
    font-weight: bold;
  }

  header > .header__container > .header__inner > .header__nav > .header__nav-wrapper > nav > .header__nav-inner > .header__nav-list > .header__nav-item > a > b {
    font-weight: normal;
    display: block;
    font-size: 3.75vmin;
    width: 100%;
    background: linear-gradient(to right, #b1ff8b 50%, transparent);
    line-height: 1.46667;
  }

  header > .header__container > .header__inner > .header__nav > #header-nav {
    display: none;
  }

  header > .header__container > .header__inner > .header__nav > #header-nav:checked + label > span:nth-of-type(1) {
    -webkit-transform: translateY(1.01563vw) rotate(-11deg);
    transform: translateY(1.01563vw) rotate(-11deg);
  }

  header > .header__container > .header__inner > .header__nav > #header-nav:checked + label > span:nth-of-type(2) {
    opacity: 0;
  }

  header > .header__container > .header__inner > .header__nav > #header-nav:checked + label > span:nth-of-type(3) {
    -webkit-transform: translateY(-0.54688vw) rotate(11deg);
    transform: translateY(-0.54688vw) rotate(11deg);
  }

  header > .header__container > .header__inner > .header__nav > #header-nav:checked + label ~ .header__nav-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
  }

  main > .main__container {
    width: 100%;
    min-height: 100vh;
    position: relative;
    background-repeat: no-repeat;
    background-image: url(../../img/interview/01/lefttop_logo.svg), url(../../img/interview/01/righttop_logo.svg), url(../../img/interview/01/righttop_lead.svg), url(../../img/interview/01/righttop_special_talk_session.svg);
    background-size: 13.79461vw 7.2848vw, 9.88952vw 39.58008vw, 17.1489vw 3.53561vw, 28.64067vw 66.07699vw;
    background-position: 9.84375vw 3.51563vw, right 4.92188vw top 7.96875vw, right 16.40625vw top 13.28125vw, right 9.84375vw top 25vw;
  }

  main > .main__container > .main__inner > .article {
    padding: 26.01563vw 0 0 0;
  }

  main > .main__container > .main__inner > .article > .section {
    margin-bottom: 4.6875vw;
  }

  main > .main__container > .main__inner > .article > .section:first-of-type {
    margin-bottom: 0;
  }

  main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner {
    background-image: url(../../img/interview/01/section_top_bg.svg);
    background-size: 64.67416vw 38.15571vw;
    background-position: 0 0;
    background-repeat: no-repeat;
    min-height: 38.15571vw;
    margin: 0 0 0 8.82813vw;
  }

  main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content {
    width: 65.625vw;
  }

  main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .section__content-numbering {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5625vw;
    font-weight: 500;
    line-height: 1.65;
    margin: 0.78125vw 0 13.125vw 1.5625vw;
    color: #2785ff;
  }

  main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .section__content-numbering > span::before {
    content: "\A";
    white-space: pre;
  }

  main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .section__content-title {
    display: none;
    font-weight: 500;
    font-size: 3.125vw;
    font-feature-settings: "palt";
    line-height: 1;
  }

  main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .section__content-title > span {
    display: block;
  }

  main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .section__content-title > span:first-of-type {
    margin-bottom: 1.95313vw;
  }

  main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .section__content-lead {
    font-size: 1.5625vw;
    font-weight: bold;
    line-height: 2.1;
    margin: 0;
  }

  main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .section__content-personname {
    font-family: 'Poppins', sans-serif;
    font-size: 1.17188vw;
    font-weight: 300;
    line-height: 1.86667;
    margin: 0;
    padding-bottom: 0;
  }

  main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child {
    padding: 0;
  }

  main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child > .content__block-pageno,
  main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child > .content__block-heading {
    margin-left: 2.10938vw;
  }

  main > .main__container > .main__inner > .article > .section:last-of-type {
    margin-bottom: 5.85938vw;
  }

  main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block {
    flex-shrink: 0;
    padding: 0;
  }

  main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-pageno {
    color: #2785ff;
    font-family: 'Poppins', sans-serif;
    font-size: 1.5625vw;
    line-height: 1;
    margin-bottom: 4.29688vw;
  }

  main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-heading {
    font-size: 2.34375vw;
    margin-bottom: 3.51563vw;
    line-height: 1.5;
  }

  main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection {
    margin-bottom: 3.51563vw;
  }

  main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection:last-of-type {
    margin-bottom: 0;
  }

  main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection > .content__block-text {
    font-size: 1.17188vw;
    line-height: 2;
  }

  main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection > .content__block-text.interviewer {
    color: #2785ff;
  }

  main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection > .content__block-text.interviewer::before {
    content: '――';
  }

  main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection > .content__block-text.guest::before {
    content: attr(data-name);
    margin-right: 1em;
  }

  main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection > .content__block-text > .content__block-annotation {
    border-bottom: 0.07813vw dashed #2785ff;
  }

  main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-image {
    position: sticky;
    top: 0;
  }

  main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-image > .section__content-image:nth-of-type(1) {
    margin-bottom: 1.71875vw;
  }

  main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-image > .section__content-image:last-of-type {
    margin-bottom: 0;
  }

  main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:nth-of-type(1) {
    min-width: 40vw;
    width: 50%;
  }

  main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:nth-of-type(1) > .content__block-pageno,
  main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:nth-of-type(1) > .content__block-heading,
  main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:nth-of-type(1) > .content__block-collection {
    margin-left: 10.9375vw;
    margin-right: 3.51563vw;
  }

  main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:nth-of-type(1).rmargin22 > .content__block-pageno,
  main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:nth-of-type(1).rmargin22 > .content__block-heading,
  main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:nth-of-type(1).rmargin22 > .content__block-collection {
    margin-right: 1.71875vw;
  }

  main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:nth-of-type(2) {
    min-width: 40vw;
    width: 50%;
  }

  main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:nth-of-type(2) > .content__block-pageno,
  main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:nth-of-type(2) > .content__block-heading,
  main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:nth-of-type(2) > .content__block-collection {
    margin-right: 10.9375vw;
    margin-left: 3.51563vw;
  }

  main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:nth-of-type(2).rmargin22 > .content__block-pageno,
  main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:nth-of-type(2).rmargin22 > .content__block-heading,
  main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:nth-of-type(2).rmargin22 > .content__block-collection {
    margin-left: 1.71875vw;
  }

  main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:nth-of-type(2).rpadding475 {
    padding-right: 12.89063vw;
  }

  main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:nth-of-type(3) {
    min-width: 40vw;
    width: 50%;
  }

  main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:nth-of-type(3) > .content__block-pageno,
  main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:nth-of-type(3) > .content__block-heading,
  main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:nth-of-type(3) > .content__block-collection {
    margin-right: 10.9375vw;
    margin-left: 3.51563vw;
  }

  main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child {
    padding: 0 10.9375vw;
    width: 100%;
    box-sizing: border-box;
  }

  main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child.padding90 {
    padding: 0 7.03125vw;
  }

  main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child > .section__content-image {
    padding-top: 2.03125vw;
  }

  main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child > .section__content-image > img {
    width: 100%;
    height: auto;
  }

  main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child > .section__content-image:nth-of-type(1) {
    margin-bottom: 1.95313vw;
  }

  main > .main__container > .main__inner .pager {
    margin-bottom: 6.51042vw;
  }

  main > .main__container > .main__inner .pager > .pager__container > .pager__inner {
    padding: 0 21.875vw;
  }

  main > .main__container > .main__inner .pager > .pager__container > .pager__inner > .pager__list > .pager__list-item {
    font-size: 1.17188vw;
  }

  main > .main__container > .main__inner .pager > .pager__container > .pager__inner > .pager__list > .pager__list-item.prev {
    width: 6.39361vw;
    height: 4.2295vw;
    background-image: url(../../img/pager/pager_prev.svg);
  }

  main > .main__container > .main__inner .pager > .pager__container > .pager__inner > .pager__list > .pager__list-item.next {
    width: 6.29338vw;
    height: 4.2295vw;
    background-image: url(../../img/pager/pager_next.svg);
  }

  main > .main__container > .goto1st {
    position: absolute;
    width: 13.79461vw;
    height: 7.2848vw;
    left: 9.84375vw;
    top: 3.51563vw;
  }

  main > .main__container > .goto1st > a {
    display: block;
    width: 13.79461vw;
    height: 7.2848vw;
  }

  footer > .footer__container > .footer__inner {
    padding: 0 7.1875vw 9.375vw 7.1875vw;
  }

  footer > .footer__container > .footer__inner > .footer__copyright {
    font-size: 1.17188vw;
    line-height: 1.2;
  }

  footer > .footer__container > .footer__inner > .footer__copyright > small:last-child:before {
    content: "\A";
    white-space: pre;
  }

  footer > .footer__container > .footer__inner > .footer_top {
    height: 4.21875vw;
    width: 4.21875vw;
    cursor: pointer;
  }

  footer > .footer__container > .footer__inner > .goto_next {
    font-size: 1.17188vw;
    background-size: 4.6875vw 4.6875vw;
  }

  footer > .footer__container > .footer__inner > .goto_next > a {
    padding: 4.6875vw 0;
  }

  .annotation-checkbox:checked + .annotation > .annotation__container {
    background-position: center 3.90625vw;
    background-size: 30.3933vw 5.44763vw;
  }

  .annotation-checkbox:checked + .annotation > .annotation__container > label {
    width: 6.25vw;
    height: 6.25vw;
    top: 3.75vw;
    right: 3.75vw;
  }

  .annotation-checkbox:checked + .annotation > .annotation__container > .annotation__inner > .annotation__content {
    padding: 15.625vw 14.84375vw 0 14.84375vw;
  }

  .annotation-checkbox:checked + .annotation > .annotation__container > .annotation__inner > .annotation__content > div:first-child {
    margin-bottom: 2.10938vw;
  }

  .annotation-checkbox:checked + .annotation > .annotation__container > .annotation__inner > .annotation__content > div:last-child {
    margin-bottom: 6.09375vw;
  }

  .annotation-checkbox:checked + .annotation > .annotation__container > .annotation__inner > .annotation__content > .annotation__content-image > .annotation__block-image {
    max-width: 18.59375vw;
    height: 12.5vw;
  }

  .annotation-checkbox:checked + .annotation > .annotation__container > .annotation__inner > .annotation__content > .annotation__content-image > .annotation__block-image > img {
    max-height: 12.5vw;
    max-width: 18.59375vw;
  }

  .annotation-checkbox:checked + .annotation > .annotation__container > .annotation__inner > .annotation__content > .annotation__content-image > .annotation__block-image:only-child {
    max-width: 29.6875vw;
  }

  .annotation-checkbox:checked + .annotation > .annotation__container > .annotation__inner > .annotation__content > .annotation__content-image > .annotation__block-image:only-child > img {
    max-width: 29.6875vw;
    max-height: 12.5vw;
  }

  .annotation-checkbox:checked + .annotation > .annotation__container > .annotation__inner > .annotation__content > .annotation__content-image > .annotation__block-image:nth-child(2) {
    margin-left: 3.59375vw;
  }

  .annotation-checkbox:checked + .annotation > .annotation__container > .annotation__inner > .annotation__content > .annotation__content-collection > .annotation__content-text {
    font-size: 1.17188vw;
    line-height: 2;
  }

  .annotation-checkbox:checked + .annotation > .annotation__container > .annotation__inner > label {
    width: 6.25vw;
    height: 6.25vw;
    display: none;
  }

  .annotation-checkbox:checked + .annotation.annotation__charainfo > .annotation__container > .annotation__inner > .annotation__content {
    padding: 15.625vw 14.84375vw 0 14.84375vw;
  }

  .annotation-checkbox:checked + .annotation.annotation__charainfo > .annotation__container > .annotation__inner > .annotation__content > div:first-child {
    margin-bottom: 2.10938vw;
  }

  .annotation-checkbox:checked + .annotation.annotation__charainfo > .annotation__container > .annotation__inner > .annotation__content > div:last-child {
    margin-bottom: 6.09375vw;
  }

  .annotation-checkbox:checked + .annotation.annotation__charainfo > .annotation__container > .annotation__inner > .annotation__content > .annotation__content-image > .annotation__block-image {
    max-width: 18.59375vw;
    height: 12.5vw;
  }

  .annotation-checkbox:checked + .annotation.annotation__charainfo > .annotation__container > .annotation__inner > .annotation__content > .annotation__content-image > .annotation__block-image > img {
    max-height: 12.5vw;
    max-width: 18.59375vw;
  }

  .annotation-checkbox:checked + .annotation.annotation__charainfo > .annotation__container > .annotation__inner > .annotation__content > .annotation__content-image > .annotation__block-image:only-child {
    max-width: 29.6875vw;
  }

  .annotation-checkbox:checked + .annotation.annotation__charainfo > .annotation__container > .annotation__inner > .annotation__content > .annotation__content-image > .annotation__block-image:only-child > img {
    max-width: 29.6875vw;
    max-height: 12.5vw;
  }

  .annotation-checkbox:checked + .annotation.annotation__charainfo > .annotation__container > .annotation__inner > .annotation__content > .annotation__content-image > .annotation__block-image:nth-child(2) {
    margin-left: 3.59375vw;
  }

  .annotation-checkbox:checked + .annotation.annotation__charainfo > .annotation__container > .annotation__inner > .annotation__content > .annotation__content-collection {
    display: flex;
    flex-wrap: nowrap;
  }

  .annotation-checkbox:checked + .annotation.annotation__charainfo > .annotation__container > .annotation__inner > .annotation__content > .annotation__content-collection > .annotation__character_image {
    max-width: 25.78125vw;
  }

  .annotation-checkbox:checked + .annotation.annotation__charainfo > .annotation__container > .annotation__inner > .annotation__content > .annotation__content-collection > .annotation__content-text {
    font-size: 1.09375vw;
    line-height: 1.71429;
    position: static;
  }

  .annotation-checkbox:checked + .annotation.annotation__charainfo > .annotation__container > .annotation__inner > .annotation__content > .annotation__content-collection > .annotation__content-text > span {
    background: none;
  }

  #interview02 .wrapper {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../img/interview/02/article_bg_01.svg), url(../../img/interview/02/article_bg_02.svg), url(../../img/interview/02/article_bg_01.svg), url(../../img/interview/02/article_bg_02.svg);
  }

  #interview02 .wrapper[data-page='1'] {
    background-position: 0 98.59375vw, 0 265.78125vw, 0 405.23438vw;
  }

  #interview02 .wrapper[data-page='1'] section:first-of-type {
    background-image: none;
  }

  #interview02 .wrapper[data-page='2'] {
    background-position: 0 56.09375vw, 0 266.01563vw, 0 418.75vw, 0 602.89063vw;
  }

  #interview02 main > .main__container {
    background-image: url(../../img/interview/02/lefttop_logo.svg), url(../../img/interview/02/righttop_logo.svg), url(../../img/interview/02/righttop_lead.svg), url(../../img/interview/02/righttop_special_talk_session.svg);
    background-size: 13.79461vw 7.2848vw, 9.88952vw 39.58008vw, 17.1489vw 3.53561vw, 28.64067vw 66.07699vw;
    background-position: 9.84375vw 3.51563vw, right 4.92188vw top 7.96875vw, right 16.40625vw top 13.28125vw, right 9.84375vw top 25vw;
  }

  #interview02 main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner {
    background-image: url(../../img/interview/02/section_top_bg.svg);
    background-size: 78.65753vw 38.15571vw;
    min-height: 40.625vw;
  }

  #interview02 main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .section__content-numbering {
    color: #ff3a5b;
  }

  #interview02 main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child {
    padding: 0;
  }

  #interview02 main > .main__container > .main__inner > .article > .section:last-of-type {
    margin-bottom: 11.71875vw;
  }

  #interview02 main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-pageno {
    color: #ff3a5b;
  }

  #interview02 main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection > .content__block-text.interviewer {
    color: #ff3a5b;
  }

  #interview02 main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection > .content__block-text > .content__block-annotation {
    border-bottom: 0.13021vw dashed #ff3a5b;
  }

  #interview02 main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child > .content__block-collection {
    margin-left: 10.9375vw;
    margin-right: 10.9375vw;
  }

  #interview02 main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child > .content__block-collection > .content__block-text.name {
    color: #ff3a5b;
  }

  #interview02 main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child > .content__block-image > .section__content-image > small {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 1.17188vw;
    line-height: 1.86667;
  }

  #information .wrapper {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../img/information/01/article_bg_01.svg), url(../../img/information/01/article_bg_02.svg), url(../../img/information/01/article_bg_01.svg);
  }

  #information .wrapper[data-page='1'] {
    background-position: 0 98.125vw, 0 265.85938vw, 0 405.625vw;
  }

  #information .wrapper[data-page='1'] section:first-of-type {
    background-image: none;
  }

  #information main > .main__container {
    background-image: url(../../img/information/01/lefttop_logo.svg), url(../../img/information/01/righttop_logo.svg), url(../../img/information/01/righttop_lead.svg), url(../../img/information/01/righttop_keyinformation.svg);
    background-size: 13.79461vw 7.2848vw, 9.88952vw 39.58008vw, 17.1489vw 3.53561vw, 28.64067vw 66.07699vw;
    background-position: 9.84375vw 3.51563vw, right 4.92188vw top 7.96875vw, right 16.40625vw top 13.28125vw, right 9.84375vw top 25vw;
  }

  #information main > .main__container > .main__inner > .article {
    padding-top: 25vw;
  }

  #information main > .main__container > .main__inner > .article > .section {
    margin-bottom: 7.8125vw;
  }

  #information main > .main__container > .main__inner > .article > .section:first-of-type {
    margin-bottom: 3.125vw;
  }

  #information main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner {
    background-image: url(../../img/information/01/section_top_bg.svg);
    background-size: 78.65753vw 38.15571vw;
    min-height: 40.625vw;
    margin: 0 10.9375vw;
  }

  #information main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content {
    width: 77.89063vw;
  }

  #information main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .section__content-numbering {
    color: #c28aff;
    margin-bottom: 7.8125vw;
  }

  #information main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .section__content-lead {
    font-size: 1.5625vw;
    line-height: 2.1;
    font-weight: bold;
    margin-bottom: 3.125vw;
  }

  #information main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container {
    margin-bottom: 3.90625vw;
  }

  #information main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child {
    padding: 0;
  }

  #information main > .main__container > .main__inner > .article > .section:last-of-type {
    margin-bottom: 11.71875vw;
  }

  #information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner {
    margin: 0 10.9375vw;
  }

  #information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content:after {
    content: '';
    display: block;
    width: 100%;
    background-color: #bcbcbc;
    height: 0.11719vw;
  }

  #information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content.noborder:after {
    display: none;
  }

  #information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner {
    flex-wrap: nowrap;
  }

  #information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner.center {
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  #information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block {
    padding: 0;
  }

  #information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-heading {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 4.6875vw;
    line-height: 1;
    color: #c28aff;
    padding-left: 0;
  }

  #information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection {
    margin-right: 0;
    margin-left: 0;
  }

  #information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection > .content__block-text {
    font-size: 1.17188vw;
    line-height: 2;
  }

  #information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection > .content__block-text.interviewer {
    color: #ff3a5b;
  }

  #information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection > .content__block-text > .content__block-annotation {
    text-decoration: dashed underline #ff3a5b;
  }

  #information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block.chara {
    width: 42.1875vw;
  }

  #information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block.chara > .content__block-image {
    position: relative;
    width: 42.25685vw;
    height: 59.13391vw;
  }

  #information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block.chara > .content__block-image > .section__content-image > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  #information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block.chara > .content__block-image > .section__content-image.c01:before {
    background-color: #fd8cd2;
  }

  #information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block.chara > .content__block-image > .section__content-image.c01 > img {
    width: 42.1875vw;
    height: 59.0625vw;
  }

  #information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block.chara > .content__block-image > .section__content-image.c02:before {
    background-color: #685fe5;
  }

  #information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block.chara > .content__block-image > .section__content-image.c02 > img {
    width: 36.62366vw;
    height: 59.58648vw;
  }

  #information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block.chara > .content__block-image > .section__content-image.c03:before {
    background-color: #ede59d;
  }

  #information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block.chara > .content__block-image > .section__content-image.c03 > img {
    width: 25.40757vw;
    height: 54.07927vw;
  }

  #information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block.chara > .content__block-image > .section__content-image.c04:before {
    background-color: #c28aff;
  }

  #information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block.chara > .content__block-image > .section__content-image.c04 img {
    width: 34.82251vw;
    height: 56.21148vw;
  }

  #information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block.chara > .content__block-image > .section__content-image:before {
    content: '';
    display: block;
    position: absolute;
    background-color: #fff;
    border-radius: 100%;
    width: 42.1875vw;
    height: 42.1875vw;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  #information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block.chara-info {
    padding-left: 5.78125vw;
    box-sizing: border-box;
    width: 35.9375vw;
  }

  #information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block.chara-info > .content__block-collection > .content__block-text {
    font-size: 1.17188vw;
    line-height: 2;
    margin-bottom: 3.125vw;
  }

  #information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block.chara-info > .content__block-collection > .content__block-text:last-of-type {
    margin-bottom: 0;
  }

  #information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block.chara-info > .content__block-collection > .chara-job {
    font-size: 1.5625vw;
    line-height: 1.4;
    margin-bottom: 0.9375vw;
  }

  #information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block.chara-info > .content__block-collection > .chara-name {
    font-size: 3.125vw;
    line-height: 1.4;
    width: 25.78125vw;
    height: 4.375vw;
    margin-bottom: 2.03125vw;
  }

  #information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block.chara-info > .content__block-collection > .chara-name > span {
    font-size: 1.875vw;
    line-height: 2.33333;
    vertical-align: bottom;
    margin-left: 0.5em;
  }

  #information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block.chara-info > .content__block-collection > .chara-name.c01 {
    background-color: #fd8cd2;
  }

  #information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block.chara-info > .content__block-collection > .chara-name.c02 {
    background-color: #685fe5;
  }

  #information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block.chara-info > .content__block-collection > .chara-name.c03 {
    background-color: #ede59d;
  }

  #information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block.chara-info > .content__block-collection > .chara-name.c04 {
    background-color: #c28aff;
  }

  #information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child > .content__block-collection {
    margin-right: 0;
    margin-left: 0;
  }

  #information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child > .content__block-collection > .content__block-text {
    font-size: 1.17188vw;
    line-height: 2;
  }

  #information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child > .content__block-collection > .content__block-text.name {
    color: #ff3a5b;
  }

  #information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child > .content__block-image {
    position: relative;
  }

  #information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child > .content__block-image > .section__content-image > small {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 1.17188vw;
    line-height: 1.86667;
  }

  #information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child > .content__block-image.imagelist {
    display: flex;
    justify-content: space-between;
    padding: 0;
  }

  #information main > .main__container > .main__inner > .article > .section > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child > .content__block-image.imagelist > .section__content-image {
    width: 25vw;
    margin: 0;
  }

  #information .bmargin50 {
    margin-bottom: 3.90625vw !important;
  }

  #information .bmargin100 {
    margin-bottom: 7.8125vw !important;
  }

  #information .bmargin0 {
    margin-bottom: 0 !important;
  }

  #yonkoma .wrapper {
    background-repeat: no-repeat;
    background-size: 66.00317vw 99.60938vw;
    background-image: url(../../img/4koma/01/article_bg_01.svg);
    background-position: center 12.8125vw;
  }

  #yonkoma main > .main__container {
    background-image: url(../../img/4koma/01/lefttop_logo.svg), url(../../img/4koma/01/righttop_logo.svg), url(../../img/4koma/01/righttop_lead.svg);
    background-size: 13.79461vw 7.2848vw, 9.88952vw 39.58008vw, 17.1489vw 3.53561vw;
    background-position: 9.84375vw 3.51563vw, right 4.92188vw top 7.96875vw, right 16.40625vw top 13.28125vw;
  }

  #yonkoma main > .main__container > .main__inner > .article {
    padding: 20.625vw 0 4.6875vw;
  }

  #yonkoma main > .main__container > .main__inner > .article > .section:first-of-type {
    margin-bottom: 0;
  }

  #yonkoma main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner {
    background: none;
    margin: 0;
  }

  #yonkoma main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner {
    padding: 0 31.21094vw;
  }

  #yonkoma main > .main__container > .main__inner > .article > .section:last-of-type {
    margin-bottom: 0;
  }

  #yonkoma main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner {
    background: none;
  }

  #yonkoma main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:nth-of-type(1) {
    min-width: auto;
  }

  #yonkoma main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection {
    margin-right: 0;
    margin-left: 0;
  }

  #yonkoma main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child > .content__block-collection {
    margin-right: 0;
    margin-left: 0;
  }

  #yonkoma main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child > .content__block-image {
    position: relative;
  }

  #yonkoma main > .main__container > .main__inner > .article > .section.url > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection > .content__block-text {
    text-align: center;
  }

  #vjamming .wrapper {
    background-repeat: no-repeat;
    background-size: 66.00317vw 99.60938vw, 62.10938vw auto;
    background-image: url(../../img/vjamming/01/article_bg_01.svg), url(../../img/vjamming/01/bg.png);
    background-position: center 12.8125vw, 0 21.09375vw;
  }

  #vjamming main > .main__container {
    background-image: url(../../img/vjamming/01/lefttop_logo.svg), url(../../img/vjamming/01/righttop_logo.svg), url(../../img/vjamming/01/righttop_lead.svg);
    background-size: 13.79461vw 7.2848vw, 9.88952vw 39.58008vw, 17.1489vw 3.53561vw;
    background-position: 9.84375vw 3.51563vw, right 4.92188vw top 7.96875vw, right 16.40625vw top 13.28125vw;
  }

  #vjamming main > .main__container > .main__inner > .article {
    padding: 20.625vw 0 4.6875vw;
  }

  #vjamming main > .main__container > .main__inner > .article > .section:first-of-type {
    position: relative;
    margin-bottom: 0;
  }

  #vjamming main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner {
    background: none;
    margin: 0;
    min-height: auto;
  }

  #vjamming main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .section__content-title {
    display: block;
    font-size: 1.25vw;
    line-height: 1;
    width: 22.1875vw;
    position: absolute;
    right: 14.6875vw;
    top: 68.75vw;
  }

  #vjamming main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .section__content-title > span {
    display: block;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }

  #vjamming main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .section__content-title > span:first-of-type {
    margin-bottom: 0.9375vw;
  }

  #vjamming main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .section__content-lead {
    font-size: 1.09375vw;
    line-height: 1.42857;
    margin: 0;
    width: 22.1875vw;
    position: absolute;
    right: 14.6875vw;
    top: 73.28125vw;
  }

  #vjamming main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner {
    padding: 0;
  }

  #vjamming main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-image {
    position: static;
    min-height: 93.75vw;
  }

  #vjamming main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-image > .section__content-image {
    position: absolute;
  }

  #vjamming main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-image > .section__content-image:first-of-type {
    width: 61.48438vw;
    height: 83.4375vw;
    top: 11.71875vw;
    left: 12.89063vw;
  }

  #vjamming main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-image > .section__content-image:nth-of-type(2) {
    width: 22.30601vw;
    height: 66.875vw;
    right: 14.60938vw;
    top: 0;
  }

  #vjamming main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-image > .section__content-image:nth-of-type(3) {
    width: 29.21548vw;
    height: 16.33351vw;
    left: 8.59375vw;
    top: 0;
  }

  #vjamming main > .main__container > .main__inner > .article > .section:nth-of-type(2) {
    display: none;
  }

  #vjamming main > .main__container > .main__inner > .article > .section:last-of-type {
    margin-bottom: 0;
  }

  #vjamming main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner {
    background: none;
  }

  #vjamming main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner {
    display: block;
    width: 100%;
  }

  #vjamming main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    flex-direction: column;
    height: 23.4375vw;
    max-width: 100vw;
    width: 100%;
  }

  #vjamming main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:nth-of-type(1) {
    min-width: auto;
  }

  #vjamming main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-heading {
    margin-left: 0;
    margin-right: 0;
  }

  #vjamming main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection {
    margin-right: 0;
    margin-left: 0;
    width: 50%;
  }

  #vjamming main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection:nth-of-type(1) {
    order: unset;
    margin-bottom: 1em;
  }

  #vjamming main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection:nth-of-type(1) > .content__block-text {
    margin-left: 23.4375vw;
  }

  #vjamming main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection:nth-of-type(2) {
    order: unset;
    margin-bottom: 0;
  }

  #vjamming main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection:nth-of-type(2) > .content__block-text {
    margin-left: 23.4375vw;
  }

  #vjamming main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection:nth-of-type(3) {
    order: unset;
    margin-bottom: 1em;
  }

  #vjamming main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection:nth-of-type(3) > .content__block-text {
    margin-left: 3.90625vw;
  }

  #vjamming main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection:nth-of-type(4) {
    order: unset;
    margin-bottom: 0;
  }

  #vjamming main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection:nth-of-type(4) > .content__block-text {
    margin-left: 3.90625vw;
  }

  #vjamming main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection > .content__block-text {
    width: 37.5vw;
  }

  #vjamming main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child > .content__block-collection {
    margin-right: 0;
    margin-left: 0;
  }

  #vjamming main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child > .content__block-image {
    position: relative;
  }

  #firstvew .wrapper {
    background-repeat: no-repeat;
    background-size: 45.07813vw 62.5vw;
    background-image: url(../../img/1stview/01/right_bg.svg);
    background-position: right 72px top 0;
  }

  #firstvew main > .main__container {
    background-image: url(../../img/1stview/01/bottom_logo.svg), url(../../img/1stview/01/righttop_logo.svg), url(../../img/1stview/01/righttop_lead.svg);
    background-size: 23.88948vw 12.61579vw, 9.88952vw 39.58008vw, 17.1489vw 3.53561vw;
    background-position: right 20.3125vw top 46.64063vw, right 4.92188vw top 7.96875vw, right 16.40625vw top 13.28125vw;
  }

  #firstvew main > .main__container > .main__inner > .article {
    padding: 0;
  }

  #firstvew main > .main__container > .main__inner > .article > .section:first-of-type {
    margin-bottom: 0;
  }

  #firstvew main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner {
    background: none;
    margin: 0;
  }

  #firstvew main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner {
    padding: 0;
  }

  #firstvew main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-image {
    width: 50vw;
  }

  #firstvew main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-image > .section__content-image {
    padding: 0.78125vw 0 0.78125vw 7.1875vw;
  }

  #comic .wrapper {
    background-repeat: no-repeat;
    background-size: 66.00317vw 99.60938vw;
    background-image: url(../../img/4koma/01/article_bg_01.svg);
    background-position: center 12.8125vw;
  }

  #comic main > .main__container {
    background-image: url(../../img/4koma/01/lefttop_logo.svg), url(../../img/4koma/01/righttop_logo.svg), url(../../img/4koma/01/righttop_lead.svg);
    background-size: 13.79461vw 7.2848vw, 9.88952vw 39.58008vw, 17.1489vw 3.53561vw;
    background-position: 9.84375vw 3.51563vw, right 4.92188vw top 7.96875vw, right 16.40625vw top 13.28125vw;
  }

  #comic main > .main__container > .main__inner > .article {
    padding: 20.625vw 0 4.6875vw;
  }

  #comic main > .main__container > .main__inner > .article > .section:first-of-type {
    margin-bottom: 0;
  }

  #comic main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner {
    background: none;
    margin: 0;
  }

  #comic main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner {
    padding: 0 25vw;
  }

  #comic main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block {
    padding-bottom: 5.15625vw;
  }

  #comic main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child {
    padding-right: 0;
    padding-left: 0;
  }

  #comic main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__button {
    display: block;
    width: 100%;
    text-align: center;
  }

  #comic main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__button > span:nth-of-type(2) {
    display: inline;
  }

  #comic main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__button > span.hide {
    display: none;
  }

  #comic main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__button > span > a {
    display: inline-block;
    height: 2.26563vw;
    background-size: 4.21875vw 7.03125vw;
    padding-left: 5vw;
    font-size: 1.5625vw;
    line-height: 1.35;
  }

  #comic main > .main__container > .main__inner > .article > .section:first-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__button > span > .fullscreen-resize {
    display: inline-block;
    margin-left: 1em;
  }

  #comic main > .main__container > .main__inner > .article > .section:last-of-type {
    margin-bottom: 0;
  }

  #comic main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner {
    background: none;
    margin: 0;
  }

  #comic main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:nth-of-type(1) {
    min-width: auto;
  }

  #comic main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection {
    margin-right: 0;
    margin-left: 0;
  }

  #comic main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child > .content__block-collection {
    margin-right: 0;
    margin-left: 0;
  }

  #comic main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child > .content__block-image {
    position: relative;
  }

  #comic main > .main__container > .main__inner > .article > .section:last-of-type > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block:only-child > .content__block-image > .section__content-image img {
    width: 100%;
    height: auto;
  }

  #comic main > .main__container > .main__inner > .article > .section.url > .section__container > .section__inner {
    margin: 0;
  }

  #comic main > .main__container > .main__inner > .article > .section.url > .section__container > .section__inner > .section__content > .content__container > .content__inner > .content__block > .content__block-collection > .content__block-text {
    text-align: center;
  }

  #comic .slick-arrow {
    width: 27.96875vw;
    background-size: 4.53125vw 4.53125vw;
  }

  #comic .slick-arrow:first-of-type {
    left: -4.53125vw;
  }

  #comic .slick-arrow:last-of-type {
    right: -4.53125vw;
  }

  #comic .slick-slide img {
    display: block;
  }

  #comic .fullscreen-resize.screenToggle {
    color: #fff !important;
    background-image: url(../../img/comic/fullscreen_resize.svg) !important;
  }

  #comic .content__inner.screenToggle {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #comic .section__content-image.screenToggle > img {
    margin: 0 auto !important;
    height: 100vh;
    width: auto;
  }

  #comic .screenToggle .slick-arrow:first-of-type {
    background-image: url(../../img/comic/comic_next_btn_resize.svg) !important;
    right: 50vw !important;
    left: auto !important;
  }

  #comic .screenToggle .slick-arrow:last-of-type {
    background-image: url(../../img/comic/comic_prev_btn_resize.svg) !important;
    left: 50vw !important;
    right: auto !important;
  }

  .sp-only {
    display: none;
  }

  .pc-only {
    display: block;
  }

  .sp-reverse {
    flex-direction: initial;
  }
}
/*# sourceMappingURL=sourcemaps/index.css.map */