@charset 'UTF-8';

/*----------------------------------------------------------------------------
----------------------------------------------------------------------------*/

@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp.min.css);

@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500&subset=japanese);

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/**
 * Swiper 4.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 13, 2018
 */

.swiper-container {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 27px 44px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
  opacity: .35;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  right: auto;
  left: 10px;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z\'%20fill%3D\'%23007aff\'%2F%3E%3C%2Fsvg%3E');
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z\'%20fill%3D\'%23007aff\'%2F%3E%3C%2Fsvg%3E');
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z\'%20fill%3D\'%23ffffff\'%2F%3E%3C%2Fsvg%3E');
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z\'%20fill%3D\'%23ffffff\'%2F%3E%3C%2Fsvg%3E');
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z\'%20fill%3D\'%23000000\'%2F%3E%3C%2Fsvg%3E');
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z\'%20fill%3D\'%23000000\'%2F%3E%3C%2Fsvg%3E');
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  z-index: 10;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  text-align: center;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  -webkit-transform: scale(.33);
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  transform: scale(.33);
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  opacity: .2;
  border-radius: 100%;
  background: #000;
}

button.swiper-pagination-bullet {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  top: 50%;
  right: 10px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  width: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  -webkit-transition: .2s transform,.2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top,.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  -webkit-transition: .2s transform,.2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left,.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  -webkit-transition: .2s transform,.2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right,.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  position: absolute;
  background: rgba(0, 0, 0, .25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  background: #007aff;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, .25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, .25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  position: relative;
  border-radius: 10px;
  background: rgba(0, 0, 0, .1);
  -ms-touch-action: none;
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  z-index: 50;
  bottom: 3px;
  left: 1%;
  width: 98%;
  height: 5px;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  z-index: 50;
  top: 1%;
  right: 3px;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, .5);
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D\'0%200%20120%20120\'%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20xmlns%3Axlink%3D\'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink\'%3E%3Cdefs%3E%3Cline%20id%3D\'l\'%20x1%3D\'60\'%20x2%3D\'60\'%20y1%3D\'7\'%20y2%3D\'27\'%20stroke%3D\'%236c6c6c\'%20stroke-width%3D\'11\'%20stroke-linecap%3D\'round\'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(30%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(60%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(90%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(120%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(150%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.37\'%20transform%3D\'rotate(180%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.46\'%20transform%3D\'rotate(210%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.56\'%20transform%3D\'rotate(240%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.66\'%20transform%3D\'rotate(270%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.75\'%20transform%3D\'rotate(300%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.85\'%20transform%3D\'rotate(330%2060%2C60)\'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
}

