<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
/*ブラウザクリア*/
body {
  margin: 0px;
}
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}
ul,
li {
  display: static;
  -webkit-margin-before: 0em;
  margin-block-start: 0em;
  -webkit-margin-after: 0em;
  margin-block-end: 0em;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px;
  -webkit-padding-start: 0px;
  padding-inline-start: 0px;
  list-style: none;
}
p {
  display: block;
  -webkit-margin-before: 0em;
  margin-block-start: 0em;
  -webkit-margin-after: 0em;
  margin-block-end: 0em;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px;
}
h1,
h2,
h3,
h4,
h5 {
  display: block;
  -webkit-margin-before: 0em;
  margin-block-start: 0em;
  -webkit-margin-after: 0em;
  margin-block-end: 0em;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
img {
  /*width: 100%;*/
}
a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: 0.7;
}

.optimaizedH1 {
  position: absolute;
  top: 0;
  left: -9999px;
}

/*ブラウザクリア*/
.wrapper_ {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  font-size: 1em;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #000;
  letter-spacing: 0.05em;
}
#contents {
  height: 180vh;
  background: #ccc;
}

/*back to top*/
.common_headline1_ {
  position: absolute;
  left: -400%;
}

/* ====== PC（ヘッダーのみ） ======= */
@media screen and (min-width: 1001px) {
  /****************** ヘッダー ******************/
  .header_inner {
    width: auto;
    max-width: 1600px;
    height: 75px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  #header {
    top: -75px;
    position: absolute;
    width: 100%;
    margin: 75px auto 0;
    z-index: 9999;
    background: #fff;
    color: #000;
    font-family: ArialMTPro-Bold, sans-serif;
    text-decoration: none;
  }
  #header a {
    color: #000;
    text-decoration: none;
  }
  #header .header_inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #header .logo img {
    height: 34px;
    width: auto;
  }
  #header .btn_onlineshop {
    position: relative;
    width: 164px;
    padding: 10px 0;
    border: solid 1px #173b67;
    background: #173b67;
    color: #fff;
    font-size: 11px;
    margin-left: 30px;
    transition: opacity 0.3s;
    z-index: 999;
  }
  #header .btn_onlineshop:hover {
    opacity: 0.7;
  }
  #header .Uline {
    position: relative;
    cursor: pointer;
    text-decoration: none;
  }
  #header .Uline::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    width: 50%;
    height: 2px;
    background-color: #c30d18;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    margin: 0 auto;
  }
  #header .Uline:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #global-nav ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 4px;
    font-size: 14px;
  }
  #global-nav ul li a {
    padding: 0 25px;
    color: #173b67;
  }
  #global-nav ul li a:hover {
    opacity: 1;
  }
  #header #navi_sp {
    display: none;
  }
  /* Fixed */
  #header.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    background: #fff;
    transition: top 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    -webkit-transition: top 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    -moz-transition: top 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  }
  
  #header.fixed .header_inner {
    height: 56px;
  }
  #header.fixed .logo {
    height: auto;
  }
  #header.fixed #global-nav ul li a {
    color: #173b67;
    padding: 0 25px;
  }
  #nav-toggle {
    display: none;
  }
  /****************** END ヘッダー ******************/

  /********コンテンツ共通**********/
  .contents_area_ {
    padding-top: 140px !important;
  }
}


