:root {
  --headerReusePadding: 0;
  --fixedScrollPoint: 0;
}
.tagarea{
  font-size: .85rem;
  text-align: right;
  padding-right: 1.5rem;
}
a.inline_tag{
  display: inline !important;
  background-color: #e75400;
  border-radius: 5px;
  padding: .2rem .5rem;
  margin: .2rem;
}
span.spnone{
    color: #e75400 !important;
    padding: 0 1rem !important;
}
span.pcnone{
  display: none !important;
  color: #e75400 !important;
  padding: 0 1rem !important;
}
span.pcnone2{
  display: none !important;
  color: #e75400 !important;
  padding: 0 1rem !important;
}
@media (max-width: 768px) {
  span.spnone{
    color: #e75400 !important;
    display: none !important;
  }
  span.pcnone{
  color: #e75400 !important;
  display: block !important;
  }
  span.pcnone2{
  color: #e75400 !important;
  display: inline-block !important;
  padding: 0 !important;
  }
}


  .header-upperSide {
    overflow: hidden;
    transition: var(--transition-default);
  }
  .header-underSide {
    height: auto;
  }
  .header-underSide_inner * {
    min-width: 0;
  }
  .header-underSide_inner {
    justify-content: flex-start;
    flex-wrap: wrap;
    z-index: 2000;
    /*! background: #000; */
  }
  .header .menuArea {
    width: 10rem;
    height: 10rem;
    margin-right: 0;
    max-width: 100px;
  }
  .header .menuArea .btn-menuOpen {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 10rem;
    height: 10rem;
    padding: 0;
    background-image: unset;
    background-color: #e75400;
  }
  .menuOpen .btn-menuOpen {
    background-color: #e4e4e4 !important;;
  }
  .header .menuArea .btn-menuOpen_inner {
    position: relative;
    width: 2rem;
    height: 1.5rem;
  }
  .header .menuArea .btn-menuOpen .menuLine {
    position: absolute;
    width: 100%;
    height: 0.2rem;
    background-color: #000;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.4s;
  }
  .header .menuArea .btn-menuOpen .menuLine[data-menuLine=firstLine] {
    top: 0%;
  }
  .header .menuArea .btn-menuOpen .menuLine[data-menuLine=secondLine] {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .header .menuArea .btn-menuOpen .menuLine[data-menuLine=thirdLine] {
    bottom: 0%;
  }

.btn-menuOpen::after,.menuOpen .btn-menuOpen::after {
  content: unset;
}

.header .menuArea .btn-menuOpen .menuLine[data-menuLine=firstLine]::before, .header .menuArea .btn-menuOpen .menuLine[data-menuLine=firstLine]::after, .header .menuArea .btn-menuOpen .menuLine[data-menuLine=secondLine]::before, .header .menuArea .btn-menuOpen .menuLine[data-menuLine=secondLine]::after, .header .menuArea .btn-menuOpen .menuLine[data-menuLine=thirdLine]::before {
    display: none;
  }
  .menuOpen .header-spMenu {
    right: 0%;
    /*! top: 100%; */
    background: #e4e4e4;
  }
  .menuOpen .header .menuArea .btn-menuOpen_inner {
    width: 1.5rem;
    height: 1.5rem;
  }
  .menuOpen .header .menuArea .btn-menuOpen .menuLine[data-menuLine=firstLine] {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .menuOpen .header .menuArea .btn-menuOpen .menuLine[data-menuLine=secondLine] {
    opacity: 0;
  }
  .menuOpen .header .menuArea .btn-menuOpen .menuLine[data-menuLine=thirdLine] {
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%) rotate(-45deg);
  }

.menuOpen .header-spMenu {
  display: block;
}
  .header-spMenu {
    position: fixed;
    /*! top: calc(10% + var(--headerReuseHeight)); */
    right: -100%;
    z-index: 1000;
    height: calc(100vh - var(--headerReuseHeight));
    overflow: hidden;
    overflow-y: auto;
    transition: all 0.4s;
    display: none;
  }

  .header-spMenu .common_info {
    background-color: #E4E4E4;
  }
  .header-spMenu .common-info_inner {
    padding: 10rem 1.5rem 8rem;
    color: var(--color-font);
  }

  .common_info .block-supportList .supportListOpenBtn {
    font-size: 1.6rem;
    gap: 1rem 0;
    margin-bottom: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }

  #header .common_info .common-info_inner {
    padding: 5rem 1.5rem 3rem;
    width: 30vw;
  }

  .header-spMenu .block-supportList[data-SupportList=headLink] .supportListContents ul li a img {
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
  }
  .header-spMenu .block-supportList[data-SupportList=headLink] .supportListContents ul li:nth-of-type(1),.header-spMenu .block-supportList[data-SupportList=headLink] .supportListContents ul li:nth-of-type(2),.header-spMenu .block-supportList[data-SupportList=headLink] .supportListContents ul li:nth-of-type(3) {
    height: 5.5rem;
    width: 100%;
    margin-top: 2rem;
  }
  .header-spMenu .block-supportList[data-SupportList=headLink] .supportListContents ul li:nth-of-type(3) a {
    font-size: 1.5rem;
    color: #fff;
    background-color: #e60012;
  }
  .header-spMenu .block-supportList[data-SupportList=headLink] .supportListContents ul li:nth-of-type(2) a {
    font-size: 1.5rem;
    color: #fff;
    background-color: #e85400;
  }
  .header-spMenu .block-supportList[data-SupportList=headLink] .supportListContents ul li:nth-of-type(1) a {
    font-size: 1.5rem;
    color: #fff;
    background-color: #06C655;
  }
  .header-spMenu .block-supportList[data-SupportList=headLink] .supportListContents ul li:last-child a img,.header-spMenu .block-supportList[data-SupportList=headLink] .supportListContents ul li:nth-of-type(3) a img {
    width: 3.5rem;
    height: 3.5rem;
    margin-right: 1.5rem;
  }

  .header-spMenu .block-supportList[data-SupportList=headLink] .supportListContents {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: .4rem 0;
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .header-spMenu .block-supportList .supportListOpenBtn {
    color: var(--color-font);
  }

    .supportListOpenBtn {
        font-size: 1.5rem;
        font-weight: 400;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 0;
        padding: 2rem;
        margin-bottom: 0
    }

    .supportListOpenBtn::after {
        content: "";
        display: block;
        width: 1.273rem;
        height: .728rem;
        transition: all .2s;
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.73%22%20height%3D%227.278%22%20viewBox%3D%220%200%2012.73%207.278%22%3E%20%3Cpath%20id%3D%22Icon_ionic-ios-arrow-forward%22%20data-name%3D%22Icon%20ionic-ios-arrow-forward%22%20d%3D%22M5.084%2C6.362.267%2C1.549a.906.906%2C0%2C0%2C1%2C0-1.285.917.917%2C0%2C0%2C1%2C1.289%2C0L7.013%2C5.718A.908.908%2C0%2C0%2C1%2C7.04%2C6.973L1.56%2C12.464A.91.91%2C0%2C0%2C1%2C.271%2C11.179Z%22%20transform%3D%22translate(12.73)%20rotate(90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E')
    }

#header .common_info .common-info-supportList {
    margin-top: 0;
    flex-direction: column;
  }

 .common_info .common-info-supportList {
    margin-top: 0;
    flex-direction: wrap;
  }


  .common_info .block-supportList {
    width: 100%;
    padding: 0;
    border-bottom: 0;
  }

  .common_info .block-supportList .supportListOpenBtn::before {
    height: 0.2rem;
  }
  .common_info .block-supportList .supportListOpenBtn::after {
    height: 0.2rem;
    background-image: none;
  }
  .common_info .block-supportList[data-supportlist=purchase] {
    margin-right: 0;
    margin-bottom: 5rem;
  }
  .common_info .block-supportList[data-supportlist=purchase] .supportListContents ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.8rem;
  }
  #header  .common_info .block-supportList[data-supportlist=purchase] .supportListContents ul li {
    width: 48.6956521739%;
  }
 .common_info .block-supportList[data-supportlist=purchase] .supportListContents ul li {
    width: 100%;
  }
  .common_info .block-supportList[data-supportlist=purchase] .supportListContents ul li a {
    padding: 0.3rem 1rem 0.3rem 0;
    line-height: 1.5384615385;
    font-size: 1.3rem;
  }
  .common_info .block-supportList[data-supportlist=purchase] .supportListContents ul li a img {
    margin-right: 0.4rem;
  }
