@import url('//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@400;700&display=swap');
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, "Roboto", sans-serif;
  font-feature-settings: normal;
  -webkit-font-feature-settings: normal;
}
html {
 -ms-text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
}
body { margin: 0;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary { display: block;}
audio,canvas,progress,video { display: inline-block;
 vertical-align: baseline;
}
audio:not([controls]) { display: none; height: 0;}
[hidden],template { display: none;}
a { background-color: transparent;}
a:active,a:hover { outline: 0;}
abbr[title] { border-bottom: 1px dotted;}
b,strong { font-weight: bold;}
dfn { font-style: italic;}
h1 {margin: 0.67em 0;}
mark { background: #ff0; color: #000;}
small { font-size: 80%;}
sub,sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sup { top: -0.5em;}
sub { bottom: -0.25em;}
img { border: 0;}
svg:not(:root) { overflow: hidden;}
figure { margin: 0;}
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0;}
pre { overflow: auto;}
code,kbd,pre,samp { font-family: monospace, monospace; font-size: 1em;}
button,input,optgroup,select,textarea { color: inherit;
 font: inherit;
 margin: 0;
}
button { overflow: visible;}
button,select { text-transform: none;}
button,html input[type="button"], 
input[type="reset"],input[type="submit"] { -webkit-appearance: button;
 cursor: pointer;
}
button[disabled],html input[disabled] { cursor: default;}
button::-moz-focus-inner,input::-moz-focus-inner { border: 0; padding: 0;}
input { line-height: normal;}
input[type="checkbox"],input[type="radio"] { box-sizing: border-box;
 padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button { height: auto;}
input[type="search"] { -webkit-appearance: textfield;
 -moz-box-sizing: content-box; -webkit-box-sizing: content-box;
 box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration { -webkit-appearance: none;}
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em;}
legend { border: 0;
 padding: 0;
}
textarea { overflow: auto;}
optgroup { font-weight: bold;}
table { border-collapse: collapse; border-spacing: 0;}
td,th { padding: 0;}
*{ outline: none !important; }:root {
  --width-pc-max:1100px;
  --size-txt-caption: 12px;
  --size-txt-s: 14px;
  --size-txt-m: 16px;
  --size-txt-l: 18px;
  --size-h-s: 16px;
  --size-h-m: 19px;
  --size-h-l: 21px;
  --size-h-xl: 27px;
  --color-font-light: #666;
  --color-font-mid: #333;
  --color-font-dark: #000;
  --color-font-sub: #888;
  --color-font-on: #fefefe;
  --color-border-light:#DEDEDE;
  --color-border-mid:#BCBCBC;
  --color-border-dark:#888;
  --color-ui-light:#f6f7f8;
  --color-ui-light-hover:var(--color-ui-light-action);
  --color-ui-light-action:#fefefe;
  --color-ui-mid:#adc1ca;
  --color-ui-mid-hover:var(--color-ui-mid-action);
  --color-ui-mid-action:#C3D6DE;
  --color-ui-dark:#556165;
  --color-ui-dark-hover:var(--color-ui-dark-action);
  --color-ui-dark-action:#77888E;
  --color-ui-surface:#E3E6E9;
  --color-alert:#CC0000;
  --color-alert-hover:var(--color-alert-action);
  --color-alert-action:#EE0000;
  --color-success:#16A085;
  --color-success-hover:var(--color-success-action);
  --color-success-action:#1ABC9C;
  --color-link:#007DCE;
  --color-link-hover:var(--color-link-action);
  --color-link-action:#00A5E3;
  --color-product:#0090D1;
  --color-product-hover:var(--color-product-action);
  --color-product-action:#00a5e3;
  --color-support:#4FBF3F;
  --color-support-hover:var(--color-support-action);
  --color-support-action:#6BCF41;
  --color-sale:#ef7f38;
  --color-sale-hover:var(--color-sale-action);
  --color-sale-action:#EFA038;
  --color-sale-price:#bb0000;
  --color-cart-bg:#ffcc00;
  --color-cart-border:#b77f00;
  --color-cart-txt:#4c2b00;
  --radius-s:2px;
  --radius-m:4px;
  --radius-l:8px;
  --radius-max:100vh;
  --shadow-light:rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  --shadow-mid:0px 2px 6px rgba(0, 0, 0, 0.3);
  --shadow-dark:rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  --shadow-inset:rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset; }
/* common.css */
* {
  box-sizing: border-box; }

body {
  margin: 0; }

a {
  text-decoration: none; }

ul li {
  list-style: none; 
}

@keyframes animation-fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
*:hover {
  transition: all 0.2s; }

.fit-img {
  width: 100%;
  height: auto; }

.fit-img-80 {
  width: 80%;
  height: auto; }

.fit-img-60 {
  width: 60%;
  height: auto; }

@media (max-width: 768px) {
  .is-pc {
    display: none !important; } }

@media (min-width: 769px) {
  .is-sp {
    display: none !important; } }

.mt50 {
  margin-top: 50px; }

.inner, .inner-middle {
  max-width: 1100px;
  margin: auto; }
  @media (max-width: 768px) {
    .inner, .inner-middle {
      padding: 0 20px; } }

.inner-middle {
  max-width: 980px; }

@media (max-width: 768px) {
  .js_modal-body {
    overflow-y: hidden;
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0; } }

.common__footer-button {
  background: #E5E5E5;
  color: #666666;
  text-align: center; }
  .common__footer-button-link {
    display: block;
    width: 100%;
    height: 100%;
    padding: 4px 10px;
    color: #666666;
    font-size: 12px;
    cursor: pointer; }
    @media (max-width: 768px) {
      .common__footer-button-link {
        font-size: 10px; } }
.common__footer-menu {
  background: #666666;
  padding: 3em 0 0 0;
  font-size: 14px; }
  @media (max-width: 768px) {
    .common__footer-menu {
      padding: 2em 0 0 0;
      font-size: 13px; } }
  .common__footer-menu a {
    color: #fff; }
.common__footer-menu-inner {
  display: flex;
  justify-content: center;
  align-items: flex-start; }
  @media (max-width: 768px) {
    .common__footer-menu-inner {
      padding: 0 10px;
      flex-wrap: wrap;
      justify-content: space-around; } }
  .common__footer-menu-inner a:hover {
    text-decoration: underline; }
    .common__footer-menu-inner a:hover img {
      opacity: 0.8; }
@media (min-width: 769px) {
  .common__footer-menu-box {
    margin: 0 25px;
    display: flex;
    flex-wrap: wrap; } }
.common__footer-menu-box h4 {
  width: 100%;
  padding-bottom: 0.5em;
  border-bottom: 1px solid var(--color-border-dark);
  margin-bottom: 10px;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  text-align: left; }
@media (max-width: 768px) {
  .common__footer-menu-box.link-sns {
    width: 100%;
    padding: 0 10px; } }
.common__footer-menu-box.link-sns ul {
  display: flex;
  justify-content: space-around; }
  .common__footer-menu-box.link-sns ul a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 6px; }
@media (max-width: 768px) {
  .common__footer-menu-box:not(.link-sns) {
    width: calc(50% - 20px);
    margin-bottom: 1em; } }
.common__footer-menu-box:not(.link-sns) li {
  position: relative;
  padding-left: 1em; }
.common__footer-menu-box:not(.link-sns) li::after {
  content: "";
  display: inline-block;
  border-top: solid 1px var(--color-font-on);
  border-right: solid 1px var(--color-font-on);
  width: 0.5em;
  height: 0.5em;
  margin-left: 0.5em;
  transform: rotate(45deg);
  position: absolute;
  top: 0.5em;
  left: -0.5em; }
@media (min-width: 769px) {
  .common__footer-menu-box ul {
    width: 200px; } }
.common__footer-menu-box li {
  margin: 0.8em 0;
  text-align: left; }
.common__footer-policy-box {
  padding: 0.5em;
  margin-top: 2em; }
  @media (min-width: 769px) {
    .common__footer-policy-box {
      display: flex; } }
  .common__footer-policy-box ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    @media (min-width: 769px) {
      .common__footer-policy-box ul {
        justify-content: flex-end; } }
    .common__footer-policy-box ul li {
      padding: 0 0.5em;
      margin: 0;
      border-right: 1px solid var(--color-font-on);
      line-height: 1em; }
      .common__footer-policy-box ul li:last-child {
        border: none; }
      @media (max-width: 768px) {
        .common__footer-policy-box ul li {
          padding: 0 1em;
          margin: 0.5em 0; } }
  .common__footer-policy-box aside .banner__isms img {
    height: 64px; }
.common__footer-logo {
  padding: 10px 10px 20px;
  background: #111111;
  color: #D4D5D5;
  font-size: 12px;
  text-align: center; }
  @media (max-width: 768px) {
    .common__footer-logo {
      font-size: 10px; } }

.VuePagination {
  width: 100%;
  text-align: center; }
  @media (max-width: 768px) {
    .VuePagination {
      width: 220px;
      margin: auto; } }
  .VuePagination__pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  @media (max-width: 768px) {
    .VuePagination__pagination-item {
      order: 3; } }
  .VuePagination__pagination-item button {
    background-color: transparent;
    border: none;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    color: #0096DE;
    font-size: 15px;
    font-weight: bold;
    text-align: center; }
    .VuePagination__pagination-item button.active {
      color: #888888; }
    @media (max-width: 768px) {
      .VuePagination__pagination-item button {
        margin: 0px; } }
  .VuePagination__pagination-item-prev-page button, .VuePagination__pagination-item-next-page button {
    position: relative;
    font-size: 0; }
    @media (max-width: 768px) {
      .VuePagination__pagination-item-prev-page button, .VuePagination__pagination-item-next-page button {
        width: 100px;
        height: 40px;
        line-height: 38px;
        margin: 0 5px 15px;
        border: 1px solid #BCBCBC;
        border-radius: 3px; }
        .VuePagination__pagination-item-prev-page button::after, .VuePagination__pagination-item-next-page button::after {
          font-size: 12px; } }
    .VuePagination__pagination-item-prev-page button::before, .VuePagination__pagination-item-next-page button::before {
      content: '';
      position: absolute;
      top: 50%;
      width: 8px;
      height: 8px;
      margin-top: -5px;
      border-top: 2px solid;
      border-right: 2px solid;
      border-color: #0096DE; }
      @media (min-width: 769px) {
        .VuePagination__pagination-item-prev-page button::before, .VuePagination__pagination-item-next-page button::before {
          top: calc(50% - 6px); } }
  .VuePagination__pagination-item-prev-page.active button, .VuePagination__pagination-item-next-page.active button {
    border-color: #888; }
  @media (max-width: 768px) {
    .VuePagination__pagination-item-prev-page {
      order: 1; } }
  .VuePagination__pagination-item-prev-page button::before {
    left: -50px;
    transform: rotate(-135deg); }
  @media (max-width: 768px) {
    .VuePagination__pagination-item-prev-page button::before {
      left: 10px; }
    .VuePagination__pagination-item-prev-page button::after {
      content: '前へ'; } }
  @media (max-width: 768px) {
    .VuePagination__pagination-item-next-page {
      order: 2; } }
  .VuePagination__pagination-item-next-page button::before {
    right: -50px;
    transform: rotate(45deg); }
  @media (max-width: 768px) {
    .VuePagination__pagination-item-next-page button::before {
      right: 10px; }
    .VuePagination__pagination-item-next-page button::after {
      content: '次へ'; } }
  .VuePagination__count {
    margin-top: 10px;
    font-size: 12px; }

.u-UserName {
  display: none; }
  .IsLogin .u-UserName {
    display: block; }

.IsLogin .ph_u-UserName {
  display: none; }

[class^="common__icon"] {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }
  [class^="common__icon"][class$="--black"] {
    filter: brightness(0); }
  [class^="common__icon"][class$="--red"] {
    filter: grayscale(0%); }

[class^="common__icon-new"] {
  width: 16px;
  height: 16px;
  filter: grayscale(100%) brightness(200%);
  background-image: url(/img_sc/sourcenext_com/common/icon-new.png); }

[class^="common__icon-star"] {
  width: 16px;
  height: 16px;
  filter: grayscale(100%) brightness(200%);
  background-image: url(/img_sc/sourcenext_com/common/icon-star.png); }

[class^="common__icon-update"] {
  width: 16px;
  height: 16px;
  filter: grayscale(100%) brightness(200%);
  background-image: url(/img_sc/sourcenext_com/common/icon-update.png); }

[class^="common__icon-discount"] {
  width: 16px;
  height: 16px;
  filter: grayscale(100%) brightness(200%);
  background-image: url(/img_sc/sourcenext_com/common/icon-discount.png); }

.common__icon-epoint {
  background-image: url(/img_sc/sourcenext_com/common/icon-epoint.png); }
.common__icon-free {
  width: 18px;
  height: 18px;
  background-image: url(/img_sc/sourcenext_com/common/icon-free.png); }
.common__icon-support {
  width: 18px;
  height: 18px;
  background-image: url(/img_sc/sourcenext_com/common/icon-support.png); }

/* コンテンツエリア 上部マージン */
/*
GT            .top-head
ProductList   .product-list
Product       .product__top
*/
/*
.top-head,
main.product-list,
header.product__top{
  padding-top: 50px;
}
*/
/* ブラウザ警告 **/
#BrowserAlert {
  background-color: #fff;
  text-align: center;
  padding: 20px;
  border: 2px solid #D9001D;
  margin: 1rem; }
  #BrowserAlert p {
    font-size: 16px;
    text-align: center; }

/* 箱全体にanchor設置 */
.box-anchor {
  text-decoration: none;
  outline: none;
  border: none; }

/* 親にフィット */
a.fit-box {
  width: 100%;
  height: 100%;
  display: inline-block; }

/* header.css */
#common__header.common__header {
  width: 100%;
  height: 50px;
  background: #000000;
  color: var(--color-font-mid);
  transition: transform 0.2s ease-out;
  position: relative;
  z-index: 1000; }
  #common__header.common__header a {
    text-decoration: none; }
  #common__header.common__header::before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(3px);
    height: 100vh;
    position: fixed;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    pointer-events: none;
    transition: all 0.2s;
    opacity: 0; }
    .js_modal-body #common__header.common__header::before {
      opacity: 1; }
  @media (min-width: 769px) {
    #common__header.common__header .pc-show {
      display: block; } }
  @media (max-width: 768px) {
    #common__header.common__header .pc-show {
      display: none; } }
  @media (min-width: 769px) {
    #common__header.common__header .pc-hide {
      display: none; } }
  @media (max-width: 768px) {
    #common__header.common__header .pc-hide {
      display: block; } }
  @media (max-width: 768px) {
    #common__header.common__header .sp-show {
      display: block; } }
  @media (min-width: 769px) {
    #common__header.common__header .sp-show {
      display: none; } }
  @media (max-width: 768px) {
    #common__header.common__header .sp-hide {
      display: none; } }
  @media (min-width: 769px) {
    #common__header.common__header .sp-hide {
      display: block; } }
  #common__header.common__header .u-UserName {
    display: flex;
    align-items: center;
    padding-left: .8em; }
    #common__header.common__header .u-UserName::before {
      content: "";
      display: inline-block;
      margin-right: 1em;
      background: url("/img_sc/sourcenext_com/common/icon-person_w.svg") no-repeat center center/contain;
      filter: brightness(0.35); }
      @media (min-width: 769px) {
        #common__header.common__header .u-UserName::before {
          width: 24px;
          height: 24px; } }
      @media (max-width: 768px) {
        #common__header.common__header .u-UserName::before {
          width: 18px;
          height: 18px; } }
    #common__header.common__header .u-UserName::after {
      content: ' 様';
      padding-left: .01em; }
  #common__header.common__header .link-after-arrow {
    position: relative; }
  #common__header.common__header .link-after-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--color-font-sub);
    border-right: 2px solid var(--color-font-sub);
    transform: rotate(45deg) translateY(-50%); }
    @media (max-width: 768px) {
      #common__header.common__header .link-after-arrow::after {
        right: 8.3%; } }
  #common__header.common__header .title {
    background: transparent;
    text-shadow: none;
    cursor: auto; }