/* ====== PC ======= */
@media screen and (min-width: 731px) {
  /****************** PC共通部分 ******************/
  /* #toppage.wrapper_ {
    padding-top: 0;
  } */
  .container_,
  .cont-list {
    padding-top: 200px;
  }
  .col1_,
  .col2_,
  .contact_ {
    padding-bottom: 5em;
    width: 1000px;
    margin: 0 auto;
  }
  #toppage .container_ {
    padding-top: 0;
  }
  h2 {
    font-size: 20pt;
    padding-bottom: 60px;
    text-align: center;
  }
  h2 span {
    font-size: 11pt;
    display: block;
    font-weight: 400;
  }
  .wrapper_ a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .wrapper_ a:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  /****************** END PC共通部分 ******************/
  
  /****************** フッター ******************/
  #footer_area {
    position: relative;
    background: #323a4c;
    color: #fff;
  }
  #footer {
    font-family: ArialMTPro-Bold, sans-serif;
    text-align: left;
  }
  #footer a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #footer a:hover {
    opacity: 0.5;
  }
  #footer ._blank {
    position: static;
    margin: 0 0px 0 0px;
    top: 0;
    right: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 999;
  }
  #footer ._blank::after {
    content: "";
    background-image: url("/common/img/link_ex_icon_w02.svg");
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 0px 0px 0 5px;
  }
  #footer ._blank:hover {
    opacity: 0.5;
  }
  #footer .area_inner {
    max-width: 1600px;
    margin: 0 auto;
  }

  /* ---- series_area ---- */
  #footer .footer_series_area {
    padding-top: 42px;
    padding-bottom: 45px;
    border-bottom: 1px solid #5b6170;
  }
  #footer .footer_series_area .series_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    /* max-width: 1420px; */
    margin: 0 auto;
    box-sizing: border-box;
  }
  #footer .series_list li {
    list-style: none;
  }
  #footer .series_list li:first-of-type {
    margin-left: 7.5%;
  }
  #footer .series_list li:last-of-type {
      margin-right: 7.75%;
  }
  #footer .series_list li.logo_503 {
      width: 4.43%;
  }
  #footer .series_list li.logo_505 {
      width: 5.44%;
  }
  #footer .series_list li.logo_jerseys {
      width: 8.19%;
  }
  #footer .series_list li.logo_jerseys img {
      padding-top: 10%;
  }
  #footer .series_list li.logo_denisura {
      width: 7.06%;
  }
  #footer .series_list li.logo_denisura img {
      margin-bottom: 16%;
  }
  #footer .series_list li.logo_hatarakuro {
      width: 8.38%;
  }
  #footer .series_list li.logo_concept {
      width: 8.75%;
  }
  #footer .series_list li img {
      width: 100%;
  }
  #footer .series_list li a {
      -webkit-transition: 0.3s;
      transition: 0.3s;
  }
  #footer .series_list li a:hover {
      -webkit-transition: 0.3s;
      transition: 0.3s;
      opacity: 0.7;
  }

  /* ---- navi_area ---- */
  #footer .footer_navi_area {
    border-bottom: 1px solid #5b6170;
  }
  #footer .footer_navi_area .area_inner {
    display: grid;
    grid-template-columns: 31.25% 38.4% 30.35%;
  }
  #footer .footer_navi_area .navi_edwin {
    padding-top: 82px;
    text-align: center;
    border-right: 1px solid #5b6170;
  }
  #footer .footer_navi_area .navi_edwin .logo {
    width: 56%;
    max-width: 100%;
  }
  #footer .footer_navi_area .navi_site {
    display: flex;
    gap: 6%;
    margin-left: 20%;
    padding-top: 78px;
    padding-bottom: 70px;
  }
  #footer .footer_navi_area .navi_site li {
    margin-bottom: 17px;
    font-size: 15px;
  }
  #footer .navi_site .l1 {
    width: 47%;
  }
  #footer .navi_site .l2 {
    width: 47%;
  }

  /* ---- sns_area ---- */
  #footer .footer_sns_area {
    padding-top: 50px;
  }
  #footer .footer_sns_area img {
    width: 80px;
  }
  #footer .footer_sns_area .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    gap: 0 5px;
    align-items: center;
  }
  #footer .footer_sns_area .sns_icon img {
    display: block;
    padding: 4px 10px;
  }
  #footer .footer_sns_area .icon_x img {
    width: 19px;
  }
  #footer .footer_sns_area .icon_fb img {
    width: 21px;
  }
  #footer .footer_sns_area .icon_insta img {
    width: 20px;
  }
  #footer .footer_sns_area .icon_youtube img {
    width: 24px;
  }

  /* ---- copyright ---- */
  #footer .copyright_area {
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
  }
  #footer .copyright_area .copyright {
    width: 240px;
    padding: 30px 0 32px;
    font-size: 11px;
    text-align: center;
    border-left: 1px solid #5b6170;
  }
  /*back to top*/
  #page_top {
    position: fixed;
    bottom: 30px;
    right: 0;
    padding: 20px 20px;
    z-index: 888;
  }
  #page_top p {
    background-color: none;
    color: #fff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
  }
  #page_top p:hover {
    background-color: none;
    text-decoration: none;
    -webkit-filter: brightness(0.6);
    filter: brightness(0.6);
  }
  #page_top p img {
    width: 50px;
  }
  /****************** END フッター ******************/
  /****************** コンテンツ共通 ******************/
  .cont_block {
    padding-bottom: 80px;
  }
  .mov_adjust {
    width: 80%;
    position: relative;
    padding-bottom: 45%;
    height: 0px;
    margin: 0 auto;
  }
  .underline_ {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    font-weight: 400;
  }
  .underline_:after {
    content: "";
    display: table;
    position: absolute;
    width: 60%;
    height: 1px;
    background-color: #000;
    top: 30px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
  .bnr_link_1 {
    width: 40%;
    margin: 0 auto;
    padding: 40px 0;
    text-align: left;
  }

  /****************** END コンテンツ共通 ******************/
  /****************** トピック ニュース ******************/
  .topicdetaillist_ .topicline_ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2%;
  }
  .topicdetaillist_ .topicline_ li {
    width: 19%;
    margin-right: 1.2%;
    margin-bottom: 5%;
    text-align: left;
  }
  .topicdetaillist_ .topicline_ li:nth-child(5n) {
    margin-right: 0;
  }
  .topicdetaillist_ .topicline_ .img_ img {
    width: 100%;
  }
  .topicdetaillist_ .topicline_ .desc_ {
    font-size: 11pt;
    padding: 0.25em;
  }
  .topicdetaillist_ .topicline_ .desc_ .day_ {
    font-size: 10pt;
  }
  .topicdetaillist_ .topicline_ .desc_ p {
    margin-top: 0.5em;
  }
  .navipage_sum_ {
    display: none;
  }
  #toppage .topiclist_body_ {
    width: 1000px;
  }
  .topiclist_body_ {
    width: 800px;
    margin: 0 auto;
    padding-bottom: 7em;
  }
  .topiclist_body_ .day_ {
    text-align: left;
    font-size: 10pt;
    padding-bottom: 3%;
  }
  .topiclist_body_ .topic_title_ {
    text-align: left;
    font-size: 14pt;
    padding-bottom: 40px;
  }
  .topiclist_body_ .article_ {
    text-align: left;
    font-size: 11pt;
  }
  .topiclist_body_ .article_ p {
    text-align: left;
    font-size: 11pt;
  }
  .topiclist_body_ .article_ img {
    width: 70%;
    display: block;
    margin: 0 auto;
    padding: 5px 0;
  }
  .topiclist_body_ .article_ .topic_block {
    padding: 30px 0 30px;
  }
  .topiclist_body_ .article_ .topic_block:first-child {
    padding: 60px 0 30px;
  }
  .topiclist_body_ .article_ .topic_block:last-child {
    padding: 30px 0 60px;
  }
  .topiclist_body_ .article_ .topic_block h4 {
    font-size: 14pt;
    text-align: center;
    display: table;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin: 0 auto;
  }
  .topiclist_body_ .article_ .topic_block p,
  .topiclist_body_ .article_ .topic_block ul {
    font-size: 10pt;
    display: table;
    margin: 25px auto 0;
  }
  .topiclist_body_ .article_ .topic_block .img_title_ {
    font-size: 11pt;
    text-align: center;
    padding: 10px 0;
  }
  .topiclist_body_ .article_ .topic_block .img_caption_ {
    font-size: 10pt;
    padding: 5px;
  }
  .topiclist_body_ .article_ .topic_block a {
    font-size: 10pt;
    display: inline-block;
    text-decoration: none;
  }
  .topiclist_body_ .article_ .topic_block .topic_annotation li {
    list-style: disc;
    list-style-position: outside;
  }
  .topiclist_body_ .article_ .topic_block .link_mainBnr {
    max-width: 500px;
    margin: 0 auto;
    display: table;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .topiclist_body_ .article_ .topic_block .link_mainBnr:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .topiclist_body_ .article_ .column_2_ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .topiclist_body_ .article_ .column_2_ li {
    width: 48%;
  }
  .topiclist_body_ .article_ .column_2_ li img {
    width: 100%;
    padding: 0;
  }
  /*-- テンプレート ---*/
  /*-- 2カラム ---*/
  /****************** END トピック ニュース  ******************/
  /****************** CONTACT US ******************/
  .contact_ .contact_attention_ {
    display: inline-block;
    padding: 0 1.5em;
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-left: 3px solid #ccc;
  }
  .contact_ .contact_attention_ .contact_attention_left {
    text-align: left;
  }
  .contact_ .contact_attention_ .contact_attention_left p {
    font-size: 10pt;
    margin-top: 0.7em;
  }
  .contact_ .contact_attention_p {
    padding: 0 1.5em;
    display: table;
    margin: 0 auto;
    border-left: 3px solid #ccc;
  }
  .contact_ .contact_attention_p p {
    text-align: left;
  }
  .contact_ .contact_attention_p p .contact_notice_ {
    font-size: 90%;
    display: block;
    margin-top: 0.5em;
  }
  .contact_ .head_error_ {
    color: #c30d18;
    margin: 4em 0 2em;
  }
  .contact_ .contact_form_ {
    margin: 3em auto;
    max-width: 900px;
  }
  .contact_ .contact_form_ table {
    margin-top: 0.5em;
    width: 100%;
  }
  .contact_ .contact_form_ table th,
  .contact_ .contact_form_ table td {
    padding: 1em;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: table-cell;
  }
  .contact_ .contact_form_ table th {
    width: 30%;
    background-color: #333;
    color: #fff;
    margin-right: 0.25em;
    white-space: nowrap;
    display: table-cell;
  }
  .contact_ .contact_form_ table th label {
    position: relative;
    display: block;
  }
  .contact_ .contact_form_ table th label .necessary {
    position: absolute;
    color: #fff;
    padding: 2px 4px;
    font-size: 9pt;
    line-height: 1;
    background-color: #c30d18;
    top: 50%;
    right: 1%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .contact_ .contact_form_ table td {
    width: 60%;
    text-align: left;
    display: table-cell;
  }
  .contact_ .contact_form_ table select {
    display: inline-block;
    width: 60%;
  }
  .contact_ .contact_form_ table input {
    display: inline-block;
    width: 80%;
  }
  .contact_ .contact_form_ table input,
  .contact_ .contact_form_ table select {
    border-radius: 3px;
    border: 1px solid #999;
    padding: 0.25em;
  }
  .contact_ .contact_form_ table input:active,
  .contact_ .contact_form_ table select:active {
    border-radius: 0;
    border: 1px solid #000;
  }
  .contact_ .contact_form_ .form_annotation {
    margin-top: 0.5em;
    font-size: 86%;
  }
  .contact_ .contact_form_ .form_error_ {
    color: #c30d18;
    font-size: 86%;
    margin-top: 0.5em;
  }
  .contact_ .contact_form_ .form_error_ a {
    text-decoration: underline;
  }
  .contact_ .submit_ {
    margin-top: 2em;
  }
  .contact_ .submit_ a {
    margin: 0 1em;
  }
  .contact_ .submit_ .back {
    border: 2px solid #333;
    padding: 0.5em 0.75em;
    font-size: 10pt;
    font-weight: 600;
  }
  .contact_ .submit_ .back span {
    -webkit-transform: scale(0.8, 1.2) translateX(-5px);
            transform: scale(0.8, 1.2) translateX(-5px);
    display: inline-block;
  }
  /****************** END CONTACT US ******************/
  /********オーダー**********/
  .o1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .o2 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .o3 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .o4 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .o5 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .o6 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .o7 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .o8 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  /********オーダー**********/
  .sp {
    display: none !important;
  }
  /********ボタン類**********/
  .animation_btn_a,
  .view_all_ a {
    color: #000;
    text-decoration: none;
    border: 1px solid #000;
    display: inline-block;
    padding: 10px 25px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-top: 60px;
  }
  .animation_btn_a:hover,
  .view_all_ a:hover {
    color: #fff;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .animation_btn_a:hover::before,
  .view_all_ a:hover::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #222222;
    -webkit-animation: bg_slide 0.3s;
    animation: bg_slide 0.3s;
  }
  /******** ENDボタン類 **********/
}


/* ====== SP（ヘッダーのみ） ======= */
@media screen and (max-width: 1000px) {
  /****************** ヘッダー ******************/
  #header,
  .header_inner {
    width: 100%;
    padding: 0;
  }
  #header {
    position: fixed;
    top: 0;
    width: 100%;
    margin-top: 0;
    z-index: 9999;
    background: #fff;
    color: #000;
    font-family: ArialMTPro-Bold, sans-serif;
    text-decoration: none;
  }
  #header.fixed {
    padding-top: 0;
    background: transparent;
  }
  #header a {
    color: #000;
    text-decoration: none;
  }
  #header .header_inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  /* Fixed reset */
  #mobile-head {
    background: #fff;
    width: 100%;
    height: 50px;
    z-index: 999;
    position: relative;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  #header .logo {
    position: absolute;
    display: grid;
    place-content: center;
    left: 3.2%;
    height: 100%;
    padding-right: 3.2%;
    border-right: 1px solid #fff;
    transition: border-color 0.3s;
  }
  #header .logo img {
    display: block;
    height: 26px;
    width: auto;
  }
  #header .btn_onlineshop {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 113px;
    height: 26px;
    margin: 0 0 0 0;
    padding-top: 2px;
    color: #fff;
    font-family: ArialMTPro-Bold, sans-serif;
    font-size: 9px;
    text-align: center;
    line-height: 26px;
    background: #173b67;
    z-index: 999;
  }
  #header #navi_pc {
    display: none;
  }
  #header #navi_sp {
    position: absolute;
    top: 50px;
    width: 100%;
    height: calc(100dvh - 50px);
    border-top: 1px solid #5b6170;
    background: #323a4c url(/common/img/hamburger_bg.png);
    background-size: 5px;
    box-sizing: border-box;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    text-align: left;
    opacity: 0;
    visibility: hidden;
  }
  #header #navi_sp a {
    color: #fff;
  }
  #header #navi_sp .navi_sp_inner {
    overflow-y: scroll;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    height: 100%;
  }
  #header #navi_sp ._blank {
    position: static;
    top: 0;
    right: 0;
    z-index: 999;
  }
  #header #navi_sp ._blank::after {
    content: "";
    background-image: url("/common/img/link_ex_icon_w02.svg");
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    width: 13px;
    height: 14px;
    margin: 0px 0px 0 5px;
  }

  /* ---- link_list ---- */
  #header #navi_sp .site_link,
  #header #navi_sp .ex_link {
    display: flex;
    gap: 0 5%;
    padding-left: 12.7%;
    padding-top: 40px;
    padding-bottom: 22px;
    border-bottom: 1px solid #5b6170;
  }
  #header #navi_sp .site_link li,
  #header #navi_sp .ex_link li {
    margin-bottom: 20px;
    font-size: 14px
  }

  /* ---- sns_area ---- */
  #header #navi_sp .header_sns_area {
    width: 78.7%;
    padding-top: 37px;
    padding-bottom: 37px;
    padding-left: 10.4%;
    border-right: 1px solid #5b6170;
    box-sizing: border-box;
  }
  #header #navi_sp .header_sns_area img {
    width: 80px;
  }
  #header #navi_sp .header_sns_area .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 7.5%;
    align-items: center;
  }
  #header #navi_sp .header_sns_area .sns_icon img {
    display: block;
    padding: 1vw 2vw;
  }
  #header #navi_sp .header_sns_area .icon_x img {
    width: 23px;
  }
  #header #navi_sp .header_sns_area .icon_fb img {
    width: 24px;
  }
  #header #navi_sp .header_sns_area .icon_insta img {
    width: 23px;
  }
  #header #navi_sp .header_sns_area .icon_youtube img {
    width: 28px;
  }

  /* ---- series_area ---- */
  #header #navi_sp .header_series_area {
    padding-top: 50px;
    padding-bottom: 35px;
    border-top: 1px solid #5b6170;
  }
  #header #navi_sp .header_series_area .series_list {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: space-between;
    align-items: center;
    width: 76%;
    gap: 16px 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  #header #navi_sp .series_list li {
    list-style: none;
    justify-self: center;
  }
  #header #navi_sp .series_list li.logo_503 {
      width: 33px;
  }
  #header #navi_sp .series_list li.logo_505 {
      width: 41px;
  }
  #header #navi_sp .series_list li.logo_jerseys {
      width: 61px;
  }
  #header #navi_sp .series_list li.logo_jerseys img {
      padding-top: 10%;
  }
  #header #navi_sp .series_list li.logo_denisura {
      width: 53px;
  }
  #header #navi_sp .series_list li.logo_denisura img {
      margin-bottom: 8%;
  }
  #header #navi_sp .series_list li.logo_hatarakuro {
      width: 63px;
  }
  #header #navi_sp .series_list li.logo_concept {
      width: 70px;
  }
  #header #navi_sp .series_list li img {
      width: 100%;
  }

  #header #nav-toggle {
    display: block;
    position: absolute;
    right: 139px;
    top: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 101;
  }
  #header #nav-toggle div {
    position: relative;
  }
  #header #nav-toggle span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #173b67;
    left: 0;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #header #nav-toggle span:nth-child(1) {
    top: 8px;
  }
  #header #nav-toggle span:nth-child(2) {
    top: 14px;
  }
  #header #nav-toggle span:nth-child(3) {
    top: 20px;
  }
  #header.open #mobile-head {
    background: #323a4c url(/common/img/hamburger_bg.png);
    background-size: 5px;
  }
  #header.open .logo {
    border-color: #5b6170;
  }
  #header.open #nav-toggle span {
    background-color: #fff;
  }
  #header.open #nav-toggle span:nth-child(1) {
    top: 14px;
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
  }
  #header.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  #header.open #nav-toggle span:nth-child(3) {
    top: 14px;
    -webkit-transform: rotate(-210deg);
    transform: rotate(-210deg);
  }
  #header.open #navi_sp {
    opacity: 1;
    visibility: visible;
  }
  #header.open .btn_onlineshop {
    color: #323a4c;
    background: #fff;
  }
  /****************** END ヘッダー ******************/

  .contents_area_ {
    padding-top: 50px;
  }
}


