@charset "utf-8";

/* PC */
@media (min-width: 768px) {
  html {
    scroll-behavior: smooth;
  }

  #contents{
    margin-top: -40px !important;
  }

  .l-container {
    color: #393939;
    background: #fff;
    text-align: center;
    line-height: 1.2;
  }
  .l-container blockquote,
  .l-container,
  .l-container code,
  .l-container dd,
  .l-container div,
  .l-container dl,
  .l-container dt,
  .l-container fieldset,
  .l-container form,
  .l-container h1,
  .l-container h2,
  .l-container h3,
  .l-container h4,
  .l-container h5,
  .l-container h6,
  .l-container input,
  .l-container legend,
  .l-container li,
  .l-container ol,
  .l-container p,
  .l-container pre,
  .l-container td,
  .l-container textarea,
  .l-container th,
  .l-container ul {
    margin: 0;
    padding: 0;
  }
  .l-container table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  .l-container fieldset,
  .l-container img {
    border: 0;
    vertical-align: top;
  }
  .l-container address,
  .l-container caption,
  .l-container cite,
  .l-container code,
  .l-container dfn,
  .l-container em,
  .l-container strong,
  .l-container th,
  .l-container var {
    font-style: normal;
    font-weight: 400;
  }
  .l-container ol,
  .l-container ul {
    list-style: none;
  }
  .l-container caption,
  .l-container th {
    text-align: left;
  }
  .l-container h1,
  .l-container h2,
  .l-container h3,
  .l-container h4,
  .l-container h5,
  .l-container h6 {
    font-size: 12px;
    font-weight: 400;
  }
  .l-container q:after,
  .l-container q:before {
    content: "";
  }
  .l-container abbr,
  .l-container acronym {
    border: 0;
    font-variant: normal;
  }
  .l-container sup {
    vertical-align: text-top;
  }
  .l-container sub {
    vertical-align: text-bottom;
  }
  .l-container input,
  .l-container select,
  .l-container textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
  .l-container input,
  .l-container select,
  .l-container textarea {
    font-size: 12px;
  }
  .l-container legend {
    color: #000;
  }
  .l-container {
    font-size: 12px;
    text-align: center;
  }
  .l-container strong {
    font-weight: 700;
  }
  .l-container li,
  .l-container ol,
  .l-container ul {
    list-style: none;
  }
  .l-container a:link {
    color: #000;
    text-decoration: none;
  }
  .l-container a:visited {
    color: #000;
    text-decoration: none;
  }
  .l-container a:hover {
    color: #000;
    text-decoration: underline;
    cursor: pointer;
  }
  .l-container a:active {
    color: #000;
  }
  .l-container .clearfix:after,
  .l-container dl:after,
  .l-container ol:after,
  .l-container ul:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .l-container * .clearfix,
  .l-container * dl,
  .l-container * ol,
  .l-container * ul {
    height: 1%;
  }
  @font-face {
    font-family: "Noto Sans C JK JP DemiLight";
    src: url(/res/font/NotoSansCJKjp-DemiLight.otf) format("embedded-opentype"),
      url(/res/font/NotoSansCJKjp-DemiLight.eot?) format("eot"),
      url(/res/font/NotoSansCJKjp-DemiLight.woff) format("woff"),
      url(/res/font/NotoSansCJKjp-DemiLight.ttf) format("truetype"),
      url(/res/font/NotoSansCJKjp-DemiLight.otf) format("opentype");
  }
  .l-container,
  .l-container button,
  .l-container input,
  .l-container label,
  .l-container select,
  .l-container td,
  .l-container textarea {
    font-family: "Noto Sans C JK JP DemiLight", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
      Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .l-container #pcmode {
    width: 100%;
  }
  .l-container #pcmode1 {
    background-color: #6a6a6a;
    border-bottom: 3px solid #000;
    color: #fff;
    display: block;
    font-size: 100px;
    font-weight: 700;
    line-height: 100%;
    padding: 15px 0;
    text-align: center;
    width: 100%;
  }
  .l-container #title {
    background-color: #828282;
    line-height: 17px;
    text-align: left;
  }
  .l-container h1 {
    margin: 0 auto;
    font-size: 9px;
  }

  /*------------------------------------------------------------
	
------------------------------------------------------------*/
  #contents {
    background: none;
    text-align: center;
  }
  #contents .caution {
    border-bottom: 1px solid #d0d0d0;
    border-top: 1px solid #d0d0d0;
    font-size: 12px;
    margin: 10px 15px 30px;
    padding: 15px 0;
    position: relative;
    text-align: left;
    line-height: 1.7;
  }
  #contents .caution span {
    font-size: 130%;
    font-weight: 700;
  }
  #contents .caution p {
    font-size: 15px;
  }

  /*---------------------------------------------------------
		Common
	*/
  .fl_left {
    float: left;
  }
  .fl_right {
    float: right;
  }
  .fl_group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    padding: 0 0.4em 0 0;
    clear: both;
    height: 0;
  }
  .campaign {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
  }
  .campaign ul,
  .campaign li,
  .campaign dl,
  .campaign dt,
  .campaign dd,
  .campaign p,
  .campaign strong,
  .campaign img {
    text-align: left;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial,
      helvetica, sans-serif;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .campaign p {
    color: #222222;
  }
  .campaign img {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .campaign a img:hover {
    opacity: 0.5;
  }

  /*---------------------------------------------------------
		Special
	*/
  .campaign p {
    letter-spacing: 0.05em;
  }
  .campaign .font_noto {
    font-family: "Noto Sans C JK JP DemiLight", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
      Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .campaign .payment_ttl img {
    width: 115px;
    margin-bottom: 10px;
  }
  .campaign .payment_ttl p.ttl_catch {
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
  }
  .campaign .payment_ttl p.ttl_txt {
    text-align: center;
    font-size: 36px;
    margin-bottom: 70px;
  }

  .campaign ul.payment_nav {
    letter-spacing: -0.4em;
    width: 780px;
    margin: 0 auto 70px;
  }
  .campaign .payment_nav li {
    position: relative;
    letter-spacing: normal;
    display: inline-block;
    width: 220px;
    height: 200px;
    margin: 0 0 40px;
    text-align: center;
    vertical-align: top;
  }
  .campaign .payment_nav li:nth-child(3n-1) {
    margin: 0 60px 40px;
  }
  .campaign .payment_nav li:nth-child(n + 3) {
    height: 230px;
  }
  .campaign ul.payment_nav li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    box-sizing: content-box;
  }
  .campaign .payment_nav li img {
    width: 141px;
    margin: 0 auto 10px !important ;
  }
  .campaign .payment_nav li p {
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.05em;
    font-weight: bold;
  }
  .campaign .payment_nav li p span {
    font-size: 11px;
  }
  .campaign p.payment_txt {
    font-size: 16px;
    line-height: 1.875;
    text-align: center;
    margin-bottom: 100px;
  }

  .campaign .sub_ttl {
    text-align: center;
    font-size: 22px;
    margin-bottom: 60px;
    font-weight: bold;
  }

  .campaign .method ul li {
    margin-bottom: 90px;
  }
  .campaign .method ul li p,
  .campaign .method ul li img {
    margin-bottom: 25px;
  }
  .campaign .method ul li img {
    width: 278px;
  }
  .campaign .method ul li .method_head {
    font-size: 18px;
    font-weight: bold;
  }
  .campaign .method ul li .method_txt {
    font-size: 14px;
    line-height: 1.64;
  }
  .campaign .method ul li .method_annotation {
    font-size: 12px;
    line-height: 1.83;
  }
  .campaign .method ul li .method_link {
    font-size: 13px;
  }
  .campaign .method ul li .method_link a {
    text-decoration: underline;
  }

  .campaign .payment_qa ul li {
    position: relative;
    margin-bottom: 60px;
  }
  .campaign .payment_qa ul li:before,
  .campaign .payment_qa ul li:after {
    content: "";
    position: absolute;
    display: block;
    background: #000;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .campaign .payment_qa ul li:before {
    top: 7px;
    right: 0;
    width: 16px;
    height: 2px;

  }
  .campaign .payment_qa ul li:after {
    top: 0;
    right: 7px;
    width: 2px;
    height: 16px;
  }
  .campaign .payment_qa ul li.on:before {
    opacity: 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .campaign .payment_qa ul li.on:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .campaign .payment_qa ul li p {
    position: relative;
    padding-left: 30px;
    font-size: 14px;
  }
  .campaign .payment_qa ul li p:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
  }
  .campaign .payment_qa ul li p.question {
    cursor: pointer;
  }
  .campaign .payment_qa ul li p.question:before {
    width: 13px;
    height: 17px;
    background-image: url("/static/full/images/cts/special/payment_method/icon_q.png");
  }
  .campaign .payment_qa ul li p.answer {
    line-height: 1.64;
    margin-top: 40px;
    display: none;
  }
  .campaign .payment_qa ul li p.answer:before {
    width: 13px;
    height: 17px;
    background-image: url("/static/full/images/cts/special/payment_method/icon_a.png");
  }
  .campaign .payment_qa ul li p.answer span {
    font-size: 12px;
  }

  .campaign .btn_area p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
  }
  .campaign .btn_area a {
    display: block;
    width: 400px;
    height: 64px;
    line-height: 64px;
    font-size: 17px;
    text-align: center;
    color: #fff;
    background: #000;
    margin: 0 auto 55px;
  }
  .campaign .btn_area a:hover {
    text-decoration: none;
  }

  .stripe_logo {
    margin: 0 auto 9px !important;
  }
}