@media (max-width: 768px) {
  #common__header .js_header-menu.active .common__header-menu {
    display: block; } }

#common__header .common__header-inner {
  display: flex;
  justify-content: space-between;
  visibility: visible; }
  @media (min-width: 769px) {
    #common__header .common__header-inner {
      height: 50px; } }
  @media (max-width: 768px) {
    #common__header .common__header-inner {
      height: 50px;
      padding: 0 0 0 20px; } }
#common__header .common__header-left, #common__header .common__header-right {
  display: flex;
  align-items: center; }
#common__header .common__header-left {
  display: flex;
  align-items: center; }
@media (min-width: 769px) {
  #common__header .common__header-menu-icon {
    display: none; } }
@media (max-width: 768px) {
  #common__header .common__header-menu-icon {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
    background: url(/img_sc/sourcenext_com/common/icon-menu.svg) center/contain no-repeat;
    z-index: 100; } }
#common__header .common__header-logo {
  display: flex;
  align-items: center;
  font-size: 0;
  z-index: 100; }
#common__header .common__header-menu {
  z-index: 100; }
  @media (min-width: 769px) {
    #common__header .common__header-menu {
      height: 100%; } }
  @media (max-width: 768px) {
    #common__header .common__header-menu {
      position: absolute;
      top: 50px;
      left: 0;
      z-index: 100;
      display: none;
      width: 100%;
      height: calc(100vh - 50px);
      overflow: scroll;
      -webkit-overflow-scrolling: auto; } }
  @media (max-width: 768px) {
    #common__header .common__header-menu .close {
      display: none;
      position: fixed;
      top: 0;
      right: 0;
      width: 50px;
      height: 50px;
      cursor: pointer;
      background: url(/img_sc/sourcenext_com/common/icon-close.svg) center/20px no-repeat; }
      .active #common__header .common__header-menu .close {
        display: block; } }
  #common__header .common__header-menu .person {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 25px;
    background: url(/img_sc/sourcenext_com/common/icon-person.svg) left center/20px no-repeat; }
    #common__header .common__header-menu .person::after {
      content: '';
      position: absolute;
      top: 4px;
      right: 0px;
      width: 9px;
      height: 9px;
      border-top: 3px solid #666;
      border-right: 3px solid #666;
      transform: rotate(135deg); }
  @media (min-width: 769px) {
    #common__header .common__header-menu li {
      height: 100%; } }
  #common__header .common__header-menu li.active .person::after {
    top: 8px;
    transform: rotate(-45deg); }
  #common__header .common__header-menu .mypage {
    display: none;
    padding: 0;
    background: #fff;
    font-weight: normal; }
    #common__header .common__header-menu .mypage .common__header-member-head {
      border: none;
      background: #fff;
      padding: 1em; }
  #common__header .common__header-menu .active + .mypage {
    display: block; }
    @media (min-width: 769px) {
      #common__header .common__header-menu .active + .mypage {
        display: none; } }
