/* Common CSS */
/* _setting CSS */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  font-size: 62.5%;
  margin: 0 auto;
}

button {
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
}

/* ___________________Font */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}

/* ___________________Link */
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.8;
}
a:hover span {
  opacity: 0.8;
}

/* ___________________header */
/* ___________________global navigation */
/* ___________________layout */
/* ___________________footer */
/* ___________________UI */
.font_viga {
  font-family: "Viga", serif;
}

.sec_title_anim#development .title .jp {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition-delay: 500ms;
       -o-transition-delay: 500ms;
          transition-delay: 500ms;
}
.sec_title_anim#development .title .eng span {
  display: inline-block;
  -webkit-transform: translate(0, 70%) rotate3d(1, 0.3, 0, 90deg);
          transform: translate(0, 70%) rotate3d(1, 0.3, 0, 90deg);
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.sec_title_anim.active#development .title .eng span {
  -webkit-transform: translate(0, 0) rotate3d(0, 0, 0, 0);
          transform: translate(0, 0) rotate3d(0, 0, 0, 0);
  -webkit-transition: -webkit-transform 1.4s cubic-bezier(0.08, 0.8, 0.315, 1);
  transition: -webkit-transform 1.4s cubic-bezier(0.08, 0.8, 0.315, 1);
  -o-transition: transform 1.4s cubic-bezier(0.08, 0.8, 0.315, 1);
  transition: transform 1.4s cubic-bezier(0.08, 0.8, 0.315, 1);
  transition: transform 1.4s cubic-bezier(0.08, 0.8, 0.315, 1), -webkit-transform 1.4s cubic-bezier(0.08, 0.8, 0.315, 1);
}
.sec_title_anim.active#development .title .eng span:nth-child(1) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
.sec_title_anim.active#development .title .eng span:nth-child(2) {
  -webkit-transition-delay: 0.04s;
       -o-transition-delay: 0.04s;
          transition-delay: 0.04s;
}
.sec_title_anim.active#development .title .eng span:nth-child(3) {
  -webkit-transition-delay: 0.08s;
       -o-transition-delay: 0.08s;
          transition-delay: 0.08s;
}
.sec_title_anim.active#development .title .eng span:nth-child(4) {
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
}
.sec_title_anim.active#development .title .eng span:nth-child(5) {
  -webkit-transition-delay: 0.16s;
       -o-transition-delay: 0.16s;
          transition-delay: 0.16s;
}
.sec_title_anim.active#development .title .eng span:nth-child(6) {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.sec_title_anim.active#development .title .eng span:nth-child(7) {
  -webkit-transition-delay: 0.24s;
       -o-transition-delay: 0.24s;
          transition-delay: 0.24s;
}
.sec_title_anim.active#development .title .eng span:nth-child(8) {
  -webkit-transition-delay: 0.28s;
       -o-transition-delay: 0.28s;
          transition-delay: 0.28s;
}
.sec_title_anim.active#development .title .eng span:nth-child(9) {
  -webkit-transition-delay: 0.32s;
       -o-transition-delay: 0.32s;
          transition-delay: 0.32s;
}
.sec_title_anim.active#development .title .eng span:nth-child(10) {
  -webkit-transition-delay: 0.36s;
       -o-transition-delay: 0.36s;
          transition-delay: 0.36s;
}
.sec_title_anim.active#development .title .eng span:nth-child(11) {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.sec_title_anim.active#development .title .eng span:nth-child(12) {
  -webkit-transition-delay: 0.44s;
       -o-transition-delay: 0.44s;
          transition-delay: 0.44s;
}
.sec_title_anim.active#development .title .eng span:nth-child(13) {
  -webkit-transition-delay: 0.48s;
       -o-transition-delay: 0.48s;
          transition-delay: 0.48s;
}
.sec_title_anim.active#development .title .jp {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* Smartphones (portrait and landscape) */
@media screen and (max-width: 780px) {
  .pc {
    display: none;
  }

  img {
    width: 100%;
    height: auto;
  }

  body.modal_show {
    position: relative;
    overflow: hidden;
  }

  /* ___________________Smartphones Layout */
  .main {
    margin-top: 56px;
    margin-bottom: 20.51282vw;
  }

  .common_inner {
    width: 89.74359vw;
    margin: 0 auto;
  }

  .page_title_area.loaded .common_title .eng span {
    -webkit-transform: translate(0, 0) rotate3d(0, 0, 0, 0);
            transform: translate(0, 0) rotate3d(0, 0, 0, 0);
    -webkit-transition: -webkit-transform 1.4s cubic-bezier(0.08, 0.8, 0.315, 1);
    transition: -webkit-transform 1.4s cubic-bezier(0.08, 0.8, 0.315, 1);
    -o-transition: transform 1.4s cubic-bezier(0.08, 0.8, 0.315, 1);
    transition: transform 1.4s cubic-bezier(0.08, 0.8, 0.315, 1);
    transition: transform 1.4s cubic-bezier(0.08, 0.8, 0.315, 1), -webkit-transform 1.4s cubic-bezier(0.08, 0.8, 0.315, 1);
  }
  .page_title_area.loaded .common_title .eng span:nth-child(1) {
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
  }
  .page_title_area.loaded .common_title .eng span:nth-child(2) {
    -webkit-transition-delay: 0.04s;
         -o-transition-delay: 0.04s;
            transition-delay: 0.04s;
  }
  .page_title_area.loaded .common_title .eng span:nth-child(3) {
    -webkit-transition-delay: 0.08s;
         -o-transition-delay: 0.08s;
            transition-delay: 0.08s;
  }
  .page_title_area.loaded .common_title .eng span:nth-child(4) {
    -webkit-transition-delay: 0.12s;
         -o-transition-delay: 0.12s;
            transition-delay: 0.12s;
  }
  .page_title_area.loaded .common_title .eng span:nth-child(5) {
    -webkit-transition-delay: 0.16s;
         -o-transition-delay: 0.16s;
            transition-delay: 0.16s;
  }
  .page_title_area.loaded .common_title .eng span:nth-child(6) {
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .page_title_area.loaded .common_title .eng span:nth-child(7) {
    -webkit-transition-delay: 0.24s;
         -o-transition-delay: 0.24s;
            transition-delay: 0.24s;
  }
  .page_title_area.loaded .common_title .eng span:nth-child(8) {
    -webkit-transition-delay: 0.28s;
         -o-transition-delay: 0.28s;
            transition-delay: 0.28s;
  }
  .page_title_area.loaded .common_title .eng span:nth-child(9) {
    -webkit-transition-delay: 0.32s;
         -o-transition-delay: 0.32s;
            transition-delay: 0.32s;
  }
  .page_title_area.loaded .common_title .eng span:nth-child(10) {
    -webkit-transition-delay: 0.36s;
         -o-transition-delay: 0.36s;
            transition-delay: 0.36s;
  }
  .page_title_area.loaded .common_title .eng span:nth-child(11) {
    -webkit-transition-delay: 0.4s;
         -o-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .page_title_area.loaded .common_title .eng span:nth-child(12) {
    -webkit-transition-delay: 0.44s;
         -o-transition-delay: 0.44s;
            transition-delay: 0.44s;
  }
  .page_title_area.loaded .common_title .eng span:nth-child(13) {
    -webkit-transition-delay: 0.48s;
         -o-transition-delay: 0.48s;
            transition-delay: 0.48s;
  }
  .page_title_area.loaded .common_title .jp {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .page_title_area.loaded .common_title .cat {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .page_title_area .common_title .eng {
    overflow: hidden;
  }
  .page_title_area .common_title .eng span {
    display: inline-block;
    -webkit-transform: translate(0, 70%) rotate3d(1, 0.3, 0, 90deg);
            transform: translate(0, 70%) rotate3d(1, 0.3, 0, 90deg);
    -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  .page_title_area .common_title .jp {
    opacity: 0;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
  }
  .page_title_area .common_title .cat {
    opacity: 0;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
  }

  .common_title {
    margin-bottom: 10.25641vw;
  }
  .common_title .jp {
    display: inline-block;
    font-size: 3.58974vw;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    letter-spacing: .2em;
    text-align: center;
    padding: 2.05128vw 3.07692vw;
    background-color: #000;
    margin-bottom: 3.84615vw;
    -webkit-transition: all linear 300ms;
    -o-transition: all linear 300ms;
    transition: all linear 300ms;
    -webkit-transition-delay: 500ms;
         -o-transition-delay: 500ms;
            transition-delay: 500ms;
  }
  .common_title .cat {
    margin-left: 2.5641vw;
    display: inline-block;
    font-size: 3.58974vw;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    letter-spacing: .2em;
    text-align: center;
    padding: 2.05128vw 3.07692vw;
    background-color: #ec002d;
    margin-bottom: 3.84615vw;
    -webkit-transition: all linear 300ms;
    -o-transition: all linear 300ms;
    transition: all linear 300ms;
    -webkit-transition-delay: 700ms;
         -o-transition-delay: 700ms;
            transition-delay: 700ms;
  }
  .common_title .eng {
    display: block;
    font-size: 14.35897vw;
    color: #ec002d;
  }
  .common_title .eng span {
    font-size: 14.35897vw;
    color: #ec002d;
    letter-spacing: -0.2em;
  }

  .common_title2 {
    font-size: 4.61538vw;
    font-weight: bold;
    line-height: 1.33333;
    padding: 2.05128vw 5.12821vw 3.84615vw;
    border-left: 1.53846vw solid #ec002d;
    border-bottom: 0.25641vw solid #d9d9d9;
    margin-bottom: 5.12821vw;
  }

  .common_btn {
    text-align: center;
    margin: 0 auto;
  }
  .common_btn a {
    display: block;
    background: #ec002d;
    font-size: 4.10256vw;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 1;
    padding: 6.15385vw 14.10256vw;
    letter-spacing: .1em;
  }

  .common_btn_black a {
    background: #000;
  }

  .btn_icon_blank a {
    position: relative;
    padding: 6.15385vw 15.38462vw 6.15385vw 14.10256vw;
  }
  .btn_icon_blank a::after {
    content: '';
    display: block;
    position: absolute;
    right: 12.82051vw;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 4.10256vw;
    height: 3.58974vw;
    background: url("../images/common/icon_blank_white.svg") center center/100% no-repeat;
  }

  .btn_icon_arrow a {
    position: relative;
    padding: 6.15385vw 15.38462vw 6.15385vw 14.10256vw;
  }
  .btn_icon_arrow a::after {
    position: absolute;
    content: '';
    display: block;
    width: 10.25641vw;
    height: 2.5641vw;
    background: url("../images/common/icon_arrow_white40.svg") center center/100% no-repeat;
    right: 5.12821vw;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }

  .bnr_blank {
    position: relative;
  }
  .bnr_blank::after {
    content: '';
    display: block;
    position: absolute;
    right: 7.69231vw;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 5.89744vw;
    height: 5.12821vw;
    background: url("../images/common/icon_blank_white.svg") center center/100% no-repeat;
  }

  .link_tb img {
    display: inline-block;
    width: 4.10256vw;
    height: 3.58974vw;
    margin-left: 1.28205vw;
  }

  .link_icon_pdf a {
    position: relative;
    padding: 4.10256vw 5.12821vw;
  }
  .link_icon_pdf a::after {
    position: absolute;
    content: '';
    display: block;
    width: 4.35897vw;
    height: 5.12821vw;
    background: url("../images/common/icon_pdf.svg") center center/100% no-repeat;
    right: 5.12821vw;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }

  .pagetop {
    width: 16.41026vw;
    height: 16.15385vw;
    position: fixed;
    bottom: 4.61538vw;
    right: 2.5641vw;
    z-index: 10;
  }
  .pagetop a {
    display: block;
  }
  .pagetop a:after {
    content: '';
    display: block;
    position: absolute;
    top: 8.46154vw;
    left: 6.15385vw;
    width: 4.10256vw;
    height: 4.10256vw;
    border-top: 0.51282vw solid #fff;
    border-right: 0.51282vw solid #fff;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .news_list {
    margin-bottom: 8.71795vw;
  }
  .news_list .item {
    border-bottom: 0.25641vw solid #D9D9D9;
  }
  .news_list .item a {
    display: block;
    padding: 5.12821vw 2.5641vw;
  }
  .news_list .item a:hover {
    text-decoration: none;
  }
  .news_list .item .item_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news_list .item .date {
    width: 17.94872vw;
    font-size: 3.07692vw;
  }
  .news_list .item .cats {
    width: calc(100% - 17.94vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news_list .item .cat {
    border: 1px solid #ec002d;
    font-size: 3.07692vw;
    color: #ec002d;
    padding: 1.28205vw 2.5641vw;
    margin-right: 1.28205vw;
  }
  .news_list .item .item_title {
    padding-top: 2.5641vw;
    font-size: 3.58974vw;
    font-weight: bold;
    line-height: 1.25;
  }
  .news_list .icon_arrow {
    position: relative;
  }

  .news_msg {
    font-size: 4.61538vw;
    text-align: center;
    margin: 12.82051vw 0;
  }

  #development {
    background: url("../images/common/sp_development_bg.jpg") center center/cover no-repeat;
  }
  #development .inner {
    padding: 10.25641vw 0;
  }
  #development .title {
    margin-bottom: 6.41026vw;
  }
  #development .title .jp {
    display: block;
    font-size: 4.10256vw;
    font-weight: bold;
    color: #fff;
    letter-spacing: .2em;
    margin-bottom: 3.84615vw;
    -webkit-transition: all linear 300ms;
    -o-transition: all linear 300ms;
    transition: all linear 300ms;
  }
  #development .title .eng {
    display: block;
    font-size: 9.74359vw;
    font-weight: bold;
    color: #fff;
    letter-spacing: -0.1em;
  }
  #development .lead {
    font-size: 3.58974vw;
    font-weight: bold;
    line-height: 1.85714;
    letter-spacing: .15em;
    color: #fff;
    margin-bottom: 3.84615vw;
  }
  #development .text {
    font-size: 3.58974vw;
    line-height: 2;
    color: #fff;
    margin-bottom: 7.69231vw;
  }
  #development .btn {
    width: 69.23077vw;
  }
  #development .btn a::after {
    right: 15.38462vw;
  }

  .wp_content {
    font-size: 3.58974vw;
    color: #000;
    line-height: 1.78571;
    overflow: hidden;
    padding-bottom: 10.25641vw;
    margin-bottom: 10.25641vw;
    border-bottom: 0.25641vw solid #d9d9d9;
  }
  .wp_content.post_column {
    margin-bottom: 0;
    border-bottom: none;
  }
  .wp_content h1, .wp_content h2 {
    font-size: 4.61538vw;
    font-weight: bold;
    line-height: 1.5;
    padding: 2.5641vw 5.12821vw;
    border-bottom: 1.28205vw solid #ec002d;
    margin-top: 10.25641vw;
    margin-bottom: 7.69231vw;
    background-color: #FFE9E9;
  }
  .wp_content h3 {
    font-size: 4.61538vw;
    font-weight: bold;
    line-height: 1.4;
    color: #ec002d;
    padding: 1.28205vw 3.07692vw;
    margin-top: 10.25641vw;
    margin-bottom: 7.69231vw;
    border-left: 2.5641vw solid #ec002d;
    border-bottom: 0.51282vw solid #ec002d;
  }
  .wp_content h4 {
    font-size: 4.10256vw;
    line-height: 1.3;
    font-weight: bold;
    padding-bottom: 1.28205vw;
    margin-top: 10.25641vw;
    margin-bottom: 7.69231vw;
    border-bottom: 0.51282vw solid #000;
  }
  .wp_content h5, .wp_content h6 {
    font-size: 4.10256vw;
    line-height: 1.3;
    font-weight: bold;
    margin-top: 5.12821vw;
    margin-bottom: 5.12821vw;
  }
  .wp_content span {
    font-weight: 300;
  }
  .wp_content a {
    display: inline-block;
    text-decoration: none;
    line-height: 1.3;
    color: #ec002d;
    padding-bottom: 0.76923vw;
    border-bottom: 0.25641vw solid #ec002d;
  }
  .wp_content a:hover {
    opacity: 0.8;
  }
  .wp_content a[target="_blank"] {
    position: relative;
    padding-right: 6.41026vw;
  }
  .wp_content a[target="_blank"]:before, .wp_content a[target="_blank"]:after {
    position: absolute;
    content: '';
    display: inline-block;
    top: 0;
    right: -2vw;
  }
  .wp_content a[target="_blank"]:before {
    width: 2.30769vw;
    height: 2.30769vw;
    border: 0.25641vw solid #ec002d;
    top: 1.53846vw;
    right: 1.28205vw;
  }
  .wp_content a[target="_blank"]:after {
    width: 2.5641vw;
    height: 2.5641vw;
    border-top: 0.25641vw solid #ec002d;
    border-right: 0.25641vw solid #ec002d;
    top: 0.76923vw;
    right: 0.51282vw;
  }
  .wp_content img {
    margin-bottom: 8.97436vw;
  }
  .wp_content b, .wp_content strong {
    font-weight: bold;
  }
  .wp_content i {
    font-style: italic;
  }
  .wp_content iframe {
    display: block;
    max-width: 100%;
    margin: 0 auto 7.69231vw;
  }
  .wp_content ul {
    margin-bottom: 2em;
  }
  .wp_content ul li {
    position: relative;
    font-size: 3.33333vw;
    line-height: 1.5;
    padding-left: 7.17949vw;
    padding: 0 0 0 3.84615vw;
    margin-bottom: 1em;
  }
  .wp_content ul li:before {
    position: absolute;
    top: 2.05128vw;
    left: 1.02564vw;
    content: '';
    display: inline-block;
    width: 1.02564vw;
    height: 1.02564vw;
    border-radius: 50%;
    background-color: red;
    margin-bottom: 0.25641vw;
  }
  .wp_content ol {
    margin-left: 4.35897vw;
    margin-bottom: 2em;
  }
  .wp_content ol li {
    font-size: 3.33333vw;
    line-height: 1.5;
    margin-bottom: 1em;
  }
  .wp_content .aligncenter {
    display: block;
    margin: 5.12821vw 0;
  }
  .wp_content .alignnone {
    display: block;
    height: auto;
    margin: 5.12821vw auto;
  }
  .wp_content .alignright {
    display: block;
    float: right;
    margin-left: 3.84615vw;
  }
  .wp_content .alignleft {
    display: block;
    float: left;
    margin-right: 3.84615vw;
  }
  .wp_content blockquote {
    font-style: italic;
    position: relative;
    padding: 12.82051vw;
    background: #f1f1f1;
    margin-top: 6.41026vw;
    margin-bottom: 7.69231vw;
  }
  .wp_content blockquote:before, .wp_content blockquote:after {
    content: '';
    display: inline-block;
    position: absolute;
    background: url("../images/common/blockquote.png") center 0/100% no-repeat;
    width: 6.41026vw;
    height: 5.38462vw;
  }
  .wp_content blockquote:before {
    top: 3.84615vw;
    left: 6.41026vw;
  }
  .wp_content blockquote:after {
    bottom: 3.84615vw;
    right: 6.41026vw;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .wp_content blockquote p {
    font-size: 3.33333vw;
    line-height: 1.5;
    margin-bottom: 1em;
  }
  .wp_content table {
    border: 1px solid #DBDBDB;
    margin: 0 auto 7.69231vw;
  }
  .wp_content table tr th {
    padding: 3.84615vw 5.12821vw;
    font-weight: bold;
    line-height: 1.7;
    border-right: 0.25641vw solid #DBDBDB;
    border-bottom: 0.25641vw solid #DBDBDB;
    background-color: #FFEDED;
  }
  .wp_content table tr td {
    padding: 3.84615vw 5.12821vw;
    border-right: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
  }
  .wp_content sup {
    font-size: 70%;
    vertical-align: super;
  }
  .wp_content sub {
    font-size: 70%;
    vertical-align: sub;
  }

  .wp-pagenavi {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wp-pagenavi .page {
    display: block;
    background: #fff;
  }
  .wp-pagenavi .page:hover {
    background-color: #ec002d;
    color: #fff;
    text-decoration: none;
  }
  .wp-pagenavi span, .wp-pagenavi a {
    width: 10.25641vw;
    height: 10.25641vw;
    color: #ec002d;
    background-color: #fff;
    font-size: 3.07692vw;
    padding-top: 3.58974vw;
    margin-right: 2.5641vw;
    border: 0.25641vw solid #ec002d;
  }
  .wp-pagenavi .extend {
    display: none;
  }
  .wp-pagenavi .current {
    background-color: #ec002d;
    color: #fff;
  }
  .wp-pagenavi .first {
    display: none;
  }
  .wp-pagenavi .previouspostslink {
    position: relative;
    width: 15.89744vw;
    height: 10.25641vw;
    font-size: 3.84615vw;
    color: #ec002d;
    background-color: #fff;
    padding-left: 4.10256vw;
    margin-right: 4.10256vw;
    border: 1px solid transparent;
  }
  .wp-pagenavi .previouspostslink:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 16px;
    height: 6px;
    left: 0;
    top: 22px;
    background: url("../images/common/icon_arrow_red16.svg") center center/100% no-repeat;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .wp-pagenavi .previouspostslink:hover {
    text-decoration: none;
  }
  .wp-pagenavi .previouspostslink:hover:before {
    left: -3px;
  }
  .wp-pagenavi .last {
    display: none;
  }
  .wp-pagenavi .nextpostslink {
    position: relative;
    width: 15.89744vw;
    height: 10.25641vw;
    font-size: 3.84615vw;
    color: #ec002d;
    background-color: #fff;
    padding-right: 4.10256vw;
    margin-left: 4.10256vw;
    border: 0.25641vw solid transparent;
  }
  .wp-pagenavi .nextpostslink:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 4.10256vw;
    height: 1.53846vw;
    right: 0;
    top: 5.12821vw;
    background: url("../images/common/icon_arrow_red16.svg") center center/100% no-repeat;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  .wp-pagenavi .nextpostslink:hover {
    text-decoration: none;
  }
  .wp-pagenavi .nextpostslink:hover:after {
    right: -3px;
  }

  .page_navi {
    position: relative;
    overflow: hidden;
    min-height: 13.33333vw;
  }
  .page_navi .page_navi_prev {
    float: left;
  }
  .page_navi .page_navi_prev a {
    display: block;
    position: relative;
    width: 18.46154vw;
    height: 12.82051vw;
    font-size: 3.84615vw;
    color: #ec002d;
    background-color: #fff;
    padding-top: 15px;
    padding-left: 6.66667vw;
  }
  .page_navi .page_navi_prev a:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 4.10256vw;
    height: 1.53846vw;
    left: 0;
    top: 19px;
    background: url("../images/common/icon_arrow_red16.svg") center center/100% no-repeat;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .page_navi .page_navi_prev a:hover {
    text-decoration: none;
  }
  .page_navi .page_navi_prev a:hover:before {
    left: -3px;
  }
  .page_navi .page_navi_next {
    float: right;
  }
  .page_navi .page_navi_next a {
    display: block;
    position: relative;
    width: 18.46154vw;
    height: 12.82051vw;
    font-size: 3.84615vw;
    color: #ec002d;
    background-color: #fff;
    padding-top: 15px;
    padding-right: 6.66667vw;
  }
  .page_navi .page_navi_next a:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 4.10256vw;
    height: 1.53846vw;
    right: 0;
    top: 19px;
    background: url("../images/common/icon_arrow_red16.svg") center center/100% no-repeat;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  .page_navi .page_navi_next a:hover {
    text-decoration: none;
  }
  .page_navi .page_navi_next a:hover:after {
    right: -3px;
  }
  .page_navi .btn {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
  }
  .page_navi .btn a {
    display: inline-block;
    font-size: 3.58974vw;
    font-weight: bold;
    text-align: center;
    color: #ec002d;
    line-height: 1;
    padding: 4.35897vw 6.41026vw 4.35897vw 7.69231vw;
    border: 0.25641vw solid #ec002d;
  }
  .page_navi .btn a:before {
    content: '';
    display: inline-block;
    width: 2.05128vw;
    height: 2.05128vw;
    border-top: 0.51282vw solid #ec002d;
    border-left: 0.51282vw solid #ec002d;
    -webkit-transform: rotate(-45deg) translateY(-2px);
        -ms-transform: rotate(-45deg) translateY(-2px);
            transform: rotate(-45deg) translateY(-2px);
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
    margin-right: 1.28205vw;
  }
  .page_navi .btn a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  .page_navi .btn a:hover:before {
    -webkit-transform: rotate(-45deg) translate(-2px, -4px);
        -ms-transform: rotate(-45deg) translate(-2px, -4px);
            transform: rotate(-45deg) translate(-2px, -4px);
  }

  #login_modal {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9000;
    top: 0;
    left: 0;
    display: none;
  }
  #login_modal .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9001;
    top: 0;
    left: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
  }
  #login_modal .modal_inner {
    position: fixed;
    z-index: 9002;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    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;
  }
  #login_modal .modal_wrap {
    display: block;
    background-color: #fff;
    border-radius: 1.02564vw;
    position: relative;
  }
  #login_modal .modal_wrap .btn_close {
    position: absolute;
    top: 0;
    right: -.5vw;
    cursor: pointer;
    width: 7.17949vw;
    height: 7.17949vw;
  }
  #login_modal .modal_wrap .btn_close:hover {
    opacity: .8;
  }
  #login_modal .modal_wrap#modal_login {
    width: 94.67%;
    padding: 8.97436vw 6.41026vw;
  }
  #login_modal .modal_wrap#modal_login .title {
    font-size: 8.20513vw;
    color: #ec002d;
    text-align: center;
    letter-spacing: .1em;
    margin-bottom: 5.12821vw;
  }
  #login_modal .modal_wrap#modal_login .desc {
    font-size: 3.33333vw;
    line-height: 1.5;
    margin-bottom: 3.84615vw;
  }
  #login_modal .modal_wrap .login_box .member .login_form input[type="text"],
  #login_modal .modal_wrap .login_box .member .login_form input[type="password"] {
    width: 100%;
    border-radius: 0.51282vw;
    outline: none;
    background-color: #f0f0f0;
    font-size: 3.58974vw;
    font-weight: 500;
    letter-spacing: .1em;
    border: none;
    padding: 1.79487vw;
    margin-bottom: 3.84615vw;
  }
  #login_modal .modal_wrap .login_box .member .login_form input[type="text"]::-webkit-input-placeholder, #login_modal .modal_wrap .login_box .member .login_form input[type="password"]::-webkit-input-placeholder {
    color: #bbb;
  }
  #login_modal .modal_wrap .login_box .member .login_form input[type="text"]::-moz-placeholder, #login_modal .modal_wrap .login_box .member .login_form input[type="password"]::-moz-placeholder {
    color: #bbb;
  }
  #login_modal .modal_wrap .login_box .member .login_form input[type="text"]:-ms-input-placeholder, #login_modal .modal_wrap .login_box .member .login_form input[type="password"]:-ms-input-placeholder {
    color: #bbb;
  }
  #login_modal .modal_wrap .login_box .member .login_form input[type="text"]::-ms-input-placeholder, #login_modal .modal_wrap .login_box .member .login_form input[type="password"]::-ms-input-placeholder {
    color: #bbb;
  }
  #login_modal .modal_wrap .login_box .member .login_form input[type="text"]::placeholder,
  #login_modal .modal_wrap .login_box .member .login_form input[type="password"]::placeholder {
    color: #bbb;
  }
  #login_modal .modal_wrap .login_box .member .login_form input[type="text"]:focus,
  #login_modal .modal_wrap .login_box .member .login_form input[type="password"]:focus {
    outline: 0.25641vw solid #ec002d;
  }
  #login_modal .modal_wrap .login_box .member .login_form .submit {
    text-align: center;
    margin-bottom: 5.12821vw;
  }
  #login_modal .modal_wrap .login_box .member .login_form .submit .btn_submit {
    width: 100%;
    font-size: 4.10256vw;
    font-weight: bold;
    color: #ec002d;
    text-align: center;
    padding: 4.35897vw 2.5641vw;
    border: 0.25641vw solid #ec002d;
    border-radius: 0;
    background-color: #fff;
    letter-spacing: .2em;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  #login_modal .modal_wrap .login_box .member .login_form .submit .btn_submit:hover {
    color: #fff;
    background-color: #ec002d;
  }
  #login_modal .modal_wrap .login_box .member .f_pw {
    font-size: 3.07692vw;
    margin-bottom: 6.41026vw;
  }
  #login_modal .modal_wrap .login_box .member .f_pw a {
    display: inline-block;
    font-size: 3.07692vw;
    padding-bottom: 0.25641vw;
    border-bottom: 0.25641vw solid #000;
  }
  #login_modal .modal_wrap .login_box .member .f_pw a:hover {
    color: #ec002d;
    text-decoration: none;
    border-bottom: 0.25641vw solid #ec002d;
  }
  #login_modal .modal_wrap .login_box .separate {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 5.12821vw;
  }
  #login_modal .modal_wrap .login_box .separate::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    content: '';
    display: block;
    width: 100%;
    height: 0.25641vw;
    background-color: #d9d9d9;
  }
  #login_modal .modal_wrap .login_box .separate span {
    position: relative;
    display: inline-block;
    font-size: 4.10256vw;
    font-weight: bold;
    padding: 0 5.12821vw;
    letter-spacing: .2em;
    background-color: #fff;
  }
  #login_modal .modal_wrap .login_box .register {
    width: vw;
    margin: 0 auto;
  }
  #login_modal .modal_wrap .login_box .register a {
    display: block;
    width: 100%;
    font-size: 4.61538vw;
    font-weight: bold;
    letter-spacing: .2em;
    color: #fff;
    background-color: #ec002d;
    text-decoration: none;
    padding: 5.12821vw 2.5641vw;
    text-align: center;
    margin-bottom: 2.5641vw;
  }
  #login_modal .modal_wrap .login_box .register a:hover {
    opacity: .8;
  }
  #login_modal .modal_wrap .login_box .register .note {
    font-size: 3.84615vw;
    line-height: 1.3;
  }

  #common_modal {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9000;
    top: 0;
    left: 0;
    display: none;
  }
  #common_modal .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9001;
    top: 0;
    left: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
  }
  #common_modal .modal_inner {
    position: fixed;
    z-index: 9002;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    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;
  }
  #common_modal .modal_wrap {
    display: block;
    background-color: #fff;
    border-radius: 4px;
    position: relative;
  }
  #common_modal .modal_wrap .btn_close {
    position: absolute;
    top: 2.05128vw;
    right: 2.05128vw;
    cursor: pointer;
  }
  #common_modal .modal_wrap .btn_close:hover {
    opacity: .8;
  }
  #common_modal #modal_info {
    width: 94.67%;
  }
  #common_modal #modal_info .image_wrap {
    height: calc(100% - 40px);
    height: 100%;
    padding: 10px;
  }
  #common_modal #modal_info .image_wrap .image {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
    margin: 0 auto;
  }

  .single .wrapper_inner {
    width: 100%;
  }
  .single .main {
    padding: 0 5.12821vw;
    margin-bottom: 20.51282vw;
  }
  .single .aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10.25641vw 5.12821vw;
    background-color: #FFF7F7;
  }
  .single .aside .block {
    margin-bottom: 10.25641vw;
  }
  .single .aside .block_cat {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .single .aside .block_article {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .single .aside .aside_title {
    font-size: 4.10256vw;
    font-weight: bold;
    color: #ec002d;
    padding-bottom: 3.84615vw;
    border-bottom: 0.25641vw solid #ec002d;
  }
  .single .aside .aside_cat_list {
    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: 5.12821vw;
  }
  .single .aside .aside_cat_list .item {
    width: 33%;
    padding-right: 2%;
    padding-bottom: 2%;
  }
  .single .aside .aside_cat_list .item:last-child {
    border-bottom: none;
  }
  .single .aside .aside_cat_list a {
    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;
    height: 100%;
    font-size: 3.33333vw;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    color: #000;
    background-color: #fff;
    padding: 3.33333vw 1.28205vw;
  }
  .single .aside .aside_cat_list a .inner {
    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;
    font-size: 3.33333vw;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    color: #000;
  }
  .single .aside .aside_article .item {
    border-bottom: 0.25641vw solid #D9D9D9;
  }
  .single .aside .aside_article a {
    display: block;
    padding: 6.41026vw 0 5.12821vw;
  }
  .single .aside .aside_article .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .single .aside .aside_article .date {
    display: block;
    width: 17.94872vw;
    font-size: 3.07692vw;
    padding-top: 1.53846vw;
  }
  .single .aside .aside_article .cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 18vw);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .single .aside .aside_article .cat {
    border: 0.25641vw solid #ec002d;
    font-size: 3.07692vw;
    color: #ec002d;
    padding: 1.28205vw 2.5641vw;
    margin-right: 2.5641vw;
    margin-bottom: 2.5641vw;
  }
  .single .aside .aside_tips .item {
    border-bottom: 0.25641vw solid #e5e5e5;
  }
  .single .aside .aside_tips .item:last-child {
    border-bottom: none;
  }
  .single .aside .aside_tips .item a {
    display: block;
    padding: 5.12821vw 0;
  }
  .single .aside .aside_tips .item a:hover {
    text-decoration: none;
  }
  .single .aside .aside_tips .item a:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  .single .aside .aside_tips .item .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .single .aside .aside_tips .item .image {
    width: 23.07692vw;
    border: 0.25641vw solid #e5e5e5;
    margin-right: 2.5641vw;
    overflow: hidden;
  }
  .single .aside .aside_tips .item .image img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  .single .aside .aside_tips .item .info {
    width: 64.10256vw;
  }
  .single .aside .aside_tips .item .info .name {
    font-size: 3.58974vw;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 2.05128vw;
  }
  .single .aside .aside_tips .item .info .desc {
    font-size: 3.58974vw;
    line-height: 1.58333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .single .aside .title {
    font-size: 3.58974vw;
    font-weight: bold;
    line-height: 1.42857;
  }
  .single .article_head {
    position: relative;
    border-bottom: 1.02564vw solid #D9D9D9;
    margin-bottom: 7.69231vw;
  }
  .single .article_head.tips .cat {
    font-weight: bold;
    border: 0.25641vw solid #000;
    background-color: #000;
    color: #fff;
    text-align: center;
  }
  .single .article_head::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1.02564vw;
    left: 0;
    width: 17.94872vw;
    height: 1.02564vw;
    background-color: #888;
  }
  .single .article_head .cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3.84615vw;
  }
  .single .article_head .cat {
    border: 0.25641vw solid #ec002d;
    font-size: 3.07692vw;
    color: #ec002d;
    padding: 1.28205vw 2.5641vw;
    margin-right: 2.5641vw;
    margin-bottom: 2.5641vw;
  }
  .single .article_head .date {
    display: block;
    font-size: 3.58974vw;
    margin-bottom: 2.5641vw;
  }
  .single .article_head .page_title {
    font-size: 5.64103vw;
    font-weight: bold;
    line-height: 1.27273;
    padding-bottom: 5.12821vw;
  }

  /* ___________________Smartphones header */
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 3.33333vw 0;
    background-color: #fff;
  }
  #header .header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 89.74359vw;
    height: 7.17949vw;
    margin: 0 auto;
  }
  #header .sp_header_login {
    width: 15.38462vw;
    border: 0.25641vw solid #ec002d;
    font-size: 2.82051vw;
    font-weight: bold;
    color: #ec002d;
    text-align: center;
    padding: 1.79487vw 0;
    margin-left: 2.5641vw;
  }
  #header .mypage.sp {
    width: 16.92308vw;
    border: 0.25641vw solid #ec002d;
    font-size: 2.82051vw;
    font-weight: bold;
    color: #ec002d;
    text-align: center;
    padding: 2.05128vw 0;
    margin-left: 2.5641vw;
  }
  #header .burger {
    position: relative;
    width: 6.66667vw;
    height: 6.66667vw;
  }
  #header .burger span {
    position: absolute;
    display: block;
    width: 100%;
    height: 1.02564vw;
    background-color: #ec002d;
    -webkit-transition: all linear 100ms;
    -o-transition: all linear 100ms;
    transition: all linear 100ms;
  }
  #header .burger span:nth-child(1) {
    top: 0;
  }
  #header .burger span:nth-child(2) {
    top: 2.5641vw;
  }
  #header .burger span:nth-child(3) {
    top: 5.12821vw;
  }
  #header .burger.open span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 2.5641vw;
  }
  #header .burger.open span:nth-child(2) {
    display: none;
  }
  #header .burger.open span:nth-child(3) {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 2.5641vw;
  }
  #header .gnav_wrap {
    position: fixed;
    top: 13.84615vw;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    padding-top: 4.10256vw;
    padding-bottom: 15.38462vw;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
    display: none;
  }
  #header .gnav_wrap.show {
    display: block;
  }
  #header .gnav_wrap .gnav {
    position: relative;
    height: 100svh;
    overflow-y: scroll;
    padding-bottom: 51.28205vw;
  }
  #header .gnav_wrap .gnav .btn {
    width: 61.53846vw;
  }
  #header .gnav_wrap .list {
    margin-bottom: 10.25641vw;
  }
  #header .gnav_wrap .item {
    border-bottom: 0.25641vw solid #D9D9D9;
  }
  #header .gnav_wrap .item a {
    display: block;
    font-size: 4.10256vw;
    font-weight: bold;
    line-height: 1;
    letter-spacing: .1em;
    padding: 7.69231vw 5.12821vw;
  }
  #header .gnav_wrap .btn {
    width: 61.53846vw;
  }
  #header .gnav_wrap .icon_arrow {
    position: relative;
  }
  #header .gnav_wrap .icon_arrow::after {
    position: absolute;
    content: '';
    display: block;
    width: 10.25641vw;
    height: 2.5641vw;
    background: url("../images/common/icon_arrow_red40.svg") center center/100% no-repeat;
    right: 5.12821vw;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  #header .sp_searchform {
    width: 89.74359vw;
    margin: 7.69231vw auto;
  }
  #header .sp_searchform .search_text {
    width: 64.10256vw;
    font-size: 4.10256vw;
    letter-spacing: .1em;
    padding: 4.35897vw;
    margin-right: 2.5641vw;
    border-radius: 1.02564vw;
    border: 0.25641vw solid #D9D9D9;
  }
  #header .sp_searchform .search_text::-webkit-input-placeholder {
    color: #bbb;
  }
  #header .sp_searchform .search_text::-moz-placeholder {
    color: #bbb;
  }
  #header .sp_searchform .search_text:-ms-input-placeholder {
    color: #bbb;
  }
  #header .sp_searchform .search_text::-ms-input-placeholder {
    color: #bbb;
  }
  #header .sp_searchform .search_text::placeholder {
    color: #bbb;
  }
  #header .sp_searchform .search_btn {
    border: none;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    width: 20.51282vw;
    font-size: 4.61538vw;
    font-weight: 500;
    color: #fff;
    letter-spacing: .1em;
    background-color: #000;
    border-radius: 1.02564vw;
    padding: 4.10256vw 1.28205vw;
  }

  #logo .logo_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #logo a {
    display: block;
    color: #000;
    text-decoration: none;
  }
  #logo a:hover {
    opacity: 0.8;
  }
  #logo img {
    width: 59.23077vw;
  }

  /* ___________________Smartphones global navigation */
  #breadcrumb {
    padding: 7.69231vw 0 0;
    margin-bottom: 10.25641vw;
  }
  #breadcrumb .list {
    list-style-type: none;
  }
  #breadcrumb .item {
    display: inline;
    font-size: 3.07692vw;
    line-height: 1.3;
    color: #888;
    padding-right: 2.05128vw;
  }
  #breadcrumb .item:after {
    content: '';
    display: inline-block;
    width: 2.05128vw;
    height: 2.05128vw;
    border-top: 0.51282vw solid #888;
    border-right: 0.51282vw solid #888;
    -webkit-transform: rotate(45deg) translateY(-1px);
        -ms-transform: rotate(45deg) translateY(-1px);
            transform: rotate(45deg) translateY(-1px);
  }
  #breadcrumb .item a {
    display: inline-block;
    font-size: 3.07692vw;
    line-height: 1.3;
    padding-right: 1.28205vw;
    margin-right: 1.28205vw;
    color: #888;
    text-decoration: none;
  }
  #breadcrumb .item a:hover {
    text-decoration: underline;
  }
  #breadcrumb .item:last-child:after {
    display: none;
  }

  /* ___________________Smartphones footer */
  #footer {
    background: -o-radial-gradient(100% 108.52%, 73.5% 73.36%, #b40000 0%, #000000 100%);
    background: radial-gradient(73.5% 73.36% at 100% 108.52%, #b40000 0%, #000000 100%);
    padding-top: 14.10256vw;
    padding-bottom: 25.64103vw;
  }
  #footer .blocks_wrap {
    padding-bottom: 10.25641vw;
    margin-bottom: 7.69231vw;
    border-bottom: 0.25641vw solid #593030;
  }
  #footer .block1 {
    margin-bottom: 12.82051vw;
  }
  #footer .block1 .logo {
    display: block;
    width: 72.30769vw;
    margin: 0 auto 10.25641vw;
  }
  #footer .block1 .logo a {
    text-align: right;
  }
  #footer .block1 .logo span {
    display: block;
    font-size: 3.33333vw;
    font-weight: bold;
    color: #fff;
    margin-top: 1.53846vw;
  }
  #footer .block1 .name {
    font-size: 4.10256vw;
    font-weight: bold;
    color: #fff;
    letter-spacing: .1em;
    margin-bottom: 5.12821vw;
  }
  #footer .block1 .address {
    font-size: 3.58974vw;
    line-height: 1.71429;
    letter-spacing: .1em;
    color: #fff;
  }
  #footer .block1 .tel a {
    font-size: 3.58974vw;
    line-height: 1.71429;
    letter-spacing: .1em;
    color: #fff;
  }
  #footer .block1 .tel a:hover {
    text-decoration: underline;
  }
  #footer .block1 .fax {
    font-size: 3.58974vw;
    line-height: 1.71429;
    letter-spacing: .1em;
    color: #fff;
    pointer-events: none;
  }
  #footer .block1 .fax a {
    color: #fff;
  }
  #footer .block1 .btn {
    width: 69.23077vw;
    margin-top: 7.69231vw;
  }
  #footer .block2 {
    margin-bottom: 12.82051vw;
  }
  #footer .block2 .nav_list {
    margin-bottom: 5.12821vw;
  }
  #footer .block2 .nav_list .item {
    border-bottom: 0.25641vw solid #593030;
  }
  #footer .block2 .nav_list .item a {
    display: block;
    font-size: 4.10256vw;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    letter-spacing: .1em;
    padding: 6.15385vw 0;
  }
  #footer .block2 .sns {
    width: 80%;
    padding: 0 7.17949vw;
    margin: 0 auto;
  }
  #footer .block2 .sns .list {
    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;
    gap: 7.69231vw;
  }
  #footer .block2 .sns .item {
    width: 8.20513vw;
  }
  #footer .block2 .sns .item_note {
    width: 28.20513vw;
  }
  #footer .block2 .sns.col2 {
    width: 100%;
    padding: 0;
  }
  #footer .block2 .sns.col2 .list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #footer .block3 .bnrs .list {
    margin-bottom: 7.69231vw;
  }
  #footer .block3 .bnrs .item {
    margin-bottom: 5.12821vw;
  }
  #footer .block3 .bnrs .item:last-child {
    margin-bottom: 0;
  }
  #footer .block3 .bnrs a {
    display: block;
  }
  #footer .block3 .bnrs a span {
    position: absolute;
    top: 7.17949vw;
    left: 7.69231vw;
    font-weight: bold;
    font-size: 4.10256vw;
    color: #fff;
    letter-spacing: .1em;
    line-height: 1.375;
  }
  #footer .block3 .bnrs_short .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 7.69231vw;
  }
  #footer .block3 .bnrs_short .item {
    width: 48%;
  }
  #footer .block3 .bnrs_short a {
    display: block;
  }
  #footer .block3 .bnrs_short a span {
    position: absolute;
    top: 3.58974vw;
    left: 4.10256vw;
    font-weight: bold;
    font-size: 3.58974vw;
    color: #fff;
    letter-spacing: .1em;
    line-height: 1.3;
  }
  #footer .block3 .bnrs_short .bnr_blank::after {
    width: 4.61538vw;
    height: 4.10256vw;
    right: 4.10256vw;
  }
  #footer .footer_foot .txt {
    text-align: center;
    margin-bottom: 6.41026vw;
  }
  #footer .footer_foot .txt a {
    font-size: 3.58974vw;
    color: #fff;
    padding-bottom: 0.51282vw;
    letter-spacing: .1em;
    border-bottom: 0.25641vw solid #fff;
  }
  #footer .footer_foot .txt_privcy span {
    display: inline-block;
    margin-right: 1.28205vw;
  }
  #footer .footer_foot .copyright {
    display: block;
    text-align: center;
    font-size: 3.07692vw;
    color: #fff;
    letter-spacing: .05em;
  }
}
/* Desktops and laptops */
@media print, screen and (min-width: 781px) {
  .main {
    margin-top: 90px;
    margin-bottom: 300px;
  }

  .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  html, body {
    min-width: 1250px;
  }

  .sp {
    display: none;
  }

  /* ___________________Smartphones Layout */
  .common_inner {
    width: 1200px;
    margin: 0 auto;
  }

  .page_title_area.loaded .common_title .eng span {
    -webkit-transform: translate(0, 0) rotate3d(0, 0, 0, 0);
            transform: translate(0, 0) rotate3d(0, 0, 0, 0);
    -webkit-transition: -webkit-transform 1.4s cubic-bezier(0.08, 0.8, 0.315, 1);
    transition: -webkit-transform 1.4s cubic-bezier(0.08, 0.8, 0.315, 1);
    -o-transition: transform 1.4s cubic-bezier(0.08, 0.8, 0.315, 1);
    transition: transform 1.4s cubic-bezier(0.08, 0.8, 0.315, 1);
    transition: transform 1.4s cubic-bezier(0.08, 0.8, 0.315, 1), -webkit-transform 1.4s cubic-bezier(0.08, 0.8, 0.315, 1);
  }
  .page_title_area.loaded .common_title .eng span:nth-child(1) {
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
  }
  .page_title_area.loaded .common_title .eng span:nth-child(2) {
    -webkit-transition-delay: 0.04s;
         -o-transition-delay: 0.04s;
            transition-delay: 0.04s;
  }
  .page_title_area.loaded .common_title .eng span:nth-child(3) {
    -webkit-transition-delay: 0.08s;
         -o-transition-delay: 0.08s;
            transition-delay: 0.08s;
  }
  .page_title_area.loaded .common_title .eng span:nth-child(4) {
    -webkit-transition-delay: 0.12s;
         -o-transition-delay: 0.12s;
            transition-delay: 0.12s;
  }
  .page_title_area.loaded .common_title .eng span:nth-child(5) {
    -webkit-transition-delay: 0.16s;
         -o-transition-delay: 0.16s;
            transition-delay: 0.16s;
  }
  .page_title_area.loaded .common_title .eng span:nth-child(6) {
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .page_title_area.loaded .common_title .eng span:nth-child(7) {
    -webkit-transition-delay: 0.24s;
         -o-transition-delay: 0.24s;
            transition-delay: 0.24s;
  }
  .page_title_area.loaded .common_title .eng span:nth-child(8) {
    -webkit-transition-delay: 0.28s;
         -o-transition-delay: 0.28s;
            transition-delay: 0.28s;
  }
  .page_title_area.loaded .common_title .eng span:nth-child(9) {
    -webkit-transition-delay: 0.32s;
         -o-transition-delay: 0.32s;
            transition-delay: 0.32s;
  }
  .page_title_area.loaded .common_title .eng span:nth-child(10) {
    -webkit-transition-delay: 0.36s;
         -o-transition-delay: 0.36s;
            transition-delay: 0.36s;
  }
  .page_title_area.loaded .common_title .eng span:nth-child(11) {
    -webkit-transition-delay: 0.4s;
         -o-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .page_title_area.loaded .common_title .eng span:nth-child(12) {
    -webkit-transition-delay: 0.44s;
         -o-transition-delay: 0.44s;
            transition-delay: 0.44s;
  }
  .page_title_area.loaded .common_title .eng span:nth-child(13) {
    -webkit-transition-delay: 0.48s;
         -o-transition-delay: 0.48s;
            transition-delay: 0.48s;
  }
  .page_title_area.loaded .common_title .jp {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .page_title_area.loaded .common_title .cat {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .page_title_area .common_title .eng {
    overflow: hidden;
  }
  .page_title_area .common_title .eng span {
    display: inline-block;
    -webkit-transform: translate(0, 70%) rotate3d(1, 0.3, 0, 90deg);
            transform: translate(0, 70%) rotate3d(1, 0.3, 0, 90deg);
    -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  .page_title_area .common_title .jp {
    opacity: 0;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
  }
  .page_title_area .common_title .cat {
    opacity: 0;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
  }

  .common_title {
    width: 1200px;
    margin: 0 auto 70px;
    overflow: hidden;
  }
  .common_title .jp {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    letter-spacing: .2em;
    text-align: center;
    padding: 11px 20px;
    background-color: #000;
    margin-bottom: 15px;
    -webkit-transition: all linear 300ms;
    -o-transition: all linear 300ms;
    transition: all linear 300ms;
    -webkit-transition-delay: 500ms;
         -o-transition-delay: 500ms;
            transition-delay: 500ms;
  }
  .common_title .cat {
    margin-left: 20px;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    letter-spacing: .2em;
    text-align: center;
    padding: 11px 20px;
    background-color: #ec002d;
    margin-bottom: 15px;
    -webkit-transition: all linear 300ms;
    -o-transition: all linear 300ms;
    transition: all linear 300ms;
    -webkit-transition-delay: 700ms;
         -o-transition-delay: 700ms;
            transition-delay: 700ms;
  }
  .common_title .eng {
    display: block;
    font-size: 7.8rem;
    color: #ec002d;
  }
  .common_title .eng span {
    font-size: 7.8rem;
    color: #ec002d;
    letter-spacing: -0.2em;
  }

  .common_title2 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
    padding: 10px;
    border-left: 6px solid #ec002d;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 20px;
  }

  .common_btn {
    text-align: center;
    margin: 0 auto;
  }
  .common_btn a {
    display: block;
    background: #ec002d;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 1;
    padding: 24px 80px;
    letter-spacing: .1em;
  }
  .common_btn a:hover {
    text-decoration: none;
    opacity: 0.8;
  }

  .common_btn_black a {
    background: #000;
  }

  .btn_icon_blank a {
    position: relative;
    padding: 24px 95px 24px 80px;
  }
  .btn_icon_blank a::after {
    content: '';
    display: block;
    position: absolute;
    right: 50px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 18px;
    height: 16px;
    background: url("../images/common/icon_blank_white.svg") center center/100% no-repeat;
  }

  .btn_icon_arrow a {
    position: relative;
    padding: 24px 80px;
  }
  .btn_icon_arrow a:hover {
    opacity: 1;
  }
  .btn_icon_arrow a:hover::after {
    right: 10px;
  }
  .btn_icon_arrow a::after {
    position: absolute;
    content: '';
    display: block;
    width: 40px;
    height: 10px;
    background: url("../images/common/icon_arrow_white40.svg") center center/100% no-repeat;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }

  .bnr_blank {
    position: relative;
  }
  .bnr_blank::after {
    content: '';
    display: block;
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 25px;
    height: 22px;
    background: url("../images/common/icon_blank_white.svg") center center/100% no-repeat;
  }

  .link_tb img {
    display: inline-block;
    width: 16px;
    height: 14px;
    margin-left: 10px;
  }

  .link_tb_hover {
    position: relative;
  }
  .link_tb_hover::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    content: '';
    display: block;
    width: 16px;
    height: 14px;
    background: url("../images/common/icon_blank_white.svg") center center/100% no-repeat;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  .link_tb_hover:hover::after {
    background: url(../images/common/icon_blank_red.svg) center center/100% no-repeat !important;
  }

  .link_icon_pdf a {
    position: relative;
    padding: 11px 50px 11px 30px;
  }
  .link_icon_pdf a:hover {
    opacity: 1;
    background-color: #ec002d;
  }
  .link_icon_pdf a:hover::after {
    background: url("../images/common/icon_pdf_red.svg") center center/100% no-repeat;
  }
  .link_icon_pdf a::after {
    position: absolute;
    content: '';
    display: block;
    width: 21px;
    height: 24px;
    background: url("../images/common/icon_pdf.svg") center center/100% no-repeat;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }

  .link_icon_dxf a {
    position: relative;
    padding: 11px 50px 11px 30px;
  }
  .link_icon_dxf a:hover {
    opacity: 1;
    background-color: #ec002d;
  }
  .link_icon_dxf a:hover::after {
    background: url("../images/common/icon_dxf_red.svg") center center/100% no-repeat;
  }
  .link_icon_dxf a::after {
    position: absolute;
    content: '';
    display: block;
    width: 21px;
    height: 24px;
    background: url("../images/common/icon_dxf.svg") center center/100% no-repeat;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }

  .pagetop {
    width: 70px;
    height: 80px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
  }
  .pagetop a {
    position: relative;
    display: block;
  }
  .pagetop a:after {
    content: '';
    display: block;
    position: absolute;
    top: 35px;
    left: 27px;
    width: 16px;
    height: 16px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .pagetop a:hover img {
    opacity: 1;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .pagetop img {
    width: 100%;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
  }

  .news_list {
    margin-bottom: 60px;
  }
  .news_list .item {
    border-bottom: 1px solid #D9D9D9;
  }
  .news_list .item:first-child {
    border-top: 1px solid #D9D9D9;
  }
  .news_list .item a {
    display: block;
    padding: 20px 120px 20px 20px;
  }
  .news_list .item a:hover {
    text-decoration: none;
    background-color: #eee;
  }
  .news_list .item a:hover.icon_arrow::after {
    right: 20px;
  }
  .news_list .item .item_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news_list .item .date {
    width: 85px;
    font-size: 1.4rem;
  }
  .news_list .item .cats {
    width: calc(100% - 85px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news_list .item .cat {
    border: 1px solid #ec002d;
    font-size: 1.4rem;
    color: #ec002d;
    padding: 5px 13px;
    margin-right: 5px;
  }
  .news_list .item .item_title {
    padding-top: 10px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.25;
  }
  .news_list .icon_arrow {
    position: relative;
  }
  .news_list .icon_arrow::after {
    position: absolute;
    content: '';
    display: block;
    width: 60px;
    height: 10px;
    background: url("../images/common/icon_arrow_red60.svg") center center/100% no-repeat;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }

  .news_msg {
    font-size: 1.8rem;
    text-align: center;
    margin: 50px 0;
  }

  #development {
    text-align: center;
  }
  #development .inner {
    width: 1200px;
    padding: 85px 50px 100px;
    background: url("../images/common/development_bg.jpg") center center/cover no-repeat;
  }
  #development .title {
    margin-bottom: 50px;
  }
  #development .title .jp {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
    -webkit-transition: all linear 300ms;
    -o-transition: all linear 300ms;
    transition: all linear 300ms;
  }
  #development .title .eng {
    display: block;
    font-size: 6rem;
    font-weight: bold;
    letter-spacing: -0.1em;
    color: #fff;
  }
  #development .lead {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: .15em;
    color: #fff;
    margin-bottom: 25px;
  }
  #development .text {
    font-size: 1.6rem;
    line-height: 2.125;
    color: #fff;
    margin-bottom: 40px;
  }
  #development .btn {
    width: 280px;
  }

  .wp_content {
    font-size: 1.6rem;
    color: #000;
    line-height: 2.25;
    overflow: hidden;
    padding-bottom: 100px;
    margin-bottom: 80px;
    border-bottom: 1px solid #d9d9d9;
  }
  .wp_content.post_column {
    margin-bottom: 0;
    border-bottom: none;
  }
  .wp_content h1, .wp_content h2 {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 10px 20px;
    border-bottom: 5px solid #ec002d;
    margin-top: 40px;
    margin-bottom: 35px;
    background-color: #FFE9E9;
  }
  .wp_content h3 {
    font-size: 2.4rem;
    font-weight: bold;
    color: #ec002d;
    line-height: 1.4;
    padding: 5px 20px;
    margin-top: 40px;
    margin-bottom: 30px;
    border-left: 10px solid #ec002d;
    border-bottom: 2px solid #ec002d;
  }
  .wp_content h4 {
    font-size: 2.2rem;
    line-height: 1.3;
    font-weight: bold;
    padding-bottom: 5px;
    margin-top: 40px;
    margin-bottom: 30px;
    border-bottom: 2px solid #000;
  }
  .wp_content h5, .wp_content h6 {
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .wp_content p {
    color: #000;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .wp_content span {
    font-weight: 300;
  }
  .wp_content a {
    display: inline-block;
    color: #ec002d;
    line-height: 1.3;
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 1px solid #ec002d;
  }
  .wp_content a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  .wp_content a[target="_blank"] {
    position: relative;
    padding-right: 25px;
  }
  .wp_content a[target="_blank"]:before, .wp_content a[target="_blank"]:after {
    position: absolute;
    content: '';
    display: inline-block;
    top: 0;
    right: -15px;
  }
  .wp_content a[target="_blank"]:before {
    width: 9px;
    height: 9px;
    border: 1px solid #ec002d;
    top: 15px;
    right: 5px;
  }
  .wp_content a[target="_blank"]:after {
    width: 10px;
    height: 10px;
    border-top: 1px solid #ec002d;
    border-right: 1px solid #ec002d;
    top: 12px;
    right: 2px;
  }
  .wp_content img {
    max-width: 100%;
    margin-bottom: 35px;
  }
  .wp_content b, .wp_content strong {
    font-weight: bold;
  }
  .wp_content i {
    font-style: italic;
  }
  .wp_content iframe {
    display: block;
    max-width: 100%;
    margin: 0 auto 30px;
  }
  .wp_content ul {
    margin-bottom: 2em;
  }
  .wp_content ul li {
    position: relative;
    font-size: 1.6rem;
    line-height: 1.5;
    padding-left: 28px;
    padding: 0 0 0 15px;
    margin-bottom: 1em;
  }
  .wp_content ul li:before {
    position: absolute;
    top: 10px;
    left: 0;
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: red;
    margin-bottom: 1px;
  }
  .wp_content ol {
    margin-left: 17px;
    margin-bottom: 2em;
  }
  .wp_content ol li {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 1em;
  }
  .wp_content .aligncenter {
    display: block;
    height: auto;
    margin: 20px 0;
  }
  .wp_content .alignnone {
    display: block;
    height: auto;
    margin: 20px auto;
  }
  .wp_content .alignright {
    display: block;
    float: right;
    margin-left: 15px;
  }
  .wp_content .alignleft {
    display: block;
    float: left;
    margin-right: 15px;
  }
  .wp_content blockquote {
    font-style: italic;
    position: relative;
    padding: 50px;
    background: #f1f1f1;
    margin-top: 25px;
    margin-bottom: 30px;
  }
  .wp_content blockquote:before, .wp_content blockquote:after {
    content: '';
    display: inline-block;
    position: absolute;
    background: url("../images/common/blockquote.png") center 0/100% no-repeat;
    width: 25px;
    height: 21px;
  }
  .wp_content blockquote:before {
    top: 15px;
    left: 25px;
  }
  .wp_content blockquote:after {
    bottom: 15px;
    right: 25px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .wp_content blockquote p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 1em;
  }
  .wp_content table {
    border: 1px solid #DBDBDB;
    margin: 0 auto 30px;
  }
  .wp_content table tr th {
    padding: 15px 20px;
    font-weight: bold;
    line-height: 1.7;
    border-right: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
    background-color: #FFEDED;
  }
  .wp_content table tr td {
    padding: 15px 20px;
    border-right: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
  }
  .wp_content sup {
    font-size: 70%;
    vertical-align: super;
  }
  .wp_content sub {
    font-size: 70%;
    vertical-align: sub;
  }

  .wp-pagenavi {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wp-pagenavi .page {
    display: block;
    background: #fff;
  }
  .wp-pagenavi .page:hover {
    background-color: #ec002d;
    color: #fff;
    text-decoration: none;
  }
  .wp-pagenavi span, .wp-pagenavi a {
    width: 50px;
    height: 50px;
    line-height: 48px;
    color: #ec002d;
    background-color: #fff;
    font-size: 1.6rem;
    margin-right: 8px;
    border: 1px solid #ec002d;
  }
  .wp-pagenavi .extend {
    line-height: 40px;
    border: 1px solid transparent;
  }
  .wp-pagenavi .current {
    background-color: #ec002d;
    color: #fff;
  }
  .wp-pagenavi .first {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #ec002d;
    background-color: #fff;
    border: 1px solid transparent;
  }
  .wp-pagenavi .first:before {
    position: absolute;
    top: 17px;
    left: 16px;
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #ec002d;
    border-left: 2px solid #ec002d;
    -webkit-transform: rotate(-45deg) translate(2px, 0px);
        -ms-transform: rotate(-45deg) translate(2px, 0px);
            transform: rotate(-45deg) translate(2px, 0px);
  }
  .wp-pagenavi .first:hover {
    background-color: #ec002d;
  }
  .wp-pagenavi .first:hover:before {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
  }
  .wp-pagenavi .previouspostslink {
    position: relative;
    width: 73px;
    height: 50px;
    font-size: 1.6rem;
    color: #ec002d;
    background-color: #fff;
    padding-left: 16px;
    border: 1px solid transparent;
  }
  .wp-pagenavi .previouspostslink:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 16px;
    height: 6px;
    left: 0;
    top: 22px;
    background: url("../images/common/icon_arrow_red16.svg") center center/100% no-repeat;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .wp-pagenavi .previouspostslink:hover {
    text-decoration: none;
  }
  .wp-pagenavi .previouspostslink:hover:before {
    left: -10px;
  }
  .wp-pagenavi .last {
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
    color: #000;
    background-color: #fff;
    border: 1px solid transparent;
  }
  .wp-pagenavi .last:after {
    position: absolute;
    top: 16px;
    left: 14px;
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #ec002d;
    border-right: 2px solid #ec002d;
    -webkit-transform: rotate(45deg) translate(-2px, 1px);
        -ms-transform: rotate(45deg) translate(-2px, 1px);
            transform: rotate(45deg) translate(-2px, 1px);
  }
  .wp-pagenavi .last:hover {
    background-color: #ec002d;
  }
  .wp-pagenavi .last:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .wp-pagenavi .nextpostslink {
    position: relative;
    width: 73px;
    height: 50px;
    font-size: 1.6rem;
    color: #ec002d;
    background-color: #fff;
    padding-right: 16px;
    border: 1px solid transparent;
  }
  .wp-pagenavi .nextpostslink:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 16px;
    height: 6px;
    right: 0;
    top: 22px;
    background: url("../images/common/icon_arrow_red16.svg") center center/100% no-repeat;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  .wp-pagenavi .nextpostslink:hover {
    text-decoration: none;
  }
  .wp-pagenavi .nextpostslink:hover:after {
    right: -10px;
  }

  .page_navi {
    position: relative;
    overflow: hidden;
    min-height: 44px;
  }
  .page_navi .page_navi_prev {
    float: left;
    margin-left: 10px;
  }
  .page_navi .page_navi_prev a {
    display: block;
    position: relative;
    width: 73px;
    height: 50px;
    font-size: 1.6rem;
    color: #ec002d;
    background-color: #fff;
    padding-top: 15px;
    padding-left: 26px;
    border: 1px solid transparent;
  }
  .page_navi .page_navi_prev a:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 16px;
    height: 6px;
    left: 0;
    top: 19px;
    background: url("../images/common/icon_arrow_red16.svg") center center/100% no-repeat;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .page_navi .page_navi_prev a:hover {
    text-decoration: none;
  }
  .page_navi .page_navi_prev a:hover:before {
    left: -10px;
  }
  .page_navi .page_navi_next {
    float: right;
    margin-right: 10px;
  }
  .page_navi .page_navi_next a {
    display: block;
    position: relative;
    width: 73px;
    height: 50px;
    font-size: 1.6rem;
    color: #ec002d;
    background-color: #fff;
    padding-top: 15px;
    padding-right: 26px;
    border: 1px solid transparent;
  }
  .page_navi .page_navi_next a:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 16px;
    height: 6px;
    right: 0;
    top: 19px;
    background: url("../images/common/icon_arrow_red16.svg") center center/100% no-repeat;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  .page_navi .page_navi_next a:hover {
    text-decoration: none;
  }
  .page_navi .page_navi_next a:hover:after {
    right: -10px;
  }
  .page_navi .btn {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
  }
  .page_navi .btn a {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    color: #ec002d;
    line-height: 1;
    padding: 14px 33px;
    border: 1px solid #ec002d;
  }
  .page_navi .btn a:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ec002d;
    border-left: 2px solid #ec002d;
    -webkit-transform: rotate(-45deg) translateY(-2px);
        -ms-transform: rotate(-45deg) translateY(-2px);
            transform: rotate(-45deg) translateY(-2px);
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
    margin-right: 5px;
  }
  .page_navi .btn a:hover {
    text-decoration: none;
    background-color: #ec002d;
    color: #fff;
  }
  .page_navi .btn a:hover:before {
    -webkit-transform: rotate(-45deg) translate(-10px, -11px);
        -ms-transform: rotate(-45deg) translate(-10px, -11px);
            transform: rotate(-45deg) translate(-10px, -11px);
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
  }

  .single .aside {
    width: 260px;
    padding-top: 180px;
  }
  .single .aside .block {
    margin-bottom: 70px;
  }
  .single .aside .aside_title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #ec002d;
    padding-bottom: 10px;
    border-bottom: 1px solid #ec002d;
  }
  .single .aside .aside_cat_list .item {
    border-bottom: 1px solid #D9D9D9;
  }
  .single .aside .aside_cat_list .item:last-child {
    border-bottom: none;
  }
  .single .aside .aside_cat_list a {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
    display: block;
    color: #000;
    padding: 23px 0;
  }
  .single .aside .aside_cat_list a:hover {
    text-decoration: none;
    color: #ec002d;
  }
  .single .aside .aside_article .item {
    border-bottom: 1px solid #D9D9D9;
  }
  .single .aside .aside_article .item:last-child {
    border-bottom: none;
  }
  .single .aside .aside_article a {
    display: block;
    padding: 25px 0 20px;
  }
  .single .aside .aside_article a:hover {
    text-decoration: none;
  }
  .single .aside .aside_article a:hover .title {
    color: #ec002d;
  }
  .single .aside .aside_article .date {
    display: block;
    width: 85px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .single .aside .aside_article .cats {
    width: calc(100% - 85px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
  .single .aside .aside_article .cat {
    border: 1px solid #ec002d;
    font-size: 1.4rem;
    color: #ec002d;
    padding: 3px 12px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .single .aside .aside_tips .item {
    border-bottom: 1px solid #e5e5e5;
  }
  .single .aside .aside_tips .item:last-child {
    border-bottom: none;
  }
  .single .aside .aside_tips .item a {
    display: block;
    padding: 15px 0;
  }
  .single .aside .aside_tips .item a:hover {
    text-decoration: none;
  }
  .single .aside .aside_tips .item a:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  .single .aside .aside_tips .item .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .single .aside .aside_tips .item .image {
    width: 90px;
    border: 1px solid #e5e5e5;
    margin-right: 10px;
    overflow: hidden;
  }
  .single .aside .aside_tips .item .image img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  .single .aside .aside_tips .item .info {
    width: 160px;
  }
  .single .aside .aside_tips .item .info .name {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 8px;
  }
  .single .aside .aside_tips .item .info .desc {
    font-size: 1.2rem;
    line-height: 1.58333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .single .aside .title {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  .single .main {
    width: 850px;
  }
  .single .wrapper_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .single .article_head {
    position: relative;
    border-bottom: 6px solid #D9D9D9;
    margin-bottom: 60px;
  }
  .single .article_head.tips .cat {
    width: 100px;
    font-weight: bold;
    border: 1px solid #000;
    background-color: #000;
    padding: 7px 3px;
    color: #fff;
    text-align: center;
  }
  .single .article_head::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 170px;
    height: 6px;
    background-color: #888;
  }
  .single .article_head .cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
  .single .article_head .cat {
    border: 1px solid #ec002d;
    font-size: 1.4rem;
    color: #ec002d;
    padding: 3px 13px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .single .article_head .date {
    display: block;
    width: 85px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .single .article_head .page_title {
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.3;
    padding-bottom: 30px;
  }

  /* ___________________Common Modal */
  #login_modal {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9000;
    top: 0;
    left: 0;
    display: none;
  }
  #login_modal .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9001;
    top: 0;
    left: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
  }
  #login_modal .modal_wrap {
    position: fixed;
    z-index: 9002;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    background-color: #fff;
    border-radius: 4px;
  }
  #login_modal .modal_wrap .btn_close {
    position: absolute;
    top: 0;
    right: -2px;
    width: 45px;
    height: 45px;
    cursor: pointer;
  }
  #login_modal .modal_wrap .btn_close img {
    display: block;
    width: 100%;
  }
  #login_modal .modal_wrap .btn_close:hover {
    opacity: .8;
  }
  #login_modal .modal_wrap#modal_login {
    width: 600px;
    height: 620px;
    padding: 50px 80px;
  }
  #login_modal .modal_wrap#modal_login .title {
    font-size: 5rem;
    color: #ec002d;
    text-align: center;
    letter-spacing: .1em;
    margin-bottom: 25px;
  }
  #login_modal .modal_wrap#modal_login .desc {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  #login_modal .modal_wrap .login_box .member .login_form input[type="text"],
  #login_modal .modal_wrap .login_box .member .login_form input[type="password"] {
    width: 100%;
    border-radius: 2px;
    outline: none;
    background-color: #f0f0f0;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: .1em;
    border: none;
    padding: 7px;
    margin-bottom: 15px;
  }
  #login_modal .modal_wrap .login_box .member .login_form input[type="text"]::-webkit-input-placeholder, #login_modal .modal_wrap .login_box .member .login_form input[type="password"]::-webkit-input-placeholder {
    color: #bbb;
  }
  #login_modal .modal_wrap .login_box .member .login_form input[type="text"]::-moz-placeholder, #login_modal .modal_wrap .login_box .member .login_form input[type="password"]::-moz-placeholder {
    color: #bbb;
  }
  #login_modal .modal_wrap .login_box .member .login_form input[type="text"]:-ms-input-placeholder, #login_modal .modal_wrap .login_box .member .login_form input[type="password"]:-ms-input-placeholder {
    color: #bbb;
  }
  #login_modal .modal_wrap .login_box .member .login_form input[type="text"]::-ms-input-placeholder, #login_modal .modal_wrap .login_box .member .login_form input[type="password"]::-ms-input-placeholder {
    color: #bbb;
  }
  #login_modal .modal_wrap .login_box .member .login_form input[type="text"]::placeholder,
  #login_modal .modal_wrap .login_box .member .login_form input[type="password"]::placeholder {
    color: #bbb;
  }
  #login_modal .modal_wrap .login_box .member .login_form input[type="text"]:focus,
  #login_modal .modal_wrap .login_box .member .login_form input[type="password"]:focus {
    outline: 1px solid #ec002d;
  }
  #login_modal .modal_wrap .login_box .member .login_form .submit {
    text-align: center;
    margin-bottom: 30px;
  }
  #login_modal .modal_wrap .login_box .member .login_form .submit .btn_submit {
    width: 200px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #ec002d;
    text-align: center;
    padding: 17px 10px;
    border: 1px solid #ec002d;
    letter-spacing: .2em;
    background-color: #fff;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  #login_modal .modal_wrap .login_box .member .login_form .submit .btn_submit:hover {
    color: #fff;
    background-color: #ec002d;
  }
  #login_modal .modal_wrap .login_box .member .f_pw {
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
  #login_modal .modal_wrap .login_box .member .f_pw a {
    display: inline-block;
    font-size: 1.3rem;
    padding-bottom: 3px;
    border-bottom: 1px solid #000;
  }
  #login_modal .modal_wrap .login_box .member .f_pw a:hover {
    color: #ec002d;
    text-decoration: none;
    border-bottom: 1px solid #ec002d;
  }
  #login_modal .modal_wrap .login_box .separate {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  #login_modal .modal_wrap .login_box .separate::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
  }
  #login_modal .modal_wrap .login_box .separate span {
    position: relative;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 0 20px;
    letter-spacing: .2em;
    background-color: #fff;
  }
  #login_modal .modal_wrap .login_box .register {
    width: 300px;
    margin: 0 auto;
  }
  #login_modal .modal_wrap .login_box .register a {
    display: block;
    width: 100%;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: .2em;
    border-radius: 4px;
    color: #fff;
    background-color: #ec002d;
    text-decoration: none;
    padding: 26px 10px;
    text-align: center;
    margin-bottom: 10px;
  }
  #login_modal .modal_wrap .login_box .register a:hover {
    opacity: .8;
  }
  #login_modal .modal_wrap .login_box .register .note {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  #common_modal {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9000;
    top: 0;
    left: 0;
    display: none;
  }
  #common_modal .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9001;
    top: 0;
    left: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
  }
  #common_modal .modal_wrap {
    width: 900px;
    max-height: 650px;
    padding: 40px 45px;
    position: fixed;
    z-index: 9002;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    background-color: #fff;
    border-radius: 4px;
  }
  #common_modal .modal_wrap .btn_close {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
  }
  #common_modal .modal_wrap .btn_close:hover {
    opacity: .8;
  }
  #common_modal #modal_info h5 {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 25px;
  }
  #common_modal #modal_info h5:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 5px;
    margin-top: -2px;
    margin-right: 10px;
    border-radius: 20px;
    background-color: #cc3d3e;
    vertical-align: middle;
  }
  #common_modal #modal_info .image_wrap {
    height: 100%;
    overflow-y: srcoll;
  }
  #common_modal #modal_info .image_wrap .image {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
    margin: 0 auto;
  }

  /* ___________________Smartphones header */
  #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 90px;
    z-index: 100;
    padding: 27px 60px;
    background-color: #fff;
  }
  #header .header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header .header_searchform {
    position: relative;
    width: 60px;
    height: 60px;
    border: 1px solid #d9d9d9;
    text-align: center;
    padding: 8px 0;
    margin-right: 15px;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  #header .header_searchform.show .pc_searchform {
    display: block;
  }
  #header .header_searchform .icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url("../images/common/icon_search.svg") center top/48px 42px no-repeat;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  #header .header_searchform.show .icon {
    background: url("../images/common/icon_search_close.svg") center top/48px 42px no-repeat;
  }
  #header .header_searchform .pc_searchform {
    display: none;
    opacity: 1;
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 310px;
    background-color: #555;
    padding: 12px 10px;
  }
  #header .header_searchform .pc_searchform::before {
    position: absolute;
    top: -22px;
    left: 18px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 12.5px solid transparent;
    border-right: 12.5px solid transparent;
    border-bottom: 22px solid #555;
  }
  #header .header_searchform .search_text {
    opacity: 1;
    width: 216px;
    font-size: 1.5rem;
    letter-spacing: .1em;
    padding: 11px 15px;
    margin-right: 10px;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
  }
  #header .header_searchform .search_text::-webkit-input-placeholder {
    color: #bbb;
  }
  #header .header_searchform .search_text::-moz-placeholder {
    color: #bbb;
  }
  #header .header_searchform .search_text:-ms-input-placeholder {
    color: #bbb;
  }
  #header .header_searchform .search_text::-ms-input-placeholder {
    color: #bbb;
  }
  #header .header_searchform .search_text::placeholder {
    color: #bbb;
  }
  #header .header_searchform .search_text:focus {
    outline: 1px solid #ec002d;
  }
  #header .header_searchform .search_btn {
    border: none;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    width: 60px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: .1em;
    background-color: #000;
    border-radius: 4px;
    padding: 12px;
  }
  #header .header_searchform .search_btn:hover {
    opacity: 0.8;
  }
  #header .pc_header_login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80px;
    border: 1px solid #ec002d;
    font-size: 1.2rem;
    font-weight: bold;
    color: #ec002d;
    text-align: center;
    padding: 7px 0;
    margin-right: 15px;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  #header .pc_header_login .icon {
    width: 22px;
    height: 23px;
    background: url("../images/common/icon_key_red.svg") center center/100% no-repeat;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
    margin-bottom: 3px;
  }
  #header .pc_header_login:hover {
    background-color: #ec002d;
    color: #fff;
  }
  #header .pc_header_login:hover .icon {
    background: url("../images/common/icon_key.svg") center center/100% no-repeat;
  }
  #header .mypage.pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80px;
    border: 1px solid #ec002d;
    font-size: 1.2rem;
    font-weight: bold;
    color: #ec002d;
    text-align: center;
    padding: 10px 0;
    margin-right: 15px;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  #header .mypage.pc .icon {
    width: 23px;
    height: 23px;
    background: url("../images/common/icon_mypage_red.svg") center center/100% no-repeat;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
    margin: 0 auto 3px;
  }
  #header .mypage.pc:hover {
    background-color: #ec002d;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  #header .mypage.pc:hover .icon {
    background: url("../images/common/icon_mypage.svg") center center/100% no-repeat;
  }
  #header .gnav_wrap {
    width: 1100px;
  }
  #header .gnav_wrap .item a {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: .1em;
  }
  #header .gnav_wrap .item a:hover {
    text-decoration: none;
    color: #ec002d;
  }
  #header .gnav_wrap .btn {
    width: 180px;
    margin: 0;
  }
  #header .gnav_wrap .btn a {
    padding: 22px 40px 22px 26px;
  }
  #header .gnav_wrap .btn_icon_blank a::after {
    right: 20px;
  }
  #header .gnav_wrap .icon_arrow {
    position: relative;
  }
  #header .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: 40px;
  }
  #header .item {
    margin-right: 30px;
  }
  #header .item:last-child {
    margin-right: 0;
  }
  #header .item .link_tb_hover {
    padding-right: 20px;
  }
  #header .item .link_tb_hover img {
    display: none;
  }
  #header .item .link_tb_hover::after {
    background: url(../images/common/icon_blank_black.svg) center center/100% no-repeat;
  }

  #logo {
    width: 238px;
  }
  #logo a {
    display: block;
    color: #000;
    text-decoration: none;
  }
  #logo a:hover {
    opacity: 0.8;
  }
  #logo img {
    width: 238px;
  }

  /* ___________________Smartphones global navigation */
  #breadcrumb {
    padding: 40px 0 0;
    margin-bottom: 35px;
  }
  #breadcrumb .list {
    list-style-type: none;
  }
  #breadcrumb .item {
    display: inline;
    font-size: 1.4rem;
    line-height: 1.3;
    color: #888;
    padding-right: 8px;
  }
  #breadcrumb .item:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #888;
    border-right: 2px solid #888;
    -webkit-transform: rotate(45deg) translateY(-1px);
        -ms-transform: rotate(45deg) translateY(-1px);
            transform: rotate(45deg) translateY(-1px);
  }
  #breadcrumb .item a {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.3;
    padding-right: 5px;
    margin-right: 5px;
    color: #888;
    text-decoration: none;
  }
  #breadcrumb .item a:hover {
    text-decoration: underline;
  }
  #breadcrumb .item:last-child:after {
    display: none;
  }

  /* ___________________Smartphones footer */
  #footer {
    background: -o-radial-gradient(100% 108.52%, 73.5% 73.36%, #b40000 0%, #000000 100%);
    background: radial-gradient(73.5% 73.36% at 100% 108.52%, #b40000 0%, #000000 100%);
    padding-top: 140px;
    padding-bottom: 92px;
  }
  #footer .inner {
    width: 1100px;
  }
  #footer .blocks_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 100px;
    margin-bottom: 27px;
    border-bottom: 1px solid #593030;
  }
  #footer .block1 {
    width: 320px;
  }
  #footer .block1 .logo {
    display: block;
    width: 320px;
    margin: 0 auto 50px;
  }
  #footer .block1 .logo a {
    text-align: right;
  }
  #footer .block1 .logo span {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    margin-top: 15px;
  }
  #footer .block1 .name {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: .05em;
    margin-bottom: 20px;
  }
  #footer .block1 .address {
    font-size: 1.6rem;
    line-height: 1.75;
    color: #fff;
    letter-spacing: .1em;
    margin-bottom: 15px;
  }
  #footer .block1 .tel {
    cursor: text;
  }
  #footer .block1 .tel a {
    font-size: 1.6rem;
    line-height: 1.75;
    color: #fff;
    letter-spacing: .1em;
    pointer-events: none;
  }
  #footer .block1 .fax {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: .1em;
    color: #fff;
  }
  #footer .block1 .btn {
    width: 320px;
    margin-top: 40px;
  }
  #footer .block1 .btn a {
    padding: 27px 95px 27px 80px;
  }
  #footer .block1 .btn a::after {
    right: 90px;
  }
  #footer .block2 {
    width: 240px;
  }
  #footer .block2 .nav_list .item {
    border-bottom: 1px solid #593030;
  }
  #footer .block2 .nav_list .item a {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    letter-spacing: .1em;
    padding: 18px 22px;
  }
  #footer .block2 .nav_list .item a:hover {
    color: #ec002d;
    text-decoration: none;
  }
  #footer .block2 .nav_list .item_company .link_tb_hover::after {
    right: 110px;
  }
  #footer .block2 .nav_list .link_tb_hover img {
    display: none;
  }
  #footer .block2 .nav_list .link_tb_hover::after {
    right: 75px;
  }
  #footer .block2 .nav_list .item_first a {
    padding: 0 22px 18px;
  }
  #footer .block2 .sns {
    padding: 0 8px;
    margin-top: 22px;
  }
  #footer .block2 .sns .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  #footer .block2 .sns .item a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #footer .block2 .sns .item_insta {
    width: 36px;
    height: 36px;
  }
  #footer .block2 .sns .item_insta a {
    background: url(../images/common/icon_insta.svg) center center/100% no-repeat;
  }
  #footer .block2 .sns .item_insta a:hover {
    background: url(../images/common/icon_insta_red.svg) center center/100% no-repeat;
  }
  #footer .block2 .sns .item_line {
    width: 38px;
    height: 36px;
  }
  #footer .block2 .sns .item_line a {
    background: url(../images/common/icon_line.svg) center center/100% no-repeat;
  }
  #footer .block2 .sns .item_line a:hover {
    background: url(../images/common/icon_line_red.svg) center center/100% no-repeat;
  }
  #footer .block2 .sns .item_note {
    width: 94px;
    height: 20px;
  }
  #footer .block2 .sns .item_note a {
    background: url(../images/common/icon_note.svg) center center/100% no-repeat;
  }
  #footer .block2 .sns .item_note a:hover {
    background: url(../images/common/icon_note_red.svg) center center/100% no-repeat;
  }
  #footer .block2 .sns a {
    display: block;
  }
  #footer .block2 .sns img {
    width: 100%;
  }
  #footer .block2 .sns.col2 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 40px;
    margin-left: 15px;
  }
  #footer .block3 {
    width: 380px;
  }
  #footer .block3 .bnrs .list {
    margin-bottom: 30px;
  }
  #footer .block3 .bnrs .item {
    overflow: hidden;
    margin-bottom: 15px;
  }
  #footer .block3 .bnrs .item:last-child {
    margin-bottom: 0;
  }
  #footer .block3 .bnrs a {
    display: block;
  }
  #footer .block3 .bnrs a span {
    position: absolute;
    top: 25px;
    left: 40px;
    font-weight: bold;
    font-size: 1.8rem;
    color: #fff;
    line-height: 1.44444;
    letter-spacing: .1em;
  }
  #footer .block3 .bnrs a:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  #footer .block3 .bnrs img {
    max-width: 100%;
    -webkit-transition: all linear 300ms;
    -o-transition: all linear 300ms;
    transition: all linear 300ms;
  }
  #footer .block3 .bnrs_short .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #footer .block3 .bnrs_short .item {
    width: 185px;
    overflow: hidden;
  }
  #footer .block3 .bnrs_short a {
    display: block;
  }
  #footer .block3 .bnrs_short a span {
    position: absolute;
    top: 13px;
    left: 16px;
    font-weight: bold;
    font-size: 1.6rem;
    color: #fff;
    line-height: 1.3;
    letter-spacing: .1em;
  }
  #footer .block3 .bnrs_short a:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  #footer .block3 .bnrs_short .bnr_blank::after {
    width: 18px;
    height: 16px;
    right: 17px;
  }
  #footer .block3 .bnrs_short img {
    max-width: 100%;
    -webkit-transition: all linear 300ms;
    -o-transition: all linear 300ms;
    transition: all linear 300ms;
  }
  #footer .footer_foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #footer .footer_foot .txt a {
    font-size: 1.4rem;
    text-decoration: underline;
    color: #fff;
  }
  #footer .footer_foot .txt_privcy a {
    padding-bottom: 1px;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    letter-spacing: .1em;
  }
  #footer .footer_foot .txt_privcy a:hover {
    color: #ec002d;
    opacity: 1;
    text-decoration: none;
    border-bottom: 1px solid #ec002d;
  }
  #footer .footer_foot .txt_privcy a:hover span {
    color: #ec002d;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  #footer .footer_foot .txt_privcy span {
    display: inline-block;
    margin-right: 5px;
  }
  #footer .footer_foot .copyright {
    display: block;
    font-size: 1.2rem;
    color: #fff;
    letter-spacing: .05em;
  }
}
/* Desktops and laptops */
@media print, screen and (min-width: 781px) and (max-width: 1251px) {
  #header {
    width: 1250px;
    padding: 27px 60px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 781px) and (max-width: 1360px) {
  #header .list {
    margin-right: 10px;
  }

  #header .item {
    margin-right: 10px;
  }
}
