@charset "UTF-8";
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
* Remove default margin.
*/
body {
  margin: 0;
}

/* HTML5 display definitions
========================================================================== */
/**
* 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,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
  display: none;
}

/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
  font-weight: bold;
}

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

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
  border: 0;
}

/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
  margin: 0;
}

/**
* Address differences between Firefox and other browsers.
*/
hr {
  box-sizing: content-box;
  height: 0;
}

/**
* Contain overflow in all browsers.
*/
pre {
  overflow: auto;
}

/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
  text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
  line-height: normal;
}

/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
*    (include `-moz` to future-proof).
*/
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
  overflow: auto;
}

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
  font-weight: bold;
}

/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}
html.-open {
  overflow: hidden;
}
html.-open::after {
  position: fixed;
  content: "";
  display: block;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100vh;
  background: #4d4949;
  opacity: 0.7;
}

body {
  font: 400 1.6em/1.8 "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Meiryo, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #000000;
  min-width: 100%;
  background: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  word-wrap: break-word;
  word-break: break-word;
  overflow-x: hidden;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
* {
  box-sizing: border-box;
}

ul, ol, li, dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

em {
  font-style: normal;
}

p {
  font-size: 1.8rem;
  line-height: 2;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  image-rendering: -webkit-optimize-contrast;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 0.1s linear;
}

select {
  white-space: nowrap;
}

a {
  text-decoration: none;
  color: #0068b7;
  opacity: 1;
  transition: 0.1s linear;
}
a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  body {
    font: 400 1.6em/1.8 -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", sans-serif;
  }

  a:hover {
    text-decoration: none;
  }

  p {
    font-size: 1.5rem;
  }
}
/* =================================================
  Frame
================================================= */
.l-container {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

/* =================================================
  Header
================================================= */
.l-header {
  color: #000;
  width: 100%;
  background: url(bg_header.jpg) repeat-x;
}
.l-header_inner {
  max-width: 1080px;
  margin: 0 auto;
}
.l-header_inner a {
  display: block;
  width: 280px;
}

@media (max-width: 768px) {
  .l-header {
    background: url(bg_headerSp.jpg) repeat-x;
  }
  .l-header_inner {
    box-sizing: border-box;
    width: 100%;
    padding: 0 3%;
  }
  .l-header_inner a {
    padding: 10px 0;
  }
  .l-header_inner a img {
    width: 160px;
    height: auto;
  }
}
/* =================================================
  Section
================================================= */
.l-section {
  background-color: #edf1ff;
  padding: 0 0 90px;
}
.l-section.-light {
  background-color: #f7f9ff;
}
.l-section_inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

@media (min-width: 769px) and (max-width: 1130px) {
  .l-section_inner {
    padding: 0 2%;
  }
}
@media (max-width: 768px) {
  .l-section {
    padding: 0 0 40px;
  }
  .l-section_inner {
    padding: 0 6%;
  }
}
/* =================================================
  Block
================================================= */
.l-block + .l-block {
  margin-top: 40px;
}

/* =================================================
  Footer
================================================= */
.l-footer_logo a {
  display: block;
  padding: 100px 0 70px;
  text-align: center;
}
.l-footer_logo a:hover {
  opacity: 0.6;
}
.l-footer_copyright {
  color: #FFFFFF;
  font-size: 1.2rem;
  background-color: #000000;
  padding: 40px 0;
  text-align: center;
}

@media (max-width: 768px) {
  .l-footer_logo a {
    padding: 55px 0;
    text-align: center;
  }
  .l-footer_logo a img {
    width: 140px;
    height: auto;
  }
  .l-footer_copyright {
    font-size: 1.2rem;
    padding: 20px 0;
  }
}
/* -----------------------------------------------
  .c-grid
----------------------------------------------- */
.c-grid {
  display: flex;
  flex-wrap: wrap;
  margin-top: -24px;
  margin-left: -24px;
}
.c-grid.-center {
  justify-content: center;
}
.c-grid.-reverse {
  flex-direction: row-reverse;
}
.c-grid > .c-grid_col {
  margin-left: 24px;
  margin-top: 24px;
}
.c-grid > .c-grid_col.-span1 {
  width: calc(((100% / 12) * 1) - 24px);
}
.c-grid > .c-grid_col.-span2 {
  width: calc(((100% / 12) * 2) - 24px);
}
.c-grid > .c-grid_col.-span3 {
  width: calc(((100% / 12) * 3) - 24px);
}
.c-grid > .c-grid_col.-span4 {
  width: calc(((100% / 12) * 4) - 24px);
}
.c-grid > .c-grid_col.-span5 {
  width: calc(((100% / 12) * 5) - 24px);
}
.c-grid > .c-grid_col.-span6 {
  width: calc(((100% / 12) * 6) - 24px);
}
.c-grid > .c-grid_col.-span7 {
  width: calc(((100% / 12) * 7) - 24px);
}
.c-grid > .c-grid_col.-span8 {
  width: calc(((100% / 12) * 8) - 24px);
}
.c-grid > .c-grid_col.-span9 {
  width: calc(((100% / 12) * 9) - 24px);
}
.c-grid > .c-grid_col.-span10 {
  width: calc(((100% / 12) * 10) - 24px);
}
.c-grid > .c-grid_col.-span11 {
  width: calc(((100% / 12) * 11) - 24px);
}
.c-grid > .c-grid_col.-span12 {
  width: calc(((100% / 12) * 12) - 24px);
}
.c-grid.-division2 > .c-grid_col {
  width: calc((100% / 2) - 24px);
}
.c-grid.-division3 > .c-grid_col {
  width: calc((100% / 3) - 24px);
}
.c-grid.-division4 > .c-grid_col {
  width: calc((100% / 4) - 24px);
}

@media (max-width: 768px) {
  .c-grid {
    margin-top: 0;
    margin-left: -15px;
  }
  .c-grid > .c-grid_col {
    margin-left: 14.9px;
    margin-bottom: 15px;
  }
  .c-grid > .c-grid_col.-span1 {
    width: grid-sp-width(1);
  }
  .c-grid > .c-grid_col.-span2 {
    width: grid-sp-width(2);
  }
  .c-grid > .c-grid_col.-span3 {
    width: grid-sp-width(3);
  }
  .c-grid > .c-grid_col.-span4 {
    width: grid-sp-width(4);
  }
  .c-grid > .c-grid_col.-span5 {
    width: grid-sp-width(5);
    width: calc((100% / 2) - 15px);
  }
  .c-grid > .c-grid_col.-span6 {
    width: grid-sp-width(6);
    width: calc((100% / 2) - 15px);
  }
  .c-grid > .c-grid_col.-span7 {
    width: grid-sp-width(7);
    width: calc((100% / 2) - 15px);
  }
  .c-grid > .c-grid_col.-span8 {
    width: grid-sp-width(8);
    width: calc((100% / 2) - 15px);
  }
  .c-grid > .c-grid_col.-span9 {
    width: grid-sp-width(9);
    width: calc((100% / 2) - 15px);
  }
  .c-grid > .c-grid_col.-span10 {
    width: grid-sp-width(10);
    width: calc((100% / 2) - 15px);
  }
  .c-grid > .c-grid_col.-span11 {
    width: grid-sp-width(11);
    width: calc((100% / 2) - 15px);
  }
  .c-grid > .c-grid_col.-span12 {
    width: grid-sp-width(12);
    width: calc((100% / 2) - 15px);
  }
  .c-grid.-division2 > .c-grid_col {
    width: calc((100% / 2) - 15px);
  }
  .c-grid.-division3 > .c-grid_col {
    width: calc((100% / 3) - 15px);
  }
  .c-grid.-division4 > .c-grid_col {
    width: calc((100% / 4) - 15px);
  }
  .c-grid[data-spgrid=false] {
    display: block;
  }
  .c-grid[data-spgrid=false] > .c-grid_col {
    float: none;
    width: auto;
  }
  .c-grid[data-spgrid=false] > .c-grid_col.c-btn {
    width: calc(100% - 15px);
  }
  .c-grid[data-spgrid=false] > .c-grid_col.-span1 {
    width: auto;
  }
  .c-grid[data-spgrid=false] > .c-grid_col.-span2 {
    width: auto;
  }
  .c-grid[data-spgrid=false] > .c-grid_col.-span3 {
    width: auto;
  }
  .c-grid[data-spgrid=false] > .c-grid_col.-span4 {
    width: auto;
  }
  .c-grid[data-spgrid=false] > .c-grid_col.-span5 {
    width: auto;
  }
  .c-grid[data-spgrid=false] > .c-grid_col.-span6 {
    width: auto;
  }
  .c-grid[data-spgrid=false] > .c-grid_col.-span7 {
    width: auto;
  }
  .c-grid[data-spgrid=false] > .c-grid_col.-span8 {
    width: auto;
  }
  .c-grid[data-spgrid=false] > .c-grid_col.-span9 {
    width: auto;
  }
  .c-grid[data-spgrid=false] > .c-grid_col.-span10 {
    width: auto;
  }
  .c-grid[data-spgrid=false] > .c-grid_col.-span11 {
    width: auto;
  }
  .c-grid[data-spgrid=false] > .c-grid_col.-span12 {
    width: auto;
  }
  .c-grid[data-spgrid=false].-rtl {
    display: flex;
    flex-direction: column-reverse;
  }
  .c-grid[data-spgrid=false].-rtl > .c-grid_col:first-of-type {
    margin-bottom: 0;
  }
  .c-grid[data-spgrid=false].-rtl > .c-grid_col:last-of-type {
    margin-top: 0;
    margin-bottom: 0;
  }
  .c-grid[data-spgrid="2"] > .c-grid_col {
    width: calc((100% / 2) - 15px);
  }
  .c-grid[data-spgrid="3"] > .c-grid_col {
    width: calc((100% / 3) - 15px);
  }

  .l-article .c-grid {
    margin-left: -15px;
  }
  .l-article .c-grid > .c-grid_col {
    margin-left: 14.9px;
    margin-bottom: 15px;
  }
  .l-article .c-grid > .c-grid_col.-span1 {
    width: grid-sp-main-width(1);
  }
  .l-article .c-grid > .c-grid_col.-span2 {
    width: grid-sp-main-width(2);
  }
  .l-article .c-grid > .c-grid_col.-span3 {
    width: grid-sp-main-width(3);
  }
  .l-article .c-grid > .c-grid_col.-span4 {
    width: grid-sp-main-width(4);
  }
  .l-article .c-grid > .c-grid_col.-span5 {
    width: calc((100% / 2) - 15px);
  }
  .l-article .c-grid > .c-grid_col.-span6 {
    width: calc((100% / 2) - 15px);
  }
  .l-article .c-grid > .c-grid_col.-span7 {
    width: calc((100% / 2) - 15px);
  }
  .l-article .c-grid > .c-grid_col.-span8 {
    width: calc((100% / 2) - 15px);
  }
  .l-article .c-grid > .c-grid_col.-span9 {
    width: calc((100% / 2) - 15px);
  }
  .l-article .c-grid > .c-grid_col.-span10 {
    width: calc((100% / 2) - 15px);
  }
  .l-article .c-grid.-division2 > .c-grid_col {
    width: calc((100% / 2) - 15px);
  }
  .l-article .c-grid.-division3 > .c-grid_col {
    width: calc((100% / 3) - 15px);
  }
  .l-article .c-grid.-division4 > .c-grid_col {
    width: calc((100% / 4) - 15px);
  }
  .l-article .c-grid[data-spgrid="2"] > .c-grid_col {
    width: calc((100% / 2) - 15px);
  }
  .l-article .c-grid[data-spgrid="3"] > .c-grid_col {
    width: calc((100% / 3) - 15px);
  }
  .l-article .c-grid[data-spgrid=false] > .c-grid_col {
    width: auto;
  }
  .l-article .c-grid[data-spgrid=false] > .c-grid_col.c-btn {
    width: calc(100% - 15px);
  }
  .l-article .c-grid[data-spgrid=false] > .c-grid_col.-span1 {
    width: auto;
  }
  .l-article .c-grid[data-spgrid=false] > .c-grid_col.-span2 {
    width: auto;
  }
  .l-article .c-grid[data-spgrid=false] > .c-grid_col.-span3 {
    width: auto;
  }
  .l-article .c-grid[data-spgrid=false] > .c-grid_col.-span4 {
    width: auto;
  }
  .l-article .c-grid[data-spgrid=false] > .c-grid_col.-span5 {
    width: auto;
  }
  .l-article .c-grid[data-spgrid=false] > .c-grid_col.-span6 {
    width: auto;
  }
  .l-article .c-grid[data-spgrid=false] > .c-grid_col.-span7 {
    width: auto;
  }
  .l-article .c-grid[data-spgrid=false] > .c-grid_col.-span8 {
    width: auto;
  }
  .l-article .c-grid[data-spgrid=false] > .c-grid_col.-span9 {
    width: auto;
  }
  .l-article .c-grid[data-spgrid=false] > .c-grid_col.-span10 {
    width: auto;
  }
}
/* -----------------------------------------------
  .c-heading
----------------------------------------------- */
.c-heading {
  position: relative;
  display: block;
  width: 100%;
  background: url(bg_title_01.jpg) center top no-repeat;
  background-size: cover;
  color: #2a4198;
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.4;
  padding: 90px 0 40px;
  margin: 0 0 50px;
  border-bottom: 2px solid #FFFFFF;
}
.c-heading:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -40px;
  width: 1px;
  height: 80px;
  background-color: #2a4198;
  z-index: 2;
}
.c-heading.-light {
  background: url(bg_title_02.jpg) center top no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  .c-heading {
    width: 100%;
    background: url(bg_titleSp_01.jpg) center top no-repeat;
    background-size: cover;
    font-size: 2.1rem;
    padding: 70px 0 32px;
    margin: 0 0 30px;
  }
  .c-heading.-light {
    background: url(bg_titleSp_02.jpg) center top no-repeat;
    background-size: cover;
  }
}
/* -----------------------------------------------
  .c-figure
----------------------------------------------- */
.c-figure {
  display: inline-block;
  margin: 0;
  text-align: center;
}
.c-figure_caption {
  margin-top: 10px;
  color: #2a4198;
  font-size: 14px;
  text-align: left;
}

