@charset "UTF-8";
/* ==========================================================================

	INFORMATION STYLE
	
========================================================================== */
@media screen and (min-width: 768px) {
  .blog_article_body {
    height: 100%; }

  [data-scroll-content] {
    padding: 3vw 0; } }
.has-animation {
  position: relative; }

.has-animation p, .has-animation img {
  opacity: 0; }

.has-animation.animate-in p, .has-animation.animate-in img {
  animation: textHidden 0.1s 1.1s forwards; }

.has-animation.animate-in:before, .has-animation.animate-in:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10; }

.has-animation.animate-in:before {
  background-color: #F3E8E8; }

.has-animation.animate-in:after {
  background-color: rgba(255, 255, 255, 0.63);
  animation-delay: .5s; }

.has-animation.animation-ltr.animate-in:before {
  animation: revealLTR 1.8s ease; }

.has-animation.animation-ltr.animate-in:after {
  animation: revealLTR 1s .6s ease; }

.has-animation.animation-rtl.animate-in:before {
  animation: revealRTL 1.8s ease; }

.has-animation.animation-rtl.animate-in:after {
  animation: revealRTL 1s .6s ease; }

@keyframes revealRTL {
  0% {
    width: 0;
    right: 0; }
  65% {
    width: 100%;
    right: 0; }
  100% {
    width: 0;
    right: 100%; } }
@keyframes revealLTR {
  0% {
    width: 0;
    left: 0; }
  65% {
    width: 100%;
    left: 0; }
  100% {
    width: 0;
    left: 100%; } }
@keyframes textHidden {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0; }

.fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1000ms; }

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.delay-100 {
  transition-delay: 100ms; }

.delay-200 {
  transition-delay: 200ms; }

.delay-300 {
  transition-delay: 300ms; }

.delay-400 {
  transition-delay: 400ms; }

/* ==========================================================================

	INFORMATION STYLE
	
========================================================================== */
main {
  background: #fff; }

.fs-c-breadcrumb {
  font-size: 0.9rem;
  text-transform: uppercase;
  padding: 0 30px;
  font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }

.fs-c-breadcrumb__list {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 5px 0; }

.fs-c-breadcrumb__list > li {
  box-sizing: border-box; }

.fs-c-breadcrumb__listItem {
  display: inline-block; }

.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  content: "/";
  display: inline-block;
  width: 6px;
  height: 15px;
  margin: 0 2px 1px;
  background-size: contain; }

@media screen and (max-width: 767px) {
  .fs-c-breadcrumb {
    font-size: 0.9rem;
    text-transform: uppercase;
    padding: 0 15px;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    letter-spacing: 0px;
    border-top: 2px solid #000; }

  .fs-c-breadcrumb__list {
    box-sizing: border-box;
    list-style: none;
    margin: 0 auto;
    text-align: left;
    padding: 0;
    padding: 8px 0; } }
#information-contents .sns {
  position: relative;
  margin: 120px auto 0;
  text-align: center; }

.sns_inner {
  width: 100%;
  position: relative; }

.sns_title {
  text-align: center;
  font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  color: #000;
  line-height: 1rem;
  font-size: 1.1rem;
  background: #fff;
  padding: 3px 4px 2px 5px;
  vertical-align: unset;
  display: inline-block;
  margin: 0; }

.sns_list {
  width: 150px;
  margin: 0;
  padding: 0 20px 0;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -webkit-align-items: center;
  /* Safari */
  align-items: center;
  position: relative;
  top: 0;
  right: 0;
  -webkit-transform: translate(0, 0);
  /* Safari用 */
  transform: translate(0, 0); }

.sns_list li {
  width: 26px;
  height: 26px;
  margin: 0;
  padding: 0;
  transition: opacity 0.3s ease; }
  @media screen and (min-width: 768px) {
    .sns_list li:hover {
      transition: opacity 0.3s ease;
      opacity: 0.6; } }