#header .common_info .block-supportList[data-supportlist=purchase] .supportListContents ul li a .arrow {
    display: none;
  }

  .common_info .block-supportList[data-supportlist=purchase] .supportListContents ul li a .arrow {
    display: block;
  }
  .common_info .block-supportList[data-supportlist=performance] {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5rem;
  }
  .common_info .block-supportList[data-supportlist=performance] .supportListContents ul {
    row-gap: 2.4rem;
    justify-content: unset;
  }
  .common_info .block-supportList[data-supportlist=performance] .supportListContents ul li a {
    background-color: transparent;
    padding: 0;
    font-size: 1.2rem;
  }
  .common_info .block-supportList[data-supportlist=performance] .supportListContents ul li a::before {
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 1.2rem;
    border-top: 1px solid var(--color-primary);
    border-right: 1px solid var(--color-primary);
  }
  .common_info .block-supportList[data-supportlist=contents] {
    margin-right: 1.5rem;
    margin-bottom: 5rem;
  }
  .common_info .block-supportList[data-supportlist=contents] .supportListContents ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.8rem;
  }
  
#header .common_info .block-supportList[data-supportlist=contents] .supportListContents ul li {
    width: 48.6956521739%;
  }

.common_info .block-supportList[data-supportlist=contents] .supportListContents ul li {
    width: 100%;
  }
  .common_info .block-supportList[data-supportlist=contents] .supportListContents ul li a {
    padding: 1.4rem 2rem;
    line-height: 1.5384615385;
    font-size: 1.3rem;
  }
  
    .common_info .block-supportList[data-supportlist=staffreview] {
    margin-right: 0;
    margin-bottom: 5rem;
    display:none;
  }

   #header .common_info .block-supportList[data-supportlist=staffreview] {
    margin-right: 0;
    margin-bottom: 5rem;
    display:block;
  }
  .common_info .block-supportList[data-supportlist=staffreview] .supportListContents ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.8rem;
  }
  
  .common_info .block-supportList[data-supportlist=staffreview] .supportListContents ul li {
    width: 100%;
  }
  .common_info .block-supportList[data-supportlist=staffreview] .supportListContents ul li a {
padding: 1.4rem 2rem;
    line-height: 1.5384615385;
    font-size: 1.3rem;
justify-content: center;
background: #008be7;
  }
  
#header .common_info .block-supportList[data-supportlist=brandtop] {
    margin-right: 0;
    margin-bottom: 5rem;
  display: block;
  }

.common_info .block-supportList[data-supportlist=brandtop] {
    margin-right: 0;
    margin-bottom: 5rem;
  display: none;
  }
  
    .common_info .block-supportList[data-supportlist=brandtop] .supportListContents ul {
    flex-direction: row;
    flex-wrap: wrap;
    /*! gap: 0.8rem; */
    margin: -0.8rem;
  }
  
   .common_info .block-supportList[data-supportlist=brandtop] .supportListContents ul li {
    width: calc(100%/3);
    padding: 0.8rem;
  } 
.common_info .block-supportList[data-supportlist=brandtop] .supportListContents ul li a {
padding: unset;
    line-height: 1.5384615385;
    font-size: 1.3rem;
justify-content: center;
/*! background: #008be7; */
  }
  
  .common_info .block-supportList[data-supportlist=otherLink] {
    width: 100%;
  }
  .common_info .block-supportList[data-supportlist=otherLink] .supportListContents {
    gap: 4.1rem 0;
  }
  .common_info .block-supportList[data-supportlist=otherLink] .supportListContents_info {
    margin-bottom: 1rem;
  }
  .common_info .block-supportList[data-supportlist=otherLink] .supportListContents_info li {
    width: 48.8636363636%;
    max-width: none;
    height: 9rem;
  }
  .common_info .block-supportList[data-supportlist=otherLink] .supportListContents_info li a {
    flex-direction: column;
    padding: 1.8rem 1rem 1rem;
    font-size: 1.2rem;
  }
  .common_info .block-supportList[data-supportlist=otherLink] .supportListContents_info li a p {
    text-align: center;
  }
  .common_info .block-supportList[data-supportlist=otherLink] .supportListContents_info li a span {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    margin-top: 0.8rem;
    letter-spacing: 0.03em;
  }
  .common_info .block-supportList[data-supportlist=otherLink] .supportListContents_info li a img {
    width: 2rem;
    margin-right: 0;
    margin-bottom: 1.2rem;
  }
  .common_info .block-supportList[data-supportlist=otherLink] .supportListContents_info li:nth-child(2) a {
    padding: 1.3rem 1rem 1rem;
    font-size: 1.6rem;
  }
  .common_info .block-supportList[data-supportlist=otherLink] .supportListContents_info li:nth-child(2) a img {
    margin-bottom: 0.6rem;
  }
  .common_info .block-supportList[data-supportlist=otherLink] .supportListContents_info li:nth-child(2) a span {
    margin-top: 0.4rem;
    font-family: var(--font-default);
  }
