@charset "UTF-8";
/*! SUNRISE MUSIC */
@import url("https://fonts.googleapis.com/css?family=Oswald:400,500&display=swap");
/* =====================================================
 * Foundation
 * =====================================================
*/
/*! minireset.css v0.0.4 | MIT License | github.com/jgthms/minireset.css */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre,
iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

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

ul {
  list-style: none;
}

button, input, select, textarea {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

img, embed, object, video {
  height: auto;
  max-width: 100%;
}

audio {
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
  text-align: left;
}

header, footer, main, aside {
  display: block;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(93%, #fce8c8));
  background: linear-gradient(to bottom, #fff, #fce8c8 93%);
}

html.is-menu-open, html.is-menu-open body {
  overflow: hidden;
}

/* =====================================================
 * Layout
 * =====================================================
*/
.l-header {
  width: 100%;
  padding: 0 12px 50px;
  background: #fff;
}

@media (max-width: 768px) {
  .l-header {
    padding-bottom: 0;
    background: #fff;
  }
}

.l-header__inner {
  margin: 0 auto;
  max-width: 1200px;
}

.l-header__logo {
  padding: 20px 0 55px;
  text-align: center;
}

@media (max-width: 768px) {
  .l-header__logo {
    position: relative;
    padding: 20px 0 22px;
    z-index: 10010;
  }
}

.l-header__logo a {
  display: inline-block;
}

.l-header__logo img {
  vertical-align: bottom;
}

@media (max-width: 768px) {
  .l-header__logo img {
    width: 172px;
  }
}

.l-header__gnav__toggler {
  display: none;
  position: absolute;
  top: 25px;
  right: 11px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  font-family: orator-std, monospace;
  font-size: 13px;
  line-height: 1;
  letter-spacing: .2em;
  text-indent: .2em;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #6a9fd5;
  border: none;
  padding: 0;
}

@media (max-width: 768px) {
  .l-header__gnav__toggler {
    display: block;
    z-index: 10010;
  }
}

.l-header__gnav__toggler > span {
  position: absolute;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}

.l-header__gnav__toggler > span:nth-child(1), .l-header__gnav__toggler > span:nth-child(2), .l-header__gnav__toggler > span:nth-child(3) {
  width: 26px;
  height: 4px;
  background: #fff;
}

.l-header__gnav__toggler > span:nth-child(1) {
  top: 16px;
  left: 14px;
}

html.is-menu-open .l-header__gnav__toggler > span:nth-child(1) {
  background: #fff;
  -webkit-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}

.l-header__gnav__toggler > span:nth-child(2) {
  top: 25px;
  left: 14px;
}

html.is-menu-open .l-header__gnav__toggler > span:nth-child(2) {
  background: #fff;
  -webkit-transform: translateY(0px) rotate(-45deg);
  transform: translateY(0px) rotate(-45deg);
}

.l-header__gnav__toggler > span:nth-child(3) {
  top: 34px;
  left: 14px;
}

html.is-menu-open .l-header__gnav__toggler > span:nth-child(3) {
  opacity: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.l-header__gnav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .l-header__gnav__items {
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    padding: 98px 0 40px;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), color-stop(93%, rgba(127, 190, 255, 0.9)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(127, 190, 255, 0.9) 93%);
    font-size: 35px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    pointer-events: none;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    z-index: 10004;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .l-header__gnav__items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  html.is-menu-open .l-header__gnav__items {
    pointer-events: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.l-header__gnav__items__item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100px;
  flex: 1 0 100px;
}

@media (max-width: 768px) {
  .l-header__gnav__items__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
  }
}

.l-header__gnav__items__item:after, .l-header__gnav__items__item:first-child:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: -1px;
  width: 2px;
  height: 100%;
  background: black;
}

@media (max-width: 768px) {
  .l-header__gnav__items__item:after, .l-header__gnav__items__item:first-child:before {
    content: none;
  }
}

.l-header__gnav__items__item:first-child:before {
  left: -1px;
  right: auto;
}

@media (max-width: 768px) {
  .l-header__gnav__items__item:first-child:before {
    top: 0;
    bottom: auto;
  }
}

.l-header__gnav__items__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding: 0 10px;
  text-align: center;
  color: inherit;
  text-decoration: none;
  line-height: 1;
}

@media (max-width: 768px) {
  .l-header__gnav__items__item a {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    padding: 0 30px 0 95px;
    background: #fff;
    border-top: 1px solid #a6a6a6;
    border-bottom: 1px solid #a6a6a6;
    line-height: 0.8;
  }
}

.l-header__gnav__items__item a > span:first-child {
  position: relative;
  z-index: 1;
  font-family: din-condensed, sans-serif;
  font-size: 24px;
  letter-spacing: .08em;
  color: #333;
}

.l-header__gnav__items__item a > span:last-child {
  position: relative;
  z-index: 1;
  margin-top: 6px;
  font-size: 12px;
  letter-spacing: .2em;
  color: #4c4c4c;
}

@media (min-width: 768px) {
  .l-header__gnav__items__item a > span:last-child {
    line-height: 1.125;
  }
}

@media (max-width: 768px) {
  .l-header__gnav__items__item a > span:last-child {
    margin-top: 3px;
    font-size: 10px;
  }
}

.l-header__gnav__items__item a > span.__ja:last-child {
  line-height: 1.7;
  font-size: 15px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .l-header__gnav__items__item a > span.__ja:last-child {
    line-height: 1.3125;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .l-header__gnav__items__item a:before {
    content: '';
    position: absolute;
    left: 50px;
    top: calc(50% - 19px);
    width: 38px;
    height: 38px;
    -webkit-filter: none !important;
    filter: none !important;
    background-color: transparent !important;
  }
}

.l-header__gnav__items__item a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.l-header__gnav__items__item a:hover:after {
  background-color: #00a0be;
  opacity: 0.2;
}

@media (max-width: 768px) {
  .l-header__gnav__items__item--news a:before {
    background: url(../img/cat_icon_news.png) no-repeat 0 50%;
    background-size: 32px 32px;
  }
  .l-header__gnav__items__item--list a:before {
    background: url(../img/cat_icon_list.png) no-repeat 0 50%;
    background-size: 32px 32px;
  }
  .l-header__gnav__items__item--srml a:before {
    background: url(../img/cat_icon_srml.png) no-repeat 0 50%;
    background-size: 32px 32px;
  }
  .l-header__gnav__items__item--club a:before {
    background: url(../img/cat_icon_club.png) no-repeat 0 50%;
    background-size: 32px 32px;
  }
}

.l-header__gnav__items__item--ex {
  height: auto;
  padding: 10px 0px;
  border-top: 1px solid #a6a6a6;
  border-bottom: 1px solid #a6a6a6;
  background-color: #ffffff;
}

@media (min-width: 769px) {
  .l-header__gnav__items__item--ex {
    display: none;
  }
}

.l-header__gnav__items__item__list > li:not(:last-child) {
  margin-bottom: 10px;
}

.l-header__gnav__items__item__list > li a {
  border: none;
  color: #4c4c4c;
  font-size: 14px;
}

@media (min-width: 769px) {
  .l-header--top {
    padding: 0;
  }
  .l-header--top .l-header__logo {
    position: absolute;
    z-index: 2;
    top: 15px;
    width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: right;
  }
  .l-header--top .l-header__gnav {
    position: absolute;
    z-index: 2;
    top: 580px;
    width: 1200px;
  }
  .l-header--top .l-header__gnav__items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-header--top .l-header__gnav__items__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 250px;
    height: 250px;
  }
  .l-header--top .l-header__gnav__items__item:not(:last-child) {
    margin-right: 135px;
  }
  .l-header--top .l-header__gnav__items__item::before, .l-header--top .l-header__gnav__items__item::after {
    display: none;
  }
  .l-header--top .l-header__gnav__items__item a {
    padding-bottom: 32px;
  }
  .l-header--top .l-header__gnav__items__item a span {
    color: #ffffff;
  }
  .l-header--top .l-header__gnav__items__item a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 177px;
    height: 177px;
    -webkit-filter: drop-shadow(0 0 5px #f65a4e);
    filter: drop-shadow(0 0 5px #f65a4e);
    opacity: .85;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate(36px, 36px) rotate(45deg);
    transform: translate(36px, 36px) rotate(45deg);
    -webkit-transition: opacity 300ms, background-color 1500ms, -webkit-filter 1500ms;
    transition: opacity 300ms, background-color 1500ms, -webkit-filter 1500ms;
    transition: opacity 300ms, background-color 1500ms, filter 1500ms;
    transition: opacity 300ms, background-color 1500ms, filter 1500ms, -webkit-filter 1500ms;
  }
  .l-header--top .l-header__gnav__items__item a::after {
    top: 166px;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 1;
    width: 32px;
    height: 32px;
    margin: auto;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .l-header--top .l-header__gnav__items__item a:hover::before {
    opacity: 1;
  }
  .l-header--top .l-header__gnav__items__item--news a::after {
    background-image: url(../../img/cat_icon_news.png);
  }
  .l-header--top .l-header__gnav__items__item--list a::after {
    background-image: url(../../img/cat_icon_list.png);
  }
  .l-header--top .l-header__gnav__items__item--srml a::after {
    background-image: url(../../img/cat_icon_srml.png);
  }
  .l-header--top .l-header__gnav__items__item--club a::after {
    background-image: url(../../img/cat_icon_club.png);
  }
}

@media (max-width: 768px) {
  .l-header--top {
    border-bottom: 1px solid #a6a6a6;
  }
}

.l-main:after {
  content: '';
  display: block;
  clear: both;
}

.l-main__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 35px 12px 110px;
}

@media (max-width: 768px) {
  .l-main__inner {
    padding: 35px 12px 55px;
  }
}

.l-main__title {
  margin-top: 15px;
  margin-bottom: 45px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.33333;
  color: #333;
  text-align: center;
}

@media (max-width: 768px) {
  .l-main__title {
    display: none;
  }
}

.l-main__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (auto)[2];
  grid-template-rows: repeat(2, auto);
  -ms-grid-columns: auto 45px auto;
  grid-template-columns: repeat(2, auto);
  -webkit-column-gap: 45px;
  -moz-column-gap: 45px;
  column-gap: 45px;
  grid-template-areas: "areaA areaB" "areaC areaC";
}

@media (max-width: 768px) {
  .l-main__grid {
    -ms-grid-rows: (auto)[2];
    grid-template-rows: repeat(2, auto);
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    grid-template-areas: "areaB" "areaC" "areaA";
  }
}

.l-main__grid .c-page-nav {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: areaC;
}

.l-main__primary {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: areaB;
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .l-main__primary {
    margin-bottom: 36px;
  }
}

.l-main__secondary {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: areaA;
  width: 278px;
  margin-bottom: 80px;
}

@media (max-width: 768px){
  .l-main__grid .c-page-nav {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .l-main__primary {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-main__secondary {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

@media (max-width: 768px) {
  .l-main__secondary {
    width: auto;
    margin-bottom: 0;
  }
}

.l-main__widget {
  background: #fff;
  -webkit-box-shadow: 1.5px 2.5px 6px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 1.5px 2.5px 6px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 28px;
}

.l-main__widget:last-child {
  margin-bottom: 0;
}

.l-main__widget__title {
  position: relative;
  padding: 12px 0 11px;
  text-align: center;
  font-family: din-condensed, sans-serif;
  font-size: 30px;
  letter-spacing: .025em;
  line-height: 1;
}

.l-main__widget__title:after {
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 5px;
  border-top: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
}

.l-main__widget__body {
  padding: 20px 38px 25px;
}

@media (max-width: 768px) {
  .l-main__widget__body {
    padding-left: 28px;
    padding-right: 28px;
  }
}

.l-page-header {
  padding: 0 12px;
  background: #fff;
  border-top: 2px solid #a6a6a6;
  border-bottom: 2px solid #a6a6a6;
}

@media (max-width: 768px) {
  .l-page-header {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
}

.l-page-header__inner {
  margin: 0 auto;
  padding: 14px 0;
  max-width: 1200px;
}

@media (max-width: 768px) {
  .l-page-header__inner {
    padding: 13px 0 10px 45px;
  }
}

.l-page-header--news .l-page-header__inner {
  background: url(../img/cat_icon_news.png) no-repeat 0 50%;
  background-size: 78px 78px;
}

@media (min-width: 768px) {
  .l-page-header--news .l-page-header__inner {
    padding-left: 85px;
  }
}

@media (max-width: 768px) {
  .l-page-header--news .l-page-header__inner {
    background-size: 38px 38px;
  }
}

.l-page-header--list .l-page-header__inner {
  background: url(../img/cat_icon_list.png) no-repeat 0 50%;
  background-size: 78px 78px;
}

@media (min-width: 768px) {
  .l-page-header--list .l-page-header__inner {
    padding-left: 85px;
  }
}

@media (max-width: 768px) {
  .l-page-header--list .l-page-header__inner {
    background-size: 38px 38px;
  }
}

.l-page-header--srml .l-page-header__inner {
  background: url(../img/cat_icon_srml.png) no-repeat 0 50%;
  background-size: 78px 78px;
}

@media (min-width: 768px) {
  .l-page-header--srml .l-page-header__inner {
    padding-left: 85px;
  }
}

@media (max-width: 768px) {
  .l-page-header--srml .l-page-header__inner {
    background-size: 38px 38px;
  }
}

.l-page-header--club .l-page-header__inner {
  background: url(../img/cat_icon_club.png) no-repeat 0 50%;
  background-size: 78px 78px;
}

@media (min-width: 768px) {
  .l-page-header--club .l-page-header__inner {
    padding-left: 85px;
  }
}

@media (max-width: 768px) {
  .l-page-header--club .l-page-header__inner {
    background-size: 38px 38px;
  }
}

.l-page-header__title {
  font-family: din-condensed, sans-serif;
  font-size: 32px;
  letter-spacing: .025em;
  color: #333;
  line-height: 1;
}

@media (max-width: 768px) {
  .l-page-header__title {
    font-size: 30px;
  }
}

.l-page-header__title a {
  color: inherit;
  text-decoration: none;
}

.l-page-header__topicpath {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  font-size: 12px;
  letter-spacing: .1em;
  line-height: 1;
}

@media (max-width: 768px) {
  .l-page-header__topicpath {
    display: none;
  }
}

.l-page-header__topicpath > *:not(:first-child):before {
  content: '>';
  margin: 0 1em;
}

.l-page-header__topicpath a {
  color: inherit;
  text-decoration: none;
}

.l-page-header__topicpath a:hover {
  text-decoration: underline;
}

.l-footer {
  position: relative;
  z-index: 10;
  padding: 40px 0;
  color: #d9d9d9;
  background: #262626;
  text-align: center;
}

.l-footer a {
  color: inherit;
}

.l-footer__inner {
  margin: 0 auto;
  max-width: 1200px;
}

.l-footer__row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .l-footer__row1 > :first-child {
    width: 145px;
  }
}

.l-footer__row2 {
  margin-top: 35px;
}

.l-footer__row2 > p {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .l-footer__row2 > p img {
    width: 80%;
  }
}

.l-footer__row3 {
  margin-top: 35px;
}

.l-footer__logo img {
  vertical-align: bottom;
}

.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  letter-spacing: .2em;
}

@media (max-width: 768px) {
  .l-footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.l-footer__nav > *:not(:first-child) {
  border-left: 1px solid #4d4d4d;
}

@media (max-width: 768px) {
  .l-footer__nav > *:not(:first-child) {
    border-left: none;
  }
}

@media (max-width: 768px) {
  .l-footer__nav > li:nth-child(n+2) {
    margin-top: 5px;
  }
}

.l-footer__nav a {
  display: block;
  padding: 8px 30px;
  text-decoration: none;
}

@media (max-width: 768px) {
  .l-footer__nav a {
    padding: 0;
    text-align: left;
  }
}

.l-footer__nav a:hover {
  text-decoration: underline;
}

.l-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-footer__sns > * {
  margin: 0 8px;
}

.l-footer__sns > dt {
  margin-right: 10px;
  font-size: 20px;
  font-family: din-condensed, sans-serif;
  letter-spacing: .2em;
}

.l-footer__sns img {
  vertical-align: bottom;
}

.l-footer__sns a {
  display: block;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.l-footer__sns a:hover {
  opacity: .8;
}

.l-footer__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .l-footer__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.l-footer__group > * {
  line-height: 1.1428571428571428;
}

.l-footer__group > *:not(:first-child) {
  margin-left: 10px;
}

@media (max-width: 768px) {
  .l-footer__group > *:not(:first-child) {
    margin-top: 10px;
    margin-left: 0;
  }
}

.l-footer__group > *:not(:first-child) a::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 1.1428571428571428em;
  margin-right: 10px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .l-footer__group > *:not(:first-child) a::before {
    display: none;
  }
}

.l-footer__group img {
  vertical-align: bottom;
}

.l-footer__group a {
  display: block;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  -webkit-transition: 300ms;
  transition: 300ms;
}

@media (max-width: 768px) {
  .l-footer__group a {
    font-size: 12px;
  }
}

.l-footer__group a:hover {
  text-decoration: underline;
}

.l-footer__copyright {
  margin-top: 45px;
  font-size: 12px;
  letter-spacing: .2em;
}

/* =====================================================
 * Object/Component
 * =====================================================
*/
.c-page-nav {
  clear: both;
  margin-top: 70px;
}

@media (max-width: 768px) {
  .c-page-nav {
    margin-top: 30px;
    margin-bottom: 36px;
  }
}

.c-page-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-page-nav__inner > span > a,
.c-page-nav__inner > span > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 25px;
  height: 50px;
  color: #fff;
  background: #4d4d4d;
  border: 2px solid #4d4d4d;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .c-page-nav__inner > span > a,
  .c-page-nav__inner > span > span {
    padding: 0 8px;
    height: 35px;
    font-size: 12px;
    border-radius: 6px;
    border-width: 1px;
  }
}

.c-page-nav__inner > span > a:hover {
  color: #000;
  background: #fff;
  border: 2px solid #000;
}

.c-page-nav__inner > span > a:hover:after {
  -webkit-filter: brightness(20%);
  filter: brightness(20%);
}

.c-page-nav__inner > span.home > a,
.c-page-nav__inner > span.home > span,
.c-page-nav__inner > span.back > a,
.c-page-nav__inner > span.back > span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 60px;
}

@media (max-width: 768px) {
  .c-page-nav__inner > span.home > a,
  .c-page-nav__inner > span.home > span,
  .c-page-nav__inner > span.back > a,
  .c-page-nav__inner > span.back > span {
    padding: 0 22px;
  }
}

.c-page-nav__inner > span.prev > a:before,
.c-page-nav__inner > span.prev > span:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 15px;
  background: url(../img/news_nav_icon.png) no-repeat 50%;
  background-size: contain;
}

@media (max-width: 768px) {
  .c-page-nav__inner > span.prev > a:before,
  .c-page-nav__inner > span.prev > span:before {
    width: 10px;
    height: 8px;
    margin-right: 5px;
  }
}

.c-page-nav__inner > span.next > a:after,
.c-page-nav__inner > span.next > span:after {
  content: '';
  display: inline-block;
  margin-left: 10px;
  width: 20px;
  height: 15px;
  background: url(../img/news_nav_icon.png) no-repeat 50%;
  background-size: contain;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .c-page-nav__inner > span.next > a:after,
  .c-page-nav__inner > span.next > span:after {
    width: 10px;
    height: 8px;
    margin-left: 5px;
  }
}

.c-page-nav__inner > span > span {
  opacity: .2;
}

.c-widget-list {
  color: #333;
}

.c-widget-list li {
  margin-bottom: 8px;
}

.c-widget-list li:last-child {
  margin-bottom: 0;
}

.c-widget-list a {
  display: block;
  padding: 11px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: .05em;
  background: #edf5ff;
  text-align: center;
  text-decoration: none;
  color: inherit;
  -webkit-transition: 300ms;
  transition: 300ms;
}

@media (max-width: 768px) {
  .c-widget-list a {
    padding: 8px 11px;
    font-size: 12px;
  }
}

.c-widget-list a:hover {
  opacity: .8;
}

/* =====================================================
 * Object/Project
 * =====================================================
*/
.p-news {
  padding: 42px 50px 85px;
  background: #fff;
  -webkit-box-shadow: 1.5px 2.5px 6px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 1.5px 2.5px 6px 0 rgba(0, 0, 0, 0.05);
  border-top: 5px solid #6a9fd5;
}

@media (max-width: 768px) {
  .p-news {
    padding: 12px;
  }
}

.p-news__header, .p-article-list__header {
  margin-bottom: 2em;
}

@media (max-width: 768px) {
  .p-news__header, .p-article-list__header {
    margin-bottom: 1em;
  }
}

.p-news__header__title, .p-article-list__header__title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.33333;
}

@media (max-width: 768px) {
  .p-news__header__title, .p-article-list__header__title {
    font-size: 16px;
  }
}

.p-news__header__meta, .p-article-list__header__meta {
  position: relative;
  margin-top: 1em;
}

.p-news__header__meta strong, .p-article-list__header__meta strong {
  font-weight: normal;
  font-size: 18px;
  letter-spacing: .024em;
}

@media (max-width: 768px) {
  .p-news__header__meta strong, .p-article-list__header__meta strong {
    font-size: 12px;
  }
}

.p-news__header__meta span, .p-article-list__header__meta span {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 30px;
  padding: 0 25px;
  line-height: 1;
  border: 1px dotted currentColor;
  border-radius: 15px;
  font-size: 12px;
}

@media (max-width: 768px) {
  .p-news__header__meta span, .p-article-list__header__meta span {
    top: 5px;
    height: 18px;
    font-size: 11px;
    padding: 0 10px;
  }
}

.p-news__body, .p-article-list__body {
  margin: 0 100px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .p-news__body, .p-article-list__body {
    margin: 0 12px;
  }
}

.p-news__body:after, .p-article-list__body:after {
  content: '';
  display: table;
  clear: both;
}

.p-news__body a, .p-article-list__body a {
  color: #005bac;
}

.p-news__body p, .p-article-list__body p, .p-news__body ul, .p-article-list__body ul, .p-news__body ol, .p-article-list__body ol, .p-news__body dl, .p-article-list__body dl, .p-news__body blockquote, .p-article-list__body blockquote, .p-news__body hr, .p-article-list__body hr, .p-news__body table, .p-article-list__body table {
  margin-bottom: 1em;
}

.p-news__body p:last-child, .p-article-list__body p:last-child, .p-news__body ul:last-child, .p-article-list__body ul:last-child, .p-news__body ol:last-child, .p-article-list__body ol:last-child, .p-news__body dl:last-child, .p-article-list__body dl:last-child, .p-news__body blockquote:last-child, .p-article-list__body blockquote:last-child, .p-news__body hr:last-child, .p-article-list__body hr:last-child, .p-news__body table:last-child, .p-article-list__body table:last-child {
  margin-bottom: 0;
}

.p-news__body ul, .p-article-list__body ul {
  list-style: outside square;
  padding-left: 2em;
}

.p-news__body ol, .p-article-list__body ol {
  list-style: outside numeric;
  padding-left: 2em;
}

.p-news__body img, .p-article-list__body img {
  vertical-align: top;
}

.p-news-list dl {
  background: #fff;
  -webkit-box-shadow: 1.5px 2.5px 6px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 1.5px 2.5px 6px 0 rgba(0, 0, 0, 0.05);
  border-top: 5px solid #6a9fd5;
  padding: 42px 50px 45px;
  margin-bottom: 40px;
}

.p-news-list dl:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .p-news-list dl {
    padding: 10px;
    margin-bottom: 15px;
  }
}

