/* Sass Document */
.en {
  font-family: Helvetica; }

.txtOrange {
  color: #db9c34; }

a.linkBtn {
  display: block;
  opacity: 1;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s; }

a.linkBtn:hover {
  opacity: 0.7;
  -webkit-filter: brightness(105%);
          filter: brightness(105%);
  text-decoration: underline; }

/*header */
header {
  position: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  padding: 1rem 5%;
  z-index: 999; }
  header .headerContent {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 128rem;
    width: 100%;
    margin: 0 auto; }
  header .logoBox01 {
    position: relative; }
    header .logoBox01 a {
      height: 3rem; }
      header .logoBox01 a img {
        position: relative;
        height: 3rem; }
  header .logoBox02 {
    position: relative; }
    header .logoBox02 img {
      position: relative;
      width: 13.5rem;
      height: 3rem; }

/*/header */
/*wrapper */
.wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden; }

/*/wrapper */
/*innerWrap */
.innerWrap {
  position: relative;
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 9.6rem 0;
  max-width: 98rem; }

/*/innerWrap */
/*articleHead */
.articleHead {
  position: relative;
  width: 100%;
  margin: 9rem auto 2rem;
  max-width: 128rem; }
  .articleHead .innerWrap {
    padding: 0 5%; }
    .articleHead .innerWrap .flexBox {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .articleHead .innerWrap .flexBox .flexLeft {
        position: relative;
        height: 3.2rem; }
        .articleHead .innerWrap .flexBox .flexLeft p {
          font-size: 1.5rem;
          padding-left: 2.4rem;
          line-height: 3.2rem; }
          .articleHead .innerWrap .flexBox .flexLeft p::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            width: 2rem;
            height: 1rem;
            background: url(/bwsc/common/images/img_arrow.svg) no-repeat;
            background-position: center center;
            -webkit-transform: translate(0, -50%);
                    transform: translate(0, -50%); }
      .articleHead .innerWrap .flexBox .flexRight {
        position: relative; }
        .articleHead .innerWrap .flexBox .flexRight ul {
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .articleHead .innerWrap .flexBox .flexRight ul li {
            position: relative; }
            .articleHead .innerWrap .flexBox .flexRight ul li p {
              font-size: 1.3rem;
              margin-right: 1rem;
              line-height: 3.2rem; }
            .articleHead .innerWrap .flexBox .flexRight ul li img {
              height: 3.2rem; }
            .articleHead .innerWrap .flexBox .flexRight ul li a {
              height: 3.2rem; }
  .articleHead.articleBottom {
    margin: 3rem auto; }

/*/articleHead */
/*articleWrapper */
.articleWrapper {
  position: relative;
  width: 90%;
  max-width: 128rem;
  margin: 0 auto;
  background: #fff; }
  .articleWrapper .innerWrap {
    padding: 6rem 5%; }
    .articleWrapper .innerWrap .articleTitle {
      position: relative; }
      .articleWrapper .innerWrap .articleTitle h1 {
        font-size: 3.2rem;
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: 4.8rem; }
      .articleWrapper .innerWrap .articleTitle h2 {
        font-size: 1.6rem;
        font-weight: normal;
        line-height: 1.5;
        margin-bottom: 3.6rem;
        background: #f1f1f1;
        border-radius: 15px;
        padding: 20px; }
      .articleWrapper .innerWrap .articleTitle h3 {
        font-size: 1.5rem;
        font-weight: normal;
        line-height: 1.5;
        margin-bottom: 3.6rem; }
      .articleWrapper .innerWrap .articleTitle .aspect {
        margin-bottom: 3.6rem; }
    .articleWrapper .innerWrap .articleContents {
      position: relative;
      margin: 15rem 0 0; }
      .articleWrapper .innerWrap .articleContents h4 {
        font-size: 2rem;
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: 4rem; }
      .articleWrapper .innerWrap .articleContents .imgBox {
        position: relative;
        margin-bottom: 3.6rem;
        width: 100%; }
        .articleWrapper .innerWrap .articleContents .imgBox img {
          width: 100%; }
      .articleWrapper .innerWrap .articleContents p {
        font-size: 1.5rem;
        line-height: 1.65;
        letter-spacing: 1px;
        margin-bottom: 3.6rem; }
      .articleWrapper .innerWrap .articleContents .aspect {
        margin-bottom: 3.6rem; }
      .articleWrapper .innerWrap .articleContents p.sourceUrl {
        position: relative;
        padding-left: 1rem;
        letter-spacing: 0;
        line-height: 1.5;
        margin-top: -1.2rem; }
        .articleWrapper .innerWrap .articleContents p.sourceUrl::after {
          content: "";
          display: block;
          width: 2px;
          height: 100%;
          position: absolute;
          top: 50%;
          left: 2px;
          background: #cccccc;
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%); }
        .articleWrapper .innerWrap .articleContents p.sourceUrl a {
          display: inline-block; }

/*/articleWrapper */
/*section05_countdown */
#topSection05 {
  position: relative;
  width: 100%;
  height: auto;
  background: url("/bwsc/common/images/bg_section05.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  max-width: 128rem;
  margin: 0 auto; }
  #topSection05 .countDownBox {
    position: relative;
    width: 100%; }
    #topSection05 .countDownBox h5 {
      font-size: 3.6rem;
      line-height: 1;
      font-weight: bold;
      margin-bottom: 2rem;
      color: #fff;
      text-align: center; }
    #topSection05 .countDownBox p {
      font-size: 2.4rem;
      line-height: 1;
      margin-bottom: 6rem;
      color: #b4b4b5;
      text-align: center; }
    #topSection05 .countDownBox ul {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      #topSection05 .countDownBox ul li {
        position: relative;
        font-size: 1.8rem;
        text-transform: uppercase;
        color: #fff;
        width: calc(100% / 6);
        text-align: center; }
        #topSection05 .countDownBox ul li span {
          font-size: 6rem;
          display: block;
          font-weight: bold;
          line-height: 1.2; }

