@charset "utf-8";
html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-size:62.5%}html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;color:#222;font-style:normal;vertical-align:baseline;background:transparent;letter-spacing:normal;box-sizing:border-box;line-break:strict;letter-spacing:1px;word-break:break-word;word-wrap:break-word}h1,h2,h3,h4,h5,h6{font-weight:400}body{-webkit-text-size-adjust:none;/*font-family:'Arial','メイリオ',Meiryo,sans-serif;*/line-height:1;scrollbar-track-color:#ccc;scrollbar-thumb-color:#e60012;/*font-feature-settings:"palt" 1;*/font-size:16px;font-size:1.6rem;width:100%;overflow-y:auto;overflow-x:hidden}.scroll-area::-webkit-scrollbar{width:15px}.scroll-area::-webkit-scrollbar-track{background:#ccc}.scroll-area::-webkit-scrollbar-thumb{background:#e60012}article,aside,dialog,figure,footer,header,hgroup,nav,section{display:block}nav ul,ul,ol{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}*:before,*:after{box-sizing:border-box}a{margin:0;padding:0;border:0;vertical-align:baseline;background:transparent;-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:rgba(100,100,100,.5);text-decoration:none;color:#000;box-sizing:border-box;transition:all 0.25s cubic-bezier(.215,.61,.355,1)}img{max-width:100%;height:auto;border:0;vertical-align:bottom}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}button{background-color:transparent;cursor:pointer}input::-ms-clear,input::-ms-reveal{display:none}.lsf{font-family:'icomoon';-webkit-text-rendering:optimizeLegibility;-moz-text-rendering:optimizeLegibility;-ms-text-rendering:optimizeLegibility;-o-text-rendering:optimizeLegibility;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased;-ms-font-smoothing:antialiased;-o-font-smoothing:antialiased;font-smoothing:antialiased;-ms-font-feature-settings:"liga" 1,"dlig" 1;-o-font-feature-settings:"liga" 1,"dlig" 1;font-feature-settings:"liga" 1,"dlig" 1}b{font-weight:700}
html:not(.renew) body{font-family:'Arial','メイリオ',Meiryo,sans-serif;font-feature-settings:"palt" 1;}
button,input,optgroup,select,textarea{font-family: inherit;}
/*----------------------------------------------------------
common
----------------------------------------------------------*/
.max {
  margin: auto;
  max-width: 1160px;
}

@media screen and (max-width: 1280px) {
  .max {
    max-width: 1024px;
  }
}

.contents {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.contents > *:last-child {
  margin-bottom: 0 !important;
}

.lead {
  line-height: 2;
  max-width: 960px;
  margin: auto;
}

.gray {
  background: #edeeee;
}

.annotation {
  font-size: 1.2rem;
}

.center {
  text-align: center;
}

.inlineB {
  display: inline-block !important;
}

/*----------------------------------------------------------
header
----------------------------------------------------------*/
.header {
  width: 100%;
}

.header_top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.header img {
  vertical-align: middle;
}

.header_top p,
.header_top h1 {
  display: inline-block;
  vertical-align: middle;
}

/*----------------------------------------------------------
breadcrumb
----------------------------------------------------------*/
.breadcrumb {
  background: #525b5c;
  color: #fff;
  max-width: 1440px;
  margin: auto;
  line-height: 1.4;
}

html.renew .breadcrumb {
  max-width: none;
}

html.renew .main .breadcrumb {
  background: #fff;
  color: #222;
}

html.renew footer .breadcrumb {
  color: #fff;
}

.breadcrumb * {
  color: #fff;
}

html.renew .main .breadcrumb * {
  color: #222;
}

html.renew .main .breadcrumb a span {
  color: #525b5c;
}

html.renew .main .breadcrumb a:hover span {
  color: #222;
}

html.renew footer .breadcrumb * {
  color: #fff;
}

html.renew footer .breadcrumb a span {
  color: #dcdede;
}

html.renew footer .breadcrumb a:hover span {
  color: #fff;
}

html.renew .breadcrumb a span {
  text-decoration: underline;
}

.breadcrumb ol {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

html.renew .breadcrumb ol li {
  position: relative;
}

.breadcrumb >ol>li:first-child>span::before,
.breadcrumb >ol>li:first-child>a::before{
  content:"";
  display: inline-block;
  background:url(/micro/asset/cmn/img/icon_home.svg) transparent center center no-repeat;
  width:14px;
  height:15px;
  margin-bottom:-2px;
  margin-right:10px;
}

html.renew .breadcrumb >ol>li:first-child>span::before,
html.renew .breadcrumb >ol>li:first-child>a::before{
  content: "";
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  margin-bottom: -1px;
  margin-right: 6px;
}

html.renew .main .breadcrumb >ol>li:first-child>a::before{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23525b5c' viewBox='0 0 12 12'%3E%3Cpath d='M6 0L0 4.583V12h4.583V7.417h2.832V12h4.583V4.584z'/%3E%3C/svg%3E");
}

html.renew .main .breadcrumb >ol>li:first-child>span::before,
html.renew .main .breadcrumb >ol>li:first-child>a:hover::before{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23222222' viewBox='0 0 12 12'%3E%3Cpath d='M6 0L0 4.583V12h4.583V7.417h2.832V12h4.583V4.584z'/%3E%3C/svg%3E");
}

html.renew footer .breadcrumb >ol>li:first-child>a::before{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dcdede' viewBox='0 0 12 12'%3E%3Cpath d='M6 0L0 4.583V12h4.583V7.417h2.832V12h4.583V4.584z'/%3E%3C/svg%3E");
}

html.renew footer .breadcrumb >ol>li:first-child>span::before,
html.renew footer .breadcrumb >ol>li:first-child>a:hover::before{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 12 12'%3E%3Cpath d='M6 0L0 4.583V12h4.583V7.417h2.832V12h4.583V4.584z'/%3E%3C/svg%3E");
}

.breadcrumb ol li + li:before {
  content: '>';
  margin: 0 4px;
}

html.renew .breadcrumb ol li + li:before {
  content: '';
  display: block;
  height: 13px;
  position: absolute;
  top: 40%;
  transform: rotate(28deg) translateY(-40%);
  width: 1px;
}

html.renew .main .breadcrumb ol li + li:before {
  background-color: #525b5c;
}

html.renew footer .breadcrumb ol li + li:before {
  background-color: #dcdede;
}

/*----------------------------------------------------------
pageTop
----------------------------------------------------------*/
.pageTop {
  width: 100% !important;
  left: 0;
  pointer-events: none;
  text-align: right;
  height: auto;
  position: absolute;
  z-index: 9997;
}

.pageTop a {
  border: 1px solid #525b5c;
  background-color: #fff;
  display: inline-block;
  pointer-events: auto;
  position: relative;
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.pageTop.hide a {
  opacity: 0;
  pointer-events: none;
}

.pageTop a span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/*----------------------------------------------------------
footer
----------------------------------------------------------*/
footer {
  position: relative;
  background: #eee;
}
small {
  font-size: 1.2rem;
  line-height: 1.6;
}

.footer {
  position: relative;
}

.footer_link {
  width: 100%;
  text-align: center;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: center;
      justify-content: center;
}

.footer_link > *:first-child {
  border-right: 1px solid #515b5c;
}

.footer_link.move {
  position: fixed;
  top: auto;
  bottom: 0;
}

.footer a {
  line-height: 1.4;
  color: #fff;
}

/*sns*/
.l-footer-share {
  background-color: #fff;
  border-bottom: 1px solid #eeefef;
  border-top: 1px solid #eeefef;
  color: #525b5c;
  padding: 20px 24px
}

.l-footer-share_content+.l-footer-share_content {
  display: none
}

/* .l-footer-banner {
  background-color: #dcdede;
  padding: 20px 24px
} */

.m-footer-share {
  align-items: center;
  display: flex;
  justify-content: center
}

.m-footer-share_title {
  font-weight: 700
}

.m-footer-share_content {
  margin-left: 20px
}

.m-footer-share_button {
  background-color: transparent;
  border-width: 0;
  padding: 0;
  vertical-align: bottom
}

.m-footer-share_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -15px
}

.m-footer-share_list>li {
  align-items: center;
  display: inline-flex;
  margin-left: 15px;
  margin-top: 10px
}

.m-footer-share_list>li a {
  display: block
}

.m-footer-share_list>li a:focus .m-footer-share_icon,.m-footer-share_list>li a:hover .m-footer-share_icon {
  opacity: .6
}

.m-footer-share_icon {
  fill: #525b5c;
  max-height: 40px;
  max-width: 40px;
  vertical-align: middle
}

.m-footer-share_icon.large {
  max-width: 60px
}

.m-footer-banner>li {
  margin-top: 10px
}

.m-footer-banner>li:first-of-type {
  margin-top: 0
}
.rtpBnr{
  background-color: #dcdede;
    padding: 20px 24px;
}
.rtpBnr .rtpBnr_inner{
  margin: 0 auto;
  max-width: 1200px;
}
.m-footer-rtp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.m-footer-rtp_banner {
    flex-basis: 100%
}

.m-footer-rtp_banner+.m-footer-rtp_banner>:first-child {
    margin-top: 10px
}

.m-footer-rtp_banner img {
    height: auto
}

.m-footer-banner-list>li+li {
    margin-top: 10px
}
.m-footer-sns {
  align-items: center;
  border-top: 1px solid #777;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
  width: 100%;
}

html.renew .m-footer-sns {
  border-top: 1px solid #525b5c;
}

.m-footer-sns_title {
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
  color: #fff;
}

.m-footer-sns_list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px
}

.m-footer-sns_list>li {
  margin-left: 20px;
  margin-top: 10px
}

.m-footer-sns_list>li>a {
  align-items: center;
  display: flex;
  height: 100%
}

.m-footer-sns_list>li>a:focus>.m-footer-sns_icon,.m-footer-sns_list>li>a:hover>.m-footer-sns_icon {
  opacity: .6
}

.m-footer-sns_icon {
  max-height: 40px;
  width: 40px
}

.m-footer-contact {
  align-items: center;
  display: flex;
  flex-direction: column
}

.m-footer-contact_logo {
  max-width: 196px;
  width: 100%
}

.m-footer-contact_button {
  background-color: #ea002a;
  border-radius: 2px;
  border-width: 0;
  color: #fff;
  display: block;
  margin-top: 20px;
  padding: 13px;
  text-align: center;
  text-decoration: none;
  width: 164px
}

.m-footer-contact_button:focus,.m-footer-contact_button:hover {
  background-color: #c01;
  color: #fff;
  text-decoration: none
}

.js-sns-share:not(.is-api-active) .m-footer-share_button {
  display: none
}

.js-sns-share.is-api-active .m-footer-share_list {
  display: none
}

.rtpBnr{
  padding-top:20px;
}

@media print,screen and (min-width: 769px) {
  .l-footer-share {
    padding:30px
  }

  /* .l-footer-banner {
      flex-basis: 100%;
      padding: 30px
  } */

  /* .l-footer-main {
      background-color: #262c2d;
      padding: 0 30px 100px
  } */

  .l-footer-main_inner {
      display: flex;
      flex-wrap: wrap;
      padding-top: 60px
  }

  .l-footer-main_contact {
      flex-basis: calc((100% - 120px)/4);
      padding: 0
  }

  /* .l-footer-main_nav {
      flex-grow: 1
  } */

  /* .l-footer-main_banner {
      flex-basis: 100%;
      padding: 0
  }

  .l-footer-main_nav+.l-footer-main_banner {
      border-top: 1px solid #525b5c;
      margin-top: 40px;
      padding-top: 40px
  } */

  /* .l-footer-extra {
      padding: 30px 30px 20px
  }

  .l-footer-extra_inner {
      padding-right: 80px
  } */
  /* .rtpBnr_inner {
    flex-basis: 100%;
    padding: 30px
  } */
  .m-footer-rtp {
    flex-wrap: wrap;
    margin-left: -40px
  }

  .m-footer-rtp_banner {
      max-width: 50%
  }

  .m-footer-rtp_banner>* {
      margin-left: 40px;
      margin-top: 0
  }

  .m-footer-rtp_banner+.m-footer-rtp_banner>:first-child {
      margin-top: 0
  }

  .m-footer-rtp_banner img {
      max-width: calc(100% - 40px)
  }

  .m-footer-rtp_banner.full {
      max-width: 100%
  }
}

.footer_title {
  color: #fff;
}

html.renew .footer_title {
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #525b5c;
}

html.renew .footer_box_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

html.renew .footer_box_list li {
  width: 50%;
}

html.renew .footer > .max > div:nth-child(2) li {
  width: 100%;
}

html.renew .footer > .max > div:nth-child(2) {
  flex-grow: 1;
}

.m-footer-link-list {
  display: flex;
  flex-wrap: wrap;
}

.m-footer-link-list li {
  line-height: 1.5;
  margin-top: 10px;
}

.m-footer-link-list a {
  color: #fff;
}

.m-footer-link-list a:hover {
  text-decoration: underline;
}

html.renew .l-footer-extra{
  width: 100%;
  margin: 0 auto;
}

/*----------------------------------------------------------
megaMenu
----------------------------------------------------------*/
.megaMenu {
  display: none;
}

.megaMenu ul li {
  height: 100%;
}
.megaMenu ul li:hover a p {
  color: #ea002a;
}

/*----------------------------------------------------------
main
----------------------------------------------------------*/
.main {
  background: #edeeee;
}

html.renew .main {
  background: #fff;
}

.main_box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-flow: column;
      flex-flow: column;
  text-align: center;
}

