@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");

#contents-wrap {
  padding-bottom: 0;
}

@media screen and (max-width: 750px) {
  .sbp .pcOnly {
    display: none;
  }
}

@media print,
screen and (min-width: 751px) {
  .sbp .spOnly {
    display: none;
  }
}

.sbp a {
  transition: opacity 0.3s;
}

@media print,
screen and (min-width: 751px) {
  .sbp a:hover {
    opacity: 0.7;
  }
}

/* ---------------------------------------------------------- */
/* viewport width SP */
/* ---------------------------------------------------------- */
.sbp {
  background: #fff;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  overflow: hidden;
}

@media print,
screen and (min-width: 751px) {
  .sbp {
    min-width: 1272px;
  }
}

@media screen and (max-width: 750px) {
  .sbp {
    margin-top: 21px;
  }
}

.sbp img {
  max-width: 100%;
  vertical-align: top;
}


/* ---------------------------------------------------------- */
/* mv
/* ---------------------------------------------------------- */
.sbp .mv {
  text-align: center;
  position: relative;
}

.sbp .mv-inner {
  position: absolute;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.sbp .mv-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media print,
screen and (min-width: 751px) {
  .sbp .mv-text {
    top: calc(285 / 1920 * 100vw);
  }
}

@media screen and (max-width: 750px) {
  .sbp .mv-text {
    width: 100%;
    top: calc(168 / 750 * 100vw);
  }
}

.sbp .mv-text01 {
  margin: 0 auto 0;
}

@media print,
screen and (min-width: 751px) {
  .sbp .mv-text01 {
    width: calc(711 / 1920 * 100vw);
  }
}

@media screen and (max-width: 750px) {
  .sbp .mv-text01 {
    width: calc(418 / 750 * 100vw);
    margin-left: calc(200 / 750 * 100vw);
  }
}

@media print,
screen and (min-width: 751px) {
  .sbp .mv-text02 {
    width: calc(862 / 1920 * 100vw);
    margin: calc(-10 / 1920 * 100vw) auto 0;
  }
}

@media screen and (max-width: 750px) {
  .sbp .mv-text02 {
    width: calc(415 / 750 * 100vw);
    margin: calc(10 / 750 * 100vw) 0 0 calc(168 / 750 * 100vw);
  }
}

@media print,
screen and (min-width: 751px) {
  .sbp .mv-text03 {
    width: calc(368 / 1920 * 100vw);
    margin: calc(18 / 1920 * 100vw) auto 0;
  }
}

@media screen and (max-width: 750px) {
  .sbp .mv-text03 {
    width: calc(276 / 750 * 100vw);
    margin: calc(5 / 750 * 100vw) 0 0 calc(242 / 750 * 100vw);
  }
}

@media print,
screen and (min-width: 751px) {
  .sbp .mv-logo {
    width: calc(235 / 1920 * 100vw);
    margin: calc(24 / 1920 * 100vw) auto 0;
  }
}

@media screen and (max-width: 750px) {
  .sbp .mv-logo {
    width: calc(140 / 750 * 100vw);
    margin: calc(12 / 750 * 100vw) 0 0 calc(309 / 750 * 100vw);
  }
}

@media print,
screen and (min-width: 751px) {
  .sbp .mv-book {
    width: calc(705 / 1920 * 100vw);
    margin: calc(24 / 1920 * 100vw) auto 0;
    animation: rotate 4s step-start 0s infinite;
  }
}

@media screen and (max-width: 750px) {
  .sbp .mv-book {
    width: calc(356 / 750 * 100vw);
    margin: calc(5 / 750 * 100vw) 0 0 calc(168 / 750 * 100vw);
    animation: rotate 4s step-start 0s infinite;
  }
}

/* ---------------------------------------------------------- */
/* entry
/* ---------------------------------------------------------- */
.sbp .entry {
  background: #171c61;
}

@media print,
screen and (min-width: 751px) {
  .sbp .entry {
    margin: 0 auto 0;
    padding: 65px 0 100px;
  }
}

@media screen and (max-width: 750px) {
  .sbp .entry {
    margin: 0 0 0;
    padding: 15.333333333333332vw 0 8.666666666666668vw;
  }
}

@media print,
screen and (min-width: 751px) {
  .sbp .entry-inner {
    max-width: 732px;
    margin: 0 auto 0;
  }
}

@media screen and (max-width: 750px) {
  .sbp .entry-inner {
    width: 84.66666666666667vw;
    margin: 0 auto 0;
  }
}

@media print,
screen and (min-width: 751px) {
  .sbp .entry-txt01 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 750px) {
  .sbp .entry-txt01 {
    width: 70.26666666666667vw;
    margin-top: 6.666666666666667vw;
  }
}

.sbp .entry-txt02 {
  color: #fff;
  font-family: 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}

@media print,
screen and (min-width: 751px) {
  .sbp .entry-txt02 {
    margin-top: 50px;
    font-size: 11px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 750px) {
  .sbp .entry-txt02 {
    margin-top: 9.333333333333334vw;
    font-size: 2.4vw;
    line-height: 1.5;
  }
}

.sbp .entry-txt02-head {
  border-bottom: 1px solid #545787;
}

@media print,
screen and (min-width: 751px) {
  .sbp .entry-txt02-head {
    font-size: 15px;
    padding-bottom: 5px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 750px) {
  .sbp .entry-txt02-head {
    font-size: 3.2vw;
    margin-bottom: 2vw;
    margin-top: 6.666666666666667vw;
    margin-bottom: 2.666666666666667vw;
  }
}

@media print,
screen and (min-width: 751px) {
  .sbp .entry-txt02-lead {
    font-size: 14px;
  }
}

@media screen and (max-width: 750px) {
  .sbp .entry-txt02-lead {
    font-size: 3vw;
  }
}

.sbp .entry-txt02-head {
  border-bottom: 1px solid #545787;
}

@media print,
screen and (min-width: 751px) {
  .sbp .entry-txt02-head {
    font-size: 15px;
    padding-bottom: 5px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 750px) {
  .sbp .entry-txt02-head {
    font-size: 3.2vw;
    margin-bottom: 2vw;
    margin-top: 6.666666666666667vw;
    margin-bottom: 2.666666666666667vw;
  }
}

.sbp .entry-btn {
  text-align: center;
}

@media print,
screen and (min-width: 751px) {
  .sbp .entry-btn {
    margin-top: 20px;
  }
}

@media screen and (max-width: 750px) {
  .sbp .entry-btn {
    width: 70.26666666666667vw;
    margin: 5.333333333333334vw auto 0;
  }
}

.sbp .entry-pdf {
  text-align: center;
  color: #fff;
  font-family: 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}

@media print,
screen and (min-width: 751px) {
  .sbp .entry-pdf {
    font-size: 15px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 750px) {
  .sbp .entry-pdf {
    font-size: 3.2vw;
    margin-top: 8vw;
  }
}

.sbp .entry-pdf-link {
  text-align: center;
  color: #fff;
  text-decoration: underline;
}

@media print,
screen and (min-width: 751px) {
  .sbp .entry-pdf-link {
    font-size: 15px;
    margin-bottom: 15px;
    text-decoration: underline;
  }
}

@media screen and (max-width: 750px) {
  .sbp .entry-pdf-link {
    font-size: 3.2vw;
    margin-bottom: 2.666666666666667vw;
  }
}

/* ---------------------------------------------------------- */
/* modal
/* ---------------------------------------------------------- */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden auto;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s;
}

.modal.is-active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, visibility 0s 0s;
}

.has-modal .modal {
  visibility: visible;
  opacity: 1;
}

.modal-container {
  position: relative;
  width: 90%;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .modal-container {
    width: 700px;
  }
}

.modal-close {
  position: absolute;
  top: -35px;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .modal-close {
    top: -55px;
    width: 40px;
    height: 40px;
  }
}

.modal-content {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.modal-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/** -------------------------------------------------
 * h1
 ---------------------------------------------------- **/
#title-area-detailpage {
  width: 100%;
  height: 96px;
  padding-top: 15px;
  border-top: 1px solid #cfcfcf;
  border-bottom: 3px solid #bab6af;
  background: url("/common/images/title-area-pc-bg-01.gif") top left repeat;
  position: absolute;
  top: -10px;
  border-bottom: 3px solid #171c60;
}

#title-area-inner {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

#title-area-detailpage h1 {
  height: 30px;
  border-left: 5px solid #171c60;
  padding: 15px 0 0 10px;
  margin: 15px 0 0 0;
  float: left;
  font-size: 32px;
}

@media screen and (max-width: 568px) {
  #detail-page {
    top: 6px !important;
  }

  #contents-wrap {
    padding: 0 !important;
    background: none;
  }

  #title-area-inner,
  #title-area-detailpage {
    width: 100%;
    position: static;
  }

  #title-area-detailpage {
    top: auto;
    height: auto;
    background-size: 3px 3px;
    -webkit-background-size: 3px 3px;
    background: url("/common/images/title-area-pc-bg-01.gif") repeat scroll left top transparent 9;
    /*for IE7,8*/
    padding: 16px 0 10px;
  }

  #title-area-detailpage h1 {
    float: none;
    min-height: auto;
    height: 22px;
    margin: 0 0 0 5px;
    padding: 4px 0 0 5px;
    border-left: 3px solid #171c60;
    font-size: 16px;
  }

  #title-area-detailpage h1 img {
    height: 16px;
    width: auto;
    vertical-align: center;
  }
}

