@charset "UTF-8";
/* =================================
common
================================= */
.wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
}

.content-inner {
  width: 1288px;
  margin: 0 auto;
}

@media (max-width: 1400px) {
  .content-inner {
    width: 92vw;
  }
}

.flex-wrap {
  width: 1288px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1400px) {
  .flex-wrap {
    width: 92vw;
  }
}

@media (max-width: 750px) {
  .flex-wrap {
    width: 100%;
  }
}

/* =================================
記事内パーツ
================================= */
.news-details__content {
  /* =================================
    本文
    ================================= */
  /* =================================
    矢印アイコン付きリンク
    ================================= */
  /* =================================
    テーブル
    ================================= */
  /* =================================
    画像＋回り込みテキスト
    ================================= */
  /* =================================
    キャプション＋画像＋テキスト
    ================================= */
  /* =================================
    アコーディオン
    ================================= */
  /* =================================
    ドット付きリスト
    ================================= */
  /* =================================
    番号リスト
    ================================= */
  /* =================================
    YouTube埋め込み
    ================================= */
  /* =================================
    大きいボタン
    ================================= */
  /* =================================
    シングルイメージ
    ================================= */
  /* =================================
    インタビュー
    ================================= */
  /* =================================
    二重囲みブロック
    ================================= */
  /* =================================
    罫線
    ================================= */
  /* =================================
    引用
    ================================= */
  /* =================================
    Paragraph Style / Gray
    ================================= */
  /* =================================
    Paragraph Style / Bordered
    ================================= */
  /* =================================
    inline class / Highlighted
    ================================= */
  /* =================================
    gamepad
    ================================= */
}

.news-details__content *, .news-details__content ::after, .news-details__content ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.news-details__content strong,
.news-details__content .color_cream {
  color: #ffffcc;
  font-weight: bold;
}

.news-details__content a strong,
.news-details__content strong a,
.news-details__content .link_bold {
  color: #ffcc00;
  font-weight: bold;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.news-details__content a strong:hover,
.news-details__content strong a:hover,
.news-details__content .link_bold:hover {
  color: #ffe08d;
}

.news-details__content .link_arw {
  margin: 1.5em 0;
}

.news-details__content .link_arw .link_arw__item {
  padding-left: 0;
}

.news-details__content .link_arw .link_arw__item::before {
  display: none;
}

.news-details__content .link_arw .link_arw__item + .link_arw__item {
  margin-top: .5em;
}

.news-details__content .link_arw a {
  position: relative;
  color: #ffc600;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding-left: 25px;
  font-size: 22px;
}

@media (max-width: 1400px) {
  .news-details__content .link_arw a {
    padding-left: 1.78571vw;
  }
}

@media (max-width: 1400px) {
  .news-details__content .link_arw a {
    font-size: 1.57143vw;
  }
}

@media (max-width: 750px) {
  .news-details__content .link_arw a {
    padding-left: 2.5vw;
    font-size: 3.46667vw;
  }
}

.news-details__content .link_arw a::before {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  background: url("/resources/static/common/img/icon_arw_link_off.svg") no-repeat center/100%;
  width: 11px;
  height: 16px;
}

@media (max-width: 1400px) {
  .news-details__content .link_arw a::before {
    width: 0.78571vw;
  }
}

@media (max-width: 1400px) {
  .news-details__content .link_arw a::before {
    height: 1.14286vw;
  }
}

@media (max-width: 750px) {
  .news-details__content .link_arw a::before {
    width: 1.5vw;
    height: 2vw;
  }
}

.news-details__content .link_arw a:hover {
  color: #ffe08d;
  -webkit-filter: drop-shadow(0 0 6px rgba(255, 236, 185, 0.6));
          filter: drop-shadow(0 0 6px rgba(255, 236, 185, 0.6));
}

.news-details__content .link_arw a:hover::before {
  background-image: url("/resources/static/common/img/icon_arw_link_on.svg");
}

.news-details__content table {
  margin: 2.5em 0;
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  overflow: hidden;
  font-size: 20px;
}

@media (max-width: 1400px) {
  .news-details__content table {
    font-size: 1.42857vw;
  }
}

@media (max-width: 750px) {
  .news-details__content table {
    font-size: 3.46667vw;
  }
}

.news-details__content table th, .news-details__content table td {
  padding: 1em 1.25em;
  border: 1px solid #725c46;
  position: relative;
  vertical-align: top;
  line-height: 1.6;
}

@media (max-width: 750px) {
  .news-details__content table th, .news-details__content table td {
    padding: 1em;
  }
}

.news-details__content table th.fr-highlighted, .news-details__content table td.fr-highlighted {
  border: 1px double #ffc600;
}

.news-details__content table th {
  background: #2c2823;
}

.news-details__content table thead th {
  background: #514131;
  text-align: center;
}

.news-details__content table tbody tr:hover th, .news-details__content table .color_highlight th {
  background: #3f4f40;
}

.news-details__content table tbody tr:hover td, .news-details__content table .color_highlight td {
  background: #293129;
}

.news-details__content table tbody tr:nth-child(2n) td {
  background-color: #000;
}

.news-details__content table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: none;
}