.p-news-list dl:after {
  content: '';
  display: block;
  clear: both;
}

.p-news-list dt {
  position: relative;
  margin-bottom: 1em;
}

@media (max-width: 768px) {
  .p-news-list dt {
    margin-bottom: 5px;
  }
}

.p-news-list dt a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.p-news-list dt a img {
  float: left;
  margin-right: 4%;
  max-width: 25%;
  width: 300px;
  border: 1px solid #9b9b9b;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: white;
  background-size: contain;
}

.p-news-list dt span {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 768px) {
  .p-news-list dt span {
    top: 5px;
  }
}

.p-news-list dt span a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: top;
  height: 30px;
  padding: 0 25px;
  line-height: 1;
  border: 1px dotted currentColor;
  border-radius: 15px;
  font-size: 12px;
}

@media (max-width: 768px) {
  .p-news-list dt span a {
    height: 18px;
    font-size: 11px;
    padding: 0 10px;
  }
}

.p-news-list dt span a:hover {
  background-color: #E5F5FF;
}

@media (max-width: 768px) {
  .p-news-list dt span.genre {
    display: block;
    position: static;
    line-height: 1;
    text-align: right;
  }
}

@media (max-width: 768px) {
  .p-news-list dt span.is-absolute {
    position: absolute;
  }
}

