@charset "UTF-8";
/* FONT 対応サイズ表
---------------------------------------------------------------------
pxでの指定値   vwでの指定値
  10px      2.7vw     11px      2.9vw
  12px      3.2vw     13px      3.4vw
  14px      3.7vw     15px      4vw
  16px      4.2vw     17px      4.5vw
  18px      4.8vw     19px      5vw
  20px      5.3vw     21px      5.6vw
  22px      5.9vw     23px      6.1vw
  24px      6.4vw     25px      6.7vw
  26px      6.9vw

  30px      9.3vw
---------------------------------------------------------------------*/
.pcD {
  display: block; }

.spD {
  display: none; }

@media screen and (max-width: 800px) {
  .pcD {
    display: none; }
  .spD {
    display: block; } }

/* setup*/
/*margin set*/
.mt0 {
  margin-top: 0px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt70 {
  margin-top: 70px !important; }

.mt80 {
  margin-top: 80px !important; }

.mt90 {
  margin-top: 90px !important; }

.mt100 {
  margin-top: 100px !important; }

.mt110 {
  margin-top: 110px !important; }

.mt120 {
  margin-top: 120px !important; }

.mt130 {
  margin-top: 130px !important; }

.mt140 {
  margin-top: 140px !important; }

.mt150 {
  margin-top: 150px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mb110 {
  margin-bottom: 110px !important; }

.mb120 {
  margin-bottom: 120px !important; }

.mb130 {
  margin-bottom: 130px !important; }

.mb140 {
  margin-bottom: 140px !important; }

.mb150 {
  margin-bottom: 150px !important; }

@media screen and (max-width: 800px) {
  .mt0 {
    margin-top: 0px !important; }
  .mt10 {
    margin-top: 5px !important; }
  .mt20 {
    margin-top: 10px !important; }
  .mt30 {
    margin-top: 15px !important; }
  .mt40 {
    margin-top: 20px !important; }
  .mt50 {
    margin-top: 25px !important; }
  .mt60 {
    margin-top: 30px !important; }
  .mt70 {
    margin-top: 35px !important; }
  .mt80 {
    margin-top: 40px !important; }
  .mt90 {
    margin-top: 45px !important; }
  .mt100 {
    margin-top: 50px !important; }
  .mt110 {
    margin-top: 55px !important; }
  .mt120 {
    margin-top: 60px !important; }
  .mt130 {
    margin-top: 65px !important; }
  .mt140 {
    margin-top: 70px !important; }
  .mt150 {
    margin-top: 75px !important; }
  .mb0 {
    margin-bottom: 0px !important; }
  .mb10 {
    margin-bottom: 5px !important; }
  .mb20 {
    margin-bottom: 10px !important; }
  .mb30 {
    margin-bottom: 15px !important; }
  .mb40 {
    margin-bottom: 20px !important; }
  .mb50 {
    margin-bottom: 25px !important; }
  .mb60 {
    margin-bottom: 30px !important; }
  .mb70 {
    margin-bottom: 35px !important; }
  .mb80 {
    margin-bottom: 40px !important; }
  .mb90 {
    margin-bottom: 45px !important; }
  .mb100 {
    margin-bottom: 50px !important; }
  .mb110 {
    margin-bottom: 55px !important; }
  .mb120 {
    margin-bottom: 60px !important; }
  .mb130 {
    margin-bottom: 65px !important; }
  .mb140 {
    margin-bottom: 70px !important; }
  .mb150 {
    margin-bottom: 75px !important; } }

.menu {
  display: none;
  position: absolute;
  z-index: 50000;
  top: 35px;
  right: 10px;
  width: 40px;
  height: 40px;
  max-width: 40px; }
  .menu .menu-trigger {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: relative;
    width: 40px;
    padding: 5px 0;
    height: 40px; }
    .menu .menu-trigger span {
      display: inline-block;
      transition: all 0.4s;
      box-sizing: border-box;
      position: absolute;
      height: 2px;
      background-color: #aa0621;
      border-radius: 0px; }
      .menu .menu-trigger span:nth-of-type(1) {
        top: 12px;
        width: 24px;
        left: 8px; }
      .menu .menu-trigger span:nth-of-type(2) {
        right: 8px;
        bottom: 16px;
        width: 24px; }
      .menu .menu-trigger span:nth-of-type(3) {
        right: 8px;
        bottom: 6px;
        width: 24px; }
    .menu .menu-trigger.active span {
      display: inline-block;
      transition: all 0.4s;
      box-sizing: border-box;
      position: absolute;
      border-radius: 0px; }
      .menu .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(14px) rotate(-45deg);
        transform: translateY(14px) rotate(-45deg);
        top: 5px; }
      .menu .menu-trigger.active span:nth-of-type(2) {
        width: 0;
        height: 0; }
      .menu .menu-trigger.active span:nth-of-type(3) {
        bottom: 5px;
        -webkit-transform: translateY(-14px) rotate(45deg);
        transform: translateY(-14px) rotate(45deg); }
  @media screen and (max-width: 1080px) {
    .menu {
      display: block;
      top: 5px;
      text-align: center;
      font-size: 11px; }
      .menu::after {
        transition: all 0.5s ease;
        opacity: 0;
        display: none;
        position: relative;
        top: -10px;
        content: "閉じる"; }
      .side-open .menu::after {
        opacity: 1;
        display: block; } }

body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  font-size: 14px;
  color: #333333; }

body.noscroll {
  width: 100%;
  position: fixed;
  overflow-y: scroll; }

.overlay {
  content: "";
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 10; }

.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.8); }

