/* 共通の追加 */
.l-container section {
  margin: 0;
}
.l-container {
  line-height: 1;
}
/* PC */
@media (min-width: 768px) {
  .mainWrap * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none !important;
  }
  .container a,
  .container h1,
  .container h2,
  .container h3,
  .container p {
    color: #000;
    font-size: 9pt;
    line-height: 1.5em;
  }
  .container .bold {
    font-weight: 700;
  }
  .clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
  }
  .stripe_wrap_topics .clearfix:after,
  .stripe_wrap_topics dl:after,
  .stripe_wrap_topics ol:after,
  .stripe_wrap_topics ul:after {
    content: none;
  }
  #bread {
    margin: 1pc auto;
  }
  .stripe_wrap_topics a {
    color: #000;
    transition: 0.2s;
    display: block;
  }
  .stripe_wrap_topics a:hover {
    opacity: 0.85;
    text-decoration: none;
  }
  .stripe_wrap_topics img {
    width: 100%;
    display: block;
  }
  #contents {
    width: 100%;
  }
  .stripe_wrap_topics .header {
    margin: 0 auto 80px;
    position: relative;
  }
  .stripe_wrap_topics .header h1,
  .stripe_wrap_topics .header p {
    font-size: 16.67px;
    text-align: center;
    color: #222;
    line-height: 1.75;
    margin-top: 55px;
  }
  .stripe_wrap_topics .header p {
    color: #000;
    line-height: 1.85;
    margin-top: 25px;
  }
  .stripe_wrap_topics {
    width: 60pc;
    margin: 0 auto 140px;
  }

  @media (max-width: 768px) {
    .stripe_wrap_topics {
      width: 80%;
      margin: 0 auto;
    }
  }

  @media (max-width: 768px) {
    .stripe_wrap_topics .header {
      width: 84.8%;
      margin: 0 auto;
    }
  }
  .stripe_wrap_topics .header .lead_main {
    font-weight: 700;
    font-size: 31px !important;
  }
  .stripe_wrap_topics .header .lead_main,
  .stripe_wrap_topics .header .lead_sub {
    text-align: left !important;
    font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, 游ゴシック体,
      YuGothic, 游ゴシック Medium, メイリオ, Meiryo, Osaka, ＭＳ\Ｐゴシック,
      MS PGothic, sans-serif;
  }
  .stripe_wrap_topics .header .lead_sub {
    letter-spacing: 0.02em;
    font-size: 19px !important;
  }

  @media (max-width: 768px) {
    .stripe_wrap_topics .content {
      width: 84.8%;
      margin: 0 auto;
    }
  }
  .stripe_wrap_topics .content .indexArea {
    width: 800px;
    margin: 0 auto;
    border: 1px solid #000;
    padding-top: 50px;
    padding-bottom: 55px;
    margin-bottom: 100px;
    background-color: #fbfbfb;
  }
  .stripe_wrap_topics .content .indexArea p {
    font-family: Times;
    font-size: 30px;
    text-align: center;
    margin-bottom: 24px;
  }
  .stripe_wrap_topics .content .indexArea ul li {
    position: relative;
    margin: 0 auto 20px;
    width: 80%;
    font-size: 20px;
    line-height: 1;
  }
  .stripe_wrap_topics .content .indexArea ul li,
  .stripe_wrap_topics .content .indexArea ul li h2 {
    font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, 游ゴシック体,
      YuGothic, 游ゴシック Medium, メイリオ, Meiryo, Osaka, ＭＳ\Ｐゴシック,
      MS PGothic, sans-serif;
    text-align: left;
    letter-spacing: 0.025em;
  }
  .stripe_wrap_topics .content .indexArea ul li h2 {
    font-size: 18px;
    line-height: 1.75;
  }
  .stripe_wrap_topics .content .indexArea ul li span {
    font-family: Times;
    font-size: 40px;
    font-style: italic;
    color: gray;
    margin-right: 20px;
  }
  .stripe_wrap_topics .content .indexArea ul li:not(li:last-of-type):after {
    content: "";
    background-color: gray;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
  }
  .stripe_wrap_topics .content .lookArea {
    margin: 0 auto 135px;
    max-width: 810px;
  }
  .stripe_wrap_topics .content .lookArea h2 {
    left: 40px;
    margin-bottom: 35px !important;
    border-bottom: 0;
    padding: 20px !important;
    letter-spacing: 0.05em;
  }
  .stripe_wrap_topics .content .lookArea h2,
  .stripe_wrap_topics .content .lookArea__ttl {
    font-size: 24px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-weight: 700;
    text-align: left;
    line-height: 1.3;
  }
  .stripe_wrap_topics .content .lookArea__ttl {
    margin-bottom: 30px;
    padding-bottom: 15px;
    padding-left: 40px;
  }
  .stripe_wrap_topics .content .lookArea__index {
    font-size: 25px !important;
    position: relative;
    left: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: left;
    line-height: 1.3;
    background-color: #859e85;
    color: #ffffff;
  }
  .stripe_wrap_topics .content .lookArea__index:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 35px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-top: 15px solid #859e85;
  }
  .stripe_wrap_topics .content .main_img {
    margin-bottom: 60px !important;
  }
  .stripe_wrap_topics .content .lookArea__ttl:before {
    content: "";
    background-color: #859e85;
    width: 23px;
    height: 54px;
    position: absolute;
    left: 0;
    top: 0px;
  }
  .stripe_wrap_topics .content .lookArea__ttl2:before {
    height: 106px;
  }
  .stripe_wrap_topics .content .lookArea__pic {
    width: 600px;
    margin: 0 auto;
  }
  .stripe_wrap_topics .content .lookArea__pic .check {
    margin-top: 10px;
    font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, 游ゴシック体,
      YuGothic, 游ゴシック Medium, メイリオ, Meiryo, Osaka, ＭＳ\Ｐゴシック,
      MS PGothic, sans-serif;
    color: #606060;
    text-align: right;
    text-decoration: underline;
    font-size: 14px;
    margin-bottom: 40px;
  }
  .stripe_wrap_topics .content .lookArea__txt2 {
    text-align: left;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
  .stripe_wrap_topics .content .lookArea__txt2,
  .stripe_wrap_topics .content .lookArea__txt2 span {
    font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, 游ゴシック体,
      YuGothic, 游ゴシック Medium, メイリオ, Meiryo, Osaka, ＭＳ\Ｐゴシック,
      MS PGothic, sans-serif;
    color: #000;
    font-size: 19px;
  }
  .stripe_wrap_topics .content .lookArea__txt2 span {
    position: relative;
    font-weight: 700;
  }
  .stripe_wrap_topics .content .lookArea__txt {
    text-align: left;
    line-height: 1.75;
    letter-spacing: 0.025em;
  }
  .stripe_wrap_topics .content .lookArea__txt,
  .stripe_wrap_topics .content .lookArea__txt span {
    font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, 游ゴシック体,
      YuGothic, 游ゴシック Medium, メイリオ, Meiryo, Osaka, ＭＳ\Ｐゴシック,
      MS PGothic, sans-serif;
    color: #000;
    font-size: 18px;
    margin: 0 auto;
    max-width: 700px;
  }
  .stripe_wrap_topics .content .lookArea__txt span {
    position: relative;
    font-weight: 700;
    background: linear-gradient(transparent 70%, #bed7d3 0);
    display: inline;
  }
  .stripe_wrap_topics .content .lookArea__txt2 span:before {
    background-color: #bed7d3;
    width: 100%;
    content: "";
    position: absolute;
    height: 8px;
    bottom: 0;
    z-index: -1;
  }
  .footer_other {
    width: 970px;
    margin: 0 auto 78px;
  }
  .footer_other p {
    font-size: 34px;
    color: #393939;
    margin-bottom: 21px;
    font-family: DIN Alternate, ヒラギノ角ゴ ProN W3, HiraKakuProN-W3,
      Hiragino Kaku Gothic Pro, 游ゴシック体, YuGothic, 游ゴシック Medium,
      メイリオ, Meiryo, Osaka, ＭＳ\Ｐゴシック, MS PGothic, sans-serif;
    font-weight: 700;
    text-align: center;
    line-height: 1;
  }
  .footer_other ul {
    display: flex;
    justify-content: space-between;
  }
  .footer_other li {
    width: 5in;
  }
  .footer_other a {
    transition: 0.2s;
  }
  .footer_other a:hover {
    opacity: 0.7;
  }
  .btn__top {
    width: 60pc;
    margin: 0 auto 34px;
    font-size: 15px;
    color: #000;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  .btn__top:hover {
    text-decoration: underline;
  }
  .stripe_wrap_topics .header_btn {
    width: 368.25px;
    margin: 0 auto 0;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.15em;
    font-feature-settings: palt;
    color: #000;
    position: relative;
    border: 1px solid #000;
    text-decoration: none;
  }
  .stripe_wrap_topics .header_btn span {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    line-height: 1;
    font-size: 1.64pc;
    letter-spacing: 0.075em;
    font-feature-settings: palt;
    color: #000;
  }
  .check02 {
    margin-top: 10px;
    font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, 游ゴシック体,
      YuGothic, 游ゴシック Medium, メイリオ, Meiryo, Osaka, ＭＳ\Ｐゴシック,
      MS PGothic, sans-serif;
    color: #606060 !important;
    text-align: right;
    text-decoration: underline !important;
    font-size: 14px;
    margin-bottom: 10px !important;
    transition: 0.2s;
    display: block;
  }
  .otherCode_container {
    width: 660px;
    margin: 0 auto 200px;
    text-align: center !important;
  }
  .otherCode_container .p_heading {
    font-weight: 400;
    font-size: 23px;
    font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, 游ゴシック体,
      YuGothic, 游ゴシック Medium, メイリオ, Meiryo, Osaka, ＭＳ\Ｐゴシック,
      MS PGothic, sans-serif;
    margin-bottom: 35px;
    font-weight: 600;
  }
  .otherCode_container .table {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .otherCode_container .table .otherCode {
    width: 22%;
    text-align: center;
  }
  .otherCode_container .table .otherCode a {
    text-decoration: none;
  }
  .otherCode_container .table .otherCode .p_name {
    font-size: 19px;
    margin: 6px 0 4px;
  }
  .otherCode_container .table .otherCode .p_name,
  .otherCode_container .table .otherCode .p_name_jp {
    font-weight: 600;
    font-family: brandon-grotesque, sans-serif;
    display: block;
    text-align: center !important;
  }
  .otherCode_container .table .otherCode .p_name_jp {
    font-size: 15px;
    margin: 10px 0 4px;
  }
  .hotContents_container {
    width: 910px;
    margin: 0 auto 80px;
    text-align: center !important;
  }
  .hotContents_container .p_heading {
    font-weight: 600;
    font-size: 24px;
    font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, 游ゴシック体,
      YuGothic, 游ゴシック Medium, メイリオ, Meiryo, Osaka, ＭＳ\Ｐゴシック,
      MS PGothic, sans-serif;
    margin-bottom: 30px;
  }
  .hotContents_container .hotContents_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .hotContents_container .hotContents_inner .hotContents_box {
    display: flex;
    align-items: center;
    text-align: left;
    width: 48%;
    position: relative;
    padding: 25px 0;
    border-top: 1px solid #dadada;
    text-decoration: none;
  }
  .hotContents_container .hotContents_inner .hotContents_box:nth-last-child(1),
  .hotContents_container .hotContents_inner .hotContents_box:nth-last-child(2) {
    border-bottom: 1px solid #dadada;
  }
  .hotContents_container .hotContents_inner .hotContents_box .img {
    width: 45%;
    margin-right: 10px;
  }
  .hotContents_container .hotContents_inner .hotContents_box .img img {
    width: 100%;
  }
  .hotContents_container .hotContents_inner .hotContents_box .right {
    width: 46%;
  }
  .hotContents_container .hotContents_inner .hotContents_box .right .date {
    font-size: 15px;
    color: #acacac;
    margin-bottom: 8px;
  }
  .hotContents_container .hotContents_inner .hotContents_box .right .ttl {
    font-size: 16px;
    color: #222;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.4;
  }
  .hotContents_container .hotContents_inner .hotContents_box .right .txt {
    font-size: 11px;
    color: #000;
    font-weight: 400;
    line-height: 1.4;
  }
  .hotContents_container .hotContents_inner .hotContents_box .arrow {
    font-size: 20px;
    color: #dadada;
    margin-bottom: 10px;
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  /*　　根岸追加分　　*/
  .cmn-credit-area {
    max-width: 500px;
    margin: 40px 0 35px;
    padding: 0px 25px;
  }
  .cmn-credit-area li {
    margin-bottom: 5px;
    font-size: 9pt;
  }
  .creditbox a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
  .creditbox_creditlist_bd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 8px;
    height: 1px;
    background-color: #e2e2e2;
  }
  .creditbox_creditlist_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 45px;
    height: 18px;
    /* font-size: 0.9rem; */
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 1;
    background-color: #000000;
    padding-right: x; /* margin-right: 15px; */
  }
  /*　　根岸追加分20230718　　*/

  .item-credit-area {
    /*            width: 100%;*/
    padding: 0 20px;
  }
  .item-credit {
    margin: 25px auto 30px;
  }
  .item-credit a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1.3;
  }
  .flex-center {
    justify-content: space-between;
  }
  .item_img {
    width: 15%;
    padding: 2px 0;
  }
  .item-name {
    font-size: 13px;
    width: 52%;
    line-height: 1.5;
    text-align: initial;
    margin-left: 0%;
    letter-spacing: 0.005em;
  }
  span.buy-b {
    position: relative;
    text-align: right;
    margin-left: 5%;
    /* border: 1px
px
solid #757575; */
    padding: 4px 17px;
    color: #fff;
    background-color: #000;
  }
  .staff-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
  }
  .staff-img {
    width: 30%;
  }
  .staff-img-box {
  }
  .staff-txt {
    width: 66%; /* padding-left: 6%; */
  }
  .staff-txt p {
    text-align: initial;
  }
  .staff-styling-b {
    border: 1px solid #000000;
    font-style: normal;
    letter-spacing: normal;
    width: fit-content;
    padding: 8px 32px;
    border-radius: 10px;
    text-align: center;
    display: block;
    white-space: nowrap;
    text-align: center;
    padding: 8px 12px;
    display: block;
    white-space: nowrap;
  }
  .comment_line {
    margin: 18px 0 30px;
    width: 100%;
    height: 1px;
    background-color: #222;
    position: relative;
  }
  .comment_line::before {
    width: 10px;
    height: 3px;
    background-color: #f7f7f7;
    left: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .comment_line::after {
    width: 15px;
    height: 1px;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    left: 50px;
    top: 50%;
    -webkit-transform: translate(-100%, -50%) rotate(-45deg);
    transform: translate(-100%, -50%) rotate(-45deg);
    background-color: #222;
  }
  .comment_line::before,
  .comment_line::after {
    content: "";
    display: block;
    position: absolute;
  }
  .staff-name {
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 1.1rem;
  }
  .staff-dev {
    margin-bottom: 10px;
    letter-spacing: 0.005em;
  }
  .staff-area {
    background-color: #f7f7f7;
    padding: 20px;
  }
  /*TOPへ戻るボタン*/
  #page-top {
    position: fixed;
    width: 50px;
    height: 50px;
    color: #000;
    background-color: #fff;
    bottom: 20px;
    right: 0;
    border-radius: 10px 0 0 10px;
    z-index: 10;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #page-top a {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
  }
  #page-top a::after,
  #page-top a::before {
    content: "";
    background-color: #000;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 12px;
  }
  #page-top a::before {
    transform: rotate(-35deg);
    right: 0;
  }
  #page-top a::after {
    transform: rotate(35deg);
    left: 35%;
  }

  /*　　//根岸追加分20230718　　*/

  /*ここからPCのCSS*/
  @media screen and (min-width: 768px) {
    .stripe_wrap_topics .content .lookArea__txt,
    .stripe_wrap_topics .content .lookArea__txt span {
      font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, 游ゴシック体,
        YuGothic, 游ゴシック Medium, メイリオ, Meiryo, Osaka, ＭＳ\Ｐゴシック,
        MS PGothic, sans-serif;
      color: #000;
      font-size: 17px;
    }
    .cmn-credit-area {
      /* max-width: 500px; */
      margin: 50px auto 55px;
      font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, 游ゴシック体,
        YuGothic, 游ゴシック Medium, メイリオ, Meiryo, Osaka, ＭＳ\Ｐゴシック,
        MS PGothic, sans-serif;
    }
    .cmn-credit-area li {
      text-align: center;
      margin-bottom: 10px;
      font-size: 17px;
    }
    .creditbox a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-align: center;
      align-items: center;
    }
    .creditbox_creditlist_bd {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin: 0 8px;
      height: 1px;
      background-color: #e2e2e2;
    }
    .creditbox_creditlist_button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 60px;
      height: 26px;
      font-size: 15px;
      color: #fff;
      letter-spacing: 0.038em;
      line-height: 2.7;
      background-color: #000000;
      padding-right: x; /* margin-right: 15px; */
    }
    /*　　根岸追加分20230718　　*/

    .item-credit-area {
      /*            width: 100%;*/
      padding: 0 60px;
    }
    .item-credit {
      margin: 40px auto 40px;
    }
    .item-credit a {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      line-height: 1.3;
    }
    .flex-center {
      justify-content: space-between;
    }
    .item_img {
      width: 18%;
      padding: 2px 0;
    }
    .item-name {
      font-size: 15px;
      width: 52%;
      line-height: 1.5;
      text-align: initial;
      margin-left: 0%;
      letter-spacing: 0.005em;
    }
    span.buy-b {
      position: relative;
      text-align: right;
      margin-left: 5%;
      padding: 7px 18px;
      color: #fff;
      background-color: #000;
      font-size: 14px;
    }
    .staff-wrap {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      width: 100%;
      box-sizing: border-box;
      justify-content: space-between;
    }
    .staff-img {
      width: 27%;
    }
    .staff-img-box {
    }
    .staff-txt {
      width: 67%; /* padding-left: 6%; */
    }
    .staff-txt p {
      text-align: initial;
    }
    .staff-styling-b {
      border: 2px solid #000000;
      font-style: normal;
      letter-spacing: normal;
      width: fit-content;
      padding: 8px 32px;
      border-radius: 10px;
      text-align: center;
      display: block;
      white-space: nowrap;
      text-align: center;
      padding: 9px 20px;
      display: block;
      white-space: nowrap;
      font-size: 0.9rem;
      /* font-size: 13.2px; */
      letter-spacing: 0.02em;
    }
    .comment_line {
      margin: 20px 0 32px;
      width: 100%;
      height: 1px;
      background-color: #222;
      position: relative;
    }
    .comment_line::before {
      width: 10px;
      height: 3px;
      background-color: #f7f7f7;
      left: 40px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
    }
    .comment_line::after {
      width: 15px;
      height: 1px;
      -webkit-transform-origin: right top;
      transform-origin: right top;
      left: 50px;
      top: 50%;
      -webkit-transform: translate(-100%, -50%) rotate(-45deg);
      transform: translate(-100%, -50%) rotate(-45deg);
      background-color: #222;
    }
    .comment_line::before,
    .comment_line::after {
      content: "";
      display: block;
      position: absolute;
    }
    .staff-name {
      font-weight: 600;
      margin-bottom: 9px;
      font-size: 1.1rem;
      /* font-size: 13.2px; */
    }
    .staff-dev {
      margin-bottom: 10px;
      letter-spacing: 0.005em;
      font-size: 0.9rem;
      /* font-size: 12px; */
      /* font-size: 13px; */
    }
    .staff-area {
      background-color: #f8f8f8;
      padding: 30px 35px 33px;
      max-width: 600px;
      margin: 0 auto;
      width: 100%;
    }
    /*TOPへ戻るボタン*/
    #page-top {
      position: fixed;
      width: 50px;
      height: 50px;
      color: #000;
      background-color: #fff;
      bottom: 20px;
      right: 0;
      border-radius: 10px 0 0 10px;
      z-index: 10;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
      display: flex;
      align-items: center;
      justify-content: center;
    }
    #page-top a {
      position: relative;
      display: block;
      width: 12px;
      height: 12px;
    }
    #page-top a::after,
    #page-top a::before {
      content: "";
      background-color: #000;
      position: absolute;
      transform: translate(-50%, -50%);
      width: 2px;
      height: 12px;
    }
    #page-top a::before {
      transform: rotate(-35deg);
      right: 0;
    }
    #page-top a::after {
      transform: rotate(35deg);
      left: 35%;
    }

    /*　　//根岸追加分20230718　　*/
  }

  /*　　//根岸追加分　　*/
}
/* SP */
@media (max-width: 767px) {
  .container a,
  .container h1,
  .container h2,
  .container h3,
  .container p {
    color: #000;
    font-size: 9pt;
    line-height: 1.5em;
  }
  .container .bold {
    font-weight: 700;
  }
  .clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
  }

  @media screen and (max-width: 768px) {
    .stripe_wrap_topics .clearfix:after,
    .stripe_wrap_topics dl:after,
    .stripe_wrap_topics ol:after,
    .stripe_wrap_topics ul:after {
      content: none;
    }
    .stripe_wrap_topics {
      margin: 0 auto;
      width: 100% !important;
      margin: 0 auto 40px !important;
      font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, 游ゴシック体,
        YuGothic, 游ゴシック Medium, メイリオ, Meiryo, Osaka, ＭＳ\Ｐゴシック,
        MS PGothic, sans-serif;
      color: #0f0f0f;
    }
    .stripe_wrap_topics a {
      transition: 0.2s;
      display: block;
    }
    .stripe_wrap_topics a:hover {
      opacity: 0.85;
    }
    .stripe_wrap_topics img {
      width: 100%;
      display: block;
    }
    #contents {
      width: 100%;
    }
    .stripe_wrap_topics .header {
      margin: 0 auto 65px;
      position: relative;
    }
    .footer_other {
      width: 100%;
      margin: 0 auto 40px;
      padding: 0 9pt;
      box-sizing: border-box;
    }
    .footer_other p {
      font-size: 21px;
      margin-bottom: 30px;
      text-align: center;
      font-family: montserrat, sans-serif;
      font-weight: 600;
      line-height: 1;
    }
    .footer_other li {
      width: 100%;
    }
    .footer_other li:first-child {
      margin-bottom: 20px;
    }
    .footer_other li img {
      width: 100%;
    }
    .footer_other a {
      transition: 0.2s;
    }
    .footer_other a:hover {
      opacity: 0.7;
    }
    .btn__top {
      color: #000;
      text-decoration: none;
      text-align: center;
    }
    .btn__top:hover {
      text-decoration: underline;
    }
  }
  .stripe_wrap_topics .header .lead_main {
    font-size: 33px;
    text-align: left !important;
    font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, 游ゴシック体,
      YuGothic, 游ゴシック Medium, メイリオ, Meiryo, Osaka, ＭＳ\Ｐゴシック,
      MS PGothic, sans-serif;
  }

  @media (max-width: 768px) {
    .stripe_wrap_topics .header .lead_main {
      width: 90%;
      margin: 36.5px auto 20px;
      font-size: 18px;
      letter-spacing: 2.3;
    }
  }

  @media (max-width: 768px) {
    .stripe_wrap_topics .content .indexArea ul li span:nth-of-type(2) {
      font-size: 14px;
    }
  }

  @media (max-width: 768px) {
    .stripe_wrap_topics .content .indexArea ul li {
      font-size: 14.5px;
      line-height: 1.5;
    }
    .stripe_wrap_topics .content .indexArea ul li h2 {
      font-size: 15px;
      line-height: 1.25;
      display: contents;
    }
  }
  .stripe_wrap_topics .content .indexArea ul li a {
    display: flex;
    letter-spacing: 0.02em;
    align-items: center;
  }

  @media (max-width: 768px) {
    .stripe_wrap_topics .content .lookArea {
      margin-bottom: 35px;
    }
    .stripe_wrap_topics .content .lookAreaLast {
      margin-bottom: 50px !important;
    }
  }
  .stripe_wrap_topics .content .lookArea__ttl {
    padding-bottom: 5px;
    padding-left: 5px;
  }
  .stripe_wrap_topics .content .lookArea__index,
  .stripe_wrap_topics .content .lookArea__ttl {
    font-size: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    letter-spacing: 4;
    font-weight: 700;
    margin-bottom: 60px;
  }
  .stripe_wrap_topics .content .lookArea__index {
    /*    border-bottom: solid 1px #000;*/
    color: #000;
    padding: 5px 10px;
  }
  .stripe_wrap_topics .content .main_img {
    margin-bottom: 20px !important;
  }

  @media (max-width: 768px) {
    .stripe_wrap_topics .content .lookArea__ttl {
      font-size: 16px;
      margin-top: 70px;
      margin-bottom: 20px;
      line-height: 1.5;
      letter-spacing: 3;
      text-align: left;
      position: relative;
      padding-left: 20px;
    }
    .stripe_wrap_topics .content .lookArea__index {
      font-size: 17px;
      margin-top: 75px;
      margin-bottom: 20px;
      line-height: 1.5;
      letter-spacing: 3;
      text-align: left;
      position: relative;
      padding: 0.5em 0.7em;
      background-color: #859e85;
      color: #ffffff;
    }
    .stripe_wrap_topics .content .lookArea__index::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 30px;
      width: 0;
      height: 0;
      border: 11px solid transparent;
      border-top: 11px solid #859e85;
    }
  }
  .stripe_wrap_topics .content .lookArea__ttl:before {
    content: "";
    background-color: #859e85;
    width: 20px;
    height: 53px;
    position: absolute;
    left: -40px;
  }

  @media (max-width: 768px) {
    .stripe_wrap_topics .content .lookArea__ttl:before {
      width: 10px;
      height: 100%;
      left: 0;
    }
  }

  @media (max-width: 768px) {
    .stripe_wrap_topics .content .lookArea__pic .check {
      font-size: 10px;
    }
    .stripe_wrap_topics .content .lookArea__pic .check02 {
      margin-top: 10px;
      font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, 游ゴシック体,
        YuGothic, 游ゴシック Medium, メイリオ, Meiryo, Osaka, ＭＳ\Ｐゴシック,
        MS PGothic, sans-serif;
      color: #606060 !important;
      text-align: right;
      text-decoration: underline !important;
      font-size: 14px;
      margin-bottom: 10px !important;
      font-size: 10px;
    }
  }
  .stripe_wrap_topics .content .lookArea__txt {
    font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, 游ゴシック体,
      YuGothic, 游ゴシック Medium, メイリオ, Meiryo, Osaka, ＭＳ\Ｐゴシック,
      MS PGothic, sans-serif;
    color: #000;
    font-size: 23px;
    text-align: left;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: palt;
    line-height: 1.75;
    letter-spacing: 0.12em;
  }

  @media (max-width: 768px) {
  }

  @media (max-width: 768px) {
    .stripe_wrap_topics .content .lookArea__txt,
    .stripe_wrap_topics .content .lookArea__txt span {
      font-size: 14.5px;
    }
  }
  .stripe_wrap_topics .content .lookArea__txt span:before {
    background-color: #626668;
    width: 100%;
    content: "";
    position: absolute;
    height: 8px;
    bottom: 0;
    z-index: -1;
  }
  .stripe_wrap_topics {
    width: 60pc;
    margin: 0 auto 140px;
  }

  @media (max-width: 768px) {
    .stripe_wrap_topics {
      overflow: hidden;
    }
  }
  .stripe_wrap_topics .header .lead_main {
    font-weight: 700;
    font-size: 33px;
    text-align: left !important;
    font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, 游ゴシック体,
      YuGothic, 游ゴシック Medium, メイリオ, Meiryo, Osaka, ＭＳ\Ｐゴシック,
      MS PGothic, sans-serif;
  }

  @media (max-width: 768px) {
    .stripe_wrap_topics .header .lead_main {
      font-weight: 700;
      width: 88%;
      margin: 36.5px auto 20px;
      font-size: 18px;
      letter-spacing: 0.05em;
      line-height: 1.56;
    }
  }
  .stripe_wrap_topics .header .lead_sub {
    font-size: 23px;
    text-align: left !important;
    font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, 游ゴシック体,
      YuGothic, 游ゴシック Medium, メイリオ, Meiryo, Osaka, ＭＳ\Ｐゴシック,
      MS PGothic, sans-serif;
  }

  @media (max-width: 768px) {
    .stripe_wrap_topics .header .lead_sub {
      width: 88%;
      margin: 0 auto;
      font-size: 14px;
      letter-spacing: 0.11em;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: palt;
      line-height: 1.8;
    }
  }

  @media (max-width: 768px) {
    .stripe_wrap_topics .content {
      width: 90%;
      margin: 0 auto;
    }
  }
  .stripe_wrap_topics .content .indexArea {
    width: 60pc;
    margin: 0 auto;
    border: 1px solid #000;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 10pc;
  }

  @media (max-width: 768px) {
    .stripe_wrap_topics .content .indexArea {
      width: 100%;
      margin: 0 auto;
      padding-top: 29px;
      padding-bottom: 15px;
      margin-bottom: 80px;
      background-color: #fbfbfb;
    }
  }
  .stripe_wrap_topics .content .indexArea p {
    font-family: Times;
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
  }

  @media (max-width: 768px) {
    .stripe_wrap_topics .content .indexArea p {
      font-size: 20px;
      margin-bottom: 18px;
    }
  }
  .stripe_wrap_topics .content .indexArea ul li {
    position: relative;
    margin: 0 auto;
    width: 86%;
    font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, 游ゴシック体,
      YuGothic, 游ゴシック Medium, メイリオ, Meiryo, Osaka, ＭＳ\Ｐゴシック,
      MS PGothic, sans-serif;
    font-size: 27px;
    text-align: left;
    /*    line-height: 1.75;*/
  }

  @media (max-width: 768px) {
    .stripe_wrap_topics .content .indexArea ul li {
      padding-bottom: 3px;
      margin-bottom: 12px;
    }
  }
  .stripe_wrap_topics .content .indexArea ul li span:first-of-type {
    font-family: Times;
    font-size: 46px;
    font-style: italic;
    color: gray;
    margin-right: 20px;
  }

  @media (max-width: 768px) {
    .stripe_wrap_topics .content .indexArea ul li span:first-of-type {
      font-size: 26px;
      letter-spacing: 2px;
      line-height: 1.5;
      /*  padding-top: 5px;
padding-bottom: 5px;
*/
    }
  }

  @media (max-width: 768px) {
    .stripe_wrap_topics .content .indexArea ul li {
      font-size: 14px;
    }
  }
  .stripe_wrap_topics .content .indexArea ul li a {
    letter-spacing: 0.02em;
  }
  .stripe_wrap_topics .content .indexArea ul li:not(li:last-of-type):after {
    content: "";
    background-color: gray;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
  }
  .stripe_wrap_topics .content .lookArea {
    margin-bottom: 135px;
  }

  @media (max-width: 768px) {
    .stripe_wrap_topics .content .lookArea {
      margin-bottom: 75pt;
    }
  }
  .stripe_wrap_topics .content .lookArea__pic {
    width: 600px;
    margin: 0 auto;
  }

  @media (max-width: 768px) {
    .stripe_wrap_topics .content .lookArea__pic {
      width: 100%;
    }
  }
  .stripe_wrap_topics .content .lookArea__pic .check {
    margin-top: 10px;
    font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, 游ゴシック体,
      YuGothic, 游ゴシック Medium, メイリオ, Meiryo, Osaka, ＭＳ\Ｐゴシック,
      MS PGothic, sans-serif;
    color: #606060;
    text-align: right;
    text-decoration: underline;
    font-size: 14px;
    margin-bottom: 40px;
  }

  @media (max-width: 768px) {
    .stripe_wrap_topics .content .lookArea__pic .check {
      font-size: 10px;
    }
  }
  .otherCode_container .table .otherCode {
    font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, 游ゴシック体,
      YuGothic, 游ゴシック Medium, メイリオ, Meiryo, Osaka, ＭＳ\Ｐゴシック,
      MS PGothic, sans-serif;
    color: #000;
    font-size: 23px;
    text-align: left;
    line-height: 1.75; /*    letter-spacing: .025em
*/
  }

  @media (max-width: 768px) {
    .stripe_wrap_topics .content .lookArea__txt {
      font-size: 13.4px;
      letter-spacing: 0.065em;
      line-height: 1.8;
    }
  }
  .stripe_wrap_topics .content .lookArea__txt span {
    font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, 游ゴシック体,
      YuGothic, 游ゴシック Medium, メイリオ, Meiryo, Osaka, ＭＳ\Ｐゴシック,
      MS PGothic, sans-serif;
    color: #000;
    font-size: 23px;
    position: relative;
  }

  @media (max-width: 768px) {
    .stripe_wrap_topics .content .lookArea__txt span {
      padding-top: 1px;
    }
    .stripe_wrap_topics .content .lookArea__txt2 span,
    .stripe_wrap_topics .content .lookArea__txt span {
      font-size: 14.5px;
      background: linear-gradient(transparent 70%, #bed7d3 0);
      display: inline;
      font-weight: 700;
    }
    .stripe_wrap_topics .content .lookArea__txt3 span {
      font-size: 14.5px;
      background: linear-gradient(transparent 70%, #bed7d3 0);
      display: inline;
      font-weight: 700;
    }
  }
  .stripe_wrap_topics .content .lookArea__txt span:before {
    background-color: #bed7d3;
    width: 100%;
    content: "";
    position: absolute;
    height: 4px;
    bottom: 0;
    z-index: -1;
  }
  .stripe_wrap_topics .content .lookArea__txt2 {
    text-align: left;
    line-height: 1.8;
    letter-spacing: 0.025em;
    margin-bottom: 20px;
  }
  .stripe_wrap_topics .content .lookArea__txt2,
  .stripe_wrap_topics .content .lookArea__txt2 span {
    font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, 游ゴシック体,
      YuGothic, 游ゴシック Medium, メイリオ, Meiryo, Osaka, ＭＳ\Ｐゴシック,
      MS PGothic, sans-serif;
    color: #000;
    font-size: 14px;
  }
  .stripe_wrap_topics .content .lookArea__txt2 span {
    position: relative;
  }
  .stripe_wrap_topics .content .lookArea__txt2 span:before {
    background-color: #bed7d3;
    width: 100%;
    content: "";
    position: absolute;
    height: 4px;
    bottom: 0;
    z-index: -1;
  }
  .stripe_wrap_topics .header_btn {
    width: 90%;
    margin: 70px auto;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.075em;
    font-feature-settings: palt;
    color: #000;
    position: relative;
    border: 1px solid #000;
    text-decoration: none;
  }
  .stripe_wrap_topics .header_btn span {
    position: absolute;
    top: 48%;
    right: 10px;
    transform: translateY(-50%);
    line-height: 1;
    font-size: 15px;
    letter-spacing: 0.075em;
    font-feature-settings: palt;
    color: #000;
  }

  @media (max-width: 768px) {
    .otherCode_container {
      width: 95%;
      margin: 0 auto 75pt;
      text-align: center !important;
    }
    .otherCode_container .p_heading {
      font-weight: 600;
      font-size: 13.5px;
      font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, 游ゴシック体,
        YuGothic, 游ゴシック Medium, メイリオ, Meiryo, Osaka, ＭＳ\Ｐゴシック,
        MS PGothic, sans-serif;
      margin-bottom: 25px;
    }
    .otherCode_container .table {
      width: 100%;
      display: flex;
      justify-content: space-between;
      margin-bottom: 10px;
    }
    .otherCode_container .table .otherCode {
      width: 23%;
    }
    .otherCode_container .table .otherCode a {
      text-decoration: none;
    }
    .otherCode_container .table .otherCode .p_name {
      font-size: 13.5px;
      margin: 6px 0 2px;
    }
    .otherCode_container .table .otherCode .p_name,
    .otherCode_container .table .otherCode .p_name_jp {
      font-weight: 600;
      font-family: brandon-grotesque, sans-serif;
      display: block;
      text-align: center !important;
    }
    .otherCode_container .table .otherCode .p_name_jp {
      font-size: 11px;
      margin: 8px 0 4px;
    }
    .otherCode_container .table img {
      width: 100%;
    }
  }
  .hotContents_container {
    width: 100%;
    margin: 0 auto 75pt;
    text-align: center !important;
  }
  .hotContents_container .p_heading {
    font-weight: 600;
    font-size: 13.5px;
    font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, 游ゴシック体,
      YuGothic, 游ゴシック Medium, メイリオ, Meiryo, Osaka, ＭＳ\Ｐゴシック,
      MS PGothic, sans-serif;
    margin-bottom: 15px;
    letter-spacing: 0.025em;
  }
  .hotContents_container .hotContents_inner {
    width: 100%;
  }
  .hotContents_container .hotContents_inner .hotContents_box {
    display: flex;
    align-items: center;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 15px 0;
    border-top: 1px solid #dadada;
    text-decoration: none;
  }
  .hotContents_container .hotContents_inner .hotContents_box:nth-last-child(1) {
    border-bottom: 1px solid #dadada;
  }
  .hotContents_container .hotContents_inner .hotContents_box .img {
    width: 46%;
    margin-right: 10px;
  }
  .hotContents_container .hotContents_inner .hotContents_box .img img {
    width: 100%;
  }
  .hotContents_container .hotContents_inner .hotContents_box .right {
    width: 45%;
  }
  .hotContents_container .hotContents_inner .hotContents_box .right .date {
    font-size: 10px;
    color: #acacac;
    margin-bottom: 5px;
  }
  .hotContents_container .hotContents_inner .hotContents_box .right .ttl {
    font-size: 13px;
    color: #000;
    font-weight: 600;
    line-height: 1.4;
  }
  .hotContents_container .hotContents_inner .hotContents_box .right .txt {
    font-size: 11px;
    color: #000;
    font-weight: 400;
    line-height: 1.4;
  }
  .hotContents_container .hotContents_inner .hotContents_box .arrow {
    font-size: 20px;
    color: #dadada;
    margin-bottom: 10px;
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  /*　　根岸追加分　　*/
  .cmn-credit-area {
    max-width: 500px;
    margin: 40px 0 35px;
    padding: 0px 25px;
  }
  .cmn-credit-area li {
    margin-bottom: 5px;
    font-size: 9pt;
    letter-spacing: 0.015em;
  }
  .creditbox a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
  .creditbox_creditlist_bd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 8px;
    height: 1px;
    background-color: #e2e2e2;
  }
  .creditbox_creditlist_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 45px;
    height: 18px;
    /* font-size: 0.9rem; */
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 1;
    background-color: #000000;
    padding-right: x; /* margin-right: 15px; */
  }
  /*　　根岸追加分20230718　　*/

  .item-credit-area {
    /*            width: 100%;*/
    padding: 0 20px;
  }
  .item-credit {
    margin: 25px auto 30px;
  }
  .item-credit a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1.3;
  }
  .flex-center {
    justify-content: space-between;
  }
  .item_img {
    width: 15%;
    padding: 2px 0;
  }
  .item-name {
    font-size: 12px;
    width: 52%;
    line-height: 1.5;
    text-align: initial;
    margin-left: 0%;
    letter-spacing: 0.005em;
  }
  span.buy-b {
    position: relative;
    text-align: right;
    margin-left: 5%;
    /* border: 1px
px
solid #757575; */
    padding: 4px 17px;
    color: #fff;
    background-color: #000;
  }
  .staff-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
  }
  .staff-img {
    width: 30%;
  }
  .staff-img-box {
  }
  .staff-txt {
    width: 66%; /* padding-left: 6%; */
  }
  .staff-txt p {
    text-align: initial;
  }
  .staff-styling-b {
    border: 1px solid #000000;
    font-style: normal;
    letter-spacing: normal;
    width: fit-content;
    padding: 8px 32px;
    border-radius: 10px;
    text-align: center;
    display: block;
    white-space: nowrap;
    text-align: center;
    padding: 8px 12px;
    display: block;
    white-space: nowrap;
  }
  .comment_line {
    margin: 18px 0 30px;
    width: 100%;
    height: 1px;
    background-color: #222;
    position: relative;
  }
  .comment_line::before {
    width: 10px;
    height: 3px;
    background-color: #f7f7f7;
    left: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .comment_line::after {
    width: 15px;
    height: 1px;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    left: 50px;
    top: 50%;
    -webkit-transform: translate(-100%, -50%) rotate(-45deg);
    transform: translate(-100%, -50%) rotate(-45deg);
    background-color: #222;
  }
  .comment_line::before,
  .comment_line::after {
    content: "";
    display: block;
    position: absolute;
  }
  .staff-name {
    font-weight: 600;
    margin-bottom: 6px;
    /* font-size: 1.1rem; */
    font-size: 13.2px;
  }
  .staff-dev {
    margin-bottom: 10px;
    letter-spacing: 0.005em;
  }
  .staff-area {
    background-color: #f7f7f7;
    padding: 20px;
  }
  /*TOPへ戻るボタン*/
  #page-top {
    position: fixed;
    width: 50px;
    height: 50px;
    color: #000;
    background-color: #fff;
    bottom: 20px;
    right: 0;
    border-radius: 10px 0 0 10px;
    z-index: 10;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #page-top a {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
  }
  #page-top a::after,
  #page-top a::before {
    content: "";
    background-color: #000;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 12px;
  }
  #page-top a::before {
    transform: rotate(-35deg);
    right: 0;
  }
  #page-top a::after {
    transform: rotate(35deg);
    left: 35%;
  }

  /*　　//根岸追加分20230718　　*/

  /*ここからPCのCSS*/
  @media screen and (min-width: 768px) {
    .cmn-credit-area {
      /* max-width: 500px; */
      margin: 0 auto 55px; /* padding: 0px 10px; */ /* width: 60%; */ /* font-size: 1.8rem; */
    }
    .cmn-credit-area li {
      text-align: center;
      margin-bottom: 5px;
      font-size: 1.5rem;
    }
    .creditbox a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-align: center;
      align-items: center;
    }
    .creditbox_creditlist_bd {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin: 0 8px;
      height: 1px;
      background-color: #e2e2e2;
    }
    .creditbox_creditlist_button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 60px;
      height: 26px;
      font-size: 1.3rem;
      color: #fff;
      letter-spacing: 0.038em;
      line-height: 2.7;
      background-color: #000000;
      padding-right: x; /* margin-right: 15px; */
    }
  }

  /*　　//根岸追加分　　*/
}
