@charset "UTF-8";
@import url("https://use.typekit.net/mmf2wuh.css");
/*!
 * * ress.css • v1.1.2
 * * MIT License
 * * github.com/filipelinhares/ress */
/* # =================================================================
 * * # Global selectors
 * * # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

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

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

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
 * * # Forms
 * * # ================================================================= */
input {
  border-radius: 0;
}

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

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

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

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

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

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

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

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

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

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

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

/* # =================================================================
 * * # Specify media element style
 * * # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

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

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

/* # =================================================================
 * * # Accessibility
 * * # ================================================================= */
/* Hide content from screens but not screenreaders */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
 * * # Selection
 * * # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

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

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

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
}
html.is-locked, body.is-locked {
  height: 100%;
  overflow: hidden;
}

body {
  width: 100%;
  font-size: 4.1666666667vw;
  line-height: 1.5;
  font-family: "TsukuGoPr5-D", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  color: #1A1A1A;
  word-wrap: break-word;
  position: relative;
}
body.is-fixed {
  position: fixed;
}
body > iframe,
body > img,
body > div:not([class]) > iframe,
body > div:not([class]) > img {
  display: none;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
  pointer-events: none;
}

img:not([width]) {
  width: 100%;
  height: auto;
}

li > ul, li > ol {
  margin-bottom: 0;
}