.swiper-lazy-preloader-white:after {
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D\'0%200%20120%20120\'%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20xmlns%3Axlink%3D\'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink\'%3E%3Cdefs%3E%3Cline%20id%3D\'l\'%20x1%3D\'60\'%20x2%3D\'60\'%20y1%3D\'7\'%20y2%3D\'27\'%20stroke%3D\'%23fff\'%20stroke-width%3D\'11\'%20stroke-linecap%3D\'round\'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(30%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(60%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(90%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(120%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(150%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.37\'%20transform%3D\'rotate(180%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.46\'%20transform%3D\'rotate(210%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.56\'%20transform%3D\'rotate(240%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.66\'%20transform%3D\'rotate(270%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.75\'%20transform%3D\'rotate(300%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.85\'%20transform%3D\'rotate(330%2060%2C60)\'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  z-index: -1000;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  z-index: 1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  visibility: visible;
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  background: #000;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  z-index: 1;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  content: '';
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(43, 46, 56, .9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

.js-remodaloverlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes2;
  animation-name: remodal-overlay-opening-keyframes2;
}

.js-remodaloverlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes2;
  animation-name: remodal-overlay-closing-keyframes2;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

.js-remodaldetail.remodal-is-opening,
.js-remodaldetail.remodal-is-closing {
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.js-remodaldetail.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes2;
  animation-name: remodal-opening-keyframes2;
}

.js-remodaldetail.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes2;
  animation-name: remodal-closing-keyframes2;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color .2s;
  transition: color .2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: '\00d7';
  text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background .2s;
  transition: background .2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-webkit-keyframes remodal-opening-keyframes2 {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes remodal-opening-keyframes2 {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes remodal-closing-keyframes2 {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes2 {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes2 {
  from {
    opacity: 1;
  }

  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes2 {
  from {
    opacity: 1;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes2 {
  from {
    opacity: 1;
  }

  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-closing-keyframes2 {
  from {
    opacity: 1;
  }

  to {
    opacity: 1;
  }
}

/* Magnific Popup CSS */

.mfp-bg {
  position: fixed;
  z-index: 1042;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: .8;
  background: #0b0b0b;
}

.mfp-wrap {
  position: fixed;
  z-index: 1043;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 8px;
  text-align: center;
}

.mfp-container:before {
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  z-index: 1045;
  display: inline-block;
  max-width: 850px;
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.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 {
  position: absolute;
  z-index: 1044;
  top: 50%;
  right: 8px;
  left: 8px;
  width: auto;
  margin-top: -.8em;
  text-align: center;
  color: #ccc;
}

.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 {
  z-index: 1046;
  display: block;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  font-family: Arial, Baskerville, monospace;
  font-size: 28px;
  font-style: normal;
  line-height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0 0 18px 10px;
  text-align: center;
  text-decoration: none;
  opacity: .65;
  color: #fff;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: -6px;
  width: 100%;
  padding-right: 6px;
  text-align: right;
  color: #fff;
}

.mfp-counter {
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  top: 0;
  right: 0;
  white-space: nowrap;
  color: #ccc;
}

.mfp-arrow {
  position: absolute;
  top: 50%;
  width: 90px;
  height: 110px;
  margin: 0;
  margin-top: -55px;
  padding: 0;
  opacity: .65;
  -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 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin-top: 35px;
  margin-left: 35px;
  content: '';
  border: medium inset transparent;
}

.mfp-arrow:after {
  top: 8px;
  border-top-width: 13px;
  border-bottom-width: 13px;
}

.mfp-arrow:before {
  opacity: .7;
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  margin-left: 31px;
  border-right: 17px solid #fff;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  margin-left: 39px;
  border-left: 17px solid #fff;
}

.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: -40px;
}

.mfp-iframe-scaler {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

/* Main image in popup */

img.mfp-img {
  line-height: 0;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 40px 0 40px;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  position: absolute;
  z-index: -1;
  top: 40px;
  right: 0;
  bottom: 40px;
  left: 0;
  display: block;
  width: auto;
  height: auto;
  content: '';
  background: #444;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

.mfp-figure small {
  font-size: 12px;
  line-height: 14px;
  display: block;
  color: #bdbdbd;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: -36px;
  cursor: auto;
}

.mfp-title {
  line-height: 18px;
  padding-right: 36px;
  text-align: left;
  word-wrap: break-word;
  color: #f3f3f3;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

/* overlay at start */

.mfp-fade.mfp-bg {
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out;
  opacity: 0;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: .8;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out;
  opacity: 0;
}

/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.white-popup-block {
  -webkit-animation: open 1s;
  animation: open 1s;
}

.mfp-removing {
  -webkit-animation: close 1s;
  animation: close 1s;
}

@-webkit-keyframes open {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes open {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes close {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes close {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*----------------------------------------------------------------------------
01：base
----------------------------------------------------------------------------*/

html,
body {
  font-family: 'YakuHanJP', arial,helvetica,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',   Osaka, 'メイリオ', 'MS PGothic', sans-serif;
  line-height: 1.8;
}

/* link */

a {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  color: #231815;
  outline: none;
}

a:hover {
  text-decoration: none;
}

a img {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

a:hover img {
  opacity: .8;
}

img {
  line-height: 1;
  vertical-align: middle;
}

.ggmap {
  position: relative;
  overflow: hidden;
  height: 0;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-bottom: 32.00%;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*----------------------------------------------------------------------------*/

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*----------------------------------------------------------------------------
01：html body
----------------------------------------------------------------------------*/

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  position: relative;
  min-width: 960px;
  margin: 0 auto;
  color: #000;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}

body::before {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 108px;
  content: '';
  background: url('../img/common/bg_pc.jpg') no-repeat left top;
  background-size: 100% auto;
}

main {
  position: relative;
  display: block;
  padding-top: 60px;
}

.tc {
  text-align: center;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mt60 {
  margin-top: 60px;
}

.ispc {
  display: block;
}

.ispc2 {
  display: inline;
}

.issp {
  display: none;
}

.issp2 {
  display: none;
}

.suptext {
  font-size: 1.0rem;
  position: relative;
  top: -.1em;
  vertical-align: top;
}

.suptext0 {
  font-size: 1.8rem;
  position: relative;
  top: -.1em;
  vertical-align: top;
}

.l-column01 {
  width: 960px;
  margin: 0 auto;
}

.l-lower {
  padding: 54px 100px;
  background: #fff;
}

.l-lower p {
  color: #ff6d7e;
}

.m-ttl {
  font-size: 2.4rem;
  text-align: center;
  color: #ff6d7e;
}

.m-ttl span {
  display: inline-block;
  margin-top: -60px;
  padding-top: 60px;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 0;
  color: #2d287f;
}

.breadcrumb li {
  position: relative;
}

.breadcrumb li + li {
  padding-left: 20px;
}

.breadcrumb li + li:before {
  position: absolute;
  top: 50%;
  left: 5px;
  content: '>';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.breadcrumb a {
  color: #2d287f;
}

.remodal-wrapper {
  padding: 0;
}

.remodal {
  margin-bottom: 0;
  padding: 60px 0 0;
  vertical-align: top;
}

.remodal-menu {
  width: 100%;
  height: calc(100vh);
  text-align: center;
  pointer-events: auto;
  background: #ff6d7e;
}

.remodal-menu li {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.remodal-menu li a {
  display: block;
  padding: 20px 0;
}

.remodal-menu li:nth-child(1) img {
  width: 120px;
}

.remodal-menu li:nth-child(2) img {
  width: 236px;
}

.remodal-menu li:nth-child(3) img {
  width: 184px;
}

.remodal-menu li:nth-child(4) img {
  width: 136px;
}

.remodal-menu li:nth-child(5) img {
  width: 150px;
}

.remodal-menu li:nth-child(6) img,
.remodal-menu li:nth-child(7) img {
  width: 60px;
}

.remodal-menu li + li:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: calc(100% - 40px);
  height: 1px;
  margin: auto;
  content: '';
  background: #fff;
}

.remodal-menu li:nth-child(5) + li:before,
.remodal-menu li:nth-child(6) + li:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: calc(100%);
  height: 3px;
  margin: auto;
  content: '';
  background: #fff;
}

.remodal-menu:before {
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  height: calc(100vh  + 178px);
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #ff6d7e;
}

.remodal-langleft {
  position: absolute;
  top: 60px;
  left: 0;
  width: calc(100% - 180px);
  height: 100%;
}

.remodal-lang {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: auto;
  background: #ff6d7e;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.remodal-lang li {
  position: relative;
  width: 50%;
}

.remodal-lang li a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  color: #fff;
}

.remodal-lang li:nth-child(2n+1) {
  border-right: 1px solid #fff;
}

.remodal-lang li:nth-child(2n+1):before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 20px;
  width: calc(100% - 20px);
  height: 1px;
  margin: auto;
  content: '';
  background: #fff;
}

.remodal-lang li:nth-child(2n+2):before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 20px);
  height: 1px;
  margin: auto;
  content: '';
  background: #fff;
}

.remodal-lang li:nth-child(n + 15):before {
  display: none;
}

.menu-trigger,
.menu-trigger span {
  font-size: 1.0rem;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.menu-trigger {
  position: relative;
  width: 35px;
  height: 31px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.menu-trigger.new:before {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 30px;
  height: 15px;
  content: '';
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../images/new01.png) no-repeat left;
  background-size: contain;
}

.menu-trigger div {
  position: relative;
  top: 50%;
  display: inline-block;
  width: 35px;
  height: 31px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  height: 5px;
  background-color: #fff;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 13px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active:before {
  display: none;
}

.menu-trigger.active span {
  background-color: #fff;
}

.menu-trigger.active p {
  color: #fff;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
  transform: translateY(13px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg);
}

header {
  position: fixed;
  z-index: 10001;
  width: 100%;
  background: rgba(255, 109, 126, .9);
}

.nav {
  color: #fff;
}

.nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav > ul > li a:hover img {
  opacity: 1;
}

.nav img {
  width: 100%;
}

.nav li:nth-child(1) {
  width: 88px;
}

.nav li:nth-child(2) {
  width: 60px;
}

.nav li:nth-child(3) {
  width: 118px;
}

.nav li:nth-child(4) {
  width: 92px;
}

.nav li:nth-child(5) {
  width: 68px;
  margin-top: 3px;
}

.nav li:nth-child(6) {
  width: 84px;
  margin-top: 3px;
}

.nav .lang {
  position: relative;
  cursor: pointer;
}

.nav .lang img {
  width: 140px;
  margin: 0 0 5px -25px;
}

.nav .lang .langlist {
  position: absolute;
  left: -140px;
  display: none;
  width: 300px;
  text-align: center;
}

.nav .lang .langlist li {
  float: left;
  width: 145px;
}

.nav .lang .langlist li:first-child {
  padding-top: 19px;
}

.nav .lang .langlist li:nth-child(2) {
  padding-top: 14px;
}

.nav .lang .langlist li:nth-child(2n+2) {
  margin-left: 5px;
}

.nav .lang .langlist li + li {
  margin-top: 5px;
}

.nav .lang .langlist a {
  display: block;
  text-decoration: none;
  color: #fff;
  background: #ff6d7e;
}

.nav .lang:before {
  /* padding-right: 3px;
  content: '▼'; */
}

.nav .langsp {
  display: none;
}

.nav .menu {
  display: none;
}

.nav a {
  display: block;
}

footer {
  margin-top: 100px;
  text-align: center;
  color: #fff;
  background: rgba(255, 109, 126, .9);
}

footer small {
  font-size: 1.4rem;
  display: inline-block;
  padding: 37px 0;
}

footer .footerin {
  padding: 30px 0;
  text-align: center;
}

footer .footerin .logo {
  width: 87px;
  margin: 0 auto 30px;
}

footer .footerin .twitter {
  width: 45px;
  margin: 20px auto;
}

footer .footerin a {
  text-decoration: none;
  color: #fff;
}


footer .footerin .footer_bunner{
padding: 24px;
}
@media (max-width: 767px) {
  footer .footerin .footer_bunner{
    padding: 24px 130px;
  }
}


#top .logo {
  max-width: 737px;
  margin: 50px auto 5px;
}

#top .txt {
  position: relative;
  z-index: 1;
  max-width: 688px;
  margin: 0 auto 0;
  text-align: center;
  color: #ff6d7e;
}

#top .twitterttl {
  width: 24px;
  margin: 0 auto 40px;
}

#top .facebookttl {
  width: 148px;
  margin: 0 auto 40px;
}

#top .snsbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto 100px;
  color: #ff6d7e;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 500px;
}

#top .snsbox > div:first-child {
  width: 360px;
  height: 400px;
}

#top .snsbox > div:last-child {
  width: 400px;
  height: 400px;
  text-align: center;
}

#top .messagetxt {
  font-size: 2.4rem;
  line-height: 1.4;
  margin: 50px auto;
  text-align: center;
  color: #ff6d7e;
}

#top .messagettl {
  position: relative;
  width: 320px;
  height: 429px;
  margin: 0 auto;
  color: #fff;
  background: url(../img/top/message_pc.png) no-repeat center center;
}

#top .messagettl span,
#top .messagettl a {
  font-size: 2.3rem;
  line-height: 1.3;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin-left: -5px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  text-decoration: underline;
  color: #fff;
}

.mainv {
  position: relative;
  overflow-x: hidden;
}

.mainvisual {
  position: relative;
  overflow: hidden;
  overflow-x: hidden;
  height: 800px;
  height: 0;
  margin: calc(-10% - 40px) auto 0;
  padding-top: 58%;
}

.mainvisual .block {
  position: relative;
  max-width: 1000px;
  height: 0;
  margin: 0 auto;
  padding-top: 58%;
  pointer-events: none;
}

.mainvisual .block .inner {
  position: absolute;
  right: 0;
  bottom: 200px;
  width: 320px;
  height: auto;
  color: #ff6d7e;
}

.mainvisual .block .inner p:first-child {
  font-size: 2.4rem;
  line-height: 1.1;
  margin-top: -5px;
  margin-bottom: 5px;
}

.mainvisual .block .inner p:last-child {
  font-size: 1.4rem;
  line-height: 1.3;
}

.mainvisual .block ul {
  position: relative;
  display: none;
}

.mainvisual .block li {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  border: 1px solid #ff6d7e;
}

/* Animation */

@keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

.animatedFadeInUp {
  opacity: 0;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  opacity: 0;
}

#animation_container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  margin: auto;
  opacity: 0;
}

.loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 32px;
  margin: auto;
  background: url(../img/common/loading_pink.gif) no-repeat left top;
}

.pagetop {
  position: fixed;
  right: 60px;
  bottom: 10px;
  display: none;
  width: 86px;
  height: 86px;
}

.toplist > li {
  padding: 50px 0;
  background: #fff;
}

.toplist .ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: center;
  color: #ff6d7e;
}

.toplist .ttl span {
  margin-top: -105px;
  padding-top: 105px;
}

.toplist .subttl {
  line-height: 1.3;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.toplist .subttl > span:first-child {
  font-size: 2.4rem;
  color: #ff6d7e;
}

.toplist .subttl .pc {
  font-size: 1.8rem;
  margin-left: 85px;
  padding: 0 5px;
  color: #ff6d7e;
  border: 1px solid #ff6d7e;
}

.toplist .subttl .pc a {
  color: #2d287f;
}

.toplist .subttl .sp {
  font-size: 1.8rem;
  margin-left: 85px;
  padding: 0 5px;
  color: #ff6d7e;
  border: 1px solid #ff6d7e;
}

.toplist .subttl .sp span {
  padding-bottom: 20px;
  background: url(../img/top/icon_down.svg) no-repeat center bottom;
  background-size: 20px 20px;
}

.toplist > li + li {
  margin-top: 50px;
}

.toplist .animgifwrap {
  max-width: 532px;
  margin: 0 auto 20px;
}

.toplist .animgif {
  position: relative;
  height: 0;
  padding-top: 100%;
  background: url(../img/common/loading_pink.gif) no-repeat center;
}

.toplist .animgif img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.toplist .ttlsub {
  font-size: 2.4rem;
  line-height: 1.3;
  margin: 0 0 20px;
  text-align: center;
  color: #ff6d7e;
}

.toplist .topmore {
  font-size: 1.7rem;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 30px;
  text-align: center;
  color: #ff6d7e;
}

.toplist .topmore:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 22px;
  height: 23px;
  margin: auto;
  content: '';
  background: url(../img/common/icon_arrow.svg) no-repeat left top;
  background-size: contain;
}

.toplist .topmore.open:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.toplist .text {
  font-size: 1.6rem;
  max-width: 710px;
  margin: 0 auto;
  text-indent: 1em;
  color: #ff6d7e;
}

.toplist .text2 {
  margin-bottom: 50px;
}

.toplist .lists {
  max-width: 710px;
  margin: 0 auto;
  color: #ff6d7e;
}

.toplist .img {
  margin-top: 50px;
  text-align: center;
}

.toplist .img img {
  max-width: 100%;
}

.toplist .conlist {
  font-size: 1.6rem;
  max-width: 700px;
  margin: 0 auto;
  color: #ff6d7e;
}

.toplist .conlist a,
.toplist .conlist span {
  color: #2d287f;
}

.toplist .conlist li {
  position: relative;
  padding-left: 30px;
  counter-increment: count;
}

.toplist .conlist li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  content: counter(count) '.';
  text-align: center;
}

.m-navlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}

.m-navlist li {
  position: relative;
}

.m-navlist li a {
  padding: 0 5px;
  color: #2d287f;
}

.m-navlist li + li:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 20px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #ff6d7e;
}