#header  .common_info .block-supportList[data-supportlist=otherLink] .supportListContents_link {
    display: flex;
    flex-direction: column;
  }


#header .common_info .block-supportList[data-supportlist=otherLink] .supportListContents_link > p {
      width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
    padding-bottom: 1.3rem;
      line-height: 1;
}
.common_info .block-supportList[data-supportlist=otherLink] .supportListContents_link > p {
      width: 7.3rem;
    margin-right: 0;
    margin-bottom: 2rem;
    padding-bottom: 1.3rem;
      line-height: 1;
}
  #header .common_info .block-supportList[data-supportlist=otherLink] .supportListContents_link > p {

    border-bottom: 2px solid #707070;

  }
  .common_info .block-supportList[data-supportlist=otherLink] .supportListContents_link_inner {
    gap: 1.8rem 0;
  }
  .common_info .block-supportList[data-supportlist=otherLink] .supportListContents_link_inner p {
    width: 50%;
  }
  .common_info .block-supportList[data-supportlist=otherLink] .supportListContents_link_inner p a {
    display: block;
    padding: 0;
    background-color: transparent;
    font-size: 1.1rem;
  }
  .common_info .block-supportList[data-supportlist=otherLink] .supportListContents_link:last-of-type .supportListContents_link_inner {
    gap: 1.8rem 1.7rem;
  }
  .common_info .block-supportList[data-supportlist=otherLink] .supportListContents_link:last-of-type .supportListContents_link_inner p {
    width: auto;
  }
  .common_info .common-info-other {
    margin-top: 5rem;
    padding: 4rem 0 3.6rem;
    align-items: center;
  }
  .common_info .common-info-other .cardUnit-siteInfo {
    order: 2;
    flex-wrap: wrap;
    column-gap: 2.6rem;
    row-gap: 1.7rem;
  }
  .common_info .common-info-other .cardUnit-siteInfo li {
    width: calc(50% - 1.3rem);
  }
  .common_info .common-info-other .cardUnit-siteInfo li:nth-child(1) {
    order: 0;
  }
  .common_info .common-info-other .cardUnit-siteInfo li:nth-child(2) {
    order: 2;
  }
  .common_info .common-info-other .cardUnit-siteInfo li:nth-child(3) {
    order: 1;
  }
  .common_info .common-info-other .cardUnit-siteInfo li:nth-child(4) {
    order: 3;
  }
  .common_info .common-info-other .cardUnit-sns {
    order: 1;
    margin-left: auto;
    margin-right: auto;
  }
  .common_info .common-info-other .cardUnit-siteInfoBtn {
    width: 100%;
    order: 0;
    justify-content: center;
  }
  .common_info .common-info-other .cardUnit-siteInfoBtn li {
    width: 43.4782608696%;
    max-width: 270px;
  }
  .common_info .common-info-other .cardUnit-siteInfoBtn li + li {
    margin-left: 1.5rem;
  }
  .common_info .common-info-copy {
    padding: 3rem 0 0;
  }
  .common_info .common-info-copy .cardUnit {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .common_info .common-info-copy .cardUnit-copy p {
    text-align: center;
    line-height: 1.8rem;
    padding: 0 3.5rem;
  }
  .common_info .common-info-copy .cardUnit-copy p.copy {
    width: 100%;
    font-size: 1rem;
    margin: 0;
    margin-top: 2rem;
    text-align: center;
  }

.supportListContents {
    display: flex;
    flex-direction: column;
    gap: .4rem 0;
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .header-spMenu .common-info-other {
    padding-bottom: 0;
  }
  .header-spMenu .common-info-other::after {
    display: none;
  }
  .header-spMenu .common-info-copy {
    display: none;
  }
  .header-spMenu .cardUnit-siteInfoBtn, .header-spMenu .cardUnit-siteInfo {
    display: none;
  }

  .header-spMenu .block-supportList .supportListOpenBtn::before {
    background-color: #fff;
  }
  .header-spMenu .block-supportList[data-supportlist=performance] .supportListContents ul li a {
    color: #4D4D4D;
  }
  .header-spMenu .block-supportList[data-supportlist=otherLink] .supportListContents_info li a {
    background-color: #fff;
  }
  .header-spMenu .block-supportList[data-supportlist=otherLink] .supportListContents_link > p {
    border-bottom-color: #fff;
  }
  .header-spMenu .block-supportList[data-supportlist=otherLink] .supportListContents_link_inner p a {
    color: #4D4D4D;
  }
  .header-spMenu .block-supportList[data-SupportList=headLink] {
    margin-top: 0;
    margin-bottom: 5rem;
  }

  .header-spMenu .block-supportList[data-SupportList=headLink] .supportListContents ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .header-spMenu .block-supportList[data-SupportList=headLink] .supportListContents ul li {
    width: 48.125%;
    height: 5rem;
    flex-shrink: 0;
    margin-top: 2rem;
  }
  .header-spMenu .block-supportList[data-SupportList=headLink] .supportListContents ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 1.2rem;
    font-weight: bold;
    background-color: #fff;
    box-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  }


.header-linkContents .linkContents {
  display: flex;
  height: 100%;
  width: 100%;
}
.header-linkContents .linkContents_item {
  width: 31.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-linkContents .linkContents_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 100%;
  padding: 0.8rem 1rem;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.06em;
  /*! font-family: var(--media-font-en); */
  /*! font-style: italic; */
  line-height: 1;
  text-align: center;
}
.header-linkContents .linkContents_item--font-ja {
  margin-left: 1.5rem;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  color: #868686;
  font-family: var(--font-default);
  font-style: normal;
  font-weight: bold;
}
.header-linkContents .linkContents_item_inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /*! font-weight: 600; */
}
.header-linkContents .linkContents_item_inner::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 2rem;
  border-style: solid;
  border-width: 9px 6px 0 6px;
  border-color: var(--color-primary) transparent transparent transparent;
}
.header-linkContents .linkContents_item:nth-child(2)::before, .header-linkContents .linkContents_item:nth-child(2)::after {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 5.5rem;
  background-color: #2B2B2B;
}
.header-linkContents .linkContents_item:nth-child(2)::before {
  left: 0;
}
.header-linkContents .linkContents_item:nth-child(2)::after {
  right: 0;
}