#common__header .common__header-menu-inner > li > a {
  font-size: var(--size-txt-s);
  white-space: nowrap; }
  #common__header .common__header-menu-inner > li > a:before {
    content: "";
    background: no-repeat center center / contain; }
    @media (min-width: 769px) {
      #common__header .common__header-menu-inner > li > a:before {
        display: inline-block;
        width: 1rem;
        height: 1rem;
        margin-right: 0.5em; } }
    @media (max-width: 768px) {
      #common__header .common__header-menu-inner > li > a:before {
        display: block;
        width: 1.6em;
        height: 1.6em;
        margin-bottom: 6px; } }
@media (min-width: 769px) {
  #common__header .common__header-menu-inner > li.product > a::before {
    background-image: url("/img_sc/sourcenext_com/common/icon_search_w.svg"); }
  #common__header .common__header-menu-inner > li.support > a::before {
    background-image: url("/img_sc/sourcenext_com/common/icon_support.svg"); }
  #common__header .common__header-menu-inner > li.cp > a::before {
    background-image: url("/img_sc/sourcenext_com/common/icon_sale_w.svg"); } }
@media (min-width: 769px) {
  #common__header .common__header-menu-inner {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 3.63%; }
    #common__header .common__header-menu-inner > li {
      height: 100%; }
      #common__header .common__header-menu-inner > li > a {
        color: var(--color-font-on);
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent; }
        #common__header .common__header-menu-inner > li > a:hover, #common__header .common__header-menu-inner > li > a.active {
          background-color: var(--color-ui-dark);
          border-bottom-color: var(--color-ui-mid); } }
@media (max-width: 768px) {
  #common__header .common__header-menu-inner {
    display: flex;
    height: 76px;
    background-color: var(--color-ui-light); } }
@media (min-width: 769px) {
  #common__header .common__header-menu-inner > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: .6em 1.3em; }
  #common__header .common__header-menu-inner > li.cp > a {
    position: relative; }
    #common__header .common__header-menu-inner > li.cp > a:hover:after {
      text-decoration: none; } }
@media (max-width: 1000px) {
  #common__header .common__header-menu-inner > li > a {
    padding: .6em .8em; } }
@media (max-width: 768px) {
  #common__header .common__header-menu-inner > li {
    flex: 1; }
    #common__header .common__header-menu-inner > li.product > a::before {
      background-image: url("/img_sc/sourcenext_com/common/icon_search_g.svg"); }
    #common__header .common__header-menu-inner > li.support > a::before {
      background-image: url("/img_sc/sourcenext_com/common/icon_support_g.svg"); }
    #common__header .common__header-menu-inner > li.cp > a::before {
      background-image: url("/img_sc/sourcenext_com/common/icon_sale_g.svg"); }
    #common__header .common__header-menu-inner > li > a {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      height: 100%;
      color: var(--color-ui-dark);
      font-size: var(--size-txt-s); }
    #common__header .common__header-menu-inner > li.active > a {
      background-color: #fff; }
    #common__header .common__header-menu-inner > li.active.product > a::before {
      background-image: url("/img_sc/sourcenext_com/common/icon_search_b.svg"); }
    #common__header .common__header-menu-inner > li.active.support > a::before {
      background-image: url("/img_sc/sourcenext_com/common/icon_support_b.svg"); }
    #common__header .common__header-menu-inner > li.active.cp > a::before {
      background-image: url("/img_sc/sourcenext_com/common/icon_sale_b.svg"); } }
#common__header .common__header-menu-content {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: var(--shadow-mid);
  z-index: 100;
  max-height: 0;
  transition: max-height 0.1s;
  -webkit-transition: max-height 0.1s;
  overflow-y: hidden; }
  #common__header .common__header-menu-content.active {
    max-height: 100vh;
    transition: max-height 0.3s;
    -webkit-transition: max-height 0.3s; }
  @media (max-width: 768px) {
    #common__header .common__header-menu-content {
      top: 76px; } }