.m-lowerttl {
  background: url(../img/common/bgttl.png) no-repeat center center;
  background-size: contain;
}

.m-lowerttl h2 {
  max-height: 240px;
  margin: 0 auto;
  padding: 106px 0;
}

.m-lowerttl-publications01 h2 {
  width: 168px;
  padding: 66px 0;
}

.m-lowerttl-publications02 h2 {
  width: 189px;
  padding: 66px 0;
}

.m-lowerttl-publications03 h2 {
  width: 162px;
  padding: 66px 0;
}

.m-lowerttl-publications h2 {
  width: 118px;
}

.m-lowerttl-members h2 {
  width: 92px;
}

.m-lowerttl-members01 h2 {
  width: 164px;
  padding: 66px 0;
}

.m-lowerttl-gallery h2 {
  width: 68px;
}

.m-lowerttl-link h2 {
  width: 38px;
}

.m-lowerttl-message h2 {
  width: 84px;
}

.m-subttl {
  font-size: 1.7rem;
  text-align: center;
  color: #ff6d7e;
}

.m-subttl span {
  display: inline-block;
  margin-top: -60px;
  padding-top: 60px;
}

#publications .year {
  margin: 0 0 25px;
  color: #ff6d7e;
  border-bottom: 1px solid #ff6d7e;
}