/* ====== SP ======= */
@media screen and (max-width: 730px) {
  /****************** SP共通部分 ******************/
  .wrapper_ {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-size: 1em;
    margin-bottom: 0px;
  }
  #toppage.wrapper_ {
    padding-top: 0;
  }
  .container_,
  .cont-list,
  .contents_,
  .topiclist_body_ {
    margin: 0 auto;
  }
  #toppage .container_ {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: auto;
  }
  .container_,
  .cont-list,
  .contact_,
  .contents_ {
    margin: 8em auto 5em;
    width: 96%;
  }
  h2 {
    font-size: 20pt;
    padding-bottom: 60px;
    text-align: center;
  }
  h2 span {
    font-size: 11pt;
    display: block;
    font-weight: 400;
  }
  /****************** END SP共通部分 ******************/
  .pc {
    display: none !important;
  }
  
  /****************** コンテンツ共通 ******************/
  .cont_block {
    padding-bottom: 80px;
  }
  .mov_adjust {
    width: 98%;
    position: relative;
    padding-bottom: 55%;
    height: 0px;
    margin: 0 auto;
  }
  .underline_ {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    font-weight: 400;
  }
  .underline_:after {
    content: "";
    display: table;
    position: absolute;
    width: 60%;
    height: 1px;
    background-color: #000;
    top: 30px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
  .bnr_link_1 {
    width: 80%;
    margin: 0 auto;
    padding: 40px 0;
    text-align: left;
  }
  /****************** トピック ニュース ******************/
  .topicdetaillist_ .topicdetaillist_body_ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2%;
  }
  .topicdetaillist_ .topicdetaillist_body_ li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 5%;
  }
  .topicdetaillist_ .topicdetaillist_body_ li:nth-child(2n) {
    margin-right: 0;
  }
  .topicdetaillist_ .topicdetaillist_body_ .img_ img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .topicdetaillist_ .topicdetaillist_body_ .desc_ {
    text-align: left;
    font-size: 3.5vw;
  }
  .topicdetaillist_ .topicdetaillist_body_ .desc_ .day_ {
    font-size: 3vw;
  }
  .navipage_sum_ {
    display: none;
  }
  .topiclist_body_ .day_ {
    text-align: center;
    font-size: 3vw;
    padding-bottom: 3%;
  }
  .topiclist_body_ .topic_title_ {
    text-align: left;
    font-size: 4.8vw;
    padding-bottom: 15%;
  }
  .topiclist_body_ article {
    text-align: left;
    font-size: 3.5vw;
  }
  .topiclist_body_ article img {
    width: 70%;
    display: block;
    margin: 0 auto;
    padding: 5px 0;
  }
  .topiclist_body_ article .topic_block {
    padding: 30px 0 30px;
  }
  .topiclist_body_ article .topic_block:first-child {
    padding: 60px 0 30px;
  }
  .topiclist_body_ article .topic_block:last-child {
    padding: 30px 0 60px;
  }
  .topiclist_body_ article .topic_block h4 {
    font-size: 14pt;
    text-align: center;
    display: table;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin: 0 auto;
  }
  .topiclist_body_ article .topic_block ul,
  .topiclist_body_ article .topic_block p {
    font-size: 10pt;
    display: table;
    margin: 0 auto;
    padding: 8%;
  }
  .topiclist_body_ article .topic_block .img_title_ {
    font-size: 11pt;
    text-align: center;
    padding: 10px 0;
  }
  .topiclist_body_ article .topic_block .img_caption_ {
    font-size: 10pt;
    padding: 5px;
  }
  .topiclist_body_ article .topic_block a {
    font-size: 10pt;
    display: inline-block;
    text-decoration: none;
  }
  .topiclist_body_ article .topic_block .topic_annotation li {
    list-style: disc;
    list-style-position: outside;
  }
  .topiclist_body_ article .topic_block .link_mainBnr {
    width: 96%;
    margin: 0 auto;
    display: table;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .topiclist_body_ article .column_2_ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .topiclist_body_ article .column_2_ li {
    width: 48%;
  }
  .topiclist_body_ article .column_2_ li img {
    width: 100%;
  }
  /*-- テンプレート ---*/
  /*-- 2カラム ---*/
  .topic_backtolist {
    color: #000;
    text-decoration: none;
    border: 1px solid #000;
    display: table;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 25px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 0 auto 20vh;
  }
  .submit_ {
    display: none;
  }
  .topicdetaillist_ .topicline_ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2%;
  }
  .topicdetaillist_ .topicline_ li {
    width: 100%;
    text-align: left;
    padding: 2% 4%;
    border-bottom: 1px solid #ececec;
  }
  .topicdetaillist_ .topicline_ li:first-child {
    border-top: 1px solid #ececec;
  }
  .topicdetaillist_ .topicline_ li:last-child {
    margin-bottom: 7em;
  }
  .topicdetaillist_ .topicline_ a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-decoration: none;
  }
  .topicdetaillist_ .topicline_ .img_ {
    width: 40%;
  }
  .topicdetaillist_ .topicline_ .desc_ {
    font-size: 11pt;
    width: 55%;
    padding: 0.25em;
    color: #000;
  }
  .topicdetaillist_ .topicline_ .desc_ p {
    margin-top: 1em;
  }
  .topicdetaillist_ .topicline_ .desc_ .day_ {
    font-size: 10pt;
  }
  /****************** END トピック ニュース  ******************/
  /****************** CONTACT US ******************/
  .contact_ .contact_attention_ {
    padding: 0 1.5em;
    width: 90%;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact_ .contact_attention_ .contact_attention_left {
    text-align: left;
  }
  .contact_ .contact_attention_ .contact_attention_left h4 {
    text-align: center;
  }
  .contact_ .contact_attention_ .contact_attention_left p {
    font-size: 11pt;
    margin-top: 0.8em;
  }
  .contact_ .contact_attention_p {
    padding: 0 1.5em;
    display: table;
    margin: 0 auto;
    border-left: 3px solid #ccc;
  }
  .contact_ .contact_attention_p p {
    text-align: left;
  }
  .contact_ .contact_attention_p p .contact_notice_ {
    font-size: 90%;
    display: block;
    margin-top: 0.5em;
  }
  .contact_ .head_error_ {
    color: #c30d18;
    margin: 4em 0 2em;
  }
  .contact_ .contact_form_ {
    margin: 3em auto;
  }
  .contact_ .contact_form_ table {
    margin-top: 0.5em;
    width: 100%;
  }
  .contact_ .contact_form_ table tr {
    display: block;
    margin-top: 1em;
  }
  .contact_ .contact_form_ table th,
  .contact_ .contact_form_ table td {
    padding: 0.25em 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: table-cell;
  }
  .contact_ .contact_form_ table th {
    width: 100%;
    color: #000;
    margin-right: 0.25em;
    white-space: nowrap;
    display: block;
  }
  .contact_ .contact_form_ table th label {
    display: block;
  }
  .contact_ .contact_form_ table th label .necessary {
    color: #fff;
    padding: 2px 4px;
    font-size: 9pt;
    margin-left: 1em;
    line-height: 0;
    background-color: #c30d18;
  }
  .contact_ .contact_form_ table td {
    width: 100%;
    text-align: left;
    display: block;
  }
  .contact_ .contact_form_ table select {
    display: inline-block;
    width: 100%;
  }
  .contact_ .contact_form_ table input {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .contact_ .contact_form_ table input,
  .contact_ .contact_form_ table select {
    border-radius: 3px;
    border: 1px solid #999;
    padding: 0.25em;
  }
  .contact_ .contact_form_ table input:active,
  .contact_ .contact_form_ table select:active {
    border-radius: 0;
    border: 1px solid #000;
  }
  .contact_ .contact_form_ .form_annotation {
    margin-top: 0.5em;
    font-size: 86%;
  }
  .contact_ .contact_form_ .form_error_ {
    color: #c30d18;
    font-size: 86%;
    margin-top: 0.5em;
  }
  .contact_ .contact_form_ .form_error_ a {
    text-decoration: underline;
  }
  .contact_ .submit_ {
    margin-top: 2em;
    display: block;
  }
  .contact_ .submit_ a {
    margin: 0 1em;
  }
  .contact_ .submit_ .back {
    border: 2px solid #333;
    padding: 0.5em 0.75em;
    font-size: 10pt;
    font-weight: 600;
  }
  .contact_ .submit_ .back span {
    -webkit-transform: scale(0.8, 1.2) translateX(-5px);
            transform: scale(0.8, 1.2) translateX(-5px);
    display: inline-block;
  }
  /****************** END CONTACT US ******************/
  /****************** フッター ******************/
  #footer_area {
    position: relative;
    background: #323a4c;
    color: #fff;
  }
  #footer {
    font-family: ArialMTPro-Bold, sans-serif;
    text-align: left;
  }
  #footer a {
    color: #fff;
    text-decoration: none;
  }
  #footer ._blank {
    position: static;
    top: 0;
    right: 0;
    z-index: 999;
  }
  #footer ._blank::after {
    content: "";
    background-image: url("/common/img/link_ex_icon_w02.svg");
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    width: 13px;
    height: 14px;
    margin: 0px 0px 0 5px;
  }
  #footer .area_inner {
    max-width: 1600px;
    margin: 0 auto;
  }

  /* ---- series_area ---- */
  #footer .footer_series_area {
    padding-top: 50px;
    padding-bottom: 23px;
    border-bottom: 1px solid #5b6170;
  }
  #footer .footer_series_area .series_list {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: space-between;
    align-items: center;
    width: 76%;
    gap: 15px 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  #footer .series_list li {
    list-style: none;
    justify-self: center;
  }
  #footer .series_list li.logo_503 {
      width: 33px;
  }
  #footer .series_list li.logo_505 {
      width: 41px;
  }
  #footer .series_list li.logo_jerseys {
      width: 61px;
  }
  #footer .series_list li.logo_jerseys img {
      padding-top: 10%;
  }
  #footer .series_list li.logo_denisura {
      width: 53px;
  }
  #footer .series_list li.logo_denisura img {
      margin-bottom: 8%;
  }
  #footer .series_list li.logo_hatarakuro {
      width: 63px;
  }
  #footer .series_list li.logo_concept {
      width: 70px;
  }
  #footer .series_list li img {
      width: 100%;
  }

  /* ---- navi_area ---- */
  #footer .footer_navi_area {
    border-bottom: 1px solid #5b6170;
  }
  #footer .footer_navi_area .area_inner {
  }
  #footer .footer_navi_area .navi_edwin {
    width: 65.8%;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    border-right: 1px solid #5b6170;
  }
  #footer .footer_navi_area .navi_edwin .logo {
    width: 140px;
    max-width: 100%;
  }
  #footer .footer_navi_area .navi_site {
    display: flex;
    gap: 0 5%;
    padding-left: 12.5%;
    padding-top: 44px;
    padding-bottom: 34px;
    border-top: 1px solid #5b6170;
    border-bottom: 1px solid #5b6170;
  }
  #footer .footer_navi_area .navi_site li {
    margin-bottom: 14px;
    font-size: 11px;
  }
  #footer .navi_site .l1 {
    width: 34%;
  }
  #footer .navi_site .l2 {
    width: 40%;
  }

  /* ---- sns_area ---- */
  #footer .footer_sns_area {
    width: 69%;
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 10.9%;
    border-right: 1px solid #5b6170;
    box-sizing: border-box;
  }
  #footer .footer_sns_area img {
    width: 80px;
  }
  #footer .footer_sns_area .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 11%;
    align-items: center;
  }
  #footer .footer_sns_area .sns_icon img {
    display: block;
    padding: 2px 3px;
  }
  #footer .footer_sns_area .icon_x img {
    width: 18px;
  }
  #footer .footer_sns_area .icon_fb img {
    width: 19px;
  }
  #footer .footer_sns_area .icon_insta img {
    width: 18px;
  }
  #footer .footer_sns_area .icon_youtube img {
    width: 22px;
  }

  /* ---- copyright ---- */
  #footer .copyright_area {
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
  }
  #footer .copyright_area .copyright {
    width: 50%;
    padding: 13px 0 15px;
    font-size: 8px;
    text-align: center;
    border-left: 1px solid #5b6170;
  }
  /*back to top*/
  #page_top {
    position: fixed;
    bottom: 15px;
    right: 0;
    padding: 20px 20px;
    z-index: 888;
  }
  #page_top p {
    background-color: none;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  #page_top p:hover {
    background-color: none;
    text-decoration: none;
  }
  #page_top p img {
    width: 40px;
  }
  /*back to top*/
  /****************** END フッター ******************/
  /********ボタン類**********/
  .animation_btn_a,
  .view_all_ a {
    color: #000;
    text-decoration: none;
    border: 1px solid #000;
    display: inline-block;
    padding: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 3vw;
    margin-top: 60px;
  }
  /******** ENDボタン類 **********/
  /********オーダー**********/
  .o1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .o2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .o3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .o4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .o5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .o6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .o7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .o8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  /********オーダー**********/
}