#common__header .common__header-menu-content-inner {
  opacity: 0;
  pointer-events: none;
  max-width: 1100px;
  margin: 0 auto; }
  @media (min-width: 769px) {
    #common__header .common__header-menu-content-inner {
      padding-left: 8px;
      padding-right: 8px; } }
  @media (max-width: 768px) {
    #common__header .common__header-menu-content-inner {
      padding-left: 16px;
      padding-right: 16px; } }
  #common__header .common__header-menu-content-inner.sale {
    column-gap: 3.22%;
    min-height: 420px;
    display: flex; }
    #common__header .common__header-menu-content-inner.sale.active {
      opacity: 1;
      pointer-events: all;
      transition: opacity 0.3s ease-in-out;
      -webkit-transition: opacity 0.3s ease-in-out; }
    @media (min-width: 769px) {
      #common__header .common__header-menu-content-inner.sale {
        padding-top: 30px;
        padding-bottom: 40px; } }
    @media (max-width: 768px) {
      #common__header .common__header-menu-content-inner.sale {
        padding-top: 25px;
        padding-bottom: 100px;
        flex-direction: column; } }
    @media (min-width: 769px) {
      #common__header .common__header-menu-content-inner.sale .gnav_RecommendContainerApp {
        width: 75%;
        display: flex;
        flex-direction: column; } }
    #common__header .common__header-menu-content-inner.sale .campaign__feature-list {
      display: flex;
      padding: 0 0 10px 0;
      margin: 0 0 20px 0; }
      @media (max-width: 768px) {
        #common__header .common__header-menu-content-inner.sale .campaign__feature-list {
          column-gap: 10px;
          overflow-x: scroll;
          -webkit-overflow-scrolling: auto; } }
      @media (min-width: 769px) {
        #common__header .common__header-menu-content-inner.sale .campaign__feature-list {
          justify-content: space-around; } }
      #common__header .common__header-menu-content-inner.sale .campaign__feature-list-item {
        height: 100%; }
        #common__header .common__header-menu-content-inner.sale .campaign__feature-list-item.dummy .img {
          height: 180px;
          background: var(--color-ui-surface);
          display: flex;
          justify-content: center;
          align-items: center; }
          #common__header .common__header-menu-content-inner.sale .campaign__feature-list-item.dummy .img::after {
            content: "coming soon";
            color: var(--color-font-mid); }
        @media (min-width: 769px) {
          #common__header .common__header-menu-content-inner.sale .campaign__feature-list-item {
            flex: 1;
            max-width: 180px; } }
        @media (max-width: 768px) {
          #common__header .common__header-menu-content-inner.sale .campaign__feature-list-item {
            max-width: 220px; } }
        #common__header .common__header-menu-content-inner.sale .campaign__feature-list-item.TS-365 .limit {
          display: none; }
        #common__header .common__header-menu-content-inner.sale .campaign__feature-list-item a {
          display: flex;
          flex-direction: column;
          height: 100%;
          color: var(--color-font-mid); }
          #common__header .common__header-menu-content-inner.sale .campaign__feature-list-item a .img {
            transition: all 0.2s;
            margin-bottom: 0; }
            @media (min-width: 769px) {
              #common__header .common__header-menu-content-inner.sale .campaign__feature-list-item a .img {
                width: 180px;
                height: 180px; } }
            @media (max-width: 768px) {
              #common__header .common__header-menu-content-inner.sale .campaign__feature-list-item a .img {
                width: 220px;
                height: 220px; } }
            .isWait #common__header .common__header-menu-content-inner.sale .campaign__feature-list-item a .img {
              background: var(--color-ui-surface);
              line-height: 0; }
            @media (min-width: 769px) {
              #common__header .common__header-menu-content-inner.sale .campaign__feature-list-item a .img img {
                width: 180px;
                height: 180px; } }
            @media (max-width: 768px) {
              #common__header .common__header-menu-content-inner.sale .campaign__feature-list-item a .img img {
                width: 220px;
                height: 220px; } }
          #common__header .common__header-menu-content-inner.sale .campaign__feature-list-item a:hover .img img {
            filter: brightness(1.1); }
          #common__header .common__header-menu-content-inner.sale .campaign__feature-list-item a .description {
            margin: 10px 0 10px;
            font-size: var(--size-txt-s);
            text-align: left;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden; }
            @media (min-width: 769px) {
              #common__header .common__header-menu-content-inner.sale .campaign__feature-list-item a .description {
                height: 3em; } }
            @media (max-width: 768px) {
              #common__header .common__header-menu-content-inner.sale .campaign__feature-list-item a .description {
                height: 2.8em;
                line-height: 1.2em; } }
            .isWait #common__header .common__header-menu-content-inner.sale .campaign__feature-list-item a .description {
              color: transparent;
              background: linear-gradient(transparent 20%, #ccc 20%, #ccc 60%, transparent 20%); }
          #common__header .common__header-menu-content-inner.sale .campaign__feature-list-item a .limit {
            font-size: var(--size-txt-s);
            font-weight: bold;
            text-align: left; }
            .isWait #common__header .common__header-menu-content-inner.sale .campaign__feature-list-item a .limit {
              color: transparent;
              background: linear-gradient(transparent 20%, #ccc 20%, #ccc 60%, transparent 20%); }
        #common__header .common__header-menu-content-inner.sale .campaign__feature-list-item.TS-0 .limit .date, #common__header .common__header-menu-content-inner.sale .campaign__feature-list-item.TS-1 .limit .date, #common__header .common__header-menu-content-inner.sale .campaign__feature-list-item.TS-2 .limit .date {
          font-size: 0; }
          #common__header .common__header-menu-content-inner.sale .campaign__feature-list-item.TS-0 .limit .date::after, #common__header .common__header-menu-content-inner.sale .campaign__feature-list-item.TS-1 .limit .date::after, #common__header .common__header-menu-content-inner.sale .campaign__feature-list-item.TS-2 .limit .date::after {
            color: var(--color-sale-price);
            font-size: var(--size-txt-s); }
        #common__header .common__header-menu-content-inner.sale .campaign__feature-list-item.TS-2 .limit .date::after {
          content: "あと2日で終了"; }
        #common__header .common__header-menu-content-inner.sale .campaign__feature-list-item.TS-1 .limit .date::after {
          content: "明日で終了"; }
        #common__header .common__header-menu-content-inner.sale .campaign__feature-list-item.TS-0 .limit .date::after {
          content: "本日で終了"; }
        @media (min-width: 769px) {
          #common__header .common__header-menu-content-inner.sale .campaign__feature-list-item::after {
            content: "";
            height: 64px;
            width: 180px;
            display: block;
            position: absolute;
            top: 312px;
            box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 3px 20px -5px rgba(0, 0, 0, 0.08), 0px 5px 40px -10px rgba(0, 0, 0, 0.06);
            backdrop-filter: blur(8px); }
          #common__header .common__header-menu-content-inner.sale .campaign__feature-list-item:nth-child(1)::after {
            background-image: linear-gradient(0deg, #2AFADF 10%, #4C83FF 100%); }
          #common__header .common__header-menu-content-inner.sale .campaign__feature-list-item:nth-child(2)::after {
            background-image: linear-gradient(0deg, #F0FF00 10%, #58CFFB 100%); }
          #common__header .common__header-menu-content-inner.sale .campaign__feature-list-item:nth-child(3)::after {
            background-image: linear-gradient(0deg, #FFC600 10%, #FD6E6A 100%); }
          #common__header .common__header-menu-content-inner.sale .campaign__feature-list-item:nth-child(4)::after {
            background-image: linear-gradient(0deg, #97ABFF 10%, #123597 100%); } }
      #common__header .common__header-menu-content-inner.sale .campaign__feature-list-viewall {
        margin-top: auto; }
        #common__header .common__header-menu-content-inner.sale .campaign__feature-list-viewall a {
          display: block;
          padding: .75em;
          color: var(--color-font-mid);
          font-weight: bold;
          text-align: center;
          border-radius: var(--radius-m);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          background-color: var(--color-ui-light);
          margin: 0 -4px; }
          #common__header .common__header-menu-content-inner.sale .campaign__feature-list-viewall a:hover {
            color: var(--color-link);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            background-color: var(--color-ui-light-hover); }
            #common__header .common__header-menu-content-inner.sale .campaign__feature-list-viewall a:hover.link-after-arrow::after {
              border-color: var(--color-link); }
    #common__header .common__header-menu-content-inner.sale .maijan {
      display: flex;
      flex-direction: column; }
      @media (min-width: 769px) {
        #common__header .common__header-menu-content-inner.sale .maijan {
          width: 21.78%; } }
      @media (max-width: 768px) {
        #common__header .common__header-menu-content-inner.sale .maijan {
          margin-top: 20px; } }
      #common__header .common__header-menu-content-inner.sale .maijan-banner {
        display: block;
        color: var(--color-font-mid);
        text-align: center; }
        @media (max-width: 768px) {
          #common__header .common__header-menu-content-inner.sale .maijan-banner {
            display: flex;
            align-items: center;
            box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 3px 20px -5px rgba(0, 0, 0, 0.08), 0px 5px 40px -10px rgba(0, 0, 0, 0.06);
            background: #faef9a; } }
        #common__header .common__header-menu-content-inner.sale .maijan-banner img {
          width: 100%;
          aspect-ratio: 223 / 169;
          height: auto;
          object-fit: cover; }
          @media (min-width: 769px) {
            #common__header .common__header-menu-content-inner.sale .maijan-banner img {
              height: 180px; } }
          @media (max-width: 768px) {
            #common__header .common__header-menu-content-inner.sale .maijan-banner img {
              width: 220px;
              height: 168px; } }
        #common__header .common__header-menu-content-inner.sale .maijan-banner:hover img {
          filter: brightness(1.1); }
      #common__header .common__header-menu-content-inner.sale .maijan .description {
        font-size: var(--size-txt-s);
        text-align: center; }
        @media (min-width: 769px) {
          #common__header .common__header-menu-content-inner.sale .maijan .description {
            margin: 10px 0 30px; } }
        @media (max-width: 900px) {
          #common__header .common__header-menu-content-inner.sale .maijan .description {
            margin: 10px 0 calc(30px - 1.3em); } }
        @media (max-width: 768px) {
          #common__header .common__header-menu-content-inner.sale .maijan .description {
            padding: 0 1em 0 0;
            width: 100%; }
            #common__header .common__header-menu-content-inner.sale .maijan .description br {
              display: none; } }
      #common__header .common__header-menu-content-inner.sale .maijan .challenge {
        display: none; }
        #common__header .common__header-menu-content-inner.sale .maijan .challenge ::before {
          font-size: var(--size-txt-s);
          font-weight: bold;
          text-align: center; }
        .maijan--ok #common__header .common__header-menu-content-inner.sale .maijan .challenge {
          display: block; }
          .maijan--ok #common__header .common__header-menu-content-inner.sale .maijan .challenge ::before {
            content: "本日分にチャレンジできます";
            color: var(--color-sale-price); }
        .maijan--ng #common__header .common__header-menu-content-inner.sale .maijan .challenge {
          display: block; }
          .maijan--ng #common__header .common__header-menu-content-inner.sale .maijan .challenge ::before {
            content: "明日もまたチャレンジできます";
            color: var(--color-sale-price); }
        @media (min-width: 769px) {
          #common__header .common__header-menu-content-inner.sale .maijan .challenge {
            margin-bottom: 30px; } }
        @media (max-width: 900px) {
          #common__header .common__header-menu-content-inner.sale .maijan .challenge {
            margin-bottom: calc(30px - 1.3em); } }
        @media (max-width: 768px) {
          #common__header .common__header-menu-content-inner.sale .maijan .challenge {
            margin: 1em; } }
      #common__header .common__header-menu-content-inner.sale .maijan-link {
        margin-top: auto; }
        #common__header .common__header-menu-content-inner.sale .maijan-link a {
          display: block;
          padding: .75em;
          color: var(--color-font-mid);
          font-weight: bold;
          text-align: center;
          background-color: #fff;
          border-radius: var(--radius-m);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          background-color: var(--color-ui-light); }
          #common__header .common__header-menu-content-inner.sale .maijan-link a:hover {
            color: var(--color-link);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            background-color: var(--color-ui-light-hover); }
            #common__header .common__header-menu-content-inner.sale .maijan-link a:hover.link-after-arrow::after {
              border-color: var(--color-link); }
  #common__header .common__header-menu-content-inner.product {
    min-height: 460px; }
    @media (min-width: 769px) {
      #common__header .common__header-menu-content-inner.product {
        padding-top: 30px;
        padding-bottom: 40px; } }
    @media (max-width: 768px) {
      #common__header .common__header-menu-content-inner.product {
        padding-top: 25px;
        padding-bottom: 100px;
        flex-direction: column; } }
    #common__header .common__header-menu-content-inner.product.active {
      opacity: 1;
      pointer-events: all;
      transition: opacity 0.3s ease-in-out;
      -webkit-transition: opacity 0.3s ease-in-out; }
    #common__header .common__header-menu-content-inner.product .common__header-search {
      width: 100%;
      max-width: 786px;
      margin: 0 auto; }
      #common__header .common__header-menu-content-inner.product .common__header-search form {
        width: 100%; }
      #common__header .common__header-menu-content-inner.product .common__header-search-form {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        max-width: 600px; }
        @media (min-width: 769px) {
          #common__header .common__header-menu-content-inner.product .common__header-search-form::before {
            position: absolute;
            left: 1em;
            content: "";
            width: 1.25em;
            height: 1.25em;
            background: url("/img_sc/sourcenext_com/common/icon_search_b.svg") no-repeat center left 50%;
            z-index: 10; } }
        #common__header .common__header-menu-content-inner.product .common__header-search-form input {
          display: block;
          width: 100%;
          padding: 1em 6em 1em 3em;
          border: 1px solid var(--color-border-mid); }
          #common__header .common__header-menu-content-inner.product .common__header-search-form input:focus {
            border-color: var(--color-border-dark); }
          @media (max-width: 768px) {
            #common__header .common__header-menu-content-inner.product .common__header-search-form input {
              padding: 0.5em 46px 0.5em 1em;
              height: 44px;
              font-size: var(--size-txt-caption); } }
        #common__header .common__header-menu-content-inner.product .common__header-search-form button {
          position: absolute;
          z-index: 10;
          display: block;
          border: none; }
          @media (min-width: 769px) {
            #common__header .common__header-menu-content-inner.product .common__header-search-form button {
              right: 1em;
              padding: .5em 1em;
              color: var(--color-font-sub);
              border-radius: var(--radius-s); } }
          @media (max-width: 768px) {
            #common__header .common__header-menu-content-inner.product .common__header-search-form button {
              background: transparent;
              color: transparent;
              right: 0;
              height: 44px;
              width: 44px; }
              #common__header .common__header-menu-content-inner.product .common__header-search-form button::before {
                position: absolute;
                display: block;
                left: 12px;
                content: "";
                width: 1.25em;
                height: 1.25em;
                background: url("/img_sc/sourcenext_com/common/icon_search_b.svg") no-repeat center left 50%;
                z-index: 10; } }
          #common__header .common__header-menu-content-inner.product .common__header-search-form button:hover {
            color: var(--color-font-on);
            background-color: var(--color-link); }
      #common__header .common__header-menu-content-inner.product .common__header-search-tags {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px; }
        #common__header .common__header-menu-content-inner.product .common__header-search-tags-wrap {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          @media (min-width: 769px) {
            #common__header .common__header-menu-content-inner.product .common__header-search-tags-wrap {
              flex-wrap: wrap; } }
          @media (max-width: 768px) {
            #common__header .common__header-menu-content-inner.product .common__header-search-tags-wrap {
              padding-bottom: 10px;
              overflow-x: scroll;
              -webkit-overflow-scrolling: auto; } }
          #common__header .common__header-menu-content-inner.product .common__header-search-tags-wrap button {
            position: relative;
            display: flex;
            align-items: center;
            padding: .4em 1em;
            margin: 3px;
            color: var(--color-font-sub);
            font-size: var(--size-txt-caption);
            background-color: #f0f0f0;
            border: none;
            border-radius: var(--radius-s); }
            @media (max-width: 768px) {
              #common__header .common__header-menu-content-inner.product .common__header-search-tags-wrap button {
                white-space: pre; } }
            #common__header .common__header-menu-content-inner.product .common__header-search-tags-wrap button::before {
              content: '';
              position: absolute;
              top: 50%;
              left: .2em;
              width: 3px;
              height: 3px;
              border-top: 2px solid var(--color-font-sub);
              border-right: 2px solid var(--color-font-sub);
              transform: rotate(45deg) translateY(-50%); }
            #common__header .common__header-menu-content-inner.product .common__header-search-tags-wrap button:hover {
              color: var(--color-font-light);
              background-color: #f6f6f6; }
    #common__header .common__header-menu-content-inner.product .feature-products {
      width: 100%;
      max-width: 960px;
      padding-top: 20px;
      margin: 20px auto 0;
      border-top: 1px solid var(--color-border-mid); }
      #common__header .common__header-menu-content-inner.product .feature-products .title {
        font-weight: bold;
        font-size: var(--size-h-s);
        text-align: center;
        margin-bottom: 0.8em; }
      #common__header .common__header-menu-content-inner.product .feature-products-list {
        display: flex;
        margin-top: 10px;
        justify-content: center;
        margin: 0;
        padding: 0; }
        @media (min-width: 769px) {
          #common__header .common__header-menu-content-inner.product .feature-products-list {
            column-gap: 16px; } }
        @media (max-width: 768px) {
          #common__header .common__header-menu-content-inner.product .feature-products-list {
            /*justify-content: space-between;
            flex-wrap: wrap;*/
            flex-wrap: wrap;
            column-gap: 8px;
            row-gap: 8px; } }
        @media (min-width: 769px) {
          #common__header .common__header-menu-content-inner.product .feature-products-list-item {
            width: 140px;
            height: 140px;
            aspect-ratio: 1 / 1; } }
        @media (max-width: 768px) {
          #common__header .common__header-menu-content-inner.product .feature-products-list-item {
            width: calc(calc(100% / 3) - 8px);
            max-width: 170px;
            height: auto;
            aspect-ratio: 1 / 1; } }
        #common__header .common__header-menu-content-inner.product .feature-products-list-item a {
          display: block;
          text-align: center;
          line-height: 0; }
          #common__header .common__header-menu-content-inner.product .feature-products-list-item a img {
            width: 100%; }
          #common__header .common__header-menu-content-inner.product .feature-products-list-item a:hover img {
            filter: brightness(1.1); }
      #common__header .common__header-menu-content-inner.product .feature-products-list-viewall {
        margin-top: 30px; }
        #common__header .common__header-menu-content-inner.product .feature-products-list-viewall a {
          display: block;
          padding: .75em;
          color: var(--color-font-mid);
          font-weight: bold;
          text-align: center;
          background-color: #fff;
          border-radius: var(--radius-m);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          background-color: var(--color-ui-light); }
          #common__header .common__header-menu-content-inner.product .feature-products-list-viewall a:hover {
            color: var(--color-link);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            background-color: var(--color-ui-light-hover); }
            #common__header .common__header-menu-content-inner.product .feature-products-list-viewall a:hover.link-after-arrow::after {
              border-color: var(--color-link); }