/*/section05_countdown */
footer {
  position: relative;
  width: 100%;
  background: #fff; }
  footer .innerWrap {
    padding: 6rem 0 0; }

.footerBox01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 6rem; }
  .footerBox01 p {
    font-size: 1.2rem;
    line-height: 1;
    padding-right: 3rem; }
    .footerBox01 p::after {
      content: "";
      position: absolute;
      top: 50%;
      width: 2rem;
      height: 2rem;
      margin-left: 0.5rem;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      background: url("/bwsc/common/images/ico_fb.svg") no-repeat;
      background-position: center center;
      background-size: cover; }

.footerBox02 {
  position: relative;
  width: 100%; }
  .footerBox02 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 4rem;
    border-bottom: solid thin #cccccc; }
    .footerBox02 ul li {
      width: calc(100% / 4);
      border-left: solid thin #cccccc;
      min-height: 8.8rem;
      padding-top: 2rem; }
      .footerBox02 ul li:first-child {
        border: 0; }
      .footerBox02 ul li .footerImg {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: relative;
        margin: 0 auto;
        height: 4.2rem; }
        .footerBox02 ul li .footerImg img {
          width: 100%; }
        .footerBox02 ul li .footerImg.footerImg01 {
          width: 8.8rem; }
        .footerBox02 ul li .footerImg.footerImg02 {
          width: 6.8rem; }
        .footerBox02 ul li .footerImg.footerImg03 {
          width: 11.4rem; }
        .footerBox02 ul li .footerImg.footerImg04 {
          width: 9.8rem; }
      .footerBox02 ul li .footerTxt {
        position: relative;
        height: 3rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .footerBox02 ul li .footerTxt p {
          position: relative;
          margin: 0 auto;
          font-size: 1.3rem;
          line-height: 1.23; }
          .footerBox02 ul li .footerTxt p .forTab {
            display: none;
          }
          .footerBox02 ul li .footerTxt p span{
            position: relative;
            display: inline-block;
          }
          .footerBox02 ul li .footerTxt p span::after {
            position: absolute;
            bottom: 3px;
            right: -16px;
            content: "";
            display: inline-block;
            width: 11px;
            height: 10px;
            margin-top: -2px;
            background: url("/bwsc/common/images/ico_blank_l.png");
            background-size: cover;
            opacity: .7;
          }
          .footerBox02 ul li a:hover{
            opacity: 1;
          }
          .footerBox02 ul li a:hover span{
            text-decoration: underline;
          }

.footerBox03 {
  position: relative;
  width: 100%;
  margin: 4rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .footerBox03 .footerBoxleft {
    position: relative;
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center; }
    .footerBox03 .footerBoxleft img {
      width: 15rem;
      height: 6.5rem; }
  .footerBox03 .footerBoxRight {
    position: relative;
    width: 75%; }
    .footerBox03 .footerBoxRight p {
      font-size: 1.1rem;
      line-height: 1.65; }

.footerBox04 {
  position: relative;
  width: 100%;
  height: 3.6rem;
  background: #db9c34; }
  .footerBox04 a {
    width: 100%;
    height: 100%; }
    .footerBox04 a p {
      font-size: 1rem;
      text-align: center;
      color: #101010;
      width: 100%;
      height: 100%;
      line-height: 3.6rem; }

.footerBox05 {
  position: relative;
  width: 100%;
  padding: 2.1rem 0 2rem;
  background: #101010; }
  .footerBox05 .innerWrap {
    padding: 0; }
  .footerBox05 .footerBox05ItemWrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 72%;
    margin: 0 auto; }
    .footerBox05 .footerBox05ItemWrap .footerBox05Item {
      position: relative;
      width: calc(100% / 4); }
      .footerBox05 .footerBox05ItemWrap .footerBox05Item a{
        text-align: center; }
        .footerBox05 .footerBox05ItemWrap .footerBox05Item p {
          position: relative;
          display: inline-block;
          font-size: 1rem;
          color: #fff;
          line-height: 1.2;
          text-align: center; }
          .footerBox05 .footerBox05ItemWrap .footerBox05Item p::after {
            position: absolute;
            top: 50%;
            right: -12px;
            content: "";
            display: inline-block;
            width: 8px;
            height: 7px;
            margin-top: -3px;
            background: url("/bwsc/common/images/ico_blank.png");
            background-size: cover;
            opacity: .7;
           }
           .footerBox05 .footerBox05ItemWrap .footerBox05Item a:hover{
            opacity: 1;
          }
          .footerBox05 .footerBox05ItemWrap .footerBox05Item a:hover p::before{
            position: absolute;
            bottom: 0;
            left: 0;
            content: "";
            width: 100%;
            display: inline-block;
            width: 100%;
            height: 1px;
            background: #fff;
            opacity: .7;
         }

.footerCopyright {
  position: relative;
  width: 100%;
  background: #252424;
  padding: 3.6rem 0; }
  .footerCopyright p {
    font-size: 1rem;
    color: #fff;
    text-align: center; }

@media (max-width: 979px) {
  /* Sass Document */
  .en {
    font-family: Helvetica; }

  .txtOrange {
    color: #db9c34; }

  /*header */
  header .headerContent {
    max-width: 65rem; }

  /*/header */
  /*innerWrap */
  .innerWrap {
    padding: 8.4rem 0;
    max-width: 65rem; }

  /*/innerWrap */
  /*articleHead */
  .articleHead {
    margin: 7rem auto 2rem; }
    .articleHead .innerWrap {
      padding: 0; }
      .articleHead .innerWrap .flexBox .flexLeft p {
        font-size: 1.3rem; }
      .articleHead .innerWrap .flexBox .flexRight ul li p {
        font-size: 1rem; }
      .articleHead .innerWrap .flexBox .flexRight ul li img {
        height: 2rem; }
      .articleHead .innerWrap .flexBox .flexRight ul li a {
        height: 2rem; }
    .articleHead.articleBottom {
      margin: 2rem auto; }

  /*/articleHead */
  /*articleWrapper */
  .articleWrapper .innerWrap .articleTitle h1 {
    font-size: 2.4rem;
    margin-bottom: 4rem; }
  .articleWrapper .innerWrap .articleTitle h2 {
    font-size: 1.5rem;
    margin-bottom: 3rem;
    border-radius: 13px;
    padding: 15px; }
  .articleWrapper .innerWrap .articleTitle h3 {
    margin-bottom: 3rem; }
  .articleWrapper .innerWrap .articleTitle .aspect {
    margin-bottom: 3rem; }
  .articleWrapper .innerWrap .articleContents {
    margin: 9rem 0 0; }
    .articleWrapper .innerWrap .articleContents h4 {
      font-size: 1.8rem;
      margin-bottom: 4rem; }
    .articleWrapper .innerWrap .articleContents .imgBox {
      margin-bottom: 3rem; }
    .articleWrapper .innerWrap .articleContents p {
      margin-bottom: 3rem; }
    .articleWrapper .innerWrap .articleContents .aspect {
      margin-bottom: 3rem; }
    .articleWrapper .innerWrap .articleContents p.sourceUrl {
      margin-top: -1rem; }

  /*/articleWrapper */
  /*section05_countdown */
  #topSection05 .countDownBox h5 {
    font-size: 2.7rem; }
  #topSection05 .countDownBox p {
    font-size: 2.1rem;
    margin-bottom: 4rem; }
  #topSection05 .countDownBox ul li {
    font-size: 1.5rem; }
    #topSection05 .countDownBox ul li span {
      font-size: 4.5rem; }

  /*/section05_countdown */
  footer .innerWrap {
    padding: 5rem 0 0; }

  .footerBox01 {
    margin-bottom: 5rem; }
    .footerBox01 p {
      font-size: 1rem;
      line-height: 1;
      padding-right: 3rem; }

  .footerBox02 ul {
    padding-bottom: 3rem; }
    .footerBox02 ul li {
      width: calc(100% / 4);
      min-height: 7.6rem;
      padding-top: 1rem; }
      .footerBox02 ul li:first-child {
        border: 0; }
      .footerBox02 ul li .footerImg {
        height: 3.2rem; }
        .footerBox02 ul li .footerImg img {
          width: 100%; }
        .footerBox02 ul li .footerImg.footerImg01 {
          width: 6.8rem; }
        .footerBox02 ul li .footerImg.footerImg02 {
          width: 5.2rem; }
        .footerBox02 ul li .footerImg.footerImg03 {
          width: 8.6rem; }
        .footerBox02 ul li .footerImg.footerImg04 {
          width: 7.4rem; }
        .footerBox02 ul li .footerTxt p {
          font-size: 1.1rem;
          letter-spacing: 0; }
          .footerBox02 ul li .footerTxt p .forTab {
            display: block;
          }
          .footerBox02 ul li .footerTxt p span::after {
            bottom: 2px;
          }

  .footerBox03 {
    margin: 3rem auto; }
    .footerBox03 .footerBoxleft img {
      width: 11.5rem;
      height: 5rem; }

  .footerBox04 {
    height: 2.8rem; }
    .footerBox04 a p {
      line-height: 2.8rem; }

  .footerBox05 {
    padding: 1.7rem 0 1.6rem; }
    .footerBox05 .innerWrap {
      padding: 0; }
    .footerBox05 .footerBox05ItemWrap {
      width: 100%; }

  .footerCopyright {
    position: relative;
    width: 100%;
    background: #252424;
    padding: 2.8rem 0; } }