.sns_list .svg.facebook {
  fill: #000; }

.sns_list .svg.twitter {
  fill: #000; }

.sns_list .svg.line {
  fill: #000 !important; }

@media only screen and (max-width: 767px) {
  #information-contents .sns {
    position: relative;
    margin: 60px auto 0;
    text-align: center; }

  .sns_list {
    width: 140px;
    margin: 0 auto;
    padding: 0 20px 0;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
    -webkit-align-items: center;
    /* Safari */
    align-items: center;
    position: relative;
    top: 0;
    right: 0;
    -webkit-transform: translate(0, 0);
    /* Safari用 */
    transform: translate(0, 0); }

  .sns_list li {
    width: 33.33333%;
    margin: 0;
    padding: 0 6%; } }
#information-contents {
  position: relative;
  margin: 0 auto;
  padding: 0 15.1% 120px;
  max-width: 2100px; }

.article_txt02_wrap {
  display: block;
  width: 100%; }

.article_txt01 .block-revealer__element {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: #000;
  pointer-events: none;
  opacity: 0; }

.article_main {
  margin: 0 auto;
  position: relative;
  padding: 10px 0 0;
  /* 写真リスト共通のp設定 */ }
  .article_main .article_txt01 {
    font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    background: #000;
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    line-height: 1rem;
    padding: 3px; }
  .article_main .article_txt02 {
    font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    color: #000;
    font-size: 2rem;
    line-height: 1;
    display: inline-block; }
  .article_main .hero-photo {
    margin: 12px auto 0;
    position: relative; }
  .article_main .hero-photo-txt {
    position: absolute;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 1rem;
    width: 13px;
    height: auto;
    left: -23px;
    top: 0px;
    text-align: center;
    font-family: din-condensed, sans-serif;
    transform: rotate(-180deg); }
  .article_main .date-number {
    font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    color: #000;
    font-size: 3rem;
    margin: -14px 0 0 0;
    letter-spacing: 0.4px;
    z-index: 10;
    position: relative;
    line-height: 1; }
  .article_main .article_title {
    font-size: 30px;
    line-height: 1.5;
    font-weight: bold;
    margin: 40px 0 0;
    display: inline-block; }
    .article_main .article_title .block-revealer__content {
      font-size: 30px;
      line-height: 1.5;
      font-weight: bold; }
  .article_main .article_category_date {
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-size: 1rem;
    margin: 12px 0 60px; }
    .article_main .article_category_date .article_category {
      margin: 0 10px 0 0;
      font-weight: bold;
      text-decoration: underline;
      line-height: 1; }
    .article_main .article_category_date .article_date {
      font-weight: bold;
      text-decoration: underline;
      line-height: 1; }
  .article_main h3 {
    font-weight: bold;
    text-align: left;
    font-size: 2rem;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    margin: 0 auto 24px; }
  .article_main h3.center {
    text-align: center; }
  .article_main h3.underline {
    font-weight: bold;
    text-align: center;
    font-size: 2rem;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    text-decoration: underline;
    margin: 0 auto 24px; }
  .article_main p {
    color: #111;
    letter-spacing: .12em;
    line-height: 2.8;
    font-size: 1.4rem; }
  .article_main .information_1x, .article_main .information_2x, .article_main .information_3x, .article_main .information_4x, .article_main .information_2-2x, .article_main .information_slider {
    display: block;
    margin: 78px auto 48px;
    position: relative;
    width: 100%; }
  .article_main .information_2x {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-align-items: flex-start;
    /* Safari */
    align-items: flex-start;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between; }
  .article_main .information_2x li {
    width: calc(50% - 7.5px); }
  .article_main .information_3x {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-align-items: flex-start;
    /* Safari */
    align-items: flex-start;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between; }
  .article_main .information_3x li {
    width: calc(33.3333% - 7.5px); }
  .article_main .information_4x {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-align-items: flex-start;
    /* Safari */
    align-items: flex-start;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between; }
  .article_main .information_4x li {
    width: calc(25% - 7.5px); }
  .article_main .information_2-2x {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-align-items: flex-start;
    /* Safari */
    align-items: flex-start;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap; }
  .article_main .information_2-2x li {
    width: calc(50% - 7.5px);
    margin: 0 0 15px; }
  .article_main .photo_list li p {
    margin: 12px auto 0; }
  .article_main .information_photo_icon {
    font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    color: #000;
    position: absolute;
    border: 2px solid #000;
    line-height: 1rem;
    font-size: 1rem;
    top: -40px;
    left: 50%;
    padding: 2px 2px 1px 4px;
    -webkit-transform: translate(-50%, 0%);
    /* Safari用 */
    transform: translate(-50%, 0%); }
  .article_main .price_title {
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    color: #000;
    font-size: 1rem;
    margin: 20px auto 20px;
    text-align: center;
    font-weight: bold; }
  .article_main a.price_link {
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    text-align: center;
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0 0 10px;
    margin: 0 auto 5px; }
    .article_main a.price_link:after {
      content: "BUY";
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      color: #fff;
      border: 2px solid #000;
      line-height: 1rem;
      font-size: 1rem;
      background: #000;
      padding: 1px 2px 1px 4px;
      vertical-align: unset;
      -webkit-transition: all 460ms cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 460ms cubic-bezier(0.19, 1, 0.22, 1); }
    @media screen and (min-width: 768px) {
      .article_main a.price_link:hover:after {
        content: "BUY";
        font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        color: #000;
        border: 2px solid #000;
        line-height: 1rem;
        font-size: 1rem;
        background: #fff;
        padding: 1px 2px 1px 4px;
        vertical-align: unset;
        -webkit-transition: all 460ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 460ms cubic-bezier(0.19, 1, 0.22, 1); } }
  .article_main .price_attention {
    color: #797a7a;
    text-align: center;
    font-size: 1rem; }
  .article_main .photo_txt_list {
    width: 100%;
    margin: 15px auto; }
    .article_main .photo_txt_list li .photo {
      width: 50%; }
    .article_main .photo_txt_list li:not(:last-child) {
      margin-bottom: 30px; }
    .article_main .photo_txt_list li.list_left {
      display: -webkit-flex;
      /* Safari */
      display: flex;
      -webkit-align-items: center;
      /* Safari */
      align-items: center; }
      .article_main .photo_txt_list li.list_left .txtbox {
        width: 50%;
        padding: 0 0 0 30px; }
    .article_main .photo_txt_list li.list_right {
      display: -webkit-flex;
      /* Safari */
      display: flex;
      -webkit-align-items: center;
      /* Safari */
      align-items: center;
      -webkit-flex-direction: row-reverse;
      /* Safari */
      flex-direction: row-reverse; }
      .article_main .photo_txt_list li.list_right .txtbox {
        width: 50%;
        padding: 0 30px 0 0; }
  .article_main .photo_txt_list_2 {
    width: 100%;
    margin: 15px auto;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-align-items: flex-start;
    /* Safari */
    align-items: flex-start;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between; }
    .article_main .photo_txt_list_2 li {
      width: calc(50% - 7.5px); }
      .article_main .photo_txt_list_2 li .photo {
        width: 100%; }
      .article_main .photo_txt_list_2 li .txtbox {
        width: 100%;
        padding: 20px; }
  .article_main .photo_txt_list_3 {
    width: 100%;
    margin: 15px auto;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-align-items: flex-start;
    /* Safari */
    align-items: flex-start;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between; }
    .article_main .photo_txt_list_3 li {
      width: calc(33.33333% - 7.5px); }
      .article_main .photo_txt_list_3 li .photo {
        width: 100%; }
      .article_main .photo_txt_list_3 li .txtbox {
        width: 100%;
        padding: 20px; }
  .article_main .bg_contents {
    padding: 2px 15px; }
  .article_main .color_white {
    color: #fff; }
  .article_main .bg_grey {
    background: #7f8284; }
  .article_main .bg_red {
    background: #dd2427;
    color: #fff; }

@media screen and (max-width: 767px) {
  #information-contents {
    position: relative;
    margin: 0 auto;
    padding: 0 0 60px;
    max-width: 2100px;
    border-top: 2px solid #000; }

  .article_main {
    margin: 0 auto;
    position: relative;
    padding: 10px 0;
    line-height: 1; }
    .article_main .article_txt01 {
      font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      background: #000;
      display: inline-block;
      color: #fff;
      font-size: 1rem;
      line-height: 1rem;
      padding: 3px 15px; }
    .article_main .article_txt02 {
      font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      color: #000;
      font-size: 1.2rem;
      line-height: 1;
      padding: 3px 15px;
      letter-spacing: 1px; }
    .article_main .hero-photo {
      margin: 6px auto 0;
      position: relative; }
    .article_main .hero-photo-txt {
      position: absolute;
      -webkit-writing-mode: vertical-rl;
      writing-mode: vertical-rl;
      font-size: 1rem;
      width: 13px;
      height: auto;
      left: -23px;
      top: 0px;
      text-align: center;
      font-family: din-condensed, sans-serif;
      transform: rotate(-180deg); }
    .article_main .date-number {
      font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      color: #000;
      font-size: 3rem;
      margin: -14px 0 0 0;
      letter-spacing: 0.4px;
      z-index: 10;
      position: relative;
      line-height: 1;
      padding: 0 0 0 15px; }
    .article_main .article_inner {
      padding: 0 15px; }
    .article_main .article_title {
      font-size: 1.9rem;
      line-height: 1.5;
      font-weight: 600;
      margin: 20px 0 0;
      letter-spacing: 1px; }
      .article_main .article_title .block-revealer__content {
        font-size: 1.9rem;
        line-height: 1.5;
        font-weight: bold; }
    .article_main .article_category_date {
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      font-size: 1rem;
      margin: 5px 0 30px; }
      .article_main .article_category_date .article_category {
        margin: 0 10px 0 0;
        font-weight: bold;
        text-decoration: underline;
        line-height: 1; }
      .article_main .article_category_date .article_date {
        font-weight: bold;
        text-decoration: underline;
        line-height: 1; }
    .article_main h3 {
      font-weight: bold;
      text-align: left;
      font-size: 1.8rem;
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      margin: 0 auto 24px; }
    .article_main h3.center {
      text-align: center; }
    .article_main h3.underline {
      font-weight: bold;
      text-align: center;
      font-size: 1.8rem;
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      text-decoration: underline;
      margin: 0 auto 24px; }
    .article_main p {
      color: #111;
      letter-spacing: 0.1em;
      line-height: 2.4;
      font-size: 1.3rem; }
    .article_main .information_1x, .article_main .information_2x, .article_main .information_3x, .article_main .information_4x, .article_main .information_2-2x, .article_main .information_slider {
      display: block;
      margin: 58px auto 28px;
      position: relative;
      width: 100%; }
    .article_main .information_2x {
      display: -webkit-flex;
      /* Safari */
      display: flex;
      -webkit-align-items: flex-start;
      /* Safari */
      align-items: flex-start;
      -webkit-justify-content: space-between;
      /* Safari */
      justify-content: space-between; }
    .article_main .information_2x li {
      width: calc(50% - 3px); }
    .article_main .information_3x {
      display: -webkit-flex;
      /* Safari */
      display: flex;
      -webkit-align-items: flex-start;
      /* Safari */
      align-items: flex-start;
      -webkit-justify-content: space-between;
      /* Safari */
      justify-content: space-between; }
    .article_main .information_3x li {
      width: calc(33.3333% - 3px); }
    .article_main .information_4x {
      display: -webkit-flex;
      /* Safari */
      display: flex;
      -webkit-align-items: flex-start;
      /* Safari */
      align-items: flex-start;
      -webkit-justify-content: space-between;
      /* Safari */
      justify-content: space-between; }
    .article_main .information_4x li {
      width: calc(25% - 3px); }
    .article_main .photo_list li p {
      margin: 12px auto 0; }
    .article_main .information_2-2x {
      display: -webkit-flex;
      /* Safari */
      display: flex;
      -webkit-align-items: flex-start;
      /* Safari */
      align-items: flex-start;
      -webkit-justify-content: space-between;
      /* Safari */
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      /* Safari */
      flex-wrap: wrap; }
    .article_main .information_2-2x li {
      width: calc(50% - 3px);
      margin: 0 0 6px; }
    .article_main .information_photo_icon {
      font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      color: #000;
      position: absolute;
      border: 2px solid #000;
      line-height: 1rem;
      font-size: 1rem;
      top: -40px;
      left: 50%;
      padding: 2px 2px 1px 4px;
      -webkit-transform: translate(-50%, 0%);
      /* Safari用 */
      transform: translate(-50%, 0%); }
    .article_main .price_title {
      font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      color: #000;
      font-size: 1.1rem;
      margin: 20px auto 11px;
      text-align: center; }
    .article_main a.price_link {
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      text-align: center;
      display: block;
      font-size: 1rem;
      font-weight: bold;
      padding: 0 0 10px;
      margin: 0 auto 5px; }
      .article_main a.price_link:after {
        content: "BUY";
        font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        color: #fff;
        border: 2px solid #000;
        line-height: 1rem;
        font-size: 1rem;
        background: #000;
        padding: 1px 2px 1px 4px;
        vertical-align: unset;
        -webkit-transition: all 460ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 460ms cubic-bezier(0.19, 1, 0.22, 1); } }
    @media screen and (max-width: 767px) and (min-width: 768px) {
      .article_main a.price_link:hover:after {
        content: "BUY";
        font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        color: #000;
        border: 2px solid #000;
        line-height: 1rem;
        font-size: 1rem;
        background: #fff;
        padding: 1px 2px 1px 4px;
        vertical-align: unset;
        -webkit-transition: all 460ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 460ms cubic-bezier(0.19, 1, 0.22, 1); } }
@media screen and (max-width: 767px) {
    .article_main .price_attention {
      color: #797a7a;
      text-align: center;
      font-size: 1rem; }
    .article_main .photo_txt_list {
      width: 100%;
      margin: 15px auto; }
      .article_main .photo_txt_list li .photo {
        width: 100%; }
      .article_main .photo_txt_list li:not(:last-child) {
        margin-bottom: 30px; }
      .article_main .photo_txt_list li.list_left {
        display: block; }
        .article_main .photo_txt_list li.list_left .txtbox {
          width: 100%;
          padding: 10px 0 0 0; }
      .article_main .photo_txt_list li.list_right {
        display: block; }
        .article_main .photo_txt_list li.list_right .txtbox {
          width: 100%;
          padding: 10px 0 0 0; }
    .article_main .photo_txt_list_2 {
      width: 100%;
      margin: 15px auto;
      display: block; }
      .article_main .photo_txt_list_2 li {
        width: 100%; }
        .article_main .photo_txt_list_2 li .photo {
          width: 100%; }
        .article_main .photo_txt_list_2 li .txtbox {
          width: 100%;
          padding: 10px 0 0 0; }
    .article_main .photo_txt_list_3 {
      width: 100%;
      margin: 15px auto;
      display: block; }
      .article_main .photo_txt_list_3 li {
        width: 100%; }
        .article_main .photo_txt_list_3 li .photo {
          width: 100%; }
        .article_main .photo_txt_list_3 li .txtbox {
          width: 100%;
          padding: 10px 0 0 0; }
    .article_main .bg_contents {
      padding: 2px 15px; } }
.back_mumber {
  margin: 0 auto;
  position: relative;
  padding: 90px 8.1% 120px;
  max-width: 3000px;
  border-top: 2px solid #000; }
  .back_mumber .article_txt01 {
    font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    background: #000;
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    line-height: 1rem;
    padding: 3px;
    margin: 0; }
  .back_mumber .article_txt02 {
    font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    color: #000;
    font-size: 3rem;
    margin: 10px 0 10px 0;
    line-height: 1;
    display: inline-block; }
  @media screen and (min-width: 768px) {
    .back_mumber .article_txt03 {
      position: absolute;
      -webkit-writing-mode: vertical-rl;
      writing-mode: vertical-rl;
      font-size: 3.6rem;
      width: 13px;
      height: auto;
      left: 25px;
      top: 0px;
      text-align: center;
      font-family: din-condensed, sans-serif; } }
  .back_mumber .list-left-txt {
    position: absolute;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 0.6rem;
    width: 13px;
    height: auto;
    left: -20px;
    top: 0px;
    text-align: center;
    font-family: din-condensed, sans-serif;
    transform: rotate(-180deg); }
  .back_mumber .backlist_link {
    text-align: center;
    position: relative;
    margin: 0; }
  .back_mumber .backlist_link span {
    text-align: center;
    font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    border-bottom: 1px solid #000;
    font-size: 1.2rem; }
  .back_mumber .information_list {
    width: 100%; }
    .back_mumber .information_list li {
      width: calc(33.3333% - 7.5px);
      margin: 0 0 5%; }

@media screen and (max-width: 767px) {
  .back_mumber {
    margin: 0 auto;
    position: relative;
    padding: 30px 30px 80px;
    max-width: 2100px;
    border-top: 2px solid #000; }
    .back_mumber .article_txt01 {
      font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      background: #000;
      display: inline-block;
      color: #fff;
      font-size: 1rem;
      line-height: 1rem;
      padding: 3px;
      margin: 0;
      width: 185px; }
    .back_mumber .article_txt02 {
      font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      color: #000;
      font-size: 2rem;
      margin: 0 0 10px 0;
      line-height: 1.5; }
    .back_mumber .article_txt03 {
      position: absolute;
      -webkit-writing-mode: vertical-rl;
      writing-mode: vertical-rl;
      font-size: 4.3rem;
      width: 13px;
      height: auto;
      right: -16px;
      top: 0px;
      text-align: center;
      font-family: din-condensed, sans-serif;
      transform: rotate(0deg); }
    .back_mumber .list-left-txt {
      position: absolute;
      -webkit-writing-mode: vertical-rl;
      writing-mode: vertical-rl;
      font-size: 0.6rem;
      width: 13px;
      height: auto;
      left: -16px;
      top: 0px;
      text-align: center;
      font-family: din-condensed, sans-serif;
      transform: rotate(-180deg); }
    .back_mumber .backlist_link {
      text-align: center;
      position: relative;
      margin: 30px 0 0; }
    .back_mumber .backlist_link span {
      text-align: center;
      font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      border-bottom: 1px solid #000;
      font-size: 1.2rem; }
    .back_mumber .information_list {
      width: 100%; }
      .back_mumber .information_list li {
        width: 100%;
        margin: 0 0 5%; } }
.information_all {
  margin: 0 auto;
  position: relative;
  padding: 60px 8.1% 120px;
  max-width: 3000px;
  border-top: 2px solid #000; }
  .information_all .article_txt01 {
    font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    background: #000;
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    line-height: 1rem;
    padding: 3px;
    margin: 0; }
  .information_all .article_txt02 {
    font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    color: #000;
    font-size: 3rem;
    margin: 10px 0 10px 0;
    line-height: 1;
    display: inline-block; }
  @media screen and (min-width: 768px) {
    .information_all .article_txt03 {
      position: absolute;
      -webkit-writing-mode: vertical-rl;
      writing-mode: vertical-rl;
      font-size: 3.6rem;
      width: 13px;
      height: auto;
      left: -2px;
      top: 0px;
      width: 31px;
      line-height: 1;
      text-align: center;
      font-family: din-condensed, sans-serif; }
      .information_all .article_txt03 .block-revealer__element {
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl; } }
  .information_all .list-left-txt {
    position: absolute;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 0.6rem;
    width: 13px;
    height: auto;
    left: -20px;
    top: 0px;
    text-align: center;
    font-family: din-condensed, sans-serif;
    transform: rotate(-180deg); }
  .information_all .category_box {
    width: 100%;
    margin: 20px 0; }
    .information_all .category_box .category_box_title {
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      color: #000;
      font-size: 1.1rem; }
    .information_all .category_box .article_category_list {
      margin: 0 0 0 15px; }
      .information_all .category_box .article_category_list li {
        font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        color: #000;
        font-size: 1.5rem;
        margin: 0 20px 0 0;
        position: relative; }
        @media screen and (min-width: 768px) {
          .information_all .category_box .article_category_list li:after {
            position: absolute;
            bottom: 0px;
            left: 0;
            content: '';
            width: 100%;
            height: 2px;
            background: #333;
            transform: scale(0, 1);
            transform-origin: left top;
            transition: transform .3s; }
          .information_all .category_box .article_category_list li:hover::after {
            transform: scale(1, 1); } }
      .information_all .category_box .article_category_list li.active:after {
        position: absolute;
        bottom: 0px;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: #333;
        transform: scale(1, 1);
        transform-origin: left top;
        transition: transform .3s; }
  .information_all .information_list {
    width: 100%; }
    .information_all .information_list li {
      width: calc(33.3333% - 7.5px);
      margin: 0 0 5%; }

@media screen and (max-width: 767px) {
  .information_all {
    margin: 0 auto;
    position: relative;
    padding: 30px 30px 80px;
    max-width: 2100px;
    border-top: 2px solid #000;
    overflow: hidden; }
    .information_all .article_txt01 {
      font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      background: #000;
      display: inline-block;
      color: #fff;
      font-size: 1rem;
      line-height: 1rem;
      padding: 3px;
      margin: 0;
      width: 185px; }
    .information_all .article_txt02 {
      font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      color: #000;
      font-size: 2rem;
      margin: 8px 0 10px 0;
      line-height: 1; }
    .information_all .article_txt03 {
      position: absolute;
      -webkit-writing-mode: vertical-rl;
      writing-mode: vertical-rl;
      font-size: 4.3rem;
      width: 47px;
      height: auto;
      right: -16px;
      top: 0px;
      text-align: center;
      font-family: din-condensed, sans-serif;
      transform: rotate(0deg); }
    .information_all .list-left-txt {
      position: absolute;
      -webkit-writing-mode: vertical-rl;
      writing-mode: vertical-rl;
      font-size: 0.6rem;
      width: 43px;
      height: auto;
      left: -16px;
      top: 0px;
      text-align: center;
      font-family: din-condensed, sans-serif;
      transform: rotate(-180deg); }
    .information_all .category_box {
      width: 100%;
      margin: 20px 0; }
      .information_all .category_box .category_box_title {
        font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        color: #000;
        font-size: 1.1rem; }
      .information_all .category_box .article_category_list {
        margin: 0 0 0 17px; }
        .information_all .category_box .article_category_list li {
          font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
          color: #000;
          font-size: 1.4rem;
          margin: 0 20px 0 0;
          position: relative; }
        .information_all .category_box .article_category_list li.active:after {
          position: absolute;
          bottom: 0px;
          left: 0;
          content: '';
          width: 100%;
          height: 2px;
          background: #333;
          transform: scale(1, 1);
          transform-origin: left top;
          transition: transform .3s; }
    .information_all .information_list {
      width: 100%; }
      .information_all .information_list li {
        width: 100%;
        margin: 0 0 5%; } }
.information_pagination {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
  font-size: 1.1rem;
  margin: 50px 0 0 0; }

.information_pagination_item {
  line-height: 0.8;
  padding: 7px 8px;
  flex: none;
  margin: 0 2px;
  font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }

.information_pagination_item.is-active {
  background: #000;
  color: #ffffff;
  font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }

.information_pagination_item-next::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 7px;
  margin: 0px 2px 4.5px 10px;
  background: url(https://vanstore.itembox.design/item/arrow_right.svg?t=20190827125325) no-repeat;
  background-size: contain; }

.demo-title {
  font-size: 16px !important;
  color: #D90003 !important;
  text-align: center;
  font-weight: bold;
  margin: 30px 0; }