#publications .year span {
  display: inline-block;
  margin-top: -60px;
  padding-top: 60px;
}

#publications .list + .year {
  margin-top: 60px;
}

#publications .list {
  display: block;
  white-space: normal;
  word-wrap: break-word;
  color: #ff6d7e;
}

#publications .list li + li {
  margin-top: 60px;
}

#publications .list .b {
  font-weight: bold;
}

#publications .list .n {
  font-style: italic;
}

#publications .list a {
  color: #2d287f;
}

#members .list01 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px auto 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#members .list01 .thumb {
  overflow: hidden;
  width: 142px;
  height: 142px;
  margin-top: 60px;
  border-radius: 50%;
}

#members .list01 .thumb img {
  width: 100%;
}

#members .list01 .content {
  width: 570px;
  color: #ff6d7e;
}

#members .list01 .upper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#members .list01 .upper:before {
  position: absolute;
  bottom: 5px;
  left: 50px;
  width: calc(100% - 50px);
  height: 2px;
  content: '';
  background-image: -webkit-linear-gradient(left, #ff6d7e, #ff6d7e 2px, transparent 2px, transparent 4px);
  background-image: linear-gradient(to right, #ff6d7e, #ff6d7e 2px, transparent 2px, transparent 4px);
  background-repeat: repeat-x;
  background-position: top;
  background-size: 4px 2px;
}

#members .list01 .professor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 78px;
  height: 78px;
  margin-right: 20px;
  vertical-align: middle;
  color: #fff;
  border-radius: 50%;
  background: #ff6d7e;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#members .list01 .professor2 {
  font-size: 1.4rem;
}