@media (max-width: 768px) {
  .c-figure {
    display: block;
    max-width: 80%;
    margin: 0 auto;
  }
}
/* -----------------------------------------------
  .c-figureBox
----------------------------------------------- */
.c-figureBox.-center {
  text-align: center;
}
.c-figureBox .c-figure {
  display: inline-block;
}

.c-figure {
  margin: 0 auto;
}
.c-figure figcaption {
  caption-side: bottom;
}

/* -----------------------------------------------
  .c-imageUnit
----------------------------------------------- */
.c-imageUnit {
  overflow: hidden;
  zoom: 1;
  margin: 40px 0;
}
.c-imageUnit + .c-imageUnit {
  margin-top: 3rem;
}
.c-imageUnit_text {
  overflow: hidden;
  zoom: 1;
}
.c-imageUnit_image {
  margin: 0;
  max-width: 32.327586%;
  text-align: center;
}
.c-imageUnit_image figure {
  margin: 0;
}
.c-imageUnit_image figcaption {
  margin-top: 10px;
  color: #2a4198;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
}
.c-imageUnit_image_caption {
  display: table;
  margin: 1rem auto 0;
  text-align: left;
  font-size: 1.4rem;
}
.c-imageUnit.-parallel .c-imageUnit_text {
  overflow: visible;
}
.c-imageUnit.-parallel .c-imageUnit_image {
  margin-bottom: 3rem;
}
.c-imageUnit.-imageL .c-imageUnit_image {
  float: left;
  margin-right: 24px;
}
.c-imageUnit.-imageR .c-imageUnit_image {
  float: right;
  margin-left: 24px;
}
@media (max-width: 768px) {
  .c-imageUnit {
    margin: 20px 0;
  }
  .c-imageUnit.-imageL .c-imageUnit_image {
    margin-right: 15px;
  }
  .c-imageUnit.-imageR .c-imageUnit_image {
    margin-left: 15px;
  }
  .c-imageUnit.-rtl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .c-imageUnit.-rtl.-imageL .c-imageUnit_image {
    max-width: 100%;
    margin: 2rem auto 0;
  }
  .c-imageUnit.-rtl.-imageR .c-imageUnit_image {
    max-width: 100%;
    margin: 2rem auto 0;
  }
  .c-imageUnit.-rtl[data-spgrid=false] .c-imageUnit_image {
    margin-top: 2rem;
    margin-bottom: 0;
  }
  .c-imageUnit[data-spgrid=false] .c-imageUnit_image {
    float: none;
    max-width: none;
    margin: 0 0 2rem;
  }
  .c-imageUnit[data-spgrid=false] .c-imageUnit_image img {
    width: auto;
  }
}