.p-news-list dt strong {
  font-weight: normal;
  font-size: 18px;
  letter-spacing: .024em;
}

@media (max-width: 768px) {
  .p-news-list dt strong {
    font-size: 11px;
  }
}

.p-news-list dd.title {
  float: left;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  width: 71%;
}

@media (max-width: 768px) {
  .p-news-list dd.title {
    font-size: 15px;
  }
}

.p-news-list dd.title a {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

.p-article-list__item {
  background: #fff;
  -webkit-box-shadow: 1.5px 2.5px 6px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 1.5px 2.5px 6px 0 rgba(0, 0, 0, 0.05);
  border-top: 5px solid #6a9fd5;
  margin-bottom: 40px;
  padding: 42px 50px 45px;
}

.p-article-list__item:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .p-article-list__item {
    margin-bottom: 36px;
    padding: 19px 15px 32px;
  }
}

.p-article-list__header {
  position: relative;
}

@media (max-width: 768px) {
  .p-article-list__header__title {
    margin-top: 6px;
    font-size: 20px;
    text-align: left;
  }
}

.p-article-list__header__title a {
  color: inherit;
  text-decoration: none;
}

.p-article-list__header__title a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .p-article-list__header__meta {
    margin-top: 6px;
  }
  .p-article-list__header__meta span {
    top: 10px;
  }
}

