@charset "UTF-8";
.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.display-block {
  display: block;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}

.clear {
  clear: both;
}

/* show only  SP/PC
-------------------------------*/
.sp-only {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-only {
    /* sp */
    display: block !important;
  }
}

.sp-only-2 {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-only-2 {
    /* sp */
    display: inline-block !important;
  }
}

.pc-only {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc-only {
    /* sp */
    display: none !important;
  }
}

.pc-only-2 {
  display: inline-block !important;
}
@media screen and (max-width: 767px) {
  .pc-only-2 {
    /* sp */
    display: none !important;
  }
}

.xl-only {
  display: none;
}
@media screen and (min-width: 1481px) {
  .xl-only {
    /* xl */
    display: block;
  }
}

/* font
-------------------------------*/
.bold {
  font-weight: bold;
}

/* margin
-------------------------------*/
/* padding
-------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.4rem;
  color: #272626;
  -webkit-text-size-adjust: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}

input, textarea, select, button {
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

button {
  cursor: pointer;
  font-size: inherit;
}

/* for development */
pre {
  padding: 15px;
  background: #eee;
  font-size: 1.2rem;
  line-height: 1.2;
}

.l-body {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-body {
    /* pc */
    min-width: 1280px;
  }
}
.l-body.is-fixed {
  position: fixed;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 40px;
  background: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .l-header {
    /* pc */
    height: 145px;
    min-width: 1280px;
  }
}
.l-header__inner {
  padding: 7px 8%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    /* pc */

    padding: 0;
    width: 1280px;
    margin: 0 auto;
  }
}


.l-header__inner_top{
  margin: 0 auto;
  padding: 7px 8%;
}
.l-header__inner_top .l-header__menu .nav__link{
  height: 100%;
  padding: 10px 15px 10px 35px;
}
@media screen and (min-width: 768px){
  .l-header__inner_top{
    padding: 0;
    width: 100%;
  }
  .l-header__inner_top .l-header__menu{
    background: #D10536;
    margin: 1em 0 0 0;
  }
  .l-header__inner_top .l-header__menu .nav__link{
    color: #fff;
  }
  .l-header__inner_top .l-header__menu .nav__items{
    border-bottom: none;
  }
  .l-header__inner_top .l-header__menu .nav{
    padding-bottom: 0;
  }
}


.l-header__logo {
  width: 120px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    /* pc */
    width: 243px;
    padding-bottom: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .l-header__logo:hover {
    opacity: 0.7;
  }
}
.l-header__menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: auto;
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  height: calc(100vh - 40px);
  background: #D0121B;
  padding: 5px 8.6% 100px;
}
.is-menu-open .l-header__menu {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .l-header__menu {
    /* pc */
    opacity: 1;
    visibility: visible;
    position: static;
    width: auto;
    height: auto;
    background: transparent;
    overflow: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: end;
        align-self: flex-end;
    padding: 0;
  }
}
.l-header__link {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .l-header__link {
    /* pc */
    margin-top: 0;
    margin-left: 20px;
    padding-bottom: 47px;
  }
}


.l-header__bbiq_link {
  position: relative;
  top: auto;
  right: auto;
}
.l-header__bbiq_link a {
  color: #FFF;
  display: block;
  width: auto;
  height: auto;
  font-size: 1.5rem;
  font-size: 1.2rem;
  padding: 20px 10px 20px 40px;
  border: 1px solid #FFF;
  border-radius: 10px;
  margin-top: 20px;
}

.l-header__bbiq_link a br {
  display: block;
}

.l-header__bbiq_link a img {
  padding-bottom: 0;
  margin-right: .5em;
}
.l-header__bbiq_link a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 17px;
  background: url(../img/common/icon_blank_w.svg) no-repeat center center/contain;
}

.l-header__bbiq_character {
  display: block;
  max-width: 60px;
  position: absolute;
  bottom: 0;
  left: 10px;
}
@media screen and (min-width: 768px) {
.l-header__bbiq_character {
  display: block;
  max-width: 160px;
  position: absolute;
  left: auto;
  right: 200px;
}
}

@media screen and (min-width: 768px) {
  .l-header__bbiq_link {
    position: absolute;
    top: 0;
    right: 20px;
  }
  .l-header__bbiq_link a {
    color: #D0121B;
    margin-top: 0px;
    border-radius: 0;
    display: block;
    background: url(../img/common/btn_bbiq_site.svg) no-repeat center bottom;
    width: 168px;
    height: 77px;
    display: flex;
    font-size: 1.5rem;
    align-items: center;
    justify-content: center;
    line-height: 1.6;
    padding: 0;
  }
  .l-header__bbiq_link a br {
    display: inline-block;
  }
  .l-header__bbiq_link a img {
    padding-bottom: 1.4em;
    margin-right: .5em;
  }
  
}

.l-footer {
  border-top: 1px solid #C9C9C9;
}

.l-main {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .l-main {
    /* pc */
    padding-top: 127px;
  }
}

.l-wrapper {
  position: relative;
  width: calc(100% - 8% * 2);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-wrapper {
    /* pc */
    width: 1200px;
  }
}

@media screen and (min-width: 768px) {
  .l-pc-wrapper {
    /* pc */
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
  }
}

.l-page-content {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-page-content {
    /* pc */
    padding-bottom: 160px;
  }
}

@-webkit-keyframes scroll-bar {
  0% {
    height: 0;
    bottom: inherit;
    top: 68px;
  }
  40% {
    height: 150px;
    bottom: inherit;
    top: 68px;
  }
  41% {
    height: 150px;
    bottom: 0;
    top: inherit;
  }
  80% {
    height: 0;
    bottom: 0;
    top: inherit;
  }
  100% {
    height: 0;
    bottom: 0;
    top: inherit;
  }
}