/* -----------------------------------------------
  .c-caption
----------------------------------------------- */
.c-caption {
  margin-top: 10px;
  color: #2a4198;
  font-size: 14px;
}

/* -----------------------------------------------
  .c-box
----------------------------------------------- */
.c-box {
  margin-bottom: 40px;
  padding: 60px 20px 10px;
  background-color: #FFFFFF;
  text-align: center;
}
.c-box .notice {
  position: relative;
  padding-left: 3em;
  margin-top: 20px;
  font-size: 1.2rem;
  text-align: left;
}
.c-box .notice span {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  .c-box {
    padding: 30px 20px 10px;
  }
  .c-box .c-figure {
    max-width: 100%;
  }
  .c-box .notice {
    margin-top: 10px;
    font-size: 1rem;
    word-break: break-all;
  }
}
/* -----------------------------------------------
  c-lineTitle
----------------------------------------------- */
.c-lineTitle {
  text-align: center;
}
.c-lineTitle_text {
  display: inline-block;
  position: relative;
  color: #2a4198;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 50px;
}
.c-lineTitle_text:before {
  position: absolute;
  left: -110px;
  top: 50%;
  content: "";
  width: 100px;
  height: 1px;
  background-color: #2a4198;
}
.c-lineTitle_text:after {
  position: absolute;
  right: -110px;
  top: 50%;
  content: "";
  width: 100px;
  height: 1px;
  background-color: #2a4198;
}