/*プライムバナー表示のとき*/
.bnrOn{
  padding-top: calc( +7rem);
}
@media (max-width: 768px) {
  .bnrOn{
    padding-top: calc( +6rem);
  }
}




@media (max-width: 768px) {
  :root {
    --glonaviHeight: 6rem;
  }
}

#Wrap_lower.onlyDefault {
  padding-top: var(--headerReusePadding);
}

@media (max-width: 768px) {
  .headerContents {
    position: absolute;
  }
  
  .common_info .block-supportList {
    width:100%;
  }
}
.common_pageTop {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 6rem;
  background-color: #5C5C5C;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  font-family: var(--font-en);
  letter-spacing: 0.1em;
}
.common_pageTop::before {
  content: "";
  width: 1.1rem;
  height: 1.3rem;
  background-image: url(../../Contents/ImagesPkg/common/icon_arrow_top_w.svg);
  background-size: contain;
  margin-right: 1.64rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

footer .common_info {
  overflow: hidden;
}

.common_info .spOnly {
  display: none;
}
.common_info .common-info_inner {
  padding: 10rem 2rem 3.4rem;
}
.common_info .block-supportList {
  width: 22.1428571429%;
}

#header .common_info .block-supportList {
   width: 100%;
}
.common_info .block-supportList .supportListOpenBtn {
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  gap: 2rem 0;
  margin-bottom: 3rem;
  font-weight: 700;
  padding: 0;
}
.common_info .block-supportList .supportListOpenBtn::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #2B2B2B;
  z-index: 1;
}
.common_info .block-supportList .supportListOpenBtn::after {
  position: relative;
  z-index: 2;
  content: "";
  display: block;
  width: 4.6rem;
  height: 1px;
  background-color: var(--color-primary);
}
.common_info .block-supportList .supportListContents a {
  letter-spacing: 0.1em;
  color: #000;
}
.common_info .block-supportList[data-supportlist=purchase] {
  margin-right: 4.5rem;
}
.common_info .block-supportList[data-supportlist=purchase] .supportListContents ul {
  display: flex;
  flex-direction: row;
  row-gap: 1rem;
}
.common_info .block-supportList[data-supportlist=purchase] .supportListContents ul li a {
  display: flex;
  align-items: center;
  padding: 0 3rem 0 0.7rem;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.common_info .block-supportList[data-supportlist=purchase] .supportListContents ul li a img {
  margin-right: 0.9rem;
  width: 5.5rem;
}
.common_info .block-supportList[data-supportlist=purchase] .supportListContents ul li a .arrow {
  width: 1.2rem;
  height: 1rem;
  background-image: url(../../Contents/ImagesPkg/common/icon_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
}
.common_info .block-supportList[data-supportlist=purchase] .supportListContents ul li._inStore a {
  background-color: var(--color-inStore);
}
.common_info .block-supportList[data-supportlist=purchase] .supportListContents ul li._delivery a {
  background-color: var(--color-delivery);
}
.common_info .block-supportList[data-supportlist=purchase] .supportListContents ul li._officialTrip a {
  background-color: var(--color-officialTrip);
}
.common_info .block-supportList[data-supportlist=purchase] .supportListContents ul li._keep a {
  background-color: var(--color-keep);
}

.common_info .block-supportList[data-supportlist=contents] .supportListContents ul {
    display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
#header .common_info .block-supportList[data-supportlist=contents] .supportListContents ul {
    display: flex;
  flex-direction: row;
  row-gap: 1rem;
}
.common_info .block-supportList[data-supportlist=contents] .supportListContents ul li a {
  align-items: center;
  padding: 1rem 0rem 1rem 0.3rem;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  justify-content: center;
  background: #fff;
  text-align: center;
}

.common_info .block-supportList[data-supportlist=staffreview] .supportListContents ul li a {
  display: flex;
  align-items: center;
  padding: 1rem 0rem 1rem 0.3rem;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 500;
  justify-content: center;
}

.common_info .block-supportList[data-supportlist=brandtop] .supportListContents ul {
    display: flex;
  flex-direction: row;
  row-gap: 1rem;
}


#header .common_info .block-supportList[data-supportlist=performance] {
  width: 100%;
  /*! margin-right: 6.3571428571%; */
}

 .common_info .block-supportList[data-supportlist=performance] {
width: 35.7142857143%;
  margin-right: 1.5rem;
}
#header .common_info .block-supportList[data-supportlist=performance] {
width: 100%;
  margin-right: 1.5rem;
}
.common_info .block-supportList[data-supportlist=performance] .supportListContents ul {
  display: grid;
  /*! justify-content: space-between; */
  grid-template-rows: repeat(9, auto);
  row-gap: 2.4rem;
  grid-auto-flow: column;
  height: fit-content;
}
#header .common_info .block-supportList[data-supportlist=performance] .supportListContents ul li a {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  color: #000;
}
.common_info .block-supportList[data-supportlist=performance] .supportListContents ul li a {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  color: #fff;
}
.common_info .block-supportList[data-supportlist=performance] .supportListContents ul li a::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 2rem;
  border-top: 2px solid var(--color-primary);
  border-right: 2px solid var(--color-primary);
  transform: rotate(45deg);
}
#header .common_info .block-supportList[data-supportlist=otherLink] {
  width: 100%;
}
.common_info .block-supportList[data-supportlist=otherLink] { 
width:31.4285714286%;
}
.common_info .block-supportList[data-supportlist=otherLink] .supportListContents {
  gap: 4.5rem 0;
}
.common_info .block-supportList[data-supportlist=otherLink] .supportListContents_info {
  display: flex;
  justify-content: space-between;
}
.common_info .block-supportList[data-supportlist=otherLink] .supportListContents_info li {
  width: 48.8636363636%;
  /*! max-width: 215px; */
}
.common_info .block-supportList[data-supportlist=otherLink] .supportListContents_info li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1.88rem 1rem 1.9rem 1rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: #5C5C5C;
  background-color: #CACACA;
}
.common_info .block-supportList[data-supportlist=otherLink] .supportListContents_info li a span {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 1rem;
  letter-spacing: 0.03em;
}
.common_info .block-supportList[data-supportlist=otherLink] .supportListContents_info li a img {
  width: 2.3rem;
  margin-right: 1.5rem;
}
.common_info .block-supportList[data-supportlist=otherLink] .supportListContents_info li:nth-child(2) a {
  font-size: 1.9rem;
  font-family: var(--font-en);
}
.common_info .block-supportList[data-supportlist=otherLink] .supportListContents_link {
  position: relative;
  display: flex;
  letter-spacing: 0.1em;
}
.common_info .block-supportList[data-supportlist=otherLink] .supportListContents_link > p {
  font-size: 1.3rem;
  /*! width: 7.3rem; */
  margin-right: 2.9rem;
  flex-shrink: 0;
  font-weight: 500;
  line-height: 1;
}
.common_info .block-supportList[data-supportlist=otherLink] .supportListContents_link_inner {
  display: flex;
  flex-wrap: wrap;
  /*! gap: 1.7rem 1.9rem; */
}
#header .common_info .block-supportList[data-supportlist=otherLink] .supportListContents_link_inner p a {
  display: flex;
  align-items: center;
  /*! justify-content: center; */
  height: 100%;
  font-size: 1.2rem;
  color: #222;
  font-weight: 500;
}
.common_info .block-supportList[data-supportlist=otherLink] .supportListContents_link_inner p a {
  display: flex;
  align-items: center;
  /*! justify-content: center; */
  height: 100%;
  font-size: 1.2rem;
  color: #B1B1B1;
  font-weight: 500;
}
.common_info .common-info-other {
  position: relative;
  flex-wrap: nowrap;
  display: flex;
  margin-top: 7.4rem;
  padding: 3.6rem 3.9rem;
}
.common_info .common-info-other::before, .common_info .common-info-other::after {
  position: absolute;
  content: "";
  width: 100vw;
  height: 1px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #2B2B2B;
  left: 0;
}
.common_info .common-info-other::before {
  top: 0;
}
.common_info .common-info-other::after {
  bottom: 0;
}
.common_info .common-info-other .cardUnit-siteInfo {
  column-gap: 1.5rem;
}
.common_info .common-info-other .cardUnit-siteInfo li {
  letter-spacing: 0.1em;
  font-weight: 500;
}
.common_info .common-info-other .cardUnit-siteInfo li a {
  color: #B1B1B1;
  font-size: 1.1rem;
}
.common_info .common-info-other .cardUnit-siteInfo li + li {
  border-left: 0;
  padding: 0;
}
.common_info .common-info-other .cardUnit-sns {
  /*! margin-left: auto; */
  /*! margin-right: 3.2857142857%; */
}
.common_info .common-info-other .cardUnit-sns svg path:not([fill=none]), .common_info .common-info-other .cardUnit-sns svg clipPath:not([fill=none]) {
  fill: #979797;
}
.common_info .common-info-other .cardUnit-siteInfoBtn{
  align-items: center;
  max-width:600px;
}
.common_info .common-info-other .cardUnit-siteInfoBtn li {
  width: 14.7rem;
}
.common_info .common-info-other .cardUnit-siteInfoBtn li + li {
  margin-left: 1.1rem;
}
.common_info .common-info-copy {
  padding: 2.6rem 0 0;
}
.common_info .common-info-copy .cardUnit-copy {
  justify-content: space-between;
  font-size: 1rem;
  color: #9d9d9d;
  letter-spacing: 0.1em;
}
.common_info .common-info-copy .cardUnit-copy p {
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .spOnly {
    display: block;
  }
  .common_pageTop {
    height: 5.5rem;
    font-size: 1.3rem;
  }
  .common_pageTop::before {
    width: 1rem;
    height: 1.2rem;
    margin-right: 1rem;
  }
  .common_info .spOnly {
    display: block;
  }
  #header .common_info .common-info_inner {
    width: 100vw;
  }
