@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

address {
  font-style: normal; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@keyframes modal-video {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px); }
  to {
    transform: translate(0, 0); } }
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

.modal-video-close {
  opacity: 0; }
  .modal-video-close .modal-video-movie-wrap {
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    transform: translate(0, 100px); }

.modal-video-body {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  box-sizing: border-box; }

.modal-video-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }
  @media (orientation: landscape) {
    .modal-video-inner {
      padding: 10px 60px;
      box-sizing: border-box; } }

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }
  .modal-video-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent; }
  @media (orientation: landscape) {
    .modal-video-close-btn {
      top: 0;
      right: -45px; } }
  .modal-video-close-btn:before {
    transform: rotate(45deg); }
  .modal-video-close-btn:after {
    transform: rotate(-45deg); }
  .modal-video-close-btn:before, .modal-video-close-btn:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px; }

/* wrap */
/*	common
---------------------------------*/
::selection {
  background: #930E14;
  color: #fff; }

::-moz-selection {
  background: #930E14;
  color: #fff; }

body {
  color: #271617;
  font-family: "Baskervville","Yu Gothic","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Sans","Meiryo",sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.775; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* link */
a {
  color: #271617;
  text-decoration: none;
  transition: .4s;
  overflow: hidden; }
  a img {
    transition: .4s; }

a:hover {
  transition: .4s;
  opacity: 0.6; }
  @media screen and (max-width: 800px) {
    a:hover {
      opacity: 1; } }

a:active, a:focus {
  outline: none; }

/* element */
.image {
  display: inline; }
  @media (max-width: 800px) {
    .image {
      display: none; } }

.image_s {
  display: none; }
  @media (max-width: 800px) {
    .image_s {
      display: inline; } }

.cf::after {
  content: "";
  display: block;
  clear: both; }

/* adjust anchor */
.anc {
  margin-top: 0px;
  padding-top: 0px; }
  @media screen and (max-width: 800px) {
    .anc {
      margin-top: 0;
      padding-top: 0; } }

/* figure */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

/*	clearfix
---------------------------------*/
.cl:before, .cl:after {
  content: " ";
  display: table; }

.cl:after {
  clear: both; }

.cl {
  *zoom: 1;
  display: block; }

.block_p {
  display: block; }
  @media screen and (max-width: 800px) {
    .block_p {
      display: none; } }

.block_s {
  display: none; }
  @media screen and (max-width: 800px) {
    .block_s {
      display: block; } }

.inline_p {
  display: inline; }
  @media screen and (max-width: 800px) {
    .inline_p {
      display: none; } }

.inline_s {
  display: none; }
  @media screen and (max-width: 800px) {
    .inline_s {
      display: inline; } }

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }

.between {
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between; }

/* fadein */
.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s; }

.wrapper {
  position: relative;
  overflow: hidden; }

.content {
  padding-bottom: 80px; }

.inner {
  max-width: 1104px;
  margin: auto;
  position: relative;
  padding: 0 40px; }
  @media screen and (max-width: 800px) {
    .inner {
      padding: 0 20px; } }

.header {
  position: fixed;
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
  z-index: 10;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16); }
  .header:before {
    /*transition: all .8s cubic-bezier(.16, 1, .3, 1);
    content: "";
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: calc(100%);*/ }
  @media screen and (max-width: 960px) {
    .header {
      padding: 0; } }
  @media screen and (max-width: 800px) {
    .header {
      height: 60px;
      padding: 0 15px; } }
  .header__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    position: relative;
    align-items: center;
    margin: auto; }
    @media screen and (max-width: 960px) {
      .header__wrap {
        padding: 0 15px; } }
    @media screen and (max-width: 800px) {
      .header__wrap {
        padding: 0;
        height: 100%; } }
    .header__wrap:before {
      /*content: "";
      position: absolute;
      left: 0;
      top: 7.5px;
      
      
      background: rgba(255, 255, 255, 0.7);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);

      width: 100%;
      height: calc(100% - 15px);
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);*/ }
      @media screen and (max-width: 960px) {
        .header__wrap:before {
          height: 100%;
          top: 0;
          content: none; } }
  .header__link {
    font-weight: 600;
    color: #930E14;
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
    letter-spacing: 1px;
    position: relative; }
    .header__link:hover {
      opacity: 1; }
    .header__link:after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -4px;
      width: 100%;
      height: 2px;
      background: currentColor;
      transform: translateX(-50%) scaleX(0);
      transform-origin: center;
      transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1); }
    .header__link:hover::after {
      transform: translateX(-50%) scaleX(1); }
  .header__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    position: relative; }
    @media screen and (max-width: 960px) {
      .header__list {
        display: none; } }
  .header__item {
    margin-right: 30px; }
    .header__item:last-of-type {
      margin-right: 0; }
  .header__link {
    font-size: 14px; }
  .header__logo {
    display: block;
    width: 170px;
    position: relative;
    padding: 6px 0; }
    @media screen and (max-width: 960px) {
      .header__logo {
        width: 170px; } }
    @media screen and (max-width: 800px) {
      .header__logo {
        width: 145px; } }

@media screen and (max-width: 800px) {
  .header.on:before {
    width: 100%;
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1); } }

.menu-button {
  border-radius: 1000px;
  border: 1px solid #FFF;
  display: none;
  width: 56px;
  height: 56px;
  background: url("../img/menu.svg") center no-repeat;
  background-size: 56px;
  cursor: pointer;
  position: fixed;
  z-index: 1001; }
  @media screen and (max-width: 960px) {
    .menu-button {
      display: block;
      right: 20px;
      top: 5px; } }
  @media screen and (max-width: 800px) {
    .menu-button {
      right: 15px;
      width: 40px;
      height: 40px;
      background: url("../img/menu.svg") center no-repeat;
      background-size: 40px;
      top: 10px; } }

.menu-button.active {
  background: url("../img/menu_close.svg") no-repeat;
  background-size: 56px; }
  @media screen and (max-width: 800px) {
    .menu-button.active {
      background: url("../img/menu_close.svg") no-repeat;
      background-size: 40px; } }