.main_box h1 span,
.main_box h1,
.main_box h2 span,
.main_box h2 {
  font-weight: bold;
  color: #fff;
  display: block;
}

.main_box h1 img,
.main_box h2 img {
  display: block;
}

/*----------------------------------------------------------
upDown
----------------------------------------------------------*/
.upDown {
  text-align: center;
  display: block;
}

.upDown > span {
  display: inline-block;
  position: relative;
  line-height: 1.4;
}

.upDown > span::before, .upDown > span::after {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
}

.upDown > span::before {
  background: #ea002a;
  top: 0;
  left: 0;
}

.upDown > span::after {
  background: #525b5c;
  bottom: 0;
  right: 0;
}

/*----------------------------------------------------------
leftRight
----------------------------------------------------------*/
.leftRight {
  text-align: center;
}

.leftRight > span {
  display: inline-block;
  position: relative;
  line-height: 1.4;
}

.leftRight > span:before, .leftRight > span:after {
  height: 2px;
  content: '';
  position: absolute;
  margin-top: -1px;
  top: 50%;
}

.leftRight > span::before {
  background-image: linear-gradient(-90deg, #ea002a 50%, #525b5c 50%, #525b5c);
  left: 0;
}

.leftRight > span::after {
  background-image: linear-gradient(-90deg, #525b5c 50%, #ea002a 50%, #ea002a);
  right: 0;
}

.leftRight.left {
  display: inline-block;
}

.leftRight.left span {
  padding-left: 25px;
  padding-right: 0;
}

.leftRight.left span:before {
  width: 20px;
}

.leftRight.left span::after {
  display: none;
}

/*----------------------------------------------------------
link
----------------------------------------------------------*/
.link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}

.link:before {
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  content: '';
  display: inline-block;
  background-image: url(/micro/asset/cmn/img/icon_chev_white.svg);
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ea002a;
  border-radius: 50%;
}

/*----------------------------------------------------------
btn
----------------------------------------------------------*/
.btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
  font-weight: bold;
}

.btn.limit {
  max-width: 600px;
  margin: auto;
}

.btn.reverse {
  max-width: 640px;
  margin: auto;
  background: #ea002a;
  border: 1px solid #ea002a;
  color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(7, 14, 13, 0.24);
  line-height: 1.4;
}

.btn.reverse * {
  color: #fff;
}

.btn.reverse::before {
  background-image: url(/micro/asset/cmn/img/icon_chev_red.svg);
  background-color: #fff;
}

.link.-external .icon {
  width: 19px;
  height: 15px;
  min-width: 19px;
  min-height: 15px;
  display: inline-block;
  margin-left: 5px;
}

.btn_anchor_box {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 0;
}

.btn_anchor a {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.btn_anchor {
  text-align: center;
  width: 22%;
}
.btn_anchor span {
  color: #000;
  text-align: left;
  line-height: 1.3;
  transition: all 0.25s;
  padding-right: 5px;
}
.btn_anchor::before {
  display: none;
}

/*----------------------------------------------------------
swipe
----------------------------------------------------------*/
.swipe {
  overflow-y: hidden;
  overflow-x: auto;
  position: relative;
}

.swipe img {
  max-width: none;
}

/*----------------------------------------------------------
mod
----------------------------------------------------------*/
.mod + .mod {
  margin-top: 100px;
}
.mod_ttl {
  font-size: 30px;
  padding: 1em;
  font-weight: bold;
}

/*----------------------------------------------------------
movie
----------------------------------------------------------*/
.movie_box {
  max-width: 640px;
  margin: auto;
}
.movie_video_area {
  position: relative;
  display: block;
}
.movie_video_frame {
  padding-top: 56.25%;
}
.movie_info_area {
  margin-top: 20px;
}
.movie_title {
  color: #525b5c;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.movie_time {
  color: #a0a0a0;
  font-size: 1.4rem;
}
.movie_txt {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 10px;
}
.movie_txt.omit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.movie_grid {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
}
.movie_grid_column {
  margin-bottom: 40px;
}
.movie_grid_column:last-child {
  margin-bottom: 0;
}

/*----------------------------------------------------------
PC
----------------------------------------------------------*/
@media print, screen and (min-width: 769px) {
  /*----------------------------------------------------------
  common
  ----------------------------------------------------------*/
  body {
    min-width: 1024px;
    overflow: auto;
  }

  .spOnly {
    display: none !important;
  }

  @media screen and (max-width: 1080px) {
    body .gap {
      padding-left: 14px;
      padding-right: 14px;
    }
    body .contents.gap {
      padding-left: 0;
      padding-right: 0;
    }
    html.renew .l-footer-extra {
      padding-left: 14px;
      padding-right: 14px;
    }
  }

  .lead {
    font-size: 1.6rem;
  }

  .lead + * {
    margin-top: 38px !important;
  }

  .contents + .contents {
    margin-top: 62px;
  }

  /*----------------------------------------------------------
  header
  ----------------------------------------------------------*/
  .header {
    padding-top: 18px;
  }

  .header_top {
    padding-bottom: 16px;
    border-bottom: 1px solid #ccc;
  }

  .header_top p,
  .header_top h1 {
    font-size: 1.4rem;
    margin-left: 18px;
  }

  .language {
    font-size: 1.2rem;
    position: relative;
    pointer-events: none;
  }

  .language img:first-of-type {
    margin-right: 8px;
    vertical-align: -2px;
  }

  .language img:last-of-type {
    margin-left: 8px;
    transform: rotate(180deg);
    vertical-align: 2px;
  }

  .language_btn {
    cursor: pointer;
    pointer-events: auto;
    border: none;
    padding: 0;
  }

  .language_btn:focus {
    outline: -webkit-focus-ring-color auto 1px;
  }

  .language_menu {
    pointer-events: auto;
    background: #525b5c;
    display: none;
    width: 330px;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    top: 180%;
    right: 0;
    z-index: 9990;
  }

  .language_menu a {
    display: block;
    color: #fff;
    padding: 20px 0;
    font-size: 1.4rem;
  }

  .language_menu a:hover {
    text-decoration: underline;
  }

  .language_menu li + li {
    border-top: 1px solid #a9adae;
  }

  nav > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: stretch;
        align-items: stretch;
  }

  nav button {
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1;
    letter-spacing: 1px;
    /* font-family: 'Arial','メイリオ', Meiryo,sans-serif; */
  }

  html:not(.renew) nav button {
    font-family: 'Arial','メイリオ', Meiryo,sans-serif;
  }

  nav > ul > li button {
    margin: 0;
  }

  nav > ul > li > a,
  nav button {
    padding: 24px 10px 20px;
    font-size: 1.4rem;
    position: relative;
    display: inline-block;
    text-align: center;
  }

  nav > ul > li > a::before,
  nav button::before {
    display: block;
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #ea002a;
    transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale(0);
  }

  nav > ul > li > a.current, nav > ul > li > a:hover,
  nav button.current, nav button:hover {
    color: #ea002a;
    font-weight: bold;
  }

  nav a.current::before, nav a:hover::before,
  nav button.current::before, nav button:hover::before {
    transform: scale(1);
  }

  /*----------------------------------------------------------
  breadcrumb
  ----------------------------------------------------------*/
  .breadcrumb {
    padding-top: 10px;
  }

  .breadcrumb * {
    font-size: 1.2rem;
  }

  .breadcrumb img {
    margin-right: 10px;
  }

  .breadcrumb li {
    margin: 0 0 10px;
  }

  .breadcrumb li + li {
    text-indent: -14px;
    padding-left: 14px;
  }

  html.renew .breadcrumb >ol>li:first-child>span::before,
  html.renew .breadcrumb >ol>li:first-child>a::before{
    margin-right: 6px;
  }

  html.renew .breadcrumb li + li {
    text-indent: 0;
    padding-left: 30px;
  }

  html.renew .breadcrumb ol li + li:before {
    left: 8px;
  }

  /*----------------------------------------------------------
  pageTop
  ----------------------------------------------------------*/

  .pageTop a {
    width: 70px;
    height: 70px;
    z-index: 9998;
    box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
    background-size: 40%;
    cursor: pointer;
  }

  .pageTop a img {
    height: auto;
    width: 40%;
  }

  .pageTop a:hover {
    transform: translate3d(-2px, 2px, 0);
    box-shadow: none;
  }

  /*----------------------------------------------------------
  footer
  ----------------------------------------------------------*/
  footer {
    padding-top: 132px;
  }

  small {
    display: block;
    color: #fff;
    font-weight: normal;
    margin-top: 32px;
  }

  html.renew small {
    margin-top: 0;
  }

  .footer {
    background: #525b5c;
    padding: 50px 85px 20px;
  }

  html.renew .footer {
    background: #262c2d;
  }

  .footer_link {
    height: 100px;
    padding: 20px 0;
  }

  .footer_link > * {
    width: 480px;
  }

  .footer_link > * > a {
    width: 400px;
  }

  .footer > .max {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch;
    justify-content: center;
  }

  .footer > .max > *:first-child {
    min-width: 240px;
  }

  html:not(.renew) .footer > .max > *.pcOnly,
  html:not(.renew) .footer > .max > div:nth-child(2) {
    margin-left: 4%;
    margin-right: 4%;
    padding-right: 4%;
    border-right: 1px solid #a8adad;
  }

  html.renew .footer > .max > div:nth-child(2) {
    margin-left: 4%;
    margin-right: 4%;
  }

  html:not(.renew) .footer_title {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 36px;
    color: #fff;
  }

  html.renew .footer_title {
    font-size: 1.6rem;
    margin-bottom: 18px;
    padding-bottom: 18px;
  }

  .footer_box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch;
  }

  html:not(.renew) .footer_box > *:first-child {
    margin-right: 40px;
  }

  html:not(.renew) .footer_box li,
  html:not(.renew) .footer .pcOnly li,
  html:not(.renew) .footer > .max > div:nth-child(2) li {
    margin-bottom: 16px;
  }

  html.renew .footer_box li,
  html.renew .footer > .max > div:nth-child(2) li {
    margin-bottom: 16px;
  }

  html:not(.renew) .footer_box a,
  html:not(.renew) .footer .pcOnly a,
  html:not(.renew) .footer > .max > div:nth-child(2) a {
    display: inline-block;
    color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 2px;
  }

  html.renew .footer_box a,
  html.renew .footer > .max > div:nth-child(2) a {
    display: inline-block;
    color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 2px;
  }

  html:not(.renew) .footer_box li:last-child,
  html:not(.renew) .footer .pcOnly li:last-child,
  html:not(.renew) .footer > .max > div:nth-child(2) li:last-child {
    margin-bottom: 0;
  }

  html.renew .footer_box li:last-child,
  html.renew .footer > .max > div:nth-child(2) li:last-child {
    margin-bottom: 0;
  }

  html:not(.renew) .footer_box a:hover,
  html:not(.renew) .footer .pcOnly a:hover,
  html:not(.renew) .footer > .max > div:nth-child(2) a:hover {
    text-decoration: underline;
  }

  html.renew .footer_box a:hover,
  html.renew .footer > .max > div:nth-child(2) a:hover {
    text-decoration: underline;
  }

  html.renew .footer_box_list {
    width: 400px;
  }

  html.renew .footer_box_list li {
    width: 200px;
  }

  /* .l-breadcrumb .m-breadcrumb-list>li a {
      font-size:12px
  } */

  .l-footer-share .m-footer-share_list {
      margin-left: -60px
  }

  .m-footer-sns_title {
      font-size: 16px
  }

  .m-footer-sns_list {
      margin-left: -10px
  }

  .m-footer-banner-rohs_text {
      font-size: 14px
  }

  .m-nav-footer_list>[role=listitem]>a,
  .m-nav-footer_list>[role=listitem]>button,
  .m-nav-footer_list>li>a,
  .m-nav-footer_list>li>button {
      font-size: 16px
  }

  .m-footer-banner-list {
      flex-wrap: nowrap;
      margin-left: -60px;
      margin-top: -20px
  }
  .m-footer-contact{
    align-items: flex-start;
  }

  .m-footer-share {
    flex-direction:column
}