.common_info .block-supportList[data-supportlist="performance"] ,.common_info .block-supportList[data-supportlist="contents"],.common_info .block-supportList[data-supportlist="purchase"],.common_info .block-supportList[data-supportlist="otherLink"]{
    width:100%;
  }
    .common_info .block-supportList[data-supportlist=purchase] .supportListContents ul li {
    width: 48.6956521739%;
  }
    .common_info .block-supportList[data-supportlist=otherLink] {
    width: 100%;
  }
  .common_info .block-supportList[data-supportlist=otherLink] .supportListContents {
    gap: 4.1rem 0;
  }
  .common_info .block-supportList[data-supportlist=otherLink] .supportListContents_info {
    margin-bottom: 1rem;
  }
  .common_info .block-supportList[data-supportlist=otherLink] .supportListContents_info li {
    width: 48.8636363636%;
    max-width: none;
    height: 9rem;
  }
  .common_info .block-supportList[data-supportlist=otherLink] .supportListContents_info li a {
    flex-direction: column;
    padding: 1.8rem 1rem 1rem;
    font-size: 1.2rem;
  }
  .common_info .block-supportList[data-supportlist=otherLink] .supportListContents_info li a p {
    text-align: center;
  }
  .common_info .block-supportList[data-supportlist=otherLink] .supportListContents_info li a span {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    margin-top: 0.8rem;
    letter-spacing: 0.03em;
  }
  .common_info .block-supportList[data-supportlist=otherLink] .supportListContents_info li a img {
    width: 2rem;
    margin-right: 0;
    margin-bottom: 1.2rem;
  }
  .common_info .block-supportList[data-supportlist=otherLink] .supportListContents_info li:nth-child(2) a {
    padding: 1.3rem 1rem 1rem;
    font-size: 1.6rem;
  }
  .common_info .block-supportList[data-supportlist=otherLink] .supportListContents_info li:nth-child(2) a img {
    margin-bottom: 0.6rem;
  }
  .common_info .block-supportList[data-supportlist=otherLink] .supportListContents_info li:nth-child(2) a span {
    margin-top: 0.4rem;
    font-family: var(--font-default);
  }
  .common_info .block-supportList[data-supportlist=otherLink] .supportListContents_link {
    display: flex;
    flex-direction: column;
  }
  .common_info .block-supportList[data-supportlist=otherLink] .supportListContents_link > p {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
    padding-bottom: 1.3rem;
    border-bottom: 2px solid #707070;
    line-height: 1;
  }
  .common_info .block-supportList[data-supportlist=otherLink] .supportListContents_link_inner {
    gap: 1.8rem 0;
  }
  .common_info .block-supportList[data-supportlist=otherLink] .supportListContents_link_inner p {
    width: 50%;
  }
  .common_info .block-supportList[data-supportlist=otherLink] .supportListContents_link_inner p a {
    display: block;
    padding: 0;
    background-color: transparent;
    font-size: 1.1rem;
  }
  .common_info .block-supportList[data-supportlist=otherLink] .supportListContents_link:last-of-type .supportListContents_link_inner {
    gap: 1.8rem 1.7rem;
  }
  .common_info .block-supportList[data-supportlist=otherLink] .supportListContents_link:last-of-type .supportListContents_link_inner p {
    width: auto;
  }
  .common_info .common-info-other {
    margin-top: 5rem;
    padding: 4rem 0 3.6rem;
    align-items: center;
  }
  .common_info .common-info-other .cardUnit-siteInfo {
    order: 2;
    flex-wrap: wrap;
    column-gap: 2.6rem;
    row-gap: 1.7rem;
  }
  .common_info .common-info-other .cardUnit-siteInfo li {
    width: calc(50% - 1.3rem);
  }
  .common_info .common-info-other .cardUnit-siteInfo li:nth-child(1) {
    order: 0;
  }
  .common_info .common-info-other .cardUnit-siteInfo li:nth-child(2) {
    order: 2;
  }
  .common_info .common-info-other .cardUnit-siteInfo li:nth-child(3) {
    order: 1;
  }
  .common_info .common-info-other .cardUnit-siteInfo li:nth-child(4) {
    order: 3;
  }
  .common_info .common-info-other .cardUnit-sns {
    order: 1;
    margin-left: auto;
    margin-right: auto;
  }
  .common_info .common-info-other .cardUnit-siteInfoBtn {
    width: 100%;
    order: 0;
    justify-content: center;
  }
  .common_info .common-info-other .cardUnit-siteInfoBtn li {
    width: 43.4782608696%;
    max-width: 270px;
  }
  .common_info .common-info-other .cardUnit-siteInfoBtn li + li {
    margin-left: 1.5rem;
  }
  .common_info .common-info-copy {
    padding: 3rem 0 0;
  }
  .common_info .common-info-copy .cardUnit {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .common_info .common-info-copy .cardUnit-copy p {
    text-align: center;
    line-height: 1.8rem;
    padding: 0 3.5rem;
  }
  .common_info .common-info-copy .cardUnit-copy p.copy {
    width: 100%;
    font-size: 1rem;
    margin: 0;
    margin-top: 2rem;
    text-align: center;
  }
 
}
[data-baseBrand=base-ec] .brandBtn[data-brandtype=ec], [data-baseBrand=base-reuse] .brandBtn[data-brandtype=reuse], [data-baseBrand=base-prime] .brandBtn[data-brandtype=prime] {
  background: var(--color-primary);
  /*pointer-events: none;*/
}