#members .list01 .aprofessor {
  line-height: 1.3;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 78px;
  height: 78px;
  margin-right: 20px;
  vertical-align: middle;
  color: #ff6d7e;
  border: 1px solid #ff6d7e;
  border-radius: 50%;
  background: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#members .list01 .aprofessor2 {
  font-size: 1.4rem;
}

#members .list01 .name {
  font-size: 3.2rem;
}

#members .list01 .mail {
  margin-left: auto;
  padding-left: 30px;
  background: url(../img/member/mail.svg) no-repeat left center;
}

#members .list01 .mail a {
  text-decoration: none;
  color: #ff6d7e;
}

#members .list01 .line {
  margin-right: 40px;
  margin-left: 5px;
  padding-left: 30px;
  background: url(../img/member/line.svg) no-repeat left center;
}

#members .list01 .line a {
  text-decoration: none;
  color: #ff6d7e;
}

#members .list01 .txt {
  font-size: 1.4rem;
  line-height: 1.4;
}

#members .list01 .li {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

#members .list01 .li li {
  margin-left: 20px;
  padding-left: 30px;
  background: url(../img/member/list.svg) no-repeat left center;
}

#members .list01 .li a {
  color: #2d287f;
}

#members .list02 {
  margin-top: 30px;
  margin-bottom: 60px;
  color: #ff6d7e;
}

#members .list02 li {
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-bottom: 2px dotted #ff6d7e;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#members .list02 li:first-child {
  border-top: 2px dotted #ff6d7e;
}

#members .list02 .pos {
  font-size: 1.4rem;
  width: 100px;
  margin-right: 20px;
}

#members .list02 .thumb {
  overflow: hidden;
  width: 120px;
  height: 120px;
  margin-right: 20px;
  border-radius: 50%;
  background: #b3b3b3;
}

#members .list02 .no_thumb {
  overflow: hidden;
  width: 120px;
  /* height: 120px; */
  margin-right: 20px;
  border-radius: 50%;
  /* background: #b3b3b3; */
}

#members .list02 .thumb img {
  width: 100%;
}

#members .list02 .mail {
  font-size: 1.4rem;
  line-height: 1.6;
  width: 130px;
  padding-left: 30px;
  background: url(../img/member/mail.svg) no-repeat left center;
}

#members .list02 .mail a {
  text-decoration: none;
  color: #ff6d7e;
}

