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

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

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

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

a:focus {
  outline: none;
}

main {
  display: block;
}

button {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  font-family: initial;
}

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

/*! sanitize.css v4.0.0 | CC0 License | github.com/10up/sanitize.css */
/* Display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

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

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

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

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  box-sizing: inherit; /* 2 */
}

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

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box; /* 1 */
  cursor: default; /* 2 */
  font-family: sans-serif; /* 3 */
  line-height: 1.5; /* 3 */
  -ms-text-size-adjust: 100%; /* 4 */
  -webkit-text-size-adjust: 100%; /* 5 */
}

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

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

/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */
/**
 * 1. Correct font sizing inheritance and scaling in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct colors in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

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

/**
 * Correct the font size in all browsers.
 */
small {
  font-size: 83.3333%;
}

/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */
sub,
sup {
  font-size: 83.3333%; /* 1 */
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

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

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

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline when hovering in all browsers (opinionated.
 */
:hover {
  outline-width: 0;
}

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */
/*
 * Remove border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */
/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 3. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  background-color: transparent; /* 1 */
  border-style: none; /* 1 */
  color: inherit; /* 1 */
  font-size: 1em; /* 1 */
  margin: 0; /* 3 */
}

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

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

/**
 * 1. Prevent the WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

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

/**
 * Correct the border, margin, and padding in all browsers.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 1. Remove the vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto; /* 1 */
  resize: vertical; /* 2 */
}

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari for OS X.
 */