@media (max-width: 768px) {
  .c-lineTitle_text {
    font-size: 1.6rem;
    margin: 0 0 30px;
  }
  .c-lineTitle_text:before {
    content: none;
  }
  .c-lineTitle_text:after {
    content: none;
  }
}
/* -----------------------------------------------
  c-textBox
----------------------------------------------- */
.c-textBox {
  padding: 45px 50px;
  background-color: #edf1ff;
}
.c-textBox p {
  font-size: 16px;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .c-textBox {
    padding: 45px 6%;
  }
}
/* -----------------------------------------------
  .p-mainVisual
----------------------------------------------- */
.p-mainVisual {
  position: relative;
  width: 100%;
  height: 35vw;
  background: url(bg_mv.jpg) center top no-repeat;
  background-size: cover;
}
.p-mainVisual_seriesTitle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.p-mainVisual_seriesTitle_inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 18px 0;
}
.p-mainVisual_seriesTitle_inner dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}
.p-mainVisual_seriesTitle_inner dl dd p {
  color: #FFFFFF;
  font-size: 1.5rem;
  padding-left: 30px;
}
.p-mainVisual_pageTitle {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
}
.p-mainVisual_pageTitle_inner {
  max-width: 1080px;
  margin: 0 auto;
}
.p-mainVisual_pageTitle_inner h1 {
  line-height: 1;
}
.p-mainVisual_pageTitle_inner p {
  color: #FFFFFF;
  font-size: 1.4rem;
}

@media (min-width: 769px) and (max-width: 1130px) {
  .p-mainVisual {
    width: 100%;
    height: 37vw;
  }
  .p-mainVisual_seriesTitle {
    padding: 0 2%;
  }
  .p-mainVisual_seriesTitle_inner dl dd {
    width: calc(100% - 228px);
  }
  .p-mainVisual_seriesTitle_inner dl dd p {
    font-size: 1.4rem;
  }
  .p-mainVisual_pageTitle {
    left: 2%;
  }
  .p-mainVisual_pageTitle_inner img {
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .p-mainVisual {
    height: auto;
  }
  .p-mainVisual_seriesTitle {
    position: static;
    left: inherit;
    top: inherit;
    background-color: black;
  }
  .p-mainVisual_seriesTitle_inner {
    width: 100%;
    margin: 0;
    padding: 15px 0;
  }
  .p-mainVisual_seriesTitle_inner dl {
    display: block;
  }
  .p-mainVisual_seriesTitle_inner dl dt {
    text-align: center;
    margin: 0 0 18px;
  }
  .p-mainVisual_seriesTitle_inner dl dt img {
    width: 48%;
  }
  .p-mainVisual_seriesTitle_inner dl dd p {
    padding: 0 6%;
    font-size: 1.4rem;
  }
  .p-mainVisual_pageTitle {
    width: 100%;
    height: 88vw;
    position: static;
    left: inherit;
    bottom: inherit;
    background-image: url(bg_mv_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
  }
  .p-mainVisual_pageTitle_inner {
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    padding: 0 4%;
  }
  .p-mainVisual_pageTitle_inner h1 {
    width: 92.7536231884%;
    margin: 0 0 15px;
  }
  .p-mainVisual_pageTitle_inner h1 img {
    width: 100%;
    max-width: 480px;
    height: auto;
  }
  .p-mainVisual_pageTitle_inner p {
    font-size: 1.1rem;
  }
}
/* -----------------------------------------------
  .p-profile
----------------------------------------------- */
.p-profile {
  display: flex;
  flex-wrap: wrap;
  background-color: #FFFFFF;
}
.p-profile_photo {
  width: 51%;
}
.p-profile_photo img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right 20% top 0;
     object-position: right 20% top 0;
  height: 100%;
  width: 100%;
}
.p-profile_text {
  box-sizing: border-box;
  width: 49%;
  padding: 90px 70px;
}
.p-profile_text dl {
  border-left: 1px solid #2a4198;
  padding: 0 0 0 30px;
  color: #2a4198;
  margin: 0 0 30px;
}
.p-profile_text dl:not(:first-of-type) {
  margin-top: 5rem;
}
.p-profile_text dl dt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 3rem;
}
.p-profile_text dl dt span {
  font-size: 1.4rem;
  margin-left: 20px;
}
.p-profile_text dl dd {
  font-size: 1.6rem;
  font-weight: bold;
}
.p-profile_text p {
  width: 480px;
  font-size: 1.6rem;
  line-height: 2;
}