#members .list02 .line {
  font-size: 1.4rem;
  line-height: 1.6;
  width: 100px;
  margin-right: 20px;
  margin-left: 5px;
  padding-left: 30px;
  background: url(../img/member/line.svg) no-repeat left center;
}

#members .list02 .line a {
  text-decoration: none;
  color: #ff6d7e;
}

#members .list02 .name {
  font-size: 2.0rem;
  margin-right: auto;
}

#members .links a {
  color: #2d287f;
}

#members .alumnilist {
  color: #ff6d7e;
}

#members .alumnilist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  border-bottom: 1px dotted #ff6d7e;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

#members .alumnilist li > div {
  width: 37%;
}

#members .alumnilist li > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 63%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#members .alumnilist li > div:last-child p:last-child {
  letter-spacing: -.07em;
}

#members .alumnilist li:first-child {
  border-top: 1px dotted #ff6d7e;
}

#members .alumnilist + .alumnilist {
  margin-top: 60px;
}

#gallery .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  color: #2d287f;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#gallery .list li {
  width: 30%;
  margin-bottom: 60px;
  text-align: center;
}

#gallery .list li div {
  position: relative;
  overflow: hidden;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  -webkit-transform: rotate(.1deg);
  transform: rotate(.1deg);
  border-radius: 50%;
}

#gallery .list li img {
  width: 100%;
}

#gallery .list li a {
  display: block;
  text-decoration: none;
  color: #2d287f;
}

#gallery .list li a:hover p {
  text-decoration: none;
  opacity: .7;
}

#gallery .list li p {
  text-decoration: underline;
  color: #2d287f;
}

#gallery .list::after {
  display: block;
  width: 30%;
  content: '';
}

#gallery .slide {
  padding: 20px 40px;
  background: #fff;
}

#gallery .slide .img {
  max-width: 750px;
  margin: 0 auto;
}

#gallery .slide img {
  width: 100%;
}

#gallery .slide .txt {
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 20px 0;
  color: #ff6d7e;
}

.mfp-arrow::before,
.mfp-arrow::after {
  display: none;
}

.mfp-arrow {
  top: 270px;
}

.mfp-arrow-left {
  left: 35px;
  background: url(../img/gallery/gallery_prev.png) no-repeat left center !important;
}

.mfp-arrow-right {
  right: 35px;
  background: url(../img/gallery/gallery_next.png) no-repeat right center !important;
}

.slide .mfp-close {
  top: inherit;
  right: 30px !important;
  bottom: 20px !important;
  width: 33px;
  height: 33px;
  background: url(../img/common/close.svg) no-repeat left center !important;
}

.slide .mfp-close:hover,
.slide .mfp-close:focus {
  top: inherit;
  right: 30px !important;
  bottom: 20px !important;
}

#link .list + .m-ttl {
  margin-top: 40px;
}

#link .list {
  margin-top: 20px;
  text-align: center;
}

#link .list li {
  line-height: 1.4;
  padding: 20px 0;
  border-bottom: 1px dotted #ff6d7e;
}

#link .list li:first-child {
  border-top: 1px dotted #ff6d7e;
}

#link .l-lower a {
  color: #2d287f;
}

.m-map {
  position: relative;
  height: 0;
  padding-top: 85.4%;
}

.m-map p {
  position: absolute;
  top: -5%;
  left: -10%;
  width: 119.08%;
}

.m-map p img {
  width: 100%;
}

.m-map .pin {
  position: absolute;
  top: 170px;
  left: 175px;
  width: 190px;
}

.m-map2 {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: -50px;
}

.m-map2 area {
  cursor: pointer;
  position: relative;
}


.m-map2 .country {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  width: 250px;
  padding: 30px 5px 20px 20px;
  color: #fff;
  background: rgba(255, 109, 126, .9);
  /*スクロールバー表示させる*/;
}

.m-map2 .country .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.m-map2 .country .close img {
  width: 100%;
}

.m-map2 .country > div {
  font-size: 2.4rem;
}

.m-map2 .country p {
  font-size: 1.8rem;
  color: #fff;
}

.m-map2 .country ul {
  font-size: 2.2rem;
  overflow-y: scroll;
  height: 215px;
}

.m-map2 .country ul::-webkit-scrollbar {
  width: 5px;
}

.m-map2 .country ul::-webkit-scrollbar-thumb {
  background: #fff;
}

.m-map2 .country li + li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #fff;
}

.m-map2 .show {
  display: block;
}

.huga {
  position: absolute;
  top: 0;
  left: 0;
}

#message .txt + .m-ttl {
  margin-top: 40px;
}

#message .txt + .m-subttl {
  margin-top: 40px;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  opacity: 1;
}