::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

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

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] { /* 1 */
  touch-action: manipulation;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[hidden][aria-hidden=false] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

h1,
h2,
h3,
h4,
ul,
p,
li {
  margin: 0;
  padding: 0;
}

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

/* @Reference site */
/* @MEMO */
html.-lock {
  overflow: hidden;
}

.-lock body {
  overflow: hidden;
}

p {
  font-weight: 500;
}

img {
  max-width: 100%;
  pointer-events: none;
}

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

html.is-modal-open,
body.is-modal-open {
  overflow: hidden;
  height: 100%;
}

.l-main {
  background: #fff;
  color: #000;
  -webkit-font-smoothing: auto;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}
.l-main * {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

@keyframes itemXIn {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes itemYIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes itemLIn {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}

.c-br_wide {
  display: none;
}

.c-scp-floatnav {
  transition: all 0.8s;
  z-index: 100;
}
.c-scp-floatnav a {
  display: block;
}

.c-scp-floatnav__search__ttl {
  cursor: pointer;
}
.c-scp-floatnav__search__ttl:before {
  content: "";
}
.-open .c-scp-floatnav__search__ttl:before {
  transform: rotate(180deg);
}

.c-scp-floatnav__point {
  background-image: url(../img/common/bg_anchor_nrw.png);
  position: relative;
}
.c-scp-floatnav__point:before {
  content: "";
  background-image: url(../img/common/ico_light.png);
}
.c-scp-floatnav__point:after {
  content: "";
  background-color: #000;
  transform: scale(1, -1);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

@keyframes arwMove {
  0% {
    transform: translateY(0) scale(1, -1);
  }
  50% {
    transform: translateY(20%) scale(1, -1);
  }
  100% {
    transform: translateY(0) scale(1, -1);
  }
}
.c-scp-floatnav__point__ttl {
  cursor: pointer;
}

@keyframes hoverSnap {
  0% {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(0, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.c-marker {
  background: linear-gradient(#faf50a, #faf50a) 0 calc(100% - 2px)/0 100% no-repeat;
  transition: background-size 0.5s ease-out;
}
.-viewed .c-marker {
  background-size: 100% 100%;
}
.scp-merit .c-marker {
  background-size: 100% 4.8vw;
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  min-height: 100dvh;
  opacity: 0;
  visibility: hidden;
  z-index: 10000;
  overflow: hidden;
}
.c-modal.-active {
  opacity: 1;
  visibility: visible;
}

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

/* ================================================
    IMG MODAL ― 特別スライダー構造
================================================ */
.c-modal.js-imgmodal {
  /* ================================================
      ★ 背景を1枚だけ固定
  =============================================== */
  /* ================================================
      ★ スライダー前面の“要素だけ”をスライド
  =============================================== */
  /* ================================================
          スライダー本体
  ================================================ */
  /* 旧画像構造用 (念のため保持) */
  /* ================================================
          UIエリア（矢印・ドット）
  ================================================ */
  /* ================================================
          矢印
  ================================================ */
  /* ================================================
          ドット
  ================================================ */
  /* ================================================
          閉じるボタン
  ================================================ */
}
.c-modal.js-imgmodal .c-modal__sliderwrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-modal.js-imgmodal .c-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 815px;
  height: 553px;
}
.c-modal.js-imgmodal .c-modal__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-modal.js-imgmodal .howto-slide {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-modal.js-imgmodal .howto-slide__img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-modal.js-imgmodal .c-modal__slider {
  position: relative;
  z-index: 1;
  border-radius: 24px 0 24px 0;
}
.c-modal.js-imgmodal .swiper-wrapper {
  display: flex;
  align-items: center;
}
.c-modal.js-imgmodal .swiper-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.c-modal.js-imgmodal .c-modal__item img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-modal.js-imgmodal .c-modal__ui-area {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-modal.js-imgmodal .c-modal__ui-area .swiper-button-prev,
.c-modal.js-imgmodal .c-modal__ui-area .swiper-button-next {
  pointer-events: auto;
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
  cursor: pointer;
  transition: opacity 0.25s;
}
.c-modal.js-imgmodal .c-modal__ui-area .swiper-button-prev::before, .c-modal.js-imgmodal .c-modal__ui-area .swiper-button-prev::after,
.c-modal.js-imgmodal .c-modal__ui-area .swiper-button-next::before,
.c-modal.js-imgmodal .c-modal__ui-area .swiper-button-next::after {
  display: none;
}
.c-modal.js-imgmodal .c-modal__ui-area .swiper-button-prev {
  left: 10px;
  background-image: url("/daigaku/shiryo_cp/resources/img/howto/swipe_btn.svg");
  transform: translateY(-50%) scaleX(-1);
}
.c-modal.js-imgmodal .c-modal__ui-area .swiper-button-next {
  right: 10px;
  background-image: url("/daigaku/shiryo_cp/resources/img/howto/swipe_btn.svg");
}
.c-modal.js-imgmodal .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.c-modal.js-imgmodal .c-modal__ui-area .swiper-pagination {
  pointer-events: auto;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.c-modal.js-imgmodal .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px;
  background: rgba(255, 255, 255, 0.65);
}
.c-modal.js-imgmodal .swiper-pagination-bullet-active {
  background: #fff;
}
.c-modal.js-imgmodal .c-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  z-index: 1000;
}
.c-modal.js-imgmodal .c-modal__close::before, .c-modal.js-imgmodal .c-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.c-modal.js-imgmodal .c-modal__close::before {
  transform: rotate(45deg);
}
.c-modal.js-imgmodal .c-modal__close::after {
  transform: rotate(-45deg);
}

.c-modal__bg picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* SP/PC アイテム画像は contain に強制して勝たせる */
.c-modal__slider picture.howto-slide__img img,
.c-modal__slider picture.howto-slide__img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  width: 100%;
  height: auto;
}

.c-visible_nrw {
  display: block;
}
.c-visible_nrw.-inline {
  display: inline;
}
@media (min-width: 706px){
  .c-br_nrw {
    display: none;
  }
  .c-br_wide {
    display: inline-block;
  }
  .c-scp-floatnav {
    position: fixed;
    bottom: 0;
    right: -492px;
  }
  .c-scp-floatnav.-open {
    filter: drop-shadow(-2px 0px 4px rgba(0, 0, 0, 0.2));
    right: 0;
  }
  .c-scp-floatnav__inner {
    cursor: pointer;
    display: flex;
  }
  .c-scp-floatnav__search__ttl {
    filter: drop-shadow(-2px 0px 4px rgba(0, 0, 0, 0.2));
  }
  .c-scp-floatnav__search__ttl:after {
    position: absolute;
    top: -20px;
    left: -30px;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
    content: url(../img/common/txt_3step.svg);
    width: 74px;
  }
  .c-scp-floatnav__search__ttl.-open {
    filter: none;
  }
  .c-scp-floatnav__search__ttl img {
    width: 80px;
  }
  .c-scp-floatnav__search__ttl:before {
    position: absolute;
    top: 270px;
    left: 36px;
    background-image: url(../img/common/arw.svg);
    height: 27px;
    width: 16px;
  }
  .c-scp-floatnav__point {
    padding: 21px 0 0 58px;
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.8));
    width: 231px;
    height: 88px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-image: url(../img/common/bg_anchor.png);
  }
  .c-scp-floatnav__point:before {
    width: 23px;
    height: 46px;
    background-size: 23px 46px;
    position: absolute;
    top: 19px;
    left: 23px;
  }
  .c-scp-floatnav__point:after {
    position: absolute;
    top: 36px;
    right: 21px;
    height: 12.9903810568px;
    width: 15px;
    animation: arwMove 1s ease-out infinite;
  }
  .c-scp-floatnav__point__ttl {
    width: 127px;
    height: 49px;
  }
  .c-hover_op {
    transition: opacity 0.35s ease-out;
  }
  .c-hover_op:hover {
    opacity: 0.7;
  }
  .c-hover_br:hover {
    animation: hoverSnap 0.25s ease-in-out;
  }
  .scp-merit .c-marker {
    background-size: 100% 22px;
  }
  .c-modal.js-imgmodal .c-modal__sliderwrap {
    width: 815px;
    height: 553px;
  }
  .c-modal.js-imgmodal .c-modal__slider {
    width: 815px;
    height: 553px;
  }
  .c-modal.js-imgmodal .c-modal__ui-area {
    width: 895px;
    height: 633px;
  }
  .c-modal.js-imgmodal .c-modal__ui-area .swiper-button-prev,
  .c-modal.js-imgmodal .c-modal__ui-area .swiper-button-next {
    width: 62px;
    height: 62px;
  }
  .c-modal.js-imgmodal .c-modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
  }
  .c-modal.js-imgmodal .c-modal__close:hover {
    opacity: 0.7;
  }
  .c-visible_nrw {
    display: none;
  }
  .c-visible_nrw.-inline {
    display: none;
  }
}
@media (max-width: 705px){
  .c-scp-floatnav {
    position: fixed;
    left: 0;
    bottom: -63.1vw;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.9));
    width: 100%;
  }
  .c-scp-floatnav.-open {
    bottom: 0;
  }
  .c-scp-floatnav__search__ttl img {
    height: 12.2vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .c-scp-floatnav__search__ttl:before {
    position: absolute;
    top: 5vw;
    right: 5.3vw;
    background-image: url(../img/common/arw_nrw.svg);
    height: 2.2vw;
    width: 3.7vw;
  }
  .c-scp-floatnav__point {
    padding: 3.2vw 0 0 9.6vw;
    width: 39.7vw;
    height: 14.6vw;
    background-size: 39.7vw 14.6vw;
  }
  .c-scp-floatnav__point:before {
    width: 4.1vw;
    height: 7.8vw;
    background-size: 4.1vw 7.8vw;
    position: absolute;
    top: 2.9vw;
    left: 3.7vw;
  }
  .c-scp-floatnav__point:after {
    position: absolute;
    top: 6.1vw;
    right: 2.9vw;
    height: 1.7320508076vw;
    width: 2.1vw;
  }
  .c-scp-floatnav__point__ttl {
    width: 23vw;
    height: 8.4vw;
  }
  .c-modal__inner {
    transform: translateY(-6vh);
  }
  .c-modal.js-imgmodal .c-modal__sliderwrap {
    width: 91.4vw;
    height: 128.2vw;
    margin: auto;
  }
  .c-modal.js-imgmodal .c-modal__bg {
    width: 91.4vw;
    height: 128.2vw;
  }
  .c-modal.js-imgmodal .c-modal__slider {
    width: 91.4vw;
    height: 128.2vw;
  }
  .c-modal.js-imgmodal .c-modal__ui-area {
    width: 104vw;
    height: 145.3vw;
  }
  .c-visible_wide {
    display: none;
  }
}
@media (max-width: 705px) and (max-width: 705px){
  .c-scp-floatnav.-none {
    bottom: -77vw;
  }
  .c-scp-floatnav.-nonefoot {
    bottom: -77vw;
  }
}