.m-footer-share_content {
    margin-left: 0;
    margin-top: 10px
}

.m-footer-share_list {
    margin-left: -60px
}

.m-footer-share_list>li {
    margin-left: 60px;
    margin-top: 10px
}

.m-footer-share_icon.large {
    max-width: 120px
}

html:not(.renew) .m-footer-sns {
    border-top: none;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start
}

html.renew .m-footer-sns {
  border-top: none;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start
}

.m-footer-sns_title {
    font-size: 16px;
    font-weight: 700;
    margin-right: 10px;
    margin-top: 10px
}

.m-footer-sns_list {
    margin-left: -10px
}

.m-footer-sns_list>li {
    margin-left: 10px;
    margin-top: 10px
}

.m-footer-sns>a {
    margin: 0 20px
}

.m-footer-sns_icon {
    max-height: 24px;
    width: 24px
}

html:not(.renew) .l-footer-extra {
  max-width:1040px;
  width:100%;
  margin:0 auto;
}

html.renew .l-footer-extra{
  max-width: 1160px;
  padding-top: 30px;
}

.m-footer-link-list li {
  margin-right: 40px;
  font-size: 1.4rem;
}

html.renew .m-footer-copyright {
  margin-top: 25px;
}

  /*----------------------------------------------------------
  megaMenu
  ----------------------------------------------------------*/
  .megaMenu {
    position: absolute;
    top: 141px;
    left: 0;
    width: 100%;
    background: #edeeee;
    z-index: 10;
    box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
  }
  .megaMenu ul {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
  }
  .megaMenu ul li{
    width: calc(100% / 4 - 20px);
    margin: 5px 10px;
  }
  .megaMenu ul a {
    display: flex;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid #ccc;
    background: #fff;
    height: 72px;
    max-height: 72px;
  }
  .megaMenu ul a figure {
    width: 43.28%;
  }
  .megaMenu ul a img{
    width: 100%;
    height: auto; 
  }
  .megaMenu ul a p{
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    padding: 5px 10px;
    width: 100%;
    min-height: 70px;
    overflow: hidden;
  }
  @media screen and (max-width: 1280px) {
    .megaMenu ul li {
      width: 235px;
      margin: 5px;
    }
    .megaMenu ul li,
    .megaMenu ul a p {
      max-height: none;
      -ms-word-break: break-all;
      word-break: break-all;
    }
    .megaMenu ul a figure {
      width: 115px;
    }
  }

  /*----------------------------------------------------------
  fixed
  ----------------------------------------------------------*/
  .fixed_area {
    padding-bottom: 58px;
  }
  .fixed_area_pc {
    box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
    position: absolute;
    top: 83px;
    width: 100%;
  }

  .fixed .fixed_area_pc {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: #fff;
    z-index: 10;
  }
  .fixed_area_pc .megaMenu {
    top: 58px;
  }

  /*asset file*/

  /*----------------------------------------------------------
  main
  ----------------------------------------------------------*/
  .main_box {
    margin: auto;
    max-width: 1440px;
    height: 360px;
    background-repeat: no-repeat;
    background-size: 1440px 360px;
    background-size: cover;
    background-position: center;
    padding-top: 14px;
  }

  html.renew .main_box {
    max-width: 1500px;
  }

  .main_box h1,
  .main_box h2 {
    font-size: 5.4rem;
  }

  .main_box h1 img,
  .main_box h2 img {
    display: block;
    margin: 0 auto;
  }

  .main_box h1 img + span,
  .main_box h2 img + span {
    margin-top: 20px;
  }

  /* Gra追加:20241101 Start */
  .main_box h1 img + .lead {
    font-size: 1.8rem;
  }
  /* Gra追加:20241101 End */

  /*----------------------------------------------------------
  box
  ----------------------------------------------------------*/
  .box {
    padding-top: 63px;
    padding-bottom: 46px;
  }

  /*----------------------------------------------------------
  brackets
  ----------------------------------------------------------*/
  .brackets{
      text-align: center;
      margin: 20px 0 60px;
    display: block;
  }
  .brackets span{
      position: relative;
      padding: 0.6em 1.2em!important;
      font-size: 4.0rem;
  }
  .brackets span:before,.brackets span:after{
      content:'';
      width: 20px;
      height: 40px;
      position: absolute;
      display: inline-block;
  }
  .brackets span:before{
      border-left: solid 3px #ea002a;
      border-top: solid 2px #525b5c;
      top:0;
      left: 0;
  }
  .brackets span:after{
      border-right: solid 3px #ea002a;
      border-bottom: solid 2px #525b5c;
      bottom:0;
      right: 0;
  }
  .brackets span {
      margin: 0;
      padding: 0;
  }

  /*----------------------------------------------------------
  bottomDubble
  ----------------------------------------------------------*/
  .bottomDubble{
    position: relative;
    display: block;
    text-align: center;
    margin: 0 auto 80px auto;
    font-size: 3.2rem;
    line-height: 1.4;
  }
  .bottomDubble span:before {
    content: '';
    position: absolute;
    bottom: -17px;
    display: inline-block;
    width: 60px;
    height: 2px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #525b5c;
  }
  .bottomDubble span:after {
    content: '';
    position: absolute;
    bottom: -17px;
    display: inline-block;
    width: 30px;
    height: 2px;
    left: 50%;
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    background-color: #ea002a;
  }

  /*----------------------------------------------------------
  upDown
  ----------------------------------------------------------*/
  .upDown {
    margin-bottom: 36px;
  }

  .upDown > span {
    padding: 17px 0;
    font-size: 3.2rem;
  }

  .upDown > span::before, .upDown > span::after {
    width: 50px;
  }

  /*----------------------------------------------------------
  leftRight
  ----------------------------------------------------------*/
  .leftRight {
    margin-bottom: 40px;
  }

  .leftRight > span {
    padding: 0 75px;
    font-size: 2.3rem;
    letter-spacing: 4px;
  }

  .leftRight > span:before, .leftRight > span:after {
    width: 60px;
  }

  .leftRight.left {
    margin-bottom: 32px;
  }

  .leftRight.left > span {
    font-size: 2rem;
  }

  /*----------------------------------------------------------
  link
  ----------------------------------------------------------*/
  .link {
    font-size: 1.4rem;
  }

  .link:before {
    margin-right: 16px;
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
  }

  /*----------------------------------------------------------
  btn
  ----------------------------------------------------------*/
  .btn {
    padding: 18px;
  }

  .btn:hover {
    background: #ea002a;
    border-color: #ea002a;
    color: #fff;
    transform: translate3d(-2px, 2px, 0);
    box-shadow: none;
  }

  .btn:hover:before {
    background-image: url(/micro/asset/cmn/img/icon_chev_red.svg);
    background-color: #fff;
  }

  .btn.reverse:hover {
    box-shadow: none;
    background: #fff;
    border-color: #ccc;
    color: #000;
    transform: translate3d(-2px, 2px, 0);
  }

  .btn.reverse:hover * {
    color: #000;
  }

  .btn.reverse:hover:before {
    background-image: url(/micro/asset/cmn/img/icon_chev_white.svg);
    background-color: #ea002a;
  }

  .btn_anchor_box {
    margin: 25px 0 0;
    justify-content: center;
  }
  .btn_anchor {
    position: relative;
    margin: 35px 10px 0;
    border: 1px solid #ccc;
    box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
    background: #fff;
    transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .btn_anchor a {
    padding: 10px 30px 10px 20px;
    text-align: left;
  }
  .btn_anchor a::after {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -5px;
    content: '';
    display: block;
    width: 17px;
    height: 10px;
    background: url(/micro/asset/cmn/img/icon_chev_down.svg) no-repeat right center / 12px 6px;
    margin-left: 10px;
  }
  .btn_anchor:hover span {
    color: #ea002a;
  }
  .btn_anchor:hover {
    box-shadow: none;
    transform: translate3d(-2px, 2px, 0);
  }

  .btn_anchor:hover::after {
    box-shadow: none;
    transform: translate3d(-2px, 2px, 0);
  }

  .external-link .icon {
    transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    margin-left: 8px;
    width: 14px;
    height: 14px;
    min-width: 14px;
    min-height: 14px;
    vertical-align: middle;
    display: inline-block;
  }

  /*----------------------------------------------------------
  swipe
  ----------------------------------------------------------*/
  .swipe {
    margin-bottom: 32px;
  }

  .swipe_annotation {
    display: none;
  }
  
  /*----------------------------------------------------------
  movie
  ----------------------------------------------------------*/
  .movie_grid {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  .movie_grid_column {
    flex-basis: 50%;
  }
  .movie_grid_column:nth-child(2n+1) {
    padding-right: 20px;
  }
  .movie_grid_column:nth-child(2n) {
    padding-left: 20px;
  }

} 

/*----------------------------------------------------------
SP
----------------------------------------------------------*/
@media screen and (max-width: 768.9px) {
  /*----------------------------------------------------------
  common
  ----------------------------------------------------------*/
  body {
    font-size: 1.4rem;
  }

  .pcOnly {
    display: none !important;
  }

  .gap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lead {
    font-size: 1.4rem;
  }

  .lead + * {
    margin-top: 22px !important;
  }

  .contents + .contents {
    margin-top: 32px;
  }

  /*----------------------------------------------------------
  header
  ----------------------------------------------------------*/
  .header {
    padding-top: 12px;
    position: relative;
  }

  .header_top {
    padding-bottom: 12px;
  }

  .header_top div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }

  .header_top div a {
    width: 29%;
  }

  .header_top p,
  .header_top h1 {
    font-size: 1rem;
    line-height: 1.6;
    margin-left: 12px;
  }

  .navBtn {
    min-width: 24px;
    width: 24px;
    height: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  button.navBtn {
    border: none;
    margin: 0;
    padding: 0;
  }

  button.navBtn img {
    width: 100%;
    height: auto;
  }

  button.navClose {
    border-top: none;
    border-right: none;
    border-left: none;
    margin: 0;
  }

  button.navBtn:focus,
  button.navClose:focus {
    outline: -webkit-focus-ring-color auto 1px;
  }

  .navClose {
    text-align: right;
    font-size: 1rem;
    font-weight: bold;
    padding: 16px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    border-bottom: 1px solid #000;
  }

  .navClose span {
    width: 24px;
    height: 24px;
    min-width: 24px;
    position: relative;
    margin-left: 10px;
  }

  .navClose span::before, .navClose span::after {
    width: 24px;
    height: 2px;
    content: '';
    background: #000;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 0;
  }

  .navClose span::before {
    transform: rotate(45deg);
  }

  .navClose span::after {
    transform: rotate(-45deg);
  }

  nav,
  .language_sp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    width: 270px;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: -270px;
    background: #fff;
    z-index: 9998;
    padding-left: 18px;
    padding-right: 18px;
    transition: right 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    pointer-events: none;
  }

  nav::after,
  .language_sp::after {
    display: block;
    content: '';
    width: 100%;
    padding-top: 20px;
  }

  nav a,
  .language_sp a {
    padding: 18px 6px;
    font-size: 1.4rem;
    border-bottom: 1px solid #ccc;
    display: block;
  }
  nav .megaMenu a{
    padding: 15px 6px;
  }

  .navBg {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    z-index: 9997;
    pointer-events: none;
    opacity: 0;
    transition: all 0.25s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .navOpen {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }

  .navOpen nav {
    right: 0;
    pointer-events: auto;
    transition: right 0.25s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .navOpen .navBg {
    transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0.5;
    pointer-events: auto;
  }

  .language_spBtn {
    padding: 20px 6px;
    font-size: 1.4rem;
    border-bottom: 1px solid #ccc;
    display: block;
  }
  .language_spBtn img {
    vertical-align: -2px;
    margin-right: 10px;
  }

  .language_sp {
    z-index: 9999;
    height: calc(100vh - 58px);
    top: 58px;
  }

  .language_sp.open {
    right: 0;
    pointer-events: auto;
    transition: right 0.25s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .language_spClose {
    padding: 20px 6px;
    font-size: 1.4rem;
    border-bottom: 1px solid #ccc;
    display: block;
  }

  .language_spClose img {
    transform: rotate(180deg);
    margin-right: 12px;
    vertical-align: -1px;
  }
  .header .megaMenu .gap{
    padding-left:10px;
    padding-right:0;
  }

  .header nav li button,
  .language_sp button {
    border-top: none;
    border-right: none;
    border-left: none;
    margin: 0;
    border-bottom: 1px solid #ccc;
    display: block;
    width: 100%;
    text-align: left;
  }

  .header nav li button:focus,
  .language_sp button:focus {
    outline: -webkit-focus-ring-color auto 1px;
  }

  .header .icon-toggle{
    position: relative;
  }
  .header .icon-toggle::after{
    border-bottom: 2px solid #ea002a;
    border-left-width: 0;
    border-right: 2px solid #ea002a;
    border-top-width: 0;
    content: "";
    height: 8px;
    position: absolute;
    right: 7px;
    top: 50%;
    /* transform: translateY(-50%) rotate(-45deg); */
    transform: translateY(-75%) rotate(45deg);
    transition: transform .3s cubic-bezier(.25,.8,.25,1);
    width: 8px;
  }

  .header .is-active.icon-toggle::after{
    transform: translateY(-25%) rotate(-135deg);
  }

  /*----------------------------------------------------------
  breadcrumb
  ----------------------------------------------------------*/
  .breadcrumb {
    padding-top: 8px;
  }

  .breadcrumb * {
    font-size: 1rem;
  }

  .breadcrumb img {
    width: 11px;
    height: 12px;
    margin-right: 8px;
  }
  .breadcrumb li {
    margin: 0 0 8px;
  }

  .breadcrumb li + li {
    text-indent: -16px;
    padding-left: 20px;
  }

  html.renew .breadcrumb >ol>li:first-child>span::before,
  html.renew .breadcrumb >ol>li:first-child>a::before{
    margin-right: 5px;
  }

  html.renew .breadcrumb li + li {
    text-indent: 0;
    padding-left: 15px;
  }

  html.renew .breadcrumb ol li + li:before {
    left: 0;
  }

  html.renew .main .breadcrumb {
    visibility: hidden;
    height: 0;
    padding: 0;
  }

  html.renew footer .breadcrumb {
    visibility: visible;
  }

  /*----------------------------------------------------------
  pageTop
  ----------------------------------------------------------*/
  .pageTop {
    top: -52px;
    z-index: 3;
  }

  .pageTop a {
    width: 40px;
    height: 40px;
    z-index: 9997;
    box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
    background-size: 40%;
  }

  .pageTop a img {
    height: auto;
    width: 40%;
  }

  /*----------------------------------------------------------
  footer
  ----------------------------------------------------------*/
  footer {
    padding-top: 108px;
  }

  html:not(.renew) small {
    font-size: 1rem;
    display: block;
    color: #fff;
    font-weight: normal;
    margin-top: 20px;
    text-align: center;
  }

  html.renew small {
    font-size: 1rem;
    display: block;
    color: #fff;
    font-weight: normal;
    margin-top: 0;
    text-align: left;
  }

  small span:not([class]) {
    letter-spacing: -2px;
  }

  .footer {
    background: #525b5c;
    padding: 22px 0;
  }

  html.renew .footer {
    background: #262c2d;
  }

  .footer_link {
    padding: 10px 0;
  }

  .footer_link > * {
    width: 50%;
    padding: 0 10px;
  }

  .footer_link > * > a {
    width: 100%;
    line-height: 1 !important;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer_link > * > a::before {
    display: none;
  }

  .m-footer-share_list>li{
    margin-top:7px;
    margin-bottom:7px;
  }

  .footer_menu {
    position: relative;
    z-index: 1;
  }

  .footer_menu * {
    position: relative;
    z-index: 1;
  }

  .footer_menu > span {
    padding: 24px;
    background: #525b5c;
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
  }

  .footer_menu a {
    display: block;
    font-size: 1.4rem;
    border-bottom: 1px solid #ccc;
    position: relative;
    text-align: left;
    padding: 20px 0;
  }

  .footer_menu ul:last-of-type li:last-of-type a {
    border-bottom: none;
  }

  .footer > .max {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-flow: column;
        flex-flow: column;
  }

  .footer > .max > *:first-child {
    text-align: center;
  }

  html:not(.renew) .l-footer-main_contact {
    border-bottom: 1px solid #777;
    padding: 8px 0 20px
  }

  html.renew .l-footer-main_contact {
    border-top: 1px solid #525b5c;
    border-bottom: 1px solid #525b5c;
    padding: 20px 0;
    order: 2;
  }

  .footer > .max > * {
    width: 100%;
  }

  html:not(.renew) .footer_box{
    padding-top:20px;
  }

  html.renew .footer_box{
    padding-top: 0;
  }

  html:not(.renew) .footer_box > ul:last-child {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    padding: 0 10px;
  }

  html.renew .footer_box > .footer_box_list,
  html.renew .footer > .max > div:nth-child(2) ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    padding: 0 10px;
  }

  html:not(.renew) .footer_box li {
    width: 34%;
    /* margin-bottom: 24px; */
  }

  html.renew .footer_box li,
  html.renew .footer > .max > div:nth-child(2) li {
    margin-bottom: 14px;
  }

  html.renew .footer > .max > div:nth-child(2) li {
    width: 50%;
  }

  html:not(.renew) .footer_box a {
    display: inline-block;
    color: #fff;
    font-size: 1.2rem;
    font-weight: normal;
    padding:12px 5px 12px 0;
  }

  html.renew .footer_box a,
  html.renew .footer > .max > div:nth-child(2) a {
    display: inline-block;
    color: #fff;
    font-size: 1.2rem;
    font-weight: normal;
    padding: 0;
  }

  html:not(.renew) .footer_box li:nth-child(odd) {
    width: 66%;
  }

  html.renew .footer_title {
    font-size: 1.4rem;
    margin: 16px 10px;
    padding-bottom: 16px;
  }

  html.renew .l-footer-extra{
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .m-footer-link-list li {
    width: 50%;
    font-size: 1.2rem;
  }

  html.renew .m-footer-copyright {
    margin-top: 10px;
  }

  /*----------------------------------------------------------
  megaMenu
  ----------------------------------------------------------*/
  .megaMenu {
    display: none;
  }

  /*----------------------------------------------------------
  fixed
  ----------------------------------------------------------*/
  .header.fixed_area {
    box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
  }
  .header.fixed_area + * .main {
    margin-top: 51px;
  }
  .fixed_area {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: #fff;
    z-index: 10;
  }

  /*----------------------------------------------------------
  main
  ----------------------------------------------------------*/
  .main_box {
    height: 140px;
    background-size: cover;
    background-position: center;
  }

  .main_box h1,
  .main_box h2 {
    font-size: 4rem;
    line-height: 1.4;
  }

  .main_box h1 img,
  .main_box h2 img {
    display: block;
    width: 115px;
    margin: 0 auto;
  }

  /*----------------------------------------------------------
  box
  ----------------------------------------------------------*/
  .box {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  /*----------------------------------------------------------
  brackets
  ----------------------------------------------------------*/
  .brackets{
    text-align: center;
    margin: 8px 0 24px;
  }
  .brackets span{
    position: relative;
    padding: 0.6em 1.2em!important;
    font-size: 2.0rem;
    line-height: 1.3;
  }
  .brackets span:before,.brackets span:after{
    content:'';
    width: 15px;
    height: 30px;
    position: absolute;
    display: inline-block;
  }
  .brackets span:before{
    border-left: solid 3px #ea002a;
    border-top: solid 2px #525b5c;
    top:0;
    left: 0;
  }
  .brackets span:after{
    border-right: solid 3px #ea002a;
    border-bottom: solid 2px #525b5c;
    bottom:0;
    right: 0;
  }
  .brackets span {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  /*----------------------------------------------------------
  bottomDubble
  ----------------------------------------------------------*/
  .bottomDubble{
    position: relative;
    display: block;
    text-align: center;
    margin: 0 auto 45px auto;
    font-size: 2rem;
    line-height: 1.4;
  }
  .bottomDubble span:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 2px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #525b5c;
  }
  .bottomDubble span:after {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 30px;
    height: 2px;
    left: 50%;
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    background-color: #ea002a;
  }

  /*----------------------------------------------------------
  upDown
  ----------------------------------------------------------*/
  .upDown {
    margin-bottom: 22px;
  }

  .upDown > span {
    padding: 12px 0;
    font-size: 2rem;
  }

  .upDown > span::before, .upDown > span::after {
    width: 25px;
  }

  /*----------------------------------------------------------
  leftRight
  ----------------------------------------------------------*/
  .leftRight {
    margin-bottom: 20px;
  }

  .leftRight > span {
    width: 100%;
    padding: 0 24px;
    font-size: 1.8rem;
  }

  .leftRight > span:before, .leftRight > span:after {
    width: 18px;
  }

  .leftRight.left > span {
    padding-left: 30px;
  }

  .leftRight.left > span:before {
    height: 4px;
  }

  /*----------------------------------------------------------
  link
  ----------------------------------------------------------*/
  .link {
    font-size: 1.4rem;
  }

  .link:before {
    margin-right: 14px;
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
  }

  /*----------------------------------------------------------
  btn
  ----------------------------------------------------------*/
  .btn {
    padding: 24px;
  }

  .btn.reverse * {
    font-weight: bold;
  }

  .btn_anchor_box {
    flex-wrap: wrap;
    margin-top: 22px;
  }

  .btn_anchor a::after {
      transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
      content: '';
      display: inline-block;
      width: 22px;
      height: 22px;
      min-width: 22px;
      min-height: 22px;
      border: 1px solid #525b5c;
      box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
      background: url(/micro/asset/cmn/img/icon_chev_down.svg) no-repeat center / 12px 6px;
      margin-left: 10px;
  }

  .btn_anchor {
    width: 100%;
    border-bottom: 1px solid #edeeee;
  }

  .btn_anchor a {
    justify-content: space-between;
    width: 100%;
    padding: 12px 14px;
    text-align: left;
  }

  .btn_anchor_last {
    width: 100%;
    max-width: 100%;
  }

  .external-link .icon {
    transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    margin-left: 8px;
    width: 14px;
    height: 14px;
    min-width: 14px;
    min-height: 14px;
    vertical-align: middle;
    display: inline-block;
  }

  /*----------------------------------------------------------
  swipe
  ----------------------------------------------------------*/
  .swipe {
    margin-left: -10px;
    width: calc(100% + 20px);
    margin-bottom: 8px;
    padding-left: 10px;
    padding-bottom: 16px;
  }

  .swipe img {
    margin-right: 10px;
  }

  .swipe_annotation {
    font-size: 1.2rem;
    display: block;
    text-align: center;
    margin: 4px 0 14px;
    line-height: 1;
    position: relative;
    top: 0;
    left: 0;
    background: #ccc;
  }

  .swipe_annotation span {
    background-color: #fff;
    padding: 0 15px;
    position: relative;
    z-index: 2;
  }

  .swipe_annotation::before, .swipe_annotation::after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    top: -4px;
    z-index: 10;
  }

  .swipe_annotation::before {
    border-width: 10px 12px 10px 0;
    border-color: #fff #ccc #fff #fff;
    left: 0;
  }

  .swipe_annotation::after {
    border-width: 10px 0 10px 12px;
    border-color: #fff #fff #fff #ccc;
    right: 0;
  }
  
}

/*----------------------------------------------------------
bottomDubble
----------------------------------------------------------*/
#incMenu_ft .bottomDubble {
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto 80px auto;
  font-size: 3.2rem;
  line-height: 1.4;
}

#incMenu_ft .bottomDubble span:before {
  content: '';
  position: absolute;
  bottom: -17px;
  display: inline-block;
  width: 60px;
  height: 2px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #525b5c;
}

#incMenu_ft .bottomDubble span:after {
  content: '';
  position: absolute;
  bottom: -17px;
  display: inline-block;
  width: 30px;
  height: 2px;
  left: 50%;
  -moz-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  background-color: #f5022f;
}

/*----------------------------------------------------------
service_menu
----------------------------------------------------------*/
#incMenu_ft{
  background: #FFFFFF;
}
#incMenu_ft.menuBox{
  padding-top: 63px;
  padding-bottom: 46px;
}
#incMenu_ft .menuInner{
  max-width: 1160px;
  margin: 0 auto;
}
#incMenu_ft .service_menulist {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.6;
  font-size: 1.4rem;
}
#incMenu_ft .service_menulist>li:nth-of-type(3n+2) {
  margin: 0 20px 20px 20px;
}
#incMenu_ft .service_menulist>li {
  margin-bottom: 20px;
  width: calc(100% / 3 - 14px);
  box-sizing: border-box;
  border: 1px solid #cccccc;
  transition: all .3s;
  position: relative;
}
#incMenu_ft .service_menulist>li:hover {
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3), 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}
#incMenu_ft .service_menulist li>a {
  display: block;
  padding: 15px;
  overflow: hidden;
}
#incMenu_ft .service_menulist li>a .matchHeightBox{
  margin-bottom: 15px;
  overflow: hidden;
}
#incMenu_ft .service_menulist>li .list_thumb {
 float: left;
 width: 50%;
 margin-right: 15px;
}
#incMenu_ft .service_menulist>li .ttl_box{
  float: right;
  width: calc(50% - 15px);
}
#incMenu_ft .service_menulist>li .ttl_box .ttl {
  font-weight: bold;
  margin: 5px 0 0 0;
  font-size: 1.6rem;
  color: #c01;
  text-decoration: underline;
}
#incMenu_ft .service_menulist>li .ttl_box .tag_list {
  display: flex;
  flex-wrap: wrap;
}
#incMenu_ft .service_menulist>li .ttl_box .tag_list li .tag {
  color: #333;
  background:#F6F6F7;
  display: inline-block;
  padding: 0px 3px;
  font-size:1.2rem;
}
#incMenu_ft .service_menulist>li .ttl_box .tag_list li .tag.kerning{
  letter-spacing :-0.05em;
}
#incMenu_ft .service_menulist>li .ttl_box .tag_list li{
  line-height: 1.4;
}
#incMenu_ft .service_menulist>li .ttl_box .tag_list li:not(:last-of-type) {
  margin-right: 5px;
}
#incMenu_ft .service_menulist>li .txt_box {
 clear: both;
}
#incMenu_ft .service_menulist>li .txt_box .txt{
  font-size: 1.4rem;
}
#incMenu_ft .service_menulist>li .forSp-s{
  display: none;
}
@media screen and (max-width: 1155px) {
  #incMenu_ft .service_menulist>li .forPc-m{
      display: none;
  }

}
@media screen and (max-width: 1080px) {
  #incMenu_ft .service_menulist>li .ttl_box .tag_list li .tag.kerning{
      letter-spacing :-0.05em;
  }
}
@media screen and (max-width: 768.9px) {

/*----------------------------------------------------------
bottomDubble
----------------------------------------------------------*/
#incMenu_ft .bottomDubble {
      margin: 0 auto 45px auto;
      font-size: 2rem;
      line-height: 1.4;
  }

  #incMenu_ft .bottomDubble span:before {
      bottom: -15px;
  }

  #incMenu_ft .bottomDubble span:after {
      bottom: -15px;
  }

