@charset "UTF-8";
/* ==========================================================
  fonts
========================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap");
@font-face {
  font-family: 'Uniuni';
  src: url(/assets/font/Uniuni.woff) format("woff");
}

/* ==========================================================
  html5 elements
========================================================== */
article, aside, figure, figcaption, footer, header, nav, section, main {
  display: block;
}

/* ==========================================================
  reseting
========================================================== */
html {
  height: 100%;
  font-size: 62.5%;
}

html.is-fixed {
  position: fixed;
  left: 0;
  width: 100%;
}

body {
  background: #fff;
  font-family: "Noto Sans JP", serif;
  font-size: 1.8rem;
  color: #222;
  line-height: 1.55;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

@media all and (min-width: 769px) {
  body {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

input, textarea, select, button {
  font-family: "Noto Sans JP", serif;
  outline: none;
}

input, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, button, figure, figcaption {
  margin: 0;
  padding: 0;
}

input, textarea, select {
  margin: 0;
  font-size: 100%;
}

textarea {
  resize: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

button {
  border: none;
  overflow: visible;
  background: none;
  vertical-align: top;
  font-size: 100%;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset {
  border: 0;
}

img {
  border: 0;
  height: auto;
  vertical-align: top;
}

address, caption, code, em, th {
  font-style: normal;
  font-weight: 500;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6, strong, em {
  font-size: 100%;
  font-weight: normal;
}

sup, sub {
  font-size: 63%;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: baseline;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ruby rt {
  font-size: 50%;
  letter-spacing: -0.5px;
}

/* ==========================================================
  base Link
========================================================== */
a {
  color: #222;
  text-decoration: none;
  word-break: break-all;
}

@media all and (min-width: 769px) {
  a:hover {
    color: #5F5F5F;
    text-decoration: underline;
    word-break: break-all;
  }
}

/* ==========================================================
  Layout
========================================================== */
/* ==========================================================
  c-header
========================================================== */
.c-header {
  height: 64px;
}

@media all and (min-width: 769px) {
  .c-header {
    height: 100px;
  }
}

@media all and (min-width: 1007px) {
  .c-header__container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100px;
    padding: 0 20px;
    background: #fff;
    border-bottom: 2px solid #222;
    -webkit-transition: height 0.15s ease-out;
    -o-transition: height 0.15s ease-out;
    transition: height 0.15s ease-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@media all and (min-width: 769px) {
  .c-header__in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1074px;
    margin: 0 auto;
  }
}

@media all and (max-width: 1006px) {
  .c-header__container-sp {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 64px;
    padding: 0 15px;
    background: #fff;
    border-bottom: 1px solid #222;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-header__container-sp {
    height: 100px;
    padding: 0 20px;
  }
}

@media all and (min-width: 1007px) {
  .c-header__container-sp {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.c-header__logo {
  display: inline-block;
}

@media all and (max-width: 768px) {
  .c-header__logo {
    overflow: hidden;
    height: 64px;
  }
}

@media all and (min-width: 769px) {
  .c-header__logo {
    margin-top: 27px;
  }
}

@media all and (min-width: 1007px) and (max-width: 1114px) {
  .c-header__logo {
    margin-top: 30px;
  }
}

.c-header__logo-image {
  display: block;
}

@media all and (max-width: 768px) {
  .c-header__logo-image {
    width: 255px;
    margin-top: 12px;
  }
}

@media all and (min-width: 769px) {
  .c-header__logo-image {
    width: 329px;
    -webkit-transition: width 0.15s ease-out;
    -o-transition: width 0.15s ease-out;
    transition: width 0.15s ease-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@media all and (min-width: 1007px) and (max-width: 1114px) {
  .c-header__logo-image {
    width: 222px;
  }
}

.c-header__btn-menu {
  display: block;
  position: absolute;
  top: 20px;
  right: 15px;
  width: 34px;
  height: 25px;
  cursor: pointer;
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-header__btn-menu {
    display: block;
    top: 36px;
    right: 20px;
    width: 54px;
    height: 40px;
  }
}

@media all and (min-width: 1007px) {
  .c-header__btn-menu {
    display: none;
  }
}

.c-header__btn-menu span {
  display: block;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #222;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@media all and (min-width: 769px) {
  .c-header__btn-menu span {
    height: 5px;
  }
}

.c-header__btn-menu span:nth-child(1) {
  top: 0;
}

.c-header__btn-menu span:nth-child(2), .c-header__btn-menu span:nth-child(3) {
  top: 11px;
}

@media all and (min-width: 769px) {
  .c-header__btn-menu span:nth-child(2), .c-header__btn-menu span:nth-child(3) {
    top: 17px;
  }
}

.c-header__btn-menu span:nth-child(4) {
  top: 22px;
}

@media all and (min-width: 769px) {
  .c-header__btn-menu span:nth-child(4) {
    top: 35px;
  }
}

.c-header__btn-menu.is-open span:nth-child(1) {
  width: 0;
  left: 50%;
}

.c-header__btn-menu.is-open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-header__btn-menu.is-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-header__btn-menu.is-open span:nth-child(4) {
  left: 50%;
  width: 0;
}

@media all and (max-width: 1006px) {
  .c-header__nav {
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 12;
    width: calc(100% - 38px);
    padding: 65px 0 0 36px;
    background: #FFEF6F;
    -webkit-transform: translateX(101%) translateZ(0);
    transform: translateX(101%) translateZ(0);
  }
  .c-header__nav.is-transition {
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    -o-transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  }
  .c-header__nav.is-open {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-header__nav {
    width: 531px;
    padding: 102px 0 0 56px;
  }
}

@media all and (min-width: 1007px) {
  .c-header__nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 20px;
  }
}

.c-header__nav-close {
  position: absolute;
  background: url(/assets/image/common/ico_close_01.svg) no-repeat;
  cursor: pointer;
}

@media all and (max-width: 1006px) {
  .c-header__nav-close {
    top: 23px;
    right: 20px;
    width: 26px;
    height: 26px;
    background-size: 26px;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-header__nav-close {
    top: 37px;
    right: 31px;
    width: 41px;
    height: 41px;
    background-size: 41px;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .c-header__nav-close:hover {
    opacity: 0.5;
  }
}

@media all and (min-width: 1007px) {
  .c-header__nav-close {
    display: none;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-header.is-small .c-header__container-sp {
    height: 64px;
  }
}

@media all and (min-width: 1007px) {
  .c-header.is-small .c-header__container {
    height: 64px;
  }
}

@media all and (min-width: 769px) {
  .c-header.is-small .c-header__logo {
    overflow: hidden;
    height: 64px;
    margin-top: 0;
  }
  .c-header.is-small .c-header__logo-image {
    width: 222px;
    margin-top: 18px;
  }
  .c-header.is-small .c-header__btn-menu {
    top: 20px;
    width: 34px;
    height: 25px;
  }
  .c-header.is-small .c-header__btn-menu span {
    height: 3px;
  }
  .c-header.is-small .c-header__btn-menu span:nth-child(1) {
    top: 0;
  }
  .c-header.is-small .c-header__btn-menu span:nth-child(2), .c-header.is-small .c-header__btn-menu span:nth-child(3) {
    top: 11px;
  }
  .c-header.is-small .c-header__btn-menu span:nth-child(4) {
    top: 22px;
  }
}

/* ==========================================================
  c-nav-global
========================================================== */
@media all and (min-width: 1007px) {
  .c-nav-global {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
  }
}

@media all and (max-width: 768px) {
  .c-nav-global__item {
    margin-bottom: 36px;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global__item {
    position: relative;
    margin-bottom: 59px;
  }
  .c-nav-global__item .c-nav-global__link:hover::after {
    background-color: #fff;
  }
}

@media all and (min-width: 1007px) {
  .c-nav-global__item--home {
    display: none;
  }
}

@media all and (min-width: 1007px) {
  .c-nav-global__item:last-child .c-nav-global__wrap {
    background: none;
  }
}

.c-nav-global__wrap {
  display: inline-block;
}

@media all and (min-width: 1007px) {
  .c-nav-global__wrap {
    background: url(/assets/image/common/bg_nav_line.png) repeat-y top right;
  }
}

.c-nav-global__link {
  text-decoration: none !important;
  position: relative;
}

@media all and (max-width: 768px) {
  .c-nav-global__link {
    padding-left: 35px;
    font-size: 1.6rem;
    font-weight: 700;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global__link {
    padding-left: 52px;
    font-size: 2.3rem;
    font-weight: 700;
  }
}

@media all and (min-width: 1007px) {
  .c-nav-global__link {
    position: relative;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 112px;
    height: 65px;
    padding: 40px 9px 0;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    letter-spacing: -0.06em;
  }
}

@media all and (min-width: 769px) {
  .c-nav-global__link {
    -webkit-transition: padding 0.15s ease-out;
    -o-transition: padding 0.15s ease-out;
    transition: padding 0.15s ease-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.c-nav-global__link.is-active, .c-nav-global__link.is-showline, .c-nav-global__link:hover {
  text-decoration: none;
}

@media all and (max-width: 768px) {
  .c-nav-global__link.is-active::after, .c-nav-global__link.is-showline::after, .c-nav-global__link:hover::after {
    display: block;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global__link.is-active::after, .c-nav-global__link.is-showline::after, .c-nav-global__link:hover::after {
    background-color: #fff;
  }
}

@media all and (min-width: 769px) {
  .c-nav-global__link.is-active::after, .c-nav-global__link.is-showline::after, .c-nav-global__link:hover::after {
    width: calc(100% - 1px);
  }
}

.c-nav-global__link::before {
  position: absolute;
  content: '';
}

@media all and (max-width: 768px) {
  .c-nav-global__link::before {
    top: 13px;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global__link::before {
    top: 18px;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media all and (min-width: 1007px) {
  .c-nav-global__link::before {
    top: 6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.c-nav-global__link::after {
  position: absolute;
  content: '';
  bottom: -8px;
  left: -2px;
  right: -2px;
  width: calc(100% + 4px);
  height: 3px;
  background-color: #fff;
  -webkit-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}

@media all and (max-width: 768px) {
  .c-nav-global__link::after {
    display: none;
  }
}

@media all and (min-width: 769px) {
  .c-nav-global__link::after {
    bottom: -13px;
    left: 0;
    right: 1px;
    height: 5px;
    width: 0;
    background-color: #FFEF6F;
  }
}

.c-nav-global__link--home::before {
  background: url(/assets/image/common/ico_home.svg) no-repeat;
}

@media all and (max-width: 768px) {
  .c-nav-global__link--home::before {
    left: 1px;
    width: 24px;
    height: 19px;
    background-size: 24px 19px;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global__link--home::before {
    width: 37px;
    height: 29px;
    background-size: 37px 29px;
  }
}

.c-nav-global__link--note::before {
  background: url(/assets/image/common/ico_note.svg) no-repeat;
}

@media all and (max-width: 768px) {
  .c-nav-global__link--note::before {
    left: 4px;
    width: 16px;
    height: 20px;
    background-size: 16px 20px;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global__link--note::before {
    left: 4px;
    width: 25px;
    height: 33px;
    background-size: 25px 33px;
  }
}

@media all and (min-width: 1007px) {
  .c-nav-global__link--note::before {
    width: 16px;
    height: 20px;
    background-size: 16px 20px;
  }
}

.c-nav-global__link--gallery::before {
  background: url(/assets/image/common/ico_gallery.svg) no-repeat;
}

@media all and (max-width: 768px) {
  .c-nav-global__link--gallery::before {
    width: 22px;
    height: 18px;
    background-size: 22px 18px;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global__link--gallery::before {
    width: 35px;
    height: 29px;
    background-size: 35px 29px;
  }
}

@media all and (min-width: 1007px) {
  .c-nav-global__link--gallery::before {
    top: 8px;
    width: 22px;
    height: 18px;
    background-size: 22px 18px;
  }
}

.c-nav-global__link--blog::before {
  background: url(/assets/image/common/ico_blog.svg) no-repeat;
}

@media all and (max-width: 768px) {
  .c-nav-global__link--blog::before {
    width: 25px;
    height: 21px;
    background-size: 25px 21px;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global__link--blog::before {
    width: 35px;
    height: 29px;
    background-size: 35px 29px;
  }
}

@media all and (min-width: 1007px) {
  .c-nav-global__link--blog::before {
    top: 8px;
    width: 25px;
    height: 21px;
    background-size: 25px 21px;
  }
}

.c-nav-global__link--showroom::before {
  background: url(/assets/image/common/ico_showroom.svg) no-repeat;
}

@media all and (max-width: 768px) {
  .c-nav-global__link--showroom::before {
    left: 1px;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global__link--showroom::before {
    left: 0;
    width: 35px;
    height: 35px;
    background-size: 35px 35px;
  }
}

@media all and (min-width: 1007px) {
  .c-nav-global__link--showroom::before {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
  }
}

.c-nav-global__link--event::before {
  background: url(/assets/image/common/ico_event.svg) no-repeat;
}

@media all and (max-width: 768px) {
  .c-nav-global__link--event::before {
    width: 21px;
    height: 20px;
    background-size: 21px 20px;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global__link--event::before {
    width: 34px;
    height: 32px;
    background-size: 34px 32px;
  }
}

@media all and (min-width: 1007px) {
  .c-nav-global__link--event::before {
    width: 22px;
    height: 21px;
    background-size: 22px 21px;
  }
}

.c-nav-global__link--meseum::before {
  background: url(/assets/image/common/ico_meseum.svg) no-repeat;
}

@media all and (max-width: 768px) {
  .c-nav-global__link--meseum::before {
    width: 25px;
    height: 23px;
    background-size: 25px 23px;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global__link--meseum::before {
    left: -1px;
    width: 40px;
    height: 37px;
    background-size: 40px 37px;
  }
}

@media all and (min-width: 1007px) {
  .c-nav-global__link--meseum::before {
    width: 25px;
    height: 23px;
    background-size: 25px 23px;
  }
}

.c-nav-global__link--access::before {
  background: url(/assets/image/common/ico_access.svg) no-repeat;
}

@media all and (max-width: 768px) {
  .c-nav-global__link--access::before {
    left: 4px;
    width: 16px;
    height: 22px;
    background-size: 16px 22px;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global__link--access::before {
    left: 3px;
    width: 25px;
    height: 33px;
    background-size: 25px 33px;
  }
}

@media all and (min-width: 1007px) {
  .c-nav-global__link--access::before {
    width: 16px;
    height: 22px;
    background-size: 16px 22px;
  }
}

.c-nav-global__link--contact::before {
  background: url(/assets/image/common/ico_contact.svg) no-repeat;
}

@media all and (max-width: 768px) {
  .c-nav-global__link--contact::before {
    left: -1px;
    width: 24px;
    height: 23px;
    background-size: 24px 23px;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global__link--contact::before {
    left: -2px;
    width: 38px;
    height: 38px;
    background-size: 38px;
  }
}

@media all and (min-width: 1007px) {
  .c-nav-global__link--contact::before {
    left: calc(50% + 5px);
    width: 24px;
    height: 23px;
    background-size: 24px 23px;
  }
}

.c-nav-global__sub {
  opacity: 0;
  height: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
}

@media all and (min-width: 1007px) {
  .c-nav-global__sub {
    display: none;
    opacity: 1;
    height: inherit;
    visibility: visible;
    top: calc(100% + 2px);
  }
}

@media all and (min-width: 1007px) and (max-width: 1114px) {
  .c-nav-global__sub {
    top: calc(100% + 2px);
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global__sub {
    position: static;
    padding-top: 0;
    /*transition: all 0.5s;*/
  }
}

@media all and (max-width: 768px) {
  .c-nav-global__sub {
    position: static;
    padding-top: 0;
    /*transition: all 0.5s;*/
  }
}

@media all and (max-width: 768px) {
  .c-nav-global__sub.is-show {
    height: inherit;
    opacity: 1;
    visibility: visible;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global__sub.is-show {
    height: inherit;
    opacity: 1;
    visibility: visible;
  }
}

@media all and (min-width: 1007px) and (max-width: 1114px) {
  .c-nav-global__sub.is-show {
    height: inherit;
    opacity: 1;
    visibility: visible;
  }
}

.c-nav-global__sub.is-visible {
  display: block;
  -webkit-transition: max-height 0.25s ease-in;
  -o-transition: max-height 0.25s ease-in;
  transition: max-height 0.25s ease-in;
}

.c-nav-global__sub-wrap {
  max-width: 1074px;
  margin: 0 auto;
}

.c-nav-global__sub-in {
  max-width: 280px;
  margin: 0 0 0 auto;
}

@media all and (max-width: 768px) {
  .c-nav-global__sub-in {
    max-width: 100%;
    padding: 30px 0 0;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global__sub-in {
    max-width: 100%;
    padding: 25px 0 0;
  }
}

.c-nav-global .c-nav-museum {
  background-color: #FFEF6F;
  padding: 5px 2px 2px;
}

@media all and (max-width: 768px) {
  .c-nav-global .c-nav-museum {
    display: block;
    margin: -20px -5px 0 0;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global .c-nav-museum {
    display: block;
  }
}

.c-nav-global .c-nav-museum__item {
  padding: 5px;
}

@media all and (max-width: 768px) {
  .c-nav-global .c-nav-museum__item {
    width: auto;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global .c-nav-museum__item {
    width: 100%;
    margin-left: 47px;
  }
}

.c-nav-global .c-nav-museum__link {
  position: relative;
  display: block;
  padding: 2px 5px;
  font-size: 1.6rem;
  font-weight: 400;
  background-color: #FFEF6F;
}

@media all and (max-width: 768px) {
  .c-nav-global .c-nav-museum__link {
    display: inline-block;
    background-color: transparent;
    margin: 0;
    padding: 0 5px;
    font-size: 1.6rem;
    font-weight: normal;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global .c-nav-museum__link {
    display: inline-block;
    background-color: transparent;
    padding: 0 5px;
  }
}

.c-nav-global .c-nav-museum__link::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 15px;
}

@media all and (max-width: 768px) {
  .c-nav-global .c-nav-museum__link::before {
    content: none;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global .c-nav-museum__link::before {
    content: none;
  }
}

.c-nav-global .c-nav-museum__link:hover {
  text-decoration: none;
  color: #000;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 5px;
}

@media all and (max-width: 768px) {
  .c-nav-global .c-nav-museum__link.is-active::after {
    width: calc(100% - 5px);
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global .c-nav-museum__link.is-active::after {
    width: calc(100% - 5px);
  }
}

.c-nav-global .c-wrap-nav-blank {
  margin-top: 27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media all and (max-width: 768px) {
  .c-nav-global .c-wrap-nav-blank {
    margin-top: 0;
    display: block;
    margin-left: 0;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global .c-wrap-nav-blank {
    margin-top: 0;
    display: block;
    margin-left: 52px;
  }
}

.c-nav-global .c-wrap-nav-blank .c-nav-blank {
  margin-top: 0;
  width: 28%;
}

@media all and (max-width: 768px) {
  .c-nav-global .c-wrap-nav-blank .c-nav-blank {
    width: 100%;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global .c-wrap-nav-blank .c-nav-blank {
    width: 100%;
    margin-top: 8px;
  }
}

.c-nav-global .c-wrap-nav-blank .c-nav-blank:not(:first-child) {
  margin-left: 48px;
}

@media all and (max-width: 768px) {
  .c-nav-global .c-wrap-nav-blank .c-nav-blank:not(:first-child) {
    margin-left: 5px;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global .c-wrap-nav-blank .c-nav-blank:not(:first-child) {
    margin-left: 0;
  }
}

.c-nav-global .c-wrap-nav-blank .c-nav-blank__item {
  margin-top: 13px;
}

@media all and (max-width: 768px) {
  .c-nav-global .c-wrap-nav-blank .c-nav-blank__item {
    margin-top: 13px;
  }
}

.c-nav-global .c-wrap-nav-blank .c-nav-blank__link {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  padding-right: 25px;
}

@media all and (max-width: 768px) {
  .c-nav-global .c-wrap-nav-blank .c-nav-blank__link {
    font-weight: normal;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global .c-wrap-nav-blank .c-nav-blank__link {
    font-size: 2rem;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global .c-wrap-nav-blank .c-nav-blank__link:before {
    position: absolute;
    content: '';
    top: inherit;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 5px;
    width: 0;
    background: #fff none;
    -webkit-transition: width 0.2s ease-in-out;
    -o-transition: width 0.2s ease-in-out;
    transition: width 0.2s ease-in-out;
  }
}

.c-nav-global .c-wrap-nav-blank .c-nav-blank__link:after {
  content: '';
  position: absolute;
  top: 4px;
  right: 0;
  width: 16px;
  height: 16px;
  background: url(/assets/image/common/ico_otherlink.svg) 0 0 no-repeat;
  background-size: 16px 16px;
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global .c-wrap-nav-blank .c-nav-blank__link:after {
    top: 8px;
  }
}

.c-nav-global .c-wrap-nav-blank .c-nav-blank__link:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global .c-wrap-nav-blank .c-nav-blank__link:hover:before {
    width: 100%;
  }
}

.c-nav-global .c-wrap-nav-blank .c-nav-thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 31%;
  padding: 0 10px;
}

@media all and (max-width: 768px) {
  .c-nav-global .c-wrap-nav-blank .c-nav-thumb {
    display: none;
  }
}

@media all and (min-width: 1007px) and (max-width: 1114px) {
  .c-nav-global .c-wrap-nav-blank .c-nav-thumb {
    display: none;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global .c-wrap-nav-blank .c-nav-thumb {
    display: none;
  }
}

.c-nav-global .c-wrap-nav-blank .c-nav-thumb__thumb {
  position: relative;
  padding: 9px;
  width: 151px;
  overflow: hidden;
}

.c-nav-global .c-wrap-nav-blank .c-nav-thumb__thumb img {
  transition: transform 0.5s, -webkit-transform 0.5s;
  width: 100%;
  height: auto;
}

.c-nav-global .c-wrap-nav-blank .c-nav-thumb__thumb:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 151px;
  height: 151px;
  background: url(/assets/image/common/img_circle_01.png) 0 0 no-repeat;
  z-index: 2;
  overflow: hidden;
}

.c-nav-global .c-wrap-nav-blank .c-nav-thumb__text {
  margin-top: 14px;
  line-height: 1.5;
  font-size: 1.2rem;
  text-align: center;
}

.c-nav-global .c-wrap-nav-blank .c-nav-thumb__link:hover {
  text-decoration: underline;
}

.c-nav-global .c-wrap-nav-blank .c-nav-thumb__link:hover .c-nav-thumb__thumb img {
  border-radius: 50%;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  width: 100%;
}

@media all and (max-width: 768px) {
  .c-nav-global .c-nav-global__item--meseum {
    position: relative;
    cursor: pointer;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global .c-nav-global__item--meseum {
    position: relative;
    cursor: pointer;
  }
}

@media all and (min-width: 1007px) {
  .c-nav-global .c-nav-global__item--meseum {
    padding-bottom: 15px;
  }
}

@media all and (max-width: 768px) {
  .c-nav-global .c-nav-global__item--meseum:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 10px;
    top: 10px;
    right: 35px;
    background: url(/assets/image/common/ico_arrow_down_black_01.svg) 0 0 no-repeat;
    transition: transform 0.5s, -webkit-transform 0.5s;
    background-size: 16px 10px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global .c-nav-global__item--meseum:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 15px;
    top: 10px;
    right: 50px;
    background: url(/assets/image/common/ico_arrow_down_black_01.svg) 0 0 no-repeat;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

@media all and (max-width: 768px) {
  .c-nav-global .c-nav-global__item--meseum.is-active:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global .c-nav-global__item--meseum.is-active:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.c-nav-global .c-nav-global__item--meseum .c-nav-global__link {
  cursor: pointer;
}

@media all and (max-width: 768px) {
  .c-nav-global .c-nav-global__item--meseum .c-nav-global__link {
    pointer-events: none;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global .c-nav-global__item--meseum .c-nav-global__link {
    pointer-events: none;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global .c-nav-global__item--meseum .c-nav-global__link:hover {
    color: #222;
  }
}

@media all and (max-width: 768px) {
  .c-nav-global .c-nav-global__item--meseum .c-nav-global__link:hover::after {
    display: none;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global .c-nav-global__item--meseum .c-nav-global__link:hover::after {
    display: none;
  }
}

@media all and (min-width: 1007px) {
  .c-header.is-small .c-nav-global__link {
    height: auto;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .c-header.is-small .c-nav-global__link::before {
    display: none;
  }
  .c-header.is-small .c-nav-global__link::after {
    bottom: -13px;
  }
}

@media all and (min-width: 1007px) {
  .c-header.is-small .c-nav-global__sub {
    padding-top: 0;
  }
}

/* ==========================================================
  c-box-information
========================================================== */
.c-box-information {
  border: 6px solid #EDEDED;
  background-color: #fff;
  padding: 25px 20px;
}

@media all and (min-width: 769px) {
  .c-box-information {
    padding: 60px 86px 85px;
  }
}

.c-box-information__title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}

@media all and (min-width: 769px) {
  .c-box-information__title {
    font-size: 2.6rem;
    margin-bottom: 55px;
  }
}

/* ==========================================================
  c-box-column-food
========================================================== */
.c-box-column-food:not(first-of-type) {
  margin-top: 25px;
}

@media all and (min-width: 769px) {
  .c-box-column-food:not(first-of-type) {
    margin-top: 75px;
  }
}

@media all and (min-width: 769px) {
  .c-box-column-food__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}

.c-box-column-food__col-left, .c-box-column-food__col-right {
  width: 100%;
}

@media all and (min-width: 769px) {
  .c-box-column-food__col-left, .c-box-column-food__col-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 50%;
    padding: 0 15px;
  }
}

@media all and (max-width: 768px) {
  .c-box-column-food__col-left {
    padding-bottom: 15px;
  }
}

.c-box-column-food__image {
  border: 1px solid #707070;
  border-radius: 10px;
  overflow: hidden;
}

.c-box-column-food__image > img {
  display: block;
  width: 100%;
}

.c-box-column-food__title {
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}

.c-box-column-food__title::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  width: 8px;
  height: calc(100% - 6px);
  background-color: #222;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-box-column-food__title .c-box-column-food__title-main {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}

.c-box-column-food__title .c-box-column-food__title-sub {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}

.c-box-column-food__text {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

@media all and (min-width: 769px) {
  .c-box-column-food__text {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}

.c-box-column-food__info {
  padding-top: 10px;
  border-top: 1px solid #ccc;
}

@media all and (min-width: 769px) {
  .c-box-column-food__info {
    padding-top: 15px;
  }
}

.c-box-column-food__data {
  font-size: 1.6rem;
}

@media all and (min-width: 769px) {
  .c-box-column-food__data {
    font-size: 1.6rem;
  }
}

.c-box-column-food__data > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-box-column-food__data dt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 38px;
}

@media all and (min-width: 769px) {
  .c-box-column-food__data dt {
    width: 38px;
  }
}

.c-box-column-food__data dt.wd-large-pc {
  width: 72px;
}

.c-box-column-food__data dt.wd-large-pc02 {
  width: 90px;
  text-align: right;
}

.c-box-column-food__data dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 10px;
}

.c-box-column-food__data-attension {
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
}

/* ==========================================================
  c-box-column-present
========================================================== */
.c-box-column-present {
  margin-top: 40px;
}

.c-box-column-present__inner {
  background-color: #FBF6DA;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 15px;
}

@media all and (min-width: 769px) {
  .c-box-column-present__inner {
    padding: 45px 62px 35px;
  }
}

.c-box-column-present__inner .c-box-column-present__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

@media all and (max-width: 768px) {
  .c-box-column-present__inner .c-box-column-present__image {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
}

@media all and (min-width: 769px) {
  .c-box-column-present__inner .c-box-column-present__image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

.c-box-column-present__inner .c-box-column-present__detail {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media all and (min-width: 769px) {
  .c-box-column-present__inner .c-box-column-present__detail {
    padding-right: 10px;
    padding-bottom: 10px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

.c-box-column-present__title {
  padding-left: 35px;
  background-image: url("/assets/image/guide/ico_gift.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 24px auto;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}

@media all and (min-width: 769px) {
  .c-box-column-present__title {
    background-position: left 8px;
    background-size: 28px auto;
    font-size: 2.2rem;
  }
}

.c-box-column-present__text {
  font-size: 1.6rem;
  margin-bottom: 15px;
}

/* ==========================================================
  c-box-column-exhibition
========================================================== */
.c-box-column-exhibition {
  margin-top: 25px;
}

@media all and (min-width: 769px) {
  .c-box-column-exhibition {
    margin-top: 60px;
  }
}

.c-box-column-exhibition__title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 6px;
}

@media all and (min-width: 769px) {
  .c-box-column-exhibition__title {
    font-size: 2.2rem;
    margin-bottom: 12px;
  }
}

.c-box-column-exhibition__list {
  margin-bottom: 15px;
}

@media all and (min-width: 769px) {
  .c-box-column-exhibition__list {
    margin-bottom: 25px;
  }
}

/* ==========================================================
  c-box-articles
========================================================== */
.c-box-articles {
  margin-top: 40px;
}

@media all and (min-width: 769px) {
  .c-box-articles {
    margin-top: 55px;
  }
}

.c-box-articles__row:not(:first-child) {
  margin-top: 40px;
}

@media all and (min-width: 769px) {
  .c-box-articles__row:not(:first-child) {
    margin-top: 70px;
  }
}

.c-box-articles__title {
  font-size: 2rem;
  font-weight: bold;
}

@media all and (min-width: 769px) {
  .c-box-articles__title {
    font-size: 2.2rem;
  }
}

.c-box-articles__title + .c-box-articles__text {
  margin-top: 10px;
}

.c-box-articles__title--strong {
  display: inline-block;
  padding: 5px;
}

.c-box-articles__title--blue {
  background: #c9eff8;
}

.c-box-articles__text {
  font-size: 1.8rem;
  line-height: 1.75;
  margin-top: 25px;
}

@media all and (min-width: 769px) {
  .c-box-articles__text {
    font-size: 1.6rem;
  }
}

.c-box-articles__text .c-box-articles__text-small {
  font-size: 1.6rem;
}

@media all and (min-width: 769px) {
  .c-box-articles__text .c-box-articles__text-small {
    font-size: 1.4rem;
  }
}

.c-box-articles__image {
  margin-top: 25px;
}

.c-box-articles__image > img {
  border-radius: 10px;
  display: block;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}

.c-box-articles__image--small > img {
  padding: 0 83px;
}

.c-box-articles__caption {
  font-size: 1.2rem;
  margin-top: 8px;
}

.c-box-articles__caption .caption__maru {
  display: inline-block;
  width: 16px;
  height: 16px;
  padding-right: 1px;
  border-radius: 50%;
  border: 1px solid #222;
  line-height: 1.2;
  text-align: center;
  font-size: 1.1rem;
}

.c-box-articles__caption.caption__center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 769px) {
  .c-box-articles__caption.caption__w477 {
    max-width: 477px;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-box-articles__frame {
  padding: 15px;
  border: 6px solid #EDEDEF;
}

.c-box-articles__table {
  width: 100%;
  margin-top: 25px;
  overflow-x: auto;
}

@media all and (min-width: 769px) {
  .c-box-articles__table {
    overflow-x: unset;
  }
}

.c-box-articles__table-inner {
  width: 100%;
  font-size: 1.8rem;
  white-space: nowrap;
}

@media all and (min-width: 769px) {
  .c-box-articles__table-inner {
    font-size: 1.6rem;
  }
}

.c-box-articles__table-title {
  padding: 5px 15px;
  text-align: center;
  background-color: #f7f7f7;
  border: 1px solid #222;
}

@media all and (min-width: 769px) {
  .c-box-articles__table-title {
    padding: 5px;
  }
}

.c-box-articles__table-data {
  padding: 5px 20px 5px 8px;
  border: 1px solid #222;
}

.c-box-articles__unit {
  max-width: 250px;
  margin-top: 40px;
}

@media all and (min-width: 769px) {
  .c-box-articles__unit {
    width: 31%;
  }
}

.c-box-articles__unit-title {
  font-size: 1.8rem;
  font-weight: bold;
}

.c-box-articles__unit-title--inblock {
  display: block;
}

.c-box-articles__unit-light {
  text-align: right;
}

.c-box-articles__unit-small {
  display: inline-block;
  font-size: 1.4rem;
}

.c-box-articles__unit-data__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 8px;
}

.c-box-articles__unit-data__inner:nth-of-type(2n + 1) {
  background-color: #ededed;
}

.c-box-articles__unit-data__second {
  margin-left: 1em;
}

.c-box-articles__unit-data__third {
  margin-left: auto;
}

/* ==========================================================
  c-box-thanks
========================================================== */
.c-box-thanks {
  text-align: center;
}

@media all and (max-width: 768px) {
  .c-box-thanks__image {
    padding: 0 77px;
  }
}

.c-box-thanks__image > img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.c-box-thanks__title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 30px;
}

@media all and (min-width: 769px) {
  .c-box-thanks__title {
    font-size: 3.4rem;
    margin-top: 65px;
  }
}

.c-box-thanks__text {
  text-align: left;
  margin-top: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media all and (min-width: 769px) {
  .c-box-thanks__text {
    width: 709px;
    margin: 110px auto 0;
    font-size: 1.6rem;
    margin-top: 8px;
  }
}

.c-box-thanks__button-wrap {
  margin-top: 30px;
  text-align: center;
}

@media all and (min-width: 769px) {
  .c-box-thanks__button-wrap {
    margin-top: 50px;
  }
}

.c-box-thanks__button {
  margin: 0 auto;
}

/* c-box-gallery-detail
---------------------------------------------------------- */
.c-box-gallery-detail__in {
  margin-top: 45px;
  font-size: 1.8rem;
}

@media all and (min-width: 769px) {
  .c-box-gallery-detail__in {
    width: 709px;
    margin: 110px auto 0;
    font-size: 1.6rem;
  }
}

.c-box-gallery-detail__in:first-child {
  margin-top: 0;
}

.c-box-gallery-detail__in02 {
  padding: 0;
  font-size: 1.8rem;
}

@media all and (min-width: 769px) {
  .c-box-gallery-detail__in02 {
    width: 1074px;
    padding: 0 30px;
    margin: 110px auto 0;
    font-size: 1.6rem;
  }
}

.c-box-gallery-detail__in02:first-child {
  margin-top: 0;
}

.c-box-gallery-detail__title {
  margin-bottom: 18px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

@media all and (min-width: 769px) {
  .c-box-gallery-detail__title {
    margin-bottom: 35px;
    font-size: 2.6rem;
  }
}

.c-box-gallery-detail__image {
  margin: 25px 0;
}

@media all and (min-width: 769px) {
  .c-box-gallery-detail__image {
    margin: 55px 0;
  }
}

.c-box-gallery-detail__image:first-child {
  margin-top: 0;
}

.c-box-gallery-detail__image:last-child {
  margin-bottom: 0;
}

.c-box-gallery-detail__image > img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.c-box-gallery-detail__image > figcaption {
  margin-top: 8px;
  font-size: 1.2rem;
}

.c-box-gallery-detail__table {
  margin-top: 30px;
  padding: 25px 14px 20px;
}

@media all and (min-width: 769px) {
  .c-box-gallery-detail__table {
    margin-top: 0;
    padding: 0;
  }
}

.c-box-gallery-detail__item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #222;
  line-height: 1.4;
}

@media all and (min-width: 769px) {
  .c-box-gallery-detail__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    padding-left: 10px;
  }
}

.c-box-gallery-detail__item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.c-box-gallery-detail__year {
  font-size: 1.6rem;
  font-weight: 700;
}

@media all and (min-width: 769px) {
  .c-box-gallery-detail__year {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 143px;
  }
}

.c-box-gallery-detail__info {
  margin-top: 8px;
  font-size: 1.6rem;
}

@media all and (min-width: 769px) {
  .c-box-gallery-detail__info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
  }
}

/* ==========================================================
  c-breadcrumb
========================================================== */
.c-breadcrumb {
  margin-bottom: 25px;
  padding: 0 15px;
}

@media all and (min-width: 769px) {
  .c-breadcrumb {
    margin-bottom: 60px;
  }
}

.c-breadcrumb__in {
  padding: 2px 0 4px;
}

@media all and (min-width: 769px) {
  .c-breadcrumb__in {
    max-width: 1074px;
    margin: 0 auto;
    padding-top: 10px;
  }
}

.c-breadcrumb__item {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  font-size: 1.4rem;
}

.c-breadcrumb__item::after {
  position: absolute;
  top: 50%;
  left: 4px;
  width: 6px;
  height: 10px;
  background: url(/assets/image/common/ico_next_02.svg) no-repeat;
  background-size: 6px 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
}

.c-breadcrumb__item:first-child {
  padding: 0;
}

.c-breadcrumb__item:first-child::after {
  display: none;
}

.c-breadcrumb__link {
  display: block;
  text-decoration: underline;
}

.c-breadcrumb__link--home {
  position: relative;
  padding-left: 24px;
  background: url(/assets/image/common/ico_home.svg) left center no-repeat;
  background-size: 18px 14px;
}

/* ==========================================================
  c-button
========================================================== */
.c-button-normal, .c-button-blank, .c-button-pdf, .c-button-blank__wh {
  position: relative;
  display: block;
  padding: 12px 35px;
  border-radius: 10px;
  background-color: #343434;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none !important;
}

@media all and (min-width: 769px) {
  .c-button-normal, .c-button-blank, .c-button-pdf, .c-button-blank__wh {
    display: block;
    width: 280px;
    padding: 13px 32px;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .c-button-normal:hover, .c-button-blank:hover, .c-button-pdf:hover, .c-button-blank__wh:hover {
    opacity: 0.7;
  }
  .c-button-normal:hover, .c-button-blank:hover, .c-button-pdf:hover, .c-button-blank__wh:hover {
    color: #FFEF6F;
  }
  .c-button-normal:hover::after, .c-button-blank:hover::after, .c-button-pdf:hover::after, .c-button-blank__wh:hover::after {
    background-image: url(/assets/image/common/ico_arrow_right_yellow_01.svg);
  }
}

.c-button-normal::after, .c-button-blank::after, .c-button-pdf::after, .c-button-blank__wh::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 13px;
  height: 12px;
  background: url(/assets/image/common/ico_arrow_right_white_01.svg) no-repeat;
  background-size: 13px 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
}

@media all and (min-width: 769px) {
  .c-button-normal::after, .c-button-blank::after, .c-button-pdf::after, .c-button-blank__wh::after {
    right: 15px;
  }
}

.c-button-blank {
  background-color: #fff;
  color: #222;
}

.c-button-blank::after {
  width: 16px;
  height: 16px;
  background-image: url(/assets/image/common/ico_blank_01.svg);
  background-size: 16px;
}

@media all and (min-width: 769px) {
  .c-button-blank:hover {
    color: #5f5f5f;
    opacity: 1;
  }
  .c-button-blank:hover::after {
    background-image: url(/assets/image/common/ico_blank_02.svg);
  }
}

.c-button-pdf::after {
  right: 19px;
  width: 19px;
  height: 19px;
  background-image: url(/assets/image/common/ico_download_01.svg);
  background-size: 19px;
}

@media all and (min-width: 769px) {
  .c-button-pdf:hover::after {
    background-image: url(/assets/image/common/ico_download_02.svg);
  }
}

.c-button-blank__wh::after {
  background-image: url(/assets/image/common/ico_blank_03.svg);
}

.c-button-blank__wh:hover::after {
  background-image: url(/assets/image/common/ico_blank_04.svg);
}

@media all and (min-width: 769px) {
  .c-button-blank__wh {
    width: 360px;
  }
  .c-button-blank__wh:hover::after {
    background-image: url(/assets/image/common/ico_blank_04.svg);
  }
}

/* ==========================================================
  c-calendar
========================================================== */
.c-calendar__title {
  padding: 12px 5px;
  background-color: #222;
  color: #fff;
  font-weight: 500;
  font-size: 1.7rem;
  text-align: center;
}

@media all and (min-width: 769px) {
  .c-calendar__title {
    padding: 10px 10px 12px;
    font-size: 2.2rem;
  }
}

.c-calendar__head {
  background: #EBEBEB;
}

.c-calendar__head, .c-calendar__day {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-calendar__head-item, .c-calendar__day-item {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 14.285%;
  border-left: 1px solid #E6E6E6;
  border-top: 1px solid #E6E6E6;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
}

@media all and (min-width: 769px) {
  .c-calendar__head-item, .c-calendar__day-item {
    font-size: 1.8rem;
  }
}

.c-calendar__head-item::after, .c-calendar__day-item::after {
  padding-top: 100%;
  content: '';
}

.c-calendar__head-item:last-child, .c-calendar__day-item:last-child {
  border-right: 1px solid #E6E6E6;
}

.c-calendar__head-item.is-red, .c-calendar__day-item.is-red {
  color: #C70000;
}

.c-calendar__day:last-child {
  border-bottom: 1px solid #E6E6E6;
}

.c-calendar__day .is-mark {
  color: #C70000;
}

.c-calendar__day .is-mark::before {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72.917%;
  padding-top: 72.917%;
  border-radius: 100%;
  border: 1px solid #C70000;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
}

@media all and (min-width: 769px) {
  .c-calendar__day .is-mark::before {
    width: 72%;
    padding-top: 72%;
  }
}

.c-calendar--footer .c-calendar__title {
  background: #E6E6E6;
  color: #000;
}

@media all and (min-width: 769px) {
  .c-calendar--footer .c-calendar__title {
    padding: 6px 5px;
    font-size: 1.4rem;
  }
}

@media all and (min-width: 769px) {
  .c-calendar--footer .c-calendar__head-item,
  .c-calendar--footer .c-calendar__day-item {
    font-size: 1.2rem;
  }
}

/* ==========================================================
  c-card
========================================================== */
/* c-card-note
---------------------------------------------------------- */
.c-card-note {
  overflow: hidden;
  display: block;
  height: 100%;
  border-radius: 12px;
  border: 2px solid #D9D455;
  background-color: #fff;
  text-decoration: none;
}

@media all and (min-width: 769px) {
  .c-card-note:not(.is-disabled):hover {
    text-decoration: none;
  }
  .c-card-note:not(.is-disabled):hover .c-card-note__image {
    opacity: 0.7;
    -webkit-transform: scale(1.2) translateZ(0);
    transform: scale(1.2) translateZ(0);
  }
  .c-card-note:not(.is-disabled):hover .c-card-note__info {
    opacity: 0.7;
    text-decoration: none;
  }
  .c-card-note:not(.is-disabled):hover .c-card-note__info .yellow {
    stroke-width: 2;
  }
}

.c-card-note.is-disabled {
  cursor: default;
  text-decoration: none;
  pointer-events: none;
}

.c-card-note.is-disabled .c-card-note__image {
  opacity: 0.4;
}

.c-card-note.is-disabled .c-card-note__info {
  opacity: 0.4;
  text-decoration: none;
}

.c-card-note.is-disabled .c-card-note__info .yellow {
  stroke-width: 2;
}

.c-card-note__figure {
  overflow: hidden;
  position: relative;
  border-radius: 8px 8px 0 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.c-card-note__image {
  display: block;
  width: 100%;
  border-radius: 8px 8px 0 0;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.c-card-note__info {
  padding: 25px 15px 10px;
  background: url(/assets/image/common/bg_grid_01.png) #fff top left repeat;
  background-size: 60px;
  border-radius: 0 0 12px 12px;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@media all and (min-width: 769px) {
  .c-card-note__info {
    padding: 25px 20px 20px;
  }
}

.c-card-note__title {
  margin-top: 5px;
  min-height: 55px;
  font-size: 1.6rem;
  font-weight: 700;
}

@media all and (min-width: 769px) {
  .c-card-note__title {
    margin-top: 10px;
    min-height: 75px;
    font-size: 2.2rem;
  }
}

.c-card-note__date {
  margin-top: 15px;
  font-size: 1.6rem;
}

@media all and (min-width: 769px) {
  .c-card-note__date {
    font-size: 1.4rem;
  }
}

@media all and (min-width: 769px) {
  .c-card-note:not(.c-card-note--top) svg {
    height: 58px;
  }
}

.c-card-note:not(.c-card-note--top) svg .paintorder {
  font-size: 1.6rem;
}

@media all and (min-width: 769px) {
  .c-card-note:not(.c-card-note--top) svg .paintorder {
    font-size: 2.6rem;
  }
}

.c-card-note:not(.c-card-note--top) svg .paintorder .yellow {
  font: 4rem Uniuni;
}

@media all and (min-width: 769px) {
  .c-card-note:not(.c-card-note--top) svg .paintorder .yellow {
    font: 6rem Uniuni;
  }
}

/* c-card-event
---------------------------------------------------------- */
.c-card-event__head {
  position: relative;
  padding-top: 25px;
  border-top: 2px solid #222;
}

@media all and (min-width: 769px) {
  .c-card-event__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 34px 0 34px;
    border-top: 3px solid #222;
    border-bottom: 3px solid #222;
  }
  .c-card-event__head::after {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #222;
    content: '';
  }
}

.c-card-event__head::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #222;
  content: '';
}

.c-card-event__head--large {
  padding-top: 25px;
}

@media all and (min-width: 769px) {
  .c-card-event__head--large {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 0 50px;
  }
}

.c-card-event__time {
  padding-right: 100px;
}

@media all and (min-width: 769px) {
  .c-card-event__time {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 185px;
    padding-right: 30px;
  }
}

.c-card-event__time-title {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: 700;
}

@media all and (min-width: 769px) {
  .c-card-event__time-title {
    text-align: center;
  }
}

@media all and (min-width: 769px) {
  .c-card-event__time .c-card-event__time-number {
    text-align: center;
  }
  .c-card-event__time .c-card-event__time-number > svg {
    width: 155px;
    height: 60px;
  }
  .c-card-event__time .c-card-event__time-number .paintorder {
    font-size: 2.6rem;
  }
  .c-card-event__time .c-card-event__time-number .yellow {
    font: 5.5rem Uniuni;
  }
}

.c-card-event__category {
  position: absolute;
  top: 14px;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFEF6F;
  border-radius: 100%;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

@media all and (min-width: 769px) {
  .c-card-event__category {
    top: 50%;
    right: 28px;
    width: 115px;
    height: 115px;
    font-size: 2.4rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.c-card-event__category--black {
  background-color: #222;
  color: #fff;
}

@media all and (max-width: 768px) {
  .c-card-event__category--black {
    font-size: 1.8rem;
  }
}

.c-card-event__category--gray {
  background-color: #E2E2E2;
  color: #343434;
}

.c-card-event__category--blue {
  background-color: #A1EAF4;
  color: #343434;
  font-size: 1.5rem;
  line-height: 1.4;
}

@media all and (min-width: 769px) {
  .c-card-event__category--blue {
    font-size: 2rem;
  }
}

.c-card-event__category--txtsmall {
  font-size: 1.5rem;
  line-height: 1.4;
}

@media all and (min-width: 769px) {
  .c-card-event__category--txtsmall {
    font-size: 2rem;
    line-height: 1.2;
  }
}

@media all and (min-width: 769px) {
  .c-card-event__info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
    padding-right: 150px;
  }
}

.c-card-event__info-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}

@media all and (min-width: 769px) {
  .c-card-event__info-title {
    font-size: 2.6rem;
  }
}

.c-card-event__info-title > span {
  font-size: 1.6rem;
}

.c-card-event__info-intro {
  margin-top: 5px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
}

@media all and (min-width: 769px) {
  .c-card-event__info-intro {
    margin-top: 10px;
  }
}

.c-card-event__info-tag {
  margin-top: 8px;
}

.c-card-event__info-tag > span {
  display: inline-block;
  padding: 6px 17px;
  border-radius: 20px;
  background-color: #FFEF6F;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
}

.c-card-event__info-tag > span.event__info-tag--small {
  font-size: 1.2rem;
}

@media all and (min-width: 769px) {
  .c-card-event__info-tag > span.event__info-tag--small {
    font-size: 1.6rem;
  }
}

.c-card-event__shortinfo {
  padding-right: 100px;
}

@media all and (min-width: 769px) {
  .c-card-event__shortinfo {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
    padding-right: 150px;
    padding-left: 15px;
  }
}

.c-card-event__shortinfo-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}

@media all and (min-width: 769px) {
  .c-card-event__shortinfo-title {
    font-size: 2.6rem;
  }
}

.c-card-event__shortinfo-intro {
  margin-top: 5px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
}

@media all and (min-width: 769px) {
  .c-card-event__shortinfo-intro {
    margin-top: 10px;
  }
}

.c-card-event__shortinfo-tag {
  margin-top: 8px;
}

.c-card-event__shortinfo-tag > span {
  display: inline-block;
  padding: 6px 17px;
  border-radius: 20px;
  background-color: #FFEF6F;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
}

.c-card-event__body {
  padding-top: 30px;
}

@media all and (min-width: 769px) {
  .c-card-event__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 25px;
  }
}

@media all and (min-width: 769px) {
  .c-card-event__image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 430px;
    margin-left: 30px;
  }
}

@media all and (min-width: 769px) and (max-width: 890px) {
  .c-card-event__image {
    width: 50%;
  }
}

.c-card-event__image img {
  display: block;
  width: 100%;
  border-radius: 12px;
}

.c-card-event__image--border img {
  border: 1px solid #707070;
}

.c-card-event__desc {
  margin-top: 30px;
}

@media all and (min-width: 769px) {
  .c-card-event__desc {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
  }
}

.c-card-event__desc-text, .c-card-event__desc-text--cancel {
  font-size: 1.8rem;
  line-height: 1.6;
}

@media all and (min-width: 769px) {
  .c-card-event__desc-text, .c-card-event__desc-text--cancel {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

.c-card-event__desc-text--cancel {
  color: #FF0000;
}

.c-card-event__desc-text + .c-card-event__desc-text, .c-card-event__desc-text--cancel + .c-card-event__desc-text, .c-card-event__desc-text + .c-card-event__desc-text--cancel, .c-card-event__desc-text--cancel + .c-card-event__desc-text--cancel {
  margin-top: 15px;
}

@media all and (min-width: 769px) {
  .c-card-event__desc-text + .c-card-event__desc-text, .c-card-event__desc-text--cancel + .c-card-event__desc-text, .c-card-event__desc-text + .c-card-event__desc-text--cancel, .c-card-event__desc-text--cancel + .c-card-event__desc-text--cancel {
    margin-top: 20px;
  }
}

.c-card-event__desc-data {
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.75;
}

@media all and (min-width: 769px) {
  .c-card-event__desc-data {
    margin-top: 25px;
    font-size: 1.6rem;
  }
}

.c-card-event__desc-data > div {
  margin-top: 5px;
}

.c-card-event__desc-data > div:first-child {
  margin-top: 0;
}

@media all and (min-width: 769px) {
  .c-card-event__desc-data > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }
  .c-card-event__desc-data > div > dt {
    min-width: 100px;
    padding-right: 10px;
  }
}

.c-card-event__detail-data {
  margin-top: 20px;
  font-weight: normal;
}

@media all and (min-width: 769px) {
  .c-card-event__detail-data {
    margin-top: 25px;
    font-size: 1.6rem;
  }
}

.c-card-event__detail-data > div {
  margin-top: 5px;
}

.c-card-event__detail-data > div:first-child {
  margin-top: 0;
}

@media all and (min-width: 769px) {
  .c-card-event__detail-data > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }
  .c-card-event__detail-data > div > dt {
    min-width: 100px;
    padding-right: 10px;
  }
}

.c-card-event__detail-head {
  font-weight: 700;
}

.c-card-event__detail-title {
  margin-top: 20px;
  font-weight: 700;
}

.c-card-event__detail-list {
  margin-top: 10px;
  list-style-type: disc;
  list-style-position: inside;
}

@media all and (min-width: 769px) {
  .c-card-event__detail-list {
    padding-left: 20px;
    list-style-position: outside;
  }
}

.c-card-event__detail-list > li > dl {
  margin-top: 20px;
  margin-bottom: 20px;
}

.c-card-event__detail-list > li > dl > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
}

.c-card-event__detail-list > li > dl > div > dt {
  min-width: 85px;
  padding-right: 10px;
  text-align: right;
}

@media all and (min-width: 769px) {
  .c-card-event__detail-list > li > dl > div > dt {
    min-width: 80px;
  }
}

.c-card-event__list-button {
  margin-top: 25px;
}

@media all and (min-width: 769px) {
  .c-card-event__list-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 25px;
    margin-left: -26px;
  }
  .c-card-event__list-button--center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media all and (max-width: 768px) {
  .c-card-event__list-button > li {
    margin-top: 20px;
  }
  .c-card-event__list-button > li:first-child {
    margin-top: 0;
  }
}

@media all and (min-width: 769px) {
  .c-card-event__list-button > li {
    margin-top: 15px;
    margin-left: 26px;
  }
}

.c-card-event__detail {
  padding-top: 30px;
}

@media all and (min-width: 769px) {
  .c-card-event__detail {
    width: 709px;
    padding-top: 55px;
    margin: 0 auto;
  }
}

.c-card-event__detail-in {
  font-size: 1.8rem;
  line-height: 1.6;
}

@media all and (min-width: 769px) {
  .c-card-event__detail-in {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

.c-card-event__detail-image {
  margin: 30px 0;
}

@media all and (min-width: 769px) {
  .c-card-event__detail-image {
    margin: 55px 0;
  }
}

.c-card-event__detail-image:first-child {
  margin-top: 0;
}

.c-card-event__detail-image:last-child {
  margin-bottom: 0;
}

.c-card-event__detail-image > img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.c-card-event__detail-image > figcaption {
  margin-top: 8px;
  font-size: 1.2rem;
}

.c-card-event__detail-image--border > img {
  border: 1px solid #707070;
}

.c-card-event__detail-image--middle {
  margin: 25px 0 40px;
}

@media all and (min-width: 769px) {
  .c-card-event__detail-image--middle {
    margin: 25px 0 55px;
  }
}

.c-card-event__detail-image--middle:first-child {
  margin-top: 0;
}

.c-card-event__detail-image--middle:last-child {
  margin-bottom: 0;
}

.c-card-event__detail-image--middle > img {
  display: block;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
}

@media all and (min-width: 769px) {
  .c-card-event__detail-image--middle > img {
    width: 80%;
  }
}

.c-card-event__detail-image--middle > figcaption {
  margin: 8px auto 0;
  font-size: 1.2rem;
}

@media all and (min-width: 769px) {
  .c-card-event__detail-image--middle > figcaption {
    width: 80%;
  }
}

.c-card-event__detail-image--small > img {
  display: block;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
}

@media all and (min-width: 769px) {
  .c-card-event__detail-image--small > img {
    width: 66.85%;
  }
}

/* c-card-event-sm
---------------------------------------------------------- */
.c-card-event-sm {
  overflow: hidden;
  display: block;
  height: 100%;
  border-radius: 12px;
  border: 2px solid #D9D455;
  background-color: #fff;
  text-decoration: none;
}

@media all and (min-width: 769px) {
  .c-card-event-sm:hover {
    text-decoration: none;
  }
  .c-card-event-sm:hover .c-card-event-sm__image,
  .c-card-event-sm:hover .c-card-event-sm__info {
    opacity: 0.7;
  }
  .c-card-event-sm:hover .c-card-event-sm__title {
    text-decoration: underline;
  }
}

.c-card-event-sm__head {
  padding: 15px;
  background-color: #FFEF6F;
}

@media all and (min-width: 769px) {
  .c-card-event-sm__head {
    padding: 20px;
  }
}

.c-card-event-sm__head-info {
  position: relative;
  z-index: 1;
  padding: 8px 10px;
  border: 3px solid #7a7472;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.c-card-event-sm__image {
  position: relative;
  padding-top: 75px;
}

@media all and (min-width: 769px) {
  .c-card-event-sm__image {
    padding-top: 100px;
  }
}

.c-card-event-sm__image::after {
  position: absolute;
  left: 50%;
  bottom: -1px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: '';
}

.c-card-event-sm__image--kid::after {
  width: 118px;
  height: 68px;
  background: url(/assets/image/common/ico_kid.svg) top center no-repeat;
  background-size: 118px 68px;
}

@media all and (min-width: 769px) {
  .c-card-event-sm__image--kid::after {
    width: 160px;
    height: 92px;
    background-size: 160px 92px;
  }
}

.c-card-event-sm__image--adult::after {
  width: 113px;
  height: 77px;
  background: url(/assets/image/common/ico_adult.svg) top center no-repeat;
  background-size: 113px 77px;
}

@media all and (min-width: 769px) {
  .c-card-event-sm__image--adult::after {
    width: 154px;
    height: 105px;
    background-size: 154px 105px;
  }
}

.c-card-event-sm__image--calendar::after {
  bottom: 7px;
  width: 65px;
  height: 68px;
  background: url(/assets/image/common/ico_calendar.svg) top center no-repeat;
  background-size: 65px 68px;
}

@media all and (min-width: 769px) {
  .c-card-event-sm__image--calendar::after {
    bottom: 10px;
    width: 88px;
    height: 93px;
    background-size: 88px 93px;
  }
}

.c-card-event-sm__category {
  font-size: 1.6rem;
  font-weight: 700;
}

.c-card-event-sm .c-card-event-sm__number > svg {
  height: 42px;
}

@media all and (min-width: 769px) {
  .c-card-event-sm .c-card-event-sm__number > svg {
    height: 60px;
  }
}

@media all and (min-width: 769px) {
  .c-card-event-sm .c-card-event-sm__number .paintorder {
    font-size: 2.6rem;
  }
}

.c-card-event-sm .c-card-event-sm__number .yellow {
  font: 4.4rem Uniuni;
}

@media all and (min-width: 769px) {
  .c-card-event-sm .c-card-event-sm__number .yellow {
    font: 6rem Uniuni;
  }
}

.c-card-event-sm__info {
  padding: 15px 15px 12px;
  border-radius: 0 0 12px 12px;
  background: url(/assets/image/common/bg_grid_01.png) #fff top left repeat;
  background-size: 60px;
}

@media all and (min-width: 769px) {
  .c-card-event-sm__info {
    padding: 20px;
  }
}

.c-card-event-sm__title {
  font-size: 1.6rem;
  font-weight: 700;
}

@media all and (min-width: 769px) {
  .c-card-event-sm__title {
    font-size: 2.2rem;
  }
}

.c-card-event-sm__sub {
  font-size: 1.4rem;
  font-weight: 700;
}

.c-card-event-sm__data {
  margin-top: 20px;
  font-size: 1.4rem;
}

@media all and (min-width: 769px) {
  .c-card-event-sm__data {
    margin-top: 15px;
  }
}

.c-card-event-sm__data > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-card-event-sm__data > div > dt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 65px;
}

.c-card-event-sm__data > div > dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 5px;
}

.c-card-event-sm__tag {
  margin-top: 5px;
  text-align: right;
}

@media all and (min-width: 769px) {
  .c-card-event-sm__tag {
    margin-top: 18px;
  }
}

.c-card-event-sm__tag > span {
  display: inline-block;
  padding: 6px 17px;
  border-radius: 20px;
  background-color: #FFEF6F;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
}

/* c-card-author
---------------------------------------------------------- */
.c-card-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media all and (min-width: 769px) {
  .c-card-author {
    display: block;
  }
  .c-card-author:hover {
    color: inherit;
    text-decoration: none;
  }
  .c-card-author:hover .c-card-author__image {
    opacity: 0.7;
    -webkit-transform: scale(1.2) translateZ(0);
    transform: scale(1.2) translateZ(0);
  }
  .c-card-author:hover .c-card-author__head,
  .c-card-author:hover .c-card-author__text {
    opacity: 0.7;
  }
  .c-card-author:hover .c-card-author__name {
    text-decoration: underline;
  }
}

.c-card-author__figure {
  overflow: hidden;
  border-radius: 10px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@media all and (max-width: 768px) {
  .c-card-author__figure {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 45.61%;
  }
}

.c-card-author__image {
  display: block;
  width: 100%;
  border-radius: 10px;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

@media all and (max-width: 768px) {
  .c-card-author__head {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 30px;
  }
}

.c-card-author__name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

@media all and (min-width: 769px) {
  .c-card-author__name {
    margin-top: 12px;
  }
}

.c-card-author__name > span {
  font-size: 1.6rem;
}

@media all and (max-width: 768px) {
  .c-card-author__name > span {
    display: block;
  }
}

.c-card-author__position {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}

@media all and (max-width: 768px) {
  .c-card-author__position {
    margin-top: 10px;
  }
}

.c-card-author__text {
  width: 100%;
  margin-top: 10px;
  font-size: 1.8rem;
}

@media all and (min-width: 769px) {
  .c-card-author__text {
    font-size: 1.6rem;
  }
}

/* c-card-gallery
---------------------------------------------------------- */
.c-card-gallery {
  display: block;
  text-decoration: none;
}

@media all and (min-width: 769px) {
  .c-card-gallery:hover {
    color: inherit;
    text-decoration: none;
  }
  .c-card-gallery:hover .c-card-gallery__image {
    opacity: 0.7;
    -webkit-transform: scale(1.2) translateZ(0);
    transform: scale(1.2) translateZ(0);
  }
  .c-card-gallery:hover .c-card-gallery__info {
    opacity: 0.7;
  }
  .c-card-gallery:hover .c-card-gallery__name {
    text-decoration: underline;
  }
}

.c-card-gallery__figure {
  overflow: hidden;
  border: 1px solid #707070;
}

.c-card-gallery__image {
  display: block;
  width: 100%;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.c-card-gallery__name {
  margin-top: 2px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
}

@media all and (min-width: 769px) {
  .c-card-gallery__name {
    margin-top: 12px;
  }
}

.c-card-gallery__year {
  font-size: 1.6rem;
  font-weight: 700;
}

/* ==========================================================
  c-contents
========================================================== */
.c-contents {
  background-color: #fff;
}

.c-contents__bg {
  overflow: hidden;
  padding-bottom: 70px;
}

@media all and (min-width: 769px) {
  .c-contents__bg {
    padding-bottom: 160px;
  }
}

.c-contents__bg-wave {
  overflow: hidden;
  padding-bottom: 70px;
}

@media all and (min-width: 769px) {
  .c-contents__bg-wave {
    background: url(/assets/image/common/bg_wave_02_pc.png) #fff top center repeat;
    padding-bottom: 160px;
  }
}

.c-contents__bg-wave-blue {
  position: relative;
  padding-top: 45px;
  padding-bottom: 70px;
}

@media all and (min-width: 769px) {
  .c-contents__bg-wave-blue {
    padding-top: 65px;
    padding-bottom: 160px;
  }
}

.c-contents__bg-wave-blue::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 45px;
  background: url(/assets/image/common/bg_wave_blue.svg) #fff bottom left repeat;
  background-size: auto 95px;
  content: '';
}

@media all and (min-width: 769px) {
  .c-contents__bg-wave-blue::before {
    height: 65px;
    background-position: bottom center;
    background-size: auto 143px;
  }
}

.c-contents__bg-bubble-blue {
  position: relative;
  min-height: 800px;
  background: url(/assets/image/mach/img_blue_bubble_2x.png) #fff 63.5% 0 repeat;
  background-size: 320px 320px;
  overflow: hidden;
}

@media all and (min-width: 769px) {
  .c-contents__bg-bubble-blue {
    min-height: 700px;
    padding-bottom: 48px;
  }
}

@media all and (max-width: 768px) {
  .c-contents__bg-bubble-blue {
    min-height: 700px;
    padding-bottom: 25px;
    background-size: 160px 160px;
  }
}

/* ==========================================================
  c-footer
========================================================== */
.c-footer {
  position: relative;
  z-index: 2;
  background: #F1F2F2;
}

@media all and (min-width: 769px) {
  .c-footer {
    padding: 0 20px;
  }
}

.c-footer::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 30px;
  margin-top: -30px;
  background-image: url("/assets/image/common/footer.png");
  background-position: top center;
  background-repeat: repeat-x;
  content: '';
}

@media all and (min-width: 769px) {
  .c-footer::before {
    margin-top: -92px;
    padding-top: 0;
    height: 92px;
  }
}

.c-footer__button {
  position: relative;
  display: block;
  padding: 12px 35px;
  border-radius: 10px;
  background-color: #343434;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none !important;
}

@media all and (min-width: 769px) {
  .c-footer__button {
    display: inline-block;
    padding: 6px 26px 6px 10px;
    font-size: 1.4rem;
    font-weight: 400;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .c-footer__button:hover {
    opacity: 0.7;
  }
  .c-footer__button:hover {
    color: #FFEF6F;
  }
  .c-footer__button:hover::after {
    background-image: url(/assets/image/common/ico_arrow_right_yellow_01.svg);
  }
}

.c-footer__button::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 13px;
  height: 12px;
  background: url(/assets/image/common/ico_arrow_right_white_01.svg) no-repeat;
  background-size: 13px 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
}

@media all and (min-width: 769px) {
  .c-footer__button::after {
    right: 10px;
    width: 9px;
    height: 8px;
    background-size: 9px 8px;
  }
}

.c-footer__in {
  padding: 55px 15px 10px;
}

@media all and (min-width: 769px) {
  .c-footer__in {
    max-width: 1074px;
    margin: 0 auto;
    padding: 92px 0 25px;
  }
}

.c-footer__logo {
  display: block;
  max-width: 299px;
  margin-bottom: 10px;
}

@media all and (min-width: 769px) {
  .c-footer__logo {
    margin-bottom: 18px;
  }
}

.c-footer__logo > img {
  display: block;
  max-width: 100%;
}

@media all and (min-width: 769px) {
  .c-footer__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-footer__col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media all and (min-width: 769px) {
  .c-footer__col:first-child {
    width: 48.60%;
    padding-right: 30px;
  }
}

.c-footer__access {
  line-height: 1.4;
}

.c-footer__access-title {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 700;
}

.c-footer__access-text {
  font-size: 1.4rem;
}

@media all and (min-width: 769px) {
  .c-footer__access-text {
    font-size: 1.2rem;
  }
}

.c-footer__access-button {
  margin-top: 30px;
}

@media all and (min-width: 769px) {
  .c-footer__access-button {
    margin-top: 12px;
  }
}

.c-footer__map {
  margin-top: 30px;
}

@media all and (min-width: 769px) {
  .c-footer__map {
    margin-top: 22px;
  }
}

.c-footer__map-in {
  position: relative;
  padding-top: 69%;
}

@media all and (min-width: 769px) {
  .c-footer__map-in {
    padding-top: 68.96%;
  }
}

.c-footer__map-in > iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-footer__map-link {
  margin-top: 10px;
  display: inline-block;
  color: #005A91;
  font-size: 1.4rem;
}

@media all and (min-width: 769px) {
  .c-footer__map-link {
    margin-top: 8px;
    font-size: 1.2rem;
  }
  .c-footer__map-link:hover {
    text-decoration: underline;
  }
}

.c-footer__calendar {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 1.4;
}

@media all and (min-width: 769px) {
  .c-footer__calendar {
    margin-top: 0;
    padding-left: 16px;
    padding-bottom: 4px;
    border-left: 5px solid #222;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.c-footer__calendar-title {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
}

@media all and (min-width: 769px) {
  .c-footer__calendar-title {
    margin-bottom: 12px;
    font-size: 2.6rem;
    line-height: 1.3;
  }
}

.c-footer__calendar p > span {
  color: #C70000;
}

.c-footer__calendar-in {
  margin-top: 15px;
}

@media all and (min-width: 769px) {
  .c-footer__calendar-in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
  }
}

@media all and (max-width: 768px) {
  .c-footer__calendar-col:last-child {
    margin-top: 30px;
  }
}

@media all and (min-width: 769px) {
  .c-footer__calendar-col {
    width: 50%;
    padding-left: 10px;
  }
}

.c-footer__contact {
  margin-top: 50px;
}

@media all and (min-width: 769px) {
  .c-footer__contact {
    margin-top: 18px;
    padding-left: 16px;
    padding-bottom: 4px;
    border-left: 5px solid #222;
  }
}

.c-footer__contact-title {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

@media all and (min-width: 769px) {
  .c-footer__contact-title {
    font-size: 2.6rem;
  }
}

.c-footer__contact-link {
  position: relative;
  display: inline-block;
  padding-right: 25px;
  color: #222;
  font-size: 1.8rem;
  font-weight: 700;
}

@media all and (min-width: 769px) {
  .c-footer__contact-link {
    font-size: 2rem;
  }
  .c-footer__contact-link:hover {
    text-decoration: underline;
  }
}

.c-footer__contact-link::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  background: url(/assets/image/common/ico_blank_01.svg) no-repeat;
  background-size: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
}

.c-footer__contact-text {
  font-size: 1.8rem;
}

@media all and (min-width: 769px) {
  .c-footer__contact-text {
    font-size: 1.4rem;
  }
}

.c-footer__contact-button {
  margin-top: 20px;
}

@media all and (min-width: 769px) {
  .c-footer__contact-button {
    margin-top: 6px;
  }
}

.c-footer__copyright {
  margin-top: 45px;
  font-size: 1.2rem;
}

@media all and (min-width: 769px) {
  .c-footer__copyright {
    margin-top: 35px;
  }
}

/* ==========================================================
  c-header
========================================================== */
.c-header {
  height: 64px;
}

@media all and (min-width: 769px) {
  .c-header {
    height: 100px;
  }
}

@media all and (min-width: 1007px) {
  .c-header__container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100px;
    padding: 0 20px;
    background: #fff;
    border-bottom: 2px solid #222;
    -webkit-transition: height 0.15s ease-out;
    -o-transition: height 0.15s ease-out;
    transition: height 0.15s ease-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@media all and (min-width: 769px) {
  .c-header__in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1074px;
    margin: 0 auto;
  }
}

@media all and (max-width: 1006px) {
  .c-header__container-sp {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 64px;
    padding: 0 15px;
    background: #fff;
    border-bottom: 1px solid #222;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-header__container-sp {
    height: 100px;
    padding: 0 20px;
  }
}

@media all and (min-width: 1007px) {
  .c-header__container-sp {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.c-header__logo {
  display: inline-block;
}

@media all and (max-width: 768px) {
  .c-header__logo {
    overflow: hidden;
    height: 64px;
  }
}

@media all and (min-width: 769px) {
  .c-header__logo {
    margin-top: 27px;
  }
}

.c-header__logo-image {
  display: block;
}

@media all and (max-width: 768px) {
  .c-header__logo-image {
    width: 255px;
    margin-top: 12px;
  }
}

@media all and (min-width: 769px) {
  .c-header__logo-image {
    width: 329px;
    -webkit-transition: width 0.15s ease-out;
    -o-transition: width 0.15s ease-out;
    transition: width 0.15s ease-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.c-header__btn-menu {
  display: block;
  position: absolute;
  top: 20px;
  right: 15px;
  width: 34px;
  height: 25px;
  cursor: pointer;
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-header__btn-menu {
    display: block;
    top: 36px;
    right: 20px;
    width: 54px;
    height: 40px;
  }
}

@media all and (min-width: 1007px) {
  .c-header__btn-menu {
    display: none;
  }
}

.c-header__btn-menu span {
  display: block;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #222;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@media all and (min-width: 769px) {
  .c-header__btn-menu span {
    height: 5px;
  }
}

.c-header__btn-menu span:nth-child(1) {
  top: 0;
}

.c-header__btn-menu span:nth-child(2), .c-header__btn-menu span:nth-child(3) {
  top: 11px;
}

@media all and (min-width: 769px) {
  .c-header__btn-menu span:nth-child(2), .c-header__btn-menu span:nth-child(3) {
    top: 17px;
  }
}

.c-header__btn-menu span:nth-child(4) {
  top: 22px;
}

@media all and (min-width: 769px) {
  .c-header__btn-menu span:nth-child(4) {
    top: 35px;
  }
}

.c-header__btn-menu.is-open span:nth-child(1) {
  width: 0;
  left: 50%;
}

.c-header__btn-menu.is-open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-header__btn-menu.is-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-header__btn-menu.is-open span:nth-child(4) {
  left: 50%;
  width: 0;
}

@media all and (max-width: 1006px) {
  .c-header__nav {
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 12;
    width: calc(100% - 38px);
    padding: 65px 0 0 36px;
    background: #FFEF6F;
    -webkit-transform: translateX(101%) translateZ(0);
    transform: translateX(101%) translateZ(0);
  }
  .c-header__nav.is-transition {
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    -o-transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  }
  .c-header__nav.is-open {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-header__nav {
    width: 531px;
    padding: 102px 0 0 56px;
  }
}

@media all and (min-width: 1007px) {
  .c-header__nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 20px;
  }
}

.c-header__nav-close {
  position: absolute;
  background: url(/assets/image/common/ico_close_01.svg) no-repeat;
  cursor: pointer;
}

@media all and (max-width: 1006px) {
  .c-header__nav-close {
    top: 23px;
    right: 20px;
    width: 26px;
    height: 26px;
    background-size: 26px;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-header__nav-close {
    top: 37px;
    right: 31px;
    width: 41px;
    height: 41px;
    background-size: 41px;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .c-header__nav-close:hover {
    opacity: 0.5;
  }
}

@media all and (min-width: 1007px) {
  .c-header__nav-close {
    display: none;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-header.is-small .c-header__container-sp {
    height: 64px;
  }
}

@media all and (min-width: 1007px) {
  .c-header.is-small .c-header__container {
    height: 64px;
  }
}

@media all and (min-width: 769px) {
  .c-header.is-small .c-header__logo {
    overflow: hidden;
    height: 64px;
    margin-top: 0;
  }
  .c-header.is-small .c-header__logo-image {
    width: 222px;
    margin-top: 18px;
  }
  .c-header.is-small .c-header__btn-menu {
    top: 20px;
    width: 34px;
    height: 25px;
  }
  .c-header.is-small .c-header__btn-menu span {
    height: 3px;
  }
  .c-header.is-small .c-header__btn-menu span:nth-child(1) {
    top: 0;
  }
  .c-header.is-small .c-header__btn-menu span:nth-child(2), .c-header.is-small .c-header__btn-menu span:nth-child(3) {
    top: 11px;
  }
  .c-header.is-small .c-header__btn-menu span:nth-child(4) {
    top: 22px;
  }
}

.c-heading-topic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 3px solid #222;
  border-bottom: 3px solid #222;
  position: relative;
  padding: 10px;
}

.c-heading-topic::before, .c-heading-topic::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #222;
  content: '';
}

.c-heading-topic::before {
  top: 3px;
}

.c-heading-topic::after {
  bottom: 3px;
}

@media all and (min-width: 769px) {
  .c-heading-topic {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 29px 0;
  }
}

@media all and (max-width: 768px) {
  .c-heading-topic__time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-heading-topic__time .c-heading-topic__date {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .c-heading-topic__time .c-heading-topic__time-number {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media all and (min-width: 769px) {
  .c-heading-topic__time {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 185px;
    padding: 0 30px;
  }
}

@media all and (min-width: 769px) {
  .c-heading-topic .c-heading-topic__time-number {
    text-align: center;
  }
  .c-heading-topic .c-heading-topic__time-number > svg {
    width: 155px;
    height: 60px;
  }
  .c-heading-topic .c-heading-topic__time-number .paintorder {
    font-size: 2.6rem;
  }
  .c-heading-topic .c-heading-topic__time-number .yellow {
    font: 5.5rem Uniuni;
  }
}

@media all and (min-width: 769px) {
  .c-heading-topic__info {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.c-heading-topic__info .c-heading-topic__date {
  font-weight: bold;
  padding-right: 0;
}

.c-heading-topic__info-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
}

@media all and (min-width: 769px) {
  .c-heading-topic__info-title {
    font-size: 2.6rem;
  }
}

.c-heading-topic__info-title--bracket {
  margin: 0 -12px;
}

.c-heading-topic__info-intro {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
}

.c-heading-topic__date {
  font-size: 1.4rem;
}

@media all and (min-width: 769px) {
  .c-heading-topic__date {
    padding-right: 40px;
  }
}

/* ==========================================================
  c-list
========================================================== */
/* c-list-dots
---------------------------------------------------------- */
.c-list-dots__item {
  padding-left: 18px;
  position: relative;
  word-break: break-all;
}

.c-list-dots__item::before {
  position: absolute;
  content: '・';
  left: 0;
  top: 0;
  width: 18px;
  height: 100%;
}

/* c-list-event
---------------------------------------------------------- */
.c-list-event__item {
  margin-top: 55px;
}

@media all and (min-width: 769px) {
  .c-list-event__item {
    margin-top: 72px;
  }
}

.c-list-event__item:first-child {
  margin-top: 0;
}

/* c-list-card-sm
---------------------------------------------------------- */
.c-list-card-sm {
  margin-top: 20px;
}

@media all and (min-width: 769px) {
  .c-list-card-sm {
    margin-top: 60px;
  }
}

@media all and (max-width: 768px) {
  .c-list-card-sm__container {
    overflow: visible;
  }
}

.c-list-card-sm__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media all and (min-width: 769px) {
  .c-list-card-sm__wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
    margin-top: -30px;
    margin-left: -30px;
  }
}

.c-list-card-sm__item {
  width: 72.46%;
  max-width: 300px;
}

@media all and (min-width: 769px) {
  .c-list-card-sm__item {
    width: 33.33%;
    max-width: none;
    margin-top: 30px;
    padding-left: 30px;
  }
}

/* c-list-author
---------------------------------------------------------- */
.c-list-author {
  margin-top: 45px;
}

@media all and (min-width: 769px) {
  .c-list-author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
    margin-left: -29px;
  }
}

.c-list-author__item {
  margin-top: 45px;
}

@media all and (min-width: 769px) {
  .c-list-author__item {
    width: 33.33%;
    margin-top: 65px;
    padding-left: 29px;
  }
}

@media all and (max-width: 768px) {
  .c-list-author__item:first-child {
    margin-top: 0;
  }
}

/* c-list-gallery
---------------------------------------------------------- */
.c-list-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -35px;
  margin-left: -30px;
}

@media all and (min-width: 769px) {
  .c-list-gallery {
    margin-top: -60px;
  }
}

.c-list-gallery__item {
  width: 50%;
  margin-top: 35px;
  padding-left: 30px;
}

@media all and (min-width: 769px) {
  .c-list-gallery__item {
    width: 33.33%;
    margin-top: 60px;
  }
}

/* ==========================================================
  c-nav-global
========================================================== */
@media all and (min-width: 1007px) {
  .c-nav-global {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
  }
}

@media all and (max-width: 768px) {
  .c-nav-global__item {
    margin-bottom: 36px;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global__item {
    position: relative;
    margin-bottom: 59px;
  }
  .c-nav-global__item .c-nav-global__link:hover::after {
    background-color: #fff;
  }
}

@media all and (min-width: 1007px) {
  .c-nav-global__item--home {
    display: none;
  }
}

@media all and (min-width: 1007px) {
  .c-nav-global__item:last-child .c-nav-global__wrap {
    background: none;
  }
}

.c-nav-global__wrap {
  display: inline-block;
}

@media all and (min-width: 1007px) {
  .c-nav-global__wrap {
    background: url(/assets/image/common/bg_nav_line.png) repeat-y top right;
  }
}

.c-nav-global__link {
  text-decoration: none !important;
  position: relative;
}

@media all and (max-width: 768px) {
  .c-nav-global__link {
    padding-left: 35px;
    font-size: 1.6rem;
    font-weight: 700;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global__link {
    padding-left: 52px;
    font-size: 2.3rem;
    font-weight: 700;
  }
}

@media all and (min-width: 1007px) {
  .c-nav-global__link {
    position: relative;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 112px;
    height: 65px;
    padding: 40px 20px 0;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    letter-spacing: -0.06em;
  }
}

@media all and (min-width: 769px) {
  .c-nav-global__link {
    -webkit-transition: padding 0.15s ease-out;
    -o-transition: padding 0.15s ease-out;
    transition: padding 0.15s ease-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.c-nav-global__link.is-active, .c-nav-global__link.is-showline, .c-nav-global__link:hover {
  text-decoration: none;
}

@media all and (max-width: 768px) {
  .c-nav-global__link.is-active::after, .c-nav-global__link.is-showline::after, .c-nav-global__link:hover::after {
    display: block;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global__link.is-active::after, .c-nav-global__link.is-showline::after, .c-nav-global__link:hover::after {
    background-color: #fff;
  }
}

@media all and (min-width: 769px) {
  .c-nav-global__link.is-active::after, .c-nav-global__link.is-showline::after, .c-nav-global__link:hover::after {
    width: calc(100% - 1px);
  }
}

.c-nav-global__link::before {
  position: absolute;
  content: '';
}

@media all and (max-width: 768px) {
  .c-nav-global__link::before {
    top: 13px;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global__link::before {
    top: 18px;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media all and (min-width: 1007px) {
  .c-nav-global__link::before {
    top: 6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.c-nav-global__link::after {
  position: absolute;
  content: '';
  bottom: -8px;
  left: -2px;
  right: -2px;
  width: calc(100% + 4px);
  height: 3px;
  background-color: #fff;
  -webkit-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}

@media all and (max-width: 768px) {
  .c-nav-global__link::after {
    display: none;
  }
}

@media all and (min-width: 769px) {
  .c-nav-global__link::after {
    bottom: -13px;
    left: 0;
    right: 1px;
    height: 5px;
    width: 0;
    background-color: #FFEF6F;
  }
}

.c-nav-global__link--home::before {
  background: url(/assets/image/common/ico_home.svg) no-repeat;
}

@media all and (max-width: 768px) {
  .c-nav-global__link--home::before {
    left: 1px;
    width: 24px;
    height: 19px;
    background-size: 24px 19px;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global__link--home::before {
    width: 37px;
    height: 29px;
    background-size: 37px 29px;
  }
}

.c-nav-global__link--note::before {
  background: url(/assets/image/common/ico_note.svg) no-repeat;
}

@media all and (max-width: 768px) {
  .c-nav-global__link--note::before {
    left: 4px;
    width: 16px;
    height: 20px;
    background-size: 16px 20px;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global__link--note::before {
    left: 4px;
    width: 25px;
    height: 33px;
    background-size: 25px 33px;
  }
}

@media all and (min-width: 1007px) {
  .c-nav-global__link--note::before {
    width: 16px;
    height: 20px;
    background-size: 16px 20px;
  }
}

.c-nav-global__link--gallery::before {
  background: url(/assets/image/common/ico_gallery.svg) no-repeat;
}

@media all and (max-width: 768px) {
  .c-nav-global__link--gallery::before {
    width: 22px;
    height: 18px;
    background-size: 22px 18px;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global__link--gallery::before {
    width: 35px;
    height: 29px;
    background-size: 35px 29px;
  }
}

@media all and (min-width: 1007px) {
  .c-nav-global__link--gallery::before {
    top: 8px;
    width: 22px;
    height: 18px;
    background-size: 22px 18px;
  }
}

.c-nav-global__link--blog::before {
  background: url(/assets/image/common/ico_blog.svg) no-repeat;
}

@media all and (max-width: 768px) {
  .c-nav-global__link--blog::before {
    width: 25px;
    height: 21px;
    background-size: 25px 21px;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global__link--blog::before {
    width: 35px;
    height: 29px;
    background-size: 35px 29px;
  }
}

@media all and (min-width: 1007px) {
  .c-nav-global__link--blog::before {
    top: 8px;
    width: 25px;
    height: 21px;
    background-size: 25px 21px;
  }
}

.c-nav-global__link--showroom::before {
  background: url(/assets/image/common/ico_showroom.svg) no-repeat;
}

@media all and (max-width: 768px) {
  .c-nav-global__link--showroom::before {
    left: 1px;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global__link--showroom::before {
    left: 0;
    width: 35px;
    height: 35px;
    background-size: 35px 35px;
  }
}

@media all and (min-width: 1007px) {
  .c-nav-global__link--showroom::before {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
  }
}

.c-nav-global__link--event::before {
  background: url(/assets/image/common/ico_event.svg) no-repeat;
}

@media all and (max-width: 768px) {
  .c-nav-global__link--event::before {
    width: 21px;
    height: 20px;
    background-size: 21px 20px;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global__link--event::before {
    width: 34px;
    height: 32px;
    background-size: 34px 32px;
  }
}

@media all and (min-width: 1007px) {
  .c-nav-global__link--event::before {
    width: 22px;
    height: 21px;
    background-size: 22px 21px;
  }
}

.c-nav-global__link--meseum::before {
  background: url(/assets/image/common/ico_meseum.svg) no-repeat;
}

@media all and (max-width: 768px) {
  .c-nav-global__link--meseum::before {
    width: 25px;
    height: 23px;
    background-size: 25px 23px;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global__link--meseum::before {
    left: -1px;
    width: 40px;
    height: 37px;
    background-size: 40px 37px;
  }
}

@media all and (min-width: 1007px) {
  .c-nav-global__link--meseum::before {
    width: 25px;
    height: 23px;
    background-size: 25px 23px;
  }
}

.c-nav-global__link--access::before {
  background: url(/assets/image/common/ico_access.svg) no-repeat;
}

@media all and (max-width: 768px) {
  .c-nav-global__link--access::before {
    left: 4px;
    width: 16px;
    height: 22px;
    background-size: 16px 22px;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global__link--access::before {
    left: 3px;
    width: 25px;
    height: 33px;
    background-size: 25px 33px;
  }
}

@media all and (min-width: 1007px) {
  .c-nav-global__link--access::before {
    width: 16px;
    height: 22px;
    background-size: 16px 22px;
  }
}

.c-nav-global__link--contact::before {
  background: url(/assets/image/common/ico_contact.svg) no-repeat;
}

@media all and (max-width: 768px) {
  .c-nav-global__link--contact::before {
    left: -1px;
    width: 24px;
    height: 23px;
    background-size: 24px 23px;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global__link--contact::before {
    left: -2px;
    width: 38px;
    height: 38px;
    background-size: 38px;
  }
}

@media all and (min-width: 1007px) {
  .c-nav-global__link--contact::before {
    left: calc(50% + 5px);
    width: 24px;
    height: 23px;
    background-size: 24px 23px;
  }
}

.c-nav-global__sub {
  opacity: 0;
  height: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
}

@media all and (min-width: 1007px) {
  .c-nav-global__sub {
    display: none;
    opacity: 1;
    height: inherit;
    visibility: visible;
    top: calc(100% + 2px);
  }
}

@media all and (min-width: 1007px) and (max-width: 1114px) {
  .c-nav-global__sub {
    top: calc(100% + 2px);
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global__sub {
    position: static;
    padding-top: 0;
    /*transition: all 0.5s;*/
  }
}

@media all and (max-width: 768px) {
  .c-nav-global__sub {
    position: static;
    padding-top: 0;
    /*transition: all 0.5s;*/
  }
}

@media all and (max-width: 768px) {
  .c-nav-global__sub.is-show {
    height: inherit;
    opacity: 1;
    visibility: visible;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global__sub.is-show {
    height: inherit;
    opacity: 1;
    visibility: visible;
  }
}

@media all and (min-width: 1007px) and (max-width: 1114px) {
  .c-nav-global__sub.is-show {
    height: inherit;
    opacity: 1;
    visibility: visible;
  }
}

.c-nav-global__sub.is-visible {
  display: block;
  -webkit-transition: max-height 0.25s ease-in;
  -o-transition: max-height 0.25s ease-in;
  transition: max-height 0.25s ease-in;
}

.c-nav-global__sub-wrap {
  max-width: 1074px;
  margin: 0 auto;
}

.c-nav-global__sub-in {
  max-width: 280px;
  margin: 0 0 0 auto;
}

@media all and (min-width: 769px) {
  .c-nav-global__sub-in {
    margin-left: 420px;
  }
}

@media all and (max-width: 768px) {
  .c-nav-global__sub-in {
    max-width: 100%;
    padding: 30px 0 0;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global__sub-in {
    max-width: 100%;
    padding: 25px 0 0;
  }
}

.c-nav-global .c-nav-museum {
  background-color: #FFEF6F;
  padding: 5px 2px 2px;
}

@media all and (max-width: 768px) {
  .c-nav-global .c-nav-museum {
    display: block;
    margin: -20px -5px 0 0;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global .c-nav-museum {
    display: block;
  }
}

.c-nav-global .c-nav-museum__item {
  padding: 5px;
}

@media all and (max-width: 768px) {
  .c-nav-global .c-nav-museum__item {
    width: auto;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global .c-nav-museum__item {
    width: 100%;
    margin-left: 47px;
  }
}

.c-nav-global .c-nav-museum__link {
  position: relative;
  display: block;
  padding: 2px 5px;
  font-size: 1.6rem;
  font-weight: 400;
  background-color: #FFEF6F;
}

@media all and (max-width: 768px) {
  .c-nav-global .c-nav-museum__link {
    display: inline-block;
    background-color: transparent;
    margin: 0;
    padding: 0 5px;
    font-size: 1.6rem;
    font-weight: normal;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global .c-nav-museum__link {
    display: inline-block;
    background-color: transparent;
    padding: 0 5px;
  }
}

.c-nav-global .c-nav-museum__link::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 15px;
}

@media all and (max-width: 768px) {
  .c-nav-global .c-nav-museum__link::before {
    content: none;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global .c-nav-museum__link::before {
    content: none;
  }
}

.c-nav-global .c-nav-museum__link:hover {
  text-decoration: none;
  color: #000;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 5px;
}

@media all and (max-width: 768px) {
  .c-nav-global .c-nav-museum__link.is-active::after {
    width: calc(100% - 5px);
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global .c-nav-museum__link.is-active::after {
    width: calc(100% - 5px);
  }
}

.c-nav-global .c-wrap-nav-blank {
  margin-top: 27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media all and (max-width: 768px) {
  .c-nav-global .c-wrap-nav-blank {
    margin-top: 0;
    display: block;
    margin-left: 0;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global .c-wrap-nav-blank {
    margin-top: 0;
    display: block;
    margin-left: 52px;
  }
}

.c-nav-global .c-wrap-nav-blank .c-nav-blank {
  margin-top: 0;
  width: 28%;
}

@media all and (max-width: 768px) {
  .c-nav-global .c-wrap-nav-blank .c-nav-blank {
    width: 100%;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global .c-wrap-nav-blank .c-nav-blank {
    width: 100%;
    margin-top: 8px;
  }
}

.c-nav-global .c-wrap-nav-blank .c-nav-blank:not(:first-child) {
  margin-left: 48px;
}

@media all and (max-width: 768px) {
  .c-nav-global .c-wrap-nav-blank .c-nav-blank:not(:first-child) {
    margin-left: 5px;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global .c-wrap-nav-blank .c-nav-blank:not(:first-child) {
    margin-left: 0;
  }
}

.c-nav-global .c-wrap-nav-blank .c-nav-blank__item {
  margin-top: 13px;
}

@media all and (max-width: 768px) {
  .c-nav-global .c-wrap-nav-blank .c-nav-blank__item {
    margin-top: 13px;
  }
}

.c-nav-global .c-wrap-nav-blank .c-nav-blank__link {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  padding-right: 25px;
}

@media all and (max-width: 768px) {
  .c-nav-global .c-wrap-nav-blank .c-nav-blank__link {
    font-weight: normal;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global .c-wrap-nav-blank .c-nav-blank__link {
    font-size: 2rem;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global .c-wrap-nav-blank .c-nav-blank__link:before {
    position: absolute;
    content: '';
    top: inherit;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 5px;
    width: 0;
    background: #fff none;
    -webkit-transition: width 0.2s ease-in-out;
    -o-transition: width 0.2s ease-in-out;
    transition: width 0.2s ease-in-out;
  }
}

.c-nav-global .c-wrap-nav-blank .c-nav-blank__link:after {
  content: '';
  position: absolute;
  top: 4px;
  right: 0;
  width: 16px;
  height: 16px;
  background: url(/assets/image/common/ico_otherlink.svg) 0 0 no-repeat;
  background-size: 16px 16px;
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global .c-wrap-nav-blank .c-nav-blank__link:after {
    top: 8px;
  }
}

.c-nav-global .c-wrap-nav-blank .c-nav-blank__link:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global .c-wrap-nav-blank .c-nav-blank__link:hover:before {
    width: 100%;
  }
}

.c-nav-global .c-wrap-nav-blank .c-nav-thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 31%;
  padding: 0 10px;
}

@media all and (max-width: 768px) {
  .c-nav-global .c-wrap-nav-blank .c-nav-thumb {
    display: none;
  }
}

@media all and (min-width: 1007px) and (max-width: 1114px) {
  .c-nav-global .c-wrap-nav-blank .c-nav-thumb {
    display: none;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global .c-wrap-nav-blank .c-nav-thumb {
    display: none;
  }
}

.c-nav-global .c-wrap-nav-blank .c-nav-thumb__thumb {
  position: relative;
  padding: 9px;
  width: 151px;
  overflow: hidden;
}

.c-nav-global .c-wrap-nav-blank .c-nav-thumb__thumb img {
  transition: transform 0.5s, -webkit-transform 0.5s;
  width: 100%;
  height: auto;
}

.c-nav-global .c-wrap-nav-blank .c-nav-thumb__thumb:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 151px;
  height: 151px;
  background: url(/assets/image/common/img_circle_01.png) 0 0 no-repeat;
  z-index: 2;
  overflow: hidden;
}

.c-nav-global .c-wrap-nav-blank .c-nav-thumb__text {
  margin-top: 14px;
  line-height: 1.5;
  font-size: 1.2rem;
  text-align: center;
}

.c-nav-global .c-wrap-nav-blank .c-nav-thumb__link:hover {
  text-decoration: underline;
}

.c-nav-global .c-wrap-nav-blank .c-nav-thumb__link:hover .c-nav-thumb__thumb img {
  border-radius: 50%;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  width: 100%;
}

@media all and (max-width: 768px) {
  .c-nav-global .c-nav-global__item--meseum {
    position: relative;
    cursor: pointer;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global .c-nav-global__item--meseum {
    position: relative;
    cursor: pointer;
  }
}

@media all and (min-width: 1007px) {
  .c-nav-global .c-nav-global__item--meseum {
    padding-bottom: 15px;
  }
}

@media all and (max-width: 768px) {
  .c-nav-global .c-nav-global__item--meseum:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 10px;
    top: 10px;
    right: 35px;
    background: url(/assets/image/common/ico_arrow_down_black_01.svg) 0 0 no-repeat;
    transition: transform 0.5s, -webkit-transform 0.5s;
    background-size: 16px 10px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global .c-nav-global__item--meseum:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 15px;
    top: 10px;
    right: 50px;
    background: url(/assets/image/common/ico_arrow_down_black_01.svg) 0 0 no-repeat;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

@media all and (max-width: 768px) {
  .c-nav-global .c-nav-global__item--meseum.is-active:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global .c-nav-global__item--meseum.is-active:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.c-nav-global .c-nav-global__item--meseum .c-nav-global__link {
  cursor: pointer;
}

@media all and (max-width: 768px) {
  .c-nav-global .c-nav-global__item--meseum .c-nav-global__link {
    pointer-events: none;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global .c-nav-global__item--meseum .c-nav-global__link {
    pointer-events: none;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global .c-nav-global__item--meseum .c-nav-global__link:hover {
    color: #222;
  }
}

@media all and (max-width: 768px) {
  .c-nav-global .c-nav-global__item--meseum .c-nav-global__link:hover::after {
    display: none;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .c-nav-global .c-nav-global__item--meseum .c-nav-global__link:hover::after {
    display: none;
  }
}

@media all and (min-width: 1007px) {
  .c-header.is-small .c-nav-global__link {
    height: auto;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .c-header.is-small .c-nav-global__link::before {
    display: none;
  }
  .c-header.is-small .c-nav-global__link::after {
    bottom: -13px;
  }
}

@media all and (min-width: 1007px) {
  .c-header.is-small .c-nav-global__sub {
    padding-top: 0;
  }
}

/* ==========================================================
  overlay
========================================================== */
.c-overlay-gnavi {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  background: rgba(0, 0, 0, 0.4);
}

/* ==========================================================
  c-page-title
========================================================== */
.c-page-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 25px 15px;
  background-color: #FFEF6F;
}

@media all and (min-width: 769px) {
  .c-page-title {
    display: block;
    padding: 53px 20px 48px;
    text-align: center;
  }
}

.c-page-title__icon {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 70px;
  height: 70px;
}

@media all and (min-width: 769px) {
  .c-page-title__icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 16px;
  }
}

.c-page-title__icon > img {
  display: block;
  width: 100%;
}

.c-page-title__title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 10px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2;
}

@media all and (min-width: 769px) {
  .c-page-title__title {
    font-size: 3.4rem;
    padding-left: 0;
  }
}

/* ==========================================================
  c-pagination
========================================================== */
.c-pagination {
  background-color: #F8F8F8;
  margin-bottom: 85px;
  padding: 7px 17px;
}

@media all and (min-width: 769px) {
  .c-pagination {
    font-size: 1.8rem;
    padding: 12px 50px;
  }
}

.c-pagination__row {
  width: auto;
  margin: 0 -10px;
}

@media all and (min-width: 769px) {
  .c-pagination__row {
    margin: 0 -14px;
  }
}

.c-pagination__item {
  width: auto;
  padding: 0 10px;
}

@media all and (min-width: 769px) {
  .c-pagination__item {
    padding: 0 14px;
  }
}

.c-pagination__link {
  color: #A6ADB4;
  font-size: 1.4rem;
  line-height: 1.2;
  display: inline-block;
  padding: 5px 0;
}

.c-pagination__link.is-current {
  color: #202124;
  border-bottom: 2px solid #49CBF2;
  text-decoration: none;
}

@media all and (min-width: 769px) {
  .c-pagination__link {
    font-size: 1.8rem;
    border-bottom: 2px solid #F8F8F8;
  }
  .c-pagination__link:hover {
    color: #202124;
    border-bottom: 2px solid #49CBF2;
    text-decoration: none;
  }
}

.c-pagination__button {
  top: 0;
  z-index: 100;
  width: 30px;
  height: 100%;
  background-color: #F8F8F8;
}

.c-pagination__button.swiper-button-prev {
  border-right: 1px solid #A6ADB4;
  left: 0;
}

.c-pagination__button.swiper-button-next {
  border-left: 1px solid #A6ADB4;
  right: 0;
}

.c-pagination__button.swiper-button-disabled {
  visibility: hidden;
}

@media all and (max-width: 768px) {
  .c-pagination__button {
    display: none;
  }
}

.c-pagination-wp {
  border-bottom: 1px solid #222;
  background-color: #F8F8F8;
  margin-bottom: 85px;
  padding: 7px 17px;
}

@media all and (min-width: 769px) {
  .c-pagination-wp {
    font-size: 1.8rem;
    padding: 12px 30px;
    overflow: hidden;
  }
}

.c-pagination-wp__row {
  width: auto;
  margin: 0 -12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
}

@media all and (min-width: 769px) {
  .c-pagination-wp__row {
    margin: 0 -6px;
  }
}

.c-pagination-wp__item {
  min-width: 38px;
  padding: 0 10px;
}

@media all and (min-width: 769px) {
  .c-pagination-wp__item {
    min-width: 50px;
    padding: 0 14px;
  }
}

.c-pagination-wp__link {
  color: #A6ADB4;
  font-size: 1.4rem;
  line-height: 1.2;
  display: inline-block;
  padding: 5px 0;
}

.c-pagination-wp__link.is-current {
  color: #202124;
  border-bottom: 2px solid #49CBF2;
  text-decoration: none;
}

@media all and (min-width: 769px) {
  .c-pagination-wp__link {
    font-size: 1.8rem;
    border-bottom: 2px solid #F8F8F8;
  }
  .c-pagination-wp__link:hover {
    color: #202124;
    border-bottom: 2px solid #49CBF2;
    text-decoration: none;
  }
}

.c-pagination-wp__button {
  top: 0;
  z-index: 100;
  width: 30px;
  height: 100%;
  background-color: #F8F8F8;
}

.c-pagination-wp__button.swiper-button-prev {
  border-right: 1px solid #A6ADB4;
  left: 0;
}

.c-pagination-wp__button.swiper-button-next {
  border-left: 1px solid #A6ADB4;
  right: 0;
}

.c-pagination-wp__button.swiper-button-disabled {
  visibility: hidden;
}

@media all and (max-width: 768px) {
  .c-pagination-wp__button {
    display: none;
  }
}

/* ==========================================================
  c-profile
========================================================== */
.c-profile {
  position: relative;
}

@media all and (max-width: 768px) {
  .c-profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media all and (min-width: 769px) {
  .c-profile {
    min-height: 216px;
    padding: 0 30px;
  }
}

.c-profile__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 45.61%;
}

@media all and (min-width: 769px) {
  .c-profile__image {
    position: absolute;
    top: 0;
    left: 30px;
    width: 216px;
  }
}

.c-profile__image > img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.c-profile__head {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 30px;
}

@media all and (min-width: 769px) {
  .c-profile__head {
    padding-left: 246px;
  }
}

.c-profile__name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

@media all and (min-width: 769px) {
  .c-profile__name {
    font-size: 3.2rem;
  }
}

@media all and (max-width: 768px) {
  .c-profile__name > span {
    display: block;
    font-size: 1.6rem;
  }
}

@media all and (min-width: 769px) {
  .c-profile__name > span {
    font-size: 2rem;
  }
}

.c-profile__position {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: 700;
}

@media all and (min-width: 769px) {
  .c-profile__position {
    margin-top: 5px;
    font-size: 2rem;
  }
}

.c-profile__info {
  margin-top: 10px;
  font-size: 1.8rem;
}

@media all and (min-width: 769px) {
  .c-profile__info {
    margin-top: 22px;
    padding-left: 246px;
    font-size: 1.6rem;
  }
}

/* ==========================================================
  section
========================================================== */
section:last-child {
  padding-bottom: 0;
}

/* ==========================================================
  c-section-cmn
========================================================== */
.c-section-cmn, .c-section-cmn-02, .p-top-section-notice, .p-top-section-tank, .p-top-section-blog, .p-top-section-web, .p-top-section-highlight {
  padding: 0 15px;
}

@media all and (min-width: 769px) {
  .c-section-cmn, .c-section-cmn-02, .p-top-section-notice, .p-top-section-tank, .p-top-section-blog, .p-top-section-web, .p-top-section-highlight {
    padding: 0 20px;
  }
}

@media all and (min-width: 769px) {
  .c-section-cmn__in, .p-top-section-notice__in, .p-top-section-tank__in, .p-top-section-blog__in, .p-top-section-web__in, .p-top-section-seminar__in, .p-top-section-event__in, .p-top-section-highlight__in {
    max-width: 1074px;
    margin: 0 auto;
  }
}

@media all and (min-width: 769px) {
  .c-section-cmn__container {
    max-width: 706px;
    margin: 0 auto;
  }
}

@media all and (min-width: 769px) {
  .c-section-cmn-02__in {
    max-width: 890px;
    margin: 0 auto;
  }
}

/* ==========================================================
  c-tab
========================================================== */
/* c-tab-archive
---------------------------------------------------------- */
.c-tab-archive {
  margin-top: 50px;
  padding: 20px 15px 25px;
  border: 6px solid #EDEDED;
  background-color: #fff;
}

@media all and (min-width: 769px) {
  .c-tab-archive {
    max-width: 890px;
    margin: 60px auto 0;
    padding: 60px 60px 45px;
  }
}

.c-tab-archive__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

@media all and (min-width: 769px) {
  .c-tab-archive__title {
    font-size: 2.2rem;
  }
}

.c-tab-archive__title > span {
  position: relative;
  display: inline-block;
  padding-top: 30px;
}

@media all and (min-width: 769px) {
  .c-tab-archive__title > span {
    padding-top: 0;
    padding-left: 40px;
  }
}

.c-tab-archive__title > span::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 34px;
  height: 22px;
  background: url(/assets/image/common/ico_folder.svg) no-repeat;
  background-size: 34px 22px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: '';
}

@media all and (min-width: 769px) {
  .c-tab-archive__title > span::before {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.c-tab-archive__select {
  position: relative;
  margin-top: 18px;
}

@media all and (min-width: 769px) {
  .c-tab-archive__select {
    display: none;
  }
}

.c-tab-archive__select::after {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 6px;
  height: 9px;
  background: url(/assets/image/common/ico_next_02.svg) no-repeat;
  background-size: 6px 9px;
  -webkit-transform: rotate(90deg) translateX(-50%);
  -ms-transform: rotate(90deg) translateX(-50%);
  transform: rotate(90deg) translateX(-50%);
  pointer-events: none;
  content: '';
}

.c-tab-archive__select-in {
  display: block;
  width: 100%;
  padding: 12px 30px 12px 20px;
  background: #fff;
  border: 1px solid #B2B2B2;
  font-size: 1.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-tab-archive__select-in::-ms-expand {
  display: none;
}

.c-tab-archive__tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px -17px 0;
}

@media all and (max-width: 768px) {
  .c-tab-archive__tab {
    display: none;
  }
}

.c-tab-archive__tab-item {
  margin: 5px 17px 0;
  padding: 0 6px;
  border-bottom: 5px solid transparent;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.c-tab-archive__tab-item:hover, .c-tab-archive__tab-item.is-active {
  border-color: #FFEF6F;
}

.c-tab-archive__list {
  margin-top: 25px;
}

.c-tab-archive__list-item {
  padding: 8px 0;
  font-size: 1.6rem;
  border-bottom: 1px dotted #B2B2B2;
}

@media all and (min-width: 769px) {
  .c-tab-archive__list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
  }
}

.c-tab-archive__list-item:first-child {
  padding-top: 0;
}

.c-tab-archive__list-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

@media all and (min-width: 769px) {
  .c-tab-archive__date {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 160px;
  }
}

@media all and (min-width: 769px) {
  .c-tab-archive__info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 14px;
  }
}

.c-tab-archive__info-link {
  text-decoration: underline;
}

/* c-tab-gallery
---------------------------------------------------------- */
.c-tab-gallery {
  margin-top: 35px;
}

@media all and (min-width: 769px) {
  .c-tab-gallery {
    margin-top: 65px;
  }
}

.c-tab-gallery__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

@media all and (min-width: 769px) {
  .c-tab-gallery__head {
    margin: 0;
  }
}

.c-tab-gallery__tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding: 5px;
  background-color: #E6E6E6;
  font-size: 1.8rem;
  font-weight: 700;
  color: #222;
  text-align: center;
  cursor: pointer;
}

.c-tab-gallery__tab.is-active {
  background-color: #222;
  color: #fff;
}

@media all and (min-width: 769px) {
  .c-tab-gallery__tab {
    padding: 10px;
    font-size: 2rem;
  }
  .c-tab-gallery__tab:hover {
    background-color: #222;
    color: #fff;
  }
}

.c-tab-gallery__content {
  padding-top: 30px;
}

@media all and (min-width: 769px) {
  .c-tab-gallery__content {
    padding-top: 60px;
  }
}

.c-tab-gallery__content-in {
  overflow: hidden;
}

/* ==========================================================
  c-text-svg-number
========================================================== */
.c-text-svg-number svg {
  display: block;
  height: 38px;
  width: 100%;
  zoom: 1;
}

@media all and (min-width: 769px) {
  .c-text-svg-number svg {
    height: 40px;
  }
}

.c-text-svg-number text {
  letter-spacing: 2px;
}

.c-text-svg-number .yellow {
  font: 3.8rem Uniuni;
  stroke-linejoin: round;
  stroke: #222;
  fill: #FFEF6F;
}

@media all and (max-width: 414px) {
  .c-text-svg-number .yellow {
    stroke-width: 1;
  }
}

@media all and (min-width: 415px) {
  .c-text-svg-number .yellow {
    stroke-width: 2;
  }
}

@media all and (min-width: 769px) {
  .c-text-svg-number .yellow {
    font: 4rem Uniuni;
  }
}

.c-text-svg-number .paintorder {
  font-family: "Noto Sans JP", serif;
  font-size: 1.6rem;
  font-weight: 700;
  fill: #222;
}

@media all and (min-width: 769px) {
  .c-text-svg-number .paintorder {
    font-size: 1.9rem;
  }
}

/* ==========================================================
  c-txt-intro
========================================================== */
.c-txt-intro {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
}

@media all and (min-width: 769px) {
  .c-txt-intro {
    font-weight: bold;
  }
}

/* ==========================================================
  font-feature
========================================================== */
.palt {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

/* ==========================================================
  title01
========================================================== */
.c-title-wave {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

@media all and (min-width: 769px) {
  .c-title-wave {
    font-size: 2.6rem;
  }
}

.c-title-wave > span {
  position: relative;
  display: inline-block;
  padding: 0 70px;
}

@media all and (min-width: 769px) {
  .c-title-wave > span {
    padding: 0 90px;
  }
}

.c-title-wave > span::before, .c-title-wave > span::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 49px;
  height: 21px;
  background: url(/assets/image/common/ico_wave.svg) no-repeat;
  background-size: 49px auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
}

@media all and (min-width: 769px) {
  .c-title-wave > span::before, .c-title-wave > span::after {
    width: 49px;
    height: 21px;
    background-size: 48px 21px;
  }
}

.c-title-wave > span::after {
  left: auto;
  right: 0;
}

.c-title-wave__emphasized {
  position: relative;
  top: -2px;
  margin-right: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #535353;
  color: #FFEF6F;
  border-radius: 10px;
  padding: 3px 15px;
  line-height: 1.2;
}

@media all and (min-width: 769px) {
  .c-title-wave__emphasized {
    font-size: 2.5rem;
  }
}

@media all and (max-width: 480px) {
  .c-title-wave__emphasized {
    display: block;
  }
}

@media all and (min-width: 769px) {
  .c-title-wave--large {
    font-size: 3.4rem;
  }
  .c-title-wave--large > span {
    padding: 0 125px;
  }
  .c-title-wave--large > span::before, .c-title-wave--large > span::after {
    width: 66px;
    height: 28px;
    background-size: 66px 28px;
  }
}

/* ==========================================================
  PAGES STYLES
========================================================== */
@-webkit-keyframes Roll {
  0% {
    -webkit-transform: rotateZ(3deg) scale(0.9);
    transform: rotateZ(3deg) scale(0.9);
  }
  50% {
    -webkit-transform: rotateZ(-3deg) scale(1);
    transform: rotateZ(-3deg) scale(1);
  }
  100% {
    -webkit-transform: rotateZ(3deg) scale(0.9);
    transform: rotateZ(3deg) scale(0.9);
  }
}
@keyframes Roll {
  0% {
    -webkit-transform: rotateZ(3deg) scale(0.9);
    transform: rotateZ(3deg) scale(0.9);
  }
  50% {
    -webkit-transform: rotateZ(-3deg) scale(1);
    transform: rotateZ(-3deg) scale(1);
  }
  100% {
    -webkit-transform: rotateZ(3deg) scale(0.9);
    transform: rotateZ(3deg) scale(0.9);
  }
}

@-webkit-keyframes FloatHorizontal {
  0% {
    -webkit-transform: translate3d(1.5vw, 0, 0);
    transform: translate3d(1.5vw, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(-1.5vw, 0, 0);
    transform: translate3d(-1.5vw, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(1.5vw, 0, 0);
    transform: translate3d(1.5vw, 0, 0);
  }
}

@keyframes FloatHorizontal {
  0% {
    -webkit-transform: translate3d(1.5vw, 0, 0);
    transform: translate3d(1.5vw, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(-1.5vw, 0, 0);
    transform: translate3d(-1.5vw, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(1.5vw, 0, 0);
    transform: translate3d(1.5vw, 0, 0);
  }
}

@-webkit-keyframes FloatVertical {
  0% {
    -webkit-transform: translate3d(0, 0.5vw, 0);
    transform: translate3d(0, 0.5vw, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -0.5vw, 0);
    transform: translate3d(0, -0.5vw, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0.5vw, 0);
    transform: translate3d(0, 0.5vw, 0);
  }
}

@keyframes FloatVertical {
  0% {
    -webkit-transform: translate3d(0, 0.5vw, 0);
    transform: translate3d(0, 0.5vw, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -0.5vw, 0);
    transform: translate3d(0, -0.5vw, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0.5vw, 0);
    transform: translate3d(0, 0.5vw, 0);
  }
}

/* ==========================================================
  Top
========================================================== */
/* p-top-contents
---------------------------------------------------------- */
.p-top-contents {
  position: relative;
  z-index: 2;
}

/* p-top-section-notice
---------------------------------------------------------- */
.p-top-section-notice {
  padding-top: 54px;
}

.p-top-section-notice:last-child {
  padding-bottom: 100px;
}

@media all and (min-width: 769px) {
  .p-top-section-notice:last-child {
    padding-top: 90px;
    padding-bottom: 215px;
  }
}

/* p-top-section-tank
---------------------------------------------------------- */
.p-top-section-tank {
  padding-top: 50px;
  padding-bottom: 78px;
  background-color: #f0faff;
}

@media all and (min-width: 769px) {
  .p-top-section-tank {
    padding-top: 80px;
    padding-bottom: 95px;
  }
}

.p-top-section-tank__intro {
  margin-top: 10px;
  font-size: 1.8rem;
  text-align: center;
}

@media all and (min-width: 769px) {
  .p-top-section-tank__intro {
    margin-top: 30px;
    font-size: 1.8rem;
  }
}

/* p-top-section-blog
---------------------------------------------------------- */
.p-top-section-blog {
  padding-top: 50px;
  padding-bottom: 78px;
}

@media all and (min-width: 769px) {
  .p-top-section-blog {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.p-top-section-blog__intro {
  margin-top: 25px;
  font-size: 1.8rem;
  text-align: center;
}

@media all and (min-width: 769px) {
  .p-top-section-blog__intro {
    margin-top: 33px;
    font-size: 1.8rem;
  }
}

.p-top-section-blog__button {
  margin: 35px auto 0;
}

@media all and (max-width: 768px) {
  .p-top-section-blog__button {
    max-width: 231px;
    text-align: center;
  }
}

@media all and (min-width: 769px) {
  .p-top-section-blog__button {
    margin: 55px auto 0;
  }
}

.p-top-section-blog__button > .c-button-normal, .p-top-section-blog__button > .c-button-blank, .p-top-section-blog__button > .c-button-pdf, .p-top-section-blog__button > .c-button-blank__wh {
  margin: 0 auto;
}

@media all and (max-width: 768px) {
  .p-top-section-blog__button > .c-button-normal, .p-top-section-blog__button > .c-button-blank, .p-top-section-blog__button > .c-button-pdf, .p-top-section-blog__button > .c-button-blank__wh {
    display: inline-block;
  }
}

.p-list-blog {
  margin-top: 35px;
}

@media all and (min-width: 769px) {
  .p-list-blog {
    margin-top: 48px;
  }
}

/* p-top-section-web
---------------------------------------------------------- */
.p-top-section-web {
  padding-top: 50px;
  padding-bottom: 78px;
  background-color: #f7f7f7;
}

@media all and (min-width: 769px) {
  .p-top-section-web {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.p-top-section-web__intro {
  margin-top: 25px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  text-align: left;
}

@media all and (min-width: 769px) {
  .p-top-section-web__intro {
    margin: 30px auto 0;
    font-size: 1.6rem;
    max-width: 727px;
  }
}

.p-top-section-web__mv {
  display: none;
}

@media all and (min-width: 769px) {
  .p-top-section-web__mv {
    display: block;
    margin: 55px -20px 0;
    background-color: #e4dac1;
  }
}

.p-top-section-web__mv > img {
  display: block;
  width: 100%;
  max-height: 397px;
}

@media all and (min-width: 1919px) {
  .p-top-section-web__mv > img {
    width: auto;
    height: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-top-section-web__button {
  margin: 35px auto 0;
}

@media all and (max-width: 768px) {
  .p-top-section-web__button {
    max-width: 231px;
    text-align: center;
  }
}

@media all and (min-width: 769px) {
  .p-top-section-web__button {
    margin: 55px auto 0;
  }
}

.p-top-section-web__button > .c-button-normal, .p-top-section-web__button > .c-button-blank, .p-top-section-web__button > .c-button-pdf, .p-top-section-web__button > .c-button-blank__wh {
  margin: 0 auto;
}

@media all and (max-width: 768px) {
  .p-top-section-web__button > .c-button-normal, .p-top-section-web__button > .c-button-blank, .p-top-section-web__button > .c-button-pdf, .p-top-section-web__button > .c-button-blank__wh {
    display: inline-block;
  }
}

/* p-top-section-article
---------------------------------------------------------- */
.p-top-section-article {
  margin-top: 50px;
}

@media all and (min-width: 769px) {
  .p-top-section-article {
    margin-top: 100px;
    margin-bottom: 160px;
  }
}

/* p-top-section-seminar
---------------------------------------------------------- */
.p-top-section-seminar {
  padding: 55px 15px 50px;
  background: url(/assets/image/common/bg_grid_01.png) #fff top left repeat;
  background-size: 60px;
}

@media all and (min-width: 769px) {
  .p-top-section-seminar {
    padding-top: 100px;
    padding-bottom: 110px;
  }
}

.p-top-section-seminar__intro {
  margin-top: 25px;
  font-size: 1.8rem;
  text-align: left;
}

@media all and (min-width: 769px) {
  .p-top-section-seminar__intro {
    margin-top: 50px;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
  }
}

.p-top-section-seminar__list {
  margin-top: 55px;
}

@media all and (min-width: 769px) {
  .p-top-section-seminar__list {
    margin-top: 30px;
  }
}

/* p-top-section-event
---------------------------------------------------------- */
.p-top-section-event {
  padding: 55px 15px !important;
  background-color: #FDFCF2;
}

@media all and (min-width: 769px) {
  .p-top-section-event {
    padding: 90px 20px 170px !important;
  }
}

.p-top-section-event__list {
  margin-top: 28px;
}

@media all and (min-width: 769px) {
  .p-top-section-event__list {
    margin-top: 55px;
  }
}

/* p-top-main-visual
---------------------------------------------------------- */
.p-top-main-visual {
  position: relative;
}

.p-top-main-visual__box-logo {
  position: fixed;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media all and (max-width: 768px) {
  .p-top-main-visual__box-logo {
    top: 96px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0);
  }
}

@media all and (max-width: 375px) {
  .p-top-main-visual__box-logo {
    top: 25.600vw;
    width: 43.867vw;
  }
}

@media all and (min-width: 769px) {
  .p-top-main-visual__box-logo {
    top: 145px;
  }
}

@media all and (min-width: 769px) and (max-width: 1114px) {
  .p-top-main-visual__box-logo {
    left: 20px;
  }
}

@media all and (min-width: 1115px) {
  .p-top-main-visual__box-logo {
    left: 50%;
    margin-left: -537px;
  }
}

.p-top-main-visual__box-logo.is-stop {
  position: absolute;
}

@media all and (max-width: 768px) {
  .p-top-main-visual__logo {
    width: 127px;
  }
}

@media all and (min-width: 769px) {
  .p-top-main-visual__logo {
    width: 248px;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .p-top-main-visual__logo {
    width: 24.453vw;
  }
}

.p-top-main-visual__button {
  margin: 0 auto;
  text-align: center;
}

@media all and (max-width: 768px) {
  .p-top-main-visual__button {
    margin-top: 6px;
  }
}

@media all and (min-width: 769px) {
  .p-top-main-visual__button {
    margin-top: 20px;
  }
}

.p-top-main-visual__button-link {
  text-align: center;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 5px 30px 5px 15px;
  font-family: "Noto Sans JP", serif;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
}

@media all and (max-width: 768px) {
  .p-top-main-visual__button-link {
    background-color: transparent;
  }
}

.p-top-main-visual__button-link::before {
  content: '▶';
  font-size: 0.9rem;
  position: absolute;
  right: 10px;
  top: 9px;
}

@media all and (max-width: 768px) {
  .p-top-main-visual__button-link::before {
    top: 10px;
  }
}

.p-top-main-visual__button-link:hover {
  color: rgba(95, 95, 95, 0.7);
  text-decoration: none;
}

.p-top-main-visual__bg-holder {
  position: relative;
  z-index: -2;
  background: #fdfdfd;
}

@media all and (min-width: 769px) {
  .p-top-main-visual__bg-holder {
    height: calc(100vh - 100px);
  }
}

.p-top-main-visual__bg-fixed {
  position: fixed;
  width: 100%;
  max-width: 1200px;
  left: 54%;
  z-index: -1;
  background: url(/assets/image/top/img_main_mv_2403.webp) #fdfdfd center right no-repeat;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media all and (max-width: 768px) {
  .p-top-main-visual__bg-fixed {
    max-width: unset;
    top: 214px;
    left: 50%;
    height: 105vw;
    background-size: contain;
    background-position: center;
  }
}

@media all and (max-width: 375px) {
  .p-top-main-visual__bg-fixed {
    top: 50vw;
  }
}

@media all and (min-width: 769px) {
  .p-top-main-visual__bg-fixed {
    top: 70px;
    height: calc(100vh - 50px);
    background-size: contain;
  }
}

@media all and (min-width: 1030px) and (max-width: 1690px) {
  .p-top-main-visual__bg-fixed {
    top: 72px;
    height: calc(100vh - 64px);
    max-width: 1030px;
    background-size: contain;
  }
}

.p-top-main-visual__content {
  position: relative;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 239, 111, 0.899597)), color-stop(70%, #ffef6f), to(#ffef6f));
  background: -webkit-linear-gradient(top, rgba(255, 239, 111, 0.899597) 0%, #ffef6f 70%, #ffef6f 100%);
  background: -o-linear-gradient(top, rgba(255, 239, 111, 0.899597) 0%, #ffef6f 70%, #ffef6f 100%);
  background: linear-gradient(180deg, rgba(255, 239, 111, 0.899597) 0%, #ffef6f 70%, #ffef6f 100%);
  margin-top: -55px;
}

@media all and (min-width: 769px) {
  .p-top-main-visual__content {
    padding: 115px 20px 58px;
    margin-top: 0;
  }
}

.p-top-main-visual__content-in {
  font-family: "Noto Serif JP", serif;
}

@media all and (max-width: 768px) {
  .p-top-main-visual__content-in {
    padding: 75px 15px 50px;
  }
}

@media all and (min-width: 769px) {
  .p-top-main-visual__content-in {
    max-width: 1074px;
    padding-left: 276px;
    margin: 0 auto;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .p-top-main-visual__content-in {
    padding-left: 27.435vw;
  }
}

.p-top-main-visual__title {
  margin-bottom: 20px;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.75;
}

@media all and (min-width: 769px) {
  .p-top-main-visual__title {
    margin-bottom: 25px;
    font-size: 4rem;
  }
}

.p-top-main-visual__wrap {
  text-align: center;
}

.p-top-main-visual__btn {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  padding: 10px 0;
}

@media all and (min-width: 769px) {
  .p-top-main-visual__btn:hover {
    opacity: 0.7;
  }
}

.p-top-main-visual__btn::before {
  content: '';
  padding-left: 35px;
  background-image: url(/assets/image/top/ico_plus.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 25px;
}

.p-top-main-visual__btn.is-open::before {
  background-image: url(/assets/image/top/ico_minus.svg);
}

.p-top-main-visual__inner {
  padding: 20px 0 30px;
}

@media all and (min-width: 769px) {
  .p-top-main-visual__inner {
    padding: 20px 0 30px;
  }
}

.p-top-main-visual__text {
  position: relative;
  font-size: 2rem;
  line-height: 2.0;
  height: auto;
  max-height: 680px;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
  text-align: left;
}

@media all and (min-width: 769px) {
  .p-top-main-visual__text {
    line-height: 2.0;
  }
}

.p-top-main-visual__text.is-open::before {
  z-index: -1;
  opacity: 0;
}

.p-top-main-visual__text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 300px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#FFEF6F));
  background: -webkit-linear-gradient(top, transparent 0%, #FFEF6F 100%);
  background: -o-linear-gradient(top, transparent 0%, #FFEF6F 100%);
  background: linear-gradient(to bottom, transparent 0%, #FFEF6F 100%);
}

.p-top-main-visual__text-head {
  font-size: 2.1rem;
  line-height: 1.4;
  font-weight: 700;
}

.p-top-main-visual__text-bold {
  font-weight: 700;
}

.p-top-main-visual__text-small {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.8;
}

.p-top-main-visual__text-small_inline {
  display: inline;
  font-size: 1.6rem;
  line-height: 1.8;
}

.p-top-main-visual__text-small_title {
  font-size: 1.6rem;
  line-height: 1.5;
}

@media all and (min-width: 769px) {
  .p-top-main-visual__text-small_title {
    font-size: 3rem;
  }
}

.p-top-main-visual__text-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.p-top-main-visual__text-quote {
  display: block;
  font-size: 1.6rem;
  padding: 0 5px 0 32px;
}

@media all and (min-width: 769px) {
  .p-top-main-visual__text-quote {
    padding: 0 0 0 32px;
  }
}

.p-top-main-visual__text-list__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
}

@media all and (min-width: 769px) {
  .p-top-main-visual__text-list__wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.p-top-main-visual__text-list {
  width: 220px;
  padding: 15px;
}

@media all and (min-width: 769px) {
  .p-top-main-visual__text-list:last-child {
    margin-top: 0;
    margin-left: 40px;
  }
}

.p-top-main-visual__text-list .p-top-main-visual__text-list__main:nth-of-type(3) {
  padding-bottom: 8px;
  border-bottom: 2px dotted #222;
}

.p-top-main-visual__text-list .p-top-main-visual__text-list__main:nth-of-type(4) {
  padding-top: 6px;
}

.p-top-main-visual__text-list__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.p-top-main-visual__text-list__main dt {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-top-main-visual__text-list__main dd.text-list__area {
  margin-left: 16px;
}

.p-top-main-visual__text-list__main dd.text-list__weight {
  margin-left: auto;
}

.p-top-main-visual__text-link {
  text-decoration: underline;
}

.p-top-main-visual__arrow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 52px;
  background: url(/assets/image/top/ico_arrow.svg) center no-repeat;
  background-size: 30px 17px;
}

@media all and (min-width: 769px) {
  .p-top-main-visual__arrow {
    display: none;
  }
}

.p-top-main-visual__table {
  margin-bottom: 40px;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: left;
}

@media all and (min-width: 769px) {
  .p-top-main-visual__table {
    font-size: 2rem;
    line-height: 2.0;
  }
}

.p-top-main-visual__table-heading {
  padding-right: 13px;
}

@media all and (min-width: 769px) {
  .p-top-main-visual__table-heading {
    padding-right: 40px;
  }
}

.p-top-main-visual__table-data {
  padding-right: 13px;
}

@media all and (min-width: 769px) {
  .p-top-main-visual__table-data {
    padding-right: 40px;
  }
}

.p-top-main-visual__table-caption {
  caption-side: bottom;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media all and (min-width: 769px) {
  .p-top-main-visual__table-caption {
    font-size: 1.6rem;
    line-height: 2;
  }
}

/* p-top-highlight
---------------------------------------------------------- */
.p-top-highlight {
  position: relative;
  margin-top: 22px;
}

@media all and (min-width: 769px) {
  .p-top-highlight {
    margin-top: 45px;
  }
}

@media all and (min-width: 769px) {
  .p-top-highlight__container {
    overflow: visible;
    max-width: 713px;
    margin: 0 auto;
  }
}

.p-top-highlight__item {
  font-size: 1.6rem;
  text-align: center;
}

.p-top-highlight__link {
  display: block;
}

@media all and (min-width: 769px) {
  .p-top-highlight__link:hover {
    color: inherit;
    text-decoration: none;
  }
  .p-top-highlight__link:hover .p-top-highlight__image {
    opacity: 0.7;
  }
  .p-top-highlight__link:hover .p-top-highlight__title {
    text-decoration: underline;
  }
}

.p-top-highlight__image {
  display: block;
  width: 100%;
  border-radius: 5px;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.p-top-highlight__title {
  margin-top: 12px;
  font-size: 2rem;
  font-weight: 700;
}

@media all and (min-width: 769px) {
  .p-top-highlight__title {
    margin-top: 25px;
    font-size: 1.8rem;
  }
}

.p-top-highlight__btn-prev, .p-top-highlight__btn-next {
  display: none;
}

@media all and (min-width: 769px) {
  .p-top-highlight__btn-prev, .p-top-highlight__btn-next {
    position: absolute;
    right: -50px;
    z-index: 1;
    display: block;
    top: 158px;
    width: 20px;
    height: 34px;
    background: url(/assets/image/common/ico_next_01.svg) no-repeat;
    background-size: 20px 34px;
    cursor: pointer;
  }
}

.p-top-highlight__btn-prev:hover, .p-top-highlight__btn-next:hover {
  background-image: url(/assets/image/common/ico_next_02.svg);
}

@media all and (min-width: 769px) {
  .p-top-highlight__btn-prev {
    right: auto;
    left: -50px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

.p-top-highlight .p-top-highlight__pagination {
  position: relative;
  left: auto;
  bottom: auto;
  margin-top: 40px;
  font-size: 0;
}

@media all and (min-width: 769px) {
  .p-top-highlight .p-top-highlight__pagination {
    margin-top: 45px;
  }
}

.p-top-highlight .p-top-highlight__pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  margin: 0 12px;
  background-color: #DEDEDE;
  opacity: 1;
  outline: none;
}

@media all and (min-width: 769px) {
  .p-top-highlight .p-top-highlight__pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
}

.p-top-highlight .p-top-highlight__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FFEF6F;
}

/* p-top-notice
---------------------------------------------------------- */
.p-top-notice {
  margin-top: 30px;
  padding: 25px 14px 20px;
  border: 2px solid #343434;
  background-color: #fff;
}

@media all and (min-width: 769px) {
  .p-top-notice {
    margin-top: 55px;
    padding: 30px 15px 27px;
  }
}

.p-top-notice__item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #222;
  line-height: 1.4;
}

@media all and (min-width: 769px) {
  .p-top-notice__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    padding-left: 5px;
  }
}

.p-top-notice__item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.p-top-notice__date {
  font-size: 1.6rem;
  font-weight: 700;
}

@media all and (min-width: 769px) {
  .p-top-notice__date {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 160px;
  }
}

.p-top-notice__info {
  margin-top: 8px;
  font-size: 1.6rem;
  line-height: 1.75;
}

@media all and (min-width: 769px) {
  .p-top-notice__info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
    font-weight: 700;
  }
}

.p-top-notice__info .p-box-notice-intro__tag {
  margin-left: 0;
  line-height: 2;
}

@media all and (min-width: 769px) {
  .p-top-notice__info .p-box-notice-intro__tag {
    margin-left: 0;
    margin-right: 10px;
    font-weight: normal;
  }
}

/* p-top-web-content
---------------------------------------------------------- */
.p-top-web-content {
  margin-top: 40px;
}

@media all and (min-width: 769px) {
  .p-top-web-content {
    max-width: 1074px;
    margin: 60px auto 0;
  }
}

@media all and (min-width: 769px) {
  .p-top-web-content__in {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
  }
}

@media all and (min-width: 769px) {
  .p-top-web-content__in::before {
    content: '';
    position: absolute;
    top: -26px;
    right: -30px;
    left: -30px;
    bottom: -20px;
    background-color: #fff;
    border-radius: 20px;
    z-index: -1;
  }
}

.p-top-web-content__info {
  text-align: center;
}

@media all and (min-width: 769px) {
  .p-top-web-content__info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 275px;
  }
}

.p-top-web-content__title {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

@media all and (max-width: 768px) {
  .p-top-web-content__title {
    text-align: center;
    background-color: #fff;
    padding: 13px 33px;
    border-radius: 5px;
  }
}

@media all and (min-width: 769px) {
  .p-top-web-content__title {
    font-size: 3.4rem;
    text-align: left;
  }
}

.p-top-web-content__mv {
  margin: 22px -15px 0;
}

@media all and (min-width: 769px) {
  .p-top-web-content__mv {
    display: none;
  }
}

.p-top-web-content__mv > img {
  display: block;
  width: 100%;
}

.p-top-web-content__text {
  margin-top: 30px;
  font-size: 1.8rem;
  line-height: 2;
  text-align: left;
}

@media all and (min-width: 769px) {
  .p-top-web-content__text {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}

.p-top-web-content__title-sub {
  margin-top: 12px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: left;
}

@media all and (min-width: 769px) {
  .p-top-web-content__title-sub {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}

.p-top-web-content__note {
  margin-top: 18px;
  font-size: 1.4rem;
  color: #898989;
}

@media all and (min-width: 769px) {
  .p-top-web-content__note {
    margin-top: 15px;
    font-size: 1.2rem;
  }
}

.p-top-web-content__list {
  overflow: hidden;
}

@media all and (max-width: 768px) {
  .p-top-web-content__list {
    margin: 5px -15px 0;
    padding: 0 15px;
  }
}

@media all and (min-width: 769px) {
  .p-top-web-content__list {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 15px;
  }
}

.p-top-web-content__list-container {
  overflow: visible;
}

@media all and (min-width: 769px) {
  .p-top-web-content__list-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media all and (max-width: 768px) {
  .p-top-web-content__list-item {
    width: 100%;
  }
}

@media all and (min-width: 769px) {
  .p-top-web-content__list-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 261px;
    padding-left: 14px;
  }
}

@media all and (max-width: 768px) {
  .p-top-web-content__list-item:not(:first-child) {
    margin-top: 10px;
  }
}

/* p-top-box-article
---------------------------------------------------------- */
@media all and (min-width: 769px) {
  .p-top-box-article__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-top-box-article__item:nth-child(2n) .p-top-box-article__image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .p-top-box-article__item:nth-child(2n) .p-top-box-article__info {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .p-top-box-article__item:nth-child(2n) .p-top-box-article__info-in {
    margin-left: auto;
  }
}

@media all and (min-width: 769px) {
  .p-top-box-article__image {
    width: 54.01%;
  }
}

.p-top-box-article__image > img {
  display: block;
  width: 100%;
}

@media all and (min-width: 769px) {
  .p-top-box-article__image > img {
    display: none;
  }
}

.p-top-box-article__image--bg-01 {
  background: url(/assets/image/top/bg_article_01.png) #fff top right no-repeat;
  background-size: cover;
}

.p-top-box-article__image--bg-02 {
  background: url(/assets/image/top/bg_article_02.jpg) #fff top center no-repeat;
  background-size: cover;
}

.p-top-box-article__image--bg-03 {
  background: url(/assets/image/top/bg_article_03.jpg) #fff top center no-repeat;
  background-size: cover;
}

.p-top-box-article__info {
  position: relative;
  background-color: #B4CFE5;
}

@media all and (min-width: 769px) {
  .p-top-box-article__info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.p-top-box-article__info--bg-02 {
  background-color: #ECE5F7;
}

.p-top-box-article__info--bg-03 {
  background-color: #E1F5F5;
}

.p-top-box-article__info-in {
  padding: 30px 15px 50px;
}

@media all and (min-width: 769px) {
  .p-top-box-article__info-in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 460px;
    min-height: 500px;
    padding: 45px 15px 55px 30px;
  }
}

.p-top-box-article__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}

@media all and (min-width: 769px) {
  .p-top-box-article__title {
    font-size: 3.4rem;
  }
}

.p-top-box-article__prof {
  margin-top: 5px;
  font-size: 1.8rem;
  font-weight: 700;
}

@media all and (min-width: 769px) {
  .p-top-box-article__prof {
    margin-top: 12px;
    font-size: 1.6rem;
  }
}

.p-top-box-article__year {
  margin-top: 5px;
  font-size: 1.8rem;
  font-weight: 700;
}

@media all and (min-width: 769px) {
  .p-top-box-article__year {
    margin-top: 5px;
    font-size: 1.6rem;
  }
}

.p-top-box-article__text {
  margin-top: 24px;
  font-size: 1.8rem;
}

@media all and (min-width: 769px) {
  .p-top-box-article__text {
    margin-top: 30px;
    font-size: 1.6rem;
  }
}

@media all and (min-width: 769px) {
  .p-top-box-article__title + .p-top-box-article__text {
    margin-top: 75px;
  }
}

.p-top-box-article__button {
  margin-top: 30px;
}

.c-box-fish-tank__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.c-box-fish-tank__intro .c-box-fish-tank__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

@media all and (min-width: 769px) {
  .c-box-fish-tank__intro .c-box-fish-tank__title {
    font-size: 4rem;
    text-align: left;
  }
}

.c-box-fish-tank__intro .c-box-fish-tank__title > span {
  position: relative;
  display: inline-block;
  padding: 0 100px;
}

@media all and (min-width: 769px) {
  .c-box-fish-tank__intro .c-box-fish-tank__title > span {
    padding: 0;
  }
}

.c-box-fish-tank__intro .c-box-fish-tank__title > span::before, .c-box-fish-tank__intro .c-box-fish-tank__title > span::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 66px;
  height: 28px;
  background: url(/assets/image/common/ico_wave.svg) no-repeat;
  background-size: 66px 28px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
}

@media all and (min-width: 769px) {
  .c-box-fish-tank__intro .c-box-fish-tank__title > span::before, .c-box-fish-tank__intro .c-box-fish-tank__title > span::after {
    display: none;
  }
}

.c-box-fish-tank__intro .c-box-fish-tank__title > span::after {
  left: auto;
  right: 0;
}

.c-box-fish-tank__intro .c-box-fish-tank__text {
  margin-top: 22px;
}

@media all and (min-width: 769px) {
  .c-box-fish-tank__intro .c-box-fish-tank__text {
    margin-top: 30px;
  }
}

.c-box-fish-tank__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 24px;
}

@media all and (max-width: 768px) {
  .c-box-fish-tank__nav {
    display: none;
  }
}

.c-box-fish-tank__slider {
  overflow: inherit !important;
  padding-right: 34%;
}

@media all and (max-width: 768px) {
  .c-box-fish-tank__slider {
    margin-top: 60px;
  }
}

@media all and (min-width: 769px) {
  .c-box-fish-tank__slider {
    margin-top: 60px;
    padding-right: 0;
  }
}

.c-box-fish-tank__button {
  margin: 35px auto 0;
}

@media all and (max-width: 768px) {
  .c-box-fish-tank__button {
    max-width: 247px;
    text-align: center;
  }
}

@media all and (min-width: 769px) {
  .c-box-fish-tank__button {
    margin-top: 55px;
  }
}

.c-box-fish-tank__button > .c-button-normal, .c-box-fish-tank__button > .c-button-blank, .c-box-fish-tank__button > .c-button-pdf, .c-box-fish-tank__button > .c-button-blank__wh {
  margin: 0 auto;
}

@media all and (max-width: 768px) {
  .c-box-fish-tank__button > .c-button-normal, .c-box-fish-tank__button > .c-button-blank, .c-box-fish-tank__button > .c-button-pdf, .c-box-fish-tank__button > .c-button-blank__wh {
    display: inline-block;
  }
}

.c-box-fish-tank .p-list-tank-nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media all and (min-width: 769px) {
  .c-box-fish-tank .p-list-tank-nav {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-top: 22px;
  }
}

.c-box-fish-tank .p-list-tank-nav__button {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.c-box-fish-tank .p-list-tank-nav__button--prev {
  margin-left: 7px;
}

@media all and (min-width: 769px) {
  .c-box-fish-tank .p-list-tank-nav__button--prev {
    margin-left: 12px;
  }
}

.c-box-fish-tank .p-list-tank-nav__button--prev .p-list-tank-nav__icon {
  margin-right: auto;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.c-box-fish-tank .p-list-tank-nav__button--prev:not(.is-disabled):hover .p-list-tank-nav__icon {
  -webkit-transform: scaleX(-1) translateX(7px);
  -ms-transform: scaleX(-1) translateX(7px);
  transform: scaleX(-1) translateX(7px);
}

@media all and (min-width: 769px) {
  .c-box-fish-tank .p-list-tank-nav__button--prev:not(.is-disabled):hover .p-list-tank-nav__icon {
    -webkit-transform: scaleX(-1) translateX(12px);
    -ms-transform: scaleX(-1) translateX(12px);
    transform: scaleX(-1) translateX(12px);
  }
}

.c-box-fish-tank .p-list-tank-nav__button--next {
  margin-right: 7px;
}

@media all and (min-width: 769px) {
  .c-box-fish-tank .p-list-tank-nav__button--next {
    margin-right: 12px;
  }
}

.c-box-fish-tank .p-list-tank-nav__button--next .p-list-tank-nav__icon {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  margin-left: auto;
}

.c-box-fish-tank .p-list-tank-nav__button--next:not(.is-disabled):hover .p-list-tank-nav__icon {
  -webkit-transform: translateX(7px);
  -ms-transform: translateX(7px);
  transform: translateX(7px);
}

@media all and (min-width: 769px) {
  .c-box-fish-tank .p-list-tank-nav__button--next:not(.is-disabled):hover .p-list-tank-nav__icon {
    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px);
  }
}

.c-box-fish-tank .p-list-tank-nav__button:hover {
  text-decoration: none;
}

.c-box-fish-tank .p-list-tank-nav__button.is-disabled {
  pointer-events: none;
}

.c-box-fish-tank .p-list-tank-nav__button.is-disabled .p-list-tank-nav__text {
  color: rgba(34, 34, 34, 0.25);
}

.c-box-fish-tank .p-list-tank-nav__button.is-disabled .p-list-tank-nav__icon-normal {
  display: none;
}

.c-box-fish-tank .p-list-tank-nav__button.is-disabled .p-list-tank-nav__icon-disabled {
  display: block;
}

.c-box-fish-tank .p-list-tank-nav__icon {
  width: 38px;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

@media all and (min-width: 769px) {
  .c-box-fish-tank .p-list-tank-nav__icon {
    width: 50px;
  }
}

.c-box-fish-tank .p-list-tank-nav__icon > img {
  max-width: 100%;
}

.c-box-fish-tank .p-list-tank-nav__icon-normal {
  display: block;
}

.c-box-fish-tank .p-list-tank-nav__icon-disabled {
  display: none;
}

.c-box-fish-tank .p-list-tank-nav__text {
  font-size: 1.6rem;
  padding-bottom: 10px;
}

@media all and (min-width: 769px) {
  .c-box-fish-tank .p-list-tank-nav__text {
    padding-bottom: 15px;
  }
}

.c-box-fish-tank .p-list-tank-nav__container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 30px;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.c-box-fish-tank .p-list-tank-nav__container.turn-left {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media all and (min-width: 769px) {
  .c-box-fish-tank .p-list-tank-nav__container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0 70px;
  }
}

.c-box-fish-tank .p-list-tank-nav__submarine {
  -webkit-animation: Roll 3.5s ease-in-out infinite;
  animation: Roll 3.5s ease-in-out infinite;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  text-align: center;
}

.c-box-fish-tank .p-list-tank-nav__submarine .p-list-tank-nav__image {
  -webkit-animation: FloatHorizontal 7.0s ease-in-out infinite alternate;
  animation: FloatHorizontal 7.0s ease-in-out infinite alternate;
}

.c-box-fish-tank .p-list-tank-nav__submarine .p-list-tank-nav__image > img {
  -webkit-animation: FloatVertical 6.0s ease-in-out infinite alternate;
  animation: FloatVertical 6.0s ease-in-out infinite alternate;
}

.c-box-fish-tank .p-list-tank-slider {
  width: auto;
  padding: 0 16px;
}

@media all and (min-width: 769px) {
  .c-box-fish-tank .p-list-tank-slider {
    padding: 0;
  }
}

.c-box-fish-tank .p-list-tank-slider__link {
  display: block;
}

.c-box-fish-tank .p-list-tank-slider__link:hover {
  text-decoration: none;
}

@media all and (min-width: 769px) {
  .c-box-fish-tank .p-list-tank-slider__link:hover .p-list-tank-slider__image > img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}

.c-box-fish-tank .p-list-tank-slider__figure {
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 20px;
  z-index: 1;
}

.c-box-fish-tank .p-list-tank-slider__border {
  overflow: hidden;
  position: absolute;
  top: -13px;
  bottom: -13px;
  left: -13px;
  right: -13px;
  z-index: 2;
}

@media all and (min-width: 769px) {
  .c-box-fish-tank .p-list-tank-slider__border {
    top: -6.085%;
    left: -7.02%;
    right: -7.02%;
    bottom: -6.085%;
  }
}

.c-box-fish-tank .p-list-tank-slider__border > img {
  display: block;
  max-width: 100%;
}

.c-box-fish-tank .p-list-tank-slider__image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 50%;
}

.c-box-fish-tank .p-list-tank-slider__image > img {
  max-width: 100%;
}

@media all and (min-width: 769px) {
  .c-box-fish-tank .p-list-tank-slider__image > img {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
}

.c-box-fish-tank .p-list-tank-slider__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-box-fish-tank .p-list-tank-slider__caption > span {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  background-color: #FFE300;
  padding: 6px;
}

.c-box-fish-tank .p-list-tank-slider__caption > span:not(:first-child) {
  margin-top: 5px;
}

.c-box-fish-tank .p-list-tank-slider__title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 8px;
}

.c-box-fish-tank .p-list-tank-slider__text {
  font-size: 1.6rem;
  line-height: 2.0;
}

@media all and (min-width: 769px) {
  .c-box-fish-tank .p-list-tank-slider__text {
    font-size: 1.4rem;
  }
}

/* p-top-banner
---------------------------------------------------------- */
.p-top-banner {
  margin-top: 20px;
}

@media all and (min-width: 769px) {
  .p-top-banner {
    margin-top: 30px;
  }
}

.p-top-banner__list {
  display: block;
  margin: 0 -12.5px;
}

@media all and (min-width: 769px) {
  .p-top-banner__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.p-top-banner__item {
  width: 100%;
  margin-top: 20px;
}

@media all and (min-width: 769px) {
  .p-top-banner__item {
    width: 25%;
    margin-top: 0;
  }
}

@media all and (max-width: 768px) {
  .p-top-banner__item:not(:first-child) {
    margin-top: 20px;
  }
}

.p-top-banner__link {
  display: block;
  margin: 0 12.5px;
}

@media all and (min-width: 769px) {
  .p-top-banner__link {
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .p-top-banner__link:hover {
    opacity: 0.7;
  }
}

.p-top-banner__image {
  width: 100%;
  max-width: 100%;
}

/* p-card-note-top
---------------------------------------------------------- */
.p-card-note-top {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  border-radius: 12px;
  border: 2px solid #D9D455;
  background-color: #fff;
  text-decoration: none;
}

.p-card-note-top:not(.is-disabled):hover .yellow {
  stroke-width: 1;
}

@media all and (min-width: 769px) {
  .p-card-note-top {
    display: block;
  }
  .p-card-note-top:not(.is-disabled):hover {
    text-decoration: none;
  }
  .p-card-note-top:not(.is-disabled):hover .p-card-note-top__image {
    opacity: 0.7;
    -webkit-transform: scale(1.1) translateZ(0);
    transform: scale(1.1) translateZ(0);
  }
  .p-card-note-top:not(.is-disabled):hover .p-card-note-top__info {
    opacity: 0.7;
    text-decoration: none;
  }
  .p-card-note-top:not(.is-disabled):hover .p-card-note-top__info .yellow {
    stroke-width: 2;
  }
}

.p-card-note-top.is-disabled {
  cursor: default;
  text-decoration: none;
  pointer-events: none;
}

.p-card-note-top.is-disabled .p-card-note-top__image {
  opacity: 0.4;
}

.p-card-note-top.is-disabled .p-card-note-top__info {
  opacity: 0.4;
  text-decoration: none;
}

.p-card-note-top.is-disabled .p-card-note-top__info .yellow {
  stroke-width: 1;
}

@media all and (min-width: 415px) {
  .p-card-note-top.is-disabled .p-card-note-top__info .yellow {
    stroke-width: 2;
  }
}

.p-card-note-top__figure {
  overflow: hidden;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@media all and (max-width: 768px) {
  .p-card-note-top__figure {
    border-radius: 0 8px 8px 0;
    position: absolute;
    width: 40%;
    right: 0;
    top: 0;
    bottom: 0;
  }
}

@media all and (min-width: 769px) {
  .p-card-note-top__figure {
    border-radius: 8px 8px 0 0;
  }
}

@media all and (max-width: 768px) {
  .p-card-note-top__image {
    -o-object-fit: none;
    object-fit: none;
    width: 100%;
    height: 100%;
  }
}

@media all and (min-width: 769px) {
  .p-card-note-top__image {
    display: block;
    width: 100%;
    border-radius: 8px 8px 0 0;
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
}

.p-card-note-top__info {
  padding: 10px 15px 10px;
  border-radius: 0 0 12px 12px;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@media all and (max-width: 768px) {
  .p-card-note-top__info {
    width: 55%;
  }
}

@media all and (min-width: 769px) {
  .p-card-note-top__info {
    padding: 25px 20px 20px;
    background: url(/assets/image/common/bg_grid_01.png) #fff top left repeat;
    background-size: 60px;
  }
}

.p-card-note-top__title {
  margin-top: 5px;
  min-height: 55px;
  font-size: 1.6rem;
  font-weight: 700;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media all and (min-width: 769px) {
  .p-card-note-top__title {
    margin-top: 10px;
    min-height: 75px;
    font-size: 1.6rem;
  }
}

.p-card-note-top__date {
  font-size: 1.2rem;
}

@media all and (min-width: 769px) {
  .p-card-note-top__date {
    margin-top: 15px;
    font-size: 1.4rem;
  }
}

.p-card-note-top:not(.p-card-note-top--top) svg {
  height: 27px;
}

@media all and (min-width: 769px) {
  .p-card-note-top:not(.p-card-note-top--top) svg {
    height: 58px;
  }
}

.p-card-note-top:not(.p-card-note-top--top) svg .paintorder {
  font-size: 1.6rem;
}

@media all and (min-width: 769px) {
  .p-card-note-top:not(.p-card-note-top--top) svg .paintorder {
    font-size: 1.9rem;
  }
}

.p-card-note-top:not(.p-card-note-top--top) svg .paintorder .yellow {
  font: 3rem Uniuni;
}

@media all and (min-width: 769px) {
  .p-card-note-top:not(.p-card-note-top--top) svg .paintorder .yellow {
    font: 4rem Uniuni;
  }
}

/* ==========================================================
  p-about-section-01
========================================================== */
.p-about-section-01 {
  padding-top: 50px;
}

@media all and (min-width: 769px) {
  .p-about-section-01 {
    max-width: 930px;
    margin: 0 auto;
    padding-top: 120px;
  }
}

/* ==========================================================
  p-box-about-message
========================================================== */
.p-box-about-message {
  margin-top: 50px;
}

@media all and (min-width: 769px) {
  .p-box-about-message {
    margin-top: 100px;
  }
}

.p-box-about-message__text {
  font-size: 1.8rem;
  margin-top: 25px;
}

@media all and (min-width: 769px) {
  .p-box-about-message__text {
    font-size: 1.6rem;
    margin-top: 50px;
  }
}

.p-box-about-message__ceo {
  font-size: 1.6rem;
  margin-top: 40px;
  text-align: right;
}

@media all and (min-width: 769px) {
  .p-box-about-message__ceo {
    font-size: 1.4rem;
    margin-top: 25px;
  }
}

/* ==========================================================
  p-box-about-map
========================================================== */
.p-box-about-map {
  margin-top: 25px;
}

@media all and (min-width: 769px) {
  .p-box-about-map {
    margin-top: 60px;
  }
}

.p-box-about-map__image > img {
  border-radius: 10px;
  display: block;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

@media all and (min-width: 769px) {
  .p-box-about-map__image > img {
    border-radius: 20px;
  }
}

.p-box-about-map__list {
  counter-reset: num-map;
  border: 1px solid #707070;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}

.p-box-about-map__list .p-box-about-map__list-item {
  counter-increment: num-map;
  border-top: 1px solid #707070;
  background-color: #fff;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  padding: 15px 15px 10px;
}

.p-box-about-map__list .p-box-about-map__list-item .p-box-about-map__box::before {
  content: counter(num-map);
}

@media all and (min-width: 769px) {
  .p-box-about-map__list .p-box-about-map__list-item {
    width: 50%;
  }
}

.p-box-about-map__list .p-box-about-map__list-item:nth-child(1) {
  border-top: none;
}

@media all and (min-width: 769px) {
  .p-box-about-map__list .p-box-about-map__list-item:nth-child(2) {
    border-top: none;
  }
  .p-box-about-map__list .p-box-about-map__list-item:nth-child(2n) {
    border-left: 1px solid #707070;
  }
}

.p-box-about-map__box {
  padding-left: 46px;
  position: relative;
}

.p-box-about-map__box::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  color: #fff;
  background-color: #222;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}

.p-box-about-map__title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
}

.p-box-about-map__text {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 4px;
}

.p-box-about-map__text--red {
  color: #FF2222;
}

.p-box-about-map__button-wrap {
  font-size: 0;
  margin-top: 5px;
  text-align: right;
}

.p-box-about-map__button {
  color: #fff;
  border-radius: 5px;
  font-size: 1.2rem;
  line-height: 1.4;
  display: inline-block;
  padding: 4px 20px 4px 8px;
  background-color: #222;
  background-image: url("/assets/image/common/ico_arrow_right_white_01.svg");
  background-repeat: no-repeat;
  background-position: right 7px center;
  background-size: 9px 8px;
}

@media all and (min-width: 769px) {
  .p-box-about-map__button:hover {
    color: #FFEF6F;
    background-image: url("/assets/image/common/ico_arrow_right_yellow_01.svg");
    text-decoration: none;
  }
}

/* ==========================================================
  p-box-about-present
========================================================== */
.p-box-about-present {
  margin-top: 0;
}

.p-box-about-present__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0 0;
}

@media all and (min-width: 769px) {
  .p-box-about-present__inner {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
  }
}

.p-box-about-present__inner .p-box-about-present__detail {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  margin-bottom: 10px;
}

@media all and (min-width: 769px) {
  .p-box-about-present__inner .p-box-about-present__detail {
    padding-right: 10px;
    margin-bottom: 0;
  }
}

.p-box-about-present__inner .p-box-about-present__image {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 30%;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
}

@media all and (max-width: 768px) {
  .p-box-about-present__inner .p-box-about-present__image {
    width: 100%;
    text-align: center;
  }
}

.p-box-about-present__inner .p-box-about-present__image img {
  max-width: 80%;
}

@media all and (min-width: 769px) {
  .p-box-about-present__inner .p-box-about-present__image img {
    width: 100%;
    max-width: 100%;
  }
}

.p-box-about-present__text {
  font-size: 1.8rem;
}

@media all and (min-width: 769px) {
  .p-box-about-present__text {
    font-size: 1.6rem;
  }
}

/* ==========================================================
  p-box-about-banners
========================================================== */
.p-box-about-banners {
  overflow: hidden;
  margin-top: 30px;
}

@media all and (min-width: 769px) {
  .p-box-about-banners {
    margin-top: 75px;
  }
}

.p-box-about-banners__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -20px;
}

@media all and (min-width: 769px) {
  .p-box-about-banners__row {
    margin: -30px -13px 0;
  }
}

.p-box-about-banners__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding-top: 20px;
  width: 100%;
}

@media all and (min-width: 769px) {
  .p-box-about-banners__item {
    padding: 30px 13px 0;
    width: 33.33333%;
  }
}

.p-box-about-banners__image {
  border: 1px solid #707070;
}

.p-box-about-banners__image > img {
  display: block;
  width: 100%;
}

/* ==========================================================
  p-box-about-relate
========================================================== */
.p-box-about-relate {
  margin-top: 25px;
}

@media all and (min-width: 769px) {
  .p-box-about-relate {
    margin-top: 100px;
  }
}

.p-box-about-relate__row:not(:first-child) {
  margin-top: 30px;
}

@media all and (min-width: 769px) {
  .p-box-about-relate__row:not(:first-child) {
    margin-top: 50px;
  }
}

.p-box-about-relate__title {
  background-color: #FAF8E5;
  border-bottom: 3px solid #FFEF6F;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 10px 17px;
}

.p-box-about-relate__list {
  margin-top: 12px;
}

@media all and (min-width: 769px) {
  .p-box-about-relate__list {
    margin-top: 20px;
  }
}

.p-box-about-relate__list .p-box-about-relate__list-item:not(:first-child) {
  margin-top: 10px;
}

@media all and (min-width: 769px) {
  .p-box-about-relate__list .p-box-about-relate__list-item:not(:first-child) {
    margin-top: 20px;
  }
}

.p-box-about-relate__text {
  margin-top: 4px;
}

@media all and (min-width: 769px) {
  .p-box-about-relate__text {
    margin-top: 6px;
  }
}

.p-box-about-relate__link {
  font-weight: bold;
  text-decoration: underline;
  position: relative;
}

.p-box-about-relate__link::before {
  position: absolute;
  content: '';
  right: -28px;
  bottom: 4px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("/assets/image/common/ico_blank_01.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px;
}

@media all and (min-width: 769px) {
  .p-box-about-relate__link:hover {
    text-decoration: none;
  }
}

/* ==========================================================
  access
========================================================== */
/* p-access-info
---------------------------------------------------------- */
.p-access-info {
  margin-top: 30px;
}

@media all and (min-width: 769px) {
  .p-access-info {
    margin-top: 55px;
  }
}

.p-access-info__data {
  font-size: 1.8rem;
  font-weight: 700;
}

@media all and (min-width: 769px) {
  .p-access-info__data {
    font-size: 1.6rem;
  }
}

.p-access-info__data > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-access-info__data dt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 80px;
}

@media all and (min-width: 769px) {
  .p-access-info__data dt {
    width: 70px;
  }
}

.p-access-info__data dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 10px;
}

.p-access-info__text {
  margin-top: 6px;
  font-size: 1.6rem;
}

/* p-access-calendar
---------------------------------------------------------- */
.p-access-calendar {
  overflow: hidden;
  margin-top: 30px;
}

@media all and (min-width: 769px) {
  .p-access-calendar {
    margin-top: 25px;
  }
}

@media all and (min-width: 769px) {
  .p-access-calendar__in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -25px;
  }
}

@media all and (max-width: 768px) {
  .p-access-calendar__col:last-child {
    margin-top: 30px;
  }
}

@media all and (min-width: 769px) {
  .p-access-calendar__col {
    width: 50%;
    padding-left: 25px;
  }
}

.p-access-calendar__note {
  margin-top: 6px;
  font-size: 1.8rem;
}

@media all and (min-width: 769px) {
  .p-access-calendar__note {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}

.p-access-calendar__note > span {
  color: #C70000;
}

.xo-event-calendar table.xo-month td, .xo-event-calendar table.xo-month th {
  background-color: inherit !important;
}

/* p-access-map
---------------------------------------------------------- */
.p-access-map {
  margin-top: 30px;
}

@media all and (min-width: 769px) {
  .p-access-map {
    margin-top: 60px;
  }
}

.p-access-map__container {
  position: relative;
  padding-top: 69%;
}

@media all and (min-width: 769px) {
  .p-access-map__container {
    padding-top: 41.34%;
  }
}

.p-access-map__container > iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-access-map__link {
  margin-top: 10px;
  display: inline-block;
  color: #005A91;
  font-size: 1.4rem;
}

@media all and (min-width: 769px) {
  .p-access-map__link {
    margin-top: 0;
    font-size: 1.2rem;
  }
  .p-access-map__link:hover {
    text-decoration: underline;
  }
}

.p-access-map__title {
  margin-top: 50px;
  font-size: 1.8rem;
  font-weight: 700;
}

@media all and (min-width: 769px) {
  .p-access-map__title {
    margin-top: 30px;
    font-size: 1.6rem;
  }
}

.p-access-map__data {
  margin-top: 12px;
  font-size: 1.8rem;
}

@media all and (min-width: 769px) {
  .p-access-map__data {
    font-size: 1.6rem;
  }
}

.p-access-map__data > dt {
  position: relative;
  margin-top: 35px;
  padding-left: 20px;
  font-weight: 700;
}

@media all and (min-width: 769px) {
  .p-access-map__data > dt {
    margin-top: 25px;
  }
}

.p-access-map__data > dt:first-child {
  margin-top: 0;
}

.p-access-map__data > dt::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '・';
}

.p-access-map__data > dd {
  margin-top: 4px;
  padding-left: 20px;
}

.p-access-map__button {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 10px;
  padding: 2px 22px 2px 15px;
  border-radius: 5px;
  background-color: #222;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
}

@media all and (min-width: 769px) {
  .p-access-map__button {
    width: auto;
  }
}

.p-access-map__button::after {
  right: 6px;
  width: 9px;
  height: 8px;
  background-size: 9px 8px;
}

.p-contents-archive-fm .c-breadcrumb {
  margin-bottom: 14px;
}

.p-section-archive-fm-01 {
  margin: 0 auto;
  padding-top: 36px;
}

@media all and (min-width: 769px) {
  .p-section-archive-fm-01 {
    padding-top: 40px;
  }
}

@media all and (min-width: 769px) {
  .p-section-archive-fm-01 .c-section-cmn__in, .p-section-archive-fm-01 .p-top-section-notice__in, .p-section-archive-fm-01 .p-top-section-tank__in, .p-section-archive-fm-01 .p-top-section-blog__in, .p-section-archive-fm-01 .p-top-section-web__in, .p-section-archive-fm-01 .p-top-section-seminar__in, .p-section-archive-fm-01 .p-top-section-event__in, .p-section-archive-fm-01 .p-top-section-highlight__in {
    max-width: 1366px;
  }
}

.p-section-archive-fm-02 {
  background-color: #f1f2f2;
  padding: 42px 15px 45px;
}

@media all and (min-width: 769px) {
  .p-section-archive-fm-02 {
    padding: 88px 0 70px;
  }
}

@media all and (min-width: 769px) {
  .p-section-archive-fm-02 .c-section-cmn__in, .p-section-archive-fm-02 .p-top-section-notice__in, .p-section-archive-fm-02 .p-top-section-tank__in, .p-section-archive-fm-02 .p-top-section-blog__in, .p-section-archive-fm-02 .p-top-section-web__in, .p-section-archive-fm-02 .p-top-section-seminar__in, .p-section-archive-fm-02 .p-top-section-event__in, .p-section-archive-fm-02 .p-top-section-highlight__in {
    padding: 0 20px;
  }
}

.p-box-archive-fm-detail {
  padding-bottom: 60px;
}

@media all and (min-width: 769px) {
  .p-box-archive-fm-detail {
    max-width: 900px;
    margin: 0 auto;
  }
}

.p-box-archive-fm-detail__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media all and (max-width: 768px) {
  .p-box-archive-fm-detail__head {
    margin: 0 -15px;
  }
}

.p-box-archive-fm-detail__body {
  margin-top: 41px;
  font-size: 2rem;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
  padding: 0 15px;
}

@media all and (min-width: 769px) {
  .p-box-archive-fm-detail__body {
    margin-top: 64px;
    padding: 0 44px;
    line-height: 1.6;
  }
}

.p-box-archive-fm-detail__figure img {
  width: 100%;
}

.p-box-archive-fm-detail__heading {
  font-size: 5.4rem;
  font-weight: 700;
  line-height: 1.33;
  margin-top: 14px;
  font-family: "Noto Serif JP", serif;
}

@media all and (min-width: 769px) {
  .p-box-archive-fm-detail__heading {
    font-size: 7.8rem;
    margin-top: 22px;
  }
}

.p-box-archive-fm-detail__subheading {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.33;
  margin-top: 2px;
  font-family: "Noto Serif JP", serif;
}

@media all and (min-width: 769px) {
  .p-box-archive-fm-detail__subheading {
    font-size: 1.8rem;
    margin-top: 4px;
  }
}

.p-box-archive-fm-detail__date {
  font-size: 1.4rem;
  color: #9f9f9f;
  line-height: 1.33;
  margin-top: 20px;
  font-family: "Noto Sans JP", serif;
}

.p-box-archive-fm-detail__title {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16px;
}

@media all and (min-width: 769px) {
  .p-box-archive-fm-detail__title {
    font-size: 4rem;
    margin-bottom: 26px;
  }
}

.p-box-archive-fm-detail-share {
  margin-top: 50px;
  padding: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media all and (min-width: 769px) {
  .p-box-archive-fm-detail-share {
    margin-top: 140px;
  }
}

.p-box-archive-fm-detail-share__text {
  font-size: 1.6rem;
  font-weight: 700;
}

.p-box-archive-fm-detail-share__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 17px;
}

.p-box-archive-fm-detail-share__item {
  margin: 0 7px;
}

.p-box-archive-fm-detail-share__tw {
  display: block;
  background-image: url(/assets/image/common/ico_tw.svg);
  width: 50px;
  height: 50px;
  -webkit-transition: background-image 0.2s ease-out;
  -o-transition: background-image 0.2s ease-out;
  transition: background-image 0.2s ease-out;
}

.p-box-archive-fm-detail-share__tw:hover {
  background-image: url(/assets/image/common/ico_tw_hover.svg);
}

.p-box-archive-fm-detail-share__line {
  display: block;
  background-image: url(/assets/image/common/ico_line.svg);
  width: 50px;
  height: 50px;
  -webkit-transition: background-image 0.2s ease-out;
  -o-transition: background-image 0.2s ease-out;
  transition: background-image 0.2s ease-out;
}

.p-box-archive-fm-detail-share__line:hover {
  background-image: url(/assets/image/common/ico_line_hover.svg);
}

.p-box-archive-fm-detail-share__fb {
  display: block;
  background-image: url(/assets/image/common/ico_fb.svg);
  width: 50px;
  height: 50px;
  -webkit-transition: background-image 0.2s ease-out;
  -o-transition: background-image 0.2s ease-out;
  transition: background-image 0.2s ease-out;
}

.p-box-archive-fm-detail-share__fb:hover {
  background-image: url(/assets/image/common/ico_fb_hover.svg);
}

.p-box-archive-fm-detail-share__button {
  margin-top: 40px;
}

@media all and (max-width: 768px) {
  .p-box-archive-fm-detail-share__button {
    width: 100%;
  }
}

.p-headline-archive-fm-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

@media all and (min-width: 769px) {
  .p-headline-archive-fm-detail {
    margin-bottom: 10px;
  }
}

.p-headline-archive-fm-detail__icon {
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-right: 15px;
}

@media all and (min-width: 769px) {
  .p-headline-archive-fm-detail__icon {
    width: 50px;
    height: 50px;
  }
}

.p-headline-archive-fm-detail__icon > img {
  display: block;
  height: auto;
  margin: auto;
}

.p-headline-archive-fm-detail__text {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.33;
}

@media all and (min-width: 769px) {
  .p-headline-archive-fm-detail__text {
    font-size: 2.6rem;
  }
}

.p-card-archive-fm-detail__info {
  background: none;
}

.p-card-archive-fm-detail__title {
  font-size: 1.6rem;
  font-weight: 700;
}

@media all and (min-width: 769px) {
  .p-card-archive-fm-detail__title {
    font-size: 2rem;
    min-height: 70px;
  }
}

.p-card-archive-fm-detail__title span {
  font-size: 1.4rem;
  font-weight: 400;
}

.p-card-archive-fm-detail__subtitle {
  font-size: 1.4rem;
  margin-bottom: 5px;
  font-weight: 700;
}

@media all and (min-width: 769px) {
  .p-card-archive-fm-detail__subtitle {
    font-size: 1.6rem;
  }
}

.p-card-archive-fm-detail__desc {
  font-size: 1.4rem;
  margin-top: 34px;
}

@media all and (min-width: 769px) {
  .p-box-archive-fm__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 90px;
  }
}

@media all and (max-width: 768px) {
  .p-box-archive-fm__button {
    width: calc(100% - 30px);
    margin: 80px auto 0;
  }
}

@media all and (min-width: 769px) {
  .p-box-archive-fm-detail__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
  }
}

@media all and (max-width: 768px) {
  .p-box-archive-fm-detail__button {
    width: calc(100% - 30px);
    margin: 40px auto 0;
  }
}

.p-list-fish-archive {
  margin: -5px;
  width: calc(100% + 10px);
}

@media all and (max-width: 768px) {
  .p-list-fish-archive {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media all and (min-width: 769px) {
  .p-list-fish-archive {
    display: table;
    margin: -10px;
    width: calc(100% + 20px);
  }
}

.p-list-fish-archive__item {
  position: relative;
}

@media all and (max-width: 768px) {
  .p-list-fish-archive__item {
    width: calc(50% - 10px);
    margin: 5px;
  }
}

@media all and (min-width: 769px) {
  .p-list-fish-archive__item {
    float: left;
    width: calc(25% - 20px);
    margin: 10px;
  }
}

@media all and (min-width: 769px) and (max-width: 1366px) {
  .p-list-fish-archive__item {
    width: calc(33.33% - 20px);
  }
}

@media all and (min-width: 769px) {
  .p-list-fish-archive__item::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 83.5443%;
  }
  .p-list-fish-archive__item > .p-card-fish-archive {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media all and (min-width: 769px) {
  .p-list-fish-archive__item.is-magnify {
    width: calc(50% - 20px);
  }
}

@media all and (min-width: 769px) and (max-width: 1366px) {
  .p-list-fish-archive__item.is-magnify {
    width: calc(66.66% - 20px);
  }
}

@media all and (min-width: 769px) {
  .p-list-fish-archive__item.is-magnify .p-card-fish-archive__detail {
    padding: 35px 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media all and (min-width: 769px) {
  .p-list-fish-archive__item.is-magnify .p-card-fish-archive__date {
    margin-left: 50px;
  }
}

@media all and (min-width: 769px) {
  .p-list-fish-archive__item.is-magnify .p-card-fish-archive__month {
    margin-bottom: 10px;
  }
}

@media all and (min-width: 769px) {
  .p-list-fish-archive__item.is-magnify .p-card-fish-archive__pronounce {
    font-size: 1.6rem;
    margin-bottom: 0px;
  }
}

@media all and (min-width: 769px) {
  .p-list-fish-archive__item.is-magnify .p-card-fish-archive__title {
    font-size: 5.6rem;
    margin-bottom: 12px;
  }
}

@media all and (min-width: 769px) {
  .p-list-fish-archive__item.is-magnify .p-card-fish-archive__text {
    font-size: 2rem;
  }
}

@media all and (min-width: 769px) {
  .p-list-fish-archive__item.is-magnify .p-card-fish-archive__button {
    font-size: 1.6rem;
    margin-top: 30px;
    width: 120px;
    padding: 4px;
  }
}

@media all and (min-width: 769px) {
  .p-list-fish-archive__item.is-magnify-right {
    float: right;
  }
  .p-list-fish-archive__item.is-magnify-right::after {
    content: "";
    clear: both;
    display: table;
  }
}

.p-card-fish-archive {
  position: relative;
  display: block;
}

.p-card-fish-archive__figure::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 70.25316%;
}

.p-card-fish-archive__image {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.p-card-fish-archive:hover {
  text-decoration: none;
}

.p-card-fish-archive:hover .p-card-fish-archive__content {
  visibility: visible;
  opacity: 1;
}

.p-card-fish-archive__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 10px 10px 15px;
}

@media all and (max-width: 480px) {
  .p-card-fish-archive__detail {
    display: block;
    text-align: center;
    padding: 4px 8px;
  }
}

.p-card-fish-archive__content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffef6f;
  color: #343434;
  -webkit-transition: visibility 0.4s ease, opacity 0.4s ease;
  -o-transition: visibility 0.4s ease, opacity 0.4s ease;
  transition: visibility 0.4s ease, opacity 0.4s ease;
  visibility: hidden;
  opacity: 0;
}

.p-card-fish-archive__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media all and (max-width: 480px) {
  .p-card-fish-archive__name {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p-card-fish-archive__name-kanji {
  font-weight: 700;
  color: #9f9f9f;
  line-height: 1;
  font-size: 1.6rem;
}

@media all and (min-width: 769px) {
  .p-card-fish-archive__name-kanji {
    font-size: 2rem;
  }
}

@media all and (max-width: 415px) {
  .p-card-fish-archive__name-kanji {
    font-size: 1.4rem;
  }
}

.p-card-fish-archive__name-hiragana {
  color: #9f9f9f;
  line-height: 1;
  font-size: 1.4rem;
  margin-left: 10px;
}

@media all and (min-width: 769px) {
  .p-card-fish-archive__name-hiragana {
    font-size: 1.6rem;
    margin-left: 15px;
  }
}

@media all and (max-width: 415px) {
  .p-card-fish-archive__name-hiragana {
    font-size: 1.2rem;
    margin-left: 6px;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .p-card-fish-archive__name-hiragana {
    margin-left: 10px;
  }
}

.p-card-fish-archive__date {
  color: #9f9f9f;
  line-height: 1;
  font-size: 1.4rem;
}

@media all and (min-width: 769px) {
  .p-card-fish-archive__date {
    font-size: 1.6rem;
  }
}

@media all and (max-width: 415px) {
  .p-card-fish-archive__date {
    font-size: 1.1rem;
  }
}

.p-card-fish-archive__month {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 11.5px;
  border: 1px solid #343434;
  line-height: 1.3;
  width: 42px;
}

@media all and (min-width: 769px) {
  .p-card-fish-archive__month {
    font-size: 1.6rem;
    margin-bottom: 7px;
    width: 55px;
  }
}

@media all and (max-width: 768px) {
  .p-card-fish-archive__month {
    font-size: 1.2rem;
    margin-bottom: 2px;
  }
}

@media all and (max-width: 415px) {
  .p-card-fish-archive__month {
    font-size: 1rem;
    margin-bottom: 2px;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .p-card-fish-archive__month {
    margin-bottom: 4px;
  }
}

@media all and (min-width: 769px) {
  .p-card-fish-archive__month span {
    font-size: 1.4rem;
  }
}

@media all and (max-width: 768px) {
  .p-card-fish-archive__month span {
    font-size: 1rem;
  }
}

.p-card-fish-archive__pronounce {
  font-weight: 700;
  line-height: 1.3;
  font-family: "Noto Serif JP", serif;
}

@media all and (min-width: 769px) {
  .p-card-fish-archive__pronounce {
    font-size: 1.4rem;
    margin-bottom: -8px;
  }
}

@media all and (max-width: 768px) {
  .p-card-fish-archive__pronounce {
    font-size: 1rem;
    margin-bottom: -4px;
  }
}

.p-card-fish-archive__title {
  font-weight: 700;
  line-height: 1.3;
  font-family: "Noto Serif JP", serif;
}

@media all and (min-width: 769px) {
  .p-card-fish-archive__title {
    margin-bottom: 8px;
    font-size: 4rem;
  }
}

@media all and (max-width: 768px) {
  .p-card-fish-archive__title {
    font-size: 2rem;
    margin-bottom: 4px;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .p-card-fish-archive__title {
    margin-bottom: 4px;
  }
}

.p-card-fish-archive__text {
  font-weight: 700;
  line-height: 1.3;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

@media all and (min-width: 769px) {
  .p-card-fish-archive__text {
    font-size: 1.4rem;
  }
}

@media all and (max-width: 768px) {
  .p-card-fish-archive__text {
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.2;
  }
}

@media all and (max-width: 415px) {
  .p-card-fish-archive__text {
    font-size: 1rem;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .p-card-fish-archive__text {
    text-align: center;
  }
}

.p-card-fish-archive__button {
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-radius: 18px;
  background: #343434;
  font-size: 1.2rem;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.p-card-fish-archive__button:hover {
  opacity: 0.7;
}

.p-card-fish-archive__button:hover {
  color: #FFEF6F;
  text-decoration: none;
}

@media all and (min-width: 769px) {
  .p-card-fish-archive__button {
    font-size: 1.6rem;
    margin-top: 20px;
    width: 120px;
    padding: 4px;
  }
}

@media all and (max-width: 768px) {
  .p-card-fish-archive__button {
    width: 100px;
    margin-top: 10px;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .p-card-fish-archive__button {
    margin-top: 8px;
  }
}

/* ==========================================================
  error
========================================================== */
.c-contents-error {
  position: relative;
  min-height: calc(100vh - 64px);
  background-color: #FFEF6F;
}

@media all and (min-width: 769px) {
  .c-contents-error {
    min-height: calc(100vh - 100px);
  }
}

.c-box-error {
  display: block;
  padding: 53px 20px 48px;
  text-align: center;
}

.c-box-error__icon {
  width: 250px;
  height: 54px;
  margin: 0 auto;
}

@media all and (min-width: 769px) {
  .c-box-error__icon {
    width: 340px;
    height: 54px;
  }
}

.c-box-error__icon > img {
  display: block;
  width: 100%;
}

.c-box-error__title {
  margin-top: 15px;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1;
}

@media all and (min-width: 769px) {
  .c-box-error__title {
    margin-top: 41px;
    font-size: 7.8rem;
  }
}

.c-box-error__text {
  margin-top: 17px;
  font-size: 1.8rem;
  line-height: 1.75;
}

@media all and (min-width: 769px) {
  .c-box-error__text {
    margin-top: 14px;
    font-size: 2.4rem;
  }
}

.c-box-error__copyright {
  position: absolute;
  bottom: 10px;
  font-size: 1.2rem;
  text-align: left;
}

@media all and (min-width: 769px) {
  .c-box-error__copyright {
    position: static;
    margin-top: 28px;
    text-align: center;
  }
}

@keyframes Roll {
  0% {
    -webkit-transform: rotateZ(3deg) scale(0.9);
    transform: rotateZ(3deg) scale(0.9);
  }
  50% {
    -webkit-transform: rotateZ(-3deg) scale(1);
    transform: rotateZ(-3deg) scale(1);
  }
  100% {
    -webkit-transform: rotateZ(3deg) scale(0.9);
    transform: rotateZ(3deg) scale(0.9);
  }
}

@keyframes FloatHorizontal {
  0% {
    -webkit-transform: translate3d(1.5vw, 0, 0);
    transform: translate3d(1.5vw, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(-1.5vw, 0, 0);
    transform: translate3d(-1.5vw, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(1.5vw, 0, 0);
    transform: translate3d(1.5vw, 0, 0);
  }
}

@keyframes FloatVertical {
  0% {
    -webkit-transform: translate3d(0, 0.5vw, 0);
    transform: translate3d(0, 0.5vw, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -0.5vw, 0);
    transform: translate3d(0, -0.5vw, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0.5vw, 0);
    transform: translate3d(0, 0.5vw, 0);
  }
}

/* p-section-exhibition
---------------------------------------------------------- */
.p-section-exhibition:not(:first-child) {
  margin-top: 80px;
}

@media all and (min-width: 769px) {
  .p-section-exhibition:not(:first-child) {
    margin-top: 100px;
  }
}

/* p-box-exhibition
---------------------------------------------------------- */
.p-box-exhibition {
  text-align: center;
}

.p-box-exhibition__title {
  font-size: 2.4rem;
  font-weight: bold;
  display: inline-block;
  padding: 0 40px 32px;
  background-image: url("/assets/image/common/bg_wave.png");
  background-position: left bottom;
  background-repeat: repeat-x;
}

.p-box-exhibition__text {
  margin-top: 15px;
  text-align: left;
}

@media all and (min-width: 769px) {
  .p-box-exhibition__text {
    text-align: center;
  }
}

.p-box-exhibition__nav {
  margin-top: 30px;
}

@media all and (min-width: 769px) {
  .p-box-exhibition__nav {
    margin-top: 0;
    display: none;
  }
}

.p-box-exhibition__list {
  padding: 0 16px;
}

@media all and (min-width: 769px) {
  .p-box-exhibition__list {
    margin-top: 60px;
    padding: 0;
  }
}

/* p-box-exhibition-nav
---------------------------------------------------------- */
.p-box-exhibition-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 5;
}

@media all and (min-width: 769px) {
  .p-box-exhibition-nav {
    display: none;
  }
}

.p-box-exhibition-nav__button {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.p-box-exhibition-nav__button .p-box-exhibition-nav__icon {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.p-box-exhibition-nav__button .p-box-exhibition-nav__icon-normal {
  display: block;
}

.p-box-exhibition-nav__button .p-box-exhibition-nav__icon-disabled {
  display: none;
}

.p-box-exhibition-nav__button--prev {
  margin-left: 7px;
}

@media all and (min-width: 769px) {
  .p-box-exhibition-nav__button--prev {
    margin-left: 12px;
  }
}

.p-box-exhibition-nav__button--prev .p-box-exhibition-nav__icon {
  padding-top: 10px;
  margin-right: auto;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media all and (min-width: 769px) {
  .p-box-exhibition-nav__button--prev .p-box-exhibition-nav__icon {
    padding-top: 15px;
  }
}

.p-box-exhibition-nav__button--prev:not(.is-disabled):hover .p-box-exhibition-nav__icon {
  -webkit-transform: scaleX(-1) translateX(7px);
  -ms-transform: scaleX(-1) translateX(7px);
  transform: scaleX(-1) translateX(7px);
}

@media all and (min-width: 769px) {
  .p-box-exhibition-nav__button--prev:not(.is-disabled):hover .p-box-exhibition-nav__icon {
    -webkit-transform: scaleX(-1) translateX(12px);
    -ms-transform: scaleX(-1) translateX(12px);
    transform: scaleX(-1) translateX(12px);
  }
}

.p-box-exhibition-nav__button--next {
  margin-right: 7px;
}

@media all and (min-width: 769px) {
  .p-box-exhibition-nav__button--next {
    margin-right: 12px;
  }
}

.p-box-exhibition-nav__button--next .p-box-exhibition-nav__icon {
  padding-top: 10px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  margin-left: auto;
}

@media all and (min-width: 769px) {
  .p-box-exhibition-nav__button--next .p-box-exhibition-nav__icon {
    padding-top: 15px;
  }
}

.p-box-exhibition-nav__button--next:not(.is-disabled):hover .p-box-exhibition-nav__icon {
  -webkit-transform: translateX(7px);
  -ms-transform: translateX(7px);
  transform: translateX(7px);
}

@media all and (min-width: 769px) {
  .p-box-exhibition-nav__button--next:not(.is-disabled):hover .p-box-exhibition-nav__icon {
    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px);
  }
}

.p-box-exhibition-nav__button:hover {
  text-decoration: none;
}

.p-box-exhibition-nav__button.is-disabled {
  pointer-events: none;
}

.p-box-exhibition-nav__button.is-disabled .p-box-exhibition-nav__text {
  color: rgba(34, 34, 34, 0.25);
}

.p-box-exhibition-nav__button.is-disabled .p-box-exhibition-nav__icon-normal {
  display: none;
}

.p-box-exhibition-nav__button.is-disabled .p-box-exhibition-nav__icon-disabled {
  display: block;
}

.p-box-exhibition-nav__icon {
  width: 38px;
}

@media all and (min-width: 769px) {
  .p-box-exhibition-nav__icon {
    width: 50px;
  }
}

.p-box-exhibition-nav__icon > img {
  max-width: 100%;
}

.p-box-exhibition-nav__text {
  font-size: 1.6rem;
}

.p-box-exhibition-nav__container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 30px;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.p-box-exhibition-nav__container.turn-left {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media all and (min-width: 769px) {
  .p-box-exhibition-nav__container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0 70px;
  }
}

.p-box-exhibition-nav__submarine {
  -webkit-animation: Roll 3.5s ease-in-out infinite;
  animation: Roll 3.5s ease-in-out infinite;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  text-align: center;
}

.p-box-exhibition-nav__submarine .p-box-exhibition-nav__image {
  -webkit-animation: FloatHorizontal 7.0s ease-in-out infinite alternate;
  animation: FloatHorizontal 7.0s ease-in-out infinite alternate;
}

.p-box-exhibition-nav__submarine .p-box-exhibition-nav__image > img {
  -webkit-animation: FloatVertical 6.0s ease-in-out infinite alternate;
  animation: FloatVertical 6.0s ease-in-out infinite alternate;
}

/* p-list-exhibition
---------------------------------------------------------- */
.p-list-exhibition {
  overflow: inherit !important;
  padding-right: 26%;
}

@media all and (min-width: 769px) {
  .p-list-exhibition {
    padding: 0;
  }
}

@media all and (min-width: 769px) {
  .p-list-exhibition__row {
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -95px -27px 0;
  }
}

.p-list-exhibition__item {
  text-align: left;
}

@media all and (min-width: 769px) {
  .p-list-exhibition__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 25%;
    padding: 95px 27px 0;
  }
}

.p-list-exhibition__link {
  display: block;
}

.p-list-exhibition__link:hover {
  text-decoration: underline;
}

@media all and (min-width: 769px) {
  .p-list-exhibition__link:hover .p-list-exhibition__image > img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}

.p-list-exhibition__figure {
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 20px;
}

.p-list-exhibition__border {
  overflow: hidden;
  position: absolute;
  top: -13px;
  bottom: -13px;
  left: -13px;
  right: -13px;
  z-index: 2;
}

@media all and (min-width: 769px) {
  .p-list-exhibition__border {
    top: -6.085%;
    left: -7.02%;
    right: -7.02%;
    bottom: -6.085%;
  }
}

.p-list-exhibition__border > img {
  position: relative;
  z-index: 10;
  display: block;
  max-width: 100%;
}

.p-list-exhibition__image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 50%;
}

.p-list-exhibition__image > img {
  width: 100%;
}

@media all and (min-width: 769px) {
  .p-list-exhibition__image > img {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
}

.p-list-exhibition__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-list-exhibition__caption > span {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  background-color: #FFE300;
  padding: 6px;
}

.p-list-exhibition__caption > span:not(:first-child) {
  margin-top: 5px;
}

.p-list-exhibition__title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 8px;
}

@media all and (min-width: 769px) {
  .p-list-exhibition__title {
    line-height: 1.75;
  }
}

@media all and (min-width: 769px) {
  .p-list-exhibition__text {
    font-size: 1.4rem;
  }
}

/* p-box-friend
---------------------------------------------------------- */
.p-box-friend {
  margin-top: 70px;
}

.p-box-friend__title {
  color: #AFD0E2;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.p-box-friend__text {
  max-width: 830px;
  margin: 20px auto 0;
  font-size: 1.4rem;
  text-align: left;
}

.p-box-friend__list {
  margin-top: 50px;
}

.p-box-friend__list-no-text {
  margin-top: 20px;
}

/* p-list-friend
---------------------------------------------------------- */
.p-list-friend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px 0 0;
}

@media all and (min-width: 769px) {
  .p-list-friend {
    margin: -14px -40px 0;
  }
}

.p-list-friend__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%;
  padding: 20px 0 0;
}

@media all and (min-width: 769px) {
  .p-list-friend__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 50%;
    padding: 14px 40px 0;
  }
}

@media all and (min-width: 769px) {
  .p-list-friend__item-1col {
    margin: 0 auto;
  }
}

.p-list-friend__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-list-friend__box:hover {
  text-decoration: none;
}

.p-list-friend__box:hover .p-list-friend__title {
  text-decoration: underline;
}

.p-list-friend__image {
  border-radius: 50%;
  position: relative;
  z-index: 2;
  width: 110px;
  height: 110px;
  padding: 10px;
}

.p-list-friend__image::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-image: url("/assets/image/exhibition/bg_friend.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
}

.p-list-friend__image > img {
  max-width: 100%;
}

.p-list-friend__detail {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 14px;
}

@media all and (min-width: 769px) {
  .p-list-friend__detail {
    padding-top: 12px;
  }
}

.p-list-friend__title {
  font-size: 1.6rem;
  font-weight: bold;
}

.p-list-friend__text {
  font-size: 1.4rem;
  margin-top: 5px;
}

.p-list-banner {
  margin-top: 65px;
}

.p-list-banner__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -30px 0 0;
}

@media all and (min-width: 769px) {
  .p-list-banner__row {
    margin: -30px -13px 0;
  }
}

.p-list-banner__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%;
  padding: 30px 0 0;
}

@media all and (min-width: 769px) {
  .p-list-banner__item {
    padding: 30px 13px 0;
    width: 33.33%;
  }
}

.p-list-banner__banner {
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.p-list-banner__banner:hover {
  opacity: 0.7;
}

.p-list-banner__banner > img {
  width: 100%;
  max-width: 100%;
}

/* ==========================================================
  gallery
========================================================== */
@media print {
  .gallery img {
    visibility: hidden !important;
    opacity: 0 !important;
  }
}

/* p-bg-gallery-wave
---------------------------------------------------------- */
.p-bg-gallery-wave::before {
  background-color: #E1F5F5;
}

/* p-gallery-section-main
---------------------------------------------------------- */
.p-gallery-section-main {
  overflow: hidden;
  padding-bottom: 30px;
  background-color: #E1F5F5;
  border-bottom: 2px solid #49CBF2;
}

@media all and (min-width: 769px) {
  .p-gallery-section-main {
    padding-bottom: 35px;
    border-width: 4px;
  }
}

.p-gallery-section-main .c-breadcrumb {
  margin-bottom: 30px;
}

@media all and (min-width: 769px) {
  .p-gallery-section-main .c-breadcrumb {
    margin-bottom: 20px;
  }
}

.p-gallery-section-main .c-breadcrumb.margin-s {
  margin-bottom: 25px;
}

@media all and (min-width: 769px) {
  .p-gallery-section-main .c-breadcrumb.margin-s {
    margin-bottom: 30px;
  }
}

.p-gallery-section-main__in {
  padding: 0 15px;
}

@media all and (min-width: 769px) {
  .p-gallery-section-main__in {
    max-width: 706px;
    margin: 0 auto;
  }
}

.p-gallery-section-main__title {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}

@media all and (min-width: 769px) {
  .p-gallery-section-main__title {
    font-size: 3.4rem;
  }
}

.p-gallery-section-main__text {
  display: block;
  font-size: 1.6rem;
  margin-top: 10px;
}

@media all and (min-width: 769px) {
  .p-gallery-section-main__text {
    display: block;
    margin-top: 30px;
    font-size: 1.8rem;
  }
}

.p-gallery-section-main__slider {
  margin-top: 20px;
}

@media all and (min-width: 769px) {
  .p-gallery-section-main__slider {
    margin-top: 45px;
    padding: 0;
  }
}

.p-gallery-section-main__container {
  overflow: visible;
}

@media all and (min-width: 769px) {
  .p-gallery-section-main__container.swiper-container-initialized .p-gallery-section-main__btn-next,
  .p-gallery-section-main__container.swiper-container-initialized .p-gallery-section-main__btn-prev {
    display: block;
  }
}

.p-gallery-section-main__item {
  text-align: center;
}

@media all and (min-width: 769px) {
  .p-gallery-section-main__item {
    max-width: 712px;
  }
}

.p-gallery-section-main__image > img {
  display: block;
  width: 100%;
  border-radius: 5px;
}

@media all and (min-width: 769px) {
  .p-gallery-section-main__image > img {
    border-radius: 10px;
  }
}

.p-gallery-section-main__name {
  margin-top: 15px;
  font-size: 2rem;
  font-weight: 700;
}

@media all and (min-width: 769px) {
  .p-gallery-section-main__name {
    margin-top: 30px;
    font-size: 1.8rem;
  }
}

.p-gallery-section-main__author {
  font-size: 1.6rem;
}

.p-gallery-section-main__btn-prev, .p-gallery-section-main__btn-next {
  position: absolute;
  top: 158px;
  right: -42px;
  display: none;
  width: 20px;
  height: 34px;
  margin-top: 0;
  background: url(/assets/image/common/ico_next_02.svg) center no-repeat;
  background-size: 20px 34px;
  opacity: 0.3;
}

.p-gallery-section-main__btn-prev::after, .p-gallery-section-main__btn-next::after {
  display: none;
}

.p-gallery-section-main__btn-prev:hover, .p-gallery-section-main__btn-next:hover {
  background-image: url(/assets/image/common/ico_next_01.svg);
  opacity: 1;
}

.p-gallery-section-main__btn-prev {
  right: auto;
  left: -42px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.p-gallery-section-main .p-gallery-section-main__pagination {
  position: static;
  margin-top: 35px;
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-gallery-section-main .p-gallery-section-main__pagination .swiper-pagination-bullet {
  outline: none;
  width: 18px;
  height: 18px;
  margin: 10px 10px 10px;
  background-color: #ccc;
  opacity: 1;
}

@media all and (min-width: 769px) {
  .p-gallery-section-main .p-gallery-section-main__pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 10px 20px 0;
  }
}

.p-gallery-section-main .p-gallery-section-main__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #49CBF2;
}

.p-gallery-section-main .p-gallery-section-main__pagination .swiper-pagination-bullet.is-empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/* c-gallery-works
---------------------------------------------------------- */
.c-gallery-works {
  /*border-bottom: 1px solid $color-base;*/
  margin-bottom: 10px;
  padding-bottom: 10px;
}

@media all and (min-width: 769px) {
  .c-gallery-works {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

.c-gallery-works__image > img {
  display: block;
  max-width: 100%;
}

.c-gallery-works__image .line {
  border: 1px solid #707070;
}

.c-gallery-works__title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}

.c-gallery-works__name {
  font-size: 1.6rem;
  text-align: center;
}

.c-gallery-works__text {
  font-size: 1.8rem;
  margin-top: 30px;
}

@media all and (min-width: 769px) {
  .c-gallery-works__text {
    font-size: 1.6rem;
  }
}

/* ==========================================================
  p-guide-section-01
========================================================== */
.p-guide-section-01 {
  padding-bottom: 30px;
}

@media all and (min-width: 769px) {
  .p-guide-section-01 {
    padding-bottom: 70px;
  }
}

/* ==========================================================
  p-guide-section-02
========================================================== */
.p-guide-section-02 {
  background-color: #FBF6DA;
  padding-top: 30px;
  padding-bottom: 50px;
}

@media all and (min-width: 769px) {
  .p-guide-section-02 {
    padding-top: 90px;
    padding-bottom: 80px;
  }
}

/* ==========================================================
  p-guide-section-03
========================================================== */
.p-guide-section-03 {
  padding-top: 40px;
}

@media all and (min-width: 769px) {
  .p-guide-section-03 {
    padding-top: 90px;
  }
}

/* ==========================================================
  p-guide-section-04
========================================================== */
.p-guide-section-04 {
  padding-top: 50px;
}

/* ==========================================================
  p-card-guide-intro
========================================================== */
.p-card-guide-intro {
  border-radius: 10px;
  background-color: #FFEF6F;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 25px 20px 20px;
}

@media all and (min-width: 769px) {
  .p-card-guide-intro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 34px;
  }
}

.p-card-guide-intro__icon {
  background-color: #fff;
  border-radius: 50%;
  width: 134px;
  height: 134px;
  margin: 0 auto;
  padding: 23px 0;
  text-align: center;
}

.p-card-guide-intro__icon > img {
  display: block;
  width: 28px;
  height: auto;
  margin: 0 auto 5px;
}

.p-card-guide-intro__caption {
  color: #222;
  font-size: 1.6rem;
  font-weight: bold;
}

.p-card-guide-intro__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media all and (max-width: 768px) {
  .p-card-guide-intro__text {
    padding-top: 20px;
  }
}

@media all and (min-width: 769px) {
  .p-card-guide-intro__text {
    padding-left: 15px;
    line-height: 1.75;
  }
}

/* ==========================================================
  p-card-guide
========================================================== */
.p-card-guide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

@media all and (min-width: 769px) {
  .p-card-guide {
    margin-bottom: 50px;
  }
}

@media all and (max-width: 768px) {
  .p-card-guide__image {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
  }
  .p-card-guide__image .p-card-guide__title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 12px;
  }
}

.p-card-guide__icon {
  background-color: #222;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 64px;
  height: 64px;
}

@media all and (min-width: 769px) {
  .p-card-guide__icon {
    width: 130px;
    height: 130px;
  }
}

.p-card-guide__icon > img {
  display: block;
  width: 24px;
  height: auto;
  margin: auto;
}

@media all and (min-width: 769px) {
  .p-card-guide__icon > img {
    width: 48px;
  }
}

@media all and (min-width: 769px) {
  .p-card-guide__detail {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 55px;
  }
}

.p-card-guide__title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
}

@media all and (min-width: 769px) {
  .p-card-guide__title {
    font-size: 3.4rem;
    margin-bottom: 12px;
  }
}

.p-card-guide__text {
  font-size: 1.6rem;
  line-height: 1.5;
}

@media all and (min-width: 769px) {
  .p-card-guide__text {
    line-height: 1.75;
  }
}

@media all and (min-width: 769px) {
  #Labyrinth.p-card-guide, #tokyo-bay.p-card-guide, #Maguro.p-card-guide, #Hoya.p-card-guide, #Newyear.p-card-guide, #Saba-aji.p-card-guide, #Shellfish.p-card-guide, #Haze-teach.p-card-guide, #Uogashi.p-card-guide, #Whales.p-card-guide, #Shark.p-card-guide {
    margin-top: 80px;
  }
}

/* ==========================================================
  p-card-guide-detail
========================================================== */
.p-box-guide-detail {
  border: 1px solid #222;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 890px;
  margin: 0 auto;
  padding: 20px;
}

@media all and (min-width: 769px) {
  .p-box-guide-detail {
    padding: 22px 22px 22px 44px;
  }
}

.p-box-guide-detail__image img {
  width: 98px;
  height: auto;
}

@media all and (max-width: 768px) {
  .p-box-guide-detail__image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-box-guide-detail__image .p-box-guide-detail__title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 14px;
  }
}

@media all and (min-width: 769px) {
  .p-box-guide-detail__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

@media all and (max-width: 768px) {
  .p-box-guide-detail__detail {
    padding-top: 12px;
  }
}

@media all and (min-width: 769px) {
  .p-box-guide-detail__detail {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 40px;
  }
}

.p-box-guide-detail__title {
  font-size: 1.6rem;
  font-weight: bold;
}

@media all and (min-width: 769px) {
  .p-box-guide-detail__title {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
}

.p-box-guide-detail__text {
  font-size: 1.4rem;
}

@media all and (min-width: 769px) {
  .p-box-guide-detail__text {
    font-size: 1.2rem;
  }
}

/* ==========================================================
  p-box-guide-column
========================================================== */
.p-box-guide-columm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 50px;
}

.p-box-guide-columm__inner {
  width: 310px;
}

.p-box-guide-columm__inner:nth-last-of-type(odd) {
  margin-left: 30px;
}

.p-box-guide-columm__text {
  margin-top: 10px;
}

@media all and (min-width: 769px) {
  .p-box-guide-columm__text .c-txt-intro {
    margin-right: 15px;
  }
}

/* ==========================================================
  p-box-notebook-relate
========================================================== */
.p-box-notebook-relate__inner {
  border-top: 3px solid #222;
  border-bottom: 1px dashed #222;
  margin-top: 70px;
  padding: 30px 0;
  position: relative;
}

@media all and (min-width: 769px) {
  .p-box-notebook-relate__inner {
    margin-top: 90px;
    padding: 60px 0;
  }
}

.p-box-notebook-relate__inner::before {
  position: absolute;
  content: '';
  top: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #222;
}

.p-box-notebook-relate__text {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
}

.p-box-notebook-relate__link {
  font-size: 1.6rem;
  font-weight: bold;
}

/* ==========================================================
  p-box-notebook-articles
========================================================== */
.p-box-notebook-articles {
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  margin-top: 70px;
}

.p-box-notebook-articles__item {
  padding: 8px 10px;
}

.p-box-notebook-articles__item:not(:last-child) {
  border-bottom: 1px solid #222;
}

.p-box-notebook-articles__link {
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
  padding-left: 18px;
  background-image: url("/assets/image/common/ico_arrow_right_grey_01.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 13px;
}

/* ==========================================================
  p-mach-banner
========================================================== */
.p-mach-banner__title {
  color: #FFEF6F;
  font-size: 3.4rem;
  line-height: calc(44 / 34);
  font-weight: bold;
  text-align: center;
}

@media all and (max-width: 768px) {
  .p-mach-banner__title {
    font-size: 2.4rem;
    line-height: calc(38.5 / 24);
  }
}

.p-mach-banner__img {
  max-width: 100%;
  width: 100%;
}

/* ==========================================================
  p-mach-c2a
========================================================== */
.p-mach-c2a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media all and (max-width: 768px) {
  .p-mach-c2a.-wide {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media all and (max-width: 768px) {
  .p-mach-c2a__img {
    width: 100%;
    margin-bottom: 11px;
  }
  .p-mach-c2a__img img {
    max-width: 100%;
    width: 100%;
    position: relative;
  }
}

@media (min-width: 769px) and (max-width: 1074px) {
  .p-mach-c2a__img {
    width: 100%;
    height: 686px;
    text-align: center;
  }
  .p-mach-c2a__img img {
    max-width: 100%;
    width: 70%;
    position: relative;
  }
}

@media (min-width: 769px) and (max-width: 900px) {
  .p-mach-c2a__img {
    padding-top: 10%;
  }
}

@media (min-width: 900px) and (max-width: 1000px) {
  .p-mach-c2a__img {
    padding-top: 5%;
  }
}

@media (min-width: 1000px) and (max-width: 1073px) {
  .p-mach-c2a__img {
    padding-top: 2%;
  }
}

@media (min-width: 1074px) {
  .p-mach-c2a__img {
    width: 100%;
    height: auto;
    text-align: center;
  }
  .p-mach-c2a__img img {
    max-width: 70%;
    width: 70%;
    position: relative;
  }
}

.p-mach-c2a__caption {
  display: inline-block;
  position: absolute;
}

@media all and (max-width: 768px) {
  .p-mach-c2a__caption {
    position: static;
  }
  .p-mach-c2a__caption:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .p-mach-c2a__caption:nth-of-type(2) {
    margin-bottom: 13px;
  }
}

.p-mach-c2a__caption.-t-left {
  text-align: left;
  width: 43%;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (min-width: 375px) and (max-width: 768px) {
  .p-mach-c2a__caption.-t-left {
    width: 100%;
  }
}

@media (min-width: 769px) and (max-width: 1074px) {
  .p-mach-c2a__caption.-t-left {
    left: 50%;
    width: 45%;
    margin-left: -50%;
  }
}

.p-mach-c2a__caption.-b-left {
  text-align: left;
  width: 30.819%;
  bottom: 148px;
  left: 0;
  z-index: 1;
}

@media (min-width: 375px) and (max-width: 768px) {
  .p-mach-c2a__caption.-b-left {
    width: 100%;
  }
}

@media (min-width: 769px) and (max-width: 1074px) {
  .p-mach-c2a__caption.-b-left {
    width: 45%;
    left: 50%;
    width: 40%;
    margin-left: -50%;
    bottom: 8.5%;
  }
}

.p-mach-c2a__caption.-t-right {
  text-align: right;
  width: 34.636%;
  top: 0;
  right: 0;
  z-index: 1;
}

@media (min-width: 375px) and (max-width: 768px) {
  .p-mach-c2a__caption.-t-right {
    width: 100%;
    text-align: left;
  }
}

@media (min-width: 769px) and (max-width: 1074px) {
  .p-mach-c2a__caption.-t-right {
    right: 50%;
    width: 50%;
    margin-right: -50%;
  }
}

.p-mach-c2a__caption.-b-right {
  text-align: right;
  width: 34.957%;
  bottom: 112px;
  right: 0;
  z-index: 1;
}

@media (min-width: 375px) and (max-width: 768px) {
  .p-mach-c2a__caption.-b-right {
    width: 100%;
    text-align: left;
  }
}

@media (min-width: 769px) and (max-width: 1074px) {
  .p-mach-c2a__caption.-b-right {
    width: 45%;
    right: 50%;
    width: 45%;
    margin-right: -50%;
    bottom: 4%;
  }
}

.p-mach-c2a__caption-title {
  font-size: 2.8rem;
  line-height: calc(40 / 28);
  color: #41A0E6;
  font-weight: 700;
  letter-spacing: -1px;
  background-color: #FEDC5A;
  border: 3px #FEDA35;
  border-radius: 30px 30px;
  padding: 10px 30px 12px 30px;
  display: inline-block;
}

@media all and (max-width: 768px) {
  .p-mach-c2a__caption-title {
    margin-bottom: 0;
    font-size: 1.8rem;
    line-height: calc(12 / 18);
    padding: 10px 15px 12px 15px;
    margin-bottom: 4px;
  }
}

.p-mach-c2a__caption-desc {
  font-size: 2rem;
  line-height: calc(36 / 20);
  color: #1BA1EC;
  font-weight: 700;
  letter-spacing: -1px;
}

.p-mach-c2a__caption-desc a {
  color: #FC551F;
}

.p-mach-c2a__caption-desc a:hover {
  text-decoration: underline;
  color: #FC551F;
  opacity: 0.7;
}

.p-mach-c2a__caption-desc .-t-right-span {
  display: block;
  padding-right: 36px;
}

.p-mach-c2a__caption-desc .-b-right-span {
  display: block;
  padding-right: 76px;
}

@media all and (max-width: 768px) {
  .p-mach-c2a__caption-desc {
    font-size: 1.6rem;
    line-height: calc(32 / 16);
    font-weight: 700;
  }
}

.p-mach-c2a__caption-desc.-left {
  padding-left: 30px;
  text-align: left;
}

@media all and (max-width: 768px) {
  .p-mach-c2a__caption-desc.-left {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.p-mach-c2a__caption-desc.-right {
  padding-right: 30px;
  text-align: right;
}

@media all and (max-width: 768px) {
  .p-mach-c2a__caption-desc.-right {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* ==========================================================
  p-mach-chart
========================================================== */
.p-mach-chart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 64px;
}

@media (max-width: 750px) {
  .p-mach-chart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}

@media (min-width: 750px) and (max-width: 1074px) {
  .p-mach-chart {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 15px;
  }
}

.p-mach-chart__box {
  width: 505px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 375px) and (max-width: 1074px) {
  .p-mach-chart__box {
    width: 100%;
  }
}

.p-mach-chart__title {
  width: 100%;
  font-size: 3rem;
  font-weight: 700;
  line-height: calc(55 / 30);
  text-align: center;
  border-radius: 40px 40px;
  padding: 0 30px 0 30px;
}

@media (min-width: 375px) and (max-width: 1074px) {
  .p-mach-chart__title {
    font-size: 2.4rem;
    line-height: calc(45 / 24);
    padding: 2px 30px 3px 30px;
  }
}

.p-mach-chart__title.-blue {
  color: #1BA1EC;
  background-color: rgba(76, 229, 242, 0.6);
}

.p-mach-chart__title.-orange {
  color: #FC551F;
  background-color: rgba(253, 163, 131, 0.6);
}

.p-mach-chart__img {
  width: 284px;
  max-width: 100%;
  padding-top: 112px;
  padding-bottom: 60px;
}

@media (min-width: 375px) and (max-width: 1074px) {
  .p-mach-chart__img {
    width: 168px;
    padding-top: 80px;
  }
}

.p-mach-chart__caption-blue {
  font-size: 2.4rem;
  line-height: calc(27 / 24);
  font-weight: 700;
  color: #222;
  display: inline-block;
  position: absolute;
  z-index: 1;
}

@media (min-width: 375px) and (max-width: 1074px) {
  .p-mach-chart__caption-blue {
    font-size: 2rem;
    line-height: calc(27 / 20);
  }
}

.p-mach-chart__caption-blue rt,
.p-mach-chart__caption-blue span {
  font-size: 1.4rem;
  line-height: calc(24 / 14);
  font-weight: 400;
  position: relative;
}

@media (min-width: 375px) and (max-width: 1074px) {
  .p-mach-chart__caption-blue rt,
  .p-mach-chart__caption-blue span {
    font-size: 1.2rem;
    line-height: calc(24 / 12);
  }
}

.p-mach-chart__caption-blue.-top {
  left: 50%;
  top: 24.5%;
  margin-left: -36px;
}

@media (min-width: 375px) and (max-width: 1074px) {
  .p-mach-chart__caption-blue.-top {
    top: 30%;
    margin-left: -32px;
  }
}

.p-mach-chart__caption-blue.-left {
  left: 50%;
  top: 53%;
  margin-left: -228px;
}

.p-mach-chart__caption-blue.-left span {
  position: relative;
  z-index: 2;
  left: -84px;
  top: -24px;
}

@media (min-width: 375px) and (max-width: 1074px) {
  .p-mach-chart__caption-blue.-left {
    left: 50%;
    margin-left: -154px;
    top: 51%;
  }
  .p-mach-chart__caption-blue.-left span {
    position: relative;
    z-index: 2;
    left: -70px;
    top: -24px;
  }
}

.p-mach-chart__caption-blue.-right {
  right: 50%;
  top: 53%;
  margin-right: -204px;
}

.p-mach-chart__caption-blue.-right span {
  position: relative;
  z-index: 2;
  left: 60px;
  top: -24px;
}

@media (min-width: 375px) and (max-width: 1074px) {
  .p-mach-chart__caption-blue.-right {
    right: 50%;
    margin-right: -136px;
    top: 51%;
  }
  .p-mach-chart__caption-blue.-right span {
    position: relative;
    z-index: 2;
    left: 52px;
    top: -24px;
  }
}

.p-mach-chart__caption-blue.-b-left {
  left: 50%;
  bottom: 2%;
  margin-left: -152px;
}

.p-mach-chart__caption-blue.-b-left span {
  position: relative;
  z-index: 2;
  left: -66px;
  top: -24px;
}

@media (min-width: 375px) and (max-width: 1074px) {
  .p-mach-chart__caption-blue.-b-left {
    left: 50%;
    margin-left: -122px;
    bottom: 9%;
  }
  .p-mach-chart__caption-blue.-b-left span {
    position: relative;
    z-index: 2;
    left: -56px;
    top: -24px;
  }
}

.p-mach-chart__caption-blue.-b-right {
  right: 50%;
  bottom: 2%;
  margin-right: -170px;
}

.p-mach-chart__caption-blue.-b-right span {
  position: relative;
  z-index: 2;
  left: 78px;
  top: -24px;
}

@media (min-width: 375px) and (max-width: 1074px) {
  .p-mach-chart__caption-blue.-b-right {
    right: 50%;
    margin-right: -124px;
    bottom: 9%;
  }
  .p-mach-chart__caption-blue.-b-right span {
    position: relative;
    z-index: 2;
    left: 68px;
    top: -24px;
  }
}

.p-mach-chart__caption-orange {
  font-size: 2.4rem;
  line-height: calc(27 / 24);
  font-weight: 700;
  color: #222;
  display: inline-block;
  position: absolute;
  z-index: 1;
}

@media (min-width: 375px) and (max-width: 1074px) {
  .p-mach-chart__caption-orange {
    font-size: 2rem;
    line-height: calc(27 / 20);
  }
}

.p-mach-chart__caption-orange rt,
.p-mach-chart__caption-orange span {
  font-size: 1.4rem;
  line-height: calc(24 / 14);
  font-weight: 400;
}

@media (min-width: 375px) and (max-width: 1074px) {
  .p-mach-chart__caption-orange rt,
  .p-mach-chart__caption-orange span {
    font-size: 1.2rem;
    line-height: calc(24 / 12);
  }
}

.p-mach-chart__caption-orange.-top {
  left: 50%;
  top: 24.5%;
  margin-left: -36px;
}

.p-mach-chart__caption-orange.-top span {
  position: relative;
  z-index: 2;
  left: -64px;
  top: -24px;
}

@media (min-width: 375px) and (max-width: 1074px) {
  .p-mach-chart__caption-orange.-top {
    left: 50%;
    top: 30%;
    margin-left: -30px;
  }
  .p-mach-chart__caption-orange.-top span {
    position: relative;
    z-index: 2;
    left: -64px;
    top: -24px;
  }
}

.p-mach-chart__caption-orange.-left {
  left: 50%;
  top: 53%;
  margin-left: -222px;
}

.p-mach-chart__caption-orange.-left span {
  position: relative;
  z-index: 2;
  left: -72px;
  top: -24px;
}

@media (min-width: 375px) and (max-width: 1074px) {
  .p-mach-chart__caption-orange.-left {
    left: 50%;
    margin-left: -152px;
    top: 51%;
  }
  .p-mach-chart__caption-orange.-left span {
    position: relative;
    z-index: 2;
    left: -64px;
    top: -24px;
  }
}

.p-mach-chart__caption-orange.-right {
  right: 50%;
  top: 53%;
  margin-right: -254px;
}

.p-mach-chart__caption-orange.-right span {
  position: relative;
  z-index: 2;
  left: 34px;
  top: -24px;
}

@media (min-width: 375px) and (max-width: 1074px) {
  .p-mach-chart__caption-orange.-right {
    right: 50%;
    margin-right: -172px;
    top: 51%;
  }
  .p-mach-chart__caption-orange.-right span {
    position: relative;
    z-index: 2;
    left: 30px;
    top: -24px;
  }
}

.p-mach-chart__caption-orange.-b-left {
  left: 50%;
  bottom: 2%;
  margin-left: -160px;
}

.p-mach-chart__caption-orange.-b-left span {
  position: relative;
  z-index: 2;
  left: -72px;
  top: -24px;
}

@media (min-width: 375px) and (max-width: 1074px) {
  .p-mach-chart__caption-orange.-b-left {
    left: 50%;
    margin-left: -124px;
    bottom: 9%;
  }
  .p-mach-chart__caption-orange.-b-left span {
    position: relative;
    z-index: 2;
    left: -60px;
    top: -24px;
  }
}

.p-mach-chart__caption-orange.-b-right {
  right: 21.5%;
  bottom: 2%;
  margin-right: -4px;
}

.p-mach-chart__caption-orange.-b-right span {
  position: relative;
  z-index: 2;
  left: 40px;
  top: -24px;
}

@media (min-width: 375px) and (max-width: 1074px) {
  .p-mach-chart__caption-orange.-b-right {
    right: 50%;
    margin-right: -122px;
    bottom: 9%;
  }
  .p-mach-chart__caption-orange.-b-right span {
    position: relative;
    z-index: 2;
    left: 36px;
    top: -24px;
  }
}

/* ==========================================================
  p-mach-bottom
========================================================== */
.p-mach-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media all and (max-width: 768px) {
  .p-mach-bottom .c-button-normal, .p-mach-bottom .c-button-blank, .p-mach-bottom .c-button-pdf, .p-mach-bottom .c-button-blank__wh {
    width: 230px;
  }
}

/* ==========================================================
  p-kawaraban-title
========================================================== */
.p-kawaraban-title {
  background-color: #F7F7F7;
}

@media all and (min-width: 769px) {
  .p-kawaraban-title {
    display: block;
    padding: 15px 0;
    text-align: center;
  }
}

.p-kawaraban-title__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 162px;
  background-image: url("/assets/image/machblog/kawaraban/bg_kawaraban_fish_sp.png");
  background-position: center;
  background-repeat: repeat-x;
  background-size: contain;
}

@media all and (min-width: 769px) {
  .p-kawaraban-title__in {
    max-width: 1195px;
    height: 210px;
    margin: 0 auto;
    background-image: url("/assets/image/machblog/kawaraban/bg_kawaraban_fish_pc.png");
    background-position: left center;
    background-size: auto;
  }
}

@media all and (max-width: 768px) {
  .p-kawaraban-title__title {
    margin-bottom: 14px;
  }
}

.p-kawaraban-title__title-text {
  padding: 0 8px 2px;
  background-color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  color: #004FAC;
}

@media all and (min-width: 769px) {
  .p-kawaraban-title__title-text {
    font-size: 3.4rem;
  }
}

/* ==========================================================
  p-museum-title
========================================================== */
.p-museum-title {
  background-color: #FFFAFE;
  background-image: url("/assets/image/machblog/museum/bg_museum_sp.png");
  background-position: center;
  background-repeat: repeat-x;
  background-size: contain;
}

@media all and (max-width: 480px) {
  .p-museum-title {
    background-size: cover;
  }
}

@media all and (min-width: 769px) {
  .p-museum-title {
    display: block;
    padding: 0;
    text-align: center;
    background-image: url("/assets/image/machblog/museum/bg_museum_pc.png");
    background-position: left -324px center;
    background-size: auto;
  }
}

.p-museum-title__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 162px;
}

@media all and (min-width: 769px) {
  .p-museum-title__in {
    max-width: 1195px;
    height: 240px;
    margin: 0 auto;
  }
}

.p-museum-title__title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

@media all and (max-width: 768px) {
  .p-museum-title__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 18px;
  }
}

@media all and (min-width: 769px) {
  .p-museum-title__title {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    right: 99px;
  }
}

.p-museum-title__title::before {
  content: "";
  display: block;
  background-image: url("/assets/image/machblog/museum/bg_museum_mach.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

@media all and (max-width: 768px) {
  .p-museum-title__title::before {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 21.3%;
    max-width: 26.67%;
    padding-top: 15.2%;
    margin-bottom: 4px;
  }
}

@media all and (min-width: 769px) {
  .p-museum-title__title::before {
    width: 174px;
    padding-top: 125px;
    font-size: 3.4rem;
    margin-right: 32px;
  }
}

@media all and (min-width: 480px) and (max-width: 768px) {
  .p-museum-title__title::before {
    width: 102px;
    padding-top: 73px;
  }
}

.p-museum-title__title-text {
  padding: 0 8px 2px;
  background-color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #151924;
}

@media all and (min-width: 769px) {
  .p-museum-title__title-text {
    font-size: 3.4rem;
  }
}

/* ==========================================================
  p-asashio-title
========================================================== */
.p-asashio-title {
  background-color: #CCFAFF;
  background-image: url("/assets/image/machblog/asashio/bg_asashio_sp.png");
  background-position: center;
  background-repeat: repeat-x;
  background-size: contain;
}

@media all and (min-width: 769px) {
  .p-asashio-title {
    display: block;
    padding: 0;
    text-align: center;
    background-image: url("/assets/image/machblog/asashio/bg_asashio_pc.png");
    background-position: left center;
    background-size: auto;
  }
}

.p-asashio-title__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 162px;
}

@media all and (min-width: 769px) {
  .p-asashio-title__in {
    max-width: 1195px;
    height: 240px;
    margin: 0 auto;
  }
}

.p-asashio-title__title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

@media all and (max-width: 768px) {
  .p-asashio-title__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 4px;
  }
}

@media all and (min-width: 769px) {
  .p-asashio-title__title {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    right: 124px;
  }
}

@media all and (min-width: 679px) and (max-width: 989px) {
  .p-asashio-title__title {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    right: 0;
  }
}

.p-asashio-title__title::before {
  content: "";
  display: block;
  background-image: url("/assets/image/machblog/asashio/bg_asashio_mach.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

@media all and (max-width: 768px) {
  .p-asashio-title__title::before {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 27.2%;
    padding-top: 18.67%;
    margin-bottom: 5px;
  }
}

@media all and (min-width: 769px) {
  .p-asashio-title__title::before {
    font-size: 3.4rem;
    width: 240px;
    padding-top: 164px;
    margin-right: 13px;
  }
}

@media all and (min-width: 387px) and (max-width: 768px) {
  .p-asashio-title__title::before {
    width: 140px;
    padding-top: 96px;
  }
}

.p-asashio-title__title-text {
  padding: 0 8px 2px;
  background-color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #151924;
}

@media all and (min-width: 769px) {
  .p-asashio-title__title-text {
    font-size: 3.4rem;
  }
}

/* ==========================================================
  p-shokuiku-title
========================================================== */
.p-shokuiku-title {
  background-color: #FFF;
  background-image: url("/assets/image/machblog/shokuiku/bg_shokuiku_front_sp.png"), url("/assets/image/machblog/shokuiku/bg_shokuiku_sp.png");
  background-position: center, center;
  background-repeat: no-repeat, repeat-x;
}

@media all and (max-width: 480px) {
  .p-shokuiku-title {
    background-size: 90.13% auto, contain;
    background-position: center bottom 6px, center;
  }
}

@media all and (min-width: 769px) {
  .p-shokuiku-title {
    display: block;
    padding: 0;
    text-align: center;
    background-image: url("/assets/image/machblog/shokuiku/bg_shokuiku_front_pc.png"), url("/assets/image/machblog/shokuiku/bg_shokuiku_pc.png");
    background-position: center, center;
    background-position: center top 13px, left center;
    background-size: auto, auto;
  }
}

@media all and (min-width: 480px) and (max-width: 768px) {
  .p-shokuiku-title {
    background-size: auto 156px, contain;
  }
}

.p-shokuiku-title__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 162px;
}

@media all and (min-width: 769px) {
  .p-shokuiku-title__in {
    max-width: 1195px;
    height: 240px;
    margin: 0 auto;
  }
}

.p-shokuiku-title__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

@media all and (max-width: 768px) {
  .p-shokuiku-title__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
  }
}

@media all and (min-width: 769px) {
  .p-shokuiku-title__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 16px;
  }
}

.p-shokuiku-title__title::before {
  content: "";
  display: block;
  background-image: url("/assets/image/machblog/shokuiku/bg_shokuiku_mach.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

@media all and (max-width: 768px) {
  .p-shokuiku-title__title::before {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 19.2%;
    padding-top: 15.73%;
    margin-bottom: 4px;
  }
}

@media all and (min-width: 769px) {
  .p-shokuiku-title__title::before {
    font-size: 3.4rem;
    width: 140px;
    padding-top: 114px;
    margin-bottom: 19px;
  }
}

@media all and (min-width: 480px) and (max-width: 768px) {
  .p-shokuiku-title__title::before {
    width: 102px;
    padding-top: 73px;
  }
}

.p-shokuiku-title__title-text {
  padding: 0 8px 2px;
  background-color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #151924;
}

@media all and (min-width: 769px) {
  .p-shokuiku-title__title-text {
    font-size: 3.4rem;
  }
}

/* ==========================================================
  p-archivefm-title
========================================================== */
.p-archivefm-title {
  background-color: #FFF;
}

@media all and (min-width: 769px) {
  .p-archivefm-title {
    display: block;
    padding: 15px 0;
    text-align: center;
  }
}

.p-archivefm-title__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 162px;
  background-image: url("/assets/image/machblog/archivefm/bg_archivefm_sp.jpg");
  background-position: center;
  background-repeat: repeat-x;
  background-size: contain;
}

@media all and (min-width: 769px) {
  .p-archivefm-title__in {
    max-width: unset;
    height: 240px;
    margin: 0 auto;
    background-image: url("/assets/image/machblog/archivefm/bg_archivefm_pc.jpg");
    background-position: center;
    background-repeat: repeat-x;
    background-size: auto;
  }
}

@media all and (max-width: 768px) {
  .p-archivefm-title__title {
    margin-bottom: 14px;
  }
}

.p-archivefm-title__title-text {
  padding: 0 8px 2px;
  background-color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  color: #222;
}

@media all and (min-width: 769px) {
  .p-archivefm-title__title-text {
    font-size: 3.4rem;
  }
}

/* ==========================================================
  p-machblog-title
========================================================== */
.p-machblog-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 17px 15px 11px;
  background: url("/assets/image/machblog/bg_wave_01.png") center repeat;
}

@media all and (min-width: 769px) {
  .p-machblog-title {
    display: block;
    padding: 41px 20px 39px;
    text-align: center;
  }
}

.p-machblog-title__title {
  margin: 0 auto;
  text-align: center;
}

@media all and (max-width: 768px) {
  .p-machblog-title__title {
    width: 173px;
  }
  .p-machblog-title__title img {
    width: 100%;
  }
}

/* ==========================================================
  p-machblog-section
========================================================== */
@media all and (max-width: 768px) {
  .p-machblog-section {
    margin-top: -7px;
  }
}

@media all and (min-width: 769px) {
  .p-machblog-section {
    padding-top: 22px;
  }
}

.p-machblog-section__in {
  position: relative;
}

.p-machblog-section__title {
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #767676;
  letter-spacing: 0.05em;
}

@media all and (min-width: 769px) {
  .p-machblog-section__title {
    margin-bottom: 16px;
    font-size: 2.4rem;
    color: #222;
  }
}

.p-machblog-section__title.-large {
  font-size: 4rem;
  line-height: calc(40/30);
  font-weight: 700;
  margin-bottom: 8px;
  color: #222;
}

@media all and (max-width: 768px) {
  .p-machblog-section__title.-large {
    font-size: 2.4rem;
    line-height: calc(24/22);
    font-weight: 700;
  }
}

.p-machblog-section__subtitle {
  font-size: 1.6rem;
  line-height: calc(28/16);
  font-weight: 700;
  color: #222;
  margin-bottom: 24px;
}

@media all and (max-width: 768px) {
  .p-machblog-section__subtitle {
    margin-bottom: 15px;
  }
}

.p-machblog-section__button {
  width: 66.67%;
  margin: 0 auto;
  padding: 11px 25px 14px 18px;
  letter-spacing: 0.05em;
}

@media all and (min-width: 769px) {
  .p-machblog-section__button {
    position: absolute;
    top: -88px;
    right: 24px;
    width: 230px;
    padding: 12px 25px 12px 18px;
  }
}

.p-machblog-section__button::after {
  right: 10px;
  width: 10px;
  height: 9px;
  background-size: contain;
}

/* ==========================================================
  p-machblog-content
========================================================== */
@media all and (max-width: 768px) {
  .p-machblog-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media all and (max-width: 768px) {
  .p-machblog-content__blog {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

.p-machblog-content__blog-button {
  display: none;
  width: 100%;
  margin: 52px auto 0;
}

@media all and (min-width: 769px) {
  .p-machblog-content__blog-button {
    width: 293px;
    margin-top: 87px;
  }
}

.p-machblog-content__blog-button::after {
  display: none;
}

@media all and (max-width: 768px) {
  .p-machblog-content__slider {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

/* ================================x==========================
  p-machblog-list
========================================================== */
@media all and (min-width: 769px) {
  .p-machblog-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -50px;
    margin-left: -5.04%;
  }
}

.p-machblog-list__item {
  position: relative;
}

@media all and (min-width: 769px) {
  .p-machblog-list__item {
    width: 33.33%;
    margin-top: 50px;
    padding-left: 5.04%;
  }
}

@media all and (max-width: 768px) {
  .p-machblog-list__item:not(:first-child) {
    margin-top: 30px;
  }
}

/* ==========================================================
  p-machblog-blog
========================================================== */
.p-machblog-blog__link {
  display: block;
}

@media all and (min-width: 769px) {
  .p-machblog-blog__link:hover .p-machblog-blog__image img {
    -webkit-transform: translateY(-50%) scale(1.1);
    -ms-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1);
  }
  .p-machblog-blog__link:hover .p-machblog-blog__text {
    text-decoration: underline;
  }
}

.p-machblog-blog__image {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 10px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.p-machblog-blog__image::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 62.32%;
}

@media all and (min-width: 769px) {
  .p-machblog-blog__image::before {
    padding-top: 62.5%;
  }
}

.p-machblog-blog__image img {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 10px;
}

@media all and (min-width: 769px) {
  .p-machblog-blog__image img {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}

.p-machblog-blog__image-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  z-index: 2;
}

@media all and (min-width: 769px) {
  .p-machblog-blog__image-text {
    padding-bottom: 6px;
  }
}

.p-machblog-blog__image-text::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 160, 186, 0)), to(#2da0ba));
  background: -webkit-linear-gradient(rgba(45, 160, 186, 0) 0%, #2da0ba 100%);
  background: -o-linear-gradient(rgba(45, 160, 186, 0) 0%, #2da0ba 100%);
  background: linear-gradient(rgba(45, 160, 186, 0) 0%, #2da0ba 100%);
  z-index: -1;
}

.p-machblog-blog__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  margin-top: 14px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.55;
  z-index: 4;
}

@media all and (min-width: 769px) {
  .p-machblog-blog__title {
    margin-top: 9px;
    line-height: 1.6;
  }
}

.p-machblog-blog__category {
  margin-top: 3px;
}

@media all and (min-width: 769px) {
  .p-machblog-blog__category {
    margin-top: 10px;
  }
}

.p-machblog-blog__category-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.p-machblog-blog__category-link:hover {
  opacity: 0.7;
}

@media all and (max-width: 768px) {
  .p-machblog-blog__category-link {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media all and (min-width: 769px) {
  .p-machblog-blog__category-link:hover {
    text-decoration: none;
  }
}

.p-machblog-blog__category-image {
  width: 45px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

@media all and (max-width: 768px) {
  .p-machblog-blog__category-image {
    margin-top: 5px;
  }
}

.p-machblog-blog__category-image img {
  width: 100%;
}

.p-machblog-blog__category-box {
  width: 100%;
  margin-left: 5px;
  line-height: 1.45;
}

@media all and (min-width: 769px) {
  .p-machblog-blog__category-box {
    line-height: 1.35;
  }
}

.p-machblog-blog__category-date {
  font-size: 1.4rem;
  color: rgba(34, 34, 34, 0.4);
}

@media all and (min-width: 769px) {
  .p-machblog-blog__category-date {
    font-size: 1.2rem;
  }
}

.p-machblog-blog__category-text {
  font-size: 1.6rem;
  font-weight: 500;
  color: rgba(34, 34, 34, 0.5);
}

@media all and (min-width: 769px) {
  .p-machblog-blog__category-text {
    font-size: 1.4rem;
  }
}

/* ==========================================================
  p-machblog-slider
========================================================== */
.p-machblog-slider {
  margin: 34px -15px 30px;
  display: block;
  background-color: #f0f0f0;
}

@media all and (min-width: 769px) {
  .p-machblog-slider {
    position: relative;
    margin: 80px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media all and (min-width: 769px) {
  .p-machblog-slider::before, .p-machblog-slider::after {
    content: '';
    position: absolute;
    top: -5px;
    height: 10px;
    width: 100%;
    left: 0;
    right: 0;
    background: url("/assets/image/machblog/bg_slidebar.png") 0 0 no-repeat;
    background-size: 100% auto;
  }
}

@media all and (min-width: 769px) {
  .p-machblog-slider::after {
    top: auto;
    bottom: -5px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

.p-machblog-slider__header {
  padding-top: 9px;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
}

@media all and (min-width: 769px) {
  .p-machblog-slider__header {
    padding-top: 0;
    width: 19.5%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 38px;
  }
}

.p-machblog-slider__wraper {
  position: relative;
  padding: 7px 0 2px;
  text-align: center;
  width: 100%;
}

@media all and (min-width: 769px) {
  .p-machblog-slider__wraper {
    padding: 14px 0 12px;
    width: 77.8%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media all and (min-width: 769px) {
  .p-machblog-slider__list {
    padding-right: 20px;
  }
}

.p-machblog-slider__item {
  padding: 0 6px 15px;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

@media all and (min-width: 769px) {
  .p-machblog-slider__item {
    padding: 0;
    -webkit-filter: none;
    filter: none;
  }
}

.p-machblog-slider__text {
  display: none;
}

@media all and (min-width: 769px) {
  .p-machblog-slider__text {
    display: block;
    font-size: 1.1rem;
    font-weight: bold;
  }
}

.p-machblog-slider__title {
  font-size: 1.4rem;
  font-weight: bold;
}

.p-machblog-slider__title img {
  max-width: 100%;
}

.p-machblog-slider__picture {
  display: none;
}

@media all and (min-width: 769px) {
  .p-machblog-slider__picture {
    display: inline-block;
    padding: 0 18px;
  }
}

.p-machblog-slider__picture img {
  max-width: 100%;
}

.p-machblog-slider__image img {
  max-width: 100%;
}

.p-machblog-slider__btn-next, .p-machblog-slider__btn-prev {
  display: none;
}

@media all and (min-width: 769px) {
  .p-machblog-slider__btn-next, .p-machblog-slider__btn-prev {
    position: absolute;
    right: -11px;
    z-index: 1;
    display: block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 72px;
    height: 72px;
    background: url(/assets/image/machblog/btn_arrow_next.png) no-repeat;
    background-size: 72px 72px;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }
}

@media all and (min-width: 769px) {
  .p-machblog-slider__btn-next:hover, .p-machblog-slider__btn-prev:hover {
    background: url(/assets/image/machblog/btn_arrow_next-hover.png) no-repeat;
    background-size: 72px 72px;
  }
}

.p-machblog-slider__btn-next.is-disabled, .p-machblog-slider__btn-prev.is-disabled {
  display: none;
}

@media all and (min-width: 769px) {
  .p-machblog-slider__btn-prev {
    right: auto;
    left: -36px;
    background: url(/assets/image/machblog/btn_arrow_prev.png) no-repeat;
    background-size: 72px 72px;
  }
}

@media all and (min-width: 769px) {
  .p-machblog-slider__btn-prev:hover {
    background: url(/assets/image/machblog/btn_arrow_prev-hover.png) no-repeat;
    background-size: 72px 72px;
  }
}

/* ==========================================================
  p-kawaraban-content
========================================================== */
.p-kawaraban-content {
  padding-top: 9px;
}

@media all and (min-width: 769px) {
  .p-kawaraban-content {
    padding-top: 26px;
  }
}

@media all and (min-width: 769px) {
  .p-kawaraban-content__in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 85px;
  }
}

@media all and (min-width: 769px) {
  .p-kawaraban-content__main {
    width: 740px;
  }
}

@media all and (min-width: 769px) and (max-width: 1114px) {
  .p-kawaraban-content__main {
    width: calc(740 / 1114 * 100vw);
  }
}

.p-kawaraban-content__title {
  margin-bottom: 7px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #767676;
  letter-spacing: 0.07em;
}

.p-kawaraban-content__side {
  margin-top: 60px;
}

@media all and (min-width: 769px) {
  .p-kawaraban-content__side {
    width: 270px;
    margin: 0 0 0 64px;
  }
}

@media all and (min-width: 769px) and (max-width: 1114px) {
  .p-kawaraban-content__side {
    width: calc(270 / 1114 * 100vw);
    margin: 0 0 0 calc(64 / 1114 * 100vw);
  }
}

.p-kawaraban-content.-cms {
  margin-top: 0;
}

@media all and (min-width: 769px) {
  .p-kawaraban-content.-cms {
    padding-top: 0;
  }
}

@media all and (min-width: 769px) {
  .p-kawaraban-content.-cms .p-kawaraban-content__main {
    width: 706px;
  }
}

@media all and (min-width: 769px) and (max-width: 1114px) {
  .p-kawaraban-content.-cms .p-kawaraban-content__main {
    width: calc(706 / 1114 * 100vw);
  }
}

/* ==========================================================
  p-kawaraban-list
========================================================== */
.p-kawaraban-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -18px;
  margin-left: -20px;
}

@media all and (min-width: 769px) {
  .p-kawaraban-list {
    margin-top: -40px;
    margin-left: -40px;
  }
}

@media all and (min-width: 769px) and (max-width: 1114px) {
  .p-kawaraban-list {
    margin-top: calc(-40 / 1114 * 100vw);
    margin-left: calc(-40 / 1114 * 100vw);
  }
}

.p-kawaraban-list__item {
  position: relative;
  width: 50%;
  margin-top: 18px;
  padding-left: 20px;
}

@media all and (min-width: 769px) {
  .p-kawaraban-list__item {
    width: 33.33%;
    margin-top: 40px;
    padding-left: 40px;
  }
}

@media all and (min-width: 769px) and (max-width: 1114px) {
  .p-kawaraban-list__item {
    margin-top: calc(40 / 1114 * 100vw);
    padding-left: calc(40 / 1114 * 100vw);
  }
}

/* ==========================================================
  p-kawaraban-blog
========================================================== */
.p-kawaraban-blog__link {
  display: block;
}

@media all and (min-width: 769px) {
  .p-kawaraban-blog__link:hover {
    text-decoration: none;
  }
  .p-kawaraban-blog__link:hover .p-kawaraban-blog__image img {
    -webkit-transform: translateY(-50%) scale(1.1);
    -ms-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1);
  }
  .p-kawaraban-blog__link:hover .p-kawaraban-blog__title {
    text-decoration: underline;
  }
}

@media all and (min-width: 769px) {
  .p-kawaraban-blog__detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-kawaraban-blog__image {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ccc;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.p-kawaraban-blog__image::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 62.11%;
}

@media all and (min-width: 769px) {
  .p-kawaraban-blog__image::before {
    padding-top: 62.27%;
  }
}

.p-kawaraban-blog__image img {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media all and (min-width: 769px) {
  .p-kawaraban-blog__image img {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
}

.p-kawaraban-blog__title {
  margin-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.4;
  z-index: 4;
}

@media all and (min-width: 769px) {
  .p-kawaraban-blog__title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-line-clamp: 2;
  }
}

.p-kawaraban-blog__date {
  display: block;
  margin-top: 9px;
  font-size: 1.4rem;
  color: rgba(34, 34, 34, 0.4);
}

@media all and (min-width: 769px) {
  .p-kawaraban-blog__date {
    margin-top: 3px;
    font-size: 1.2rem;
  }
}

.p-kawaraban-blog__text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 5px;
  font-size: 1.4rem;
  color: rgba(34, 34, 34, 0.7);
}

@media all and (max-width: 768px) {
  .p-kawaraban-blog__text {
    display: none;
  }
}

/* ==========================================================
  p-seasonal-box
========================================================== */
.p-seasonal-box {
  margin-bottom: 41px;
}

@media all and (min-width: 769px) {
  .p-seasonal-box {
    margin-bottom: 32px;
  }
}

.p-seasonal-box__heading {
  text-align: center;
}

@media all and (min-width: 769px) {
  .p-seasonal-box__heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p-seasonal-box__heading-image {
  width: 70px;
}

@media all and (max-width: 768px) {
  .p-seasonal-box__heading-image {
    margin: 0 auto;
  }
}

.p-seasonal-box__heading-image img {
  width: 100%;
}

.p-seasonal-box__heading-title {
  margin-top: 12px;
  font-size: 1.8rem;
  font-weight: 700;
}

@media all and (min-width: 769px) {
  .p-seasonal-box__heading-title {
    margin: 0 0 11px 15px;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
  }
}

.p-seasonal-box__text {
  margin-top: 17px;
  font-size: 1.6rem;
  color: rgba(34, 34, 34, 0.7);
}

@media all and (max-width: 768px) {
  .p-seasonal-box__text {
    line-height: 1.8;
  }
}

@media all and (min-width: 769px) {
  .p-seasonal-box__text {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}

/* ==========================================================
  .p-kawaraban-slider
========================================================== */
.p-kawaraban-slider {
  margin: 32px -15px 0;
  padding: 7px 0 18px;
  background-color: #f0f0f0;
  text-align: right;
}

@media all and (min-width: 769px) {
  .p-kawaraban-slider {
    margin: 32px 0 0;
    padding: 10px 24px 24px;
    border-radius: 10px;
  }
}

.p-kawaraban-slider__link-head {
  display: none;
}

@media all and (min-width: 769px) {
  .p-kawaraban-slider__link-head {
    position: relative;
    display: inline-block;
    padding-right: 16px;
    margin-right: -8px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 22px;
    color: #222;
  }
}

.p-kawaraban-slider__link-head::after {
  content: '';
  position: absolute;
  right: 0;
  top: 7px;
  width: 10px;
  height: 9px;
  background: url("/assets/image/machblog/ico_arrow_right.svg") 0 0 no-repeat;
}

@media all and (min-width: 769px) {
  .p-kawaraban-slider__link-head:hover {
    opacity: 0.7;
    text-decoration: underline;
  }
}

.p-kawaraban-slider__header {
  position: relative;
  text-align: center;
  padding-bottom: 4px;
}

@media all and (min-width: 769px) {
  .p-kawaraban-slider__header {
    padding: 15px 0 32px;
  }
}

.p-kawaraban-slider__header::before {
  display: none;
}

@media all and (min-width: 769px) {
  .p-kawaraban-slider__header::before {
    content: "";
    display: block;
    position: absolute;
    width: 21px;
    height: 15px;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("/assets/image/machblog/ico_arrow_down.svg") 0 0 no-repeat;
  }
}

@media all and (max-width: 768px) {
  .p-kawaraban-slider__title {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    color: rgba(34, 34, 34, 0.7);
    letter-spacing: 0.05em;
  }
}

@media all and (min-width: 769px) {
  .p-kawaraban-slider__title {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 174px;
  }
}

@media all and (min-width: 769px) {
  .p-kawaraban-slider__title img {
    width: 100%;
  }
}

@media all and (min-width: 769px) {
  .p-kawaraban-slider__content {
    display: block;
  }
}

@media all and (min-width: 769px) {
  .p-kawaraban-slider__list {
    overflow: visible;
  }
}

@media all and (min-width: 769px) {
  .p-kawaraban-slider__item:not(:first-child) {
    margin-top: 20px;
  }
}

.p-kawaraban-slider__link {
  display: block;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  padding: 6px 6px 12px;
}

@media all and (min-width: 769px) {
  .p-kawaraban-slider__link {
    -webkit-filter: none;
    filter: none;
    padding: 0;
  }
}

.p-kawaraban-slider__image img {
  max-width: 100%;
}

/* ==========================================================
  .p-kawaraban-cms
========================================================== */
.p-kawaraban-cms__heading-title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: -0.02em;
}

@media all and (min-width: 769px) {
  .p-kawaraban-cms__heading-title {
    font-size: 3.6rem;
  }
}

.p-kawaraban-cms__heading-title--small {
  font-size: 2.2rem;
}

@media all and (min-width: 769px) {
  .p-kawaraban-cms__heading-title--small {
    font-size: 2.8rem;
  }
}

.p-kawaraban-cms__heading-date {
  display: block;
  margin-top: 16px;
  font-size: 1.4rem;
  color: rgba(34, 34, 34, 0.4);
}

@media all and (min-width: 769px) {
  .p-kawaraban-cms__heading-date {
    margin-top: 18px;
    font-size: 1.6rem;
  }
}

.p-kawaraban-cms__content {
  margin-top: 29px;
}

.p-kawaraban-cms__content > p {
  word-break: break-word;
  font-size: 1.8rem;
  line-height: 2;
}

@media all and (min-width: 769px) {
  .p-kawaraban-cms__content > p {
    font-size: 1.6rem;
  }
}

.p-kawaraban-cms__content > p + figure {
  margin-top: 55px;
}

.p-kawaraban-cms__content > p > a {
  text-decoration: underline;
}

.p-kawaraban-cms__content figure {
  display: table;
  margin: 0 auto;
  text-align: center;
}

.p-kawaraban-cms__content figure img {
  max-width: 706px;
  width: 100%;
}

.p-kawaraban-cms__content figure figcaption {
  display: table-caption;
  caption-side: bottom;
  margin-top: 11px;
  font-size: 1.4rem;
}

@media all and (min-width: 769px) {
  .p-kawaraban-cms__content figure figcaption {
    margin-top: 6px;
    font-size: 1.2rem;
  }
}

.p-kawaraban-cms__content figure + figure {
  margin-top: 30px;
}

.p-kawaraban-cms__content figure + p {
  margin-top: 26px;
}

.p-kawaraban-cms__content-ttl {
  display: block;
  margin-bottom: 33px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

@media all and (min-width: 769px) {
  .p-kawaraban-cms__content-ttl {
    margin-bottom: 32px;
    font-size: 2rem;
  }
}

.p-kawaraban-cms__content-ttl--small {
  font-size: 1.8rem;
}

.p-kawaraban-cms__content-bold {
  font-weight: bold;
}

.p-kawaraban-cms__content-small {
  font-size: 1.6rem;
}

@media all and (min-width: 769px) {
  .p-kawaraban-cms__content-small {
    font-size: 1.4rem;
  }
}

.p-kawaraban-cms__content-quote {
  display: block;
  font-size: 1.6rem;
  padding: 0 5px 0 1em;
}

@media all and (min-width: 769px) {
  .p-kawaraban-cms__content-quote {
    padding: 0 0 0 1em;
    font-size: 1.4rem;
  }
}

.p-kawaraban-cms__content-easychart {
  padding: 15px;
}

.p-kawaraban-cms__content-easychart-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.p-kawaraban-cms__content-easychart-rank {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-kawaraban-cms__content-easychart-area {
  margin-left: 16px;
}

.p-kawaraban-cms__content-chart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media all and (min-width: 769px) {
  .p-kawaraban-cms__content-chart {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.p-kawaraban-cms__content-chart-inner {
  width: 220px;
  padding: 15px;
}

@media all and (min-width: 769px) {
  .p-kawaraban-cms__content-chart-inner:last-child {
    margin-top: 0;
    margin-left: 40px;
  }
}

.p-kawaraban-cms__content-chart-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.p-kawaraban-cms__content-chart-block:nth-child(3) {
  padding-bottom: 8px;
  border-bottom: 2px dotted #222;
}

.p-kawaraban-cms__content-chart-block:nth-child(4) {
  padding-top: 6px;
}

.p-kawaraban-cms__content-chart-rank {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-kawaraban-cms__content-chart-area {
  margin-left: 16px;
}

.p-kawaraban-cms__content-chart-weight {
  margin-left: auto;
}

.p-kawaraban-cms__content-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.p-kawaraban-cms__content-textlink {
  text-decoration: underline;
}

.p-kawaraban-cms__content-talk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.p-kawaraban-cms__content-talk-person {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-kawaraban-cms__content-talk-lines {
  padding-left: 10px;
}

.p-kawaraban-cms__content-table-heading {
  padding-right: 13px;
}

@media all and (min-width: 769px) {
  .p-kawaraban-cms__content-table-heading {
    padding-right: 40px;
  }
}

.p-kawaraban-cms__content-table-data {
  padding-right: 13px;
}

@media all and (min-width: 769px) {
  .p-kawaraban-cms__content-table-data {
    padding-right: 40px;
  }
}

.p-kawaraban-cms__content-table-caption {
  caption-side: bottom;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media all and (min-width: 769px) {
  .p-kawaraban-cms__content-table-caption {
    font-size: 1.6rem;
    line-height: 2;
  }
}

/* ==========================================================
  .p-kawaraban-share
========================================================== */
.p-kawaraban-share {
  margin-top: 70px;
}

@media all and (min-width: 769px) {
  .p-kawaraban-share {
    margin-top: 93px;
  }
}

/* ==========================================================
  .p-kawaraban-pager
========================================================== */
.p-kawaraban-pager {
  overflow: hidden;
  position: relative;
  margin-top: 30px;
  border: solid #707070;
  border-width: 1px 0;
}

@media all and (min-width: 769px) {
  .p-kawaraban-pager {
    margin-top: 38px;
  }
}

.p-kawaraban-pager::before {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 50%;
  width: 1px;
  height: calc(100% - 2px);
  background-color: #707070;
}

.p-kawaraban-pager::after {
  content: '';
  clear: both;
  display: table;
}

.p-kawaraban-pager__item {
  width: 50%;
}

.p-kawaraban-pager__item.-prev {
  float: left;
}

.p-kawaraban-pager__item.-prev .p-kawaraban-pager__link {
  padding-left: 28px;
  padding-right: 15px;
}

@media all and (min-width: 769px) {
  .p-kawaraban-pager__item.-prev .p-kawaraban-pager__link {
    padding-left: 40px;
    padding-right: 20px;
  }
}

.p-kawaraban-pager__item.-prev .p-kawaraban-pager__link::before {
  left: 4px;
  background-image: url("/assets/image/machblog/kawaraban/cms/ico_arrow_left_grey_01.svg");
}

@media all and (min-width: 769px) {
  .p-kawaraban-pager__item.-prev .p-kawaraban-pager__link::before {
    left: 7px;
  }
}

.p-kawaraban-pager__item.-next {
  float: right;
}

.p-kawaraban-pager__item.-next .p-kawaraban-pager__link {
  padding-left: 10px;
  padding-right: 29px;
  text-align: right;
}

@media all and (min-width: 769px) {
  .p-kawaraban-pager__item.-next .p-kawaraban-pager__link {
    padding-left: 20px;
    padding-right: 36px;
  }
}

.p-kawaraban-pager__item.-next .p-kawaraban-pager__link::before {
  right: 4px;
  background-image: url("/assets/image/machblog/kawaraban/cms/ico_arrow_right_grey_01.svg");
}

.p-kawaraban-pager__link {
  position: relative;
  display: block;
  padding-top: 17px;
  padding-bottom: 25px;
}

@media all and (min-width: 769px) {
  .p-kawaraban-pager__link {
    padding-bottom: 31px;
  }
}

.p-kawaraban-pager__link::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 13px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media all and (min-width: 769px) {
  .p-kawaraban-pager__link::before {
    width: 15px;
    height: 14px;
  }
}

@media all and (min-width: 769px) {
  .p-kawaraban-pager__link:hover {
    text-decoration: none;
  }
}

@media all and (min-width: 769px) {
  .p-kawaraban-pager__link:hover .p-kawaraban-pager__title {
    text-decoration: underline;
  }
}

.p-kawaraban-pager__text {
  font-size: 1.4rem;
}

.p-kawaraban-pager__title {
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: underline;
}

@media all and (min-width: 769px) {
  .p-kawaraban-pager__title {
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.45;
    text-decoration: none;
  }
}

/* ==========================================================
  p-kawaraban-link-top
========================================================== */
.p-kawaraban-link-top {
  margin-top: 20px;
  text-align: center;
}

@media all and (min-width: 769px) {
  .p-kawaraban-link-top {
    margin-top: 8px;
  }
}

.p-kawaraban-link-top__link {
  font-size: 1.8rem;
}

@media all and (max-width: 768px) {
  .p-kawaraban-link-top__link {
    text-decoration: underline;
  }
}

/* ==========================================================
  p-box-notice-article
========================================================== */
.p-box-notice-article__row:not(:first-child) {
  margin-top: 50px;
}

@media all and (min-width: 769px) {
  .p-box-notice-article__row:not(:first-child) {
    margin-top: 80px;
  }
}

/* ==========================================================
  p-box-notice-intro
========================================================== */
@media all and (min-width: 769px) {
  .p-box-notice-intro__inner {
    padding: 0 90px;
  }
}

.p-box-notice-intro__title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}

@media all and (min-width: 769px) {
  .p-box-notice-intro__title {
    font-size: 2.6rem;
  }
}

.p-box-notice-intro__date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px;
  width: 100%;
}

.p-box-notice-intro__tag {
  color: #222;
  background-color: #FFEF6F;
  border-radius: 5px;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-left: 10px;
  padding: 2px 10px;
}

@media all and (min-width: 769px) {
  .p-box-notice-intro__tag {
    font-size: 1.6rem;
  }
}

.p-box-notice-intro__text {
  margin-top: 20px;
}

@media all and (min-width: 769px) {
  .p-box-notice-intro__text {
    margin-top: 60px;
  }
}

.p-box-notice {
  margin-top: 20px;
}

@media all and (min-width: 769px) {
  .p-box-notice {
    margin-top: 60px;
  }
}

.p-box-notice__inner {
  background-color: #FAF8E5;
  padding: 25px 0;
}

@media all and (min-width: 769px) {
  .p-box-notice__inner {
    padding: 50px 0;
  }
}

.p-box-notice__calendar {
  background-color: #fff;
  max-width: 61.5%;
  margin: auto;
}

.p-box-notice-information {
  margin-top: 30px;
}

@media all and (min-width: 769px) {
  .p-box-notice-information {
    margin-top: 50px;
  }
}

.p-box-notice-information__other {
  margin-top: 40px;
}

@media all and (min-width: 769px) {
  .p-box-notice-information__other {
    margin-top: 60px;
  }
}

.p-box-notice-information__other .c-card-event__detail-image--middle {
  margin-bottom: 20px;
}

@media all and (min-width: 769px) {
  .p-box-notice-information__other .c-card-event__detail-image--middle {
    margin-bottom: 40px;
  }
}

.p-box-notice-information__other .c-card-event__detail-image--middle > figcaption {
  font-size: 1.6rem;
}

/* ==========================================================
  p-box-notice-image
========================================================== */
.c-box-notice__image {
  margin-top: 25px;
}

.c-box-notice__image > img {
  display: block;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}

.c-box-notice__image a > img {
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}

/* ==========================================================
  seminar
========================================================== */
/* p-seminar-section-listing
---------------------------------------------------------- */
.p-seminar-section-listing .p-seminar-section-listing__intro {
  font-size: 1.8rem;
}

@media all and (min-width: 769px) {
  .p-seminar-section-listing .p-seminar-section-listing__intro {
    max-width: 706px;
    margin: 0 auto;
  }
}

.p-seminar-section-listing .p-seminar-section-listing__intro > span {
  font-weight: 700;
}

.p-seminar-section-listing .p-seminar-section-listing__intro--small {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.75;
}

@media all and (min-width: 769px) {
  .p-seminar-section-listing .p-seminar-section-listing__intro--small {
    margin-top: 25px;
  }
}

/* ==========================================================
  shiogama
========================================================== */
.p-box-column-shiogama__title {
  margin-top: 30px;
  margin-bottom: 33px;
}

.p-box-shiogama-char__title {
  font-size: 1.6rem;
  font-weight: bold;
}

.p-box-shiogama__image {
  margin-top: 44px;
}

.p-box-column-shiogama__text {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 25px;
}

@media all and (min-width: 769px) {
  .p-box-about-shiogama__text {
    margin-top: 25px;
  }
}

/* char title
---------------------------------------------------------- */
.c-title-char {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

@media all and (min-width: 769px) {
  .c-title-char {
    font-size: 2.6rem;
    line-height: 1.6;
  }
}

.c-title-char > span {
  position: relative;
  display: inline-block;
  padding: 0 45px;
}

.c-title-char.p-title-char-01 > span, .c-title-char.p-title-char-02 > span, .c-title-char.p-title-char-03 > span, .c-title-char.p-title-char-04 > span {
  padding: 0 60px;
}

@media all and (min-width: 769px) {
  .c-title-char.p-title-char-01 > span {
    padding: 0 75px;
  }
  .c-title-char.p-title-char-02 > span, .c-title-char.p-title-char-03 > span, .c-title-char.p-title-char-04 > span {
    padding: 0 80px;
  }
}

.c-title-char > span::before, .c-title-char > span::after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
}

@media all and (min-width: 769px) {
  .c-title-char > span::before, .c-title-char > span::after {
    width: 49px;
    height: 21px;
    background-size: 48px 21px;
  }
}

.c-title-char > span::after {
  left: auto;
  right: 0;
}

.c-title-char.p-title-char-01 > span::before {
  width: 31px;
  height: 54px;
  background: url(/assets/image/shiogama/ico_char01.gif) no-repeat;
  background-size: 31px auto;
  left: 6%;
  top: 40%;
  content: '';
}

@media all and (min-width: 769px) {
  .c-title-char.p-title-char-01 > span::before {
    width: 41px;
    height: 71px;
    background-size: 41px auto;
    left: 3%;
    top: 5px;
  }
}

.c-title-char.p-title-char-01 > span::after {
  width: 45px;
  height: 32px;
  background: url(/assets/image/shiogama/ico_char_mach01.gif) no-repeat;
  background-size: 45px auto;
  top: 80%;
  -webkit-transform: translateY(-80%);
  -ms-transform: translateY(-80%);
  transform: translateY(-80%);
  content: '';
}

@media all and (min-width: 769px) {
  .c-title-char.p-title-char-01 > span::after {
    width: 55px;
    height: 39px;
    background-size: 55px auto;
    top: 72%;
  }
}

.c-title-char.p-title-char-02 > span::before {
  width: 35px;
  height: 54px;
  background: url(/assets/image/shiogama/ico_char02.gif) no-repeat;
  background-size: 35px auto;
  top: 50%;
  left: 2%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
}

@media all and (min-width: 769px) {
  .c-title-char.p-title-char-02 > span::before {
    width: 40px;
    height: 62px;
    background-size: 40px auto;
    top: 0;
    left: 3%;
    -webkit-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    transform: translateY(-35%);
  }
}

.c-title-char.p-title-char-02 > span::after {
  width: 45px;
  height: 32px;
  background: url(/assets/image/shiogama/ico_char_mach02.gif) no-repeat;
  background-size: 45px auto;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
}

@media all and (min-width: 769px) {
  .c-title-char.p-title-char-02 > span::after {
    width: 56px;
    height: 39px;
    background-size: 56px auto;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.c-title-char.p-title-char-03 > span::before {
  width: 40px;
  height: 49px;
  background: url(/assets/image/shiogama/ico_char03.gif) no-repeat;
  background-size: 40px auto;
  top: 0;
  left: 2%;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
  content: '';
}

@media all and (min-width: 769px) {
  .c-title-char.p-title-char-03 > span::before {
    left: 4%;
  }
}

.c-title-char.p-title-char-03 > span::after {
  width: 45px;
  height: 32px;
  background: url(/assets/image/shiogama/ico_char_mach02.gif) no-repeat;
  background-size: 45px auto;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
}

@media all and (min-width: 769px) {
  .c-title-char.p-title-char-03 > span::after {
    width: 56px;
    height: 39px;
    background-size: 56px auto;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.c-title-char.p-title-char-04 > span::before {
  width: 35px;
  height: 50px;
  background: url(/assets/image/shiogama/ico_char04.gif) no-repeat;
  background-size: 35px auto;
  top: 50%;
  left: 2%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
}

@media all and (min-width: 769px) {
  .c-title-char.p-title-char-04 > span::before {
    width: 41px;
    height: 59px;
    background-size: 41px auto;
    top: 0;
    left: 3%;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
  }
}

.c-title-char.p-title-char-04 > span::after {
  width: 45px;
  height: 32px;
  background: url(/assets/image/shiogama/ico_char_mach01.gif) no-repeat;
  background-size: 45px auto;
  content: '';
}

@media all and (min-width: 769px) {
  .c-title-char.p-title-char-04 > span::after {
    width: 55px;
    height: 39px;
    background-size: 55px auto;
  }
}

@media all and (min-width: 769px) {
  .c-title-char--large {
    font-size: 3.4rem;
  }
  .c-title-char--large > span {
    padding: 0 125px;
  }
  .c-title-char--large > span::before, .c-title-char--large > span::after {
    width: 66px;
    height: 28px;
    background-size: 66px 28px;
  }
}

/* shiogama section
---------------------------------------------------------- */
.p-shiogama-section-01 {
  padding-top: 70px;
}

@media all and (min-width: 769px) {
  .p-shiogama-section-01 {
    max-width: 930px;
    margin: 0 auto;
    padding-top: 120px;
  }
}

/* p-box-about-shiogama
---------------------------------------------------------- */
.p-box-about-shiogama {
  margin-top: 25px;
}

@media all and (min-width: 769px) {
  .p-box-about-shiogama {
    margin-top: 60px;
  }
}

.p-box-about-shiogama__info {
  padding: 0 15px 25px;
  margin-top: 38px;
  border: 1px solid #343434;
  border-radius: 10px;
}

@media all and (min-width: 769px) {
  .p-box-about-shiogama__info .p-box-about-shiogama__info-item {
    text-align: center;
  }
}

.p-box-about-shiogama__list {
  counter-reset: num-map;
}

@media all and (min-width: 769px) {
  .p-box-about-shiogama__list {
    margin-top: 16px;
  }
}

.p-box-about-shiogama__list .p-box-about-shiogama__list-item {
  counter-increment: num-map;
  background-color: #fff;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  padding: 30px 0 0;
}

@media all and (min-width: 769px) {
  .p-box-about-shiogama__list .p-box-about-shiogama__list-item {
    padding: 38px 0 0;
  }
}

.p-box-about-shiogama__list .p-box-about-shiogama__list-item .p-box-about-shiogama__box::before {
  content: counter(num-map);
}

.p-box-about-shiogama__box {
  padding-left: 30px;
  position: relative;
}

.p-box-about-shiogama__box::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  color: #fff;
  background-color: #222;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
}

.p-box-about-shiogama__title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}

.p-box-about-shiogama__text {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 10px;
}

@media all and (min-width: 769px) {
  .p-box-about-shiogama__text {
    margin-top: 18px;
  }
}

/*
  c-box-column-booklet
---------------------------------------------------------- */
.c-box-column-booklet__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 15px;
}

@media all and (min-width: 769px) {
  .c-box-column-booklet__inner {
    padding: 0;
  }
}

.c-box-column-booklet__inner .c-box-column-booklet__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.c-box-column-booklet__inner .c-box-column-booklet__image a {
  display: block;
}

.c-box-column-booklet__inner .c-box-column-booklet__image img {
  width: 100%;
  height: auto;
}

@media all and (max-width: 768px) {
  .c-box-column-booklet__inner .c-box-column-booklet__image {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
}

@media all and (min-width: 769px) {
  .c-box-column-booklet__inner .c-box-column-booklet__image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .c-box-column-booklet__inner .c-box-column-booklet__image img {
    width: 290px;
    height: 410px;
  }
}

.c-box-column-booklet__inner .c-box-column-booklet__detail {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media all and (min-width: 769px) {
  .c-box-column-booklet__inner .c-box-column-booklet__detail {
    padding-left: 24px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

.c-box-column-booklet__title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 32px;
}

.c-box-column-booklet__text {
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.c-box-column-booklet__button {
  position: relative;
}

@keyframes Roll {
  0% {
    -webkit-transform: rotateZ(3deg) scale(0.9);
    transform: rotateZ(3deg) scale(0.9);
  }
  50% {
    -webkit-transform: rotateZ(-3deg) scale(1);
    transform: rotateZ(-3deg) scale(1);
  }
  100% {
    -webkit-transform: rotateZ(3deg) scale(0.9);
    transform: rotateZ(3deg) scale(0.9);
  }
}

@keyframes FloatHorizontal {
  0% {
    -webkit-transform: translate3d(1.5vw, 0, 0);
    transform: translate3d(1.5vw, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(-1.5vw, 0, 0);
    transform: translate3d(-1.5vw, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(1.5vw, 0, 0);
    transform: translate3d(1.5vw, 0, 0);
  }
}

@keyframes FloatVertical {
  0% {
    -webkit-transform: translate3d(0, 0.5vw, 0);
    transform: translate3d(0, 0.5vw, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -0.5vw, 0);
    transform: translate3d(0, -0.5vw, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0.5vw, 0);
    transform: translate3d(0, 0.5vw, 0);
  }
}

/* ==========================================================
  Top
========================================================== */
/* p-top-contents
---------------------------------------------------------- */
.p-top-contents {
  position: relative;
  z-index: 2;
}

/* p-top-section-notice
---------------------------------------------------------- */
.p-top-section-notice {
  padding-top: 78px;
}

/* p-top-section-tank
---------------------------------------------------------- */
.p-top-section-tank {
  padding-top: 50px;
  padding-bottom: 78px;
  background-color: #f0faff;
}

@media all and (min-width: 769px) {
  .p-top-section-tank {
    padding-top: 80px;
    padding-bottom: 95px;
  }
}

.p-top-section-tank__intro {
  margin-top: 10px;
  font-size: 1.8rem;
  text-align: center;
}

@media all and (min-width: 769px) {
  .p-top-section-tank__intro {
    margin-top: 30px;
    font-size: 1.8rem;
  }
}

/* p-top-section-blog
---------------------------------------------------------- */
.p-top-section-blog {
  padding-top: 78px;
  padding-bottom: 0;
}

.p-top-section-blog:last-child {
  padding-bottom: 100px;
}

@media all and (min-width: 769px) {
  .p-top-section-blog:last-child {
    padding-top: 90px;
    padding-bottom: 215px;
  }
}

.p-top-section-blog__intro {
  margin-top: 25px;
  font-size: 1.8rem;
  text-align: center;
}

@media all and (min-width: 769px) {
  .p-top-section-blog__intro {
    margin-top: 33px;
    font-size: 1.8rem;
  }
}

.p-top-section-blog__button {
  margin: 35px auto 0;
}

@media all and (max-width: 768px) {
  .p-top-section-blog__button {
    max-width: 231px;
    text-align: center;
  }
}

@media all and (min-width: 769px) {
  .p-top-section-blog__button {
    margin: 55px auto 0;
  }
}

.p-top-section-blog__button > .c-button-normal, .p-top-section-blog__button > .c-button-blank, .p-top-section-blog__button > .c-button-pdf, .p-top-section-blog__button > .c-button-blank__wh {
  margin: 0 auto;
}

@media all and (max-width: 768px) {
  .p-top-section-blog__button > .c-button-normal, .p-top-section-blog__button > .c-button-blank, .p-top-section-blog__button > .c-button-pdf, .p-top-section-blog__button > .c-button-blank__wh {
    display: inline-block;
  }
}

.p-list-blog {
  margin-top: 35px;
}

@media all and (min-width: 769px) {
  .p-list-blog {
    margin-top: 48px;
  }
}

/* p-top-section-web
---------------------------------------------------------- */
.p-top-section-web {
  padding-top: 50px;
  padding-bottom: 78px;
  background-color: #f7f7f7;
}

@media all and (min-width: 769px) {
  .p-top-section-web {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.p-top-section-web__intro {
  margin-top: 25px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  text-align: left;
}

@media all and (min-width: 769px) {
  .p-top-section-web__intro {
    margin: 30px auto 0;
    font-size: 1.6rem;
    max-width: 727px;
  }
}

.p-top-section-web__mv {
  display: none;
}

@media all and (min-width: 769px) {
  .p-top-section-web__mv {
    display: block;
    margin: 55px -20px 0;
    background-color: #e4dac1;
  }
}

.p-top-section-web__mv > img {
  display: block;
  width: 100%;
  max-height: 397px;
}

@media all and (min-width: 1919px) {
  .p-top-section-web__mv > img {
    width: auto;
    height: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-top-section-web__button {
  margin: 35px auto 0;
}

@media all and (max-width: 768px) {
  .p-top-section-web__button {
    max-width: 231px;
    text-align: center;
  }
}

@media all and (min-width: 769px) {
  .p-top-section-web__button {
    margin: 55px auto 0;
  }
}

.p-top-section-web__button > .c-button-normal, .p-top-section-web__button > .c-button-blank, .p-top-section-web__button > .c-button-pdf, .p-top-section-web__button > .c-button-blank__wh {
  margin: 0 auto;
}

@media all and (max-width: 768px) {
  .p-top-section-web__button > .c-button-normal, .p-top-section-web__button > .c-button-blank, .p-top-section-web__button > .c-button-pdf, .p-top-section-web__button > .c-button-blank__wh {
    display: inline-block;
  }
}

/* p-top-section-article
---------------------------------------------------------- */
.p-top-section-article {
  margin-top: 50px;
}

@media all and (min-width: 769px) {
  .p-top-section-article {
    margin-top: 100px;
    margin-bottom: 160px;
  }
}

/* p-top-section-seminar
---------------------------------------------------------- */
.p-top-section-seminar {
  padding: 55px 15px 50px;
  background: url(/assets/image/common/bg_grid_01.png) #fff top left repeat;
  background-size: 60px;
}

@media all and (min-width: 769px) {
  .p-top-section-seminar {
    padding-top: 100px;
    padding-bottom: 110px;
  }
}

.p-top-section-seminar__intro {
  margin-top: 25px;
  font-size: 1.8rem;
  text-align: left;
}

@media all and (min-width: 769px) {
  .p-top-section-seminar__intro {
    margin-top: 50px;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
  }
}

.p-top-section-seminar__list {
  margin-top: 55px;
}

@media all and (min-width: 769px) {
  .p-top-section-seminar__list {
    margin-top: 30px;
  }
}

/* p-top-section-event
---------------------------------------------------------- */
.p-top-section-event {
  padding: 55px 15px !important;
  background-color: #FDFCF2;
}

@media all and (min-width: 769px) {
  .p-top-section-event {
    padding: 90px 20px 170px !important;
  }
}

.p-top-section-event__list {
  margin-top: 28px;
}

@media all and (min-width: 769px) {
  .p-top-section-event__list {
    margin-top: 55px;
  }
}

/* p-top-main-visual
---------------------------------------------------------- */
.p-top-main-visual {
  position: relative;
}

.p-top-main-visual__box-logo {
  position: fixed;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media all and (max-width: 768px) {
  .p-top-main-visual__box-logo {
    top: 96px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0);
  }
}

@media all and (max-width: 375px) {
  .p-top-main-visual__box-logo {
    top: 25.600vw;
    width: 43.867vw;
  }
}

@media all and (min-width: 769px) {
  .p-top-main-visual__box-logo {
    top: 145px;
  }
}

@media all and (min-width: 769px) and (max-width: 1114px) {
  .p-top-main-visual__box-logo {
    left: 20px;
  }
}

@media all and (min-width: 1115px) {
  .p-top-main-visual__box-logo {
    left: 50%;
    margin-left: -537px;
  }
}

.p-top-main-visual__box-logo.is-stop {
  position: absolute;
}

@media all and (max-width: 768px) {
  .p-top-main-visual__logo {
    width: 127px;
  }
}

@media all and (min-width: 769px) {
  .p-top-main-visual__logo {
    width: 248px;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .p-top-main-visual__logo {
    width: 24.453vw;
  }
}

.p-top-main-visual__button {
  margin: 0 auto;
  text-align: center;
}

@media all and (max-width: 768px) {
  .p-top-main-visual__button {
    margin-top: 6px;
  }
}

@media all and (min-width: 769px) {
  .p-top-main-visual__button {
    margin-top: 20px;
  }
}

.p-top-main-visual__button-link {
  text-align: center;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 5px 30px 5px 15px;
  font-family: "Noto Sans JP", serif;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
}

@media all and (max-width: 768px) {
  .p-top-main-visual__button-link {
    background-color: transparent;
  }
}

.p-top-main-visual__button-link::before {
  content: '▶';
  font-size: 0.9rem;
  position: absolute;
  right: 10px;
  top: 9px;
}

@media all and (max-width: 768px) {
  .p-top-main-visual__button-link::before {
    top: 10px;
  }
}

.p-top-main-visual__button-link:hover {
  color: rgba(95, 95, 95, 0.7);
  text-decoration: none;
}

.p-top-main-visual__bg-holder {
  position: relative;
  z-index: -2;
  background: #fdfdfd;
}

@media all and (min-width: 769px) {
  .p-top-main-visual__bg-holder {
    height: calc(100vh - 100px);
  }
}

.p-top-main-visual__bg-fixed {
  position: fixed;
  width: 100%;
  max-width: 1200px;
  left: 54%;
  z-index: -1;
  background: url(/assets/image/top/img_main_mv_2403.webp) #fdfdfd center right no-repeat;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media all and (max-width: 768px) {
  .p-top-main-visual__bg-fixed {
    max-width: unset;
    top: 214px;
    left: 50%;
    height: 105vw;
    background-size: contain;
    background-position: center;
  }
}

@media all and (max-width: 375px) {
  .p-top-main-visual__bg-fixed {
    top: 50vw;
  }
}

@media all and (min-width: 769px) {
  .p-top-main-visual__bg-fixed {
    top: 70px;
    height: calc(100vh - 50px);
    background-size: contain;
  }
}

@media all and (min-width: 1030px) and (max-width: 1690px) {
  .p-top-main-visual__bg-fixed {
    top: 72px;
    height: calc(100vh - 64px);
    max-width: 1030px;
    background-size: contain;
  }
}

.p-top-main-visual__content {
  position: relative;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 239, 111, 0.899597)), color-stop(70%, #ffef6f), to(#ffef6f));
  background: -webkit-linear-gradient(top, rgba(255, 239, 111, 0.899597) 0%, #ffef6f 70%, #ffef6f 100%);
  background: -o-linear-gradient(top, rgba(255, 239, 111, 0.899597) 0%, #ffef6f 70%, #ffef6f 100%);
  background: linear-gradient(180deg, rgba(255, 239, 111, 0.899597) 0%, #ffef6f 70%, #ffef6f 100%);
  margin-top: -55px;
}

@media all and (min-width: 769px) {
  .p-top-main-visual__content {
    padding: 115px 20px 58px;
    margin-top: 0;
  }
}

.p-top-main-visual__content-in {
  font-family: "Noto Serif JP", serif;
}

@media all and (max-width: 768px) {
  .p-top-main-visual__content-in {
    padding: 75px 15px 50px;
  }
}

@media all and (min-width: 769px) {
  .p-top-main-visual__content-in {
    max-width: 1074px;
    padding-left: 276px;
    margin: 0 auto;
  }
}

@media all and (min-width: 769px) and (max-width: 1006px) {
  .p-top-main-visual__content-in {
    padding-left: 27.435vw;
  }
}

.p-top-main-visual__title {
  margin-bottom: 20px;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.75;
}

@media all and (min-width: 769px) {
  .p-top-main-visual__title {
    margin-bottom: 25px;
    font-size: 4rem;
  }
}

.p-top-main-visual__wrap {
  text-align: center;
}

.p-top-main-visual__btn {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  padding: 10px 0;
}

@media all and (min-width: 769px) {
  .p-top-main-visual__btn:hover {
    opacity: 0.7;
  }
}

.p-top-main-visual__btn::before {
  content: '';
  padding-left: 35px;
  background-image: url(/assets/image/top/ico_plus.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 25px;
}

.p-top-main-visual__btn.is-open::before {
  background-image: url(/assets/image/top/ico_minus.svg);
}

.p-top-main-visual__inner {
  padding: 20px 0 30px;
}

@media all and (min-width: 769px) {
  .p-top-main-visual__inner {
    padding: 20px 0 30px;
  }
}

.p-top-main-visual__text {
  position: relative;
  font-size: 2rem;
  line-height: 2.0;
  height: auto;
  max-height: 680px;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
  text-align: left;
}

@media all and (min-width: 769px) {
  .p-top-main-visual__text {
    line-height: 2.0;
  }
}

.p-top-main-visual__text.is-open::before {
  z-index: -1;
  opacity: 0;
}

.p-top-main-visual__text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 300px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#FFEF6F));
  background: -webkit-linear-gradient(top, transparent 0%, #FFEF6F 100%);
  background: -o-linear-gradient(top, transparent 0%, #FFEF6F 100%);
  background: linear-gradient(to bottom, transparent 0%, #FFEF6F 100%);
}

.p-top-main-visual__text-head {
  font-size: 2.1rem;
  line-height: 1.4;
  font-weight: 700;
}

.p-top-main-visual__text-bold {
  font-weight: 700;
}

.p-top-main-visual__text-small {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.8;
}

.p-top-main-visual__text-small_inline {
  display: inline;
  font-size: 1.6rem;
  line-height: 1.8;
}

.p-top-main-visual__text-small_title {
  font-size: 1.6rem;
  line-height: 1.5;
}

@media all and (min-width: 769px) {
  .p-top-main-visual__text-small_title {
    font-size: 3rem;
  }
}

.p-top-main-visual__text-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.p-top-main-visual__text-quote {
  display: block;
  font-size: 1.6rem;
  padding: 0 5px 0 32px;
}

@media all and (min-width: 769px) {
  .p-top-main-visual__text-quote {
    padding: 0 0 0 32px;
  }
}

.p-top-main-visual__text-list__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
}

@media all and (min-width: 769px) {
  .p-top-main-visual__text-list__wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.p-top-main-visual__text-list {
  width: 220px;
  padding: 15px;
}

@media all and (min-width: 769px) {
  .p-top-main-visual__text-list:last-child {
    margin-top: 0;
    margin-left: 40px;
  }
}

.p-top-main-visual__text-list .p-top-main-visual__text-list__main:nth-of-type(3) {
  padding-bottom: 8px;
  border-bottom: 2px dotted #222;
}

.p-top-main-visual__text-list .p-top-main-visual__text-list__main:nth-of-type(4) {
  padding-top: 6px;
}

.p-top-main-visual__text-list__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.p-top-main-visual__text-list__main dt {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-top-main-visual__text-list__main dd.text-list__area {
  margin-left: 16px;
}

.p-top-main-visual__text-list__main dd.text-list__weight {
  margin-left: auto;
}

.p-top-main-visual__text-link {
  text-decoration: underline;
}

.p-top-main-visual__arrow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 52px;
  background: url(/assets/image/top/ico_arrow.svg) center no-repeat;
  background-size: 30px 17px;
}

@media all and (min-width: 769px) {
  .p-top-main-visual__arrow {
    display: none;
  }
}

.p-top-main-visual__table {
  margin-bottom: 40px;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: left;
}

@media all and (min-width: 769px) {
  .p-top-main-visual__table {
    font-size: 2rem;
    line-height: 2.0;
  }
}

.p-top-main-visual__table-heading {
  padding-right: 13px;
}

@media all and (min-width: 769px) {
  .p-top-main-visual__table-heading {
    padding-right: 40px;
  }
}

.p-top-main-visual__table-data {
  padding-right: 13px;
}

@media all and (min-width: 769px) {
  .p-top-main-visual__table-data {
    padding-right: 40px;
  }
}

.p-top-main-visual__table-caption {
  caption-side: bottom;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media all and (min-width: 769px) {
  .p-top-main-visual__table-caption {
    font-size: 1.6rem;
    line-height: 2;
  }
}

/* p-top-section-highlight
---------------------------------------------------------- */
.p-top-section-highlight {
  padding-top: 50px;
}

@media all and (min-width: 769px) {
  .p-top-section-highlight {
    padding-top: 90px;
  }
}

/* p-top-highlight
---------------------------------------------------------- */
.p-top-highlight {
  position: relative;
  margin-top: 22px;
}

@media all and (min-width: 769px) {
  .p-top-highlight {
    margin-top: 45px;
  }
}

@media all and (min-width: 769px) {
  .p-top-highlight__container {
    overflow: visible;
    max-width: 713px;
    margin: 0 auto;
  }
}

.p-top-highlight__item {
  font-size: 1.6rem;
  text-align: center;
}

.p-top-highlight__link {
  display: block;
}

@media all and (min-width: 769px) {
  .p-top-highlight__link:hover {
    color: inherit;
    text-decoration: none;
  }
  .p-top-highlight__link:hover .p-top-highlight__image {
    opacity: 0.7;
  }
  .p-top-highlight__link:hover .p-top-highlight__title {
    text-decoration: underline;
  }
}

.p-top-highlight__image {
  display: block;
  width: 100%;
  border-radius: 5px;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.p-top-highlight__title {
  margin-top: 12px;
  font-size: 2rem;
  font-weight: 700;
}

@media all and (min-width: 769px) {
  .p-top-highlight__title {
    margin-top: 25px;
    font-size: 1.8rem;
  }
}

.p-top-highlight__btn-prev, .p-top-highlight__btn-next {
  display: none;
}

@media all and (min-width: 769px) {
  .p-top-highlight__btn-prev, .p-top-highlight__btn-next {
    position: absolute;
    right: -50px;
    z-index: 1;
    display: block;
    top: 158px;
    width: 20px;
    height: 34px;
    background: url(/assets/image/common/ico_next_01.svg) no-repeat;
    background-size: 20px 34px;
    cursor: pointer;
  }
}

.p-top-highlight__btn-prev:hover, .p-top-highlight__btn-next:hover {
  background-image: url(/assets/image/common/ico_next_02.svg);
}

@media all and (min-width: 769px) {
  .p-top-highlight__btn-prev {
    right: auto;
    left: -50px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

.p-top-highlight .p-top-highlight__pagination {
  position: relative;
  left: auto;
  bottom: auto;
  margin-top: 40px;
  font-size: 0;
}

@media all and (min-width: 769px) {
  .p-top-highlight .p-top-highlight__pagination {
    margin-top: 45px;
  }
}

.p-top-highlight .p-top-highlight__pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  margin: 0 12px;
  background-color: #DEDEDE;
  opacity: 1;
  outline: none;
}

@media all and (min-width: 769px) {
  .p-top-highlight .p-top-highlight__pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
}

.p-top-highlight .p-top-highlight__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FFEF6F;
}

/* p-top-notice
---------------------------------------------------------- */
.p-top-notice {
  margin-top: 30px;
  padding: 25px 14px 20px;
  border: 2px solid #343434;
  background-color: #fff;
}

@media all and (min-width: 769px) {
  .p-top-notice {
    margin-top: 55px;
    padding: 30px 15px 27px;
  }
}

.p-top-notice__item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #222;
  line-height: 1.4;
}

@media all and (min-width: 769px) {
  .p-top-notice__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    padding-left: 5px;
  }
}

.p-top-notice__item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.p-top-notice__date {
  font-size: 1.6rem;
  font-weight: 700;
}

@media all and (min-width: 769px) {
  .p-top-notice__date {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 160px;
  }
}

.p-top-notice__info {
  margin-top: 8px;
  font-size: 1.6rem;
  line-height: 1.75;
}

@media all and (min-width: 769px) {
  .p-top-notice__info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
    font-weight: 700;
  }
}

.p-top-notice__info .p-box-notice-intro__tag {
  margin-left: 0;
  line-height: 2;
}

@media all and (min-width: 769px) {
  .p-top-notice__info .p-box-notice-intro__tag {
    margin-left: 0;
    margin-right: 10px;
    font-weight: normal;
  }
}

/* p-top-web-content
---------------------------------------------------------- */
.p-top-web-content {
  margin-top: 40px;
}

@media all and (min-width: 769px) {
  .p-top-web-content {
    max-width: 1074px;
    margin: 60px auto 0;
  }
}

@media all and (min-width: 769px) {
  .p-top-web-content__in {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
  }
}

@media all and (min-width: 769px) {
  .p-top-web-content__in::before {
    content: '';
    position: absolute;
    top: -26px;
    right: -30px;
    left: -30px;
    bottom: -20px;
    background-color: #fff;
    border-radius: 20px;
    z-index: -1;
  }
}

.p-top-web-content__info {
  text-align: center;
}

@media all and (min-width: 769px) {
  .p-top-web-content__info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 275px;
  }
}

.p-top-web-content__title {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

@media all and (max-width: 768px) {
  .p-top-web-content__title {
    text-align: center;
    background-color: #fff;
    padding: 13px 33px;
    border-radius: 5px;
  }
}

@media all and (min-width: 769px) {
  .p-top-web-content__title {
    font-size: 3.4rem;
    text-align: left;
  }
}

.p-top-web-content__mv {
  margin: 22px -15px 0;
}

@media all and (min-width: 769px) {
  .p-top-web-content__mv {
    display: none;
  }
}

.p-top-web-content__mv > img {
  display: block;
  width: 100%;
}

.p-top-web-content__text {
  margin-top: 30px;
  font-size: 1.8rem;
  line-height: 2;
  text-align: left;
}

@media all and (min-width: 769px) {
  .p-top-web-content__text {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}

.p-top-web-content__title-sub {
  margin-top: 12px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: left;
}

@media all and (min-width: 769px) {
  .p-top-web-content__title-sub {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}

.p-top-web-content__note {
  margin-top: 18px;
  font-size: 1.4rem;
  color: #898989;
}

@media all and (min-width: 769px) {
  .p-top-web-content__note {
    margin-top: 15px;
    font-size: 1.2rem;
  }
}

.p-top-web-content__list {
  overflow: hidden;
}

@media all and (max-width: 768px) {
  .p-top-web-content__list {
    margin: 5px -15px 0;
    padding: 0 15px;
  }
}

@media all and (min-width: 769px) {
  .p-top-web-content__list {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 15px;
  }
}

.p-top-web-content__list-container {
  overflow: visible;
}

@media all and (min-width: 769px) {
  .p-top-web-content__list-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media all and (max-width: 768px) {
  .p-top-web-content__list-item {
    width: 100%;
  }
}

@media all and (min-width: 769px) {
  .p-top-web-content__list-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 261px;
    padding-left: 14px;
  }
}

@media all and (max-width: 768px) {
  .p-top-web-content__list-item:not(:first-child) {
    margin-top: 10px;
  }
}

/* p-top-box-article
---------------------------------------------------------- */
@media all and (min-width: 769px) {
  .p-top-box-article__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-top-box-article__item:nth-child(2n) .p-top-box-article__image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .p-top-box-article__item:nth-child(2n) .p-top-box-article__info {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .p-top-box-article__item:nth-child(2n) .p-top-box-article__info-in {
    margin-left: auto;
  }
}

@media all and (min-width: 769px) {
  .p-top-box-article__image {
    width: 54.01%;
  }
}

.p-top-box-article__image > img {
  display: block;
  width: 100%;
}

@media all and (min-width: 769px) {
  .p-top-box-article__image > img {
    display: none;
  }
}

.p-top-box-article__image--bg-01 {
  background: url(/assets/image/top/bg_article_01.png) #fff top right no-repeat;
  background-size: cover;
}

.p-top-box-article__image--bg-02 {
  background: url(/assets/image/top/bg_article_02.jpg) #fff top center no-repeat;
  background-size: cover;
}

.p-top-box-article__image--bg-03 {
  background: url(/assets/image/top/bg_article_03.jpg) #fff top center no-repeat;
  background-size: cover;
}

.p-top-box-article__info {
  position: relative;
  background-color: #B4CFE5;
}

@media all and (min-width: 769px) {
  .p-top-box-article__info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.p-top-box-article__info--bg-02 {
  background-color: #ECE5F7;
}

.p-top-box-article__info--bg-03 {
  background-color: #E1F5F5;
}

.p-top-box-article__info-in {
  padding: 30px 15px 50px;
}

@media all and (min-width: 769px) {
  .p-top-box-article__info-in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 460px;
    min-height: 500px;
    padding: 45px 15px 55px 30px;
  }
}

.p-top-box-article__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}

@media all and (min-width: 769px) {
  .p-top-box-article__title {
    font-size: 3.4rem;
  }
}

.p-top-box-article__prof {
  margin-top: 5px;
  font-size: 1.8rem;
  font-weight: 700;
}

@media all and (min-width: 769px) {
  .p-top-box-article__prof {
    margin-top: 12px;
    font-size: 1.6rem;
  }
}

.p-top-box-article__year {
  margin-top: 5px;
  font-size: 1.8rem;
  font-weight: 700;
}

@media all and (min-width: 769px) {
  .p-top-box-article__year {
    margin-top: 5px;
    font-size: 1.6rem;
  }
}

.p-top-box-article__text {
  margin-top: 24px;
  font-size: 1.8rem;
}

@media all and (min-width: 769px) {
  .p-top-box-article__text {
    margin-top: 30px;
    font-size: 1.6rem;
  }
}

@media all and (min-width: 769px) {
  .p-top-box-article__title + .p-top-box-article__text {
    margin-top: 75px;
  }
}

.p-top-box-article__button {
  margin-top: 30px;
}

.c-box-fish-tank__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.c-box-fish-tank__intro .c-box-fish-tank__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

@media all and (min-width: 769px) {
  .c-box-fish-tank__intro .c-box-fish-tank__title {
    font-size: 4rem;
    text-align: left;
  }
}

.c-box-fish-tank__intro .c-box-fish-tank__title > span {
  position: relative;
  display: inline-block;
  padding: 0 100px;
}

@media all and (min-width: 769px) {
  .c-box-fish-tank__intro .c-box-fish-tank__title > span {
    padding: 0;
  }
}

.c-box-fish-tank__intro .c-box-fish-tank__title > span::before, .c-box-fish-tank__intro .c-box-fish-tank__title > span::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 66px;
  height: 28px;
  background: url(/assets/image/common/ico_wave.svg) no-repeat;
  background-size: 66px 28px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
}

@media all and (min-width: 769px) {
  .c-box-fish-tank__intro .c-box-fish-tank__title > span::before, .c-box-fish-tank__intro .c-box-fish-tank__title > span::after {
    display: none;
  }
}

.c-box-fish-tank__intro .c-box-fish-tank__title > span::after {
  left: auto;
  right: 0;
}

.c-box-fish-tank__intro .c-box-fish-tank__text {
  margin-top: 22px;
}

@media all and (min-width: 769px) {
  .c-box-fish-tank__intro .c-box-fish-tank__text {
    margin-top: 30px;
  }
}

.c-box-fish-tank__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 24px;
}

@media all and (max-width: 768px) {
  .c-box-fish-tank__nav {
    display: none;
  }
}

.c-box-fish-tank__slider {
  overflow: inherit !important;
  padding-right: 34%;
}

@media all and (max-width: 768px) {
  .c-box-fish-tank__slider {
    margin-top: 60px;
  }
}

@media all and (min-width: 769px) {
  .c-box-fish-tank__slider {
    margin-top: 60px;
    padding-right: 0;
  }
}

.c-box-fish-tank__button {
  margin: 35px auto 0;
}

@media all and (max-width: 768px) {
  .c-box-fish-tank__button {
    max-width: 247px;
    text-align: center;
  }
}

@media all and (min-width: 769px) {
  .c-box-fish-tank__button {
    margin-top: 55px;
  }
}

.c-box-fish-tank__button > .c-button-normal, .c-box-fish-tank__button > .c-button-blank, .c-box-fish-tank__button > .c-button-pdf, .c-box-fish-tank__button > .c-button-blank__wh {
  margin: 0 auto;
}

@media all and (max-width: 768px) {
  .c-box-fish-tank__button > .c-button-normal, .c-box-fish-tank__button > .c-button-blank, .c-box-fish-tank__button > .c-button-pdf, .c-box-fish-tank__button > .c-button-blank__wh {
    display: inline-block;
  }
}

.c-box-fish-tank .p-list-tank-nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media all and (min-width: 769px) {
  .c-box-fish-tank .p-list-tank-nav {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-top: 22px;
  }
}

.c-box-fish-tank .p-list-tank-nav__button {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.c-box-fish-tank .p-list-tank-nav__button--prev {
  margin-left: 7px;
}

@media all and (min-width: 769px) {
  .c-box-fish-tank .p-list-tank-nav__button--prev {
    margin-left: 12px;
  }
}

.c-box-fish-tank .p-list-tank-nav__button--prev .p-list-tank-nav__icon {
  margin-right: auto;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.c-box-fish-tank .p-list-tank-nav__button--prev:not(.is-disabled):hover .p-list-tank-nav__icon {
  -webkit-transform: scaleX(-1) translateX(7px);
  -ms-transform: scaleX(-1) translateX(7px);
  transform: scaleX(-1) translateX(7px);
}

@media all and (min-width: 769px) {
  .c-box-fish-tank .p-list-tank-nav__button--prev:not(.is-disabled):hover .p-list-tank-nav__icon {
    -webkit-transform: scaleX(-1) translateX(12px);
    -ms-transform: scaleX(-1) translateX(12px);
    transform: scaleX(-1) translateX(12px);
  }
}

.c-box-fish-tank .p-list-tank-nav__button--next {
  margin-right: 7px;
}

@media all and (min-width: 769px) {
  .c-box-fish-tank .p-list-tank-nav__button--next {
    margin-right: 12px;
  }
}

.c-box-fish-tank .p-list-tank-nav__button--next .p-list-tank-nav__icon {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  margin-left: auto;
}

.c-box-fish-tank .p-list-tank-nav__button--next:not(.is-disabled):hover .p-list-tank-nav__icon {
  -webkit-transform: translateX(7px);
  -ms-transform: translateX(7px);
  transform: translateX(7px);
}

@media all and (min-width: 769px) {
  .c-box-fish-tank .p-list-tank-nav__button--next:not(.is-disabled):hover .p-list-tank-nav__icon {
    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px);
  }
}

.c-box-fish-tank .p-list-tank-nav__button:hover {
  text-decoration: none;
}

.c-box-fish-tank .p-list-tank-nav__button.is-disabled {
  pointer-events: none;
}

.c-box-fish-tank .p-list-tank-nav__button.is-disabled .p-list-tank-nav__text {
  color: rgba(34, 34, 34, 0.25);
}

.c-box-fish-tank .p-list-tank-nav__button.is-disabled .p-list-tank-nav__icon-normal {
  display: none;
}

.c-box-fish-tank .p-list-tank-nav__button.is-disabled .p-list-tank-nav__icon-disabled {
  display: block;
}

.c-box-fish-tank .p-list-tank-nav__icon {
  width: 38px;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

@media all and (min-width: 769px) {
  .c-box-fish-tank .p-list-tank-nav__icon {
    width: 50px;
  }
}

.c-box-fish-tank .p-list-tank-nav__icon > img {
  max-width: 100%;
}

.c-box-fish-tank .p-list-tank-nav__icon-normal {
  display: block;
}

.c-box-fish-tank .p-list-tank-nav__icon-disabled {
  display: none;
}

.c-box-fish-tank .p-list-tank-nav__text {
  font-size: 1.6rem;
  padding-bottom: 10px;
}

@media all and (min-width: 769px) {
  .c-box-fish-tank .p-list-tank-nav__text {
    padding-bottom: 15px;
  }
}

.c-box-fish-tank .p-list-tank-nav__container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 30px;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.c-box-fish-tank .p-list-tank-nav__container.turn-left {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media all and (min-width: 769px) {
  .c-box-fish-tank .p-list-tank-nav__container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0 70px;
  }
}

.c-box-fish-tank .p-list-tank-nav__submarine {
  -webkit-animation: Roll 3.5s ease-in-out infinite;
  animation: Roll 3.5s ease-in-out infinite;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  text-align: center;
}

.c-box-fish-tank .p-list-tank-nav__submarine .p-list-tank-nav__image {
  -webkit-animation: FloatHorizontal 7.0s ease-in-out infinite alternate;
  animation: FloatHorizontal 7.0s ease-in-out infinite alternate;
}

.c-box-fish-tank .p-list-tank-nav__submarine .p-list-tank-nav__image > img {
  -webkit-animation: FloatVertical 6.0s ease-in-out infinite alternate;
  animation: FloatVertical 6.0s ease-in-out infinite alternate;
}

.c-box-fish-tank .p-list-tank-slider {
  width: auto;
  padding: 0 16px;
}

@media all and (min-width: 769px) {
  .c-box-fish-tank .p-list-tank-slider {
    padding: 0;
  }
}

.c-box-fish-tank .p-list-tank-slider__link {
  display: block;
}

.c-box-fish-tank .p-list-tank-slider__link:hover {
  text-decoration: none;
}

@media all and (min-width: 769px) {
  .c-box-fish-tank .p-list-tank-slider__link:hover .p-list-tank-slider__image > img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}

.c-box-fish-tank .p-list-tank-slider__figure {
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 20px;
  z-index: 1;
}

.c-box-fish-tank .p-list-tank-slider__border {
  overflow: hidden;
  position: absolute;
  top: -13px;
  bottom: -13px;
  left: -13px;
  right: -13px;
  z-index: 2;
}

@media all and (min-width: 769px) {
  .c-box-fish-tank .p-list-tank-slider__border {
    top: -6.085%;
    left: -7.02%;
    right: -7.02%;
    bottom: -6.085%;
  }
}

.c-box-fish-tank .p-list-tank-slider__border > img {
  display: block;
  max-width: 100%;
}

.c-box-fish-tank .p-list-tank-slider__image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 50%;
}

.c-box-fish-tank .p-list-tank-slider__image > img {
  max-width: 100%;
}

@media all and (min-width: 769px) {
  .c-box-fish-tank .p-list-tank-slider__image > img {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
}

.c-box-fish-tank .p-list-tank-slider__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-box-fish-tank .p-list-tank-slider__caption > span {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  background-color: #FFE300;
  padding: 6px;
}

.c-box-fish-tank .p-list-tank-slider__caption > span:not(:first-child) {
  margin-top: 5px;
}

.c-box-fish-tank .p-list-tank-slider__title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 8px;
}

.c-box-fish-tank .p-list-tank-slider__text {
  font-size: 1.6rem;
  line-height: 2.0;
}

@media all and (min-width: 769px) {
  .c-box-fish-tank .p-list-tank-slider__text {
    font-size: 1.4rem;
  }
}

/* p-top-banner
---------------------------------------------------------- */
.p-top-banner {
  margin-top: 20px;
}

@media all and (min-width: 769px) {
  .p-top-banner {
    margin-top: 30px;
  }
}

.p-top-banner__list {
  display: block;
  margin: 0 -12.5px;
}

@media all and (min-width: 769px) {
  .p-top-banner__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.p-top-banner__item {
  width: 100%;
  margin-top: 20px;
}

@media all and (min-width: 769px) {
  .p-top-banner__item {
    width: 25%;
    margin-top: 0;
  }
}

@media all and (max-width: 768px) {
  .p-top-banner__item:not(:first-child) {
    margin-top: 20px;
  }
}

.p-top-banner__link {
  display: block;
  margin: 0 12.5px;
}

@media all and (min-width: 769px) {
  .p-top-banner__link {
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .p-top-banner__link:hover {
    opacity: 0.7;
  }
}

.p-top-banner__image {
  width: 100%;
  max-width: 100%;
}

/* p-card-note-top
---------------------------------------------------------- */
.p-card-note-top {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  border-radius: 12px;
  border: 2px solid #D9D455;
  background-color: #fff;
  text-decoration: none;
}

.p-card-note-top:not(.is-disabled):hover .yellow {
  stroke-width: 1;
}

@media all and (min-width: 769px) {
  .p-card-note-top {
    display: block;
  }
  .p-card-note-top:not(.is-disabled):hover {
    text-decoration: none;
  }
  .p-card-note-top:not(.is-disabled):hover .p-card-note-top__image {
    opacity: 0.7;
    -webkit-transform: scale(1.1) translateZ(0);
    transform: scale(1.1) translateZ(0);
  }
  .p-card-note-top:not(.is-disabled):hover .p-card-note-top__info {
    opacity: 0.7;
    text-decoration: none;
  }
  .p-card-note-top:not(.is-disabled):hover .p-card-note-top__info .yellow {
    stroke-width: 2;
  }
}

.p-card-note-top.is-disabled {
  cursor: default;
  text-decoration: none;
  pointer-events: none;
}

.p-card-note-top.is-disabled .p-card-note-top__image {
  opacity: 0.4;
}

.p-card-note-top.is-disabled .p-card-note-top__info {
  opacity: 0.4;
  text-decoration: none;
}

.p-card-note-top.is-disabled .p-card-note-top__info .yellow {
  stroke-width: 1;
}

@media all and (min-width: 415px) {
  .p-card-note-top.is-disabled .p-card-note-top__info .yellow {
    stroke-width: 2;
  }
}

.p-card-note-top__figure {
  overflow: hidden;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@media all and (max-width: 768px) {
  .p-card-note-top__figure {
    border-radius: 0 8px 8px 0;
    position: absolute;
    width: 40%;
    right: 0;
    top: 0;
    bottom: 0;
  }
}

@media all and (min-width: 769px) {
  .p-card-note-top__figure {
    border-radius: 8px 8px 0 0;
  }
}

@media all and (max-width: 768px) {
  .p-card-note-top__image {
    -o-object-fit: none;
    object-fit: none;
    width: 100%;
    height: 100%;
  }
}

@media all and (min-width: 769px) {
  .p-card-note-top__image {
    display: block;
    width: 100%;
    border-radius: 8px 8px 0 0;
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
}

.p-card-note-top__info {
  padding: 10px 15px 10px;
  border-radius: 0 0 12px 12px;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@media all and (max-width: 768px) {
  .p-card-note-top__info {
    width: 55%;
  }
}

@media all and (min-width: 769px) {
  .p-card-note-top__info {
    padding: 25px 20px 20px;
    background: url(/assets/image/common/bg_grid_01.png) #fff top left repeat;
    background-size: 60px;
  }
}

.p-card-note-top__title {
  margin-top: 5px;
  min-height: 55px;
  font-size: 1.6rem;
  font-weight: 700;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media all and (min-width: 769px) {
  .p-card-note-top__title {
    margin-top: 10px;
    min-height: 75px;
    font-size: 1.6rem;
  }
}

.p-card-note-top__date {
  font-size: 1.2rem;
}

@media all and (min-width: 769px) {
  .p-card-note-top__date {
    margin-top: 15px;
    font-size: 1.4rem;
  }
}

.p-card-note-top:not(.p-card-note-top--top) svg {
  height: 27px;
}

@media all and (min-width: 769px) {
  .p-card-note-top:not(.p-card-note-top--top) svg {
    height: 58px;
  }
}

.p-card-note-top:not(.p-card-note-top--top) svg .paintorder {
  font-size: 1.6rem;
}

@media all and (min-width: 769px) {
  .p-card-note-top:not(.p-card-note-top--top) svg .paintorder {
    font-size: 1.9rem;
  }
}

.p-card-note-top:not(.p-card-note-top--top) svg .paintorder .yellow {
  font: 3rem Uniuni;
}

@media all and (min-width: 769px) {
  .p-card-note-top:not(.p-card-note-top--top) svg .paintorder .yellow {
    font: 4rem Uniuni;
  }
}

/* ==========================================================
  utilities & helper
========================================================== */
.u-is-opacity {
  text-decoration: none;
}

@media all and (min-width: 769px) {
  .u-is-opacity {
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .u-is-opacity:hover {
    opacity: 0.7;
  }
}

@media all and (min-width: 769px) {
  .u-no-pc {
    display: none !important;
  }
}

@media all and (max-width: 768px) {
  .u-no-sp {
    display: none !important;
  }
}

@media all and (min-width: 376px) and (max-width: 768px) {
  .u-no-mhb-title {
    display: none !important;
  }
}

/* font style
---------------------------------------------------------- */
.u-fw-bold {
  font-weight: 700 !important;
}

.u-fw-med {
  font-weight: 500 !important;
}

.u-fw-normal {
  font-weight: 400 !important;
}

/* text-align
---------------------------------------------------------- */
.u-ta-c {
  text-align: center !important;
}

@media all and (min-width: 769px) {
  .u-ta-c-pc {
    text-align: center !important;
  }
}

@media all and (max-width: 768px) {
  .u-ta-c-sp {
    text-align: center !important;
  }
}

.u-ta-l {
  text-align: left !important;
}

@media all and (min-width: 769px) {
  .u-ta-l-pc {
    text-align: left !important;
  }
}

@media all and (max-width: 768px) {
  .u-ta-l-sp {
    text-align: left !important;
  }
}

.u-ta-r {
  text-align: right !important;
}

@media all and (min-width: 769px) {
  .u-ta-r-pc {
    text-align: right !important;
  }
}

@media all and (max-width: 768px) {
  .u-ta-r-sp {
    text-align: right !important;
  }
}

/* spacing
---------------------------------------------------------- */
.u-mt-0 {
  margin-top: 0px !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-ml-0 {
  margin-left: 0px !important;
}

.u-pl-0 {
  padding-left: 0px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}

.u-pr-0 {
  padding-right: 0px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-ml-5 {
  margin-left: 5px !important;
}

.u-pl-5 {
  padding-left: 5px !important;
}

.u-mr-5 {
  margin-right: 5px !important;
}

.u-pr-5 {
  padding-right: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-pl-10 {
  padding-left: 10px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-pr-10 {
  padding-right: 10px !important;
}

.u-mt-14 {
  margin-top: 14px !important;
}

.u-pt-14 {
  padding-top: 14px !important;
}

.u-mb-14 {
  margin-bottom: 14px !important;
}

.u-pb-14 {
  padding-bottom: 14px !important;
}

.u-ml-14 {
  margin-left: 14px !important;
}

.u-pl-14 {
  padding-left: 14px !important;
}

.u-mr-14 {
  margin-right: 14px !important;
}

.u-pr-14 {
  padding-right: 14px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-ml-15 {
  margin-left: 15px !important;
}

.u-pl-15 {
  padding-left: 15px !important;
}

.u-mr-15 {
  margin-right: 15px !important;
}

.u-pr-15 {
  padding-right: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-ml-25 {
  margin-left: 25px !important;
}

.u-pl-25 {
  padding-left: 25px !important;
}

.u-mr-25 {
  margin-right: 25px !important;
}

.u-pr-25 {
  padding-right: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-ml-30 {
  margin-left: 30px !important;
}

.u-pl-30 {
  padding-left: 30px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}

.u-pr-30 {
  padding-right: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-ml-35 {
  margin-left: 35px !important;
}

.u-pl-35 {
  padding-left: 35px !important;
}

.u-mr-35 {
  margin-right: 35px !important;
}

.u-pr-35 {
  padding-right: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-ml-45 {
  margin-left: 45px !important;
}

.u-pl-45 {
  padding-left: 45px !important;
}

.u-mr-45 {
  margin-right: 45px !important;
}

.u-pr-45 {
  padding-right: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-ml-50 {
  margin-left: 50px !important;
}

.u-pl-50 {
  padding-left: 50px !important;
}

.u-mr-50 {
  margin-right: 50px !important;
}

.u-pr-50 {
  padding-right: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-ml-55 {
  margin-left: 55px !important;
}

.u-pl-55 {
  padding-left: 55px !important;
}

.u-mr-55 {
  margin-right: 55px !important;
}

.u-pr-55 {
  padding-right: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-ml-60 {
  margin-left: 60px !important;
}

.u-pl-60 {
  padding-left: 60px !important;
}

.u-mr-60 {
  margin-right: 60px !important;
}

.u-pr-60 {
  padding-right: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-ml-65 {
  margin-left: 65px !important;
}

.u-pl-65 {
  padding-left: 65px !important;
}

.u-mr-65 {
  margin-right: 65px !important;
}

.u-pr-65 {
  padding-right: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-ml-70 {
  margin-left: 70px !important;
}

.u-pl-70 {
  padding-left: 70px !important;
}

.u-mr-70 {
  margin-right: 70px !important;
}

.u-pr-70 {
  padding-right: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-ml-75 {
  margin-left: 75px !important;
}

.u-pl-75 {
  padding-left: 75px !important;
}

.u-mr-75 {
  margin-right: 75px !important;
}

.u-pr-75 {
  padding-right: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-ml-80 {
  margin-left: 80px !important;
}

.u-pl-80 {
  padding-left: 80px !important;
}

.u-mr-80 {
  margin-right: 80px !important;
}

.u-pr-80 {
  padding-right: 80px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-ml-90 {
  margin-left: 90px !important;
}

.u-pl-90 {
  padding-left: 90px !important;
}

.u-mr-90 {
  margin-right: 90px !important;
}

.u-pr-90 {
  padding-right: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-pt-95 {
  padding-top: 95px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-ml-95 {
  margin-left: 95px !important;
}

.u-pl-95 {
  padding-left: 95px !important;
}

.u-mr-95 {
  margin-right: 95px !important;
}

.u-pr-95 {
  padding-right: 95px !important;
}

.u-mt-120 {
  margin-top: 120px !important;
}

.u-pt-120 {
  padding-top: 120px !important;
}

.u-mb-120 {
  margin-bottom: 120px !important;
}

.u-pb-120 {
  padding-bottom: 120px !important;
}

.u-ml-120 {
  margin-left: 120px !important;
}

.u-pl-120 {
  padding-left: 120px !important;
}

.u-mr-120 {
  margin-right: 120px !important;
}

.u-pr-120 {
  padding-right: 120px !important;
}

.u-mt-110 {
  margin-top: 110px !important;
}

.u-pt-110 {
  padding-top: 110px !important;
}

.u-mb-110 {
  margin-bottom: 110px !important;
}

.u-pb-110 {
  padding-bottom: 110px !important;
}

.u-ml-110 {
  margin-left: 110px !important;
}

.u-pl-110 {
  padding-left: 110px !important;
}

.u-mr-110 {
  margin-right: 110px !important;
}

.u-pr-110 {
  padding-right: 110px !important;
}

.u-mt-115 {
  margin-top: 115px !important;
}

.u-pt-115 {
  padding-top: 115px !important;
}

.u-mb-115 {
  margin-bottom: 115px !important;
}

.u-pb-115 {
  padding-bottom: 115px !important;
}

.u-ml-115 {
  margin-left: 115px !important;
}

.u-pl-115 {
  padding-left: 115px !important;
}

.u-mr-115 {
  margin-right: 115px !important;
}

.u-pr-115 {
  padding-right: 115px !important;
}

.u-mt-130 {
  margin-top: 130px !important;
}

.u-pt-130 {
  padding-top: 130px !important;
}

.u-mb-130 {
  margin-bottom: 130px !important;
}

.u-pb-130 {
  padding-bottom: 130px !important;
}

.u-ml-130 {
  margin-left: 130px !important;
}

.u-pl-130 {
  padding-left: 130px !important;
}

.u-mr-130 {
  margin-right: 130px !important;
}

.u-pr-130 {
  padding-right: 130px !important;
}

.u-mt-150 {
  margin-top: 150px !important;
}

.u-pt-150 {
  padding-top: 150px !important;
}

.u-mb-150 {
  margin-bottom: 150px !important;
}

.u-pb-150 {
  padding-bottom: 150px !important;
}

.u-ml-150 {
  margin-left: 150px !important;
}

.u-pl-150 {
  padding-left: 150px !important;
}

.u-mr-150 {
  margin-right: 150px !important;
}

.u-pr-150 {
  padding-right: 150px !important;
}

.u-mt-180 {
  margin-top: 180px !important;
}

.u-pt-180 {
  padding-top: 180px !important;
}

.u-mb-180 {
  margin-bottom: 180px !important;
}

.u-pb-180 {
  padding-bottom: 180px !important;
}

.u-ml-180 {
  margin-left: 180px !important;
}

.u-pl-180 {
  padding-left: 180px !important;
}

.u-mr-180 {
  margin-right: 180px !important;
}

.u-pr-180 {
  padding-right: 180px !important;
}

@media all and (min-width: 769px) {
  .u-mt-0-pc {
    margin-top: 0px !important;
  }
  .u-pt-0-pc {
    padding-top: 0px !important;
  }
  .u-mb-0-pc {
    margin-bottom: 0px !important;
  }
  .u-pb-0-pc {
    padding-bottom: 0px !important;
  }
  .u-ml-0-pc {
    margin-left: 0px !important;
  }
  .u-pl-0-pc {
    padding-left: 0px !important;
  }
  .u-mr-0-pc {
    margin-right: 0px !important;
  }
  .u-pr-0-pc {
    padding-right: 0px !important;
  }
  .u-mt-5-pc {
    margin-top: 5px !important;
  }
  .u-pt-5-pc {
    padding-top: 5px !important;
  }
  .u-mb-5-pc {
    margin-bottom: 5px !important;
  }
  .u-pb-5-pc {
    padding-bottom: 5px !important;
  }
  .u-ml-5-pc {
    margin-left: 5px !important;
  }
  .u-pl-5-pc {
    padding-left: 5px !important;
  }
  .u-mr-5-pc {
    margin-right: 5px !important;
  }
  .u-pr-5-pc {
    padding-right: 5px !important;
  }
  .u-mt-10-pc {
    margin-top: 10px !important;
  }
  .u-pt-10-pc {
    padding-top: 10px !important;
  }
  .u-mb-10-pc {
    margin-bottom: 10px !important;
  }
  .u-pb-10-pc {
    padding-bottom: 10px !important;
  }
  .u-ml-10-pc {
    margin-left: 10px !important;
  }
  .u-pl-10-pc {
    padding-left: 10px !important;
  }
  .u-mr-10-pc {
    margin-right: 10px !important;
  }
  .u-pr-10-pc {
    padding-right: 10px !important;
  }
  .u-mt-14-pc {
    margin-top: 14px !important;
  }
  .u-pt-14-pc {
    padding-top: 14px !important;
  }
  .u-mb-14-pc {
    margin-bottom: 14px !important;
  }
  .u-pb-14-pc {
    padding-bottom: 14px !important;
  }
  .u-ml-14-pc {
    margin-left: 14px !important;
  }
  .u-pl-14-pc {
    padding-left: 14px !important;
  }
  .u-mr-14-pc {
    margin-right: 14px !important;
  }
  .u-pr-14-pc {
    padding-right: 14px !important;
  }
  .u-mt-15-pc {
    margin-top: 15px !important;
  }
  .u-pt-15-pc {
    padding-top: 15px !important;
  }
  .u-mb-15-pc {
    margin-bottom: 15px !important;
  }
  .u-pb-15-pc {
    padding-bottom: 15px !important;
  }
  .u-ml-15-pc {
    margin-left: 15px !important;
  }
  .u-pl-15-pc {
    padding-left: 15px !important;
  }
  .u-mr-15-pc {
    margin-right: 15px !important;
  }
  .u-pr-15-pc {
    padding-right: 15px !important;
  }
  .u-mt-20-pc {
    margin-top: 20px !important;
  }
  .u-pt-20-pc {
    padding-top: 20px !important;
  }
  .u-mb-20-pc {
    margin-bottom: 20px !important;
  }
  .u-pb-20-pc {
    padding-bottom: 20px !important;
  }
  .u-ml-20-pc {
    margin-left: 20px !important;
  }
  .u-pl-20-pc {
    padding-left: 20px !important;
  }
  .u-mr-20-pc {
    margin-right: 20px !important;
  }
  .u-pr-20-pc {
    padding-right: 20px !important;
  }
  .u-mt-25-pc {
    margin-top: 25px !important;
  }
  .u-pt-25-pc {
    padding-top: 25px !important;
  }
  .u-mb-25-pc {
    margin-bottom: 25px !important;
  }
  .u-pb-25-pc {
    padding-bottom: 25px !important;
  }
  .u-ml-25-pc {
    margin-left: 25px !important;
  }
  .u-pl-25-pc {
    padding-left: 25px !important;
  }
  .u-mr-25-pc {
    margin-right: 25px !important;
  }
  .u-pr-25-pc {
    padding-right: 25px !important;
  }
  .u-mt-30-pc {
    margin-top: 30px !important;
  }
  .u-pt-30-pc {
    padding-top: 30px !important;
  }
  .u-mb-30-pc {
    margin-bottom: 30px !important;
  }
  .u-pb-30-pc {
    padding-bottom: 30px !important;
  }
  .u-ml-30-pc {
    margin-left: 30px !important;
  }
  .u-pl-30-pc {
    padding-left: 30px !important;
  }
  .u-mr-30-pc {
    margin-right: 30px !important;
  }
  .u-pr-30-pc {
    padding-right: 30px !important;
  }
  .u-mt-35-pc {
    margin-top: 35px !important;
  }
  .u-pt-35-pc {
    padding-top: 35px !important;
  }
  .u-mb-35-pc {
    margin-bottom: 35px !important;
  }
  .u-pb-35-pc {
    padding-bottom: 35px !important;
  }
  .u-ml-35-pc {
    margin-left: 35px !important;
  }
  .u-pl-35-pc {
    padding-left: 35px !important;
  }
  .u-mr-35-pc {
    margin-right: 35px !important;
  }
  .u-pr-35-pc {
    padding-right: 35px !important;
  }
  .u-mt-40-pc {
    margin-top: 40px !important;
  }
  .u-pt-40-pc {
    padding-top: 40px !important;
  }
  .u-mb-40-pc {
    margin-bottom: 40px !important;
  }
  .u-pb-40-pc {
    padding-bottom: 40px !important;
  }
  .u-ml-40-pc {
    margin-left: 40px !important;
  }
  .u-pl-40-pc {
    padding-left: 40px !important;
  }
  .u-mr-40-pc {
    margin-right: 40px !important;
  }
  .u-pr-40-pc {
    padding-right: 40px !important;
  }
  .u-mt-45-pc {
    margin-top: 45px !important;
  }
  .u-pt-45-pc {
    padding-top: 45px !important;
  }
  .u-mb-45-pc {
    margin-bottom: 45px !important;
  }
  .u-pb-45-pc {
    padding-bottom: 45px !important;
  }
  .u-ml-45-pc {
    margin-left: 45px !important;
  }
  .u-pl-45-pc {
    padding-left: 45px !important;
  }
  .u-mr-45-pc {
    margin-right: 45px !important;
  }
  .u-pr-45-pc {
    padding-right: 45px !important;
  }
  .u-mt-50-pc {
    margin-top: 50px !important;
  }
  .u-pt-50-pc {
    padding-top: 50px !important;
  }
  .u-mb-50-pc {
    margin-bottom: 50px !important;
  }
  .u-pb-50-pc {
    padding-bottom: 50px !important;
  }
  .u-ml-50-pc {
    margin-left: 50px !important;
  }
  .u-pl-50-pc {
    padding-left: 50px !important;
  }
  .u-mr-50-pc {
    margin-right: 50px !important;
  }
  .u-pr-50-pc {
    padding-right: 50px !important;
  }
  .u-mt-55-pc {
    margin-top: 55px !important;
  }
  .u-pt-55-pc {
    padding-top: 55px !important;
  }
  .u-mb-55-pc {
    margin-bottom: 55px !important;
  }
  .u-pb-55-pc {
    padding-bottom: 55px !important;
  }
  .u-ml-55-pc {
    margin-left: 55px !important;
  }
  .u-pl-55-pc {
    padding-left: 55px !important;
  }
  .u-mr-55-pc {
    margin-right: 55px !important;
  }
  .u-pr-55-pc {
    padding-right: 55px !important;
  }
  .u-mt-60-pc {
    margin-top: 60px !important;
  }
  .u-pt-60-pc {
    padding-top: 60px !important;
  }
  .u-mb-60-pc {
    margin-bottom: 60px !important;
  }
  .u-pb-60-pc {
    padding-bottom: 60px !important;
  }
  .u-ml-60-pc {
    margin-left: 60px !important;
  }
  .u-pl-60-pc {
    padding-left: 60px !important;
  }
  .u-mr-60-pc {
    margin-right: 60px !important;
  }
  .u-pr-60-pc {
    padding-right: 60px !important;
  }
  .u-mt-65-pc {
    margin-top: 65px !important;
  }
  .u-pt-65-pc {
    padding-top: 65px !important;
  }
  .u-mb-65-pc {
    margin-bottom: 65px !important;
  }
  .u-pb-65-pc {
    padding-bottom: 65px !important;
  }
  .u-ml-65-pc {
    margin-left: 65px !important;
  }
  .u-pl-65-pc {
    padding-left: 65px !important;
  }
  .u-mr-65-pc {
    margin-right: 65px !important;
  }
  .u-pr-65-pc {
    padding-right: 65px !important;
  }
  .u-mt-70-pc {
    margin-top: 70px !important;
  }
  .u-pt-70-pc {
    padding-top: 70px !important;
  }
  .u-mb-70-pc {
    margin-bottom: 70px !important;
  }
  .u-pb-70-pc {
    padding-bottom: 70px !important;
  }
  .u-ml-70-pc {
    margin-left: 70px !important;
  }
  .u-pl-70-pc {
    padding-left: 70px !important;
  }
  .u-mr-70-pc {
    margin-right: 70px !important;
  }
  .u-pr-70-pc {
    padding-right: 70px !important;
  }
  .u-mt-75-pc {
    margin-top: 75px !important;
  }
  .u-pt-75-pc {
    padding-top: 75px !important;
  }
  .u-mb-75-pc {
    margin-bottom: 75px !important;
  }
  .u-pb-75-pc {
    padding-bottom: 75px !important;
  }
  .u-ml-75-pc {
    margin-left: 75px !important;
  }
  .u-pl-75-pc {
    padding-left: 75px !important;
  }
  .u-mr-75-pc {
    margin-right: 75px !important;
  }
  .u-pr-75-pc {
    padding-right: 75px !important;
  }
  .u-mt-80-pc {
    margin-top: 80px !important;
  }
  .u-pt-80-pc {
    padding-top: 80px !important;
  }
  .u-mb-80-pc {
    margin-bottom: 80px !important;
  }
  .u-pb-80-pc {
    padding-bottom: 80px !important;
  }
  .u-ml-80-pc {
    margin-left: 80px !important;
  }
  .u-pl-80-pc {
    padding-left: 80px !important;
  }
  .u-mr-80-pc {
    margin-right: 80px !important;
  }
  .u-pr-80-pc {
    padding-right: 80px !important;
  }
  .u-mt-90-pc {
    margin-top: 90px !important;
  }
  .u-pt-90-pc {
    padding-top: 90px !important;
  }
  .u-mb-90-pc {
    margin-bottom: 90px !important;
  }
  .u-pb-90-pc {
    padding-bottom: 90px !important;
  }
  .u-ml-90-pc {
    margin-left: 90px !important;
  }
  .u-pl-90-pc {
    padding-left: 90px !important;
  }
  .u-mr-90-pc {
    margin-right: 90px !important;
  }
  .u-pr-90-pc {
    padding-right: 90px !important;
  }
  .u-mt-95-pc {
    margin-top: 95px !important;
  }
  .u-pt-95-pc {
    padding-top: 95px !important;
  }
  .u-mb-95-pc {
    margin-bottom: 95px !important;
  }
  .u-pb-95-pc {
    padding-bottom: 95px !important;
  }
  .u-ml-95-pc {
    margin-left: 95px !important;
  }
  .u-pl-95-pc {
    padding-left: 95px !important;
  }
  .u-mr-95-pc {
    margin-right: 95px !important;
  }
  .u-pr-95-pc {
    padding-right: 95px !important;
  }
  .u-mt-120-pc {
    margin-top: 120px !important;
  }
  .u-pt-120-pc {
    padding-top: 120px !important;
  }
  .u-mb-120-pc {
    margin-bottom: 120px !important;
  }
  .u-pb-120-pc {
    padding-bottom: 120px !important;
  }
  .u-ml-120-pc {
    margin-left: 120px !important;
  }
  .u-pl-120-pc {
    padding-left: 120px !important;
  }
  .u-mr-120-pc {
    margin-right: 120px !important;
  }
  .u-pr-120-pc {
    padding-right: 120px !important;
  }
  .u-mt-110-pc {
    margin-top: 110px !important;
  }
  .u-pt-110-pc {
    padding-top: 110px !important;
  }
  .u-mb-110-pc {
    margin-bottom: 110px !important;
  }
  .u-pb-110-pc {
    padding-bottom: 110px !important;
  }
  .u-ml-110-pc {
    margin-left: 110px !important;
  }
  .u-pl-110-pc {
    padding-left: 110px !important;
  }
  .u-mr-110-pc {
    margin-right: 110px !important;
  }
  .u-pr-110-pc {
    padding-right: 110px !important;
  }
  .u-mt-115-pc {
    margin-top: 115px !important;
  }
  .u-pt-115-pc {
    padding-top: 115px !important;
  }
  .u-mb-115-pc {
    margin-bottom: 115px !important;
  }
  .u-pb-115-pc {
    padding-bottom: 115px !important;
  }
  .u-ml-115-pc {
    margin-left: 115px !important;
  }
  .u-pl-115-pc {
    padding-left: 115px !important;
  }
  .u-mr-115-pc {
    margin-right: 115px !important;
  }
  .u-pr-115-pc {
    padding-right: 115px !important;
  }
  .u-mt-130-pc {
    margin-top: 130px !important;
  }
  .u-pt-130-pc {
    padding-top: 130px !important;
  }
  .u-mb-130-pc {
    margin-bottom: 130px !important;
  }
  .u-pb-130-pc {
    padding-bottom: 130px !important;
  }
  .u-ml-130-pc {
    margin-left: 130px !important;
  }
  .u-pl-130-pc {
    padding-left: 130px !important;
  }
  .u-mr-130-pc {
    margin-right: 130px !important;
  }
  .u-pr-130-pc {
    padding-right: 130px !important;
  }
  .u-mt-150-pc {
    margin-top: 150px !important;
  }
  .u-pt-150-pc {
    padding-top: 150px !important;
  }
  .u-mb-150-pc {
    margin-bottom: 150px !important;
  }
  .u-pb-150-pc {
    padding-bottom: 150px !important;
  }
  .u-ml-150-pc {
    margin-left: 150px !important;
  }
  .u-pl-150-pc {
    padding-left: 150px !important;
  }
  .u-mr-150-pc {
    margin-right: 150px !important;
  }
  .u-pr-150-pc {
    padding-right: 150px !important;
  }
  .u-mt-180-pc {
    margin-top: 180px !important;
  }
  .u-pt-180-pc {
    padding-top: 180px !important;
  }
  .u-mb-180-pc {
    margin-bottom: 180px !important;
  }
  .u-pb-180-pc {
    padding-bottom: 180px !important;
  }
  .u-ml-180-pc {
    margin-left: 180px !important;
  }
  .u-pl-180-pc {
    padding-left: 180px !important;
  }
  .u-mr-180-pc {
    margin-right: 180px !important;
  }
  .u-pr-180-pc {
    padding-right: 180px !important;
  }
}

@media all and (max-width: 768px) {
  .u-mt-0-sp {
    margin-top: 0px !important;
  }
  .u-pt-0-sp {
    padding-top: 0px !important;
  }
  .u-mb-0-sp {
    margin-bottom: 0px !important;
  }
  .u-pb-0-sp {
    padding-bottom: 0px !important;
  }
  .u-ml-0-sp {
    margin-left: 0px !important;
  }
  .u-pl-0-sp {
    padding-left: 0px !important;
  }
  .u-mr-0-sp {
    margin-right: 0px !important;
  }
  .u-pr-0-sp {
    padding-right: 0px !important;
  }
  .u-mt-5-sp {
    margin-top: 5px !important;
  }
  .u-pt-5-sp {
    padding-top: 5px !important;
  }
  .u-mb-5-sp {
    margin-bottom: 5px !important;
  }
  .u-pb-5-sp {
    padding-bottom: 5px !important;
  }
  .u-ml-5-sp {
    margin-left: 5px !important;
  }
  .u-pl-5-sp {
    padding-left: 5px !important;
  }
  .u-mr-5-sp {
    margin-right: 5px !important;
  }
  .u-pr-5-sp {
    padding-right: 5px !important;
  }
  .u-mt-10-sp {
    margin-top: 10px !important;
  }
  .u-pt-10-sp {
    padding-top: 10px !important;
  }
  .u-mb-10-sp {
    margin-bottom: 10px !important;
  }
  .u-pb-10-sp {
    padding-bottom: 10px !important;
  }
  .u-ml-10-sp {
    margin-left: 10px !important;
  }
  .u-pl-10-sp {
    padding-left: 10px !important;
  }
  .u-mr-10-sp {
    margin-right: 10px !important;
  }
  .u-pr-10-sp {
    padding-right: 10px !important;
  }
  .u-mt-14-sp {
    margin-top: 14px !important;
  }
  .u-pt-14-sp {
    padding-top: 14px !important;
  }
  .u-mb-14-sp {
    margin-bottom: 14px !important;
  }
  .u-pb-14-sp {
    padding-bottom: 14px !important;
  }
  .u-ml-14-sp {
    margin-left: 14px !important;
  }
  .u-pl-14-sp {
    padding-left: 14px !important;
  }
  .u-mr-14-sp {
    margin-right: 14px !important;
  }
  .u-pr-14-sp {
    padding-right: 14px !important;
  }
  .u-mt-15-sp {
    margin-top: 15px !important;
  }
  .u-pt-15-sp {
    padding-top: 15px !important;
  }
  .u-mb-15-sp {
    margin-bottom: 15px !important;
  }
  .u-pb-15-sp {
    padding-bottom: 15px !important;
  }
  .u-ml-15-sp {
    margin-left: 15px !important;
  }
  .u-pl-15-sp {
    padding-left: 15px !important;
  }
  .u-mr-15-sp {
    margin-right: 15px !important;
  }
  .u-pr-15-sp {
    padding-right: 15px !important;
  }
  .u-mt-20-sp {
    margin-top: 20px !important;
  }
  .u-pt-20-sp {
    padding-top: 20px !important;
  }
  .u-mb-20-sp {
    margin-bottom: 20px !important;
  }
  .u-pb-20-sp {
    padding-bottom: 20px !important;
  }
  .u-ml-20-sp {
    margin-left: 20px !important;
  }
  .u-pl-20-sp {
    padding-left: 20px !important;
  }
  .u-mr-20-sp {
    margin-right: 20px !important;
  }
  .u-pr-20-sp {
    padding-right: 20px !important;
  }
  .u-mt-25-sp {
    margin-top: 25px !important;
  }
  .u-pt-25-sp {
    padding-top: 25px !important;
  }
  .u-mb-25-sp {
    margin-bottom: 25px !important;
  }
  .u-pb-25-sp {
    padding-bottom: 25px !important;
  }
  .u-ml-25-sp {
    margin-left: 25px !important;
  }
  .u-pl-25-sp {
    padding-left: 25px !important;
  }
  .u-mr-25-sp {
    margin-right: 25px !important;
  }
  .u-pr-25-sp {
    padding-right: 25px !important;
  }
  .u-mt-30-sp {
    margin-top: 30px !important;
  }
  .u-pt-30-sp {
    padding-top: 30px !important;
  }
  .u-mb-30-sp {
    margin-bottom: 30px !important;
  }
  .u-pb-30-sp {
    padding-bottom: 30px !important;
  }
  .u-ml-30-sp {
    margin-left: 30px !important;
  }
  .u-pl-30-sp {
    padding-left: 30px !important;
  }
  .u-mr-30-sp {
    margin-right: 30px !important;
  }
  .u-pr-30-sp {
    padding-right: 30px !important;
  }
  .u-mt-35-sp {
    margin-top: 35px !important;
  }
  .u-pt-35-sp {
    padding-top: 35px !important;
  }
  .u-mb-35-sp {
    margin-bottom: 35px !important;
  }
  .u-pb-35-sp {
    padding-bottom: 35px !important;
  }
  .u-ml-35-sp {
    margin-left: 35px !important;
  }
  .u-pl-35-sp {
    padding-left: 35px !important;
  }
  .u-mr-35-sp {
    margin-right: 35px !important;
  }
  .u-pr-35-sp {
    padding-right: 35px !important;
  }
  .u-mt-40-sp {
    margin-top: 40px !important;
  }
  .u-pt-40-sp {
    padding-top: 40px !important;
  }
  .u-mb-40-sp {
    margin-bottom: 40px !important;
  }
  .u-pb-40-sp {
    padding-bottom: 40px !important;
  }
  .u-ml-40-sp {
    margin-left: 40px !important;
  }
  .u-pl-40-sp {
    padding-left: 40px !important;
  }
  .u-mr-40-sp {
    margin-right: 40px !important;
  }
  .u-pr-40-sp {
    padding-right: 40px !important;
  }
  .u-mt-45-sp {
    margin-top: 45px !important;
  }
  .u-pt-45-sp {
    padding-top: 45px !important;
  }
  .u-mb-45-sp {
    margin-bottom: 45px !important;
  }
  .u-pb-45-sp {
    padding-bottom: 45px !important;
  }
  .u-ml-45-sp {
    margin-left: 45px !important;
  }
  .u-pl-45-sp {
    padding-left: 45px !important;
  }
  .u-mr-45-sp {
    margin-right: 45px !important;
  }
  .u-pr-45-sp {
    padding-right: 45px !important;
  }
  .u-mt-50-sp {
    margin-top: 50px !important;
  }
  .u-pt-50-sp {
    padding-top: 50px !important;
  }
  .u-mb-50-sp {
    margin-bottom: 50px !important;
  }
  .u-pb-50-sp {
    padding-bottom: 50px !important;
  }
  .u-ml-50-sp {
    margin-left: 50px !important;
  }
  .u-pl-50-sp {
    padding-left: 50px !important;
  }
  .u-mr-50-sp {
    margin-right: 50px !important;
  }
  .u-pr-50-sp {
    padding-right: 50px !important;
  }
  .u-mt-55-sp {
    margin-top: 55px !important;
  }
  .u-pt-55-sp {
    padding-top: 55px !important;
  }
  .u-mb-55-sp {
    margin-bottom: 55px !important;
  }
  .u-pb-55-sp {
    padding-bottom: 55px !important;
  }
  .u-ml-55-sp {
    margin-left: 55px !important;
  }
  .u-pl-55-sp {
    padding-left: 55px !important;
  }
  .u-mr-55-sp {
    margin-right: 55px !important;
  }
  .u-pr-55-sp {
    padding-right: 55px !important;
  }
  .u-mt-60-sp {
    margin-top: 60px !important;
  }
  .u-pt-60-sp {
    padding-top: 60px !important;
  }
  .u-mb-60-sp {
    margin-bottom: 60px !important;
  }
  .u-pb-60-sp {
    padding-bottom: 60px !important;
  }
  .u-ml-60-sp {
    margin-left: 60px !important;
  }
  .u-pl-60-sp {
    padding-left: 60px !important;
  }
  .u-mr-60-sp {
    margin-right: 60px !important;
  }
  .u-pr-60-sp {
    padding-right: 60px !important;
  }
  .u-mt-65-sp {
    margin-top: 65px !important;
  }
  .u-pt-65-sp {
    padding-top: 65px !important;
  }
  .u-mb-65-sp {
    margin-bottom: 65px !important;
  }
  .u-pb-65-sp {
    padding-bottom: 65px !important;
  }
  .u-ml-65-sp {
    margin-left: 65px !important;
  }
  .u-pl-65-sp {
    padding-left: 65px !important;
  }
  .u-mr-65-sp {
    margin-right: 65px !important;
  }
  .u-pr-65-sp {
    padding-right: 65px !important;
  }
  .u-mt-70-sp {
    margin-top: 70px !important;
  }
  .u-pt-70-sp {
    padding-top: 70px !important;
  }
  .u-mb-70-sp {
    margin-bottom: 70px !important;
  }
  .u-pb-70-sp {
    padding-bottom: 70px !important;
  }
  .u-ml-70-sp {
    margin-left: 70px !important;
  }
  .u-pl-70-sp {
    padding-left: 70px !important;
  }
  .u-mr-70-sp {
    margin-right: 70px !important;
  }
  .u-pr-70-sp {
    padding-right: 70px !important;
  }
  .u-mt-75-sp {
    margin-top: 75px !important;
  }
  .u-pt-75-sp {
    padding-top: 75px !important;
  }
  .u-mb-75-sp {
    margin-bottom: 75px !important;
  }
  .u-pb-75-sp {
    padding-bottom: 75px !important;
  }
  .u-ml-75-sp {
    margin-left: 75px !important;
  }
  .u-pl-75-sp {
    padding-left: 75px !important;
  }
  .u-mr-75-sp {
    margin-right: 75px !important;
  }
  .u-pr-75-sp {
    padding-right: 75px !important;
  }
  .u-mt-80-sp {
    margin-top: 80px !important;
  }
  .u-pt-80-sp {
    padding-top: 80px !important;
  }
  .u-mb-80-sp {
    margin-bottom: 80px !important;
  }
  .u-pb-80-sp {
    padding-bottom: 80px !important;
  }
  .u-ml-80-sp {
    margin-left: 80px !important;
  }
  .u-pl-80-sp {
    padding-left: 80px !important;
  }
  .u-mr-80-sp {
    margin-right: 80px !important;
  }
  .u-pr-80-sp {
    padding-right: 80px !important;
  }
  .u-mt-90-sp {
    margin-top: 90px !important;
  }
  .u-pt-90-sp {
    padding-top: 90px !important;
  }
  .u-mb-90-sp {
    margin-bottom: 90px !important;
  }
  .u-pb-90-sp {
    padding-bottom: 90px !important;
  }
  .u-ml-90-sp {
    margin-left: 90px !important;
  }
  .u-pl-90-sp {
    padding-left: 90px !important;
  }
  .u-mr-90-sp {
    margin-right: 90px !important;
  }
  .u-pr-90-sp {
    padding-right: 90px !important;
  }
  .u-mt-95-sp {
    margin-top: 95px !important;
  }
  .u-pt-95-sp {
    padding-top: 95px !important;
  }
  .u-mb-95-sp {
    margin-bottom: 95px !important;
  }
  .u-pb-95-sp {
    padding-bottom: 95px !important;
  }
  .u-ml-95-sp {
    margin-left: 95px !important;
  }
  .u-pl-95-sp {
    padding-left: 95px !important;
  }
  .u-mr-95-sp {
    margin-right: 95px !important;
  }
  .u-pr-95-sp {
    padding-right: 95px !important;
  }
  .u-mt-120-sp {
    margin-top: 120px !important;
  }
  .u-pt-120-sp {
    padding-top: 120px !important;
  }
  .u-mb-120-sp {
    margin-bottom: 120px !important;
  }
  .u-pb-120-sp {
    padding-bottom: 120px !important;
  }
  .u-ml-120-sp {
    margin-left: 120px !important;
  }
  .u-pl-120-sp {
    padding-left: 120px !important;
  }
  .u-mr-120-sp {
    margin-right: 120px !important;
  }
  .u-pr-120-sp {
    padding-right: 120px !important;
  }
  .u-mt-110-sp {
    margin-top: 110px !important;
  }
  .u-pt-110-sp {
    padding-top: 110px !important;
  }
  .u-mb-110-sp {
    margin-bottom: 110px !important;
  }
  .u-pb-110-sp {
    padding-bottom: 110px !important;
  }
  .u-ml-110-sp {
    margin-left: 110px !important;
  }
  .u-pl-110-sp {
    padding-left: 110px !important;
  }
  .u-mr-110-sp {
    margin-right: 110px !important;
  }
  .u-pr-110-sp {
    padding-right: 110px !important;
  }
  .u-mt-115-sp {
    margin-top: 115px !important;
  }
  .u-pt-115-sp {
    padding-top: 115px !important;
  }
  .u-mb-115-sp {
    margin-bottom: 115px !important;
  }
  .u-pb-115-sp {
    padding-bottom: 115px !important;
  }
  .u-ml-115-sp {
    margin-left: 115px !important;
  }
  .u-pl-115-sp {
    padding-left: 115px !important;
  }
  .u-mr-115-sp {
    margin-right: 115px !important;
  }
  .u-pr-115-sp {
    padding-right: 115px !important;
  }
  .u-mt-130-sp {
    margin-top: 130px !important;
  }
  .u-pt-130-sp {
    padding-top: 130px !important;
  }
  .u-mb-130-sp {
    margin-bottom: 130px !important;
  }
  .u-pb-130-sp {
    padding-bottom: 130px !important;
  }
  .u-ml-130-sp {
    margin-left: 130px !important;
  }
  .u-pl-130-sp {
    padding-left: 130px !important;
  }
  .u-mr-130-sp {
    margin-right: 130px !important;
  }
  .u-pr-130-sp {
    padding-right: 130px !important;
  }
  .u-mt-150-sp {
    margin-top: 150px !important;
  }
  .u-pt-150-sp {
    padding-top: 150px !important;
  }
  .u-mb-150-sp {
    margin-bottom: 150px !important;
  }
  .u-pb-150-sp {
    padding-bottom: 150px !important;
  }
  .u-ml-150-sp {
    margin-left: 150px !important;
  }
  .u-pl-150-sp {
    padding-left: 150px !important;
  }
  .u-mr-150-sp {
    margin-right: 150px !important;
  }
  .u-pr-150-sp {
    padding-right: 150px !important;
  }
  .u-mt-180-sp {
    margin-top: 180px !important;
  }
  .u-pt-180-sp {
    padding-top: 180px !important;
  }
  .u-mb-180-sp {
    margin-bottom: 180px !important;
  }
  .u-pb-180-sp {
    padding-bottom: 180px !important;
  }
  .u-ml-180-sp {
    margin-left: 180px !important;
  }
  .u-pl-180-sp {
    padding-left: 180px !important;
  }
  .u-mr-180-sp {
    margin-right: 180px !important;
  }
  .u-pr-180-sp {
    padding-right: 180px !important;
  }
}