/* SP */
@media (max-width: 767px) {
  .l-container,
  .l-container,
  .l-container div,
  .l-container span,
  .l-container applet,
  .l-container object,
  .l-container iframe,
  .l-container h1,
  .l-container h2,
  .l-container h3,
  .l-container h4,
  .l-container h5,
  .l-container h6,
  .l-container p,
  .l-container blockquote,
  .l-container pre,
  .l-container a,
  .l-container abbr,
  .l-container acronym,
  .l-container address,
  .l-container big,
  .l-container cite,
  .l-container code,
  .l-container del,
  .l-container dfn,
  .l-container em,
  .l-container font,
  .l-container img,
  .l-container ins,
  .l-container kbd,
  .l-container q,
  .l-container s,
  .l-container samp,
  .l-container small,
  .l-container strike,
  .l-container strong,
  .l-container sub,
  .l-container sup,
  .l-container tt,
  .l-container var,
  .l-container b,
  .l-container u,
  .l-container i,
  .l-container center,
  .l-container dl,
  .l-container dt,
  .l-container dd,
  .l-container ol,
  .l-container ul,
  .l-container li,
  .l-container fieldset,
  .l-container form,
  .l-container label,
  .l-container legend,
  .l-container table,
  .l-container caption,
  .l-container t,
  .l-container tfoot,
  .l-container thead,
  .l-container tr,
  .l-container th,
  .l-container td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 1em;
  }
  .l-container,
  .l-container table,
  .l-container input,
  .l-container textarea,
  .l-container select,
  .l-container option {
    font-family: HiraKakuProN-W3;
    font-size: 1em;
  }
  .l-container article,
  .l-container aside,
  .l-container canvas,
  .l-container details,
  .l-container figcaption,
  .l-container figure,
  .l-container footer,
  .l-container header,
  .l-container hgroup,
  .l-container menu,
  .l-container nav,
  .l-container section,
  .l-container summary {
    display: block;
  }
  .l-container ol,
  .l-container ul {
    list-style: none;
  }
  .l-container blockquote,
  .l-container q {
    quotes: none;
  }
  .l-container :focus {
    outline: 0;
  }
  .l-container table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  .l-container ins {
    text-decoration: none;
  }
  .l-container del {
    text-decoration: line-through;
  }
  .l-container img {
    vertical-align: top;
  }
  .l-container address,
  .l-container caption,
  .l-container cite,
  .l-container code,
  .l-container dfn,
  .l-container em,
  .l-container th,
  .l-container var {
    font-style: normal;
    font-weight: normal;
  }
  .l-container {
    -webkit-text-size-adjust: none;
  }
  .l-container {
    -webkit-text-size-adjust: 100%;
  }
  .l-container,
  .l-container {
    background: #fff;
    color: #000;
    text-align: center;
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
  }
  .l-container a:link {
    color: #000;
    text-decoration: none;
  }
  .l-container a:visited {
    color: #000;
    text-decoration: none;
  }
  .l-container a:hover {
    color: #000;
    text-decoration: none;
  }
  .l-container a:active {
    color: #000;
  }
  @font-face {
    font-family: "Noto Sans C JK JP DemiLight";
    src: url("/res/font/NotoSansCJKjp-DemiLight.otf") format("embedded-opentype"),
      url("/res/font/NotoSansCJKjp-DemiLight.eot?") format("eot"),
      url("/res/font/NotoSansCJKjp-DemiLight.woff") format("woff"),
      url("/res/font/NotoSansCJKjp-DemiLight.ttf") format("truetype"),
      url("/res/font/NotoSansCJKjp-DemiLight.otf") format("opentype");
  }
  .l-container,
  .l-container button,
  .l-container input,
  .l-container label,
  .l-container select,
  .l-container td,
  .l-container textarea {
    font-family: "Noto Sans C JK JP DemiLight", helvetica, arial, verdana, sans-serif;
  }
  .l-container .fontS {
    font-size: 10px;
  }
  .l-container .fontF {
    font-family: "Noto Sans C JK JP DemiLight", helvetica, arial, verdana, sans-serif;
  }
  .l-container input,
  .l-container textarea {
    max-width: 290px;
  }
  .l-container ul:after,
  .l-container ol:after,
  .l-container dl:after,
  .l-container .clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .l-container iframe.header {
    border: medium none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .l-container ul,
  .l-container ol,
  .l-container li {
    list-style: none;
  }

  /*---------------------------------------------------------
		Common
	*/
  .fl_left {
    float: left;
  }
  .fl_right {
    float: right;
  }
  .fl_group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    padding: 0 0.4em 0 0;
    clear: both;
    height: 0;
  }
  .campaign {
    overflow: hidden;
  }
  .campaign ul,
  .campaign li,
  .campaign dl,
  .campaign dt,
  .campaign dd,
  .campaign p,
  .campaign strong,
  .campaign img {
    text-align: left;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial,
      helvetica, sans-serif;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .campaign p {
    color: #222222;
  }
  .campaign img {
    width: 100%;
    height: auto;
  }

  /*---------------------------------------------------------
		Special
	*/

  .campaign p {
    letter-spacing: 0.05em;
  }
  .campaign .font_noto {
    font-family: "Noto Sans C JK JP DemiLight", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
      Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .campaign .payment_ttl img {
    width: 100%;
  }
  .campaign .payment_ttl p.ttl_catch {
    text-align: center;
    font-size: 14px;
    margin-bottom: 5%;
  }
  .campaign .payment_ttl p.ttl_txt {
    text-align: center;
    font-size: 24px;
    margin-bottom: 15%;
  }

  .campaign .payment_nav {
    margin-bottom: 15%;
  }
  .campaign p.payment_txt {
    font-size: 13px;
    line-height: 1.875;
    text-align: center;
    margin-bottom: 15%;
  }

  .campaign .sub_ttl {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10%;
    font-weight: bold;
  }

  .campaign .method {
    margin-bottom: 20%;
  }
  .campaign .method ul li {
    position: relative;
    width: 90%;
    margin: 0 auto 10%;
  }
  .campaign .method ul li:before,
  .campaign .method ul li:after {
    content: "";
    position: absolute;
    display: block;
    background: #000;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    user-select: none !important;
    pointer-events: none !important;
  }
  .campaign .method ul li:before {
    top: 7px;
    right: 0;
    width: 16px;
    height: 2px;
  }
  .campaign .method ul li:after {
    top: 0;
    right: 7px;
    width: 2px;
    height: 16px;
  }
  .campaign .method ul li#method_5:before {
    top: 22px;
  }
  .campaign .method ul li#method_5:after {
    top: 15px;
  }
  .campaign .method ul li.on:before {
    opacity: 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .campaign .method ul li.on:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .campaign .method ul li p,
  .campaign .method ul li img {
    margin-bottom: 25px;
  }
  .campaign .method ul li img {
    width: 278px;
  }
  .campaign .method ul li .method_head {
    font-size: 16px;
    font-weight: bold;
    padding-right: 20px;
  }
  .campaign .method ul li .method_inner {
    display: block;
  }
  .campaign .method ul li .method_txt {
    font-size: 14px;
    line-height: 1.64;
  }
  .campaign .method ul li .method_annotation {
    font-size: 12px;
    line-height: 1.83;
  }
  .campaign .method ul li .method_link {
    font-size: 13px;
  }
  .campaign .method ul li .method_link a {
    text-decoration: underline;
  }

  .campaign .payment_qa {
    margin-bottom: 20%;
  }
  .campaign .payment_qa ul {
    width: 90%;
    margin: 0 auto;
  }
  .campaign .payment_qa ul li {
    position: relative;
    margin-bottom: 60px;
  }
  .campaign .payment_qa ul li:before,
  .campaign .payment_qa ul li:after {
    content: "";
    position: absolute;
    display: block;
    background: #000;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .campaign .payment_qa ul li:before {
    top: 7px;
    right: 0;
    width: 16px;
    height: 2px;
  }
  .campaign .payment_qa ul li:after {
    top: 0;
    right: 7px;
    width: 2px;
    height: 16px;
    
  }
  .campaign .payment_qa ul li.on:before {
    opacity: 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .campaign .payment_qa ul li.on:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .campaign .payment_qa ul li p {
    position: relative;
    padding-left: 30px;
    font-size: 14px;
  }
  .campaign .payment_qa ul li p:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
  }
  .campaign .payment_qa ul li p.question {
    cursor: pointer;
    padding-right: 20px;
  }
  .campaign .payment_qa ul li p.question:before {
    width: 13px;
    height: 17px;
    background-image: url("/static/lite/images/cts/special/payment_method/icon_q.png");
  }
  .campaign .payment_qa ul li p.answer {
    line-height: 1.64;
    margin-top: 40px;
    display: none;
  }
  .campaign .payment_qa ul li p.answer:before {
    width: 13px;
    height: 17px;
    background-image: url("/static/lite/images/cts/special/payment_method/icon_a.png");
  }
  .campaign .payment_qa ul li p.answer span {
    font-size: 12px;
  }

  .campaign .btn_area p {
    font-size: 13px;
    text-align: center;
    margin-bottom: 5%;
  }
  .campaign .btn_area a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #000;
    margin: 0 auto 15%;
  }
  .campaign .btn_area a:hover {
    text-decoration: none;
  }

  .wrapper {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    min-width: 320px;
  }

  .main-section {
    position: relative;
    padding-top: 40px;
  }

  .menu-section {
    font-family: "Noto Sans C JK JP DemiLight", helvetica, arial, verdana, sans-serif;
    position: fixed;
    left: -100%;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 20000;
  }

  .search-section {
    font-family: "Noto Sans C JK JP DemiLight", helvetica, arial, verdana, sans-serif;
    position: fixed;
    right: -100%;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 20000;
  }

  .cmn-contents {
    text-align: left;
  }

  .more-btn,
  .more-btn-link,
  .more-btn-link_silver {
    text-align: center;
    margin-top: 20px;
  }

  .more-btn p,
  .more-btn-link p,
  .more-btn-link_silver p {
    margin: 0 12px;
  }

  .more-btn span,
  .more-btn-link a,
  .more-btn-link_silver a {
    background: url(/static/lite/images/common/link_arrow_more.png) right center no-repeat;
    background-size: 28px 12px;
    border: 1px solid #cecccd;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    display: block;
    line-height: 34px;
    padding: 0 50px 0 20px;
  }

  .recommend_morebtn p {
    margin: 5px 12px 25px 12px;
  }

  .recommend_morebtn a {
    background: url(/static/lite/images/common/link_arrow_black.png) right center no-repeat;
    background-size: 28px 12px;
    border: 1px solid #333;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    display: block;
    line-height: 34px;
    padding: 0;
    font-family: "Noto Sans C JK JP DemiLight", HiraKakuProN-W3;
    font-size: 13px;
  }

  #contents.cmn-contents .shopList p {
    text-align: center;
    margin: 20px 12px;
  }

  #contents.cmn-contents .shopList a {
    background: url(/static/lite/images/common/link_arrow_black.png) right center no-repeat;
    background-size: 28px 12px;
    border: 1px solid #cecccd;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    display: block;
    line-height: 34px;
    padding: 0 50px 0 20px;
    font-family: "Noto Sans C JK JP DemiLight", HiraKakuProN-W3;
  }

  #cart_grobal {
    background: url(/static/lite/images/common/branding_cart.png) no-repeat;
    background-size: 50px 50px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    position: fixed;
    right: 16px;
    bottom: 24px;
    padding-top: 7px;
    width: 50px;
    height: 43px;
    z-index: 10000;
    opacity: 0.8;
  }

  #header {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    font-size: 0;
    line-height: 0;
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 59px;
    z-index: 10000;
  }

  #header .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  #header h1 {
    padding: 16px 0;
  }

  #header .logo,
  #header .outlet {
    padding: 16px 0;
  }

  #header h1 img {
    width: auto;
    height: 27px;
  }

  #header .logo img {
    width: auto;
    height: 27px;
  }

  #header .menu {
    position: absolute;
    top: 18px;
    left: 14px;
  }

  #header .search {
    position: absolute;
    top: 18px;
    right: 14px;
  }

  #header .menu img,
  #header .search img {
    width: 20px;
    height: auto;
  }

  #header .cart {
    position: absolute;
    top: 20px;
    right: 46px;
  }

  #header .cart img {
    width: 25px;
    height: auto;
  }

  #cart_grobal_piece {
    position: absolute;
    width: 10px;
    height: 10px;
    display: inline-block;
    color: #000;
    font-size: 8px;
    line-height: 9px;
    border-radius: 50%;
    padding: 1px;
    right: 5px;
    top: -1px;
  }

  .head_outlet #cart_grobal_piece {
    color: #fff;
  }

  .complete #header .cart,
  .complete #header .menu,
  .complete #header .search,
  .detail_cart #header .cart,
  .detail_search #header .search,
  .members #header .cart,
  .members #header .menu,
  .members #header .search,
  .order #header .cart,
  .order #header .menu,
  .order #header .search,
  .shopping_cart #header .cart,
  .shopping_cart #header .menu,
  .shopping_cart #header .search {
    display: none;
  }

  #footer {
    font-family: "Noto Sans C JK JP DemiLight", helvetica, arial, verdana, sans-serif;
    margin-top: 30px;
  }

  #footer.register-cart {
    padding-top: 10px;
    margin-top: 20px;
    background: #fff;
    border-top: solid 1px #ddd;
  }

  #footer .pagetop a {
    background: url(/static/lite/images/common/pagetop_arrow.png) center top no-repeat;
    background-size: 9px 5px;
    display: block;
    line-height: 1.2;
    padding-top: 15px;
  }

  #footer .app {
    font-size: 0;
    line-height: 0;
    margin-top: 20px;
  }

  #footer .app ul {
    margin: 0 auto;
    width: 296px;
  }

  #footer .app li {
    float: left;
  }

  #footer .app li:nth-of-type(2) {
    float: right;
  }

  #footer .app li img {
    width: 144px;
    height: 52px;
  }

  #footer .pc {
    margin-top: 20px;
  }

  #footer .pc a {
    background-color: #e5e5e5;
    display: block;
    line-height: 1.2;
    padding: 20px 12px;
  }

  #footer .pc a span {
    background: url(/static/lite/images/common/pcpage_arrow.png) left center no-repeat;
    background-size: 12px 12px;
    display: inline-block;
    padding-left: 24px;
  }

  .footer_links {
    display: flex;
    border-top: 1px solid #cecccd;
    border-bottom: 1px solid #cecccd;
  }

  .footer_link {
    flex: 1 1 auto;
    width: auto !important;
    min-width: 100px;
    margin-bottom: 0 !important;
  }

  .footer_link:not(:first-child) {
    border-left: 1px solid #cecccd;
  }

  .footer_link a {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 44px;
    padding: 10px 18px 10px 5px !important;
    box-sizing: border-box;
    border: none !important;
  }

  .footer_link a::after {
    content: "";
    position: absolute;
    right: 12px;
    top: calc(50% - 3px);
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
  }

  #footer .copy {
    margin-top: -1px;
    background-color: #828282;
    color: #fff;
    font-size: 8px;
    padding: 12px;
  }

  .cmn-news {
    font-family: "Noto Sans C JK JP DemiLight", helvetica, arial, verdana, sans-serif;
  }

  .cmn-news li {
    border-bottom: 1px solid #ccc;
    margin: 10px 0;
    padding: 8px 24px 8px 10px;
    background: url(/static/lite/images/common/link_arrow_circle.png) right center no-repeat;
    background-size: 24px 12px;
    text-align: center;
  }

  .cmn-news li a {
    display: block;
  }

  .cmn-news li a.red {
    color: #b11a2f;
  }

  .cmn-news.top-info li {
    background: 0 0;
    font-size: 105%;
    text-align: center;
    padding: 8px 5px;
    margin: 0;
    letter-spacing: 0.5px;
  }

  .cmn-news.top-info li span {
    padding: 0 1.7% 0 1.7%;
  }

  .cmn-news.bottom_info {
    margin: 40px 0 20px;
  }

  .cmn-news.bottom_info li {
    margin: 0;
  }

  .cmn-news.bottom_info li:first-of-type {
    border-top: 1px solid #ccc;
  }

  .cmn-news.bottom_info li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .cmn-checked {
    font-family: "Noto Sans C JK JP DemiLight", helvetica, arial, verdana, sans-serif;
    margin-top: 35px;
  }

  .cmn-checked h2 {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 15px;
    padding: 0 12px;
    font-weight: 400;
  }

  .cmn-checked .more-box {
    margin-bottom: -4px;
    position: relative;
  }

  .cmn-checked ul {
    padding: 0 8px 0 12px;
  }

  .cmn-checked li {
    display: none;
    float: left;
    padding-bottom: 4px;
    width: 33.3333%;
  }

  .cmn-checked li:nth-of-type(1),
  .cmn-checked li:nth-of-type(2),
  .cmn-checked li:nth-of-type(3) {
    display: block;
  }

  .cmn-checked li a {
    display: block;
    font-size: 0;
    line-height: 0;
    margin-right: 4px;
  }

  .cmn-checked li a img {
    width: 100%;
    height: auto;
  }

  .cmn-recommend {
    font-family: "Noto Sans C JK JP DemiLight", helvetica, arial, verdana, sans-serif;
    margin-top: 35px;
  }

  .cmn-recommend h2 {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 15px;
    padding: 0 12px;
    font-weight: 400;
  }

  .cmn-recommend h2.outlet_top_recommend {
    text-align: left;
  }

  .cmn-recommend .more-box {
    margin-bottom: -15px;
    position: relative;
  }

  .cmn-recommend ul {
    padding: 0 7px 0 7px;
  }

  .cmn-recommend li {
    display: none;
    float: left;
    margin-bottom: 15px;
    width: 50%;
  }

  .cmn-recommend li:nth-of-type(1),
  .cmn-recommend li:nth-of-type(2) {
    display: block;
  }

  .cmn-recommend li:nth-of-type(odd) {
    clear: left;
  }

  .cmn-recommend li a {
    display: block;
    margin-right: 8px;
  }

  .cmn-recommend li a span {
    display: block;
  }

  .cmn-recommend li a .mark {
    font-size: 0;
    line-height: 0;
    margin-bottom: 8px;
  }

  .cmn-recommend li a .mark img {
    margin-right: 2px;
    width: auto;
    height: 12px;
  }

  .cmn-recommend li a .photo {
    font-size: 0;
    line-height: 0;
    margin-bottom: 8px;
  }

  .cmn-recommend li a .photo img {
    width: 100%;
    height: auto;
  }

  .cmn-recommend li a .name {
    font-size: 11px;
    word-break: break-all;
  }

  .cmn-recommend li a .price {
    margin: 0 5px 0 5px;
  }

  .cmn-recommend li a .price.red {
    color: #a40000;
  }

  .cmn-recommend li a .price span {
    font-size: 11px;
    display: inline;
    margin-left: 5px;
  }

  .cmn-recommend li a .off {
    color: #a40000;
    font-size: 10px;
    margin: 0 5px 0 5px;
  }

  .cmn-share {
    border-bottom: 1px dotted #ccc;
    font-family: "Noto Sans C JK JP DemiLight", helvetica, arial, verdana, sans-serif;
    text-align: center;
    padding: 20px 0 20px 8px;
  }

  .cmn-share h2 {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 400;
  }

  .cmn-share ul {
    margin: 0 auto;
    width: 280px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
  }

  .cmn-share li {
    font-size: 0;
    line-height: 0;
    margin: 0 10px;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cmn-share li img {
    width: 48px;
    height: 48px;
  }

  .cmn-newarrival {
    font-family: "Noto Sans C JK JP DemiLight", helvetica, arial, verdana, sans-serif;
    margin-top: 35px;
  }

  .cmn-newarrival h2 {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 15px;
    padding: 0 12px;
    font-weight: 400;
  }

  .cmn-newarrival .more-box {
    margin-bottom: -15px;
    position: relative;
  }

  .cmn-newarrival ul {
    padding: 0 7px 0 7px;
  }

  .cmn-newarrival li {
    display: none;
    float: left;
    padding-bottom: 15px;
    width: 50%;
  }

  .cmn-newarrival li:nth-of-type(1),
  .cmn-newarrival li:nth-of-type(2) {
    display: block;
  }

  .cmn-newarrival li:nth-of-type(odd) {
    clear: left;
  }

  .cmn-newarrival li a {
    display: block;
    margin-right: 8px;
  }

  .cmn-newarrival li a span {
    display: block;
  }

  .cmn-newarrival li a .mark {
    font-size: 0;
    line-height: 0;
    margin-bottom: 8px;
    padding: 0 0 0 8px;
  }

  .cmn-newarrival li a .mark img {
    margin: 0 0 0 4px;
    width: auto;
    height: 12px;
  }

  .cmn-newarrival li a .photo {
    font-size: 0;
    line-height: 0;
    margin-bottom: 8px;
  }

  .cmn-newarrival li a .photo img {
    width: 100%;
    height: auto;
  }

  .cmn-newarrival li a .name {
    font-size: 11px;
    margin: 2px 5px 2px 5px;
  }

  .cmn-newarrival li a .price {
    margin: 0 5px 0 5px;
  }

  .cmn-newarrival li a .price.red {
    color: #a40000;
  }

  .cmn-newarrival li a .price span {
    font-size: 10px;
    display: inline;
    margin-left: 5px;
  }

  .cmn-newarrival li a .off {
    color: #a40000;
    font-size: 10px;
    margin: 0 5px 0 5px;
  }

  .cmn-newarrival span.usedItem {
    position: absolute;
    z-index: 101;
    display: block;
    bottom: 5px;
    right: 5px;
  }

  .cmn-newarrival span.usedonly {
    font-size: 10px;
    width: 87px;
    background: #fff;
    border: solid 1px #bdbcbc;
    border-radius: 12px;
    padding: 9px 10px 9px 9px;
    background-image: url(/static/full/images/common/list_used_icon.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 92%;
  }

  .cmn-ranking {
    font-family: "Noto Sans C JK JP DemiLight", helvetica, arial, verdana, sans-serif;
    margin-top: 35px;
  }

  .cmn-ranking h2 {
    font-size: 16px;
    line-height: 1.2;
    padding: 0 12px;
    font-weight: 400;
    text-align: center;
  }

  .cmn-ranking h2.outlet_top_ranking {
    text-align: center;
  }

  .cmn-ranking .more-box {
    margin-bottom: -15px;
    position: relative;
  }

  .cmn-ranking ul {
    padding: 0 7px 0 7px;
  }

  .cmn-ranking li {
    display: none;
    float: left;
    padding-bottom: 15px;
    width: 50%;
  }

  .cmn-ranking li:nth-of-type(1),
  .cmn-ranking li:nth-of-type(2) {
    display: block;
  }

  .cmn-ranking-brandtop li:nth-of-type(3) {
    display: block;
  }

  .cmn-ranking li:nth-of-type(odd) {
    clear: left;
  }

  .cmn-ranking-brandtop li:nth-of-type(odd) {
    clear: none;
  }

  .cmn-ranking li a {
    display: block;
    margin-right: 8px;
  }

  .cmn-ranking li a span {
    display: block;
  }

  .cmn-ranking li a .mark {
    font-size: 0;
    line-height: 0;
    margin-bottom: 8px;
  }

  .cmn-ranking li a .mark img {
    margin-right: 2px;
    width: auto;
    height: 12px;
  }

  .cmn-ranking li a .photo {
    font-size: 0;
    line-height: 0;
    position: relative;
    margin-bottom: 8px;
  }

  .cmn-ranking li a .photo img {
    width: 100%;
    height: auto;
  }

  .cmn-ranking li a .photo span {
    position: absolute;
    top: 8px;
    left: 8px;
  }

  .cmn-ranking li a .photo span img {
    width: 24px;
    height: 26px;
  }

  .cmn-ranking li a .name {
    font-size: 11px;
    margin: 2px 5px 2px 5px;
  }

  .cmn-ranking li a .price {
    margin: 0 5px 0 5px;
  }

  .cmn-ranking li a .price.red {
    color: #a40000;
  }

  .cmn-ranking li a .price span {
    font-size: 10px;
    display: inline;
    margin-left: 5px;
  }

  .cmn-ranking li a .off {
    color: #a40000;
    font-size: 10px;
    margin: 0 5px 0 5px;
  }

  .brand-logo p {
    border-bottom: 1px solid #ccc;
    font-size: 0;
    line-height: 0;
    text-align: center;
    position: relative;
  }

  .brand-logo p img {
    width: 100%;
    height: auto;
  }

  #bread {
    padding: 10px;
    text-align: left;
  }

  #bread ol {
    letter-spacing: -0.4em;
  }

  #bread ol li {
    display: inline;
    letter-spacing: normal;
  }

  #bread ol li h2 {
    display: inline;
    font-weight: 700;
  }

  #bread ol li a {
    background: url(/static/lite/images/common/icon_linkarrow.gif) right center no-repeat;
    background-size: 5px 6px;
    padding-right: 10px;
    margin-right: 5px;
  }

  #bread ol li:last-child a {
    background: 0 0;
  }

  #bread ol li:after {
    margin-left: 6px;
  }

  #bread ol li:first-child:after,
  #bread ol li:last-child:after {
    margin-left: 0;
    content: none;
  }

  #bottom-recomend h3 {
    background-color: #000;
    color: #fff;
    padding: 10px 0;
    margin-bottom: 10px;
  }

  input,
  textarea {
    font-size: 12px;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
  }

  select {
    background: #fff url(/static/lite/images/common/bg_selectbox.gif) right center no-repeat;
    background-size: 22px 22px;
    outline: 0;
    margin: 0 0 2px 0;
    padding: 0 30px 0 5px;
    height: 24px !important;
    line-height: 24px !important;
    text-align: center;
    vertical-align: middle;
    font-size: 12px !important;
    cursor: pointer;
    color: #000;
  }

  input {
    border: 1px solid #d6d6d6;
    padding: 0 5px;
    margin-bottom: 2px;
    line-height: 24px !important;
  }

  input[type="radio"] {
    display: none;
  }

  input[type="radio"] + label {
    background: url(/static/full/images/icon/radio.svg) no-repeat left top;
    background-size: 24px 24px;
    padding-left: 32px;
    line-height: 24px;
    min-height: 24px;
    display: block;
  }

  input[type="radio"]:checked + label {
    background: url(/static/full/images/icon/radio-checked.svg) no-repeat left top;
    background-size: 24px 24px;
    min-height: 24px;
    display: block;
  }

  input[type="radio"]:disabled + label {
    background: url(/static/full/images/icon/radio-disabled.svg) no-repeat left top;
    background-size: 24px 24px;
    min-height: 24px;
    display: block;
  }

  input[type="radio"]:checked:disabled + label {
    background: url(/static/full/images/icon/radio-checked-disabled.svg) no-repeat left top;
    background-size: 24px 24px;
    min-height: 24px;
    display: block;
  }

  input[type="checkbox"] {
    display: none;
  }

  input[type="checkbox"] + label {
    background: url(/static/full/images/icon/checkbox.svg) no-repeat left top;
    background-size: 24px 24px;
    padding-left: 32px;
    line-height: 24px;
    min-height: 24px;
    display: block;
  }

  input[type="checkbox"]:checked + label {
    background: url(/static/full/images/icon/checkbox-checked.svg) no-repeat left top;
    background-size: 24px 24px;
    min-height: 24px;
    display: block;
  }

  input[type="checkbox"]:disabled + label {
    background: url(/static/full/images/icon/checkbox-disabled.svg) no-repeat left top;
    background-size: 24px 24px;
    min-height: 24px;
    display: block;
  }

  input[type="checkbox"]:checked:disabled + label {
    background: url(/static/full/images/icon/checkbox-checked-disabled.svg) no-repeat left top;
    background-size: 24px 24px;
    min-height: 24px;
    display: block;
  }

  .btn_area {
    text-align: center;
    padding: 28px 0 !important;
    margin: 0 10px 0 10px !important;
  }

  .btn_area p {
    margin-bottom: 5px;
  }

  .btn_area li {
    border-radius: 2px;
    width: 100%;
    box-shadow: 0 0 0 1px #cecccd;
    -moz-box-shadow: 0 0 0 1px #cecccd;
    -webkit-box-shadow: 0 0 0 1px #cecccd;
    margin: 10px auto 0 auto;
  }

  .btn_area li:first-child {
    margin-top: 0;
  }

  .btn_area li a.btn_back {
    padding: 15px 0;
    display: block;
    background: #fff url(/static/lite/images/common/icon_arrow_right_black.png) no-repeat 8px center;
    background-size: 5px 9px;
    border-radius: 2px;
  }

  .btn_area li a.btn_black {
    padding: 15px 0;
    display: block;
    background: #080404 url(/static/lite/images/common/icon_arrow_left.png) no-repeat scroll 8px center;
    background-size: 5px 9px;
    border-radius: 2px;
    color: #fff;
  }

  .btn_area li a.btn_white {
    padding: 15px 0;
    display: block;
    background: #fff url(/static/lite/images/common/icon_arrow_right_black.png) no-repeat scroll 8px center;
    background-size: 7px 12px;
    border-radius: 2px;
    color: #000;
  }

  .btn_area li a.btn_submit {
    padding: 15px 0;
    display: block;
    background: #c03 url(/static/lite/images/common/icon_arrow_left.png) no-repeat scroll 8px center;
    background-size: 5px 9px;
    border-radius: 2px;
    color: #fff;
  }

  .btn_area a.btn_submit_two {
    padding: 20px 0;
    display: block;
    background: #2490d0 url(/static/lite/images/common/icon_arrow_left.png) no-repeat scroll 8px center;
    background-size: 10px 15px;
    border-radius: 4px;
    color: #fff;
    font-size: 1.8em;
  }

  #brand-sns {
    margin: 35px auto 0;
    border-top: 1px dotted #ccc;
    font-family: "Noto Sans C JK JP DemiLight", helvetica, arial, verdana, sans-serif;
    text-align: center;
    margin-top: 35px;
    padding: 20px 0 20px 8px;
  }

  #brand-sns h2 {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
  }

  #brand-sns .btn_icon_sns li {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin: 2% 1% 0;
  }

  #brand-sns .btn_icon_sns li.btn_has_cap {
    width: auto;
  }

  #brand-sns .btn_has_cap a {
    display: block;
    width: 48px;
    margin: 0 auto;
  }

  #brand-sns .btn_has_cap span {
    display: block;
    font-size: 10px;
    white-space: nowrap;
  }

  #brand-site {
    text-align: center;
  }

  #brand-site a {
    background: url(/static/lite/images/common/link_arrow_black.png) no-repeat scroll left center;
    padding: 11px 14px;
    background-size: 23px;
  }

  .brand_brandsite a {
    background: url(/static/lite/images/common/link_arrow_black.png) right center no-repeat;
    background-size: 21px 9px;
    border-top: 1px solid #cecccd;
    border-bottom: 1px solid #cecccd;
    line-height: 18px;
    padding: 16px 25px;
    display: block;
  }

  .brand_brandlist a {
    background: url(/static/lite/images/common/link_arrow_black.png) right center no-repeat;
    background-size: 21px 9px;
    border-bottom: 1px solid #cecccd;
    line-height: 18px;
    padding: 16px 25px;
    display: block;
  }

  .brand_shoplist a {
    background: url(/static/lite/images/common/link_arrow_black.png) right center no-repeat;
    background-size: 21px 9px;
    border-top: 1px solid #cecccd;
    border-bottom: 1px solid #cecccd;
    line-height: 18px;
    padding: 16px 25px;
    display: block;
  }

  .brand_brandconcept a {
    background: url(/static/lite/images/common/link_arrow_black.png) right center no-repeat;
    background-size: 21px 9px;
    border-top: 1px solid #cecccd;
    border-bottom: 1px solid #cecccd;
    line-height: 18px;
    padding: 16px 25px;
    display: block;
  }

  .brand_brandsite + .brand_brandconcept a,
  .brand_shoplist + .brand_brandconcept a {
    border-top: none;
  }

  .light-gray {
    text-align: center;
    padding-bottom: 10px;
  }

  .light-gray .lists {
    line-height: 2;
  }

  .light-gray .red {
    color: red;
  }

  .item-details {
    word-break: break-all;
    word-wrap: break-word;
  }

  #loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    -webkit-backface-visibility: hidden;
  }

  #loading span {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    width: 80px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: #000;
    color: #fff;
    text-align: center;
    padding-top: 20px;
  }

  #loading span img {
    width: 40px;
    height: 40px;
    opacity: 1 !important;
  }

  .cmn-lightbox {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20000;
    text-align: left;
  }

  .cmn-lightbox .inner {
    background-color: #fff;
    position: relative;
    padding: 15px 5px;
  }

  .cmn-lightbox .top-close {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 17px;
    right: 17px;
  }

  .cmn-lightbox .top-close img {
    width: 11px;
    height: 11px;
  }

  .cmn-lightbox .bottom-close {
    margin-top: 25px;
    padding: 0 25px;
  }

  .cmn-lightbox .bottom-close span {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: grey;
    display: block;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
  }

  .cmn-lightbox h3 {
    border-bottom: 1px solid #e5e5e5;
    font-size: 15px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: -40px;
    padding-bottom: 10px;
  }

  .cmn-lightbox h3 span {
    position: relative;
    padding: 0 40px;
  }

  .cmn-lightbox h3 span:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
  }

  .lightbox-cart.cmn-lightbox h3 span:after {
    background: url(/static/lite/images/common/icon_lightbox_cart.png) left center no-repeat;
    background-size: 25px 19px;
    margin-top: -10px;
    width: 25px;
    height: 19px;
  }

  .lightbox-favorite.cmn-lightbox h3 span:after {
    background: url(/static/lite/images/common/icon_lightbox_favorite.png) left center no-repeat;
    background-size: 14px 19px;
    margin-top: -10px;
    width: 14px;
    height: 19px;
  }

  .cmn-lightbox .block {
    margin-top: 50px;
  }

  .cmn-lightbox .block .color {
    position: relative;
    padding: 0 5px;
  }

  .cmn-lightbox .block .color p:nth-of-type(1) {
    position: relative;
  }

  .cmn-lightbox .block .color p:nth-of-type(1) img {
    width: 100%;
    height: auto;
  }

  .cmn-lightbox .block .color p:nth-of-type(2) {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -10px;
  }

  .cmn-lightbox .block .list ul {
    padding-top: 10px;
  }

  .cmn-lightbox .block .list li {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0 10px 10px;
  }

  .cmn-lightbox .block .list dl {
    display: table;
    width: 100%;
  }

  .cmn-lightbox .block .list dd,
  .cmn-lightbox .block .list dt {
    display: table-cell;
    vertical-align: middle;
  }

  .cmn-lightbox .block .list dt {
    font-size: 13px;
    width: 50%;
  }

  .cmn-lightbox .block .list dt b {
    font-size: 19px;
    min-width: 1.579em;
    min-height: 1.579em;
    line-height: 1.579em;
    display: inline-block;
    text-align: center;
    margin-right: 0.6316em;
    vertical-align: middle;
  }

  .cmn-lightbox .block .list dt span {
    color: #818181;
  }

  .cmn-lightbox .block .list dd {
    width: 50%;
  }

  .lightbox-cart.cmn-lightbox .block .list dd a {
    background-color: #eb1c2b;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    display: block;
    float: right;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    width: 100%;
  }

  .lightbox-favorite.cmn-lightbox .block .list dd a {
    background-color: grey;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    display: block;
    float: right;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    width: 100%;
  }

  .cmn-lightbox .block .list dd .soldout {
    color: #eb1c2b;
    display: block;
    float: right;
    font-weight: 700;
    line-height: 30px;
    padding: 0 10px;
  }

  .page-mask {
    background-color: #000;
    -moz-opacity: 0.6;
    opacity: 0.6;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 10001;
  }

  .popup_ok a {
    width: 20px;
    height: 20px;
    font-size: 1%;
    line-height: 1%;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/static/lite/images/common/btn_close_popup.png) top left no-repeat;
    background-size: 20px 20px;
    position: absolute;
    top: -10px;
    right: -10px;
  }

  .cmn-news li a {
    color: #fe0000;
  }

  p.order_noncomplete {
    margin: 10px auto;
    color: #fe0000;
    font-weight: 700;
    font-size: 1.3em;
  }

  .head_outlet {
    background-color: #b21a2f !important;
  }

  #header h1.outlet img {
    width: auto;
    height: 20px;
    margin-top: 4px;
  }

  #footer .used {
    margin-bottom: 20px;
  }

  #footer .used img {
    width: 100%;
  }

  #footer .outlet a {
    background: #ea5463 url(/static/lite/images/header/outlet/btn_outletlink.png) left 15px center no-repeat;
    width: 100%;
    display: block;
    background-size: auto 13.8px;
    overflow: hidden;
    text-indent: -9999px;
    height: 60px;
  }

  #footer .outlet a span {
    background: url(/static/lite/images/common/link_arrow_circle_white.png) right center no-repeat;
    background-size: auto 12px;
    display: block;
    margin-top: 20px;
  }

  #footer .official a {
    background: #000 url(/static/lite/images/header/outlet/btn_officiallink.png) center no-repeat;
    background-size: auto 22px;
    width: 100%;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    height: 60px;
  }

  #footer .official a span {
    background: url(/static/lite/images/common/link_arrow_circle_white.png) right center no-repeat;
    background-size: auto 12px;
    display: block;
    margin-top: 20px;
  }

  .more_btn a {
    background: url(/static/lite/images/common/link_arrow_more.png) right center no-repeat;
    background-size: 28px 12px;
    border: 1px solid #cecccd;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    display: block;
    line-height: 34px;
    padding: 0 50px 0 20px;
    text-align: center;
    margin: 0 12px;
  }

  #cts_wrapper .contents-rankingItems .cmn-ranking {
    margin-top: 0;
  }

  #tab_area {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 40px;
  }

  #tab_area .tab_li {
    height: 40px;
  }

  #tab_area .tab_li li {
    width: 50%;
    height: 40px;
    float: left;
  }

  #tab_area .tab_li li span {
    font-size: 0.9em;
    line-height: 2em;
  }

  #tab_area .tab_li li img {
    width: auto;
    height: 25px;
  }

  #tab_area .tab_li li.official_tab {
    background: url(/static/lite/images/common/h1.png) no-repeat center;
    background-size: auto 19px;
    background-position: 50% 85%;
  }

  #tab_area .tab_li li.outlet_tab {
    background: #b21a2f url(/static/lite/images/header/outlet/h1.png) no-repeat;
    background-size: auto 14px;
    background-position: 50% 85%;
    color: #fff;
  }

  .pos_fix {
    position: fixed !important;
    top: 0 !important;
  }

  .pos_fix_obi {
    position: fixed;
    margin-top: 20px;
  }

  .mg_ext {
    margin-top: 60px;
  }

  .agreement_text {
    margin-bottom: 10px;
    text-align: center;
  }

  .agreement_link {
    color: #000;
    text-decoration: underline;
  }

  .agreement_link:link {
    text-decoration: underline;
  }

  .campaign .method ul li {
    display: block !important;
    overflow: hidden;
    height: 25.594px;
    transition: height ease 0.5s;
  }

  .campaign .method ul li.on{
    height: var(--height);
  }
}
