@charset "UTF-8";
/*-------------------------------------------------------
BASE
-------------------------------------------------------*/
/*
@include custom_max(1440){
  width: calc(100 / 1440 * 100vw);
}
*/
/*-------------------------------------------------------
MODULE
-------------------------------------------------------*/
.is-pc {
  display: inline-block; }
  @media screen and (max-width: 750px) {
    .is-pc {
      display: none; } }

.is-pc-tablet {
  display: inline-block; }
  @media screen and (max-width: 1024px) {
    .is-pc-tablet {
      display: none; } }

.is-tablet {
  display: none; }
  @media screen and (max-width: 1024px) {
    .is-tablet {
      display: inline-block; } }

.is-tablet-sp {
  display: none; }
  @media screen and (max-width: 1024px) {
    .is-tablet-sp {
      display: inline-block; } }
  @media screen and (max-width: 750px) {
    .is-tablet-sp {
      display: none; } }

.is-sp {
  display: none; }
  @media screen and (max-width: 750px) {
    .is-sp {
      display: inline-block; } }

.is-sp320 {
  display: none; }
  @media screen and (max-width: 320px) {
    .is-sp320 {
      display: inline-block; } }

/*-------------------------------------------------------
PAGE
-------------------------------------------------------*/
.box_content .content_items article .dateBox {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
  margin: 0 0 40px;
  text-align: center; }
  .box_content .content_items article .dateBox span {
    padding: 8px 24px;
    font-size: 25px;
    line-height: 1;
    color: #fff;
    box-sizing: border-box; }
    @media screen and (max-width: 641px) {
      .box_content .content_items article .dateBox span {
        padding: 8px 20px;
        font-size: 20px; } }
    .box_content .content_items article .dateBox span.icoBefore {
      color: #064324;
      font-weight: 700;
      border: 2px solid #064324; }
    .box_content .content_items article .dateBox span.icoOpen {
      background: #064324;
      border: 2px solid #064324; }
    .box_content .content_items article .dateBox span.icoClosed {
      background: #c61628;
      border: 2px solid #c61628; }
.box_content .content_items article .posterBox {
  line-height: 0; }
  .box_content .content_items article .posterBox figure {
    margin: 0; }
    .box_content .content_items article .posterBox figure img {
      width: 100%;
      height: auto; }
.box_content .content_items article .infoBox {
  margin-top: 40px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif; }
  @media screen and (max-width: 641px) {
    .box_content .content_items article .infoBox {
      margin-top: 30px; } }
  .box_content .content_items article .infoBox__list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 30px;
    padding: 30px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box; }
    @media screen and (max-width: 641px) {
      .box_content .content_items article .infoBox__list {
        margin-top: 20px;
        padding: 20px 0; } }
    .box_content .content_items article .infoBox__list dl {
      display: flex;
      align-items: flex-start;
      width: 48%;
      font-weight: 500; }
      @media screen and (max-width: 641px) {
        .box_content .content_items article .infoBox__list dl {
          width: 100%; } }
      .box_content .content_items article .infoBox__list dl:nth-of-type(n+3) {
        margin-top: 18px; }
      @media screen and (max-width: 641px) {
        .box_content .content_items article .infoBox__list dl:nth-of-type(n+2) {
          margin-top: 18px; } }
      .box_content .content_items article .infoBox__list dl dt {
        width: 7em;
        font-size: 17px; }
        @media screen and (max-width: 641px) {
          .box_content .content_items article .infoBox__list dl dt {
            font-size: 14px; } }
        .box_content .content_items article .infoBox__list dl dt span {
          display: inline-block;
          width: 6em;
          padding: 9px 8px 8px;
          text-align: center;
          background: #F2F3F4;
          box-sizing: border-box; }
      .box_content .content_items article .infoBox__list dl dd {
        width: calc(100% - 7em);
        margin-top: 8px; }
.box_content .content_items article .wizzywigBox {
  margin-top: 40px; }
  @media screen and (max-width: 641px) {
    .box_content .content_items article .wizzywigBox {
      margin-top: 30px; } }
  .box_content .content_items article .wizzywigBox h1,
  .box_content .content_items article .wizzywigBox h2,
  .box_content .content_items article .wizzywigBox h3,
  .box_content .content_items article .wizzywigBox h4,
  .box_content .content_items article .wizzywigBox h5,
  .box_content .content_items article .wizzywigBox h6 {
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
    margin: 30px 0 0;
    padding: 0;
    text-align: left;
    font-weight: 500;
    line-height: 1.5; }
    .box_content .content_items article .wizzywigBox h1:first-letter,
    .box_content .content_items article .wizzywigBox h2:first-letter,
    .box_content .content_items article .wizzywigBox h3:first-letter,
    .box_content .content_items article .wizzywigBox h4:first-letter,
    .box_content .content_items article .wizzywigBox h5:first-letter,
    .box_content .content_items article .wizzywigBox h6:first-letter {
      color: inherit; }
    .box_content .content_items article .wizzywigBox h1::before, .box_content .content_items article .wizzywigBox h1::after,
    .box_content .content_items article .wizzywigBox h2::before,
    .box_content .content_items article .wizzywigBox h2::after,
    .box_content .content_items article .wizzywigBox h3::before,
    .box_content .content_items article .wizzywigBox h3::after,
    .box_content .content_items article .wizzywigBox h4::before,
    .box_content .content_items article .wizzywigBox h4::after,
    .box_content .content_items article .wizzywigBox h5::before,
    .box_content .content_items article .wizzywigBox h5::after,
    .box_content .content_items article .wizzywigBox h6::before,
    .box_content .content_items article .wizzywigBox h6::after {
      display: none; }
  .box_content .content_items article .wizzywigBox h1 {
    position: relative;
    padding: 22px 30px;
    font-size: 26px;
    color: #fff;
    background: #191919;
    box-sizing: border-box; }
    @media screen and (max-width: 641px) {
      .box_content .content_items article .wizzywigBox h1 {
        padding: 14px 24px;
        font-size: 20px; } }
    .box_content .content_items article .wizzywigBox h1::before {
      content: "";
      position: absolute;
      top: 20%;
      left: 18px;
      width: 3px;
      height: 60%;
      background: #fff;
      border-radius: 100px; }
  .box_content .content_items article .wizzywigBox h2 {
    padding: 22px 30px;
    font-size: 26px;
    border: 1px solid #191919;
    box-shadow: 6px 6px 0 #191919;
    box-sizing: border-box; }
    @media screen and (max-width: 641px) {
      .box_content .content_items article .wizzywigBox h2 {
        padding: 14px 24px;
        font-size: 20px; } }
  .box_content .content_items article .wizzywigBox h3 {
    position: relative;
    padding: 22px 30px;
    font-size: 26px;
    background: #EDEAE4;
    box-sizing: border-box; }
    @media screen and (max-width: 641px) {
      .box_content .content_items article .wizzywigBox h3 {
        padding: 14px 24px;
        font-size: 20px; } }
    .box_content .content_items article .wizzywigBox h3::before {
      display: inline-block;
      content: "";
      position: absolute;
      top: 20px;
      left: 10px;
      width: 5px;
      height: calc(100% - 40px);
      border-radius: 100px;
      background: #191919; }
      @media screen and (max-width: 641px) {
        .box_content .content_items article .wizzywigBox h3::before {
          top: 10px;
          width: 3px;
          height: calc(100% - 20px); } }
  .box_content .content_items article .wizzywigBox h4 {
    position: relative;
    padding: 12px 0 12px 30px;
    font-size: 24px;
    border-left: 1px solid #191919;
    box-sizing: border-box; }
    @media screen and (max-width: 641px) {
      .box_content .content_items article .wizzywigBox h4 {
        padding: 12px 0 12px 24px;
        font-size: 18px; } }
  .box_content .content_items article .wizzywigBox h5 {
    position: relative;
    padding: 0 0 10px 30px;
    font-size: 22px;
    border-bottom: 1px solid #191919;
    box-sizing: border-box; }
    @media screen and (max-width: 641px) {
      .box_content .content_items article .wizzywigBox h5 {
        padding: 0 0 8px 24px;
        font-size: 18px; } }
    .box_content .content_items article .wizzywigBox h5::before {
      display: inline-block;
      content: "";
      position: absolute;
      top: 7px;
      left: 2px;
      width: 18px;
      height: 18px;
      background: url("../images/event/ico_dot_gray.svg") center/100% auto no-repeat; }
      @media screen and (max-width: 641px) {
        .box_content .content_items article .wizzywigBox h5::before {
          top: 5px;
          width: 12px;
          height: 12px; } }
  .box_content .content_items article .wizzywigBox h6 {
    position: relative;
    padding: 0 0 0 30px;
    font-size: 20px;
    color: #D96571;
    box-sizing: border-box; }
    @media screen and (max-width: 641px) {
      .box_content .content_items article .wizzywigBox h6 {
        padding: 0 0 0 24px;
        font-size: 16px; } }
    .box_content .content_items article .wizzywigBox h6::before {
      display: inline-block;
      content: "";
      position: absolute;
      top: 12px;
      left: 0;
      width: 18px;
      height: 2px;
      background: #D96571; }
      @media screen and (max-width: 641px) {
        .box_content .content_items article .wizzywigBox h6::before {
          top: 10px;
          width: 14px; } }
  .box_content .content_items article .wizzywigBox p {
    margin-top: 30px;
    text-align: justify;
    line-height: 2; }
    @media screen and (max-width: 641px) {
      .box_content .content_items article .wizzywigBox p {
        margin-top: 22px; } }
  .box_content .content_items article .wizzywigBox strong {
    font-weight: 900; }
  .box_content .content_items article .wizzywigBox em {
    font-style: italic; }
  .box_content .content_items article .wizzywigBox blockquote {
    margin: 1.5em 0;
    padding-left: 1em;
    font-style: italic;
    color: #666;
    background: #f9f9f9;
    border-left: 4px solid #ccc;
    box-sizing: border-box; }
  .box_content .content_items article .wizzywigBox pre {
    overflow-x: auto;
    padding: 1em;
    font-family: monospace;
    background: #f4f4f4;
    box-sizing: border-box; }
  .box_content .content_items article .wizzywigBox code {
    padding: 0.2em 0.4em;
    font-family: monospace;
    background: #f4f4f4;
    box-sizing: border-box; }
  .box_content .content_items article .wizzywigBox ul {
    margin-top: 30px;
    padding-left: 20px;
    box-sizing: border-box; }
    @media screen and (max-width: 641px) {
      .box_content .content_items article .wizzywigBox ul {
        margin-top: 22px; } }
    .box_content .content_items article .wizzywigBox ul li {
      list-style: disc; }
      .box_content .content_items article .wizzywigBox ul li:nth-of-type(n+2) {
        margin-top: 8px; }
  .box_content .content_items article .wizzywigBox ol {
    counter-reset: count 0;
    margin-top: 30px;
    box-sizing: border-box; }
    @media screen and (max-width: 641px) {
      .box_content .content_items article .wizzywigBox ol {
        margin-top: 22px; } }
    .box_content .content_items article .wizzywigBox ol li:nth-of-type(n+2) {
      margin-top: 8px; }
    .box_content .content_items article .wizzywigBox ol li::before {
      content: counter(count) ". ";
      counter-increment: count 1; }
  .box_content .content_items article .wizzywigBox table {
    width: 100%;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    box-sizing: border-box; }
    .box_content .content_items article .wizzywigBox table tr th,
    .box_content .content_items article .wizzywigBox table tr td {
      padding: 12px;
      border-bottom: 1px solid #ccc;
      border-left: 1px solid #ccc;
      box-sizing: border-box; }
      @media screen and (max-width: 641px) {
        .box_content .content_items article .wizzywigBox table tr th,
        .box_content .content_items article .wizzywigBox table tr td {
          padding: 8px; } }
  .box_content .content_items article .wizzywigBox .iframeBox {
    position: relative;
    width: 100%;
    padding-top: 56.25%; }
    .box_content .content_items article .wizzywigBox .iframeBox iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .box_content .content_items article .wizzywigBox img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-top: 30px; }
  .box_content .content_items article .wizzywigBox img.alignright {
    display: block;
    float: right;
    width: 40%;
    padding-left: 40px;
    box-sizing: border-box; }
    @media screen and (max-width: 641px) {
      .box_content .content_items article .wizzywigBox img.alignright {
        padding-left: 10px; } }
  .box_content .content_items article .wizzywigBox img.alignleft {
    display: block;
    float: left;
    width: 40%;
    padding-right: 40px;
    box-sizing: border-box; }
    @media screen and (max-width: 641px) {
      .box_content .content_items article .wizzywigBox img.alignleft {
        padding-right: 10px; } }
  .box_content .content_items article .wizzywigBox img.aligncenter {
    display: block;
    margin: 30px auto 0; }
    @media screen and (max-width: 641px) {
      .box_content .content_items article .wizzywigBox img.aligncenter {
        margin-top: 30px; } }
  .box_content .content_items article .wizzywigBox del, .box_content .content_items article .wizzywigBox ins {
    text-decoration: line-through; }
.box_content .content_items article .btnBox .contactBtn {
  margin-top: 60px;
  text-align: center; }
  @media screen and (max-width: 641px) {
    .box_content .content_items article .btnBox .contactBtn {
      margin-top: 40px; } }
  .box_content .content_items article .btnBox .contactBtn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 410px;
    width: 100%;
    margin: 0 auto;
    padding: 25px;
    text-decoration: none;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background: #c61628;
    box-sizing: border-box;
    transition: .39s; }
    @media screen and (max-width: 641px) {
      .box_content .content_items article .btnBox .contactBtn a {
        padding: 20px;
        font-size: 18px; } }
    .box_content .content_items article .btnBox .contactBtn a i {
      width: 30px;
      height: 30px;
      border: 2px #fff solid;
      border-radius: 50%;
      position: relative;
      margin-left: 20px;
      transition: all 0.3s; }
      @media screen and (max-width: 641px) {
        .box_content .content_items article .btnBox .contactBtn a i {
          margin-left: 12px; } }
      .box_content .content_items article .btnBox .contactBtn a i::before {
        position: absolute;
        content: "";
        left: 0;
        right: 3px;
        margin: 0 auto;
        top: calc(50% - 3px);
        width: 5px;
        height: 5px;
        border-top: 2px #fff solid;
        border-right: 2px #fff solid;
        transform: rotate(45deg); }
    .box_content .content_items article .btnBox .contactBtn a:hover {
      opacity: .66; }
.box_content .content_items article .btnBox .detailBtn {
  margin-top: 60px;
  text-align: center; }
  @media screen and (max-width: 641px) {
    .box_content .content_items article .btnBox .detailBtn {
      margin-top: 30px; } }
  .box_content .content_items article .btnBox .detailBtn a {
    position: relative;
    display: inline-block;
    padding: 10px 40px 10px 22px;
    text-decoration: none;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
    color: #fff;
    background: #000;
    box-sizing: border-box;
    transition: .39s; }
    .box_content .content_items article .btnBox .detailBtn a::before {
      position: absolute;
      right: 22px;
      top: calc(50% - 3px);
      content: "";
      width: 6px;
      height: 6px;
      border-left: solid 1px #fff;
      border-top: solid 1px #fff;
      transform: rotate(135deg); }
    .box_content .content_items article .btnBox .detailBtn a:hover {
      opacity: .66; }