.btnWrap {
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 800px) {
    .btnWrap {
      flex-direction: column; }
      .btnWrap .btn {
        text-align: center;
        margin-top: 20px; } }

.btn {
  margin: 0 10px; }
  .btn a,
  .btn input[type="submit"] {
    transition: all 0.3s ease;
    position: relative;
    -webkit-appearance: none;
    padding: 20px;
    display: inline-block;
    min-width: 280px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background: #aa0621;
    line-height: 1.4em; }
    .btn a input[type="submit"],
    .btn input[type="submit"] input[type="submit"] {
      border: none; }
    .btn a::after,
    .btn input[type="submit"]::after {
      transition: all 0.3s ease;
      position: absolute;
      content: "";
      display: block;
      right: 20px;
      top: 50%;
      height: 10px;
      width: 10px;
      transform: rotate(45deg) translateY(-50%);
      border-top: 2px solid #fff;
      border-right: 2px solid #fff; }
    .btn a:hover,
    .btn input[type="submit"]:hover {
      opacity: 0.7; }
      .btn a:hover::after,
      .btn input[type="submit"]:hover::after {
        right: 30px; }
  @media screen and (max-width: 800px) {
    .btn a {
      font-size: 14px;
      padding: 10px;
      box-sizing: border-box;
      background-size: 20px; }
      .btn a::after {
        height: 7px;
        width: 7px;
        transform: rotate(45deg) translateY(-70%); } }

p {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  color: #000; }

.blank {
  background: url(/ba/succession/common/img/icon_blank.png) no-repeat right center;
  background-size: 12px;
  padding-right: 25px;
  border-bottom: 1px solid #aa0621; }

header {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100px;
  background: #fff; }
  header #headCon {
    width: 100%;
    position: relative;
    display: flex; }
    header #headCon #logo {
      margin-left: 20px;
      margin-top: 10px; }
      header #headCon #logo img {
        height: 78px; }
    header #headCon__Box {
      margin-left: 20px;
      margin-right: auto;
      display: flex;
      width: 100%; }
      header #headCon__Box nav {
        align-self: center;
        margin-right: 30px; }
        header #headCon__Box nav ul {
          margin: 0; }
          header #headCon__Box nav ul li {
            line-height: 70px;
            display: inline-block;
            border-right: 1px solid #dddddd; }
            header #headCon__Box nav ul li.home {
              border-left: 1px solid #dddddd;
              background: url(/ba/succession/common/img/icon_home.png) no-repeat center left 20px;
              background-size: 24px; }
            header #headCon__Box nav ul li.report {
              background: url(/ba/succession/common/img/icon_report.png) no-repeat center left 20px;
              background-size: 20px; }
            header #headCon__Box nav ul li a {
              transition: all 0.3s ease;
              padding-right: 40px;
              padding-left: 60px;
              box-sizing: border-box;
              display: block; }
              header #headCon__Box nav ul li a:hover {
                opacity: 1;
                color: #aa0621; }
      header #headCon__Box .rightNav {
        margin-left: auto;
        margin-right: 0;
        align-self: center;
        display: flex; }
        header #headCon__Box .rightNav p {
          line-height: 100px;
          transition: all 0.3s ease; }
          header #headCon__Box .rightNav p.contactBtn {
            background: #f5f5f5; }
            header #headCon__Box .rightNav p.contactBtn:hover {
              background: #ddd; }
          header #headCon__Box .rightNav p.masterWeb {
            background: #aa0621;
            color: #fff; }
            header #headCon__Box .rightNav p.masterWeb a {
              background: url(/ba/succession/common/img/icon_r.png) no-repeat left 20px center;
              background-size: 24px;
              color: #fff;
              padding-left: 65px; }
            header #headCon__Box .rightNav p.masterWeb:hover {
              opacity: 0.7; }
          header #headCon__Box .rightNav p a {
            padding: 0 45px;
            display: block; }
      header #headCon__Box--close {
        display: none; }
      header #headCon__Box .head {
        margin-top: 10px; }
        header #headCon__Box .head a {
          padding: 8px 15px;
          min-width: 160px; }
  header.onscroll {
    height: 60px; }
    header.onscroll #headCon #logo img {
      height: 50px; }
    header.onscroll #headCon__Box nav ul li {
      line-height: 60px; }
      header.onscroll #headCon__Box nav ul li a {
        height: 60px; }
  @media screen and (max-width: 1080px) {
    header {
      top: 0;
      left: 0;
      position: fixed;
      height: 60px;
      z-index: 100; }
      header #headCon {
        width: 100%; }
        header #headCon #logo {
          position: absolute;
          top: 5px;
          left: 0px;
          margin: 0; }
          header #headCon #logo img {
            height: 50px; }
        header #headCon__Box {
          transition: all 0.5s ease;
          overflow-y: scroll;
          min-width: 280px;
          background: #aa0621;
          height: calc(100vh - 60px);
          max-width: 280px;
          top: 60px;
          right: -280px;
          position: absolute;
          margin-left: 0px;
          margin-right: 0px;
          text-align: left;
          display: block; }
          header #headCon__Box nav {
            margin: 0;
            align-self: inherit; }
            header #headCon__Box nav ul {
              padding: 0;
              background: #fff; }
              header #headCon__Box nav ul li {
                line-height: 70px;
                display: block;
                margin-left: 0px;
                border: none;
                border-top: 2px solid #f5f5f5;
                border-bottom: none;
                background: url(/ba/succession/common/img/icon_arrow1.svg) right center no-repeat;
                background-position: center right 20px;
                background-size: 10px; }
                  header #headCon__Box nav ul li.home {
                  border-left: none; }
                header #headCon__Box nav ul li a {
                  padding-left: 60px;
                  box-sizing: border-box;
                  height: auto;
                  display: block; }
                  header #headCon__Box nav ul li a:hover {
                    border-bottom: none; }
                  header #headCon__Box nav ul li a.pcClick {
                    display: none; }
        header #headCon .rightNav {
          display: block; }
          header #headCon .rightNav p {
            line-height: 70px; }
            header #headCon .rightNav p a {
              padding: 0 35px;
              display: block; } }
  @media screen and (max-width: 800px) {
    header.onscroll {
      height: 60px; }
      header.onscroll #headCon #logo img {
        height: 40px; }
      header.onscroll #headCon__Box nav ul li {
        line-height: auto; }
        header.onscroll #headCon__Box nav ul li a {
          height: auto; } }