a {
  color: #3D6FF5;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

a:not(.no-blank-ico)[target=_blank] {
  position: relative;
  display: inline-block;
  padding: 0 0.4166666667vw 0 0.0694444444vw;
}
a:not(.no-blank-ico)[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 0.8333333333vw;
  min-width: 8px;
  height: 0.8333333333vw;
  min-height: 8px;
  background-image: url("../img/common/ico_blank.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  margin-left: 0.4166666667vw;
}

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

ol {
  padding: 0;
}

figure {
  text-align: center;
}

video {
  max-width: 100%;
  width: 100%;
  vertical-align: top;
}

button,
input,
textarea,
select {
  border-radius: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
hr,
table,
fieldset, figure,
pre {
  margin-top: 0;
  margin-bottom: 0;
}

ul, li, dl, dt, dd {
  padding: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.l-header {
  width: 100%;
  margin: 0 auto;
  height: 7.6388888889vw;
  padding: 0 7.6388888889vw;
}
.l-header--idx {
  border-bottom: 1px solid #1A1A1A;
}
.l-header__inner {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}

.l-headerLogo {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  justify-content: flex-start;
  margin-top: 0.3472222222vw;
}
.l-headerLogo__link {
  display: inline-block;
  font-size: 0;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.l-headerLogo__logo {
  display: block;
  width: 14.5833333333vw;
}
.l-headerLogo__txt {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  justify-content: flex-start;
  margin-left: 2.7777777778vw;
  font-weight: 500;
  line-height: 1.3;
}
.l-headerLogo__txtDate {
  font-size: 1.7361111111vw;
}
.l-headerLogo__txtVol {
  font-size: 1.7361111111vw;
  margin-left: 0.9722222222vw;
}
.l-headerLogo__txtVol small {
  font-size: 1.1805555556vw;
}

.l-headerNav {
  margin: auto 0 0.7638888889vw 5.5555555556vw;
}
.l-headerNav__list {
  display: flex;
}
.l-headerNav__item {
  position: relative;
  border: 1px solid #1A1A1A;
  border-radius: 15px;
}
.l-headerNav__item + .l-headerNav__item {
  margin-left: 3.8194444444vw;
}
.l-headerNav__link {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  padding: 0.2777777778vw 2.2222222222vw 0.2777777778vw 1.25vw;
}
.l-headerNav__link:hover::after {
  transform: translateX(5px) translateY(-50%);
}
.l-headerNav__link::after {
  content: "";
  display: block;
  width: 0.9027777778vw;
  height: 0.9027777778vw;
  background-image: url("../img/common/ico_arr_black.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  position: absolute;
  top: 50%;
  right: 0.8333333333vw;
  transform: translateY(-50%);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.l-headerNav__linkIco {
  display: block;
  width: 1.25vw;
  height: 1.25vw;
  margin-right: 0.6944444444vw;
}
.l-headerNav__linkTxt {
  display: block;
  font-size: 0.9027777778vw;
  line-height: 1;
  color: #1A1A1A;
}

.l-footer {
  background-color: #1A1A1A;
}
.l-footer__inner {
  padding: 0.6944444444vw 1.3888888889vw;
}
.l-footer__copyright {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1111111111vw;
  color: #FFF;
  text-align: center;
}

.l-main {
  width: 69.5833333333vw;
  position: relative;
  padding-left: 8.3333333333vw;
}

.l-content {
  width: 100%;
  margin: 3.125vw auto 0;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: center;
}

.l-sidebar {
  position: relative;
  width: 17.5vw;
  margin-left: 4.5833333333vw;
  margin-right: 8.3333333333vw;
}
.l-sidebar__inner {
  position: relative;
}

.l-sb15thBnr {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: flex-end;
  width: 17.5vw;
  height: 15.6944444444vw;
  padding: 1.0416666667vw 0.7638888889vw;
  background-image: url("../img/common/sb_bnr_15th.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.l-sb15thBnr__item {
  width: 100%;
  margin-inline: auto;
  line-height: 0;
}
.l-sb15thBnr__item + .l-sb15thBnr__item {
  margin-top: 0.6944444444vw;
}
.l-sb15thBnr__itemLink {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.l-sbBackNumber {
  margin-top: 3.4722222222vw;
}
.l-sbBackNumber__hdg {
  font-size: 1.25vw;
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  padding: 0 0 0.0694444444vw 1.1111111111vw;
}
.l-sbBackNumber__hdg::before {
  content: "";
  width: 0.4166666667vw;
  height: 100%;
  background-color: #1A1A1A;
  position: absolute;
  top: 0;
  left: 0;
}
.l-sbBackNumber__list {
  margin-top: 0.6944444444vw;
}
.l-sbBackNumber__item {
  border: 1px solid #1A1A1A;
  line-height: 0;
}
.l-sbBackNumber__item + .l-sbBackNumber__item {
  margin-top: 0.6944444444vw;
}
.l-sbBackNumber__itemLink {
  display: block;
  width: 100%;
  height: 100%;
}

.l-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.l-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.7);
}

#svg-sprite {
  display: none;
}

.c-btnGoodTop {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.c-btnGoodTop .ico-heart {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 1;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  min-width: 18px;
  min-height: 18px;
  border-radius: 50%;
  border: 1px solid #9A9A9A;
  background-color: #FFF;
  z-index: 1;
  transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-btnGoodTop .ico-heart svg {
  width: 0.9722222222vw;
  height: 0.8333333333vw;
  min-width: 10px;
  min-height: 8px;
  fill: #9A9A9A;
  display: block;
  transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateY(0.0694444444vw);
}
.c-btnGoodTop:hover .ico-heart, .c-btnGoodTop:hover .newiine_count {
  border: 1px solid #FF544D;
}
.c-btnGoodTop:hover .ico-heart svg {
  fill: #FF544D;
}
.c-btnGoodTop .newiine_count {
  font-size: 0.7638888889vw;
  line-height: 1;
  background-color: #FFF;
  padding: 0.1388888889vw 0.4166666667vw 0.1388888889vw 0.8333333333vw;
  border: 1px solid #9A9A9A;
  border-radius: 0.625vw;
  border-radius: max(0.625vw, 0.5625px);
  transform: translateX(-0.6944444444vw);
  transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-btnGoodTop.newiine_clickedtoday .ico-heart, .c-btnGoodTop.newiine_clickedtoday .newiine_count {
  border: 1px solid #FF544D;
}
.c-btnGoodTop.newiine_clickedtoday .ico-heart svg {
  fill: #FF544D;
}
.c-btnGoodTop.newiine_clicked .ico-heart, .c-btnGoodTop.newiine_clicked .newiine_count {
  border: 1px solid #FF544D;
}
.c-btnGoodTop.newiine_clicked .ico-heart svg {
  fill: #FF544D;
}
.c-btnGoodTop:active .ico-heart svg {
  transform: scale(0.7);
}

.c-btnList {
  position: relative;
  padding: 1.3888888889vw 0;
}

.c-btnList__btnGood {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.c-btnList__btnGood .ico-heart {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 1;
  width: 2.6388888889vw;
  height: 2.6388888889vw;
  border-radius: 50%;
  border: 1px solid #9A9A9A;
  background-color: #FFF;
  z-index: 1;
  transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-btnList__btnGood .ico-heart svg {
  width: 1.1111111111vw;
  height: 0.9722222222vw;
  fill: #9A9A9A;
  display: block;
  transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateY(0.0694444444vw);
}
.c-btnList__btnGood:hover .ico-heart {
  border: 1px solid #FF544D;
}
.c-btnList__btnGood:hover .ico-heart svg {
  fill: #FF544D;
}
.c-btnList__btnGood .newiine_count {
  font-size: 0.9722222222vw;
  line-height: 1;
  margin-left: 0.6944444444vw;
  transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-btnList__btnGood.newiine_clickedtoday .ico-heart {
  border: 1px solid #FF544D;
}
.c-btnList__btnGood.newiine_clickedtoday .ico-heart svg {
  fill: #FF544D;
}
.c-btnList__btnGood.newiine_clicked .ico-heart {
  border: 1px solid #FF544D;
}
.c-btnList__btnGood.newiine_clicked .ico-heart svg {
  fill: #FF544D;
}
.c-btnList__btnGood:active .ico-heart svg {
  transform: scale(0.7);
}

.c-hdg2 {
  font-size: 1.8055555556vw;
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  margin-bottom: 2.0833333333vw;
  border-bottom: 1px solid #1A1A1A;
  padding: 0 0 0.2083333333vw 1.7361111111vw;
  position: relative;
}
.c-hdg2::before {
  content: "";
  width: 0.5555555556vw;
  height: 100%;
  background-color: #1A1A1A;
  position: absolute;
  top: 0;
  left: 0;
}

.c-hdg3 {
  font-size: 1.6666666667vw;
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  margin: 2.4305555556vw auto 1.25vw;
}

.c-hdg4 {
  font-size: 1.5277777778vw;
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  margin: 2.0833333333vw auto 1.1111111111vw;
}

.c-breadcrumbs {
  width: 100%;
  position: relative;
  margin: 0 auto;
  display: none;
}
.c-breadcrumbs__inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 1.3020833333vw 3.90625vw;
}
.c-breadcrumbs__list {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end;
}
.c-breadcrumbs__item {
  display: block;
  position: relative;
}
.c-breadcrumbs__item + .c-breadcrumbs__item {
  margin-left: 2.0833333333vw;
}
.c-breadcrumbs__item + .c-breadcrumbs__item::before {
  content: "＞";
  font-size: 2.6041666667vw;
  font-weight: 600;
  position: absolute;
  top: 1.3020833333vw;
  left: -2.34375vw;
}
.c-breadcrumbs__item:first-child .c-breadcrumbs__link {
  padding-left: 4.1666666667vw;
}
.c-breadcrumbs__ico {
  width: 3.125vw;
  height: 3.125vw;
  position: absolute;
  top: 1.8229166667vw;
  left: 0;
}
.c-breadcrumbs__ico svg {
  fill: #1A1A1A;
}
.c-breadcrumbs__link {
  display: block;
  font-size: 2.6041666667vw;
  padding: 1.3020833333vw;
  font-weight: 600;
}
.c-breadcrumbs__link[aria-current=page] {
  cursor: default;
  pointer-events: none;
}
.c-breadcrumbs__link[href] {
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-table {
  border: 1px solid #EDEDF3;
  font-size: 1.25vw;
  border-collapse: collapse;
}
.c-table__thead {
  background-color: #EDEDF3;
}
.c-table__thead .c-table__th {
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
}
.c-table__thead .c-table__th + .c-table__th {
  border-left: 1px solid #FFF;
}
.c-table__tbody .c-table__th {
  border-top: 1px solid #FFF;
}
.c-table__tbody .c-table__td {
  border-top: 1px solid #EDEDF3;
}
.c-table__td .c-table__tbody:first-of-type {
  border-top: 1px solid #FFF;
}
.c-table__th {
  background-color: #EDEDF3;
  padding: 0.625vw 1.3888888889vw;
}
.c-table__td {
  padding: 0.625vw 1.3888888889vw;
}

.c-fixBanner {
  display: none;
  width: 24.3055555556vw;
  height: 17.2222222222vw;
  margin: 0 auto;
  position: fixed;
  right: calc(50% - 48.6111111111vw);
  bottom: 4.0277777778vw;
  z-index: 10;
}
.c-fixBanner__link {
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-fixBanner__img {
  display: inline-block;
}

.c-fixBannerCloseBtn {
  width: 2.6388888889vw;
  height: 2.6388888889vw;
  border-radius: 50%;
  border: 1px solid;
  background-color: #FFF;
  position: absolute;
  top: -0.9722222222vw;
  left: -0.9722222222vw;
}
.c-fixBannerCloseBtn__line {
  width: 1.25vw;
  height: 0.0694444444vw;
  background-color: #1A1A1A;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.c-fixBannerCloseBtn__line:nth-child(1) {
  transform: rotate(-45deg);
}
.c-fixBannerCloseBtn__line:nth-child(2) {
  transform: rotate(45deg);
}

.c-commentBox__kazari--bottom::before, .c-commentBox__kazari--bottom::after, .c-commentBox__kazari--top::before, .c-commentBox__kazari--top::after {
  content: "";
  width: 13px;
  height: 13px;
  background-image: url("../img/common/ico_square.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
  position: absolute;
}

.c-commentBox {
  width: 60.4166666667vw;
  margin: 0 auto;
  border: 1px solid #1A1A1A;
}
.c-commentBox__inner {
  position: relative;
  padding: 1.9444444444vw 2.2916666667vw;
}
.c-commentBox__txt {
  font-size: 1.1111111111vw;
  line-height: 2;
}
.c-commentBox__txt + .c-commentBox__txt {
  margin-top: 1.7361111111vw;
}
.c-commentBox__link {
  font-size: 1.1111111111vw;
  font-weight: 700;
}
.c-commentBox__kazari {
  display: block;
}
.c-commentBox__kazari::before {
  left: -6px;
}
.c-commentBox__kazari::after {
  right: -6px;
}
.c-commentBox__kazari--top::before, .c-commentBox__kazari--top::after {
  top: -6px;
}
.c-commentBox__kazari--bottom::before, .c-commentBox__kazari--bottom::after {
  bottom: -6px;
}

.c-editorsNote {
  width: 61.25vw;
  border-top: 1px solid #9A9A9A;
  border-bottom: 1px solid #9A9A9A;
  background-image: url("../img/common/bg_paper.png");
  background-repeat: repeat;
  background-size: 7.8472222222vw 7.8472222222vw;
  background-position: center center;
  position: relative;
}
.c-editorsNote::after {
  content: "";
  width: 8.75vw;
  height: 7.6388888889vw;
  background-image: url("../img/common/illust_book.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  position: absolute;
  right: 3.4722222222vw;
  bottom: -0.6944444444vw;
}
.c-editorsNote__inner {
  padding: 1.5972222222vw 13.8888888889vw 1.5972222222vw 5.2083333333vw;
}
.c-editorsNote__ttl {
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.25vw;
}
.c-editorsNote__ttlSymbol {
  display: inline-block;
  font-size: 0.7638888889vw;
}
.c-editorsNote__read {
  font-size: 1.1111111111vw;
  line-height: 1.6;
  margin-top: 0.6944444444vw;
}

.c-tableContents {
  border-radius: 0.9027777778vw;
  border-radius: max(0.9027777778vw, 0.8125px);
  border: 1px solid #9A9A9A;
}
.c-tableContents__inner {
  padding: 1.7361111111vw 2.0833333333vw 0.5555555556vw;
}
.c-tableContents__ttl {
  font-size: 1.3888888889vw;
  font-weight: 700;
  padding-bottom: 1.3888888889vw;
}
.c-tableContents__list {
  width: 100%;
}
.c-tableContents__item {
  font-size: 1.25vw;
  padding: 1.1805555556vw 0;
  border-top: 1px solid #EDEDF3;
}
.c-tableContents__item > .c-tableContents__itemChild {
  border-bottom: 1px solid #EDEDF3;
}
.c-tableContents__anchor {
  color: #1A1A1A;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-tableContents__listChild {
  padding: 1.1805555556vw 0 0;
}
.c-tableContents__itemChild {
  font-size: 1.25vw;
  font-weight: 400;
  text-indent: 1em;
}
.c-tableContents__itemChild + .c-tableContents__itemChild {
  margin-top: 0.5555555556vw;
}

.c-author {
  background-color: #EDEDF3;
  margin-top: 4.1666666667vw;
}
.c-author__inner {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  padding: 1.3888888889vw;
}
.c-author__body {
  order: 2;
  margin-left: 1.3888888889vw;
}
.c-author__name {
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
}
.c-author__nameJa {
  font-size: 1.3888888889vw;
}
.c-author__nameEn {
  font-size: 0.9722222222vw;
  margin-left: 0.6944444444vw;
}
.c-author__position {
  font-size: 1.0416666667vw;
}
.c-author__img {
  order: 1;
  width: 4.8611111111vw;
}
.c-author__img img {
  border-radius: 50%;
}
.c-author__link {
  order: 3;
  display: inline-block;
  margin-left: auto;
  font-weight: 700;
  padding: 0.6944444444vw 2.5694444444vw;
  border-radius: 0.9027777778vw;
  border-radius: max(0.9027777778vw, 0.8125px);
  border: 1px solid #9A9A9A;
}

.c-pageNav {
  font-family: "TsukuGoPr5-D", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  width: 61.25vw;
  margin: 3.4722222222vw auto 0;
}
.c-pageNav__list {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.c-pageNav__item {
  font-size: 1.3888888889vw;
  width: 13.8888888889vw;
  height: 3.4722222222vw;
  border: 1px solid #1A1A1A;
  text-align: center;
  position: relative;
  border-radius: 1.7361111111vw;
  background-color: #1A1A1A;
  color: #FFF;
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-pageNav--eet .c-pageNav__item {
  background-color: #fff8b0;
  border: 1px solid #fff8b0;
}
.c-pageNav--workout .c-pageNav__item {
  background-color: #232D53;
  border: 1px solid #232D53;
}
.c-pageNav--todays_star .c-pageNav__item {
  font-size: 1.25vw;
  letter-spacing: 0em;
}
.c-pageNav__item .txtImg {
  display: block;
  width: 5.5555555556vw;
  margin-inline: auto;
}
.c-pageNav__item::after {
  content: "";
  display: block;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  background-image: url("../img/common/ico_arr_white.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-pageNav--eet .c-pageNav__item::after {
  width: 2.0833333333vw;
  height: 2.7777777778vw;
  background-image: url("../eet/img/btn_arr.png");
}
.c-pageNav--workout .c-pageNav__item::after {
  width: 2.0833333333vw;
  height: 1.3888888889vw;
  background-image: url("../workout/img/btn_arr.png");
}
.c-pageNav__item:hover {
  letter-spacing: 0.3em;
  opacity: 1;
}
.c-pageNav--todays_star .c-pageNav__item:hover {
  letter-spacing: 0;
  transform: translateX(0) translateY(0);
}
.c-pageNav__item--prev::after {
  left: 1.3888888889vw;
  transform: translateY(-50%) scale(-1, 1);
}
.c-pageNav__item--prev:hover::after {
  transform: translateX(-5px) translateY(-50%) scale(-1, 1);
}
.c-pageNav--todays_star .c-pageNav__item--prev {
  padding-left: 0.6944444444vw;
}
.c-pageNav__item--next {
  margin-left: auto;
}
.c-pageNav__item--next::after {
  right: 1.3888888889vw;
}
.c-pageNav__item--next:hover::after {
  transform: translateX(5px) translateY(-50%);
}
.c-pageNav--todays_star .c-pageNav__item--next {
  padding-right: 0.6944444444vw;
}
.c-pageNav__item--invalid {
  pointer-events: none;
  border: 1px solid #CECECE;
  background-color: #CECECE;
}

.c-backNumber {
  min-height: 62.5vw;
  margin-bottom: 5.9027777778vw;
}
.c-backNumber .topOnly {
  display: none;
}
.c-backNumber__sec + .c-backNumber__sec {
  margin-top: 2.0833333333vw;
}
.c-backNumber__year {
  font-size: 1.3888888889vw;
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
}
.c-backNumber__list {
  display: block;
  border-top: 1px solid #EDEDF3;
  margin-top: 0.6944444444vw;
}
.c-backNumber__item {
  border-bottom: 1px solid #EDEDF3;
  padding: 0.6944444444vw 1.0416666667vw;
}
.c-backNumber__link {
  color: #1A1A1A;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}
.c-backNumber__date {
  font-size: 0.9722222222vw;
  width: 5.2083333333vw;
  margin-right: 1.3888888889vw;
}
.c-backNumber__ttl {
  font-size: 1.1111111111vw;
}

.p-topMv {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.p-topSec:not(:first-of-type) {
  margin-top: 6.25vw;
}
.p-topSec:last-of-type {
  margin-bottom: 7.9861111111vw;
}

.p-topArticle {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.p-topArticle .c-hdg2 {
  display: none;
}
.p-topArticle__list {
  display: grid;
  grid-template-columns: repeat(6, 8.9236111111vw);
  grid-template-rows: 2fr;
  grid-gap: 2.0833333333vw 1.5277777778vw;
  margin: 0 auto;
}
.p-topArticle__item {
  grid-column: span 2;
  grid-row: span 1;
  width: 19.3055555556vw;
  position: relative;
  background-color: #FFF;
  border-radius: 0.6944444444vw;
  border-radius: max(0.6944444444vw, 0.625px);
}
.p-topArticle__item:nth-child(-n+2) {
  width: 100%;
  grid-row: 1;
}
.p-topArticle__item:nth-child(1) {
  grid-column: 1/4;
}
.p-topArticle__item:nth-child(2) {
  grid-column: 4/7;
}
.p-topArticle__item:not(:nth-child(-n+2)) .p-topArticle__desc {
  min-height: 4.8611111111vw;
}
.p-topArticle__item:not(:nth-child(-n+2)) .p-topArticle__thumb img {
  height: 10.4166666667vw;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.p-topArticle__item:nth-child(n+9) {
  display: none;
}
.p-topArticle__link {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  color: #1A1A1A;
  border-radius: 0.6944444444vw;
  border-radius: max(0.6944444444vw, 0.625px);
  border: 1px solid #1A1A1A;
  background-color: #FFF;
}
.p-topArticle__link:hover .p-topArticle__thumb img {
  opacity: 0.6;
}
.p-topArticle__new {
  width: 2.9861111111vw;
  height: 2.8472222222vw;
  position: absolute;
  top: -0.3472222222vw;
  left: 1.0416666667vw;
  z-index: 1;
}
.p-topArticle__tag {
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 0.8333333333vw;
  line-height: 1;
  text-align: center;
  color: #FFF;
  background-color: #E49246;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: auto;
  min-width: 3.6111111111vw;
  height: 1.5277777778vw;
  top: 0.8333333333vw;
  right: 0.8333333333vw;
  padding: 0.1388888889vw 0.8333333333vw;
  border-radius: 11px;
  z-index: 1;
}
.p-topArticle__body {
  order: 2;
  padding: 1.0416666667vw 1.0416666667vw 0.7638888889vw;
}
.p-topArticle__ttl {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.1111111111vw;
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.6;
}
.p-topArticle__item:nth-child(-n+2) .p-topArticle__ttl {
  font-size: 1.25vw;
}
.p-topArticle__date {
  font-size: 0.9027777778vw;
  margin-top: 0.9722222222vw;
}
.p-topArticle__desc {
  font-size: 0.9722222222vw;
  margin-top: 0.5555555556vw;
  line-height: 1.6;
  min-height: 4.8611111111vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.p-topArticle__thumb {
  order: 1;
  width: 100%;
}
.p-topArticle__thumb img {
  border-top-left-radius: 0.6944444444vw;
  border-top-right-radius: 0.6944444444vw;
  border-top-left-radius: max(0.6944444444vw, 0.625px);
  border-top-right-radius: max(0.6944444444vw, 0.625px);
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-topArticle__btnGood {
  position: absolute;
  bottom: 0.5555555556vw;
  right: 0.1388888889vw;
  border-radius: max(0.625vw, 0.5625px);
}
.p-topArticle__moreBtn {
  width: 13.8888888889vw;
  height: 3.4722222222vw;
  margin-inline: auto;
  margin-top: 3.4722222222vw;
  cursor: pointer;
  font-size: 1.3888888889vw;
  line-height: 1;
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  color: #FFF;
  background-color: #1A1A1A;
  border-radius: 1.7361111111vw;
  border-radius: max(1.7361111111vw, 1.5625px);
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-topArticle__moreBtn:hover {
  letter-spacing: 0.3em;
}

.p-topArchives {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.p-topArchives__list {
  display: grid;
  grid-template-columns: repeat(6, 8.9236111111vw);
  grid-template-rows: 2fr;
  grid-gap: 2.0833333333vw 1.5277777778vw;
  margin: 0 auto;
}
.p-topArchives__item {
  grid-column: span 2;
  grid-row: span 1;
  width: 19.3055555556vw;
  position: relative;
  background-color: #FFF;
  border-radius: 0.6944444444vw;
  border-radius: max(0.6944444444vw, 0.625px);
}
.p-topArchives__link {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  color: #1A1A1A;
  border-radius: 0.6944444444vw;
  border-radius: max(0.6944444444vw, 0.625px);
  border: 1px solid #1A1A1A;
  background-color: #FFF;
}
.p-topArchives__link:hover .p-topArchives__thumb img {
  opacity: 0.6;
}
.p-topArchives__tag {
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 0.8333333333vw;
  line-height: 1;
  text-align: center;
  color: #FFF;
  background-color: #E49246;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: auto;
  min-width: 3.6111111111vw;
  height: 1.5277777778vw;
  top: 0.8333333333vw;
  right: 0.8333333333vw;
  padding: 0.1388888889vw 0.8333333333vw;
  border-radius: 11px;
  z-index: 1;
}
.p-topArchives__body {
  order: 2;
  padding: 1.0416666667vw 1.0416666667vw 0.7638888889vw;
}
.p-topArchives__ttl {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.1111111111vw;
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.6;
}
.p-topArchives__date {
  font-size: 0.9027777778vw;
  margin-top: 0.9722222222vw;
}
.p-topArchives__desc {
  font-size: 0.9722222222vw;
  margin-top: 0.5555555556vw;
  line-height: 1.6;
  min-height: 4.8611111111vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.p-topArchives__thumb {
  order: 1;
  width: 100%;
}
.p-topArchives__thumb img {
  height: 10.4166666667vw;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  border-top-left-radius: 0.6944444444vw;
  border-top-right-radius: 0.6944444444vw;
  border-top-left-radius: max(0.6944444444vw, 0.625px);
  border-top-right-radius: max(0.6944444444vw, 0.625px);
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-topArchives__btnGood {
  position: absolute;
  bottom: 0.5555555556vw;
  right: 0.1388888889vw;
  border-radius: max(0.625vw, 0.5625px);
}

.p-topSurvey__list {
  width: 100%;
  margin: 2.7777777778vw auto 0;
}
.p-topSurvey__item {
  position: relative;
}
.p-topSurvey__item + .p-topSurvey__item {
  margin-top: 2.4305555556vw;
}
.p-topSurvey__item--expired {
  pointer-events: none;
}
.p-topSurvey__item--expired::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/top/banner_survey_expired.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.p-topSurvey__link {
  display: inline-block;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.p-topItv__article {
  margin: 0 auto 5.9027777778vw;
}
.p-topItv__intro {
  margin: 0 auto 1.0416666667vw;
}
.p-topItv__introTxt {
  font-size: 1.25vw;
  line-height: 2;
}
.p-topItv__introTxt + .p-topItv__introTxt {
  margin-top: 1.7361111111vw;
}
.p-topItv__introLink {
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  display: inline;
  color: #3D6FF5;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-topItv .c-commentBox {
  margin: 2.7777777778vw auto 0;
}

.p-topItvMv {
  position: relative;
  width: 100%;
  height: 23.6111111111vw;
  margin: 0 auto;
  background-color: #EDEDF3;
}
.p-topItvMv--picOnly {
  background-color: transparent;
}
.p-topItvMv__inner {
  width: 100%;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-flow: row-reverse nowrap;
  align-items: center;
  justify-content: flex-end;
}
.p-topItvMv--picOnly .p-topItvMv__inner {
  max-width: none;
  display: block;
}
.p-topItvMv__body {
  width: 47.9166666667vw;
  margin-left: 3.125vw;
}
.p-topItvMv__tag {
  font-size: 0.9722222222vw;
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  background-color: #E49246;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 0.0694444444vw 1.1111111111vw;
  border-radius: 15px;
}
.p-topItvMv__hdg1 {
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 2.3611111111vw;
  margin-top: 0.6944444444vw;
}
.p-topItvMv__desc {
  font-size: 1.25vw;
  line-height: 1.8;
  margin-top: 1.3888888889vw;
}
.p-topItvMv__thumb {
  width: 34.7222222222vw;
}
.p-topItvMv__img {
  display: block;
  width: 100%;
}
.p-topItvMv--picOnly .p-topItvMv__img img {
  height: 23.6111111111vw;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-topItvMv__handwriting {
  width: 19.8611111111vw;
  height: 4.9305555556vw;
  position: absolute;
  right: 27.0833333333vw;
  bottom: -1.3888888889vw;
  transform: rotate(-10deg);
}

.p-topItvSec {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 2.7777777778vw;
}
.p-topItvSec:not(:first-of-type) {
  margin-top: 2.7777777778vw;
}
.p-topItvSec__body {
  margin-top: 1.7361111111vw;
}
.p-topItvSec__hdg3 {
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.5277777778vw;
  margin-bottom: 1.7361111111vw;
}
.p-topItvSec__paragraph {
  font-size: 1.25vw;
  line-height: 2;
  margin-bottom: 1.7361111111vw;
}
.p-topItvSec__paragraph:last-of-type {
  margin-bottom: 0;
}
.p-topItvSec__paragraph .u-txt-marker {
  display: inline-block;
}
.p-topItvSec__paragraph a {
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
}
.p-topItvSec__paragraph strong {
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
}
.p-topItvSec__note {
  font-size: 0.9027777778vw;
}
.p-topItvSec__figure {
  margin: 2.4305555556vw auto;
}
.p-topItvSec__figure figcaption {
  font-size: 0.9027777778vw;
  margin-top: 0.6944444444vw;
}
.p-topItvSec__figure figcaption a {
  color: #1A1A1A;
  position: relative;
  padding-right: 1.5277777778vw;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-topItvSec__figure figcaption a[target=_blank]::after {
  content: "";
  display: block;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  background-image: url("../img/common/ico_blank.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  position: absolute;
  top: 50%;
  right: 0.2777777778vw;
  transform: translateY(-50%);
}
.p-topItvSec__figure--mid {
  width: 29.7916666667vw;
}
.p-topItvSec__colWrap {
  display: flex;
  flex-flow: row nowrap;
  margin: 1.7361111111vw auto;
}
.p-topItvSec__colWrap .p-topItvSec__figure {
  margin: 0.625vw 1.6666666667vw 0 0;
}
.p-topItvSec__borderDotted {
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, #000, #000 3px, transparent 3px);
  background-size: 23px 3px;
  background-position: left bottom;
  background-repeat: repeat-x;
  margin: 2.7777777778vw auto;
}
.p-topItvSec .c-hdg2 {
  border-bottom: 1px solid #E49246;
}
.p-topItvSec .c-hdg2::before {
  background-color: #E49246;
}

.p-topItvSecHdg2 {
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  position: relative;
  border-bottom: 2px solid #E49246;
  margin-bottom: 2.0833333333vw;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}
.p-topItvSecHdg2 + .p-topItvSecHdg2 {
  margin-top: 5.5555555556vw;
}
.p-topItvSecHdg2__num {
  display: flex;
  flex-flow: row nowrap;
  align-items: baseline;
  justify-content: center;
  font-size: 2.0833333333vw;
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 22px;
  color: #E49246;
  margin-right: 1.3888888889vw;
  position: relative;
}
.p-topItvSecHdg2__numFraction {
  display: flex;
  flex-flow: row nowrap;
  align-items: baseline;
  justify-content: center;
  font-size: 1.5277777778vw;
  line-height: 22px;
  color: #E49246;
  margin-right: 1.3888888889vw;
  position: relative;
}
.p-topItvSecHdg2__numFraction::before {
  content: "";
  width: 2px;
  height: 4.5138888889vw;
  background-color: #E49246;
  position: absolute;
  top: 0;
  right: 2.7777777778vw;
  transform: rotate(26deg);
}
.p-topItvSecHdg2__numFraction b {
  font-size: 3.3333333333vw;
  margin-right: 1.0416666667vw;
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
}
.p-topItvSecHdg2__txt {
  display: inline-block;
  font-size: 1.5277777778vw;
  line-height: 1.5;
  padding-bottom: 0.2083333333vw;
}
.p-topItvSecHdg2__txt b {
  font-size: 1.9444444444vw;
  margin-right: 0.1388888889vw;
}

.p-topItvHistory__ttl {
  display: flex;
  background-image: url("../img/top-interview/ico_arr_bg.svg");
  background-repeat: repeat-x;
  background-size: 0.9722222222vw 0.8333333333vw;
  background-position: left 55%;
}
.p-topItvHistory__ttlTxt {
  font-size: 1.5277777778vw;
  font-weight: 500;
  background-color: #FFF;
  padding: 0 0.6944444444vw 0 0;
}
.p-topItvHistory__img {
  display: inline-block;
  margin-top: 1.3888888889vw;
}

.p-topItv--vol001 .p-topItvSec__colWrap--01 .p-topItvSec__figure {
  width: 24.3055555556vw;
}
.p-topItv--vol001 .p-topItvSec__colWrap--01 .p-topItvSec__paragraph {
  width: 35.0694444444vw;
}
.p-topItv--vol001 .p-topItvSec__colWrap--02 .p-topItvSec__figure {
  width: 12.1527777778vw;
}
.p-topItv--vol001 .p-topItvSec__colWrap--02 .p-topItvSec__paragraph {
  width: 47.2222222222vw;
}

.p-tips .c-hdg2 {
  border-bottom: 1px solid #7BCAE0;
}
.p-tips .c-hdg2::before {
  background-color: #7BCAE0;
}
.p-tips .c-tableContents {
  margin-bottom: 5.5555555556vw;
}
.p-tips__article {
  margin: 2.4305555556vw auto 5.9027777778vw;
}
.p-tips__date {
  font-size: 1.1111111111vw;
  margin-bottom: 1.3888888889vw;
}
.p-tips__intro {
  margin: 0 auto 4.1666666667vw;
}
.p-tips__introTxt {
  font-size: 1.25vw;
  line-height: 2;
}
.p-tips__introTxt + .p-tips__introTxt {
  margin-top: 1.7361111111vw;
}
.p-tips__introLink {
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  display: inline;
  color: #3D6FF5;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.p-tipsMv {
  color: #FFF;
  position: relative;
  width: 100%;
  height: 23.6111111111vw;
  margin: 0 auto;
  background-color: #7BCAE0;
}
.p-tipsMv__inner {
  width: 100%;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-flow: row-reverse nowrap;
  align-items: center;
  justify-content: flex-end;
}
.p-tipsMv__body {
  font-size: 0;
  width: 47.9166666667vw;
  margin-left: 3.125vw;
}
.p-tipsMv__tag {
  font-size: 0.9722222222vw;
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  color: #7BCAE0;
  text-align: center;
  display: inline-block;
  padding: 0.0694444444vw 1.1111111111vw;
  border-radius: 15px;
  background-color: #FFF;
}
.p-tipsMv__hdg1 {
  font-size: 2.3611111111vw;
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  margin-top: 0.6944444444vw;
}
.p-tipsMv__hdg1Ttl {
  display: inline-block;
  font-size: 1.6666666667vw;
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  background-color: #FFF;
  padding: 0 0.6944444444vw 0.1388888889vw;
  margin-top: 1.3888888889vw;
  color: #7BCAE0;
}
.p-tipsMv__desc {
  font-size: 1.25vw;
  font-weight: 500;
  margin-top: 0.6944444444vw;
}
.p-tipsMv__thumb {
  width: 29.1666666667vw;
}
.p-tipsMv__img {
  display: block;
  width: 19.4444444444vw;
  margin: 0 0 0 auto;
}

.p-tipsSec {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.p-tipsSec:not(:first-of-type) {
  margin-top: 5.5555555556vw;
}
.p-tipsSec__body {
  margin-top: 1.7361111111vw;
}
.p-tipsSec__body .c-table {
  margin: 1.7361111111vw 0;
}
.p-tipsSec__hdg3 {
  font-size: 1.3888888889vw;
  margin-bottom: 1.3888888889vw;
}
.p-tipsSec__paragraph {
  font-size: 1.25vw;
  line-height: 2;
  margin-bottom: 1.7361111111vw;
}
.p-tipsSec__paragraph:last-of-type {
  margin-bottom: 0;
}
.p-tipsSec__figure {
  margin: 2.4305555556vw auto;
}
.p-tipsSec__figure figcaption {
  font-size: 0.9722222222vw;
  margin-top: 0.6944444444vw;
}
.p-tipsSec__figure--mid {
  width: 29.7916666667vw;
}
.p-tipsSec__colWrap {
  display: flex;
  flex-flow: row nowrap;
  margin: 1.7361111111vw auto;
}
.p-tipsSec__colWrap .p-tipsSec__figure {
  margin: 0.625vw 1.6666666667vw 0 0;
}
.p-tipsSec__link {
  font-weight: 700;
}

.p-surveyMv {
  position: relative;
  width: 100%;
  height: 23.6111111111vw;
  margin: 0 auto;
  background-color: #EFF5E8;
}
.p-surveyMv__inner {
  width: 100%;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-flow: row-reverse nowrap;
  align-items: center;
  justify-content: flex-end;
}
.p-surveyMv__body {
  width: 47.9166666667vw;
  margin-left: 3.125vw;
}
.p-surveyMv__tag {
  font-size: 0.9722222222vw;
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  background-color: #E49246;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 0.0694444444vw 1.1111111111vw;
  border-radius: 15px;
}
.p-surveyMv__hdg1 {
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 2.3611111111vw;
  margin-top: 0.6944444444vw;
}
.p-surveyMv__desc {
  font-size: 1.25vw;
  line-height: 1.8;
  margin-top: 1.0416666667vw;
}
.p-surveyMv__thumb {
  width: 34.7222222222vw;
}
.p-surveyMv__img {
  display: block;
  width: 100%;
}

.p-survey15th {
  margin: 0 auto 5.9027777778vw;
}
.p-survey15th__intro {
  font-size: 1.0416666667vw;
  line-height: 2;
  margin: 2.4305555556vw auto 5.5555555556vw;
}
.p-survey15th__intro + .p-survey15th__intro {
  margin-top: 1.7361111111vw;
}
.p-survey15th__introList {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  margin-top: 2.7777777778vw;
}
.p-survey15th__introItem {
  width: 29.1666666667vw;
}
.p-survey15th__introItem + .p-survey15th__introItem {
  margin-left: 2.9166666667vw;
}
.p-survey15th__introFigure {
  width: 100%;
}
.p-survey15th__introAnchor {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  width: 20.5555555556vw;
  height: 4.8611111111vw;
  font-size: 1.3888888889vw;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  padding: 0.6944444444vw 0.6944444444vw;
  background-color: #0DAC26;
  border-radius: 35px;
  margin: 1.6666666667vw auto 0;
  box-shadow: 3px 6px 0px 0px #0B831E;
}

.p-survey15thIntoro {
  margin: 2.4305555556vw auto 5.5555555556vw;
}
.p-survey15thIntoro__read {
  font-size: 1.25vw;
  line-height: 2;
}
.p-survey15thIntoro__list {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  margin-top: 2.7777777778vw;
}
.p-survey15thIntoro__item {
  width: 29.1666666667vw;
}
.p-survey15thIntoro__item + .p-survey15thIntoro__item {
  margin-left: 2.9166666667vw;
}
.p-survey15thIntoro__figure {
  width: 100%;
}
.p-survey15thIntoro__txt {
  font-size: 1.25vw;
  line-height: 2;
  text-align: center;
  margin-top: 2.0833333333vw;
}
.p-survey15thIntoro__txt .txt-lr {
  font-size: 1.9444444444vw;
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  color: #FC8337;
  line-height: 1;
}
.p-survey15thIntoro__anchor {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  width: 16.9444444444vw;
  height: 3.6111111111vw;
  font-size: 1.25vw;
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  padding: 0.6944444444vw 0.6944444444vw;
  background-color: #0DAC26;
  border-radius: 26px;
  margin: 1.1805555556vw auto 0;
  box-shadow: 2px 4px 0px 0px #0B831E;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-survey15thIntoro__anchor:hover {
  transform: translateX(2px) translateY(4px);
  box-shadow: none;
}

.p-survey15thSec:not(:first-of-type) {
  margin-top: 5.5555555556vw;
}
.p-survey15thSec__paragraph {
  font-size: 1.25vw;
  line-height: 2;
  margin-bottom: 1.7361111111vw;
  padding: 0 1.3888888889vw;
}
.p-survey15thSec__paragraph + .p-survey15thSec__paragraph {
  margin-top: 1.7361111111vw;
}
.p-survey15thSec__body {
  margin-top: 2.4305555556vw;
}

.p-survey15thSecHdg2 {
  position: relative;
  width: 100%;
  height: 5vw;
  font-size: 1.6666666667vw;
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  background-color: #FFF4CB;
  padding: 0.3472222222vw 0.3472222222vw 0.3472222222vw 6.7361111111vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.p-survey15thSecHdg2::before {
  content: "Q";
  width: 5vw;
  height: 5vw;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 1;
  background-color: #FCD137;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 0.3472222222vw;
}

.p-survey15thSec01__picture {
  width: 45.5555555556vw;
  margin: 3.125vw auto 0;
  display: block;
}

.p-survey15thSec02__btnList {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.p-survey15thSec02__btn {
  width: 17.3611111111vw;
  height: 4.4444444444vw;
  border-radius: 32px;
  border: 0.2083333333vw solid #FCD137;
  border: max(0.2083333333vw, 0.1875px) solid #FCD137;
  margin: 0.5555555556vw;
  background-color: #FFF;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-survey15thSec02__btn.is-active {
  background-color: #FCD137;
}
.p-survey15thSec02__btn.is-active .p-survey15thSec02__btnIco svg {
  fill: #FFF;
}
.p-survey15thSec02__btn:hover {
  background-color: #FCD137;
}
.p-survey15thSec02__btn:hover .p-survey15thSec02__btnIco svg {
  fill: #FFF;
}
.p-survey15thSec02__btnIco {
  display: block;
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  margin-right: 0.3472222222vw;
}
.p-survey15thSec02__btnIco svg {
  fill: #FCD137;
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-active .p-survey15thSec02__btnIco {
  background-color: #FCD137;
}
.is-active .p-survey15thSec02__btnIco svg {
  fill: #FFF;
}
.p-survey15thSec02__btnTxt {
  font-size: 1.5277777778vw;
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  text-align: center;
}
.p-survey15thSec02__btnTxt .txt-sm {
  font-size: 1.0416666667vw;
}

.p-survey15thSec04 {
  margin-bottom: 5.5555555556vw;
}
.p-survey15thSec04__content {
  margin-top: 2.7777777778vw;
}

.p-survey15thChartsBar {
  margin-top: 3.125vw;
}
.p-survey15thChartsBar__wrap {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}
.p-survey15thChartsBar__wrap + .p-survey15thChartsBar__wrap {
  margin-top: 2.7777777778vw;
}
.p-survey15thChartsBar__label {
  width: 17.6388888889vw;
  font-size: 1.25vw;
  font-weight: 700;
  text-align: left;
  line-height: 1.5;
  padding-right: 4.5138888889vw;
}
.p-survey15thChartsBar__label small {
  font-size: 0.9027777778vw;
}
.p-survey15thChartsBar__bar {
  display: flex;
  align-items: center;
  width: calc(100% * var(--size, 1));
  position: relative;
  background-color: #FCD137;
  padding: 0.2777777778vw 0;
}
.p-survey15thChartsBar__data {
  font-size: 1.0416666667vw;
  font-weight: 700;
  line-height: 1.5;
  text-align: right;
  transform: translateX(-3.8194444444vw);
}

.p-survey15thModal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  overflow-y: scroll;
  margin: 0;
  width: 100%;
  height: 100%;
}
.p-survey15thModal.is-open {
  z-index: 201;
}
.p-survey15thModal__inner {
  width: 100%;
  margin: 5.5555555556vw auto;
}
.p-survey15thModal__item {
  width: 72.3611111111vw;
  margin: 0 auto;
  background-color: #FFF;
  padding: 5.5555555556vw;
  position: relative;
  display: none;
}
.p-survey15thModal__sec + .p-survey15thModal__sec {
  margin-top: 3.125vw;
}
.p-survey15thModal__hdg3 {
  font-size: 1.25vw;
  font-weight: 700;
  position: relative;
  padding: 0 2.7777777778vw;
  margin-bottom: 1.3888888889vw;
}
.p-survey15thModal__hdg3--border {
  border-bottom: 1px solid #FC8337;
}
.p-survey15thModal__hdg3::before {
  content: "";
  width: 1.875vw;
  height: 1.875vw;
  background-color: #FC8337;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-survey15thModal__caedList {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 -0.625vw;
}
.p-survey15thModal__card {
  width: calc(1vw * var(--width) / 1440 * 100);
  font-size: 1.4583333333vw;
  font-weight: 500;
  line-height: 1.5;
  padding: 1.0416666667vw;
  border: 0.2083333333vw solid #FCD137;
  border: max(0.2083333333vw, 0.1875px) solid #FCD137;
  border-radius: 1.25vw;
  border-radius: max(1.25vw, 1.125px);
  margin: 0.625vw;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}
.p-survey15thModal__txtItem {
  position: relative;
  font-size: 1.1111111111vw;
  padding-left: 1.3888888889vw;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
  display: inline-block;
  margin-right: 4.1666666667vw;
}
.p-survey15thModal__txtItem + .p-survey15thModal__txtItem {
  margin-top: 0.6944444444vw;
}
.p-survey15thModal__txtItem::before {
  content: "";
  width: 0.6944444444vw;
  height: 0.6944444444vw;
  border-radius: 50%;
  background-color: #FCD137;
  position: absolute;
  top: 0.7638888889vw;
  left: 0;
}
.p-survey15thModal__box {
  border: 2px dotted #FC8337;
  margin-top: -1.3888888889vw;
  padding: 1.7361111111vw;
}
.p-survey15thModal__boxTxt {
  font-size: 1.0416666667vw;
  line-height: 2;
}
.p-survey15thModal__picList {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.p-survey15thModal__picture {
  display: block;
  width: 19.1666666667vw;
  margin-top: 2.7777777778vw;
}
.p-survey15thModal__closeBtn {
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #FC8337;
  cursor: pointer;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-survey15thModal__closeBtnLine {
  width: 2.2222222222vw;
  height: 0.3472222222vw;
  background-color: #FFF;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.p-survey15thModal__closeBtnLine:nth-child(1) {
  transform: rotate(-45deg);
}
.p-survey15thModal__closeBtnLine:nth-child(2) {
  transform: rotate(45deg);
}

.p-survey15thBack {
  position: relative;
  margin-top: 2.7777777778vw;
}
.p-survey15thBack:nth-of-type(2n) {
  margin-top: 6.9444444444vw;
}
.p-survey15thBack::before {
  content: "";
  width: 100%;
  height: calc(100% - 3.6111111111vw);
  border: 0.2777777778vw solid #FC8337;
  border: max(0.2777777778vw, 0.25px) solid #FC8337;
  position: absolute;
  top: 3.6111111111vw;
  left: 0;
  z-index: -1;
}
.p-survey15thBack--orange::before {
  border: 0.2777777778vw solid #FC8337;
  border: max(0.2777777778vw, 0.25px) solid #FC8337;
}
.p-survey15thBack--blue::before {
  border: 0.2777777778vw solid #37A9FC;
  border: max(0.2777777778vw, 0.25px) solid #37A9FC;
}
.p-survey15thBack__hdg3 {
  position: relative;
  z-index: 1;
}
.p-survey15thBack__hdg3Txt {
  font-size: 2.0833333333vw;
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27.0833333333vw;
  height: 6.25vw;
  padding: 0.3472222222vw 2.0833333333vw;
  background-color: #FFF;
  text-align: center;
  margin-left: 1.5277777778vw;
}
.p-survey15thBack--orange .p-survey15thBack__hdg3Txt {
  background-color: #FC8337;
}
.p-survey15thBack--blue .p-survey15thBack__hdg3Txt {
  background-color: #37A9FC;
}
.p-survey15thBack__hdg3Percentage {
  font-size: 2.5694444444vw;
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-left: 0.6944444444vw;
  color: #FFF;
}
.p-survey15thBack__hdg3Percentage small {
  font-size: 1.8055555556vw;
  color: #1A1A1A;
  margin-left: 0.3472222222vw;
}
.p-survey15thBack__content {
  position: relative;
  padding: 3.125vw 0 4.1666666667vw;
}
.p-survey15thBack__fukidashi {
  width: 54.8611111111vw;
  margin: 4.8611111111vw auto 0;
}
.p-survey15thBack__fukidashi:first-of-type {
  margin: 0 auto;
}
.p-survey15thBack__colWrap {
  width: 54.8611111111vw;
  margin: 2.0833333333vw auto 0;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.p-survey15thBack__colWrapImg {
  width: 16.7361111111vw;
}
.p-survey15thBack__colWrapBody {
  width: 36.7361111111vw;
}
.p-survey15thBack__colWrap--bodyRight .p-survey15thBack__colWrapBody {
  margin-left: 1.3888888889vw;
}
.p-survey15thBack__colWrap--bodyLeft .p-survey15thBack__colWrapBody {
  margin-right: 1.3888888889vw;
}
.p-survey15thBack__colWrapItem {
  font-size: 1.1111111111vw;
  display: inline-block;
  margin-right: 2.0833333333vw;
  text-indent: -1em;
  padding-left: 1em;
}
.p-survey15thBack__colWrapItem + .p-survey15thBack__colWrapItem {
  margin-top: 0.5555555556vw;
}
.p-survey15thBack__comment {
  width: 54.8611111111vw;
  margin: 4.1666666667vw auto 0;
}
.p-survey15thBack__commentTtl {
  font-size: 1.25vw;
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  position: relative;
  padding-left: 2.0833333333vw;
}
.p-survey15thBack__commentTtl::before {
  content: "";
  width: 1.5277777778vw;
  height: 1.5277777778vw;
  border-radius: 50%;
  position: absolute;
  top: 0.3472222222vw;
  left: 0;
}
.p-survey15thBack__commentTtl:nth-of-type(2n) {
  margin-top: 1.7361111111vw;
}
.p-survey15thBack--orange .p-survey15thBack__commentTtl::before {
  background-color: #FC8337;
}
.p-survey15thBack--blue .p-survey15thBack__commentTtl::before {
  background-color: #37A9FC;
}
.p-survey15thBack__commentList {
  margin-top: 0.5555555556vw;
}
.p-survey15thBack__commentItem {
  font-size: 1.1111111111vw;
  text-indent: -1em;
  padding-left: 1em;
  margin-left: 1.9444444444vw;
}
.p-survey15thBack__commentItem + .p-survey15thBack__commentItem {
  margin-top: 0.3472222222vw;
}
.p-survey15thBack__commentRead {
  font-size: 1.1111111111vw;
  line-height: 2;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3.4722222222vw;
  margin-top: 3.8194444444vw;
}
.p-survey15thBack--orange .p-survey15thBack__commentRead {
  border-top: 2px solid #FC8337;
}
.p-survey15thBack--blue .p-survey15thBack__commentRead {
  border-top: 2px solid #37A9FC;
}

.p-nif__article {
  margin: 1.3888888889vw auto 5.9027777778vw;
}
.p-nif__formTxt {
  font-size: 1.0416666667vw;
  text-align: center;
  margin: 0vw auto 0;
}
.p-nif__formTxtLink {
  font-size: 1.0416666667vw;
  font-weight: 700;
}

.p-nifIntro {
  margin: 0 auto 4.1666666667vw;
}
.p-nifIntro__hdg1 {
  font-size: 3.1944444444vw;
  text-align: center;
}
.p-nifIntro__hdg1Part {
  font-size: 1.8055555556vw;
  display: inline-block;
  border: 1px solid #1A1A1A;
  line-height: 1.5;
  padding: 0 0.6944444444vw;
  margin-left: 1.3888888889vw;
}
.p-nifIntro__img {
  width: 100%;
  margin: 2.7777777778vw auto 0;
  display: block;
}
.p-nifIntro__txt {
  font-size: 1.25vw;
  line-height: 2;
  margin: 2.4305555556vw auto 0;
}
.p-nifIntro__txt + .p-nifIntro__txt {
  margin-top: 1.7361111111vw;
}
.p-nifIntro__link {
  font-weight: 700;
  display: inline;
  color: #3D6FF5;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.p-nifMv {
  position: relative;
  width: 100%;
  height: 23.6111111111vw;
  margin: 0 auto;
  background: repeating-linear-gradient(110deg, #CBCBCB, #CBCBCB 4px, #CECECE 4px, #CECECE 10px);
}
.p-nifMv__inner {
  width: 100%;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-flow: row-reverse nowrap;
  align-items: center;
  justify-content: flex-end;
}
.p-nifMv__body {
  width: 47.9166666667vw;
  margin-left: 3.125vw;
}
.p-nifMv__tag {
  font-size: 0.9722222222vw;
  font-weight: 500;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 0.0694444444vw 1.1111111111vw;
  border-radius: 15px;
  background-color: #BD2A2A;
}
.p-nifMv__hdg1 {
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 2.3611111111vw;
  margin-top: 0.6944444444vw;
  letter-spacing: 0.03em;
  display: inline-block;
}
.p-nifMv__hdg1 .txt-la {
  font-size: 3.125vw;
}
.p-nifMv__hdg1 .cl-red {
  color: #BD2A2A;
}
.p-nifMv__hdgName {
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  text-align: right;
  font-size: 1.3194444444vw;
  letter-spacing: 0.03em;
  display: block;
  line-height: 1;
}
.p-nifMv__desc {
  font-size: 1.25vw;
  line-height: 1.8;
  margin-top: 1.3888888889vw;
}
.p-nifMv__thumb {
  width: 25.6944444444vw;
}
.p-nifMv__img {
  display: block;
  width: 16.8055555556vw;
  margin: 0 0 0 auto;
}
.p-nifMv__illust {
  width: 20.8333333333vw;
  height: 20.8333333333vw;
  position: absolute;
  right: 15vw;
  bottom: 1.7361111111vw;
}

.p-nifSec {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.p-nifSec:not(:first-of-type) {
  margin-top: 5.5555555556vw;
}
.p-nifSec--end {
  border-top: 1px solid #CECECE;
}
.p-nifSec__body {
  margin-top: 1.7361111111vw;
}
.p-nifSec__hdg3 {
  font-size: 1.3888888889vw;
  margin-bottom: 1.7361111111vw;
}
.p-nifSec__paragraph {
  font-size: 1.1111111111vw;
  line-height: 2;
  margin-bottom: 1.7361111111vw;
}
.p-nifSec__paragraph:last-of-type {
  margin-bottom: 0;
}
.p-nifSec__paragraph .u-txt-marker {
  display: inline-block;
}
.p-nifSec__paragraphLink {
  font-weight: 700;
  display: inline;
  color: #3D6FF5;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-nifSec__speaker {
  font-weight: 700;
  font-size: 1.1805555556vw;
  line-height: 2;
  margin-right: 0.2083333333vw;
}
.p-nifSec__colWrap {
  display: flex;
  flex-flow: row nowrap;
  margin-top: 1.7361111111vw;
}
.p-nifSec__colWrap--bodyLeft .p-nifSec__colBody {
  margin-right: 3.3333333333vw;
}
.p-nifSec__colWrap--bodyRight .p-nifSec__colBody {
  margin-left: 3.3333333333vw;
}
.p-nifSec__img {
  display: block;
  margin: 2.4305555556vw auto;
}

.p-nifSecThumb {
  padding-top: 0.6944444444vw;
  padding-bottom: 1.1111111111vw;
}
.p-nifSecThumb__img {
  display: block;
  position: relative;
  z-index: 1;
}
.p-nifSecThumb__img::before {
  content: "";
  width: 100%;
  height: calc(100% - 10px);
  border: 1px solid #1A1A1A;
  position: absolute;
  top: 1.875vw;
  right: 1.5972222222vw;
  z-index: -1;
}
.p-nifSecThumb__img--borderRed::before {
  border: 1px solid #BD2A2A;
}
.p-nifSec__colWrap--bodyLeft .p-nifSecThumb__img::before {
  right: -1.5972222222vw;
}
.p-nifSec__colWrap--bodyRight .p-nifSecThumb__img {
  margin-left: auto;
}
.p-nifSec__colWrap--bodyRight .p-nifSecThumb__img::before {
  left: -1.5972222222vw;
}
.p-nifSecThumb__body {
  width: 100%;
  margin-top: 1.3888888889vw;
}
.p-nifSecThumb__name {
  font-weight: 700;
  font-size: 0.9722222222vw;
}
.p-nifSecThumb__txt {
  font-size: 0.7638888889vw;
  margin-top: 0.2083333333vw;
}

.p-nifSecHdg2Top {
  font-size: 1.5972222222vw;
  font-weight: 700;
  text-align: center;
  padding: 1.3888888889vw;
  border-top: 1px solid #BD2A2A;
  border-bottom: 1px solid #BD2A2A;
  margin-bottom: 2.0833333333vw;
}

.p-nifSecHdg2 {
  font-weight: 700;
  position: relative;
  border-bottom: 1px solid #BD2A2A;
  margin-bottom: 2.0833333333vw;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}
.p-nifSecHdg2 + .p-nifSecHdg2 {
  margin-top: 5.5555555556vw;
}
.p-nifSecHdg2__cueNum {
  font-size: 1.8055555556vw;
  line-height: 1.5;
}
.p-nifSecHdg2__cueNum .num {
  font-size: 1.6666666667vw;
  display: inline-block;
  line-height: 0;
}
.p-nifSecHdg2__txt {
  display: inline-block;
  font-size: 2.0833333333vw;
  line-height: 1.5;
  padding-right: 0.3472222222vw;
  margin-left: 0.6944444444vw;
  position: relative;
}
.p-nifSecHdg2__txt::first-letter {
  color: #BD2A2A;
}
.p-nifSecHdg2__txt::before {
  content: "";
  width: 1px;
  height: 4.5138888889vw;
  background-color: #BD2A2A;
  position: absolute;
  top: 0.5555555556vw;
  right: 0;
  transform: rotate(50deg);
}

.p-nifProfile {
  color: #FFF;
  background-color: #BD2A2A;
  margin-top: 2.7777777778vw;
}
.p-nifProfile__inner {
  position: relative;
  padding: 2.2916666667vw;
}
.p-nifProfile__colWrap {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.p-nifProfile__body {
  order: 2;
  width: 40.625vw;
}
.p-nifProfile__head {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #FFF;
  margin-bottom: 0.8333333333vw;
  padding-bottom: 0.2083333333vw;
}
.p-nifProfile__name {
  font-size: 0;
}
.p-nifProfile__nameJa {
  font-weight: 700;
  font-size: 1.3888888889vw;
}
.p-nifProfile__nameEn {
  font-size: 1.0416666667vw;
}
.p-nifProfile__join {
  font-size: 1.0416666667vw;
}
.p-nifProfile__read {
  font-size: 1.1111111111vw;
}
.p-nifProfile__img {
  order: 1;
  width: 13.8888888889vw;
  margin-right: 2.0833333333vw;
}
.p-nifProfile__txtWrap {
  margin-top: 1.7361111111vw;
}
.p-nifProfile__paragraph {
  font-weight: 600;
  font-size: 1.1111111111vw;
}
.p-nifProfile__paragraph + .p-nifProfile__paragraph {
  margin-top: 0.6944444444vw;
}

.p-nif--vol001 .p-nifSecProfile {
  width: 18.1944444444vw;
  padding-top: 0.6944444444vw;
  padding-bottom: 1.1111111111vw;
}
.p-nif--vol001 .p-nifSecProfile__img {
  display: block;
  width: 16.5972222222vw;
  position: relative;
  z-index: 1;
}
.p-nif--vol001 .p-nifSecProfile__img::before {
  content: "";
  width: 100%;
  height: calc(100% - 10px);
  border: 1px solid #1A1A1A;
  position: absolute;
  top: 1.875vw;
  right: 1.5972222222vw;
  z-index: -1;
}
.p-nif--vol001 .p-nifSecProfile__img--borderRed::before {
  border: 1px solid #BD2A2A;
}
.p-nifSec__colWrap--bodyLeft .p-nif--vol001 .p-nifSecProfile__img::before {
  right: -1.5972222222vw;
}
.p-nifSec__colWrap--bodyRight .p-nif--vol001 .p-nifSecProfile__img {
  margin-left: auto;
}
.p-nifSec__colWrap--bodyRight .p-nif--vol001 .p-nifSecProfile__img::before {
  left: -1.5972222222vw;
}
.p-nif--vol001 .p-nifSecProfile__body {
  width: 100%;
  margin-top: 1.3888888889vw;
  margin-top: 30px;
}
.p-nif--vol001 .p-nifSecProfile__name {
  font-weight: 700;
  font-size: 0.9722222222vw;
}
.p-nif--vol001 .p-nifSecProfile__txt {
  font-size: 0.7638888889vw;
  margin-top: 0.2083333333vw;
}
.p-nif--vol001 .p-nifSec__colWrap .p-nif--vol001__colBody {
  width: 39.5833333333vw;
}
.p-nif--vol001 .p-nifSecThumb {
  width: 18.1944444444vw;
}
.p-nif--vol001 .p-nifSecThumb__img {
  width: 16.5972222222vw;
}

.p-nif--vol002 .p-nifSec__colWrap--001 .p-nifSec__colBody, .p-nif--vol002 .p-nifSec__colWrap--002 .p-nifSec__colBody {
  width: 35.4861111111vw;
}
.p-nif--vol002 .p-nifSec__colWrap--001 .p-nifSecThumb, .p-nif--vol002 .p-nifSec__colWrap--002 .p-nifSecThumb {
  width: 22.4305555556vw;
}
.p-nif--vol002 .p-nifSec__colWrap--001 .p-nifSecThumb__img, .p-nif--vol002 .p-nifSec__colWrap--002 .p-nifSecThumb__img {
  width: 20.8333333333vw;
}
.p-nif--vol002 .p-nifSec__colWrap--003 .p-nifSec__colBody, .p-nif--vol002 .p-nifSec__colWrap--004 .p-nifSec__colBody {
  width: 42.4305555556vw;
}
.p-nif--vol002 .p-nifSec__colWrap--003 .p-nifSecThumb, .p-nif--vol002 .p-nifSec__colWrap--004 .p-nifSecThumb {
  width: 15.4861111111vw;
}
.p-nif--vol002 .p-nifSec__colWrap--003 .p-nifSecThumb__img, .p-nif--vol002 .p-nifSec__colWrap--004 .p-nifSecThumb__img {
  width: 13.8888888889vw;
}
.p-nif--vol002 .p-nifSec__colWrap--002 + .p-nifSec__body {
  margin-top: 0;
}

.p-nif003__article {
  font-family: "TsukuGoPr5-D", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin: 1.3888888889vw auto 5.9027777778vw;
}
.p-nif003 .p-nifIntro__hdg1 {
  font-weight: 500;
}
.p-nif003 .p-nifProfile .p-nifProfile__read,
.p-nif003 .p-nifProfile .p-nifProfile__paragraph {
  font-weight: 400;
}

.p-nif003Intro {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.p-nif003Intro__body {
  width: 32.9861111111vw;
}
.p-nif003Intro__txt {
  font-size: 1.1111111111vw;
}
.p-nif003Intro__thumb {
  width: 26.3194444444vw;
  margin: 0.3472222222vw 0 0 1.9444444444vw;
}

.p-nif003TableContents {
  width: 100%;
  border: 1px solid #BD2A2A;
  margin-top: 2.7777777778vw;
}
.p-nif003TableContents__inner {
  padding: 2.7777777778vw 2.7777777778vw;
}
.p-nif003TableContents__ttl {
  font-size: 1.4583333333vw;
  position: relative;
  padding-left: 1.0416666667vw;
}
.p-nif003TableContents__ttl::before {
  content: "";
  width: 0.2777777778vw;
  height: calc(100% - 16px);
  background-color: #BD2A2A;
  position: absolute;
  top: 9px;
  left: 0;
}
.p-nif003TableContents__list {
  margin-top: 0.6944444444vw;
}
.p-nif003TableContents__item {
  display: block;
}
.p-nif003TableContents__item + .p-nif003TableContents__item {
  margin-top: 0.6944444444vw;
}
.p-nif003TableContents__anchor {
  display: inline-block;
  font-size: 1.4583333333vw;
  color: #1A1A1A;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.p-nif003Sec {
  margin-top: 1.3888888889vw;
  padding: 5.5555555556vw 0 0;
}
.p-nif003Sec__hdg2 {
  width: 43.75vw;
  height: 13.8888888889vw;
  background-color: #FFF8A5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 3.125vw;
  padding: 2.7777777778vw 4.8611111111vw;
}
.p-nif003Sec__hdg2::before {
  content: "";
  width: 41.1111111111vw;
  height: 11.25vw;
  background-color: #FFF;
  border-radius: 1.3888888889vw;
  border-radius: max(1.3888888889vw, 1.25px);
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.p-nif003Sec__hdg2::after {
  content: "";
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.p-nif003Sec__hdg2 span {
  font-size: 2.2222222222vw;
  font-weight: 500;
  line-height: 1.4;
  display: block;
  z-index: 1;
  padding-left: 1em;
  text-indent: -1em;
}
.p-nif003Sec--001 .p-nif003Sec__hdg2::after {
  width: 16.9444444444vw;
  height: 18.0555555556vw;
  right: -4.7222222222vw;
  background-image: url("../ns-in-focus/vol003/img/img_head_01.png");
}
.p-nif003Sec--002 .p-nif003Sec__hdg2::after, .p-nif003Sec--004 .p-nif003Sec__hdg2::after, .p-nif003Sec--006 .p-nif003Sec__hdg2::after {
  width: 11.8055555556vw;
  height: 17.5vw;
  left: -7.5vw;
  background-image: url("../ns-in-focus/vol003/img/img_head_02.png");
}
.p-nif003Sec--003 .p-nif003Sec__hdg2 {
  padding: 2.7777777778vw 7.6388888889vw 2.7777777778vw 3.4722222222vw;
}
.p-nif003Sec--003 .p-nif003Sec__hdg2::after {
  width: 14.5833333333vw;
  height: 15.4861111111vw;
  right: -6.25vw;
  background-image: url("../ns-in-focus/vol003/img/img_head_03.png");
}
.p-nif003Sec--005 .p-nif003Sec__hdg2 {
  padding: 2.7777777778vw 5.5555555556vw 2.7777777778vw 2.7777777778vw;
}
.p-nif003Sec--005 .p-nif003Sec__hdg2::after {
  width: 11.9444444444vw;
  height: 16.3888888889vw;
  right: -6.25vw;
  background-image: url("../ns-in-focus/vol003/img/img_head_04.png");
}

.p-nif003Talk {
  display: flex;
  align-items: flex-start;
  margin-top: 2.4305555556vw;
}
.p-nif003Talk--ozaki {
  flex-flow: row nowrap;
  justify-content: flex-start;
  padding: 0 0 0 1.25vw;
}
.p-nif003Talk--kurihara {
  flex-flow: row-reverse nowrap;
  padding: 0 1.25vw 0 0;
}
.p-nif003Talk__speaker {
  width: 6.9444444444vw;
  height: 6.9444444444vw;
  display: inline-block;
  position: relative;
}
.p-nif003Talk__speaker img {
  border-radius: 50%;
}
.p-nif003Talk__speaker span {
  font-size: 0.9722222222vw;
  line-height: 1;
  text-align: center;
  width: 8.3333333333vw;
  height: auto;
  position: absolute;
  left: -0.6944444444vw;
  bottom: -1.3888888889vw;
}
.p-nif003Talk__balloon {
  max-width: 49.5833333333vw;
  font-size: 1.1111111111vw;
  display: block;
  position: relative;
  padding: 1.7361111111vw 3.3333333333vw;
  border-radius: 0.9027777778vw;
  border-radius: max(0.9027777778vw, 0.8125px);
}
.p-nif003Talk__balloon::before {
  content: "";
  width: 1.3888888889vw;
  height: 1.1805555556vw;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 1.3888888889vw;
}
.p-nif003Talk__balloon a {
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-nif003Talk--ozaki .p-nif003Talk__balloon {
  background-color: #EFE9D9;
  margin-left: 3.4722222222vw;
}
.p-nif003Talk--ozaki .p-nif003Talk__balloon::before {
  background-image: url("../ns-in-focus/vol003/img/balloon_01.png");
  left: -1.3888888889vw;
}
.p-nif003Talk--kurihara .p-nif003Talk__balloon {
  background-color: #FFF;
  margin-right: 3.4722222222vw;
  border: 0.1388888889vw solid #1A1A1A;
}
.p-nif003Talk--kurihara .p-nif003Talk__balloon::before {
  background-image: url("../ns-in-focus/vol003/img/balloon_02.png");
  right: -1.3888888889vw;
}
.p-nif003Talk__figure {
  margin-top: 2.4305555556vw;
}
.p-nif003Talk__read {
  margin-top: 2.4305555556vw;
  font-size: 1.1111111111vw;
}
.p-nif003Talk__txtRed {
  color: #BD2A2A;
}
.p-nif003Talk__txt25 {
  font-size: 1.7361111111vw;
}
.p-nif003Talk__txt22 {
  font-size: 1.5277777778vw;
}
.p-nif003Talk__txt20 {
  font-size: 1.3888888889vw;
}
.p-nif003Talk__borderRed {
  border-bottom: 2px solid #BD2A2A;
}

.p-nif003CheakList {
  border: dashed 1px #BD2A2A;
  margin-top: 2.7777777778vw;
}
.p-nif003CheakList__inner {
  padding: 2.7777777778vw 2.0833333333vw;
}
.p-nif003CheakList__item {
  font-size: 1.3194444444vw;
  position: relative;
  padding-left: 2.3611111111vw;
}
.p-nif003CheakList__item + .p-nif003CheakList__item {
  margin-top: 0.3472222222vw;
}
.p-nif003CheakList__item::before {
  content: "";
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  background-image: url("../ns-in-focus/vol003/img/ico_cheak.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0.4861111111vw;
  left: 0;
}

.p-nif003Link {
  margin: 2.7777777778vw auto 0;
}
.p-nif003Link__ttl {
  font-size: 0.8333333333vw;
}
.p-nif003Link__item {
  position: relative;
  font-size: 0.8333333333vw;
}
.p-nif003Link a {
  display: inline-block;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.p-nif003Info {
  border: dashed 2px #BD2A2A;
  margin-top: 4.8611111111vw;
  position: relative;
}
.p-nif003Info__inner {
  padding: 3.4722222222vw 1.3888888889vw 4.5138888889vw;
}
.p-nif003Info__hdg2 {
  width: 18.4027777778vw;
  height: 5.9722222222vw;
  position: absolute;
  top: -2.9861111111vw;
  left: 1.25vw;
}
.p-nif003Info__txt {
  font-size: 1.1111111111vw;
}
.p-nif003Info__txt small {
  font-size: 0.9722222222vw;
}
.p-nif003Info__txt + .p-nif003Info__txt {
  margin-top: 1.7361111111vw;
}
.p-nif003Info__imgList {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  margin: 1.1111111111vw auto 0;
}
.p-nif003Info__imgItem {
  width: 19.0972222222vw;
  cursor: pointer;
  position: relative;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-nif003Info__imgItem::after {
  content: "";
  width: 8.4722222222vw;
  height: 2.4305555556vw;
  background-image: url("../ns-in-focus/vol003/img/info_expansion.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: -1.2152777778vw;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.p-nif003Info__modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  overflow-y: scroll;
  margin: 0;
  width: 100%;
  height: 100%;
}
.p-nif003Info__modal.is-open {
  z-index: 201;
}
.p-nif003Info__modalInner {
  width: 100%;
  margin: 5.5555555556vw auto;
}
.p-nif003Info__modalItem {
  width: 69.4444444444vw;
  margin: 0 auto;
  background-color: #FFF;
  padding: 5.5555555556vw;
  position: relative;
  display: none;
}
.p-nif003Info .c-modalCloseBtn {
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #BD2A2A;
  cursor: pointer;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-nif003Info .c-modalCloseBtn__line {
  width: 2.2222222222vw;
  height: 0.3472222222vw;
  background-color: #FFF;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.p-nif003Info .c-modalCloseBtn__line:nth-child(1) {
  transform: rotate(-45deg);
}
.p-nif003Info .c-modalCloseBtn__line:nth-child(2) {
  transform: rotate(45deg);
}

.p-article__content {
  margin: 0 auto 5.9027777778vw;
}
.p-article__imgLink {
  display: inline-block;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.p-articleMv--todays_star {
  background-color: #FFF;
}
.p-article--hr .p-articleMv {
  background-color: #F4FEFF;
}
.p-articleMv__img {
  display: block;
  width: 100%;
  max-width: 1500px;
  margin-inline: auto;
}

.p-eet__article {
  margin: 0 auto 5.9027777778vw;
}
.p-eet__imgLink {
  display: inline-block;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.p-eetMv {
  background-color: #fff496;
}
.p-eetMv__img {
  display: block;
  width: 100%;
  max-width: 1500px;
  margin-inline: auto;
}

.p-eet033__wrap {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}
.p-eet033__item {
  width: 8.8888888889vw;
}
.p-eet033__item + .p-eet033__item {
  margin-left: 4.1666666667vw;
}
.p-eet033__link {
  display: block;
  width: 100%;
  height: 100%;
}

.p-workout__article {
  margin: 0 auto 5.9027777778vw;
}
.p-workout__imgLink {
  display: inline-block;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.p-workoutMv {
  background-color: #232D53;
}
.p-workoutMv__img {
  display: block;
  width: 100%;
  margin-inline: auto;
}

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

.u-sp {
  display: block !important;
}

br.u-pc,
span.u-pc {
  display: none !important;
}

br.u-sp,
span.u-sp {
  display: inline !important;
}

.u-txt-indent {
  text-indent: 1em !important;
}

.u-txt-note {
  margin-left: 1em !important;
  text-indent: -1em !important;
}

.u-txt-nowrap {
  white-space: nowrap !important;
}

.u-txt-breakword {
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

.u-txt-justify {
  text-align: justify !important;
  text-justify: inter-ideograph !important;
}

.u-txt-none {
  text-transform: none !important;
}

.u-txt-lowercase {
  text-transform: lowercase !important;
}

.u-txt-uppercase {
  text-transform: uppercase !important;
}

.u-txt-capitalize {
  text-transform: capitalize !important;
}

.u-txt-smallcaps {
  font-variant: small-caps !important;
}

.u-txt-vertical {
  writing-mode: vertical-rl !important;
  text-orientation: mixed !important;
}

.u-txt-vertical--upright {
  text-orientation: upright !important;
}

.u-txt-right {
  text-align: right !important;
}

.u-txt-center {
  text-align: center !important;
}

.u-txt-left {
  text-align: left !important;
}

.u-txt-top {
  vertical-align: top !important;
}

.u-txt-middle {
  vertical-align: middle !important;
}

.u-txt-bottom {
  vertical-align: bottom !important;
}

.u-txt-marker {
  background: linear-gradient(transparent 10%, #FFF14A 0) !important;
}

.u-txt-marker-animation.is-active {
  background-size: 100% 80%;
}

.u-txt-marker-animation {
  background-image: linear-gradient(transparent 20%, #FFF14A 0);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 80%;
  transition: all 1s ease-in-out;
}

.u-txt-inline {
  background-color: #EDEDF3;
  padding: 0 6px;
  margin: 0 5px;
}

.u-visuallyHidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.1111111111vw;
  }
  a:hover {
    opacity: 0.6;
  }
  .l-headerLogo__link:hover {
    opacity: 0.6;
  }
  .c-breadcrumbs {
    width: 83.3333333333vw;
    display: block;
  }
  .c-breadcrumbs__inner {
    width: 83.3333333333vw;
    padding: 0.6944444444vw 0;
  }
  .c-breadcrumbs__item + .c-breadcrumbs__item {
    margin-left: 1.0416666667vw;
  }
  .c-breadcrumbs__item + .c-breadcrumbs__item::before {
    font-size: 0.8333333333vw;
    top: 0.3472222222vw;
    left: -0.9722222222vw;
  }
  .c-breadcrumbs__item:first-child .c-breadcrumbs__link {
    padding-left: 1.5277777778vw;
  }
  .c-breadcrumbs__ico {
    width: 1.0416666667vw;
    min-width: 12px;
    height: 1.0416666667vw;
    min-height: 12px;
    top: 0.4861111111vw;
  }
  .c-breadcrumbs__link {
    font-size: 0.8333333333vw;
    padding: 0.3472222222vw;
  }
  .c-breadcrumbs__link[href]:hover {
    opacity: 0.6;
  }
  .c-fixBanner__link:hover {
    opacity: 0.6;
  }
  .c-tableContents__anchor:hover {
    opacity: 0.6;
  }
  .p-topSurvey__link:hover {
    opacity: 0.6;
  }
  .p-topItv__introLink:hover {
    opacity: 0.6;
  }
  .p-topItvSec__figure figcaption a:hover {
    opacity: 0.6;
  }
  .p-tips__introLink:hover {
    opacity: 0.6;
  }
  .p-survey15thModal__closeBtn:hover {
    opacity: 0.6;
  }
  .p-nifIntro__link:hover {
    opacity: 0.6;
  }
  .p-nifSec__paragraphLink:hover {
    opacity: 0.6;
  }
  .p-nif003TableContents__anchor:hover {
    opacity: 0.6;
  }
  .p-nif003Talk__balloon a:hover {
    opacity: 0.6;
  }
  .p-nif003Link a:hover {
    opacity: 0.6;
  }
  .p-nif003Info__imgItem:hover {
    opacity: 0.6;
  }
  .p-nif003Info .c-modalCloseBtn:hover {
    opacity: 0.6;
  }
  .p-article__imgLink:hover {
    opacity: 0.6;
  }
  .p-eet__imgLink:hover {
    opacity: 0.6;
  }
  .p-workout__imgLink:hover {
    opacity: 0.6;
  }
  .u-pc {
    display: block !important;
  }
  .u-sp {
    display: none !important;
  }
  br.u-pc,
span.u-pc {
    display: inline !important;
  }
  br.u-sp,
span.u-sp {
    display: none !important;
  }
}

@media screen and (min-width: 1441px) {
  body {
    font-size: 16px;
  }
  a:not(.no-blank-ico)[target=_blank] {
    padding-right: 0 6px 0 1px;
  }
  a:not(.no-blank-ico)[target=_blank]::after {
    width: 12px;
    height: 12px;
    margin-left: 6px;
  }
  .l-header {
    height: 100px;
    padding: 0 120px;
  }
  .l-headerLogo {
    margin-top: 5px;
  }
  .l-headerLogo__logo {
    width: 210px;
  }
  .l-headerLogo__txt {
    margin-left: 40px;
  }
  .l-headerLogo__txtDate {
    font-size: 25px;
  }
  .l-headerLogo__txtVol {
    font-size: 25px;
    margin-left: 14px;
  }
  .l-headerLogo__txtVol small {
    font-size: 17px;
  }
  .l-headerNav {
    margin: auto 0 11px 80px;
  }
  .l-headerNav__item + .l-headerNav__item {
    margin-left: 55px;
  }
  .l-headerNav__link {
    padding: 4px 32px 4px 18px;
  }
  .l-headerNav__link::after {
    width: 13px;
    height: 13px;
    right: 12px;
  }
  .l-headerNav__linkIco {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
  .l-headerNav__linkTxt {
    font-size: 13px;
  }
  .l-footer__inner {
    padding: 10px 20px;
  }
  .l-footer__copyright {
    font-size: 16px;
  }
  .l-main {
    width: 1002px;
    padding-left: 120px;
  }
  .l-content {
    margin: 45px auto 0;
  }
  .l-sidebar {
    width: 252px;
    margin-left: 66px;
    margin-right: 120px;
  }
  .l-sb15thBnr {
    width: 252px;
    height: 226px;
    padding: 15px 11px;
  }
  .l-sb15thBnr__item + .l-sb15thBnr__item {
    margin-top: 10px;
  }
  .l-sbBackNumber {
    margin-top: 50px;
  }
  .l-sbBackNumber__hdg {
    font-size: 18px;
    padding: 0 0 1px 16px;
  }
  .l-sbBackNumber__hdg::before {
    width: 6px;
  }
  .l-sbBackNumber__list {
    margin-top: 10px;
  }
  .l-sbBackNumber__item + .l-sbBackNumber__item {
    margin-top: 10px;
  }
  .c-btnGoodTop .ico-heart {
    width: 30px;
    height: 30px;
  }
  .c-btnGoodTop .ico-heart svg {
    width: 14px;
    height: 12px;
    transform: translateY(1px);
  }
  .c-btnGoodTop .newiine_count {
    font-size: 11px;
    padding: 2px 6px 2px 12px;
    border-radius: 9px;
    transform: translateX(-10px);
  }
  .c-btnList {
    padding: 20px 0;
  }
  .c-btnList__btnGood .ico-heart {
    width: 38px;
    height: 38px;
  }
  .c-btnList__btnGood .ico-heart svg {
    width: 16px;
    height: 14px;
    transform: translateY(1px);
  }
  .c-btnList__btnGood .newiine_count {
    font-size: 14px;
    margin-left: 10px;
  }
  .c-hdg2 {
    font-size: 26px;
    margin-bottom: 30px;
    padding: 0 0 3px 25px;
  }
  .c-hdg2::before {
    width: 8px;
  }
  .c-hdg3 {
    font-size: 24px;
    margin: 35px auto 18px;
  }
  .c-hdg4 {
    font-size: 22px;
    margin: 30px auto 16px;
  }
  .c-breadcrumbs {
    width: 1200px;
  }
  .c-breadcrumbs__inner {
    width: 1200px;
    padding: 10px 0;
  }
  .c-breadcrumbs__item + .c-breadcrumbs__item {
    margin-left: 15px;
  }
  .c-breadcrumbs__item + .c-breadcrumbs__item::before {
    font-size: 12px;
    top: 5px;
    left: -14px;
  }
  .c-breadcrumbs__item:first-child .c-breadcrumbs__link {
    padding-left: 22px;
  }
  .c-breadcrumbs__ico {
    width: 15px;
    height: 15px;
    top: 7px;
  }
  .c-breadcrumbs__link {
    font-size: 12px;
    padding: 5px;
  }
  .c-table {
    font-size: 18px;
  }
  .c-table__th {
    padding: 9px 20px;
  }
  .c-table__td {
    padding: 9px 20px;
  }
  .c-fixBanner {
    width: 350px;
    height: 248px;
    right: calc(50% - 700px);
    bottom: 62px;
  }
  .c-fixBannerCloseBtn {
    width: 38px;
    height: 38px;
    top: -14px;
    left: -14px;
  }
  .c-fixBannerCloseBtn__line {
    width: 18px;
    height: 1px;
  }
  .c-commentBox {
    width: 870px;
  }
  .c-commentBox__inner {
    padding: 28px 33px;
  }
  .c-commentBox__txt {
    font-size: 16px;
  }
  .c-commentBox__txt + .c-commentBox__txt {
    margin-top: 25px;
  }
  .c-commentBox__link {
    font-size: 16px;
  }
  .c-editorsNote {
    width: 882px;
    background-size: 113px 113px;
  }
  .c-editorsNote::after {
    width: 126px;
    height: 110px;
    right: 50px;
    bottom: -10px;
  }
  .c-editorsNote__inner {
    padding: 23px 200px 23px 75px;
  }
  .c-editorsNote__ttl {
    font-size: 18px;
  }
  .c-editorsNote__ttlSymbol {
    font-size: 11px;
  }
  .c-editorsNote__read {
    font-size: 16px;
    margin-top: 10px;
  }
  .c-tableContents {
    border-radius: 13px;
  }
  .c-tableContents__inner {
    padding: 25px 30px 8px;
  }
  .c-tableContents__ttl {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .c-tableContents__item {
    font-size: 18px;
    padding: 17px 0;
  }
  .c-tableContents__itemChild {
    font-size: 18px;
  }
  .c-tableContents__itemChild + .c-tableContents__itemChild {
    margin-top: 8px;
  }
  .c-author {
    margin-top: 60px;
  }
  .c-author__inner {
    padding: 20px;
  }
  .c-author__body {
    margin-left: 20px;
  }
  .c-author__nameJa {
    font-size: 20px;
  }
  .c-author__nameEn {
    font-size: 14px;
    margin-left: 10px;
  }
  .c-author__position {
    font-size: 15px;
  }
  .c-author__img {
    width: 70px;
  }
  .c-author__link {
    padding: 10px 37px;
    border-radius: 13px;
  }
  .c-pageNav {
    width: 882px;
    margin: 50px auto 0;
  }
  .c-pageNav__item {
    font-size: 20px;
    width: 200px;
    height: 50px;
    border-radius: 25px;
  }
  .c-pageNav--todays_star .c-pageNav__item {
    font-size: 18px;
  }
  .c-pageNav__item .txtImg {
    width: 80px;
  }
  .c-pageNav__item::after {
    width: 15px;
    height: 15px;
  }
  .c-pageNav--eet .c-pageNav__item::after {
    width: 30px;
    height: 40px;
  }
  .c-pageNav--workout .c-pageNav__item::after {
    width: 30px;
    height: 20px;
  }
  .c-pageNav__item--prev::after {
    left: 20px;
  }
  .c-pageNav--todays_star .c-pageNav__item--prev {
    padding-left: 10px;
  }
  .c-pageNav__item--next::after {
    right: 20px;
  }
  .c-pageNav--todays_star .c-pageNav__item--next {
    padding-right: 10px;
  }
  .c-backNumber {
    min-height: 900px;
    margin-bottom: 85px;
  }
  .c-backNumber__sec + .c-backNumber__sec {
    margin-top: 30px;
  }
  .c-backNumber__year {
    font-size: 20px;
  }
  .c-backNumber__list {
    margin-top: 10px;
  }
  .c-backNumber__date {
    font-size: 14px;
    width: 75px;
    margin-right: 20px;
  }
  .c-backNumber__ttl {
    font-size: 16px;
  }
  .p-topSec:not(:first-of-type) {
    margin-top: 90px;
  }
  .p-topSec:last-of-type {
    margin-bottom: 115px;
  }
  .p-topArticle__list {
    grid-template-columns: repeat(6, 128.5px);
    grid-gap: 30px 22px;
    margin: 0 auto 0;
  }
  .p-topArticle__item {
    width: 278px;
    border-radius: 10px;
  }
  .p-topArticle__item:not(:nth-child(-n+2)) .p-topArticle__desc {
    min-height: 70px;
  }
  .p-topArticle__item:not(:nth-child(-n+2)) .p-topArticle__thumb img {
    height: 150px;
  }
  .p-topArticle__link {
    border-radius: 10px;
  }
  .p-topArticle__new {
    width: 43px;
    height: 41px;
    top: -5px;
    left: 15px;
  }
  .p-topArticle__tag {
    font-size: 12px;
    min-width: 52px;
    height: 22px;
    padding: 2px 12px;
    top: 12px;
    right: 12px;
  }
  .p-topArticle__body {
    padding: 15px 15px 11px;
  }
  .p-topArticle__ttl {
    font-size: 16px;
  }
  .p-topArticle__item:nth-child(-n+2) .p-topArticle__ttl {
    font-size: 18px;
  }
  .p-topArticle__date {
    font-size: 13px;
    margin-top: 14px;
  }
  .p-topArticle__desc {
    font-size: 14px;
    margin-top: 8px;
    min-height: 70px;
  }
  .p-topArticle__thumb img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .p-topArticle__btnGood {
    bottom: 8px;
    right: 2px;
  }
  .p-topArticle__moreBtn {
    width: 200px;
    height: 50px;
    margin-top: 50px;
    font-size: 20px;
    border-radius: 25px;
  }
  .p-topArchives__list {
    grid-template-columns: repeat(6, 128.5px);
    grid-gap: 30px 22px;
    margin: 0 auto 0;
  }
  .p-topArchives__item {
    width: 278px;
    border-radius: 10px;
  }
  .p-topArchives__link {
    border-radius: 10px;
  }
  .p-topArchives__tag {
    font-size: 12px;
    min-width: 52px;
    height: 22px;
    padding: 2px 12px;
    top: 12px;
    right: 12px;
  }
  .p-topArchives__body {
    padding: 15px 15px 11px;
  }
  .p-topArchives__ttl {
    font-size: 16px;
  }
  .p-topArchives__date {
    font-size: 13px;
    margin-top: 14px;
  }
  .p-topArchives__desc {
    font-size: 14px;
    margin-top: 8px;
    min-height: 70px;
  }
  .p-topArchives__thumb img {
    height: 150px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .p-topArchives__btnGood {
    bottom: 8px;
    right: 2px;
  }
  .p-topSurvey__list {
    margin: 40px auto 0;
  }
  .p-topSurvey__item + .p-topSurvey__item {
    margin-top: 35px;
  }
  .p-topItv__article {
    margin: 0 auto 85px;
  }
  .p-topItv__intro {
    margin: 0 auto 15px;
  }
  .p-topItv__introTxt {
    font-size: 18px;
  }
  .p-topItv__introTxt + .p-topItv__introTxt {
    margin-top: 25px;
  }
  .p-topItv .c-commentBox {
    margin: 40px auto 0;
  }
  .p-topItvMv {
    height: 340px;
  }
  .p-topItvMv__body {
    width: 690px;
    margin-left: 45px;
  }
  .p-topItvMv__tag {
    font-size: 14px;
    padding: 1px 16px;
  }
  .p-topItvMv__hdg1 {
    font-size: 34px;
    margin-top: 10px;
  }
  .p-topItvMv__desc {
    font-size: 18px;
    margin-top: 20px;
  }
  .p-topItvMv__thumb {
    width: 500px;
  }
  .p-topItvMv--picOnly .p-topItvMv__img img {
    height: 340px;
  }
  .p-topItvMv__handwriting {
    width: 286px;
    height: 71px;
    bottom: -20px;
    right: 390px;
  }
  .p-topItvSec {
    padding-top: 40px;
  }
  .p-topItvSec:not(:first-of-type) {
    margin-top: 40px;
  }
  .p-topItvSec__body {
    margin-top: 25px;
  }
  .p-topItvSec__hdg3 {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .p-topItvSec__paragraph {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .p-topItvSec__note {
    font-size: 13px;
  }
  .p-topItvSec__figure {
    margin: 35px auto;
  }
  .p-topItvSec__figure figcaption {
    font-size: 13px;
    margin-top: 10px;
  }
  .p-topItvSec__figure figcaption a {
    padding-right: 22px;
  }
  .p-topItvSec__figure figcaption a[target=_blank]::after {
    width: 12px;
    height: 12px;
    right: 4px;
  }
  .p-topItvSec__figure--mid {
    width: 429px;
  }
  .p-topItvSec__colWrap {
    margin: 25px auto;
  }
  .p-topItvSec__colWrap .p-topItvSec__figure {
    margin: 9px 24px 0 0;
  }
  .p-topItvSec__borderDotted {
    margin: 40px auto;
  }
  .p-topItvSecHdg2 {
    margin-bottom: 30px;
  }
  .p-topItvSecHdg2 + .p-topItvSecHdg2 {
    margin-top: 80px;
  }
  .p-topItvSecHdg2__num {
    font-size: 30px;
    margin-right: 20px;
  }
  .p-topItvSecHdg2__numFraction {
    font-size: 22px;
    margin-right: 20px;
  }
  .p-topItvSecHdg2__numFraction::before {
    height: 65px;
    right: 40px;
  }
  .p-topItvSecHdg2__numFraction b {
    font-size: 48px;
    margin-right: 15px;
  }
  .p-topItvSecHdg2__txt {
    font-size: 22px;
    padding-bottom: 3px;
  }
  .p-topItvSecHdg2__txt b {
    font-size: 28px;
    margin-right: 2px;
  }
  .p-topItvHistory__ttlTxt {
    font-size: 22px;
    padding: 0 10px 0 0;
  }
  .p-topItvHistory__img {
    margin-top: 20px;
  }
  .p-topItv--vol001 .p-topItvSec__colWrap--01 .p-topItvSec__figure {
    width: 350px;
  }
  .p-topItv--vol001 .p-topItvSec__colWrap--01 .p-topItvSec__paragraph {
    width: 505px;
  }
  .p-topItv--vol001 .p-topItvSec__colWrap--02 .p-topItvSec__figure {
    width: 175px;
  }
  .p-topItv--vol001 .p-topItvSec__colWrap--02 .p-topItvSec__paragraph {
    width: 680px;
  }
  .p-tips .c-tableContents {
    margin-bottom: 80px;
  }
  .p-tips__article {
    margin: 35px auto 85px;
  }
  .p-tips__date {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .p-tips__intro {
    margin: 0 auto 60px;
  }
  .p-tips__introTxt {
    font-size: 18px;
  }
  .p-tips__introTxt + .p-tips__introTxt {
    margin-top: 25px;
  }
  .p-tipsMv {
    height: 340px;
  }
  .p-tipsMv__body {
    width: 690px;
    margin-left: 45px;
  }
  .p-tipsMv__tag {
    font-size: 14px;
    padding: 1px 16px;
  }
  .p-tipsMv__hdg1 {
    font-size: 34px;
    margin-top: 10px;
  }
  .p-tipsMv__hdg1Ttl {
    font-size: 24px;
    padding: 0 10px 2px;
    margin-top: 20px;
  }
  .p-tipsMv__desc {
    font-size: 18px;
    margin-top: 10px;
  }
  .p-tipsMv__thumb {
    width: 420px;
  }
  .p-tipsMv__img {
    width: 280px;
  }
  .p-tipsSec:not(:first-of-type) {
    margin-top: 80px;
  }
  .p-tipsSec__body {
    margin-top: 25px;
  }
  .p-tipsSec__body .c-table {
    margin: 25px 0;
  }
  .p-tipsSec__hdg3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .p-tipsSec__paragraph {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .p-tipsSec__figure {
    margin: 35px auto;
  }
  .p-tipsSec__figure figcaption {
    font-size: 14px;
    margin-top: 10px;
  }
  .p-tipsSec__figure--mid {
    width: 429px;
  }
  .p-tipsSec__colWrap {
    margin: 25px auto;
  }
  .p-tipsSec__colWrap .p-tipsSec__figure {
    margin: 9px 24px 0 0;
  }
  .p-surveyMv {
    height: 340px;
  }
  .p-surveyMv__body {
    width: 690px;
    margin-left: 45px;
  }
  .p-surveyMv__tag {
    font-size: 14px;
    padding: 1px 16px;
  }
  .p-surveyMv__hdg1 {
    font-size: 34px;
    margin-top: 10px;
  }
  .p-surveyMv__desc {
    font-size: 18px;
    margin-top: 15px;
  }
  .p-surveyMv__thumb {
    width: 500px;
  }
  .p-survey15th {
    margin: 0 auto 85px;
  }
  .p-survey15th__intro {
    font-size: 15px;
    margin: 35px auto 80px;
  }
  .p-survey15th__intro + .p-survey15th__intro {
    margin-top: 25px;
  }
  .p-survey15th__introList {
    margin-top: 40px;
  }
  .p-survey15th__introItem {
    width: 420px;
  }
  .p-survey15th__introItem + .p-survey15th__introItem {
    margin-left: 42px;
  }
  .p-survey15th__introAnchor {
    width: 296px;
    height: 70px;
    font-size: 20px;
    padding: 10px 10px;
    margin: 24px auto 0;
  }
  .p-survey15thIntoro {
    margin: 35px auto 80px;
  }
  .p-survey15thIntoro__read {
    font-size: 18px;
  }
  .p-survey15thIntoro__list {
    margin-top: 40px;
  }
  .p-survey15thIntoro__item {
    width: 420px;
  }
  .p-survey15thIntoro__item + .p-survey15thIntoro__item {
    margin-left: 42px;
  }
  .p-survey15thIntoro__txt {
    font-size: 18px;
    margin-top: 30px;
  }
  .p-survey15thIntoro__txt .txt-lr {
    font-size: 28px;
  }
  .p-survey15thIntoro__anchor {
    width: 244px;
    height: 52px;
    font-size: 18px;
    padding: 10px 10px;
    margin: 17px auto 0;
  }
  .p-survey15thSec:not(:first-of-type) {
    margin-top: 80px;
  }
  .p-survey15thSec__paragraph {
    font-size: 18px;
    margin-bottom: 25px;
    padding: 0 20px;
  }
  .p-survey15thSec__paragraph + .p-survey15thSec__paragraph {
    margin-top: 25px;
  }
  .p-survey15thSec__body {
    margin-top: 35px;
  }
  .p-survey15thSecHdg2 {
    height: 72px;
    font-size: 24px;
    padding: 5px 5px 5px 97px;
  }
  .p-survey15thSecHdg2::before {
    width: 72px;
    height: 72px;
    font-size: 36px;
    padding-bottom: 5px;
  }
  .p-survey15thSec01__picture {
    width: 656px;
    margin: 45px auto 0;
  }
  .p-survey15thSec02__btn {
    width: 230px;
    height: 64px;
    border: 3px solid #FCD137;
    margin: 8px;
  }
  .p-survey15thSec02__btnIco {
    width: 40px;
    height: 40px;
    margin-right: 5px;
  }
  .p-survey15thSec02__btnTxt {
    font-size: 22px;
  }
  .p-survey15thSec02__btnTxt .txt-sm {
    font-size: 15px;
  }
  .p-survey15thSec04 {
    margin-bottom: 80px;
  }
  .p-survey15thSec04__content {
    margin-top: 40px;
  }
  .p-survey15thChartsBar {
    margin-top: 45px;
  }
  .p-survey15thChartsBar__wrap + .p-survey15thChartsBar__wrap {
    margin-top: 40px;
  }
  .p-survey15thChartsBar__label {
    width: 254px;
    font-size: 18px;
    padding-right: 65px;
  }
  .p-survey15thChartsBar__label small {
    font-size: 13px;
  }
  .p-survey15thChartsBar__bar {
    padding: 4px 0;
  }
  .p-survey15thChartsBar__data {
    font-size: 15px;
  }
  .p-survey15thModal__inner {
    margin: 80px auto;
  }
  .p-survey15thModal__item {
    width: 1042px;
    padding: 80px;
  }
  .p-survey15thModal__sec + .p-survey15thModal__sec {
    margin-top: 45px;
  }
  .p-survey15thModal__hdg3 {
    font-size: 18px;
    padding: 0 40px;
    margin-bottom: 20px;
  }
  .p-survey15thModal__hdg3::before {
    width: 27px;
    height: 27px;
  }
  .p-survey15thModal__caedList {
    margin: 0 -9px;
  }
  .p-survey15thModal__card {
    width: calc(1px * var(--width));
    font-size: 21px;
    padding: 15px;
    border: 3px solid #FCD137;
    border-radius: 18px;
    margin: 9px;
  }
  .p-survey15thModal__txtItem {
    font-size: 16px;
    padding-left: 20px;
    margin-right: 60px;
  }
  .p-survey15thModal__txtItem + .p-survey15thModal__txtItem {
    margin-top: 10px;
  }
  .p-survey15thModal__txtItem::before {
    width: 10px;
    height: 10px;
    top: 11px;
  }
  .p-survey15thModal__box {
    margin-top: -20px;
    padding: 25px;
  }
  .p-survey15thModal__boxTxt {
    font-size: 15px;
  }
  .p-survey15thModal__picture {
    width: 276px;
    margin-top: 40px;
  }
  .p-survey15thModal__closeBtn {
    width: 60px;
    height: 60px;
  }
  .p-survey15thModal__closeBtnLine {
    width: 32px;
    height: 5px;
  }
  .p-survey15thBack {
    margin-top: 40px;
  }
  .p-survey15thBack:nth-of-type(2n) {
    margin-top: 100px;
  }
  .p-survey15thBack::before {
    height: calc(100% - 52px);
    border: 4px solid #FC8337;
    top: 52px;
  }
  .p-survey15thBack--orange::before {
    border: 4px solid #FC8337;
  }
  .p-survey15thBack--blue::before {
    border: 4px solid #37A9FC;
  }
  .p-survey15thBack__hdg3Txt {
    font-size: 30px;
    width: 390px;
    height: 90px;
    padding: 5px 30px;
    margin-left: 22px;
  }
  .p-survey15thBack__hdg3Percentage {
    font-size: 37px;
    margin-left: 10px;
  }
  .p-survey15thBack__hdg3Percentage small {
    font-size: 26px;
    margin-left: 5px;
  }
  .p-survey15thBack__content {
    padding: 45px 0 60px;
  }
  .p-survey15thBack__fukidashi {
    width: 790px;
    margin: 70px auto 0;
  }
  .p-survey15thBack__colWrap {
    width: 790px;
    margin: 30px auto 0;
  }
  .p-survey15thBack__colWrapImg {
    width: 241px;
  }
  .p-survey15thBack__colWrapBody {
    width: 529px;
  }
  .p-survey15thBack__colWrap--bodyRight .p-survey15thBack__colWrapBody {
    margin-left: 20px;
  }
  .p-survey15thBack__colWrap--bodyLeft .p-survey15thBack__colWrapBody {
    margin-right: 20px;
  }
  .p-survey15thBack__colWrapItem {
    font-size: 16px;
    margin-right: 30px;
  }
  .p-survey15thBack__colWrapItem + .p-survey15thBack__colWrapItem {
    margin-top: 8px;
  }
  .p-survey15thBack__comment {
    width: 790px;
    margin: 60px auto 0;
  }
  .p-survey15thBack__commentTtl {
    font-size: 18px;
    padding-left: 30px;
  }
  .p-survey15thBack__commentTtl::before {
    width: 22px;
    height: 22px;
    top: 5px;
  }
  .p-survey15thBack__commentTtl:nth-of-type(2n) {
    margin-top: 25px;
  }
  .p-survey15thBack__commentList {
    margin-top: 8px;
  }
  .p-survey15thBack__commentItem {
    font-size: 16px;
    margin-left: 28px;
  }
  .p-survey15thBack__commentItem + .p-survey15thBack__commentItem {
    margin-top: 5px;
  }
  .p-survey15thBack__commentRead {
    font-size: 16px;
    padding-top: 50px;
    margin-top: 55px;
  }
  .p-nif__article {
    margin: 20px auto 85px;
  }
  .p-nif__formTxt {
    font-size: 15px;
    margin: 0px auto 0;
  }
  .p-nif__formTxtLink {
    font-size: 15px;
  }
  .p-nifIntro {
    margin: 0 auto 60px;
  }
  .p-nifIntro__hdg1 {
    font-size: 46px;
  }
  .p-nifIntro__hdg1Part {
    font-size: 26px;
    padding: 0 10px;
    margin-left: 20px;
  }
  .p-nifIntro__img {
    margin: 40px auto 0;
  }
  .p-nifIntro__txt {
    font-size: 18px;
    margin: 35px auto 0;
  }
  .p-nifIntro__txt + .p-nifIntro__txt {
    margin-top: 25px;
  }
  .p-nifMv {
    height: 340px;
  }
  .p-nifMv__body {
    width: 690px;
    margin-left: 45px;
  }
  .p-nifMv__tag {
    font-size: 14px;
    padding: 1px 16px;
  }
  .p-nifMv__hdg1 {
    font-size: 34px;
    margin-top: 10px;
  }
  .p-nifMv__hdg1 .txt-la {
    font-size: 45px;
  }
  .p-nifMv__hdgName {
    font-size: 19px;
  }
  .p-nifMv__desc {
    font-size: 18px;
    margin-top: 20px;
  }
  .p-nifMv__thumb {
    width: 370px;
  }
  .p-nifMv__img {
    width: 242px;
  }
  .p-nifMv__illust {
    width: 300px;
    height: 300px;
    bottom: 25px;
    right: 216px;
  }
  .p-nifSec:not(:first-of-type) {
    margin-top: 80px;
  }
  .p-nifSec__body {
    margin-top: 25px;
  }
  .p-nifSec__hdg3 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .p-nifSec__paragraph {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .p-nifSec__speaker {
    font-size: 17px;
    margin-right: 3px;
  }
  .p-nifSec__colWrap {
    margin-top: 25px;
  }
  .p-nifSec__colWrap--bodyLeft .p-nifSec__colBody {
    margin-right: 48px;
  }
  .p-nifSec__colWrap--bodyRight .p-nifSec__colBody {
    margin-left: 48px;
  }
  .p-nifSec__img {
    margin: 35px auto;
  }
  .p-nifSecThumb {
    padding-top: 10px;
    padding-bottom: 16px;
  }
  .p-nifSecThumb__img::before {
    top: 27px;
    right: 23px;
  }
  .p-nifSec__colWrap--bodyLeft .p-nifSecThumb__img::before {
    right: -23px;
  }
  .p-nifSec__colWrap--bodyRight .p-nifSecThumb__img::before {
    left: -23px;
  }
  .p-nifSecThumb__body {
    margin-top: 20px;
  }
  .p-nifSecThumb__name {
    font-size: 14px;
  }
  .p-nifSecThumb__txt {
    font-size: 11px;
    margin-top: 3px;
  }
  .p-nifSecHdg2Top {
    font-size: 23px;
    padding: 20px;
    margin-bottom: 30px;
  }
  .p-nifSecHdg2 {
    margin-bottom: 30px;
  }
  .p-nifSecHdg2 + .p-nifSecHdg2 {
    margin-top: 80px;
  }
  .p-nifSecHdg2__cueNum {
    font-size: 26px;
  }
  .p-nifSecHdg2__cueNum .num {
    font-size: 24px;
  }
  .p-nifSecHdg2__txt {
    font-size: 30px;
    padding-right: 5px;
    margin-left: 10px;
  }
  .p-nifSecHdg2__txt::before {
    height: 65px;
    top: 8px;
    right: 0;
  }
  .p-nifProfile {
    margin-top: 40px;
  }
  .p-nifProfile__inner {
    padding: 33px;
  }
  .p-nifProfile__body {
    width: 585px;
  }
  .p-nifProfile__head {
    margin-bottom: 12px;
    padding-bottom: 3px;
  }
  .p-nifProfile__nameJa {
    font-size: 20px;
  }
  .p-nifProfile__nameEn {
    font-size: 15px;
  }
  .p-nifProfile__join {
    font-size: 15px;
  }
  .p-nifProfile__read {
    font-size: 16px;
  }
  .p-nifProfile__img {
    width: 200px;
    margin-right: 30px;
  }
  .p-nifProfile__txtWrap {
    margin-top: 25px;
  }
  .p-nifProfile__paragraph {
    font-size: 16px;
  }
  .p-nifProfile__paragraph + .p-nifProfile__paragraph {
    margin-top: 10px;
  }
  .p-nif--vol001 .p-nifSecProfile {
    width: 262px;
    padding-top: 10px;
    padding-bottom: 16px;
  }
  .p-nif--vol001 .p-nifSecProfile__img {
    width: 239px;
  }
  .p-nif--vol001 .p-nifSecProfile__img::before {
    top: 27px;
    right: 23px;
  }
  .p-nifSec__colWrap--bodyLeft .p-nif--vol001 .p-nifSecProfile__img::before {
    right: -23px;
  }
  .p-nifSec__colWrap--bodyRight .p-nif--vol001 .p-nifSecProfile__img::before {
    left: -23px;
  }
  .p-nif--vol001 .p-nifSecProfile__name {
    font-size: 14px;
  }
  .p-nif--vol001 .p-nifSecProfile__txt {
    font-size: 11px;
    margin-top: 3px;
  }
  .p-nif--vol001 .p-nifSec__colWrap .p-nif--vol001__colBody {
    width: 570px;
  }
  .p-nif--vol001 .p-nifSecThumb {
    width: 262px;
  }
  .p-nif--vol001 .p-nifSecThumb__img {
    width: 239px;
  }
  .p-nif--vol002 .p-nifSec__colWrap--001 .p-nifSec__colBody, .p-nif--vol002 .p-nifSec__colWrap--002 .p-nifSec__colBody {
    width: 511px;
  }
  .p-nif--vol002 .p-nifSec__colWrap--001 .p-nifSecThumb, .p-nif--vol002 .p-nifSec__colWrap--002 .p-nifSecThumb {
    width: 323px;
  }
  .p-nif--vol002 .p-nifSec__colWrap--001 .p-nifSecThumb__img, .p-nif--vol002 .p-nifSec__colWrap--002 .p-nifSecThumb__img {
    width: 300px;
  }
  .p-nif--vol002 .p-nifSec__colWrap--003 .p-nifSec__colBody, .p-nif--vol002 .p-nifSec__colWrap--004 .p-nifSec__colBody {
    width: 611px;
  }
  .p-nif--vol002 .p-nifSec__colWrap--003 .p-nifSecThumb, .p-nif--vol002 .p-nifSec__colWrap--004 .p-nifSecThumb {
    width: 223px;
  }
  .p-nif--vol002 .p-nifSec__colWrap--003 .p-nifSecThumb__img, .p-nif--vol002 .p-nifSec__colWrap--004 .p-nifSecThumb__img {
    width: 200px;
  }
  .p-nif003__article {
    margin: 20px auto 85px;
  }
  .p-nif003Intro__body {
    width: 475px;
  }
  .p-nif003Intro__txt {
    font-size: 16px;
  }
  .p-nif003Intro__thumb {
    width: 379px;
    margin: 5px 0 0 28px;
  }
  .p-nif003TableContents {
    margin-top: 40px;
  }
  .p-nif003TableContents__inner {
    padding: 40px 40px;
  }
  .p-nif003TableContents__ttl {
    font-size: 21px;
  }
  .p-nif003TableContents__ttl::before {
    width: 4px;
  }
  .p-nif003TableContents__list {
    margin-top: 10px;
  }
  .p-nif003TableContents__item + .p-nif003TableContents__item {
    margin-top: 10px;
  }
  .p-nif003TableContents__anchor {
    font-size: 21px;
  }
  .p-nif003Sec {
    margin-top: 20px;
    padding: 80px 0 0;
  }
  .p-nif003Sec__hdg2 {
    width: 630px;
    height: 200px;
    margin: 0 auto 45px;
    padding: 40px 70px;
  }
  .p-nif003Sec__hdg2::before {
    width: 592px;
    height: 162px;
    border-radius: 20px;
  }
  .p-nif003Sec__hdg2 span {
    font-size: 32px;
  }
  .p-nif003Sec--001 .p-nif003Sec__hdg2::after {
    width: 244px;
    height: 260px;
    right: -68px;
  }
  .p-nif003Sec--002 .p-nif003Sec__hdg2::after, .p-nif003Sec--004 .p-nif003Sec__hdg2::after, .p-nif003Sec--006 .p-nif003Sec__hdg2::after {
    width: 170px;
    height: 252px;
    left: -108px;
  }
  .p-nif003Sec--003 .p-nif003Sec__hdg2 {
    padding: 40px 110px 40px 50px;
  }
  .p-nif003Sec--003 .p-nif003Sec__hdg2::after {
    width: 210px;
    height: 223px;
    right: -90px;
  }
  .p-nif003Sec--005 .p-nif003Sec__hdg2 {
    padding: 40px 80px 40px 40px;
  }
  .p-nif003Sec--005 .p-nif003Sec__hdg2::after {
    width: 172px;
    height: 236px;
    right: -90px;
  }
  .p-nif003Talk {
    margin-top: 35px;
  }
  .p-nif003Talk--ozaki {
    padding: 0 0 0 18px;
  }
  .p-nif003Talk--kurihara {
    padding: 0 18px 0 0;
  }
  .p-nif003Talk__speaker {
    width: 100px;
    height: 100px;
  }
  .p-nif003Talk__speaker span {
    font-size: 14px;
    width: 120px;
    left: -10px;
    bottom: -20px;
  }
  .p-nif003Talk__balloon {
    width: 714px;
    font-size: 16px;
    padding: 25px 48px;
    border-radius: 13px;
  }
  .p-nif003Talk__balloon::before {
    width: 20px;
    height: 17px;
    top: 20px;
  }
  .p-nif003Talk--ozaki .p-nif003Talk__balloon {
    margin-left: 50px;
  }
  .p-nif003Talk--ozaki .p-nif003Talk__balloon::before {
    left: -20px;
  }
  .p-nif003Talk--kurihara .p-nif003Talk__balloon {
    margin-right: 50px;
    border: 2px solid #1A1A1A;
  }
  .p-nif003Talk--kurihara .p-nif003Talk__balloon::before {
    right: -20px;
  }
  .p-nif003Talk__figure {
    margin-top: 35px;
  }
  .p-nif003Talk__read {
    font-size: 16px;
    margin-top: 35px;
  }
  .p-nif003Talk__txt25 {
    font-size: 25px;
  }
  .p-nif003Talk__txt22 {
    font-size: 22px;
  }
  .p-nif003Talk__txt20 {
    font-size: 20px;
  }
  .p-nif003CheakList {
    margin-top: 40px;
  }
  .p-nif003CheakList__inner {
    padding: 40px 30px;
  }
  .p-nif003CheakList__item {
    font-size: 19px;
    padding-left: 34px;
  }
  .p-nif003CheakList__item + .p-nif003CheakList__item {
    margin-top: 5px;
  }
  .p-nif003CheakList__item::before {
    width: 20px;
    height: 20px;
    top: 7px;
  }
  .p-nif003Link {
    margin: 40px auto 0;
  }
  .p-nif003Link__ttl {
    font-size: 12px;
  }
  .p-nif003Link__item {
    font-size: 12px;
  }
  .p-nif003Info {
    margin-top: 70px;
  }
  .p-nif003Info__inner {
    padding: 50px 20px 65px;
  }
  .p-nif003Info__hdg2 {
    width: 265px;
    height: 86px;
    top: -43px;
    left: 18px;
  }
  .p-nif003Info__txt {
    font-size: 16px;
  }
  .p-nif003Info__txt small {
    font-size: 14px;
  }
  .p-nif003Info__txt + .p-nif003Info__txt {
    margin-top: 25px;
  }
  .p-nif003Info__imgList {
    margin: 16px auto 0;
  }
  .p-nif003Info__imgItem {
    width: 275px;
  }
  .p-nif003Info__imgItem::after {
    width: 122px;
    height: 35px;
    bottom: -17.5px;
  }
  .p-nif003Info__modalInner {
    margin: 80px auto;
  }
  .p-nif003Info__modalItem {
    width: 1000px;
    padding: 80px;
  }
  .p-nif003Info .c-modalCloseBtn {
    width: 60px;
    height: 60px;
  }
  .p-nif003Info .c-modalCloseBtn__line {
    width: 32px;
    height: 5px;
  }
  .p-article__content {
    margin: 0 auto 85px;
  }
  .p-eet__article {
    margin: 0 auto 85px;
  }
  .p-eet033__item {
    width: 128px;
  }
  .p-eet033__item + .p-eet033__item {
    margin-left: 60px;
  }
  .p-workout__article {
    margin: 0 auto 85px;
  }
}

@media screen and (max-width: 767px) {
  *:focus {
    outline: none;
  }
}