.news-details__content table.fr-alternate-rows tbody tr:nth-child(2n):hover th,
.news-details__content table tbody tr:hover th,
.news-details__content table .color_highlight th {
  background: #3f4f40;
}

.news-details__content table.fr-alternate-rows tbody tr:nth-child(2n):hover td,
.news-details__content table tbody tr:hover td,
.news-details__content table .color_highlight td {
  background: #293129;
}

.news-details__content .img_float {
  margin: 2.5em 0;
}

.news-details__content .img_float::after {
  display: block;
  clear: both;
  content: "";
}

.news-details__content .img_float figure {
  margin-right: 20px;
  border: 1px solid #594b3a;
  float: left;
  width: 55%;
}

.news-details__content .img_caption {
  margin: 3em auto;
  max-width: 800px;
}

.news-details__content .img_caption img {
  max-width: 100%;
}

.news-details__content .img_caption .cap {
  padding: 15px 20px;
  border: 2px solid #594b3a;
  color: #000;
  background: #947956;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}

@media (max-width: 1400px) {
  .news-details__content .img_caption .cap {
    font-size: 1.42857vw;
  }
}

@media (max-width: 750px) {
  .news-details__content .img_caption .cap {
    font-size: 3.46667vw;
  }
}

.news-details__content .img_caption figure {
  margin: .5em 0 1em 0;
}

.news-details__content .img_caption .txt_area {
  text-align: center;
  font-size: 18px;
}

@media (max-width: 1400px) {
  .news-details__content .img_caption .txt_area {
    font-size: 1.28571vw;
  }
}

@media (max-width: 750px) {
  .news-details__content .img_caption .txt_area {
    font-size: 2.93333vw;
  }
}

.news-details__content .accordion {
  margin: 2.5em 0;
}

.news-details__content .accordion .box + .box {
  margin-top: 1em;
}

.news-details__content .accordion input {
  display: none;
}

.news-details__content .accordion input:checked + label::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.news-details__content .accordion input:checked + label + .rim {
  margin-top: .5em;
  padding: 1.5em;
  border: 2px solid #725c46;
  position: relative;
  height: auto;
  overflow: hidden;
  opacity: 1;
  font-size: 20px;
}

@media (max-width: 1400px) {
  .news-details__content .accordion input:checked + label + .rim {
    font-size: 1.42857vw;
  }
}

@media (max-width: 750px) {
  .news-details__content .accordion input:checked + label + .rim {
    font-size: 3.46667vw;
  }
}

.news-details__content .accordion input:checked + label + .rim::before {
  margin: auto;
  border: 1px solid #725c46;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  content: "";
  pointer-events: none;
}

.news-details__content .accordion label {
  padding: 15px 20px;
  border: 2px solid #594b3a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #000;
  background: #947956;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 68px;
  font-size: 20px;
}

@media (max-width: 1400px) {
  .news-details__content .accordion label {
    height: 4.85714vw;
  }
}

@media (max-width: 1400px) {
  .news-details__content .accordion label {
    font-size: 1.42857vw;
  }
}

@media (max-width: 750px) {
  .news-details__content .accordion label {
    height: auto;
    font-size: 3.2vw;
  }
}

.news-details__content .accordion label::before, .news-details__content .accordion label::after {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  -webkit-transition: all .3s;
  transition: all .3s;
}

.news-details__content .accordion label::before {
  border: 1px solid #dab57a;
  background: #262727;
  right: 10px;
  width: 50px;
  height: 50px;
}

@media (max-width: 1400px) {
  .news-details__content .accordion label::before {
    right: 0.71429vw;
  }
}

@media (max-width: 1400px) {
  .news-details__content .accordion label::before {
    width: 3.57143vw;
  }
}

@media (max-width: 1400px) {
  .news-details__content .accordion label::before {
    height: 3.57143vw;
  }
}

@media (max-width: 750px) {
  .news-details__content .accordion label::before {
    right: 1vw;
    width: 6vw;
    height: 6vw;
  }
}

.news-details__content .accordion label::after {
  background: url("/resources/static/common/img/icon_arw.svg") no-repeat center/100%;
  right: 18px;
  width: 34px;
  height: 22px;
}

@media (max-width: 1400px) {
  .news-details__content .accordion label::after {
    right: 1.28571vw;
  }
}

@media (max-width: 1400px) {
  .news-details__content .accordion label::after {
    width: 2.42857vw;
  }
}

@media (max-width: 1400px) {
  .news-details__content .accordion label::after {
    height: 1.57143vw;
  }
}

@media (max-width: 750px) {
  .news-details__content .accordion label::after {
    right: 2.4vw;
    width: 3vw;
    height: 2vw;
  }
}

.news-details__content .accordion .rim {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.news-details__content .fr-view > ul, .news-details__content .fr-view > ol,
.news-details__content .list_dots {
  margin: 2.5em 0;
}

.news-details__content .fr-view > ul li, .news-details__content .fr-view > ol li,
.news-details__content .list_dots li {
  position: relative;
  line-height: 1.4;
  padding-left: 25px;
  font-size: 20px;
}

@media (max-width: 1400px) {
  .news-details__content .fr-view > ul li, .news-details__content .fr-view > ol li,
  .news-details__content .list_dots li {
    padding-left: 1.78571vw;
  }
}

@media (max-width: 1400px) {
  .news-details__content .fr-view > ul li, .news-details__content .fr-view > ol li,
  .news-details__content .list_dots li {
    font-size: 1.42857vw;
  }
}

@media (max-width: 750px) {
  .news-details__content .fr-view > ul li, .news-details__content .fr-view > ol li,
  .news-details__content .list_dots li {
    padding-left: 4vw;
    font-size: 3.46667vw;
  }
}

.news-details__content .fr-view > ul li::before, .news-details__content .fr-view > ol li::before,
.news-details__content .list_dots li::before {
  position: absolute;
  left: 0;
  content: "";
  background: url("/resources/static/common/img/icon_list_dots.svg") no-repeat center/100%;
  top: 5px;
  width: 16px;
  height: 16px;
}

@media (max-width: 1400px) {
  .news-details__content .fr-view > ul li::before, .news-details__content .fr-view > ol li::before,
  .news-details__content .list_dots li::before {
    top: 0.35714vw;
  }
}

@media (max-width: 1400px) {
  .news-details__content .fr-view > ul li::before, .news-details__content .fr-view > ol li::before,
  .news-details__content .list_dots li::before {
    width: 1.14286vw;
  }
}

@media (max-width: 1400px) {
  .news-details__content .fr-view > ul li::before, .news-details__content .fr-view > ol li::before,
  .news-details__content .list_dots li::before {
    height: 1.14286vw;
  }
}

@media (max-width: 750px) {
  .news-details__content .fr-view > ul li::before, .news-details__content .fr-view > ol li::before,
  .news-details__content .list_dots li::before {
    top: 1.5vw;
    width: 2vw;
    height: 2vw;
  }
}

.news-details__content .fr-view > ul li + li, .news-details__content .fr-view > ol li + li,
.news-details__content .list_dots li + li {
  margin-top: 1em;
}

.news-details__content .fr-view > ol,
.news-details__content .list_num {
  margin: 2.5em 0;
}

.news-details__content .fr-view > ol li,
.news-details__content .list_num li {
  position: relative;
  line-height: 1.4;
  margin-left: 25px;
  font-size: 26px;
  list-style: decimal outside;
  padding-left: 25px;
  font-size: 20px;
}

@media (max-width: 1400px) {
  .news-details__content .fr-view > ol li,
  .news-details__content .list_num li {
    padding-left: 1.78571vw;
  }
}

@media (max-width: 1400px) {
  .news-details__content .fr-view > ol li,
  .news-details__content .list_num li {
    font-size: 1.42857vw;
  }
}

@media (max-width: 750px) {
  .news-details__content .fr-view > ol li,
  .news-details__content .list_num li {
    padding-left: 4vw;
    font-size: 3.46667vw;
  }
}

.news-details__content .fr-view > ol li + li,
.news-details__content .list_num li + li {
  margin-top: 1em;
}

.news-details__content .video_embed {
  margin: 2.5em auto;
  max-width: 960px;
}

.news-details__content .video_embed .video_embed_inner {
  padding-top: 56.25%;
  position: relative;
  z-index: 1;
  border: 1px solid #594b3a;
}

.news-details__content .video_embed .video_embed_inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.news-details__content .btn-large {
  margin: 2em auto;
}

.news-details__content .btn-large a {
  text-decoration: none;
}

.news-details__content .single-img {
  max-width: 960px;
  margin: 2.5em auto;
}

.news-details__content .single-img img {
  width: 100%;
}

.news-details__content .interview {
  margin: 2.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-details__content .interview .interview_speaker {
  -ms-flex-preferred-size: 14em;
      flex-basis: 14em;
  padding-right: 2em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
}

.news-details__content .note {
  margin: 2.5em;
  padding: 1.5em;
  border: 2px solid #725c46;
  position: relative;
  font-size: 20px;
}

@media (max-width: 1400px) {
  .news-details__content .note {
    font-size: 1.42857vw;
  }
}

@media (max-width: 750px) {
  .news-details__content .note {
    font-size: 3.46667vw;
    margin: 2.5em 0;
  }
}

.news-details__content .note > *:first-child {
  margin-top: 0;
}

.news-details__content .note > *:last-child {
  margin-bottom: 0;
}

.news-details__content .note::before {
  margin: auto;
  border: 1px solid #725c46;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  content: "";
  pointer-events: none;
}

.news-details__content .fr-view hr {
  clear: both;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-column-break-after: always;
  -webkit-column-break-after: always;
          break-after: always;
  page-break-after: always;
  border-bottom: 1px solid #887057;
  border-top: 1px solid #887057;
  margin: 4em 0;
}

.news-details__content .fr-view blockquote {
  border-left: solid 2px #887057;
  padding-left: 1.5em;
  color: #a89a83;
  font-style: italic;
}

.news-details__content .fr-view .fr-text-gray {
  color: #a89a83 !important;
  background: #282929;
  padding: 1em;
  margin: 2.5em 0;
}

.news-details__content .fr-view .fr-text-bordered {
  border-top: 1px solid #725c46;
  border-bottom: 1px solid #725c46;
  padding: 1em;
  margin: 2.5em 0;
}

.news-details__content .fr-view .fr-class-highlighted {
  background-color: #342f29;
}

.news-details__content .fr-view .ui-gamepad {
  display: inline-block;
  background: #94785b;
  color: #000;
  padding: .3em .55em .15em;
  font-size: .8em;
  border-radius: 6em;
  font-weight: bold;
  font-family: arial,sans-serif;
  margin: 0 .2em;
  border-bottom: 2px solid #514131;
  -webkit-box-shadow: 0 1px 1px #000;
          box-shadow: 0 1px 1px #000;
}

.fr-view * {
  color: #ffd38c;
}

.fr-view p {
  line-height: 1.8;
  font-size: 20px;
}

@media (max-width: 1400px) {
  .fr-view p {
    font-size: 1.42857vw;
  }
}

.fr-view p + p {
  margin-top: 1.5em;
}

@media (max-width: 750px) {
  .fr-view p {
    font-size: 3.46667vw;
  }
}

.fr-view img {
  width: auto;
  height: auto;
}

.fr-view a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #ffd38c;
  text-decoration: underline;
}

.fr-view a:hover {
  text-shadow: 0px 0px 8px rgba(255, 188, 0, 0.5), 0px 0px 12px rgba(255, 188, 0, 0.4);
}

.fr-view h1,
.fr-view h2,
.fr-view h3 {
  margin: 2.5em 0;
}

.fr-view h4 {
  font-weight: bold;
  margin: 1.5em 0 1em;
  font-size: 26px;
}

@media (max-width: 1400px) {
  .fr-view h4 {
    font-size: 1.85714vw;
  }
}

@media (max-width: 750px) {
  .fr-view h4 {
    font-size: 3.46667vw;
  }
}

.fr-view pre, .fr-view blockquote {
  margin: 2.5em 0;
}

.fr-view ul, .fr-view ol {
  margin-top: 1em;
  margin-bottom: 1em;
  list-style-type: disc;
}

.fr-view ul > li, .fr-view ol > li {
  list-style-type: inherit;
  list-style-position: inside;
}

.fr-view ul li + li, .fr-view ol li + li {
  margin-top: 1em;
}

.fr-view ol {
  list-style-type: decimal;
}

.fr-view table th, .fr-view table td {
  z-index: -1;
}

.fr-view > ul li, .fr-view > ol li,
.fr-view .link_arw li,
.fr-view .list_dots li {
  list-style-type: none;
}

.fr-view .img_float figure {
  margin-right: 2%;
}

.fr-view .img_float img.fr-dii, .fr-view .img_caption img.fr-dii {
  margin: 0;
  width: 100%;
  height: 100%;
  max-width: none;
}

.fr-view h2 {
  height: auto;
  line-height: 1.2;
  text-align: center;
  border-top: 2px solid #8c755b;
  border-bottom: 2px solid #8c755b;
  padding: 8px;
  position: relative;
  font-weight: bold;
  background: url("/resources/static/common/img/bg_ttl_01.png") 0 50% no-repeat, url("/resources/static/common/img/bg_ttl_02.png") 100% 50% no-repeat;
  background-size: auto 100%;
  font-size: 28px;
}

@media (max-width: 1400px) {
  .fr-view h2 {
    font-size: 2vw;
  }
}

@media (max-width: 750px) {
  .fr-view h2 {
    font-size: 3.73333vw;
  }
}
/*# sourceMappingURL=froala.css.map */