/** -------------------------------------------------
 * パンくず
 ---------------------------------------------------- **/
#bread-clumb li {
  color: #666;
  display: inline;
}

#bread-clumb li a {
  color: #035d8a;
  text-decoration: none;
}

#bread-clumb li a:hover {
  text-decoration: underline;
}

#bread-clumb #home {
  padding-left: 12px;
  background: url("/common/images/bread-clumb-home-bg-01.png") left 1px no-repeat;
}

@media screen and (max-width: 568px) {
  #bread-clumb {
    margin: 0 0 4px 5px;
  }

  #bread-clumb li {
    padding: 4px 0 0 5px;
    font-size: 10px;
  }

  #bread-clumb #home {
    background: none;
    padding-left: 0;
  }

  #title-area-inner {
    width: 100%;
  }
}

/* ---------------------------------------------------------- */
/* thx
/* ---------------------------------------------------------- */
.thx {
  position: relative;
}

.thx::before {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-100%, 0);
  z-index: 2;
}

@media print,
screen and (min-width: 751px) {
  .thx::before {
    width: 967px;
    height: 12px;
    background: url("/sbp/images/bg_03_pc.png") no-repeat top right;
    background-size: auto 100%;
  }
}

@media screen and (max-width: 750px) {
  .thx::before {
    background: url("/sbp/images/bg_03_sp.png") no-repeat top right;
    background-size: auto 100%;
    width: 51.33333333333333vw;
    height: 2.666666666666667vw;
  }
}