@media (min-width: 769px) {
  #common__header .common__header-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column; } }
#common__header .common__header-search-icon::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer; }
#common__header .common__header-search-icon::before {
  background-image: url(/img_sc/sourcenext_com/common/icon-search_pc.png); }
  @media (max-width: 768px) {
    #common__header .common__header-search-icon::before {
      background-image: url(/img_sc/sourcenext_com/common/icon-search_sp.png); } }
@media (min-width: 769px) {
  .active #common__header .common__header-search-icon {
    background: var(--color-link);
    border-radius: 0px 3px 3px 0px; } }
@media (max-width: 768px) {
  .active #common__header .common__header-search-icon {
    opacity: 0.4; } }
@media (min-width: 769px) {
  #common__header .common__header-search-box {
    width: 0;
    opacity: 0;
    transition: width 0.3s ease-out; } }
@media (max-width: 768px) {
  #common__header .common__header-search-box {
    position: absolute;
    z-index: -1;
    top: -50px;
    left: 0;
    width: 100%;
    padding: 10px;
    background: #111; } }
#common__header .common__header-search-box input {
  width: 100%; }
  @media (min-width: 769px) {
    #common__header .common__header-search-box input {
      height: 28px;
      line-height: 28px;
      border: none;
      border-radius: 3px 0px 0px 3px;
      font-size: var(--size-txt-caption); } }
  @media (max-width: 768px) {
    #common__header .common__header-search-box input {
      border: 1px solid #707070;
      border-radius: 5px;
      height: 40px; } }