/*----------------------------------------------------------
service_menu
----------------------------------------------------------*/
#incMenu_ft.menuBox{
  padding: 30px 10px 30px;
}
#incMenu_ft .service_menulist {
      display: block;
      font-size: 1.3rem;
  }

#incMenu_ft .service_menulist>li {
      width: 100%;
      margin-bottom: 20px;
  }

#incMenu_ft .service_menulist>li:nth-of-type(3n+2) {
      margin: 0 0 20px 0;
  }
#incMenu_ft .service_menulist>li .list_thumb {
      width: 40%;
      margin-right: 20px;
   }
#incMenu_ft .service_menulist li>a .matchHeightBox{
      overflow:initial;
  }
#incMenu_ft .service_menulist>li .ttl_box{
      float: none;
      width: inherit;
  }

#incMenu_ft .service_menulist>li .ttl_box .ttl {
      margin: 5px 0 5px;
  }
#incMenu_ft .service_menulist>li .txt_box {
      clear:inherit;
      float: right;
      width: calc(60% - 20px);
   }
  }
@media screen and (max-width: 450px) {
  #incMenu_ft .service_menulist>li .forSp-s{
      display: block;
   }
#incMenu_ft .service_menulist>li .list_thumb {
      width: 50%;
   }
#incMenu_ft .service_menulist>li .txt_box {
      clear:both;
      float:none;
      width: 100%;
      padding-top: 15px;
   }