.p-article-list__body {
  margin: 0;
}

@media (max-width: 768px) {
  .p-article-list__body {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .p-article-list__body table {
    width: 100% !important;
  }
}

.p-article-list__body .link {
  text-align: center;
}

.p-article-list__body .link a[target="_blank"]::after {
  content: '別ウインドウで開きます';
  display: inline-block;
  width: 22px;
  height: 18px;
  margin-left: 12px;
  background-image: url(/common/img/icn_blank.png);
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  vertical-align: middle;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .p-article-list__body .link a[target="_blank"]::after {
    width: 18px;
    height: 15px;
    margin-left: 6px;
  }
}

.p-article-list__share, .p-news__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
}

.p-article-list__share > li:not(:last-child), .p-news__share > li:not(:last-child) {
  margin-right: 10px;
}

.p-article-list__share > li a:hover, .p-news__share > li a:hover {
  opacity: 0.8;
}

.p-article-list__share__twitter, .p-news__share__twitter, .p-article-list__share__facebook, .p-news__share__facebook, .p-article-list__share__line, .p-news__share__line {
  display: block;
  width: 38px;
  height: 0;
  padding-top: 38px;
  background: url(../img/sns_icon_twitter.png) no-repeat;
  background-size: contain;
  overflow: hidden;
}