.side-open #headCon__Box {
  right: 0; }

#wrapper {
  padding-top: 100px;
  overflow: hidden; }
  @media screen and (max-width: 1080px) {
    #wrapper {
      padding-top: 60px; } }

.titleArea {
  position: relative; }
  .titleArea h1,
  .titleArea h2 {
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 32px;
    margin-bottom: 40px;
    color: #aa0621;
    font-weight: normal; }
  .titleArea p {
    font-size: 16px;
    max-width: 720px;
    margin: 0 auto;
    line-height: 2; }
  .titleArea::before {
    display: block;
    margin: 30px auto;
    width: 80px;
    height: 1px;
    content: "";
    background: #aa0621; }

.midTitle {
  font-weight: normal;
  color: #aa0621;
  font-size: 24px;
  text-align: center; }

@media screen and (max-width: 800px) {
  .titleArea {
    position: relative; }
    .titleArea h1,
    .titleArea h2 {
      font-size: 20px;
      margin-bottom: 30px; }
    .titleArea p {
      font-size: 16px;
      max-width: 720px;
      margin: 0 auto;
      line-height: 2; }
    .titleArea::before {
      display: block;
      margin: 20px auto;
      width: 40px;
      height: 1px;
      content: "";
      background: #aa0621; }
  .midTitle {
    font-size: 18px; } }

/*top*/
.topHero {
  position: relative; }
  .topHero h1 {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #aa0621;
    position: absolute;
    max-width: 400px;
    padding: 50px; }
    .topHero h1 img {
      max-width: 100%; }
  .topHero .img img {
    transition: all 2s ease;
    opacity: 0;
    transform: scale(1.1);
    object-fit: cover;
    width: 100%;
    height: 620px;
    vertical-align: bottom; }
  .topHero.active .img img {
    opacity: 1;
    transform: scale(1); }
  @media screen and (max-width: 800px) {
    .topHero .img img {
      height: 300px; } }

.topCon {
  background: #f5f5f5;
  padding: 0 20px 0px 20px; }
  .topCon__Area {
    transition: all 1s ease;
    position: relative;
    opacity: 0;
    top: -50px;
    max-width: 1240px;
    width: 100%;
    box-sizing: border-box;
    padding: 60px 20px;
    margin: 0 auto;
    background: #fff; }
    .topCon__Area--Box {
      max-width: 860px;
      width: 100%;
      margin: 0 auto; }
      .topCon__Area--Box .lead {
        padding: 60px 0;
        font-size: 18px;
        line-height: 2;
        position: relative; }
        .topCon__Area--Box .lead p {
          position: relative;
          z-index: 2;
          transition: all 1s ease 1s;
          opacity: 0; }
        .topCon__Area--Box .lead::after {
          transition: all 1s ease 0.5s;
          opacity: 0;
          z-index: 1;
          position: absolute;
          top: 50%;
          transform: translate(-50%, -50%) scale(0.5);
          left: 50%;
          /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#aa0621+2,e5e5e5+100 */
          background: #aa0621;
          /* Old browsers */
          background: -moz-radial-gradient(center, ellipse cover, #aa0621 2%, #fff 50%);
          /* FF3.6-15 */
          background: -webkit-radial-gradient(center, ellipse cover, #aa0621 2%, #fff 50%);
          /* Chrome10-25,Safari5.1-6 */
          background: radial-gradient(ellipse at center, #aa0621 2%, #fff 50%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa0621', endColorstr='#fff',GradientType=1 );
          /* IE6-9 fallback on horizontal gradient */
          height: 300px;
          width: 300px;
          border-radius: 300px;
          display: block;
          content: ""; }
      .topCon__Area--BoxStep {
        margin-top: 40px; }
        .topCon__Area--BoxStep img {
          max-width: 100%; }
        .topCon__Area--BoxStepCon .StepCon__Wrap {
          display: flex;
          justify-content: space-between; }
          .topCon__Area--BoxStepCon .StepCon__Wrap--Box {
            width: calc(33.33% - 20px);
            position: relative;
            box-sizing: border-box;
            background: #f7f7f7;
            padding: 20px;
            padding-bottom: 50px; }
            .topCon__Area--BoxStepCon .StepCon__Wrap--Box .title {
              position: absolute;
              bottom: 0;
              left: 0;
              line-height: 50px;
              text-align: center;
              color: #fff;
              width: 100%; }
              .topCon__Area--BoxStepCon .StepCon__Wrap--Box .title.no1 {
                background: #999999; }
              .topCon__Area--BoxStepCon .StepCon__Wrap--Box .title.no2 {
                background: #777777; }
              .topCon__Area--BoxStepCon .StepCon__Wrap--Box .title.no3 {
                background: #555555; }
            .topCon__Area--BoxStepCon .StepCon__Wrap--Box .con {
              padding: 10px;
              margin-bottom: 20px;
              border: 1px solid #aa0621;
              color: #aa0621; }
        .topCon__Area--BoxStepBottom {
          margin-top: 50px;
          font-size: 16px;
          line-height: 1.8; }
          .topCon__Area--BoxStepBottom h3 {
            font-weight: 400;
            font-size: 20px;
            text-align: center; }
          .topCon__Area--BoxStepBottom ul {
            border-top: 1px solid #ddd;
            padding: 0;
            margin: 40px 0 20px 0;
            list-style: none; }
            .topCon__Area--BoxStepBottom ul li {
              padding: 10px 0;
              font-size: 14px;
              border-bottom: 1px solid #ddd; }
        .topCon__Area--BoxStep .icons {
          text-align: center;
          margin: 20px auto; }
          .topCon__Area--BoxStep .icons img {
            max-width: 60px; }
        .topCon__Area--BoxStep .tag {
          margin-top: 40px;
          text-align: center; }
          .topCon__Area--BoxStep .tag li {
            margin: 0 10px;
            color: #666;
            display: inline-block;
            background: #f5f5f5;
            padding: 8px 20px;
            border-radius: 30px;
            margin-bottom: 20px;
            line-height: 20px;
            font-size: 16px; }
  .topCon.active .topCon__Area {
    opacity: 1;
    top: -100px; }
    .topCon.active .topCon__Area--Box .lead p {
      opacity: 1; }
    .topCon.active .topCon__Area--Box .lead::after {
      opacity: 0.2;
      transform: translate(-50%, -50%) scale(1.2); }
  @media screen and (max-width: 800px) {
    .topCon__Area {
      position: relative;
      top: -50px;
      padding: 10px 20px 30px 20px; }
      .topCon__Area--Box {
        max-width: 600px; }
        .topCon__Area--Box .lead {
          font-size: 14px;
          line-height: 2; }
        .topCon__Area--BoxStepCon .StepCon__Wrap {
          display: block; }
          .topCon__Area--BoxStepCon .StepCon__Wrap--Box {
            width: 100%;
            padding: 15px;
            padding-top: 40px;
            padding-bottom: 20px;
            margin-bottom: 20px; }
            .topCon__Area--BoxStepCon .StepCon__Wrap--Box .title {
              bottom: auto;
              top: 0;
              line-height: 40px; }
            .topCon__Area--BoxStepCon .StepCon__Wrap--Box .con {
              padding: 10px;
              margin-bottom: 0;
              margin-top: 15px;
              border: 1px solid #aa0621;
              color: #aa0621; }
        .topCon__Area--BoxStepBottom {
          margin-top: 50px;
          font-size: 14px; }
          .topCon__Area--BoxStepBottom h3 {
            font-size: 16px; }
          .topCon__Area--BoxStepBottom ul li {
            font-size: 14px; }
        .topCon__Area--BoxStep .icons img {
          max-width: 30px; }
        .topCon__Area--BoxStep .tag {
          margin: 0;
          padding: 0;
          margin-top: 40px;
          text-align: center; }
          .topCon__Area--BoxStep .tag li {
            max-width: 300px;
            margin: 10px auto;
            color: #666;
            display: block;
            background: #f5f5f5;
            padding: 5px 10px;
            border-radius: 30px;
            line-height: 20px;
            font-size: 13px; } }

.reportCon .none{
  text-align: center;
  margin: 40px auto;
}
.reportCon {
  margin: 60px auto;
  padding: 0 20px 0px 20px; }
  .reportCon__Area {
    max-width: 840px;
    margin: 0 auto; }
    .reportCon__Area article {
      margin-bottom: 100px; }
      .reportCon__Area article:nth-child(even) a {
        flex-direction: row-reverse; }
        .reportCon__Area article:nth-child(even) a .spec {
          margin-left: 0px;
          margin-right: 50px; }
      .reportCon__Area article a {
        display: flex; }
        .reportCon__Area article a .img {
          max-width: 45%;
          width: 100%;
          position: relative; }
          .reportCon__Area article a .img img {
            transition: all 0.7s ease;
            transform: scale(1);
            max-width: 100%;
            width: 100%;
            height: 240px;
            object-fit: cover; }
          .reportCon__Area article a .img::after {
            content: "";
            display: block;
            position: absolute;
            background: #f5f5f5;
            width: 100%;
            height: 100%;
            left: -20px;
            bottom: -20px;
            z-index: -1; }
        .reportCon__Area article a .spec {
          transition: all 0.7s ease;
          margin-left: 50px; }
          .reportCon__Area article a .spec .date {
            display: inline-block;
            background: #f5f5f5;
            padding: 10px;
            color: #666;
            margin-bottom: 10px; }
          .reportCon__Area article a .spec .title {
            display: block;
            font-size: 20px;
            font-weight: normal; }
          .reportCon__Area article a .spec .link {
            display: inline-block;
            margin-top: 10px;
            color: #aa0621;
            border-bottom: 1px solid #aa0621; }
        .reportCon__Area article a:hover .img img {
          transform: scale(1.05); }
        .reportCon__Area article a:hover .spec {
          opacity: 0.7; }
  .reportCon__Post {
    max-width: 840px;
    margin: 0 auto; }
    .reportCon__Post .date {
      display: inline-block;
      background: #f5f5f5;
      padding: 10px;
      color: #666;
      margin-bottom: 10px; }
    .reportCon__Post h2 {
      font-size: 32px; }
    .reportCon__Post--Area .mainImg {
      width: 100%;
      margin-top: 60px;
      margin-bottom: 120px;
      text-align: center;
      position: relative; }
      .reportCon__Post--Area .mainImg img {
        position: relative;
        max-width: 100%;
        z-index: 2; }
      .reportCon__Post--Area .mainImg::after {
        background: #f5f5f5;
        height: 50%;
        width: 100vw;
        position: absolute;
        z-index: 1;
        bottom: -60px;
        left: 0;
        content: "";
        display: block; }
      .reportCon__Post--Area .mainImg::before {
        background: #f5f5f5;
        height: 50%;
        width: 100vw;
        position: absolute;
        z-index: 1;
        bottom: -60px;
        right: 0;
        content: "";
        display: block; }
    .reportCon__Post--Area .mainCon {
      margin: 60px auto;
      max-width: 780px; }
      .reportCon__Post--Area .mainCon h3 {
        position: relative;
        margin-top: 40px; }
        .reportCon__Post--Area .mainCon h3::before {
          width: 30px;
          height: 2px;
          content: "";
          display: block;
          background: #aa0621;
          margin-bottom: 10px; }
      .reportCon__Post--Area .mainCon p {
        line-height: 2;
        margin-bottom: 2em; }
  @media screen and (max-width: 800px) {
    .reportCon {
      margin: 30px auto; }
      .reportCon__Area {
        max-width: 520px; }
        .reportCon__Area article {
          margin-bottom: 50px; }
          .reportCon__Area article:nth-child(even) a .spec {
            margin-left: 0px;
            margin-right: 0px; }
          .reportCon__Area article a {
            display: block; }
            .reportCon__Area article a .img {
              max-width: 100%;
              width: 100%;
              position: relative; }
              .reportCon__Area article a .img img {
                max-width: 100%;
                width: 100%;
                height: 50vw;
                vertical-align: bottom; }
              .reportCon__Area article a .img::after {
                left: -10px;
                bottom: -10px; }
            .reportCon__Area article a .spec {
              margin-top: 30px;
              margin-left: 0px; }
              .reportCon__Area article a .spec .date {
                font-size: 11px; }
              .reportCon__Area article a .spec .title {
                margin-top: 10px;
                font-size: 18px;
                margin-bottom: 10px; }
              .reportCon__Area article a .spec .link {
                font-size: 12px; }
      .reportCon__Post {
        max-width: 640px;
        margin: 0 auto; }
        .reportCon__Post .date {
          font-size: 12px; }
        .reportCon__Post h2 {
          font-size: 20px; }
        .reportCon__Post--Area .mainImg {
          width: 100%;
          margin-top: 30px;
          margin-bottom: 60px; }
          .reportCon__Post--Area .mainImg::after {
            bottom: -30px; }
          .reportCon__Post--Area .mainImg::before {
            bottom: -30px; }
        .reportCon__Post--Area .mainCon {
          max-width: 640px; }
          .reportCon__Post--Area .mainCon p {
            line-height: 2;
            font-size: 14px;
            margin-bottom: 2em; } }

.pNation {
  max-width: 840px;
  margin: 0 auto;
  display: flex;
  justify-content: center; }
  .pNation a {
    color: #aa0621;
    display: block;
    margin: 0 20px; }

.pageCon__Post {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px; }
  .pageCon__Post--Area {
    margin-bottom: 120px; }
    .pageCon__Post--Area .mainCon {
      margin: 60px auto;
      max-width: 780px; }
      .pageCon__Post--Area .mainCon h2 {
        position: relative;
        margin-top: 40px; }
        .pageCon__Post--Area .mainCon h2::before {
          width: 30px;
          height: 2px;
          content: "";
          display: block;
          background: #aa0621;
          margin-bottom: 10px; }
      .pageCon__Post--Area .mainCon p {
        line-height: 2;
        margin-bottom: 2em; }
      .pageCon__Post--Area .mainCon a {
        color: #aa0621; }

@media screen and (max-width: 800px) {
  .pageCon__Post {
    max-width: 640px; }
    .pageCon__Post--Area {
      margin-bottom: 60px; }
      .pageCon__Post--Area .mainCon {
        margin: 30px auto;
        max-width: 640px; }
        .pageCon__Post--Area .mainCon h2 {
          font-size: 16px; }
        .pageCon__Post--Area .mainCon p {
          font-size: 14px; } }

footer .footerCon {
  max-width: 1040px;
  margin: 0 auto;
  padding: 30px 20px 0 20px; }
  footer .footerCon .fLogo {
    text-align: center;
    padding: 20px; }
    footer .footerCon .fLogo img {
      max-height: 60px; }
  footer .footerCon .fLink {
    padding: 30px 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }
    footer .footerCon .fLink ul {
      text-align: center;
      padding: 0; }
      footer .footerCon .fLink ul li {
        margin-left: 30px;
        display: inline-block;
        vertical-align: top; }
        footer .footerCon .fLink ul li a {
          transition: all 0.5s ease;
          color: #fff; }
          footer .footerCon .fLink ul li a img {
            max-height: 60px; }
          footer .footerCon .fLink ul li a:hover {
            opacity: 0.7; }

footer .copy {
  text-align: center;
  background: #aa0621;
  color: #fff;
  padding: 10px 0;
  margin: 0; }

@media screen and (max-width: 800px) {
  footer .footerCon {
    max-width: 640px;
    margin: 0 auto;
    padding: 30px 20px 0 20px; }
    footer .footerCon .fLogo {
      text-align: center;
      padding: 10px; }
      footer .footerCon .fLogo img {
        max-height: 40px; }
    footer .footerCon .fLink {
      padding: 10px 20px 0 20px; }
      footer .footerCon .fLink ul {
        text-align: center;
        padding: 0; }
        footer .footerCon .fLink ul li {
          margin-left: 0px;
          display: inline-block;
          vertical-align: top;
          margin-bottom: 20px; }
          footer .footerCon .fLink ul li a {
            color: #fff; }
            footer .footerCon .fLink ul li a img {
              max-height: 40px; }
  footer .copy {
    font-size: 11px; } }

.pankuzu {
  background: #f5f5f5;
  width: 100%;
  margin: 0px auto 60px auto; }
  .pankuzu ul {
    max-width: 940px;
    padding: 0;
    margin: 0px auto 0px auto; }
    .pankuzu ul li {
      margin-right: 0px;
      display: inline-block;
      color: #666;
      padding: 15px 0; }
      .pankuzu ul li a {
        margin-right: 0px;
        position: relative;
        color: #aa0621; }
        .pankuzu ul li a::after {
          display: inline-block;
          content: "-";
          margin: 0 10px; }
  @media screen and (max-width: 800px) {
    .pankuzu {
      width: 100%;
      margin: 20px auto 60px auto;
      box-sizing: border-box;
      padding: 0 20px; } }

/*tate anime*/
.anime_tate {
  opacity: 0;
  position: relative;
  bottom: -60px !important;
  transition: all 1s ease-out; }

.anime_tate.active {
  opacity: 1;
  bottom: 0px !important; }