.thx::after {
  background: linear-gradient(90deg, #e83428 0%, #e83428 40%, #171c61 50%, #171c61 100%);
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media print,
screen and (min-width: 751px) {
  .thx::after {
    height: 12px;
  }
}

@media screen and (max-width: 750px) {
  .thx::after {
    height: 2.666666666666667vw;
  }
}

.thx-inner {
  position: relative;
}

.thx-inner::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0px;
  right: 50%;
  transform: translate(100%, 0);
  z-index: 2;
}

@media print,
screen and (min-width: 751px) {
  .thx-inner::before {
    width: 967px;
    height: 12px;
    background: url("/sbp/images/bg_04_pc.png") no-repeat top right;
    background-size: auto 100%;
  }
}

@media screen and (max-width: 750px) {
  .thx-inner::before {
    background: url("/sbp/images/bg_04_sp.png") no-repeat top right;
    background-size: auto 100%;
    width: 51.33333333333333vw;
    height: 2.666666666666667vw;
  }
}

.thx-inner::after {
  background: linear-gradient(90deg, #171c61 0%, #171c61 50%, #e83428 60%, #e83428 100%);
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media print,
screen and (min-width: 751px) {
  .thx-inner::after {
    height: 12px;
  }
}

@media screen and (max-width: 750px) {
  .thx-inner::after {
    height: 2.666666666666667vw;
  }
}

.thx-img {
  margin: 0 auto 0;
}

@media print,
screen and (min-width: 751px) {
  .thx-img {
    max-width: 724px;
    padding: 125px 0;
  }
}

@media screen and (max-width: 750px) {
  .thx-img {
    width: 90.8vw;
    margin: 0 auto 0;
    padding: 17.733333333333334vw 0;
  }
}

@media screen and (max-width: 750px) {
  .thx-img img {
    width: 100%;
  }
}

.thx-copy {
  color: #171c61;
  text-align: center;
  font-weight: 900;
}

@media print,
screen and (min-width: 751px) {
  .thx-copy {
    font-size: 11px;
  }
}

@media screen and (max-width: 750px) {
  .thx-copy {
    font-size: 1.733333333333333vw;
  }
}

/* ---------------------------------------------------------- */
/* df
/* ---------------------------------------------------------- */
@media print,
screen and (min-width: 751px) {
  .df {
    padding: 100px 0;
  }
}

@media screen and (max-width: 750px) {
  .df {
    padding: 16vw 0 17.333333333333336vw;
  }
}

.df-title {
  text-align: center;
}

@media screen and (max-width: 750px) {
  .df-title {
    width: 34.13333333333333vw;
    margin: 0 auto 0;
  }
}

.df-lead {
  text-align: center;
  line-height: 0;
}

@media print,
screen and (min-width: 751px) {
  .df-lead {
    margin-top: 28px;
  }
}

@media screen and (max-width: 750px) {
  .df-lead {
    width: 72vw;
    margin: 4.533333333333333vw auto 0;
  }
}

.df-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media print,
screen and (min-width: 751px) {
  .df-list {
    width: 1232px;
    gap: 8px 6px;
    margin: 36px auto 0;
  }
}

@media screen and (max-width: 750px) {
  .df-list {
    width: 90.66666666666666vw;
    margin: 8vw auto 0;
    gap: 2vw;
  }
}

.df-list .df-item {
  position: relative;
}

@media screen and (max-width: 750px) {
  .df-list .df-item {
    width: 44.333333333333336vw;
  }
}

@media screen and (max-width: 750px) {
  .df-list .df-item:nth-child(1) .df-item_text img {
    width: 17.333333333333336vw;
  }
}

@media screen and (max-width: 750px) {
  .df-list .df-item:nth-child(2) .df-item_text img {
    width: 40.8vw;
  }
}

@media screen and (max-width: 750px) {
  .df-list .df-item:nth-child(3) .df-item_text img {
    width: 27.866666666666667vw;
  }
}

@media screen and (max-width: 750px) {
  .df-list .df-item:nth-child(4) .df-item_text img {
    width: 38.4vw;
  }
}

@media screen and (max-width: 750px) {
  .df-list .df-item:nth-child(5) .df-item_text img {
    width: 30.666666666666664vw;
  }
}

@media screen and (max-width: 750px) {
  .df-list .df-item:nth-child(6) .df-item_text img {
    width: 34.8vw;
  }
}

@media screen and (max-width: 750px) {
  .df-list .df-item:nth-child(7) .df-item_text img {
    width: 38.4vw;
  }
}

@media screen and (max-width: 750px) {
  .df-list .df-item:nth-child(8) .df-item_text img {
    width: 25.066666666666666vw;
  }
}

@media screen and (max-width: 750px) {
  .df-list .df-item:nth-child(9) .df-item_text img {
    width: 37.733333333333334vw;
  }
}

@media screen and (max-width: 750px) {
  .df-list .df-item:nth-child(10) .df-item_text img {
    width: 27.46666666666667vw;
  }
}

@media screen and (max-width: 750px) {
  .df-list .df-item:nth-child(11) .df-item_text img {
    width: 31.2vw;
  }
}

@media screen and (max-width: 750px) {
  .df-list .df-item:nth-child(12) .df-item_text img {
    width: 17.066666666666666vw;
  }
}

@media screen and (max-width: 750px) {
  .df-list .df-item:nth-child(13) .df-item_text img {
    width: 30.666666666666664vw;
  }
}

@media screen and (max-width: 750px) {
  .df-list .df-item:nth-child(14) .df-item_text img {
    width: 37.86666666666667vw;
  }
}

@media screen and (max-width: 750px) {
  .df-list .df-item:nth-child(15) .df-item_text img {
    width: 40.13333333333333vw;
  }
}

@media screen and (max-width: 750px) {
  .df-list .df-item:nth-child(16) .df-item_text img {
    width: 17.066666666666666vw;
  }
}

@media screen and (max-width: 750px) {
  .df-list .df-item:nth-child(17) .df-item_text img {
    width: 27.066666666666666vw;
  }
}

.df-item_text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media print,
screen and (min-width: 751px) {
  .df-item_text {
    text-align: center;
    height: 75px;
  }
}

@media screen and (max-width: 750px) {
  .df-item_text {
    height: 16.8vw;
  }
}

@media screen and (max-width: 750px) {
  .df-item_img img {
    width: 100%;
  }
}

a.df-link {
  display: block;
  position: absolute;
}

@media print,
screen and (min-width: 751px) {
  a.df-link {
    width: 190px;
    height: 109px;
    top: 5px;
    left: 5px;
    transition: all 0.3s;
  }
}

@media screen and (max-width: 750px) {
  a.df-link {
    width: 42.266666666666666vw;
    height: 24.666666666666668vw;
    top: 1.066666666666667vw;
    left: 1.066666666666667vw;
  }
}

@media print,
screen and (min-width: 751px) {
  a.df-link:hover {
    background: #fff;
    opacity: 0.3;
  }
}

/* ---------------------------------------------------------- */
/* modaal
/* ---------------------------------------------------------- */
.modaal-container {
  background: none;
}

.modaal-close {
  position: absolute;
}

@media print,
screen and (min-width: 751px) {
  .modaal-close {
    top: 12px;
    right: 9px;
  }
}

@media screen and (max-width: 750px) {
  .modaal-close {
    top: 1.066666666666667vw;
    right: 1.066666666666667vw;
  }
}

.modaal-close:after,
.modaal-close:before {
  display: none;
}

.modaal-close:focus,
.modaal-close:hover {
  background: none;
}

.modaal-wrapper .modaal-close {
  background: url("/sbp/images/icon_close.png") no-repeat;
  background-size: 100% 100%;
}

@media print,
screen and (min-width: 751px) {
  .modaal-wrapper .modaal-close {
    width: 48px;
    height: 48px;
  }
}

@media screen and (max-width: 750px) {
  .modaal-wrapper .modaal-close {
    width: 6vw;
    height: 6vw;
  }
}

@media print,
screen and (min-width: 751px) {
  .modaal-wrapper .modaal-close:hover {
    opacity: 0.7;
  }
}

.modaal-gallery-control {
  top: 50%;
  transform: translateY(-50%);
}

.modaal-gallery-control:focus:after,
.modaal-gallery-control:focus:before,
.modaal-gallery-control:hover:after,
.modaal-gallery-control:hover:before {
  display: none;
}

.modaal-gallery-control:after,
.modaal-gallery-control:before {
  display: none;
}

.modaal-gallery-prev.modaal-gallery-control:focus,
.modaal-gallery-prev.modaal-gallery-control:hover {
  background: url("/sbp/images/btn_prev.png") no-repeat;
  background-size: 100% 100%;
}

.modaal-gallery-next.modaal-gallery-control:focus,
.modaal-gallery-next.modaal-gallery-control:hover {
  background: url("/sbp/images/btn_next.png") no-repeat;
  background-size: 100% 100%;
}

.modaal-gallery-prev {
  background: url("/sbp/images/btn_prev.png") no-repeat;
  background-size: 100% 100%;
}

@media print,
screen and (min-width: 751px) {
  .modaal-gallery-prev {
    width: 56px;
    height: 57px;
    left: -28px;
  }
}

@media screen and (max-width: 750px) {
  .modaal-gallery-prev {
    width: 6.533333333333332vw;
    height: 6.533333333333332vw;
    left: 0;
    margin-left: -3.2vw;
  }
}

@media print,
screen and (min-width: 751px) {
  .modaal-gallery-prev:hover {
    opacity: 0.7;
  }
}

.modaal-gallery-next {
  background: url("/sbp/images/btn_next.png") no-repeat;
  background-size: 100% 100%;
}

@media print,
screen and (min-width: 751px) {
  .modaal-gallery-next {
    width: 56px;
    height: 57px;
    right: -28px;
    margin-left: -28px;
  }
}

@media screen and (max-width: 750px) {
  .modaal-gallery-next {
    width: 6.533333333333332vw;
    height: 6.533333333333332vw;
    right: 0;
    margin-right: -3.2vw;
  }
}

@media print,
screen and (min-width: 751px) {
  .modaal-gallery-next:hover {
    opacity: 0.7;
  }
}

.modaal-gallery-prev-inner {
  margin-right: 0;
}

/* ---------------------------------------------------------- */
/* dfl
/* ---------------------------------------------------------- */
.dfl {
  background: #171c61;
}

@media print,
screen and (min-width: 751px) {
  .dfl {
    padding: 100px 0 107px;
  }
}

@media screen and (max-width: 750px) {
  .dfl {
    padding: 13.333333333333334vw 0 18.666666666666668vw;
  }
}

.dfl-inner {
  margin: 0 auto 0;
}

@media print,
screen and (min-width: 751px) {
  .dfl-inner {
    width: 1222px;
  }
}

@media screen and (max-width: 750px) {
  .dfl-inner {
    width: 90.66666666666666vw;
  }
}

@media print,
screen and (min-width: 751px) {
  .dfl-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 750px) {
  .dfl-list .dfl-item:nth-child(1) .dfl-item-list:nth-child(1) .dfl-item-child:nth-child(1) {
    margin-top: 0;
  }
}

@media print,
screen and (min-width: 751px) {
  .dfl-item {
    width: 260px;
  }
}

@media print,
screen and (min-width: 751px) {
  .dfl-item-list .dfl-item-child:nth-child(1) {
    margin-top: 0;
  }
}

@media print,
screen and (min-width: 751px) {
  .dfl-item-child {
    margin-top: 60px;
  }
}

@media screen and (max-width: 750px) {
  .dfl-item-child {
    margin-top: 11.200000000000001vw;
  }
}

@media screen and (max-width: 750px) {
  .dfl-item-child-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.dfl-item-title {
  position: relative;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

@media print,
screen and (min-width: 751px) {
  .dfl-item-title {
    font-size: 14px;
    padding: 0 0 8px 14px;
  }
}

@media screen and (max-width: 750px) {
  .dfl-item-title {
    padding: 0 0 1.333333333333333vw 2.533333333333333vw;
  }
}

.dfl-item-title::before,
.dfl-item-title::after {
  display: block;
  position: absolute;
}

.dfl-item-title::before {
  content: "▼";
  transform-origin: left center;
}

@media print,
screen and (min-width: 751px) {
  .dfl-item-title::before {
    width: calc(100% / 0.9);
    font-size: 10px;
    transform: scale(0.9);
    top: 2px;
    left: 1px;
  }
}

@media screen and (max-width: 750px) {
  .dfl-item-title::before {
    font-size: 2vw;
    top: 0.666666666666667vw;
    left: 0;
  }
}

.dfl-item-title::after {
  content: "";
  background: #fff;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}

@media print,
screen and (min-width: 751px) {
  .dfl-item-child-list .dfl-item-child-item:nth-child(1) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 750px) {
  .dfl-item-child-list .dfl-item-child-item:nth-child(1) {
    margin-top: 5.333333333333334vw;
  }
}

@media screen and (max-width: 750px) {
  .dfl-item-child-list2 .dfl-item-child-item:nth-child(1) {
    margin-top: 5.333333333333334vw;
  }
}

.dfl-item-child-item {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-weight: bold;
}

@media print,
screen and (min-width: 751px) {
  .dfl-item-child-item {
    font-size: 13px;
    margin-top: 35px;
  }
}

@media screen and (max-width: 750px) {
  .dfl-item-child-item {
    font-size: 2.666666666666667vw;
    width: 45.33333333333333vw;
    margin-top: 9.333333333333334vw;
  }
}

.dfl-item-child-item::before {
  content: "・";
}

.dfl-item-child-link {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

@media print,
screen and (min-width: 751px) {
  .dfl-item-child-link {
    font-size: 13px;
    line-height: 1.307692307692308;
  }
}

@media screen and (max-width: 750px) {
  .dfl-item-child-link {
    font-size: 2.666666666666667vw;
  }
}

@media print,
screen and (min-width: 751px) {
  .dfl-item-child-link:hover {
    text-decoration: underline;
  }
}

/* ---------------------------------------------------------- */
/* animation
/* ---------------------------------------------------------- */

@media screen and (min-width: 1920px) {
  .sbp .mv-text {
    top: 300px;
  }

  .sbp .mv-text02 {
    margin-top: -10px;
  }

  .sbp .mv-text03 {
    margin-top: 18px;
  }

  .sbp .mv-logo {
    width: 235px;
    margin: 24px auto 0;
  }

  .sbp .mv-book {
    width: 705px;
    margin: 24px;
  }
}

.eachTextAnime span {
  opacity: 0;
}

.eachTextAnime.appeartext span {
  animation: text_anime_on 1s ease-out forwards;
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes rotate {

  0%,
  100% {
    transform: rotate(-7deg);
    /* 初期状態 */
  }

  20% {
    transform: rotate(1deg);
    /* ①右に傾ける */
  }

  40% {
    transform: rotate(-7deg);
    /* ②左に傾ける */
  }

  60% {
    transform: rotate(1deg);
    /* ③右に傾ける */
  }
}

@keyframes rotateSp {

  0%,
  100% {
    transform: rotate(-5deg);
    /* 初期状態 */
  }

  20% {
    transform: rotate(5deg);
    /* ①右に傾ける */
  }

  40% {
    transform: rotate(-5deg);
    /* ②左に傾ける */
  }

  60% {
    transform: rotate(5deg);
    /* ③右に傾ける */
  }
}

.sbp .animation-bottom-fade-in {
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.5, 0, 0, 1), transform 1.5s cubic-bezier(0.5, 0, 0, 1);
  transform: translateY(50px);
}

.sbp .is-animated.animation-bottom-fade-in {
  opacity: 1;
  transform: translateY(0);
}

.sbp .animation-left-fade-in--01 {
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.5, 0, 0, 1), transform 1.5s cubic-bezier(0.5, 0, 0, 1);
  transform: translateY(5px);
}

.sbp .is-animated.animation-left-fade-in--01 {
  opacity: 1;
  transform: translate(0, 0);
}

.sbp .animation-left-fade-in--02 {
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.5, 0, 0, 1), transform 1.5s cubic-bezier(0.5, 0, 0, 1);
  transform: translateY(5px);
}

.sbp .is-animated.animation-left-fade-in--02 {
  opacity: 1;
  transform: translate(0, 0);
}

.sbp .animation-left-fade-in--03 {
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.5, 0, 0, 1), transform 1.5s cubic-bezier(0.5, 0, 0, 1);
  transform: translateY(5px);
}

.sbp .is-animated.animation-left-fade-in--03 {
  opacity: 1;
  transform: translate(0, 0);
}