@media (max-width: 768px) {
  .p-article-list__share__twitter, .p-news__share__twitter, .p-article-list__share__facebook, .p-news__share__facebook, .p-article-list__share__line, .p-news__share__line {
    width: 34px;
    padding-top: 34px;
  }
}

.p-article-list__share__facebook, .p-news__share__facebook {
  background-image: url(../img/sns_icon_facebook.png);
}

.p-article-list__share__line, .p-news__share__line {
  background-image: url(../img/sns_icon_line.png);
}

.p-label {
  padding-top: 20px;
}

@media (max-width: 768px) {
  .p-label {
    padding-top: 0;
  }
}

.p-label__header {
  margin-bottom: 52px;
  text-align: center;
}

@media (max-width: 768px) {
  .p-label__header {
    margin-bottom: 30px;
  }
}

.p-label__header__title {
  width: 461px;
  margin: 0 auto 50px;
}

@media (max-width: 768px) {
  .p-label__header__title {
    width: 230px;
    margin-bottom: 30px;
  }
}

.p-label__header__title img {
  vertical-align: bottom;
}

.p-label__header__lede {
  margin-bottom: 2.125em;
  line-height: 1.65;
  font-size: 1.25em;
  font-weight: bold;
}

@media (max-width: 768px) {
  .p-label__header__lede {
    font-size: .8125em;
  }
}