@media (min-width: 769px) {
  .common__header-search.active #common__header .common__header-search-box {
    width: calc(100% - 28px - 2px);
    opacity: 1; } }
@media (max-width: 768px) {
  .common__header-search.active #common__header .common__header-search-box {
    z-index: 1;
    top: 50px; } }
.common__header-search.active #common__header .common__header-search-box input {
  display: block;
  color: #111; }
  @media (min-width: 769px) {
    .common__header-search.active #common__header .common__header-search-box input {
      padding: 4px 8px; } }
#common__header .common__header-member {
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 100; }
  #common__header .common__header-member > p {
    display: flex;
    align-items: center;
    height: 100%; }
#common__header .common__header-member-icon {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 6px 16px 6px 24px;
  color: var(--color-font-on);
  background: url(/img_sc/sourcenext_com/common/icon-member.svg) left 1rem center no-repeat;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; }
  @media (max-width: 768px) {
    #common__header .common__header-member-icon {
      background-size: 14px 14px;
      padding: 0 16px; } }
  #common__header .common__header-member-icon.active, #common__header .common__header-member-icon:hover {
    background-color: var(--color-ui-dark);
    border-bottom-color: var(--color-ui-mid); }
  #common__header .common__header-member-icon:hover {
    cursor: pointer; }
  body.IsLogin #common__header .common__header-member-icon {
    text-align: left; }
  @media (min-width: 769px) {
    #common__header .common__header-member-icon p {
      margin-left: 10px;
      font-size: 10px;
      text-align: left; } }
  #common__header .common__header-member-icon span {
    display: block;
    padding-left: 1rem;
    font-size: var(--size-txt-caption);
    line-height: 1.2em; }
    #common__header .common__header-member-icon span:nth-of-type(n+2) {
      margin-left: auto; }
#common__header .common__header-member-wrapper {
  overflow: hidden;
  position: absolute;
  z-index: 100;
  top: 50px;
  right: 0;
  width: 100%;
  max-height: 0;
  background: #fff;
  overflow-y: hidden;
  transition: max-height 0.1s;
  -webkit-transition: max-height 0.1s; }
  @media (min-width: 769px) {
    #common__header .common__header-member-wrapper {
      top: 50px;
      width: 100%; } }
  #common__header .common__header-member-wrapper.active {
    overflow: visible;
    max-height: 100vh;
    transition: max-height 0.3s;
    -webkit-transition: max-height 0.3s; }
    #common__header .common__header-member-wrapper.active .common__header-member-box {
      opacity: 1;
      pointer-events: all;
      transition: opacity 0.3s ease-in-out;
      -webkit-transition: opacity 0.3s ease-in-out; }
    @media (max-width: 768px) {
      #common__header .common__header-member-wrapper.active {
        height: calc(100vh - 50px);
        overflow: scroll;
        -webkit-overflow-scrolling: auto; } }
#common__header .common__header-member-box {
  margin: 0 auto;
  background-color: #fff;
  box-shadow: var(--shadow-mid);
  min-height: 380px;
  opacity: 0;
  pointer-events: none; }
  @media (max-width: 768px) {
    #common__header .common__header-member-box {
      padding-bottom: 100px; } }
  #common__header .common__header-member-box > *:last-of-type {
    padding-bottom: 20px; }
#common__header .common__header-member-inner {
  max-width: 1100px;
  padding-left: 8px;
  padding-right: 8px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 768px) {
    #common__header .common__header-member-inner {
      padding-left: 4.53%;
      padding-right: 4.53%;
      background-color: #fff; } }
#common__header .common__header-member-head {
  background-color: #fff;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto; }
  #common__header .common__header-member-head.login {
    display: none; }
  @media (min-width: 769px) {
    #common__header .common__header-member-head.logout {
      min-height: calc(24px + 20px); } }
  @media (max-width: 768px) {
    #common__header .common__header-member-head.logout {
      min-height: calc(18px + 20px); } }
  .IsLogin #common__header .common__header-member-head.login {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .IsLogin #common__header .common__header-member-head.logout {
    display: none; }
  .NotLogin #common__header .common__header-member-head.logout {
    display: block; }
  @media (min-width: 769px) {
    #common__header .common__header-member-head {
      padding-left: 3%;
      padding-right: 3%;
      padding-top: 20px; } }
  @media (max-width: 768px) {
    #common__header .common__header-member-head {
      padding-left: 4.53%;
      padding-right: 4.53%;
      padding-top: 10px; } }
  #common__header .common__header-member-head .maijan a {
    display: flex;
    align-items: center;
    font-size: var(--size-txt-s); }
    @media (max-width: 768px) {
      #common__header .common__header-member-head .maijan a {
        font-size: var(--size-txt-caption); } }
    #common__header .common__header-member-head .maijan a::before {
      content: "";
      display: inline-block;
      background: url(/img_sc/sourcenext_com/common/icon-garapon.png) no-repeat center/contain;
      width: 21px;
      height: 21px;
      vertical-align: middle;
      margin-right: 0.2em; }
    #common__header .common__header-member-head .maijan a::after {
      content: '本日の毎ジャン宝くじ';
      color: #00A5E3;
      display: inline-block;
      text-decoration: underline; }
    #common__header .common__header-member-head .maijan a:hover::after {
      text-decoration: none; }
  .UserInitialized #common__header .common__header-member-head::before {
    display: none; }
  #common__header .common__header-member-head .u-UserName {
    font-size: var(--size-txt-m);
    font-weight: bold;
    color: var(--color-font-mid); }
    @media (max-width: 768px) {
      #common__header .common__header-member-head .u-UserName::after {
        content: "";
        display: inline-block;
        height: 0.5em;
        width: 0.5em;
        border-right: solid 2px #fff;
        border-bottom: solid 2px #fff;
        -webkit-transform: rotate(45deg) translateY(-10%);
        transform: rotate(45deg) translateY(-10%);
        margin: 0.2em 0px 0px 0.2em;
        vertical-align: top; }
      .common__header-menu #common__header .common__header-member-head .u-UserName {
        background: none;
        padding-left: 0; } }
@media (min-width: 769px) {
  #common__header .common__header-member-top {
    margin-top: 20px; } }
@media (max-width: 768px) {
  #common__header .common__header-member-top {
    margin-top: 10px; } }
#common__header .common__header-member-top .large-list {
  display: flex;
  column-gap: 1.81%; }
  @media (max-width: 768px) {
    #common__header .common__header-member-top .large-list {
      flex-direction: column; } }