#incMenu_ft .service_menulist>li .ttl_box{
      float: right;
      width: calc(50% - 20px);
  }
}

/*----------------------------------------------------------
article-murata
----------------------------------------------------------*/
#article-murata {
  background: #fff;
}

#article-murata .articleBox {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

/*----------------------------------------------------------
clearfix
----------------------------------------------------------*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* Gra追加:20241101 Start */

@charset "utf-8";

/*----------------------------------------------------------
.nenew .header
----------------------------------------------------------*/

.renew body{
    background: rgba(0, 0, 0, 0);
    transition: opacity 1s ease;
}

.renew .sol-header {
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .16);
    padding: 0;
    position: relative;
    z-index: 1022;
}

.renew .sol-header_inner {
    align-items: center;
    display: flex;
    max-width: 1500px;
    position: relative;
    margin: 0 auto;
}

.renew .sol-header_logo {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
}

.renew .sol-header_logo-mark {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 105px;
    height: auto;
    line-height: 0;
}

.renew .sol-header_logo a {
    display: block;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.renew .sol-header_domain {
    margin-left: 12px;
    padding-left: 12px;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.2;
    text-align: left;
    border-left: 1px solid #d1d1d1;
}

.renew .sol-m-header-link-list {
    display: flex;
    justify-content: flex-end;
}

.renew .sol-m-header-link-list>li {
    font-size: 1.4rem;
    padding: 0 20px;
}

.renew .sol-m-header-link-list a {
    color: #525b5c;
    text-decoration: none;
}

.renew .sol-m-header-dropdown {
    padding: 0 20px;
}

.renew .sol-m-header-dropdown_button {
    background-color: transparent;
    border-width: 0;
    font-size: 1.4rem;
    padding: 0;
    cursor: pointer;
    pointer-events: auto;
    border: none;
}

.renew .sol-m-header-dropdown_button:focus {
    outline: -webkit-focus-ring-color auto 1px;
}

.renew .sol-m-header-dropdown_content {
    z-index: 1023;
}

.renew .sol-m-header-dropdown {
    font-size: 1.2rem;
    position: relative;
}

.renew body.is-scroll-fixed {
    overflow-y: hidden;
}

.renew body.is-scroll-fixed .sol-header {
    padding-right: calc(100vw - 100% + 30px);
    width: 100vw;
}

.renew body.is-scroll-fixed .footer_link.move {
    padding-right: calc(100vw - 100% + 17px);
    width: 100vw;
}

.renew body.is-scroll-fixed .pageTop {
    padding-right: calc(100vw - 100% + 17px);
}

.renew body.is-scroll-fixed .sol-megaMenu {
    padding-right: calc(100vw - 100% + 17px);
    width: 100vw;
}

.renew body.is-overlay.is-overlay-active:after {
    opacity: 1;
}

.renew body.is-overlay:after {
    background: rgba(0, 0, 0, .6);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: opacity 1s ease;
    width: 100%;
}

.renew .sol-megaMenu {
    position: fixed;
    left: 0;
    width: 100%;
    background: #f6f6f7;
    z-index: 10;
    display: none;
}

.renew .sol-megaMenu .sol-megaMenuChild {
    max-width: 1500px;
    margin: 0 auto;
}

.renew .sol-megaMenu .sol-megaMenuChild-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 20px 0;
}