.p-label__header__banner {
  width: 477px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .p-label__header__banner {
    width: 238px;
  }
}

.p-label__header__banner img {
  vertical-align: bottom;
}

.p-label-list {
  margin-bottom: -33px;
}

.p-label-list__item {
  margin-bottom: 33px;
  padding: 0 18px 35px;
  -webkit-box-shadow: 1.5px 2.5px 6px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 1.5px 2.5px 6px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}

@media (max-width: 768px) {
  .p-label-list__item {
    padding: 0 5px 22px;
  }
}

.p-label-list__title {
  position: relative;
  margin-bottom: 40px;
  padding: 22px 0;
  border-bottom: 2px solid #ccc;
  line-height: 1;
  text-align: center;
}

@media (max-width: 768px) {
  .p-label-list__title {
    padding: 11px 0 8px;
    margin-bottom: 20px;
  }
}

.p-label-list__title::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.p-label-list__title img {
  width: auto;
  height: 31px;
}

@media (max-width: 768px) {
  .p-label-list__title img {
    height: 18px;
  }
}

.p-label-list__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -46px -35px 0;
  padding: 0 42px;
}

@media (max-width: 768px) {
  .p-label-list__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 -16px;
    padding: 0;
  }
}

.p-label-list__grid__col {
  width: calc((100% - (46px * 2))/2);
  margin: 0 46px 35px 0;
}