.spMenu {
  display: none;
  position: fixed;
  top: 90px;
  right: 0;
  width: 300px;
  height: calc(100% - 90px);
  background: linear-gradient(149deg, #da243f 0%, #930e14 36%, #ff2f56 100%);
  padding: 40px 20px;
  box-sizing: border-box;
  z-index: 1000;
  color: #fff;
  border-radius: 35px 0 0 0; }
  @media screen and (max-width: 800px) {
    .spMenu {
      width: 100%;
      top: 60px;
      height: calc(100% - 60px);
      overflow: auto;
      padding: 15px 20px 30px;
      border-radius: 0; } }
  .spMenu__list {
    list-style: none;
    padding: 0;
    margin: 0; }
  .spMenu__li {
    margin-bottom: 10px; }
  .spMenu__link {
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0 10px 10px;
    border-bottom: 1px solid #FFF;
    font-weight: 600; }

.topTtls {
  margin-bottom: 40px; }
  @media screen and (max-width: 800px) {
    .topTtls {
      margin-bottom: 20px; } }
  .topTtls__en {
    font-size: 75px;
    color: #E0BCBE;
    margin-bottom: -25px;
    white-space: nowrap; }
    @media screen and (max-width: 800px) {
      .topTtls__en {
        font-size: 30px;
        line-height: 1;
        margin-bottom: 5px;
        letter-spacing: -0.5px; } }
  .topTtls__ttl {
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "MS Mincho";
    font-size: 30px;
    letter-spacing: 2px; }
    @media screen and (max-width: 800px) {
      .topTtls__ttl {
        font-size: 18px; } }

.topTtlsW {
  color: #FFF; }
  .topTtlsW .topTtls__en {
    color: #FFF; }

.btns {
  margin: 50px auto 0; }
  @media screen and (max-width: 800px) {
    .btns {
      margin: 30px auto 0; } }
  .btns__btn {
    height: 65px;
    background: #930E14;
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "MS Mincho";
    color: #FFF;
    border-radius: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 65px;
    justify-content: center;
    position: relative; }
    .btns__btn:before {
      content: "";
      position: absolute;
      right: 25px;
      top: 20px;
      width: 7px;
      height: 12px;
      background: url("../img/arrow_btn.svg") no-repeat;
      background-size: 7px;
      top: calc(50% - 6px); }

.mvSlide {
  overflow: hidden;
  /* 画像がはみ出ないようにする */ }
  @media screen and (max-width: 800px) {
    .mvSlide {
      padding-top: 60px; } }
  .mvSlide__item img {
    width: 100%;
    display: block; }

@keyframes zoomUp {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.15);
    /* 拡大率 */ } }
.add-animation {
  animation: zoomUp 10s linear 0s normal both; }

.topSearch {
  background: #930E14;
  max-width: 700px;
  margin: -35px auto 0;
  border-radius: 1000px;
  width: calc(100% - 80px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  height: 70px;
  align-items: center;
  position: relative;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  padding: 10px; }
  @media screen and (max-width: 800px) {
    .topSearch {
      width: calc(100% - 40px);
      padding: 10px 10px 10px 20px; } }
  .topSearch__dt {
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "MS Mincho";
    color: #FFF;
    width: 250px;
    text-align: center; }
    @media screen and (max-width: 800px) {
      .topSearch__dt {
        font-size: 14px;
        text-align: left;
        line-height: 1.3;
        width: 90px; } }
  .topSearch__dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%; }
  .topSearch__input {
    border: none;
    outline: none;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    border: 1px solid #E2E2E2;
    padding: 10px 10px 10px 15px;
    display: block;
    height: 100%;
    width: 100%;
    font-size: 16px;
    height: 50px;
    border-radius: 100px;
    background: #FFF; }
  .topSearch__form {
    position: relative; }
  .topSearch__button {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    outline: none;
    background: none;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    width: 36px;
    height: 36px;
    background: url("../img/icon_search.svg") center no-repeat #930E14;
    background-size: 18px;
    border-radius: 100px;
    top: calc(50% - 18px);
    right: 8px;
    transition: .4s; }
    .topSearch__button:hover {
      opacity: 0.6;
      transition: .4s; }

.topAbout {
  position: relative;
  background: url("../img/bg_texture1.png") center top 60px no-repeat;
  background-size: contain;
  margin-top: 10px;
  padding: 0px 0 80px; }
  @media screen and (max-width: 800px) {
    .topAbout {
      padding-top: 20px;
      padding-bottom: 70px; } }
  .topAbout__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    max-width: 980px;
    padding: 0 40px;
    margin: auto; }
    @media screen and (max-width: 800px) {
      .topAbout__wrap {
        padding: 0 20px; } }
  .topAbout__box {
    width: calc(100%/3 - 40px);
    position: relative; }
    @media screen and (max-width: 800px) {
      .topAbout__box {
        width: 100%;
        margin-bottom: 60px; } }
    @media screen and (max-width: 800px) {
      .topAbout__box:last-of-type {
        margin-bottom: 0; } }
    .topAbout__box:after {
      content: "";
      background: url("../img/arrow_topabout.svg") no-repeat;
      width: 16.5px;
      height: 44.07px;
      background-size: 16.5px;
      position: absolute;
      right: -40px;
      top: 58px; }
      @media screen and (max-width: 800px) {
        .topAbout__box:after {
          bottom: -45px;
          left: calc(50% - 10px);
          top: auto;
          transform: rotate(90deg); } }
    .topAbout__box:last-of-type:after {
      content: none; }
  .topAbout__img {
    margin-bottom: 10px; }
    .topAbout__img img {
      display: block;
      width: 100%; }
  .topAbout__btn {
    max-width: 380px; }
    @media screen and (max-width: 800px) {
      .topAbout__btn {
        max-width: 280px; } }

.search {
  background-image: url("../img/bg_texture2.png"), url("../img/bg_search.jpg");
  background-size: cover;
  background-repeat: no-repeat, no-repeat;
  background-position: center top 30px, center;
  padding-top: 25px;
  padding-bottom: 100px; }
  @media screen and (max-width: 800px) {
    .search {
      background-size: contain, cover;
      padding-bottom: 30px; } }
  .search__subTtl {
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "MS Mincho";
    color: #FFF;
    font-size: 26px;
    letter-spacing: 1px;
    margin-bottom: 20px; }
    @media screen and (max-width: 800px) {
      .search__subTtl {
        font-size: 18px; } }
  .search__subTtlInner {
    position: relative;
    width: 25px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    top: -3px; }
    @media screen and (max-width: 800px) {
      .search__subTtlInner {
        width: 20px;
        top: -1px; } }
  .search__sec {
    margin-bottom: 40px; }
    @media screen and (max-width: 800px) {
      .search__sec {
        margin-bottom: 30px; } }
  .search__list {
    max-width: 1010px;
    padding: 0 40px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 800px) {
      .search__list {
        padding: 0;
        -webkit-justify-content: space-between;
        /* Safari etc. */
        -ms-justify-content: space-between;
        /* IE10        */
        justify-content: space-between; } }
  .search__li {
    width: calc(100%/6 - 23px);
    margin-right: 27px;
    margin-bottom: 27px; }
    @media screen and (max-width: 800px) {
      .search__li {
        margin-right: 0;
        width: calc(100%/3);
        padding: 0 8px;
        margin-bottom: 15px; } }
    .search__li:nth-child(6n) {
      margin-right: 0; }
  .search__link {
    display: block;
    color: #FFF; }
    .search__link img {
      display: block;
      width: 100%; }
  .search__name {
    display: block;
    text-align: center;
    width: 100%;
    margin: 5px 0 0 0; }
    @media screen and (max-width: 800px) {
      .search__name {
        font-size: 12px;
        line-height: 1.4;
        font-weight: bold; } }

.searchForm {
  background: #FFF;
  padding: 60px;
  border-radius: 30px; }
  @media screen and (max-width: 800px) {
    .searchForm {
      border-radius: 20px;
      padding: 30px 25px; } }
  .searchForm__dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #F0DDDE; }
    @media screen and (max-width: 800px) {
      .searchForm__dl {
        border-bottom: none;
        margin-bottom: 10px;
        padding-bottom: 0; } }
  .searchForm__dlLast {
    border-bottom: none;
    align-items: center; }
  .searchForm__dt {
    width: 100px; }
    @media screen and (max-width: 800px) {
      .searchForm__dt {
        width: 100%; } }
  .searchForm__dtInner {
    display: block;
    box-sizing: border-box;
    background: #CD8F93;
    text-align: center;
    color: #FFF;
    font-weight: 600;
    border-radius: 6px; }
  .searchForm__dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
    padding-left: 20px; }
    @media screen and (max-width: 800px) {
      .searchForm__dd {
        padding: 15px 15px 10px 15px; } }
  .searchForm__label {
    margin-right: 25px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 5px; }
    @media screen and (max-width: 800px) {
      .searchForm__label {
        font-size: 14px;
        margin-right: 5px;
        margin-bottom: 5px; } }
    .searchForm__label:last-of-type {
      margin-right: 0; }
  .searchForm__check {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #CD8F93;
    border-radius: 3px;
    background: #fff;
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0;
    top: -3px;
    margin-right: 3px; }
    @media screen and (max-width: 800px) {
      .searchForm__check {
        margin-right: 8px;
        top: -1px; } }
    .searchForm__check:checked {
      background: #930E14;
      border-color: #930E14; }
    .searchForm__check:checked::after {
      content: "";
      position: absolute;
      top: 1px;
      left: 4px;
      width: 4px;
      height: 8px;
      border: solid #fff;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg); }
  .searchForm__input {
    border: none;
    outline: none;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    border: 1px solid #E2E2E2;
    padding: 10px 10px 10px 15px;
    display: block;
    height: 100%;
    width: 100%;
    font-size: 16px;
    height: 40px;
    border-radius: 10px; }
    @media screen and (max-width: 800px) {
      .searchForm__input {
        height: 60px;
        border-radius: 5px; } }
  .searchForm__btns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px auto 0; }
  .searchForm__btn {
    border: none;
    margin: 0 10px 15px;
    width: 100%;
    max-width: 300px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600; }
    .searchForm__btn:before {
      content: none; }
  .searchForm__btnClear {
    background: #F7ECEE;
    color: #271617; }
  .searchForm__icon {
    display: inline-block;
    position: relative;
    width: 14.07px;
    margin: 0 5px 0; }

.ranking {
  position: relative;
  background: url("../img/bg_texture1.png") center top 25px no-repeat;
  background-size: contain;
  padding-top: 25px; }

.kouzaList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 800px) {
    .kouzaList {
      -webkit-justify-content: space-between;
      /* Safari etc. */
      -ms-justify-content: space-between;
      /* IE10        */
      justify-content: space-between; } }
  .kouzaList__box {
    width: calc(100% / 3 - 25px);
    margin: 0 37px 37px 0; }
    @media screen and (max-width: 800px) {
      .kouzaList__box {
        width: calc(100% / 2 - 7.5px);
        margin: 0 0 30px; } }
    .kouzaList__box:nth-child(3n) {
      margin-right: 0; }
  .kouzaList__imgArea {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end; }
    @media screen and (max-width: 800px) {
      .kouzaList__imgArea {
        border-radius: 15px 0 0 0; } }
  .kouzaList__icons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    right: 10px;
    bottom: 40px; }
    @media screen and (max-width: 800px) {
      .kouzaList__icons {
        right: 7px;
        bottom: 25px; } }
  .kouzaList__icon {
    width: 57px;
    margin-right: 10px; }
    @media screen and (max-width: 800px) {
      .kouzaList__icon {
        width: 30px;
        margin-right: 5px; } }
    .kouzaList__icon:last-of-type {
      margin-right: 0; }
  .kouzaList__badges {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px; }
  .kouzaList__badge {
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 8px 0;
    background: #F7ECEE;
    color: #930E14;
    border-radius: 100px;
    margin: 0 8px 8px 0;
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif; }
  .kouzaList__deadline {
    position: absolute;
    width: 100%;
    padding: 5px 0 3px; }
    @media screen and (max-width: 800px) {
      .kouzaList__deadline {
        padding: 0; } }
    .kouzaList__deadline:before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, #930E14 0%, #6D060B 100%);
      mix-blend-mode: multiply;
      opacity: .65;
      pointer-events: none; }
  .kouzaList__deadlineTxt {
    position: relative;
    display: block;
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif; }
    @media screen and (max-width: 800px) {
      .kouzaList__deadlineTxt {
        font-size: 10px; } }
  .kouzaList__ttl {
    font-size: 20px;
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "MS Mincho";
    font-weight: 600;
    margin: 5px 0 5px; }
    @media screen and (max-width: 800px) {
      .kouzaList__ttl {
        font-size: 16px;
        line-height: 1.4; } }
  .kouzaList__date {
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
    color: #930E14;
    font-size: 14px;
    font-weight: 600; }
    @media screen and (max-width: 800px) {
      .kouzaList__date {
        font-size: 12px; } }
  .kouzaList__btns {
    max-width: calc(100% - 40px);
    margin: 30px auto 0; }
    @media screen and (max-width: 800px) {
      .kouzaList__btns {
        max-width: 100%;
        margin: 10px auto 0; } }
    .kouzaList__btns .btns__btn {
      height: 48px; }
      @media screen and (max-width: 800px) {
        .kouzaList__btns .btns__btn {
          height: 36px;
          font-size: 14px; } }
  .kouzaList__thum {
    display: block;
    max-height: 200px;
    height: 17vw;
    width: 100%;
    border-radius: 30px 0 0 0;
    overflow: hidden; }
    @media screen and (max-width: 800px) {
      .kouzaList__thum {
        max-height: 100%;
        height: 25vw;
        border-radius: 20px 0 0 0; } }
  .kouzaList__thumInner {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%; }
    .kouzaList__thumInner img {
      width: 100%;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      display: block; }