@media only screen and (min-width: 961px) {
  body {
    overflow-x: hidden;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
    transform: scale(.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */

  .mfp-img-mobile .mfp-image-holder {
    padding-right: 0;
    padding-left: 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 {
    position: fixed;
    top: auto;
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    background: rgba(0, 0, 0, .6);
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    top: 3px;
    right: 5px;
  }

  .mfp-img-mobile .mfp-close {
    line-height: 35px;
    position: fixed;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    padding: 0;
    text-align: center;
    background: rgba(0, 0, 0, .6);
  }
}

@media only screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }

  .ggmap {
    max-width: 100%;
    margin-right: 20px;
    margin-left: 20px;
    padding-bottom: 76.25%;
  }

  body {
    font-size: 1.4rem;
    min-width: 100%;
  }

  .mb100 {
    margin-bottom: 50px !important;
  }

  .ispc {
    display: none;
  }

  .ispc2 {
    display: none;
  }

  .issp {
    display: block;
  }

  .issp2 {
    display: inline;
  }

  .suptext0 {
    font-size: 1.0rem;
  }

  .l-column01 {
    width: 100%;
  }

  .l-lower {
    padding: 20px;
  }

  .l-lower p {
    line-height: 1.4;
  }

  .l-inner {
    padding: 0 20px;
  }

  .m-ttl {
    line-height: 1.6;
  }

  .breadcrumb {
    font-size: 1.7rem;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .nav > ul {
    padding: 0 20px;
  }

  .nav li:nth-child(2) {
    display: none;
  }

  .nav li:nth-child(3) {
    display: none;
  }

  .nav li:nth-child(4) {
    display: none;
  }

  .nav li:nth-child(5) {
    display: none;
  }

  .nav li:nth-child(6) {
    display: none;
  }

  .nav li:nth-child(7) {
    display: none;
  }

  .nav .lang {
    display: none;
  }

  .nav .langsp {
    display: block;
    width: 45px;
    margin-left: auto;
  }

  .nav .menu {
    display: block;
    width: 36px;
    margin-left: 10px;
  }

  footer small {
    padding-bottom: 120px;
  }

  #top .logo {
    max-width: 70%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #top .txt {
    max-width: 100%;
    padding: 0;
    -webkit-transform: none;
    transform: none;
  }

  #top .snsbox {
    margin-bottom: 20px;
    height: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #top .snsbox > div:first-child {
    font-size: 1.7rem;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 30px;
  }

  #top .snsbox > div:last-child {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
  }

  #top .messagetxt {
    font-size: 1.7rem;
  }

  #top .messagettl {
    width: 100%;
    height: 0;
    padding-top: 133%;
    background: url(../img/top/message_sp.png) no-repeat center bottom;
    background-size: contain;
  }

  .mainvisual {
    margin: 2% auto 20%;
  }

  .mainvisual .block {
    display: none !important;
  }

  #animation_container {
    -webkit-transform: scale(1.1) translate(-1%);
    transform: scale(1.1) translate(-1%);
  }

  .pagetop {
    right: 10px;
  }

  .toplist {
    margin-top: -2%;
  }

  .toplist > li {
    padding: 25px 0;
  }

  .toplist .ttl {
    font-size: 1.9rem;
    padding: 0 20px;
  }

  .toplist .ttl span {
    margin-top: -70px;
    padding-top: 70px;
  }

  .toplist .subttl {
    margin-top: -10%;
    margin-bottom: 40px;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .toplist .subttl > span:first-child {
    width: 100%;
    margin-bottom: 20px;
  }

  .toplist .subttl .sp {
    width: 100%;
    margin-left: 0;
    border: none;
  }

  .toplist .subttl .sp span {
    text-decoration: none;
    color: #ff6d7e;
  }

  .toplist .textwrap {
    display: none;
  }

  .toplist .text {
    padding: 0 20px;
  }

  .toplist .text2 {
    margin-bottom: 25px;
  }

  .toplist .lists {
    padding: 0 20px;
  }

  .toplist .conlist {
    font-size: 1.4rem;
    display: none;
    padding: 0 10px;
  }

  .m-navlist {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .m-navlist li a {
    font-size: 1.7rem !important;
  }

  .m-lowerttl {
    margin-bottom: 20px;
  }

  .m-lowerttl-publications01 h2 {
    width: 205px;
  }

  .m-lowerttl-publications02 h2 {
    width: 224px;
  }

  .m-lowerttl-publications03 h2 {
    width: 199px;
  }

  .m-lowerttl-publications h2 {
    width: 155px;
  }

  .m-lowerttl-members h2 {
    width: 125px;
  }

  .m-lowerttl-members01 h2 {
    width: 201px;
  }

  .m-lowerttl-gallery h2 {
    width: 90px;
  }

  .m-lowerttl-link h2 {
    width: 52px;
  }

  .m-lowerttl-message h2 {
    width: 117px;
  }

  #publications .list li + li {
    margin-top: 30px;
  }

  #members .list01 > li {
    margin: 15px auto 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #members .list01 .thumb {
    width: 200px;
    height: 200px;
    margin: 0 auto;
  }

  #members .list01 .content {
    width: 100%;
  }

  #members .list01 .upper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #members .list01 .upper:before {
    bottom: 45px;
    left: 25px;
    width: calc(100% - 25px);
  }

  #members .list01 .professor {
    width: 62px;
    height: 62px;
  }

  #members .list01 .professor2 {
    font-size: 1.0rem;
  }

  #members .list01 .aprofessor {
    width: 62px;
    height: 62px;
  }

  #members .list01 .aprofessor2 {
    font-size: 1.0rem;
  }

  #members .list01 .name {
    width: calc(100% - 82px);
  }

  #members .list01 .mail {
    margin-top: 15px;
    padding-right: 0;
  }

  #members .list01 .line {
    margin-top: 15px;
    margin-right: 0;
  }

  #members .list01 .li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #members .list01 .li li {
    width: 100%;
    margin-left: 0;
  }

  #members .list01 .li li + li {
    margin-top: 10px;
  }

  #members .list02 li {
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #members .list02 .pos {
    width: 100%;
    margin: 0;
  }

  #members .list02 .thumb {
    margin: 20px auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  #members .list02 .mail {
    width: auto;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  #members .list02 .line {
    width: auto;
    margin-right: 0;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  #members .list02 .name {
    font-size: 2.1rem;
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  #members .links a {
    font-size: 3.2rem;
    line-height: 1.4;
  }

  #members .alumnilist li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #members .alumnilist li > div {
    width: 100%;
    text-align: center;
  }

  #members .alumnilist li > div:last-child {
    width: 100%;
    margin-top: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #members .alumnilist li > div:last-child p {
    width: 100%;
  }

  .m-pin {
    width: 50%;
    margin: 20px auto 60px;
  }

  #gallery .list li {
    width: 100%;
  }

  #gallery .list li div {
    margin-bottom: 10px;
  }

  #gallery .list li p {
    font-size: 1.5rem;
  }

  #gallery .slide {
    padding: 10px;
  }

  .mfp-arrow {
    top: 110px;
  }

  .mfp-arrow-left {
    left: 0;
  }

  .mfp-arrow-right {
    right: 0;
  }

  .slide .mfp-close {
    right: 10px !important;
  }

  .slide .mfp-close:hover,
  .slide .mfp-close:focus {
    right: 10px !important;
  }

  #link .l-lower a {
    font-size: 1.9rem;
  }

  .m-map2 {
    margin: 20px auto;
  }

  .m-map2 .country {
    font-size: 1.2rem;
    width: 150px;
    padding: 10px 5px 10px 10px;
  }

  .m-map2 .country .close {
    top: 0;
    width: 20px;
    height: 20px;
  }

  .m-map2 .country > div {
    font-size: 1.6rem;
  }

  .m-map2 .country p {
    font-size: 1.2rem;
  }

  .m-map2 .country ul {
    font-size: 1.4rem;
    height: 75px;
  }

  #message .l-lower a {
    font-size: 1.9rem;
  }
}