@media (max-width: 768px) {
  .p-label-list__grid__col {
    width: 275px;
    margin: 0 0 16px;
  }
}

.p-label-list__grid__col img {
  border: 1px solid #ccc;
  border-radius: 10px;
  -webkit-box-shadow: 1.5px 2.5px 6px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1.5px 2.5px 6px 0 rgba(0, 0, 0, 0.15);
  vertical-align: bottom;
}

.p-top {
  position: relative;
}

.p-top-hero {
  height: 860px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#bbb), color-stop(50%, #fff), to(#fff));
  background-image: linear-gradient(0deg, #bbb 0%, #fff 50%, #fff 100%);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto 100%;
  overflow: hidden;
}

@media (max-width: 768px) {
  .p-top-hero {
    height: auto;
    padding: 42px 10px 10px;
  }
}

.p-top-hero__inner {
  width: 1200px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .p-top-hero__inner {
    width: auto;
  }
}

.p-top-hero__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  height: 860px;
  padding: 0 30px 180px;
}

@media (max-width: 768px) {
  .p-top-hero__item {
    display: block;
    height: auto;
    padding: 0;
  }
}

.p-top-hero__item .__pic {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

@media (max-width: 768px) {
  .p-top-hero__item .__pic {
    position: static;
    width: auto;
  }
}

.p-top-hero__item .__pic img {
  width: auto;
  height: 860px;
  vertical-align: bottom;
  -webkit-transition: -webkit-filter 1500ms;
  transition: -webkit-filter 1500ms;
  transition: filter 1500ms;
  transition: filter 1500ms, -webkit-filter 1500ms;
}

@media (max-width: 768px) {
  .p-top-hero__item .__pic img {
    height: auto;
  }
}

.p-top-hero__item .__bnr {
  display: block;
  width: 520px;
  text-align: center;
}

@media (max-width: 768px) {
  .p-top-hero__item .__bnr {
    width: auto;
    margin: 10px 0 0;
  }
}

.p-top-hero__item .__bnr a {
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.p-top-hero__item .__bnr a:hover {
  opacity: 0.8;
}

.p-top-hero__item .__bnr a img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
  -webkit-transition: -webkit-filter 1500ms;
  transition: -webkit-filter 1500ms;
  transition: filter 1500ms;
  transition: filter 1500ms, -webkit-filter 1500ms;
}

.p-top-bnr {
  padding: 50px 40px;
  background-color: #464646;
}

@media (max-width: 768px) {
  .p-top-bnr {
    padding: 30px 10px;
  }
}

.p-top-bnr__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

@media (max-width: 768px) {
  .p-top-bnr__list {
    gap: 10px;
  }
}

.p-top-bnr__list__item {
  background-color: #fff;
  font-size: 0;
}

.p-top-bnr__list__item a {
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.p-top-bnr__list__item a:hover {
  opacity: 0.8;
}

.p-top-hero .swiper-container {
  overflow: visible;
}

.p-top-hero .swiper-slide {
  opacity: 0;
  -webkit-transition: opacity 800ms ease;
  transition: opacity 800ms ease;
}

.p-top-hero .swiper-slide-active {
  opacity: 1;
}

.p-top-hero .swiper-pagination {
  padding: 0 20px;
  font-size: 0;
  line-height: 0;
}

@media (max-width: 768px) {
  .p-top-hero .swiper-pagination {
    padding: 14px 0;
  }
}

.p-top-hero .swiper-pagination-bullets {
  top: 95px;
  bottom: auto !important;
  text-align: right;
}

@media (max-width: 768px) {
  .p-top-hero .swiper-pagination-bullets {
    top: -42px;
    text-align: center;
  }
}

.p-top-hero .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}

.p-top-hero .swiper-pagination-bullet-active {
  background: #7C99F8;
}

.p-top-hero .swiper-buttons {
  position: absolute;
  z-index: 3;
  top: 40%;
  left: 50%;
  width: 1340px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 1340px) {
  .p-top-hero .swiper-buttons {
    left: 0;
    width: 100%;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.p-top-hero .swiper-button-prev, .p-top-hero .swiper-button-next {
  top: 0%;
  width: 50px;
  height: 84px;
  background-size: contain;
  -webkit-transition: 300ms;
  transition: 300ms;
}

@media (max-width: 768px) {
  .p-top-hero .swiper-button-prev, .p-top-hero .swiper-button-next {
    display: none;
  }
}

.p-top-hero .swiper-button-prev:hover, .p-top-hero .swiper-button-next:hover {
  opacity: 0.8;
}

.p-top-hero .swiper-button-prev:after, .p-top-hero .swiper-button-next:after {
  display: none;
}

.p-top-hero .swiper-button-prev {
  left: 0;
  background-image: url(../../img/ico_slider_prev.png);
}

.p-top-hero .swiper-button-next {
  right: 0;
  background-image: url(../../img/ico_slider_next.png);
}

/* =====================================================
 * Object/Utiliiy
 * =====================================================
*/
.u-alLpc {
  text-align: left;
}

.u-alCpc {
  text-align: center;
}

.u-alRpc {
  text-align: right;
}

@media (max-width: 768px) {
  .u-alLpc {
    text-align: inherit;
  }
  .u-alCpc {
    text-align: inherit;
  }
  .u-alRpc {
    text-align: inherit;
  }
  .u-alLsp {
    text-align: left;
  }
  .u-alCsp {
    text-align: center;
  }
  .u-alRsp {
    text-align: right;
  }
}

.u-fz5p {
  font-size: 5%;
}

@media (max-width: 768px) {
  .u-fz5p-sp {
    font-size: 5%;
  }
}

.u-fz10p {
  font-size: 10%;
}

@media (max-width: 768px) {
  .u-fz10p-sp {
    font-size: 10%;
  }
}

.u-fz15p {
  font-size: 15%;
}

@media (max-width: 768px) {
  .u-fz15p-sp {
    font-size: 15%;
  }
}

.u-fz20p {
  font-size: 20%;
}

@media (max-width: 768px) {
  .u-fz20p-sp {
    font-size: 20%;
  }
}

.u-fz25p {
  font-size: 25%;
}

@media (max-width: 768px) {
  .u-fz25p-sp {
    font-size: 25%;
  }
}

.u-fz30p {
  font-size: 30%;
}

@media (max-width: 768px) {
  .u-fz30p-sp {
    font-size: 30%;
  }
}

.u-fz35p {
  font-size: 35%;
}

@media (max-width: 768px) {
  .u-fz35p-sp {
    font-size: 35%;
  }
}

.u-fz40p {
  font-size: 40%;
}

@media (max-width: 768px) {
  .u-fz40p-sp {
    font-size: 40%;
  }
}

.u-fz45p {
  font-size: 45%;
}

@media (max-width: 768px) {
  .u-fz45p-sp {
    font-size: 45%;
  }
}

.u-fz50p {
  font-size: 50%;
}

@media (max-width: 768px) {
  .u-fz50p-sp {
    font-size: 50%;
  }
}

.u-fz55p {
  font-size: 55%;
}

@media (max-width: 768px) {
  .u-fz55p-sp {
    font-size: 55%;
  }
}

.u-fz60p {
  font-size: 60%;
}

@media (max-width: 768px) {
  .u-fz60p-sp {
    font-size: 60%;
  }
}

.u-fz65p {
  font-size: 65%;
}

@media (max-width: 768px) {
  .u-fz65p-sp {
    font-size: 65%;
  }
}

.u-fz70p {
  font-size: 70%;
}

@media (max-width: 768px) {
  .u-fz70p-sp {
    font-size: 70%;
  }
}

.u-fz75p {
  font-size: 75%;
}

@media (max-width: 768px) {
  .u-fz75p-sp {
    font-size: 75%;
  }
}

.u-fz80p {
  font-size: 80%;
}

@media (max-width: 768px) {
  .u-fz80p-sp {
    font-size: 80%;
  }
}

.u-fz85p {
  font-size: 85%;
}

@media (max-width: 768px) {
  .u-fz85p-sp {
    font-size: 85%;
  }
}

.u-fz90p {
  font-size: 90%;
}

@media (max-width: 768px) {
  .u-fz90p-sp {
    font-size: 90%;
  }
}

.u-fz95p {
  font-size: 95%;
}

@media (max-width: 768px) {
  .u-fz95p-sp {
    font-size: 95%;
  }
}

.u-fz100p {
  font-size: 100%;
}

@media (max-width: 768px) {
  .u-fz100p-sp {
    font-size: 100%;
  }
}

.u-fwb {
  font-weight: bold;
}

.u-fwn {
  font-weight: normal;
}

@media (max-width: 768px) {
  .u-fwb-sp {
    font-weight: bold;
  }
  .u-fwn-sp {
    font-weight: normal;
  }
}

.u-nowrap {
  overflow: hidden;
}

.u-breakall {
  word-break: break-all;
}

@media (max-width: 768px) {
  .u-pconly {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-sponly {
    display: none;
  }
}

.u-dib {
  display: inline-block;
}

/*# sourceMappingURL=maps/common.css.map */