.renew .sol-megaMenu .sol-megaMenuChild-list li {
    width: calc((100% - 60px) / 4);
    display: flex;
}

.renew .sol-megaMenu .sol-megaMenuChild-list li+li {
    margin-left: 20px;
}

.renew .sol-megaMenu .sol-megaMenuChild-list li:nth-child(5),
.renew .sol-megaMenu .sol-megaMenuChild-list li:nth-child(9),
.renew .sol-megaMenu .sol-megaMenuChild-list li:nth-child(13) {
    margin-left: 0;
}

.renew .sol-megaMenu .sol-megaMenuChild-list li a {
    display: flex;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
}

.renew .sol-megaMenu .sol-megaMenuChild-list li a:after {
    border-bottom: 2px solid #ea002a;
    border-left-width: 0;
    border-right: 2px solid #ea002a;
    border-top-width: 0;
    content: "";
    height: 8px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    width: 8px;
}

.renew .sol-megaMenu .sol-megaMenuChild-list li a figure {
    width: 43.28%;
}

.renew .sol-megaMenu .sol-megaMenuChild-list li a img {
    width: 100%;
    height: auto;
}

.renew .sol-megaMenu .sol-megaMenuChild-list li a span {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 5px 10px;
    width: 100%;
    min-height: 70px;
    overflow: hidden;
}

.renew .sol-sticky-header {
    position: sticky;
    top: 0;
    z-index: 1022;
}

.renew footer {
    z-index: 0;
}

.renew .sol-navBg.is-active {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 114px;
    left: 0;
    z-index: 1;
    opacity: 0;
}

@media screen and (min-width: 1025px) {

    .renew .sol-header {
        padding: 0 30px;
    }

    .renew .sol-header_menu {
        display: none;
    }

    .renew .sol-header_utility {
        display: block;
    }

    .renew .sol-header_inner {
        -ms-grid-rows: auto auto;
        -ms-grid-columns: auto 1fr;
        display: grid;
        display: -ms-grid;
        grid-template-columns: auto 1fr;
        grid-template-rows: auto auto;
        min-height: 62px;
        position: relative;
    }

    .renew .sol-header_menu {
        display: none;
    }

    .renew .sol-header_logo {
        position: absolute;
        top: 20px;
        left: 0;
        height: auto;
        padding: 0;
        transition: 0.5s;
    }

    .renew .sol-header_logo-mark {
        width: 145px;
        transition: 0.5s;
    }

    .renew .sol-header_domain {
        margin-left: 18px;
        padding-left: 18px;
        font-size: 1.6rem;
        transition: 0.5s;
    }

    .renew .sol-header_utility {
        -ms-grid-row: 1;
        display: flex;
        grid-row: 1/2;
        justify-content: flex-end
    }

    .renew .sol-header_nav,
    .renew .sol-header_utility {
        -ms-grid-column: 2;
        grid-column: 2/3;
    }

    .renew .sol-header_nav {
        -ms-grid-row: 2;
        grid-row: 2/3;
        padding-top: 20px;
        transition: 0.5s;
    }

    .renew .sol-m-header-link-list>li {
        padding: 0;
    }

    .renew .sol-m-header-link-list>li>a {
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: center;
        padding: 14px 20px;
        line-height: 1.5;
    }

    .renew .sol-m-header-link-list>li>a:focus,
    .renew .sol-m-header-link-list>li>a:hover {
        background-color: #525b5c;
        color: #fff;
    }

    .renew .sol-m-header-link-list>li>a:focus>.sol-m-header-link-list_icon,
    .renew .sol-m-header-link-list>li>a:hover>.sol-m-header-link-list_icon {
        fill: #fff;
    }

    .renew .sol-m-header-link-list_icon {
        fill: #525b5c;
        flex-shrink: 0;
        height: 11px;
        margin-left: 7px;
        width: 12px;
    }

    .renew .sol-m-header-dropdown {
        padding-left: 0;
        padding-right: 0;
        position: relative;
    }

    .renew .sol-m-header-dropdown_button {
        align-items: center;
        color: #525b5c;
        display: flex;
        height: 100%;
        justify-content: center;
        line-height: 1;
        padding: 14px 20px;
    }

    .renew .sol-m-header-dropdown_button span {
        color: #525b5c;
        line-height: 1.5;
    }

    .renew .sol-m-header-dropdown_button:focus,
    .renew .sol-m-header-dropdown_button:hover {
        background-color: #525b5c;
    }

    .renew .sol-m-header-dropdown_button:focus span,
    .renew .sol-m-header-dropdown_button:hover span {
        color: #fff;
    }

    .renew .sol-m-header-dropdown_button:focus>.sol-m-header-dropdown_icon,
    .renew .sol-m-header-dropdown_button:hover>.sol-m-header-dropdown_icon {
        fill: #fff;
    }

    .renew .sol-m-header-dropdown_button.is-active {
        background-color: #525b5c;
        color: #fff;
        position: relative;
    }

    .renew .sol-m-header-dropdown_button.is-active:after,
    .renew .sol-m-header-dropdown_button.is-active:before {
        background-color: #fff;
        content: "";
        display: block;
        height: 20px;
        left: 25px;
        position: absolute;
        top: 50%;
        transform-origin: top;
        width: 2px;
    }

    .renew .sol-m-header-dropdown_button.is-active:before {
        transform: rotate(45deg) translateY(-50%);
    }

    .renew .sol-m-header-dropdown_button.is-active:after {
        transform: rotate(-45deg) translateY(-50%);
    }

    .renew .sol-m-header-dropdown_icon {
        fill: #525b5c;
        flex-shrink: 0;
        height: 15px;
        margin-right: 6px;
        width: 15px;
    }

    .renew .sol-m-header-dropdown_button.is-active .sol-m-header-dropdown_icon {
        opacity: 0;
    }

    .renew .sol-m-header-dropdown_button:hover .sol-m-header-dropdown_icon {
        fill: #fff;
    }

    .renew .sol-m-header-dropdown_button:hover span {
        color: #fff;
    }

    .renew .sol-m-header-dropdown_content {
        background-color: #fff;
        border-radius: 4px;
        bottom: 0;
        box-shadow: 0 0 4px rgba(0, 0, 0, .16);
        padding: 22px 20px;
        position: absolute;
        right: 0;
        transform: translateY(100%);
        width: 304px;
        display: none;
    }

    .renew .sol-m-header-dropdown_content:not(.sol-drawer-content) {
        display: none;
    }

    .renew .sol-m-header-dropdown_list>li {
        word-wrap: break-word;
        margin-top: 11px;
    }

    .renew .sol-m-header-dropdown_list>li:first-of-type {
        margin-top: 0;
    }

    .renew .sol-m-header-dropdown_list>li>a {
        color: #222;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 1.6;
        letter-spacing: normal;
        text-decoration: underline;
    }

    .renew .sol-m-header-dropdown_list>li>a:focus,
    .renew .sol-m-header-dropdown_list>li>a:hover {
        color: #c01;
    }

    .renew .sol-m-header-dropdown_list>li>a[aria-current] {
        position: relative;
        text-decoration: none;
        pointer-events: none;
    }

    .renew .sol-m-header-dropdown_list>li>a[aria-current]:before {
        background-color: #ea002a;
        content: "";
        display: block;
        height: 16px;
        left: -20px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
    }

    .renew .sol-m-header-dropdown_list>li>a[aria-current]:focus,
    .renew .sol-m-header-dropdown_list>li>a[aria-current]:hover {
        color: #222;
    }

    .renew .sol-m-header-drawer_content {
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: flex-end;
    }

    .renew .sol-m-header-drawer_content.is-center {
        justify-content: center;
    }

    .renew .sol-m-nav-global_list>li>a,
    .renew .sol-m-nav-global_list>li>button {
        font-size: 1.6rem;
        font-weight: bold;
        height: 100%;
        padding: 10px 16px 20px;
        transition: 0.5s;
    }

    .renew .sol-m-nav-global_list>li>a.sol-icon-toggle,
    .renew .sol-m-nav-global_list>li>button.sol-icon-toggle {
        padding-right: 36px;
        position: relative
    }

    .renew .sol-m-nav-global_list>li>a.sol-icon-toggle:after,
    .renew .sol-m-nav-global_list>li>button.sol-icon-toggle:after {
        border-bottom: 2px solid #ea002a;
        border-left-width: 0;
        border-right: 2px solid #ea002a;
        border-top-width: 0;
        content: "";
        height: 8px;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-75%) rotate(45deg);
        width: 8px
    }

    .renew .sol-m-nav-global_list>li>a.sol-icon-toggle:after,
    .renew .sol-m-nav-global_list>li>button.sol-icon-toggle:after {
        margin-top: -5px;
        margin-left: 5px;
        transform: translateY(-50%) rotate(45deg);
        transition: transform .3s cubic-bezier(.25, .8, .25, 1);
    }

    .renew .sol-m-nav-global_list>li>a.sol-icon-toggle.is-active:after,
    .renew .sol-m-nav-global_list>li>button.sol-icon-toggle.is-active:after {
        margin-top: -2px;
        margin-left: 5px;
        transform: translateY(-50%) rotate(-135deg);
    }

    .renew .sol-m-nav-global_list>li>a.sol-icon-toggle.is-active span,
    .renew .sol-m-nav-global_list>li>button.sol-icon-toggle.is-active span {
        color: #ea002a;
    }

    .renew .sol-m-nav-global_tree .sol-m-nav-global_list a:after,
    .renew .sol-m-nav-global_tree .sol-m-nav-global_list button:after {
        content: "";
        right: 15px;
    }


    .renew .sol-m-nav-global_list>li>a.is-active>span:before,
    .renew .sol-m-nav-global_list>li>a:focus:not(.is-close)>span:before,
    .renew .sol-m-nav-global_list>li>a:hover:not(.is-close)>span:before,
    .renew .sol-m-nav-global_list>li>a[aria-current]>span:before,
    .renew .sol-m-nav-global_list>li>button.is-active>span:before,
    .renew .sol-m-nav-global_list>li>button:focus:not(.is-close)>span:before,
    .renew .sol-m-nav-global_list>li>button:hover:not(.is-close)>span:before,
    .renew .sol-m-nav-global_list>li>button[aria-current]>span:before {
        transform: scale(1);
        transform-origin: left top;
    }

    .renew .sol-m-nav-global_list>li>a>span:before,
    .renew .sol-m-nav-global_list>li>button>span:before {
        background-color: #ea002a;
        bottom: 0;
        content: "";
        display: block;
        height: 2px;
        left: 0;
        position: absolute;
        transform: scaleX(0);
        transform-origin: right top;
        transition: transform .3s;
        width: 100%;
    }

    .renew .sol-m-nav-global_list>li>a:focus:not(.is-close),
    .renew .sol-m-nav-global_list>li>a:hover:not(.is-close),
    .renew .sol-m-nav-global_list>li>button:focus:not(.is-close),
    .renew .sol-m-nav-global_list>li>button:hover:not(.is-close) {
        color: #c01;
    }

    .renew nav button {
        background: none;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        line-height: 1;
        letter-spacing: 1px;
    }

    .renew nav>ul>li button {
        margin: 0;
    }

    .renew nav>ul>li>a,
    .renew nav button {
        position: relative;
        display: inline-block;
        text-align: left;
    }

    .renew nav>ul>li>a::before,
    .renew nav button::before {
        display: block;
        width: 100%;
        height: 2px;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background: #ea002a;
        transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: scale(0);
    }

    .renew .sol-megaMenu .sol-megaMenuChild-list li {
        border-bottom: 2px solid #babdbe;
    }

    .renew .sol-megaMenu .sol-megaMenuChild-list li a {
        display: flex;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        border: 0;
        background: none;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .renew .sol-megaMenu .sol-megaMenuChild-list li a figure {
        width: 43.28%;
    }

    .renew .sol-megaMenu .sol-megaMenuChild-list li a img {
        width: 100%;
        height: auto;
    }

    .renew .sol-megaMenu .sol-megaMenuChild-list li a span {
        display: flex;
        align-items: center;
        font-size: 1.4rem;
        line-height: 1.4;
        font-weight: bold;
        padding: 0;
        width: 100%;
        overflow: hidden;
        color: #222;
    }

    .renew .sol-megaMenu .sol-megaMenuChild-list li a span:after {
        display: inline-block;
        content: '';
        width: 13px;
        height: 13px;
        background-repeat: no-repeat;
        margin-left: auto;
    }

    .renew .sol-megaMenu .sol-megaMenuChild-list li,
    .renew .sol-megaMenu .sol-megaMenuChild-list li a span {
        max-height: none;
        overflow-wrap: anywhere;
        -ms-word-break: normal;
        word-break: normal;
        line-break: strict;
    }

    .renew .sol-megaMenu .sol-megaMenuChild-list li a figure {
        width: 115px;
    }

    .renew nav button {
        background: none;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        line-height: 1;
        letter-spacing: 1px;
    }

    .renew .sol-m-nav-global_list .tm {
        font-weight: bold;
    }

    .renew .pickup button {
        display: block;
        font-size: 1.4rem;
        width: 100%;
        font-weight: bold;
    }

    .renew nav>ul>li>a::before,
    .renew nav button::before {
        display: none;
    }

    .renew nav>ul>li>a.current,
    .renew nav>ul>li>a:hover,
    .renew nav>ul>li>a:hover span,
    .renew nav>ul>li>a:hover .tm,
    .renew nav button.current,
    .renew nav button:hover,
    .renew .sol-megaMenu .sol-megaMenuChild-list li a:hover span {
        color: #ea002a;
        font-weight: bold;
    }

    .renew nav .current .tm {
        color: #ea002a;
    }

    .renew sup.tm {
        font-size: 0.5em;
        vertical-align: revert;
    }

    .renew nav a.current::after,
    .renew nav a:hover::after,
    .renew nav button.current::after,
    .renew nav button:hover::after {
        transform: scale(1);
    }

    .renew .sol-m-nav-global_close-button {
        align-items: center;
        background-color: #222;
        border-width: 0;
        color: #fff;
        display: flex;
        justify-content: center;
        padding: 15px 30px;
        padding-right: calc(100vw - 100% + 17px);
        width: 100vw;
    }

    .renew .sol-m-nav-global_close-button>span {
        position: relative;
        color: #fff;
        font-weight: normal;
    }

    .renew .sol-m-nav-global_close-button>span:after,
    .renew .sol-m-nav-global_close-button>span:before {
        background-color: #fff;
        content: "";
        display: block;
        height: 20px;
        left: -20px;
        position: absolute;
        top: -3px;
        width: 2px;
    }

    .renew .sol-m-nav-global_close-button>span:before {
        transform: rotate(45deg);
    }

    .renew .sol-m-nav-global_close-button>span:after {
        transform: rotate(-45deg);
    }

    .renew .sol-m-nav-global_close-button:hover,
    .renew .sol-m-nav-global_close-button:hover span {
        color: #fff;
        font-weight: normal;
    }

    .renew .sol-sticky-header.js-sol-sticky-header .sol-header_nav {
        padding-top: 0;
        transition: 0.5s;
    }

    .renew .sol-sticky-header.js-sol-sticky-header .sol-header_logo {
        top: 12.5px;
        transition: 0.5s;
    }

    .renew .sol-sticky-header.js-sol-sticky-header .sol-header_logo-mark {
        width: 110px;
        transition: 0.5s;
    }

    .renew .sol-sticky-header.js-sol-sticky-header .sol-header_domain {
        font-size: 1.4rem;
        transition: 0.5s;
    }

    .renew .sol-sticky-header.js-sol-sticky-header .sol-m-nav-global_list>li>a,
    .renew .sol-sticky-header.js-sol-sticky-header .sol-m-nav-global_list>li>button {
        font-size: 1.5rem;
    }

    .renew .sol-m-nav-search {
        display: none;
    }

    .renew .is-pc-hide {
        display: none;
    }

    .renew .sol-m-nav-global_list li a[target=_blank] .sol-m-nav-global_icon {
      fill: #ea002a;
      flex-shrink: 0;
      height: 11px;
      margin-right: 0;
      width: 12px;
    }

    .renew .sol-megaMenu .sol-megaMenuChild-list li a[target=_blank]:after {
        display: none;
    }

    .renew .sol-megaMenu .sol-megaMenuChild-list li a[target=_blank] .sol-m-nav-global_icon {
      fill: #ea002a;
      flex-shrink: 0;
      height: 11px;
      margin-right: 0;
      width: 12px;
    }

}