@media (min-width: 769px) and (max-width: 1130px) {
  .p-profile {
    flex-direction: column;
  }
  .p-profile_photo {
    width: 100%;
  }
  .p-profile_text {
    width: 100%;
  }
  .p-profile_text p {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-profile {
    display: block;
  }
  .p-profile_photo {
    width: 100%;
    height: 96vw;
  }
  .p-profile_photo img {
    -o-object-position: right 50% top 0;
       object-position: right 50% top 0;
  }
  .p-profile_text {
    box-sizing: border-box;
    width: 100%;
    padding: 40px 6%;
  }
  .p-profile_text dl {
    padding: 0 0 0 20px;
    color: #2a4198;
    margin: 0 0 15px;
  }
  .p-profile_text dl:not(:first-of-type) {
    margin-top: 3rem;
  }
  .p-profile_text dl dt {
    font-size: 2rem;
  }
  .p-profile_text dl dt span {
    margin-left: 20px;
  }
  .p-profile_text dl dd {
    font-size: 1.4rem;
  }
  .p-profile_text p {
    width: 100%;
    font-size: 1.4rem;
    line-height: 2;
  }
}
/* -----------------------------------------------
  .p-catch
----------------------------------------------- */
.p-catch {
  background-color: #f7f9ff;
}
.p-catch p {
  max-width: 1080px;
  margin: 0 auto;
  font-size: 2.2rem;
  line-height: 2.7;
  color: #2a4198;
  text-align: center;
  padding: 140px 0;
}

@media (min-width: 769px) and (max-width: 1130px) {
  .p-catch {
    width: 100%;
    padding: 0 2%;
  }
}
@media (max-width: 768px) {
  .p-catch {
    box-sizing: border-box;
    width: 100%;
    padding: 0 6%;
  }
  .p-catch p {
    box-sizing: border-box;
    width: 100%;
    font-size: 1.4rem;
    padding: 75px 0;
  }
}
/* -----------------------------------------------
  .p-section
----------------------------------------------- */
.p-section {
  background-color: #edf1ff;
  padding: 0 0 90px;
}
.p-section_inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.p-section h2 {
  position: relative;
  display: block;
  width: 100%;
  background: url(bg_title_01.jpg) center top no-repeat;
  background-size: cover;
  color: #2a4198;
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.4;
  padding: 90px 0 40px;
  margin: 0 0 50px;
  border-bottom: 2px solid #FFFFFF;
}
.p-section h2:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -40px;
  width: 1px;
  height: 80px;
  background-color: #2a4198;
  z-index: 2;
}
.p-section.-experiment {
  background-color: #f7f9ff;
}
.p-section.-experiment h2 {
  background: url(bg_title_02.jpg) center top no-repeat;
  background-size: cover;
}
.p-section p {
  font-size: 1.8rem;
  line-height: 2;
}
.p-section > p {
  max-width: 1080px;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 40px;
}
.p-section_block {
  box-sizing: border-box;
  max-width: 1080px;
  margin: 0 auto;
  padding: 30px;
  background-color: #FFFFFF;
}
.p-section_box {
  box-sizing: border-box;
  max-width: 1080px;
  margin: 0 auto 40px;
  padding: 60px 30px 30px;
  background-color: #FFFFFF;
  text-align: center;
}
.p-section_box_title {
  text-align: center;
}
.p-section_box_title h3 {
  display: inline-block;
  position: relative;
  color: #2a4198;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 50px;
}
.p-section_box_title h3:before {
  position: absolute;
  left: -110px;
  top: 50%;
  content: "";
  width: 100px;
  height: 1px;
  background-color: #2a4198;
}
.p-section_box_title h3:after {
  position: absolute;
  right: -110px;
  top: 50%;
  content: "";
  width: 100px;
  height: 1px;
  background-color: #2a4198;
}
.p-section_box_img {
  width: 565px;
  margin: 0 auto;
}
.p-section_box_img p {
  text-align: left;
}
.p-section_box_img .notice {
  position: relative;
  padding-left: 3em;
  font-size: 1.2rem;
}
.p-section_box_img .notice span {
  position: absolute;
  left: 0;
  top: 0;
}
.p-section_box figure {
  display: inline-block;
  margin: 0;
}
.p-section_box figure figcaption {
  font-size: 1.2rem;
  text-align: left;
  margin-top: 20px;
}
.p-section_box figure figcaption a {
  color: #000000;
}
.p-section_box figure figcaption a:hover {
  color: #000000;
  text-decoration: underline;
}
.p-section_box figure .notice {
  position: relative;
  padding-left: 3em;
}
.p-section_box figure .notice span {
  position: absolute;
  left: 0;
  top: 0;
}
.p-section_box figure p {
  font-size: 1.2rem;
  text-align: left;
}
.p-section_box figure p a {
  color: #000000;
}
.p-section_box_caption {
  color: #2a4198;
  font-size: 1.4rem;
  text-align: left;
  margin-top: 50px;
}
.p-section_imageUnit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto 40px;
}
.p-section_imageUnit.-center {
  justify-content: center;
}
.p-section_imageUnit figure {
  margin: 0;
}
.p-section_imageUnit figure figcaption {
  color: #2a4198;
  font-size: 14px;
  margin-top: 10px;
}
.p-section_imageUnit p {
  font-size: 1.8rem;
  line-height: 2;
}
.p-section_text {
  width: 100%;
  max-width: 1080px;
  margin: 10px auto 40px;
  color: #2a4198;
  font-size: 14px;
}