/****************** フッター上コンテンツ ******************/
@media screen and (min-width: 731px) {
  .footer_contents {
    background-color: #f1f1f1;
    padding: 3em 0;
  }
  .footer_contents .footer_swiper {
    margin: 0 auto;
    position: relative;
  }
  .footer_contents .footer_swiper ul li p {
    text-align: left;
    padding: 0.25em;
    font-size: 9pt;
  }
  .swiper-pagination-bullets {
    bottom: -20px;
  }
  .swiper-button-white {
    bottom: 0 !important;
    background-color: rgba(0, 0, 0, 0.5);
    width: 45px !important;
    height: 45px !important;
    font-size: 10pt;
    background-size: 20px 20px !important;
  }
  .swiper-button-next::after {
    bottom: 0 !important;
  }
}

@media screen and (max-width: 730px) {
  .footer_contents {
    background-color: #f1f1f1;
    padding: 3em 0;
  }
  .footer_contents .footer_swiper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  .footer_contents .footer_swiper ul li p {
    text-align: left;
    padding: 1em;
    font-size: 10pt;
  }
  .swiper-pagination-bullets {
    bottom: -20px;
  }
  .swiper-button-white {
    bottom: 0 !important;
    background-color: rgba(0, 0, 0, 0.5);
    width: 45px !important;
    height: 45px !important;
    font-size: 10pt;
    background-size: 20px 20px !important;
  }
  .swiper-button-next::after {
    bottom: 0 !important;
  }
}