.recommend {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media screen and (max-width: 800px) {
    .recommend {
      padding-top: 25px;
      padding-bottom: 0px; } }

.deadLine {
  background: url("../img/bg_texture5.png") center bottom 50px no-repeat;
  background-size: contain;
  padding-bottom: 100px; }
  @media screen and (max-width: 800px) {
    .deadLine {
      padding-top: 25px;
      padding-bottom: 70px; } }

.bnr {
  margin: 100px auto;
  max-width: 830px;
  width: calc(100% - 80px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 50px;
  border-radius: 30px;
  background: #DA243F;
  background: linear-gradient(149deg, #da243f 0%, #930e14 36%, #ff2f56 100%);
  color: #FFF;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16); }
  @media screen and (max-width: 800px) {
    .bnr {
      width: 100%;
      padding: 25px;
      border-radius: 20px;
      flex-direction: column-reverse;
      margin: 50px auto 0; } }
  .bnr__detail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-right: 40px; }
    @media screen and (max-width: 800px) {
      .bnr__detail {
        padding-right: 0; } }
  .bnr__icon {
    text-align: center; }
    @media screen and (max-width: 800px) {
      .bnr__icon {
        display: none; } }
  .bnr__thum {
    width: calc(100%/2 - 90px); }
    @media screen and (max-width: 800px) {
      .bnr__thum {
        width: 100%; } }
  .bnr__ttl {
    font-size: 26px;
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "MS Mincho";
    line-height: 1.6;
    letter-spacing: 1px;
    margin-bottom: 30px; }
    @media screen and (max-width: 800px) {
      .bnr__ttl {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 10px; } }
  .bnr__ttlInner {
    font-size: 26px; }
  .bnr__txt {
    font-weight: 600; }
  .bnr img {
    display: block;
    width: 100%; }

.topNews {
  background-image: url("../img/bg_texture3.png"), url("../img/bg_news.jpg");
  background-repeat: no-repeat;
  background-size: contain, cover;
  background-position: center top 50px, center;
  padding: 25px 0 0; }
  .topNews__box {
    position: relative; }
  .topNews__boxInner {
    position: relative;
    padding-left: 120px;
    padding-top: 70px;
    padding-bottom: 70px; }
    @media screen and (max-width: 800px) {
      .topNews__boxInner {
        padding-left: 20px;
        padding-top: 30px;
        padding-bottom: 70px; } }
    .topNews__boxInner:before {
      content: "";
      position: absolute;
      top: 0;
      left: 60px;
      /* ここがポイント */
      width: calc(100vw - ((100vw - 1104px) / 2));
      /* ここがポイント */
      height: 100%;
      background: rgba(255, 255, 255, 0.75);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      border-radius: 30px 0 0 0; }
      @media screen and (max-width: 800px) {
        .topNews__boxInner:before {
          left: 0px; } }
  .topNews__dl {
    position: relative;
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    font-weight: 600;
    border-bottom: 1px solid #E0BCBE;
    padding-bottom: 15px;
    margin-bottom: 20px; }
  .topNews__dt {
    width: 110px;
    color: #930E14; }
    @media screen and (max-width: 800px) {
      .topNews__dt {
        width: 100%; } }
  .topNews__dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-left: 30px; }
    @media screen and (max-width: 800px) {
      .topNews__dd {
        padding: 10px 0 0 0; } }
  .topNews__link:hover {
    opacity: 1;
    text-decoration: underline;
    color: #930E14; }
  .topNews__btn {
    max-width: 380px; }

.links {
  background: url("../img/bg_texture4.png") center bottom no-repeat;
  background-size: contain;
  padding-top: 80px;
  padding-bottom: 150px; }
  @media screen and (max-width: 800px) {
    .links {
      padding-top: 70px;
      padding-bottom: 70px; } }
  .links__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between; }
  .links__bnr {
    background: #F7ECEE;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    border-radius: 35px 0 0 0;
    box-sizing: border-box;
    font-weight: 600;
    padding: 10px 10px 10px 30px;
    align-items: center;
    width: calc(100%/2 - 10px);
    margin-bottom: 20px; }
    @media screen and (max-width: 800px) {
      .links__bnr {
        width: 100%;
        padding: 10px 10px 10px 20px;
        margin-bottom: 10px; } }
  .links__bnrLarge {
    margin: auto;
    max-width: 570px;
    display: block; }
  .links__txt {
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-top: 5px; }
    @media screen and (max-width: 800px) {
      .links__txt {
        font-size: 14px; } }
  .links__icon {
    width: 50px;
    display: block; }
    @media screen and (max-width: 800px) {
      .links__icon {
        width: 30px; } }

.footer {
  background: linear-gradient(180deg, #930e14 0%, #6d060b 100%);
  padding-top: 50px;
  position: relative; }
  .footer__toTop {
    display: block;
    width: 85px;
    position: fixed;
    right: 20px;
    bottom: 10px; }
    @media screen and (max-width: 800px) {
      .footer__toTop {
        width: 50px;
        right: 5px;
        top: auto;
        bottom: 5px; } }
  .footer__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 800px) {
      .footer__wrap {
        display: block; } }
  .footer__logo {
    display: block;
    width: 200px; }
    @media screen and (max-width: 800px) {
      .footer__logo {
        margin: 0 auto 20px; } }
  .footer__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 800px) {
      .footer__list {
        padding: 0 30px; } }
  .footer__li {
    margin-right: 30px; }
    @media screen and (max-width: 800px) {
      .footer__li {
        margin: 0 0 10px;
        font-size: 14px;
        width: calc(100%/3);
        text-align: center; } }
    .footer__li:last-of-type {
      margin-right: 0; }
  .footer__link {
    color: #FFF;
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "MS Mincho"; }
  .footer__copy {
    text-align: center;
    background: #930E14;
    color: #FFF;
    font-size: 13px;
    padding: 10px;
    margin-top: 60px; }
    @media screen and (max-width: 800px) {
      .footer__copy {
        margin-top: 20px;
        font-size: 10px;
        padding: 5px; } }

.pageTtl {
  background: #930E14;
  background: linear-gradient(180deg, #930e14 0%, #6d060b 100%);
  height: 215px;
  padding-bottom: 10px; }
  @media screen and (max-width: 800px) {
    .pageTtl {
      height: 140px; } }
  .pageTtl__inner {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    color: #FFF;
    max-width: 1104px;
    margin: auto;
    position: relative;
    padding: 0 40px; }
    @media screen and (max-width: 800px) {
      .pageTtl__inner {
        padding: 0 20px; } }
  .pageTtl__ttl {
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "MS Mincho";
    font-size: 36px;
    margin-right: 20px;
    letter-spacing: 2px; }
    @media screen and (max-width: 800px) {
      .pageTtl__ttl {
        font-size: 24px;
        letter-spacing: 1px; } }
  .pageTtl__box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .pageTtl__en {
    position: relative;
    margin-left: 50px;
    font-size: 24px;
    letter-spacing: 1px; }
    @media screen and (max-width: 800px) {
      .pageTtl__en {
        margin-left: 20px;
        font-size: 16px; } }
    .pageTtl__en:before {
      content: "";
      height: 1px;
      width: 30px;
      background: #FFF;
      position: absolute;
      top: 50%;
      left: -40px; }
      @media screen and (max-width: 800px) {
        .pageTtl__en:before {
          width: 15px;
          left: -25px; } }

.pan {
  max-width: 1104px;
  margin: auto;
  position: relative;
  padding: 0 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 50px; }
  @media screen and (max-width: 800px) {
    .pan {
      padding: 0 20px; } }
  @media screen and (max-width: 800px) {
    .pan {
      margin-top: 10px;
      margin-bottom: 30px; } }
  .pan__item {
    padding-left: 30px;
    position: relative; }
    @media screen and (max-width: 800px) {
      .pan__item {
        padding-left: 17px; } }
    .pan__item a {
      color: #930E14; }
      @media screen and (max-width: 800px) {
        .pan__item a {
          font-size: 12px; } }
    .pan__item:before {
      content: ">";
      position: absolute;
      left: 10px;
      top: -1px; }
      @media screen and (max-width: 800px) {
        .pan__item:before {
          left: 4px;
          top: 0px; } }
    .pan__item:first-of-type {
      padding-left: 0;
      margin-left: 0; }
      .pan__item:first-of-type:before {
        content: none; }

.panW {
  color: #FFF; }
  .panW a {
    color: #FFF; }

.resultTtl {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "MS Mincho";
  font-size: 26px;
  letter-spacing: 2px; }
  @media screen and (max-width: 800px) {
    .resultTtl {
      font-size: 20px;
      letter-spacing: 1px;
      line-height: 1.3;
      margin-bottom: 15px; } }
  .resultTtl__count {
    font-size: 48px;
    display: inline-block;
    margin: 0 5px; }
    @media screen and (max-width: 800px) {
      .resultTtl__count {
        font-size: 30px; } }
  @media screen and (max-width: 800px) {
    .resultTtl__lead {
      display: block; } }

.refineSearch__dt {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "MS Mincho";
  color: #FFF;
  background: #930E14;
  border-radius: 100px;
  font-size: 20px;
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  letter-spacing: 2px;
  box-sizing: border-box;
  padding: 0 25px;
  cursor: pointer;
  background: url("../img/arrow2.svg") right 25px center no-repeat #930E14;
  background-size: 18px; }
  @media screen and (max-width: 800px) {
    .refineSearch__dt {
      font-size: 16px;
      height: 50px; } }
.refineSearch__dt.active {
  background: url("../img/arrow.svg") right 25px center no-repeat #930E14;
  background-size: 18px; }
.refineSearch__icon {
  position: relative;
  display: inline-block;
  margin: 0 10px 0 0; }
.refineSearch__dd {
  display: none; }
.refineSearch__box {
  padding: 20px; }
  @media screen and (max-width: 800px) {
    .refineSearch__box {
      padding: 20px 0; } }

.filterSort {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between;
  align-items: center;
  margin: 30px 0; }
  @media screen and (max-width: 800px) {
    .filterSort {
      flex-direction: column-reverse;
      align-items: flex-start;
      margin: 30px 0 30px; } }
  .filterSort__sort {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    border-radius: 6px;
    border: 1px solid #E0BCBE;
    padding: 10px 20px;
    font-weight: 600;
    color: #930E14; }
    @media screen and (max-width: 800px) {
      .filterSort__sort {
        padding: 10px 10px 5px;
        margin-bottom: 20px;
        width: 100%; } }
  @media screen and (max-width: 800px) {
    .filterSort__sortLabel {
      display: block;
      width: 100%;
      display: block;
      width: 100%;
      margin: 0 0 10px;
      text-align: center;
      background: #F7ECEE; } }
  .filterSort__sortLabelInner {
    display: none; }
    @media screen and (max-width: 800px) {
      .filterSort__sortLabelInner {
        display: inline; } }
  .filterSort__sortBtn {
    margin-right: 10px;
    font-weight: 600;
    appearance: none;
    -webkit-appearance: none;
    color: #930E14;
    border: none;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 0 15px;
    background: none; }
    @media screen and (max-width: 800px) {
      .filterSort__sortBtn {
        padding: 4px 15px 3px;
        height: 30px;
        margin: 0 0 5px; } }
    .filterSort__sortBtn:last-of-type {
      margin-right: 0; }
  .filterSort__sortBtnActive {
    background: #930E14;
    color: #FFF; }
  .filterSort__sortLabelIcon {
    display: inline-block;
    position: relative;
    margin: 0 10px 0 0;
    width: 19px;
    vertical-align: middle;
    top: -1px; }

.kouzaHead {
  background: #A83D43;
  padding: 0 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between;
  min-height: 80px;
  padding-bottom: 20px; }
  @media screen and (max-width: 800px) {
    .kouzaHead {
      display: block;
      padding: 15px 15px 10px; } }
  .kouzaHead__statusInner {
    width: 110px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #FFF;
    height: 100%;
    align-items: center;
    border-radius: 0 0 10px 10px;
    position: relative;
    overflow: hidden; }
    .kouzaHead__statusInner:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, white 100%); }
    @media screen and (max-width: 800px) {
      .kouzaHead__statusInner {
        width: 100%;
        border-radius: 0; } }
  .kouzaHead__statusInnerTxt {
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "MS Mincho";
    font-size: 20px;
    color: #930E14;
    position: relative; }
    @media screen and (max-width: 800px) {
      .kouzaHead__statusInnerTxt {
        font-size: 16px; } }
  .kouzaHead__wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    padding-left: 20px;
    padding-top: 10px;
    align-items: flex-end; }
    @media screen and (max-width: 800px) {
      .kouzaHead__wrap {
        padding: 10px 0 0 0;
        display: block; } }
  .kouzaHead__deadLine {
    color: #FFF;
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "MS Mincho";
    letter-spacing: 1px;
    line-height: 1.4; }
    @media screen and (max-width: 800px) {
      .kouzaHead__deadLine {
        margin-bottom: 15px;
        border-bottom: 1px solid #F7ECEE;
        padding-bottom: 5px;
        text-align: center;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        letter-spacing: 0; } }
  .kouzaHead__deadLineDate {
    box-sizing: border-box;
    font-size: 12px;
    margin-left: 10px; }
  .kouzaHead__deadLineNum {
    font-size: 26px;
    display: inline-block;
    margin: 0 5px 0 0; }
  .kouzaHead__meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 600; }
  .kouzaHead__metaLabel {
    color: #FFF; }
    @media screen and (max-width: 800px) {
      .kouzaHead__metaLabel {
        font-size: 12px;
        margin: 0 7px 5px; } }
  .kouzaHead__tags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
  .kouzaHead__tag {
    border-radius: 100px;
    background: #FFF;
    box-sizing: border-box;
    padding: 5px 15px;
    color: #930E14;
    margin: 0 10px; }
    @media screen and (max-width: 800px) {
      .kouzaHead__tag {
        padding: 1px 10px;
        font-size: 12px;
        margin: 0 5px 5px 0; } }
    .kouzaHead__tag:last-of-type {
      margin-right: 0; }

.kouzaHeadClose {
  background: #B5B5B5; }
  .kouzaHeadClose .kouzaHead__tag {
    color: #B5B5B5; }
  .kouzaHeadClose .kouzaHead__statusInner {
    background: none;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF; }
  .kouzaHeadClose .kouzaHead__statusInnerTxt {
    color: #FFF; }

.kouzaHeadDetail {
  border-radius: 30px 0 0 0;
  overflow: hidden; }
  @media screen and (max-width: 800px) {
    .kouzaHeadDetail {
      border-radius: 15px 0 0 0; } }

.kouzaTtls__ttl {
  color: #930E14;
  font-size: 36px;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "MS Mincho";
  letter-spacing: 1px;
  line-height: 1.4; }
  @media screen and (max-width: 800px) {
    .kouzaTtls__ttl {
      font-size: 26px; } }
@media screen and (max-width: 800px) {
  .kouzaTtls__subTtl {
    font-size: 14px; } }

.kouzaCont {
  border: 1px solid #930E14;
  padding: 40px;
  margin-bottom: 60px; }
  @media screen and (max-width: 800px) {
    .kouzaCont {
      margin-bottom: 40px;
      padding: 15px; } }

.kouzaContBg {
  background: #F7ECEE; }
  .kouzaContBg .kouzaInfo {
    background: #FFF; }

.kouzaContClose {
  border: 1px solid #B5B5B5; }
  .kouzaContClose .kouzaTtls__ttl,
  .kouzaContClose .kouzaTtls__subTtl {
    color: #7A7A7A; }
  .kouzaContClose .kouzaInfo {
    background: #E2E2E2; }
  .kouzaContClose .kouzaInfo__label {
    background: #B5B5B5; }

.kouzaDetail {
  padding: 40px; }
  @media screen and (max-width: 800px) {
    .kouzaDetail {
      padding: 20px 15px 15px; } }
  .kouzaDetail .kouzaTtls {
    margin-bottom: 40px; }
    @media screen and (max-width: 800px) {
      .kouzaDetail .kouzaTtls {
        margin-bottom: 20px; } }
  .kouzaDetail__box {
    padding-top: 50px;
    margin-bottom: 50px;
    border-top: 1px solid #F0DDDE; }
    @media screen and (max-width: 800px) {
      .kouzaDetail__box {
        padding-top: 30px;
        margin-bottom: 30px; } }
  .kouzaDetail__subTtl {
    color: #930E14;
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "MS Mincho";
    font-size: 24px;
    margin-bottom: 20px; }
  @media screen and (max-width: 800px) {
    .kouzaDetail__txt {
      font-size: 14px; } }

.kouzaMovie {
  background: #FFF;
  border-radius: 30px; }
  @media screen and (max-width: 800px) {
    .kouzaMovie {
      border-radius: 15px; } }
  .kouzaMovie__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    align-items: flex-start; }
    @media screen and (max-width: 800px) {
      .kouzaMovie__wrap {
        flex-direction: column-reverse; } }
  .kouzaMovie__meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 600; }
    @media screen and (max-width: 800px) {
      .kouzaMovie__meta {
        margin-bottom: 10px; } }
  .kouzaMovie__metaLabel {
    color: #930E14; }
    @media screen and (max-width: 800px) {
      .kouzaMovie__metaLabel {
        font-size: 12px;
        margin: 0 7px 5px; } }
  .kouzaMovie__tags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
  .kouzaMovie__tag {
    background: #930E14;
    box-sizing: border-box;
    padding: 5px 15px;
    color: #FFF;
    margin: 0 10px; }
    @media screen and (max-width: 800px) {
      .kouzaMovie__tag {
        padding: 1px 10px;
        font-size: 12px;
        margin: 0 5px 5px 0; } }
    .kouzaMovie__tag:last-of-type {
      margin-right: 0; }
  .kouzaMovie .kouzaTtls {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-right: 20px; }
    @media screen and (max-width: 800px) {
      .kouzaMovie .kouzaTtls {
        padding-right: 0; } }
  .kouzaMovie__movieBox {
    background: #F7ECEE;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    margin: 0 0 20px;
    padding: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    cursor: pointer; }
    @media screen and (max-width: 800px) {
      .kouzaMovie__movieBox {
        padding: 15px; } }
  .kouzaMovie__movieIcon {
    width: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    @media screen and (max-width: 800px) {
      .kouzaMovie__movieIcon {
        width: 60px; } }
    .kouzaMovie__movieIcon img {
      display: block;
      width: 45px;
      margin-left: 10px; }
      @media screen and (max-width: 800px) {
        .kouzaMovie__movieIcon img {
          width: 30px; } }
  .kouzaMovie__movieBoxInner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%; }
  .kouzaMovie__movieTtl {
    color: #930E14;
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "MS Mincho";
    font-size: 18px; }
    @media screen and (max-width: 800px) {
      .kouzaMovie__movieTtl {
        font-size: 16px;
        line-height: 1.4;
        margin: 0 0 5px; } }
  .kouzaMovie__movieTxt {
    font-size: 14px;
    line-height: 1.4; }
    @media screen and (max-width: 800px) {
      .kouzaMovie__movieTxt {
        font-size: 12px; } }

.kouzaInfo {
  border-radius: 30px;
  background: #F7ECEE;
  padding: 30px 30px 20px;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: 600;
  margin: 30px 0;
  /* 2カラム用 */ }
  @media screen and (max-width: 800px) {
    .kouzaInfo {
      padding: 10px;
      border-radius: 10px;
      margin: 10px 0 30px; } }
  .kouzaInfo__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
  .kouzaInfo__item {
    width: 100%;
    background: #FFF;
    border-radius: 999px;
    padding: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border: 1px solid #F7ECEE; }
    @media screen and (max-width: 800px) {
      .kouzaInfo__item {
        border-radius: 10px;
        display: block; } }
  .kouzaInfo__itemHalf {
    width: calc(100% / 2 - 5px); }
    @media screen and (max-width: 800px) {
      .kouzaInfo__itemHalf {
        width: 100%; } }
  .kouzaInfo__itemHalf--left {
    margin-right: 10px; }
    @media screen and (max-width: 800px) {
      .kouzaInfo__itemHalf--left {
        margin-right: 0; } }
  .kouzaInfo__label {
    background: #a83a3a;
    color: #fff;
    border-radius: 999px;
    min-width: 135px;
    margin-right: 30px;
    box-sizing: border-box;
    padding: 2px 0 0 0;
    text-align: center; }
    @media screen and (max-width: 800px) {
      .kouzaInfo__label {
        min-width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 14px;
        border-radius: 5px; } }
  .kouzaInfo__value {
    flex: 1; }
    @media screen and (max-width: 800px) {
      .kouzaInfo__value {
        font-size: 14px; } }

.kouzaBtns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%; }
  .kouzaBtns__sTxt {
    font-size: 14px;
    display: inline-block;
    position: relative; }
  .kouzaBtns__btn {
    width: 100%;
    width: calc(100%/2 - 90px);
    margin: 0 10px;
    border: 1px solid #930E14;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 0 20px; }
    @media screen and (max-width: 800px) {
      .kouzaBtns__btn {
        padding: 0;
        width: 100%;
        margin-bottom: 20px; } }
  .kouzaBtns__btn1 {
    background: #FFF;
    color: #930E14; }
    .kouzaBtns__btn1:before {
      background: url(../img/arrow_btn3.svg) no-repeat;
      background-size: 7px; }
    .kouzaBtns__btn1:hover {
      opacity: 1;
      background: #F7ECEE; }
  .kouzaBtns__btn2:before {
    background: url("../img/icon_blank2.svg") no-repeat;
    background-size: 15px;
    height: 15px;
    width: 15px;
    top: calc(50% - 7.5px); }
  .kouzaBtns__btn3 {
    background: #B5B5B5;
    border: none;
    box-shadow: none; }
    .kouzaBtns__btn3:before {
      content: none; }

.pageNation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 0 20px; }
  .pageNation__next, .pageNation__prev {
    display: inline-block;
    width: 34.96px;
    position: relative; }
    @media screen and (max-width: 800px) {
      .pageNation__next, .pageNation__prev {
        width: 25px;
        top: -7px; } }
  .pageNation__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 20px 15px; }
    @media screen and (max-width: 800px) {
      .pageNation__list {
        margin-bottom: 10px; } }
  .pageNation__item {
    margin: 0 10px; }
    @media screen and (max-width: 800px) {
      .pageNation__item {
        margin: 0 5px; } }
  .pageNation__link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 58px;
    height: 58px;
    background: #E0BCBE;
    border-radius: 100px; }
    @media screen and (max-width: 800px) {
      .pageNation__link {
        width: 38px;
        height: 38px; } }
  .pageNation__linkAc {
    background: #930E14; }
  .pageNation__number {
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
    font-size: 19px;
    color: #FFF;
    font-weight: bold;
    position: relative;
    top: 2px; }
  .pageNation__counter {
    text-align: center;
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 14px; }
    @media screen and (max-width: 800px) {
      .pageNation__counter {
        font-size: 10px; } }

.pageNationNews {
  margin-top: 40px; }
  @media screen and (max-width: 800px) {
    .pageNationNews {
      margin-top: 20px;
      padding: 0; } }
  .pageNationNews__btn {
    width: 310px; }
    @media screen and (max-width: 800px) {
      .pageNationNews__btn {
        width: 100px;
        font-size: 14px;
        height: 45px; } }
    @media screen and (max-width: 800px) {
      .pageNationNews__btn:before {
        content: none; } }
  .pageNationNews__list {
    align-items: center; }
  .pageNationNews__prev, .pageNationNews__next {
    position: relative;
    top: 4px; }
    @media screen and (max-width: 800px) {
      .pageNationNews__prev, .pageNationNews__next {
        display: none; } }
  .pageNationNews__link {
    color: #930E14;
    text-decoration: underline;
    font-weight: 600; }
    @media screen and (max-width: 800px) {
      .pageNationNews__link {
        font-size: 14px; } }

.aboutLead__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 800px) {
    .aboutLead__wrap {
      flex-direction: column-reverse; } }
.aboutLead__logo {
  width: calc(100%/2 - 80px); }
  @media screen and (max-width: 800px) {
    .aboutLead__logo {
      width: 100%;
      max-width: 300px;
      margin: 0 auto 20px; } }
.aboutLead__detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  padding-right: 50px; }
  @media screen and (max-width: 800px) {
    .aboutLead__detail {
      width: 100%;
      padding-right: 0; } }

.aboutFlow {
  margin-top: 100px;
  margin-bottom: -81px;
  padding: 25px 0 100px;
  background-image: url("../img/bg_texture6.png"), url("../img/bg_pink.png");
  background-repeat: repeat-y, repeat-y;
  background-size: contain, cover;
  background-position: center top, center top; }
  @media screen and (max-width: 800px) {
    .aboutFlow {
      margin-top: 70px;
      background-size: contain, cover; } }
  .aboutFlow .topTtls__en,
  .aboutFlow .topTtls__ttl {
    color: #FFF; }
  .aboutFlow__inner {
    max-width: 1000px;
    padding: 0 40px;
    margin: auto;
    position: relative; }
    @media screen and (max-width: 800px) {
      .aboutFlow__inner {
        padding: 0 20px; } }
  @media screen and (max-width: 800px) and (max-width: 800px) {
    .aboutFlow__inner {
      padding: 0; } }

    .aboutFlow__inner:before {
      content: "";
      width: 2px;
      height: 100%;
      background: #F4E7E8;
      position: absolute;
      left: 145px;
      top: 0; }
      @media screen and (max-width: 800px) {
        .aboutFlow__inner:before {
          left: calc(50% - 1px); } }
  .aboutFlow__wrap {
    background: #F4E7E8;
    border-radius: 100000px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    box-sizing: border-box;
    align-items: center;
    position: relative;
    padding: 15px; }
    @media screen and (max-width: 800px) {
      .aboutFlow__wrap {
        margin-bottom: 25px;
        border-radius: 20px; } }
    @media screen and (max-width: 800px) {
      .aboutFlow__wrap:last-of-type {
        margin-bottom: 0; } }
  .aboutFlow__numbers {
    width: 175px;
    height: 175px;
    border: 1px solid #930E14;
    border-radius: 10000px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #930E14; }
    @media screen and (max-width: 800px) {
      .aboutFlow__numbers {
        width: 75px;
        height: 75px; } }
  .aboutFlow__numbersStep {
    font-size: 20px; }
    @media screen and (max-width: 800px) {
      .aboutFlow__numbersStep {
        font-size: 10px; } }
  .aboutFlow__number {
    font-size: 70px;
    line-height: 70px;
    position: relative;
    margin-top: -20px; }
    @media screen and (max-width: 800px) {
      .aboutFlow__number {
        font-size: 40px;
        line-height: 40px;
        margin-top: -12px; } }
  .aboutFlow__detail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding: 0 30px; }
    @media screen and (max-width: 800px) {
      .aboutFlow__detail {
        padding: 0 15px; } }
  .aboutFlow__subTtl {
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "MS Mincho";
    font-size: 30px;
    color: #930E14;
    letter-spacing: 2px; }
    @media screen and (max-width: 800px) {
      .aboutFlow__subTtl {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 5px; } }
  .aboutFlow__txt, .aboutFlow__caution {
    color: #930E14; }
    @media screen and (max-width: 800px) {
      .aboutFlow__txt, .aboutFlow__caution {
        font-size: 13px;
        line-height: 1.4; } }
  .aboutFlow__caution {
    font-size: 12px; }

.movie {
  padding: 100px 0 100px;
  background-image: url("../img/bg_texture6.png"), url("../img/bg_pink.png");
  background-repeat: repeat-y, repeat-y;
  background-size: contain, cover;
  background-position: center top, center top;
  margin-top: -110px; }
  @media screen and (max-width: 800px) {
    .movie {
      margin-top: -70px;
      padding-top: 70px; } }

.otherKouza {
  padding-top: 100px; }
  @media screen and (max-width: 800px) {
    .otherKouza {
      padding-top: 70px; } }
  .otherKouza__ttl {
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "MS Mincho";
    font-size: 36px;
    color: #930E14;
    margin-bottom: 20px; }
    @media screen and (max-width: 800px) {
      .otherKouza__ttl {
        font-size: 20px;
        margin-bottom: 10px; } }

.news {
  margin-bottom: -81px;
  padding: 100px 0 100px;
  background-image: url("../img/bg_texture6.png"), url("../img/bg_pink.png");
  background-repeat: repeat-y, repeat-y;
  background-size: cover, cover;
  background-position: center top, center top;
  margin-top: -110px; }
  @media screen and (max-width: 800px) {
    .news {
      margin-top: -70px;
      padding-top: 70px; } }
  .news__header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    align-items: center;
    color: #930E14;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #F0DDDE; }
    @media screen and (max-width: 800px) {
      .news__header {
        flex-direction: column-reverse;
        align-items: flex-start;
        padding-bottom: 10px;
        margin-bottom: 20px; } }
  .news__ttl {
    font-size: 30px;
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "MS Mincho";
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-right: 20px; }
    @media screen and (max-width: 800px) {
      .news__ttl {
        padding-right: 0;
        font-size: 24px; } }
  .news__date {
    font-weight: 600;
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif; }
    @media screen and (max-width: 800px) {
      .news__date {
        font-size: 12px; } }
  @media screen and (max-width: 800px) {
    .news__txt {
      font-size: 14px; } }

.pwGate {
  min-height: 100svh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  z-index: 100;
  /*position: fixed;
  left: 0;
  top: 0;
  overflow: auto;*/ }
  @media screen and (max-width: 800px) {
    .pwGate {
      padding: 30px 15px; } }
  .pwGate__card {
    width: 100%;
    max-width: 600px;
    background: #FFF;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 30px; }
    @media screen and (max-width: 800px) {
      .pwGate__card {
        width: 100%;
        padding: 20px;
        border-radius: 15px; } }
  .pwGate__ttl {
    font-size: 34px;
    color: #930E14;
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "MS Mincho"; }
    @media screen and (max-width: 800px) {
      .pwGate__ttl {
        font-size: 26px; } }
  .pwGate__lead {
    margin: 0 0 20px;
    font-weight: 600; }
    @media screen and (max-width: 800px) {
      .pwGate__lead {
        font-size: 14px; } }
  .pwGate__note {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 18px; }
    @media screen and (max-width: 800px) {
      .pwGate__note {
        font-size: 16px; } }
  .pwGate__input {
    width: 100%;
    height: 50px;
    border-radius: 999px;
    border: 1px solid #e3e3e3;
    padding: 15px;
    font-size: 16px;
    outline: none;
    box-sizing: border-box; }
  .pwGate__hint {
    margin: 20px 0 30px;
    font-weight: 600;
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif; }
    @media screen and (max-width: 800px) {
      .pwGate__hint {
        margin: 10px 0 20px; } }
  .pwGate__btn {
    width: 300px;
    margin: auto;
    border: none; }
    @media screen and (max-width: 800px) {
      .pwGate__btn {
        width: 100%; } }
  .pwGate__help {
    border: 1px solid #8f1117;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 50px; }
    @media screen and (max-width: 800px) {
      .pwGate__help {
        margin-top: 30px;
        border-radius: 10px; } }
    .pwGate__helpHead {
      margin: 0;
      padding: 14px 18px;
      background: #8f1117;
      color: #fff;
      font-size: 14px;
      text-align: center;
      letter-spacing: .06em; }
      @media screen and (max-width: 800px) {
        .pwGate__helpHead {
          padding: 10px; } }
    .pwGate__helpBody {
      padding: 20px;
      font-size: 14px; }
      @media screen and (max-width: 800px) {
        .pwGate__helpBody {
          padding: 15px; } }
      .pwGate__helpBody li {
        text-indent: -1em;
        padding-left: 1em; }

.mvVideo {
  position: relative;
}
.mvVideo video {
  display: block;
  width: 100%;
  height: auto;
}
.mvVideo__soundBtn {
  position: absolute;
  right: 16px;
  top: 82px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 9999px;
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.mvVideo__soundBtn:hover {
  background: rgba(0, 0, 0, 0.5);
}
.mvVideo__soundIcon {
  display: none;
  line-height: 1;
}
.mvVideo__soundBtn:not(.is-muted) .mvVideo__soundIcon--on {
  display: inline-flex;
}
.mvVideo__soundBtn.is-muted .mvVideo__soundIcon--off {
  display: inline-flex;
}

@media screen and (max-width: 800px) {
  .mvVideo {
    margin-top: 60px;
  }
  .mvVideo__soundBtn {
    top: 16px;
  }
}