#common__header .common__header-member-top .large-item {
  flex: 1;
  margin: 0 0 1em 0; }
  #common__header .common__header-member-top .large-item a {
    display: block;
    height: 100%;
    color: var(--color-font-mid);
    text-align: center;
    background-color: #fff;
    border-radius: var(--radius-m);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
    @media (min-width: 769px) {
      #common__header .common__header-member-top .large-item a {
        padding: 20px 7%; } }
    @media (max-width: 768px) {
      #common__header .common__header-member-top .large-item a {
        padding: 10px 6%; }
        #common__header .common__header-member-top .large-item a + .large-item {
          margin-top: 10px; } }
    #common__header .common__header-member-top .large-item a:hover {
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      text-decoration: none; }
      #common__header .common__header-member-top .large-item a:hover .name {
        color: var(--color-link); }
  #common__header .common__header-member-top .large-item .name {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: var(--size-txt-s); }
    #common__header .common__header-member-top .large-item .name::before {
      content: "";
      display: inline-block;
      width: 1.5em;
      height: 1.5em;
      margin-right: .5625em;
      background: no-repeat center center / contain; }
  #common__header .common__header-member-top .large-item.product-list .name::before {
    background-image: url("/img_sc/sourcenext_com/common/icon-list.svg"); }
  #common__header .common__header-member-top .large-item.user-info .name::before {
    background-image: url("/img_sc/sourcenext_com/common/icon-person_w.svg");
    filter: brightness(0.35); }
  #common__header .common__header-member-top .large-item.sn-epoint .name::before {
    background-image: url("/img_sc/sourcenext_com/common/icon-epoint.svg"); }
  #common__header .common__header-member-top .large-item.order-history .name::before {
    background-image: url("/img_sc/sourcenext_com/common/icon-cart_w.svg");
    filter: brightness(0.35); }
  #common__header .common__header-member-top .large-item .content {
    margin-top: 10px;
    font-size: var(--size-txt-caption); }
  @media (max-width: 768px) {
    #common__header .common__header-member-top .large-item.sn-epoint .content {
      margin-top: 3px; } }
  #common__header .common__header-member-top .large-item.sn-epoint .sn-epoint-login {
    display: none; }
  .IsLogin #common__header .common__header-member-top .large-item.sn-epoint .sn-epoint-logout {
    display: none; }
  .IsLogin #common__header .common__header-member-top .large-item.sn-epoint .sn-epoint-login {
    display: block; }
  #common__header .common__header-member-top .large-item .epoint-wrap {
    display: flex;
    align-items: center;
    font-weight: bold; }
    @media (min-width: 769px) {
      #common__header .common__header-member-top .large-item .epoint-wrap {
        justify-content: space-between; } }
    @media (max-width: 768px) {
      #common__header .common__header-member-top .large-item .epoint-wrap {
        justify-content: center; } }
    #common__header .common__header-member-top .large-item .epoint-wrap .epoint {
      color: #FF6500; }
      @media (max-width: 768px) {
        #common__header .common__header-member-top .large-item .epoint-wrap .epoint {
          margin-left: 1em; } }
      #common__header .common__header-member-top .large-item .epoint-wrap .epoint-num {
        font-size: var(--size-h-m);
        display: inline-block; }
  #common__header .common__header-member-top .large-item .text {
    font-size: var(--size-txt-caption); }
#common__header .common__header-member-bottom {
  display: flex;
  column-gap: 1.81%; }
  @media (min-width: 769px) {
    #common__header .common__header-member-bottom {
      margin-top: 20px; } }
  @media (max-width: 768px) {
    #common__header .common__header-member-bottom {
      flex-wrap: wrap;
      margin-top: 10px; } }
  #common__header .common__header-member-bottom .medium-list-title {
    padding: 10px;
    font-size: var(--size-h-s);
    font-weight: bold;
    text-align: center;
    color: var(--color-font-mid); }
    @media (min-width: 769px) {
      #common__header .common__header-member-bottom .medium-list-title {
        width: 25%; } }
  #common__header .common__header-member-bottom .medium-wrap {
    display: flex;
    align-items: center;
    border: 1px solid var(--color-border-light);
    border-radius: var(--radius-m); }
    @media (min-width: 769px) {
      #common__header .common__header-member-bottom .medium-wrap {
        width: 63.2%; } }
    @media (max-width: 768px) {
      #common__header .common__header-member-bottom .medium-wrap {
        width: 100%;
        padding-bottom: 10px;
        flex-direction: column; } }
  #common__header .common__header-member-bottom .medium-list {
    display: flex; }
    @media (min-width: 769px) {
      #common__header .common__header-member-bottom .medium-list {
        width: 75%; } }
    @media (max-width: 768px) {
      #common__header .common__header-member-bottom .medium-list {
        flex-direction: column;
        width: 100%; } }
  #common__header .common__header-member-bottom .medium-item {
    flex: 1; }
    #common__header .common__header-member-bottom .medium-item a {
      display: flex;
      align-items: center;
      height: 100%;
      padding-right: 18%;
      color: var(--color-font-mid);
      text-align: center; }
      @media (min-width: 769px) {
        #common__header .common__header-member-bottom .medium-item a {
          flex-wrap: wrap;
          padding: 10px; } }
      @media (max-width: 768px) {
        #common__header .common__header-member-bottom .medium-item a {
          padding: 5px 6.73%;
          justify-content: space-between; } }
      #common__header .common__header-member-bottom .medium-item a:hover {
        text-decoration: none; }
        #common__header .common__header-member-bottom .medium-item a:hover .name {
          color: var(--color-link); }
      #common__header .common__header-member-bottom .medium-item a:hover.link-after-arrow::after {
        border-color: var(--color-link); }
    #common__header .common__header-member-bottom .medium-item .name {
      font-size: var(--size-h-s);
      font-weight: bold; }
      @media (min-width: 769px) {
        #common__header .common__header-member-bottom .medium-item .name {
          width: 100%; } }
      @media (max-width: 768px) {
        #common__header .common__header-member-bottom .medium-item .name {
          min-width: 6em;
          padding-right: 1em;
          text-align: start; } }
    #common__header .common__header-member-bottom .medium-item .limit {
      font-size: var(--size-txt-caption);
      display: none; }
      .IsLogin #common__header .common__header-member-bottom .medium-item .limit {
        display: block; }
      @media (min-width: 769px) {
        #common__header .common__header-member-bottom .medium-item .limit {
          width: 100%;
          text-align: left;
          margin-left: 10px; } }
      @media (max-width: 768px) {
        #common__header .common__header-member-bottom .medium-item .limit {
          margin-right: auto; } }
      #common__header .common__header-member-bottom .medium-item .limit::after {
        content: "まで有効"; }
      #common__header .common__header-member-bottom .medium-item .limit:empty::after {
        content: "未加入"; }
  #common__header .common__header-member-bottom .small-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 10px;
    padding-right: 2.4%;
    color: var(--color-font-mid);
    font-size: .8125em;
    font-weight: bold;
    text-align: center;
    border: 1px solid var(--color-border-mid);
    border-radius: var(--radius-m); }
    @media (max-width: 768px) {
      #common__header .common__header-member-bottom .small-item {
        margin-top: 10px;
        padding: 20px 6%; } }
    #common__header .common__header-member-bottom .small-item:hover {
      color: var(--color-link);
      border-color: var(--color-link); }
    @media (max-width: 768px) {
      #common__header .common__header-member-bottom .small-item.link-after-arrow::after {
        right: 7.2%;
        width: 6px;
        height: 6px; } }
    #common__header .common__header-member-bottom .small-item:hover.link-after-arrow::after {
      border-color: var(--color-link); }
#common__header .common__header-member-logout, #common__header .common__header-member-login {
  text-align: end;
  background-color: #fff;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 769px) {
    #common__header .common__header-member-logout, #common__header .common__header-member-login {
      padding-top: 20px;
      padding-left: 3%;
      padding-right: 3%; } }
  @media (max-width: 768px) {
    #common__header .common__header-member-logout, #common__header .common__header-member-login {
      padding-top: 10px;
      padding-left: 4.53%;
      padding-right: 4.53%; } }
  #common__header .common__header-member-logout a, #common__header .common__header-member-login a {
    color: var(--color-font-sub);
    font-size: var(--size-txt-s);
    text-decoration: underline; }
    #common__header .common__header-member-logout a:hover, #common__header .common__header-member-login a:hover {
      text-decoration: none; }
#common__header .common__header-member-logout {
  display: none; }
  .IsLogin #common__header .common__header-member-logout {
    display: block; }
.IsLogin #common__header .common__header-member-login {
  display: none; }
#common__header .common__header-member-info {
  display: none;
  margin-bottom: 10px; }
  @media (min-width: 769px) {
    #common__header .common__header-member-info {
      width: 50%;
      background: #F6F7F8;
      border-radius: 5px; } }
  @media (max-width: 768px) {
    #common__header .common__header-member-info {
      order: 3;
      width: 100%; } }
  .IsLogin #common__header .common__header-member-info {
    display: block; }
  #common__header .common__header-member-info li {
    position: relative;
    margin: 0 10px;
    padding: 10px 0;
    font-weight: bold;
    text-align: right; }
    #common__header .common__header-member-info li:not(:first-of-type) {
      border-top: 1px solid #D5D4D4; }
    #common__header .common__header-member-info li h3 {
      position: absolute;
      font-size: var(--size-txt-caption);
      text-align: left;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      @media (max-width: 768px) {
        #common__header .common__header-member-info li h3 {
          font-size: var(--size-txt-caption); } }
      #common__header .common__header-member-info li h3 i {
        color: transparent; }
    #common__header .common__header-member-info li p {
      font-size: var(--size-txt-caption);
      font-weight: normal; }
      #common__header .common__header-member-info li p.limit {
        color: #A30000;
        font-weight: bold; }
    #common__header .common__header-member-info li.service p {
      margin-bottom: 0.7rem; }
      #common__header .common__header-member-info li.service p:last-child {
        margin-bottom: 0; }
  #common__header .common__header-member-info a {
    display: block;
    padding-right: 15px;
    position: relative; }
    #common__header .common__header-member-info a::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 5px;
      width: 8px;
      height: 8px;
      border-top: 2px solid #888;
      border-right: 2px solid #888;
      transform: rotate(45deg) translateY(-50%); }
    #common__header .common__header-member-info a:not(:first-of-type) {
      margin-top: 10px; }
  #common__header .common__header-member-info .service span {
    font-size: var(--size-txt-caption);
    font-weight: normal; }
    #common__header .common__header-member-info .service span::before {
      display: block;
      font-size: var(--size-txt-s);
      font-weight: bold; }
    #common__header .common__header-member-info .service span::after {
      content: 'まで有効'; }
    #common__header .common__header-member-info .service span:empty::after {
      content: '未加入'; }
  #common__header .common__header-member-info .service .u-houdai::before {
    content: '超ホーダイ'; }
  body.IsHoudai #common__header .common__header-member-info .service .u-houdai:empty::after {
    content: '加入済み'; }
  #common__header .common__header-member-info .service .u-dl::before {
    content: '超割'; }
  #common__header .common__header-member-info .service .u-SGM::before {
    content: 'SGM'; }