/* 共通ブロック */
.block_common:nth-child(odd) {
  background-color: #fff;
}

.block_common:nth-child(even) {
  background-color: #f5f5f5;
}

@media screen and (min-width: 731px) {
  .block_common &gt; div {
    padding: 8em 0;
    width: 1000px;
    margin: 0 auto;
  }
  .block_common h2.ico_instagram {
    font-size: 24pt;
    font-weight: 400;
    text-align: center;
    position: relative;
    padding-bottom: 2.5em;
  }
  .block_common h2.ico_instagram::before {
    content: url(/common/img/ico_instagram.png);
    display: inline-block;
    -webkit-transform: translate(-10px, 1px);
            transform: translate(-10px, 1px);
  }
}

@media screen and (max-width: 730px) {
  .block_common &gt; div {
    padding: 8em 0;
    margin: 0 auto;
  }
  .block_common h2.ico_instagram {
    font-size: 24pt;
    font-weight: 400;
    text-align: center;
    position: relative;
    padding-bottom: 2.5em;
  }
  .block_common h2.ico_instagram::before {
    content: url(/common/img/ico_instagram.png);
    display: inline-block;
    -webkit-transform: translate(-10px, 1px);
            transform: translate(-10px, 1px);
  }
}

/* アニメーション キーフレーム */
/********ボタン類**********/
@media screen and (min-width: 751px) {
  .btn_a_ {
    color: #000;
    font-size: 14pt;
    font-weight: bold;
    background: transparent;
    padding: 18px 30px;
    margin-top: 4em;
    border: 3px solid #000;
    display: block;
    text-decoration: none;
    text-align: center;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn_a_:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #000;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform ease 0.3s;
    transition: -webkit-transform ease 0.3s;
    transition: transform ease 0.3s;
    transition: transform ease 0.3s, -webkit-transform ease 0.3s;
  }
  .btn_b_:before {
    content: "";
    width: 100.2%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #000;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform ease 0.3s;
    transition: -webkit-transform ease 0.3s;
    transition: transform ease 0.3s;
    transition: transform ease 0.3s, -webkit-transform ease 0.3s;
  }
  .btn_a_:after,
  .btn_b_:after {
    content: "&gt;";
    color: transparent;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 8%;
    font-family: "Courier";
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.8, 1.2) translateY(-50%);
    transform: scale(0.8, 1.2) translateY(-50%);
  }
  .btn_a_:hover,
  .btn_b_:hover {
    color: #fff;
    opacity: 1;
    text-decoration: none;
  }
  .btn_a_:hover:before,
  .btn_b_:hover:before {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    text-decoration: none;
  }
  .btn_a_:hover:after {
    position: absolute;
    top: 50%;
    right: 5%;
    color: #fff;
    -webkit-transform: translateY(-50%) scale(0.8, 1.2);
    transform: translateY(-50%) scale(0.8, 1.2);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn_b_ {
    color: #000;
    font-size: 10pt;
    font-weight: bold;
    background: transparent;
    padding: 1em 3.5em;
    margin-top: 2em;
    border: 3px solid #000;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn_b_:hover:after {
    position: absolute;
    top: 50%;
    right: 5%;
    color: #fff;
    -webkit-transform: translateY(-50%) scale(0.8, 1.2);
    transform: translateY(-50%) scale(0.8, 1.2);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

@media screen and (max-width: 750px) {
  .btn_a_ {
    background-color: #000;
    color: #fff;
    padding: 1em;
    margin-top: 3em;
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .btn_a_:after {
    content: "&gt;";
    color: #fff;
    display: inline-block;
    position: absolute;
    font-size: 70%;
    top: 50%;
    right: 8%;
    font-family: "Courier";
    -webkit-transform: scale(0.8, 1.2) translateY(-50%);
    transform: scale(0.8, 1.2) translateY(-50%);
  }
  .btn_b_ {
    background-color: #000;
    color: #fff;
    padding: 1em 2.8em;
    margin: 3em 0;
    position: relative;
    display: inline-block;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .btn_b_:after {
    content: "&gt;";
    color: #fff;
    display: inline-block;
    position: absolute;
    font-size: 70%;
    top: 50%;
    right: 5%;
    font-family: "Courier";
    -webkit-transform: scale(0.8, 1.2) translateY(-50%);
    transform: scale(0.8, 1.2) translateY(-50%);
  }
}

/******** ENDボタン類 **********/
/* エフェクトフェード*/
.effect-fade {
  opacity: 0;
  -webkit-transform: translate(0, 45px);
          transform: translate(0, 45px);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.effect-fade.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* パンくずリスト */
.breadcrumb {
  position: absolute;
  top: 100px;
  left: calc(100vw/2 - 600px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb li {
  margin-right: 2.5em;
  position: relative;
  font-size: 11pt;
}
.breadcrumb li:not(:first-child):before {
  content: "&gt;";
  display: inline-block;
  position: absolute;
  font-size: 14pt;
  font-weight: 600;
  top: 50%;
  left: -1.3em;
  margin-top: 3px;
  -webkit-transform: scale(0.8, 1.2) translateY(-50%);
          transform: scale(0.8, 1.2) translateY(-50%);
  font-family: courier;
}
.breadcrumb li a {
  color: #000;
  font-size: 11pt;
  background-color: #fff;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.breadcrumb li span {
  padding: 0.5em 1em;
  display: inline-block;
}
.breadcrumb li p {
  color: #999;
}
.breadcrumb li a:hover {
  color: #fff;
  opacity: 1;
  background-color: #c30d18;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (max-width: 750px) {
  .breadcrumb {
    display: none;
  }
}

/* アニメーション キーフレーム */
@-webkit-keyframes bg_slide {
  0% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes bg_slide {
  0% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
/*# sourceMappingURL=common.css.map */</pre></body></html>