@media (max-width: 767px) {
  /* Sass Document */
  .en {
    font-family: Helvetica; }

  .txtOrange {
    color: #db9c34; }

  /*header */
  header {
    height: 4rem;
    padding: 1rem 5%; }
    header .logoBox01 a {
      height: 2rem; }
      header .logoBox01 a img {
        position: relative;
        height: 2rem; }
    header .logoBox02 {
      position: relative; }
      header .logoBox02 img {
        position: relative;
        width: 9rem;
        height: 2rem; }

  /*/header */
  /*articleHead */
  .articleHead {
    margin: 6rem auto 1rem; }
    .articleHead .innerWrap {
      padding: 0; }
      .articleHead .innerWrap .flexBox .flexLeft p {
        font-size: 1rem;
        padding-left: 1.4rem; }
        .articleHead .innerWrap .flexBox .flexLeft p::after {
          left: 0;
          width: 1rem; }
      .articleHead .innerWrap .flexBox .flexRight ul li ~ li {
        margin-left: 0.4rem; }
      .articleHead .innerWrap .flexBox .flexRight ul li p {
        font-size: 1rem;
        margin-right: 0.4rem; }
      .articleHead .innerWrap .flexBox .flexRight ul li img {
        height: 2rem; }
      .articleHead .innerWrap .flexBox .flexRight ul li a {
        height: 2rem; }
    .articleHead.articleBottom {
      margin: 2rem auto; }

  /*/articleHead */
  /*articleWrapper */
  .articleWrapper .innerWrap {
    padding: 4rem 0; }
    .articleWrapper .innerWrap .articleTitle h1 {
      font-size: 2.4rem;
      margin-bottom: 3rem; }
    .articleWrapper .innerWrap .articleTitle h2 {
      font-size: 1.5rem;
      margin-bottom: 2rem; }
    .articleWrapper .innerWrap .articleTitle h3 {
      font-size: 1.4rem;
      margin-bottom: 2rem; }
    .articleWrapper .innerWrap .articleTitle .aspect {
      margin-bottom: 2rem; }
    .articleWrapper .innerWrap .articleContents {
      position: relative; }
      .articleWrapper .innerWrap .articleContents h4 {
        margin-bottom: 3rem; }
      .articleWrapper .innerWrap .articleContents .imgBox {
        margin-bottom: 2rem; }
      .articleWrapper .innerWrap .articleContents p {
        font-size: 1.4rem;
        line-height: 1.5;
        margin-bottom: 2rem;
        letter-spacing: 1px; }
      .articleWrapper .innerWrap .articleContents p.sourceUrl {
        margin-top: -0.5rem; }

  /*/articleWrapper */
  /*section05_countdown */
  #topSection05 {
    background: url("/bwsc/common/images/bg_section05_sp.jpg") no-repeat;
    background-position: center center;
    background-size: cover; }
    #topSection05 .countDownBox h5 {
      line-height: 1.4;
      font-size: 2.5rem; }
    #topSection05 .countDownBox p {
      font-size: 1.8rem;
      margin-bottom: 4rem; }
    #topSection05 .countDownBox ul li {
      width: calc(100% / 4.5);
      font-size: 1.2rem; }
      #topSection05 .countDownBox ul li span {
        font-size: 3rem; }

  /*/section05_countdown */
  footer .innerWrap {
    padding: 3rem 0 0; }

  .footerBox01 {
    margin-bottom: 3rem; }

  .footerBox02 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0;
    border-bottom: 0; }
    .footerBox02 ul li {
      width: calc(100% / 2);
      min-height: 9rem;
      padding: 1rem 0; }
      .footerBox02 ul li:first-child {
        border: 0; }
      .footerBox02 ul li:nth-child(3) {
        border: 0;
        margin-top: 1rem; }
        .footerBox02 ul li:nth-child(3)::after {
          content: "";
          display: block;
          width: calc(50% - 1rem);
          height: 1px;
          background-color: #cccccc;
          position: absolute;
          left: 0;
          top: 50%; }
      .footerBox02 ul li:nth-child(4) {
        margin-top: 1rem; }
        .footerBox02 ul li:nth-child(4)::after {
          content: "";
          display: block;
          width: calc(50% - 1rem);
          height: 1px;
          background-color: #cccccc;
          position: absolute;
          right: 0;
          top: 50%; }
      .footerBox02 ul li .footerImg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: relative;
        margin: 0 auto;
        height: 4.2rem; }
        .footerBox02 ul li .footerImg img {
          width: 100%; }
        .footerBox02 ul li .footerImg.footerImg01 {
          width: 8.8rem; }
        .footerBox02 ul li .footerImg.footerImg02 {
          width: 6.8rem; }
        .footerBox02 ul li .footerImg.footerImg03 {
          width: 11.4rem; }
        .footerBox02 ul li .footerImg.footerImg04 {
          width: 9.8rem; }
      .footerBox02 ul li p {
        display: block;
        margin: 0 auto;
        font-size: 1rem;
        line-height: 1.5; }
      .footerBox02 ul li .footerTxt p {
        font-size: 1rem; }
        .footerBox02 ul li .footerTxt p .forTab {
          display: none;
        }
        .footerBox02 ul li .footerTxt p span::after {
          bottom: 2px;
          right: -14px;
        }
        .footerBox02 ul li a:hover,
        .footerBox02 ul li a:hover span{
          text-decoration: none;
        }

  .footerBox03 {
    margin: 5rem auto; }
    .footerBox03 .footerBoxleft {
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .footerBox03 .footerBoxleft img {
        width: 17.2rem;
        height: 7.5rem; }
    .footerBox03 .footerBoxRight {
      margin-top: 3rem;
      width: 100%; }

  .footerBox04 {
    position: relative;
    width: 100%;
    height: 3.6rem;
    background: #db9c34; }
    .footerBox04 a {
      width: 100%;
      height: 100%; }
      .footerBox04 a p {
        font-size: 1rem;
        text-align: center;
        color: #101010;
        width: 100%;
        height: 100%;
        line-height: 3.6rem; }

  .footerBox05 {
    position: relative;
    width: 100%;
    padding: 0;
    background: #101010; }
    .footerBox05 .innerWrap {
      padding: 0;
      width: 100%; }
    .footerBox05 .footerBox05ItemWrap {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 100%;
      margin: 0 auto; }
      .footerBox05 .footerBox05ItemWrap .footerBox05Item {
        position: relative;
        width: calc(100% / 2);
        height: 4.2rem; }
        .footerBox05 .footerBox05ItemWrap .footerBox05Item:nth-child(2n) {
          border-left: solid thin #291f1d; }
        .footerBox05 .footerBox05ItemWrap .footerBox05Item:nth-child(3), .footerBox05 .footerBox05ItemWrap .footerBox05Item:nth-child(4) {
          border-top: solid thin #291f1d; }
          .footerBox05 .footerBox05ItemWrap .footerBox05Item a {
            text-align: left;
          }
        .footerBox05 .footerBox05ItemWrap .footerBox05Item p {
          font-size: 1rem;
          color: #fff;
          line-height: 4.2rem;
          letter-spacing: -.02em;
          padding-left: 1.4rem;}
          .footerBox05 .footerBox05ItemWrap .footerBox05Item a:hover p::before {
            display: none;
          }

  .footerCopyright {
    height: 8.4rem;
    padding: 0; }
    .footerCopyright p {
      line-height: 8.4rem; } }