#common__header .common__header-member-notice {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 10px 5px;
  background: #E7F5FC;
  border-radius: 5px; }
  @media (min-width: 769px) {
    #common__header .common__header-member-notice {
      width: 50%; } }
  @media (max-width: 768px) {
    #common__header .common__header-member-notice {
      order: 1;
      width: 100%; } }
  #common__header .common__header-member-notice h3 {
    font-size: var(--size-h-s);
    font-weight: 700; }
  #common__header .common__header-member-notice h3 + a {
    font-size: var(--size-txt-caption);
    padding-right: 10px;
    position: relative; }
    #common__header .common__header-member-notice h3 + a::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 5px;
      width: 8px;
      height: 8px;
      border-top: 2px solid #888;
      border-right: 2px solid #888;
      transform: rotate(45deg) translateY(-50%); }
    #common__header .common__header-member-notice h3 + a::after {
      width: 6px;
      height: 6px;
      margin-top: -2px;
      border-width: 1px; }
  #common__header .common__header-member-notice ul {
    width: 100%; }
  #common__header .common__header-member-notice li {
    margin-top: 10px;
    margin-left: 5px;
    padding-left: 20px;
    background: url(/img_sc/sourcenext_com/common/icon-info.png) left center/16px no-repeat;
    font-size: var(--size-txt-caption); }
    #common__header .common__header-member-notice li a {
      text-decoration: underline; }
@media (min-width: 769px) {
  #common__header .common__header-member-link {
    width: calc(100% - 20px);
    margin-left: 10px; }
    #common__header .common__header-member-link br {
      display: none; } }
@media (min-width: 769px) {
  .IsLogin #common__header .common__header-member-link {
    width: calc(50% - 10px); } }
@media (max-width: 768px) {
  #common__header .common__header-member-link {
    order: 2;
    width: 100%;
    text-align: center; } }
#common__header .common__header-member-link li {
  font-size: var(--size-txt-caption);
  font-weight: 700;
  position: relative; }
  #common__header .common__header-member-link li::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #888;
    border-right: 2px solid #888;
    transform: rotate(45deg) translateY(-50%); }
  #common__header .common__header-member-link li::after {
    display: none; }
    @media (max-width: 768px) {
      #common__header .common__header-member-link li::after {
        right: 12px; } }
    .IsLogin #common__header .common__header-member-link li::after {
      display: block; }
  @media (min-width: 769px) {
    #common__header .common__header-member-link li {
      height: 50px;
      padding: 0 10px;
      border-bottom: 1px solid #BCBCBC;
      text-align: left; } }
  @media (max-width: 768px) {
    #common__header .common__header-member-link li {
      display: inline-block;
      width: 100%;
      margin-bottom: 10px;
      background: #F1F1F1;
      border: 1px solid #BCBCBC;
      border-radius: 5px;
      vertical-align: top;
      padding: 0 10px;
      font-size: var(--size-txt-caption); }
      #common__header .common__header-member-link li.large {
        padding: 10px 16px;
        font-size: var(--size-txt-s);
        text-align: left; }
        #common__header .common__header-member-link li.large span {
          display: inline-block; }
      #common__header .common__header-member-link li.small {
        width: calc(50% - 6px);
        height: 45px; }
        #common__header .common__header-member-link li.small:last-of-type {
          margin-left: 8px; }
        #common__header .common__header-member-link li.small a {
          display: flex;
          align-items: center;
          justify-content: center; }
        #common__header .common__header-member-link li.small span {
          display: none; } }
  #common__header .common__header-member-link li a {
    width: 100%;
    height: 100%; }
    @media (min-width: 769px) {
      #common__header .common__header-member-link li a {
        display: flex;
        flex-wrap: wrap;
        align-content: center; } }
  #common__header .common__header-member-link li span {
    width: 100%;
    font-size: var(--size-txt-caption);
    font-weight: normal; }
#common__header .common__header-member-link .login,
#common__header .common__header-member-link .logout {
  display: none;
  margin-top: 10px;
  font-size: var(--size-txt-s);
  text-align: right; }
  #common__header .common__header-member-link .login a,
  #common__header .common__header-member-link .logout a {
    color: #777777;
    text-decoration: underline; }
    #common__header .common__header-member-link .login a:hover,
    #common__header .common__header-member-link .logout a:hover {
      text-decoration: none; }
.UserInitialized.NotLogin #common__header .common__header-member-link .login {
  display: block; }
.IsLogin #common__header .common__header-member-link .logout {
  display: block; }
#common__header .common__header-logout-message {
  font-size: var(--size-txt-s);
  display: none;
  text-align: right;
  padding: 1em 0 0 0; }
  #common__header .common__header-logout-message a {
    color: var(--color-link); }
    #common__header .common__header-logout-message a::before {
      content: 'お客様情報を確認するにはログインしてください。';
      text-decoration: underline; }
  .NotLogin #common__header .common__header-logout-message {
    display: block; }
#common__header .common__header-cart {
  height: 100%; }
  #common__header .common__header-cart a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 1rem;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent; }
    #common__header .common__header-cart a::before {
      content: '';
      display: block;
      width: 16px;
      height: 16px;
      margin: auto;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      cursor: pointer; }
    #common__header .common__header-cart a:hover {
      background-color: var(--color-ui-dark);
      border-bottom-color: var(--color-ui-mid); }
    #common__header .common__header-cart a span {
      padding-left: .5em;
      color: var(--color-font-on);
      font-size: var(--size-txt-caption); }
  #common__header .common__header-cart a::before {
    background-image: url(/img_sc/sourcenext_com/common/icon-cart.svg);
    z-index: 10;
    position: relative; }
    @media (max-width: 768px) {
      #common__header .common__header-cart a::before {
        width: 16px;
        height: 16px; } }

@media (max-width: 768px) {
  #common__header .js_header-menu.active .common__header-menu-icon {
    background: url(/img_sc/sourcenext_com/common/icon-close.svg) center/contain no-repeat; } }
/*カートインアニメーション*/
.common__header-cart {
  position: relative; }
  .common__header-cart > a::after {
    content: "";
    transition: 300ms;
    background: #cc0000;
    display: block;
    position: absolute;
    margin: auto;
    width: 0.6em;
    height: 0.6em;
    border-radius: 50%;
    right: 0;
    bottom: 0;
    top: -1em;
    left: 80%;
    z-index: 11;
    opacity: 0;
    transform: scale(0);
    /*カートイン*/
    /*カートイン 初回*/
    /*カートアウト 初回*/ }
    @media (min-width: 769px) {
      .common__header-cart > a::after {
        font-size: var(--size-h-s); } }
    @media (max-width: 768px) {
      .common__header-cart > a::after {
        font-size: var(--size-h-l); } }
    .has-CartCount .common__header-cart > a::after {
      opacity: 1;
      transform: scale(1);
      top: -1em;
      left: 80%; }
    .CartCount-up .common__header-cart > a::after {
      left: 10%;
      top: -1em;
      z-index: 1;
      opacity: 0;
      animation: bound-ball 0.5s 0.8s 1;
      animation-fill-mode: forwards; }
    .CartCount-down.hasnot-CartCount .common__header-cart > a::after {
      opacity: 0;
      transform: scale(0); }

@keyframes bound-ball {
  0% {
    top: -0.4em;
    transform: scale(0);
    opacity: 1; }
  30% {
    top: -2.4em;
    transform: scale(0.9, 1.1); }
  60% {
    transform: scale(1); }
  90% {
    top: -1em;
    left: 80%;
    transform: scale(1.1, 0.9);
    z-index: 11; }
  100% {
    top: -1em;
    left: 80%;
    transform: scale(1);
    z-index: 11;
    opacity: 1; } }