@media screen and (min-width: 1025px) and (max-width: 1499.9px) {

    .renew .sol-megaMenu .sol-megaMenuChild {
        padding: 0 30px;
    }

}

@media screen and (max-width: 1024.9px) {

    .renew.is-scroll-fixed .sol-header,
    .renew.is-scroll-fixed .sol-m-header-drawer_content.sol-drawer-content.is-fixed {
        padding-right: calc(100vw - 100% + 10px);
        width: 100vw;
    }

    .renew.is-scroll-fixed .sol-m-header-drawer_content.sol-drawer-content.is-fixed .sol-megaMenu {
        padding-right: 0;
        width: 100vw;
    }

    .renew .sol-header_logo {
        padding: 0 60px 0 0;
        width: 100%;
    }

    .renew .sol-header_menu {
        display: block;
    }

    .renew .sol-header_utility {
        display: none;
    }

    .renew .sol-navBtn {
        min-width: 24px;
        width: 24px;
        height: 16px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-flow: column;
        flex-flow: column;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .renew button.sol-navBtn {
        border: none;
        margin: 0;
        padding: 0;
    }

    .renew button.sol-navBtn img {
        width: 100%;
        height: auto;
    }

    .renew button.sol-navClose {
        border-top: none;
        border-right: none;
        border-left: none;
        margin: 0;
    }

    .renew button.sol-navBtn:focus,
    .renew button.sol-navClose:focus {
        outline: -webkit-focus-ring-color auto 1px;
    }

    .renew .sol-navClose {
        text-align: right;
        font-size: 1rem;
        font-weight: bold;
        padding: 16px 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: end;
        justify-content: flex-end;
        border-bottom: 1px solid #000;
    }

    .renew .sol-navClose span {
        width: 24px;
        height: 24px;
        min-width: 24px;
        position: relative;
        margin-left: 10px;
    }

    .renew .sol-navClose span::before,
    .renew .sol-navClose span::after {
        width: 24px;
        height: 2px;
        content: '';
        background: #000;
        border-radius: 2px;
        position: absolute;
        top: 50%;
        left: 0;
    }

    .renew .sol-navClose span::before {
        transform: rotate(45deg);
    }

    .renew .sol-navClose span::after {
        transform: rotate(-45deg);
    }

    .renew nav::after,
    .renew .sol-language_sp::after {
        display: block;
        content: '';
        width: 100%;
        padding-top: 20px;
    }

    .renew nav .sol-megaMenu .sol-megaMenuChild-list li a {
        padding: 15px 6px;
    }

    .renew .sol-m-header-drawer_content.sol-drawer-content.is-fixed .sol-m-nav-global {
        top: 0;
        left: 0;
        right: 0;
        position: fixed;
        pointer-events: auto;
        transition: left 0.25s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
        width: 100%;
        padding: 0 0 60px 0;
        background: #fff;
        display: flex;
        flex-flow: column;
        height: 100vh;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 9998;
    }

    .renew .sol-m-header-drawer_content.sol-drawer-content.is-fixed .sol-m-nav-global .sol-m-nav-global_list {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .renew .sol-m-header-drawer_content.sol-drawer-content.is-fixed .sol-m-nav-global .sol-m-nav-global_list>li {
        width: 100%;

    }

    .renew .sol-m-header-drawer_content.sol-drawer-content.is-fixed .sol-m-nav-global .sol-m-nav-global_list>li>a {
        font-size: 1.4rem;
        font-weight: 700;
        padding: 13px 0;
        line-height: 1.6;
        border-bottom: 1px solid #ccc;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: calc(100% - 36px);
        margin: 0 auto;
        text-align: left;
    }

    .renew .sol-m-header-drawer_content.sol-drawer-content.is-fixed .sol-m-nav-global .sol-m-nav-global_list .sol-megaMenu {
        display: none;
        position: relative;
    }

    .renew .sol-m-header-drawer_content.sol-drawer-content.is-fixed .sol-m-nav-global .sol-m-nav-global_list .sol-megaMenu .sol-megaMenuChild-list {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-items: center;
        padding: 0;
        width: 100%;
    }

    .renew .sol-m-header-drawer_content.sol-drawer-content.is-fixed .sol-m-nav-global .sol-m-nav-global_list .sol-megaMenu .sol-megaMenuChild-list>li {
        width: 100%;
        margin: 0;
    }

    .renew .sol-m-header-drawer_content.sol-drawer-content.is-fixed .sol-m-nav-global .sol-m-nav-global_list .sol-megaMenu .sol-megaMenuChild-list>li>a {
        width: calc(100% - 36px);
        padding: 13px 0;
        margin: 0 auto;
        align-items: center;
    }

    .renew .sol-m-header-drawer_content.sol-drawer-content.is-fixed .sol-m-nav-global .sol-m-nav-global_list .sol-megaMenu .sol-megaMenuChild-list>li>a>span {
        width: 100%;
        padding: 0 20px 0 0;
        min-height: initial;
        font-weight: 400;
        line-height: 1.6;
    }

    .renew .sol-m-header-drawer_content.sol-drawer-content.is-fixed .sol-m-nav-global .sol-m-nav-global_list .sol-megaMenu .sol-megaMenuChild-list li a:after {
        right: 7px;
    }

    .renew .sol-m-header-drawer_content.sol-drawer-content.is-fixed .sol-m-nav-global .sol-navBg {
        transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
        opacity: 0.5;
        pointer-events: auto;
    }

    .renew .sol-language_spBtn {
        padding: 20px 6px;
        font-size: 1.4rem;
        border-bottom: 1px solid #ccc;
        display: block;
    }

    .renew .sol-language_spBtn img {
        vertical-align: -2px;
        margin-right: 10px;
    }

    .renew .sol-language_sp {
        z-index: 9999;
        height: calc(100vh - 58px);
        top: 58px;
    }

    .renew .sol-language_sp.open {
        right: 0;
        pointer-events: auto;
        transition: right 0.25s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .renew .sol-language_spClose {
        padding: 20px 6px;
        font-size: 1.4rem;
        border-bottom: 1px solid #ccc;
        display: block;
    }

    .renew .sol-language_spClose img {
        transform: rotate(180deg);
        margin-right: 12px;
        vertical-align: -1px;
    }

    .renew .sol-language_sp button {
        border-top: none;
        border-right: none;
        border-left: none;
        margin: 0;
        border-bottom: 1px solid #ccc;
        display: block;
        width: 100%;
        text-align: left;
    }

    .renew .sol-header nav li button:focus,
    .renew .sol-language_sp button:focus {
        outline: -webkit-focus-ring-color auto 1px;
    }

    .renew .sol-header .sol-icon-toggle {
        position: relative;
    }

    .renew .sol-header .sol-icon-toggle::after {
        border-bottom: 2px solid #ea002a;
        border-left-width: 0;
        border-right: 2px solid #ea002a;
        border-top-width: 0;
        content: "";
        height: 8px;
        position: absolute;
        right: 7px;
        top: 50%;
        transform: translateY(-75%) rotate(45deg);
        transition: transform .3s cubic-bezier(.25, .8, .25, 1);
        width: 8px;
    }

    .renew .sol-header .is-active.sol-icon-toggle::after {
        transform: translateY(-25%) rotate(-135deg);
    }

    .renew .sol-m-nav-search {
        padding: 20px 18px 30px;
    }

    .renew .sol-m-nav-search_label {
        display: block;
        font-weight: 700;
    }

    .renew .sol-m-nav-search_form {
        display: flex;
        margin-top: 20px;
    }

    .renew .sol-m-nav-search_select-wrap {
        flex-grow: 1;
        min-width: 0;
        position: relative;
    }

    .renew .sol-m-nav-search_select {
        -webkit-appearance: none;
        appearance: none;
        background: transparent;
        border: 1px solid #babdbe;
        border-radius: 2px;
        font-size: 16px;
        height: 100%;
        padding: 12px 40px 12px 16px;
        width: 100%;
    }

    .renew .sol-m-nav-search_select-wrap:after {
        border-bottom: 2px solid #222;
        border-left-width: 0;
        border-right: 2px solid #222;
        border-top-width: 0;
        content: "";
        height: 10px;
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-75%) rotate(45deg);
        width: 10px;
    }

    .renew .sol-m-nav-search_button {
        background-color: #ea002a;
        border-radius: 2px;
        border-width: 0;
        color: #fff;
        display: block;
        flex-shrink: 0;
        margin-left: 10px;
        padding: 10px;
    }

    .renew .sol-m-nav-global_close-button {
        display: none;
    }



    /* 追加 */

    @keyframes menu-line1 {
        0% {
            margin-top: -8px;
            opacity: 1;
            right: 16px;
            top: 50%;
            transform: rotate(0) translateY(-50%);
            width: 28px;
        }

        30% {
            margin-top: -8px;
            opacity: 1;
            right: 16px;
            top: 50%;
            transform: rotate(0) translateY(-50%);
            width: 0;
        }

        31% {
            bottom: 20px;
            margin-top: 0;
            opacity: 0;
            right: 22px;
            top: auto;
            transform: rotate(45deg);
            width: 0;
        }

        to {
            bottom: 28px;
            margin-top: 0;
            opacity: 1;
            right: 16px;
            top: auto;
            transform: rotate(45deg);
            width: 28px;
        }
    }

    @keyframes menu-line2 {
        0% {
            opacity: 1;
            width: 24px;
        }

        30% {
            opacity: 0;
            width: 0;
        }

        to {
            opacity: 0;
            width: 0;
        }
    }

    @keyframes menu-line3 {
        0% {
            margin-top: 8px;
            opacity: 1;
            right: 24px;
            top: 50%;
            transform: rotate(0) translateY(-50%);
            width: 20px;
        }

        30% {
            margin-top: 8px;
            opacity: 1;
            right: 24px;
            top: 50%;
            transform: rotate(0) translateY(-50%);
            width: 0;
        }

        31% {
            bottom: 20px;
            margin-top: 0;
            opacity: 0;
            right: 38px;
            top: auto;
            transform: rotate(-45deg);
            width: 0;
        }

        to {
            bottom: 28px;
            margin-top: 0;
            opacity: 1;
            right: 16px;
            top: auto;
            transform: rotate(-45deg);
            width: 28px;
        }
    }

    .renew .sol-m-header-drawer_button.icon-menu:after,
    .renew .sol-m-header-drawer_button.icon-menu:before,
    .renew .sol-m-header-drawer_button.icon-menu>span:before {
        background-color: #525b5c;
        content: "";
        display: block;
        height: 2px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .renew .sol-m-header-drawer_button.icon-menu {
        position: relative;
    }

    .renew .sol-m-header-drawer_button.icon-menu:before {
        margin-top: -8px;
        right: 16px;
        width: 28px;
    }

    .renew .sol-m-header-drawer_button.icon-menu:after {
        margin-top: 8px;
        right: 24px;
        width: 20px;
    }

    .renew .sol-m-header-drawer_button.icon-menu>span:before {
        right: 20px;
        width: 24px;
    }

    .renew .sol-m-header-drawer_button.icon-menu.is-active:before {
        animation: menu-line1 1s .1s;
        animation-fill-mode: forwards;
    }

    .renew .sol-m-header-drawer_button.icon-menu.is-active:after {
        animation: menu-line3 1s .3s;
        animation-fill-mode: forwards;
    }

    .renew .sol-m-header-drawer_button.icon-menu.is-active>span:before {
        animation: menu-line2 1s .2s;
        animation-fill-mode: forwards;
    }

    .renew .sol-m-header-drawer_icon {
        fill: #525b5c;
        height: 23px;
        width: 18px;
    }

    .renew .sol-m-header-drawer_content.sol-drawer-content.is-fixed {
        overflow: visible;
    }

    .renew .sol-m-header-drawer_content.sol-drawer-content.is-fixed.is-hide {
        overflow: hidden;
    }

    .renew .sol-m-header-dropdown,
    .renew .sol-m-header-link-list {
        display: none;
    }

    .renew .sol-m-header-drawer {
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .renew .sol-m-header-drawer_button {
        background-color: transparent;
        border-width: 0;
        font-size: 0;
        height: 60px;
        padding: 0;
        width: 60px;
    }

    .renew .sol-l-header_utility .sol-m-header-drawer_button {
        padding-right: 5px;
    }

    .renew .sol-l-header_menu .sol-m-header-drawer_button {
        padding-left: 5px;
    }

    .renew .sol-m-header-drawer_button>img {
        min-width: 16px;
    }

    .renew .sol-m-header-drawer_content {
        display: none;
    }

    .renew .sol-m-header-drawer_content.is-fixed {
        display: flex;
        background-color: #fff;
        bottom: 0;
        left: 0;
        position: absolute;
        transform: translateY(100%);
        width: 100%;
        z-index: 1023;
    }

    .renew nav a.current::before, nav a:hover::before, nav button.current::before, nav button:hover::before {
        transform: scale(0);
    }

    .renew .sol-m-nav-global_list>li>a[aria-current]>span:before {
        border-left: 3px solid #ea002a;
        content: "";
        display: block;
        height: 16px;
        left: 0px;
        position: relative;
        top: 4px;
        margin-right: 8px;
    }

    .renew .sol-m-nav-global_list>li>a[aria-current]>span {
        display: flex;
    }

/*
    footer.is-hide {
        display: none;
    }
*/

    .renew .is-pc-hide {
        display: block;
    }

    .renew .sol-m-nav-global_icon {
      fill: #ea002a;
      flex-shrink: 0;
      height: 11px;
      margin-right: 5px;
      width: 12px;
  }

    .renew .sol-megaMenu .sol-megaMenuChild-list li a[target=_blank]:after {
      display: none;
    }

}

@media screen and (min-width: 769px) and (max-width: 1024.9px) {

/*
    .renew .sol-header_inner {
        min-width: 1024px;
    }
*/

    .renew .sol-m-header-drawer_content.sol-drawer-content.is-fixed .sol-m-nav-global {
        top: 0;
        left: 0;
        right: 0;
        position: fixed;
        pointer-events: auto;
        transition: left 0.25s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
        width: 100%;
        padding: 0 0 60px 0;
        background: #fff;
        display: flex;
        flex-flow: column;
        height: 100vh;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 9998;
    }


    .renew body.is-scroll-fixed {
        min-width: auto;
    }

    .renew body.is-scroll-fixed .sol-header,
    .renew body.is-scroll-fixed .sol-m-header-drawer_content.sol-drawer-content.is-fixed {
        padding-right: 0;
        width: 100%;
    }

    .renew body.is-scroll-fixed .sol-m-header-drawer_content.sol-drawer-content.is-fixed .sol-megaMenu {
        padding-right: 0;
        width: 100%;
    }

    .renew .sol-megaMenuChild-list li a {
        border-bottom: 1px solid #ccc;
    }

    .renew .sol-m-nav-global_list li a:hover,
    .renew .sol-megaMenuChild-list li a:hover {
        color: #c01;
    }

    .renew .sol-m-nav-global_list li a:hover::before {
        transform: scale(0);
    }

    .renew .sol-navBg.is-active {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 60px;
        left: 0;
        z-index: 1;
        background: rgba(0, 0, 0, .6);
        transition: opacity 1s ease;
    }

    .renew header.is-fixed {
        position: fixed;
        width: 100vw;
        z-index: 2;
    }
    .renew header.is-fixed .sol-header {
        padding-right: 0;
        width: 100vw;
    }

    .renew header.is-fixed .sol-header_inner {
        min-width: initial;
    }

}

@media screen and (max-width: 1024.9px) {

    .renew body.is-scroll-fixed .sol-header {
        padding-right: 0;
        width: 100%;
    }
    .renew body.is-scroll-fixed .sol-megaMenu {
        padding-right: 0;
        width: 100%;
    }

}

@media screen and (max-width: 768px) {

    .renew .sol-header_domain {
        font-size: 1.3rem;
    }

}

@media screen and (max-width: 375px) {

    .renew .sol-header_logo {
        padding: 0 8px;
        width: initial;
    }

}

/* Gra追加:20241101 End */