/* 2019-3-14 升田追加 */

sup{
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

sub {
  font-size: 75.5%;
  vertical-align: bottom;
  position: relative;
  top: 0.1em;
}

/* 2019-7-01 升田追加 */

.youtube{
  margin-top: 30px;
}

.youtube iframe{
  width: 100%;
  height: 480px;
  margin-bottom: 100px;
}

.youtube_title{
  font-size: 2rem;
  margin-bottom: 15px;
}

.header_sns a{
  display: inline-block;
  margin: 5px;
}

.lang .lang_img{
  width: 44px;
}

.sns{
  margin-top: 20px;
}

.sns a img{
  margin: 0 15px;
  width: 45px;
}

/* 2019-7-04 升田追加 */

#member_maps{
  position: relative;
}

span[data-tooltip]{
  color: white;
  display: inline-block;
  padding: 5px 15px;
  background-color:rgba(255, 109, 126, .9);
  position: absolute;
}

span[data-tooltip="Germany"] {
  top: -300px;
  left: 70px;
}

span[data-tooltip="Poland"] {
  top: -320px;
  left: 120px;
}

span[data-tooltip="India"] {
  top: -250px;
  left: 180px;
}

span[data-tooltip="Nepal"] {
  top: -330px;
  left: 290px;
}

span[data-tooltip="Kazakhstan"] {
  top: -330px;
  left: 120px;
}

span[data-tooltip="Sri Lanka"] {
  top: -220px;
  left: 160px;
  width: 98px;
}

span[data-tooltip="Russia"] {
  top: -400px;
  left: 210px;
}

span[data-tooltip="Myanmar"] {
  top: -320px;
  left: 260px;
}

span[data-tooltip="Bangladesh"] {
  top: -330px;
  left: 260px;
}

span[data-tooltip="Vietnam"] {
  top: -280px;
  left: 300px;
}

span[data-tooltip="Thailand"] {
  top: -300px;
  left: 300px;
}

span[data-tooltip="Malaysia"] {
  top: -280px;
  left: 280px;
}

span[data-tooltip="Singapore"] {
  top: -160px;
  left: 240px;
}

span[data-tooltip="Indnesia"] {
  top: -150px;
  left: 260px;
}

span[data-tooltip="Taiwan"] {
  top: -250px;
  left: 390px;
}

span[data-tooltip="Philippines"] {
  top: -250px;
  left: 390px;
}

span[data-tooltip="China"] {
  top: -330px;
  left: 270px;
}

span[data-tooltip="Korea"] {
  top: -330px;
  left: 290px;
}

span[data-tooltip="Japan"] {
  top: -300px;
  left: 425px;
}

span[data-tooltip="USA"] {
  top: -300px;
  left: 600px;
}

.facebook-wrapper {
  max-width: 500px;
  margin: 0 auto;
}

.facebook-wrapper > .fb-page {
  width: 100%;
}

.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
  width: 100% !important;
}