.header {
position: absolute;
  width: 100%;
  transition: all 0.8s;
  letter-spacing: 0.1em;
}
.header._hide {
  transform: translateY(-210%);
}
.header .spOnly {
  display: none;
}
.header-newsTicker {
  width: 100%;
  position: relative;
  font-size: 1.2rem;
  padding: 0.7rem 0;
  background-color: #F9E8EA;
  height: 3.4rem;
}
.header-newsTicker_inner {
  width: 70rem;
  margin: 0 auto;
  display: none;
}
.header-newsTicker_inner.slick-initialized {
  display: block;
}
.header-newsTicker_item {
  width: 70rem;
  margin: 0 5rem;
}
.header-newsTicker_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #282828;
}
.header-newsTicker_item a span {
  max-width: calc(100% - 3rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header-newsTicker_item a::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  background-image: url(../../Contents/ImagesPkg/common/icon_ticker.svg);
  background-size: contain;
  flex-shrink: 0;
  vertical-align: middle;
}
.header-newsTicker .slick-prev, .header-newsTicker .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 1px solid #939393;
  border-right: 1px solid #939393;
}
.header-newsTicker .slick-prev::before, .header-newsTicker .slick-next::before {
  display: none;
}
.header-newsTicker .slick-prev {
  transform: translateY(-50%) rotate(-135deg);
  left: -5rem;
}
.header-newsTicker .slick-next {
  transform: translateY(-50%) rotate(45deg);
  right: -5rem;
}
.header-underSide {
  position: relative;
  height: 10rem;
}
.header-underSide_inner {
  /*! max-width: none; */
  /*! align-items: unset; */
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 0;
}
.header-logo {
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-primary);
  flex-shrink: 0;
  padding: 0;
  height: 100%;
  margin: 0;
}
.header-logo img {
  width: 100%;
  height: auto;
  max-height: 100px;
}
.header-logo a, .header-logo figure {
  width: 100%;
  height: 100%;
}

.header-linkContents {
  width:35%;
}
.header-userContents {
 width:40%;
}

@media (min-width: 769px) {
  /*#Wrap_lower.onlyDefault {
    padding-top: unset;
  }*/

  .header-logo_inner._big {
    transition: height 0.4s;
    display: block;
  }
  .header-logo_inner._small {
    display: none;
    align-items: center;
    justify-content: center;
    transition-delay: 0.4s;
  }
  .header-logo_inner._small img {
    width: 20.3rem;
  }
  .header-logo_inner._under {
    justify-content: center;
  }
  .header-logo_inner._under img {
    width: 20.3rem;
  }
}
/*.header.top .header-logo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
}*/
@media (min-width: 769px) {
  .header.top .header-logo_inner._big {
    display: block;
  }
  .header.top .header-logo_inner._small {
    display: none;
  }
}
  .header-userContents {
    margin-left: 0;
    align-items: unset;
    /*! padding-left: 24rem; */
    flex-wrap: wrap;
    justify-content: center;
    order:0;
}