@media (min-width: 769px) and (max-width: 1130px) {
  .p-section_inner {
    padding: 0 2%;
  }
}
@media (max-width: 768px) {
  .p-section {
    padding: 0 0 40px;
  }
  .p-section_inner {
    padding: 0 6%;
  }
  .p-section h2 {
    width: 100%;
    background: url(bg_titleSp_01.jpg) center top no-repeat;
    background-size: cover;
    font-size: 2.1rem;
    padding: 70px 0 32px;
    margin: 0 0 30px;
  }
  .p-section.-experiment h2 {
    background: url(bg_titleSp_02.jpg) center top no-repeat;
    background-size: cover;
  }
  .p-section p {
    font-size: 1.5rem;
  }
  .p-section > p {
    width: 100%;
    padding: 0 6%;
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 35px;
  }
  .p-section .p-section_block {
    padding-left: 6%;
    padding-right: 6%;
  }
  .p-section .p-section_box {
    width: 88%;
    margin: 0 auto 30px;
    padding: 30px 6% 20px;
  }
  .p-section .p-section_box_title h3 {
    font-size: 1.6rem;
    margin: 0 0 30px;
  }
  .p-section .p-section_box_title h3:before {
    content: none;
  }
  .p-section .p-section_box_title h3:after {
    content: none;
  }
  .p-section .p-section_box_img {
    width: 100%;
    margin: 0;
  }
  .p-section .p-section_box_img .notice {
    font-size: 1rem;
    padding-left: 3em;
  }
  .p-section .p-section_box_img .notice span {
    position: absolute;
    left: 0;
    top: 0;
  }
  .p-section .p-section_box figure {
    display: block;
    margin: 0;
  }
  .p-section .p-section_box figure figcaption {
    font-size: 1rem;
    word-break: break-all;
    margin-top: 10px;
  }
  .p-section .p-section_box figure .notice {
    padding-left: 3em;
  }
  .p-section .p-section_box figure .notice span {
    position: absolute;
    left: 0;
    top: 0;
  }
  .p-section .p-section_box_caption {
    margin-top: 30px;
  }
  .p-section_imageUnit {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0 6%;
    margin: 0 auto 35px;
  }
  .p-section_imageUnit figure {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .p-section_imageUnit figure figcaption {
    font-size: 14px;
    margin-top: 10px;
    text-align: left;
  }
  .p-section_imageUnit p {
    width: 100%;
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media (min-width: 769px) and (max-width: 1130px) {
  .p-section > p {
    padding: 0 2%;
  }
  .p-section_imageUnit {
    padding: 0 2%;
  }
}
/* -----------------------------------------------
  .p-imageUnit
----------------------------------------------- */
.p-imageUnit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 40px;
}
.p-imageUnit figcaption {
  color: #2a4198;
  font-size: 1.4rem;
  margin-top: 10px;
}
.p-imageUnit .c-caption {
  width: 100%;
  font-size: 14px;
}
.p-imageUnit.-right .p-imageUnit_left {
  width: 27.8%;
  margin: 0;
}
.p-imageUnit.-right .p-imageUnit_left figcaption {
  color: #2a4198;
  font-size: 1.4rem;
  margin-top: 10px;
}
.p-imageUnit.-right .p-imageUnit_right {
  width: calc(72.2% - 20px);
  margin: 0;
}
.p-imageUnit.-right img {
  width: 100%;
  height: auto;
}
.p-imageUnit.-left .p-imageUnit_left {
  width: calc(72.2% - 20px);
  margin: 0;
}
.p-imageUnit.-left .p-imageUnit_right {
  width: 27.8%;
  margin: 0;
}
.p-imageUnit.-half .p-imageUnit_left {
  width: calc(50% - 10px);
  margin: 0;
}
.p-imageUnit.-half .p-imageUnit_right {
  width: calc(50% - 10px);
  margin: 0;
}
.p-imageUnit.-division3 {
  display: block;
}
.p-imageUnit.-division3 .p-imageUnit_col {
  width: calc(33.3333333333% - 24px);
  margin-bottom: 0;
  margin-left: 23.9px;
}

@media (min-width: 769px) and (max-width: 1130px) {
  .p-imageUnit {
    padding: 0 2%;
  }
}
@media (max-width: 768px) {
  .p-imageUnit {
    display: block;
    padding: 0 6%;
    margin: 0 auto 40px;
  }
  .p-imageUnit figcaption {
    text-align: left;
  }
  .p-imageUnit.-right {
    text-align: center;
  }
  .p-imageUnit.-right .p-imageUnit_left {
    display: inline-block;
    width: auto;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .p-imageUnit.-right .p-imageUnit_left img {
    max-width: 100%;
  }
  .p-imageUnit.-right .p-imageUnit_left figcaption {
    font-size: 1.4rem;
    text-align: left;
    margin: 10px 0;
  }
  .p-imageUnit.-right .p-imageUnit_right {
    width: auto;
    max-width: 80%;
    margin: 0 auto;
  }
  .p-imageUnit.-left {
    text-align: center;
  }
  .p-imageUnit.-left .p-imageUnit_left {
    width: auto;
    max-width: 80%;
    margin: 0 auto 20px;
  }
  .p-imageUnit.-left .p-imageUnit_right {
    display: inline-block;
    width: auto;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .p-imageUnit.-left .p-imageUnit_right img {
    max-width: 100%;
  }
  .p-imageUnit.-left .p-imageUnit_right figcaption {
    width: auto;
    color: #2a4198;
    font-size: 1.4rem;
    margin-top: 10px;
    text-align: left;
  }
  .p-imageUnit.-half .p-imageUnit_left {
    width: 80%;
    margin: 0 auto 30px;
  }
  .p-imageUnit.-half .p-imageUnit_right {
    width: 80%;
    margin: 0 auto 30px;
  }
}
/* -----------------------------------------------
  .p-movieBox
----------------------------------------------- */
.p-movieBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  background-color: #FFFFFF;
}
.p-movieBox_title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  width: 51%;
  height: 410px;
  background-color: #000000;
}
.p-movieBox_title_inner {
  box-sizing: border-box;
  width: 550px;
  padding-left: 60px;
}
.p-movieBox_title_inner .sub {
  position: relative;
  height: 16px;
}
.p-movieBox_title_inner .sub:before {
  position: absolute;
  top: calc(50% - 1px);
  left: -60px;
  content: "";
  width: 50px;
  height: 3px;
  background-color: #2a4198;
}
.p-movieBox_image {
  width: 49%;
  height: 410px;
  background: url(img_movie.jpg) right top/auto 100% no-repeat #FFFFFF;
}
@media screen and (min-width: 769px) and (max-width: 999px) {
  .p-movieBox_image {
    background-position: right -100px top;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1299px) {
  .p-movieBox_image {
    background-position: right -50px top;
  }
}
.p-movieBox_image a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.p-movieBox_image:hover {
  opacity: 0.6;
}
.p-movieBox_image.-comming {
  background: url(img_movie_comming.png) center center/cover no-repeat #FFFFFF;
}
.p-movieBox_image.-comming:hover {
  opacity: 1;
}
.p-movieBox_image.-comming a {
  pointer-events: none;
}
.p-movieBox_image.-comming a img {
  display: none;
}

@media screen and (min-width: 1921px) {
  .p-movieBox_image {
    background: url(img_movie.jpg) left center/cover no-repeat #FFFFFF;
  }
}
@media (max-width: 768px) {
  .p-movieBox {
    display: block;
    width: 100%;
    padding: 0 6% 15px;
    background-color: #000000;
  }
  .p-movieBox_title {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 0 25px;
    background-color: #000000;
  }
  .p-movieBox_title_inner {
    box-sizing: border-box;
    width: 100%;
    padding-left: 0;
  }
  .p-movieBox_title_inner .sub {
    position: relative;
    padding-left: 30px;
    height: 12px;
    margin: 0 0 10px;
  }
  .p-movieBox_title_inner .sub img {
    width: auto;
    height: 12px;
  }
  .p-movieBox_title_inner .sub:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    content: "";
    width: 25px;
    height: 3px;
    background-color: #2a4198;
  }
  .p-movieBox_title_inner h2 {
    text-align: center;
    margin: 0;
  }
  .p-movieBox_title_inner h2 img {
    width: 46%;
  }
  .p-movieBox_image {
    width: 100%;
    height: 61vw;
  }
  .p-movieBox_image img {
    width: 60px;
    height: auto;
  }
}
@media (min-width: 769px) and (max-width: 1130px) {
  .p-movieBox_title {
    padding: 0 2%;
  }
}
/* -----------------------------------------------
  .p-seriesLink
----------------------------------------------- */
.p-seriesLink {
  background-color: #efefef;
  padding: 0 0 100px;
}
.p-seriesLink_title {
  width: 100%;
  background-color: #fff;
  padding: 40px 0;
}
.p-seriesLink_title .sub {
  max-width: 1080px;
  height: 16px;
  position: relative;
  margin: 0 auto;
  padding-left: 60px;
}
.p-seriesLink_title .sub:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  content: "";
  width: 50px;
  height: 3px;
  background-color: #2a4198;
}
.p-seriesLink_title h2 {
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 60px;
}
.p-seriesLink_box {
  max-width: 1080px;
  margin: 100px auto 0;
}
.p-seriesLink_box .c-grid {
  margin-bottom: -24px;
}
.p-seriesLink_box .c-grid .c-grid_col {
  margin-top: 0;
  margin-bottom: 24px;
  background: url(ico_arrow_on.png) right bottom no-repeat #FFFFFF;
}
.p-seriesLink_box .c-grid .c-grid_col a {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
}
.p-seriesLink_box .c-grid .c-grid_col a:hover {
  opacity: 0.6;
}
.p-seriesLink_box .c-grid .c-grid_col.is_off {
  background: url(ico_arrow_off.png) right bottom no-repeat #FFFFFF;
}
.p-seriesLink_box .c-grid .c-grid_col.is_off p {
  color: #777777;
}
.p-seriesLink_image {
  width: 245px;
}
.p-seriesLink_text {
  width: calc(100% - 245px);
  padding: 40px 30px;
  color: #000000;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7;
}

@media (min-width: 769px) and (max-width: 1130px) {
  .p-seriesLink_title {
    padding-left: 2%;
  }
  .p-seriesLink_box {
    padding: 0 2%;
  }
  .p-seriesLink_image {
    width: 40%;
  }
  .p-seriesLink_text {
    width: 60%;
    padding: 15px 20px;
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .p-seriesLink {
    padding: 0 0 30px;
  }
  .p-seriesLink_title {
    width: 100%;
    padding: 30px 6%;
    margin: 0 0 20px;
  }
  .p-seriesLink_title .sub {
    height: 12px;
    padding-left: 30px;
  }
  .p-seriesLink_title .sub img {
    width: auto;
    height: 12px;
  }
  .p-seriesLink_title .sub:before {
    top: calc(50% - 1px);
    width: 25px;
    height: 3px;
  }
  .p-seriesLink_title h2 {
    font-size: 1.8rem;
    padding-left: 30px;
  }
  .p-seriesLink_box {
    margin: 0 auto;
  }
  .p-seriesLink_box .c-grid {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0 6%;
    margin: 0;
  }
  .p-seriesLink_box .c-grid .c-grid_col {
    margin: 0 0 15px;
    background-size: 20px auto;
  }
  .p-seriesLink_box .c-grid .c-grid_col:last-child {
    margin-bottom: 0;
  }
  .p-seriesLink_box .c-grid .c-grid_col a {
    display: flex;
    flex-wrap: wrap;
  }
  .p-seriesLink_box .c-grid .c-grid_col.is_off {
    display: flex;
    flex-wrap: wrap;
    background-size: 20px auto;
  }
  .p-seriesLink_text {
    padding: 15px 20px;
  }
  .p-seriesLink_image {
    position: relative;
    width: 126px;
    overflow: hidden;
  }
  .p-seriesLink_image::before {
    content: "";
    display: block;
    padding-top: 70%;
  }
  .p-seriesLink_image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: inherit;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .p-seriesLink_text {
    width: calc(100% - 126px);
    padding: 15px 20px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .p-seriesLink_box .c-grid {
    padding: 0 6%;
  }
  .p-seriesLink_box .c-grid .c-grid_col a {
    display: flex;
    align-items: center;
  }
  .p-seriesLink_box .c-grid .c-grid_col.is_off {
    display: flex;
    align-items: center;
  }
  .p-seriesLink_image {
    width: 20%;
  }
  .p-seriesLink_text {
    width: 80%;
    line-height: 1.5;
  }
}
@media (max-width: 374px) {
  .p-seriesLink_image {
    width: 110px;
  }
  .p-seriesLink_image img {
    width: auto;
    height: 100%;
  }
  .p-seriesLink_text {
    width: calc(100% - 110px);
  }
}
/* -----------------------------------------------
  .p-scroll
----------------------------------------------- */
.p-scroll_balloon {
  display: none;
}

@media (max-width: 768px) {
  .p-scroll_balloon {
    position: relative;
    display: block;
    padding: 7px 10px;
    background: #828999;
    color: #fff;
    font-size: 1.1rem;
  }
  .p-scroll_balloon.-top {
    margin-bottom: 7px;
  }
  .p-scroll_balloon.-top::after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    bottom: -7px;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 7px 5.5px 0 5.5px;
    border-color: #828999 transparent transparent transparent;
  }
  .p-scroll_balloon.-bottom {
    margin-top: 7px;
  }
  .p-scroll_balloon.-bottom::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: -7px;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 0 5.5px 7px 5.5px;
    border-color: transparent transparent #828999 transparent;
  }
  .p-scroll_wrap {
    margin: 2px 0;
    padding: 7px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .p-scroll_wrap::-webkit-scrollbar {
    height: 2px;
    background: #f7f9ff;
  }
  .p-scroll_wrap::-webkit-scrollbar-thumb {
    background: #d9d9d9;
  }
  .p-scroll_contents {
    width: 796px;
  }
}
/* -----------------------------------------------
  figcaptionの調整
----------------------------------------------- */
.p-figcaption.-LCMS {
  max-width: 477px;
  text-align: left;
  margin-top: 20px;
  font-size: 16px;
}

/* -----------------------------------------------
  vol12調整
----------------------------------------------- */
.vol12-figure02-2_wrap {
  max-width: 712px;
  margin-inline: auto;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-mtNormal {
  margin-top: 20px !important;
}

.u-mtLarge {
  margin-top: 40px !important;
}

.u-mbNormal {
  margin-bottom: 20px !important;
}

.u-mbLarge {
  margin-bottom: 40px !important;
}

@media (max-width: 768px) {
  .u-mtNormal {
    margin-top: 15px !important;
  }

  .u-mtLarge {
    margin-top: 30px !important;
  }

  .u-mbNormal {
    margin-bottom: 15px !important;
  }

  .u-mbLarge {
    margin-bottom: 30px !important;
  }
}
.u-pt0 {
  padding-top: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

.u-wAuto {
  width: auto !important;
}

.u-w5 {
  width: 5% !important;
}

.u-w10 {
  width: 10% !important;
}

.u-w15 {
  width: 15% !important;
}

.u-w20 {
  width: 20% !important;
}

.u-w25 {
  width: 25% !important;
}

.u-w30 {
  width: 30% !important;
}

.u-w35 {
  width: 35% !important;
}

.u-w40 {
  width: 40% !important;
}

.u-w45 {
  width: 45% !important;
}

.u-w50 {
  width: 50% !important;
}

.u-w55 {
  width: 55% !important;
}

.u-w60 {
  width: 60% !important;
}

.u-w65 {
  width: 65% !important;
}

.u-w70 {
  width: 70% !important;
}

.u-w75 {
  width: 75% !important;
}

.u-w80 {
  width: 80% !important;
}

.u-w85 {
  width: 85% !important;
}

.u-w90 {
  width: 90% !important;
}

.u-w95 {
  width: 95% !important;
}

.u-w100 {
  width: 100% !important;
}

.u-fs11 {
  font-size: 1.1rem !important;
}

.u-fs12 {
  font-size: 1.2rem !important;
}

.u-fs13 {
  font-size: 1.3rem !important;
}

.u-fs14 {
  font-size: 1.4rem !important;
}

.u-fs15 {
  font-size: 1.5rem !important;
}

.u-fs16 {
  font-size: 1.6rem !important;
}

.u-fs17 {
  font-size: 1.7rem !important;
}

.u-fs18 {
  font-size: 1.8rem !important;
}

.u-fs19 {
  font-size: 1.9rem !important;
}

.u-fs20 {
  font-size: 2rem !important;
}

.u-fs21 {
  font-size: 2.1rem !important;
}

.u-fs22 {
  font-size: 2.2rem !important;
}

.u-fs23 {
  font-size: 2.3rem !important;
}

.u-fs24 {
  font-size: 2.4rem !important;
}

.u-fs25 {
  font-size: 2.5rem !important;
}

.u-fs26 {
  font-size: 2.6rem !important;
}

.u-fs27 {
  font-size: 2.7rem !important;
}

.u-fs28 {
  font-size: 2.8rem !important;
}

.u-fs29 {
  font-size: 2.9rem !important;
}

.u-fs30 {
  font-size: 3rem !important;
}

.u-fs31 {
  font-size: 3.1rem !important;
}

.u-fs32 {
  font-size: 3.2rem !important;
}

.u-fs33 {
  font-size: 3.3rem !important;
}

.u-fs34 {
  font-size: 3.4rem !important;
}

.u-fs35 {
  font-size: 3.5rem !important;
}

.u-fsBig {
  font-size: 2rem !important;
}

.u-fsMedium {
  font-size: 1.6rem !important;
}

.u-fsSmall {
  font-size: 1.4rem !important;
}

@media (max-width: 768px) {
  .u-fsBig {
    font-size: 1.8rem !important;
  }
}
.u-fwBold {
  font-weight: bold !important;
}

.u-textbold {
  font-weight: 700 !important;
}

.u-textnormal {
  font-weight: 400 !important;
}

.u-textthin {
  font-weight: 200 !important;
}

.u-emp {
  color: #cc0000;
}
.u-emp-style01 {
  color: #e66000;
}
.u-emp-style02 {
  color: #00802a;
}
.u-emp-style03 {
  color: #809900;
}

.u-clear {
  clear: both !important;
}

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

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

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

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

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

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

@media (min-width: 769px) {
  .u-ac-pc {
    text-align: center !important;
  }

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

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

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

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

  .u-vb-pc {
    vertical-align: bottom !important;
  }
}
@media (max-width: 768px) {
  .u-ac-sp {
    text-align: center !important;
  }

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

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

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

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

  .u-vb-sp {
    vertical-align: bottom !important;
  }
}
.u-tab {
  display: none !important;
}

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

@media (min-width: 769px) and (max-width: 1130px) {
  .u-pc_only {
    display: none !important;
  }

  .u-tab {
    display: inherit !important;
  }

  .u-sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .u-pc {
    display: none !important;
  }

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

  .u-tab {
    display: inherit !important;
  }

  .u-sp {
    display: inherit !important;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 38px;
  height: 38px;
  line-height: 38px;
  position: absolute;
  right: 0;
  top: -20px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  cursor: pointer;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 0.8;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  width: 38px;
  height: 38px;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -50px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media (max-width: 768px) {
  .mfp-image-holder .mfp-close {
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
  }
}
@media print {
  .l-main {
    margin-top: 0 !important;
  }

  .l-header {
    position: static !important;
  }

  .l-footer_pagetop {
    display: none !important;
  }

  .p-hero_main .slick-track {
    width: 100% !important;
  }
  .p-hero_main_item.slick-active {
    position: static !important;
  }
}
@media print and (max-width: 768px) {
  .l-main {
    margin-top: 0 !important;
  }
}