@keyframes scroll-bar {
  0% {
    height: 0;
    bottom: inherit;
    top: 68px;
  }
  40% {
    height: 150px;
    bottom: inherit;
    top: 68px;
  }
  41% {
    height: 150px;
    bottom: 0;
    top: inherit;
  }
  80% {
    height: 0;
    bottom: 0;
    top: inherit;
  }
  100% {
    height: 0;
    bottom: 0;
    top: inherit;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* modules */
@media screen and (min-width: 768px) {
  .nav {
    /* pc */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 10px;
    margin: 0 auto;
  }
}
.nav__items {
  border-bottom: 1px solid #FFFFFF;
}
.nav__item:not(:first-of-type) {
  border-top: 1px solid #FFFFFF;
}
@media screen and (min-width: 768px) {
  .nav__items {
    /* pc */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav__item:not(:first-of-type){
    border-top: none;
  }
}
@media screen and (min-width: 768px) {
  .nav__item--child {
    /* pc */
  }
  .nav__item--child:hover .nav__child {
    opacity: 1;
    visibility: visible;
  }
}
.nav__link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 10px 12px 32px;
  font-size: 1.2rem;
  line-height: 1.46;
  letter-spacing: 0.06em;
  color: #FFFFFF;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .nav__link {
    /* pc */
    color: #272626;
    padding: 15px 15px 5px 45px;
    font-size: 1.5rem;
    letter-spacing: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .nav__link:hover {
    color: #D0121B;
  }
}

@media screen and (min-width: 768px){
  .nav__link .pc-only{
    display: block;
  }
}
.nav__link .pc-only{
  display: none;
}
@media screen and (min-width: 768px) {

  .nav__item--child .nav__link::after {
    content: "";
    display: inline-block;
    border-right: 5px solid transparent;
    border-top: 7px solid #D0121B;
    border-left: 5px solid transparent;
    margin-right: 5px;
    vertical-align: middle;
    margin: .5em 0 0 .5em;
  }
  .l-header__link.nav__item--child .header-link{
    position: relative;
  }
  .l-header__link.nav__item--child .header-link:before {
    content: "";
    display: block;
    position: absolute;
    top: 72px;
    left: 50%;
    transform: translateY(-50%);
    border-right: 5px solid transparent;
    border-top: 7px solid #FFF;
    border-left: 5px solid transparent;
    margin-right: 5px;
  }
}
.nav__link::before {
  content: "";
  /* position: absolute; */
  /* top: 50%; */
  /* left: 2px; */
  /* -webkit-transform: translateY(-50%);
          transform: translateY(-50%); */
  display: inline-block;
  width: 20px;
  height: 17px;
  vertical-align: middle;
  margin-right: 8px;
}
@media screen and (min-width: 768px) {
  .nav__link::after {
    /* pc */
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}


.nav__link--deco00::before {
  background: url(../img/common/icon_20th_white.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .nav__link--deco00::before {
    /* pc */
    background: url(../img/common/icon_20th_red.svg) no-repeat center center/contain;
    width: 57px;
    height: 38px;
  }
}

.nav__link--deco01::before {
  background: url(../img/common/icon_memo_white.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .nav__link--deco01::before {
    /* pc */
    background: url(../img/common/icon_memo_red.svg) no-repeat center center/contain;
    width: 38px;
    height: 31px;
    top: 53%;
  }
}
.l-header__inner_top .nav__link--deco01::before {
  background: url(../img/common/icon_memo_white.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .l-header__inner_top .nav__link--deco01::before {
    /* pc */
    background: url(../img/common/icon_memo_white.svg) no-repeat center center/contain;
    width: 38px;
    height: 31px;
    top: 53%;
  }
}



.nav__link--deco02::before {
  background: url(../img/common/icon_present_white.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .nav__link--deco02::before {
    /* pc */
    background: url(../img/common/icon_present_white.svg) no-repeat center center/contain;
    width: 26px;
    height: 31px;
  }
}
.nav__link--deco03::before {
  background: url(../img/common/icon_camera_white.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .nav__link--deco03::before {
    /* pc */
    background: url(../img/common/icon_camera_white.svg) no-repeat center center/contain;
    width: 31px;
    height: 27px;
  }
}


.nav__link--deco04::before {
  background: url(../img/common/icon_mail_white.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .nav__link--deco04::before {
    /* pc */
    background: url(../img/common/icon_mail_red.svg) no-repeat center center/contain;
    width: 28px;
    height: 30px;
  }
}
.l-header__inner_top .nav__link--deco04::before {
  background: url(../img/common/icon_mail_white.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .l-header__inner_top .nav__link--deco04::before {
    /* pc */
    background: url(../img/common/icon_mail_white.svg) no-repeat center center/contain;
    width: 28px;
    height: 30px;
  }
}

.nav__link--deco05::before {
  background: url(../img/common/icon_line_white.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .nav__link--deco05::before {
    /* pc */
    background: url(../img/common/icon_line_red.svg) no-repeat center center/contain;
    width: 35px;
    height: 33px;
  }
}
.l-header__inner_top .nav__link--deco05::before {
  background: url(../img/common/icon_line_white.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .l-header__inner_top .nav__link--deco05::before {
    /* pc */
    background: url(../img/common/icon_line_white.svg) no-repeat center center/contain;
    width: 35px;
    height: 33px;
  }
}


.nav__link--deco06::before {
  background: url(../img/common/icon_art_white.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .nav__link--deco06::before {
    /* pc */
    background: url(../img/common/icon_art_white.svg) no-repeat center center/contain;
    width: 57px;
    height: 38px;
  }
}
.nav__link--deco07::before {
  background: url(../img/common/icon_shop_white.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .nav__link--deco07::before {
    /* pc */
    background: url(../img/common/icon_shop_white.svg) no-repeat center center/contain;
    width: 30px;
    height: 28px;
  }
}
.nav__link--deco08::before {
  background: url(../img/common/icon_event_white.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .nav__link--deco08::before {
    /* pc */
    background: url(../img/common/icon_event_white.svg) no-repeat center center/contain;
    width: 26px;
    height: 36px;
  }
}
.nav__link--deco09::before {
  background: url(../img/common/icon_bco_white.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .nav__link--deco09::before {
    /* pc */
    background: url(../img/common/icon_bco_white.svg) no-repeat center center/contain;
    width: 22px;
    height: 28px;
  }
}
.nav__link--deco10::before {
  background: url(../img/common/icon_room_white.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .nav__link--deco10::before {
    /* pc */
    background: url(../img/common/icon_room_white.svg) no-repeat center center/contain;
    width: 40px;
    height: 42px;
  }
}

.nav__child {
  padding: 10px 0 12px;
  border-top: 1px solid #FFFFFF;
}
@media screen and (min-width: 768px) {
  .nav__child {
    /* pc */
    position: absolute;
    top: calc(100% - 0px);
    border-top: none;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: rgba(208, 18, 27, 0.9);
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}
.nav__child__item {
  padding-left: 35px;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .nav__child__item {
    /* pc */
    padding-left: 0;
    padding: 10px;
    margin-bottom: 10px;
    width: 25%;
  }
  .nav__link--deco04 + .nav__child .nav__child__item {
    max-width: 160px;
  }
  .nav__link--deco01 + .nav__child .nav__child__item:last-child {
    /* pc */
    margin-left: auto;
  }

}


.nav__child__link {
  position: relative;
  color: #FFFFFF;
  font-size: 0.9rem;
  line-height: 1.444;
  font-weight: 700;
  padding-left: 10px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .nav__child__link {
    /* pc */
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding-left: 20px;
    font-size: 1.6rem;
  }
  .nav__child__link:hover {
    opacity: 0.8;
  }
}
.nav__child__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 3px solid transparent;
  border-left: 4px solid #FFFFFF;
  border-bottom: 3px solid transparent;
}
@media screen and (min-width: 768px) {
  .nav__child__link::before {
    /* pc */
    border-width: 5px 0 5px 6px;
  }
}

.menu-btn {
  position: fixed;
  top: 0;
  right: 0;
  width: 55px;
  height: 40px;
  background: transparent;
  border: none;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
  z-index: 101;
  text-align: center;
  background: #D0121B;
}
@media screen and (min-width: 768px) {
  .menu-btn {
    /* pc */
    display: none;
  }
}
.menu-btn__icon {
  position: absolute;
  top: 9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
  height: 12px;
  display: block;
}
.menu-btn__icon span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 0;
}
.menu-btn__icon span:nth-of-type(1) {
  top: 0;
}
.menu-btn__icon span:nth-of-type(2) {
  top: 50%;
}
.menu-btn__icon span:nth-of-type(3) {
  top: 100%;
}
.is-menu-open .menu-btn__icon span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.is-menu-open .menu-btn__icon span:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.is-menu-open .menu-btn__icon span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu-btn__text {
  position: absolute;
  bottom: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0.7);
          transform: translateX(-50%) scale(0.7);
  width: 100%;
  font-size: 1rem;
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

.header-link {
  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;
  padding: 12px 10px;
  background: #D0121B;
  color: #FFF;
  border: 1px solid #FFF;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
.nav__item--child .header-link {
  background: #FFFFFF;
  color: #D0121B;
}
.nav__item--child .nav__child {
  border-top: none;
}
.nav__child p{
  font-size: 0.9rem;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 8px;
  padding-left: 35px;
}
@media screen and (min-width: 768px) {
  .header-link {
    /* pc */
    padding: 17px 10px;
    background: #FFF;
    color: #D0121B;
    font-size: 1.5rem;
    line-height: 1.625;
    border-radius: 16px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
    border: 1px solid #D0121B;
  }
  .nav__item--child .header-link {
    /* pc */
    padding: 17px 10px;
    background: #D0121B;
    color: #FFFFFF;
    font-size: 1.5rem;
    line-height: 1.625;
    border-radius: 16px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
  }
  .header-link:hover {
    opacity: 0.8;
  }
  .nav__child p{
    font-size: 2rem;
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
}

.footer {
  padding: 18px 0 0;
}
@media screen and (min-width: 768px) {
  .footer {
    /* pc */
    padding: 60px 0 0;
  }
}
.footer__copyright {
  display: block;
  background: #272626;
  color: #ffffff;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 12px 0;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    /* pc */
    font-size: 1.1rem;
    letter-spacing: 0.2em;
    padding: 22px 0;
  }
}

.footer-links {
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .footer-links {
    /* pc */
    padding-bottom: 38px;
  }
}
.footer-links__qtnet {
  display: block;
  width: 107px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 23px;
}
@media screen and (min-width: 768px) {
  .footer-links__qtnet {
    /* pc */
    width: 214px;
    margin-bottom: 70px;
  }
}
.footer-links__items {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -8px;
  margin-right: -8px;
}
@media screen and (min-width: 768px) {
  .footer-links__items {
    /* pc */
    margin-left: -19px;
    margin-right: -19px;
    -ms-flex-wrap:nowrap;
    flex-wrap: nowrap;
  
  }
}
.footer-links__item {
  margin-bottom: 18px;
  margin-left: 8px;
  margin-right: 8px;
}
@media screen and (min-width: 768px) {
  .footer-links__item {
    /* pc */
    margin-left: 19px;
    margin-right: 19px;
  }
}
.footer-links__item a {
  display: block;
}
@media screen and (min-width: 768px) {
  .footer-links__item a {
    /* pc */
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .footer-links__item a:hover {
    opacity: 0.8;
  }
}
.footer-links__item--1 {
  width: 63px;
}
@media screen and (min-width: 768px) {
  .footer-links__item--1 {
    /* pc */
    width: 106px;
  }
}
.footer-links__item--2 {
  width: 63px;
}
@media screen and (min-width: 768px) {
  .footer-links__item--2 {
    /* pc */
    width: 113px;
  }
}
.footer-links__item--3 {
  width: 67.5px;
}
@media screen and (min-width: 768px) {
  .footer-links__item--3 {
    /* pc */
    width: 123px;
  }
}
.footer-links__item--4 {
  width: 72.5px;
}
@media screen and (min-width: 768px) {
  .footer-links__item--4 {
    /* pc */
    width: 132px;
  }
}
.footer-links__item--5 {
  width: 81px;
}
@media screen and (min-width: 768px) {
  .footer-links__item--5 {
    /* pc */
    width: 148px;
  }
}
.footer-links__item--6 {
  width: 65px;
}
@media screen and (min-width: 768px) {
  .footer-links__item--6 {
    /* pc */
    width: 120px;
  }
}
.footer-links__item--7 {
  width: 35px;
}
@media screen and (min-width: 768px) {
  .footer-links__item--7 {
    /* pc */
    width: 63px;
  }
}

.footer-links__item--8 {
  width: 75px;
}
@media screen and (min-width: 768px) {
  .footer-links__item--8 {
    /* pc */
    width: 172px;
  }
}

.footer-navi {
  border-top: 1px solid #C9C9C9;
}
@media screen and (min-width: 768px) {
  .footer-navi {
    /* pc */
    padding: 33px 0;
  }
}
@media screen and (min-width: 768px) {
  .footer-navi__list {
    /* pc */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer-navi__item {
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .footer-navi__item {
    /* pc */
    border-top: none;
    font-size: 1.7rem;
    position: relative;
  }
}
.footer-navi__item:not(:last-child) {
  border-bottom: 1px solid #C9C9C9;
}
@media screen and (min-width: 768px) {
  .footer-navi__item:not(:last-child) {
    /* pc */
    border-bottom: none;
  }
  .footer-navi__item:not(:last-child)::before {
    content: "";
    width: 2px;
    height: 20px;
    display: block;
    background: #272626;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.footer-navi__item a {
  display: block;
  text-decoration: none;
  padding: 12px 33px 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer-navi__item a {
    /* pc */
    padding: 0 19px;
  }
}
.footer-navi__item a::before {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  border-top: 1px solid #D0121B;
  border-right: 1px solid #D0121B;
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .footer-navi__item a::before {
    /* pc */
    content: none;
  }
}

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 10;
  display: block;
  width: 35px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .pagetop {
    /* pc */
    width: 53px;
    bottom: 5vh;
  }
}
.pagetop.is-visible {
  opacity: 1;
  visibility: visible;
}
.pagetop img {
  display: block;
  width: 100%;
}

.text {
  font-size: 1.2rem;
  line-height: 1.59;
  font-weight: 700;
  letter-spacing: 0.024em;
}
@media screen and (min-width: 768px) {
  .text {
    /* pc */
    font-size: 1.7rem;
    line-height: 2.06;
    letter-spacing: 0.032em;
  }
}
.text--center {
  text-align: center;
}

.heading-1 {
  text-align: center;
}
.heading-1--white {
  color: #FFFFFF;
}
.heading-1__sub {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .heading-1__sub {
    /* pc */
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
}
.heading-1__sub--mbsm {
  margin-bottom: -3px;
}
@media screen and (min-width: 768px) {
  .heading-1__sub--mbsm {
    /* pc */
    margin-bottom: 0;
  }
}
.heading-1__main {
  display: block;
  font-size: 3rem;
  line-height: 1.2;
  font-family: "Caveat", cursive;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .heading-1__main {
    /* pc */
    font-size: 6rem;
  }
}
.heading-1__icon {
  display: block;
  width: 14px;
  margin: 3px auto 0;
}
@media screen and (min-width: 768px) {
  .heading-1__icon {
    /* pc */
    width: 26px;
    margin-top: 11px;
  }
}
.heading-1__icon--sm {
  width: 11px;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .heading-1__icon--sm {
    /* pc */
    width: 21px;
    height: 25px;
  }
}
@media screen and (min-width: 768px) {
  .heading-1__icon--pc-w40 {
    /* pc */
    width: 40px;
  }
}
.heading-1__icon img {
  display: block;
  width: 100%;
}

.heading-2 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: #D0121B;
  color: #ffffff;
  padding: 14px 18px 14px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .heading-2 {
    /* pc */
    font-size: 2.6rem;
    padding: 19px 25px;
    margin-bottom: 46px;
  }
}

.heading-3 {
  position: relative;
  padding-left: 24px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .heading-3 {
    /* pc */
    padding: 5px 0;
    padding-left: 34px;
    font-size: 2.4rem;
    display: inline-block;
    line-height: 2;
    margin-bottom: 40px;
  }
}
.heading-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background: #D0121B;
  border-radius: 0 0 10px 0;
}
@media screen and (min-width: 768px) {
  .heading-3::before {
    /* pc */
    width: 15px;
  }
}
.heading-3--sm {
  margin-bottom: 28px;
}
.heading-3--camera::after {
  content: "";
  width: 43px;
  height: 32px;
  display: block;
  background: url(../img/common/deco_camera.svg) no-repeat center/contain;
  position: absolute;
  top: 5px;
  right: 10px;
}
@media screen and (min-width: 768px) {
  .heading-3--camera::after {
    /* pc */
    width: 87px;
    height: 64px;
    top: 0px;
    right: auto;
    left: calc(100% + 15px);
  }
}
.heading-3--phone::after {
  content: "";
  width: 33px;
  height: 48px;
  display: block;
  background: url(../img/common/deco_phone.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 10px;
}
@media screen and (min-width: 768px) {
  .heading-3--phone::after {
    /* pc */
    width: 58px;
    height: 84px;
    top: -15px;
    right: auto;
    left: calc(100% + 15px);
  }
}

.heading-4 {
  position: relative;
}
.heading-4__main {
  display: block;
  padding: 10px 90px 10px 19px;
  color: #FFFFFF;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: #ccc;
}
@media screen and (min-width: 768px) {
  .heading-4__main {
    /* pc */
    padding: 25px 230px 25px 36px;
    font-size: 2.4rem;
  }
}
.heading-4--blue .heading-4__main {
  background: #003E53;
}
.heading-4--green .heading-4__main {
  background: #2C5E32;
}
.heading-4--orange .heading-4__main {
  background: #F9A75F;
}
.heading-4__deco {
  position: absolute;
  top: 50%;
  right: calc(-8% - 5px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 122px;
  margin-top: -8px;
}
@media screen and (min-width: 768px) {
  .heading-4__deco {
    /* pc */
    right: -24px;
    width: 230px;
    margin-top: -20px;
  }
}

.button-1 {
  position: relative;
  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;
  padding: 15px 40px 15px 40px;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.423;
  letter-spacing: 0.1em;
  border: 1px solid #D0121B;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #FFF;
}
@media screen and (min-width: 768px) {
  .button-1 {
    /* pc */
    padding: 16px 70px 16px 52px;
    font-size: 1.7rem;
  }
  .button-1:hover span::before {
    right: 1px;
  }
  .button-1:hover span::after {
    right: 0px;
  }
}
.button-1::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .button-1::after {
    /* pc */
    width: 24px;
    height: 24px;
    right: 26px;
  }
}
.button-1 span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 1px;
  background: #FFFFFF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .button-1 span::before {
    /* pc */
    right: 40px;
    width: 32px;
  }
}
.button-1 span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 3px solid transparent;
  border-left: 3px solid #FFFFFF;
  border-bottom: 3px solid transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .button-1 span::after {
    /* pc */
    right: 39px;
    border-width: 4px 0 4px 4px;
  }
}
@media screen and (max-width: 767px) {
  .button-1--sp-sm {
    /* sp */
    padding: 11px 40px 12px 40px;
    width: 81.9%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .button-1--sp-sm-2 {
    /* sp */
    padding: 14px 40px 14px 40px;
    width: 81.9%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .button-1--pc-w322 {
    /* pc */
    width: 322px;
  }
}
@media screen and (min-width: 768px) {
  .button-1--pc-w254 {
    /* pc */
    width: 254px;
  }
}
@media screen and (min-width: 768px) {
  .button-1--pc-w300 {
    /* pc */
    width: 300px;
  }
}
@media screen and (min-width: 768px) {
  .button-1--pc-w435 {
    /* pc */
    width: 435px;
  }
}
@media screen and (min-width: 768px) {
  .button-1--pc-w460 {
    /* pc */
    width: 460px;
  }
}
@media screen and (min-width: 768px) {
  .button-1--pc-w830 {
    /* pc */
    width: 830px;
  }
}
@media screen and (min-width: 768px) {
  .button-1--pc-center {
    /* pc */
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .button-1--pc-pdsm {
    /* pc */
    padding: 16px 65px 16px 18px;
  }
}
.button-1--prlg {
  padding-right: 48px;
  padding-left: 35px;
}
@media screen and (min-width: 768px) {
  .button-1--prlg {
    /* pc */
    padding-right: 60px;
  }
}
@media screen and (min-width: 768px) {
  .button-1--pc-prlg {
    /* pc */
    padding-right: 70px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .button-1--pc-plg {
    /* pc */
    padding-top: 21px;
    padding-bottom: 21px;
  }
}
@media screen and (min-width: 768px) {
  .button-1--pc-pxl {
    /* pc */
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .button-1--pc-h85 {
    /* pc */
    padding-top: 26px;
    padding-bottom: 26px;
  }
}
@media screen and (min-width: 768px) {
  .button-1--pc-w520 {
    /* pc */
    width: 520px;
  }
}
@media screen and (min-width: 768px) {
  .button-1--pc-fslg {
    /* pc */
    font-size: 2.2rem;
  }
}
.button-1--sitemap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 19px;
  font-size: 1.5rem;
  padding: 14px 7%;
}
@media screen and (min-width: 768px) {
  .button-1--sitemap {
    /* pc */
    height: 78px;
    padding-left: 36px;
    font-size: 2.4rem;
  }
}
.button-1--line {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .button-1--line {
    /* pc */
    font-size: 2.2rem;
    padding: 48px 135px;
  }
}
.button-1--bg-red {
  background: #D0121B;
  color: #FFFFFF;
}
.button-1--bg-red::after {
  border-color: #FFFFFF;
}
.button-1--bg-red span::before {
  background: #FFFFFF;
}
.button-1--bg-red span::after {
  border-left-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .button-1--bg-red {
    /* pc */
  }
  .button-1--bg-red:hover {
    background: #FFFFFF;
    color: #D0121B;
  }
  .button-1--bg-red:hover::after {
    border-color: #D0121B;
  }
  .button-1--bg-red:hover span::before {
    background: #D0121B;
  }
  .button-1--bg-red:hover span::after {
    border-left-color: #D0121B;
  }
}
.button-1--bg-white {
  background: #ffffff;
  border-color: #ffffff;
}
.button-1--bg-white::after {
  border-color: #D0121B;
}
.button-1--bg-white span::before {
  background: #D0121B;
}
.button-1--bg-white span::after {
  border-left-color: #D0121B;
}
@media screen and (min-width: 768px) {
  .button-1--bg-white {
    /* pc */
  }
  .button-1--bg-white:hover {
    background: none;
    color: #ffffff;
  }
  .button-1--bg-white:hover::after {
    border-color: #ffffff;
  }
  .button-1--bg-white:hover span::before {
    background: #ffffff;
  }
  .button-1--bg-white:hover span::after {
    border-left-color: #ffffff;
  }
}
.button-1--frame::after {
  border-color: #D0121B;
}
.button-1--frame span::before {
  background: #D0121B;
}
.button-1--frame span::after {
  border-left-color: #D0121B;
}
@media screen and (min-width: 768px) {
  .button-1--frame {
    /* pc */
  }
  .button-1--frame:hover {
    background: #D0121B;
    color: #FFFFFF;
  }
  .button-1--frame:hover::after {
    border-color: #FFFFFF;
  }
  .button-1--frame:hover span::before {
    background: #FFFFFF;
  }
  .button-1--frame:hover span::after {
    border-left-color: #FFFFFF;
  }
}
.button-1--bg-white {
  border-color: #FFFFFF;
  background: #FFFFFF;
}
.button-1--bg-white::after {
  border-color: #D0121B;
}
.button-1--bg-white span::before {
  background: #D0121B;
}
.button-1--bg-white span::after {
  border-left-color: #D0121B;
}
@media screen and (min-width: 768px) {
  .button-1--bg-white {
    /* pc */
  }
  .button-1--bg-white:hover {
    background: #D0121B;
    color: #FFFFFF;
    border-color: #D0121B;
  }
  .button-1--bg-white:hover::after {
    border-color: #FFFFFF;
  }
  .button-1--bg-white:hover span::before {
    background: #FFFFFF;
  }
  .button-1--bg-white:hover span::after {
    border-left-color: #FFFFFF;
  }
}
@media screen and (min-width: 768px) {
  .button-1--bd-white {
    /* pc */
  }
  .button-1--bd-white:hover {
    border-color: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  .button-1--text-pc-lg {
    /* pc */
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) {
  .button-1--deco-lg::after {
    /* pc */
    width: 30px;
    height: 30px;
    right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .button-1--deco-lg span::before {
    /* pc */
    width: 40px;
    right: 48px;
  }
}
@media screen and (min-width: 768px) {
  .button-1--deco-lg span::after {
    /* pc */
    border-width: 4px 0 4px 6px;
    right: 46px;
  }
}

.present-btn {
  position: relative;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .present-btn {
    /* pc */
    width: 807px;
  }
}
.present-btn a {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  padding-top: 23%;
  background: url(../img/common/btn_present_orange_sp_end.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .present-btn a {
    /* pc */
    padding-top: 17.4%;
    background: url(../img/common/btn_present_orange_pc_end.png) no-repeat center center/contain;
  }
}

.present-btn a::before {
  background: url(../img/common/btn_present_orange_end.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .present-btn a::before {
    /* pc */
	  background: url(../img/common/btn_present_orange_end.png) no-repeat center center/contain;
  }
}
.present-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.present-btn a:hover::before {
  opacity: 1;
}:
.present-btn--orange a {
  background: url(../img/common/btn_present_orange_sp_end.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .present-btn--orange a {
    /* pc */
    background: url(../img/common/btn_present_orange_pc_end.png) no-repeat center center/contain;
  }
}
.present-btn--orange a::before {
  background: url(../img/common/btn_present_orange_sp_hover_end.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .present-btn--orange a::before {
    /* pc */
    background: url(../img/common/btn_present_orange_pc_hover_end.png) no-repeat center center/contain;
  }
}

.article-list-1 {
  color: #FFFFFF;
}
.article-list-1__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .article-list-1__item {
    /* pc */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.article-list-1__item:not(:last-of-type) {
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .article-list-1__item:not(:last-of-type) {
    /* pc */
    margin-bottom: 18px;
  }
}
.article-list-1__date {
  width: 90px;
  padding-right: 5px;
  margin-top: 3px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .article-list-1__date {
    /* pc */
    width: 140px;
    font-size: 1.7rem;
  }
}
.article-list-1__main {
  width: calc(100% - 80px);
}
@media screen and (min-width: 768px) {
  .article-list-1__main {
    /* pc */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 680px;
  }
}
.article-list-1__category {
  margin-bottom: 6px;
  display: inline-block;
  font-size: 1rem;
  background: #FFFFFF;
  padding: 4px 15px;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .article-list-1__category {
    /* pc */
    -webkit-transition: 0.4s;
    transition: 0.4s;
    min-width: 50px;
    margin-bottom: 0;
    margin-right: 15px;
    padding: 6px 21px;
    font-size: 1.3rem;
  }
  .article-list-1__category:hover {
    opacity: 0.8;
  }
}
.article-list-1__category.cat-news {
  color: #D0121B;
}
.article-list-1__category.cat-event {
  color: #0753B7;
}
.article-list-1__title {
  display: block;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .article-list-1__title {
    /* pc */
    font-size: 1.7rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .article-list-1__title:hover {
    opacity: 0.8;
  }
}

.pagetitle {
  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: 108px;
  background: #F1F1F1;
  border-radius: 0 0 0 20px;
}
@media screen and (min-width: 768px) {
  .pagetitle {
    /* pc */
    height: 215px;
    border-radius: 0 0 0 40px;
  }
}
.pagetitle__content {
  position: relative;
  padding-bottom: 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pagetitle__content {
    /* pc */
    padding-bottom: 33px;
  }
}
.pagetitle__content::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 26px;
  height: 30px;
}
.pagetitle__content--info::after {
  width: 23px;
  bottom: -3px;
  height: 25px;
  background: url(../img/common/icon_speaker_red.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .pagetitle__content--info::after {
    /* pc */
    width: 36px;
    height: 40px;
    bottom: -7px;
  }
}
.pagetitle__content--movie::after {
  width: 28px;
  bottom: -5px;
  height: 26px;
  background: url(../img/common/icon_camera_red.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .pagetitle__content--movie::after {
    /* pc */
    width: 43px;
    height: 39px;
    bottom: -7px;
  }
}
.pagetitle__content--photo::after {
  width: 24px;
  bottom: -5px;
  height: 25px;
  background: url(../img/common/icon_photo_red.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .pagetitle__content--photo::after {
    /* pc */
    width: 38px;
    height: 40px;
    bottom: -7px;
  }
}
.pagetitle__content--art::after {
  width: 24px;
  bottom: -5px;
  height: 25px;
  background: url(../img/common/icon_art_red.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .pagetitle__content--art::after {
    /* pc */
    width: 38px;
    height: 40px;
    bottom: -7px;
  }
}
.pagetitle__content--present::after {
  width: 24px;
  bottom: -5px;
  height: 25px;
  background: url(../img/common/icon_present_red.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .pagetitle__content--present::after {
    /* pc */
    width: 37px;
    height: 42px;
    bottom: -7px;
  }
}
.pagetitle__content--sitemap::after {
  width: 32px;
  bottom: -1px;
  height: 23px;
  background: url(../img/common/icon_writing_red.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .pagetitle__content--sitemap::after {
    /* pc */
    width: 54px;
    height: 36px;
    bottom: -1px;
  }
}
.pagetitle__content--feature::after {
  width: 23px;
  height: 22px;
  bottom: -1px;
  background: url(../img/common/icon_memo_red.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .pagetitle__content--feature::after {
    /* pc */
    width: 47px;
    height: 40px;
    bottom: -3px;
  }
}
.pagetitle__content--line::after {
  width: 23px;
  height: 22px;
  bottom: -1px;
  background: url(../img/common/icon_line_red.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .pagetitle__content--line::after {
    /* pc */
    width: 47px;
    height: 45px;
    bottom: -6px;
  }
}
.pagetitle__jp {
  font-size: 0.7rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.pagetitle__content--20th::after {
  width: 28px;
  bottom: -5px;
  height: 26px;
  background: url(../img/common/icon_20th_red_2.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .pagetitle__content--20th::after {
    /* pc */
    width: 65px;
    height: 39px;
    bottom: -7px;
  }
}
@media screen and (min-width: 768px) {
  .pagetitle__jp {
    /* pc */
    font-size: 1.4rem;
  }
}
.pagetitle__en {
  font-family: "Caveat", cursive;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .pagetitle__en {
    /* pc */
    font-size: 6rem;
  }
}

.breadcrumbs {
  padding-top: 10px;
  padding-bottom: 20px;
  width: 116%;
  margin-left: -8%;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    /* pc */
    padding: 28px 0 50px;
    width: 100%;
    margin-left: 0;
  }
}
.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .breadcrumbs ul {
    /* pc */
    display: block;
    overflow: visible;
  }
}
.breadcrumbs ul li {
  display: inline;
  font-size: 0.85rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.032em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .breadcrumbs ul li {
    /* pc */
    font-size: 1.7rem;
    white-space: normal;
  }
}
.breadcrumbs ul li:not(:last-of-type)::after {
  content: "";
  width: 4px;
  height: 4px;
  position: relative;
  top: -1px;
  border-top: 1px solid #D0121B;
  border-right: 1px solid #D0121B;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .breadcrumbs ul li:not(:last-of-type)::after {
    /* pc */
    width: 8px;
    height: 8px;
    border-width: 2px;
    top: -1px;
    margin-left: 11px;
    margin-right: 10px;
  }
}

.article-back {
  margin-top: 38px;
}
@media screen and (min-width: 768px) {
  .article-back {
    /* pc */
    margin-top: 49px;
  }
}
@media screen and (min-width: 768px) {
  .article-back--mtlg {
    /* pc */
    margin-top: 95px;
  }
}

.line-install {
  position: relative;
  padding-left: 3px;
}
@media screen and (min-width: 768px) {
  .line-install {
    /* pc */
    padding-left: 0;
  }
}
.line-install__bg img {
  display: block;
  width: 100%;
}
.line-install__link {
  position: absolute;
}
.line-install__link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.line-install__link a:hover {
  opacity: 0.7;
}
.line-install__link--01 {
  top: 50%;
  left: 47%;
  display: block;
  width: 30%;
}
@media screen and (min-width: 768px) {
  .line-install__link--01 {
    /* pc */
    top: 30%;
    left: 53%;
    width: 12.4%;
  }
}
.line-install__link--01 a {
  padding-top: 37%;
  background: url(../img/common/btn_appstore.png) no-repeat center center/contain;
}
.line-install__link--02 {
  top: 72%;
  left: 47%;
  display: block;
  width: 37%;
}
@media screen and (min-width: 768px) {
  .line-install__link--02 {
    /* pc */
    top: 30%;
    left: 81%;
    width: 16%;
  }
}
.line-install__link--02 a {
  padding-top: 30%;
  background: url(../img/common/btn_googleplay.png) no-repeat center center/contain;
}
/*# sourceMappingURL=common.css.map */
.present__end {
  position: absolute;
  bottom: 7.5%;
  left: 3%;
  display: block;
  width: 95%;
}
@media screen and (min-width: 768px) {
  .present__end {
    /* pc */
    left: 50%;
    bottom: 12.7%;
    width: 67.5%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.present__end p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  padding-top: 23%;
  background: url(/bbiqlife/img/common/btn_present_orange_sp_end.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .present__end p {
    /* pc */
    background: url(../../img/common/btn_present_orange_pc_end.png) no-repeat center center/contain;
  }
}







/* article-list */


.article-list {
  background: #F1F1F1;
  padding: 20px 0;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .article-list {
    /* pc */
    margin-bottom: 0;
  }
}
.article-list .heading-article {
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  padding: 0 0 1.5em;
  margin: 1em 0 2em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .article-list .heading-article {
    /* pc */
    margin: 2em 0 3em;
    font-size: 2.4rem;
  }
}
.article-list .heading-article:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 4px;
  background: #D0121B;
}
@media screen and (min-width: 768px) {
  .article-list .heading-article:before {
    /* pc */
    width: 66px;
    height: 7px;
  }
}
.article-list .article__heading {
  margin-bottom: 43px;
}
@media screen and (min-width: 768px) {
  .article-list .article__heading {
    /* pc */
    margin-bottom: 75px;
  }
}
.article-list .article__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: -142px;
}
@media screen and (min-width: 768px) {
  .article-list .article__items {
    /* pc */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: center;
    margin-bottom: -142px;
    padding-bottom: 40px;
  }
}
.article-list .article__item {
  width: calc(50% - 10px);
  margin-bottom: 142px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .article-list .article__item {
    /* pc */
    width: calc(25% - 20px);
    margin:0 10px 142px;
  }
}
@media screen and (max-width: 767px) {
  .article-list .article__item:not(:last-of-type) {
    /* sp */
    margin-bottom: 30px;
  }
}
.article-list .article__image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 68%;
  margin-bottom: 10px;
  border-radius: 0 0 0 19px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .article-list .article__image {
    /* pc */
    margin-bottom: 10px;
    border-radius: 0 0 0 38px;
  }
  .article-list .article__image:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.article-list .article__image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.article-list .article__image--border {
  border: 1px solid #707070;
}
.article-list .article__image img {
  display: block;
}
.article-list .article__title {
  margin-bottom: 0px;
  font-size: 1.3rem;
  line-height: 1.46;
  font-weight: 700;
  letter-spacing: 0.032em;
  padding: 0.5rem 0;
  text-decoration: underline;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .article-list .article__title {
    /* pc */
    font-size: 2.0rem;
    letter-spacing: 0.1em;
    margin-bottom: 19px;
  }
}
.article-list .article__button {
  margin-top: 30px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .article-list .article__button {
    /* pc */
    margin-top: 0px;
  }
}
.article-list .article__badge {
  position: absolute;
  top: -10px;
  left: -4px;
  z-index: 2;
  width: 64px;
}
@media screen and (min-width: 768px) {
  .article-list .article__badge {
    /* pc */
    top: -17px;
    width: 112px;
    left: 14px;
  }
}




/* chance-list */

.chance-list {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {  
  .chance-list {
    margin-bottom: 60px;
  }
}



.chance-list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
}

@media screen and (min-width: 768px) {  
  .chance-list li {
    padding: 2em;
  }
}


.chance-list li span {
  position: absolute;
  width: 80px;
  top: -15px;
  left: -15px;
}
@media screen and (min-width: 768px) {  
  .chance-list li span {
    width: auto;
    position: absolute;
    top: -40px;
    left: -40px;
  }
}



.chance-list li span.quo {
  position: absolute;
  top: -30px;
  left: auto;
  right: 0;
}


.chance-list .chance01{
  background: #EAF2E0;
  border: 3px solid #74A92D;
}

.chance-list .chance02{
  background: #FCE3E4;
  border: 3px solid #E7302E;
}

.chance-list .chance03{
  background: #D9EBF6;
  border: 3px solid #0089C1;
}









/* --------------------------------------------------

イベント　リスト

-------------------------------------------------- */
/* list-thumb */
.list-thumb {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.list-thumb a {
  display: block;
  height: 100%;
}
.list-thumb.col2 > li {
  width: 48%;
  margin: 0 3.5% 4em 0;
}
.list-thumb.col2 > li:nth-child(2n) {
  margin-right: 0;
}

.list-thumb.col3 > li {
  width: 31%;
  margin: 0 3.5% 4em 0;
}
.list-thumb.col3 > li:nth-child(3n) {
  margin-right: 0;
}


@media only screen and (max-width: 768px) {
  .list-thumb.sp-col01 > li {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 1em;
  }
  .list-thumb.sp-col02 > li {
    width: 47% !important;
    margin: 0 6% 2em 0 !important;
  }
  .list-thumb.sp-col02 > li:nth-child(2n) {
    margin-right: 0 !important;
  }

}
.list-thumb li {
  display: flex;
}
.list-thumb li a {
  width: 100%;
  position: relative;
}
.list-thumb li a .ph-list,
.list-thumb li a .txt-part {
  width: 100%;
  text-align: left;
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-sizing: border-box;
}
.list-thumb li a .ph-list {
  background: #e2e5ec;
  padding-top: 65%;
  border-radius: 0 0 0 28px;
}
.list-thumb li a .ph-list > img {
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.7s;
  object-fit: cover;
}
@media all and (-ms-high-contrast: none) {

  .list-thumb li a .ph-list {
    border-radius: 0 0 0 18px;
  }

  .list-thumb li a .ph-list > img {
    width: auto;
    height: auto;
    max-width: 130%;
    max-height: 130%;
  }
}

.list-thumb li a:hover .ph-list > img {
  transform: translate(-50%, -50%) scale(1.1);
}
.list-thumb li a .txt-part {
  padding: 1em 0;
}

.list-thumb li a .category {
  margin-bottom: 0.5em;
  font-size: 1.7rem;
  border: 1px solid #707070;
  color: #707070;;
  display: inline-block;
  padding: .25em;
  font-weight: bold;
  background: #FFF;
}
.list-thumb li a .txt-part .ttl {
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 0.3em;
  text-decoration: underline;
  line-height: 1.5;
}
.list-thumb li a:hover .txt-part .ttl {
  text-decoration:none;
}
.list-thumb li a .date {
  margin-bottom: 0.5em;
  font-size: 1.7rem;
  padding: .25em 0;
  font-weight: bold;
  color: #707070;;
}


@media only screen and (max-width: 768px) {

  .list-thumb li a .category {
    font-size: 1.2rem;
  }

  .list-thumb li a .txt-part .ttl {
    font-size: 1.6rem;
  }

}

/*------------------------------------------
button-arrow
------------------------------------------*/
.button-arrow span {
  font-size: 1.7rem;
  font-weight: bold;
  display: inline-block;
  padding: 0.5em 3em 0.6em 1.5em;
  border: 1px solid #d0121b;
  background: #fff;
  border-radius: 100px;
  position: relative;
  transition: all 0.3s;
}
.button-arrow span:hover {
  color: #fff;
  background: #d0121b;
}
.button-arrow span:before,
.button-arrow span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.button-arrow span:before {
  width: 1em;
  height: 1em;
  border: 1px solid #d0121b;
  border-radius: 50%;
  right: 1.5em;
}
.button-arrow span:hover:before {
  background: #fff;
}
.button-arrow span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.2em 0 0.2em 0.4em;
  border-color: transparent transparent transparent #d0121b;
  right: 1.8em;
}
 
.btn-block {
  display: flex;
  margin: 1em auto 3em auto;
}
.btn-block > a {
  margin: 0 1em;
}
.btn-block.center {
  justify-content: center;
}
 
@media screen and (max-width: 768px) {
  .button-arrow span {
    font-size: 1.4rem;
  }
  .btn-block {
    display: block;
  }
  .btn-block > a {
    margin: 0;
  }
  .btn-block > a span {
    font-size: 3.33333vw;
    width: 100%;
    margin: 0.5em auto;
  }
}
 
.list-disc {
  margin-bottom: 50px;
}
.list-disc > li {
  margin-top: 20px;
  padding-left: 25px;
  position: relative;
}
.list-disc > li:before {
  top: 11px;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 0;
  display: block;
  content: "";
  background-color: #606060;
}
.list-disc > li a {
  text-decoration: underline;
}
 
@media screen and (max-width: 768px) {
  .list-disc > li{
    margin-top: 2.66667vw;
    padding-left: 5.33333vw;
  }
  .list-disc > li:before {
    top: .6em;
    width: 2.66667vw;
    height: 2.66667vw;
  }
}
 
 
.mail-tag {
  border-bottom: 4px solid #d0121b;
  display: flex;
}
.mail-tag li {
  margin-right: 1em;
}
.mail-tag li a {
  color: #d0121b;
  background: #fff;
  border-top: 3px solid #d0121b;
  border-right: 3px solid #d0121b;
  border-left: 3px solid #d0121b;
  font-size: 130%;
  font-weight: bold;
  padding: .5em 1.5em;
  display: block;
  border-radius: 10px 10px 0 0;
}
.mail-tag li.active a {
  color: #fff;
  background: #d0121b;
  transition: all .3s;
  pointer-events: none;
}
 
.mail-tag + div{
  margin-top: 2em;
}
 
 
.wrapper-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrapper-layout .side-menu {
  width: 20%;
}
.side-menu ul li {
  border: 1px solid #050000;
  border-radius: 10px;
  margin-bottom: 0.5em;
  overflow: hidden;
}
 
.side-menu ul li a {
  display: block;
  padding: 15px 20px;
}
 
.side-menu ul li a:hover {
  color: #fff;
  background: #050000;
  opacity: 1;
}
 
.side-menu ul li.active a {
  background: #050000;
  color: #fff;
}
 
.side-menu ul li span {
  display: block;
  padding: 15px 20px;
}
@media screen and (min-width: 768px){
  .side-menu ul li {
    border-radius: 14px;
  }
}
.wrapper-layout .main-contents {
  width: 76%;
  font-size: 3.33333vw;
  line-height: 2.058;
  font-weight: 500;
}
.wrapper-layout .main-contents .c_red {
  color: #d0121b;
}
.wrapper-layout .main-contents .bold {
  font-weight: 900;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
.basic_link_text01 a {
  text-decoration: underline;
}
.basic_link_text01 a[target="_blank"] {
  margin-right: 0.3em;
}
.basic_link_text01 a[target="_blank"]:after {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  content: "";
  background-image: url(../../../img/common/icon_gaibu.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .wrapper-layout .main-contents {
    font-size: 1.7rem;
  }
  .font_l {
    font-size: 2rem !important;
  }
  small {
    font-size: smaller;
  }
}
@media screen and (max-width: 768px) {
  .wrapper-layout {
    display: block;
  }
  .wrapper-layout .side-menu,
  .wrapper-layout .main-contents {
    width: 100%;
    margin-bottom: 1em;
  }
}
 
.wrapper-layout .main-contents .heading-3 {
  margin-top: 3em;
}

.side-menu ul:not(.article-side-links){
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.side-menu ul:not(.article-side-links) li{
  width: 48%;
}
 
.side-menu ul.article-side-links li {
  /* color: #fff; */
  font-size: 4vw;
  font-weight: bold;
  text-align: center;
  background: #f1f1f1;
  border: none;
  line-height: 1.4;
}
.side-menu ul.article-side-links li a span {
  position: relative;
}
.side-menu ul.article-side-links li a span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 4px solid transparent;
  border-left: 6px solid #d0121b;
  border-bottom: 4px solid transparent;
}
 
.side-menu ul.article-side-links li a {
  padding: 0;
  transition: all .3s;
}
.side-menu ul.article-side-links li.bnr-img{
  background: unset;
  border-radius: 0;
}
.side-menu ul.article-side-links li.bnr-img a:hover{
  border: none;
  background: unset;
  opacity: 0.8;
}
 
.side-menu ul li.year-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .side-menu ul.article-side-links li{
    font-size: 1.6rem;
  }
  .side-menu ul:not(.article-side-links) li{
    width: 100%;
  }
  .side-menu ul li.year-links {
    /* pc */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 58px;
    margin-left: 104px;
  }
}

@media screen and (max-width: 768px) {
  .side-menu:not(.bottom) .article-side-links{
    display: none;
  }

  .side-menu.bottom ul:not(.article-side-links){
    display: none;
  }
}

 
.side-menu ul li.year-links__item a {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 10px;
  font-size: 3vw;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 8px 20px 8px 10px;
  height: 100%;
}

.side-menu ul li.year-links__item a:hover,
.side-menu ul li.year-links__item.active a{
  background: #D0121B;
  opacity: 1;
}
 
@media screen and (min-width: 768px) {
  .side-menu ul li.year-links__item a {
    /* pc */
    padding-right: 20px;
    font-size: 1.5rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding: 15px 20px;
  }
}
.side-menu ul li.year-links__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 4px solid transparent;
  border-left: 6px solid #D0121B;
  border-bottom: 4px solid transparent;
  transition: all .3s;
}
.side-menu ul li.year-links__item.active a:after,
.side-menu ul li.year-links__item a:hover:after{
  border-left: 6px solid #fff;
}
@media screen and (min-width: 768px) {
  .side-menu ul li.year-links__item a::after {
    /* pc */
    border-top: 6px solid transparent;
    border-left: 8px solid #D0121B;
    border-bottom: 6px solid transparent;
  }
  .side-menu ul li.year-links__item.active a:after,
  .side-menu ul li.year-links__item a:hover:after{
    border-left: 8px solid #fff;
    right: 10px;
  }
}