.header-userContents * {
  min-width: 0;
}
.header-userContents .searchArea {
  /*! padding: 0rem 3.0864197531% 0rem 2.35rem; */
  display: flex;
  align-items: center;
  gap: 0 1.7rem;
  flex-grow: 0;
}
.header-userContents .searchArea_ttl {
  color: #fff;
  font-size: 1.5rem;
  flex-shrink: 0;
}
.header-userContents .searchArea_ttl span:not(.sub) {
  display: flex;
  align-items: center;
}
.header-userContents .searchArea_ttl span.sub {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: var(--color-primary);
}
.header-userContents .searchArea_ttl span.sub::before, .header-userContents .searchArea_ttl span.sub::after {
  content: "";
  display: block;
  width: 2.3rem;
  height: 0.2rem;
  background-color: var(--color-primary);
}
.header-userContents .searchArea_ttl span.sub::before {
  margin-right: 0.3rem;
}
.header-userContents .searchArea_ttl img {
  width: 1.56rem;
  margin-left: 0.6rem;
  font-weight: bold;
}
.header-userContents .searchArea_form {
  width: auto;
  border-bottom: 0;
  padding: 0;
  column-gap: 0.9rem;
}
.header-userContents .searchArea_form_outer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-radius: 0.5em;
  overflow: hidden;
}
@media (min-width: 769px) {
  .header-userContents .searchArea_form_outer {
    /*! column-gap: 0.7rem; */
  }
}
.header-userContents .searchArea_form p {
  line-height: 1;
}
.header-userContents .searchArea_form_wrapper {
  column-gap: 0.9rem;
}
@media (min-width: 769px) {
  .header-userContents .searchArea_form_wrapper {
    display: flex !important;
  }
}
.header-userContents .searchArea_form_form {
  /*! width: 14.3125vw; */
  height: 4rem;
  background-color: #fff;
  /*! border-radius: 0.5rem; */
}
.header-userContents .searchArea_form_form:not(.form_select) {
  padding: 1.2rem 1.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .header-userContents .searchArea_form_form {
    /*! width: 11vw; */
  }
}
.header-userContents .searchArea_form .form_select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
  font-size: 1.2rem;
  color: #848484;
}
.header-userContents .searchArea_form .form_select select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.2rem 1.5rem;
  background-image: url(../../Contents/ImagesPkg/common/reuse_select_arrow.svg);
  background-repeat: no-repeat;
  background-size: 0.9rem 0.5rem;
  padding-right: 2.3rem;
  background-position: center right 1.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.header-userContents .searchArea_form .form_select_item {
  display: none;
  position: absolute;
  padding: 0.7rem 1.5rem 2rem;
  width: 100%;
  top: 90%;
  left: 0;
  background-color: #fff;
  border-radius: 0 0 0.4rem 0.4rem;
  z-index: 1;
  height: 40rem;
  overflow: hidden;
  overflow-y: auto;
}
.header-userContents .searchArea_form .form_select_item li {
  line-height: 2.8333333333;
  font-size: 1.2rem;
  color: #848484;
}
.header-userContents .searchArea .btn-Search {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background-color: var(--color-primary);
  /*! border-radius: 0.5rem; */
}
.header-userContents .searchArea .btn-Search svg {
  width: 1.51rem;
  height: 1.51rem;
}
.header-userContents .searchArea .btn-Search svg path {
  fill: #fff;
}
.header-userContents .userInfo {
  gap: 0;
  margin-left: auto;
  height: 100%;
}
.header-userContents .userInfo .userInfo-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 5.625vw;
  max-width: 100px;
  min-width: 60px;
  height: 100%;
  padding: 0 0.5rem;
  background-color: #E4E4E4;
  color: #4D4D4D;
  border-radius: 0;
}
.header-userContents .userInfo .userInfo-icon img {
  width: 2.4rem;
  margin-bottom: 0.9rem;
}
.header-userContents .userInfo .userInfo-icon p {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 1250px) {
  .header-userContents .userInfo .userInfo-icon p {
    font-size: 1rem;
  }
}
.header-userContents .userInfo .userInfo-icon_row {
  width: 10vw;
  max-width: 210px;
}
.header-userContents .userInfo .userInfo-icon_row[data-userIcon] {
  flex-direction: row;
  color: #fff;
}
.header-userContents .userInfo .userInfo-icon_row[data-userIcon] p {
  font-size: 1.5rem;
}
.header-userContents .userInfo .userInfo-icon_row[data-userIcon] img {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1250px) {
  .header-userContents .userInfo .userInfo-icon_row[data-userIcon] {
    flex-direction: column;
  }
  .header-userContents .userInfo .userInfo-icon_row[data-userIcon] p {
    font-size: 1.3rem;
  }
  .header-userContents .userInfo .userInfo-icon_row[data-userIcon] img {
    margin-bottom: 1rem;
  }
}
.header-userContents .userInfo .userInfo-icon_row[data-userIcon=icon-line] {
  background-color: #06C655;
}
.header-userContents .userInfo .userInfo-icon_row[data-userIcon=icon-line] img {
  width: 3.5rem;
  margin-right: 1rem;
}
.header-userContents .userInfo .userInfo-icon_row[data-userIcon=icon-purchase] {
  background-color: #BF272D;
}
.header-userContents .userInfo .userInfo-icon_row[data-userIcon=icon-purchase] img {
  width: 2.87rem;
  margin-right: 1.1rem;
}
@media (min-width: 768px) and (max-width: 1250px) {
  .header-userContents .userInfo .userInfo-icon_row[data-userIcon=icon-line] img {
    width: 3rem;
    margin-right: 0;
  }
  .header-userContents .userInfo .userInfo-icon_row[data-userIcon=icon-purchase] img {
    width: 3rem;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
  }
  .header-underSide {
    height: 7rem;
  }
  .header .menuArea{
    width: 7rem;
    height: 7rem;
  }
  .header .menuArea .btn-menuOpen{
    width: 7rem;
    height: 7rem;
  }

  .header .spOnly {
    display: block;
  }
  .header-userInfo {
    display: none;
  }
  /* .header-brandList .brandBtn {
    flex: 1;
  } */
  /* .header-userHelper {
      top: calc(50% - 1.5rem);
  } */
  .header-newsTicker {
    height: 0;
    overflow: hidden;
    font-size: 1rem;
    padding: 0;
    transition: var(--transition-default);
    height: 2.5rem;
  }
  .header-newsTicker_inner {
    width: 29rem;
    overflow: visible;
  }
  .header-newsTicker_item {
    width: 29rem;
    margin: 0 2.7rem;
  }
  .header-newsTicker_item a span {
    max-width: calc(100% - 2.2rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .header-newsTicker_item a::before {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.7rem;
  }
  .header-newsTicker .slick-prev, .header-newsTicker .slick-next {
    width: 0.6rem;
    height: 0.6rem;
  }
  .header-newsTicker .slick-prev {
    left: -2.7rem;
  }
  .header-newsTicker .slick-next {
    right: -2.7rem;
  }
  
  .header-logo {
    position: relative;
    order: unset;
    width: 7rem;
    height: 7rem;
    margin: 0;
  }
  .header-logo a {
    height: 100%;
    /*padding-left: 1.53rem;*/
  }

  .header-logo_inner {
    height: 100%;
  }
  .header-logo_inner._big {
    display: none !important;
  }
  .header.top .searchArea_form_openBtn {
    opacity: 0;
    visibility: hidden;
  }
  .header.top .header-logo {
    position: static;
  }
  .header.top .header-upperSide {
    height: var(--headerBrandListHeightEc);
  }
  .header.top .searchArea_form_wrapper {
    display: flex !important;
    width: 78.6666666667vw;
  }
  .header.top .header-newsTicker {
    height: 2.5rem;
    padding: 0.5rem 0;
  }
  .header-userContents {
    padding-left: 0;
    /*! background-color: #282828; */
  }
  .header-userContents .searchArea {
    position: relative;
    max-width: 50rem;
    margin-left: 0;
    /*! padding: 0.2rem 1.5rem; */
    flex-direction: column;
    /*! gap: 0 1.7rem; */
    /*! box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16); */
    height:7rem;
    background: #000000;
  }
  .header-userContents .searchArea_ttl {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 0.3rem;
    font-size: 1.2rem;
  }
  /*.header-userContents .searchArea_ttl::before, .header-userContents .searchArea_ttl::after {
    content: "";
    display: flex;
    width: 1.3rem;
    height: 0.2rem;
    background-color: var(--color-primary);
    justify-content: center;
  }*/
  .header-userContents .searchArea_ttl::before {
    margin-right: 1.2rem;
  }
  .header-userContents .searchArea_ttl::after {
    margin-left: 1.2rem;
  }
  .header-userContents .searchArea_ttl span.sub {
    margin-right: 1rem;
  }
  .header-userContents .searchArea_ttl span.sub::before, .header-userContents .searchArea_ttl span.sub::after {
    display: none;
  }
  .header-userContents .searchArea_ttl img {
    width: 1.4rem;
    margin-left: 1rem;
  }
  .header-userContents .searchArea_form {
    position: static;
    display: flex;
    width: fit-content;
    padding: 0;
    column-gap: 0;
    row-gap: 0.7rem;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: transparent;
  }
  .header-userContents .searchArea_form_wrapper {
    display: flex;
    order: 2;
    column-gap: 1.8666666667vw;
  }
  .header-userContents .searchArea_form_form {
    width: 78.6666666667vw;
    /*! border-radius: 0.4rem; */
  }
  .header-userContents .searchArea_form_input {
    order: 0;
  }
  .header-userContents .searchArea_form .form_select {
    transition: all 0.4s;
    margin-top: 0;
    width: 38.4vw;
    height: 4rem;
  }
  .header-userContents .searchArea_form .form_select .searchArea_form_ttl {
    padding: 1rem 1.2rem;
  }
  .header-userContents .searchArea_form .form_select select {
    padding: 1.2rem 1rem;
    padding-right: 2rem;
    background-position: center right 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .header-userContents .searchArea_form .form_select_item {
    display: none;
  }
  .header-userContents .searchArea_form_openBtn {
    opacity: 1;
    visibility: 1;
    position: absolute;
    top: calc(100% - 1.5rem);
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10rem;
    height: 3.6rem;
    border-radius: 0px 0px 0.4rem 0.4rem;
    background: #282828;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
    font-size: 1rem;
    color: #fff;
    transition: all 0.4s;
  }
  .header-userContents .searchArea_form_openBtn::before {
    content: "";
    display: block;
    width: 0.8rem;
    height: 1rem;
    background-image: url(../../Contents/ImagesPkg/common/icon_arrow_btm_w.svg);
    background-size: contain;
    margin-right: 0.86rem;
    transition: var(--transition-slow);
  }
  .header-userContents .searchArea .btn-Search {
    order: 1;
    /*! border-radius: 0.4rem; */
    flex-shrink: 0;
  }
  .header-userContents .searchArea .btn-Search svg {
    width: 1.51rem;
    height: 1.51rem;
  }
  .header-userContents .searchArea.open .searchArea_form_openBtn::before {
    transform: rotate(180deg);
  }
  .header-userContents .userInfo {
    display: none;
  }
  .header .userInfo {
    margin-left: 0;
  }
  .header .userInfo .userInfo-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 6rem;
    height: 6rem;
    background-color: #BF272D;
  }
  .header .userInfo .userInfo-icon img {
    width: 2rem;
    margin-bottom: 0.7rem;
  }
  .header .userInfo .userInfo-icon p {
    font-size: 1rem;
    font-weight: bold;
  }
  .header-userContents {
    /*width:63%;*/
  }
  /*.header-linkContents {
    display: none;
  }*/
  ul.linkContents .linkContents_item a {
    font-size: 1.2rem;
  }
  ul.linkContents .linkContents_item a span{
  }
  ul.linkContents .linkContents_item:first-child {
    display: none;
  }
  .tagarea{
    display: none;
  }
  .header-linkContents .linkContents_item:nth-child(2)::before, .header-linkContents .linkContents_item:nth-child(2)::after {
  content: "";
  display: none;
}


}/*# sourceMappingURL=reuse_component.css.map */